@charset "utf-8";

#contents h2{
    margin-bottom:20px;
    background: url(../img/common/line_2color.svg) no-repeat left center;
    background-size: 3px auto;
	padding-left: 10px;
	line-height: 50px;
	font-size: 34px;
	font-family: 'Noto Serif JP', serif;
	clear: both;
}

#contents h3 {
    font-size: 24px;
    font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
    margin-bottom: 10px;
}

#contents h3 .icn{
    vertical-align:middle;
    margin:0 2px 3px 0;
    width:30px;
    height:auto;
}

#contents h3 + p.lead{
    font-size: 18px;
    font-size: 1.8rem;
}

#contents h4 {
    font-weight: bold;
    margin: 20px 0 0 0;
    clear: both;
}

#contents .taC {
    text-align:center;
}

#contents .btn {
    margin-top:20px;
}

#contents .fontS {
    font-size:14px;
    font-size:1.4rem;
}

#contents .colorRed {
    color:red;
    margin-bottom:20px;
}

#contents .area {
    border: 1px solid #e8e8e8;
    margin: 10px auto 0 auto;
    padding: 10px;
    text-indent: 0;
}

#contents .img {
    margin:10px auto;
}

#contents .img > div{
	display:inline-block;
}

#contents .img .card{
	margin-right:20px;
}

.centerdivider dl{}
.centerdivider dt,
.wide_col dt{ font-weight:bold;}
.centerdivider dd{}
.centerdivider dd + dt,
.wide_col dd + dt{margin-top:20px;}

ol.beginner{
    margin-bottom:20px;
    }

ol.beginner li{
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    margin-bottom: 5px;
    }
    
ol.beginner li img {
    position: absolute;
    left: 0;
    top: 10px;
    _left: -30px;
    _top: 10px;
}

.half_col_left{
    width:47%;
    float:left;
    }    
    
.half_col_right{
    width:47%;
    float:right;
    }        
    
.taR{
    text-align:right;
    }            
    
.centerdivider{
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    }    

.hr{
     border-bottom:1px solid #e8e8e8;
     margin-bottom:50px;
     margin-top:50px;
    }    

.cap{
    clear:both;
    overflow:hidden;
}

.cap .floatL,
.wide_col .floatL{
    float: left;
    margin: 10px 20px 10px 0;
}

#contents table {
    border-top: solid 1px #e8e8e8;
    border-left: solid 1px #e8e8e8;
    margin: 10px 0 5px 0;
}

#contents th,
#contents td {
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    text-indent: 0!important;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 165%;
}


@media screen and (max-width: 768px) {   
#contents {
    width: auto;
    padding: 20px 10px 10vw 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 180%;
}
    
#contents h2{
    margin-bottom:10px;
    background: url(../img/common/line_2color.svg) no-repeat left center;
    background-size: 2px auto;
	line-height: inherit;
	font-size: 18px;
	padding: 3px 0 3px 8px;
}

#contents h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top:0;
    margin-bottom: 5px;
}

#contents h3 .icn{
    margin:0 2px 2px 0;
    width:20px;
}

#contents h3 + p.lead {
    font-size: 14px;
    font-size: 1.4rem;
}

#contents h4 {
    margin: 10px 0 0 0;
}

#contents .btn {
    margin-top:10px;
}

#contents .btn img{
    width:200px;
    height:auto;
}

#contents .fontS {
    font-size:10px;
    font-size:1.0rem;
}

.half_col_left,
.half_col_right{
    width:100%;
    float:inherit;
}

.half_col_left{
    margin-bottom:30px;
}

.detail.taR img{
    line-height:1;
    height:12px;
    width:auto;
}    

.centerdivider{
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.centerdivider dd + dt{
    margin-top:10px;
}

#contents .img img{
	height:35px;
	width:auto;
}

#contents .img .card{
	margin-bottom:5px;
}

.centerdivider{
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}    

ol.beginner li{
    padding-left: 23px;
    margin-bottom: 3px;
}
    
ol.beginner li img {
    width:15px;
    height:15px;
}

.hr{
    margin-top:30px;
     margin-bottom:30px;
}       

.cap + .cap{
    margin-top:10px;
}


.cap .floatL{
    float:inherit;
    margin:0 auto 10px 0;
    width:100%;
    max-width:550px;
}

.wide_col .floatL{
    float:inherit;
    margin:0 auto 5px 0;
    width:100%;
    max-width:550px;
}

.wide_col .floatL img{
    width:100%;
    height:auto;
}

.entryBtn{
    width:200px !important;
    margin:0 auto !important;
}

.entryBtn img{
    width:100% !important;
    height:auto !important;
}

#contents table,
#contents th, 
#contents td {
    margin: 5px 0;
}

}   