@charset "utf-8";

p.centering{
text-align:center;
}

br.clear{
  clear: both;
  line-height: 0;
}

/*--------------------------------------------------
	CONTENT
--------------------------------------------------*/
/*---- message ---*/

div#message{width: 100%;margin: 0 auto 80px;padding-top: 120px;}
div#message .title_center{text-align:center}
div#message h1{border-left:5px #9b2a2a solid;padding-left: 5px;text-align:center;font-size:3rem;display:inline-block;margin-bottom:20px;}


div#message h2{
text-align:center;
font-size:150%;
margin-bottom:20px;
}

div#message h3{text-align:center;font-size: 2rem;font-weight: 500;margin-top:10px;}

div#message div.block{
margin-bottom:20px;
}
@media screen and (max-width: 592px){
    div#message div.block{
    margin-bottom:60px;
    }
}

p.circle img{
  width: 180px;
  height: 180px;
  margin-left: 54px;
  -moz-border-radius: 50%;/*for Firefox*/
  -webkit-border-radius: 50%;/*for Safari and chrome*/
  border-radius: 50%;
}

/*--------------------------------------------------
	layout
--------------------------------------------------*/
.layout-quad {
    width: 1504px;
    margin: 0 auto;
}
div.layout-triple div.block{
float:left;
width: 337px;
height: 206px;
margin-left: 2px;
padding: 0 30px;
}
.block p{
  margin: 20px 0 0 0;
  text-align: left;
}
div.layout-quad div.block{
float:left;
width:288px;
margin-left:16px;
height: 500px;
}
@media screen and (max-width: 592px){
    div.layout-quad div.block{
    height: auto;
    }
}
div.layout-quad div.block2{
float:left;
width:300px;
height: 250px;
margin-left:0px;
}

div.layout-quad div.block:nth-child(5n+1){
margin-left:0px;
}
@media screen and (max-width: 1504px){
	.layout-quad {width: 1200px;}
	div.layout-quad div.block:nth-child(5n+1){margin-left: 16px;}
	div.layout-quad div.block:nth-child(4n+1){margin-left:0px;}
}

@media screen and (max-width: 1200px){
	.layout-quad {width: 896px;}
	div.layout-quad div.block:nth-child(4n+1){margin-left: 16px;}
	div.layout-quad div.block:nth-child(3n+1){margin-left:0px;}
}
@media screen and (max-width: 896px){
	.layout-quad {width: 592px;}
	div.layout-quad div.block:nth-child(3n+1){margin-left: 16px;}
	div.layout-quad div.block:nth-child(2n+1){margin-left:0px;}
}
@media screen and (max-width: 592px){
	div#message{padding-top: 105px;}
	div#message h1{font-size:2.5rem;}
	.layout-quad {width: 288px;}
	div.pagenavi{width:320px;margin:0 auto;}
	div.pagenavi > div > a.last{float:right;margin: 13px 24px 0 0;}
}

/*--------------------------------------------------
	page
--------------------------------------------------*/

div.main{width: 90%!important;max-width: 800px;margin:auto;border-bottom:1px solid #CCC;padding:100px 0;overflow-x:  hidden;}
@media screen and (max-width: 768px){div.main{padding: 90px 0;}}
@media screen and (max-width: 516px){div.main{padding: 80px 0;}}
div.main h1:first-child{
	font-size:35px;
}
div.main h1{
	padding-left:15px;
	border-left:5px #9b2a2a solid;
	font-weight:bold !important;
	font-size: 25px;
	color: #555;
	margin-bottom:40px;
}
div.main h2{
	padding-left:18px;
	border-left:2px #9b2a2a solid;
	font-weight:bold !important;
	font-size:20px;
	color: #555;
	margin-bottom:40px;
}

div.main p{line-height: 2em;}

div.main a{
	color:#9b2a2a;
	/* font-weight: bold; */
	text-decoration:underline;
}

div.main a:hover{
	font-weight: 500;
    text-decoration:none;
}
div.main div.clearfix > p > img{margin: 0 100% 0 0;}
/***** FAQ page *****/
#faq-block > div > div h1{border-left: 3px solid #2fac2c;}

/***** Google form *****/
.iframe_wrap iframe {
  width: 100%;
}

/***** Image size *****/
.main img.alignnone.size-full {
    width: 100%;
    height: auto;
}

/***** MOvie size *****/
.youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/***** Gallary *****/
@media screen and (max-width: 480px){dl.gallery-item {width: 33%!important;}dl.gallery-item > dt > a > img{width: 100%;height: auto;}}

/***** Responsive *****/
@media screen and (max-width: 1200px){
	div.main{min-width: 300px;}
	body > div.main > div.clearfix > p img,
	body > div.main > div.clearfix > div.trial_centering > p > img{
	width:100%!important;height:auto!important;}}
@media screen and (max-width: 768px){
	div.main h1:first-child{font-size:25px;}
	div.main h1{font-size: 20px;margin-bottom: 8px;}
	/***** a on to content's bottom line *****/
	.a_newline{display:inline-block;width: 100%;text-align:  right;}
}
@media screen and (max-width: 516px){
	div.main h1:first-child{font-size:20px;}
	div.main h1{font-size: 18px;margin-bottom: 5px;}
}
/*
/*--------------------------------------------------
	contact7_apply
--------------------------------------------------*/
/* Input field */
.login-form{margin:30px 0;}
.login-form .input {
	padding: 15px 25px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	width: 100%;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background: #f0f0f0;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}

.login-form  .input:hover {
	background: #dfe9ec;
	color: #414848;
}

.login-form  .input:focus {
	background: #dfe9ec;
	color: #414848;

	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}

.login-form  h3{
	font-size:1.7rem;
	font-weight: bold;
	color:#666;
}

.login-form  h4{font-size:1.4rem;}

.login-form .register {
	padding: 11px 25px;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	background: #56c2e1;
	border: 1px solid #46b3d3;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}

.login-form  .register:hover {
	background: #3f9db8;
	border: 1px solid rgba(256,256,256,0.75);

	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form  .register:focus {
	position: relative;
	bottom: -1px;

	background: #56c2e1;

	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

.input, .user-icon, .pass-icon, .button, .register {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.login-form label{padding-right:60px;}
.login-form .box_large{text-align:left;padding-top: 25px;}
.login-form input[type="checkbox"] {
    transform: scale(1.8);
    margin: 0 0 6px 6px;
}
/*---------申込みページ---------*/
#formWrapper h2.title {
    text-align: center;
    padding: 10px 0;
    border: none;
    color: #fff;
    background-color: #9c2b29;
}
#formWrapper p.btm0 {
    margin: 0;
    font-size: 18px;
}
#formWrapper p {margin-bottom: 10px;}
#formWrapper img {width: 100%;height: auto;}
#thxMessage.box_large {text-align: center;}
#formWrapper table {display: inline-block;}
#formWrapper .box_large hr{margin:20px auto;}
#formWrapper .box_large h2 {
    border-left: none;
    margin-bottom: 10px;
    padding-left: 0;
    color: #555;
}
#formWrapper .main span.box_small {
    color: #fff;
    background-color: #9c2b29;
    padding: 5px 10px;
    display: inline-block;
    border: none;
}
#formWrapper .main .box_large table {
    display: inline-block;
    margin-bottom: 0;
}
#formWrapper .check_form {
    text-align:  left;
}
section#course_fee {
    text-align: center;
}

section#course_fee h2,section#course_fee h3,section#course_fee h4 {
    border: none;
}

section#course_fee h2 {
    font-size: 25px;
    margin-bottom: 0;
}

section#course_fee .monthly h2 {
    font-size: 70px;
}

section#course_fee table {
    margin-bottom: 0;
}
/*-------CDA-Pamphlet_Discount(paymentページ兼用)--------*/
.only_ds{display: none;}
#ds .regular{display: none;}
#ds .only_ds{display: inline;}
#ds span.discount strong {
    text-decoration: line-through double #9c2b29;
}
#formWrapper #ds .box_small span.only_ds {
    text-align: right;
    display: block;
    font-weight: bold;
    color: #9c2b29;
    font-size: 115%;
}
#ds h2 span.only_ds {color: #9c2b29; width: 100%; display: block;}
/*---------フォーム入力後---------*/
#thxMessage a {
    font-size: 25px;
    background-color: #f6f6bb;
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 5px 0;
    font-weight: bold;
    text-decoration: none;
}
#thxMessage a:hover{background-color:#b3fff4}
#thxMessage{display: block;position: fixed;top: 22%;left: 12.5%;width: 75%;padding:40px;color: #555;font-size: 20px;}
@media screen and (max-width: 768px){
	#thxMessage{top:12%;left: 5%;width: 90%;}
}
#thxMessage > span{font-size:26px;font-weight:bold;line-height:1;text-align:left;}
@media screen and (max-width: 516px){
	#thxMessage > span{font-size:20px;}
}
#contact span.wpcf7-list-item{width:100%;margin-top:11px;font-size:2rem;font-weight:normal;color:#555;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    text-align:  center;
    vertical-align:  middle;
    font-size: 2rem;
    font-weight:600;
    padding:50px 0;
    color:#fff;
    background-color:#00ada2
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok span{display:inline-block}
/*--------------------------------------------------
	side
--------------------------------------------------*/

.category-news div.main{
border-bottom:none !important;
}

div.post{
border-bottom:1px solid #ccc;
padding-bottom:20px;
margin-bottom:20px;
}

p.read{
float:right;
margin-bottom:0px;
}

p.exc{
float:left;
margin-bottom:0px;
}

div.post h2{
color:#888888;
font-weight: bold !important;
border:none;
padding-left:0px !important;
margin-bottom:10px !important;
}

div.post h2 a{
color:#888888;
text-decoration:none;
}
/*--------------------------------------------------
	sns
--------------------------------------------------*/
.wsbl_twitter{width: auto!important;}
.snsshare2 {
width: 100%;
height: 135px;
margin-bottom: 10px;
}
.snsshare2 a {
width: 50%;
margin-bottom: 10px;
padding: 14px 0;
float: left;
font-size: 18px;
font-weight: bold;
color: #ffffff !important;
text-align: center;
letter-spacing: 0.1em;
display: inline-block;
text-decoration: none!important;
}
.snsshare2 a:hover{font-weight: bold!important;}
.snsshare2 a:hover {
color: #ffffff;
text-decoration: underline!important;
}
.snsshare2 a#share_fb {
background-color: #3B5998;
border-bottom: 1px solid #3C5A98;
}
.snsshare2 a#share_tw {
background-color: #00ACEE;
border-bottom: 1px solid #0193CB;
}
.snsshare2 a#share_hatena {
background-color: #008FDE;
border-bottom: 1px solid #007BBF;
}
.snsshare2 a#share_feedly {
background-color: #70CA3B;
border-bottom: 1px solid #69A205;
}
.snsshare2 a#share_poket {
background-color: #9b2a2a;
border-bottom: 1px solid #8D2D1D;
}
.snsshare2 a#share_line {
background-color: #00C300;
border-bottom: 1px solid #21AA10;
}
@media screen and (max-width: 480px){
	.snsshare2 a{font-size:1.3rem;}
}
/*--------------------------------------------------
	404
--------------------------------------------------*/
#non_page {
  width:100vw;
   position: relative;
}
#non_page img {
  width:100%;
}
#non_page .wrap{
    color: #fff;
    width: 100%;
    position: absolute;
    top: 45%;
    text-align: center;
}
#non_page h1 {
    font-size: 5rem;
}
#non_page a {
  font-size:3rem;
  color: #fff;
}
/*--------------------------------------------------
	Payment Page
--------------------------------------------------*/
#payment .payment_wrap{
    width: 95%;
    max-width: 1200px;
    margin: 79px auto 0;
    padding: 2% 0 10%;
}
@media screen and (max-width: 768px){#payment .payment_wrap{margin-top: 69px;}}
@media screen and (max-width: 516px){#payment .payment_wrap{margin-top: 59px;}}
#payment h2 {
    margin: 5% auto 2%;
    font-weight: bold;
}
#payment p{
    margin-bottom:0;
}
#payment p.note{
    max-width:665px;
}
#payment p.left{
    display:inline-block;
}
#payment form {
    margin: 10px auto;
}
#payment hr {
    margin: 20px auto;
}
#payment img.exppayment {
    width: 300px;
}
#payment p.exppayment {
    background-color: #ebeb74;
}
/*--------------------------------------------------
	Thankyou Page
--------------------------------------------------*/
#thankyou .thankyou_wrap{
    width: 95%;
    max-width: 1200px;
    margin: 79px auto 0;
    padding: 2% 0 10%;
}
@media screen and (max-width: 768px){#thankyou .thankyou_wrap{margin-top: 69px;}}
@media screen and (max-width: 516px){#thankyou .thankyou_wrap{margin-top: 59px;}}
#thankyou .snsshare2{display:none;}
#thankyou i{margin-right:10px;}
#thankyou .welcom h2 {
    margin: 50px 0 10px;
}
#thankyou h2{font-weight: bolder;}
#thankyou .welcom h2:nth-child(3) {
    margin: 15px 0 10px;
}
#thankyou strong {
    background-color: #fdfd88;
    padding: 0 5px;
}
#thankyou form {
    background-color: #f3dfdf;
    padding: 10px 0 4px;
}
#thankyou a.box_large.fntbolder.fnt30 {
    text-decoration: none;
}
#thankyou a {
    text-decoration: none;
}
#thankyou form {
    background-color: #f3dfdf;
    padding: 10px 0 4px;
}
#thankyou img.paypal {
    padding: 30px 0 0;
    margin: 22px 0 0;
    border-top: 1px solid #555;
    width: 90%;
}

#thankyou .center p {
    text-align: left;
}
/*--------------------------------------------------
	Page Nation
--------------------------------------------------*/
.next {
    text-align: center;
    margin-bottom: 8px;
}
.next a:last-child{
    font-size: 28px;
    text-decoration: none!important;
    display: block;
    border: 1px solid #9b2a2a;
    width: 100%;
}
.next a:hover{background-color:#9c2b29;color:#fff;}

.page-links {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
}

.page-links span {
    font-size: 25px;
    font-weight:bolder;
    margin: 0;
    border: 1px solid #555;
    color: #555;
    padding: 0px 25px;
}

.page-links a{display:inline-block;text-decoration: none!important;}

.page-links a span {
    background-color: #9c2b29;
    color:#fff;
    font-weight: normal;
    text-decoration: none!important;
    border: none;
    padding: 0px 15px;
}
.page-links a span:hover{background-color:#9c2b2954}
/*--------------------------------------------------
	Gallery
--------------------------------------------------*/
.picture_list img {
    height: auto;
    margin: 0 auto 15px;
}