@charset "utf-8";

/*ここでは
	マニュアルページ
	などを記述します
*/

body {
	/*display: none;*/
    /*opacity: 0;*/
}
.contents_main_top,
.contents_area {
    opacity: 0;
    transition: 1s;
}
.contents_main_top.fade,
.contents_area.fade {
    opacity: 1;
}
#page-bottom {
    display: none;
}
.container {
    overflow: hidden;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.fbold {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
}
.inline-block {
    display: inline-block;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media screen and (max-width: 960px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.contents_head .sp_contents_head_navi {
    display: none;
}
.contents_col2 {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.contents_main {
    order: 2;
    background: #E8F1F2;
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
    padding-bottom: 160px;
}
.contents_side {
    order: 1;
    width: 330px;
    background: #58626C;
    position: relative;
}
.pc_slidemenu {
    display: block;
}
#main-sidebar {
    display: none !important; 
}
@media screen and (max-width: 1300px) {
    .contents_main {
        width: 77%;
    }
    .contents_side {
        width: 23%;
    }  
}
@media screen and (max-width: 960px) {
    .contents_col2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 93px;
    }
    .contents_main {
        width: 100%;
        order: 1;
        padding-bottom: 0;
    }
    .contents_side {
        width: 100%;
        order: 2;
    }
    .pc_slidemenu {
        display: none;
    }
    #main-sidebar {
        display: block !important; 
    }
    
}

/* contents_side
============================================================================================================ */
.contents_side,
.contents_side a,
.main_navi,
.main_navi a {
    color: #fff;
}
.contents_side p,
.main_navi p {
    margin-bottom: 0;
}
.home_navi {
    height: 97px;
}
.home_navi a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 35px 35px 0;
}
.home_navi span {
    padding-left: 23px;
    position: relative;
}
.home_navi span:before {
    content:"";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/icon/icon_home_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
    -webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
}
.home_navi a:hover {
    color: #FF8F00;
}
.home_navi a:hover span:before {
    background: url("../img/icon/icon_home_orange.svg") no-repeat;
    background-size: 100% auto;
}
.main_navi .plus {
    padding: 17px 40px 17px 35px;
    -webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
}
.main_navi li.main_navi_03 .plus  {
    padding-right: 23px;
}
.main_navi .plus {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    cursor: pointer;
    -webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
    position: relative;
}
.main_navi .plus:after {
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon/icon_arrow_square_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 12px;
    bottom: 8px;
    transition: .5s;
    transform: rotateZ(0deg);
}
.main_navi .plus.open:after {
    transform: rotateZ(180deg);
}
.main_navi .plus > span:first-child,
.main_navi .plus > p:first-child {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.main_navi li > ul {
    margin-top: 15px;
    padding-bottom: 35px;
}
.main_navi li > ul > li {
    letter-spacing: 0;
    padding: 0.3em 25px 0.3em 35px;
    padding-left: -webkit-calc(35px + 2em);
    padding-left: calc(35px + 2em);
    text-indent: -2em;
    -webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
}
.main_navi li  > ul > li a {
    display: block;
}
.main_navi li > ul > li:hover a {
    color: #fff;
}
.main_navi .howto01 {
    background: #50a300;
}
.main_navi .howto01 .plus:hover {
    background: #82cf00;
}
.main_navi .howto01 > ul > li:hover {
    background: #82cf00;
}
.main_navi .howto01 > ul > li.current a {
    color: #acdf56;
}
.main_navi .howto02 {
    background: #0093cb;
}
.main_navi .howto02 .plus:hover {
    background: #00C0FF;
}
.main_navi .howto02 > ul > li:hover {
    background: #00C0FF;
}
.main_navi .howto02 > ul > li.current a {
    color: #64D9FF;
}
.main_navi .howto03 {
    background: #bf6a00;
}
.main_navi .howto03 .plus:hover {
    background: #FF8F00;
}
.main_navi .howto03 > ul > li:hover {
    background: #FF8F00;
}
.main_navi .howto03 > ul > li.current a {
    color: #FFB455;
}
.main_navi .faq {
    background: #6f7a86;
}
.main_navi .faq .plus:hover {
    background: #86939F;
}
.main_navi .faq > ul > li:hover {
    background: #86939F;
}
.main_navi .faq > ul > li.current a {
    color: #B2BDC7;
}
.bnr_list {
    padding: 40px 30px;
}
.bnr_list li + li {
    margin-top: 5px;
}
.bnr_list li a {
    display: block;
}
.bnr_list li a:hover {
    opacity: 0.45;
}
.sub_navi {
    padding: 40px 35px;
    position: absolute;
    left: 0;
}
.sub_navi li + li {
    margin-top: 0.7em;
}
.sub_navi a {
    text-decoration: underline !important;
}
#footer {
    display: block;
    width: 330px;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media screen and (max-width: 1300px) {
    .home_navi a,
    .main_navi .plus {
        font-size: 16px;
    }
    .main_navi .plus > span:first-child,
    .main_navi .plus > p:first-child{
        font-size: 22px;
    }
    #footer {
        width: 100%;
    }
}
@media screen and (max-width: 960px) {
    .home_navi {
        height: inherit;
    }
    .home_navi a {
        font-size: 14px;
        padding: 5% 4vw;
    }
    .home_navi span {
        padding-left: 20px;
    }
    .home_navi span:before {
        width: 13px;
        height: 13px;
        margin-top: -2px;
    }
    .main_navi li > ul {
        margin-top: 10px;
    }
    .main_navi li > ul > li {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .main_navi .plus,
    .main_navi > li > div,
    .main_navi > li > p {
        padding: 5% 4vw 5% 4vw;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .main_navi li.main_navi_03 .plus  {
        padding-right: 4vw;
    }
    .main_navi .plus {
        line-height: 1.5;
    }
    .main_navi .plus,
    .main_navi > li > div,
    .main_navi > li p {
        font-size: 16px;
    }
    .main_navi > li > div > p:first-child,
    .main_navi .plus > span:first-child,
    .main_navi > li > p > span:first-child,
    .main_navi .plus > p:first-child{
        display: inline-block;
        font-size: 18px;
        margin-bottom: 3px;
        width: 65px;
        word-wrap: break-word;
        padding-right: 10px;
    }
    .main_navi > li > div > p:nth-child(2),
    .main_navi .plus > span:nth-child(2),
    .main_navi > li > p > span:nth-child(2) {
        display: inline-block;
        width: -webkit-calc(100% - 65px);
        width: calc(100% - 65px);
    }
    .main_navi .howto01 .plus:hover {
        background: #50a300;
    }
    .main_navi .howto02 .plus:hover {
        background: #0093cb;
    }
    .main_navi .howto03 .plus:hover {
        background: #bf6a00;
    }
    .main_navi .faq .plus:hover {
        background: #6f7a86;
    }
    .bnr_list {
        padding: 40px 14%;
    }
    .sub_navi {
        padding: 0 14% 40px;
        position: relative;
        left: 0;
    }
    .sub_navi li + li {
        margin-top: 1em;
    }
    #footer {
        width: 100%;
        position: relative;
    }
}

/* contents_head
============================================================================================================ */
.contents_head {
    background: #e8f1f2;
}
.contents_head > div:first-child {
    height: 97px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    max-width: 930px;
    margin-left: 60px;
    /*margin-right: auto;*/
}
.contents_head .title_search {
    font-size: 24px;
    font-weight: bold;
    color: #474F58;
    width: 200px;
    margin-bottom: 0;
}
.contents_head .search_keyword {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.contents_head .search_keyword form {
    width: 100%;
    display:flex;
}
.contents_head .search_box {
    font-size: 16px;
    border: 2px solid #58626C;
    border-radius: 10px;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    height: 48px;
    margin-right: 15px;
    padding: 0 1em;
}
.contents_head input[type="text"]:focus {
    outline: none;
}
.contents_head .search_btn {
    display: block;
    text-align: left;
    color: #fff;
    background: #00c0ff;
    border-radius: 10px;
    font-size: 18px;
    width: 160px;
    min-height: 48px;
    padding-left: 40px;
    position: relative;
    transition: all 0.3s;
}
html[lang="ta"] .contents_head .search_btn{
    padding-bottom: 0.5em;
}
.contents_head .search_btn:before {
    content:"";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../img/icon/icon_search_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.contents_head .search_btn:hover {
    background: #FF8F00;
}
input::placeholder,
textarea::placeholder{
  color: #B2B2B2;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
    transition: .1s;
}
/* Chrome・Safari用 */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    transition: .1s;
}
/* Firefox18以前用 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
    transition: .1s;
}
/* Firefox19以上用 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    transition: .1s;
}
@media screen and (max-width: 1430px) {
    .contents_head > div:first-child {
        width: auto;
        padding-left: 4vw;
        padding-right: 3vw;
        max-width: -webkit-calc(980px + 7vw);
        max-width: calc(980px + 7vw);
        margin-left: 0;
    }
}
@media screen and (max-width: 1050px) {
    .contents_head .title_search {
        font-size: 20px;
        width: 160px;
    }
    .contents_head .search_keyword {
        width: -webkit-calc(100% - 160px);
        width: calc(100% - 160px);
    }
}
@media screen and (max-width: 960px) {
    .contents_head {
        position: relative;
    }
    .contents_head > div:first-child {
        height: 105px;
        display: block;
        padding: 17px 7.25vw 0;
    }
    .contents_head .title_search {
        font-size: 16px;
        width: auto;
        margin-bottom: 5px;
    }
    .contents_head .search_keyword {
        width: 100%;
    }
    .contents_head .search_box {
        font-size: 12px;
        border: 1px solid #58626C;
        border-radius: 5px;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: 30px;
        margin-right: 6px;
        padding: 0 1em;
    }
    .contents_head .search_btn {
        border-radius: 5px;
        width: 40px;
        height: 30px;
        min-height: 30px;
    }
    .contents_head .search_btn:before {
        width: 16px;
        height: 16px;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .contents_head .search_btn span {
        display: none;
    }
    .contents_head {
        height: 105px;
    }
    .contents_head .sp_contents_head_navi {
        width: 100%;
        display: none;
        position: absolute;
        top: 105px;
        z-index: 10;
    }
    .contents_head .sp_contents_head_navi .main_navi > li {
        display: none;
    }
    .contents_head .sp_contents_head_navi .main_navi > li > p:after {
        bottom: inherit;
        top: -100px;
    }
    .contents_head .sp_contents_head_navi .main_navi li > ul.display {
        margin-top: 0;
        display: block !important;
    }
}

/* contents_area
============================================================================================================ */
body.howto01 .contents_main {
    background: #50a300;
}
body.howto02 .contents_main {
    background: #0093cb;
}
body.howto03 .contents_main {
    background: #bf6a00;
}
body.faq .contents_main {
    background: #E8F1F2;
}
.contents_area {
    max-width: 980px;
    margin-left: 60px;
    /*margin-right: auto;*/
    position: relative;
}
.contents_main .section {
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
}
.topic_path {
	font-size: 12px;
    color: #fff;
	position: relative;
	z-index: 1;
}
.topic_path ul {
    padding: 1em 0;
}
.topic_path li a {
    color: #fff;
    text-decoration: none!important;
}
.topic_path li {
	display: inline;
    position: relative;
}
.topic_path li:after{
	content:">>";
    margin-left: 2px;
	margin-right: 2px;
    pointer-events: none;
}
.topic_path li:last-child:after{
    content: none;
}
.topic_path li span {
    position: relative;
    -webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.topic_path li:first-child span {
    padding-left: 20px;
}
.topic_path li:first-child span:before {
    content:"";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url("../img/icon/icon_home_white.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
    -webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.topic_path li a:hover span {
    color: #FF8F00;
}
.topic_path li:first-child a:hover span:before {
    background: url("../img/icon/icon_home_orange.svg") no-repeat;
    background-size: 100% auto;
}
.faq .topic_path,
.faq .topic_path li a {
    color: #58626C;
}
.faq .topic_path li:first-child span:before {
    background: url("../img/icon/icon_home_gray.svg") no-repeat;
    background-size: 100% auto;
}
.title_l {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0.5em;
}
.title_l span {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    padding: 0.1em 0.9em;
    margin-bottom: 10px;
}
.faq .title_l {
    color: #363B43;
}
.faq .title_l span {
    color: #fff;
}
.title_m {
    font-size: 24px;
    display: inline-block;
    color:#474F58;
    margin-bottom: 1em;
}
body.howto01 .title_l span {
    background: #1e7600;
}
body.howto02 .title_l span {
    background: #006697;
}
body.howto03 .title_l span {
    background: #7E4500;
    margin-bottom: 0;
}
body.howto03 .title_l span:nth-child(2) {
    background: none;
    color: #7E4500;
    border: 2px solid #7E4500;
    font-size: 20px;
    padding: 0.2em 2em 0.15em 0.5em;
    margin-bottom: 10px;
}
body.faq .title_l span {
    background: #6F7A86;
}
.white_contents {
    line-height: 1.7;
    background: #fff;
    border-radius: 20px;
    padding: 5.5% 7.65%;
}
.white_contents p {
    font-size: 15px;
}
.white_contents a {
    text-decoration: underline;
}
.white_contents h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 1em;
}
body.howto01 .white_contents h2 {
    color: #1E7600;
}
body.howto02 .white_contents h2 {
    color: #006697;
}
body.howto03 .white_contents h2 {
    color: #7E4500;
}
.white_contents h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
}
.white_contents h3 + h3 {
    margin-top: 1em;
}
.white_contents h4 {
    font-size: 16px;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}
.white_contents table {
    border-collapse: collapse;
	border-spacing: 0;
    table-layout: fixed;
    border: 4px solid #6F7A86;
    width: 100%;
}
.white_contents table th,
.white_contents table td {
    font-size: 15px;
    line-height: 1.7;
	padding: 0.5em 1em;
	word-wrap:break-word;
    border: 1px solid #6F7A86;
}
.white_contents table th {
    background: #D3DEE6;
}
.white_contents table tr:nth-child(even) > th {
    background: #DEE8EC;
}
.white_contents table.sp_scroll {
    border-collapse: collapse;
	border-spacing: 0;
    table-layout: fixed;
    border: 4px solid #6F7A86;
    width: 100%;
}
.white_contents table.sp_scroll th {
    font-weight: bold;
}

.white_contents ul ul > li {
    padding-left: 2em;
}
.paging {
    margin: 20px 0;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.paging li {
    position: relative;
    font-weight: bold;
    min-width: 29%;
    max-width: 41%;
}
.paging li a {
    display: block;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 25px 48px;
    text-decoration: none;
    color: #fff !important;
}
body.howto01 .paging li a {
    border: 2px solid #acdf56;
}
body.howto02 .paging li a {
    border: 2px solid #64D9FF;
}
body.howto03 .paging li a {
    border: 2px solid #FFB455;
}
body.faq .paging li a {
    border: 2px solid #86939F;
}
.paging li.prev {

}
.paging li.next {
    text-align: left;
    margin-left: auto;
}
.paging li.prev:after,
.paging li.next:after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 17px;
	height: 28px;
    background: url("../img/icon/icon_arrow_white.svg")no-repeat;
    background-size: 100% auto;
    -webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
    position: absolute;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.paging li.prev:after {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.paging li.next:after {
    right: 10px;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
}
.paging li a:hover {
    color: #FF8F00 !important;
    border: 2px solid #FF8F00 !important;
}
.paging li.prev:hover:after,
.paging li.next:hover:after {
    background: url("../img/icon/icon_arrow_orange_l.svg")no-repeat;
    background-size: 100% auto;
}
.paging li.prev:hover:after {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.paging li.next:hover:after {
    right: 10px;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 1430px) {
    .contents_area {
        width: auto;
        padding-left: 4vw;
        padding-right: 3vw;
        max-width: -webkit-calc(980px + 7vw);
        max-width: calc(980px + 7vw);
        margin-left: 0;
    }
    .contents_main .section {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .faq .contents_main .section {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 960px) {
    .topic_path {
        position: absolute;
        left: 5vw;
        bottom: 0;
        padding-right: 5vw;
    }
    .topic_path ul {
        padding: 1.5em 0 1.3em;
    }
    .faq .topic_path,
    .faq .topic_path li a {
        color: #fff;
    }
    .faq .topic_path li:first-child span:before {
        background: url("../img/icon/icon_home_white.svg") no-repeat;
        background-size: 100% auto;
    }
    .faq .topic_path:before {
        content:"";
        display: inline-block;
        width: 150vw;
        height: 100%;
        background: #6F7A86;
        position: absolute;
        left: -50vw;
        bottom: 0;
    }
    .contents_area {
        padding-left: 7.25vw;
        padding-right: 7.25vw;
    }
    .contents_area .icon_arrow {
        width: 20px;
        height: 20px;
        background: url("../img/icon/icon_arrow_square_white.svg") no-repeat;
        background-size: 100% auto;
        position: absolute;
        right: 3.5vw;
        top: 38px;
        z-index: 11;
        transition: .5s;
        transform: rotateZ(0deg);
        pointer-events: none;
    }
    .contents_main.open .contents_area .icon_arrow {
        transform: rotateZ(180deg);
    }
    .title_l {
        font-size: 18px;
        font-weight: bold;
        padding: 12px 45px 12px 0;
        padding-right: calc(25px + 7.25vw);
        margin-bottom: 0.3em;
        margin-right: -7.25vw;
    }
    .title_l span {
        font-size: 18px;
        padding: 0.1em 0.7em;
    }
    body.faq .title_l {
        color: #fff;
        position: relative;
        z-index: 2;
        padding-bottom: 25px;
        margin-bottom: 1em;
    }
    body.faq .title_l:before {
        content:"";
        display: inline-block;
        width: 120vw;
        height: 100%;
        background: #6F7A86;
        position: absolute;
        right: calc(-50vw + 50%);
        top: 0;
        z-index: -1;
    }
    body.faq .title_l span {
        background: #474F58;
    }
    .title_m {
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        display: block;
    }
    body.howto03 .title_l span:nth-child(2) {
        font-size: 16px;
        padding: 0.2em 0.5em 0.2em 0.5em;
    }
    .white_contents {
        border-radius: 0;
        padding: 7% 0 25%;
        position: relative;
        z-index: 2;
    }
    .white_contents:before {
        content:"";
        display: inline-block;
        width: 100vw;
        height: 100%;
        background: #fff;
        position: absolute;
        left: calc(-50vw + 50%);
        top: 0;
        z-index: -1;
    }
    .white_contents h2 {
        font-size: 18px;
    }
    .white_contents h3 {
        font-size: 16px;
        margin-bottom: 0.75em;
    }
    .white_contents h3 + h3 {
        margin-top: 0.75em;
    }
    .white_contents h4 {
        font-size: 15px;
    }
    .white_contents table {
        border: none;
        width: 100%;
    }
    .white_contents table th,
    .white_contents table td {
        font-size: 14px;
        display: block;
        width: 100% !important;
        padding: 1em 0;
        border: none;
    }
    .white_contents table th {
        font-weight: bold;
        padding: 0.4em 1em;
        background: #DEE8EC;
        margin-left: -2%;
        margin-right: -2%;
        width: 104% !important;
    }
    .white_contents table td {
        margin-bottom: 2em;
    }
    
    .white_contents table.sp_scroll {
        width: 800px;
    }
        .white_contents table.sp_scroll th,
    .white_contents table.sp_scroll td {
        font-size: 14px;
        line-height: 1.7;
        display: table-cell;
        padding: 0.5em 1em;
        word-wrap:break-word;
        border: 1px solid #6F7A86;
    }
    .white_contents table.sp_scroll th {
        background: #D3DEE6;
        margin-left: 0;
        margin-right: 0;
        width: inherit !important;
    }
    .white_contents table.sp_scroll td {
        margin-bottom: 0;
    }
    .white_contents table.sp_scroll tr:nth-child(even) > th {
        background: #DEE8EC;
    }
    
    .white_contents ul ul > li {
        padding-left: 1em;
    }
    .paging {
        margin: 20px 0 20%;
        display: block;
    }
    .paging li {
        min-width: inherit;
        max-width: 80%;
    }
    .paging li a {
        display: inline-block;
        border: none !important;
        padding: 0 15px;
    }
    .paging li + li {
        margin-top: 1.5em;
    }
    .paging li.prev:after,
    .paging li.next:after {
        width: 13px;
        height: 22px;
    }
    .paging li.prev:after {
        left: -2.5vw;
    }
    .paging li.next:after {
        right: -2.5vw;
    }
    .paging li a:hover {
        border: none !important;
    }
    .paging li.prev:hover:after {
        left: -2.5vw;
    }
    .paging li.next:hover:after {
        right: -2.5vw;
    }
}

/* section
============================================================================================================ */
.section {
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
}
/* col_
============================================================================================================ */
.col_2,
.col_3,
.col_4 {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col_5 {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.col_2 > li,
.col_2 > div,
.col_2 > ul,
.col_2 > dl,
.col_2 > section {
    width: 47.27%;
    margin-bottom: 3%;
}
.col_2_s > li,
.col_2_s > div,
.col_2_s > ul,
.col_2_s > dl,
.col_2_s > section {
    width: 45%;
    margin-bottom: 3%;
}
.col_2_l > li,
.col_2_l > div,
.col_2_l > ul,
.col_2_l > dl,
.col_2_l > section {
    width: 48%;
    margin-bottom: 2%;
}
.col_3 > li,
.col_3 > div,
.col_3 > ul,
.col_3 > dl,
.col_3 > section {
    width: 30.86%;
    margin-bottom: 3.71%;
}
.col_3:after {
    content:"";
    display: block;
    width: 30.86%;
}
.col_4 > li,
.col_4 > div,
.col_4 > ul,
.col_4 > dl,
.col_4 > section {
    width: 23.7%;
    margin-bottom: 3%;
}
.col_4:before {
    content: "";
    display: block;
    width: 23.7%;
    order: 1;
}
.col_4:after {
    content: "";
    display: block;
    width: 23.7%;
}
.col_5 > li,
.col_5 > div,
.col_5 > ul,
.col_5 > dl {
    width: 18.4%;
    margin-bottom: 3%;
    margin-right: 2%;
}
.col_5 > li:nth-of-type(5n),
.col_5 > div:nth-of-type(5n),
.col_5 > ul:nth-of-type(5n),
.col_5 > dl:nth-of-type(5n){
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .col_2,
    .col_3,
    .col_4,
    .col_5 {
        display: block;
    }
    .col_2 > li,
    .col_2 > div,
    .col_2 > ul,
    .col_2 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_2_s > li,
    .col_2_s > div,
    .col_2_s > ul,
    .col_2_s > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_2_l > li,
    .col_2_l > div,
    .col_2_l > ul,
    .col_2_l > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_3 > li,
    .col_3 > div,
    .col_3 > ul,
    .col_3 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_3:after {
        content: none;
    }
    .col_4 > li,
    .col_4 > div,
    .col_4 > ul,
    .col_4 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .col_4:before,
    .col_4:after {
        content: none;
    }
    .col_5 > li,
    .col_5 > div,
    .col_5 > ul,
    .col_5 > dl{
        width: 100%;
        margin-bottom: 5%;
    }
    .sp_col_2 {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sp_col_2 > li,
    .sp_col_2 > div,
    .sp_col_2 > ul,
    .sp_col_2 > dl{
        width: 48.5%;
        margin-bottom: 3%;
    }
}


/* box_list
============================================================================================================ */
.box_list li {
    display:block;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.3);
}
.box_list li > a {
    display: block;
    border: 0;
}

/* list_manual
============================================================================================================ */
.box_list.list_manual li a {
    padding: 11% 20px 3%;
    color:#363B43;
}
.box_list.list_manual li .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    margin-bottom: 1em;
}
.box_list.list_manual li p {
    font-size: 15px;
    line-height: 1.73;
    letter-spacing: 0;
    margin-bottom: 0;
}
.box_list.list_manual li p + p {
    margin-top: 1em;
}
.box_list.list_manual li p .arrow_b {
    font-size: 14px;
}
span.arrow_b {
	position: relative;
	padding-left: 1.6em;
	line-height: 1.1;
	text-decoration: underline;
    color: #0093CB;
    -webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
span.arrow_b:before {
	content: "";
	background: #00C0FF url(../img/icon/arrow_r.svg) no-repeat center center / contain;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.box_list.list_manual li a:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -webkit-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -moz-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -o-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -ms-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
}
.box_list.list_manual li a:hover span.arrow_b {
    color: #FF8F00;
}
.box_list.list_manual li a:hover span.arrow_b:before {
	background: #FF8F00 url(../img/icon/arrow_r.svg) no-repeat center center / contain;
}
@media screen and (max-width: 960px) {
    .box_list.list_manual.list_manual_slide {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        margin-top: -15px;
    }
    .box_list.list_manual .slick-list {
        width: 100%;
        padding: 0 36vw 0 0 !important;
    }
    .box_list.list_manual.list_manual_slide li {
        width: 100%;
        margin: 15px 0 15px 4.25vw;
    }
    .box_list.list_manual li a {
        padding: 8% 18px 3%;
    }
    .box_list.list_manual li .title {
        font-size: 16px;
        margin-bottom: 0.5em;
    }
    .box_list.list_manual li p {
        font-size: 14px;
    }
    .box_list.list_manual li p + p {
        margin-top: 0.5em;
    }
    .box_list.list_manual li p .arrow_b {
        color: #0093CB;
    }
}

/* list_category
============================================================================================================ */
.box_list.list_category li {
    margin-bottom: 3%;
}
.box_list.list_category li a {
    padding: 9% 50px 9% 20px;
    color: #363B43;
    position: relative;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.box_list.list_category li.current a {
    opacity: 0.5;
}
.box_list.list_category li a:before {
    content: '';
    display: inline-block;
    padding: 0;
    width: 17px;
    height: 28px;
    background: url(../img/icon/icon_arrow_blue.svg)no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.box_list.list_category li a .title {
    font-size: 15px;
    line-height: 1.73;
    padding-left: 2em;
    text-indent: -2em;
    letter-spacing: 0;
    margin-bottom: 0;
}
.box_list.list_category li a .title > p {
    display:inline;
    font-size: 15px;
}
.box_list.list_category li a:hover {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -webkit-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -moz-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -o-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -ms-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
}
.box_list.list_category li a:hover:before {
    background: url(../img/icon/icon_arrow_orange.svg)no-repeat;
    background-size: 100% auto;

}
@media screen and (max-width: 960px) {
    .box_list.list_category.col_3 {
        margin-left: -3vw;
        margin-right: -3vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box_list.list_category li {
        width: 47%;
        margin-bottom: 6%;
    }
    .box_list.list_category li a {
        padding: 9% 18px 15%;
    }
    .box_list.list_category li a:before,
    .box_list.list_category li a:after {
        content: none;
    }
    .box_list.list_category li a .title {
        font-size: 14px;
        padding-left: 0;
        text-indent: 0;
    }
    .box_list.list_category li a .title span,
    .box_list.list_category li a .title > p {
        display: block;
        font-size: 16px;
        margin-bottom: 0;
    }
    
}

/* list_pickup
============================================================================================================ */
.list_pickup {
    margin: 60px 0 75px;
}
.list_pickup li a {
    color: #363B43;
    position: relative;
    display: block;
    height: 100%;
}
.list_pickup .catch {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 1em;
    color: #fff;
    background: #6F7A86;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0;
}
.list_pickup .title {
    font-size: 22px;
    letter-spacing: 0;
    font-weight: normal;
    color: #58626C;
    margin-bottom: 0.5em;
}
.list_pickup .title span,
.list_pickup .title div {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #58626C;
    border-radius: 2px;
    padding: 0.1em 0.3em;
    margin-right: 5px;
}
.list_pickup .content {
    padding: 3% 6.5%;
}
.list_pickup .inner p {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0;
}
.list_pickup .inner.col_2 {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.list_pickup .inner.col_2 .image {
    width: 40%;
    margin-bottom: 0;
}
.list_pickup .inner.col_2 .text {
    width: 51.7%;
}
.list_pickup .t_right {
    margin-bottom: 0;
}
.list_pickup li a:after {
    content:"";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0px 0px 0px 0px #FF8F00 inset;
    -webkit-box-shadow: 0px 0px 0px 0px #FF8F00 inset;
    -moz-box-shadow: 0px 0px 0px 0px #FF8F00 inset;
    -o-box-shadow: 0px 0px 0px 0px #FF8F00 inset;
    -ms-box-shadow: 0px 0px 0px 0px #FF8F00 inset;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
    pointer-events: none;
}
.list_pickup li a:hover:after {
    box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -webkit-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -moz-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -o-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    -ms-box-shadow: 0px 0px 0px 4px #FF8F00 inset;
    opacity: 1;
}
.list_pickup li a:hover span.arrow_b {
    color: #FF8F00;
}
.list_pickup li a:hover span.arrow_b:before {
	background: #FF8F00 url(../img/icon/arrow_r.svg) no-repeat center center / contain;
}
@media screen and (max-width: 960px) {
    .list_pickup {
        margin: 40px 0 50px;
        margin-left: -3vw;
        margin-right: -3vw;
    }
    .list_pickup .catch {
        font-size: 14px;
        padding: 0.5em 1em;
    }
    .list_pickup .title {
        font-size: 22px;
    }
    .list_pickup .sp_title {
        font-size: 16px;
        margin-bottom: 1em;
    }
    .list_pickup .sp_title span {
        font-size: 14px;
    }
    .list_pickup .content {
        padding: 4% 8% 5%;
    }
    .list_pickup .inner p {
        font-size: 14px;
    }
}

/* faq_contents
============================================================================================================ */
.faq_contents  {
    margin-bottom: 70px;
}
.faq_contents > dl {
    background: #6F7A86;
    padding: 0 0 10px;
    border-radius: 5px;
}
.faq_contents > dl > dt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 95px 0 70px;
    min-height: 63px;
    position: relative;
    cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.faq_contents > dl > dd { 
    font-size: 15px;
    line-height: 1.73;
    color: #363B43;
    background: #FFFFFF;
    padding: 20px 50px 40px 70px;
    position: relative;
}
.faq_contents > dl > dt:before,
.faq_contents > dl > dd:before {
    content:"";
    display: inline-block;
    width: 25px;
    height: 30px;
    position: absolute;
    left: 25px;
}
.faq_contents > dl > dt:before {
    background: url("../img/icon/icon_q.svg") no-repeat;
    background-size: 100% auto;
    top: 23px;
}
.faq_contents > dl > dd:before {
    background: url("../img/icon/icon_a.svg") no-repeat;
    background-size: 100% auto;
    top: 22px;
}
.faq_contents > dl > dt:after {
    content: "";
    display: inline-block;
    padding: 0;
    width: 17px;
    height: 28px;
    background: url(../img/icon/icon_arrow_blue.svg)no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 20px;
    top: 25px;
    transform: rotate(90deg);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.faq_contents > dl > dt.open:after {
    transform: scale(-1 ,1) rotate(270deg);
}
.faq_contents > dl > dd p {
    font-size: 15px;
}
.faq_contents > dl > dd p:last-child {
    margin-bottom: 0;
}
.faq_contents > dl + dl {
    margin-top: 15px;
}
.faq_contents > dl > dd a {
    word-break: break-all;
}
@media screen and (max-width: 960px) {
    .faq_contents  {
        margin-top: 4%;
        margin-bottom: 30px;
        width: 100vw;
        margin-left: -7.25vw;
        margin-right: -7.25vw;
        background: #fff;
    }
    .faq_contents > dl {
        padding: 0;
        border-radius: 0;
    }
    .faq_contents > dl > dt {
        font-size: 16px;
        padding: 17px 7.25vw;
        padding-right: calc(7.25vw + 15px);
        padding-left: calc(7.25vw + 30px);
        min-height: inherit;
    }
    .faq_contents > dl > dd { 
        padding: 25px 7.25vw;
        padding-left: calc(7.25vw + 30px);
    }
    .faq_contents > dl > dt:before,
    .faq_contents > dl > dd:before {
        width: 20px;
        height: 24px;
        left: 7.25vw;
    }
    .faq_contents > dl > dt:before {
        top: 17px;
    }
    .faq_contents > dl > dd:before {
        top: 25px;
    }
    .faq_contents > dl > dt:after {
        padding: 0;
        width: 11px;
        height: 18px;
        right: 13px;
        top: 20px;
    }
    .faq_contents > dl + dl {
        margin-top:10px;
    }
    .faq_contents .sp_scroll_image {
        width: 800px;
        max-width: 800px;
        padding-bottom: 1em;
    }
}

/* flow_box
============================================================================================================ */
.title_square {
    font-size: 16px;
    padding-left: 1.4em;
    position: relative;
    margin-top: 2em;
    margin-bottom: 1em;
}
.title_square:before {
    content:"";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #ccc;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0.3em;
}
.howto01 .title_square:before {
    background: #50a300;
}
.howto02 .title_square:before {
    background: #0093cb;
}
.howto03 .title_square:before {
    background: #bf6a00;
}
.flow_box + .title_square {
    margin-top: 4em;
}
.flow_box {
    width: 100%;
    overflow-x: auto;
}
.flow_box_wrap {
    width: 100%;
}
.flow_box_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 68px 20px;
    width: 100%;
}
.flow_box_heading {
    flex-basis: 100%;
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 4px solid #00c0ff;
}
.flow_box_heading > p {
    margin-bottom: 0;
}
.flow_box_heading_text {
    font-size: 22px;
    color: #0093cb;
    text-align: center;
}
.flow_box_item {
    flex-basis: calc((100% - 20px) / 2);
    background: #0093cb;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 5em;
    position: relative;
    padding: 1.5em;
}
.flow_box_item_half {
    flex-basis: calc((100% - (20px * 3)) / 4);
    background: #0093cb;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 1.5em 0.75em;
}
.flow_box_item:before {
    content: "";
    display: block;
    background-image: url("../../shared/img/parts/arrow_u-flow1.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 26px;
    height: 60px;  
    position: absolute;
    left: 50%;
    top: -64px;
    transform: translateX(-50%);
}
.flow_box_item:empty {
    background: transparent;
}
.flow_box_item-o:before {
    background-image: url("../../shared/img/parts/arrow_u-flow2.svg");
}
.flow_box_item-o {
    background: #bf6a00;
}
.flow_box_item > p {
    font-size: 15px !important;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}
.flow_box_item > p + p {
    margin-top: 0.75em;
}
.flow_box_item .yes,
.flow_box_item .no {
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 0.1em 0.5em;
    position: absolute;
    left: 50%;
    top: -4.0em;
    transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
    .flow_box_wrap {
        width: 600px;
    }
    .flow_box_item {
        min-height: auto;
    }
    .flow_box_item > p {
        font-size: 14px !important;    
    }
}

/* faq_cost
============================================================================================================ */
.faq_cost {
    display: flex;
    justify-content: space-between;
}
.faq_cost > div:first-child {
    width: 55%;
}
.faq_cost > div:nth-child(2) {
    width: 38%;
    position: relative;
}
.faq_cost_title {
    font-size: 17px !important;
    text-align: center;
    margin-bottom: 0.5em !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.faq_cost_in {
    text-align: center;
}
.faq_cost_regular,
.faq_cost_support {
    border-radius: 10px;
    padding: 6px;
    font-size: 16px;
    margin-bottom: 1em;
}
.faq_cost_regular {
    background: #FDD79E;
}
.faq_cost_support {
    background: #D0EDEF;
}
.faq_cost_regular > dt,
.faq_cost_support > dt {
    color: #fff;
    border-radius: 8px;
    font-size: 17px;
    padding: 0.3em;
}
.faq_cost_regular > dt {
    background: #7E4500;
}
.faq_cost_support > dt {
    background: #006697;
}
.faq_cost_regular > dd,
.faq_cost_support > dd {
    padding: 0.3em;
}
.faq_cost_accept {
    background: #D6EFAB;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0.3em;
    position: relative;
}
.faq_cost_accept > p > span:first-child {
    font-size: 16px;
    margin-bottom: 0.5em;
    display: block;
}
.faq_cost_accept:before,
.faq_cost_accept:after {
    content:"";
    display: inline-block;
    width: 6px;
    height: 24px;
    position: absolute;
    left: -10%;
    top: 50%;
    margin-top: -12px;
    background: #64D9FF;
}
.faq_cost_accept:after {
    transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
    .faq_cost {
        display: block;
    }
    .faq_cost > div:first-child {
         width: 100%;
    }
    .faq_cost > div:nth-child(2) {
         width: 100%;
        margin-top: 60px;
    }
    .faq_cost > div:nth-child(2):before,
    .faq_cost > div:nth-child(2):after {
        content:"";
        display: inline-block;
        width: 6px;
        height: 24px;
        position: absolute;
        background: #64D9FF;
        left: 50%;
        top: -40px;
        margin-left: -3px;
    }
    .faq_cost > div:nth-child(2):after {
        transform: rotate(90deg);
    }
    .faq_cost_title {
        font-size: 16px !important;
    }
    .faq_cost_regular,
    .faq_cost_support {
        font-size: 16px;
    }
    .faq_cost_regular > dt,
    .faq_cost_support > dt {
        font-size: 16px;
    }
    .faq_cost_accept:before,
    .faq_cost_accept:after {
        content: none;
    }
}

/* faq_more_cost
============================================================================================================ */
.faq_more_cost {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}
.faq_more_cost > dt {
    width: 55%;
    border: 4px solid #D3DEE6;
    border-radius: 10px;
    font-size: 16px;
    padding: 1em 1.5em;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.faq_more_cost > dt .notes {
    font-size: 15px;
}
.faq_more_cost > dt:before {
    content: "";
    display: block;
    background-image: url("../../shared/img/parts/arrow_u-flow1.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 36px;
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.faq_more_cost > dt + dd {
    width: 38%;
    background: #C7F1FF;
    border-radius: 10px;
    font-size: 16px;
    padding: 1em 1.5em;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.faq_more_cost > dd + dd {
    width: 38%;
    margin-left: auto;
    margin-top: 5px;
}
@media screen and (max-width: 768px) {
    .faq_more_cost {
        display: block;
        margin-bottom: 2em;
    }
    .faq_more_cost > dt {
        width: 100%;
        display: block;
        text-align: left;
    }
    .faq_more_cost > dt + dd {
        width: 100%;
        margin-top: 30px;
    }
    .faq_more_cost > dd + dd {
        width: 100%;
    }
    .faq_more_cost > dt:before {
        width: 24px;
        height: 30px;
        position: absolute;
        right: inherit;
        left: 50%;
        top: inherit;
        bottom: -34px;
        transform: translateX(-50%) translateY(0%) rotate(0deg);
    }
}

.link_bottom_expand {
    margin-bottom: 1.1em;
}



/* モーダルで画像を表示 */
.modal__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    align-items: center;
    justify-content: center;
}
.modal__layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
}
.modal__container {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: max-content;
    max-width: 80%;
    max-height: 92vh;
    height: auto;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 768px) {
    .modal__container {
        max-width: 88vw;
        width: 88vw;
    }
}
.modal__close {
    position: absolute;
    top: -15px;
    right: -15px;
    width:30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}
.modal__content .modal__image {
    max-height: 92vh;
}
.modal__content .modal__image img {
    width: auto;
    height: auto;
    max-height: 92vh;
}
.modal__content .modal__image img:hover,
.modal__close img:hover:hover {
    opacity: 1 !important;
}
.modal__trigger {
    cursor: pointer;
}
.modal__content .modal__trigger {
    cursor: default;
}

/* 矢印アイコン調整 */
.faq_contents > dl > dd a.arrow_b:before {
    top: 2px;
}

/* exam_receive
============================================================================================================ */
.exam_receive_table {
    width: 100%;
    margin-top: 2em;
}
.exam_receive_table th {
    background: #fad7a7;
    text-align: center;
    padding: 0.5em;
}
html:not([lang="ja"]) .exam_receive_table th {
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
    hyphens: auto;
}
.exam_receive_table td {
    padding: 0.5em 0;
}
.exam_receive_table th.tb_bg_white {
    background: #fff;
}
.exam_receive_table tr.domestic th {
    background: #c6e7f5;
}
.exam_receive_table tr.domestic td {
    background: #e0f2fa;
}
.exam_receive_table tr.abroad th {
    background: #d0e4a8;
}
.exam_receive_table tr.abroad td {
    background: #e2eec9;
}
.exam_receive_table td span {
    display: block;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}
.exam_receive_table td span:before {
    content:"";
    display: inline-block;
    width: calc(100% - 20px);
    height: 46px;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.exam_receive_table td span.type_a:before {
    background: #80bf27;
}
.exam_receive_table td span.type_b:before {
    background: #2cb4ea;
}
.exam_receive_table td span.type_c:before {
    background: #f18b1a;
}
.exam_receive_table td span.type_d:before {
    background: #eb698f;
}
.exam_receive_table td span:after {
    content:"";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 18px solid #eee;
    border-right: 0;
    position: absolute;
    right:2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.exam_receive_table td span.type_a:after {
    border-left: 18px solid #80bf27;
}
.exam_receive_table td span.type_b:after {
    border-left: 18px solid #2cb4ea;
}
.exam_receive_table td span.type_c:after {
    border-left: 18px solid #f18b1a;
}
.exam_receive_table td span.type_d:after {
    border-left: 18px solid #eb698f;
}
.exam_receive_table .abroad td:nth-of-type(1) span.type_d:before {
    z-index: 2;
    width: calc(100% + 3px);
}
.exam_receive_table .abroad td:nth-of-type(1) span.type_d:after,
.exam_receive_table .abroad td:nth-of-type(2) span.type_d:after {
    border: none;
}
.exam_receive_table .abroad td:nth-of-type(2) span.type_d:before {
    width: calc(100% + 3px);
}
.exam_receive_table .abroad td:nth-of-type(3) span.type_d:before {
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .exam_receive_cont {
        margin-left: -30px;
        width: calc(100% + 30px);
    }
    .exam_receive_table th {
        padding: 0.3em 0.3em;
        text-align: left;
        line-height: 1.4;
    }
    .exam_receive_table tr:first-child th {
        text-align: center;
    }
    .exam_receive_table tr:nth-child(2) th {
        vertical-align: top;
    }
    .exam_receive_table td {
        padding: 0.6em 0;
        line-height: 1.4;
    }
    .exam_receive_table td span {
        font-size: 24px;
        padding-right: 3px;
    }
    .exam_receive_table td span:before {
        width: calc(100% - 14px);
        height: 40px;
    }
    .exam_receive_table td span:after {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 12px solid #eee;
    }
    .exam_receive_table td span.type_a:after {
        border-left: 12px solid #80bf27;
    }
    .exam_receive_table td span.type_b:after {
        border-left: 12px solid #2cb4ea;
    }
    .exam_receive_table td span.type_c:after {
        border-left: 12px solid #f18b1a;
    }
    .exam_receive_table td span.type_d:after {
        border-left: 12px solid #eb698f;
    }
}
/* exam_receive_type */
.exam_receive_type {
    margin-top: 3em;
}
.exam_receive_type_box {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
}
.exam_receive_type_cate {
    width: 33px;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}
.exam_receive_type_text {
    width: calc(100% - 33px - 20px);
    padding: 0.3em 0;
}
.exam_receive_type_cate.type_a {
    background: #80bf27;
}
.exam_receive_type_cate.type_b {
    background: #2cb4ea;
}
.exam_receive_type_cate.type_c {
    background: #f18b1a;
}
.exam_receive_type_cate.type_d {
    background: #eb698f;
}
.exam_receive_type_cate.type_re {
    background: #58616b;
    font-size: 18px;
    padding-top: 0.2em;
}
@media screen and (max-width: 768px) {
    .exam_receive_type_cate {
        width: 30px;
        font-size: 22px;
    }
    .exam_receive_type_text {
        width: calc(100% - 30px - 10px);
    }
    .exam_receive_type_cate.type_re {
        font-size: 17px;
    }
}