@charset "utf-8";

/*////////////////////////////////////////////////////////////////////
スマホ版
////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 750px) {
body {
transition: background 0.1s ease 1s;

}
body.loaded {
background: #fff;
}
#container {
}
/*====================================================================
footer
====================================================================*/
footer {
background: #005ead;
}
footer .ft-inner {
padding: 52px 0 0;
color: #fff;
}
footer .ft-inner .ft-contact {
margin-bottom: 50px;
}
footer .ft-inner .ft-contact h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 3rem;
line-height: 1;
margin-bottom: 29px;
}
footer .ft-inner .ft-contact .txt {
font-size: 1.2rem;
margin-bottom: 32px;
}
footer .ft-inner .ft-contact .ft-contact-btn {
}
footer .ft-inner .ft-contact .ft-contact-btn a {
font-family: 'Josefin Sans', sans-serif;
border: 1px solid rgba(255, 255, 255, 0.5);
width: 157px;
height: 45px;
display: flex;
align-items: center;
font-size: 1.5rem;
padding-left: 55px;
position: relative;
line-height: 1;
transition: ease 0.2s;
padding-top: 4px;
}
footer .ft-inner .ft-contact .ft-contact-btn a:before {
content: "";
display: block;
position: absolute;
background-image: url(../img/common/cmn-icon-mail.png);
background-repeat: no-repeat;
background-size: cover;
width: 17px;
height: 11px;
left: 27px;
top: -1px;
bottom: 0;
margin: auto;
}
footer .ft-inner .ft-sitemap {
    margin: 0 0 50px;
    border-top: 1px solid #fff;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block {
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box {
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__heading {
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__heading:last-child {
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__heading a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 10px 50px;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__heading .ft-sitemap-box__heading-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 29px;
    height: 29px;
    background: #F7F9FA;
    translate: 0 -50%;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__heading .ft-sitemap-box__heading-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    color: #134B7A;
    rotate: 45deg;
    translate: calc(-50% - 2px) -50%;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box.has-child .ft-sitemap-box__heading .ft-sitemap-box__heading-icon::before,
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box.has-child .ft-sitemap-box__heading .ft-sitemap-box__heading-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 11px;
    height: 1px;
    border-top: none;
    border-right: none;
    background: #134B7A;
    rotate: none;
    translate: -50% -50%;
    transition-property: opacity, rotate;
    transition-duration: 200ms;
    transition-timing-function: ease;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box.has-child .ft-sitemap-box__heading .ft-sitemap-box__heading-icon::after {
    rotate: 90deg;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box.has-child.is-opened .ft-sitemap-box__heading .ft-sitemap-box__heading-icon::before {
    rotate: 180deg;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box.has-child.is-opened .ft-sitemap-box__heading .ft-sitemap-box__heading-icon::after {
    opacity: 0;
    rotate: 180deg;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child {
    display: grid; 
    grid-template-rows: 0fr;
    background: #fff;
    transition: grid-template-rows 400ms ease;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box.is-opened .ft-sitemap-box__child {
    grid-template-rows: 1fr;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list {
    width: 100%;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.2;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list .ft-sitemap-box__child-list-item {
    border-bottom: 1px solid #005ead;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list .ft-sitemap-box__child-list-item:last-child {
    border-bottom: none;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list .ft-sitemap-box__child-list-item a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    padding: 10px 50px;
    color: #4D4D4D;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list .ft-sitemap-box__child-list-item .ft-sitemap-box__child-list-item-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 29px;
    height: 29px;
    background: #F7F9FA;
    translate: 0 -50%;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list .ft-sitemap-box__child-list-item .ft-sitemap-box__child-list-item-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #134B7A;
    border-right: 1px solid #134B7A;
    rotate: 45deg;
    translate: calc(-50% - 2px) -50%;
}
footer .ft-inner .ft-lower {
margin-bottom: 20px;
}
footer .ft-inner .ft-info {
font-size: 1.2rem;
line-height: 1;
margin-bottom: 65px;
}
footer .ft-inner .ft-info .ft-info-logo {
margin-bottom: 18px;
}
footer .ft-inner .ft-info .ft-info-logo img {
height: 48px;
}
footer .ft-inner .ft-info .ft-info-detail {
margin-bottom: 20px;
line-height: 1.4!important;
}
footer .ft-inner .ft-link {
width: 270px;
display: flex;
}
footer .ft-inner .ft-link li {
width: 49%;
margin: 0;
}
footer .ft-inner .ft-link li:nth-child(2) {
position: relative;
width: 51%;
}
footer .ft-inner .ft-link li a {
font-size: 1.2rem;
text-decoration: underline;
display: block;
padding: 5px 0;
line-height: 1;
transition: ease 0.2s;
}
footer .ft-inner .ft-link li:nth-child(2)::before {
content: "";
position: absolute;
display: block;
left: 0;
top: 0.3em;
bottom: 0;
width: 1px;
height: 15px;
background: #fff;
/* margin: auto; */
}
footer .ft-inner .ft-rhd a {
font-size: 1.2rem;
text-decoration: underline;
display: block;
padding: 5px 0;
line-height: 1;
transition: ease 0.2s;
}
footer .ft-inner .ft-rhd a:hover {
opacity: 0.6;
}
footer .cr {
height: 70px;
display: flex;
align-items: center;
font-family: 'Josefin Sans', sans-serif;
font-size: 1rem;
color: #fff;
}
footer .cr p {
}
/*====================================================================
.rec .rdc .rdk
====================================================================*/
.rec footer,
.rdc footer,
.rmk footer {
background: #005ead;
}
.rec footer .ft-inner .ft-info,
.rdc footer .ft-inner .ft-info,
.rmk footer .ft-inner .ft-info {
margin-bottom: 36px;
}
}

/*////////////////////////////////////////////////////////////////////
PC版
////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 750px) {
body {
transition: background 0.1s ease 1s;
}
body.loaded {
background: #fff;
}
#container {
}
/*====================================================================
footer
====================================================================*/
footer {
background: #005ead;
}
footer .ft-inner {
padding: 90px 0 0;
color: #fff;
}
footer .ft-inner .ft-contact {
margin-bottom: 90px;
}
footer .ft-inner .ft-contact h2 {
font-family: 'Josefin Sans', sans-serif;
font-size: 4rem;
line-height: 1;
margin-bottom: 44px;
font-weight: 600;
}
footer .ft-inner .ft-contact .txt {
font-size: 1.4rem;
margin-bottom: 44px;
}
footer .ft-inner .ft-contact .ft-contact-btn {
}
footer .ft-inner .ft-contact .ft-contact-btn a {
border: 1px solid rgba(255, 255, 255, 0.5);
width: 200px;
height: 56px;
display: flex;
align-items: center;
font-size: 1.6rem;
padding-left: 78px;
padding-top: 4px;
position: relative;
transition: ease 0.2s;
font-family: 'Josefin Sans', sans-serif;
}
footer .ft-inner .ft-contact .ft-contact-btn a:hover {
background: rgba(255,255,255,0.2);
}
footer .ft-inner .ft-contact .ft-contact-btn a::before {
content: "";
display: block;
position: absolute;
background-image: url(../img/common/cmn-icon-mail.png);
background-repeat: no-repeat;
background-size: contain;
width: 19px;
height: 13px;
left: 45px;
top: 0;
bottom: 0;
margin: auto;
}
footer .ft-inner .ft-sitemap {
    display: flex;
    justify-content: center;
    gap: min(5vw, 80px);
    margin: 0 0 90px;
    padding: 0 20px;
    text-align: left;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block {
    margin: 0;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__heading {
    margin-bottom: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__heading a {
    transition: ease 0.2s;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__heading a:hover {
    opacity: 0.6;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child {
    padding: 5px 0 5px 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list {
    font-size: 1.3rem;
    line-height: 1.2;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list .ft-sitemap-box__child-list-item {
    margin-bottom: 15px;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list .ft-sitemap-box__child-list-item:last-child {
    margin-bottom: 0;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list .ft-sitemap-box__child-list-item.sp {
    display: none;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list .ft-sitemap-box__child-list-item a {
    transition: ease 0.2s;
}
footer .ft-inner .ft-sitemap .ft-sitemap-block .ft-sitemap-box .ft-sitemap-box__child .ft-sitemap-box__child-list .ft-sitemap-box__child-list-item a:hover {
    opacity: 0.6;
}
footer .ft-inner .ft-lower {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px 40px;
margin-bottom: 30px;
padding: 0 20px;
text-align: left;

}
footer .ft-inner .ft-info {
/* display: flex; */
gap: 0 40px;
font-size: 1.6rem;
line-height: 1;
margin: 0;
}
footer .ft-inner .ft-info .ft-info-logo {
padding-bottom: 20px;
}
.rec footer .ft-inner .ft-info .ft-info-logo img {
height: 62px;
}
.rdc footer .ft-inner .ft-info .ft-info-logo img {
height: 62px;
}
.rmk footer .ft-inner .ft-info .ft-info-logo img {
height: 62px;
}
footer .ft-inner .ft-info .ft-info-detail {
line-height: 1.4!important;
margin-bottom: 44px;
}
footer .ft-inner .ft-info .ft-info-detail .sp {
display: none;
}
footer .ft-inner .ft-link {
display: flex;
justify-content: center;
gap: 0 20px;
margin: 0;
}
footer .ft-inner .ft-link li {
margin: 0;
}
footer .ft-inner .ft-link li:nth-child(2) {
position: relative;
}
footer .ft-inner .ft-link li a {
font-size: 1.4rem;
text-decoration: underline;
display: block;
padding: 5px 0;
line-height: 1;
transition: ease 0.2s;
}
footer .ft-inner .ft-link li a:hover {
opacity: 0.6;
}
footer .ft-inner .ft-link li:nth-child(2)::before {
content: "";
position: absolute;
display: block;
left: -10px;
top: 0.5em;
/* bottom: 0; */
width: 1px;
height: 15px;
background: #fff;
margin: auto;
}
footer .ft-inner .ft-rhd a {
font-size: 1.4rem;
text-decoration: underline;
display: block;
padding: 5px 0;
line-height: 1;
transition: ease 0.2s;
margin-top: 0.3rem;
}
footer .ft-inner .ft-rhd a:hover {
opacity: 0.6;
}
footer .cr {
height: 83px;
display: flex;
align-items: center;
font-size: 1.4rem;
font-family: 'Josefin Sans', sans-serif;
color: #fff;
}
footer .cr p {
}
/*====================================================================
.rec .rdc .rdk
====================================================================*/
.rec footer,
.rdc footer,
.rmk footer {}
}

/*====================================================================
404
====================================================================*/
.l-404 .wrap{
    max-width: 1240px;
    padding: 80px 20px 40px;
    box-sizing: content-box;
}
.l-404 h1{
    font-size: 6rem;
    font-weight: bold;
    margin-bottom: 40px;
}
.l-404 .txt{
    margin-bottom: 60px;
    line-height: 1.8;
    font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
    .l-404 .wrap{
        max-width: 1240px;
        padding: 40px 20px;
        box-sizing: content-box;
    }
    .l-404 h1{
        font-size: 4rem;
        margin-bottom: 20px;
    }
    .l-404 .txt{
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
}

/*====================================================================
mailform contact
====================================================================*/
.mailform .wpcf7-list-item {
    display: inline;
    margin: 0 0 0 0;
}
.mailform .wpcf7-radio{
    display: flex;
    flex-wrap: wrap;
}
.mailform span.wpcf7-list-item {
    margin: 0 0 10px;
}
.mailform span.wpcf7-list-item-label::before, .mailform span.wpcf7-list-item-label::after {
    content: none;
}
.mailform .wpcf7-form-control-wrap{
    display: block;
    width: 100%;
}
.mailform span.wpcf7-not-valid-tip{
    text-align: left;
}
.mailform .wpcf7c-conf{
    border: #eee;
    background: #eee;
}
.mailform input[type="reset"]{
    display: none;
}
.mailform .wpcf7c-force-hide + input[type="reset"]{
    display: block;
}

.mailform .wpcf7-acceptance .wpcf7-list-item label{
    display: inline;
}
.mailform .btns .ajax-loader{
    display: none;
}
.mailform .wpcf7-response-output{
    border: none !important;
    box-sizing: border-box;
    color: #dc3232;
    padding: 5px;
    font-size: 12px;
}
.mailform .wpcf7-mail-sent-ok {
    background: #398f14;
}

.mailform .wpcf7-mail-sent-ng,
.mailform .wpcf7-aborted,
.mailform .wpcf7-validation-errors{
    background: #ff0000;
}

.mailform .wpcf7-spam-blocked,
.mailform .wpcf7-acceptance-missing{
    background: #ffa500;
}

@media screen and (max-width: 750px) {
    .mailform span.wpcf7-list-item {
        display: block;
        margin: 0 0 0 0;
    }
}

.js-konno{
    height: 0.95em !important;
    display: inline !important;
    width: inherit !important;

}

/*////////////////////////////////////////////////////////////////////
#NEWS 詳細
////////////////////////////////////////////////////////////////////*/
.h-news-detail #ttl-box .ttl-box-inner{
    margin-bottom: 20px;
}
.news-detail{
    max-width: 1240px;
    text-align: left;
    padding: 0 20px 100px;
    font-size: 1.4rem;
}
.news-detail .date{
    color: #1b4f7e;
    margin-bottom: 10px;
}
.news-detail .category{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.news-detail .category span{
    color: #fff;
    margin: 0 0 5px;
    margin-right: 5px;
    padding: 2px 10px;
}
.news-detail .ttl-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-detail .ttl-wrap .pdf{
    margin: 0;
    width: 100px;
    text-align: center;
}
.news-detail .ttl-wrap .pdf a{
    margin: 0;
    display: block;
    padding: 10px 20px 10px 30px;
    box-sizing: border-box;
    border: 1px solid #eee;
    position: relative;
    transition: .3s;
}
.news-detail .ttl-wrap .pdf a:hover{
    background: #e4edf9;
}
.news-detail .ttl-wrap .pdf a::before {
    position: absolute;
    content: '';
    background: url(../img/common/cmn-icon-pdf.png) no-repeat center center;
    background-size: contain;
    width: 15px;
    height: 15px;
    top:12px;left: 10px;
}
.news-detail .ttl-blue-underline {
    font-size: 2.4rem;
    color: #1b4f7e;
    max-width: calc(100% - 120px);
    font-weight: 600;
    border-bottom: 4px solid #4DC6FF;
    display: inline-block;
    margin: 0 0 32px;
    text-align: left;
    padding-bottom: 10px;
}

.news-detail .totop{
    margin-top: 40px;
}
.news-detail .totop a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 320px;
    color: #fff;
    background: #1b4f7e;
    border: 1px solid #1b4f7e;
    font-size: 1.6rem;
    padding: 20px;
    transition: ease 0.2s;
}

.news-detail .totop a:hover {
    background: #fff;
    border: 1px solid #1b4f7e;
    color: #1b4f7e;
}
#edit img{
    height: auto;
    margin: 20px auto;
}
#edit p{
    line-height: 1.8;
}
#edit a{
    color: #0a8ac6;
    text-decoration: underline;
}
#edit ul,#edit ol{
    margin: 10px auto;
    padding-left: 1.5em;
}
#edit ul li{
    list-style: disc;
}
#edit ol li{
    list-style: decimal;
}
#edit blockquote{
    background: #eee;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto;
}
@media screen and (max-width: 750px) {
    .news-detail .ttl-blue-underline {
        font-size: 2.0rem;
    }
}

.ir-library-text-link{
    background: #f4f6f9;
    padding: 40px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1240px;
}
.ir-library-text-link li{
    margin: 0 20px;
    font-size: 1.8rem;
}
.ir-library-text-link li a{
    position: relative;
    padding-left: 30px;
}
.ir-library-text-link li a:hover{
    text-decoration: underline;
}

.ir-library-text-link li a::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/common/cmn-icon-out-navy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px auto;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    transition: 0.5s ease;
}

.bnr-links-text{
    font-size: 1.6rem;
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .bnr-links-text {
        font-size: 1.6rem;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

#group-list section dl dd small{
    display: block;
    margin-top: 20px;
}
.share-lead p small{
    display: block;
    line-height: 1.8;
}

#group-list section dl dd sup{
    display: none;
}
