<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ蜈ｨ菴�*/
.accordion_area{
    list-style: none;
    margin:0 auto;
    padding: 0;
}
.btn {
    border-radius: unset;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    font-size: 17px;
    font-weight: bold;
    color: #0032a1;
}
.btn:hover {
    color: #0032a1;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: unset;
}
.contents {
    text-align: left;
}
.contents_btn {
    width: 100%;
    padding: 20px 0 20px 14%;
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #0032a1;
    display: inline-block;
    text-decoration: none;
}
.btn_hover:hover {
    background-color: #098fe7;
    color: #fff;
}
.open {
    position: relative;
}
.open::after {
    content: "\f103";
    font-family: Font Awesome\ 5 Free;
    margin: auto;
    position: absolute;
    top: 14.5px;
    right: 42px;
    font-size: 24px;
}
.open::before {
    content: "\f103";
    font-family: Font Awesome\ 5 Free;
    margin: auto;
    position: absolute;
    top: 14.5px;
    left: 42px;
    font-size: 24px;
}
.close {
    background-color: #2a3c54;
    position: relative;
    color: #fff!important;
}
.close::after {
    content: "\f102";
    font-family: Font Awesome\ 5 Free;
    margin: auto;
    position: absolute;
    top: 21.5px;
    right: 42px;
    font-size: 24px;
}
.close::before {
    content: "\f102";
    font-family: Font Awesome\ 5 Free;
    margin: auto;
    position: absolute;
    top: 21.5px;
    left: 42px;
    font-size: 24px;
}
.step_list {
    margin: 0;
    padding: 0;
}
.step_text {
    width: 100%;
    padding: 10px 0 15px 14%;
    background-color: #fff;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    text-decoration: none;
}
.step_text img {
    width: 25%;
    margin-right: 15px;
    padding-bottom: 5px;
}

/*繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ繧ｿ繧､繝医Ν*/
.title {
    position: relative;/*+繝槭�繧ｯ縺ｮ菴咲ｽｮ蝓ｺ貅悶→縺吶ｋ縺溘ａrelative謖�ｮ�*/
    cursor: pointer;
    font-size:15px;
    font-weight: normal;
    transition: all 0.1s ease;
    text-align: center;
    color: #000;
    display: block;
    font-size: 1.17em;
    margin: 0;

}

/*繧｢繧､繧ｳ繝ｳ縺ｮ�九→ﾃ�*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
}
.title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}
.title::after{
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}

/*縲close縺ｨ縺�≧繧ｯ繝ｩ繧ｹ縺後▽縺�◆繧牙ｽ｢迥ｶ螟牙喧縲*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ縺ｧ迴ｾ繧後ｋ繧ｨ繝ｪ繧｢*/
.box {
    display: none;/*縺ｯ縺倥ａ縺ｯ髱櫁｡ｨ遉ｺ*/
    background: #f3f3f3;
    padding: 3%;
    text-align: left;
    font-size: 14px;
}

.application_content {
    background-color: #f00;
    padding: 5% 0;
}

</pre></body></html>