@charset "utf-8";

/* header */
/*--------------------------------------------------*/


.header {
	height: 90px;
	background-color: #FFF;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}




.header-inner {
	position: relative;
}

.header-logo {
	position: absolute;
	left: 0;
	top: 10px;
	height:70px;
width:auto;
}



.header-text {
    position: absolute;
    left: 320px;
    top: 30px;
    color: #ef000a;
    font-size: 22px;
}

.header-contact {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 20px;
}

.header-contact-tel {
	text-align: right;
	margin-bottom: 5px;
}

.header-tel-1 {
}

.header-btn {
	display: table;
}

.header-btn li {
	display: table-cell;
	padding-left: 5px;
}

.header-tel-text {
	font-size: 30px;
}

.header-tel-num {
	font-size: 42px;
	color: #333;
}

.header-tel-num:hover {
	text-decoration: underline;
}

.header-btn-taiken {
	
	background-image: url(../images/common/header-bt-1.png);
	background-repeat: no-repeat;
	width:232px;
	height:46px;
	
	
}



/* header */
/*--------------------------------------------------*/


.header-under {
	background-image: url(../images/common/header-under-bg.png);
}

.header-under-img {
/*	height: 70px;*/
	margin: 0;
	padding-top: 10px;
}

/* 1200～∞（xl）*/
@media (min-width: 992px) {

body {
	padding-top: 90px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
}
}




@media screen and (min-width: 992px) and (max-width: 1199px) {

	
.header .container {
	width:100%;
	padding:0 10px;
	
	}



.header-contact {

    top: 10px;
}


.mainvisual-table {
	padding:0 10%;
}


}


@media (max-width: 1299px) {

.header-under-img {
	height:auto;
	margin: 0;
	padding-top: 10px;
}


.header-under-img img {
	height:40px;
	width:auto;
}



}




@media (max-width: 1199px) {



body {
    padding-top: 75px;
}
	
.header {
    height: 75px;

}

.header-logo {
	position: absolute;
	left: 0;
	top: 10px;
	height:50px;
width:auto;
}



.header-text {
    position: absolute;
    left: 230px;
    top: 25px;
    color: #ef000a;
    font-size: 18px;
}













}

/* 0～1199 */
@media (max-width: 991px) {

.header-contact {
	display: none;
}


.header-logo {

	height:50px;

}



.header-text {
    position: absolute;
    left: 230px;
    top: 25px;
    color: #ef000a;
    font-size: 18px;
}


	
.header {
    height: 75px;

}
	


body {
    padding-top:0px;
}


}
/* 0～575 */
@media (max-width: 767px) {

.header-text, .header-logo {
/*	position: static;*/
}

.header-text {
/*	text-align: center;*/
	font-size: 16px;
/*	margin: 10px 0 5px 0;*/
    left: 270px;
    top: 30px;
}

.header-logo {
	height: 60px;
	margin: auto;
}


.header {
    height: 80px;
}



}

@media (max-width: 575px) {
	
	.header {
    height: 90px;
}
	
	
.header-text, .header-logo {
	position: static;
}

.header-text {
	text-align: center;
font-size: 14px;
	margin: 5px 0 5px 0;

}


.header-logo {
	height: 50px;
	margin: auto;
}


.header-under-img img {
    height: auto;
    width:100%;
}
header-under-img {
    height: auto;
	padding:5px 0 2px;

}
}






/* mainvisual */
/*--------------------------------------------------*/


.mainvisual {
	height: 740px;
	background-image: url(../images/common/mainvisual-bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	border-bottom: 10px solid #EF000A;
	background-position: bottom center;
		background-size: cover;
}

.mainvisual > div {
	position: relative;
	height: 740px;
}

.mainvisual-table {
	position: absolute;
	bottom: 30px;
	display: table;
	margin: auto;
	margin-top: 20px;
}

.mainvisual-table-cell {
	display: table-cell;
}

.mainvisual-text02 {
	text-align: center;
	padding-top: 20px;
}

.mainvisual-text {
}

.mainvisual-text-img {
}

.mainvisual-illust {
}

.mainvisual-illust-img {
}



/* 1200～∞（xl）*/
/*@media (max-width: 1299px) {
	
	
.mainvisual {
	height: 600px;
}	
	

.mainvisual > div {

	height:600px;
}	
	
	
	
	
	
}*/



/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1299px) {

.mainvisual {
	height: 600px;
	background-size: cover;
	margin: 0;
}

.mainvisual > div {
	height: 600px;
}

.mainvisual-text02 img {
	width: 60%;
	height: auto;
}


.mainvisual-table {
    position: absolute;
    bottom: 30px;
    display: table;
    margin: auto;
    margin-top: 20px;
	padding:0 10%;
}


}


@media (max-width: 991px) {



.mainvisual-text02 img {
	width: 70%;
	height: auto;
}


.mainvisual-table {

	padding:0 3%;
}




}




/* 0～767 */
@media (max-width: 767px) {

.mainvisual {
	height: 500px;
}

.mainvisual > div {
	height: 500px;
}

.mainvisual-table-cell {
	text-align: center;
	width: 100%;
}

.mainvisual-table-cell img {
	width: 70%;
	margin: auto;
}




}
/* 0～575 */
@media (max-width: 575px) {

.mainvisual {
	height: 460px;
}

.mainvisual > div {
	height: 460px;
}

.mainvisual-text02 {
    text-align: center;
    padding-top: 10px;
}

.mainvisual-text02 img {
	width: 98%;
	height: auto;
}

.mainvisual-table-cell {
	width: 90%;
	margin: 0;
}

.mainvisual-table-cell img {
	width: 100%;
	margin: auto;
}
}




@media (max-width: 420px) {

.mainvisual {
	height: 380px;
}

.mainvisual > div {
	height: 380px;
}

}

/* mainvisual */
/*--------------------------------------------------*/


.content0001 {
	padding-top: 120px;
	padding-bottom: 200px;
	background-image: url(../images/common/content0007-bg.png);
}

.container {
}

.content0001-inner {
	position: relative;
}

.content0001-search {
	position: absolute;
	top: -80px;
	right: -120px;
	z-index: 100;
}

.content0001-search-img {
}

.content0001-main {
}

.content0001-main-img {
}

.content0001-btn-img {
	position: absolute;
	bottom: -150px;
	left: 0;
	right: 0;
	margin:10px auto 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.content0001-btn-img:hover {
/*	margin:20px auto 0;*/
	bottom: -170px;
}

.content0001-btn-img {
}

/* 0～1199 */
@media (max-width: 1300px) {

.content0001 {
	padding-top:120px;
	padding-bottom: 50px;
	background-image: url(../images/common/content0007-bg.png);
}



.content0001-search {
    position: absolute;
    top: -150px;
    right: -30px;
    z-index: 100;
}



.content0001-search-img {
/*	width: inherit;*/
}



.content0001-btn-img {
/*	margin-top: 20px;*/
	position: relative;
	width: inherit;
	top: 10px;
}

.content0001-btn-img:hover {
	top: 20px;
}
/*  .content0001-btn-img::after {
    content: '';
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
  }
  .content0001-btn-img:hover {
    opacity: 0.7;
  }*/
}
/* 0～1199 */
@media (max-width: 1199px) {
	.content0001-search {

    top: -120px;
    right: -20px;

}
	.content0001-search-img {
		width:80%;
		height:auto;
}


	
	
	
}
/* 0～991 */
@media (max-width: 991px) {

	.content0001-search {

    top: -150px;
    right: -20px;

}




.content0001-search {
/*	right: -150px;*/
}

.content0001-search-img {
/*    width: 80%;*/
}
}
/* 0～767 */
@media (max-width: 767px) {
	
	.content0001-search-img {
		width:70%;
		height:auto;
}
	
	.content0001-search {

    top: -160px;
    right: -50px;

}	
	
	
}
/* 0～575 */
@media (max-width: 575px) {
	
	
	
	
	.content0001-search-img {
		width:50%;
		height:auto;
}	
	
	
	.content0001-search {

    top: -120px;
    right: -80px;

}

.content0001 {
    padding-top: 60px;

}
	
	
}

/* mainvisual */
/*--------------------------------------------------*/


.content0002 {
	background-color: #FFF8EF;
	background-image: url(../images/common/content0002-soroban.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 100px;
}

.content0002 .container {
	z-index: 2;
}

.content0002-title {
	text-align: center;
}

.content0002-images {
}

.content0002-images li {
	margin-bottom: 30px;
}
/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
}
/* 0～767 */
@media (max-width: 767px) {

.content0002 {
	padding-bottom: 30px;
}
}
/* 0～575 */
@media (max-width: 575px) {

.content0002 {
	padding-bottom: 0;
}
}

/* content0003 */
/*--------------------------------------------------*/


.content0003 {
	background-image: url(../images/common/content0003-bg.png);
	position: relative;
	padding: 30px 0 35px 0;
}

.content0003-illust {
	position: absolute;
	left: 0;
	right: 0;
	top: -75px;
	margin: auto;
}

.content0003-main {
}

.content0003-main-img {
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {

.content0003-illust {
	width: 125px;
	top: -27%;
}
}
/* 0～767 */
@media (max-width: 767px) {

.content0003-illust {
	position: static;
}
}
/* 0～575 */
@media (max-width: 575px) {

.content0003 {
	padding: 15px 0 15px 0;
}
}

/* content0004 */
/*--------------------------------------------------*/


.content0004 {
	background-image: url(../images/common/content0004-bg.png);
	position: relative;
	padding-top: 900px;
	padding-bottom: 55px;
}

.content0004-illust {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -140px;
	text-align: center;
}

.content0004-main {
}

.content0004-list {
}

.content0004-box {
	border: 3px solid #EF000A;
	height: 100%;
	background-color: #FFF;
}

.content0004-box-title {
	font-size: 24px;
	color: #FFF;
	background-color: #EF000A;
	margin: 0;
	padding: 10px 10px 10px 90px;
	position: relative;
}

.content0004-box-title::after {
	position: absolute;
	left: 0;
	top: -40px;
}

.content0004-box-title-1::after {
	content: url(../images/common/content0004-box-subttlimg1.png);
}

.content0004-box-title-2::after {
	content: url(../images/common/content0004-box-subttlimg2.png);
}

.content0004-box-main {
	padding: 15px 15px 30px 15px;
}

.content0004-box-subttl {
	margin: 0;
	font-size: 18px;
	background-color: #FFE63F;
	padding: 7px;
	margin-bottom: 15px;
}

.content0004-box-text {
	font-size: 16px;
	margin-bottom: 50px;
}

.content0004-box-img {
}

.content0004-box-img-1 {
}



/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {

.content0004-illust {
	top: -100px;
}
}
/* 0～991 */
@media (max-width: 991px) {

.content0004-illust {
	position: static;
}

.content0004 {
	padding-top: 30px;
	padding-bottom: 50px;
}

.content0004-box-title {
	font-size: 18px;
	padding-left: 70px;
}

.content0004-box-text {
	margin-bottom: 10px;
}

.content0004-box-title::after {
	left: -10px;
}
}
/* 0～767 */
@media (max-width: 767px) {

.content0004-box-title {
	font-size: 20px;
}

.content0004-list li:not(:last-child) {
	margin-bottom: 50px;
}
}
/* 0～575 */
@media (max-width: 575px) {

.content0004 {
	padding-bottom: 30px;
}
}

/* content0005 */
/*--------------------------------------------------*/


.content0005 {
	background-color: #FDFBF3;
	padding-top: 100px;
	background-image: url(../images/common/content0005-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.container {
}

.content0005-main {
	border: 3px solid #FFE63F;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.7);
}

.content0005-main-title {
	background-color: #FFE63F;
	position: relative;
	height: 135px;
	text-align: center;
	margin: 0;
}

.content0005-main-title img {
	position: absolute;
	left: 0;
	right: 0;
	top: -90px;
	margin: auto;
	width: 98%;
}

.content0005-title-img {
}

.content0005-textarea {
	position: relative;
}

.content0005-textarea-img {
	position: absolute;
	width: 415px;
	right: 0;
	top: 50px;
	text-align: center;
}

.content0005-subttl {
	text-align: center;
	font-size: 24px;
	text-decoration: underline;
}

.content0005-text-1 {
	padding-right: 415px !important;
	font-size: 18px;
	line-height: 2.0;
	padding: 35px 0;
}

.content0005-text-1._table {
	display: table;
	width: 100%;
	height: 100%;
}

.content0005-text-1 ._tablecell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.content0005-text-1 ._large {
	font-size: 23px;
	color: #ef000a;
}

.content0005-text-1 ._underline {
	background-image: url(../images/common/content0005-underline.png);
	background-position: left 10px;
	background-repeat: repeat-x;
}

.content0005-text-1 span {
}

.content0005-text-1 ._underline {
}

.content0005-graph {
}

.content0005-graph {
}

.content0005-graph-1 {
}

.content0005-graph-2 {
}

.content0005-graphe-wrapper {
	max-width: 1020px;
	margin: auto;
}

.content0005-under-graph {
}

.content0005-btn {
	display: block;
	text-align: center;
	margin: 65px 0 50px 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

/* 992～∞（lg）*/
@media (min-width: 992px) {

.content0005-btn {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.content0005-btn:hover {
	margin: 75px 0 40px 0
}
}
/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {

.content0005-main-title {
	height: 100px;
}

.content0005-main-title img {
	top: -75px;
}

.content0005 {
	padding-top: 90px;
}
}
/* 0～991 */
@media (max-width: 991px) {

.content0005-main-title {
	height: 90px;
}

.content0005-main-title img {
	top: -55%;
}

.content0005 {
	padding-top: 60px;
}

.content0005-textarea-img {
	position: static;
	width: 100%;
	margin-bottom: 30px;
}

.content0005-subttl {
	text-align: left;
	line-height: 1.8;
	font-size: 22px;
}


.content0005-text-1 {
	padding: 0;
	margin-bottom: 30px;
	    font-size: 16px;
    line-height: 1.6;
}

.content0005-text-1 {
	padding-right: 0 !important;
}

.content0005-graph-1 {
	margin-bottom: 30px;
}

.content0005-btn {
	display: block;
	text-align: center;
	margin-top: 30px;
}
}
/* 0～767 */
@media (max-width: 767px) {

/*  .content0005-main-title {
    height: 90px;
  }
  .content0005-main-title img {
    top: -55%;
  }
  .content0005 {
    padding-top: 60px;
  }
  */

.content0006-img-wrapper {
	text-align: center;
	margin-top: 30px;
}

.content0005-main-title img {
	position: static;
}

.content0005-main-title {
	height: inherit;
}
}
/* 0～575 */
@media (max-width: 575px) {

.content0005 {
	padding-top: 40px;
}
}

/* content0006 */
/*--------------------------------------------------*/


.content0006 {
	background-image: url(../images/common/content0006-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 140px;
}

.content0006-title {
	background-image: url(../images/common/header-under-bg.png);
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin-top: 0;
	margin-bottom: 40px;
}

.container {
}

.content0006-line {
}

.content0006-line-1 {
}

.content0006-img {
}

.content0006-text {
	font-size: 20px;
	line-height: 1.7;
	margin-top: 15px;
}

.content0006-text-1 {
}

.content0006-line-2 {
}

.col-md-4 {
}

.content0006-text-2 {
}

.content0006-text ._large {
	font-size: 24px;
	color: #ef000a;
}

.content0006-btn {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 40px;
}

.content0006-table {
	width: 100%;
}

.content0006-table th, .content0006-table td {
	padding: 10px;
	vertical-align: middle;
}

.content0006-table-title {
}

.content0006-table-title th {
	text-align: center;
	background-color: #AAAAAA;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
}

.content0006-table-title th:not(:last-child) {
	border-right: 3px solid #FFF;
}

.content0006-table-title th._th1 {
	width: 250px;
}

.content0006-table-title th._th2 {
	width: 250px;
}

.content0006-table-title th._th3 {
}

.content0006-table-separation {
}

.content0006-table-main {
	border-left: 3px solid #AAAAAA;
	border-top: 3px solid #AAAAAA;
}

.content0006-table-main th, .content0006-table-main td {
	border-right: 3px solid #AAAAAA;
	border-bottom: 3px solid #AAAAAA;
}

.content0006-table-main th {
	font-size: 22px;
	background-color: #E5E5E5;
}

.content0006-table-main th ._small {
	font-size: 20px;
	letter-spacing: -0.1em;
}

.content0006-table-main td._price {
	font-size: 32px;
	color: #ef000a;
	text-align: center;
}

.content0006-table-main td._text {
	font-size: 18px;
}

.content0006-table-main td ._underline {
	font-size: 24px;
	background-image: url(../images/common/content0005-underline.png);
	background-position: left 10px;
	background-repeat: repeat-x;
}

.content0006-table-main th._recommend {
	background-color: #FFEB7F;
}

.content0006-table-main th._recommend p {
	position: relative;
	margin-top: 50px;
}

.content0006-table-main th._recommend p::before {
	position: absolute;
	content: url(../images/common/content0006-recommend.png);
	left: -20px;
	top: -40px;
}

.content0006-undertable {
	font-size: 16px;
}

.content0006-block-wrapper {
	width: 950px;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.7);
}

.content0006-block {
	border: 3px dashed #ef858c;
	padding: 30px;
	width: 100%;
	margin-top: 40px;
	display: table;
}

.content0006-block-left {
	display: table-cell;
	width: 300px;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.content0006-block-left img {
}

.content0006-block-right {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	padding-left: 60px;
}

.content0006-block-title {
	font-size: 30px;
	color: #ef858c;
	margin-bottom: 15px;
}

.content0006-block-text-1 {
	font-size: 18px;
}

.content0006-block-text-2 {
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {

.content0006-block-wrapper {
	width: 100%;
}

.content0006-btn {
	text-align: center;
	margin-top: 20px;
}
}
/* 0～767 */
@media (max-width: 767px) {

.content0006-title {
	margin-bottom: 10px;
	font-size: 26px;
}

.content0006-table {
	display: block;
}

.content0006-table tr,  .content0006-table th,  .content0006-table td {
	display: block;
}

.content0006-table-main {
	margin-bottom: 20px;
	background-color: #FFF;
}

.content0006-table-main td._price {
	text-align: left;
}

.content0006-table-main th,  .content0006-table-main td._price,  .content0006-table-main td._text {
	position: relative;
	padding-left: 100px;
}

.content0006-table-main td._price::before,  .content0006-table-main td._text::before,  .content0006-table-main th::before {
	position: absolute;
	background-color: #FFF;
	border: 1px solid #AAAAAA;
	left: 5px;
	top: 4px;
	padding: 5px 0;
	width:80px;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.content0006-table-main th::before {
	content: 'コース';
}

.content0006-table-main td._price::before {
	content: '料金';
	top: 10px;
}

.content0006-table-main td._text::before {
	content: '内容';
	top: 10px;
}

.content0006-table-main th._recommend p::before {
	left: 0;
}

.content0006-table-main th._recommend p {
	margin: 0;
}

.content0006-table-main th._recommend p::before {
	top: -30px;
}

.content0006-table-title {
	display: none !important;
}

.content0006-block-left {
	display: block;
	width: 100%;
	height: inherit;
}

.content0006-block-right {
	display: block;
	height: inherit;
	padding: 0;
}

.content0006 {
	padding-bottom: 100px;
}
}
/* 0～575 */
@media (max-width: 575px) {

.content0006-title {
	font-size: 19px;
}

.content0006-block-title {
	font-size: 20px;
}

.content0006-text {
    font-size: 18px;

}
.content0006-btn img {
	height:46px;
	width:auto;
}

}

/* content0007 */
/*--------------------------------------------------*/


.content0007 {
	background-image: url(../images/common/content0007-bg.png);
	padding: 35px 0 120px;
}

.content0007-title {
	text-align: center;
	margin-bottom: 25px;
}

.content0007-title img {
}

.content0007-box {
}

.content0007-box-1 {
	margin-bottom: 130px;
}

.content0007-box-1 img {
}

.content0007-box {
}

.content0007-box-2 {
}

/* 0～1199 */
@media (max-width: 1300px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {





.content0007-box-1 {
	margin-bottom: 30px;
}

.content0001-search {
	text-align: center;
}

.content0001-btn-img {
	width: 90%;
	bottom: -40px;
}

.content0007 {
	padding-top: 10px;
	padding-bottom: 70px;
}

.content0008-line-box {
	margin-bottom: 20px;
}
}
/* 768～991 */
@media (min-width: 768px) and (max-width: 991px) {

.content0007 {
	padding-top: 10px;
	padding-bottom: 50px;
}

.content0001-btn-img {
	width: 100%;
}



.content0007-title {
	text-align:left;
		width:70%;

}


}

@media (max-width: 767px) {
	
.content0007-title {
	text-align:left;
		width:68%;

}
	
}



@media (max-width: 575px) {
	
.content0007-title {
    text-align: left;
    width: 64%;
}
}











/* content0008 */
/*--------------------------------------------------*/


.content0008 {
	background-image: url(../images/common/content0008-bg.png);
	padding-top: 60px;
	border-top: 10px solid #EF858C;
}

.content0008-title {
	text-align: center;
	margin-bottom: 70px;
}

.content0008-subttl {
	text-align: center;
	margin-bottom: 50px;
}

.content0008-subttl-1 {
}

.content0008-line {
	margin-bottom: 90px;
}

.content0008-voice-1 {
}

.content0008-voice-2 {
}

.content0008-subttl-2 {
}

.content0008-voice-3 {
}

.content0008-voice-4 {
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
}
/* 0～767 */
@media (max-width: 767px) {

.content0008-title {
	margin-bottom: 30px;
}

.content0008-subttl {
	margin-bottom: 30px;
}

.content0008-line {
	margin-bottom: 20px;
}
}
/* 0～575 */
@media (max-width: 575px) {
}

/* content0009 */
/*--------------------------------------------------*/


.content0009 {
	background-image: url(../images/common/content0009-bg.png);
	padding-bottom: 100px;
/*	border-bottom: 3px solid #EF000A;
	margin-bottom: 120px;*/
}

.content0006-title {
}

.container {
}

.content0009-qalist {
}

.content0009-qalist li {
	margin-bottom: 30px;
}

.content0009-qabox {
	border: 3px solid #AAAAAA;
	background-color: #FFF;
}

.content0009-question {
	padding: 20px;
	background-color: #E5E5E5;
	margin: 0;
	font-size: 24px;
	background-image: url(../images/common/content0009-question-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 95px;
}

.content0009-answer {
	padding: 20px;
	font-size: 18px;
	margin: 0;
	background-image: url(../images/common/content0009-answer-icon.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-left: 95px;
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
}
/* 0～767 */
@media (max-width: 767px) {

.content0009 {
	padding-bottom: 50px;
/*	margin-bottom: 100px;*/
}



.content0009-question {
	padding: 15px;
	background-color: #E5E5E5;
	margin: 0;
	font-size: 20px;
	background-image: url(../images/common/content0009-question-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size:44px 44px;
	padding-left: 65px;
}

.content0009-answer {
	padding: 15px  10px  15px  15px ;
	font-size: 18px;
	margin: 0;
	background-image: url(../images/common/content0009-answer-icon.png);
	background-repeat: no-repeat;
	background-size:44px 44px;
	background-position: 10px 20px;
	padding-left: 65px;
}















}
/* 0～575 */
@media (max-width: 575px) {
}

/* content0010 */
/*--------------------------------------------------*/


.content0010 {
	background-color: #E5E5E5;
	padding: 30px 0 50px 0;
}

.content0010-inner {
}

.content0010-list {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.content0010-list {
	background-color: #FFF;
}

.content0010-list th, .content0010-list td {
	padding: 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: middle;
	color: #000;
}

.content0010-list th {
	width: 150px;
	text-align: center;
}

.content0010-list td {
	position: relative;
}

.content0010-title {
	text-align: center;
	margin-bottom: 30px;
}

.content0010 ._link, .content0010 ._mess {
	color: #000;
	font-size: 14px;
}

.content0010 ._mess {
	font-size: 12px;
}

/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {

.content0010-list th {
	width: 100px;
}
}
/* 0～767 */
@media (max-width: 767px) {

.content0010-list {
	display: block;
	border-right: 1px solid #000;
}

.content0010-list tr,  .content0010-list th,  .content0010-list td {
	display: block;
}

.content0010-list td {
	border-right: none;
}
}
/* 0～575 */
@media (max-width: 575px) {
}

/* footer */
/*--------------------------------------------------*/


.footer {
}

.footer-inner {
}

.footer-contact-tel {
}

.footer-tel-num {
}

.footer-btn {
}

.footer-btn li {
}

.footer-btn-1 {
}

.footer-tel-num-fa {
	display: none;
}

.footer-tel-num:hover {
	text-decoration: none;
}

.footer-copyright {
	padding: 10px 0 0 0;
}

.footer-copyright-main {
	text-align: center;
}

/* 1200～∞（xl）*/
@media (min-width: 992px) {

.footer {
	display: none;
}
}
/* 0～1199 */
@media (max-width: 991px) {

body {
	padding-bottom: 120px;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	border-top: 1px solid #CCC;
	z-index: 100;
}

.footer-inner  {
	text-align:center;
/*	display: table;*/
	width: 100%;
	padding:15px 0 5px 0;
}
.footer-btn {
	display: table;
	width: 100%;
}

 .footer-btn li {
	 display:inline-block;
	 padding:0 10px;
/*	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;*/
}






}
/* 0～767 */
@media (max-width: 767px) {

/*.footer-tel-num .fa {
	color: #8CC93C;
	font-size: 75px;
}*/
}
/* 0～575 */
@media (max-width: 575px) {
/*
.footer-tel-num-img {
	display: none;
}

.footer-tel-num-fa {
	display: block;
}*/

.footer-inner  {

	padding:10px 0 0px 0;
}


.footer .container {
	    padding-left: 0px;
    padding-right: 0px;
	}


 .footer-btn li {
	 display:table-cell;
	 width:50%;
	  padding:0 5px;
/*	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;*/
}





}

/*--------------------------------------------------*/
/* ここからお問い合わせフォームのスタイル */
/*--------------------------------------------------*/








.btn-info {
	background-image: -webkit-linear-gradient(top, #00afec 0, #2aabd2 100%);
	background-image: linear-gradient(to bottom, #00afec 0, #2aabd2 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00afec', endColorstr='#ff2aabd2', GradientType=0);
 filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #28a4c9
}

/* pagetop170 */
/*--------------------------------------------------*/


.pagetop170 {
	font-size: 28px;
	position: fixed;
	z-index: 2147483647;
	right: 25px;
	bottom: 25px;
	display: none;
	width: 1.75em;
	height: 1.75em;
	padding: 0;
	color: #fafafa;
	border: none;
	border-radius: 50%;
	background-color: #888;
}
@media (max-width: 575px) {

.pagetop170 {

	display: none;
	width: 1.25em;
	height: 1.25em;

}


.pagetop170 {
    right: 10px;
    bottom: 60px;
}
}

.pagetop170 i {
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 1em;
	height: 1em;
	margin: auto;
}

.pagetop170 i::before {
	margin: 0;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.ua-ie .pagetop170 i::before {
	animation: pagetop170-fix-ie 10ms infinite;
	animation-fill-mode: both;
}
@keyframes 
pagetop170-fix-ie {
 0% {
 margin: .1px;
}
 100% {
 margin: 0;
}
}

.pagetop170:hover i {
	-webkit-animation: pagetop170 1000ms;
	animation: pagetop170 1000ms;
}

.pagetop170-text {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
@-webkit-keyframes 
pagetop170 {
 15% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
}
@keyframes 
pagetop170 {
 15% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
}

/* contactlist */
/*--------------------------------------------------*/



.contactlist-td-school ._link {
	font-size: 12px;
	display: inline-block;
	padding: 4px 10px 3px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #FFF;
	background-color: #87C13F;
	margin-left: 5px;
}

.contactlist-td-school ._link:hover {
	text-decoration: none;
	background-color: #9ecc66;
}

.contactlist-td-school ._link2 {
	font-size: 18px;
	display: inline !important;
}

.contactlist-td-school ._link2_text {
	font-size: 14px;
	vertical-align: text-top;
	display: inline !important;
}

.contactlist-table-wrapper {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.contactlist-table-filter {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}

.contactlist-table-filter:hover {
	cursor: pointer;
}

.contactlist-table-wrapper._open {
	height: inherit;
	overflow: inherit;
}

.contactlist-table-wrapper._open .contactlist-table-filter {
	background: none;
	position: static;
}

/* 開くボタン */

.contactlist-accordion {
	font-size: 20px;
	color: #EF000A;
	margin-left: 10px;
}

.contactlist-accordion .fa {
	font-size: 22px;
	vertical-align: middle;
}

.contactlist-td-school ._btime {
	border: 1px dashed #777;
	padding: 20px 5px 5px 5px;
	margin: 20px 0 25px 0;
	font-size: 13px;
	position: relative;
}

.contactlist-td-school ._btime:after {
	position: absolute;
	content: '授業日程・時間';
	top: -15px;
	left: 10px;
	z-index: 1;
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid #777;
	padding: 3px 10px;
}


/* 992～∞（lg）*/
@media (min-width: 992px) {

.contactlist-table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	position: relative;
	background-color: #FFF;
	/*    display: none;*/
	margin-top: 15px;
	margin-bottom: 50px;
}

.contactlist-table th,  .contactlist-table td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: middle !important;
	text-align: center;
	padding: 10px 0;
}

.contactlist-table th {
	background-color: #87C13F;
	padding: 10px 0 !important;
	color: #FFF;
	font-size: 20px;
}

.contactlist-table td.contactlist-td-school {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.contactlist-td-school {
	position: relative;
}

.contactlist-td-school ._name {
	display: block;
	font-size: 18px;
}

.contactlist-td-school ._name span {
	margin-right: 10px;
}

.contactlist-td-school ._address {
	display: block;
	font-size: 14px;
	color: #777;
}

.contactlist-td-school ._icon {
	display: block;
	position: absolute;
	right: 15px;
	top: 0;
}

.contactlist-table thead ._th1 {
	width: 20%;
}

.contactlist-table thead ._th2 {
	width: 55%;
}

.contactlist-table thead ._th3 {
	width: 10%;
}

.contactlist-table thead ._th4 {
	width: 15%;
}

/* 開催日 */

.contactlist-td-eventdate {
}

.contactlist-td-eventdate ._date {
	margin-top: 3px;
}

.contactlist-td-eventdate ._time {
	margin-left: -2.5em;
	font-size: 12px;
	margin-bottom: 0;
}

.contactlist-td-eventdate ._time li {
}

.contactlist-prefecture-title {
	margin-bottom: 30px;
	background-color: #FEE144;
	position: relative;
	padding: 15px 0;
}

.contactlist-prefecture-title ._main {
	font-size: 30px;
	padding-left: 80px;
}

.contactlist-prefecture-title ._small {
	font-size: 20px;
	color: #333;
	padding: 30px 0;
}

.contactlist-prefecture-title ._button {
	margin-left: 20px;
}

.contactlist-prefecture-title ._button,  .contactlist-prefecture-title ._button a {
	font-size: 15px;
	color: #EF000A;
}

.contactlist-illust-2 {
	position: absolute;
	top: -25px;
	left: -10px;
	width: 100px;
}

.contactlist-illust-3 {
	width: 120px;
	position: absolute;
	top: -30px;
	right: -20px;
}



.contactlist-title {
	text-align: center;
	padding: 15px 0;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/common/contactlist-title-bg.png);
	position: relative;
	margin-bottom: 15px;
}

.contactlist-title::after {
	content: url(../images/common/contactlist-title-icon.svg);
	left: 0;
	right: 0;
	top: -90px;
	position: absolute;
}

.contactlist-text-1 {
	font-size: 16px;
	margin-bottom: 15px;
}

.contactlist-text-2 {
	font-size: 20px;
	margin-bottom: 70px;
	line-height: 2.0;
}

.contactmain-table input[type=datetime] {
	background-color: #EEE;
}

.contactmain-sptitle {
	display: none;
}

.contactlist-td-cities-sp {
	display: none;
}

.contactlist-btn {
	margin: 0 5px;
}
}
/* 0～991 */
@media (max-width: 991px) {

/* 開催日 */

.contactlist-td-eventdate {
	margin-top: 10px;
	border: 1px solid #777;
	padding: 20px 10px 5px 10px;
	margin: 20px 0 10px 0;
	font-size: 13px;
	position: relative;
}

.contactlist-td-eventdate ._date {
	display: inline-block;
}

.contactlist-td-eventdate ._time {
	display: inline-block;
	margin-bottom: 0;
}

.contactlist-td-eventdate ._time li {
	display: inline-block;
}

.contactlist-td-eventdate ._time li:not(:last-child) {
	margin-right: 5px;
}

.contactlist-td-eventdate::before {
	position: absolute;
	content: '無料体験開催日';
	top: -15px;
	left: 10px;
	z-index: 1;
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid #777;
	padding: 3px 10px;
}

.contactlist-title {
	text-align: center;
	padding: 30px 10px 25px 10px;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../images/common/contactlist-title-bg.png);
	position: relative;
	margin-bottom: 15px;
}

.contactlist-title::after {
	content: url(../images/common/contactlist-title-icon.svg);
	left: 0;
	right: 0;
	top: -90px;
	position: absolute;
}

.contactmain-table input[type=datetime] {
	background-color: #EEE;
}

.contactlist-prefecture-title {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #FEE144;
	position: relative;
	padding: 15px 0;
	padding-left: 80px;
	border-radius: 10px;
}

.contactlist-prefecture-title ._main {
	/*    border-bottom: 4px solid #EF000A;*/
	font-size: 28px;
}

.contactlist-prefecture-title ._small {
	font-size: 18px;
	color: #333;
	padding: 30px 0;
}

.contactlist-prefecture-title ._button {
	display: block;
}

.contactlist-prefecture-title ._button,  .contactlist-prefecture-title ._button a {
	font-size: 14px;
	color: #EF000A;
}

.contactlist-illust-2 {
	position: absolute;
	top: -15px;
	left: -5px;
	width: 80px;
}

.contactlist-illust-3 {
	display: none;
}

.contactlist-td-button {
	margin-bottom: 30px;
	text-align: center;
}

.contactlist-td-school ._name {
	display: block;
	font-size: 18px;
	margin-bottom: 30px;
}

.contactlist-td-school ._address {
	display: block;
	font-size: 14px;
	color: #777;
}

.contactlist-table thead {
	display: none;
}

.contactlist-table,  .contactlist-table tbody,  .contactlist-table tr,  .contactlist-table th,  .contactlist-table td {
	display: block;
	width: 100%;
}

.contactlist-table {
/*    display: none;*/
/*    margin-top: 30px;*/
}

.contactlist-table th {
}

.contactlist-table td.contactlist-td-school {
}

.contactlist-table::after {
}

.contactlist-td-cities-sp {
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	padding: 10px 0;
	color: #000;
	border-radius: 5px;
	background-color: #aacf52;
}

.contactlist-td-cities {
	display: none !important;
}

.contactlist-td-school ._name {
	display: block;
	text-align: left;
	padding: 10px 0;
	padding-bottom: 5px;
	padding-left: 70px;
	border-bottom: 1px solid #777;
	position: relative;
	margin-top: 40px;
	font-size: 24px;
}

.contactlist-td-school ._name::before {
	content: url(../images/common/contactlist-illust-4.svg);
	position: absolute;
	left: -10px;
	top: -10px;
}

.contactlist-btn {
	width: 80% !important;
	margin-top: 10px;
}

.contactmain-sptitle {
	text-align: center;
	margin: 30px 0 45px 0;
	position: relative;
	font-size: 28px;
}

.contactmain-sptitle::after {
	margin: auto;
	position: absolute;
	content: '';
	height: 3px;
	width: 30%;
	background-color: #777;
	left: 0;
	right: 0;
	bottom: -20px;
}

.contactlist-td-school ._icon img {
	width: 40px;
}

.contactlist-maintr {
	border: 1px dotted #777;
	padding: 0 20px;
	margin-bottom: 15px;
}
}
/* 0～575 */
@media (max-width: 575px) {

.contactlist-btn {
	width: 100%;
	font-size: 14px;
}

.contactlist-td-school ._name {
	margin-top: 30px;
}

.contactlist-td-school ._name span {
	margin-right: 0;
	display: block;
	font-size: 14px;
}

.contactlist-td-school ._name::before {
	top: 0;
}

.contactlist-td-school ._name {
	font-size: 20px;
}
}

/* contactmain */
/*--------------------------------------------------*/



.contactmain-input-under {
}



.contactmain-input-forminfo {
	font-size:16px;
	line-height:1.5;
	
	}





/* 992～∞（lg）*/
@media (min-width: 992px) {



.contactmain {
}

.contactmain {
}

.contactmain-school-name {
}

.contactmain-school-name label {
	width: 100%;
}

.contactmain-input-schoolname {
	width: 100%;
	padding: 20px 30px;
	font-size: 24px;
	font-weight: normal;
	border: 5px solid #CCC;
	background-color: #fffadd;
}

.contactmain-tabcontent {
	display: none;
}

#contactmain-tab-content1 {
	display: block;
}

.contactmain-tabmenu {
	display: table;
	margin-bottom: 0;
}

.contactmain-tabmenu li {
	display: table-cell;
	vertical-align: bottom;
}

.contactmain-tabmenu li:nth-of-type(1) {
	display: table-cell;
	padding: 0 5px 0 0;
}

.contactmain-tabmenu li a {
	display: block;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
	padding: 15px;
	color: #332;
	font-size: 18px;
}

.contactmain-tabmenu li a:hover,  .contactmain-tabmenu li a:link,  .contactmain-tabmenu li a:visited,  .contactmain-tabmenu li a:active,  .contactmain-tabmenu li a:focus {
	text-decoration: none !important;
}

.contactmain-tabmenu li a:hover {
	text-decoration: none;
}

.contactmain-tabcontent-wrapper {
	border-top: 3px solid #CCC;
}

.contactmain-tabmenu li._active a {
	border-left: 1px solid red;
	border-top: 1px solid red;
	border-right: 1px solid red;
	padding: 10px 30px;
	font-size: 30px;
	color: #FFF;
	background-image: url(../images/common/contactmain-tabmenu-bg.png);
}

.contactmain-table {
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #FFF;
}

.contactmain-table th,  .contactmain-table td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	vertical-align: middle !important;
	padding: 10px;
}

.contactmain-table th {
	background-color: #EFEFEF;
	padding: 10px;
	color: #000;
	width: 350px;
}

.contactmain-table td {
}

.contactmain-table input[type='text'],  .contactmain-table input[type='email'],  .contactmain-table textarea {
	width: 100%;
}

.contactmain-table input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: none;
	margin: 0;
	width: 100%;
}

.contactmain-table ._small {
	color: #777;
	font-size: 12px;
}

.contactmain-button {
	display: table;
	width: 50%;
	margin: auto;
}

.contactmain-button li {
	display: table-cell;
	width: 50%;
	padding: 5px;
}

.contactmain-button input[type=reset],  .contactmain-button input[type=submit] {
	padding: 5px 0;
	width: 100%;
	border-radius: 5px;
	border: none;
}

.contactmain-button input[type=submit] {
	background-color: #59802a;
	color: #FFF;
	font-size: 20px;
	padding: 10px 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.contactmain-button input[type=reset] {
	background-color: #EFEFEF;
	border: 1px solid #CCC;
}

.contactmain-button input[type=submit]:hover {
	background-color: #87c13f;
}

.contactmain-table th._required::after {
	content: '　※ 必須';
	color: #EF000A;
}

.contactmain-input-title ._required {
	color: #EF000A;
	font-size: 14px;
}
}
/* 0～991 */
@media (max-width: 991px) {

/*  .contactmain-tabmenu {}
  .contactmain-tabmenu li a {
    display: block;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 15px;
    font-size: 18px;
  }
  .contactmain-tabmenu li:last-child a {
    border-bottom: 1px solid #CCC;
  }
  .contactmain-tabmenu li._active a {
    color: #FFF;
    background-image: url(../images/common/contactmain-tabmenu-bg.png);
  }
  .contactmain-tabmenu li a:hover {
    text-decoration: none;
  }
  .contactmain-tabmenu li._active a::before {
    content: '\f061';
    font-family: FontAwesome;
    margin-right: 5px;
  }*/


.contactmain-tabmenu {
	display: table;
	margin-bottom: 0;
	margin-top: 20px;
}

.contactmain-tabmenu li {
	display: table-cell;
	vertical-align: bottom;
}

.contactmain-tabmenu li:nth-of-type(1) {
	display: table-cell;
	padding: 0 5px 0 0;
}

.contactmain-tabmenu li a {
	display: block;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
	padding: 15px;
	color: #332;
	font-size: 14px;
}

.contactmain-tabmenu li a:hover {
	text-decoration: none;
}

.contactmain-tabcontent-wrapper {
	border-top: 3px solid #CCC;
}

.contactmain-tabmenu li._active a {
	border-left: 1px solid red;
	border-top: 1px solid red;
	border-right: 1px solid red;
	padding: 10px;
	font-size: 18px;
	color: #FFF;
	background-image: url(../images/common/contactmain-tabmenu-bg.png);
}

.contactmain-tabmenu li a:hover,  .contactmain-tabmenu li a:link,  .contactmain-tabmenu li a:visited,  .contactmain-tabmenu li a:active,  .contactmain-tabmenu li a:focus {
	text-decoration: none !important;
}

.contactmain-input-title {
	font-size: 20px;
}

.contactmain-input-title ._required {
	color: #EF000A;
	font-size: 14px;
}

.contactmain-school-name label {
	width: 100%;
}

.contactmain-input-schoolname {
	width: 100%;
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
	border: 5px solid #CCC;
	background-color: #fffadd;
}

.contactmain-table,  .contactmain-table tbody,  .contactmain-table tr,  .contactmain-table th,  .contactmain-table td {
	display: block;
	width: 100%;
}

.contactmain-table th,  .contactmain-table td {
	padding: 5px 0;
	font-size: 16px;
}

.contactmain-tabcontent {
	display: none;
}

#contactmain-tab-content1 {
	display: block;
}

.contactmain-table input[type='text'],  .contactmain-table textarea {
	width: 100%;
}

.contactmain-button {
	display: table;
	width: 50%;
	margin: auto;
}

.contactmain-button li {
	display: table-cell;
	width: 50%;
	padding: 5px;
}

.contactmain-button input[type=reset],  .contactmain-button input[type=submit] {
	padding: 5px 0;
	width: 100%;
	border-radius: 5px;
	border: none;
}

.contactmain-button input[type=submit] {
	background-color: #59802a;
	color: #FFF;
	font-size: 20px;
	padding: 10px 0;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.contactmain-button input[type=reset] {
	background-color: #EFEFEF;
	border: 1px solid #CCC;
}

.contactmain-button input[type=submit]:hover {
	background-color: #87c13f;
}

.contactmain-table th {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
}

.contactmain-table th._required::after {
	content: '※ 必須';
	color: #EF000A;
	position: absolute;
	right: 0;
}
}
/* 0～575 */
@media (max-width: 575px) {

.contactlist-accordion {
	display: block;
	margin-top: 5px;
}
}

.contactmain-text-1 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.contactmain-text-1 a {
	display: inline-block;
	font-size: 20px;
	color: #333;
	position: relative;
}

.contactmain-text-1 a br {
	line-height: 0;
}

.contactmain-text-1 a::before {
	content: url(../images/common/contactlist-illust-5.svg);
	position: absolute;
	left: -65px;
	top: -45px;
}

.contactmain-text-1 a::after {
	content: '';
	height: 1px;
	width: 70%;
	background-color: #777;
	position: absolute;
	bottom: -10px;
	left: 15%;
}

.contactmain-text-1 a:hover {
	text-decoration: none;
}
/* 0～991 */
@media (max-width: 991px) {

.contactmain-text-1 a {
	font-size: 16px;
}

.contactmain-text-1 a::before {
	top: -35px;
}
}
/* 0～575 */
@media (max-width: 575px) {

.contactmain-text-1 {
	margin-top: 120px;
}

.contactmain-text-1 a::before {
	left: 0;
	right: 0;
	bottom: inherit;
	top: -100px;
}

.contactmain-text-1 {
	margin-bottom: 30px;
}
}

/*青砥追加分ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー----------------------*/

@media (min-width: 1200px) {


#contact-btn-1 {
	
   margin-top:-100px;
  padding-top:100px;	
	
	}
	
	
#contact-btn-2 {
	
   margin-top:-100px;
  padding-top:100px;	
	
	}	

	
#content0011 {
	
   margin-top:-100px;
  padding-top:100px;	
	
	}
	
	
	
	
	}









/*  授業時間　
------------------------------- */


.timetable-block-wrapper {
	width: 950px;
	margin: auto;
}

.table-hours {
	width: 100%;
	background-color: #FFF;
}

.table-hours tr, .table-hours th, .table-hours td {
	/*  height: 28px;*/
	border: 3px solid #AAAAAA;
	text-align: center;
	vertical-align: middle;
}

.table-hours .week th {
	background-color: #E5E5E5;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 10px;
	width: 10%;
}

.table-hours .time {
	width: 20%;
	font-size: 20px;
	font-weight: bold;
	padding: 3px 0 3px;
	background-color: #FFEB7F;
}

.table-hours th.time-title {
	background-color: #FFEB7F;
}

.table-hours td span {
	font-size: 50px;
	color: #ef000a;
	line-height: 1.0;
}




/*.table-hours small {
  font-size: 9px;
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: 0 0;
}



*/
/* 0～991 */
@media (max-width: 991px) {

.timetable-block-wrapper {
	width: 100%;
}

.table-hours td span {
	font-size: 40px;
}
}
	
	
/* 0～575 */
@media (max-width: 575px) {

.table-hours .week th {
	font-size: 18px;
	padding: 8px 0 8px;
}

.table-hours .week th {
	font-size: 18px;
	padding: 5px 0 5px;
}

.table-hours .time {
	width: 20%;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0 0px;
}

.table-hours td span {
	line-height: 1.0;
}
}
 @media (max-width: 400px) {

.table-hours tr, .table-hours th, .table-hours td {
	/* height: 28px; */
	border: 2px solid #AAAAAA;
}
}


/*  access　
------------------------------- */
.contact-maintitle {
	background-image: url(../images/common/contactlist-title-bg.png);
	 font-size: 32px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    margin-top: 0;

}

.content0011-data h3 {
	font-size:26px;
}
.content0011-data img {
	height:40px;
	width:auto;
}


.content0011-data address , .content0011-list-text {
	font-size:18px;
	
	
	
	}

.content0011-list-title {
	font-size:20px;
/*	font-weight:bold;*/
    color: #878787;
	border-bottom:1px dashed #aaaaaa;
	
	
	}












/* 1200～∞（xl）*/
@media (min-width: 1200px) {
}
/* 0～1199 */
@media (max-width: 1199px) {
}
/* 0～991 */
@media (max-width: 991px) {
}
/* 0～767 */
@media (max-width: 767px) {
	
	
	
.contact-maintitle {
    font-size: 24px;

}	
	
.contactlist-title {
   font-size: 22px;
}
	
	
	
}
/* 0～575 */
@media (max-width: 575px) {
}
