/*common*/
html {
    scroll-behavior: smooth;
}
body {
    margin: 0 !important;
    background-color: #F7F7F7;
    font-family: "Noto Sans JP";
}
a button {
    cursor: pointer;
    font-family: "Noto Sans JP" !important;
}
a button:hover {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
    /*opacity: 0.8;
    transition: 0.3s;*/
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dn {
    display: none;
}
.f_box {
    display: flex;
    flex-wrap: wrap;
	
}
.contents_pc {
    max-width: 1080px;
    margin: 0 auto;
}
body button {
    /*font-weight: bold;*/
    font-size: 1.2em;
    border-radius: 100px;
    white-space: nowrap;
    padding: 10px 0px 12px;
    width: 200px;
}
body button.wb {
    color: #3C6BD6;
    border: 2px solid #3C6BD6;
    background-color: #fff;
}
body button.bb {
    color: #fff;
    background-color: #3C6BD6;
    border: 2px solid #3C6BD6;
}
body button.gradb {
    color: #3C6BD6;
    background-image: linear-gradient(123deg, rgba(142, 216, 255, 1), rgba(240, 240, 83, 1));
    border: 2px solid #3C6BD6;
}
/*右下固定ボタン*/
.fixed_btn {
  z-index: 30;
  position: fixed;
  bottom: 20px; 
  right: 0px;
}
.fixed_btn a:hover {
    opacity: 1.0;
}
.fixed_btn img {
    width: 160px;
    position: absolute;
    bottom: 0;
    right: 0px;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.fixed_btn img:hover {
    transform: scale(1.05);
}
.Fade{
    opacity:0;
    transform:translateX(200px);
}
.FadeIN{
    opacity:1;
    transform:translateX(0px);
    transition:opacity 2.2s,transform 1.2s;
}
.FadeOUT{
    opacity:0;
    transform:translateX(200px);
    transition:opacity 2.2s,transform 1.2s;
}
/*header*/
.header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F7F7F7;
    box-sizing: border-box;
    padding: 20px 90px;
  }
.header img {
    vertical-align: middle;
}
.header > ul {
    /*justify-content:space-around;*/
    justify-content:space-between;
    align-items:center;
}
.header ul li > a{
    /*font-weight: bold;
    white-space: nowrap;
    color: #000001;
    */
    vertical-align: middle;
    text-decoration: none;
}
.header .logo_index {
	padding: 0 20px;
	position: relative;
	height: 104px;
}
.header .logo_index p, .tc .logo_index p {
    background: url(../images/logo-index-pc.svg) no-repeat left top;
	background-size: contain;
	display: inline-block;
	width: 250px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	text-align: left;
    margin: 0;
}
.header button {
    width: 180px;
    padding: 4px 0 6px;
    font-size: 1.1em;
}
.header ul .bb {
    margin-right: 20px;
}
/*TOP*/
.mv {
    position: relative;
    background:no-repeat center url("../images/mv_graph.png");
	background-color: #d5e5ff;
}
.mv:before{
    content: '';
    position:fixed;
    bottom:0;
    left:0;
    z-index:-1;
    width:100%;
    background-position: center;
  }
.mv_msg {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:60px 0px;
}
.mv h1 {
    font-size: 450%;
    font-weight: bold;
    margin: 0 0 50px;
    line-height: 1.2;
}
.mv h2 {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 10px;
}
.mv img {
    max-width:700px;
	width: 100%;
}
.formst img {
    max-width:200px;
	text-align: center;
}
.formst {
    width:100%;
}
.mv .heading {
    justify-content: left;
}
.topform_pc {
	background-color:#FFFFFF ;
	border-radius: 10px;
	margin-left:20px;
	height: 750px;
	overflow: hidden;
}
.pcclear{
	display: none;
}
/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
    text-align: center;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:10px;
    /*テキストの形状*/
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #000;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#000;
}
/*2概要図*/
#container{
    position: relative;
    z-index:1;
    background:#fff;
    padding-top: 200px;
    /*text-align: center;*/
  }
.contents2 {
    /*background-color: #fff;*/
    background-color: #F7f7f7;
    /*background: no-repeat center url("../images/content2_bg.jpg");
    background-size: cover;
    background-position: top;*/
}
.contents2 .contents_pc {
    padding: 80px 0 60px;
}
.contents2 h3 {
    margin: 0;
    text-align: center;
    /*color: #fff;*/
    font-size: 280%;
}
.contents2 h4 {
    /*font-size: 160%;*/
    font-size: 130%;
    text-align: center;
    line-height: 1.7;
}
.contents2 .f_box {
    justify-content: space-evenly;
}
.check_round {
    background-color: #3C6BD6;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: sub;
}
.check {
    /*border: 1px solid #fff;
    padding: 20px;*/
    width: 100%;
    height: 100%;
}
.check::before{
    content: "";
    display: block;
    height: 5px;
    width: 10px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(-45deg);
    margin: 10px auto;
}
/*2_2 3つの課題*/
.contents2_2 {
    padding-bottom: 20px;
}
.contents2_2 h3{
    text-align: center;
    font-size: 280%;
    margin-bottom: 70px;
}
.contents2_2 .f_box {
    justify-content: space-evenly;
    padding-bottom: 50px;
}
.contents2_2 .f_box li {
    background-color: #F7F7F7;
    padding: 20px;
    text-align: center;
    min-width: 350px;
}
.contents2_2 .f_box li p:first-of-type {
    font-size: 140%;
}
.contents2_2 .f_box li p:nth-of-type(2) {
    font-size: 80%;
}
/*2_3 まずはお問い合わせください*/
.contents2_3 {
    padding-bottom: 60px;
    background-color: #F7F7F7;
}
.contents2_3 h3 {
    margin: 0;
    text-align: center;
    font-size: 240%;
}
.contents2_3 h4 {
    text-align: center;
    font-size: 150%;
    margin: 0px 0 30px;
}
/*2_4 3つの機能*/
.contents2_4 {
    /*background-color: #f7f7f7;*/
    padding: 80px 0;
}
.contents2_4 h3 {
    margin: 0;
    text-align: center;
    font-size: 280%;
}
.contents2_4 h4 {
    text-align: center;
    font-size: 150%;
    margin: 10px 0;
    /*margin: 10px 0 100px;*/

}
.contents2_4 h5,
.contents3 h5 {
    font-size: 220%;
    margin: 15px 0px 20px;
}
.contents2_4 .contents_pc > .f_box,
.contents3 .contents_pc > .f_box {
    align-items: center;
    padding-bottom: 60px;
}
.contents2_4 .contents_pc > .f_box > li:first-of-type,
.contents3 .contents_pc > .f_box > li:first-of-type {
    flex: 3;
}
.contents2_4 .contents_pc > .f_box > li:nth-of-type(2),
.contents3 .contents_pc > .f_box > li:nth-of-type(2) {
    flex: 2;
}
.contents2_4 .contents_pc > .f_box .f_box > li:first-of-type,
.contents3 .contents_pc > .f_box .f_box > li:first-of-type {
    flex: 1;
}
.contents2_4 .contents_pc > .f_box .f_box > li:nth-of-type(2),
.contents3 .contents_pc > .f_box .f_box > li:nth-of-type(2) {
    flex: 4;
    padding: 0px 80px 0 20px;
}
.contents2_4 .contents_pc > .f_box .f_box > li p,
.contents3 .contents_pc > .f_box .f_box > li p {
    line-height: 1.8;
}
.contents2_4 h3:nth-of-type(2) {
    font-size: 210%;
}
.contents2_4 h4:nth-of-type(2) {
    margin: 10px 0 50px;
}
.table_container {
    /*background-image: linear-gradient(123deg, rgba(142, 216, 255, 1), rgba(240, 240, 83, 1));*/
    background-color: #fff;
    padding: 50px;
}
.table_container table {
width: 100%;
table-layout: fixed;
}
.table_container th {
/*background-color: #CAD9FC;*/
background-color: #000000;
color: #fff;
padding: 7px 10px;
text-align: center;
}
.contents2_4 .table_container th:first-of-type {
width: 30%;
}
.contents2_4 .table_container th:nth-of-type(2) {
width: 70%;
}
.table_container tbody tr {
text-align: left;
}
.table_container tbody tr td {
border-bottom: 1px solid #CCCCCC;
padding: 20px 5px;
}
.table_container tbody tr td:first-of-type {
font-weight: bold;
}

/*3導入効果*/
.contents3 {
    background: url("../images/content3_bg.png");
    background-size: 10%;
    padding: 80px 0;
}
.contents3 h3 {
    margin: 0;
    text-align: center;
    font-size: 280%;
    padding-bottom: 50px;
}
.contents3 h4 {
    color: #3C6BD6;
    font-weight: bold;
    font-size: 200%;
    margin: 0;
}
/*4XonOpsの導入プラン*/
.contents4 {
    padding: 80px 0;
    text-align: center;
    background-color: #F7F7F7;
}
.contents4 h3 {
    font-size: 280%;
    text-align: center;
    /*margin: 0;*/
}
/*.contents4 .table_container {
    margin-bottom: 100px;
}*/
.contents4 h4 {
    font-size: 150%;
    text-align: center;
    /*margin: 10px 0 100px;*/
    margin: 10px 0 50px;
}
.contents4 h5 {
    font-size: 120%;
    margin: 10px 0 50px;
}

.contents4 .f_box {
    justify-content: space-evenly;
    padding-bottom: 80px;
}
.contents4 .contents_pc > .f_box > li {
    background-color: #fff;
    width: 480px;
}
.contents4 .f_box li > p:first-of-type {
    background-color: #000000;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-size: 120%;
}
.contents4 .f_box li > p:nth-of-type(2) {
    font-size: 180%;
    margin: 10px;
}
.contents4 .f_box li:nth-of-type(2) > p:nth-of-type(3) {
    font-size: 50%;
    padding: 30px 0;
}
.contents4 .f_box li > p:nth-of-type(2) span {
    font-size: 200%;
}
.contents4 .f_box li .table_container {
    background-color: #fff;
    padding: 0 100px;
    font-size: 80%;
}
.contents4 .table_container tbody tr td {
    padding: 8px;
}
.contents4 .table_container tbody tr td:first-of-type {
    width: 70%;
}
.contents4 .table_container tbody tr td:nth-of-type(2) {
    width: 30%;
}
.contents4 .f_box li:first-of-type p:nth-of-type(2) {
    font-size: 120%;
    padding: 50px 0 20px;
}
.contents4 .f_box li:first-of-type p:nth-of-type(3) {
    padding-bottom: 20px;
}
/*.contents4 .f_box li:nth-of-type(2) p:nth-of-type(2) {
    font-size: 120%;
    padding: 50px 0;
}*/
/*CTA*/
.cta h3 {
    margin: 0;
}
.cta .f_box {
    justify-content: center;
}
.cta .f_box li {
    padding: 0 15px;
}
.heading {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    font-weight: bold;
}

.heading::before,
.heading::after {
	content: '';
	width: 2px;
	height: 30px;
	background-color: #000000;
}

.heading::before {
	margin-right: 25px;
	transform: rotate(-45deg)
}
.heading::after {
	margin-left: 25px;
	transform: rotate(45deg)
}
/*5導入までの流れ*/
.contents5 {
    /*background: no-repeat center url("../images/content5_bg.jpg");
    background-size: cover;
    background-position: top;*/
    background-color: #fff;
    text-align: center;
    padding: 80px 0;
}
.contents5 h3 {
    font-size: 280%;
    margin: 0 0 60px;
}
.contents5 .f_box {
    justify-content: space-around;
    padding: 0 0 10px;
}
.gradbox {
    background-image: linear-gradient(123deg, rgba(142, 216, 255, 1), rgba(240, 240, 83, 1));
    padding: 7px;
}
.gradbox > div {
    background: #fff;
    padding: 30px;
    font-weight: bold;
    width: 280px;
    height: 120px;
}
.gradbox > div p {
    margin: 0;
}
.gradbox > div  p:first-of-type {
    color: #3C6BD6;
    font-size: 150%;
}
.gradbox > div  p:first-of-type span {
    font-size: 150%;
}
.contents5 .absolute {
    top: -30%;
    left: -20%;
}
.contents5 .absolute img {
    width: 120px;
}
/*contents6貴社の状況に合わせて提案します*/
.contents6 {
    text-align: center;
    background-color: #F7f7f7;
    padding: 80px 0;
}
.ttl_kazari {
    position: relative;
    display: inline-block;
    padding: 0 45px;
}
.ttl_kazari:after, .ttl_kazari:before {
    content: '';
    position: absolute;
    top: 25%;
    display: inline-block;
    width: 90px;
    height: 1px;
    background-color: black;
}
.ttl_kazari:before {
    left: -100px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
  .ttl_kazari:after {
    right: -100px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
.contents6 h3 {
    text-align: center;
    /*font-size: 280%;
    margin: 0 0 10px;*/
    font-size: 270%;
    margin: 0 0 100px;
}
.contents6 h4 {
    font-size: 150%;
    margin: 0 0 100px;
}
.contents6 .f_box {
    padding-bottom: 100px;
    justify-content: space-around;
}
.b_box {
    border: 4px solid;
    border-radius: 10px;
    padding: 50px;
    background-color: #fff;
}
.b_box img {
    width: 100%;
}
.relative {
    position: relative;
    max-width: 360px;
}
.absolute {
    position: absolute;
    top: -70px;
    left: -70px;
}
.absolute > div {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    font-size: 1.2em;
}
/*CONTENTS7ダウンロードフォーム埋め込み*/
.contents7 {
    text-align: center;
    padding: 80px 0;
}
.contents7 h3 {
    font-size: 280%;
    margin: 0 0 30px;
}
.contents7 h4 {
    margin: 0;
}
.contents7 .f_box {
    flex-wrap: nowrap;
}
.contents7 .f_box li {
    flex-grow: 1;
    width: 50%;
}
.contents7 .f_box li:first-of-type {
    text-align: left;
    background-color: #eeeeee;
    padding: 30px;
}
.l_line {
    border-left: 3px solid #3C6BD6;
    padding-left: 10px;
}
.contents7 .l_line + p {
    line-height: 2;
}
/*CONTENTS7ダウンロードフォーム埋め込み（TOP用）*/
div.mv_msg div.contents7 {
    text-align: center;
    padding: 0px 20px;
}
div.mv_msg div.contents7 h3 {
    font-size: 280%;
    margin: 0 0 30px;
}
div.mv_msg div.contents7 h4 {
    margin: 0;
}
div.mv_msg div.contents7 .f_box {
    flex-wrap: nowrap;
}
div.mv_msg div.contents7 .f_box li {
    flex-grow: 1;
    width: 50%;
}
div.mv_msg div.contents7 .f_box li:first-of-type {
    text-align: left;
    background-color:rgba(0,0,0,0);
    padding: 0px;
}
div.mv_msg div.l_line {
    border-left: 3px solid #3C6BD6;
    padding-left: 10px;
}
div.mv_msg div.contents7 .l_line + p {
    line-height: 2;
}
/*footer*/
.tc {
    /*background-color: #fff;*/
    background-color: #F7f7f7;
    padding: 50px 50px 10px;
}
.tc img {
    width: 240px;
    margin-bottom: 20px;
}
.tc .f_box {
    padding-bottom: 50px;
}
.tc .f_box li {
    flex: 1;
}
.tc .f_box li:first-of-type {
    border-right: 1px solid;
}
.tc .company_info p:first-of-type {
    font-size: 120%;
}
.tc .link_group p {
    padding-left: 50px;
}
.tc .link_group p a {
    text-decoration: none;
    color: #000;
}
.tc > p {
    text-align: center;
}
/*responsive*/
@media screen and (max-width: 1024px) {
    .header {
        padding: 15px 50px;
    }
    .header button {
        padding: 3px 10px;
    }
    .header ul li {
        flex: 1;
    }
    .header .f_box .f_box {
        justify-content: right;
    }
	.mv{
		height: auto;
	}
    .mv_msg {
        left: unset;
        top: 23%;
        width: 100%;
        z-index: 20;
		background-color: #d5e5ff;
		text-align: center;
		padding:60px 0px 10px 0px;
    }
    .mv:before {
        background: none;
    }
    .mv h1, .mv h2 {
        text-align: center;
        margin: 0px auto 10px;
    }
    .mv h1 {
        margin-bottom: 20px;
		font-size: 380%;
    }
	.mv h2 {
        margin-bottom: 10px;
		font-size: 120%;
    }
    .mv .heading {
        justify-content: center;
    }
    .mv ul.f_box {
        justify-content: center;
    }
	.topform_pc {
		display: none;
}
div.mv_msg div.contents7 .f_box li {
    flex-grow: 1;
    width: 100%;
}
	.mv img {
	width: 100%;
	margin:20px auto 40px auto;
}
    #container, .scrolldown4 {
        z-index: 30;
    }
	.spclear{
		display: none
	}
	.pcclear{
		display:block;
}
	#container{
	margin-top:0px;
    /*text-align: center;*/
  }
	div.bgblue div.contents7 {
    background-color: #3c6bd6 ; 
	padding:20px ;
	margin-top:0px ;
}
    .fixed_btn {
        z-index: 40;
    }
    .contents_pc {
        padding-right: 20px;
        padding-left: 20px;
    }
    .contents2_2 .f_box li {
        margin-bottom: 20px;
    }
    .contents4 .contents_pc > .f_box > li {
        width: 300px;
    }
    .contents4 .f_box li .table_container {
        padding: 20px;
    }
    .contents4 .f_box li > p:nth-of-type(3) {
        padding: 0 20px 20px;
    }
    .ttl_kazari:after, .ttl_kazari:before {
        display: none;
    }
    .relative {
        width: 300px;
    }
    }
@media screen and (max-width: 780px) { /*ipadmini*/
    .header ul li .bb {
        display: none;
    }
    .header .logo_index {
        padding: 0;
    }
    .header .logo_index p {
        margin-top: 10px;
    }
    .mv h1 {
        font-size: 250%;
        text-align: center;
    }
    .mv h2 {
        font-size: 120%;
        text-align: center;
		margin-top: 30px;
    }
    .relative {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 500px) {/*sp*/
        body {
            margin: 40px 0 0;
        }
        .header {
            padding: 10px 20px;
        }
        .header img {
            width: 50%;
            margin-bottom: 10px;
        }
        .header button:first-of-type {
            margin: 0;
        }
        .header button {
            width: unset;
            padding: 3px 20px;
            font-size: 1em;
        }
        .mv {
            height:auto;
        }
        .mv:before {
            background: no-repeat center;
            background-size: cover;
        }
        .mv h1 {
            font-size: 180%;
        }
        .mv h2 {
            font-size: 90%;
			padding-top:50px;
        }
        .mv_msg {
            top: 15%;
        }
        .mv_msg br.dn {
            display: block;
        }
        .mv_msg .f_box .wb {
            display: block !important;
            font-size: 0.78em;
            padding: 14px 6px !important;
            width: 100% !important;
            height: auto !important;
            box-sizing: border-box;
            white-space: nowrap;
            line-height: 1.2;
        }
        .mv_msg li > ul.f_box {
            width: 100% !important;
            align-items: center;
        }
        .mv_msg li > ul.f_box > li {
            flex: 1;
        }
        .mv ul.f_box li {
            margin-right: 0;
		}
        .scrolldown4 {
            display: none;
        }
        .fixed_btn {
            bottom: 50px;
        }
        .fixed_btn img {
            width: 130px;
        }
        #container {			
    		padding-top: 0px;
			margin-top: 0px;
        }
        h3 {
            font-size: 140% !important;
            margin-bottom: 40px !important;
        }
        h4 {
            font-size: 110% !important;
        }
        .contents2_2 .f_box li {
            width: 250px;
            min-width: unset;
            margin-bottom: 20px;
        }
        .contents2_2 .f_box li p:first-of-type {
            font-size: 120%;
        }
        .cta .f_box li {
            margin-bottom: 20px;
        }
        .contents2_3 {
            padding-bottom: 50px;
        }
        .contents2_4, .contents3, .contents4, .contents5, .contents6 {
            padding: 50px 0px;
        }
        .contents2_4 .contents_pc > .f_box > li:first-of-type, .contents3 .contents_pc > .f_box > li:first-of-type,
        .contents2_4 .contents_pc > .f_box > li:nth-of-type(2), .contents3 .contents_pc > .f_box > li:nth-of-type(2) {
            flex: unset;
        }
        .contents2_4 .contents_pc > .f_box .f_box > li:nth-of-type(2), .contents3 .contents_pc > .f_box .f_box > li:nth-of-type(2) {
            padding: 0;
        }
        .contents2_4 .contents_pc > .f_box .f_box > li:first-of-type, .contents3 .contents_pc > .f_box .f_box > li:first-of-type {
            padding-right: 10px;
        }
        .contents2_4 h5, .contents3 h5 {
            font-size: 130%;
        }
        .table_container {
            padding: 10px;
        }
        .contents4 h4 {
            margin: 0 0 50px;
        }
        /*.contents4 .table_container table tr th:nth-last-of-type(-n+2),
        .contents4 .table_container table tr td:nth-last-of-type(-n+2)  {
            display: none;
        }*/

        .contents4 .contents_pc > .f_box > li {
            margin-bottom: 20px;
        }
        .contents4 .f_box {
            padding-bottom: 0;
        }
        .ttl_kazari {
            padding: 0;
        }
        .relative {
            width: 290px;
        }
        .absolute {
            top: -30px;
            left: -30px;
        }
        .absolute > div {
            width: 100px;
            height: 100px;
        }
        .contents6 .f_box {
            padding-bottom: 0;
        }
        .contents7 .f_box {
            flex-wrap: wrap;
            flex-direction :column-reverse;
        }
        .contents7 .f_box li {
            width: 100%;
        }
        .contents7 .f_box li:first-of-type, 
        .contents7 .f_box li:nth-of-type(2) {
            padding: 0;
        }
        .tc {
            padding: 50px 20px 10px;
        }
        .tc img {
            width: 200px;
            margin: 0;
        }
        .tc .company_info p:first-of-type {
            margin-bottom: 0;
            font-size: unset;
        }
        .tc .f_box li {
            flex: unset;
        }
        .tc .f_box li:first-of-type {
            border-right: none;
        }
        .tc .link_group p {
            padding-left: 0;
        }
        /* ヒーローセクション h1サイズ縮小 */
        .mv h1 {
            font-size: 160% !important;
            text-align: center;
        }
        /* ヒーローセクション スマホ縦積み */
        .mv > div > div > div > ul.f_box {
            flex-direction: column;
        }
        .mv > div > div > div > ul.f_box > li:first-of-type {
            order: 1 !important;
            width: 100%;
            padding: 20px 16px 0 !important;
        }
        .mv > div > div > div > ul.f_box > li:nth-of-type(2) {
            order: 2 !important;
            width: 100%;
            padding-top: 0 !important;
        }
    }
}