﻿@charset "utf-8";
/* CSS Document */
#container *, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#container{
	/* font-family: 游ゴシック体,YuGothic,游ゴシック Medium,YuGothic M,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,sans-serif; */
	/*font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: 'Noto Sans JP',  "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color:#333333;
  font-size: 13px;
}
.c-f:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.c-f{
	min-height:1%;
	display:block;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt40{
	margin-top:40px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.sp-head{
	display: none;
}
.lead {
    font-size:14px;
    line-height:1.7;
}
.lead  a{
	text-decoration:underline;
}
.img_rwd {
	max-width: 100%;
}
h2.rs_h2_title_bar {
	padding: 10px 15px;
	background-color:#0071BE;
	color: #fff;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-top:40px;
}
h3.rs_h3_title_bar{
	padding: 5px 15px !important;
	background-color:#666666;
	color: #fff;
	font-size: 16px;
	font-weight:normal !important;
	border-left:none !important;
	margin-top:20px !important;
}
h4.rs_h4_title_bar{
	border-left:5px solid #898989;
	padding:0 15px;
	color:#434343;
	font-size: 16px !important;
	font-weight:normal !important;
	margin-top:20px !important;
}
.bold{
	font-weight:bold!important;
}
.txt-red{
	color:#eb4055;
}
.txt-gray{
	color:#434343;
}
.txt-kome{
	font-size:11px;
	color:#434343;
}
.sp-area{
	display:none;
}
@media screen and (min-width: 769px) {
	#str_container{
		width: 960px;
		margin: 5px auto 0;
	}
	#str_container #topicPath{
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	#container{
		/* font-family: 'ヒラギノ角ゴ ProN W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; */
	}
	.pc-head{
		display:none;
	}
	.sp-head{
		display:block;
	}
	.lead {
		padding:0 10px;
		max-height:999999px;
	}
	h2.rs_h2_title_bar{
		margin: 30px 10px 0 !important;
		max-height:999999px;
		font-weight:normal !important;
		padding: 7px 10px !important;
	}
	h3.rs_h3_title_bar{
		margin: 15px 10px 0 !important;
		padding: 5px 10px !important;
		max-height:999999px;
	}
	h4.rs_h4_title_bar{
		border-left:5px solid #898989;
		margin: 15px 10px 0 !important;
		padding:0 10px;
		max-height:999999px;
	}
	.txt-kome{
		padding:10px;
		margin-top: 0;
	}
	.bottom_btn{
		margin:0 10px;
		max-height:999999px;
	}
	.pc-area{
		display:none;
	}
	.sp-area{
		display:block;
	}
}
@media screen and (max-width: 640px) {
	.lead {
		padding:0 5px;
		font-size: 16px;
		line-height: normal;
	}
	h2.rs_h2_title_bar,h3.rs_h3_title_bar,h4.rs_h4_title_bar{
		margin: 30px 5px 0 !important;
	}
	.txt-kome{
		padding:10px 5px;
	}
}
@media screen and (max-width: 340px) {
	.lead {
		font-size: 14px;
	}
	h2.rs_h2_title_bar,h3.rs_h3_title_bar,h4.rs_h4_title_bar{
		font-size: 14px!important;
	}
}

.txt-link {
	margin-top: 20px;
	text-align: center;
}
.txt-link a {
	color: #0071BE;
	text-decoration: none;
	transition: .3s ease-out;
	font-size: 14px;
}
.txt-link a:hover {
	color: #0062A3;
	text-decoration: underline;
}
.txt-link.arrwB a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 3px 8px;
	border-bottom: 2px solid #0071BE;
	border-right: 2px solid #0071BE;
	transform: rotate(45deg);
}
.txt-link.arrwB a:hover:after {
	border-bottom: 2px solid #0062A3;
	border-right: 2px solid #0062A3;
}
.txt-link.arrwT a {
	font-size: 16px;
}
.txt-link.arrwT a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: -1px 8px;
	border-bottom: 2px solid #0071BE;
	border-right: 2px solid #0071BE;
	transform: rotate(-135deg);
}
.txt-link.arrwT a:hover:after {
	border-bottom: 2px solid #0062A3;
	border-right: 2px solid #0062A3;
}
.indent01 li {
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (min-width: 768px) {
	.u-pcNone {
		display: none!important;
	}
}
@media screen and (max-width: 767.9px) {
	.u-spNone {
		display: none!important;
	}
}


/*---------------------------------
  　独自のコンテンツエリア
-----------------------------------*/
.contents-area{
	font-size:16px;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.9px) {
	.contents-area{
    	font-size: 14px;
    	max-height: 999999px;
	}
}

/*---------------------------------
  　header
-----------------------------------*/
.header-wrap {
	position: relative;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.9px) {
	.header-wrap {
		max-height: 114vw;
		overflow-y: hidden;
	}
}
@media screen and (max-width: 640px) {
	.header-wrap {
		max-height: 120vw;
	}
}
@media screen and (max-width: 548px) {
	.header-wrap {
		max-height: 132vw;
	}
}
@media screen and (max-width: 468px) {
	.header-wrap {
		/* min-height: 640px; */
		max-height: 140vw;
	}
}
@media screen and (max-width: 439px) {
	.header-wrap {
		max-height: 148vw;
	}
}
@media screen and (max-width: 396px) {
	.header-wrap {
		/* min-height: 568px; */
		max-height: 158vw;
	}
}
@media screen and (max-width: 320px) {
	.header-wrap {
		max-height: 178vw;
	}
}

/*--------------------------------------
  　キャンペーン終了対応
--------------------------------------*/
#str_container #res-header{
	position:relative;
}
#str_container #res-header img,
#str_container #res-header-fin img {
	width: 100%;
}
#str_container #res-header .h-txt{
	display:none;
}
#str_container #res-header-fin{
	position:relative;
	background:#000;
}
#str_container #res-header-fin .pc-head{
	width: 100%;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#str_container #res-header-fin .h-txt {
	position:absolute;
	background:#fff;
	padding:20px 40px;
	top:50%;
	left:50%;
  transform: translate(-50%,-50%);
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	z-index: 999999;
	text-align:center;
}
#str_container #res-header-fin .h-txt p {
	font-size:160%;
	font-weight:bold;
	color:#ff0000;
}
#str_container #res-header-fin .h-txt p span {
	font-size:80%;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
	#str_container #res-header-fin{
		margin:0 0 10px;
	}
	#str_container #res-header-fin .sp-head{
		width: 100%;
		height: 100%;
		z-index: 999;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		line-height:0;
	}
	#str_container #res-header-fin .h-txt {
		max-height: 999999px;
    	line-height: 1.3;
    	margin-left: -38%;
    	left: 50%;
    	width: 66%;
    	padding: 5% 5%;
	}
	#str_container #res-header-fin .h-txt p {
		font-size:14px;
	}
	#str_container #res-header-fin .h-txt p span {
		font-size:14px;
	}
}


/*---------------------------------
  　クーポンエリア
-----------------------------------*/
.coupon-wrap {
	background: #E1F4F5;
}
.coupon-ttl {
	margin-bottom: 25px;
	text-align: center;
}
.coupon-area {
	margin-bottom: 20px;
}
.coupon-deadline {
	display: flex;
	/* align-items: center; */
	margin-top: 13px;
	border-radius: 10px;
	font-size: 14px;
}
.coupon-deadline > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33%;
	padding: 10px 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #C0C0C0;
	font-weight: bold;
	text-align: center;
}
.coupon-deadline > dd {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 67%;
	padding: 10px 0 10px 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fff;
}
@media screen and (min-width: 768px) {
	.coupon-deadline {
		width: 100%;
	}
	.coupon-wrap {
		width: 627px;
		margin: 40px auto;
		padding: 30px 90px;
		border-radius: 20px;
	}
}
@media screen and (max-width: 767.9px) {
	.coupon-wrap {
		margin-bottom: 30px;
		padding: 30px 0;
	}
	.coupon-ttl {
		margin-bottom: 25px;
		text-align: center;
	}
	.coupon-ttl img {
		max-width: 80%;
	}
	.coupon-deadline {
		margin: 10px 12px 0;
		border-radius: 5px;
		/* font-size: 12px; */
	}
	.coupon-deadline > dt {
		width: 42%;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.coupon-deadline > dd {
		width: 58%;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		font-size: 15px;
	}
}

/*---------------------------------
クーポンゲット型
-----------------------------------*/
.coupon-item.js-get-coupon {
text-align: center;
}
.coupon-item.js-get-coupon a {
display: inline-block;
border-radius: 8px;
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
-webkit-tap-highlight-color: transparent;
transition: .2s ease-out;
}
.coupon-item.js-get-coupon a:hover {
color: #fff;
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
.coupon-item.js-get-coupon a:active {
-ms-transform: translateY(2px);
-webkit-transform: translateY(2px);
transform: translateY(2px);
box-shadow:none;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
	border-radius: 4px;
	pointer-events: none;
	width: 100%;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
width: 100%;
}
.coupon-item.js-get-coupon .js-coupon-detail p,
.coupon-item.js-get-coupon .js-coupon-notfound p {
	font-size: 14px;
	margin-top: 5px;
}
.coupon-get-2col {
display: flex;
justify-content: space-between;
width: 100%;
box-sizing: border-box;
}
.coupon-get-2col .coupon-item.js-get-coupon {
	width: 210px;
}
.coupon-area .caption{
	position: relative;
	display: inline-block;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0071BE;
	margin-top: 0;
}
.coupon-area .caption:before {
content: "";
position: absolute;
top: 2px;
left: -8px;
display: block;
width: 2px;
height: 80%;
background: #0071BE;
transform:rotate(-20deg);
}
.coupon-area .caption:after {
content: "";
position: absolute;
top: 2px;
right: -8px;
display: block;
width: 2px;
height: 80%;
background: #0071BE;
transform:rotate(20deg);
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.9px) {
	.coupon-area .caption {
		font-size: 18px;
	}
	.coupon-get-2col {
		justify-content: space-around;
	}
	.coupon-get-2col .coupon-item.js-get-coupon {
		width: 50%;
		padding: 0 12px;
	}
	#str_container .coupon-get-2col .coupon-item.js-get-coupon .coupon_detail {
		padding-left: 0;
	}
	.coupon-item.js-get-coupon .js-coupon-detail p,
	.coupon-item.js-get-coupon .js-coupon-notfound p {
		margin-top: 5px;
	}
}

/*---------------------------------
　終了対応
-----------------------------------*/
.coupon-item.js-get-coupon .js-coupon-notfound p {
position: relative;
display: inline-block;
}
.coupon-item.js-get-coupon .js-coupon-notfound p:before {
content: "";
display: inline-block;
width: 100%;
height: 100%;
border-radius: 4px;
background: rgba(0,0,0,0.7);
position: absolute;
top: 0;
left: 0;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
display: inline-block;
border-radius: 4px;
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
-webkit-tap-highlight-color: transparent;
pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-notfound span {
position: absolute;
background: #fff;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
margin:0;
padding: 10px;
z-index: 999999;
text-align: center;
width: 80%;
font-size: 14px;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
width: 100%;
}
.coupon-item.js-get-coupon .js-coupon-notfound p {
font-size: 14px;
}
.coupon-item.js-get-coupon .js-coupon-notfound.comingsoon span {
	width: 100%;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.9px) {
	.coupon-item.js-get-coupon .js-coupon-notfound span {
		padding: 5px;
		font-size: 12px;
		line-height: 1.4;
	}
}


/*--------------------------------------
  　キャンペーン概要
--------------------------------------*/
#outline_box {
	margin: 0 0 15px;
	border: 2px solid #0071BE;
	font-weight: bold;
	font-size: 15px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#outline_box dl{
	margin:5px 0;
}
#outline_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	color:#0071BE;
	float:left;
}
#outline_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#outline_box dd.last{
	border:0;
}
@media screen and (max-width: 768px) {
	#outline_box {
		margin: 0 10px;
		padding-top:5px;
	}
	#outline_box dl{
		margin: 0;
		padding: 3px;
	}
	#outline_box dt{
		float:none;
		padding: 0 0 0 5px;
		max-height:999999px;
	}
	dl.outline dt {
		padding: 5px;
	}
	#outline_box dd{
		padding: 0 0 10px 5px;
		max-height:999999px;
	}
}
@media screen and (max-width: 640px) {
	#outline_box {
		margin: 0 5px;
		border: 1px solid #0071BE;
	}
}
@media screen and (max-width: 340px) {
	#outline_box {
		font-size: 14px;
	}
}

/*--------------------------------------
  　注意事項
--------------------------------------*/
.notice_tit {
	padding: 8px 15px;
	background-color: #ccc;
	font-size: 15px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#notice_box {
	margin: 0 0 50px;
	width:960px;
	border: 2px solid #ccc;
	font-size: 15px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#notice_box dl{
	margin: 0;
}
#notice_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	float:left;
}
#notice_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#notice_box dd.last{
	border:0;
}
#notice_box ul{
	margin-left: 0;
}
#notice_box ul li {
	list-style: disc;
	list-style-position: outside;
}
@media screen and (max-width: 768px) {
	.notice_tit {
		padding:5px 10px;
		font-size:14px;
		margin:0 10px;
	}
	#notice_box {
		margin: 0 10px 20px;
		width:auto;
		padding-top:5px;
	}
	#notice_box dl{
		margin: 0;
		padding: 3px;
	}
	#notice_box dt{
		float:none;
		padding: 0 0 0 5px;
	}
	#notice_box dd{
		padding: 10px 15px;
	}
	#notice_box ul{
		margin-left:10px;
	}
	#notice_box ul li {
		list-style: disc;
		list-style-position: outside;
		max-height:999999px;
	}
	.btn_info{
		margin:0 10px;
	}
}
@media screen and (max-width: 640px) {
	.notice_tit {
		margin:0 5px;
		font-size:16px;
		font-weight: bold;
		padding: 7px 10px;
	}
	#notice_box {
		margin: 0 5px 20px;
		border: 1px solid #ccc;
	}
}
@media screen and (max-width: 340px) {
	.notice_tit {
		font-size: 14px;
	}
	#notice_box{
		font-size: 14px;
	}
}



/*---------------------------------
  　ページTOP
-----------------------------------*/
#pagetop {
    bottom: 20px;
    display: block;
    position: fixed;
    margin-left: 980px;
	width: 960px;
}
#pagetop img{
	width:50px;
	height:50px;
}
@media screen and (max-width: 768px) {
/*通常ページ*/
	#pagetop {
    	right: 20px;
		width:auto;
		margin-left:0;
		z-index:5;
	}
}
@media screen and (max-width: 640px) {
	#pagetop img {
    	width: 40px;
    	height: 40px;
	}
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,#container {
	  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}


/* mv */
.mv {
  position: relative;
  max-width: 960px;
  height: 480px;
  margin: 0 auto;
}

@media (max-width: 767.9px) {
  .mv {
    width: 100%;
    height: 230px;
  }
}

.mv__wrap {
  position: relative;
  max-width: 992px;
  margin: 0 auto;
  padding: 0 16px;
  z-index: 1;
}

.mv__area {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 767.9px) {
  .mv__area {
    top: 15px;
    right: 10px;
  }
}

.mv__area .plan-label {
  text-align: right;
}

.mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D1D1D1;
}

.mv__bg img {
  width: 100%;
  max-width: 100%;
}

.closed__mv-item {
  display: none;
}

.mv.is-closed .closed__mv-item {
  display: block;
}

.mv.is-closed .mv__bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.closed__mv-item {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

@media (max-width: 767.9px) {
  .closed__mv-item {
    width: 90%;
    padding: 10px 20px;
  }
}

.closed__mv-ttl,
.closed__mv-txt {
  text-align: center;
  color: #d7373d;
}

.closed__mv-ttl {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 360px) {
  .closed__mv-ttl {
    font-size: 4.8vw;
  }
}

.closed__mv-txt {
  font-size: 14px;
}

@media (max-width: 360px) {
  .closed__mv-txt {
    font-size: 3.73333vw;
  }
}


/* section */
.section {
  position: relative;
  padding-top: 56px;
}

.section:last-child {
  /*padding-bottom: 56px;*/
}

@media (max-width: 767.9px) {
  .section:last-child {
    padding-bottom: 0;
  }
}

.section.is-bg-gray {
  padding-bottom: 56px;
  background-color: #F4F4F4;
}

.section__wrap {
  max-width: 992px;
  margin: 0 auto;
  padding: 0;
}


@media (max-width: 767.9px) {
  #select-plan .section__wrap {
    padding: 0;
  }
  #select-plan .section__title,
  #select-plan .search__result-detail--sp,
  #select-plan .search__result-sort--sp,
  #select-plan .search__result-title,
  #select-plan .search__result-detail,
  #select-plan .search__result-plan--sp {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.section__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}

.section__lead {
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 767.9px) {
  .section__lead {
    text-align: left;
  }
  .section {
    padding-top: 30px;
  }
}

@media (max-width: 767.9px) {
  .section-prize .section__title {
    margin-bottom: 32px;
  }
}
/* summary */
.summary {
  position: relative;
}

.summary__lists {
  border: 1px solid #DEDEDF;
  border-radius: 4px;
}

@media (max-width: 767.9px) {
  .summary__lists {
    border: none;
    border-radius: inherit;
  }
}

.summary__lists > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.summary__lists > li:not(:first-child) {
  border-top: 1px solid #DEDEDF;
}

@media (max-width: 767.9px) {
  .summary__lists > li {
    display: block;
    padding-bottom: 24px;
  }
  .summary__lists > li:not(:first-child) {
    padding-top: 24px;
  }
  .summary__lists > li:last-child {
    border-bottom: 1px solid #DEDEDF;
  }
}

@media (max-width: 767.9px) {
  .summary__lists-noLine > li {
    padding-top: 0 !important;
    border: none !important;
  }
}

.summary__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 16px;
  background-color: #F4F4F4;
}

@media (max-width: 767.9px) {
  .summary__label {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    background-color: transparent;
  }
}

.summary__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  font-size: 16px;
  flex-direction: column;
}

.summary__detail .summary__txt-lists,
.summary__detail p {
  width: 100%;
}

.summary__detail a {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .summary__detail a:hover {
    color: #0071BE;
    text-decoration: none;
  }
}

@media (max-width: 767.9px) {
  .summary__detail {
    display: block;
    padding: 0;
  }
}

.summary__txt-lists li {
  text-indent: -1em;
  padding-left: 1em;
}

/* anchor-menu */
.anchor-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 56px;
}

.anchor-menu.is-flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.anchor-menu.is-flex-wrap .anchor-menu__btn {
  margin: 0 16px 16px 16px;
}

@media (max-width: 767.9px) {
  .anchor-menu {
    display: block;
    padding: 0 16px 56px;
  }
}

.anchor-menu__btn {
  width: 100%;
  max-width: 345px;
  margin-right: 16px;
}

.anchor-menu__btn:last-child {
  margin-right: 0;
}

@media (max-width: 767.9px) {
  .anchor-menu__btn {
    max-width: 100%;
    margin: 0 auto;
  }
  .anchor-menu__btn + .anchor-menu__btn {
    margin-top: 16px;
  }
}

.view_sp {
  display: none;
}
#str_container {
  line-height: 1.5;
}
#container img {
  max-width: 100%;
  vertical-align: bottom;  
}
#container a img {
  transition: 0.2s;
}
#container a:hover img {
  opacity: 0.8;
}
#container p {
  font-size: 17px;
  margin-top: 0;
}
.mv {
  height: 400px;
}
#str_container .mv {
  margin: 0 auto;
}
#str_container .anchor-menu {
  margin: 0 auto 30px;
  padding: 0;
}
.profile-box {
  margin: 35px 50px;
  padding: 0 20px 30px;
  background-color: #EDF6FD;
}
.profile-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #FFB100;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0,-50%);
  position: relative;
}
.profile-title::before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #FFB100;
  transform: translateY(5%) rotate(-25deg);
  margin-right: 0.5em;
}
.profile-title::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #FFB100;
  transform: translateY(5%) rotate(25deg);
  margin-left: 0.5em;
}
.profile-wrap {
  display: flex;
}
.profile-photo {
  width: 120px;
}
.profile-txt {
  flex: 1;
  padding: 0 0 0 1em;
}
.profile-lead {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.profile-lead em {
  font-weight: bold;
  color: #0071BE;
}
.profile-lead span {
  font-size: 85%;
}
.profile-info {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px 20px;
}
.profile-info dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
.profile-info dd {
  font-size: 16px;
}
.area-title {
  text-align: center;
  background-color: #0071BE;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em;
}
.course-list {
  margin-bottom: 50px;
}
.course-box {
  background-color: #F4F4F4;
  padding: 30px 40px 50px;
}
.course-box + .course-box {
  margin-top: 20px;
}
.course-box:nth-child(2n) {
  background-color: #EDF6FD;
}
.course-box .course-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
}
.course-box .d-flex {
  display: flex;
  justify-content: space-between;
}
.course-box .course-photo {
  width: 440px;
}
.course-box .course-info {
  width: 410px;
  padding: 1em 0 0;
}

.slide-box {
  position: relative;
  margin-bottom: 20px;
}
.swiper-container {
  padding: 0;
}
.swiper-slide {
  padding: 0;
}
.slide-image {
  /*border: 40px solid #fff;*/
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  background: rgba(0,0,0,0.8);
  border: none;
	transform: translate(0,-50%);
	z-index: 10;
	cursor: pointer;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
	line-height: 1;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next {
	right: 0;
}
.swiper-button-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%,-50%) rotate(-135deg);
  visibility: inherit;
}
.swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%,-50%) rotate(45deg);
  visibility: inherit;
}
.course-desc {
  font-size: 17px;
}
.comment-box {
  background-color: #fff;
  border-radius: 6px;
  margin: 0 0 25px;
  padding: 0 20px 20px;
}
.comment-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFB405;
  transform: translate(0,-50%);
  margin: 0 0 -0.5em;
}
.comment-title span {
  background: url("../images/bg_comment_title.png") no-repeat center center;
  background-size: contain;
  width: 180px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: 0.15em;
}
.comment-wrap {
  display: flex;
}
.comment-photo {
  width: 90px;
}
.comment-txt {
  flex: 1;
  padding-left: 1em;
}
#container .comment-txt p {
  font-size: 16px;
}
#container .comment-txt p.comingsoon {
  font-size: 24px;
  color: #777;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container .comment-link {
  text-align: right;
  font-size: 15px;
  margin-top: 10px;
}
.comment-link a {
  color: #0071BE;
}
.coupon-info {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #0071BE;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.coupon-info::before {
  content: "";
  width: 2px;
  height: 1.2em;
  background-color: #0071BE;
  transform: translateY(5%) rotate(-25deg);
  margin-right: 0.5em;
}
.coupon-info::after {
  content: "";
  width: 2px;
  height: 1.2em;
  background-color: #0071BE;
  transform: translateY(5%) rotate(25deg);
  margin-left: 0.5em;
}
.btn56-blue {
  width: 100%;
  height: 56px;
  padding: 0;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #0071BE;
  border: 1px solid #0071BE;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn56-blue:hover {
  color: #fff;
  background-color: #0062A3;
}
#str_container .btn56-red,
#str_container .btn56-blue {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.btn-coupon {
  margin: 0 0 20px;
}
.coupon-item.js-get-coupon .js-coupon-notfound p {
  display: block;
}
.coupon-item.js-get-coupon .js-coupon-notfound a {
  pointer-events: none;
}
.pr-box {
  margin: 0 100px 50px;
  padding: 25px 15px;
  border: 3px solid #155AB9;
}
.pr-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pr-title {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: .7rem;
  text-decoration-color: #FFCF37;
  text-underline-offset: -.1em;
  text-decoration-skip-ink: none;
}
.pr-info {
  width: 360px;
}
.pr-bnr {
  margin: 0 0 5px;
}
.pr-desc {
  font-size: 16px;
}
.feature-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.feature-box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.feature-box ul li {
  width: 200px;
  margin: 0 10px;
}
.feature-box ul li a {
  color: #000;
}
.feature-box ul li dt {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  
}
@media screen and (max-width: 768px) {
  body {
    width: auto;
    min-width: inherit;
  }
  .view_sp {
    display: block;
  }
  .view_pc {
    display: none;
  }
  #str_container {
    width: auto;
    margin: 0 auto;
  }
  #container p {
    font-size: 4.3vw;
  }
  .mv {
    height: auto;
  }
  .mv__bg {
    position: relative;
  }
  .profile-box {
    margin: 2em 1.2em;
    padding: 0 1em 1em;
  }
  .profile-title {
    font-size: 5vw;
  }
  .profile-wrap {
    margin-bottom: 1em;
  }
  .profile-photo {
    width: 24vw;
  }
  .profile-lead {
    font-size: 4.4vw;
    margin: 0;
  }
  .profile-info {
    display: none;
    margin-bottom: 1em;
    padding: 1em;
  }
  .profile-info dt,
  .profile-info dd {
    font-size: 4.0vw;
  }
  .btn-profile {
    text-align: center;
    font-size: 4.0vw;
    position: relative;
  }
  .btn-profile span {
    display: inline-block;
    position: relative;
  }
  .btn-profile span::after {
    display: inline-block;
    content: "＋";
    margin-left: 0.5em;
  }
  .btn-profile.is-open span::after {
    content: "ー";
  }
  #str_container .anchor-menu {
    display: flex;
    width: auto;
    margin: 0 1em 1.2em 1.2em;
    overflow-x: auto;
  }
  #str_container .anchor-menu .anchor-menu__btn {
    width: auto;
    margin: 0 5px 10px 0;
  }
  .anchor-menu__btn + .anchor-menu__btn {
    margin-top: 0;
  }
  #str_container .anchor-menu .anchor-menu__btn a {
    padding: 0 1.8em 0 1em;
    font-size: 4.3vw;
    white-space: nowrap;
  }
  #str_container .btn44-white-anchor--under {
    background-size: 0.8em 0.8em;
  }
  .area-box {
    margin: 0 1.2em;
  }
  .area-title {
    font-size: 5vw;
    padding: 0.3em;
  }
  .course-list {
    margin-bottom: 13vw;
  }
  .course-box {
    padding: 1.6em 1.2em 3em;
  }
  .course-box .course-name {
    font-size: 5vw;
    margin-bottom: 0.6em;
  }
  .course-box .d-flex {
    display: block;
  }
  .course-box .course-photo {
    width: auto;
    margin: 0 0 2em;
  }
  .course-box .course-info {
    width: auto;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 9vw;
    height: 9vw;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    width: 0.4em;
    height: 0.4em;
  }
  .course-desc {
    font-size: 4.3vw;
  }
  .comment-box {
    margin: 0 0 1.5em;
    padding: 0 1em 1em;
  }
  .comment-title {
    font-size: 3.8vw;
  }
  .comment-title span {
    width: 40vw;
    height: 8vw;
  }
  .comment-photo {
    width: 24vw;
  }
  #container .comment-txt p {
    font-size: 3.8vw;
  }
  .coupon-info {
    font-size: 5vw;
    margin-bottom: 0.5em;
  }
  .btn-coupon {
    margin: 0 0 1.5em;
  }
  #str_container .btn56-red,
  #str_container .btn56-blue {
    font-size: 4.3vw;
  }
  #str_container .coupon_detail {
    padding-left: 0;
  }
  .course-box + .course-box {
    margin-top: 2em;
  }
  .pr-box {
    margin: 0 1.2em 3em;
  }
  .pr-wrap {
    display: block;
  }
  .pr-title {
    font-size: 4.3vw;
    margin: 0 0 1em;
  }
  .pr-info {
    width: auto;
  }
  .pr-bnr {
    margin: 0 0 1em;
  }
  .pr-desc {
    font-size: 4vw;
  }
  .feature-box {
    padding: 0 1.2em;
  }
  .feature-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .feature-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .feature-box ul li {
    width: 48%;
    margin: 0 0 1.5em;;
  }
  .feature-box ul li a {
    color: #000;
  }
  .feature-box ul li dt {
    margin-bottom: 10px;
  }
  .section__wrap {
    padding: 0 1.2em;
  }
  .footerWrap .section__wrap {
    padding: 0;
  }
}