@charset "UTF-8";
/* CSS Document */

a img:hover, a:hover  {
	opacity: 0.7;
	 filter: alpha(opacity=70);
	 -moz-opacity: 0.7;
	 -webkit-transition: 0.7s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
	
p {
	max-height: 100%;/*for android*/
	}
	
h1,
h2,
h3,
h4,
h5,
p,
dt,
dd {
	line-height:1.5;
	}		
		
.txt,
.txt p {
	line-height:1.7;
	line-break: strict;
	max-height: 100%;/*for android*/
	text-align:justify;
	}
	
.txt2,
.txt2 p {
	line-height:2.4;
	line-break: strict;
	max-height: 100%;/*for android*/
	}	
	
.txt p + p {
	margin-top:1.3em;
	}
	
.txt2 p + p {
	margin-top:2.2em;
	}
	
/*-----------------------*/	
		
	
.t9 {
	font-size:0.9rem !important;
	}
		
.t11 {
	font-size:1.1rem !important;
	}
	
.t12 {
	font-size:1.2rem !important;
	}
	
.t13 {
	font-size:1.3rem !important;
	}
	
.t14 {
	font-size:1.4rem !important;
	}
	
.t15 {
	font-size:1.5rem !important;
	}
	
.t16 {
	font-size:1.6rem !important;
	}
.t17 {
	font-size:1.7rem !important;
	}
.t18 {
	font-size:1.8rem !important;
	}

.t20 {
	font-size:2rem !important;
	}	

.t21 {
	font-size:2.1rem !important;
	}
	
.t22 {
	font-size:2.2rem !important;
	}	
	
.t23 {
	font-size:2.3rem !important;
	}

.t24 {
	font-size:2.4rem !important;
	}

.t25 {
	font-size:2.5rem !important;
	}

.t26 {
	font-size:2.6rem !important;
	}

.t27 {
	font-size:2.7rem !important;
	}

.t28 {
	font-size:2.8rem !important;
	}


/*-----------------------*/	
			
	
.bold {
	font-weight:bold !important;
	}
	
.bold2 {
	font-weight: 700;
	}	
		
.ls0 {
	letter-spacing:0 !important;
	}			
	
.right {
	text-align:right;
	}
	
.center {
	text-align:center;
	}
	
.left {
	text-align:left;
	}
	
.red {
	color:#F00;
	}		
	
.blue {
	color:#3f9be7;
	}
	
.green {
	color:#39a34a;
	}		
	
/*-----------------------*/		
	
		
.photoR {
	float: right;
 	margin:20px 0 20px 4em;
	}
	
.photoL {
	float: left;
	margin:20px 4em 20px 0;
	}
	
	
/*-----------------------*/		
		
	
.link:after {
	content: "\f105";
    font-family: FontAwesome;
	font-size: 1.5rem;
	vertical-align:central;
	margin-left:0.5em;
	}
	
.link2:before {
	content: "\f054";
    font-family: FontAwesome;
	vertical-align:baseline;
	margin-right:0.5em;
	}
	
.link3:before {
	content: "\f105";
	font-size: 1.5rem;
    font-family: FontAwesome;
	vertical-align:central;
	margin-right:0.3em;
	}
	
	
/*-----------------------*/				

	
.button a {
	display:block;
	padding:15px 0;
	text-align:center;
	margin:auto;
	color:#FFF;
	border:1px solid #FFF;
	width:220px;
	font-size:1.3rem;
	}	
	
.button a:after {
	content: "\f105";
    font-family: FontAwesome;
	font-size: 1.5rem;
	vertical-align:central;
	margin-left:0.5em;
	}
	
	
/*-----------------------*/		
	
	
.mt5 {
	margin-top:5px !important;
	}

.mt10 {
	margin-top:10px !important;
	}
.mt15 {
	margin-top:15px !important;
	}
	
.mt20 {
	margin-top:20px !important;
	}
	
.mt30 {
	margin-top:30px !important;
	}
	
.mt40 {
	margin-top:40px !important;
	}
	
.mt50 {
	margin-top:50px !important;
	}			
	
.mt100 {
	margin-top:100px !important;
	}
	
.mb5 {
	margin-bottom:5px !important;
	}
			
.mb10 {
	margin-bottom:10px !important;
	}
	
.mb15 {
	margin-bottom:15px !important;
	}
	
.mb20 {
	margin-bottom:20px !important;
	}
	
.mb30 {
	margin-bottom:30px !important;
	}						
	
.mb40 {
	margin-bottom:40px !important;
	}
	
/*-----------------------*/	


.cf:before,
.cf:after {
	content:"";display:table;
	}
	
.cf:after {
	clear:both;
	}
	
.cf {
	*zoom:1;
	}


/*form--------------------------*/
	
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
textarea,
select {
    background-color: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
	font-size:16px;
    margin: 0;
    outline: 0;
    padding:10px;
    width: 100% !important;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	line-height:1; 
	}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus{
    background: #d2d9dd;
	}
	
select{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:#e8eeef url(../../common/img/arrow.svg) 92% 50% no-repeat !important;
	background-size:10%;
    height: 35px;
    width: 60% !important;
	padding: 0 10px;	
	}
	
input[type="submit"] {
	border:none;
	}	


/*objectfit--------------------------*/

.object-fit-img {
	object-fit: cover;
	font-family: 'object-fit: cover;'
	}	
	

/*---------------------------------
	UTILITY
-----------------------------------*/

.clear {
	clear:both;
}

/*---------------------------------
	テーブル
-----------------------------------*/
.nowrap {
	white-space: nowrap;
	}
	
table {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin: 0px 0px 0px 1px;
	}

table > tbody > tr > th {
	line-height: 160%;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:20px 10px;
	}

table > tbody > tr > td {
	line-height: 160%;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:20px 10px;
	}



/*---------------------------------
	子要素の高さを合わせる
-----------------------------------*/
.flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}


/*spMenu--------------------------*/


/*---------------------------------
	全画面グレー
-----------------------------------*/
div#glayLayer {
	position:fixed;
	left:0;
	top:0;
	z-index: 91;
	height:100%;
	width:100%;
	background:black;
	filter:alpha(opacity=60);
	opacity: 0.60;
}
* html div#glayLayer {
	position:absolute;
}


/*フォーカスの線を消す--------------------------*/
*:focus {
  outline: none;
}		


/*フォーム--------------------------*/
.form {
}

.form dl {
text-align:left;
margin-top:20px;
}			

.form dt {
background:#3f9be7;
color:#fff;
padding:8px 15px;
}

.form dt span {
margin-left:10px;
background:#fff142;
padding:2px 5px;
color:#3f9be7;
font-size:1.1rem;
 border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
} 	

.form dd {
margin:8px 0 20px;
}
.form dd select {
    width: 100% !important;
    padding: 10px !important;
    height: 42px;
    background-position: 96% 50% !important;
}
.form dd div + div {
margin-top:10px;
}	

.form dd.eiryoku p {
color:#3f9be7;
font-size:1.6rem;
font-weight:bold;
}

.form dd.eiryoku div {
border-bottom:1px solid #e4e4e4;
padding-bottom:10px;
margin-bottom:10px;
}	

.form .agree {
margin:20px 0;
text-align:center;
}	

.form .submit {
background:#ff7b9e !important;
display: block;
margin: auto;
color:#fff !important;
padding:20px 60px;
border-radius: 5px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
}

.form .reset {
background:#999 !important;
display: block;
margin: auto;
color:#fff !important;
padding:20px 60px;
border-radius: 5px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
margin-bottom:40px;
border: none !important;
}		

.form .submitbutton {
display: -webkit-flex;
display: flex;
justify-content: center;
margin-top:30px;
}

.form .submitbutton li {
margin:0 5px;
}	

.form .button a {
background:#000;
color:#FFF;
width:250px;
margin-top:30px;
padding:25px 0;
border-radius: 5px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
}

.form .preview dd {
min-height:1.5em;
}

.form .ERR {
color:#F00;
}

.calendar_courseli li {
	padding: 10px 0;
}

.calendar_courseli li + li {
	 border-top: 1px solid #4D4D4D;
}

.calendar_courseli li p {
	margin-left: 20px;
	font-size: 1.2rem;
}
.calendar_courseli li .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.calendar_courseli li:nth-of-type(1) .ttl {
	color: #9e71b4;
}
.calendar_courseli li:nth-of-type(2) .ttl {
	color: #ff7bac;
}
.calendar_courseli li:nth-of-type(3) .ttl {
	color: #007aba;
}
.calendar_courseli li:nth-of-type(4) .ttl {
	color: #008c43;
}
.calendar_courseli li:nth-of-type(5) .ttl {
	color: #ff851e;
}

/*layout--------------------------*/

a { text-decoration:none;
	color:#4d4d4d;
	}

html {
	font-size:62.5%;
	font-family:'YakuHanJP','Noto Sans Japanese', sans-serif;
	color:#666666;
	letter-spacing:0.5px;
	overflow-x: hidden;
	}
	
html* {
	line-height:100%;
	}	

body {
	-webkit-print-color-adjust: exact;
	font-size:1.4rem;
	}
	

.inner {
	margin:auto;
	width:92%;
	max-width:750px;
	}

img {
	max-width:100%;
	height:auto;
	}	
	