@charset "utf-8";
/*mainview_info*/
.mainview_info{
    background-color: #eeeeee;
    text-align: center;
    padding: 40px 0;
    border-bottom: solid 5px #0aa29f;
}
.mainview_info .txt{
    font-size: 1.5em;
    font-family: source-han-serif-japanese, serif;
    font-weight: 300;
}
.mainview_info h1{
    font-size: 3.78em;
    font-family: source-han-serif-japanese, serif;
    font-weight: 600;
    margin: 15px 0 0;
}

/*info_btn*/
.info_btn{
    background-color: #fff;
    text-align: center;
    padding: 40px 0;
    margin: 0 auto;
}
.info_btn h2{
    font-size: 2.57em;
    font-family: source-han-serif-japanese, serif;
}
.info_btn h3{
    font-size: 1.8em;
    font-family: source-han-serif-japanese, serif;
}
.info_btn .btn06:nth-of-type(2n+1) a{
    display: block;
/*
    background-image: -webkit-linear-gradient(270deg,rgba(241,195,33,1.00) 0%,rgba(225,111,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(241,195,33,1.00) 0%,rgba(225,111,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(241,195,33,1.00) 0%,rgba(225,111,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(241,195,33,1.00) 0%,rgba(225,111,0,1.00) 100%);
*/
    background-color: #67A29F;
    background-repeat: no-repeat;
    background-position: center;
    width:412px;
    height: 134px;
    padding: 45px 0 0;
    letter-spacing: 1px;
    -webkit-box-shadow: 2px 1px 12px 1px hsla(0,0%,0%,0.21);
    box-shadow: 2px 1px 12px 1px hsla(0,0%,0%,0.21);
    font-family: source-han-serif-japanese, serif;
    font-size: 28px;
    color: #fff;
    border:solid 3px #fff;
    border-radius: 10px;
}

.info_btn .btn06:nth-of-type(2n) a{
    display: block;
/*
    background-image: -webkit-linear-gradient(270deg,rgba(48,151,254,1.00) 0%,rgba(25,71,224,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(48,151,254,1.00) 0%,rgba(25,71,224,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(48,151,254,1.00) 0%,rgba(25,71,224,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(48,151,254,1.00) 0%,rgba(25,71,224,1.00) 100%);
*/
    background-color: #67A29F;
    background-repeat: no-repeat;
    background-position: center;
    width: 412px;
    height: 134px;
    padding: 45px 0 0;
    letter-spacing: 1px;
    -webkit-box-shadow: 2px 1px 12px 1px hsla(0,0%,0%,0.21);
    box-shadow: 2px 1px 12px 1px hsla(0,0%,0%,0.21);
    font-family: source-han-serif-japanese, serif;
    font-size: 28px;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 10px;
}

.info_btn .txt{
	text-align: center;
	margin: 60px;
	width: auto;
	font-size: 1.4em;
	color: #727272;
	line-height:1.6;
	letter-spacing:2px;
}

/*info_txt*/
.info_txt{
    background-color: #fff;
    text-align: center;
    padding: 40px 0;
    margin: 0 auto;
}
.info_txt:nth-of-type(n+2){
    border-top: dotted 1px #c9c9c9;
}
.info_txt h2{
    font-size: 2.57em;
    font-family: source-han-serif-japanese, serif;
}
.info_txt dl{
    margin: 25px auto;
    background-color: hsla(179,88%,34%,0.10);
}
.info_txt dt{
    padding: 20px 0;
    font-size: 1.15em;
    line-height: 1.6;
}
.info_txt dd{
    font-size: 1.15em;
    line-height: 1.6;
    letter-spacing: 1px;
    background-color: #fff;
}
.info_txt .red{
    color: #f32a2a;
}
.info_txt .red a{
    color: #f32a2a;
    font-weight: 600;
}
.info_txt p{
    margin: 25px auto;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 2px;
}
.info_txt .tel_big{
    font-size: 1.85em;
    margin: 10px 0 0;
}

.info_txt .btn04 a{
    margin: 40px auto 0;
}

/*募集要項一覧の見学・お問合せ方法*/
#entry article h3{
    border-bottom: dotted 3px #c9c9c9;
}
#entry article dd address{
    font-weight: 500;
    font-size: 1.8em;    
}
#entry article dd address a{
    font-weight: 600;
    font-size: 1.25em;
}
#entry article dd span{
    color: #0aa29f;
}

@media (min-width:641px){
    
    /*info_btn*/
    .info_btn{
        width: 1100px;
    }
    .info_btn .btn06:nth-of-type(2n+1) a{
        float: left;
        margin: 40px 75px 0;
    }
    .info_btn .btn06:nth-of-type(2n) a{
        float: left;
        margin: 40px 55px 0;
    }
    
    /*info_txt*/
    .info_txt{
        width: 1100px;
    }
    .info_txt dl{
        width: 1100px;
        border-bottom: solid 1px #c9c9c9;
    }
    .info_txt dt{
        width: 300px;
        float: left;
        clear: both;
        border-top: solid 1px #c9c9c9;
    }
    .info_txt dd{
        border-top: solid 1px #c9c9c9;
        text-align: left;
        float: left;
        width: 800px;
        padding: 20px 0 20px 40px;
    }
    
    /*募集要項一覧の見学・お問合せ方法*/
    #entry article dl{
        float: left;
        width: 50%;
        padding: 25px 20px 20px;
    }
    #entry article dl:first-of-type{
        border-right: dotted 3px #c9c9c9;
    }
}
@media (max-width:640px){
    /*info_btn*/
    .info_btn .btn06:nth-of-type(2n+1) a{
        margin: 40px auto 0;
    }
    .info_btn .btn06:nth-of-type(2n) a{
        margin: 40px auto 0;
    }
    .info_btn h2 {
        text-align: justify;
    }
	.info_btn .txt{
		text-align: justify;
	}
    
    /*info_txt*/
    .info_txt dd{
        padding: 20px 10px;
        text-align: left;
    }
    
    /*募集要項一覧の見学・お問合せ方法*/
    #entry article dt {
        font-size: 1.8em;
    }
    #entry article dl:first-of-type{
        border-bottom: dotted 3px #c9c9c9;
    }
}