@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/


body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#FEFEFE;
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
box-sizing:border-box;
	position:relative;
	width:100%;
    background:#FEFEFE;
}


nav {
	width:100%;
	background:#FEFEFE;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#contents {
	width:980px;
	margin:10px auto;
}
.container > .section {
    position: relative;
}
.container > .section:nth-of-type(even)::before {
    position: absolute;
    top: -10px;
    left: -50vw;
    right: -50vw;
    bottom: -10px;
    z-index: -1;
    background-color: rgba(255,255,255,0.8);
    content: "";
}

h2 {text-align: center;
	margin-top:1em;
	font-size: 1.5em;
	line-height: 1.7em;
margin-bottom: 1em;}

.toph2 {
	font-size: 2.5em;
    letter-spacing: 0.1em;
font-weight:600;
margin-bottom: 1.0em;}
.toph2p{
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 2em;}

.h2p {text-align: center;
	font-size: 1.2em;
	line-height: 1.7em;
	margin-bottom: 1em;}
.h2p_s {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-bottom: 1em;}

.h2call {text-align: center;
	font-size: 1.5em;
	line-height: 1.7em;
	margin-bottom: 2em;}

.proh2 {
	font-size: 1.5em;
	margin-bottom: 0em;
    font-weight: bold;
color:#036EB8;}
.mission_h3,.story_p{
	font-size: 1.2em;
	margin: 0em;
    font-weight: bold;}
.issue::first-letter {
  font-size: 3em;
  float: left;
  padding-right: 5px;
  margin-bottom: 70px;
}

.issue {
	font-size: 1.1em;
	margin: 0em;
  clear: both;
  margin-bottom: 5px;
}
.issue_t{font-size: 1.3em;
    font-weight: bold;}
.top_menu {
	font-size: 1.5em;
	margin-bottom: 0em;
    font-weight: bold;
color:#036EB8;}
.hoshidayori {text-align: center;
	margin-top:0em;
	font-size: 1.5em;
margin-bottom: 0em;}


.vision {text-align: center;
	font-size: 1.8em;
    letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 1em;}
.phone_number{text-align: center;
    font-size: 1.8em;}

.recruit {text-align: center;
	font-size: 1.5em;
	line-height: 1.7em;
	margin-bottom: 1em;}

a {
	color:#036EB8;
}
a:hover {
	color:#99E4E8;
}
strong {font-size: 1.2em;
	line-height: 1.8;
	color:#D93932;
	}
	
footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
    background:#FFFFFF;
}
th {
	width:30%;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #fff;
	background:#B0DEFE;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
img.access_icon{margin-right: 20px;
}
/*
.tel {
	font-size: 1.5em;
	line-height: 1;
}
*/
hr {padding: 10px;}

.tr_hr {
	height: 8px;
	border: 0;
	background: url('../images/hr.png') repeat-x 0 0;
	padding: 0px;
}

#menu p{font-size: 1.2em;
	line-height:1.8em
}

#menu h3{font-size: 1.8em;
	line-height:1.8em;
	color:#D93932;
}

.closed {text-decoration: line-through;}
div.imagebox {
width: 48%;               /* 横幅 */
float: left;                /* 左に配置 */
margin: 1%;  
text-align: center;/* 周囲の余白 */
		}
.imagebox img {
	border-radius:5px;
}
p.title {
	font-weight:bold;
	color:#000;
		   font-size: 1.5em;     /* 文字サイズ */
		}
		p.caption {
			margin-top: 5px;
		   font-size: 1.2em;     /* 文字サイズ */
		}
		p.exp {
			clear: left;     /* 回り込みを解除 */

		}
.hoshi_title{
	padding:1px 10px;
	background-color: #1b1b1b;
	color:#fff;
	font-size: 1.2em;  
	text-align: center;}
div.bkc{background-color: #ADDBD6;
padding: 10px;
border-radius:5px;}
div.bkl{border: 1px solid #000;
padding: 10px;
border-radius:5px;}

 .arrow {
    margin: -60px auto 20px;
    display: block;
    width:70%;}
.ws {max-width: 600px;
	margin:0 auto;
	text-align: left;}
.ws p {
	font-size: 1.1em;
	line-height: 1.8em;}

.sb {max-width: 700px;
	margin:0 auto;
	text-align: left;}

.box_news {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #BBE4FF;
}
.box_news .boxnews-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #BBE4FF;
    color: #D93932;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_news p {
    margin: 0; 
    padding: 0;
	font-size:1.2em;
}
.number{
	font-size: 1.3em;
	font-weight: bold;
color: #036EB8;}
.number_p{font-weight: bold;}

.f_donation{
 background-color: #BBE4FF;
 padding: 4px 8px;
 margin: 0 calc(50% - 50vw);
 width: 100vw;
}
.donation_c{
	width:980px;
	margin:10px auto;
	text-align: center;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	text-align:center;
}


.coktail_menu {font-size: 1.2em;
	line-height: 1.8;
	font-weight: bold;
border-bottom: medium solid #D93932;}

img.flag {
	margin-right:0.5em;
	vertical-align: bottom;
	border-radius:0px;
}

.food_menu {font-size: 1.2em;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;}
.food_p {font-size: 1.1em;
	line-height: 1.2;
margin-bottom: 1em;}
/*

 写真右寄せ 
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}
*/

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	width:60%;
	overflow:hidden;
	margin:0 auto 50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
		text-align:center;
}


/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:0px;}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	text-align:center;
	margin-right:5%;
}
/* ボタン（タイプ1） */
.btn01 a {
	margin-top:15px;
	display:block;
	box-shadow: 0 5px #A92A25;
    position: relative;
	top: -2px;
	padding:2%;
	color:#fff;
	font-size: 1.5em;  
	text-align: center;
	text-decoration:none;
	border-radius:5px;
	background:#D93932;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	font-size: 1.5em;
	box-shadow: 0 2px #A92A25;
    top: 1px;
	text-align: center;
	background:#E7837F;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	font-size: 1.2em;  
	text-align: center;
	border-radius:5px;
	border:3px solid #036EB8;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#036EB8;
	border:3px solid #1b1b1b;
	transition:all 0.2s ease 0s;
}
.btn03 a {
	display:block;
    margin: 0 auto;
	padding:2%;
	box-shadow: 0 5px #014E82;
	top: -2px;
	color:#fff;
	text-decoration:none;
	font-size: 1.2em;  
	text-align: center;
	border-radius:20px;
	border:1px solid #076AAE;
	background: #076AAE;
	transition:all 0.2s ease 0s;
}
.btn03 a:hover {
	color:#fff;
	background:#7EC7F9;
	border:1px solid #7EC7F9;
	transition:all 0.2s ease 0s;
	box-shadow: 0 2px #0D95F3;
    top: 1px;
}
.btn03 {margin-bottom: 30px;}

.btn04 a {
	display:block;
    margin: 0 1.5em;
	padding:1em 1% 1em;
    position: relative;
	color:#fff;
	text-decoration:none;
	font-size: 1em;  
	text-align: center;
	border-radius:5px;
	background: #E95E3E;
	transition:all 0.2s ease 0s;
}
.btn04 a:hover {
	color:#fff;
	background: #F7C7BC;
	transition:all 0.2s ease 0s;
}
.btn05 a {
	display:block;
    margin: 0 1.5em;
	padding:1em 1% 1em;
    position: relative;
	color:#fff;
	text-decoration:none;
	font-size: 1em;  
	text-align: center;
	border-radius:5px;
	background: #3ABCD9;
	transition:all 0.2s ease 0s;
}
.btn05 a:hover {
	color:#fff;
	background: #9DDDEC;
	transition:all 0.2s ease 0s;
}

.btn06 a {
	display:block;
    margin: 0 1.5em;
	padding:1%;
	height: 5em;
    position: relative;
	color:#fff;
	text-decoration:none;
	font-size: 1em;  
	line-height: 5em;
	text-align: center;
	border-radius:5px;
	background: #78C6A4;
	transition:all 0.2s ease 0s;
}
.btn06 a:hover {
	color:#fff;
	background:#C5EEDC;
	transition:all 0.2s ease 0s;
}
.btn07 a {
	display:block;
    margin: 0 1.5em;
	padding:1em 1% 1em;
    position: relative;
	color:#fff;
	text-decoration:none;
	font-size: 1em;  
	text-align: center;
	border-radius:5px;
	background: #78C6A4;
	transition:all 0.2s ease 0s;
}
.btn07 a:hover {
	color:#fff;
	background: #C5EEDC;
	transition:all 0.2s ease 0s;
}
p.cource_title {
	font-family: 'Muli';
	color:#D93932;
	font-size: 2.0em;
	line-height: 1.5em;    /* 文字サイズ */
		}
p.cource_caption {
		   font-size: 1.2em;  
		}

.box_d {
    font-size: 1.2em;
	 line-height: 1.8em;
 padding: 1em;
    margin: 2em;
    background: #FFF7BB;/*背景色*/
	 border-radius: 50px;
}
.b_mousou img {border-radius:20px;}
.b_mousou:hover {
  filter: opacity(70%);
  cursor: pointer;
}
.box {
    font-size: 1.3em;
	 line-height: 1.8em;
 padding: 1em;
    margin: 2em;
	margin-bottom: 6em;
    background: #FFF7BB;/*背景色*/
}
.box p {
    margin: 0; 
    padding: 0;
}

.box2 {
    font-size: 1.5em;
 padding: 0.5em 1em;
    border: solid 5px;
	border-color: #BBE4FF;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.box3 {
font-size: 1.0em;
padding: 0.5em 1em;
	  border: solid 5px;
	border-color: #BBE4FF;
max-width: 500px;
	margin: 0 auto;
}
.box3 p {
     text-align: left;
}

.box4 {
    position: relative;
    padding: 0.5rem 2rem 2rem 3.5rem;
    border-radius: 50%;
    background-color: white;
	box-shadow: 1rem -2rem white;
}
.box4::before {
    position: absolute;
    top: 85%;
    left: 40%;
    width: 15px;
    height: 30px;
    background-color: white;
    border-radius: 
      50% 50% 50% 50% / 0% 0% 100% 100%;
    transform: rotate(-30deg);
    content: '';
}
.box4 p {
    line-height: 1.5;
}
.under {
  background: linear-gradient(transparent 50%, #BBE4FF 50%);
  font-size:1.2em;
  line-height: 1.5em;
}
.under_p {
  font-size:1.1em;
  line-height: 1em;
}

.my_blue {
	color:#036EB8;
}
.under_ws {
display:inline-block;
  background: linear-gradient(transparent 50%, #BBE4FF 50%);
  font-size:1.0em;
margin-bottom: 0.5em;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:30px 10px;
}

.summary {
	position:absolute;
	top:0px;
	right:10px;
	margin:0;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}


.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}
.triangletable {
	width:100%;
	padding:0;
	margin:0 auto;
	border:none;
	line-height: 0;
}
.triangletable img {
	width:100%;
	padding:0;
	margin:0 auto;
}
.triangletable a:hover img { opacity: 0.6; filter: brightness(110%); }
.triangle {
	padding:0;
	border:none;
	margin:0;
}
.triangletr {
	border:none;
	margin:0;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
    body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-2;
  width:100%;
  height:100vh;
  background:url(../images/spica_gaikan_sp_n.jpg) top center no-repeat;
  background-size:cover;
  transform:translate3d(0,0,0); 
}
    .container > .section {
    position: relative;
}
.container > .section:nth-of-type(even)::before {
    position: absolute;
    top: -10px;
    left: -50vw;
    right: -50vw;
    bottom: -10px;
    z-index: -1;
    background-color: rgba(255,255,255,0.8);
    content: "";
     transform:translate3d(0,0,0); 
}

	.inner {
		width:100%;
	}

	#main_v {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:1.5em;
	}
.container > .section:nth-of-type(even)::before {
    left: -1.5em;
    right: -1.5em;
}
	footer {
		width:100%;
	}
	.imgC img {
		max-width:100%;
	}
	
	img.flag {
	display:inline;
	margin-right:0.5em;
	vertical-align:middle;
	border-radius:0px;
}

	.hoshispe {width: 300px;}
p.title {
	font-weight:bold;
	color:#000;
		   font-size: 1.5em;     /* 文字サイズ */
		}
		p.caption {
		   font-size: 1em;     /* 文字サイズ */
		}
		p.exp {
			clear: left;       /* 回り込みを解除 */

		}
	.donation_c {
		box-sizing:border-box;
		width:100%;
		padding:1.5em;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	
	header {
		z-index:2;
		box-sizing:border-box;
		top:0;
		left:0;
		width:100%;
		padding:10px 20px 2px 20px;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:10px;
	}
}
/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.concept {position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:470px;
	height:280px;
	z-index:1;
	border-radius:5px;}
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 0 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#fff;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#fff;
	cursor:pointer;
}
.controlNav span.current {
	background:#fff;
}

/*================================================
 *  予約フォームのボタン
 ================================================*/
.yoyaku {
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 10px 10px;
    color:#fff;
    background-color:#076AAE;
    border-radius:3px;}
.yoyaku:hover {
	color:#fff;
    background-color:#7EC7F9;}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
h2 {text-align: center;
    font-weight: bold;
	font-size: 1.2em;
	line-height: 2.0em;}

    
.h2p {text-align: center;
font-size: 1.1em;
line-height: 1.7em;}
	
.box_news p {
  font-size: 1.1em;
}
 
	.h2call {text-align: center;
font-size: 1.2em;
line-height: 1.7em;}
.toph2{
	margin-top:0.5em;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3em;
	letter-spacing: 0em;}   

.recruit {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;}
	.imgC img {
		margin: 0 auto;
		width:95%;
	}
.proh2 {
    padding-top: 60px;
    margin-top:-60px;
	}
	/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:1em;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
}
	.imgL p{text-align: left;
		font-size:1.0em;
		padding:2em 0;
	}
	
	.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:1em;
	}
	.imgR img {
    float:right;
	margin:0 0.5em 1em 1em;
	}
		.imgR p{text-align: right;
		font-size:1.0em;
		padding:2em 0;
	}

    .table-cell {
alignment-baseline: center;
 align-items: center;
 line-height: 1.5em;
}

	.twoCol {
	width:100%;
	margin-right:0;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {

	}
	.threeCol {
	margin-bottom:0px;}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
/*		float:none;*/
		width:100%;
       
	}
    .threeColInner img {
    margin-top: 0;
	width:40%;  
	margin-bottom:0;
	margin-right:2%;
	}
	
  .under,.under_p {
  font-size:1.0em;
  line-height: 0.5em;
}
	.concept {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	margin-top: 2%;
	width:220px;
	height:130px;
	z-index:1;
	border-radius:5px;
	}
	.hoshispe {width: 96%;}
p.title {
	font-weight:bold;
	color:#000;
		   font-size: 1.2em;     /* 文字サイズ */
		}
		p.caption {
		   font-size: 1em;     /* 文字サイズ */
		}
		p.exp {
			clear: left;      /* 回り込みを解除 */

		}
	.hoshi_title {
		   font-size: 1.0em;     /* 文字サイズ */
		}
    .arrow {
    margin-top: -40px;
    width:80%;}
	.triangletable {
	width:100%;
	padding:0;
	margin:0 auto;
	border:none;
	line-height: 0;
}
.triangletable img {
	width:100%;
	padding:0;
	margin:0 auto;
}
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
#gnav, .nav {
 width: 100%;
 margin: 0 auto;
}
/* clearfix */
.nav_list:after {
 display: block;
 visibility: hidden;
 clear: both;
 height: 0;
 content: ".";
 font-size: 0;
}
.nav{
z-index:2;
 margin:0;
 padding:0;
 background-color:#ffffff;
/*opacity:0.8;*/
border-bottom:1px solid #eeeeee;
}
 
.nav_list{
 margin:0;
 padding:0;
}
 
.nav_list li {
 float: left;
 width:16.66%;
 text-align: center;
 list-style-type: none;
}
 
.nav_list li a{
 color:#000000;
 text-decoration:none;
 margin:0;
 padding:0.75em 0;
 font-size: 100%;
 display:block;
}
 
.nav_list li a:hover{
color:#fff;
background-color:#036EB8;
}
 
.nav_link{
 border-right:1px solid #eeeeee;
} 
.fixed{
 position:fixed;
 top:0;
 max-width: 980px;
 margin:0 auto;
}
@media screen and (min-width: 1024px) {
  #gnav {
    max-width: 980px;
  }
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
    .pc_h { display: block !important;
        max-width: 100%;}
    .sp_h { display: none !important; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
    
    .pc_h { display: none !important; }
    .sp_h { display: block !important;}
		.nav_list li a{
 font-size: 70%;
}
	
.btn04 a {
	height: 100%;
}
	.donation_c {
		box-sizing:border-box;
		width:100%;
		padding:0 1.5em 1.5em 1.5em;
	}
}
span.menu_height {
  position: relative;
  top: -80px;
  display: block;
}


.title-box{
 position: relative;
    margin-top: 3em;
    padding: 1.5em 1em 0em;
    border: solid 5px #BBE4FF;
    border-radius: 8px;
	margin-bottom: 2em;
}

.title-box-title{
    position: absolute;
    display: inline-block;
    top: -15px;
	left: 15em;
	right:15em;
    padding: 0 0.5em;
    line-height: 1.5;
	font-size: 1.2em;
    background: #FFF;
    color: #333;
    font-weight: bold;
}
@media screen and (max-width:767px) {
.title-box-title{
    position: absolute;
    display: inline-block;
    top: -15px;
	left: 2em;
	right:2em;
    padding: 0 0.5em;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
	text-align: center;
}
	.box {
    font-size: 1.2em;
	 line-height: 1.8em;
 padding: 1em;
	margin: 0em;
	margin-bottom: 5em;
    background: #FFF7BB;/*背景色*/
}
.topyoutube {
  position: relative;
width: 100%;
  padding-top: 56.25%;
margin: 30px 0;	
}

.topyoutube iframe {
  width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
.btn{cursor: pointer;}
