@charset "UTF-8";
/*------------------------------------------------------------
index
------------------------------------------------------------*/
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#content .container {
    padding: 50px 0;
    max-width: 1140px;
    margin: 0 auto;
}
.bg_gray {
    background-color: #ececec;
}

.bg_sky {
    background-color: #03facc0d;
}
#mainphoto {
    margin-bottom: 0px;
}
section h2 {
    color: #0660c5;
}
ul.triple {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    display: inline-block;
}
ul.triple li {
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    text-align: left;
    padding: 0;
}
ul.triple li.last {
    float: left;
    width: 32%;
    margin: 0 0 0 0;
}
ul.triple li a {
    display: block;
    background: #ffffff;
    color: #03a9fa;
    border: 1px solid #03a9fa;
    padding: 15px 20px 15px 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 16px;
}
ul.triple li a:hover {
    padding: 20px 10px 20px 15px;
    transition: all 0.5s;
}
ul.triple li a img {
    width: 40%;
    margin: 0 5% 5px 0;
}
ul.triple li a p {
    color: #666;
}
ul.triple.last {
    margin: 0;
}
ul.triple li a .r_text {
    float: right;
    width: 55%;
    margin: 0;
}
section#index_service ul.triple li a {
    border: 0px solid #03a9fa;
}
section#index_service ul.triple li a h3 {
    color: #000;
}
section#index_service ul.triple li a h3 small {
    color: #666666;
}
section#index_service ul.triple li a img {
    border: 1px solid #cccccc;
    width: 100%;
    margin: 0;
}
ul.triple li a:hover {
    background: #03a9fa;
    color: #ffffff;
}
ul.triple li a:hover p, ul.triple li a:hover h3 {
    color: #ffffff !important;
}
< !-- top_function -- > ul.quadruple {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    display: inline-block;
}
ul.quadruple li {
    float: left;
    width: 23%;
    margin: 0 2% 0 0;
    text-align: left;
    padding: 0;
}
ul.quadruple li.last {
    float: left;
    width: 23%;
    margin: 0 0 0 0;
}
ul.quadruple li a {
    display: block;
    background: #ffffff;
    color: #03a9fa;
    border: 1px solid #03a9fa;
    padding: 15px 20px 15px 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 16px;
}
ul.quadruple li a:hover {
    padding: 20px 10px 20px 15px;
    transition: all 0.5s;
}
ul.quadruple li a img {
    width: 40%;
    margin: 0 5% 5px 0;
}
ul.quadruple li a p {
    color: #666;
}
ul.quadruple li a .bluetitle190805 {
    width: 100% !important;
    font-weight: bold !important;
    color: #0040FF !important;
    margin-bottom: 4px !important;
    margin-top: 7px !important;
    text-align: center;
}
ul.quadruple.last {
    margin: 0;
}
ul.quadruple li a .r_text {
    float: right;
    width: 55%;
    margin: 0;
}
section#index_service ul.quadruple li a {
    border: 0px solid #03a9fa;
}
section#index_service ul.quadruple li a h3 {
    color: #000;
}
section#index_service ul.quadruple li a h3 small {
    color: #666666;
}
section#index_service ul.quadruple li a img {
    border: 1px solid #cccccc;
    width: 100%;
    margin: 0;
}
ul.quadruple li a:hover {
    background: #03a9fa;
    color: #ffffff;
}
ul.quadruple li a:hover p, ul.triple li a:hover h3 {
    color: #ffffff !important;
}
/*Line*/
hr.line_190805 {
    height: 1px;
    clear: both;
    margin: 20px 0px;
    border-top: 1px dotted #CCC;
    border-right: 0 dotted #CCC;
    border-bottom: 0 dotted #CCC;
    border-left: 0 dotted #CCC;
}
@media print, screen and (max-width:480px) {
    hr.line_190805 {
        display: none;
    }
    ul.quadruple li {
        float: left;
        width: 48%;
        margin: 0 2% 0 0;
        text-align: left;
        padding: 0;
    }
    ul.quadruple li.last {
        float: left;
        width: 48%;
        margin: 0 2% 0 0;
    }
    .kaijo190805 {
        clear: both;
    }
}
p.index_sec_case_title {
    font-weight: bold;
    font-size: 90%;
    padding: 0;
    margin: 0;
}
p.index_sec_case_title span {
    font-weight: normal;
    display: block;
    font-size: 80%;
}
p.other_case {
    font-size: 150%;
    text-align: center;
    margin-top: 10px;
}
section#index_service ul.triple li a:hover h3 small {
    color: #ffffff;
}
ul.double {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    display: inline-block;
}
ul.double li {
    float: left;
    width: 48%;
    margin: 0;
    text-align: left;
    padding: 0;
}
ul.double li.last {
    float: right;
    width: 48%;
    margin: 0;
}
ul.double li a {
    display: block;
    background: #ffffff;
    color: #03a9fa;
    border: 1px solid #03a9fa;
    padding: 15px 20px 15px 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.5s;
    font-size: 16px;
}
ul.double li a:hover {
    transform: translate(5px, -10px);
    transition: all 0.5s;
}
ul.double li a img {
    width: 40%;
    margin: 0 5% 5px 0;
}
ul.double li a p {
    color: #666;
    font-size: 105%;
    width: 90%;
    margin: 0 5%;
}
section#index_service ul.double li a {
    border: 0px solid #03a9fa;
}
section#index_service ul.double li a h3 {
    color: #000;
    font-size: 130%;
    font-weight: bold;
    width: 90%;
    margin: 0 5%;
}
section#index_service ul.double li a h3 small {
    color: #666666;
}
section#index_service ul.double li a img {
    border: 1px solid #cccccc;
    width: 90%;
    margin: 0 5%;
}
ul.double li a:hover {
    background: #03a9fa;
    color: #ffffff;
}
ul.double li a:hover p, ul.double li a:hover h3 {
    color: #ffffff !important;
}
section#index_service ul.double li a:hover h3 small {
    color: #ffffff;
}
#news01 { /*background: #ffffff;*/ padding: 20px;
    margin-bottom: 20px;
}
#index_sec03 ul li a {
    background: #ffffff;
    font-size: 16px;
}
#index_sec03 ul li a dl dt, #index_sec03 ul li a dl dd {
    font-size: 16px;
}
@media print, screen and (max-width:1200px) {
    #content .container {
        padding: 30px 0;
        width: 90%;
        margin: 0 5%;
    }
}
@media print, screen and (max-width:768px) {
    ul.triple {
        margin-bottom: 0;
    }
    ul.triple li {
        clear: left;
        width: 100%;
        margin: 0 0 10px 0;
        text-align: left;
        padding: 0;
    }
    ul.triple li.last {
        clear: left;
        width: 100%;
        margin: 0 0 0 0;
    }
    ul.double li {
        clear: left;
        width: 100%;
        margin: 0 0 10px 0;
        text-align: left;
        padding: 0;
    }
    ul.double li.last {
        clear: left;
        width: 100%;
        margin: 0 0 0 0;
    }
    section#index_service ul.double li a h3 {
        color: #000;
        font-size: 100%;
        font-weight: normal;
        width: 150%;
        margin: 0;
    }
    ul.double li a p {
        color: #666;
        font-size: 80%;
        width: 100%;
        margin: 0;
    }
    section#index_service ul.double li a img {
        width: 100%;
        margin: 0;
    }
    #index_sec03 ul li {
        clear: both;
        width: 100%;
    }
}
/*参考：http://black-flag.net/jquery/20151215-5858.html, http://delaymania.com/201610/web/css-balloon-howto/*/
/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
    margin: 0 auto;
    width: 100%;
    height: 450px;
    font-size: 12px;
    border: #f0f0f0 0px solid;
    position: relative;
    display: inline-block;
}
#tabAccordion dl {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
#tabAccordion dl dt {
    top: 0;
    left: 0;
    width: 32%;
    font-weight: bold;
    position: absolute;
    border-right: #f0f0f0 1px solid;
    border-bottom: #f0f0f0 1px solid;
    background: #ececec;
    box-sizing: border-box;
}
#tabAccordion dl:nth-child(2) dt {
    left: 34%;
}
#tabAccordion dl:nth-child(3) dt {
    left: 68%;
}
/*
#tabAccordion dl:nth-child(4) dt {
	left: 450px;
	border-right: none;
}
*/
#tabAccordion dl dt a {
    padding: 15px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#tabAccordion dl dt.btnAcv {
    border-bottom: none;
    background: #fff;
}
@media only screen and (min-width: 768px) {
    #tabAccordion dl dt {
        width: 32%;
        margin-right: 1px;
        padding: 0;
        font-size: 140%;
        font-weight: normal;
        background: #fff;
        border: 1px solid #fff;
    }
    #tabAccordion dl:nth-child(2) dt {
        left: 34%;
    }
    #tabAccordion dl:nth-child(3) dt {
        left: 68%;
        margin-right: 0;
    }
    #tabAccordion dl dt:hover > a {
        background: #ececec;
        cursor: pointer;
    }
    /*矢印*/
    #tabAccordion dl dt :after {
        border-top: 20px solid #ececec;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        content: '';
        margin-left: -10px;
        position: absolute;
        bottom: -21px;
        left: 50%;
    }
    #tabAccordion dl dt.btnAcv :after {
        border-top: 20px solid #fff;
        bottom: -20px;
    }
    #tabAccordion dl dt:hover:after {
        border-top: 20px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        content: '';
        margin-left: -10px;
        position: absolute;
        bottom: -21px;
        left: 50%;
    }
}
#tabAccordion dl dd {
    top: 50px;
    left: 0;
    padding: 30px 0;
    width: 100%;
    height: 370px;
    text-align: left;
    /*overflow-y: auto;*/
    display: none;
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
}
#tabAccordion dl dd p {
    margin-top: 5px;
    color: #666666;
}
#tabAccordion dl:nth-child(3) dd ul.triple li a {
    height: 170px;
    overflow-y: hidden;
}
/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
    #tabAccordion {
        width: 100%;
        box-sizing: border-box;
    }
    #tabAccordion dl {
        width: 100%;
        box-sizing: border-box;
    }
    #tabAccordion dl dt {
        width: 33%;
    }
    #tabAccordion dl:nth-child(2) dt {
        left: 33%;
    }
    #tabAccordion dl:nth-child(3) dt {
        left: 66%;
    }
    /*
	#tabAccordion dl:nth-child(4) dt {
		left: 75%;
	}
	*/
}
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
    #tabAccordion {
        width: 100%;
        height: auto;
        border: none;
    }
    #tabAccordion dl {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
    }
    #tabAccordion dl dt {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
        border-bottom: #999 1px solid;
        border-right: none;
    }
    #tabAccordion dl:first-child dt {
        border-top: #999 1px solid;
    }
    #tabAccordion dl:nth-child(2) dt, #tabAccordion dl:nth-child(3) dt, #tabAccordion dl:nth-child(4) dt {
        left: auto;
    }
    #tabAccordion dl dt a {
        padding: 20px;
        height: auto;
        line-height: 1em;
        text-align: left;
        font-size: 100%;
    }
    #tabAccordion dl dt a:after {
        content: '';
        margin-top: -4px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        position: absolute;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #tabAccordion dl dt.btnAcv {
        border-bottom: #999 1px solid;
        background: #fff;
        font-size: 150%;
    }
    #tabAccordion dl dt.btnAcv a:after {
        content: none;
    }
    #tabAccordion dl dd {
        top: auto;
        left: auto;
        padding: 20px;
        width: 100%;
        height: auto;
        position: relative;
        border-bottom: #999 1px solid;
    }
    #tabAccordion dl:nth-child(3) dd ul.triple li a {
        height: auto;
        overflow-y: inherit;
    }
}
.font_s_14 p {
    font-size: 14px !important;
}
.subsidy_linkbtn {
    text-align: center !important;
    line-height: 1.2;
    margin-top: 30px;
}
.subsidy_linkbtn a {
    position: relative;
    display: inline-block;
    padding: 10px 50px;
    line-height: 1.2;
    color: #fff;
    background: #003da6;
    border: solid 1px #003da6;
    text-decoration: none;
}
.subsidy_linkbtn a strong {
    display: inline-block;
}
.subsidy_linkbtn a:hover {
    color: #003da6;
    background: #fff;
    opacity: 1.0;
}
.block2_inline {
    width: 100%;
    letter-spacing: -1em;
}
.block2_inline li:first-child {
    width: 60%;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}
.block2_inline li:last-child {
    width: 40%;
    margin: 0px;
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}
@media screen and (max-width:640px) {
    .block2_inline li:first-child {
        width: 100%;
        margin: 0px;
        display: block;
        letter-spacing: 1px;
    }
    .block2_inline li:last-child {
        width: 100%;
        margin: 40px 0 0 0;
        padding-left: 0px;
        display: block;
        letter-spacing: 1px;
    }
}
.block2_inline li img {
    width: 100%;
}
.block2_inline li p {
    font-size: 16px;
    text-align: left;
    line-height: 2;
    letter-spacing: .02em;
    -webkit-text-size-adjust: 100%;
    color: #424242;
}
.block2_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.block2_flex li {
    width: 50%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    min-height: auto;
}
@media screen and (max-width:640px) {
    .block2_flex li {
        width: 100%;
        padding-top: 40px;
    }
}
.block2_flex li img {
    width: 100%;
    margin: 0 auto;
}
.font_mar {
    margin: 70px 0 0;
    padding: 0;
}
@media screen and (max-width:640px) {
    .font_mar {
        margin: 30px 0 0;
        padding: 0;
    }
}
.case_inner {
    width: 100%;
    max-width: 1180px;
    margin: 20px auto 70px;
}
@media screen and (max-width:640px) {
    .case_inner {
        margin: 20px auto 30px;
        width: 80%;
    }
}
.fee_inner {
    width: 100%;
    max-width: 1180px;
}
@media screen and (max-width:640px) {
    .fee_inner {
        margin: 20px auto 30px;
        width: 80%;
    }
}
.indextop_link {
    background: #0057b8;
    border-radius: 50px;
    color: #fff !important;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 2px solid #0057b8;
    text-decoration: none;
}
.indextop_link:hover {
    background: #fff;
    border-radius: 50px;
    color: #0057b8 !important;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 10px;
    border: #0057b8 1px solid;
    text-decoration: none;
}
@media screen and (max-width:640px) {
    .indextop_link {
        padding: 10px 40px;
    }
}
.indextop_link_orange {
    background: #ffcc00;
    border-radius: 50px;
    color: #424242 !important;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 20px;
    border-bottom: 2px solid #ffcc00;
    text-decoration: none;
    font-weight: 600;
}
.indextop_link_orange:hover {
    background: #fff;
    border-radius: 50px;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 20px;
    border: #fff 1px solid;
    text-decoration: none;
    color: #424242 !important;
}
@media screen and (max-width:640px) {
    .indextop_link_orange {
        padding: 10px 40px;
        font-size: 14px;
    }
}
.txt_cen {
    text-align: center !important;
}
.industries_txt_weight {
    font-weight: 900;
    color: #0660c5 !important;
    font-size: 18px;
    text-align: center;
}
#mainphoto .motpbx2206 {
    box-sizing: border-box;
    background: url(https://www.mot-net.com/wp-content/uploads/2022/06/mot_top_back_v3.jpg) no-repeat center center;
    background-size: cover;
    /*max-height:375px;*/
    padding: 48px 0 48px !important;
    padding: 0px;
    height: auto;
}
@media screen and (max-width:640px) {
    #mainphoto .motpbx2206 {
        position: static;
        padding: 0;
        background: none;
        background-size: contain;
        background-color: #0057b8;
        min-height: auto;
        height: auto;
        display: table;
        width: 100%;
    }
}
#mainphoto .motpbx2206 section {
    margin: 0 auto;
    padding: 0;
    max-width: 1140px;
}
@media screen and (max-width:640px) {
    #mainphoto .motpbx2206 section {
        padding: 0 20px;
    }
}
#mainphoto .motpbx2206 section h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    line-height: 200%;
}
@media screen and (max-width:640px) {
    #mainphoto .motpbx2206 section h2 {
        font-size: 25px;
        text-align: center;
    }
}
#mainphoto .motpbx2206 section h2 span {
    font-size: 170%;
    color: #FFE44F;
}
#mainphoto .motpbx2206 section h3 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}
@media screen and (max-width:640px) {
    #mainphoto .motpbx2206 section h3 {
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }
}
.index_top_list {
    background-color: rgba(255, 255, 255, 0.85);
    text-align: left;
    padding: 15px 30px;
    color: #424242;
    margin-top: 20px;
}
.index_top_list li.txt {
    min-height: 0px;
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
    width: 100%;
}
.fv_waku {
    width: 55%;
    float: left;
}
.sub_txt {
    line-height: 200%;
    letter-spacing: 1px;
}
.pad_right20_spnone {
    padding-right: 20px;
}
@media screen and (max-width:640px) {
    .pad_right20_spnone {
        padding-right: 0px;
    }
}
.motnet_inner {
    padding: 50px 0;
}
@media screen and (max-width:640px) {
    .motnet_inner {
        padding: 0;
    }
}
.motnet_inner h3 {
    font-size: 24px !important;
    color: #0660c5 !important;
    font-weight: 900 !important;
    margin-bottom: 20px !important;
}
@media screen and (max-width:640px) {
    .motnet_inner h3 {
        font-size: 20px !important;
    }
}
.motnet_inner h4.mot {
    color: #000;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}
.motnet_inner p.jirei {
    color: #333 !important;
    font-size: 15px !important;
    text-align: left !important;
    font-weight: normal !important;
}
.motnet_triple {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.motnet_triple::after {
    display: block;
    content: "";
    width: 30%;
}
.motnet_triple li {
    width: 30%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    min-height: auto;
    margin-bottom: 30px;
    background: #fff;
    padding: 40px 30px;
}
@media screen and (max-width:640px) {
    .motnet_triple li {
        width: 100%;
        padding-top: 40px;
        margin-bottom: 0px;
    }
}
.motnet_triple li h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
    color: #0057b8;
    line-height: 1.5;
}
.motnet_triple li h4 span {
    color: #4c4948;
    font-size: 80%;
}
.motnet_triple li img {
    width: 100%;
    margin: 0px auto;
}
.mot_merit {
    color: white;
    background-color: #007bc7;
    width: 50%;
    border-radius: 50px;
    padding: 5px 0;
    margin: 0 auto;
}
/*--------------------------------------
コンバージョンアップボタン 吹き出し赤色（中央寄せ）
--------------------------------------*/
.button2, a.button2, button.button2 {
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
.button2-c-wrap {
    margin: 30px 0;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .button2-c-wrap {
        margin: 50px 0 0;
    }
}
a.button2-c {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding: 0.25rem 2rem 0.9rem 1.8rem;
    color: #fff;
    background: #e94919;
    -webkit-box-shadow: 0 5px 0 #d44114;
    box-shadow: 0 5px 0 #d44114;
    border-radius: 50px;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    a.button2-c {
        width: 100%;
    }
}
a.button2-c span {
    position: absolute;
    top: -1.75rem;
    left: calc(50% - 200px);
    display: block;
    width: 400px;
    padding: 0.25rem 0;
    color: #d44114;
    border: 2px solid #d44114;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
    a.button2-c span {
        left: calc(50% - 160px);
        width: 315px;
        top: -40px;
    }
}
a.button2-c span:before, a.button2-c span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
}
a.button2-c span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #d44114 transparent transparent transparent;
}
a.button2-c span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
a.button2-c i {
    margin-right: 0.75rem;
}
a.button2-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #eb5b30;
    -webkit-box-shadow: 0 2px 0 #d44114;
    box-shadow: 0 2px 0 #d44114;
}
.service_list_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.service_list_top li {
    width: 30%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    min-height: auto;
}
@media screen and (max-width:640px) {
    .service_list_top li {
        width: 100%;
        padding-top: 40px;
    }
}
.service_list_top li img {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.service_list_top li h4 {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    color: #333;
}
.service_list_top li a:hover {
    opacity: 0.8;
}
.service_list_double {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.service_list_double li {
    width: 45%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    min-height: auto;
    text-align: center;
    background: #fff;
    padding: 40px;
}
@media screen and (max-width:640px) {
    .service_list_double li {
        width: 100%;
        padding-top: 40px;
    }
}
.service_list_double li img {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.service_list_double li h4 {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    color: #333;
}
.service_list_double li p.service_text {
    color: #000;
    text-align: left;
}
.service_list_double li a:hover {
    opacity: 0.8;
}
.support_list_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.support_list_top li {
    width: 30%;
    border-radius: 4px;
    line-height: 26px;
    letter-spacing: 1px;
    min-height: auto;
    background: #fff;
    margin-bottom: 10px;
}
@media screen and (max-width:640px) {
    .support_list_top li {
        width: 45%;
        padding-top: 40px;
    }
}
.support_list_top::after {
    display: block;
    content: "";
    width: 30%;
}
.support_list_top li a {
    color: #333;
    text-align: center;
    padding: 15px 10px;
    display: block;
}
.support_list_top li:hover {
    background: #f5f5f5;
}
.support_list_top li img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
/*--------------------------------------
新規・ユーザー向けボタン
--------------------------------------*/
.user_btn_double {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: -1em;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}
.user_btn_double li {
    width: 45%;
    border-radius: 25px;
    /* line-height: 26px; */
    letter-spacing: 1px;
    min-height: auto;
    text-align: center;
    padding: 5px 0 25px 0;
    margin-bottom: 25px;
    justify-content: center;
    background-color: #ececec;
}
@media screen and (max-width:640px) {
    .user_btn_double li {
        width: 100%;
        padding-top: 40px;
    }
}
.user_btn_double li img {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
p.hukidasi {
    padding: 20px 20px;
    position: relative;
    background-color: #fff;
    margin: 20px 20px 30px 20px;
    border-radius: 25px;
}
p.hukidasi:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0px;
    right: 0;
    margin: auto;
    border: 20px solid transparent;
    border-top: 15px solid #ffffff;
    width: 0;
    height: 0;
}
.user_btn_double li h4 {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    color: #333;
}
.user_btn_double li p.service_text {
    color: #000;
    text-align: left;
}
.user_btn_double li a:hover {
    opacity: 0.8;
}
.btn, a.btn, button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    -webkit-transition: all 0.3s;
    /* transition: all 0.3s; */
    text-align: center;
    vertical-align: middle;
    /* text-decoration: none; */
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
a.btn-L {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1rem 4rem;
    display: inline-block;
    color: #fff;
    border-radius: 100vh;
    background: #0152a6;
    -webkit-box-shadow: 0 8px 0 #00468f;
    border: #4979ab 1.8px solid;
    max-width: 90%;
    text-decoration: none;
}
a.btn-L img {
    width: 35px;
    height: auto;
    margin-right: 10px;
    vertical-align: -5px;
}
a.btn-L span {
    color: #ffbe00;
    font-size: 130%;
}
a.btn-L:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #265f98;
    -webkit-box-shadow: 0 2px 0 #00468f;
    box-shadow: 0 2px 0 #00468f;
}
a.btn-R {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    padding: 1rem 2.4rem;
    color: #494949;
    border-radius: 100vh;
    background: #ffbe00;
    -webkit-box-shadow: 0 8px 0 #f1b505;
    border: #ffd96c 1.8px solid;
    max-width: 90%;
    text-decoration: none;
}
a.btn-R img {
    width: 35px;
    height: auto;
    margin-right: 5px;
    vertical-align: -5px;
}
a.btn-R span {
    color: #0152a6;
    font-size: 130%;
}
a.btn-R:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #494949;
    background: #ffcf44;
    -webkit-box-shadow: 0 2px 0 #f1b505;
    box-shadow: 0 2px 0 #f1b505;
}
.tab-1-tab {
    justify-content: center;
    gap: 20px;
}
.tab-1-box.active {
    padding: 20px 0;
}
.tab_title {
    color: #0057b8;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}
#motpbx_new_sec {
    margin: 80px 0 0;
    width: 100%;
}
.motpbx_new_inner {
    max-width: 1140px;
    margin: 0 auto;
}
@media screen and (max-width:640px) {
    .motpbx_new_inner {
        padding: 0 20px;
    }
}
#motpbx_new_sec h3 {
    color: #0057b8;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width:640px) {
    #motpbx_new_sec h3 {
        color: #0057b8;
        font-size: 24px;
        font-weight: 900;
        text-align: center;
        margin-bottom: 30px;
    }
}
#motpbx_new_sec p {
    font-size: 16px;
    text-align: left;
    line-height: 2;
    letter-spacing: .02em;
    -webkit-text-size-adjust: 100%;
    color: #424242;
    padding: 0 20px;
}
.block4_func_motpbx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block4_func_motpbx li {
    width: 30%;
    margin: 20px 0;
    background: #fff;
    padding: 20px;
    text-align: center;
}
@media screen and (max-width:640px) {
    .block4_func_motpbx li {
        width: 100%;
        margin: 20px 0;
        background: #fff;
        padding: 20px;
    }
}
.block4_func_motpbx li img {
    width: 100%;
    max-width: 200px;
}
.block4_func_motpbx li h4 {
    color: #424242 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}
.block4_func_motpbx a.link {
    background: #0057b8;
    border-radius: 50px;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 2px solid #0057b8;
    text-decoration: none;
}
.block4_func_motpbx a.link:hover {
    background: #fff;
    border-radius: 50px;
    color: #0057b8;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 10px;
    border: #0057b8 1px solid;
}
.link_motpbx_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.link_motpbx_b a {
    background: #0057b8;
    border-radius: 50px;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    margin-top: 30px;
    border-bottom: 2px solid #0057b8;
    text-decoration: none;
    font-size: 16px;
}
@media screen and (max-width:640px) {
    .link_motpbx_b a {
        margin: 30px 0 0 !important;
        ;
    }
}
.link_motpbx_b a.link:hover {
    background: #fff;
    color: #0057b8;
    border: #0057b8 1px solid;
}

br.sp_none{
  display: none;
 }
.flex_box_tbl table {
    width: 100%;
}
.flex_box_tbl table:not(:last-child){
 margin-bottom: 30px;
}
.flex_box_tbl table.tbl_sky {
    border: 1px solid #03a9fa;
}
.flex_box_tbl table.tbl_blue {
    border: 1px solid #0057b8;
}
.flex_box_tbl table tr th, .flex_box_tbl table tr td {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.flex_box_tbl table tr th {
    text-align: center;
    font-size: 25px;
    color: #fff;
}
.flex_box_tbl table.tbl_sky tr th {
    background: #03a9fa;
}
.flex_box_tbl table.tbl_blue tr th {
    background: #0057b8;
}
.flex_box_tbl table tr td{
 background: #fff;
}
.flex_box_tbl table tr td .indextop_link_orange{
 margin-top: 0;
}
.flex_box_tbl table tr td .indextop_link_orange:hover{
 border: 2px solid #fc0;
}
.flex_box_tbl table.tbl_sky tr td strong.strong_sky{
 font-size: 20px;
 color: #03A9FA;
}
.flex_box_tbl table.tbl_blue tr td span{
 font-size: 20px;
}

.flex_box_tbl table.tbl_sky tr:not(:last-child) td{
 border-bottom: 1px solid #03a9fa;
}
.flex_box_tbl table.tbl_blue tr:not(:last-child) td{
 border-bottom: 1px solid #0057b8;
}

@media print, screen and (min-width:768px) {
 br.sp_none{
  display: inline;
 }
    .flex_box_tbl {
        display: flex;
        justify-content: space-between;
        align-content: stretch;
    }
    .flex_box_tbl table {
        width: 48%;
    }
 .flex_box_tbl table:not(:last-child){
 margin-bottom: 0;
}
 .flex_box_tbl table.tbl_sky tr td strong.strong_sky{
 font-size: 26px;
}
.flex_box_tbl table.tbl_blue tr td span{
 font-size: 26px;
}
}


.plan-tbl__inner {
    border-spacing: 8px 0;
    border-collapse: separate;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
    .plan-tbl__inner {
       width: 100%;
    }
}
.plan-tbl__inner th {
    /* font-size: 1.8rem; */
}

.plan-tbl__inner thead th {
    padding: 18px 0;
    color: #fff
}

.plan-tbl__inner thead th.sky-blue {
    background: #03a9fa;
    width: 40%;
    text-align: center;
    font-size: 2.4rem;
}

.plan-tbl__inner thead th.blue {
    background: #0057b8;
    width: 40%;
    font-size: 2.4rem;
    text-align: center;
}

.plan-tbl__inner tbody th {
    background: #eee;
    border-bottom: 3px solid #fff;
    text-align: center;
}

.plan-tbl__inner tbody td {
    padding: 20px 0;
    position: relative;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 600;
}

.plan-tbl__inner tbody td:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #03a9fa;
    position: absolute;
    bottom: 0;
    left: 0
}

.plan-tbl__inner tbody td.sky-blue {
    border-left: 8px solid #03a9fa;
    border-right: 8px solid #03a9fa;
}

.plan-tbl__inner tbody td.blue {
    font-weight: 600;
    border-left: 8px solid #0057b8;
    border-right: 8px solid #0057b8;
}

.plan-tbl__inner tbody td.blue:after {
    background: #0057b8
}

.plan-tbl__inner tbody tr:last-child td.sky-blue {
    border-bottom: 10px solid #03a9fa;
}

.plan-tbl__inner tbody tr:last-child td.blue {
    border-bottom: 10px solid #0057b8;
}
