/*!
Theme Name: houshu_renewal
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: 報酬自動支払制度サイト・ヘッダーリニューアルテーマ
Version: 1.1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: houshu_renewal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

houshu_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------
base
--------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
/*font-family: "Noto Sans japanese", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;*/
	font-family: var(--renewal-font-sans);
position:relative;
color:#000;
}

p {
margin:0;
line-height: 1.75;
}
ul {
margin:0;
padding:0;
}
li {
list-style: none;
}
a {
opacity:1;
transition:opacity .15s ease-in-out;

}
a:hover {
text-decoration:none;
opacity:0.75;
color:#FE562F;
}
img {
max-width: 100%;
height: auto;
}

.img_w80 {width: 80%;height: auto;}
.img_w70 {width: 70%;height: auto;}
.img_w60 {width: 60%;height: auto;}
.img_w50 {width: 50%;height: auto;}
.img_w40 {width: 40%;height: auto;}
.img_w30 {width: 30%;height: auto;}

.button  {
color:#fff;
}
.button:hover,
.header-link:hover {
color:#fff;
}

.gsSeal{
position:absolute;
bottom:3rem;
right:3rem;
}


.tx_center{text-align: center;align-items: center;}

/*--------------------------------------
bootstrap-hacks
--------------------------------------*/

/*-----gutter-----*/

.gutter-1 {
margin-right: -1px;
margin-left: -1px;
}
.gutter-1 > [class^='col-'] {
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px;
}
.gutter-5 {
margin-right: -5px;
margin-left: -5px;
}
.gutter-5 > [class^='col-'] {
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}
.gutter-75 {
margin-right: -7.5px;
margin-left: -7.5px;
}
.gutter-75 > [class^='col-'] {
padding-top: 7.5px;
padding-right: 7.5px;
padding-bottom: 7.5px;
padding-left: 7.5px;
}
.gutter-10 {
margin-right: -10px;
margin-left: -10px;
}
.gutter-10 > [class^='col-'] {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
.gutter-15 {
margin-right: -15px;
margin-left: -15px;
}
.gutter-15 > [class^='col-'] {
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
}


/*--------------------------------------
utils
--------------------------------------*/

/*-----icons-----*/


/*-----texts-----*/

.ff-gothic {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


/*-----font-color-----*/

.color-corporate-red {
color:#EB6464;
}
.color-corporate-blue {
color:#36A6CE;
}

/*--------------------------------------
fadeinAnimations
--------------------------------------*/

.scroll-space {
overflow: hidden;
}

.fadein {
opacity: 0;
transform: translate(0,0);
transition: all 1s;
}
.fadein.fadein-left {
transform: translate(-20%,0);
}
.fadein.fadein-right {
transform: translate(20%,0);
}
.fadein.fadein-up {
transform: translate(0,-20%);
}
.fadein.fadein-bottom {
transform: translate(0,20%);
}
.fadein.scrollin {
opacity: 1 !important;
transform: translate(0, 0) !important;
}
.fadein.delay-1 {
transition-delay: .1s;
}
.fadein.delay-2 {
transition-delay: .2s;
}
.fadein.delay-3 {
transition-delay: .3s;
}
.fadein.delay-4 {
transition-delay: .4s;
}


/*--------------------------------------
modules
--------------------------------------*/

:root {
--main-font: #4F8EE5;
--main-bg: #4F8EE5;
--main-border: #4F8EE5;
--post-font: #1e8395;
--post-bg: #1e8395;
--post-border: #1e8395;
--eNet-font: #1A50A0;
--eNet-bg: #1A50A0;
--eNet-border: #1A50A0;
--hurikae-font: #1e8395;
--hurikae-bg: #1e8395;
--hurikae-border: #1e8395;
--uriage-font: #de6d3d;
--uriage-bg: #de6d3d;
--uriage-border: #de6d3d;
--front-color-blue: #1458ad;
--header-max-width: 1300px;
--footer-top-max-width: 1078px;
--footer-middle-max-width: 1180px;
--font-small: 14px;
--font-normal: 16px;
--font-big: 24px;
--f-28: 28px;
}

@media screen and (max-width:991.98px){
:root {
--font-small: 12px;
--font-normal: 14px;
--font-big: 19px;
--f-28: 20px;
}
}

@media screen and (max-width:767.98px){
:root {
--font-small: 12px;
--font-normal: 14px;
--font-big: 18px;
--f-28: 18px;
}
}

@media screen and (max-width:575.98px){
:root {
--font-small: 10px;
--font-normal: 12px;
--font-big: 16px;
--f-28: 16px;
}
}
.brpc  {display:block;}
@media screen and (max-width:991.98px){.brpc  {display:none;}}	


/* ============================== Margin */
.mg0  { margin:    0 !important; }
.mg8  { margin:  8px !important; }
.mg16 { margin: 16px !important; }
.mg24 { margin: 24px !important; }
.mg32 { margin: 32px !important; }
.mg40 { margin: 40px !important; }
.mg48 { margin: 48px !important; }
.mg56 { margin: 56px !important; }
.mg64 { margin: 64px !important; }
.mg72 { margin: 72px !important; }
.mg80 { margin: 80px !important; }

.mg0at{ margin: 0 auto 0 auto !important; }

.mt0  { margin-top:    0 !important; }
.mt8  { margin-top:  8px !important; }
.mt16 { margin-top: 16px !important; }
.mt24 { margin-top: 24px !important; }
.mt32 { margin-top: 32px !important; }
.mt40 { margin-top: 40px !important; }
.mt48 { margin-top: 48px !important; }
.mt56 { margin-top: 56px !important; }
.mt64 { margin-top: 64px !important; }
.mt72 { margin-top: 72px !important; }
.mt80 { margin-top: 80px !important; }

.ml0  { margin-left:    0 !important; }
.ml8  { margin-left:  8px !important; }
.ml16 { margin-left: 16px !important; }
.ml24 { margin-left: 24px !important; }
.ml32 { margin-left: 32px !important; }
.ml40 { margin-left: 40px !important; }
.ml48 { margin-left: 48px !important; }
.ml56 { margin-left: 56px !important; }
.ml64 { margin-left: 64px !important; }
.ml72 { margin-left: 72px !important; }
.ml80 { margin-left: 80px !important; }

.mr0  { margin-right:    0 !important; }
.mr8  { margin-right:  8px !important; }
.mr16 { margin-right: 16px !important; }
.mr24 { margin-right: 24px !important; }
.mr32 { margin-right: 32px !important; }
.mr40 { margin-right: 40px !important; }
.mr48 { margin-right: 48px !important; }
.mr56 { margin-right: 56px !important; }
.mr64 { margin-right: 64px !important; }
.mr72 { margin-right: 72px !important; }
.mr80 { margin-right: 80px !important; }

.mb0  { margin-bottom:    0 !important; }
.mb8  { margin-bottom:  8px !important; }
.mb16 { margin-bottom: 16px !important; }
.mb24 { margin-bottom: 24px !important; }
.mb32 { margin-bottom: 32px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb48 { margin-bottom: 48px !important; }
.mb56 { margin-bottom: 56px !important; }
.mb64 { margin-bottom: 64px !important; }
.mb72 { margin-bottom: 72px !important; }
.mb80 { margin-bottom: 80px !important; }


/* ============================== Padding */
.pd0  { padding:    0 !important; }
.pd8  { padding:  8px !important; }
.pd16 { padding: 16px !important; }
.pd24 { padding: 24px !important; }
.pd32 { padding: 32px !important; }
.pd40 { padding: 40px !important; }
.pd48 { padding: 48px !important; }
.pd56 { padding: 56px !important; }
.pd64 { padding: 64px !important; }
.pd72 { padding: 72px !important; }
.pd80 { padding: 80px !important; }

.pt0  { padding-top:    0 !important; }
.pt8  { padding-top:  8px !important; }
.pt16 { padding-top: 16px !important; }
.pt24 { padding-top: 24px !important; }
.pt32 { padding-top: 32px !important; }
.pt40 { padding-top: 40px !important; }
.pt48 { padding-top: 48px !important; }
.pt56 { padding-top: 56px !important; }
.pt64 { padding-top: 64px !important; }
.pt72 { padding-top: 72px !important; }
.pt80 { padding-top: 80px !important; }

.pl0  { padding-left:    0 !important; }
.pl8  { padding-left:  8px !important; }
.pl16 { padding-left: 16px !important; }
.pl24 { padding-left: 24px !important; }
.pl32 { padding-left: 32px !important; }
.pl40 { padding-left: 40px !important; }
.pl48 { padding-left: 48px !important; }
.pl56 { padding-left: 56px !important; }
.pl64 { padding-left: 64px !important; }
.pl72 { padding-left: 72px !important; }
.pl80 { padding-left: 80px !important; }

.pr0  { padding-right:    0 !important; }
.pr8  { padding-right:  8px !important; }
.pr16 { padding-right: 16px !important; }
.pr24 { padding-right: 24px !important; }
.pr32 { padding-right: 32px !important; }
.pr40 { padding-right: 40px !important; }
.pr48 { padding-right: 48px !important; }
.pr56 { padding-right: 56px !important; }
.pr64 { padding-right: 64px !important; }
.pr72 { padding-right: 72px !important; }
.pr80 { padding-right: 80px !important; }

.pb0  { padding-bottom:    0 !important; }
.pb8  { padding-bottom:  8px !important; }
.pb16 { padding-bottom: 16px !important; }
.pb24 { padding-bottom: 24px !important; }
.pb32 { padding-bottom: 32px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb48 { padding-bottom: 48px !important; }
.pb56 { padding-bottom: 56px !important; }
.pb64 { padding-bottom: 64px !important; }
.pb72 { padding-bottom: 72px !important; }
.pb80 { padding-bottom: 80px !important; }

.section {
padding: 70px 0;
position:relative;
}

.section.top {
padding-top: 0;
}

.section.gray {
background: #F3F3F3;
}

.section.blue {
background: #D7E8F5;
}

.telephone {
display:block;
}
.telephone-text {
font-size: 14px;
color: #4F8EE5;
color: var(--main-font);
margin-top:2px;
padding-left: 55px;
line-height:1.0;
font-family: helvetica;
}
.telephone-number {
font-size: 25px;
font-weight: bold;
color: #4F8EE5;
color: var(--main-font);
display: flex;
align-items: center;
line-height:1.25;
padding:0;
margin:0;
font-family: helvetica;
}
.telephone-number img {
width: 50px;
}

.gotoTop {
width: 71px;
height: 71px;
background: #000;
color: #fff;
font-size: 12px;
font-weight: bold;
position: fixed;
bottom: 115px;
right: 0;
display: flex;
justify-content: center;
align-items: center;
padding-top: 20px;
cursor: pointer;
z-index: 50;
}

.gotoTop:hover {
opacity: .7;
}

.gotoTop::before {
content: '';
width: 10px;
height: 10px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: rotate(225deg) translate(0, -50%);
position: absolute;
top: 30%;
left: 50%;
}

.page-title {
font-size: 36px;
font-weight: bold;
margin-bottom: 55px;
text-align: center;
line-height:1.55;
}
.page-title_mbnone {
font-size: 36px;
font-weight: bold;
margin-bottom: 15px;
text-align: center;
line-height:1.55;
}

.page-title span {
font-size: 24px;
display: block;
margin-top: 10px;
}

.font-small {
font-size: 14px;
}
.font-normal {
font-size: 16px;
}
.font-big {
font-size: 24px;
}


@media screen and (max-width:991.98px){
.font-small {
font-size: 12px;
}
.font-normal {
font-size: 14px;
}
.font-big {
font-size: 19px;
}
}

@media screen and (max-width:767.98px){
.font-small {
font-size: 12px;
}
.font-normal {
font-size: 14px;
}
.font-big {
font-size: 18px;
}
}

@media screen and (max-width:575.98px){
.font-small {
font-size: 10px;
}
.font-normal {
font-size: 12px;
}
.font-big {
font-size: 16px;
}
}

.font-small {
font-size: var(--font-small);
margin-bottom: 5px;
}
.font-normal {
font-size: var(--font-normal);
margin-bottom: 5px;
}
.font-big {
font-size: var(--font-big);
margin-bottom: 5px;
}


.font-small.mb {
margin-bottom: 30px;
}
.font-normal.mb {
margin-bottom: 30px;
}
.font-big.mb {
margin-bottom: 80px;
}

.color-danger {
color: #FE562F;
}

.color-safe {
color: #007830;
}

.color-eNet {
color: #1A50A0;
color: var(--eNet-font);
}

.color-post {
color: #1e8395;
color: var(--post-font);
}

.color-blue {
color: #4F8EE5;
color: var(--main-font);
}

.link {
color: #4F8EE5;
color: var(--main-font);
/* border-bottom: 1px solid #4F8EE5;*/
/* border-bottom: 1px solid var(--main-border);*/
}





.headline {
font-size: 28px;
font-weight: bold;
display: flex;
align-items: center;
border-bottom: 6px solid #4F8EE5;
border-bottom: 6px solid var(--main-border);
margin-bottom: 25px;
}
.headline_apply {
font-size: 22px;
font-weight: bold;
display: flex;
align-items: center;
border-bottom: 6px solid #4F8EE5;
border-bottom: 6px solid var(--main-border);
margin-bottom: 25px;
}

.headline span,
.headline_apply span{
font-size: 28px;
width: 60px;
height: 60px;
background: #4F8EE5;
background: var(--main-bg);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: bold;
margin-right: 20px;
}

.headline span.notice, .headline_apply span.notice{
color: #FE562F;
background:unset;
width: unset;
height: unset;
}

.headline.post {
border-color: #1e8395;
border-color: var(--post-border);
}

.headline.post span {
background: #1e8395;
background: var(--post-bg);
}

.headline.eNet {
border-color: #1A50A0;
border-color: var(--eNet-border);
}

.headline.eNet span {
background: #1A50A0;
background: var(--eNet-bg);
}

.headline-border {
font-size: 28px;
font-weight: bold;
border-bottom: 3px solid #000;
padding-bottom: 5px;
padding-right: 5px;
margin-bottom: 15px;
}
.headline-border.post {
border-bottom: 3px solid #1e8395;
border-bottom: 3px solid var(--post-border);
}
.headline-border.eNet {
border-bottom: 3px solid #1A50A0;
border-bottom: 3px solid var(--eNet-border);
color: #1A50A0;
color: var(--eNet-font);
}
.headline-border.hurikae {
border-bottom: 3px solid #1e8395;
border-bottom: 3px solid var(--hurikae-border);
color: #1e8395;
color: var(--hurikae-font);
}
.headline-border.uriage {
border-bottom: 3px solid #de6d3d;
border-bottom: 3px solid var(--uriage-border);
color: #de6d3d;
color: var(--uriage-font);
}
.headline-border.thin {
padding-bottom: 0;
border-bottom: none;
}
.headline-border.thin span {
padding-bottom: 5px;
display: inline-block;
border-bottom: 2px solid #4F8EE5;
border-bottom: 2px solid var(--main-border);
font-weight: 500;
font-size: 24px;
color: #4F8EE5;
}

.headline-border.thin span.t_support{
display: inline-block;
background-color: #4F8EE5;
color: #fff;
font-size: 16px;
padding: 5px 10px;
margin-bottom: 10px;
}
.headline-border.thin.eNet span {
padding-bottom: 5px;
display: inline-block;
border-bottom: 3px solid #1A50A0;
border-bottom: 3px solid var(--eNet-border);
}


.Area_furikae{}
.Area_uriage{}

.Area_furikae h2{
padding-bottom: 5px;
display: block;
border-bottom: 3px solid #1e8395;
border-bottom: 3px solid var(--hurikae-border);
border-left: 12px solid #1e8395;
border-left: 12px solid var(--hurikae-border);
color: #1e8395;
font-size: 28px;
padding-left: 1rem;
margin-bottom: 1rem;
}

.Area_uriage h2{
padding-bottom: 5px;
display: block;
border-bottom: 3px solid #de6d3d;
border-bottom: 3px solid var(--uriage-border);
border-left: 12px solid #de6d3d;
border-left: 12px solid var(--uriage-border);
color: #de6d3d;
font-size: 28px;
padding-left: 1rem;
margin-bottom: 1rem;
}

.Area_furikae .sample_image,
.Area_uriage .sample_image{
padding-bottom: 5.0rem;
text-align: center;
}
.Area_furikae .sample_image img,
.Area_uriage .sample_image img{
margin: 0.5rem auto;
}

.Area_furikae h3,
.Area_uriage h3{
padding-bottom: 5px;
font-weight: bold;
font-size: 21px;
}

.headline-border.thin.hurikae span {
padding-bottom: 5px;
display: block;
border-bottom: 3px solid #1e8395;
border-bottom: 3px solid var(--hurikae-border);
border-left: 12px solid #1e8395;
border-left: 12px solid var(--hurikae-border);
color: #1e8395;
font-size: 28px;
padding-left: 1rem;
}
.headline-border.thin.uriage span {
padding-bottom: 5px;
display: block;
border-bottom: 3px solid #de6d3d;
border-bottom: 3px solid var(--uriage-border);
color: #de6d3d;
font-size: 28px;
}
.headline-sub {
text-align: center;
margin-bottom: 45px;
}
.headline-sub h2 {
font-size: 36px;
font-weight: bold;
color: var(--front-color-blue);
}
.headline-sub p {
font-size: 24px;
font-weight: bold;
}


.headline-normal {
font-size: var(--f-28);
font-weight: bold;
margin-bottom: 40px;
}

.headline-about {
font-size: 24px;
font-weight: bold;
padding: 15px 0;
padding-left: 20px;
position: relative;
margin-bottom: 25px;
}
.headline-about span {
font-size: 21px;
color: #4F8EE5;
color: var(--main-font);
padding-top: 10px;
line-height: 2;
}
.headline-about::before {
content: '';
width: 15px;
height: 100%;
background: #4F8EE5;
background: var(--main-bg);
position: absolute;
top: 0;
left: 0;
}

.border-box {
border: 3px solid #4F8EE5;
border: 3px solid var(--main-border);
border-radius: 3px;
padding: 25px 40px;
}
.border-box.post {
border-color: #1e8395;
border-color: var(--post-border);
}
.border-box.eNet {
border-color: #1A50A0;
border-color: var(--eNet-border);
position: relative;
}
.eNet-tokkyo {
position: absolute;
top: -20px;
right: 10px;
}
.border-box.safe {
border-color: #007830;
}

.image {
display: flex;
justify-content: center;
margin-bottom: 45px;
}
.image img {
width: auto !important;
}
.campaign-box{
position: relative;
display:block;
min-height: 460px;
/*min-height: 560px;*/
margin-bottom: 2rem;
}
@media (min-width:1200px){
.campaign-box{
height:450px;
/*height:520px;*/
}
}
@media (max-width: 992px){
.campaign-box{
/*height:450px;*/
height:520px;
}
}
@media (max-width: 768px){
.campaign-box{
height:unset;
padding-bottom: 60px;
min-height: unset;
}
}
.campaign-title {
font-size: 19px;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #000;
margin-bottom: 10px;
display:block;
}

.campaign-button {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 0;
margin:0 auto;
width:220px;
}
@media (max-width: 768px){
.campaign-button {
bottom:unset;
}
}
.video-radius {
border-radius: 20px;
}

.danger-box {
background: #FDDAC8;
padding: 15px 35px;
margin-bottom: 45px;
}
.danger-box h3 {
text-align: center;
font-size: 18px;
font-weight: bold;
color: #FE5730;
margin-bottom: 10px;
}
.danger-box p {
font-size: 14px;
}

.intro-relative {
position: relative;
}
.intro-icon {
font-size: 16px;
color: #fff;
background: #4F8EE5;
background: var(--main-bg);
border: 1px solid #fff;
border-radius: 150px;
width: 140px;
height: 140px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: -80px;
/*left: 32%;*/
right:0;
z-index: 50;
line-height: 1.8;
text-align: center;
}

.global-sign {
position: relative;
}
.global-sign-icon {
position: absolute;
bottom: 0;
right: 0;
}

.branch-box {
background: #FBEAF2;
padding: 40px;
width: 100%;
height: 100%;
}

.withkaunet {
display: flex;
align-items: center;
}
.withkaunet-img {
height: 30px;
margin-right: 10px;
}
.withkaunet-num {
font-size: 24px;
font-weight: bold;
color: #FE562F;
}
.withkaunet-note {
font-size: 14px;
}

.eNet-dash {
border-bottom: 2px dashed #1A50A0;
border-bottom: 2px dashed var(--eNet-border);
padding-bottom: 10px;
margin-bottom: 20px;
}

.eNet-emphasis {
font-weight: bold;
border-bottom: 1px solid #1A50A0;
border-bottom: 1px solid var(--eNet-border);
color: #1A50A0;
color: var(--eNet-font);
}
.icon-post {
position: relative;
display: block;
justify-content: center;
align-items: center;
}
/*.icon-post::before {
content: '';
display: inline-block;
width: 70px;
height: 70px;
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
background-image: url(../img/icons/icon_post.png);
background-size: contain;
vertical-align: middle;
}*/

.icon-eNet {
position: relative;
display: block;
justify-content: center;
align-items: center;
}
/*.icon-eNet::before {
content: '';
display: inline-block;
width: 70px;
height: 70px;
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
background-image: url(../img/icons/icon_eNet.png);
background-size: contain;
vertical-align: middle;
}*/

.pdb_img{
padding-top:80px;
}
.pdb_img_s{
padding-top:50px;
}
.which_icon{
position:absolute;
top:0px;
left:0px;
max-width:100%;
}

@media screen and (max-width:1199.98px){
.intro-icon {
width: 120px;
height: 120px;
font-size: 14px;
right: 0;
}
}

@media screen and (max-width:991.98px){
.page-title {
font-size: 28px;
}
.page-title span {
font-size: 16px;
}
.headline {
font-size: 22px;
border-bottom-width: 4px;
}
.headline_apply {
font-size: 20px;
border-bottom-width: 4px;
}
.headline span,
.headline_apply span{
font-size: 22px;
width: 45px;
height: 45px;
margin-right: 15px;
}
.headline-border {
font-size: 21px;
}
.headline-about {
font-size: 16px;
padding: 5px 0;
padding-left: 15px;
}
.headline-about::before {
width: 8px;
}
.headline-about span {
font-size: 11px;
}
.border-box {
padding: 20px 35px;
}
.headline-sub h2 {
/*  font-size: 28px;*/
}
.headline-sub p {
font-size: 16px;
}
.danger-box h3 {
font-size: 16px;
}
.danger-box p {
font-size: 12px;
}
.global-sign {
padding-bottom: 80px;
}
.global-sign-icon {
width: 100px;
right: 20px;
}
.branch-box {
padding: 30px;
}
}

@media screen and (max-width:767.98px){
.section {
padding: 45px 0;
}
.font-small.mb {
margin-bottom: 20px;
}
.font-normal.mb {
margin-bottom: 30px;
}
.font-big.mb {
margin-bottom: 60px;
}
.page-title {
font-size: 18px;
margin-bottom: 25px;
}
.page-title span {
font-size: 14px;
margin-top: 5px;
}
.headline,
.headline_apply{
font-size: 17px;
border-bottom-width: 3px;
}
.headline span,
.headline_apply span{
width: 30px;
height: 30px;
margin-right: 5px;
font-size: 14px;
}
.headline-border {
font-size: 17px;
border-bottom-width: 2px !important;
}
.border-box {
padding: 20px 15px;
}
.eNet-tokkyo {
width: 60px;
right: 5px;
}
.image img{
/* width: 100% !important;*/
}
.image > div{
width: 100% !important;
}
.headline-sub {
margin-bottom: 25px;
}
.headline-sub h2 {
/*font-size: 18px;*/
margin-bottom: 0;
}
.headline-sub p {
font-size: 15px;
}
.campaign-title {
font-size: 14px;
padding-bottom: 5px;
}

.danger-box {
padding: 10px 15px;
margin-bottom: 25px;
}
.danger-box h3 {
font-size: 14px;
margin-bottom: 10px;
}
.danger-box p {
font-size: 12px;
}
/*  .intro-icon {
width:120px;
height:120px;
font-size: 12px;
top: -30px;
right: 0;
}  */.intro-icon {display: none;
}
.branch-box {
padding: 20px;
}
.withkaunet {
flex-wrap: wrap;
}
.withkaunet-num {
font-size: 18px;
}
.withkaunet-note {
font-size: 10px;
}
.withkaunet-img {
height: 20px;
}
}

/*--------------------------------------
list
--------------------------------------*/

.normal-lists {
margin-bottom: 30px;
	min-height: 110px;
}
.normal-lists li {
margin-bottom: 5px;
font-size: 16px;
}
.normal-lists_service_top{
min-height:120px;
}

.dot-lists {
padding: 0;
margin: 0;
}
.dot-lists li {
padding-left: 25px;
position: relative;
margin-bottom: 15px;
/*color: var(--eNet-bg);*/
/*font-size:1.25rem;*/
font-weight:bold;
}
.dot-lists li:last-child {
margin-bottom: 0;
}
.dot-lists li::before {
content: '';
width: 13px;
height: 13px;
background: #000;
border-radius: 50px;
position: absolute;
top: 7px;
left: 0;
}

.dot-lists.post li::before {
background: #1e8395;
background: var(--post-bg);
}

.dot-lists.eNet li::before {
background: #1A50A0;
background: var(--eNet-bg);
}

.dot-lists.square li::before {
border-radius: 0;
}

.step-lists {

}
.step-lists-icon-num {
font-size: 65px;
font-weight: bold;
position: absolute;
top: 0;
left: 30px;
font-style: italic;
}
.step-lists-icon-text {
font-size: 14px;
font-weight: lighter;
color: #fff;
width: 55px;
height: 55px;
border-radius: 50px;
background: #007830;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
z-index: 5;
}
.step-lists li {
position: relative;
padding-left: 145px;
margin-bottom: 40px;
padding-top: 15px;
}

.step-lists li h3 {
font-weight: bold;
}

.step-lists.post .step-lists-icon-text {
background: #1e8395;
background: var(--post-bg);
}

.step-lists.eNet .step-lists-icon-text {
background: #1A50A0;
background: var(--eNet-bg);
}

@media screen and (max-width:991.98px){
.normal-lists_service_top{
min-height:100px;
}

.normal-lists li {
font-size: 12px;
}
}
@media screen and (max-width:767.98px){
.normal-lists {
margin-bottom: 20px;
}
.normal-lists_service_top{
min-height:unset;
}

.normal-lists li {
margin-bottom: 3px;
font-size: 14px;
text-align: center;
}
.step-lists li {
padding-left: 0;
padding-top: 75px;
}
.step-lists-icon-num {
font-size: 50px;
left: 25px;
}
.step-lists-icon-text {
font-size: 12px;
width: 45px;
height: 45px;
}
.dot-lists li {
font-size: 12px;
padding-left: 20px;
}
.dot-lists li::before {
width: 9px;
height: 9px;
top: 6px;
}
}

/*--------------------------------------
button
--------------------------------------*/

.button, .button > input[type='button'] {
height: 50px;
padding: 0 30px;
min-width: 220px;
border-radius: 2px;
background: #4F8EE5;
background: var(--main-bg);
position: relative;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-weight: bold;
border: none;
}
.button, .button > input[type='submit'] {
height: 50px;
padding: 0 40px;
min-width: 220px;
border-radius: 2px;
background: #4F8EE5;
background: var(--main-bg);
position: relative;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-weight: bold;
border: none;
font-feature-settings: "palt";
}
.button > input[type='button'] {
min-width: auto;
}
.button > input[type='submit'] {
min-width: auto;
}
.button span {
display: none;
}
.button.post ,.button.post > input[type='button']{
background: #1e8395;
background: var(--post-bg);
}
.button.eNet ,.button.eNet > input[type='button']{
background: #1A50A0;
background: var(--eNet-bg);
}
.button.hurikae ,.button.hurikae > input[type='button']{
background: #1e8395;
background: var(--hurikae-bg);
}
.button.uriage ,.button.uriage > input[type='button']{
background: #de6d3d;
background: var(--uriage-bg);
}

.button::before {
content: '';
width: 10px;
height: 10px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: rotate(315deg) translate(0, -50%);
position: absolute;
top: 50%;
right: 15px;
}
.button .wpcf7-submit{
width: 220px;
color: #fff;
}
.wpcf7 input.wpcf7-submit:disabled {
    color: #fff !important;
 opacity: 0.5 !important;
}
.button .has-spinner{
background:none;
border:none;
}
.button-center {
display: flex;
justify-content: center;
}

.button-left {
display: flex;
justify-content: flex-start;
}
.button-right {
display: flex;
justify-content: flex-end;
}

.button-column {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.button-column a, .button-column input {
width: calc(50% - 10px);
}

.eNet-button {
height: 170px;
width: 100%;
background: #1A50A0;
background: var(--eNet-bg);
color: #fff;
border-radius: 3px;
display: flex;
justify-content: space-between;
align-items: center;
flex-direction: column;
position: relative;
padding: 30px;
}
.eNet-button-text {
font-size: 18px;
font-weight: bold;
text-align: center;
height: 50px;
display: flex;
align-items: center;
}
.eNet-button-title {
font-size: 36px;
}
.eNet-button-title::before {
content: '';
width: 15px;
height: 15px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: rotate(315deg) translate(0, -50%);
position: absolute;
bottom: 40px;
right: 50px;
}

.eNet-button:hover {
color: #fff;
}

@media screen and (max-width:991.98px){
.button {
font-size: 14px;
min-width: 145px;
}
.eNet-button {
height: 150px;
padding: 20px;
}
.eNet-button-title {
font-size: 32px;

}
.eNet-button-text {
font-size: 16px;
}
.eNet-button-title::before {
bottom: 30px;
right: 20px;
}
}

@media screen and (max-width:767.98px){
.button {
/*  height: 40px;
padding: 15px;
font-size: 12px;
min-width: 130px;*/
}
.button-column a {
width: calc(50% - 5px);
}
.button-column.sp-wide a {
width: 100%;
}

.button-column.sp-wide a:first-child {
margin-bottom: 20px;
}
}

/*--------------------------------------
header
--------------------------------------*/

.header .telephone {
margin-right: 10px;
margin-top: 10px;
}

.header {
width: 100%;
z-index: 999;
position: fixed;
top: 0;
left: 0;
background: #fff;
transition: all ease .2s;
}
.header.top {
background: none;
}

.header.sticky {
background: #fff;
}


.header-wrap {
max-width: 1300px;
max-width: var(--header-max-width);
margin: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.header-top {
display: flex;
justify-content: space-between;
}
.header-left {
display: flex;
align-items: flex-start;
padding-top: 10px;
}
.header-right {
display: flex;
align-items: flex-start;
}
.header-logo {}
.header-logo img {width:380px;}
.header-left > img {}
.header-45 {
margin-left: 20px;
width:80px;
}
.header-link {
height: 75px;
background: #4F8EE5;
background: var(--main-bg);
font-size: 16px;
font-weight: bold;
color: #fff;
padding: 0 20px;
padding-right: 40px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin-right: 5px;
border-radius: 2px;
}
.header-link:last-child {
margin-right: 0;
}
.header-link::before {
content: '';
width: 10px;
height: 10px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: rotate(315deg) translate(0, -50%);
position: absolute;
top: 50%;
right: 20px;
}
.header-navi {
display: flex;
justify-content: flex-end;
/*padding-right: 55px;*/
}
.header-navi ul {
margin: 0;
padding: 0;
display: flex;
align-items: center;
/*	font-weight:600;*/
}
.header-navi li {
margin: 0 15px;
padding: 0 5px;
display: flex;
justify-content: center;
align-items: center;
padding-bottom: 5px;
z-index: 1;
}

.header-navi li a {
display: flex;
justify-content: center;
align-items: center;
color: #000;
font-size: 16px;
}

.header-navi li.active {
color: #4F8EE5;
color: var(--main-font);
border-bottom: 3px solid #4F8EE5;
border-bottom: 3px solid var(--main-border);
}
.header-navi li.active a {
color: #4F8EE5;
color: var(--main-font);
}

.header-navi.top li a {
color: #fff;
}

.header-navi.top li.active {
color: #fff;
border-bottom: 3px solid #fff;
}

.header.sticky .header-navi li a{
color: #000;
}

.header.sticky .header-navi li.active{
color: #4F8EE5;
color: var(--main-font);
border-bottom: 3px solid #4F8EE5;
border-bottom: 3px solid var(--main-border);
}
.header.sticky .header-navi li.active a{
color: #4F8EE5;
color: var(--main-font);
}

.sp-navi-icons {
display: none;
width: 40px;
height: 30px;
flex-direction: column;
justify-content: space-between;
}

.sp-navi-icon {
width: 100%;
height: 4px;
background: #4F8EE5;
background: var(--main-bg);
border-radius: 5px;
transition: all ease .2s;
z-index: 99;
}
.sp-navi-icons.is-open .sp-navi-icon.top {
transform: rotate(45deg) translate(23%,220%);
}
.sp-navi-icons.is-open .sp-navi-icon.middle {
opacity: 0;
}
.sp-navi-icons.is-open .sp-navi-icon.bottom {
transform: rotate(-45deg) translate(23%,-220%);

}

.sp-navi {
display: none;
background: #4F8EE5;
background: var(--main-bg);
width: 100%;
padding: 20px;
position: fixed;
top: 60px;
left: 0;
transform: translate(0, -101%);
transition: all ease .2s;
z-index: 99;
}

.sp-navi.is-open {
transform: translate(0, 0);
}

@media screen and (max-width:1339.98px){
.header-wrap {
padding-left: 20px;
}
.header-logo img {
width: 300px;
}
.header-left > img {
width: 70px;
}
.header-link {
height: 70px;
padding: 0 15px;
padding-right: 35px;
}
.header-link::before {
right: 15px;
}
.header-navi {
padding-right: 40px;
}
.header-navi li {
margin: 0 10px;
}
}
@media screen and (max-width:1199.98px){
.header-navi {
margin-top: 10px;
}
.header-45 {
margin-left: 5px;
}
.header-logo img {
width: 240px;
}
.footer-middle-phone .telephone-number {
font-size: 35px;
}
.telephone-text {
font-size: 12px;
padding-left: 25px;
}
.telephone-number img {
width: 45px;
}
.header-link {
font-size: 14px;
}

}
@media screen and (max-width:991.98px){
.header-logo img {
width: 166px;
}
.header-left > img {
width: 30px;
}
.header-link {
font-size: 12px;
padding: 0 5px;
padding-right: 25px;
height: 50px;
}
.header-link::before {
right: 5px;
}
.telephone-number {
/*  font-size: 16px;*/
}
.telephone-number img {
/*  width: 15px;*/
}
.telephone-text {
font-size: 10px;
padding-left: 0;
}
.header-navi {
padding-right: 20px;
}
.header-navi li a {
font-size: 14px;
}
.header-navi li {
font-size: 14px;
margin: 0 5px;
padding: 0 10px;
}
}
@media screen and (max-width:767.98px){
.header-wrap {
padding: 0 20px;
}
.header-logo img {
width: 150px;
}
.header {
height: auto;
background: #fff !important;
}
.header-top {
height: 60px;
align-items: center;
padding: 0;
}
.header-right {
display: none;
}
.header-navi {
display: none;
}
.sp-navi {
display: block;
}
.sp-navi-icons {
display: flex;
}
.sp-navi .header-navi {
display: flex;
justify-content: center;
}
.header-navi li a {
font-size: 10px;
padding-bottom: 2px;
}
.header-navi.top li.active {
font-size: 10px;
border-width: 2px;
}
}

@media screen and (max-width:575.98px){
.footer-middle-phone .telephone-number {
font-size: 25px;
}
}
/*--------------------------------------
footer
--------------------------------------*/

.footer {}
.footer-top {
background: var(--front-color-blue);
}
.footer-top-wrap {
max-width: 1078px;
max-width: var(--footer-top-max-width);
margin: auto;
padding: 15px 0;
display: flex;
}
.footer-middle {
background: #FBFBFB;
}
.footer-middle-wrap {
max-width: 1180px;
max-width: var(--footer-middle-max-width);
margin: auto;
display: flex;
padding: 30px 0;
}
.footer-bottom {
text-align: center;
padding: 20px 0 40px;
}
.footer-top-content {
width: 33.33333%;
border-right: 1px solid #fff;
/*padding: 0 55px 20px 55px;*/
padding: 0 20px 20px 20px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.footer-top-content:last-child {
border-right: none;
}
.footer-top-content img {
margin-bottom: 10px;
width:130px;
height:auto;
}
@media screen and (max-width:575.98px){
.footer-top-content img {
margin-bottom: 10px;
width:80px;
height:auto;
}
}
.footer-content-icon {
margin: 0;
}
.footer-content-title {
font-size: 24px;
font-weight: bold;
color: #fff;
margin-bottom: 10px;
text-align: center;
}
.footer-content-text {
font-size: 14px;
font-weight: bold;
color: #fff;
margin-bottom: 20px;
text-align:center;

}
.footer-content-button {
width: 180px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: var(--front-color-blue);
font-size: 13px;
font-weight: bold;
border-radius: 2px;
background: #fff;
position: relative;
margin-top: auto;
margin-bottom: auto;
font-feature-settings: "palt";
}
.footer-content-button::before {
content: '';
width: 10px;
height: 10px;
border-right: 2px solid #1458ad;
border-right: 2px solid var(--front-color-blue);
border-bottom: 2px solid #1458ad;
border-bottom: 2px solid var(--front-color-blue);
transform: rotate(315deg) translate(0, -50%);
position: absolute;
top: 50%;
right: 20px;
}
.footer-middle-contents {
 display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
width:100%;
}
.footer-middle-list {
 display: flex;
  flex-direction: column;
}
.footer-middle-list img{
width:160px;
}
.footer-middle-list ul{
margin: 0;
padding: 0;
}
.footer-middle-list ul li{
margin-bottom: 3px;
}
.footer-middle-list li.title{
font-size: 18px;
font-weight: bold;
color: var(--front-color-blue);
margin-bottom: 10px;
}
@media screen and (max-width:767.98px){
.footer-middle-list ul li{
margin-bottom: 0px;
}
.footer-middle-list li.title{
font-size: 14px;
margin-bottom: 0px;
margin-top: 10px;
}
}

.footer-middle-list li a{
font-size: 13px;
color: #000;
}
.footer-middle-phone {
width: 250px;
}
.footer-middle-privacy {
display: flex;
justify-content: flex-end;
/* margin-top: 20px;*/
}
.footer-middle-privacy img {
width:120px;
margin-top: 20px;
}
.footer-bottom-text {
font-size: 12px;
}
.footer-bottom-text span {
color: #4F8EE5;
color: var(--main-font);
}
.footer-copyright {
font-size: 12px;
}

@media screen and (max-width:1199.98px){
.footer-top-content {
padding: 0 20px 20px;
}
.footer-middle-wrap {
padding: 30px 20px;
/* display: block;*/
}
.footer-middle-contents {
/* margin-bottom: 20px;*/
position:relative;

}
.footer-middle-privacy {
justify-content: flex-start;
display:inline-block;
margin-left: 20px;
position:absolute;
}
.footer-middle-privacy img {
width:80px;
}
.footer-middle-phone {
width:100%;
text-align:center;
display:inline-block;
}
.footer-middle-phone .telephone {
display:inline-block;
text-align:center;
}
.footer-middle-list {

float:left;
display:block;
}
}
@media screen and (max-width:991.98px){
.footer-middle-contents {
padding-right: 0;
display:block;
clear:both;
width:100%;
}
.footer-middle-list {
width:50%;
float:left;
display:inline-block;
margin-top: 20px;
}
.footer-middle-phone {
width:100%;
margin-top:30px;
/*display:inline-block;
float:left;*/
padding-right:120px;
}
.footer-content-title {
font-size: 18px;
}
.footer-content-text {
font-size: 12px;
}

}
@media screen and (max-width:767.98px){
.footer-middle {
/* display: none;*/
}

.footer-content-title {
font-size: 16px;
}
.footer-content-button {
width: calc(100% - 5px);
font-size: 10px;
height: 25px;
}
.footer-content-button::before {
width: 5px;
height: 5px;
right: 10px;
}
}

@media screen and (max-width:575.98px){
.footer-middle-list {
width:50%;
float:left;
display:inline-block;
margin-top:20px;
}
.footer-top-content {
padding: 0 5px 5px;
}

.footer-content-text {
font-size: 10px;
margin-bottom: 10px;
}
.footer-bottom-text {
font-size: 10px;
}
.footer-copyright {
font-size: 10px;
}
}

/*--------------------------------------
page
--------------------------------------*/

section.page {
background: var(--front-color-blue);
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
margin: auto;
padding: 25px 0;
padding-bottom: 0;
margin-bottom: 140px;
position:relative;
}
section.page::before {
content: '';
width: 100%;
height: 140px;
/* border-top: 70px solid var(--main-bg);
border-left: 50vw solid var(--main-bg);
border-bottom: 70px solid transparent;
border-right: 50vw solid transparent; */
background:-moz-linear-gradient(to top left, transparent 50% , #1458ad 50%) ;
background:-webkit-linear-gradient(to top left, transparent 50% , #1458ad 50%) ;
background:linear-gradient(to top left, transparent 50% , #1458ad 50%) ;
background:linear-gradient(to top left, transparent 50% , var(--front-color-blue) 50.3%) ;
-ieVar-background:linear-gradient(to top left, transparent 50% , #1458ad 50%) ;
position: absolute;
bottom: -140px;
left: 0;
}
section.page.post {
background: #1e8395;
background: var(--post-bg);
}
section.page.post::before {
background:-moz-linear-gradient(to top left, transparent 50% , #1e8395 50%) ;
background:-webkit-linear-gradient(to top left, transparent 50% , #1e8395 50%) ;
background:linear-gradient(to top left, transparent 50% , #1e8395 50%) ;
background:linear-gradient(to top left, transparent 50% , var(--post-bg) 50.3%) ;
-ieVar-background:linear-gradient(to top left, transparent 50% , #1e8395 50%) ;
}
section.page.eNet {
background: #1A50A0;
background: var(--eNet-bg);
}
section.page.hurikae {
background: #1e8395;
background: var(--hurikae-bg);
}
section.page.uriage {
background: #de6d3d;
background: var(--uriage-bg);
}
section.page.eNet::before {
background:-moz-linear-gradient(to top left, transparent 50% , #1A50A0 50%) ;
background:-webkit-linear-gradient(to top left, transparent 50% , #1A50A0 50%) ;
background:linear-gradient(to top left, transparent 50% , #1A50A0 50%) ;
background:linear-gradient(to top left, transparent 50% , var(--eNet-bg) 50.3%) ;
-ieVar-background:linear-gradient(to top left, transparent 50% , #1A50A0 50%) ;
}
section.page.hurikae::before {
background:-moz-linear-gradient(to top left, transparent 50% , #1e8395 50%) ;
background:-webkit-linear-gradient(to top left, transparent 50% , #1e8395 50%) ;
background:linear-gradient(to top left, transparent 50% , #1e8395 50%) ;
background:linear-gradient(to top left, transparent 50% , var(--hurikae-bg) 50.3%) ;
-ieVar-background:linear-gradient(to top left, transparent 50% , #1e8395 50%) ;
}
section.page.uriage::before {
background:-moz-linear-gradient(to top left, transparent 50% , #de6d3d 50%) ;
background:-webkit-linear-gradient(to top left, transparent 50% , #de6d3d 50%) ;
background:linear-gradient(to top left, transparent 50% , #de6d3d 50%) ;
background:linear-gradient(to top left, transparent 50% , var(--uriage-bg) 50.3%) ;
-ieVar-background:linear-gradient(to top left, transparent 50% , #de6d3d 50%) ;
}
.page-menu {
background: #fff;
padding: 6px 2rem 10px 2rem;
/*display: flex;*/
	display:none;
margin-bottom: 35px;
border-radius: 4px;
}
.page-menu li {
display: flex;
justify-content: flex-end;
flex-direction: column;
}
.page-menu span {
font-size: 14px;
display: block;
padding-left: 10px;
}
.page-menu .post {
color: #1e8395;
color: var(--post-font);
}
.page-menu .eNet {
color: #1A50A0;
color: var(--eNet-font);

}
.page-menu li a, .page-menu li p {
padding: 0 10px;
font-size: 14px;
border-right: 1px solid #000;
color: #000;
cursor: pointer;
}
.page-menu li.active a, .page-menu li.active p {
color:var(--main-font);
}
.page-menu li:last-child p ,
.page-menu li:last-child a {
border-right: none;
}
.page-menu li.active {
position: relative;

}

.page-menu li.active::before {
content: '';
width: calc(100% - 20px);
height: 3px;
background: #4F8EE5;
background: var(--main-bg);
position: absolute;
bottom: -10px;
left: 50%;
transform: translate(-50%, 0);
}
.page-menu li.active a {
color: #4F8EE5;
color: var(--main-font);
}

.page-category {
font-size: 36px;
font-weight: bold;
color: #fff;
text-align: center;
margin-top: 2rem;
}

.page-category span {
font-size: 24px;
display: block;
}

@media screen and (max-width:991.98px){
.page-menu {
flex-wrap: wrap;
width: 90%;
}
.page-menu li {
width: 25%;
margin-bottom: 10px;
}
.page-menu li a, .page-menu li p {
font-size: 12px;
}
.page-menu li:nth-child(4n) a, .page-menu li:nth-child(4n) p {
border-right: none;
}
.page-menu span {
font-size: 12px;
}
.page-category {
font-size: 30px;
}
.page-category span {
font-size: 16px;
}
}

@media screen and (max-width:767.98px){
section.page {
margin-bottom: 50px;
}
section.page::before {
height: 50px;
bottom: -50px;
}
.page-menu {
flex-wrap: wrap;
width: 90%;
margin-bottom: 20px;
}
.page-menu li {
width: 50%;
margin-bottom: 10px;
}
.page-menu li a, .page-menu li p {
font-size: 10px;
padding: 0 5px;
}
.page-menu li:nth-child(2n) a, .page-menu li:nth-child(2n) p {
border-right: none;
}
.page-menu span {
font-size: 10px;
padding-left: 5px;
}
.page-menu li.active::before {
width: calc(100% - 10px);
height: 2px;
bottom: -5px;
}
.page-category {
font-size: 20px;
}
.page-category span {
font-size: 14px;
}

}

/*--------------------------------------
breadcrumbs
--------------------------------------*/

.breadcrumbs {
background: #FBFBFB;
}
.breadcrumbs ol {
padding: 10px 0;
margin-bottom: 10px;
border-bottom: 2px solid #ededed;
display: flex;
align-items: center;
}
.breadcrumbs li {
padding: 0 20px;
border-right: 1px solid #000;
}
.breadcrumbs li:last-child {
border-right: none;
}
.breadcrumbs li a {}
.breadcrumbs .home {
width: 20px;
padding: 0;
border-right: none;
margin-right: 10px;
}

@media screen and (max-width:991.98px){
.breadcrumbs li {
font-size: 14px;
}
}
@media screen and (max-width:767.98px){
.breadcrumbs li {
font-size: 12px;
padding: 0 5px;
}
.breadcrumbs .home {
width: 15px;
margin-right: 5px;
}
}


/*--------------------------------------
top-main
--------------------------------------*/

.top-main {
margin-top: -58px;
}
.top-main-wrap {
/* max-width: 1300px; */
/* max-width: var(--header-max-width); */
margin: auto;
position: relative;
}
.top-main-wrap > img {
height: 720px;
/*height: 466px;*/
object-fit: cover;
width: 100%;
}

.top-main-flow {
position: absolute;
/*top:45%;*/
top:40%;
left: 0;
width: 100%;
transform: translate(0, -25%);
}
.top-main-flow .container {
width: 100%;
max-width:  100%;
padding-right: 0px;
padding-left: 0px;
}
.top-main-container {
display: flex;
justify-content: space-between;
}

.top_catch{
display:block;
margin-top: 220px;
/*position: relative;*/
overflow: hidden;
}

.brook-after{
/*width: 400px;*/
transform: rotate(-7deg);
transform-origin: top center;
position: absolute;
top: 64px;
left:calc( -320px / 2 + 40px );
padding: 15px calc( 400px / 2 - 80px * 1.414 );
box-sizing: border-box;
text-align: left;
}
@media screen and (max-width:767.98px){
.brook-after{
/*transform: rotate(-7deg);*/
/*  transform-origin: top center;  */
position: absolute;
top: 64px;
left:calc( -140px / 2 + 40px );
padding: 15px;
box-sizing: border-box;
text-align: left;
}

}
@media screen and (max-width:575.98px){
.brook-after{
/*transform: rotate(-7deg);*/
/* transform-origin: top center;   */
position: absolute;
top: 64px;
left:calc( -180px / 2 + 40px );
padding: 15px;
box-sizing: border-box;
text-align: left;
}
}
.top-main-container h1 {
font-size: 45px;
color: #fff;
line-height:1.55;
font-weight: bold;
display:block;
/*text-shadow:1px 1px 3px #2e2e2e; */
padding-left: 2rem;
}
.top-main-container h1.plus {
font-size: 18px;
color: #f3fd7e;
line-height:1.55;
font-weight: 500;
display:block;
clear:both;
padding-bottom:10px;
margin-bottom: 15px;
border-bottom: dashed 2px #f3fd7e;
text-shadow:1px 1px 3px #2e2e2e;
}
.top-main-container h1.invoice {
font-size:30px;
color: #1050A7;
line-height: 1.95;
display:block;
clear:both;
padding-bottom:0px;
margin-bottom: 0px;
}

/*.top-main-container h1.invoice {
font-size: 26px;
color: #ffffff;
line-height:1.55;
font-weight: 500;
display:block;
clear:both;
padding-bottom:0px;
margin-bottom: 15px;
}*/

.top-main-container h1.invoice_f {
font-size: 26px;
color: #ffffff;
line-height:1.55;
font-weight: 500;
display:block;
clear:both;
padding-bottom:0px;
padding-left:15px;
margin-bottom: 5px;

}
.invoice_line{
background: linear-gradient(transparent 0%, #e9ebee 0%);
padding: 10px 30px 10px 40px;
font-weight: bold;
 box-shadow: 5px 5px 0px 0px rgba(245, 213, 0, 1.0);
}

/*.invoice_line{
background:linear-gradient(transparent 70%, #1050A7 10%);
}*/

.top-main-links {
padding: 15px 20px;
background: #1050A7;
border: 1px solid #fff;
border-radius: 2px;
position: relative;
margin:3px 0;
}
.top-main-45 {
width: 206px;
position: absolute;
top: -170px;
right: -120px;
}
.top-main-links > p {
color: #fff;
font-size: 19.5px;
font-weight: bold;
text-align: center;
margin-bottom: 15px;
}
.top-main-eNet {
width: 303px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 3px;
font-size: 24px;
color: #1050A7;
font-weight: bold;
margin-bottom: 10px;
}
.top-main-eNet svg {
width: 45px;
margin-right: 10px;
}
.top-main-form {
width: 303px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: #4F8EE5;
border: 1px solid #fff;
border-radius: 2px;
font-size: 18px;
color: #fff;
font-weight: bold;
margin-bottom: 10px;
}
.top-main-form svg {
width: 33px;
margin-right: 10px;

}

.sasikomi2{
margin-bottom: 10px;
display: block;
text-align: center;
}

@media screen and (max-width:1339.98px){
.top-main-wrap > img {
width: 100%;
height: 566px;
/*  height: 466px;*/
}
.top-main {
margin-top: -45px;
}
.top-main-45 {
width: 150px;
top: -130px;
right: -30px;
}
.header .telephone-number {
/*font-size: 24px;*/
}
.header .telephone-number img {
/*  width: 25px;*/
}
}

.mount-links{
margin:0 6%;
}

@media screen and (max-width:1199.98px){
.top-main-wrap > img {
width: 100%;
height: 485px;
/*   height: 385px;*/
}
.top-main {
margin-top: -43px;
}
.top-main-45 {
width: 130px;
top: -105px;
right: -15px;
}
}

@media screen and (max-width:991.98px){
.top-main-wrap > img {
height: 450px;
}
.top-main {
margin-top: -34px;
}
.top-main-links {
padding: 15px;
}
.top-main-45 {
width: 80px;
top: -60px;
right: -15px;
}
.top-main-container h1 {
font-size: 36px;
}
.top-main-links > p {
font-size: 18px;
}
.top-main-eNet {
width: auto;
font-size: 18px;
height: 50px;
}
.top-main-eNet svg {
width: 37px;
}
.top-main-form {
height: 50px;
width: auto;
font-size: 14px;
}
.top-main-form svg {
width: 25px;
}
.header .telephone-number {
font-size: 17px;
}
.header .telephone-number img {
width: 17px;
}
}
@media screen and (max-width:767.98px){
.top-main {
margin-top: 0;
}
.top-main-links {
padding: 15px;
}
.top-main-eNet {
width: auto;
font-size: 16px;
height: 40px;
margin-bottom: 10px;
}
.top-main-eNet svg {
width: 27px;
}
.top-main-form {
width: auto;
font-size: 14px;
height: 40px;

}
.top-main-form svg {
width: 19px;
}
.top-main-45 {
width: 50px;
top: -30px;
right: 0;
}
.top-main-container {
flex-direction: column;
}
.top-main-container h1 {
font-size: 20px;
text-align: left;
}
.top-main-container h1.plus,
.top-main-container h1.invoice,
.top-main-container h1.invoice_f{
font-size: 22px;
}
.top-main-flow {
transform: translate(0, -50%);
}
.top-main-links > p {
font-size: 14px;
margin-bottom: 5px;
}

.mount-links{
width: 70%;
margin:0 auto;
}
}

@media screen and (max-width:575.98px){
.top-main {
margin-top: 0;
}
.top-main-links {
padding: 15px 15px 5px 15px;
}
.top-main-eNet {
width: auto;
font-size: 16px;
height: 40px;
margin-bottom: 10px;
}
.top-main-eNet svg {
width: 27px;
}
.top-main-form {
width: auto;
font-size: 14px;
height: 40px;

}
.top-main-form svg {
width: 19px;
}
.top-main-45 {
width: 50px;
top: -30px;
right: 0;
}
.top-main-container {
flex-direction: column;
}
.top-main-container h1 {
font-size: 20px;
text-align: left;
}
.top-main-flow {
transform: translate(0, -50%);
}
.top-main-links > p {
font-size: 13px;
margin-bottom: 5px;
}

.mount-links{
width: 80%;
margin:15px auto 0 auto;
}
}


/*--------------------------------------
input
--------------------------------------*/


input,select {
max-width: 500px;
height: 45px;
border: 1px solid #919191;
padding: 0 15px;
width: 100%;
}

/*.button input {
max-width:unset;
height: 45px;
border: none;
padding: 0 15px;
width: 100%;
background-color: transparent;
color:#fff;
}*/

.input-thin {
max-width: 145px;
}

.input-thin + [class='input-label'] {
flex: 1;
}

.input-large {
max-width: none;
}

input[class='input-large'] {
max-width: none;

}

.input-label {
position: relative;
}
.input-label p {
/* position: absolute;
top: -25px;
left: 0; */
font-size: 16px;
}

.input-column {
display: flex;
align-items: flex-end;
}

.input-column .input-label:first-child {
margin-right: 10px;
}
.table-input-td > [class^='input-']:nth-child(n + 2){
margin-top: 10px;
}

@media screen and (max-width:991.98px){
.input-label p {
/*font-size: 12px;*/
}
.table-input-td > [class^='input-']:nth-child(n + 2){
margin-top: 15px;
}
}

/*--------------------------------------
select
--------------------------------------*/

.select {
overflow: hidden;
width: 100%;
text-align: center;
max-width: 500px;
}
.select select {
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.select select::-ms-expand {
display: none;
}
.select.cp_sl01 {
position: relative;
border: 1px solid #919191;
background: #ffffff;
}
.select.cp_sl01::before {
position: absolute;
top: 50%;
right: 0.6em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #666666;
pointer-events: none;
transform: translate(0,-50%);
}
.select.cp_sl01 select {
padding: 8px 38px 8px 8px;
color: #666666;
height: 43px;
}


/*--------------------------------------
checkbox
--------------------------------------*/


input[type=checkbox] {
display: none;
}
.checkbox01 {
box-sizing: border-box;
cursor: pointer;
display: inline-block;
padding: 5px 50px;
position: relative;
width: auto;
margin-bottom: 40px;
}
.checkbox01::before {
content: '';
background: #fff;
border: 1px solid #231815;
display: block;
width: 35px;
height: 35px;
position: absolute;
top: 50%;
left: 5px;
transform: translate(0, -50%);
}
.checkbox01::after {
border-right: 5px solid #ed7a9c;
border-bottom: 5px solid #ed7a9c;
content: '';
display: block;
height: 30px;
left: 4px;
margin-top: -7px;
opacity: 0;
position: absolute;
top: 50%;
transform: rotate(45deg) translate(0,-50%);
width: 17px;
}
input[type=checkbox]:checked + .checkbox01::after {
opacity: 1;
}

.input-equal {
width: 50%;
max-width: 300px;
}

@media screen and (max-width:991.98px){
.checkbox01 {
padding: 5px 40px;
padding-right: 0;
/*font-size: 12px;*/
}
.checkbox01::before {
width: 25px;
height: 25px;
}
.checkbox01::after {
border-right-width: 4px;
border-bottom-width: 4px;
width: 12px;
height: 27px;
}
}

/*--------------------------------------
table
--------------------------------------*/



.table.half {
width: 50%;
}
.table tr {}
.table th {
background: #4F8EE5;
background: var(--main-bg);
color: #fff;
font-weight: bold;
text-align: center;
max-width: 30%;
border: 1px solid #4F8EE5;
border: 1px solid var(--main-border);
vertical-align: middle;
}
.table td {
border-right: 1px solid #707070;
border-bottom: 1px solid #707070;
background: #fff;
}
.table td:first-child {
border-left: 1px solid #707070;
}
.table tr:nth-child(2) td {
border-top: none;
}

.table-input {
width: 100%;
margin-bottom: 40px;
border-bottom: 1px solid #000;
}
.table-input:last-child {
margin-bottom: 0;
}
.table-input-th {
min-width: 350px;
/*height: 85px;*/
padding: 20px 0;
font-size: 18px;
display: flex;
justify-content: space-between;
align-items: center;
}


.table-input-th p{
	font-weight:bold;
}
.table-input-th span {
height: 30px;
font-size: 14px;
color: #fff;
border-radius: 20px;
background: #FE562F;
padding: 5px 10px;
/*display: flex;*/
justify-content: center;
align-items: center;
width: fit-content;
margin:0 0 0 10px;
}
.table-input-td {
padding: 20px 0;
width: 100%;
}

.table-claim {
width: 100%;
margin-top: 5px;
}
.table-claim tr {
border-bottom: 1px solid #000;
}
.table-claim th {
padding: 10px;
width: 430px;
}
.table-claim td {
padding: 10px 0;
}
.table-claim-wrap {
display: flex;
align-items: center;
}
.table-claim-title {
width: 35%;
padding: 0;
display: inline-block;
}
.table-claim-input {
width: 100%;
padding: 0;
display: inline-block;
text-align:center;
}
.table-claim-unit {
width: 20%;
padding-left: 20px;
display: inline-block;
text-align: left;
}

.table-date {
width: 100%;

}
.table-date tr {}
.table-date th {
width: 100px;
padding: 10px 0;
}
.table-date td {
padding: 10px 0;
}
.table-date :first-child td  {
padding-top: 0;
}
.table02 {
width: 100%;
}
.table02 tr {}
.table02 th {
font-size: 16px;
padding: 10px 30px;
text-align: center;
vertical-align: middle;
color: #fff;
background: #4F8EE5;
background: var(--main-bg);
font-weight: bold;
width: 220px;
border: 1px solid #4F8EE5;
border: 1px solid var(--main-border);
}
.table02 td {
font-size: 16px;
background: #fff;
padding: 10px;
border-right: 1px solid #707070;
border-bottom: 1px solid #707070;
}
.table02 tr:first-child td {
border-top: 1px solid #707070;
}
.table-about {
width: 100%;
}
.table-about tr {}
.table-about th {
color: #fff;
font-size: 18px;
text-align: center;
}
.table-about td {
border-right: 1px solid #707070;
border-bottom: 1px solid #707070;
font-size: 24px;
padding: 10px;
text-align: center;
width: 25%;
}
.table-about .head td:nth-child(2) {
border-left: 1px solid #707070;
}
.table-about .head td {
border-top: 1px solid #707070;
font-size: 16px;
}
.table-about .eNet {
background: #1A50A0;
background: var(--eNet-bg);
}
.table-about .post {
background: #1e8395;
background: var(--post-bg);
}

@media screen and (max-width:991.98px){
.table th {
font-size: 14px;
}
.table td {
font-size: 14px;
}
.table-input-th {
width: 100%;
padding: 30px 0 0 0;
justify-content: flex-start;
height: 65px;
}
.table-input-th span {
margin-left: 20px;
}
.table-input-td {
display: block;
width: 100%;
/* padding-bottom: 0;*/
padding-top: 10px;
}
.table-claim th {
display: block;
width: 100%;
padding: 0;
padding-top: 10px;
}
.table-claim td {
display: block;
width: 100%;
text-align: left;
}
.table-date th {
display: block;
width: 100%;
padding: 20px 0 0 0;
}
.table-date td {
display: block;
width: 100%;
}
.table02 th {
display: block;
width: 100%;
font-size: 14px;
}
.table02 td {
display: block;
width: 100%;
font-size: 14px;
border-left: 1px solid #707070;
}
}

@media screen and (max-width:767.98px){
.scroll {
overflow-x: auto;
}
.scroll .table {
min-width: 640px;
}
.table-input-th {
/* font-size: 14px;*/
padding-top: 15px;
/*height: 45px;*/
}
.table-input-td {
padding-top: 0;
}

}


/*--------------------------------------
queston
--------------------------------------*/

.question {
margin-bottom: 40px;
}
.question-q {
font-size: 28px;
font-weight: bold;
padding: 10px;
padding-left: 90px;
position: relative;
border-bottom: 6px solid #4F8EE5;
border-bottom: 6px solid var(--main-border);
margin-bottom: 20px;
}
.question-q::before {
content: 'Q.';
width: 60px;
height: 100%;
background: #4F8EE5;
background: var(--main-bg);
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 28px;
font-weight: bold;
position: absolute;
top: 52%;
left: 0;
transform: translate(0, -50%);
}
.question-a {
padding-left: 90px;
position: relative;
}
.question-a::before {
content: 'A.';
width: 60px;
height: 60px;
background: #FE562F;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 28px;
font-weight: bold;
position: absolute;
top: 0;
left: 0;
}

@media screen and (max-width:991.98px){
.question-q {
padding: 7px;
font-size: 22px;
padding-left: 60px;
border-bottom-width: 4px;
}
.question-q::before {
width: 45px;
font-size: 22px;
}
.question-a {
padding-left: 60px;
font-size: 14px;
}
.question-a::before {
width: 45px;
height: 45px;
font-size: 22px;
}
}
@media screen and (max-width:767.98px){
.question-q {
font-size: 16px;
padding: 5px;
padding-left: 40px;
border-bottom-width: 3px;
}
.question-q::before {
width: 30px;
font-size: 14px;
}

.question-a {
padding-left: 40px;
font-size: 12px;
}

.question-a::before {
width: 30px;
height: 30px;font-size: 16px;
top: 0;
transform: translate(0, 0);
}
}


/*--------------------------------------
tab
--------------------------------------*/

.tab-buttons {
width: 100%;
border-bottom: 12px solid #4F8EE5;
border-bottom: 12px solid var(--main-border);
}
.tab-buttons-wrap {
display: flex;
}
.tab-button {
min-width: 220px;
padding: 0 40px;
background: #4F8EE5;
background: var(--main-bg);
color: #fff;
font-size: 21px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
border-radius: 2px 2px 0 0;
border: none;
margin-right: 15px;
padding-top: 12px;
text-align: center;
}
.tab-button:focus {
outline: none;
}
.tab-button:hover {
color: #fff;
opacity:1;
}
.tab-button:hover {
opacity: 0.75;
}
.tab-button:last-child {
margin-right: 0;
}
.tab-button.active {
background: #fff;
color: #4F8EE5;
color: var(--main-font);
border: 2px solid #4F8EE5;
border: 2px solid var(--main-border);
border-bottom: none;
position: relative;
}
.tab-button.active:hover {
opacity: 1;
}

.tab-button.active::before {
content: '';
width: 100%;
height: 12px;
background: #fff;
position: absolute;
bottom: -12px;
left: 0;
}
.tab-content:nth-child(n + 2) {
display: none;
}
.tab-buttons.eNet {
border-color: #1A50A0;
border-color: var(--eNet-border);
}
.tab-buttons.eNet .tab-button {
background: #1A50A0;
background: var(--eNet-bg);
}
.tab-buttons.eNet .tab-button.active {
color: #1A50A0;
color: var(--eNet-font);
border-color: #1A50A0;
border-color: var(--eNet-border);
background: #D7E8F5;
}

.tab-buttons.eNet .tab-button.active::before {
background: #D7E8F5;
}

.tab-eNet-top {
background: #D7E8F5;
padding: 35px 0;
}
.tab-hurikae-top {
background: #fff;
padding: 35px 0;
}
.tab-uriage-top {
background: #fff;
padding: 35px 0;
}
.tab-eNet-row,
.tab-hurikae-row,
.tab-uriage-row {
display: flex;
flex-wrap: wrap;
}
.tab-eNet-left,
.tab-hurikae-left,
.tab-uriage-left {
flex: 1.3;
padding-right: 50px;
}
.tab-eNet-right,
.tab-hurikae-right,
.tab-uriage-right {
	flex:1
width: auto;
}
.tab-eNet-title,
.tab-hurikae-title,
.tab-uriage-title {
font-size: 36px;
margin-bottom: 30px;
line-height: 1.55;
font-weight: bold;
}
.tab-eNet-box {
width: 100%;
background: #1A50A0;
background: var(--eNet-bg);
padding: 30px 25px;
}
.tab-hurikae-box {
width: 100%;
background: #1e8395;
background: var(--hurikae-bg);
padding: 30px 25px;
}
.tab-uriage-box {
width: 100%;
background: #de6d3d;
background: var(--uriage-bg);
padding: 30px 25px;
}
.tab-bank-box {
background: #1050A7;
padding: 30px 25px;
position: absolute;
width: 300px;
right: 30px;
top: 100px;
}
.top_short{
top: 0px !important;
background: unset;
}

.top_short_txt{
width: 70%;	
}
@media screen and (max-width:991.98px){
.tab-bank-box {
background: #1050A7;
padding: 30px 25px;
margin: 20px auto;
position: unset;
width: 90%;
}
.top_short{
top: 0px !important;
background: unset;
}
.top_short_txt{
width: 100%;	
}

}
.tab-bank-box .top-main-form {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4F8EE5;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
	text-align: center;
}
.top_short_orange{
   background: #FE562F !important;
}
.tab-bank-box img{
width: 40px;
height:auto;
}
.tab-eNet-box-text,
.tab-hurikae-box-text,
.tab-uriage-box-text{
font-size: 18px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
color: #fff;
}
.tab-bank-box-text{
font-size: 16px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
color: #fff;
}
.tab-eNet-box-button{
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
font-size: 25px;
font-weight: bold;
color:  var(--eNet-font);
}
.tab-hurikae-box-button {
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
font-size: 25px;
font-weight: bold;
color:  var(--hurikae-font);
}
.tab-uriage-box-button {
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
font-size: 25px;
font-weight: bold;
color:  var(--uriage-font);
}
.tab-bank-box-button {
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
font-size: 16px;
font-weight: bold;
color:#1050A7;
}
.tab-eNet-box-button svg {
width: 50px;
margin-right: 15px;
}
.tab-hurikae-box-button svg {
width: 50px;
margin-right: 15px;
}
.tab-uriage-box-button svg {
width: 50px;
margin-right: 15px;
}
.tab-bqnk-box-button svg {
width: 50px;
margin-right: 15px;
}
@media screen and (max-width:991.98px){
.tab-button {
font-size: 18px;
}
.tab-eNet-title,
.tab-hurikae-title,
.tab-uriage-title {
font-size: 28px;
margin-bottom: 20px;
}
.tab-eNet-right,
.tab-hurikae-right,
.tab-uriage-right {
width: 300px;
}
.tab-eNet-left,
.tab-hurikae-left,
.tab-uriage-left {
padding-right: 20px;
}
.tab-eNet-box-button,
.tab-hurikae-box-button,
.tab-uriage-box-button,
.tab-bank-box-button{
font-size: 17px;
}
.tab-eNet-box-text,
.tab-hurikae-box-text,
.tab-uriage-box-text
.tab-bank-box-text {
font-size: 13px;
}
.tab-eNet-box-button svg,
.tab-hurikae-box-button svg,
.tab-uriage-box-button svg {
width: 40px;
margin-right: 10px;
}
}

@media screen and (max-width:767.98px){
.tab-buttons {
border-bottom-width: 8px;
}
.tab-buttons-wrap {
justify-content: space-between;
}
.tab-button {
font-size: 14px;
width: calc(50% - 5px);
height: auto;
padding-top: 8px;
min-width: auto;
padding: 10px;
}
.tab-eNet-row,
.tab-hurikae-row,
.tab-uriage-row {
justify-content: center;
}
.tab-eNet-right,
.tab-hurikae-right,
.tab-uriage-right {
width: 100%;
}
.tab-eNet-left,
.tab-hurikae-left,
.tab-uriage-left {
padding-right: 0;
padding-bottom: 20px;
}
.tab-eNet-title,
.tab-hurikae-title,
.tab-uriage-title {
font-size: 24px;
margin-bottom: 15px;
}
.tab-eNet-box,
.tab-hurikae-box,
.tab-uriage-box,
.tab-bank-box{
padding: 25px;
padding: 15px;
}
.tab-eNet-box-text,
.tab-hurikae-box-text,
.tab-uriage-box-text {
font-size: 14px;
}
.tab-eNet-box-button,
.tab-hurikae-box-button,
.tab-uriage-box-button {
height: 50px;
font-size: 18px;
}
}


/*--------------------------------------
service
--------------------------------------*/
.pluscheck{
content: '';
width: 15px;
height: 35px;
position: absolute;
top: 80%;
left: -55px;
border-right: 3px solid #000;
border-bottom: 3px solid #000;
transform: rotate(45deg) translate(-5px,-39px);
}
.service {
width: 100%;
height: 100%;
border: 4px solid #4F8EE5;
border: 4px solid var(--main-border);
border-radius: 10px;
padding: 40px 40px;
position: relative;
background: #fff;
}
.service-tokkyo {
position: absolute;
top: -30px;
left: 5px;
width: 100px;
}
.service-title {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
.service-title h3 {
font-size: 48px;
font-weight: bold;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.service-title span {
font-size: 24px;
padding: 10px 15px;
border-bottom: 1px solid #4F8EE5;
border-bottom: 1px solid var(--main-border);
}
.service-title img {}
.service-big {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
}
.service-normal {
font-size: 18px;
margin-bottom: 20px;
text-align: center;
font-weight: bold;
}
.service.hurikae {
border-color: #1e8395;
border-color: var(--hurikae-border);
}
.service.hurikae .service-title h3{
color: #1e8395;
color: var(--hurikae-font);
}
.service.hurikae .service-title span {
border-bottom-color: #1e8395;
border-bottom-color: var(--hurikae-border);
}
.service.hurikae .service-title img {}
.service.hurikae .service-emphasis {
color: #1e8395;
color: var(--hurikae-font);
border-bottom: 1px solid #1e8395;
border-bottom: 1px solid var(--hurikae-border);
font-weight:bold;
position: relative;
}
.service.uriage {
border-color: #de6d3d;
border-color: var(--uriage-border);

}
.service.uriage .service-title h3{
color: #de6d3d;
color: var(--uriage-font);

}
.service.uriage .service-title span {
border-bottom-color: #de6d3d;
border-bottom-color: var(--uriage-border);

}
.service.uriage .service-emphasis {
color: #de6d3d;
color: var(--uriage-font);
border-bottom: 1px solid #1A50A0;
border-bottom: 1px solid var(--uriage-border);
font-weight:bold;
position: relative;
}

.service-comp .service-title {
margin-bottom: 20px;
}

.service-comp .hurikae .service-title h3 {
color: #1e8395;
color: var(--hurikae-font);
}

.service-comp .hurikae .service-title span {
border-color: #1e8395;
border-color: var(--hurikae-border);
}

.service-comp .hurikae .service-emphasis {
color: #1e8395;
color: var(--hurikae-font);
border-bottom: 1px solid #1e8395;
border-bottom: 1px solid var(--hurikae-border);
font-weight:bold;
}

.service-comp.uriage .service-title h3 {
color: #1A50A0;
color: var(--uriage-font);
}

.service-comp.uriage .service-title span {
border-color: #1A50A0;
border-color: var(--uriage-border);
}

.service-comp.uriage .service-emphasis {
color: #1A50A0;
color: var(--uriage-font);
border-bottom: 1px solid #1A50A0;
border-bottom: 1px solid var(--uriage-border);
font-weight:bold;
}

.service-price {
padding: 30px 20px;
}
.service-price-lump {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.service-price-lump.head {
align-items: flex-end;
}
.service-price-border {
padding: 5px;
border-bottom: 1px solid #000;
}
.service-price-head {
font-size: 22px;
font-weight: bold;
}
.service-price-head span {
display: block;
font-size: 16px;
font-weight: lighter;
}
.service-price-item {
font-size: 26px;
font-weight: bold;
}
.service-price-item span {
font-size: 36px;
font-weight: bold;
}
.service-price-lump.free {
margin-bottom: 60px;
}
.service-price-lump.free .service-price-item {
margin-bottom: -20px;
font-size: 36px;
}

.service-price-lump.small .service-price-head {
font-size: 16px;
}
.service-price-lump.small .service-price-item {
font-size: 16px;
}
.service-price-lump.small .service-price-item span {
font-size: 26px;
}

.service.hurikae .service-price {
background: #c8e3e7;
}

.service.hurikae .service-price-lump.free .service-price-item {
color: #1e8395;
color: var(--hurikae-font);
}

.service.hurikae .service-price-item span {
color: #1e8395;
color: var(--hurikae-font);
}

.service.uriage .service-price {
background: #f7d9ca;
}

.service.uriage .service-price-lump.free .service-price-item {
color: #1A50A0;
color: var(--uriage-font);
}

.service.uriage .service-price-item span {
color: #1A50A0;
color: var(--uriage-font);
}

.service-detail{
  margin-top: 10px;
}
.service-detail dl{
  background-color: #fff;
  border-radius: 4px;
  display: flex;
 flex-wrap: wrap;
 margin-bottom: 0.5rem;
}

.service-detail dl dt{
  width: 40%;
  text-align: left;
  background-color: #464646;
  color: #fff;
  padding: 5px;
  font-weight: normal;
  border-radius: 4px 0px 0px 4px;
   align-items: center;
   display: flex;
}
.service-detail dl dd{
  width: 58%;
  text-align: center;
  padding: 5px;
}

@media screen and (max-width:1199.98px){
.service {
padding: 40px 30px;
}
.service-tokkyo {
width: 90px;
}
}
@media screen and (max-width:991.98px){
.service {
padding: 40px 15px;
}
.service-title h3 {
font-size: 38px;
margin-right: 20px;
}
.service-title span {
font-size: 17px;
}
.service-title img {
width: 75px;
}
.service-title {
margin-bottom: 20px;
}
.service-big {
font-size: 18px;
}
.service-normal {
font-size: 12px;
}
.service-detail dl{
font-size: 12px;
}
.service-tokkyo {
width: 70px;

}
.service-price {
padding: 15px 10px;
}
.service-price-lump {
margin-bottom: 0;
}
.service-price-head {
font-size: 16px;
}
.service-price-head span {
font-size: 12px;
}
.service-price-lump.free {
margin-bottom: 35px;
}
.service-price-lump.free .service-price-item {
font-size: 26px;
}
.service-price-item {
font-size: 16px;
}
.service-price-lump.small .service-price-head {
font-size: 12px;
}
.service-price-lump.small .service-price-item {
font-size: 12px;
}
.service-price-lump.small .service-price-item span {
font-size: 20px;
}
.service-price-item span {
font-size: 26px;
}
}

@media screen and (max-width:767.98px){
.service {
padding: 50px 15px;
}
.service-title h3 {
font-size: 26px;
}
.service-title span {
font-size: 18px;
}
.service-tokkyo {
top: -45px;
width: 80px;
}
.service-title {
margin-bottom: 20px;
}
.service-big {
font-size: 22px;
margin-bottom: 10px;
}
.service-normal {
font-size: 16px;
margin-bottom: 20px;
}
}

/*--------------------------------------
news
--------------------------------------*/

.news {
margin-bottom: 40px;
}
.news-line {
width: 100%;
display: flex;
padding: 20px;
border-bottom: 1px solid #909090;
color: #000;
}
.news-line:first-child {
border-top: 1px solid #909090;
}
.news-date {
font-size: 16px;
margin-right: 60px;
display: flex;
align-items: center;
width: 70px;
}
.news-contents {
display: flex;
align-items: center;
}
.news-label {
width: 80px;
height: 35px;
background: #FE562F;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-weight: bold;
font-size: 16px;
margin-right: 25px;
}
.news-contents p {
line-height: 1.8;
font-size: 16px;
color: #4F8EE5;
color: var(--main-font);
}

@media screen and (max-width:991.98px){
.news-line {
padding: 20px 10px;
}
.news-date {
font-size: 14px;
margin-right: 20px;
}
.news-label {
width: 70px;
height: 30px;
font-size: 14px;
margin-right: 15px;
}
.news-contents p {
font-size: 14px;
}
}
@media screen and (max-width:767.98px){
.news-line {
padding: 10px;
}
.news-line {
flex-direction: column;
}
.news-contents {
flex-direction: column;
align-items: flex-start;
}
.news-label {
width: 70px;
height: 30px;
font-size: 14px;
margin-right: 0;
margin-top: 10px;
}
.news-contents p {
font-size: 12px;
}
.news-date {
font-size: 14px;
}
}

/*--------------------------------------
flow
--------------------------------------*/

.flow {
display: flex;
margin-left: -15px;
margin-right: -15px;
flex-wrap: wrap;
}
.flow-col {
width: 20%;
padding: 0 10px;
}
.flow-item {
border-width: 3px;
border-style: solid;
border-radius: 0 0 18px 18px;
position: relative;
}


.flow-title {
color: #fff;
font-size: 20px;
font-weight: bold;
display: block;
justify-content: center;
align-items: center;
text-align: center;
height: 120px;
margin: 0 -2px;
margin-top:-1px;
line-height: 1.25;
padding: 10px 0;
}
.flow-title span{
font-size: 24px;
	line-height:1.65;
font-weight:bold;
}
.flow-body {
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 0 0 18px 18px;
height: 150px;
text-align: center;
}
.flow-body p,
.flow-body p:hover{
font-weight:bold;
color:#000;
}

.flow-item::before {
content: '';
width: 20px;
height: 20px;
position: absolute;
top: 50%;
right: -23px;
transform: translate(0, -50%);
}

.flow-item::after {
content: '';
width: 20px;
height: 40px;
position: absolute;
top: 50%;
right: -43px;
transform: translate(0, -50%);
z-index: 10;
}

.flow.post .flow-item::after {
background:
linear-gradient(to bottom left, transparent 50%, var(--post-bg) 50%) top left/ 100% 50% no-repeat,
linear-gradient(to top left, transparent 50%, var(--post-bg) 50%) bottom left / 100% 50% no-repeat;
}

.flow.post .flow-item::before {
background: #1e8395;
background: var(--post-bg);
}
.flow.post .flow-item {
border-color: #1e8395;
border-color: var(--post-border);
}
.flow.post .flow-title {
background: #1e8395;
background: var(--post-bg);
}

.flow.eNet .flow-item::after {
background:
linear-gradient(to bottom left, transparent 50%, var(--eNet-bg) 50%) top left/ 100% 50% no-repeat,
linear-gradient(to top left, transparent 50%, var(--eNet-bg) 50%) bottom left / 100% 50% no-repeat;
}

.flow.eNet .flow-item::before {
background: #1A50A0;
background: var(--eNet-bg);
}
.flow.eNet .flow-item {
border-color: #1A50A0;
border-color: var(--eNet-border);
}
.flow.eNet .flow-title {
background: #1A50A0;
background: var(--eNet-bg);
}

.flow-col:last-child .flow-item::before,
.flow-col:last-child .flow-item::after {
content: none;
}

@media screen and (max-width:1199.98px){
.flow-title {
margin-top: -1px;
}
.flow-col {
padding: 0 5px;
}
.flow-item::before {
width: 10px;
right: -13px;
}
.flow-item::after {
width: 15px;
right: -28px;
}
.flow-title {
font-size: 14px;
}
.flow-body p {
/*font-size: 12px;*/
}
}
@media screen and (max-width:991.98px){
.flow {
margin: 0;
}
.flow-col {
width: 100%;
padding: 0;
padding-bottom: 15px;
}
.flow-body {
height: auto;
}
.flow-title {
margin-top: -1px;
padding: 40px 10px 10px 10px;
height: auto;
}
.flow-col:first-child .flow-title {
padding-top: 10px;
}
.flow-item::before {
width: 90px;
height: 21px;
top: auto;
bottom: -21px;
right: auto;
left: 50%;
transform: translate(-50%, 0);
z-index: 15;
}
.flow-item::after {
width: 128px;
height: 30px;
top: auto;
bottom: -51px;
right: auto;
left: 50%;
transform: translate(-50%, 0);
background:
linear-gradient(to bottom left, #fff 50.3%, transparent 50%) top left/ 50% 100% no-repeat,
linear-gradient(to bottom right, #fff 50.3%, transparent 50%) top right / 50% 100% no-repeat !important;
}
.flow.post .flow-item::before {
border-right: 2px solid #1e8395;
border-right: 2px solid var(--post-border);
border-left: 2px solid #1e8395;
border-left: 2px solid var(--post-border);
background: #fff;
}
.flow.eNet .flow-item::before {
border-right: 2px solid #1A50A0;
border-right: 2px solid var(--eNet-border);
border-left: 2px solid #1A50A0;
border-left: 2px solid var(--eNet-border);
background: #fff;
}
}


/*--------------------------------------
procedure-box
--------------------------------------*/

.procedure-box {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
/* width: 250px;
height: 250px; */
border: 3px solid #4F8EE5;
border: 3px solid var(--main-border);
display: flex;
justify-content: start;
align-items: center;
flex-direction: column;
border-radius: 6px;
padding-bottom:10px;

}
.procedure-box-wrap {
position: relative;
width: 100%;
margin-bottom: 20px;
}
.procedure-box-wrap::before {
content:"";
display: block;
padding-top: 100%; /* 高さを幅の75%に固定 */
}
.procedure-box-img {
margin-bottom: 5px;
}
.procedure-box-img.post {
position: relative;
padding-right: 70px;
}
.procedure-box-post-icon {
position: absolute;
top: -20px;
right: -20px;
}
.procedure-box-img-item {
max-height: 100px;
height: 100%;
}
.procedure-box-text {
/* height: 85px;*/
/* font-size: 18px;*/
line-height:1.45;
display: flex;
justify-content:center;
align-items: center;
text-align: center;
color: #4F8EE5;
color: var(--main-font);
margin-top:12%;
}
.procedure-box-wrap .edit{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/themes/houshu_theme/img/icons/edit.png")top -15px center no-repeat;
background-size:75%;
padding:50% 0 10px 0;
}
.procedure-box-wrap .forms{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/themes/houshu_theme/img/icons/forms.png")top -20px center no-repeat;
background-size:80%;
padding:55% 0 10px 0;
}
.procedure-box-wrap .migration{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/themes/houshu_theme/img/icons/migration.png")top -30px center no-repeat;
background-size:90%;
padding:50% 0 10px 0;
}
.procedure-box-wrap .fee{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/themes/houshu_theme/img/icons/fee.png")top -20px center no-repeat;
background-size:80%;
padding:60% 0 10px 0;
}
.procedure-box-wrap .bank{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/themes/houshu_theme/img/icons/bank.png")top -10px center no-repeat;
background-size:80%;
padding:60% 0 10px 0;
}
.procedure-box-wrap .calendar{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/themes/houshu_theme/img/icons/calendar.png")top -10px center no-repeat;
background-size:80%;
padding:60% 0 10px 0;
}
.procedure-box-wrap .user{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/themes/houshu_theme/img/icons/user.png")top -10px center no-repeat;
background-size:80%;
padding:55% 0 10px 0;
}
.procedure-box-wrap .manual{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/themes/houshu_theme/img/icons/manual.png")top -20px center no-repeat;
background-size:80%;
padding:45% 0 10px 0;
}
.procedure-box-wrap .setumeisho{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/themes/houshu_theme/img/icons/setumeisho.png")top -20px center no-repeat;
background-size:80%;
padding:50% 0 10px 0;
}
.procedure-box-wrap .client{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/uploads/2025/03/client.png")top -10px center no-repeat;
background-size:80%;
padding:60% 0 10px 0;
}
.procedure-box-wrap .zoom{
width:100%;
background: url("https://www.houshu.co.jp/wordpress/wp-content/uploads/user/zoom.png")top -10px center no-repeat;
background-size:80%;
padding:60% 0 10px 0;
}

@media screen and (max-width:1199.98px){
.procedure-box-img-item {
max-height: 75px;
}
.procedure-box-text {
/*   height: 75px;*/

}
.procedure-box-img.post {
padding-right: 50px;
}
.procedure-box-post-icon {
top: -10px;
}
}
@media screen and (max-width:991.98px){
.procedure-box-wrap {
margin-bottom: 10px;
}
.procedure-box-img {
margin-bottom: 10px;
}
.procedure-box-img.post {
padding-right: 40px;
}
.procedure-box-post-icon {
width: 60px;
top: 10px;
right: 10px;
}
.procedure-box-img-item {
max-height: 50px;
}
.procedure-box-text {
/* height: 60px;*/
/*   font-size: 14px;*/
}
}


/*--------------------------------------
reason-box
--------------------------------------*/

.reason-box {
position: relative;
display: flex;
justify-content: flex-start;
/*	margin:2rem 0;*/
margin: 0;
overflow: hidden;
}
.reason-box img {
/*margin-right: -125px;*/
}
.reason-box-content {
position: relative;
display: flex;
width: 60%;
position: absolute;
top: 60px;
right: 0;
}
.reason-box-num {
width: 100px;
height: 100px;
background: #4F8EE5;
background: var(--main-bg);
border-radius: 50px;
color: #fff;
font-size: 38px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
padding-top: 25px;
}
.reason-box-num::before {
content: 'Reason';
font-size: 20px;
color: #fff;
position: absolute;
top: 13px;
left: 50%;
transform: translate(-50%, 0);
}
.reason-box-body {
flex: 1;
padding-left: 20px;
padding-top: 20px;
}
.reason-box-title {
color: #4F8EE5;
color: var(--main-font);
margin-bottom: 20px;
}

.reason-box.reverse {
justify-content: flex-end;
/*background: #F3F3F3;*/
}
.reason-box.reverse::before {
content: '';
width: 100%;
height: 100%;
/*background: #F3F3F3;*/
position: absolute;
top: 0;
left: -125px;
z-index: -1;
}

.reason-box.reverse img {
margin-right: -125px;
margin-left: 0;
}
.reason-box.reverse .reason-box-content {
right: auto;
left: 0;
}

@media screen and (max-width:1399.98px){
.reason-box img {
/*  margin-left: 0;*/
}
.reason-box.reverse img {
/*   margin-right: 0;*/

}
.reason-box.reverse::before {
left: 0;
}
.reason-box.reverse .reason-box-content {
left: 20px;
}

}
@media screen and (max-width:991.98px){
.reason-box-content {
top: 10px;
width: 70%;
}
.reason-box-title {
font-size: 18px;
}
.reason-box-num {
width: 75px;
height: 75px;
font-size: 28px;
}
.reason-box-num::before {
font-size: 16px;
}
}
@media screen and (max-width:767.98px){
.reason-box::after {
content: '';
background: rgba(255, 255, 255, .6);
position: absolute;
top: 0;
left: -15px;
width: calc(100% + 30px);
height: 100%;
}
.reason-box img {
margin-left: -15px;
margin-right: 0;
height: 200px;
object-fit: cover;
object-position: 0 0;
}

.reason-box-content {
top: 0;
left: 0;
width: 100%;
flex-direction: column;
padding-top: 10px;
z-index: 1;
}
.reason-box-num {
width: 45px;
height: 45px;
font-size: 16px;
margin-bottom: 10px;
padding-top: 15px;
}
.reason-box-num::before {
font-size: 10px;
top: 10px;
}
.reason-box-title {
font-size: 16px;
margin-bottom: 0;
}
.reason-box-body {
padding: 0;
}

.reason-box.reverse img {
object-position: 100% 0;
margin-right: -15px;
}
.reason-box.reverse::before {
left: -15px;
}
.reason-box.reverse .reason-box-content {
left: 0;
}
}

.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 20px;
border: 5px solid #00a0d2;
font-size: 25px;
text-align: center;
}

.greeting{
display:block;
width:80%;
margin:0 auto;
}
.greeting p{
line-height:2.4;
}

.nakanone{
display:none;
}

input[type="radio"]{
/* position: absolute;
opacity: 0;*/
}
#zoom input[type="radio"]{
position: absolute;
opacity: 0;
}
.wpcf7-list-item-label:before{
content: '';
background: #fff;
border-radius: 100%;
border: 1px solid #888888;
display: inline-block;
width: 1.4em;
height: 1.4em;
position: relative;
top: -0.2em;
margin-right: 14px;
vertical-align: middle;
cursor: pointer;
text-align: center;
-webkit-transition: all 250ms ease;
transition: all 250ms ease;
}
input[type="radio"]:checked + .wpcf7-list-item-label:before{
background-color: #4F8EE5;
box-shadow: inset 0 0 0 2px #fff;
}

@media (max-width:768px){
.o-toTop img{width:8vw}}
.o-modal{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000;background-color:rgba(0,0,0,.7);-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out}
.o-modal:not(.is-active){pointer-events:none;visibility:hidden;opacity:0}
.o-modal.is-active{visibility:visible;opacity:1}
.o-modal-content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);line-height:0}
@media (max-width:768px){
.o-modal-content{width:92vw;padding-top:56.09756%}}
@media (min-width:769px){
.o-modal-content{width:820px;padding-top:460px}}
.o-modal-content iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.o-modal-close{position:absolute;right:0;display:block;background-image:url(img/ic_close.png);
background-repeat:no-repeat;background-size:100%;font-size:0;line-height:0;background-color:unset; border-color:unset;border-width:unset;
border-style: unset;
}
@media (max-width:768px){
.o-modal-close{top:-12.26667vw;width:6.93333vw;height:6.93333vw}}
@media (min-width:769px){
.o-modal-close{top:-42px;width:27px;height:27px}}


.dli-arrow-up {
display: inline-block;
vertical-align: middle;
color: #4F8EE5;
line-height: 1;
position: relative;
width: 0.2em;
height: 1.95em;
background: currentColor;
margin-right: 10px;
}

.dli-arrow-up::before {
content: '';
width: 0.95em;
height: 0.95em;
border: 0.2em solid currentColor;
border-left: 0;
border-bottom: 0;
transform: rotate(-45deg);
transform-origin: top right;
position: absolute;
top: -0.05em;
right: 50%;
box-sizing: border-box;
}
.dli-arrow-up_red {
display: inline-block;
vertical-align: middle;
color: #E51F27;
line-height: 1;
position: relative;
width: 0.2em;
height: 1.95em;
background: currentColor;
margin-right: 10px;
}

.dli-arrow-up_red::before {
content: '';
width: 0.95em;
height: 0.95em;
border: 0.2em solid currentColor;
border-left: 0;
border-bottom: 0;
transform: rotate(-45deg);
transform-origin: top right;
position: absolute;
top: -0.05em;
right: 50%;
box-sizing: border-box;
}

.cam_tl {
color: #FF1A6F;
font-size:0.95rem;
font-weight:700;
}
.page-title span.cam_tl  {
margin-top: 0px !important;
display: contents !important;
font-size: 44px !important;
}
	
/* 2026*/

.reasons {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 34px 10px 72px;
}


.reason { margin-bottom: 150px; }
/*.reason:last-child { margin-bottom: 0; }*/

.reason__main {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 14px;
  align-items: start;
}

.reason__heading {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92px;
  padding-left: 108px;
}

.reason__number {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 82px;
  height: 92px;
  padding-bottom: 16px;
  color: #fff;
  background: linear-gradient(140deg, #4F8EE5, #034899);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
  font-size: 2rem;
  font-weight: 700;
}

.reason h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  line-height: 1.35;
  letter-spacing: -.045em;
color: var(--main-font);
}

.reason__description {
  margin: 1rem 1.65rem;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -.03em;
}

.reason__visual {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.reason__visual--woman {
  /* width: 350px;*/
  margin: 20px auto 0;
}

.reason__visual--invoice {
  /* width: 300px;*/
  margin: 16px auto 0;
}

.reason__visual--analytics {
 /*  width: 325px;*/
  margin: 52px auto 0;
}

.features {
  margin-top: 24px;
  background: #f1f6fb;
}

.features h3 {
  margin: 0;
  padding: 19px 22px 10px;
  color: #4F8EE5;
  font-size: 1.28rem;
  line-height: 1.25;
  border-bottom: 2px solid #4F8EE5;
}

.features ul {
  margin: 0;
  padding: 0 0 2rem 0;
  list-style: none;
}

.features li {
  position: relative;
  /*min-height: 80px;*/
  padding: 24px 18px 0px 68px;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.28;
}

.features li + li { margin-top: 8px; }

.features li::before {
  content: "✓";
  position: absolute;
  top: 18px;
  left: 22px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background:#4F8EE5;
  border-radius: 50%;
  font-size: 1.15rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.features--split h3:not(:first-child) { margin-top: 16px; }

.testimonial {
	margin: 2rem 0;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: #4F8EE5 solid 4px
}

.testimonial h3 {
color: #061d42;
font-weight: bold;
 padding: 8px 10px 0;
font-size: 1.2rem;
}

.testimonial__body {
  display: grid;
  grid-template-columns: 146px 1fr;
  align-items: center;
  min-height: 142px;
  padding: 1rem 2rem;
  background: #fff;
}

.testimonial__body img {
  width: 130px;
  justify-self: center;
}

.testimonial p {
  margin: 0;
  font-size: 1.0rem;
  line-height: 1.85;
}

mark {
  padding: 0;
  background: #fff500;
  color: inherit;
}

@media (max-width: 760px) {
  .reasons { padding: 24px 14px 48px; }
  .page-title { margin-bottom: 38px; }
  .reason { margin-bottom: 92px; }
  .reason__main { grid-template-columns: 1fr; gap: 18px; }
  .reason__heading { min-height: 70px; padding-left: 78px; }
  .reason__number { width: 62px; height: 70px; padding-bottom: 11px; font-size: 1.35rem; }
  .reason h2 { font-size: 1.45rem; }
  .reason__description { margin: 24px 4px 14px; font-size: .97rem; }
  .desktop-only { display: none; }
  .reason__visual--woman { width: 280px; }
  .reason__visual--invoice { width: 250px; }
  .reason__visual--analytics { margin-top: 30px; }
  .features { margin-top: 4px; }
  .features h3 { padding: 15px 14px 8px; font-size: 1.05rem; }
  .features li { min-height: 68px; padding: 14px 12px 12px 55px; font-size: 1rem; }
  .features li::before { top: 14px; left: 15px; width: 27px; height: 27px; }
  .testimonial { margin: 12px 0 0; padding: 18px 14px; }
  .testimonial__body { grid-template-columns: 52px 1fr; padding: 6px 12px 12px 6px; }
  .testimonial__body img { width: 42px; }
  .testimonial p { font-size: .9rem; }
}
.Area_furikae .service-price-yoko {
display: flex;
align-items: center;
box-sizing: border-box;
min-height: 150px;
padding: 20px 27px 20px 23px;
background: #c4e2e6;
color: #000;
margin-bottom:2rem;
}

.Area_uriage .service-price-yoko {
display: flex;
align-items: center;
box-sizing: border-box;
min-height: 150px;
padding: 20px 27px 20px 23px;
background: #f7d9ca;
color: #000;
margin-bottom:2rem;
}


/* 左側の「利用料金」 */
.Area_furikae .service-price-yoko::before {
content: "利用\A料金";
display: flex;
flex: 0 0 107px;
align-self: stretch;
align-items: center;
justify-content: center;
box-sizing: border-box;
margin-right: 35px;
border-radius: 7px;
background: #16839a;
color: #fff;
font-size: 27px;
font-weight: 700;
line-height: 1.35;
text-align: center;
white-space: pre;
}
.Area_uriage .service-price-yoko::before {
content: "利用\A料金";
display: flex;
flex: 0 0 107px;
align-self: stretch;
align-items: center;
justify-content: center;
box-sizing: border-box;
margin-right: 35px;
border-radius: 7px;
background: #de6d3d;
color: #fff;
font-size: 27px;
font-weight: 700;
line-height: 1.35;
text-align: center;
white-space: pre;
}
.Area_uriage .service-price-yoko-lump,
.Area_furikae .service-price-yoko-lump {
box-sizing: border-box;
min-width: 0;
}

.Area_uriage .service-price-yoko-head,
.Area_uriage .service-price-yoko-item,
.Area_furikae .service-price-yoko-head,
.Area_furikae .service-price-yoko-item {
margin: 0;
font-weight: 600;
}
.Area_uriage .service-price-yoko-head,
.Area_furikae .service-price-yoko-head {
font-size: 21px;
line-height: 1.4;
}

.Area_uriage .service-price-yoko-head span,
.Area_furikae .service-price-yoko-head span {
/* display: block;*/
margin-top: 2px;
padding-left: 10px;
font-size: 16px;
font-weight: 400;
}

/* 基本料 */
.Area_uriage .service-price-yoko-lump.free {
display: grid;
grid-template-columns: 1fr auto;
grid-template-rows: auto 1fr;
flex: 1 1 0;
align-self: stretch;
padding-bottom: 20px;
border-bottom: 2px solid #de6d3d;
}
.Area_furikae .service-price-yoko-lump.free {
display: grid;
grid-template-columns: 1fr auto;
grid-template-rows: auto 1fr;
flex: 1 1 0;
align-self: stretch;
padding-bottom: 20px;
border-bottom: 2px solid #168da2;
}
.Area_uriage .service-price-yoko-lump.free .service-price-yoko-head,
.Area_furikae .service-price-yoko-lump.free .service-price-yoko-head {
grid-column: 1 / 3;
}

.Area_furikae .service-price-yoko-lump.free .service-price-yoko-item {
grid-column: 2;
align-self: end;
color: #16839a;
font-size: 38px;
line-height: 1;
}
.Area_uriage .service-price-yoko-lump.free .service-price-yoko-item span{
grid-column: 2;
align-self: end;
color: #de6d3d;
font-size: 38px;
font-weight: 600;
line-height: 1;
}

/* 口座振替請求手数料 */
.Area_uriage .service-price-yoko-lump.charge,
.Area_furikae .service-price-yoko-lump.charge {
display: flex;
flex: 1 1 0;
align-self: stretch;
flex-direction: column;
padding-top: 20px;
}
.Area_uriage .service-price-yoko-lump.free .service-price-yoko-item,
.Area_uriage .service-price-yoko-lump.charge .service-price-yoko-item,
.Area_furikae .service-price-yoko-lump.charge .service-price-yoko-item {
margin-top: auto;
font-size: 21px;
line-height: 1;
text-align: right;
}
.Area_uriage .service-price-yoko-lump.free .service-price-yoko-both{
	font-size: 21px;
}
.Area_furikae .service-price-yoko-lump.charge .service-price-yoko-item span {
color: #16839a;
font-size: 38px;
font-weight: 600;
}
.Area_uriage .service-price-yoko-lump.charge .service-price-yoko-item span {
color: #de6d3d;
font-size: 38px;
font-weight: 600;
}

.Area_uriage .service-price-yoko-lump.free .service-price-yoko-head.sub,
.Area_uriage .service-price-yoko-lump.free .service-price-yoko-item.sub{
	padding-top:20px;
	font-size: 0.95rem;
}
/* スマートフォン */
@media (max-width: 640px) {
.Area_uriage .service-price-yoko,
.Area_furikae .service-price-yoko {
flex-wrap: wrap;
padding: 20px;
}

.Area_uriage .service-price-yoko::before,
.Area_furikae .service-price-yoko::before {
flex-basis: 80px;
min-height: 90px;
margin-right: 20px;
font-size: 22px;
}

.Area_uriage .service-price-yoko-lump.free,
.Area_furikae .service-price-yoko-lump.free{
flex: 1 1 calc(100% - 100px);
min-height: 90px;
padding-right: 0;
border-right: 0;
}

.Area_uriage .service-price-yoko-lump.charge {
flex: 1 1 100%;
min-height: 100px;
margin-top: 20px;
padding: 20px 0 0;
border-top: 2px solid #de6d3d;
}
.Area_furikae .service-price-yoko-lump.charge {
flex: 1 1 100%;
min-height: 100px;
margin-top: 20px;
padding: 20px 0 0;
border-top: 2px solid #168da2;
}
.Area_uriage .service-price-yoko-lump.charge .service-price-yoko-item,
.Area_furikae .service-price-yoko-lump.charge .service-price-yoko-item {
margin-top: 20px;
}
}
.UM_youtube {
    position: relative;
    width: 80%;      /* ← 80%の大きさ */
    max-width: 960px;
    margin: 0 auto;  /* 中央寄せ */
    padding-top: 45%; /* 56.25% × 80% = 45% */
}

.UM_youtube iframe {
  position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}