/*==========================
::ver 0.1

　　** TOC **
　　00. header
	01. footer
	02. main
	03. form
	04. media query
	

============================*/

/* COMMON
----------------------------------*/



@font-face {
font-family: 'Letter Gothic Std Medium';
font-style: normal;
font-weight: normal;
src: local('Letter Gothic Std Medium'), url('../font/LetterGothicStd.woff') format('woff');
}
body{
	line-height: 1.8;
	letter-spacing: 0.02em;
	color: #333;
}
body > main, body > div#container{
	width: 100%;
	/*overflow:hidden;*/
}
.row{
margin-left:-22px;
margin-right:-22px;
}
.row > div{
padding-right:22px;
padding-left:22px;
}
.row > div{}
.container{
	width: 1016px;
	padding-left: 0;
	padding-right: 0;
}
img.fig{
	max-width: 100%;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
.visible-xs,.visible-xs-inline{
	display: none;
}

a,a:hover{
	text-decoration: none;
}
a.btn{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
opacity: 0.9;
}
a.btn:hover{
	opacity: 0.7;
}
table th{
	font-weight: normal!important;
}
.red{
	color: #d7001d;
}

h2{
	font-family: A1明朝;
	position: relative;
	text-align: center;
	line-height:1.7;
}


h2.active:before, h2.form_only:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	border-bottom: solid 1px #999;
	transform: translateX(-50%);
	animation: border_anim 1s linear forwards;
}



@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

@keyframes text_anim {
	from{
		width: 0%;
	}
	to{
		width: 100%;
	}
}
}

.copyright{
text-align:center;
line-height:200%;
background:#555;
}



/* ==========================================================================

   00:header;

   ========================================================================== */

/* ==========================================================================

   01:footer;

   ========================================================================== */

footer{
	display: block;
	background-color: #555;
	text-align: center;
	padding: 15px 0;
}
footer small{
	font-size: 12px;
	letter-spacing: 0.13em;
	line-height: 1;
	color: #fff;
}


/* ==========================================================================

   02:main;

   ========================================================================== */


/* common
----------------------*/
.row-74{
margin-left:-37px;
margin-right:-37px;
}
.row-74 > div{
padding-right:37px;
padding-left:37px;
}

/* main header
----------------------*/
main > header{
	text-align: left;
	margin-top: 35px;
	margin-bottom: 22px;
}
main > header .organizer_bar{
	background: url(../img/header_gold_bar.svg) no-repeat top center;
	background-size: cover;
	text-align: center;
	color:#fff;
	font-size: 17px;
	letter-spacing: 0.15em;
	padding: 20px 0;
	margin-bottom: 30px;
}
main > header .catch{
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.24em;
	line-height: 1.8;
	color: #a4937b;
}
main > header .catch span{
	color: #1eb7d8;
}







footer {
    min-width: 1060px;
}


/* .regist-btn
----------------------*/
.regist-btn{
	position: fixed;
	right: 0;
	bottom:5px;
	z-index: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.regist-btn img{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.regist-btn:hover img{
	background-color: #fff;
}
.regist-btn.deep-scroll{
	right: 0;
}
.regist-btn.end-scroll{
	right: -100%;
}

.regist-btn img.hidden-sp{
display:block;
}
.regist-btn img.visible-sp{
display:none;
}


/* bnr-block
----------------------*/
.bnr-block{
	position: relative;
	min-width: 1060px;
}
.bnr-block img.page_ttl{
	position: absolute;
	max-width: 450px;
	top: -60px;
}
.bnr-block .lead-area{
	position: absolute;
	/*z-index: 1;*/
	display: block;
	text-align: center;
	bottom: 0;
	height: 135px;
	overflow: hidden;
	width: 100%;
}
.bnr-block .lead-area:before,.bnr-block .lead-area:after{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 50%;
}
.bnr-block .lead-area:before{
	background-color: rgba(0, 104, 183, 0.85);
	left:0;
}
.bnr-block .lead-area:after{
	background-color: rgba(164, 147, 123, 0.85);
	right:0;
}
.bnr-block .lead-area img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    z-index: 10;
}
.bnr-block img.bg-img{
	width: 100%;
}
/*.bnr-block .hero-ttl{
	position: absolute;
    text-align: center;
    margin: auto;
    right: 0;
    bottom: 65px;
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 10;
    overflow: hidden;
}*/
.bnr-block .hero-ttl {
    position: absolute;
    top: 27%;
    bottom: 0px;
    left: 17%;
    right: 0;
    margin: auto;
    width: 70%;
    height: auto;
    text-align: center;
    z-index: 10;
    overflow: hidden;
    display: table;
}
.bnr-block .hero-ttl img{
	/*width: 105%;
    display: inline-block;
    margin-left: -3%;*/
}
.bnr-block .hero-ttl img{
	width: 100%;
    display: inline-block;
}

/* .sp_bnr-block
----------------------*/
.sp_bnr-block{
	display: none;
}
/* hero-block
----------------------*/
.hero-block{
    min-width: 1060px;
}
.hero-block h1{
    /*background: url(/sainankan_senior/butsurikiso/img/hero.jpg) no-repeat top center;
    background-size: auto 100% ;*/
    height: 340px;
    background-color: #eeeeee;
    margin-top:0.5em;
}

.hero-block h1{
	font-family: A1明朝;
font-size:min(8vw,75px);
text-align:center;
vertical-align:middle;
/*padding-top:40px;*/

letter-spacing:0.1em;
line-height:1.6;
color:#fff;
}
.hero-block h1 span{
text-align:center;
color:#fff;
display:inline-block;
margin-top:-0.25em;
white-space:nowrap;
overflow:hidden;
letter-spacing:0.5em;
animation:text_anim 4s linear infinite;
animation-iteration-count:1;
}




/* lead-block
----------------------*/
.lead-block{
	text-align: center;
	padding-top: 0.5em;
	padding-bottom:5em;
}
.lead-block h2{
	font-size: min(4.5vw,40px);
	letter-spacing: 0.05em;
	margin-top: 0;
	margin-bottom: 0em;
	color:#d00;
	font-family: A1明朝;

}


.lead-block h2 small{
font-size:55%;
}

.lead-block .point1-2{
display:inline-block;
width:100%;
max-width:800px;
}

.lead-block .circle{
display:inline-block;
width:30%;
margin-left:3%;
margin-right:3%;
aspect-ratio: 1 / 1;
border:2px solid #d00;
background:#fff3f3f3;
font-weight:600;
color:#d00;
font-size: min(2.6vw,21px);
padding-top:2.8em;
border-radius:50%;
vertical-align:middle;
}

.lead-block .advantage{
display:inline-block;
margin-top:2em;
font-size: min(3vw,26px);
color:#d00;
font-weight:600;
}

.lead-block .mokuteki{

margin-top:1.5em;
}


.lead-block .mokuteki th{
font-size:17px;
background:#fae2d7;
color:#000;
font-weight:bold;
width:7em;
border:5px solid #fff;
}
.lead-block .mokuteki td{
font-size:17px;
color:#333;
background:#eeeeee;
text-align:left;
padding:1.5em;
border:5px solid #fff;
line-height:1.6;
}
.lead-block .mokuteki td p{
padding-top:0.5em;
padding-bottom:0.5em;
}
.lead-block .mokuteki li{
margin-left:1.5em;
font-size:16px;
color:#333;
text-align:left;
padding-top:0.5em;
padding-bottom:0.5em;
}




.lead-block .lead{
	text-align:left;
	padding-left:3em;padding-right:3em;
	font-size: 19px;
	letter-spacing: 0.1em;
	line-height: 2.2;
	color: #111;
	font-weight:500;
	margin-bottom:1em;
	line-height:160%;

}


/* .lead-block .lead > span:after{
	content:"";
	display: block;
	position: absolute;
	height: 30%;
	width: 100%;
	background-color: #fbe5e9;
	bottom: 13px;
	left: 0;
	right: 0;
	z-index: -1;
} */
section.point-area{
	padding:50px 0 0 0;
	text-align: center;
	background:#eeeeee;
}


section.point-area h2{    text-align: center;
font-size: min(4vw,30px);
    margin-top:0.5em;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #444;
    font-weight: bold;
    margin-bottom: 45px;
    padding-bottom:0.5em
}

section.point-area h2 b{ 
display:inline-block;
text-decoration:underline wavy 1px;
    text-underline-offset:0.2em;
}


/*section.point-area h2:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	border-bottom: solid 1px #999;
	transform: translateX(-50%);
	animation: border_anim 1s linear forwards;
}*/


.for-win{
width:512px;
margin:0 auto 0 auto;
margin-bottom:3em;
}

section.point-area .map-area{
width:80%;
margin:0 auto 6em auto;
}

section.point-area .map-area p{
padding-top:1em;
font-size:17px;
text-align:left;
}

section.point-area .schoollist{
width:70%;
border:1px solid #999;
padding:1em;
margin:2em auto 2px auto;;
font-size:21px;
line-height:2;
text-align:center;
background:#fdfdfd;
}

section.point-area .schoollist span{
display:none;
}

section.point-area p.to_contact{
font-size:17px;
margin-top:2em;
margin-bottom:4em;
color:#dd3333;
}

section.point-area p.to_contact small{
font-size:60%;
vertical-align:middle;
}


.point-image{
margin-bottom:8em;
}


.point-image td.honbun{
width:60%;
font-size:21px;
line-height:2;
text-align:left;
padding-right:2em;
vertical-align:top;
}

.point-image td.honbun h3{
font-family:Gothic MB101 Medium;
display:block;
font-weight:600;
margin-top:0;
margin-bottom:1em;
padding:0;
background:none;
font-size:95%;
color:#d00;
text-align:left;
height:100%;
letter-spacing:0.15em;
border-bottom:1px dotted #d00;
line-height:1.6;
}

.point-image td.honbun h3 span.point{
display:inline-block;
vertical-align:middle;
font-family:Gothic MB101 DemiBold;
color:#d00;
font-size:130%;
letter-spacing:0;
vertical-align:middle;
margin-right:0.4em;
margin-top:-0.2em;
}

.point-image td.honbun p{
text-align:left;
font-size:90%;
}




.point-image td.honbun2{
width:60%;
font-size:21px;
line-height:2;
padding-left:4em;
text-align:left;
}
.point-image td.image{
width:40%;
}
.point-image td.image img{
width:100%;
}

h2 span{
display:inline-block;
}


section.point-area h3{
	padding-left: 60px;
	padding-right: 60px;
	height: 70px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: url(../img/catch_left.svg) no-repeat center left,url(../img/catch_right.svg) no-repeat center right;
	background-size: auto 70px;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
section.point-area h3 span{
	display: inline-block;
	position: relative;
}

section.point-area h3 span:first-child{
	font-size: 32px;
	letter-spacing: 0.12em;
	color: #1eb7d8;
}
section.point-area h3 span.bar{
	width: 48px;
	margin-left: 15px;
	margin-right: 15px;
	height: 1px;
	background-color:#a4937b ;
}
section.point-area h3 span:last-child{
	color: #a4937b;
	font-size: 20px;
	letter-spacing: 0.17em;
}

/* section.point-area h3:before{
	display: block;
	width: 134px;
	height: 3px;
	content:"";
	margin-right: auto;
	margin-left: auto;
	margin-bottom:45px;
	background: url(../img/bar_bl-gd.svg) no-repeat center center;
	background-size: cover;
} */
section.point-area .point-list{
	display:-webkit-box;
  	display:-ms-flexbox;
	  display:flex;
	  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 270px;
	max-width: 886px;
	margin-left: auto;
	margin-right: auto;
}
section.point-area .point-list .item{
	width: 270px;
	height: 270px;
	font-size: 0;
}


/* content-block
----------------------*/
.content-block {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #e5f0f8;
}
.content-block .row .col-xs-12 + .col-xs-12{
	margin-top: 44px;
}
.content-block .inner{
	text-align: center;
	background-color: #fff;
	display: table;
	width: 100%;
}
/* 確認用
.content-block .inner:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: red;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
} */
.content-block .inner > div{
	display: table-cell;
	vertical-align: middle;
}
.content-block .inner > div.title{
	padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 45px;
	padding-top: 45px;
	width: 508px;
	background-color: #0068b7;
}
.content-block .inner > div.detail{
	padding: 40px;
}

.content-block .inner .icn-area{
	margin-bottom: 20px;
}
.content-block .inner .icn-area img{
	position: relative;
}
.content-block .inner .icn-area img.icn_01{
	right: -2px;
	margin-top: -2px;
}
.content-block .inner .icn-area img.icn_02{
	right: -2px;
}
.content-block .inner .icn-area img.icn_03{}
.content-block .inner .icn-area img.icn_04{
	right: -8px;
}
.content-block .inner h2{
	font-size: 22px;
	letter-spacing: 0.25em;
	color: #fff;
}
.content-block .inner h2:after{
	display: block;
	width: 134px;
	height: 3px;
	content:"";
	margin-right: auto;
	margin-left: auto;
	background: url(../img/bar_wt-gd.svg) no-repeat center center;
	background-size: cover;
	margin-bottom:25px;
	margin-top: 25px;
}
.content-block .inner h3{
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	color: #a4937b;
}
.content-block .inner p{
	text-align: justify;
	line-height: 2;
	font-size: 14px;
	letter-spacing: 0.08em;
	color: #0068b7;
}
.content-block .inner .footer_content{
	color: #0068b7;
	background-color: #f6f4f2;
	padding: 25px 30px;
	margin-top: 25px;
	text-align: left;
}
.content-block .inner .footer_content .ttl{
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}
.content-block .inner .footer_content .ttl small{
	display: block;
	margin-top: 5px;
	color: #a4937b;
}
.content-block .inner .footer_content .list{
	font-size: 12px;
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #444444;
}



/* point-block
----------------------*/
.point-block{
	background-color: #a4937b;
	position: relative;
	padding-bottom: 60px;
}
.point-block .inner-header{
	margin-top: -40px;
	margin-bottom: 25px;
padding-left: 15px;
    padding-right: 15px;
}
.point-block .inner-header img{}
.point-block .inner-header + p{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.1em;
	padding-left: 15px;
    padding-right: 15px;
}

/* commitment-block
----------------------*/
.commitment-block{
	background-color: #fff;
	margin-bottom:4em;
	margin-top:2em;
}

section.commitment-block h2{    text-align: center;
font-size: min(4vw,30px);
    margin-top:1.5em;
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #444;
    font-weight: bold;
    margin-bottom: 45px;
    padding-bottom:0.5em
}


/*section.commitment-block h2:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	border-bottom: solid 1px #999;
	transform: translateX(-50%);
	animation: border_anim 1s linear forwards;
}*/

section.commitment-block h2 span{
display:inline-block;
}

section.commitment-block ul{
width:80%;
list-style-type :none;
font-size:150%;
margin:2em auto 2em auto;
line-height:2
}
section.commitment-block ul span{
border:1px solid #999;
font-size:80%;
padding:0.1em 0.5em 0.1em 0.5em;
margin-right:0.5em;
vertical-align:middle;
}


section.commitment-block p{
text-align:center;
font-size:18px;
}

section.commitment-block .main-visual{
margin:3em auto 2em auto;
width:78%;
text-align:center;
}



table.pricelist{
width:78%;
margin-top:40px;
font-size:17px;
margin:3em auto 2em auto;
}

table.pricelist th{
border-top:1px solid #999;
padding:1em;
border-right:10px solid #fff;
letter-spacing:0.1em;
}

table.pricelist td{
font-size:90%;
border-top:1px solid #999;
padding:1em;
margin-left:1em;
letter-spacing:0.1em;
}

table.pricelist tr.tr-4 th{
border-bottom:1px solid #999;
letter-spacing:0;
padding:0.25em;
}

table.pricelist tr.tr-4 td{
border-bottom:1px solid #999;
width:80%;
}



table.pricelist td ol{
list-style-type: square;
padding-left:1.5em;
line-height:1.5;
}
table.pricelist td ol li{
line-height:1.5;
margin-bottom:0.25em;
}


table.curriculum{
width:100%;
margin-top:40px;
font-size:17px;
margin:3em auto 2em auto;
}

table.curriculum th{
background:#999;
color:#fff;
padding:0.5em 1em 0.5em 1em;
border:2px solid #eeeeee;
height:3em;
line-height:1.6;
}


table.curriculum td{
text-align:center!important;
background:#fff;
padding:0.5em 1em 0.5em 1em;
text-align:left;
border:2px solid #eeeeee;
}

table.curriculum td span{
font-size:80%;
display:inline-block;
font-size:14px;
}

.afterimg{
width:100%;
max-width:500px;
margin-top:-1em;
margin-bottom:3em;
}


.nittei_block{
width:47.5%;
float:left;
}


.nittei_block:first-of-type{
margin-right:5%;
}

.nittei_block h3{
font-size: min(3vw,16px);
font-weight:400;
}


table.nittei{
width:100%;
margin-top:40px;
font-size: min(3vw,14px);
margin:0.5em auto 2em auto;
}

table.nittei th{
background:#fae2d7;
color:#000;
width:4em;
padding:0.25em;
border:1px solid #999;
}
table.nittei td{
background:#fff;
padding:0.25em;
text-align:left;
border:1px solid #999;
text-align:center;
line-height:1.2;
min-width:6em;
}










section.point-area p{
text-align:center;
font-size:18px;
margin-bottom:-1em;
letter-spacing:0.05em;
}

section.point-area p span{
font-size:80%;
display:inline-block;
letter-spacing:0;
}

section.point-area .map-area p {
margin-top:0.5em;
line-height:140% !important;
}

section.point-area .map-area p span{
font-size:90%;
}


.content-area h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.3em;
    color: #fff;
    font-weight: bold;
    margin-bottom: 45px;
    background: url(../img/ttl_bg01.png) no-repeat center;
    background-size: contain;
    padding: 20px 0;
}
.content-area .content_blc {
	padding-top: 50px;
	padding-bottom: 40px;
}
.content-area .content_blc .content_box {
	background: #faf2f7;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	position: relative;
	min-height: 190px;
}
.content-area .content_blc .ttl_box {
	width: 438px;
	padding: 55px 0 15px;
}
.content-area .content_blc .ttl_box .part_ttl {
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: url(../img/part_ttl_bg01.svg) no-repeat;
	background-size: contain;
	width: 254px;
	text-align: center;
	height: 43px;
	line-height: 43px;
	position: absolute;
	top: 0;
	left: 96px;
}
.content-area .content_blc .ttl_box h3 {
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}
.content-area .content_blc .ttl_box h3 img {
	height: 64px;
}
.content-area .content_blc .ttl_box h3 .icon01 {
	position: absolute;
	top: -43px;
	left: 33px;
}
.content-area .content_blc .ttl_box .note_box {
	background: #e5e1e7;
	text-align: center;
	width: 352px;
	margin: 0 auto;
	padding: 7px;
}
.content-area .content_blc .ttl_box .note_box h4 {
	color: #26425e;
	font-size: 17px;
}
.content-area .content_blc .ttl_box .note_box p {
	color: #26425e;
	font-size: 14px;
	line-height: 1.5;
}
.content-area .content_blc .ttl_box .img01 {
	text-align: center;
}
.content-area .content_blc .ttl_box .img01 img {
	width: 352px;
}

.content-area .content_blc .txt_box01 {
	width: calc( 100% - 438px);
}
.content-area .content_blc .txt_box01 .txt h4 {
	color:  #26425e;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 6px;
}
.content-area .content_blc .txt_box01 .txt p {
	line-height: 2;
}
.content-area .content_blc .txt_box01 .txt .note {
	line-height: 2;
	font-weight: bold;
	color:  #a4937b;
	margin-top: 6px;
}
.content-area .content_blc .img_box01 {
	width: calc( 100% - 438px);
	padding-top: 15px;
	padding-bottom: 15px;
}
.content-area .content_blc .img_box01 .img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 0;
}
.content-area .content_blc .img_box01 .img img {
	width: 162px;
}
.content-area .content_blc .img_box01 .txt {
	display: inline-block;
	vertical-align: middle;
}
.content-area .content_blc .img_box01 .txt .post {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 2px;
}
.content-area .content_blc .img_box01 .txt .name {
	line-height: 1;
	margin-bottom: 11px;
}
.content-area .content_blc .img_box01 .txt .name .fz01 {
	font-size: 20px;
	font-weight: bold;
}
.content-area .content_blc .img_box01 .txt .name .fz02 {
	font-size: 16px;
	font-weight: bold;
}
.content-area .content_blc .img_box01 .txt .profiel {
	font-size: 13px;
	width: 190px;
	line-height: 1.5;
}



/* .btn-block
----------------------*/
.btn-block .btn-area{
	margin-top: 80px;
	text-align: center;
}
.btn-block.bottom .btn-area{
	margin-bottom: 80px;
	text-align: center;
}

/* gaiyo-block
----------------------*/
.gaiyo-block{
	padding-top: 80px;
	padding-bottom: 80px;
	background:#eeeeee;
}
.gaiyo-block h3{
	text-align: center;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.3em;
	color: #0068b7;
	font-weight: bold;
	margin-bottom: 45px;
}
.gaiyo-block h3 img.bar{
	margin-bottom: 35px;
}
.gaiyo-block table{
	margin-bottom: 60px;
	width: 100%;
}
.gaiyo-block table tr{
	border-top: 1px solid #0068b7;
}
.gaiyo-block table tr:last-child{
	border-bottom: 1px solid #0068b7;
}
.gaiyo-block table tr td{
	font-size: 16px;
	letter-spacing: 0.1em;
	padding-left: 30px;
}
.gaiyo-block table tr th{
	background-color: #e4dfd7;
	font-size: 16px;
	letter-spacing: 0.25em;
	color: #0068b7;
	font-weight: normal;
	width: 140px;
	text-align: center;
}
.gaiyo-block table tr td, .gaiyo-block table tr th {
    vertical-align: top;
    padding-top: 23px;
    line-height: 1;
    height: 64px;
}
.gaiyo-block table tr.tr-2 td,.gaiyo-block table tr.tr-4 td{
	line-height: 1.6;
	padding-top: 18px;
}
.gaiyo-block table tr td.twoline{
	line-height: 1.6;
    padding-top: 18px;
}
span.circle{}
span.circle:before{
	display: inline-block;
	content: "";
	border-radius: 50%;
	border:1px solid #444;
	margin-right: 5px;
	position: relative;
}
.gaiyo-block span.circle{}
.gaiyo-block span.circle:before{
	width: 14px;
	height: 14px;
	top: 1px;
}
.gaiyo-block h4.ttl{
	color: #a4937b;
	font-size: 18px;
	letter-spacing: 0.25em;
	font-weight: normal;
	padding-left: 28px;
	background: url(../img/arw_gld_down.svg) no-repeat left center;
	background-size: 18px 18px;
	margin-bottom: 20px;
}
.gaiyo-block .gmap{}
.gaiyo-block .gmap iframe{
	width: 100%;
}


/* message-block
----------------------*/
.message-block{
	padding-top: 130px;
	padding-bottom: 80px;
	background:#fff;
    min-width: 1060px;
    overflow: hidden;
}
.message-block .inner-block{
	display: table;
}
.message-block .inner-block > *{
	display: table-cell;
	vertical-align: top;
}
.message-block .inner-block .pict{
	width: 324px;
}
.message-block .inner-block .pict img{}
.message-block .inner-block .text{
	padding-left: 40px;
	color: #fff;
	text-align: center;
	padding-left: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.message-block .inner-block .text h3.ttl{
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.message-block .inner-block .text h3.ttl img{}
.message-block .inner-block .text h4{
	font-size: 22px;
	letter-spacing: 0.24em;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 25px;
}
.message-block .inner-block .text p{
	font-size: 16px;
	letter-spacing: 0.12em;
	line-height: 1.8;
}


/* trial-block
----------------------*/
.trial-block{
	padding-top: 130px;
	padding-bottom: 80px;
	background:#eeeeee;
    overflow: hidden;
}




/* voice-block
----------------------*/
.voice-block{
	padding-top: 55px;
	padding-bottom: 90px;
}
.voice-block .inner-header{
	text-align: center;
	margin-bottom: 50px;
}
.voice-block .inner-header img.icn{}
.voice-block .voice-item-1{
	background: url(../img/voice_bg_01.jpg) no-repeat center center;
}
.voice-block .voice-item-2{
	background: url(../img/voice_bg_02.jpg) no-repeat center center;
	margin-right: 5px;
	margin-left: 5px;
}
.voice-block .voice-item-3{
	background: url(../img/voice_bg_03.jpg) no-repeat center center;
}
.voice-block .voice-item{
	width: 350px;
	height: 330px;
	float: left;
	background-size: cover;
	position: relative;
	padding: 35px;
}
.voice-block .voice-item .inner{
	background-color: rgba(255,255,255,0.75);
	width: 100%;
	height: 100%;
	padding: 35px 35px 30px 35px;
	position: relative;
}
.voice-block .voice-item .inner .message{
	font-size: 16px;
	letter-spacing: 0.08em;
	line-height: 2;
}
.voice-block .voice-item .inner .profile{
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.15em;
	line-height: 1;
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
}
.voice-block .voice-item-1 .inner .profile{
	color: #d70022;
}
.voice-block .voice-item-2 .inner .profile{
	color: #a4937b;
}
.voice-block .voice-item-3 .inner .profile{
	color: #0068b7;
}

/* schedule-block
----------------------*/
.schedule-block{
	background: url(../img/schedule_bg_01.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 75px;
}
.schedule-block h3.ttl{
	text-align: center;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.35em;
	font-size:24px;
}
.schedule-block h3.ttl img.bar{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	margin-bottom: 35px;
}

.schedule-block .inner-block{
	margin-top: 60px;
	background:url(../img/schedule_lead.svg) no-repeat top center rgba(255,255,255,0.8);
	padding-left: 92px;
	padding-right: 92px;
	padding-top: 125px;
	padding-bottom: 60px;
}
.schedule-block .inner-block h4.ttl {
    color: #a4937b;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.25em;
    background: url(../img/arw_gld_down.svg) no-repeat top left;
    background-size: 20px 20px;
    padding-left: 28px;
    margin-bottom: 20px;
    font-weight: normal;
}
.schedule-block .inner-block h4.ttl span{
	color: #0068b7;
}

.schedule-block .inner-block table + h4.ttl{
	margin-top: 40px;
}
.schedule-block .inner-block table{
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
.schedule-block .inner-block table tr{}
.schedule-block .inner-block table tr th{
	background-color: #a4937b;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 1;
	font-size: 14px;
	letter-spacing: 0.56em;
}
.schedule-block .inner-block table tr th,.schedule-block .inner-block table tr td{
	padding: 10px 20px;
}
.schedule-block .inner-block table tr.tr-head{}
.schedule-block .inner-block table .tr-body td{
	padding: 15px 20px;
	height: 74px;
}
.schedule-block .inner-block table .tr-body .col-1{
	background-color: #0068b7;
	text-align: left;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.11em;
	line-height: 1.4;
	padding: 0;
	width: 205px;
	font-weight: normal;
	padding-left: 25px;
}
.schedule-block .inner-block table .tr-body .col-1 span{
	display: block;
	font-size: 16px;
}
.schedule-block .inner-block table .tr-body .col-2{
	background-color: #fff;
	font-size: 16px;
	letter-spacing: 0.12em;
	line-height: 1.4;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
}
.schedule-block .inner-block table .tr-body .col-2 .inner{
	display: table;
	width: 100%;
}
.schedule-block .inner-block table .tr-body .col-2 .inner > *{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}
.schedule-block .inner-block table .tr-body .col-2 .inner .text{}
.schedule-block .inner-block table .tr-body .col-2 .inner a {
    background:url(../img/arw_wht_s.svg) no-repeat center right 8px #d70022;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 150px;
    letter-spacing: 0.3em;
    height: 40px;
    position: absolute;
    line-height: 40px;
    right: 25px;
    top: 16px;
    margin:auto;
}
.schedule-block .inner-block table .tr-body .col-2 .inner a span.link-txt{
	display: inline-block;
    position: relative;
    left: -3px;
    letter-spacing: 0.25em;

}

.schedule-block .inner-block table .tr-body .col-2 .inner a.btn-lg{
	width:185px;
}
.schedule-block .inner-block table .tr-body .col-3{
	background-color: #e8e4de;
	text-align: center;
	font-size: 16px;
	width: 210px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: left;
}
.schedule-block .inner-block p.link-sde{
    text-align: right;
    margin-top: 20px;
    color:#0068b7;
    letter-spacing: 0.1em;

}
.schedule-block .inner-block p.link-sde a{
}
.schedule-block .inner-block p.link-sde a:hover{
	text-decoration:underline;
	text-decoration-color: #0068b7;
	opacity: 0.8;
}
.schedule-block .inner-block p.link-sde img{
	height: 1.2em;
    display: inline-block;
    position: relative;
    bottom: 1.8px;
}
.schedule-block .inner-block .btn-area{
	margin-top: 30px;
}
.schedule-block .inner-block .btn-area a.btn.btn-gld{
	letter-spacing: 0.15em;
    font-size: 16px;
    margin: 0 auto;
    width: 453px;
    padding: 20px 0;
    background: url(../img/arw_slk_wht_right.svg) no-repeat center right 10px #a4937b;
    background-size: 12px;
    display: inline-block;
    text-align: center;
    color: #ffffff;

}

.schedule-block .inner-block a.btn.link-btn {
	background: url(../img/arw_wht_s.svg) no-repeat center right 8px #d70022;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 150px;
    letter-spacing: 0.3em;
    height: 40px;
    position: absolute;
    line-height: 40px;
    right: 25px;
    top: 16px;
    margin: auto;
}
.schedule-block .inner-block table + p a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.schedule-block .inner-block table + p span{
	font-size: 12px;
}
.schedule-block .btn-area{
	margin-top: 70px;
	text-align: center;
}
.schedule-block .btn-area a{}
.schedule-block .btn-area a img{}


/* list-block
----------------------*/
.list-block{
	background-color: #0068b7;
	padding-top: 80px;
	position: relative;
}
.list-block h3{
	margin-bottom: 40px;
	text-align: center;
}
.list-block h3 img.bar{
	margin-bottom: 35px;
}
.list-block h3 img.ttl{}
.list-block h3 + p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.19em;
	margin-bottom: 35px;
}
.list-block .inner-block{
	background: url(../img/ask_bg.png) no-repeat top center;
	background-size: 100%;
	position: relative;
	width: 100%;
	max-width: 960px;
	padding-right: 120px;
	padding-left: 120px;
	padding-top: 170px;
	padding-bottom: 90px;
	margin-right: auto;
	margin-left: auto;
}
.list-block .inner-block img.icnfig{
	position: absolute;
	width: 320px;
	bottom: 0;
	right: -55px;
}
.list-block .inner-block .item{
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #0068b7;
	border-top: 1px solid #a4937b;
	position: relative;
    letter-spacing: 0.1em;
}
.list-block .inner-block .item:before{
	display: inline-block;
	border: 1px solid #0068b7;
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 15px;
	position: relative;
	top: 1px;
}
.list-block .inner-block .item:first-child{
	border-top: 2px solid #a4937b;
}
.list-block .inner-block .item:last-child{
	border-bottom: 2px solid #a4937b;
}
.list-block .icn-area{
	position:absolute;
	bottom: 35px; 
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
}
.list-block .icn-area img{}


/* notification-block
----------------------*/
.notification-block{
	text-align: center;
}
.notification-block .ttl{
	background-color: #d70022;
	padding: 30px 0;
}
.notification-block .ttl img{}
.notification-block .leadtxt{
	border-bottom: 1px solid #d70022;
	font-size: 24px;
	letter-spacing: 0.33em;
	font-weight: bold;
	color: #d70022;
	line-height: 1;
	padding: 30px 0;
}


/* regist-block
----------------------*/
.regist-block{
	padding-top: 50px;
	padding-bottom: 70px;
}
.regist-block h4.ttl {
    font-size: 20px;
    letter-spacing: 0.29em;
    line-height: 1;
    margin-bottom: 40px;
    padding-left: 28px;
    background: url(../img/arw_bl_down.png) no-repeat center left;
    background-size: 20px 20px;
    color: #0068b7;
    font-weight: normal;
}
.regist-block .item{
	display: block;
}
.regist-block .item.first,.regist-block .item.first + .item{
	margin-bottom: 44px;
}
.regist-block .item .inner-block{
	display: table;
	width: 100%;
}
.regist-block .item .inner-block > *{
	display: table-cell;
	vertical-align: top;
	border:2px solid #0068b7;
}
.regist-block .item .inner-block .date{
	font-family: 'Letter Gothic Std Medium';
	font-size: 30px;
	letter-spacing: 0.02em;
	text-align: center;
	width: 140px;
	background-color: #0068b7;
	color: #fff;
	height: 167px;
	line-height: 1.4;
	vertical-align: middle;
}
.regist-block .item .inner-block .date span{
	font-size: 22px;
	letter-spacing: 0.3em;
	display: block;
}
.regist-block .item .inner-block .info{
	position: relative;
}
.regist-block .item .inner-block .info h4{
	top: 0;
	width: 100%;
	background-color: #a4937b;
	color: #fff;
	padding-left: 25px;
	line-height: 42px;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}
.regist-block .item .inner-block .info p{
	padding-left: 25px;
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #444;
}
.regist-block .item .inner-block .info span.btn{
	position: absolute;
	font-size: 12px;
	letter-spacing: 0.31em;
	background:url(../img/arw_wht_s.svg) no-repeat right 5px center #d70022;
	width: 138px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	right: 0;
	bottom: 0;
}




/* tel-block
----------------------*/
.tel-block{
	background-color: #f1efeb;
	padding-top: 55px;
	padding-bottom: 55px;
	min-width: 1060px;
}
.tel-block .inner-block{
	display: table;
	width: 100%;
}
.tel-block .inner-block > *{
	display: table-cell;
	height: 48px;
	vertical-align: middle;
}
.tel-block .inner-block .ttl{
	width: 304px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.3em;
	background-color: #0068b7;
	color: #fff;
}
.tel-block .inner-block a.tel-link{
	padding-left: 25px;
}
.tel-block .inner-block a img{}
a.tel-link{
	pointer-events: none;
	cursor: none;
}


/* ==========================================================================

   03:form;

   ========================================================================== */

.form-block{}
.form-block h2{
    text-align: center;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.3em;
    color: #0068b7;
    font-weight: bold;
    margin-bottom: 45px;
    margin-top: 100px;
}
.form-block h2 img.bar {
    margin-bottom: 35px;
}
.form-block div#main{}
.form-block div#main form{
	text-align: center;
}
.form-block table.form{
	display: inline-block;
}
.form-block table.form tr{}
.form-block table.form > tbody > tr{
	border-bottom: 1px solid #eee;
}
.form-block table.form tr th{
	font-size:15px;
	font-weight:500;
	color:#222;
}
.form-block table.form tr td{
	font-size:14px;
	font-weight:500;
	color:#222;
}
.form-block table.form tr th,.form-block table.form tr td{
	text-align: left;
	vertical-align: top;
	padding: 15px 0;
}
.form-block span.required{
	display: inline-block;
	border:1px solid #d70022;
	font-size: 11px;
	color: #d70022;
	position: relative;
	top: -1px;
	padding: 0 5px;
}

.form-block span.anyselect{
	display: inline-block;
	border:1px solid #666;
	font-size: 11px;
	color: #666;
	position: relative;
	top: -1px;
	padding: 0 5px;
}



.form-block .err{
	color: #d70022;
}
.form-block input[type="text"],.form-block textarea{
	border:1px solid #999;
	padding: 2px;
}
.form-block select{
	    height: 30px;
}
.form-block input[type="radio"]{}
.form-block .area-btn{
	text-align: center!important;
}
.form-block .area-btn input{
    font-size: 16px;
    letter-spacing: 0.31em;
    background: url(../img/arw_wht_s.svg) no-repeat right 5px center #d70022;
    text-align: center;
    color: #fff;
    padding: 10px 30px;
    border: 0 none;
}
.form-block .area-btn input.backbtn{
	background-color: #999;
}
.form-block table.form tr td .toiawase{
	width: 320px;
	height: 100px;
}
.ssl_agreement{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	margin-top: 45px;
}
.ssl_agreement td{
	/*vertical-align: top;*/
	text-align: left;
	font-size: 14px;
}

/* ==========================================================================

   04:media query;

   ========================================================================== */
/*@media (max-width: 1025px) {
   .bnr-block .lead-area{
   	    height: 115px;
   }
   .bnr-block .lead-area img{
   		height: 30px;

   }
}*/

@media (max-width: 1025px) {

/* COMMON
----------------------------------*/
body > main, body > div#container{
	width: 100%;
	overflow:hidden;
}
.container,.bnr-block {
    width: 100%;
    min-width: 100%;
}
.container{
	padding-left: 10px;
	padding-right: 10px;
}
.row{
margin-left:-30px;
margin-right:-30px;
}
.row > div{
padding-right:30px;
padding-left:30px;
}
.con-xs-0{
	padding-left: 0;
	padding-right: 0;
}
.hidden-xs{
	display: none;
}
.visible-xs{
	display: block;
}
.visible-xs-inline{
	display: inline;
}
a.tel-link {
    pointer-events: all;
    cursor: pointer;
}
.btn-area img{
	width: 100%;
}

/* main > header
----------------------------------*/
main > header img{
width:80%;
max-width:500px;
}



main > header{
	text-align: left;
	padding-top: 2em;
	padding-bottom: 0.5em;
	margin: 0;
}
main > header .organizer_bar{
	text-align: center;
	color:#fff;
	font-size: 10px;
	letter-spacing: 0.2em;
	padding: 10px 0;
	margin-bottom:15px;
	width: calc(100% + 60px);
    position: relative;
    left: -30px;
}
main > header .catch{
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.15em;
	width: calc(100% + 60px);
    position: relative;
    left: -30px;
}
main > header .catch span{
	color: #1eb7d8;
}

footer {
    min-width: 0;
}


/* .hero-block
----------------------*/
.hero-block{
    min-width: 0;
}

.hero-block h1{
height: auto;
margin-top:0.5em;
color:#fff;
}
.hero-block h1 span{
color:#fff;
}


.hero-block img {
	display: block;
    width: 100%;
    position: relative;
}

/* .regist-btn
----------------------*/
/*.regist-btn{
	display: none;
}*.

/* lead-block
----------------------*/
.lead-block{
	padding-top: 0px;
	padding-bottom:2em;
}
.lead-block h2{
	margin-bottom: 0.75em;
}
.lead-block h2 img{
	width: 100%;
	margin: auto;
	max-width: 286px;
}
.lead-block .lead{
	font-size: 17px;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 0.1em;
}



section.point-area{
	padding: 25px 0 40px;
}
section.point-area h3{
	line-height: 1.5;
    display: block;
	padding-top: 4px;
	padding-left: 30px;
    padding-right: 30px;
}
section.point-area h3 span{
}
section.point-area h3 span:after{
	height: 15px;
}
section.point-area h3 span:first-child{
	font-size: 18px;
}
section.point-area h3 span:last-child{
	font-size: 12px;
	letter-spacing: 0.14em;
}
section.point-area .point-list{
	display: block;
	height: auto;
	text-align: center;
}
section.point-area .point-list .item{
	background: none;
	display: inline-block;
	height: auto;
	background-color: #fff;
	margin-bottom: 5px;
	width: 45%;
	padding-left: 10px;
	padding-right: 10px;
}
section.point-area .point-list .item img{
	width: 100%;
}


/* .schedule-block
----------------------------------*/
.schedule-block{
	padding-top: 45px;
    padding-bottom: 45px;
}
.schedule-block .inner-block {
    background: url(../img/sp_schedule_lead.svg) no-repeat top center rgba(255,255,255,0.8);
}
.schedule-block h3.ttl {
     line-height: 1.8;
    letter-spacing: 0.2em;
    font-size: 18px;
}
.schedule-block h3.ttl img.bar {
    margin-bottom: 25px;
}
.schedule-block h3.ttl + h4{
	margin-top: 25px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.15em;
	font-size: 16px;
}
.schedule-block .inner-block table,.schedule-block .inner-block tbody,.schedule-block .inner-block table tr,.schedule-block .inner-block table th,.schedule-block .inner-block table td{
	display: block;
	width: 100%;
}
.schedule-block .inner-block table th{
	display: none;
}
.schedule-block .inner-block table tr + tr {
    margin-top: 20px;
}
.schedule-block .inner-block {
    padding-left: 25px;
    padding-right: 25px;
    background-size: 100%;
    margin-top: 25px;
    padding-bottom: 25px;
    padding-top: 30px;
    background-image: none;
}
.schedule-block .inner-block table td.col-1:before{
	display: block;
}
.schedule-block .inner-block table td.col-2:before{
	display: block;
	content: "○ テーマ";
}
.schedule-block .inner-block table td.col-3:before{
	display: block;
}
.schedule-block .inner-block table .tr-body td{
	height: auto;
	width: 100%!important;
}
.schedule-block .inner-block table .tr-body td.col-3.visible-xs{
	display: block!important;
}
.schedule-block .inner-block table .tr-body .col-2 .inner{
	display: block;
}
.schedule-block .inner-block table .tr-body .col-2 .inner .text {
    font-size: 14px;
}
.schedule-block .inner-block table .tr-body .col-2 .inner > *{
	display: block;
	height: auto;
}
.schedule-block .inner-block table .tr-body .col-2 .inner a {
    font-size: 14px;
    padding: 15px 0;
    width: 100%;
    height: auto;
}
.schedule-block .inner-block table .tr-body .col-2 .inner a.btn-lg{
	width:100%;
}
.schedule-block .inner-block h4.ttl {
    background-position: top 4px left;
    font-size: 16px;
    background-size: 16px 16px;
    padding-left: 0;
    line-height: 1;
    letter-spacing: 0.12em;
    background-image: none;
}
.schedule-block .inner-block table + h4.ttl {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #a4937b;
}
.schedule-block .btn-area a img {
	width: 100%;
}
.schedule-block .inner-block table .tr-body .col-1 {
	padding: 10px 15px;
    font-size: 16px;
}
.schedule-block .inner-block table .tr-body .col-1 span {
    display: inline-block;
    font-size: 14px;
    text-align: left;
}
.schedule-block .inner-block table .tr-body .col-3 {
    font-size: 14px;
    padding:10px 15px;
    text-align: left;
}
.schedule-block .inner-block table .tr-body .col-2 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.schedule-block .inner-block table .tr-body .col-2 .inner a {
    padding: 10px;
    margin-top: 10px;
    position: static;
    height: auto;
    line-height: 1;
}
.schedule-block .inner-block p.link-sde {
    margin-top: 15px;
}
.schedule-block .inner-block p.link-sde img {
    bottom: 1.1px;
}
.schedule-block .inner-block .btn-area{}
.schedule-block .inner-block .btn-area a.btn.btn-gld{
	width: 100%;
    letter-spacing: 0.1em;
    padding: 12px 8px 12px 0;
    font-size: 14px;
    line-height: 1.6;
    -webkit-background-size: 10px;
    background-size: 9px;

}
.schedule-block .btn-area {
    margin-top: 40px;
}
.schedule-block .inner-block table .tr-body .col-1 {
    text-align: left;
}

/* .btn-block
----------------------*/
.btn-block{
	padding-right: 10px;
    padding-left: 10px;
}
.btn-block .btn-area{
	margin-top: 50px;
	text-align: center;
}

/* .gaiyo-block
----------------------------------*/
.gaiyo-block {
    padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 10px;
    padding-left: 10px;
}
.gaiyo-block h3 {
    line-height: 1.6;
    letter-spacing: 0.2em;
    font-size: 16px;
    margin-bottom: 25px;
}
.gaiyo-block h3 img.bar {
    margin-bottom: 25px;
}
.gaiyo-block table{
	margin-bottom: 0;
}
.gaiyo-block table,.gaiyo-block thead,.gaiyo-block tbody,.gaiyo-block table tr, .gaiyo-block table th, .gaiyo-block table td{
	display: block;
	width: 100%!important;
}
.gaiyo-block .gmap iframe{
	width: 100%;
}
.gaiyo-block table tr th {
    vertical-align: top;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 1;
}
.gaiyo-block table tr td {
    vertical-align: top;
    padding-top: 10px;
    font-size: 14px;
    padding-left: 0;
    padding-bottom: 10px;
    line-height: 1.6;
}
.gaiyo-block table tr td.col-2{
	padding-top: 15px;
	padding-bottom: 15px;
}
.gaiyo-block h4.ttl {
    font-size: 16px;
    padding-left: 25px;
    margin-top: 30px;
    background-size: 16px 16px;
}
.gaiyo-block table tr td, .gaiyo-block table tr th {
    height: auto!important;
}
.gaiyo-block table tr {
    border-top: 0 none;
}
.gaiyo-block table tr td.col-2 {
    font-size: 12px;
    padding-bottom: 25px;
}
.gaiyo-block span.circle:before {
    width: 12px;
    height: 12px;
    top: 1px;
}

/* .message-block
----------------------------------*/
.message-block {
    padding-top: 0;
    padding-bottom: 40px;
    /*background: url(../img/sub_ttl_01.svg) no-repeat top 3px center #a4937b;*/
    background: #a4937b;
    background-size: 50%;
	padding-right: 10px;
    padding-left: 10px;
    min-width: 0;
    position: relative;
    overflow: hidden;
}
.message-block:before {
	content:  '.';
	font-size: 0;
	display: block;
	background: url(../img/sub_ttl_01.svg) no-repeat top 3px center #a4937b;
	background-size: contain;
	min-height: 43px;
	height: 9vw;
	position: relative;
	top: -3px;
	margin: 0 -10px 30px;
}

.message-block .inner-block{
	display: block;
}
.message-block .inner-block > *{
	display: block;
	width: 100%!important;
	padding-left: 0!important;
}
.message-block .inner-block .pict {
    margin-bottom: 25px;
}
.message-block .inner-block .text{
	text-align: center;
}
.message-block .inner-block .text h3.ttl img {
	width: 70%;
}
.message-block .inner-block .text h3.ttl {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.message-block .inner-block .text h4 {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin-bottom: 20px;
}
.message-block .inner-block .text p {
    font-size: 12px;
}

/* .voice-block
----------------------------------*/
.voice-block {
    padding-top: 40px;
    padding-bottom: 40px;
}
.voice-block .inner-header img.icn {
    max-width: 120px;
}
.voice-block .voice-item .inner {
    padding: 20px;
}
.voice-block .voice-item .inner .message {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 2;
}
.voice-block .voice-item .inner .profile {
    font-size: 14px;
    position: static;
    margin-top: 15px;
    bottom: 30px;
}
.voice-block .voice-item {
    width: 100%;
    height: auto;
    float: left;
    background-size: cover;
    position: relative;
    padding: 30px;
}
.voice-block .voice-item-2 {
    margin-right: 0;
    margin-left: 0;
}
.voice-block .inner-header {
    text-align: center;
    margin-bottom: 25px;
}


/* .list-block
----------------------------------*/
.list-block {
    padding-top: 40px;
}
.list-block h3 img.ttl {
    width: auto;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
}
.list-block h3 img.bar {
    margin-bottom: 25px;
}
.list-block h3 {
    margin-bottom: 20px;
}
.list-block .inner-block {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 60px;
}
.list-block h3 + p {
    color: #fff;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
    text-align: left;
}
.list-block .inner-block {
    padding: 30px 25px 60px;
    background-image: none;
    background-color: #fff;
}
.list-block .inner-block .item {
    height: auto;
    line-height: 1.6;
    font-size: 13px;
    color: #0068b7;
    border-top: 1px solid #a4937b;
    position: relative;
    padding: 10px 0;
}
.list-block .inner-block .item:before {
    display: inline-block;
    border: 1px solid #0068b7;
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 9px;
    position: relative;
    top: 1px;
}
.list-block .icn-area {
    bottom: 18px;
}
.list-block .icn-area img {
    width: 20px;
}


/* .notification-block
----------------------------------*/
.notification-block{}
.notification-block .ttl {
    padding: 22px 0 20px;
}
.notification-block .ttl img {
    width: auto;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
}
.notification-block .leadtxt {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.6;
    padding: 20px;
}


/* .regist-block
----------------------------------*/
.regist-block {
    padding-top: 25px;
    padding-bottom: 5px;
}
.regist-block h4.ttl {
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 0;
    background: none;
    background-size: 16px 16px;
    color: #0068b7;
    font-weight: normal;
}
.regist-block .item,.regist-block .item.first, .regist-block .item.first + .item {
    margin-bottom: 20px;
}
.regist-block .item .inner-block{
	display: block;
	width: 100%!important;
}
.regist-block .item .inner-block > *{
	display: block;
	height: auto!important;
	width: 100%!important;
	vertical-align: top;
	border:2px solid #0068b7;
}
.regist-block .item .inner-block .date {
    font-size: 20px;
    padding: 10px 15px 5px;
    line-height: 1;
    text-align: left;
}
.regist-block .item .inner-block .date span{
	display: inline-block;
	font-size: 16px;
}
.regist-block .item .inner-block .info h4 {
    padding-left: 15px;
    line-height: 1.6;
    padding-top: 5px;
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.regist-block .item .inner-block .info {
    position: relative;
    padding-bottom: 40px;
}
.regist-block .item .inner-block .info p {
    padding-left: 15px;
    font-size: 16px;
}

/* .regist-block
----------------------------------*/
.tel-block {
    background-color: #f1efeb;
    padding-top: 30px;
    padding-bottom: 30px;
	min-width: 0;
}
.tel-block .inner-block{
	display: block;
	width: 100%;
}
.tel-block .inner-block > *{
	display: block;
	height: auto;
}
.tel-block .inner-block .ttl {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 15px;
    line-height: 1;
    margin-bottom: 15px;
}
.tel-block .inner-block a.tel-link {
    padding-left: 0;
}
.tel-block .inner-block a.tel-link img{
	width: 100%;
}


.form-block{
	padding-right: 10px;
    padding-left: 10px;
}

.form-block h2{
	line-height: 1.6;
	font-size: 18px;
	margin-bottom: 25px;
	margin-top: 50px;
	letter-spacing:0.15em;
}
.form-block h2 img.bar {
	margin-bottom: 25px;

}
.form-block div#main{}
.form-block div#main form{

}
.form-block table.form >* {
    display: block;
}
.form-block table.form tbody >* {
    display: block;
}
.form-block table.form {
    display: block;
}
.form-block table.form tr{}
.form-block table.form > tbody > tr{

}
.form-block table.form tr th{
	width: 100%;
    display: block;
}
.form-block table.form tr td{}
.form-block table.form tr th,.form-block table.form tr td{
    display: block;
}
.form-block span.required{
}
.form-block .err{

}
.form-block input[type="text"],.form-block textarea{

}
.form-block select{

}
.form-block input[type="radio"]{}
.form-block .area-btn{

}
.form-block table.form tr td .toiawase{
	width: 100%;
	height: 100px;
}
.form-block .area-btn input{

}
.form-block .area-btn input.backbtn{

}
.ssl_agreement{

}
.ssl_agreement td{
	display: block;
}

footer small {
    font-size: 10px;
}


}

@media (max-width: 320px) {
	.commitment-block .inner-header h3.ttl {
	font-size: 15px;
	}
	.schedule-block h3.ttl {
    font-size: 16px;
	}
	.message-block .inner-block .text h4 {
    font-size: 14px;
	}
	.list-block .inner-block .item {
    font-size: 10px;
	}
	.list-block .inner-block .item:before {
    width: 10px;
    height: 10px
	}
	.notification-block .leadtxt {
    font-size: 14px;
	}
	.schedule-block .inner-block h4.ttl span {
    color: #0068b7;
    display: block;
    margin-bottom: 5px;
	}
	.voice-block .voice-item .inner .profile {
    font-size: 12px;
	}
	.gaiyo-block h3 {
    font-size: 15px;
	}
	.schedule-block .inner-block table .tr-body .col-2 {
    font-size: 14px;
	}
	.commitment-block .col-present .sp_inner-content .inner .text {
    padding-left: 15px;
	}
	.commitment-block .col-present h4.ttl {
    padding-left: 10px;
    font-size: 12px;
	}
}

@media (max-width: 375px) {
	.program .program-header br{
		display: block;
	}

	.program .inner-header {
		text-align: center;
	}

	.program .inner-text {
	width: 100%!important;
	padding-right: 0;
	text-align: center;
	}

	.program .inner-contents {
	display: block;
	padding-right: 0;
	}
	
	.inner-img {
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	}
}





}

.a1min{
		font-family: A1明朝;
	}

input[type="text"],input[type="email"],input[type="radio"],select{
font-size:18px;
height:36px;
vertical-align:middle !important;
}
textarea{
font-size:18px;
}




h2#header{
	position: relative;
	text-align: center;
	padding-bottom:1em;
	color:#444;
	font-family:"A1明朝";
}



input.studentname_sei{
width:40%;
}



section.commitment-block p span{
display:inline-block;
}

section.point-area p span{
padding-left:1.5em;
text-indent:-1.5em;
line-height:140%;
letter-spacing:0.05em;
}

section.point-area p span.add{
margin-top:1em;
}




@media (max-width: 1025px){

#toggle2 table.curriculum td.col1,#toggle2 table.curriculum th.col1{
width:5em;
}

.lead-block {
margin-bottom:2em;
}

.lead-block .lead{
	padding-left:3em;padding-right:3em;

}


.point-image td.honbun {
    width: 60%;
    font-size: 16px;
}

.point-image td.honbun2 {
    width: 60%;
    font-size: 16px;
    padding-left:4em;
}

.point-image {
margin-bottom:3em;
}

section.commitment-block ul {
font-size:120%;
}

section.commitment-block p{
font-size:16px;
}

.for-win{
width:80%;
min-width:340px;
}



section.point-area p{
font-size:18px;
padding-left:1em;padding-right:1em;
margin-top:-0.25em;
}

.point-image td.honbun p {
font-size:100%;
}


section.point-area p span.add{
font-size:70%;
}


section.point-area .map-area{
margin-bottom:3em;
}

section.point-area {
margin-bottom:0;
padding-bottom:0;
}


.commitment-block {
margin-top:0;
margin-bottom:2em;
}


section.commitment-block .main-visual{
width:85%;
}

table.pricelist {
width:85%;
}

table.curriculum{
width:85%;
}


.afterimg{
margin-top:0.5em;
}

table.pricelist th{
    font-size: 1.8vw;
}

section.point-area .schoollist {
width:85%;
font-size:18px;
}
section.point-area .schoollist span{
display:inline;
}

section.point-area .schoollist .hidden-xs{
display:none;
}

section.point-area p.to_contact {
margin-bottom:2em;
}

.form-block table.form {
    margin-left: 10%;
    margin-right: 10%;

}


.ssl_agreement{
width:90%;
}

/*.regist-btn img.hidden-sp{
display:none;
}

.regist-btn img.visible-sp{
display:block;
}*/


section.point-area .map-area{
width:90%;
}

section.point-area .map-area p span{
font-size:80%;
}



br.visible-xs{
display:none !important;
}



.inputname{
width:30vw;
}

.inputaddress{
width:70vw;
}




}









@media (max-width: 599px){



#toggle2 table.curriculum td.col1,#toggle2 table.curriculum th.col1{
width:3em;
}


br.visible-xs{
display:block !important;
}


main > header{
padding-top:1em;
padding-bottom:0;
}

.hero-block h1 {
line-height:1.7;
}

.lead-block {
margin-bottom:1em;
}
.lead-block  .container  {
padding:0;
}

.lead-block  h2  {
margin-top:0.25em;
margin-bottom:1.5em;
}

.lead-block .lead{
font-size:4vw;
padding-left:2em;padding-right:2em;
}



.lead-block .circle{
display:inline-block;
width:40%;
margin-top:-1em;
margin-left:2%;
margin-right:2%;
aspect-ratio: 1 / 1;
border:2px solid #d00;
background:#fff3f3f3;
font-weight:600;
color:#d00;
font-size: 3.5vw;
padding-top:2.8em;
border-radius:50%;
vertical-align:middle;
}

.lead-block .advantage{
display:inline-block;
margin-top:2em;
font-size: 3.5vw;
color:#d00;
font-weight:600;
}



section.point-area h2,section.commitment-block h2  {
font-size:5vw;
color:#222;
}

section.commitment-block h2  {
margin-top:2em;
margin-bottom:2em;
}

section.point-area h2 span{
display:inline-block;
}



.point-image td.honbun {
    width: 70%;
    font-size: 3.5vw;
text-align:left;
padding-left:0;
}

.point-image td.honbun p{
padding-left:0.5em;padding-right:0em;
}


.point-image td.honbun h3{
  text-indent: -0.9em;
  padding-left: 1.8em;
  line-height:1.1;
  padding-bottom:0.25em;
  font-size:110%;
}

.for-win{
margin-top:1em;
margin-bottom:2em;

}


.point-image td.honbun2 {
    width: 75%;
    font-size: 4vw;
    padding-left:1em;
}
.point-image td.image {
    width: 30%;
vertical-align:top;
}
.point-image {
margin-top:1em;
margin-bottom:4em;
}

section.commitment-block ul {
    font-size: 3.5vw;
width:95%;
margin-top:1em;
}
section.commitment-block ul li{
padding-left:2.25em;
	text-indent:-2.25em;
margin-bottom:0.75em;
line-height:1.5;
}



section.commitment-block p{
font-size: 4vw;
}

section.commitment-block p span{
display:inline-block;
}

section.point-area p{
padding-left:0.5em;padding-right:0.5em;
margin-top:-0.25em;
font-size: 4.25vw;
}

section.point-area p.to_contact{
font-size: 4vw;
}


section.point-area .map-area{
margin-bottom:3em;
    font-size: 4vw;

}

section.point-area {
margin-bottom:0;
padding-bottom:0;
}


.commitment-block {
margin-top:0;
margin-bottom:2em;
}






section.commitment-block .main-visual{
width:90%;
}


.lead-block .mokuteki th{
width:4em;
vertical-align:top;
padding-top:2em;
}


table.pricelist {
width:90%;
}

table.curriculum{
width:90%;
margin-top:20px;
font-size:14px;
margin:3em auto 2em auto;
line-height:1.4;
}

table.curriculum th{
background:#999;
color:#fff;
width:4em;
height:6em;
padding:0.5em;
border:2px solid #eeeeee;
}
table.curriculum td{
background:#fff;
padding:0.5em;
text-align:left;
border:2px solid #eeeeee;
}


table.curriculum td span{
display:inline-block;
}

table.nittei th{
font-size:80%;
}



.afterimg{
width:100%;
margin-top:-0.5em;
margin-bottom:2em;
}



table.pricelist th{
    font-size: 3vw;
width:25%;
letter-spacing:0.05em;
}

table.pricelist td{
font-size:3.5vw;
letter-spacing:0.05em;
}

table.pricelist tr.tr-4 td {
text-align:left;
padding-left:1em;
}

section.point-area .schoollist {
width:95%;
    font-size: 3.5vw;

}
section.point-area .schoollist .hidden-xs{
display:none;
}


section.point-area p.to_contact {
margin-bottom:2em;
}






.form-block table.form {
    margin-left: 0%;
    margin-right: 0%;

}


.ssl_agreement{
width:100%;
margin-top:0;
}

.regist-btn img.hidden-sp{
display:none;
}

.regist-btn img.visible-sp{
display:block;
}


.inputname{
width:41.5vw;
}

.inputaddress{
width:87vw;
}


}
