@charset "UTF-8";

@media only screen and (max-width: 640px) {
	/* #header2 {
		display: none;
	} */
/*------------------------------------------------------------
	HD
------------------------------------------------------------*/
/* section hero */
.section-hero {
	width: 100%;
	height: auto;
	position: relative;
}

.section-hero .top_bg {
	width: 100%;
	/* min-height: auto;
	height: auto; */
	background-size: cover;
	background-position: top center;
	position: relative;
	padding: 20px 0;
	min-height: auto;
	height: auto !important;
}
/* .section-hero .top_bg {
	background-image: url(../images/re_hd_bg.jpg);
} */

.section-hero .box-gray{
	width: 94%;
	height: auto;
	background: rgba(0,0,0,0.8);
	padding: 10px 10px 20px;
	box-sizing: border-box;
	color: #ffffff;
	margin: 0 auto;
}
.section-hero .box-gray .inner{
	width: 100%;
	padding: 0 8px;
	box-sizing: border-box;	
}
.section-hero .box-gray .h2-txt{
	width: 96%;
	height: auto;
	margin: 0 auto 20px;
}

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

.section-hero .box-gray .clm-left,
.section-hero .box-gray .clm-right{
	float: none;
}

.section-hero .box-gray .clm-left .card-img{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.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{
	width: 96%;
	margin: 15px auto;
}

.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.9em;
	line-height: 160%;
	text-align: center;
}
.section-hero .box-gray .box-camp{
	display: block;
	clear: both;
	height: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	margin: auto;
}
.section-hero .box-gray .box-camp p.box_w_txt{
	display: table-cell;
	color: #fff;
	/* background: #000; */
	padding: 5px 8px;
	font-size: 1.3em;
	line-height: 100%;
	font-weight: 700;
	position: relative;
	z-index: 2;
	top: 0;
}
.section-hero .box-gray .box-camp p.date_txt{
	width: 100%;
	color: #fff;
	border: solid 1px #fff;
	/* padding: 15px 10px; */
	font-size: 1.25em;
	line-height: 160%;
	text-align: center;
	font-weight: 700;
	position: relative;
	box-sizing: border-box;
	z-index: 1;
}
.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: 18px 5px;
	font-size: 1.3em;
	line-height: 130%;
	font-weight: 700;
	position: relative;
	z-index: 2;
	border-radius: 10px;
	width: 30%;
	float: left;
	box-sizing: border-box;
}
.section-hero .box-gray .box-info p.txt{
	width: 66%;
	color: #fff;
	text-align: left;
	float: right;
}

/*------------------------------------------------------------
	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,
#container .footer-btn .inner .btn_area .btn 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{
/*     display: table-cell; */
    display: block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.8);
}

.section-hero .box-gray .link-button .btn_area .clm-left,
.section-hero .box-gray .link-button .btn_area .clm-right{
    float: none !important;
}

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

.footer-btn .btn_area .btn a{
    display: block;
    vertical-align: middle;
    text-align: center;
    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: #ffffff;
    color: #375AAA;
    border-radius: 20px;
    padding: 1px 6px;
}

.section-hero .box-gray .link-button .btn_area .btn_01,
.footer-btn .btn_area .btn_01{
	margin-bottom: 10px;
}
.section-hero .box-gray .link-button .btn_area .btn_01 a{ width:100%; height: auto; background: #375AAA; padding: 25px 18px; }
.section-hero .box-gray .link-button .btn_area .btn_02 a{ width:100%; height: auto; background: #375AAA; padding: 15px 18px; }

.footer-btn .btn_area .btn_01 a{ width:100%; height: auto; background: #375AAA; padding: 20px 18px; }
.footer-btn .btn_area .btn_02 a{ width:100%; height: auto; background: #375AAA; padding: 10px 18px; }

.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: 20px 0;
	box-sizing: border-box;
		/* position: fixed; */
		width: 100%;
		left: 0;
		bottom: -200px;
	z-index: 30;
	min-width: auto;
}
.footer-btn .btn_area {
	margin: 0 auto;
	width: 92%;
}

@-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: 90%;
	margin: 25px auto;
	position: relative;
	bottom: -1px;
	z-index: 10;
}
.section-hero .hd-tab .tab_top{
	display: none;
/*
	width: 100%;
	position: relative;
	top:0;
*/
}
.section-hero .hd-tab .tab_top img{
	width: 100%;
	height: 6px;
}
.section-hero .hd-tab .tab_area{
	width: 100%;
	height: auto;
	background: #ffffff;
	text-align: center;
	    border:solid 2px #969696;
}
.section-hero .hd-tab .tab_area ul.tab{
	width: 100%;
    margin: 0 auto;
	display: table;
	padding: 3px 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: inline-table ;
	vertical-align: middle ;
	width: 100%;
	height: auto;
    font-size: 1.1em;
    padding: 8px 0;
}
.section-hero .hd-tab .tab_area ul.tab li{
    border-bottom:dotted 1px #000;
    border-right:none;
}
.section-hero .hd-tab .tab_area ul.tab li:last-child{
    border-bottom:none;
    border-right:none;
}
.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;}



#container .inner .btn_area{
	width: 90%;
	margin: 0 auto 25px;
}
#container .footer-btn .inner .btn_area {
	width: 92%;
}

#container .inner .btn_area a{
	color: #375AAA;
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 700;
	font-size: 1.5em;
}

#container .inner .btn_area .btn a{
    display: block;
    text-align: center;
    padding: 15px;
    margin: 0;
}

#container .inner .btn_area .btn{
    position: relative;
    background: #F0F0F0;
    border: solid 2px #375AAA;
    width:100%;
    margin-bottom: 10px;
}

#container .inner .btn_area .btn a::after {
  display: none;
}


/*------------------------------------------------------------
	Container Area
------------------------------------------------------------*/
#container section.service img{ width: 100%;}
#container{ width: 100%; margin-top: 20px;}
#container section{ margin: 0; padding: 0; }

#container .anc_ttl{
	width: 100%;
	margin: 0 auto 10px;
	color: #375AAA;
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 1.3em;
	line-height: 160%;
	letter-spacing: 1px;
	padding: 0;
}

#container section.service .box_cnt .inner a.link{
  color: #184AC0;
  text-decoration: underline;
  outline: none;
}

#container section.service .box_cnt .inner a.link:hover {
  color: #184AC0;
  text-decoration: none;
}

#container section.service .caption{
	font-size: 0.8em;
}

#container section.service{
	 width: 100%;
	 display: block;
	 clear: both;
	 margin-bottom: 0;
	 margin: auto;
	 overflow: hidden;
	 padding: 0 4%;
	 box-sizing: border-box;
}

#container section.service .box_cnt h3 {
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 1.2em;
	line-height: 180%;
	color: #375AAA;
	letter-spacing: 0px;
	margin-bottom: 0px;
	border-bottom:solid 1px #a0a0a0;
	padding: 10px 0 10px;
	position: relative;
}
#container section.service .box_cnt h3 img {
	margin: 0;
	padding-top: 0;
	width: 150px;
}
#container section.service .box_cnt h3 .side_logo {
	padding: 10px 4%;
}
#container section.service .box_cnt h3 .side_logo img {
	padding: 0;
	height: 30px;
}
#container section.service .box_cnt h3 .caption {
	font-family:'Noto Sans Japanese',sans-serif;
	font-size: 10px;
	line-height: 1;
	color: #333;
	font-weight: normal;
	/* position: relative; */
		padding: 0 0 0px;
}
#container section.service .box_cnt{
	width: 100%;
	height: auto;
	min-height: auto;
	margin: 0 auto 25px;
	background: #F0F0F0;
    border:solid 2px #a0a0a0;
	position: relative;
    z-index: 1;
}


#container section.service .box_cnt .inner{
	padding: 4% 4% 2%;
    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;
}

#container section.service .box_cnt .box_logo{
	width: 100%;
	text-align: center;
	margin: 0 auto 0;
	padding: 0 0 0;
	border-bottom: none;
	position: relative;
}
#container section.service .box_cnt .box_logo .caption {
	font-family:'Noto Sans Japanese',sans-serif;
	font-size: 10px;
	line-height: 160%;
	color: #333;
	font-weight: normal;
	position: relative;
	bottom:0;
	right: 0;
		padding: 0 0;
		text-align: right;

		clear: both;
}
#container section.service .box_cnt .box_logo:nth-child(3){
	margin: 0 auto 0px;
	padding: 0 0 0px;
	border-bottom: none;
}
#container section.service .box_cnt .box_logo .logo{
	display: block;
	width: 50%;
	margin: 20px 0px;
	padding: 0;
	float: left;
}
#container section.service .box_cnt .box_logo .logo img{
	width: 90% !important;
	padding: 0;
	margin:  0;
}


#container section.service .box_cnt .attention{
    border-top:solid 2px #a0a0a0;
	width: 100%;
	padding: 15px 25px 25px;
    box-sizing: border-box;
}
#container section.service .box_cnt .attention .ttl{
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 1.4em;
	line-height: 180%;
	color: #333;
	margin-bottom: 8px;
}


#container section.service .box_cnt .inner .box_img{
	width: 30%;
	float: right;
}
#container section.service .box_cnt .inner .txt_area{
	width: 65%;
	margin: 0 auto;
	float: left;
}
#container section.service .box_cnt .inner .txt_area .box_img_logo{
	width: 150px;
	margin-bottom: 10px;
}
#container section.service .box_cnt .inner .txt_area .ttl{
	font-size: 1.3em;
	margin-top: 15px;
	padding-bottom: 8px;
	font-weight: 700;
}
#container section.service .box_cnt .inner .txt_area ol{
	margin-left: 1em;
	width: 100%;
}
#container section.service .box_cnt .inner .txt_area ol li{
	text-indent: -1em;
	font-size: 1em;
	padding-bottom: 5px;
}
#container section.service .box_cnt .inner .txt_area ol.caption{
	margin-left: 1em;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}


#container section.service .box_cnt .inner .box_img{
	width: 90%;
	float: none;
	margin: 10px auto;
}
#container section.service .box_cnt .inner .txt_area{
	width: 100%;
	margin: 0 auto 15px;
	float: none;
}
#container section.service .box_cnt .inner .txt_area .box_img_logo{
	width: 150px;
	margin-bottom: 10px;
}
#container section.service .box_cnt .inner .txt_area .ttl{
	font-size: 1.3em;
	margin-top: 15px;
	padding-bottom: 8px;
	font-weight: 700;
}
#container section.service .box_cnt .inner .txt_area ol{
	margin-left: 1em;
	/* width: 100%; */
	width: auto;
}
#container section.service .box_cnt .inner .txt_area ol li{
	text-indent: -1em;
	font-size: 1em;
	padding-bottom: 5px;
}
#container section.service .box_cnt .inner .txt_area ol.caption{
	margin-left: 1em;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*------------------------------------------------------------
	Container Area -slick
------------------------------------------------------------*/
#container section.service-detail{
	 width: 100%;
	 display: block;
	 clear: both;
	 margin-top: 20px;
	 overflow: hidden;
	 padding: 0 4%;
	 box-sizing: border-box;
}
#container section.service-detail:nth-child(3),
#container section.service-detail:nth-child(4),
#container section.service-detail:nth-child(5){
	 margin-top: 20px;
}

#container section.service-detail h3 {
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 1.2em;
	line-height: 160%;
	color: #828282;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
#container section.service-detail h3.blue{
	color: #0F1351
}
#container section.service-detail .slider {
	width: 100%;
	height: auto;
/* 	width: 980px; */
/* 	height: 435px; */
	margin: 0px;
}
.slick-current{
}
#container section.service-detail .slider .slider-box {
	width: 96% !important;
	margin-left: 2%;
/*
	margin: 0 !important;
	padding: 0 !important;
*/
}
/* #container section.service-detail .slick-slide { margin: 0px 0; } */
#container section.service-detail img { width: 100%; }
#container section.service-detail slick-prev:before,
#container section.service-detail .slick-next:before {
/* 	color: black; */
}
#container section.service-detail .slick-slide { transition: all ease-in-out .3s; opacity: .6; }
#container section.service-detail .slick-active { opacity: 1; }
#container section.service-detail .slick-current { opacity: 1; }

#container section.service-detail .box_cnt{
	width: 100%;
	height: auto;
	min-height: auto; 
	margin: 0 0 20px 0px;
	background: #f5f5f5;
    box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.3);
    border-top:solid 5px #a0a0a0;
}
#container section.service-detail .box_cnt .box_img{
	width: 100%;
}
#container section.service-detail .box_cnt .clm-right{
	width: 100%;
	min-height: 480px;
}
#container section.service-detail .box_cnt .sp-hight{
	padding-bottom: 15%;
}
#container section.service-detail .txt_area{
	width: 90%;
	margin: 15px auto;
}
#container section.service-detail .txt_area:nth-child(2){
	width: 90%;
	margin: 20px auto;
}
#container section.service-detail .pt15{
	padding-top: 0;
}
#container section.service-detail .pt5{
	padding-top: 0;
}
#container section.service-detail .pt50{
	padding-top: 0;
}
#container section.service-detail .txt_area .logo{
	width:70px;
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

#container section.service-detail .txt_area .img{
		padding: 0;
		/* margin: 35px 0 0; */
}
#container section.service-detail .box_ttl{
	padding: 6px 0;
	border-top:dotted 2px #6a6a6a;
	border-bottom:dotted 2px #6a6a6a;
	margin-bottom: 8px;
	text-align: center;
	color: #0F1351;
	font-weight: 600;
	font-size: 1.2em;
}
#container section.service-detail .box_sttl{
	padding: 3px 0 6px;
	text-align: center;
	color: #6a6a6a;
	font-weight: 600;
	font-size: 1.2em;
}
#container section.service-detail .smc-logo{
	width: 180px;
	margin: 10px auto 15px;
}
#container section.service-detail .caption{
	font-size: 0.8em;
	margin-top: 10px;
}
#container section.service-detail .link{
	margin-top: 15px;
	text-align: right;
}
#container section.service-detail .link{
	text-decoration: underline;
}
#container section.service-detail .box_cnt .txt_area{
	position: relative;
    z-index: 1;
}
#container section.service-detail .box_cnt .txt_area a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
#container section.service-detail .box_cnt .txt_area:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/*------------------------------------------------------------
	Card-info Area
------------------------------------------------------------*/
#container section.card-info img{ width: 100%;}

#container section.card-info{
	 width: 100%;
	 display: block;
	 clear: both;
	 margin: 20px 0 40px;
}
#container section.card-info .box_info{
	width: 92%;
	margin: 0 auto;
	background: #ffffff;
    border-left:solid 4px #aaaaaa;
    border-right:solid 4px #aaaaaa;
    border-bottom:solid 4px #aaaaaa;
    padding-bottom: 20px;
}
#container section.card-info .box_info .ttl{
	width: 100%;
	text-align: center;
	padding: 5px 0 10px;
	background: #aaaaaa;
    color: #ffffff;
    font-size: 1.5em;
}
#container section.card-info .box_info .card_area{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 15px;
}
#container 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.15em;
	line-height: 160%;
	color: #1E326E;
	letter-spacing: 0;
	margin: 0 auto 10px;
	border-bottom: solid 1px #aaaaaa;
	padding: 10px 0;
}

#container section.card-info .box_info .card_area h4 {
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 0.85em;
	line-height: 140%;
	color: #000;
	letter-spacing: 0;
	margin-bottom: 25px;
}
#container section.card-info .box_info .card_area .card-img {
	width: 80%;
	height: auto;
	float: none;
	margin: 0 auto 20px;
}
#container section.card-info .box_info .card_area .txt_area {
	width: 100% !important;
	float: none;
	color: #000;
	line-height: 160%;
	position: relative;
}
#container section.card-info .box_info .card_area .txt_area .hd-txt {
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 15px;
}
#container 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;
}
#container section.card-info .box_info .card_area .txt_area .cap-txt {
	width: 100%;
	font-size: 0.85em;
	line-height: 160%;
	text-align: left;
	color: #D2505A;
}
#container section.card-info .box_info .card_area .txt_area .btn-link a{
	display: block;
	padding: 15px 30px;
	background: #1E326E;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 0 auto 10px;
	font-size: 1.25em;
	font-weight: 700;
}



/*------------------------------------------------------------
	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: 24px;
    background: #969696;
    height: 45px;
    width: 45px;
    text-align: center;
    z-index: 50;
}

.iziModal-content .close a {
	display: block;
    cursor: pointer;
    color: #fff;
}

.iziModal-content .modal_hd_txt {
    color: #828282;
	font-weight: 700;
	text-align: center;
	font-size: 1.3em;
	line-height: 38px;
	height: 45px;
	width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    border-bottom: solid 1px #969696;
}

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

.iziModal-content .modal_info{
	padding: 40px 20px 20px;
	margin: 30px auto 15px;
	position: relative;
}
.iziModal-content .modal_info_gray{
	padding: 30px 20px 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.3em;
	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.1em;
	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.1em;
	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.5em;
}
.iziModal-content .modal_info .caption{
	font-size: 0.85em;
	margin-top: 8px;
	padding: 0;
}
.iziModal-content .modal_info .box{
	border: solid 1px #969696;
	padding: 10px;
	margin: 20px 0 0;
	box-sizing: border-box;
}

.iziModal-content .modal_info_gray table {
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #969696;
	border-bottom: solid 1px #969696;
}

.iziModal-content .modal_info_gray .last td:last-child {
    border-bottom: none;
    width: 100%;
  }
.iziModal-content .modal_info_gray .tbl-r02 {
    width: 100%;
  }
.iziModal-content .modal_info_gray .tbl-r02 th,
.iziModal-content .modal_info_gray .tbl-r02 td {
    display: block;
    background: #fff;
    width: 100%;
  }
 .iziModal-content .modal_info_gray .tbl-r02 th {
　　border-bottom: none;
	background: #E1E1DC;
	padding: 10px;
  }
.iziModal-content .modal_info_gray .tbl-r02 td {
/* 　　background: #fff; */
  }
.iziModal-content .modal_info_gray .box-cap {
	width: 100%;
	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;
}





.new_answer {
	position: relative;
	top: 0;
	right: 0;
	padding-top: 44px;
}
.new_answer img {
	width: 94% !important;
	margin: 10px auto 20px;
}



#container section.service.campaigm_area .box_cnt .inner {
	padding: 0 0 30px;
}
#container section.service.campaigm_area .cp_pop_open .popbtn {
	width: 100%;
	text-align: center;
}
.iziModal {
	width: 100%;
	max-width: 94% !important;
}
.modal_summary {
	padding: 50px 15px;
}
.modal_summary ul {
	margin: 0;
}
.modal_summary .block:not(:last-child) {
	padding-bottom: 50px;
}
.modal_summary .block .txt_block .num_list li {
	padding: 2em 0 1em;
	margin-bottom: 0;
}
.modal_summary .block .txt_block .num_list li:before {
	display: block;
	width: 100%;
	padding: 5px 0;
}
.modal_summary .block .txt_block .num_list li:after {
	left: calc(50% - 0.5em);
}



.sp-slider {
  display: none;
}

@media only screen and (max-width: 640px) {
    .sp-slider {
        display: block;
    }
}

.sp-slider {
  width: 100%;
  height: 100vh;
  position: absolute;
}
.slide1 {
    background: url(../images/re_hd_bg_01_sp.png) no-repeat;
}
.slide2 {
    background: url(../images/re_hd_bg_02_sp.png) no-repeat;
}
.slide3 {
    background: url(../images/re_hd_bg_03_sp.png) no-repeat;
}
.slide4 {
    background: url(../images/re_hd_bg_04_sp.png) no-repeat;
}
.slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}


}



@media only screen and (max-width: 350px) {
	#container section.service .box_cnt h3 img{
		width: 120px;
	}
}







@media only screen and (max-width: 640px) {


/*campaign_2001*/

/* .campaign_2001 .section-hero .box-gray {
	background: rgba(0,0,0,0.5);
	padding-top: 20px;
}
.campaign_2001 .section-hero .box-gray .w55{width: 48.7%;}
.campaign_2001 .section-hero .box-gray .w45{width: 47%;}
.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: 15px;}

.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 .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 .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 >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_2001 .section-hero .box-gray .w55{width: 100%;}
.campaign_2001 .section-hero .box-gray .w45{width: 100%;}
.campaign_2001 .section-hero .box-gray{padding-top: 10px;}
.campaign_2001 .section-hero .box-gray .clm-right p {
    text-align: center;
}
.campaign_2001 .section-hero .box-gray .clm-left .card-img {
    padding: 0 18px 0;
    margin: 0;
}
.campaign_2001 .section-hero .box-gray .box2001,
.campaign_2001 .section-hero .box-gray .box2001.single_cp {
    background: #000;
    margin: 0 -18px;
    padding: 13px 28px 15px;
}

.campaign_box2001{padding: 20px 0;}
.detail2001a{
	width: 100%;
	/* margin: 0 auto 20px; */margin: 20px auto 0;
	padding: 0 20px;
}

.modal-cont .boxtxt,
.detail2001a .boxtxt{
	padding: 5px;
	font-size: 1em;
	/* 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 25px;}



/* .detail2001a{padding-top: 40px;} */

.detail2001a .title{font-size: 0.9em;}
.detail2001a .notes{
	font-size: 0.7em;
	margin-bottom: 4px;
}
.detail2001a .lead{
	text-align: left;
	font-size: 0.9em;
}
.detail2001a .clm-left{
	width: 100%;
	font-size: 0.9em;
}
.detail2001a .clm-right{width: 100%;}
.modal-cont .c_title{
	padding: 20px 0 10px;
	font-size: 1.2em;
}
.modal-cont .detail2001a{padding: 10px 20px;}
.modal-cont .detail2001a>div.clearfix:first-child{padding: 5px 0;}

			.detail2001a>.borders{padding: 20px 0 15px;}
			/* .modal-cont{padding: 0 20px;} */
			.modal-cont .detail2001a:not(.no-fill){
				padding: 10px 20px;
				margin-bottom: 0;
			}
			.modal-cont .detail2001a.no-fill{padding: 20px 0 0;}
			.modaal-content-container {padding: 10px 0 0 ;}


			.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
				position: relative !important;
			}
}
