<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#Header .inqbtn.inqbox-info {
    margin-right: 0;
}
.header_overlay {
    display: none;
}
.sympathy_wrap {
    margin: 0 30px 40px;
}
.sympathy-ttl {
    font-size:24px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 600;
    color: #3d3d3d;
    margin: 0 0 20px 0;
    line-height: 1;
    text-align: left;
}
.sympathy-txt {
    font-size:20px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #3d3d3d;
    line-height: 1.6;
    text-align: left;
}
.maintitle_is-bule {
    background: #1a36b1;
    border-bottom: 10px solid #0e2486;
    padding: 23px 0;
    margin: 0 0 40px 0;
}
.maintitle-ttl_is-bule {
    color: #ffffff;
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
}
.mv_wrap {
    margin-bottom: 40px;
}
.subttl_is-blue {
    padding: 22px 0 25px 0;
    background: #1a36b1;
    margin-bottom: 80px;
    position: relative;
}
.subttl_is-blue::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: #1a36b1 transparent transparent transparent;
    left: 50%;
    margin-left: -13px;
    bottom: -13px;
}
.subttl-is-blue {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.online_wrap {
    margin-bottom: 80px;
}
.online_box {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
}
.online_box_img {
    margin-right: 40px;
}
.online_box-txt {
    text-align: left;
    font-size: 20px;
    line-height: 2;
    margin-top: -10px;
}
.recommend_wrap {
    margin-bottom: 90px;
}
.recommend_wrap .subttl_is-blue {
    margin-bottom: 70px;
}
.recommend_list {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    width: 840px;
    margin: 0 auto;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
.recommend_list li dl dt {
    margin-bottom: 30px;
}
.recommend_list li dl dd {
    font-size: 22px;
    line-height: 1.36;
    font-weight: bold;
}
.flow_wrap {
    margin-bottom: 80px;
}
.flow_wrap .subttl_is-blue {
    margin-bottom: 75px;
}
.flow_list {
    margin-bottom: 60px;
}
.flow_list li {
    margin-bottom: 35px;
    padding: 0 0 35px 0;
    border-bottom: dotted #b2b2b2 4px;
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}
.flow_list li:last-child {
    margin-bottom: 0;
}
.flow_img {
    margin: 0 40px 0 30px;
}
.flow_list li dl {
    text-align: left;
}
.flow_list li dl dt {
    color: #1a36b1;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.8;
}
.flow_list li dl dd {
    font-size: 20px;
    line-height: 2;
}
.need_btn {
    display: table;
    width: 350px;
    height: 60px;
    margin: 0 auto;
}
.need-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    background: #1a36b1;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
.need-btn:hover {
    opacity: 0.7;
}
.need-btn span {
    position: relative;
    padding: 0 40px 0 40px;
}
.need-btn span:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 8px;
    top: 50%;
    right: 0;
    margin-top: -4px;
    background: url("../../images2/online_arrow_up.png") no-repeat 0 0;
    transform: rotate(180deg);
    background-size: 100% auto;
    transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
.need_btn.on .need-btn span:before {
    transform: rotate(0deg);
}
.need_wrap {
    margin: 60px 0 0 0;
}
.needobject_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.needobject_wrap ul li {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: 210px;
    height: 210px;
    font-size: 16px;
    line-height: 1.625;
    padding: 39px 20px 0 20px;
    border-radius: 150px;
    background: #ecf7fa;
    box-sizing: border-box;
    letter-spacing: -0.05em;
}
.needobject_wrap ul li.is-need01 {
    padding: 39px 0 0 0;
}
.needobject_wrap ul li.is-need02 {
    padding: 39px 25px 0 25px;
}
.needobject_wrap ul li.is-need03 {
    padding: 39px 25px 0 25px;
}
.needobject_wrap ul li.is-need04 {
    padding: 39px 25px 0 25px;
}
.needobject_wrap ul li .needobject-txt {
    position: relative;
    padding: 75px 0 0 0;
    text-align: center;
}
.needobject_wrap ul li .needobject-txt:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.needobject_wrap ul li.is-need01 .needobject-txt:before {
    top: 15px;
    width: 86px;
    height: 34px;
    background: url("../../images2/online_need_icn01.png") no-repeat 0 0;
    background-size: 100% auto;
}
.needobject_wrap ul li.is-need02 .needobject-txt:before {
    top: 8px;
    width: 40px;
    height: 42px;
    background: url("../../images2/online_need_icn02.png") no-repeat 0 0;
    background-size: 100% auto;
}
.needobject_wrap ul li.is-need03 .needobject-txt:before {
    top: 10px;
    width: 42px;
    height: 30px;
    background: url("../../images2/online_need_icn03.png") no-repeat 0 0;
    background-size: 100% auto;
}
.needobject_wrap ul li.is-need04 .needobject-txt:before {
    top: 0;
    width: 80px;
    height: 50px;
    background: url("../../images2/online_need_icn04.png") no-repeat 0 0;
    background-size: 100% auto;
}
.is-need04 span,
.is-need02 span {
    display: block;
    font-size: 10px;
}
.need_in {
    padding: 40px 30px 0 30px;
    border-radius: 20px;
    background: #fff;
}
.need-txt {
    font-size: 18px;
    line-height: 2;
    text-align: left;
}
.need-txt span.is-rlt {
    position: relative;
    padding-left: 18px;
    display: block;
    font-weight: bold;
}
.need-txt span.is-mark {
    color: #1a36b1;
    position: absolute;
    left: 0;
}
.need-txt a {
    color: #000 !important;
    font-weight: normal;
}
.need-txt.is-ver2 {
    position: relative;
    padding: 0 0 0 1em;
}
.need-txt.is-ver2 span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.need_list {
    overflow: auto;
}
.need_list li {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 2;
    padding: 0 0 0 1em;
    margin: 0 20px 0 0;
    text-align: left;
}
.need_list li:last-child {
    margin: 0 0 0 0;
}
.need_list li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #1a36b1;
}
.course_wrap {
    margin-bottom: 80px;
}
.course_wrap .subttl_is-blue {
    margin-bottom: 70px;
}
.course_in {
    border-radius: 30px;
    background: #ecf7fa;
    box-sizing: border-box;
    padding: 80px 70px;
}
.course_in table {
    border: solid 1px #b2b2b2;
    border-bottom: 0px;
}
.course_in th {
    background: #eeeeee;
    font-size: 28px;
    padding: 37px 0 34px;
    border-bottom: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;
    width: 240px;
    box-sizing: border-box;
}
.course_in td {
    background: #fff;
    border-bottom: solid 1px #b2b2b2;
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    width: 640px;
    box-sizing: border-box;
    padding: 30px 0 21px;
}
.course_in td .is-add {
    font-size: 28px;
}
.line {
    text-decoration-line: line-through;
    text-decoration-style:solid;
    text-decoration-color: #f9627b;
    position: relative;
}
.sml {
    font-weight: normal;
    font-size: 18px;
    display: block;
    margin-top: 10px;
    line-height: 1.3;
}
.pink {
    color: #f9627b;
    font-size: 22px;
    margin-left: 25px;
    position: absolute;
}
.pink.ver2 {
    margin-left: 10px;
}
.attention {
    font-size: 18px;
    text-align: right;
    margin-top: 10px;
}
.nyukai_wrap {
    margin-bottom: 100px;
}
.nyukai_wrap .subttl_is-blue {
    margin-bottom: 75px;
}
.heading_is-pink {
    width: 460px;
    height: 80px;
    background: #f9627b;
    border-radius: 10px;
    position: relative;
    margin: 0 auto 60px;
}
.heading_is-pink::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: #f9627b transparent transparent transparent;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
}
.heading-is-pink {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 2.6;
    text-align: center;
}
.flow_list.ver2 {
    margin-bottom: 40px
}
.flow_list.ver2 li:nth-child(1) .flow_img {
    margin: 0 110px 0 85px;
}
.flow_list.ver2 li:nth-child(2) .flow_img {
    margin: 0 112px 0 85px;
}
.flow_list.ver2 li:nth-child(3) .flow_img {
    margin: 0 130px 0 104px;
}
.btn_box {
    padding: 48px 52px 42px;
    box-sizing: border-box;
    border: solid 2px #1a36b1;
}
.btn_box-ttl {
    font-size: 28px;
    margin-bottom: 40px;
}
.btn_box-ttl span {
    font-size: 31px;
    font-weight: bold;
}
.btn_set {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
.online_btn a {
    font-size: 26px;
    font-weight: bold;
    width: 440px;
    height: 100px;
    text-align: center;
    line-height: 1;
    display: block;
    text-decoration: none;
}
.online_btn a:hover {
    opacity: 0.7;
}
.online_btn.is-ylw a {
    background: #fef100;
    color: #1a36b1;
}
.online_btn.is-blue a {
    background: #1a36b1;
    color: #fff;
    font-size: 24px;
}
.online_btn a span {
    position: relative;
    display: block;
    padding-top: 54px;
    box-sizing: border-box;
}
.online_btn.is-ylw a span::before {
    position: absolute;
    content: "";
    background: url(../../images2/online_btn_icn01.png) no-repeat;
    width: 30px;
    height: 34px;
    left: 50%;
    margin-left: -15px;
    top: 12px;
}
.online_btn.is-blue a span::before {
    position: absolute;
    content: "";
    background: url(../../images2/online_btn_icn02.png) no-repeat;
    width: 36px;
    height: 26px;
    left: 50%;
    margin-left: -18px;
    top: 16px;
}
.soudan_wrap {
    margin-bottom: 105px;
}
.soudan_in {
    padding: 80px 0 70px;
    box-sizing: border-box;
    background: #ecf7fa;
    border-radius: 30px;
    margin-bottom: 105px;
}
.soudan_method {
    width: 690px;
    margin: 0 auto 60px;
    border: solid 1px #b2b2b2;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    line-height: 3.3334;
}
.soudan_method dt {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    font-size: 24px;
    font-weight: bold;
    background: #eeeeee;
    line-height: 2.5;
    border-right: solid 1px #b2b2b2;
    box-sizing: border-box;
}
.soudan_method dd {
    font-size: 24px;
    font-weight: bold;
    background: #fff;
    line-height: 3.1;
    width: 500px;
}
.soudan_method.is-ver2 dt {
    height: 170px;
}
.soudan_method.is-ver2 dd {
    line-height: 1.6;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    text-align: right;
    box-sizing: border-box;
}
.is-day_in {
    padding-left: 140px;
    position: relative;
}
.soudan_method.is-ver2 dd span.is-abso {
    position: absolute;
    left: 40px;
}
.soudan_method.is-ver2 dd p.is-limit {
    font-size: 16px;
    font-weight: normal;
}
.soudan-flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 850px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.soudan-img {
    width: 300px;
}
.soudan-txt {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
    line-height: 2;
    padding-left: 40px;
}
.soudan-sub-txt {
    font-size: 16px;
    margin-top: 20px;
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    line-height: 1.6;
}
.soudan-sub-txt .is-txt {
    position: relative;
    padding-left: 20px;
}
.soudan-sub-txt .is-mark {
    position: absolute;
    left: 0;
}
.soudan_btn {
    width: 380px;
    margin: 0 auto;
}
.soudan_btn a {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    height: 80px;
    background: #1a36b1;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 24px;
    border-radius: 40px;
    text-decoration: none;
}
.soudan_btn a:hover {
    opacity: 0.7;
}
.soudan_btn a::before {
    position: absolute;
    content: "";
    background: url(../../images2/online_arrow_right.png) no-repeat;
    width: 10px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    right: 53px;
}
.soudan_bln {
    width: 690px;
    background: #fff;
    margin: 60px auto 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 30px;
}
.soudan_bln-txt {
    font-size: 20px;
    line-height: 2;
}
.faqSec_wrap {
    width: 100%;
    max-width: 1020px;
    margin: 45px auto 100px auto;
}
.faq_tab {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 900px;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.faq_tab_btn {
    display: table;
    width: 430px;
    height: 50px;
}
.faq_tab_btn.on {
    width: 450px;
    height: 70px;
}
.faq_tab_btn span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-top: 5px;
    background: #fef100;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: -20px;
}
.faq_tab_btn.on span {
    background: #1a36b1;
    color: #fff;
    font-size: 24px;
}
.faq_wrap {
    display: none;
}
.faq_wrap.on {
    display: block;
    padding: 60px 55px;
    box-sizing: border-box;
    background: #1a36b1;
    position: relative;
    z-index: 2;
    margin-bottom: 90px;
}
.faq_wrap dl {
    margin: 0 0 10px 0;
    border-radius: 10px;
    background: #ffffff;
}
.faq_wrap dl:last-child {
    margin: 0;
}
.faq_wrap dl dt {
    position: relative;
    font-size: 18px;
    padding: 30px 75px 30px 30px;
    cursor: pointer;
    text-align: left;
}
.faq_wrap dl dt:before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 12px;
    top: 50%;
    right: 30px;
    margin-top: -5.5px;
    z-index: 10;
    background: url("../../images2/online_arrow_blue.png") no-repeat 0 0;
    background-size: 100% auto;
    transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
.faq_wrap dl dt.on:before {
    transform: rotate(180deg);
}
.faq_wrap dl dd {
    display: none;
    font-size: 16px;
    padding: 0 30px 30px 30px;
    text-align: left;
    line-height: 1.8;
}
.faq_wrap dl dd .faq-txt {
    padding: 20px;
    background: #ecf7fa;
    border-radius: 10px;
}
.faq_wrap dl dd .faq-txt a {
    color: #1a36b1;
    text-decoration: underline;
}
.faq-txt span {
    display: block;
    position: relative;
    padding: 0 0 0 60px;
}
.faq-txt span:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    z-index: 10;
}
.faq_wrap dl dt .faq-txt span:before {
    top: 50%;
    margin-top: -20px;
    background: url("../../images2/online_q_icn.png") no-repeat 0 0;
}
.faq_wrap dl dd .faq-txt span:before {
    top: 0;
    background: url("../../images2/online_a_icn.png") no-repeat 0 0;
}
.faq_btn {
    margin-bottom: 50px;
}
.faqbtn-txt {
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.8;
}
.faq_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    background: #1a36b1 url(../../images2/);
    text-decoration: none;
    font-size: 18px;
    position: relative;
}
.faq_btn a::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 8px;
    background: url(../../images2/online_arrow_up.png) no-repeat 0 0 / 12px auto;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    transform: rotate(90deg);
}
.faq_btn a:hover {
    opacity: 0.7;
}
.tag_link {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
    justify-content: flex-end;
}
.tag_link li {
    margin-left: 50px;
}
.tag_link li a {
    font-size: 20px;
    font-weight: bold;
    padding-left: 33px;
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
}
.tag_link li:first-child {
    margin-left: 0;
}
.tag_link li a:hover {
    text-decoration: underline;
}
.tag_link li a::before {
    position: absolute;
    content: "";
    background: url(../../images2/online_tag_img.png) no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
}
.online_tearm_box,.online_legal_box {
    width: 1024px;
    margin: 0 auto 80px;
}
.online_tearm_box p,.online_legal_box p {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
.tearm-txt {
    margin-bottom: 40px;
}
.online_tearm_box dl,.online_legal_box dl {
    text-align: left;
    margin-bottom: 15px;
}
.online_tearm_box dl dt,.online_legal_box dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.online_tearm_box dl dd,.online_legal_box dl dd {
    font-size: 16px;
    line-height: 2;
}
/*20230711*/
.onlineMve_wrap {
    width: 372px;
    margin: 40px 0 0;
}
.onlineMve_txt {
    font-size: 25px;
    font-weight: bold;
    color: #1a36b1;
}
.onlineMve_txt span {
    display: inline-block;
    position: relative;
}
.onlineMve_txt span:before,
.onlineMve_txt span:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.onlineMve_txt span:before {
    left: -31px;
    width: 26px;
    height: 32px;
    background: no-repeat url(../../images2/onlineMve_txt_l.png) center/100% auto;
}
.onlineMve_txt span:after {
    right: -34px;
    width: 29px;
    height: 32px;
    background: no-repeat url(../../images2/onlineMve_txt_r.png) center/100% auto;
}
.onlineMve_mve {
    margin: 30px 0 0;
}
.onlineMve_mve iframe {
    width: 100%;
}
.news-txt {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}
.news-txt.ver2 {
    margin-bottom: 95px;
}
.news-txt .fw-b {
    font-weight: bold;
}
</pre></body></html>