@charset "utf-8";

ul {
    list-style: none;
}
header .globalNavi {
    padding-top: 6px !important;
}
.nav header .globalNavi {
    padding-top: 40px !important;
}
.globalNavi .toggle_contents .toggle_inner li {
    list-style: none;
}
.u-gotop {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #4b4e7c;
    border-radius: 2px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    opacity: .5;
}
.u-gotop span {
   display: block;
   width: 20px;
   height: 20px;
   -ms-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   margin-top: 20px;
   margin-left: 14px;
   border-top: 2px solid #fff;
   border-left: 2px solid #fff;
}
.title_area h1 {
    box-sizing: border-box;
    width: 100% !important;
    height: auto;
    margin: 9px 0 50px !important;
    padding: 1.45em 0;
    background: #1e228b;
    color: #ffffff;
    text-align: center;
    font-size: 38px !important;
    line-height: 1.2em;
    font-weight: bold;
}
ul.list-link li {
    margin: 0 0 6px;
    line-height: 1.5em;
}
a.link01 {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #333 !important;
    font-weight: bold;
}
a.link02, 
a.link03 {
    position: relative;
    color: #10228a;
    text-decoration: underline;
}
a.link01:hover, 
a.link02:hover, 
a.link03:hover, 
a.longBtn:hover {
    opacity: 0.7;
    text-decoration: none;
}
a.link01::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #10228a;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 0;
}
a.link01::after {
    content: "";
    width: 3px;
    height: 3px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 8px;
    left: 4px;
    transform: rotate(45deg);
}
a.link01[target="_blank"] span:after, 
a.link02[target="_blank"]:after {
    content: "";
    width: 12px;
    height: 10px;
    right: -17px;
    margin-top: -5px;
    background-image: url(../img/icon_blank.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    top: 50%;
    transition: .3s;
}
a.link03[target="_blank"]:after {
    content: "";
    width: 12px;
    height: 10px;
    background-image: url(../img/icon_blank.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: .3s;
    margin-left: 5px;
}
.card_area .inner, 
section .inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 90px;
}
.card_area .inner img {
    margin: 0 auto;
    display: block;
}
.btnAreaInn {
    margin: 50px auto 0;
    width: 600px;
}
.btnAreaInn a.longBtn {
    position: relative;
    text-align: center;
    display: block;
    background: #1e228b;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 40px;
    padding: 24px 10px;
}
.btnAreaInn a.longBtn::after {
    content: "";
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    right: 25px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
}
ul.attention {
    margin-top: 20px;
    padding: 0 0 0 13px;
    font-size: 13px;
    line-height: 1.5;
}
ul.attention li {
    position: relative;
    text-indent: 0;
    padding-left: 0;
}
ul.attention li::before {
    position: absolute;
    content: '※';
    left: -13px;
    top: 0;
}
ul.attention + ul.list-link {
    margin-top: 15px;
}
.list_col2 {
    line-height: 1.8;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
 ul.list_col2 li {
    margin-top: 1.425rem;
}
.acc_wrap .accordion_one .accordion_header.sprite-procedure6.open::before{
    background-image: url(/assets/img/guide/icon_sprite_on.png);
}
.acc_wrap .accordion_one .accordion_header.sprite-procedure7::before {
    background-image: url(../img/icon_01.png);
}
.acc_wrap .accordion_one .accordion_header.sprite-procedure7:hover::before, 
.acc_wrap .accordion_one .accordion_header.sprite-procedure7.open::before{
    background-image: url(../img/icon_01_on.png);
}
.txtNormal {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
ul.normal li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}
ul.normal li + li {
    margin-top: .6em;
}
ul.normal li .list-link {
    margin-top: .6em;
}
ul.normal li a.link01 {
    text-indent: 0;
}


@media screen and (min-width: 768px) {
    .card_area .inner ul.list-link {
        position: absolute;
        bottom: 0;
    }
    .list_col2 {
        font-size: 17px;
        display: flex;
        width: 80%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .list_col2 li {
        flex-grow: 0;
        flex-shrink: 0;
        margin-top: 0;
        width: calc(50% - 1rem);
    }
    .list_col2 li:nth-child(2n+1) {
        margin-right: 2rem;
    }
    .list_col2 li:nth-child(n+3) {
        margin-top: .75rem;
    }
    .acc_wrap .accordion_one .accordion_header.sprite-procedure6::before {
        background-position: -65px -255px;
    }
    .iconLinkBtn a.sprite-procedure3::before {
        background-position: -63px -309px;
    }
    .acc_wrap .accordion_one .accordion_inner .inner_cnt03{
        height: 96px;
    }
}


@media screen and (max-width: 767px) {
    .title_area h1 {
        margin-bottom: 20px !important;
        padding: 1em 10px;
        font-size: 22px !important;
        line-height: 1.2em;
    }
    a.link01 {
        display: block;
    }
    a.link01::before {
        top: 3px;
        margin-top: 0;
    }
    a.link01 span {
        display: block;
    }
    a.link01::after {
        top: 8px;
        margin-top: 0;
    }
    a.link01[target="_blank"] span:after {
        right: -6px;
        display: inline-block;
        position: relative;
    }
    .card_area .inner, 
    section .inner {
      width: 100%;
      padding: 0 3%;
      box-sizing: border-box;
      margin-bottom: 45px;
    }
    .card_area .inner img {
        width: 100%;
        height: auto;
    }
    .card_area .inner ul.list-link {
        margin-top: 25px;
    }
    .btnAreaInn {
        margin: 30px auto 0;
        width: 100%;
    }
    .btnAreaInn a.longBtn {
        font-size: 17px;
        border-radius: 70px;
        padding: 18px 35px 18px 20px;
        line-height: 1.5;
    }
    .btnAreaInn a.longBtn::after {
        right: 20px;
        width: 7px;
        height: 7px;
    }
    .acc_wrap .accordion_one .accordion_header.sprite-procedure6::before {
        background-position: -32.5px -127px;
    }
    .iconLinkBtn a.sprite-procedure3::before {
        background-position: -32px -153px;
    }
    .acc_wrap .accordion_one .accordion_header.sprite-procedure7::before, 
    .acc_wrap .accordion_one .accordion_header.sprite-procedure7:hover::before, 
    .acc_wrap .accordion_one .accordion_header.sprite-procedure7.open::before{
        background-size: 101%;
    }
    ul.normal li .list-link li {
        padding-left: 0;
    }
}
