@charset "utf-8";


#contents .box 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;
}

.box {
    overflow: hidden;
    clear: both;
    margin-bottom: 60px;
    position: relative;
}

.documentBl {
    padding: 50px;
}

#contents dt {
    color: #655381;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: solid 1px #e8e8e8;
    text-indent: -1.3em;
    padding-left: 1.5em;
    padding-bottom: 5px;
}

#contents dd {
    clear:both;
    margin-bottom: 30px;
    text-indent: -1.3em;
    padding-left: 1.5em;
}

#contents .noIndent dd {
    text-indent:0;
    padding-left: 0;
}

#contents .indent {
    padding: 1em 1em 0 1em;
}

.contactBnr{
    text-align:center;
    margin:30px auto 50px auto;
    max-width:789px;
    position:relative;
}

.contactBnr div{
    position: absolute;
    left: 7%;
    top: 25%;
    display: inline-block;
    width: 90%;
    height: 30%;
}

.contactBnr div span{
    display:block;
    opacity:0;
    height: 100%;
}

.contactBnr div span a{
    display:block;
    width:100%;
    height:100%;
}

.example{
    width: 90%;
    border: 1px solid #e8e8e8;
    margin: 10px auto 0 auto;
    padding:10px;
    text-indent: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%;
}

#contents .btn{
    text-align:center;
    margin-bottom:60px;
}

.mb0{ margin-bottom:0 !important;}

.img01{
	text-align: center;
	margin: 40px auto 0 -0.65em;
}


@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 .box  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;
}

.contactBnr{
    margin:10px 0 20px 0;
}


#contents .box{
    margin-bottom:30px;
}

.documentBl {
    padding: 15px 15px 10px 15px;
}

    
#contents img{
    width:100%;
    height:auto;
}

#contents dt {
    margin-bottom: 3px;
}

#contents dd {
    margin-bottom: 20px;
}

#contents  table,
#contents  th, 
#contents  td {
    margin: 5px 0;
}

#contents .btn{
    margin-bottom:0;
    margin: 0 auto;
    max-width: 300px;
}

.img01{
	margin: 15px auto 0 auto;
}
	
}