@charset "UTF-8";
/* common */

body{
    font-family: 'Didact Gothic', sans-serif;
    position: relative;
}
a {
    color: #3071b9;
    text-decoration: none;
    transition: 0.3s;
}
a:hover{
    text-decoration: underline;
    opacity: 0.8;
    transition: 0.3s;
}
h1,h2,h3,h4,h5,h6,p,span{
    margin: 0;
    padding: 0;
}
img{
    width: 100%;
}
ul{
    list-style: none;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: url(../img/header_bg.png) repeat-x;
    height: 77px;
}
header div.box-flex{
    max-width: 1280px;
    margin: auto;
    align-items: baseline;
}
header h1{
    width: 300px;
    margin: 0 0 0 90px;
}
header.top h1{
    margin: 0 0 0 80px;
}
header ul.box-flex{
    margin: 20px 0;
}
header ul.box-flex li a{
    font-size: 12px;
    color: #000;
}
header ul.box-flex li::after{
    content: "｜";
    display: inline-block;
}
header ul.box-flex li:last-child::after {
    content: none;
}
header, footer,#header{
    width: 100%;
}
.box-flex{
    display: flex;
    justify-content: space-between;
}
main img{
    display: block;
    margin: 0 auto;
    max-width: 1280px;
}
footer{
    background: #103B90; /* #103B90; */
}
footer.top{
    background: #103B90; /* #3071b9; *//* #103B90; */
}
.footer-inner{
    max-width: 770px;
    margin: auto;
    padding: 20px 0 0;
    position: relative;
}
.footer-inner ul{
    margin: 0;
    padding: 0;
}
.footer-inner li{
    width: 168px;
}
.footer-inner li p{
    margin: 0 0 10px 0;
}
.footer-inner li p::before{
    content: '■';
    color: #fff;
    margin: 0 6px 0 0;
}
.footer-inner a{
    color: #fff;
}
.footer-inner div.sns-icon{
    display: flex;
    position: absolute;
    bottom: 8px;
    z-index: 2;
}
.footer-inner div.sns-icon a{
    margin: 0 20px 0 0;
}
footer p.copy{
    font-size: 18px;
    color: #fff;
    margin: auto;
    display: block;
    padding: 0 0 14px;
    text-align: center;
    letter-spacing: 1.4px;
}
footer p.copy a{
    color: #fff;
}
.to-top {
    position: fixed;
    cursor: pointer;
    width: 50px;
    height: 45px;
    right: calc(50% - 650px);
    /* left: 0; */
    bottom: 150px;
    margin: auto;
    transition: background .3s, box-shadow .3s;
}
@media screen and (max-width: 767px) {
    .to-top {
        right: 1%;
    }
}
footer .to-top img {
    margin: 0;
    position: absolute;
    right: 10px;
    width: 40px;
}
.mb14{
    margin-bottom:14px;
}
.no-link,.no-link:hover{
    pointer-events: none;
    text-decoration: none;
    opacity: 1;
}
/* animation */
.pop {
	cursor: pointer;
	transition: all .3s;
}
.pop:hover {
	animation: pop .6s;
}
.popbtn:active {
	transition-duration: .1s;
}
@keyframes pop {
	10% { transform: scale(1.2); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}

@media screen and (min-width: 768px) {.for-sp { display: none; }} /* 768px以上　pc */
@media screen and (max-width: 1000px) {.for-pc.w1000 { display: none; }} /* 1000px以下　tb */
@media screen and (max-width: 767px) {.for-pc { display: none; } /* 767px以下　sp */
    header h1,header.top h1{
        margin: 5px 3%;
        width: 240px;
    }
    .footer-inner{
        padding: 24px 2%;
    }
    .footer-inner li{
        width: 100%;
    }
    .footer-inner li p{
        font-size: 12px;
        margin: 0 0 10px 18px;
        text-indent: -20px;
    }
    .footer-inner img{
        max-width: 86px;
    }
    .footer-inner div.sns-icon{
        bottom: 0;
    }
    .footer-inner div.sns-icon a{
        margin: 0 11px;
    }
    footer p.copy {
        font-size: 14px;
        padding: 14px 0;
    }
}

.box-flex.rev {
    flex-direction: row-reverse;
}

/* tab */
.area {
    max-width: 780px;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    background: #ffffff;
  }   
.tab_class {
    width: calc((100%/3) - 20px);
    height: 66px;
    color: #3071b7;
    line-height: 24px;
    font-size: 17px;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    background: #ffffff;
    cursor: pointer;
    border: solid 2px #3071b7;
    border-radius: 12px;
    margin: 10px;
    padding: 6px 0 0;
}
.tab_class span {
    font-size: 16px;
    display: block;
}
input[name="tab_name"] {
    display: none;
}
input:checked + .tab_class {
    background: #3071b7;
    color: #fff;
}
.content_class {
    display: none;
    width: 100%;
    background: url(../img/cat-bg.jpg) no-repeat;
    background-size: cover;
    height: 990px;
} 
.content_class .upper {
	position: relative;
	z-index: 2;
} 
.content_class .under {
	position: relative;
    top: -4.2em;
    z-index: 1;
}
.content_class p{
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    border-top: solid 1px #333;
}
.content_class .no-border p{
    border:none;
}
.content_class .border-btm p{
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
.content_class p:first-child {
    width: 200px;
    margin-left: 70px;
}
.content_class p:nth-child(2) {
    width: calc(100% - 200px);
    margin-right: 70px;
}
.content_class p.txtx {
	background: #7090a0;
	font-size: 16px;
}
.content_class p.txtx:hover {
	background: #2c4e5e;
} 
.content_class p.ind {
    width: 90%;
    padding-left:1em;
	text-indent:-1em;
}
.content_class form{
    width: 95%;
    margin: 1em auto 2em;
}
.content_class textarea {
	width: 100%;
    height: 300px;
    border: 2px solid #999999;
}
.content_class .form-item {
    margin-bottom: 0.5em;
} /* tab on50 ---*/
input:checked + .tab_class + .content_class, .on50 .content_class{
    display: block;
}
#search-member-tab{ max-width: 1070px;}

@media screen and (max-width: 767px) {
    .tab_class,.tab_class span {
        font-size: 11.2px;
        line-height: inherit;
    }
    .content_class {
        background: none;
        height: auto;
        margin: 0 2% 60px;
    }
    .content_class .box-flex{
        flex-wrap: wrap;
    }
    .content_class p:first-child, .content_class p:nth-child(2) {
        width: 100%;
        margin: 0 5%;
        padding: 10px 2%;
    }
    .content_class p:nth-child(2){
        border: none;
    }
    .content_class .border-btm p {
        border-bottom: none;
    }
    .content_class .border-btm p:nth-child(2){
        border-bottom: solid 1px #333;
    }

}
/* ---tab */
a.lightbox{position: relative;}
a.lightbox::after{
    content: '';
    color: #3071b7;
    font-size: 10px;
	background: url(../img/bg_click.png) no-repeat center;
    background-size: contain;
    width: 90px;
    height: 10px;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    margin: auto;
}
/* icon */
a[href$=".xls"], a[href$=".xlsx"]::after{
    content: " ";
    /* display: inline-block; */
	padding-left: 20px;
	background: url(../img/icon-xls.svg) no-repeat right center;
}

a[href$=".pdf"]::after{
    content: " ";
    /* display: inline-block; */
    width: 20px;
    height: 30px;
    padding-left: 20px;
    background: url(../img/icon-pdf.svg) no-repeat right center;
}

a[href$=".zip"]::after{
    content: " ";
    /* display: inline-block; */
	padding-left: 20px;
	background: url(../img/icon-zip.svg) no-repeat right center;
}

/* up調整用 */
/* #topcontrol img{display: none;} */