@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
body {
    color: #333333;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 17px!important;
    line-height: 1.5;
}


/* headline */
.pagetitle h1 {
	border-top: 3px solid #3DBC6D;
	border-bottom: 3px solid #3DBC6D;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
}
.ttl1 {
	font-size: 20px;
	font-weight: bold;
}
.ttl1:before,
.ttl4:before{
	content: "■ ";
	color: #3DBC6D;
}
.ttl2 {
	border-bottom: 2px solid #51C37C;
	padding-bottom: 5px;
}
.ttl3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
.ttl4 {
	font-size: 25px;
	font-weight: bold;
}

/* contact banner */
.conbnr {
	border: 3px solid #CCCCCC;
	padding: 0 0 20px;
	position: relative;
}
.conbnr:before {
	background: url(../images/common/onesan.png) no-repeat left top;
	content: "";
	display: block;
	height: 250px;
	width: 209px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.conbnr dt {
	background: #3DBC6D;
	margin-bottom: 20px;
	padding: 12px;
	text-align: center;
}
.conbnr dd {
	float: left;
}
.conbnr dd.tel {
	margin-left: 20px;
	width: 370px;
}
.conbnr dd.btn {
	margin-left: 40px;
	width: 290px;
}

/* index.html */

.cont_link {
	justify-content: space-between;
}

.cont_link .box {
	position: relative;
    width: calc(33% - 10px);
}

.btn .box {
	background: #eee;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    font-size: 1.4em;
    display: inline-block;
    vertical-align: middle;
}

.cont_link .box:nth-child(2) {
	margin-left: 10px;
}

.cont_link .box:nth-child(3) {
	margin-left: 10px;
}

.cont_link .box:nth-child(5) {
	margin-left: 10px;
}

.cont_link .box:nth-child(6) {
	margin-left: 10px;
}

.btn .box a {
	color: #000;
	text-decoration-line: none;
	font-weight: bold;
}

.btn01 {
	text-decoration-line: none;
}


.cnt_contact{
	border: 2px solid #ccc;
}
.cnt_contact article{
	border: 5px #fff solid;
	padding:20px 10px;
	background: #eee;
}
.cnt_contact td{
padding: 10px!important;
border: 0!important;
}
.cnt_title {
text-align: center;
}
.cnt_title h2{
text-align: center;
padding: 10px;
background: #3DBC6D;
color: #fff;
font-size: 28px;
font-weight: bold;
}
.tel_text_name{
font-size: 20px;
font-weight: bold;
}
.cnt_tel,.cnt_mail{
	text-align: center!important;
}
.cnt_tel a{
font-size: 42px;
font-weight: bold;
text-decoration: none;
color: #3DBC6D;
line-height: 1.2;
position: relative;
padding-left: 50px;
display: inline-block;
}
.cnt_tel a:after{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
content: "";
width: 40px;
height: 34px;
    background: url(../images/contents/tel_icon02.png);
background-size: 100%;
background-repeat: no-repeat;

}
.cnt_mail div{
font-weight: bold;
color: #3DBC6D;
}
.cnt_mail a{
	display: inline-block;
	padding: 20px;
	font-size: 24px;
		padding: 10px 30px;
	padding-left:70px;
	text-decoration: none;
	background:#3DBC6D;
	color: #fff!important;
	position: relative;
	font-weight: bold;
	margin-top:5px;
	      transition : all 0.5s;
}
.cnt_mail a:hover{
	opacity: 0.6;
	      transition : all 0.5s;
}
.cnt_mail a:after{
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 30px;
	height: 22px;
    background: url(../images/contents/mail_icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
}



@media screen and (max-width: 1000px){
	.conbnr dd {
		float: none;
	}
	.conbnr dd.tel {
		margin: 0 20px;
	}
	.conbnr dd.btn {
		margin: 20px 20px 0;
	}
	.cnt_contact td{
		display: block!important;
		width: 100%!important;
}
}

@media screen and (max-width: 640px) {
	.cont_link .box {
    width: 100%;
}

.cont_link .box:nth-child(2) {
	margin-left: 0px;
}

.cont_link .box:nth-child(3) {
	margin-left: 0px;
}

.cont_link .box:nth-child(5) {
	margin-left: 0px;
}

.cont_link .box:nth-child(6) {
	margin-left: 0px;
}


}


@media screen and (max-width: 615px){
	.conbnr:before {
		display: none;
	}
	.conbnr dd {
		text-align: center;
	}
	.conbnr dd.tel {
		margin: 0;
		padding: 0 20px;
		width: 100%;
	}
	.conbnr dd.btn {
		margin: 20px 0 0;
		padding: 0 20px;
		width: 100%;
	}
	.cnt_tel a{
		line-height: 1.5;
		font-size: 28px;
	}
.cnt_mail a:after{
	width: 20px;
}
.sp_block{
	display: block;
}
}

/* home */
.home1 {
	background: url(../images/common/border.gif) repeat-y center top;
}
.home1 .fltset {
	padding: 0 0 7.29% !important;
	position: relative;
}
.home1 .btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.seminarinfo {
	border: 3px solid #3DBC6D;
	border-top: none;
}
.seminarinfo .scroll {
	overflow: auto;
	height: 120px;
}
.seminarinfo .news {
	border-bottom: 1px dotted #7E7E7E;
	font-size: 13px;
}
.tree_bg {
	background: url(../images/common/bg_tree.jpg) no-repeat center center;
	background-size: cover;
}
.tree_bg .inner {
	background: rgba(255,255,255,0.70);
	padding: 20px;
}
.tree_bg .scroll {
	overflow: auto;
	height: 240px;
}
.tree_bg .news {
	border-bottom: 2px dotted #333333;
}
@media screen and (max-width: 568px){
	.home1 {
		background: none;
	}
	.home1 .fltset {
		padding: 0 !important;
		position: inherit;
	}
	.home1 .btn {
		position: inherit;
		left: inherit;
		bottom: inherit;
	}
}

.w30 {
	width: 30px !important;
}