@charset "UTF-8";

/*-----common--------*/


.flL{
float:left;
}
.flR{
float:right;
}

.vaM{
vertical-align:middle;
}
.taC{
text-align:center;
}
.tcR{
text-align:right;
}
.tcL{
text-align:left;
}

.mt10{margin-top:10px;} .mt20{margin-top:20px;} .mt30{margin-top:30px;} .mt40{margin-top:40px;} .mt50{margin-top:50px;}
.mtb20{margin-bottom:20px;} .mb30{margin-bottom:30px;} .mb40{margin-bottom:40px;} .mb50{margin-bottom:50px;}

.pt10{padding-top:10px;} .pt20{padding-top:20px;} .pt30{padding-top:30px;} .pt40{padding-top:40px;} .pt50{padding-top:50px;}
.ptb20{padding-bottom:20px;} .mb30{padding-bottom:30px;} .mb40{padding-bottom:40px;} .mb50{padding-bottom:50px;}

.mb10{margin-bottom:10px;} .mb20{margin-bottom:20px;} .mb30{margin-bottom:30px;} .mb40{margin-bottom:40px;} .mb50{margin-bottom:50px;}
.mbb20{margin-bottom:20px;} .mb30{margin-bottom:30px;} .mb40{margin-bottom:40px;} .mb50{margin-bottom:50px;}

.mr10{margin-right:10px;} .mr20{margin-right:20px;} .mr30{margin-right:30px;}
.ml10{margin-left:10px;} .ml20{margin-left:20px;} .ml30{margin-left:30px;}



.fwb{
font-weight:bold;
}

.daialink{
    color:#fdd305 !important;
}


@media only screen and (min-width: 769px){
.smt{
display:none !important;
}

h4 .t-l{

}


.maru_no {
   border-radius: 50%;
    font-size: 2em;
    line-height: 1.2em;
    padding-left: 0.35em;
    padding-right: 0.35em;
    width: 50px;
    height: 50px;
    float: left;
}

.number {
      color: #fff;
      border: 4px solid #18397b;
      background: #18397b;
}

.sean_out_box{
    overflow:hidden;
    margin-bottom:50px;
    background-color: #FFF;
}

.seantitle{
    margin-top: 0px;
    font-size: 21px;
    font-weight: bold;
    border-top: solid 2px #358ed6;
    border-bottom: solid 2px #358ed6;
    background-color: #18397b;
    color: #FFF;
    padding: 16px 20px;
    float: left;
    width: 840px;
}

.seantitle dt{
    float:left;
}

.seantitle dd{
    margin-left:35px;
}

.sean_box_l{
    width: 380px;
    margin-top: 10px;
    margin-left: 15px;
    padding: 10px;
    border: solid 1px #4c4c4c;
    float: left;
    font-size: 1em;
    line-height: 1.5em;
}

.sean_box_r{
    width:375px;
    margin-top:10px;
    padding:10px;
    border: solid 1px #4c4c4c;
    float:left;
    font-size: 1em;
    line-height: 1.5em;
}

.sean_box_arrow{
    width:60px;
    float:left;
    text-align:center;
    line-height: 20em;
}

.sean_box_l .emphasis{
    font-weight:bold;
    color:#28427f;
    font-size:105%;
}

.sean_box_r .emphasis{
    font-weight:bold;
    color:#0998c7;
    font-size:105%;
}

.apipotal{
    margin-top:50px;
    margin-bottom:80px;
    overflow: hidden;
}

.apipotal .lside{
    float:left;
    width:400px;
    font-size: 18px;
    padding-right: 40px;
    line-height: 1.6em;
    position: relative;
}
.apipotal .rside{
    float:left;
		width:430px;
		height:266px;
		overflow:hidden;
}
.apipotal .rside img{
    width:430px;
		-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.portal_detail {
	width: 225px;
    border: solid 2px #063796;
    padding: 25px 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #063796;
    display: block;
    position: absolute;
    cursor: pointer;
    right: 34px;
    top: 181px;
}

.portal_detail:hover{
	background-color:#f8fcff;
}

.portal_detail a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top:12px;
}



.apipotal .rside img:hover{
	border:solid 1px #434544;
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



}

@media only screen and (max-width: 768px) and (min-width: 481px){
.pc{
display:none !important;
}


.maru_no {
   border-radius: 50%;
    font-size: 2em;
    line-height: 1.2em;
    padding-left: 0.35em;
    padding-right: 0.35em;
    width: 50px;
    height: 50px;
    float: left;
}

.number {
      color: #fff;
      border: 4px solid #18397b;
      background: #18397b;
}

.sean_out_box{
    overflow:hidden;
    margin-bottom:50px;
    background-color: #FFF;
}

.seantitle{
       margin-top: 0px;
    font-size: 27px;
    font-weight: bold;
    border-top: solid 3px #358ed6;
    border-bottom: solid 3px #358ed6;
    background-color: #18397b;
    color: #FFF;
    padding: 9px 10px;
    float: left;
    width: 100%;
}

.seantitle dt{
    float:left;
}

.seantitle dd{
    margin-left:35px;
}

.sean_box_l{
    width: 100%;
    margin-top:10px;
    padding: 10px;
    border: solid 1px #4c4c4c;
    float: left;
    font-size: 1em;
    line-height: 1.5em;
}

.sean_box_r{
    width:100%;
    margin-top:10px;
    padding:10px;
    border: solid 1px #4c4c4c;
    float:left;
    font-size: 1em;
    line-height: 1.5em;
}

.sean_box_arrow{
    width: 100%;
    float: left;
    margin: 15px 0;
    font-size: 3em;
    text-align: center;
    transform: rotate( 90deg );
}

.sean_box_l .emphasis{
    font-weight:bold;
    color:#28427f;
    font-size:105%;
}

.sean_box_r .emphasis{
    font-weight:bold;
    color:#0998c7;
    font-size:105%;
}

.apipotal{
    margin-top:10px;
    margin-bottom:80px;
    overflow: hidden;
}

.apipotal .lside{
    width:100%;
    font-size: 18px;
    line-height: 1.6em;
}
.apipotal .rside{
		width:100%;
		margin-top: 20px;
}
.apipotal .rside img{
    width:100%;
}

.portal_detail {
	width: 100%;
    border: solid 2px #063796;
    padding: 25px 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #063796;
    display: block;
    position: relative;
    cursor: pointer;
}

.portal_detail:hover{
	background-color:#f8fcff;
}

.portal_detail a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top:12px;
}






}

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

.pc{
display:none !important;
}


.maru_no {
   border-radius: 50%;
    font-size: 2em;
    line-height: 1.2em;
    padding-left: 0.35em;
    padding-right: 0.35em;
    width: 50px;
    height: 50px;
    float: left;
}

.number {
      color: #fff;
      border: 4px solid #18397b;
      background: #18397b;
}

.sean_out_box{
    overflow:hidden;
    margin-bottom:50px;
    background-color: #FFF;
}

.seantitle{
        margin-top: 0px;
    font-size: 21px;
    font-weight: bold;
    border-top: solid 3px #358ed6;
    border-bottom: solid 3px #358ed6;
    background-color: #18397b;
    color: #FFF;
    padding: 16px 12px;
    float: left;
    width: 100%;
    line-height: 1.3em;
}

.seantitle dt{
    float:left;
}

.seantitle dd{
    margin-left:35px;
}

.sean_box_l{
    width: 100%;
    margin-top:10px;
    padding: 10px;
    border: solid 1px #4c4c4c;
    float: left;
    font-size: 1em;
    line-height: 1.3em;
}

.sean_box_r{
    width:100%;
    margin-top:10px;
    padding:10px;
    border: solid 1px #4c4c4c;
    float:left;
    font-size: 1em;
    line-height: 1.3em;
}

.sean_box_arrow{
    width: 100%;
    float: left;
    margin: 15px 0;
    font-size: 3em;
    text-align: center;
    transform: rotate( 90deg );
}

.sean_box_l .emphasis{
    font-weight:bold;
    color:#28427f;
    font-size:105%;
}

.sean_box_r .emphasis{
    font-weight:bold;
    color:#0998c7;
    font-size:105%;
}


.apipotal{
    margin-top:10px;
    margin-bottom:80px;
    overflow: hidden;
}

.apipotal .lside{
    width:100%;
    font-size: 18px;
    line-height: 1.6em;
}
.apipotal .rside{
		width:100%;
		margin-top: 20px;
}
.apipotal .rside img{
    width:100%;
}

.portal_detail {
	width: 100%;
    border: solid 2px #063796;
    padding: 25px 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #063796;
    display: block;
    position: relative;
    cursor: pointer;
}

.portal_detail:hover{
	background-color:#f8fcff;
}

.portal_detail a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top:12px;
}


}