<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 50.8%;
}
/*------------------------------------------------------------
	HD
------------------------------------------------------------*/
/* section hero */
.section-hero .fill-wrap {
  background-color: transparent;
}
.section-hero .box-gray {
  width: 616px;
  height: 670px;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  box-sizing: border-box;
  color: #ffffff;
}

.section-hero .top_bg {
  background-image: url(../images/re_hd_bg.jpg);
}
.section-hero .box-gray .inner {
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
.section-hero .box-gray .h2-txt {
  width: 360px;
  height: auto;
  margin: 0 auto 10px;
  padding: 5px 10px 0 0;
}

.section-hero .box-gray img {
  width: 100%;
}

.section-hero .box-gray .clm-left .card-img {
  width: 45%;
  height: auto;
  margin: 0 auto;
  padding: 5px 11px 12px;
}

.section-hero .box-gray .clm-left .card-img img {
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.7));
}

.section-hero .box-gray .clm-left p {
  font-size: 0.85em;
  line-height: 135%;
}
.section-hero .box-gray .clm-left p span {
  font-size: 0.8em;
}
.section-hero .box-gray .clm-right p {
  font-size: 1.1em;
  text-align: left;
}

.section-hero .box-gray p.card-name {
  text-align: center;
  font-size: 0.85em;
  line-height: 140%;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" !important;
  font-feature-settings: "palt" !important;
}
.section-hero .box-gray p.caption {
  display: block;
  clear: both;
  font-size: 0.8em;
  text-align: center;
}
.section-hero .box-gray .box-camp {
  display: block;
  clear: both;
  height: 100px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-hero .box-gray .box-camp p.box_w_txt {
  display: table-cell;
  color: #fff;
  background: #ff0000;
  padding: 5px 8px;
  font-size: 1.3em;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  z-index: 2;
  border: 1px solid #fff;
  top: -10px;
}
.section-hero .box-gray .box-camp p.date_txt {
  width: 100%;
  color: #fff;
  border: solid 1px #fff;
  padding: 15px 0 15px 0;
  font-size: 1.45em;
  line-height: 160%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  z-index: 1;
  background: #fff;
}
.section-hero .box-gray .box-camp .popbtn {
  background-color: #375aaa;
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  font-size: 10px;
}
.section-hero .box-gray .box-camp p.date_txt span {
  display: block;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 0px;
}
.section-hero .box-gray .box-camp p.date_txt span.popbtn {
  background-color: #375aaa;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  top: inherit;
  cursor: pointer;
  z-index: 1;
  font-size: 10px;
}
.section-hero .box-gray .box-info {
  display: block;
  clear: both;
  height: auto;
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
.section-hero .box-gray .box-info p.box_w_txt {
  display: table-cell;
  color: #ffffff;
  border: solid 2px #fff;
  padding: 12px 4px;
  font-size: 1.3em;
  line-height: 100%;
  font-weight: 700;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.section-hero .box-gray .box-info p.txt {
  width: 73%;
  color: #fff;
  text-align: left;
  float: right;
  font-size: 13px;
}

.section-hero .box-gray .link-button {
  /*
	display: block;
	clear: both;
	width: 100%;
*/
}

/* .holder .section-hero {
	width: 100%;
	height: 650px;
	position: relative;
}

.holder .section-hero .top_bg {
	width: 100%;
	min-height: 650px;
	height: auto;
	background-size: cover;
	background-position: top center;
	position: relative;
}

.holder .section-hero .box-gray{
	width: 616px;
	height: 650px;
	background: rgba(0,0,0,0.8);
	padding: 40px 20px;
	box-sizing: border-box;
	color: #ffffff;
}
.holder .section-hero .box-gray .inner{
	width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
}
.holder .section-hero .box-gray .h2-txt{
	width: 380px;
	height: 24px;
	margin: 50px auto;
}

.holder .section-hero .box-gray img{ width: 100%;}

.holder .section-hero .box-gray .card-img{
	width: 60%;
	height: auto;
	margin: 0 auto 20px;
	padding: 5px 11px 12px;
}
.holder .section-hero .box-gray .card-img img{
	filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.7));
}


.holder .section-hero .box-gray p{
	font-size: 1.2em;
	line-height: 135%;
}
.holder .section-hero .box-gray p span{
	font-size: 0.8em;
} */
/*------------------------------------------------------------
	Button Area
------------------------------------------------------------*/
.section-hero .box-gray .link-button .btn_area {
  width: 100%;
}

.section-hero .box-gray .link-button .btn_area a,
.footer-btn .btn_area a {
  color: #fff;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
}

.section-hero .box-gray .link-button .btn_area .btn a,
.footer-btn .btn_area .btn a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  /*
    width: 270px;
    height: 72px;
*/
  border-radius: 3px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8);
}

.section-hero .box-gray .link-button .btn_area .btn,
.footer-btn .btn_area .btn {
  position: relative;
}

.section-hero .box-gray .link-button .btn_area .btn a::after,
.footer-btn .btn_area .btn a::after {
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(45deg);
}
.section-hero .box-gray .link-button .btn_area .btn a.btn_in span,
.footer-btn .btn_area .btn a.btn_in span {
  display: inline-block;
  font-size: 0.8em;
  background: #fff;
  color: #00175a;
  border-radius: 20px;
  padding: 1px 6px;
}

.section-hero .box-gray .link-button .btn_area .btn_01 a,
.footer-btn .btn_area .btn_01 a {
  width: 270px;
  height: 72px;
  background: #006fcf;
}
.section-hero .box-gray .link-button .btn_area .btn_02 a,
.footer-btn .btn_area .btn_02 a {
  width: 270px;
  height: 72px;
  background: #00175a;
}

.section-hero .box-gray .link-button .btn_area .btn_01 a:hover,
.section-hero .box-gray .link-button .btn_area .btn_02 a:hover,
.footer-btn .btn_area .btn_01 a:hover,
.footer-btn .btn_area .btn_02 a:hover {
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-btn {
  background: rgba(0, 0, 0, 0.7);
  padding: 30px 0;
  box-sizing: border-box;
  /* position: fixed; */
  width: 100%;
  left: 0;
  bottom: -130px;
  z-index: 30;
  min-width: 980px;
}
.footer-btn .inner .btn_area {
  margin: 0 auto;
  width: 60%;
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shiny {
  0% {
    left: -30%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.section-hero .hd-tab {
  width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
.section-hero .hd-tab .tab_top {
  width: 100%;
  max-width: 920px;
  position: relative;
  top: 0;
  margin: 0 auto;
}
.section-hero .hd-tab .tab_top img {
  width: 100%;
  height: 6px;
}
.section-hero .hd-tab .tab_area {
  width: 100%;
  max-width: 920px;
  height: 74px;
  background: #ffffff;
  text-align: center;
  margin: 0 auto;
}
.section-hero .hd-tab .tab_area ul.tab {
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0px 0 0;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
}
.section-hero .hd-tab .tab_area ul.tab li,
.section-hero .hd-tab .tab_area ul.tab li a {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  height: 74px;
  font-size: 1.1em;
}
.section-hero .hd-tab .tab_area ul.tab li {
  border-right: dotted 1px #000;
}
.section-hero .hd-tab .tab_area ul.tab li a {
}
.section-hero .hd-tab .tab_area ul.tab li:last-child {
  border-right: none;
}

.section-hero .hd-tab .tab_area ul.tab li.tab_01 a:before,
.section-hero .hd-tab .tab_area ul.tab li.tab_02 a:before,
.section-hero .hd-tab .tab_area ul.tab li.tab_03 a:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../images/re_tab_icon01.png);
  background-size: cover;
  vertical-align: middle;
  margin-right: 6px;
}
.section-hero .hd-tab .tab_area ul.tab li.tab_02 a:before {
  background-image: url(../images/re_tab_icon02.png) !important;
}
.section-hero .hd-tab .tab_area ul.tab li.tab_03 a:before {
  background-image: url(../images/re_tab_icon03.png) !important;
}

.section-hero .hd-tab .tab_area ul.tab li.current {
  background: #c8c8c8;
}
.section-hero .hd-tab .tab_area ul.tab li.current a {
  cursor: default !important;
}
.section-hero .hd-tab .tab_area ul.tab li.current a:hover {
  filter: alpha(opacity=100); /* IE 6,7*/
  -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
  -moz-opacity: 1; /* FF , Netscape */
  -khtml-opacity: 1; /* Safari 1.x */
  opacity: 1;
}

.modal_summary {
  padding: 50px 30px;
  list-style: none;
}
.modal_summary p {
  margin: 0;
  padding: 0;
}
.modal_summary strong {
  display: block;
  font-size: 18px;
}
.modal_summary .bgbeige {
  background-color: #f3f2ee;
}
.modal_summary ul {
  list-style: none;
  padding-left: 0;
}
.modal_summary .block {
  text-align: left;
}
.modal_summary .block .headline {
  background-color: #fff;
}
.modal_summary .block .headline h3 {
  font-size: 22px;
  border-left: 5px solid #000;
  padding-left: 15px;
  margin: 0 0 15px;
}
.modal_summary .block .headline p {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 15px;
}
.modal_summary .block .headline p a {
  color: #0077ff;
  border-bottom: 1px solid;
}
.modal_summary .block .headline p a:hover {
  opacity: 0.7;
}

.modal_summary .block:not(:last-child) {
  padding-bottom: 35px;
}

.modal_summary .block .txt_block {
  padding: 1em;
}
.modal_summary .block .txt_block .num_list {
  counter-reset: number;
  margin: 0;
}
.modal_summary .block .txt_block .num_list li {
  position: relative;
  padding: 2.5px 5px 5px 7em;
  font-size: 15px;
}
.modal_summary .block .txt_block .num_list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.modal_summary .block .txt_block .num_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5em;
  height: 1em;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
}
.modal_summary .block .txt_block .num_list li:after {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 2.5em;
  top: 0.1em;
}

.modal_summary .block .notes_block .notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
}
.modal_summary .block .notes_block .notes li:before {
  content: "※";
}

/*------------------------------------------------------------
	Page Title Area
------------------------------------------------------------*/
#container .inner {
  width: 920px;
  margin: 0 auto;
  padding: 0;
}
#container .inner .ttl-area {
  width: 100%;
  background: #c8c8c8;
  display: table;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  /* background-image: url(../images/re_ttl_icon01.png); */
  background-repeat: no-repeat;
  background-size: 90px;
  background-position: right bottom;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
/* #container .inner .icon_02{
	background-image: url(../images/re_ttl_icon02.png) !important;
}
#container .inner .icon_03{
	background-image: url(../images/re_ttl_icon03.png) !important;
} */
#container .inner .ttl-area .ttl-txt {
  width: 500px;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 180%;
  color: #375aaa;
  border-bottom: solid 1px #5a5a5a;
  letter-spacing: 5px;
  padding-top: 40px;
  padding-bottom: 10px;
  margin: 0 auto 10px;
}
#container .inner .ttl-area .desc-txt {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.2em;
  line-height: 180%;
  color: #5a5a5a;
  padding-bottom: 50px;
  letter-spacing: 3px;
}

/*------------------------------------------------------------
	Container Area
------------------------------------------------------------*/
#container div.service img {
  width: 100%;
}
#container {
  width: 100%;
  margin-top: 0;
}
#container section {
  margin: 0;
  padding: 0;
}
#container div.service {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 0;
  overflow: hidden;
  line-height: 180%;
}
#container div.service .box_cnt .inner a.link,
#container div.service .box_cnt .expand_box_cnt a.link {
  color: #184ac0;
  text-decoration: underline;
  outline: none;
}

#container div.service .box_cnt .inner a.link:hover,
#container div.service .box_cnt .expand_box_cnt a.link:hover {
  color: #184ac0;
  text-decoration: none;
}

#container div.service .caption {
  font-size: 0.8em;
  text-align: left;
}

#container div.service .box_cnt h3 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 180%;
  color: #375aaa;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border-bottom: solid 1px #a0a0a0;
  padding: 10px 0;
  position: relative;
}
#container div.service .box_cnt h3.img_txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
#container div.service .box_cnt h3.img_txt p {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
}
#container div.service .box_cnt h3.img_txt p .large {
  font-size: 24px;
  font-style: normal;
}
#container div.service .box_cnt h3 img {
  width: auto;
  margin-right: 5px;
}
#container div.service .box_cnt h3 .side_logo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 30px 5px 0;
}
#container div.service .box_cnt h3 .side_logo img {
  width: auto;
  height: 47px;
}

#container div.service .box_cnt h3 .side_logo {
  padding: 10px 4%;
}
#container div.service .box_cnt h3 .side_logo img {
  padding: 0;
  height: 30px;
}
#container div.service .box_cnt {
  width: 920px;
  height: auto;
  min-height: auto;
  margin: 0 auto 35px;
  background: #ffffff;
  border: solid 1px #a0a0a0;
}
#container div.service .box_cnt .inner {
  padding: 10px 25px 20px;
  box-sizing: border-box;
  position: relative;
}

#container div.service .box_cnt .box_logo {
  width: 100%;
  text-align: center;
  margin: 0 auto 25px;
  padding: 0 0 25px;
  border-bottom: dotted 1px #6a6a6a;
  position: relative;
}
#container div.service .box_cnt .caption-txt {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 10px;
  line-height: 160%;
  color: #333;
  letter-spacing: 0px;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  right: 1%;
  padding: 10px 0 0;
}
#container div.service .box_cnt .box_logo:nth-child(3) {
  margin: 0 auto 0px;
  padding: 0 0 20px;
  border-bottom: none;
}
#container div.service .box_cnt .box_logo .logo {
  display: inline-block;
  width: 160px;
  margin: 0 25px;
  padding: 0;
}
@media only screen and (min-width: 641px) {
  #container div.service .box_cnt .box_logo .logo.l {
    width: 200px;
  }
}
#container div.service .box_cnt .box_logo .img {
  padding: 0;
  margin: 0;
}
#container div.service .box_cnt .box_logo .caption {
  text-align: right;
}

#container div.service .box_cnt .attention {
  border-top: solid 1px #a0a0a0;
  width: 100%;
  padding: 15px 25px 25px;
  box-sizing: border-box;
  background: #f0f0f0;
  margin-bottom: 20px;
}
#container div.service .box_cnt .attention .ttl {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.4em;
  line-height: 160%;
  color: #333;
  margin-bottom: 0 !important;
}

#container div.service .box_cnt .content_open,
#container div.service .box_cnt .content_link {
  border: none !important;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.5rem;
  background: #375aaa;
  text-align: center;
}
#container div.service .box_cnt .content_open p,
#container div.service .box_cnt .content_link a {
  position: relative;
  color: #ffffff !important;
  display: block;
}
#container div.service .box_cnt .content_link a:after {
  position: absolute;
  top: -4px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.content_open span {
  margin-left: 15px;
  color: #cc0000;
  font-size: 1rem;
}
#container div.service .box_cnt .content_open &gt; p::after,
#container div.service .box_cnt .content_open p.active::after,
#container div.service .box_cnt .content_link a:after {
  border-top: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
}
#container div.service .box_cnt .content_open p.active::after {
  border-top: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
}
#container div.service .box_cnt .inner .box_img {
  width: 30%;
  float: right;
}

#container div.service .box_cnt .inner .box_img.shd {
  padding: 2px 8px 12px;
}
#container div.service .box_cnt .inner .box_img.shd img {
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.7));
}

#container div.service .box_cnt .inner .txt_area {
  width: 65%;
  margin: 0 auto;
  float: left;
}
#container div.service .box_cnt .inner .txt_area .box_img_logo,
#container div.service .box_cnt .inner .box_img_logo {
  width: 150px;
  margin-bottom: 10px;
}
#container div.service .box_cnt .inner .txt_area .box_img_logo.long,
#container div.service .box_cnt .inner .box_img_logo.long {
  width: 200px;
}
#container div.service .box_cnt .inner .txt_area .box_img_logo img,
#container div.service .box_cnt .inner .box_img_logo img {
  max-height: 50px;
  width: auto;
}
#container div.service .box_cnt .inner .txt_area .red_button {
  position: relative !important;
}
#container div.service .box_cnt .inner .txt_area .red_button a {
  font-weight: normal;
}
#container div.service .box_cnt .inner .txt_area .red_button a::after {
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(45deg);
}
#container div.service .box_cnt .inner .txt_area .txt_notes {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 0.5em;
}

/*expand_bo*/
#container div.service .box_cnt .expand_box_cnt {
  width: 80%;
  margin: 30px auto;
}
#container div.service .box_cnt .expand_box_cnt .expand_box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #969696;
}
#container div.service .box_cnt .expand_box_cnt .expand_box:last-child {
  border-bottom: none;
}

#container div.service .box_cnt .ttl,
#container div.service .box_cnt .expand_box_cnt .ttl {
  font-size: 1.3em;
  padding-bottom: 8px;
  font-weight: 700;
}
#container div.service .box_cnt .expand_box_cnt ol {
  margin-left: 1em;
  width: 100%;
}
#container div.service .box_cnt .expand_box_cnt ol li {
  text-indent: -1em;
  font-size: 1em;
  padding-bottom: 5px;
}
#container div.service .box_cnt ol.caption {
  margin-left: 1em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#container div.service .box_cnt ol.caption li {
  text-indent: -1em;
  padding-bottom: 3px;
  line-height: 150%;
  text-align: left;
}

#container div.service .box_cnt .expand_box_cnt dl {
  display: table;
  width: 100%;
  margin: 8px 0;
}
#container div.service .box_cnt .expand_box_cnt dt {
  display: table-cell;
  float: left;
  width: 100px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  vertical-align: middle;
}
#container div.service .box_cnt .expand_box_cnt dt img {
  width: 90%;
}
#container div.service .box_cnt .expand_box_cnt dd {
  display: table-cell;
  margin-left: 120px;
  vertical-align: middle;
  width: 100%;
}
#container div.service .box_cnt .expand_box_cnt .ban {
  width: 100%;
  margin: 10px 0 15px;
}

#container div.service .box_cnt a.link-red {
  color: #dd2b3c;
  text-decoration: underline;
  outline: none;
  font-weight: 600;
}

#container div.service .box_cnt a.link-red:hover {
  color: #dd2b3c;
  text-decoration: none;
}

/*------------------------------------------------------------
	Modal
------------------------------------------------------------*/
.iziModal-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.iziModal-content {
  width: 100% !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.iziModal-content .close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  background: #969696;
  height: 55px;
  width: 55px;
  text-align: center;
  z-index: 50;
}

.iziModal-content .close a {
  display: block;
  cursor: pointer;
  color: #fff;
}
.iziModal-content .modal_hd_txt {
  font-family: "Noto Sans Japanese", sans-serif;
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 50px;
  height: 55px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  border-bottom: solid 1px #969696;
}

.iziModal-content img {
  width: 100%;
}

.iziModal-content p {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
  font-feature-settings: "palt";
}

.iziModal-content .modal_info {
  padding: 80px 40px 40px;
  margin: 0 auto;
  position: relative;
}
.iziModal-content .modal_info_gray {
  padding: 30px 40px 30px;
  margin: 0 auto;
  position: relative;
  background: #f5f5f5;
}
.iziModal-content .modal_info .modal_ttl {
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 180%;
  text-align: center;
  margin-bottom: 20px;
}
.iziModal-content .modal_info .modal_sttl {
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.3em;
  line-height: 160%;
  text-align: center;
  margin-bottom: 20px;
}
.iziModal-content .modal_info .modal_img2 {
  margin: 15px 0;
}
.iziModal-content .modal_info .txt-L {
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  line-height: 180%;
  text-align: center;
}
.iziModal-content .modal_info .txt-L span {
  color: #000000;
}
.iziModal-content .modal_info .txt-L em {
  font-size: 1.8em;
}
.iziModal-content .modal_info .caption {
  font-size: 0.85em;
  margin-top: 8px;
  padding: 0;
}
.iziModal-content .modal_info .box {
  border: solid 1px #969696;
  padding: 20px;
  margin: 20px 0 0;
  box-sizing: border-box;
}
.iziModal-content .modal_info_gray table {
  width: 85%;
  margin: 0 auto;
  border-top: solid 1px #969696;
  border-bottom: solid 1px #969696;
}
.iziModal-content .modal_info_gray .tbl-r02 th {
  background: #e1e1dc;
  border-bottom: dotted 1px #969696;
  padding: 10px 0 0 20px;
  font-weight: normal;
  width: 25%;
  text-align: left;
  vertical-align: top;
}
.iziModal-content .modal_info_gray .tbl-r02 td {
  border-bottom: dotted 1px #969696;
  padding: 10px;
}
.iziModal-content .modal_info_gray .box-cap {
  width: 85%;
  margin: 10px auto;
}
.iziModal-content .modal_info_gray ol {
  margin: 0 0 0 1em;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.iziModal-content .modal_info_gray ol li {
  text-indent: -1em;
  font-size: 0.85em;
}

/*add btn_area*/

.inner &gt; .btn_area {
  width: 920px;
  margin: 50px auto 20px;
}

.inner &gt; .btn_area p {
  color: #375aaa;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  font-size: 2.15em;
}

.inner &gt; .btn_area .btn p {
  display: block;
  text-align: center;
  padding: 25px 30px 30px;
  margin: 0;
}

.inner &gt; .btn_area .btn {
  position: relative;
  background: #f0f0f0;
  border: solid 2px #375aaa;
  width: 48%;
}
.inner &gt; .btn_area .btn p {
  line-height: 1;
}

.inner &gt; .btn_area .btn p::after {
  display: none;
}
.inner &gt; .btn_area .btn p.btn_in span {
  display: inline-block;
  font-size: 0.6em;
  font-weight: normal;
  background: #375aaa;
  color: #ffffff;
  border-radius: 0;
  padding: 6px 15px;
  margin-bottom: 15px;
  transform: skew(0deg, -15deg);
  transform: skewX(-10deg);
}

.inner &gt; .btn_area .btn_01 p {
  width: 100%;
  height: auto;
}
.inner &gt; .btn_area .btn_02 p {
  width: 100%;
  height: auto;
}

.inner &gt; .btn_area .btn span.slanting em {
  display: block;
  font-style: normal;
  transform: skewX(10deg);
  padding: 3px 0;
}

/*add campaign_2001*/
.pc-non {
  display: none;
}

.section-hero .box-gray {
  height: 643px;
}
@media only screen and (min-width: 641px) {
  .holder .section-hero .box-gray {
    height: 450px;
    padding-top: 90px !important;
  }
}

.section-hero .box-gray img {
  width: 100%;
}
@media only screen and (min-width: 641px) {
  .modal-cont.row {
    width: 980px;
    margin: 0 auto;
  }
}

.campaign_box2001 .anc_ttl {
  width: 920px;
  margin: 0 auto 20px;
  color: #375aaa;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 180%;
  letter-spacing: 1px;
  padding: 0;
}
.campaign_box2001 .box_cnt {
  width: 920px;
  height: auto;
  min-height: auto;
  margin: 0 auto 45px;
  background: #f0f0f0;
  border: solid 2px #a0a0a0;
  position: relative;
  z-index: 1;
}
.campaign_box2001 .box_cnt h3 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.6em;
  line-height: 180%;
  color: #375aaa;
  letter-spacing: 0px;
  margin-bottom: 0px;
  border-bottom: solid 1px #a0a0a0;
  padding: 10px 0;
  position: relative;
}
.campaign_box2001 section.service .box_cnt .inner {
  padding: 25px 30px 20px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  width: 100%;
  height: auto !important;
  min-height: auto !important;
  margin: 0 auto 0;
  box-shadow: none;
  border-top: none;
}
.campaign_box2001 section.service.campaigm_area.part1 .box_cnt .inner {
  padding: 0 0 34px;
}
.campaign_box2001 .campaigm_area .cp_pop_open .popbtn {
  background-color: #375aaa;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

/*campaign_2001*/

.campaign_2001 .section-hero .box-gray {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 32px;
}
.campaign_2001 .section-hero .box-gray .w55 {
  width: 48.7%;
}
.campaign_2001 .section-hero .box-gray .w45 {
  width: 47%;
  text-align: center;
}
.campaign_2001 .section-hero .box-gray .clm-left .card-img {
  width: 100%;
  padding: 0 8px 24px;
  margin: 0;
}
.campaign_2001 .section-hero .box-gray .clm-left .card-img img {
  filter: none;
}
.campaign_2001 .section-hero .box-gray .h2-txt {
  padding-top: 0;
  width: 100%;
}

.campaign_2001 .section-hero .box-gray p.notes {
  color: #fff;
  font-size: 0.9em;
  margin-top: 5px;
}
.campaign_2001 .section-hero .box-gray .clm-right p {
  line-height: 1.2;
}

.campaign_2001 .section-hero .box-gray .clm-right .annualfee {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
  text-align: left;
  border: 2px solid #fff;
  padding: 8px 20px;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) {
  .campaign_2001 .section-hero .box-gray .h2-txt {
    text-align: left;
  }
  .campaign_2001 .section-hero .box-gray .h2-txt img {
    width: 235px;
  }
  .campaign_2001 .section-hero .box-gray .clm-right .annualfee {
    font-size: 24px;
    display: block;
    text-align: center;
  }
}

.campaign_2001 .section-hero .box-gray .notes {
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.campaign_2001 .section-hero .box-gray .box2001 {
  background: #000;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #000000 13%);
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #000000 13%);
  background: linear-gradient(135deg, #ffffff 0%, #000000 13%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );
  margin: 0 -28px;
  padding: 13px 28px 15px;
}

.campaign_2001 .section-hero .box-gray .box2001.single_cp {
  padding: 0;
}
@media only screen and (min-width: 641px) {
  .campaign_2001 .section-hero .box-gray .box2001 .img .h140 {
    /* height: 140px; */
    width: auto;
  }
}
.campaign_2001 .section-hero .box-gray .box2001 .title {
  font-size: 1em;
  font-weight: bold;
}
.campaign_2001 .section-hero .box-gray .box2001 .img {
  margin-top: 10px;
  margin-bottom: 6px;
}
.campaign_2001 .section-hero .box-gray .box2001 .notes {
  text-align: right;
  font-size: 0.8em;
}

.campaign_2001 .section-hero .box-gray .link-button .btn_area {
  padding-top: 17px;
}

.campaign_2001 .section-hero .box-gray .link-button .btn a {
  height: 61px;
}
.campaign_2001 .section-hero .box-gray .link-button .btn &gt; a,
.campaign_2001 .footer-btn .btn_area .btn a {
  background: #113a9b;
}

.campaign_2001 .section-hero .box-gray .link-button .btn_area .btn a::after,
.campaign_2001 .footer-btn .btn_area .btn a::after {
  display: none;
}

.campaign_2001 .section-hero .box-gray .link-button .btn_area .btn a,
.campaign_2001 .footer-btn .btn_area .btn a {
  border-radius: 2px;
  box-shadow: 0px 0px 1px 1px #9c9c9c;
}

.campaign_box2001 {
  /* background-color: #f3f3f3; */
  padding: 30px 0;
}
.detail2001a {
  width: 920px;
  /* margin: 0 auto 30px; */
  margin: 30px auto 0;
}
.modal-cont .detail2001a {
  width: 100%;
}
.modal-cont .boxtxt,
.detail2001a .boxtxt {
  text-align: center;
  padding: 7px;
  color: #fff;
  background-color: #e71312;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
}
.campaign_box2001 + section.service {
  padding-top: 30px !important;
}
#container .campaign_box2001 section.service.campaigm_area.part1 .box_cnt .inner {
  padding: 0 0 34px;
}

.detail2001a ul.notes {
  text-align: left;
  margin-top: 1em;
}

.detail2001a ul.notes &gt; li {
  text-align: left;
  position: relative;
  padding-left: 1.1em;
}
.detail2001a ul.notes &gt; li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.detail2001a .clm-left {
  float: left;
}
.detail2001a .clm-right {
  float: right;
}
/* .detail2001a{padding-top: 40px;} */
.detail2001a &gt; div.clearfix {
  border-top: 1px dotted #6d6d6d;
  padding: 15px 0;
}
.detail2001a .title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: left;
}
.detail2001a .notes {
  font-size: 0.9em;
  color: inherit;
  margin-bottom: 4px;
  text-align: left;
}
.detail2001a .lead {
  text-align: left;
}
.detail2001a .clm-left {
  width: 190px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
.detail2001a .clm-right {
  width: calc(100% - 190px);
}

.modal-cont .c_title {
  border-bottom: 1px solid #000;
  padding: 30px 0 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
/* .modal-cont .detail2001a{
	background-color: #eee;
	padding: 20px 30px;
} */

.modal-cont .detail2001a:not(.no-fill) {
  background-color: #eee;
  padding: 20px 30px;
}
.modal-cont .detail2001a.no-fill {
  padding-top: 20px;
  margin-top: 0;
  /*padding: 20px 30px;*/
}
.modal-cont .boxtxt {
  margin-bottom: 0;
}

.modal-cont .detail2001a &gt; div.clearfix:first-child {
  border-top: none;
  padding: 15px 0;
}
.modal-cont ul.notes {
  text-align: left;
  margin-top: 1em;
}

.modal-cont ul.notes &gt; li {
  text-align: left;
  position: relative;
  padding-left: 1.1em;
}
.modal-cont ul.notes &gt; li:before {
  content: "※";
  position: absolute;
  left: 0;
}

/* .campaign_box2001{
	background-color: #f3f3f3;
	padding: 30px 0;
}
.campaign_box2001+section.service{padding-top: 30px !important;}
#container .campaign_box2001 section.service.campaigm_area.part1 .box_cnt .inner {padding: 0 0 34px;}

.campaign_box2001 .box2001{
	width: 920px;
	margin: 0 auto 30px;
}
.campaign_box2001 .box2001&gt;div.clearfix{
	border-top: 1px dotted #6d6d6d;
	padding: 15px 0;
}
.campaign_box2001 .box2001 .boxtxt{
	text-align: center;
	padding: 7px;
	color: #FFF;
	background-color: #e71312;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
}
.campaign_box2001 .box2001 .title{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
}
.campaign_box2001 .box2001 .notes{
	font-size: 0.9em;
	color: inherit;
	margin-bottom: 4px;
}
.campaign_box2001 .box2001 .clm-left{
	width: 190px;
	font-size: 1.2em;
	font-weight: bold;
}.campaign_box2001 .box2001 .clm-right{width: calc(100% - 190px);} */

.detail2001a &gt; .borders {
  border-top: 1px dotted #6d6d6d;
  padding: 30px 0 10px;
}

/*------------------------------------------------------------
	Card-info Area
------------------------------------------------------------*/
section.card-info img {
  width: 100%;
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.7));
}

section.card-info {
  width: 100%;
  display: block;
  clear: both;
  margin: 60px 0 100px;
}
section.card-info .box_info {
  width: 940px;
  margin: 0 auto;
  background: #ffffff;
  border-left: solid 4px #aaaaaa;
  border-right: solid 4px #aaaaaa;
  border-bottom: solid 4px #aaaaaa;
}
section.card-info .box_info .ttl {
  width: 100%;
  text-align: center;
  padding: 5px 0 10px;
  background: #aaaaaa;
  color: #ffffff;
  font-size: 1.5em;
}
section.card-info .box_info .card_area {
  width: 94%;
  margin: 0 auto;
  padding: 25px 0 15px;
}
section.card-info .box_info .card_area h3 {
  display: table;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  line-height: 160%;
  color: #1e326e;
  letter-spacing: 1px;
  margin: 0 auto 10px;
  border-bottom: solid 1px #aaaaaa;
  padding: 10px 35px;
}
section.card-info .box_info .card_area h4 {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.3em;
  line-height: 160%;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
section.card-info .box_info .card_area .card-img {
  width: 280px;
  height: 182px;
  float: left;
  padding: 2px 8px 12px;
}
section.card-info .box_info .card_area .txt_area {
  width: 570px !important;
  float: right;
  color: #000;
  line-height: 160%;
  position: relative;
}
section.card-info .box_info .card_area .txt_area .hd-txt {
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 15px;
  letter-spacing: 1.5px;
}
section.card-info .box_info .card_area .txt_area .rd-txt {
  font-size: 1em;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #ccc;
}
section.card-info .box_info .card_area .txt_area .cap-txt {
  width: 70%;
  font-size: 0.9em;
  line-height: 140%;
  text-align: left;
  color: #d2505a;
}
section.card-info .box_info .card_area .txt_area .btn-link:not(:last-of-type) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 641px) {
  section.card-info .box_info .card_area .txt_area .btn-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  section.card-info .box_info .card_area .txt_area .btn-link:first-of-type {
    margin-top: 20px;
  }
  section.card-info .box_info .card_area .txt_area .btn-link {
    text-align: center;
  }
}
section.card-info .box_info .card_area .txt_area .btn-link .btn-link__lead {
  position: relative;
  padding-right: 20px;
}
section.card-info .box_info .card_area .txt_area .btn-link .btn-link__lead:after {
  position: absolute;
  top: calc(50% - 9.5px);
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media only screen and (min-width: 641px) {
  section.card-info .box_info .card_area .txt_area .btn-link .btn-link__lead:after {
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 640px) {
  section.card-info .box_info .card_area .txt_area .btn-link .btn-link__lead {
    padding-left: 20px;
  }
  section.card-info .box_info .card_area .txt_area .btn-link .btn-link__lead:after {
    transform: rotate(135deg);
  }
}
section.card-info .box_info .card_area .txt_area .btn-link a {
  display: inline-block;
  padding: 15px 30px;
  background: #1e326e;
  color: #fff;
  /* position: absolute;
  right: 0;
  bottom: -50px; */
  font-size: 1.25em;
  font-weight: 700;
  width: 200px;
  max-width: 100%;
}

/*add footer-btn*/

.footer-btn .inner &gt; .btn_area .btn {
  width: auto;
}

.footer-btn {
  bottom: -150px;
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 67.8%;
  }
  .footer-btn {
    min-width: 100%;
    padding: 20px 0;
    bottom: -200px;
  }
  .footer-btn .inner {
    width: 100%;
  }

  .footer-btn .inner .btn_area {
    margin: 0 auto;
    width: 60%;
  }

  .footer-btn .inner .btn_area {
    margin: 0 auto;
    width: 92%;
  }

  .footer-btn .btn_area .btn_01 a,
  .footer-btn .btn_area .btn_02 a {
    width: 100%;
    height: auto;
    color: #fff;
    background: #375aaa;
    padding: 20px 18px;
    font-size: 16px;
  }
  .footer-btn .inner .btn_area .btn_01 a {
    padding: 20px 18px;
  }
  .footer-btn .inner .btn_area .btn_02 a {
    padding: 10px 18px;
  }

  .footer-btn .inner .btn_area .btn {
    margin-bottom: 0;
  }
  .footer-btn .inner .btn_area .btn_01 {
    margin-bottom: 10px;
  }

  .footer-btn .clm-left,
  .footer-btn .clm-right {
    float: none;
  }
}

/* cp200915 */
.campaign_2001 .section-hero .box-gray .box2001.single_cp.cp200915 {
  padding: 30px 60px !important;
}
.campaign_2001 .section-hero .box-gray .box2001.cp200915 .img img {
  padding: 15px 50px 10px;
}
.campaign_2001 .section-hero .box-gray .box2001.cp200915 .img span {
  display: block;
}
.campaign_2001 .section-hero .box-gray .box2001.cp200915 .img .date {
  background: -moz-linear-gradient(left, #ad8b3e 50%, #db914c 100%);
  background: -webkit-linear-gradient(left, #ad8b3e 50%, #db914c 100%);
  background: linear-gradient(to right, #ad8b3e 50%, #db914c 100%);
  font-size: 17px;
  font-weight: bold;
  padding: 5px;
}
.campaign_2001 .section-hero .box-gray .box2001.cp200915 .img .sub {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.campaign_box2001 section.service.campaigm_area.part1.cp200915 .box_cnt .inner {
  padding: 0;
}
.campaign_box2001 .campaigm_area.cp200915 .cp_pop_open5 .popbtn {
  background-color: #686868;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
#cp_popup5 .modal-cont .area01 {
  background: none;
  border-bottom: 1px solid;
  font-size: 20px;
}
#cp_popup5 .modal-cont .area01 h3 {
  padding-bottom: 0;
}
#cp_popup5 .modal-cont .area02 .notes li {
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
#cp_popup5 .modal-cont .area02 .notes li:before {
  content: "・";
}
@media only screen and (max-width: 640px) {
  #container .campaign_box2001 section.service.campaigm_area.part1.cp200915 .box_cnt .inner {
    padding-bottom: 10px;
  }
  .campaign_2001 .section-hero .box-gray .box2001.single_cp.cp200915 {
    padding: 15px !important;
  }
  .campaign_2001 .section-hero .box-gray .box2001.cp200915 .img .date {
    width: 100%;
    font-size: 13px;
  }
  .campaign_2001 .section-hero .box-gray .box2001.cp200915 .img img {
    padding: 10px 0;
  }
  .campaign_2001 .section-hero .box-gray .box2001.cp200915 .img .sub {
    font-size: 10px;
  }
}
</pre></body></html>