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

/*	Common
=======================================*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color:#333;
    padding: 0;
}

h1,h2.h3{
	margin:0;
	padding:0;
}


li {
	list-style-type:none;
}
img {
	vertical-align:bottom;
}

a{
    cursor: pointer;
}
p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1.0px;
    color: #555;
}


/*	header
=======================================*/

.header {
    width: 1030px;
    margin: 30px auto 10px;
}


/*	FV
=======================================*/
.fv_area{
	width: 1030px;
    margin: 0 auto;

}

.fv_area h2 {
    padding: 50px;
    height: 430px;
    margin: 0 0 15px;
    background: url(../img/pc/parents_fv.jpg) no-repeat;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*	contents
=======================================*/
.red {
    color: #d03459;
}

.nav_parents{
    width: 1030px;
    margin: 0 auto;
    color: #555;
}

.min {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.attend .min {
    text-indent: -0.8em;
    padding: 0 0 0 13px;

}

.attend {
    margin: 0 0 40px;
    font-size: 14px;
}

.attend .min {
    margin: 0 0 10px;
    color: #666;
}

.attend_plus {
    font-size: 12px;
    text-align: right;
    margin: -14px 0 0;
}


.nav_list {
    text-align: right;
    margin: 0 0;
    position: relative;
    top: 1px;
}

.nav_list li {
    width: 230px;
    margin: 0 0 0 -2px;
    text-align: center;
    border: solid 1px #3c8ad6;
    background: #2e76bc;
    display: inline-block;
    vertical-align: middle;
    height: 64px;
    padding: 21px;
    font-size: 18px;
    color: #fff;
    border-top: solid 3px #81b3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.nav_list li p {
    background: url(../img/pc/off_arrow.png) no-repeat;
    background-position: 96% 48%;
    color: #fff;
    line-height: 1.25;
}

.nav_list li.on {
    border: solid 1px #3c8ad6;
    border-top: solid 3px #2e76bc;
    background: #fff;
}

.nav_list li.on p {
    background: url(../img/pc/on_arrow.png) no-repeat;
    background-position: 96% 48%;
    color: #2e76bc;
}

.nav_list li .min {
    display: block;
    line-height: 1.5;
}

.nav_list li#body {
    padding: 13px 0;
}

.nav_col {
    border: solid 1px #5c9edd;
    padding: 0px 55px 50px;
    display: none;
}

.nav_col#epi{
    display: block;
}

.nav_ttl {
    border-bottom: solid 1px #ccc;
    margin: 55px 0 20px;
    font-size: 18px;
}

.nav_ttl h3 {
    color: #296daf;
    font-weight: normal;
    float: left;
    background: url(../img/pc/icon_title_left_01.png) no-repeat;
    line-height: 1.5;
    padding: 0 0 0 36px;
}

.textarea {
    line-height: 1.68;
    font-size: 14px;
}

.icon{
	float: right;
}

.textarea dl {
    margin: 0 0 18px;
}


.link a{
color: #3c8ad6;
}

.link a:before{
content: ">"
}




	/*	footer
=======================================*/
.footer {
    background: #113266;
    color: #fff;
    margin: 50px 0 0;
}

.footer_wrap {
    padding: 30px 0;
    width: 1030px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
}

.ft_guide {
    width: 300px;
    float: left;
    letter-spacing: 1.0px;
}

.ft_guide dt {
    font-size: 17px;
    border-bottom: solid 1px #637ca3;
    margin: 0 0 10px;
    padding: 0 0 4px;
}

.copyright {
    float: right;
    font-size: 11px;
    letter-spacing: 1.2px;
    vertical-align: bottom;
    margin: 65px 0 0;
}



@media screen and (max-width:1030px){

.footer {
  width: 1030px;
  overflow: hidden;
}


