@charset "utf-8";


/* 初期値
-------------------------------------------------------------- */
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
legend{color:#000}


                              
/*共通
-------------------------------------------------------------- */
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    font-family:"Hiragino Sans","Hiragino Kaku Gothic ProN"","Meiryo",'メイリオ',sans-serif;
}
body {
	font-weight: normal;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 200;
	line-height: 2rem;
	letter-spacing: 0.08rem;
	width: 100%;
}
*, *:before, *:after {
  box-sizing: border-box; /*余白や線を幅や高さに含める*/
  -webkit-box-sizing: border-box;
 } 
main {
    background: #0c7475;
}

/*-------- icon ------------*/
/*□付きチェック*/
.fa-square-check::before {
font: var(--fa-font-regular);
 content: "\f14a";
 font-family: "Font Awesome 6 Free";
 font-size: 2.6rem;
 color: #0956a2;
 margin: 0 5px 0 5px;
}
/*スマホ*/
.fa-mobile-screen-button::before {
font: var(--fa-font-solid);
 content: "\f3cd";
 font-family: "Font Awesome 6 Free";
 font-size: 4rem;
 background-size: cover;
 color: #FFF;
 margin: 0 10px 30px 10px;
}
.floating-banner1 .fa-mobile-screen-button::before {
 font-size: 2.6rem;
 margin: 5px;
}
/*ダウンロード*/
.fa-file-arrow-down::before {
font: var(--fa-font-solid);
 content: "\f56d";
 font-family: "Font Awesome 6 Free";
 font-size: 4rem;
 background-size: cover;
 color: #FFF;
 margin: 0 10px 30px 10px;
}
.floating-banner2 .fa-file-arrow-down::before {
 font-size: 2.6rem;
 margin: 5px;
}
/*下矢印*/
.fa-chevron-down::before {
font: var(--fa-font-solid);
 content: "\f078";
 font-family: "Font Awesome 6 Free";
 font-size: 3.6rem;
 background-size: cover;
 color: #0956a2;
 margin: 0 auto;
}

/*------------------------------------------------------
 Mobile (First)
------------------------------------------------------*/


/*-------　フローティングバナー ------*/
#floating-area {
    display: flex;
    width: 100%;
    height: 75px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10000;
}
#floating-area i {
    margin: 0 0 0 -15px;
    padding: 0;
}
.floating-banner1 {
    display: block;
    width: 50%;
    min-height: 75px;
    box-sizing: border-box;
    background: #0c7475;
    border: 1px solid #FFF;
    padding: 8px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    opacity: 1;
    transition: 0.5s;
	background: linear-gradient(90deg, #875d43 0%, #dfc179 50%, #875d43 100%);
	background-size: 200% 100%;
}
.floating-banner1 p.verticalText {
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: middle;   
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
}
.floating-banner1:hover{
	background-position: 100% 0;
    transition: 0.5s;
}
.floating-banner1:hover p.verticalText{
    color: #FFF;
    transition: 0.5s;
}
.floating-banner1 p.min0 {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 auto;
}


.floating-banner2 {
    display: block;
    width: 50%;
    min-height: 75px;
    box-sizing: border-box;
    background: #06c755;
    border: 1px solid #FFF;
    padding: 8px 0 0 0;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    opacity: 1;
    transition: 0.5s;
	background: linear-gradient(90deg, #0956a2 0%, #63c5c6 50%, #0956a2 100%);
	background-size: 200% 100%;
}
.floating-banner2 p.verticalText {
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: middle;   
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
}
.floating-banner2:hover{
	background-position: 100% 0;
    transition: 0.5s;
}
.floating-banner2:hover p.verticalText{
    right: 28px;
    transition: 0.5s;
}
.floating-banner2 p.min0 {
    display: block;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 auto;
}
.floating-banner2 p.min1 {
    display: none;
}





/*-------　ヘッダー　----------*/
#header {
    display: block;
    width: 100%;
    height: 500px;
    background-image: url(images/key-visual_sp.jpg);
    background-size: auto 100%;
    background-position: bottom center;
    margin: 0 auto 0;
    padding: 0;
}
.hed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
	padding: 5px 0px 0px 10px;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: center;
   color: #000;
	font-size: 1.1rem;
	line-height: 1em;
	font-weight: 300;
}
.hed img {
	height: 30px;
	margin-right: 15px;
}
.key-visual {
	padding: 30px 0 0;
}
.key-visual h1 {
    display: block;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 4.2rem;
	text-align: left;
	color: #000;
    text-shadow: 0 0 6px #FFF,0 0 6px #FFF,0 0 6px #FFF,0 0 6px #FFF;
	margin: 0;
	padding: 0 10px 0;
}
.key-visual h1 .boxtext {
    display: inline-block;
    background: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1rem;
	color: #000;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 15px;
	text-align: center;
}
.key-visual h2 {
    display: block;
	font-size: 7.2rem;
	font-weight: 600;
	line-height: 3.5rem;
	text-align: left;
	color: #FFF;
	margin: 180px 0 0 10px;
	transform: rotate( -5deg );
   text-shadow: 0 0 3px #7a98b5,0 0 3px #7a98b5,0 0 3px #7a98b5,0 0 3px #7a98b5;
}
.key-visual h2 .slim {
    letter-spacing: -30px;
}
.key-visual h2 .slim {
    letter-spacing: -30px;
}

/*-------　フッター　----------*/
#footer {
    width: 100%;
	text-align: center;
	padding: 0 0 60px;
}
#footer p {
	line-height: 1.5;
	margin-left: 15px;
}
.phone a {
    display: flex;
    align-items: center;
 	width: calc(100% - 30px);
 	margin: 0 auto;
	padding: 15px 0px 15px 5px;
	color: #FFF;
	vertical-align: middle; 
	text-decoration: none;
	background: linear-gradient(90deg, #875d43 0%, #dfc179 50%, #875d43 100%);
	background-size: 200% 100%;
    transition: 0.3s;
}
.phone a:hover {
	background-position: 100% 0;
}
.phone span {
    display: block;
	font-size: 1.4rem;
    margin-left: 15px;
}
.phone strong {
    display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #FFF;
	letter-spacing: 0.15rem;
}
.dl-file a {
    display: flex;
    align-items: center;
 	width: calc(100% - 30px);
	background: linear-gradient(90deg, #0956a2 0%, #63c5c6 50%, #0956a2 100%);
	background-size: 200% 100%;
	margin: 0 auto;
	padding: 15px 0px 15px 5px;
	color: #FFF;
	vertical-align: middle; 
	text-decoration: none;
    transition: 0.3s;
}
.dl-file a:hover {
	background-position: 100% 0;
}
.dl-file span {
    display: block;
	font-size: 1.4rem;
    margin-left: 15px;
}
.dl-file strong {
    display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #FFF;
	letter-spacing: 0.15rem;
}


/*-------　基礎（画像指定、改行指定）　----------*/
img {
    max-width: 100%;
    height: auto;	
}
img.img-w500 {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.sp-img { display: block; width: 100%; }
.pc-img { display: none; }


.sp_hid { display: block; width: 100%; }
.pc_hid { display: none; }
.sphid { display: inline;}


/*-------　セクション　----------*/
section{
    display: block;
    width: 100%;
	margin: 0px auto 0;
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}
section#content01 {
	background: linear-gradient(to bottom, #FFFFFF, #deebf7);
	padding: 10px 0 0 0;
}
section#content02 {
	background: #FFF;
}
section#content03 {
	padding-bottom: 0px;
	background: #FFF;
}
section#content04 {
	background: #F9F9F9;
}


/*-------　文字　（基本サイズ指定、文字色サイズ変更）　----------*/
h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0.08em;
    width: 95%;
    max-width: 995px;
    margin: 0 auto 30px;
    color: #333;
}
h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.08em;
    width: 95%;
    max-width: 995px;
    margin: 0 auto 15px auto;
    color: #0956a2;
}
h4 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.3rem;
}
p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1em;
}
strong {
    font-weight: bold;
}
.attention {
    color: #ffff00;
}
.check {
    background: #ffff00;
    font-weight: 600;
    font-size: 110%;
}
.check2 {
    color: #0956a2;
    font-weight: 600;
}
.caption-text {
    font-size: 80%;
    font-weight: 400;
}
.captiontext {
    font-size: 70%;
}
.big {
    font-size: 140%;
}


/*-------　タイトル装飾　----------*/
h2.title_border {
    display: flex;
    align-items: center;
    margin: 30px auto 30px;
    padding: 0;
    color: #0956a2;
    text-align: center;
}
h2.title_border:before  {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #0956a2;
    margin-right: 1rem;
}
h2.title_border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #0956a2;
    margin-left: 1rem;
}
h2.title_border .bg-skew {
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #0956a2;
  background: #FF0;
  padding: 0 10px;
}

.ad-arrow {
    width: 100%;
    margin: 0 auto 0px;
    background: #deebf7;
}
.ad-arrow::after{
    content: '';
    display: block;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 50px;
}
.ad-arrow h2 {
    display: block;
    min-width: 100%;
    background: #fff;
    color: #0956a2;
    margin: 0 0 -1px;
    padding: 15px 5% 15px;
    line-height: 2em;
}
.ad-box {
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 5px;
    background: #deebf7;
    text-align: center;
}



/*-------　ボックス　----------*/
.box-w995 {
    display: block;
    width: 95%;
    max-width: 995px;
    margin: 0 auto 30px;
}
.box-w995 p {
    text-align: left;
}

.box-text {
    display: block;
    width: 95%;
    max-width: 900px;
    margin: 30px auto;
    padding: 15px 15px 10px;
    background: #EEE;
    text-align: left;
}
.box-text h3 {
    margin-left: 0;
}
.box-text p {
    line-height: 1.5;
}

.button {
    display: block;
    width: 95%;
    max-width: 600px;
    margin: 60px auto 15px;
}


/*-------　チェックリスト(600pxボックス)　----------*/
.box-checkList {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    background: #eaf4fe;
    border: solid 1px #deebf7;
}
.box-checkList ul {
    width: 100%;
    padding-top: 10px;
}
.box-checkList li {
    width: 100%;
    padding-bottom: 15px;
    text-align: left;
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0em;   
}


/*-------　flexボックス（スマホ１列、他3列）　----------*/
ul.listbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 95%;
    max-width: 995px;
    margin: 0 auto;
}

ul.listbox > li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	align-items: start;
    margin: 10px auto;
    padding: 10px 5px 0 10px;
    text-align: left;
    background: #ddd;
    position: relative;
}
ul.listbox > li:after{
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #0956a2 #f9f9f9 #0956a2;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.15);
}
ul.listbox h3 {
    width: calc(100% - 60px);
    height: 100px;
    color: #0956a2;
    font-size: 2.4rem;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}
ul.listbox .number {
    width: 60px;
    height: 100px;
    font-size: 4.8em;
    font-weight: 800;
    color: #b4c7e7;
    line-height: 4.8rem;
    margin: 5px 0 0 0; 
}
ul.listbox img {
    width: 40%;
    max-width: 140px;
    padding: 0 10px;
}
ul.textbox {
    flex: 1;
    padding: 0 0 0 2rem;
    margin: 0;
}
ul.listbox > li > ul.textbox > li {
    width: 100%;
    list-style-type: disc;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5em;
}


/*-------　カラム(スマホ１列、他２列)　----------*/
.column-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 95%;
    max-width: 995px;
    margin: 0 auto 30px;
}
.column2 {
    width: 100%;
    text-align: left;
}
.column-container_gap80 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 95%;
    max-width: 995px;
    margin: 0 auto;
}
.column2_gap80 {
    width: 100%;
    text-align: left;
}
dl.table01 {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
}
dl.table01 .dl-title {
    background: #0956a2;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    padding: 10px;
}
dl.table01 .dl-title:first-child { 
    border-right: solid 1px #FFF;
}
dl.table01 dt {
    width: 55%;
    text-align: left;
    padding: 10px 15px;
    background: #DDD;
    border-bottom: solid 1px #0956a2;
    font-size: 1.4rem;
}
dl.table01 dt strong {
    font-size: 1.8rem;
}
dl.table01 dd {
    width: 45%;
    text-align: left;
    padding: 10px 15px;
    background: #F9F9F9;
    border-bottom: solid 1px #0956a2;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
}


/*-------　service サービス内容・特徴　----------*/
.service {
    border-left: solid 10px #0956a2;
    padding: 10px 0px 5px;
}
.service h3 {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 3rem;
    margin: 0 auto 15px;
    color: #0956a2;  
}
.service h3 .tit-caption {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0; 
    color: #333;  
}
.service h3 .tit-caption strong {
    font-weight: 800;
    color: #0956a2;  
}
.service p {
   padding-left: 10px;
   line-height: 2.4rem;    
}


/*-------　diagnose 簡易診断の内容　----------*/
.diagnose {
    padding: 10px 0px 5px 0px;
}
.diagnose h3 {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 3rem;
    letter-spacing: 0;
    margin: 0 0 5px 0;
    padding: 10px 0 10px 55px;
    color: #0956a2; 
    background-image: url(images/icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 55px; 
}
.diagnose p {
   padding-left: 30px;
   line-height: 1.8;    
}
p.diagnose-text {
    line-height: 1.6; 
    margin: 15px auto;
    color: #0956a2;
}



/*-------　step 利用の流れ　----------*/
.column-container-step {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 95%;
    max-width: 900px;
    margin: 0 auto 15px;
}
.step {
    width: 20px;
    margin-bottom: 40px;
    padding: 5px 0;
    writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
    text-orientation: mixed;
    text-align: center; 
    font-size: 1.6rem; 
    font-weight: 600;   
}
.simple {
    background: #0956a2;
    color: #FFF; 
}
.detail {
    background: #e36906;
    color: #FFF;
    margin-bottom: 0px;
}
.proposal {
    background: #FFFF00;
    color: #0956a2;
    margin-bottom: 0px;
}
.step-flow {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 5px 0;
    width: 95%;
    max-width: 995px;
    margin: 0 auto;
}
.step-flow .no {
    width: 80px;
    margin: 0 15px 0 0;
    padding: 5px;
    background: #deebf7;
    color: #0956a2;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}
.step-flow img {
    width: 40px;
}
.step-flow .step-title {
    width: calc(100% - 145px);
    margin: 0 auto;
    padding: 5px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
}
.step-flow .step-arrow {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px 0 20px;
    text-align: left;
}




/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:768px) {

/*-------　基礎（画像指定、改行指定）　----------*/
.sp-img { display: none; }
.pc-img { display: block; width: 100%; }

.sp_hid { display: none; }
.pc_hid { display: block; width: 100%; }

.sphid { display: none; }


/*-------　フローティングバナー ------*/
#floating-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 75px;
    height: 560px;
    top: 250px;
}
.floating-banner1 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 60px;
    min-height: 280px;
    padding: 15px 0;
}
.floating-banner1 p.verticalText {
	padding-left: 17px;
    margin: 0 auto 8px;
    writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
    text-orientation: mixed;
    text-align: center; 
    font-size: 1.8rem;
    width: auto;
}
.floating-banner1:hover{
    width: 75px;
}
.floating-banner1:hover p.verticalText {
	padding-left: 20px;
    transition: 0.5s;
}
.floating-banner2 p.min0 {
    font-size: 1.2rem;
	letter-spacing: 0;
}
.floating-banner2 {
    width: 60px;
    min-height: 280px;
    padding: 0;
}
.floating-banner2 p.verticalText {
	padding-left: 17px;
    margin: 0px auto 8px;
    writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
    text-orientation: mixed;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3;
	letter-spacing: 0.18rem;
}
.floating-banner2:hover{
    width: 75px;
}
.floating-banner2:hover p.verticalText{
	padding-left: 20px;
    transition: 0.5s;
}
.floating-banner2 p.min0 {
    display: none;
}
.floating-banner2 p.min1 {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2rem;
	letter-spacing: 0;
    margin: 8px 0 0;
    padding: 0;
}



/*-------　ヘッダー　----------*/
#header {
    display: block;
    width: 100%;
    height: 500px;
    background-image: url(images/key-visual_pc.jpg);
    background-size: auto 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 0 auto 0;
    padding: 0;
}
.hed {
	font-size: 1.2rem;
    margin: auto;
}
.key-visual {
    max-width: 1160px;
    margin: auto;
	padding: 50px 10px 0px;
}

.key-visual h1 {
    width: 550px;
	font-size: 3.6rem;
	line-height: 6rem;
}
.key-visual h1 .boxtext {
	font-size: 2.4rem;
	line-height: 1rem;
	padding: 12px;
}
.key-visual h2 {
	font-size: 8.6rem;
	margin: 90px 0 0 10px;
   text-shadow: none;
}

/*-------　フッター　----------*/
#footer {
	padding: 0px;
}
#footer p {
	margin-left: 0px;
}
.phone a {
    margin-top: 8px;
	padding: 20px 0px 10px 5px;
}
.phone span {
    display: block;
	font-size: 1.6rem;
    margin-left: 15px;
}
.phone strong {
    display: block;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.5;
	color: #FFF;
	letter-spacing: 0.15rem;
}
.dl-file a {
    margin-top: 8px;
	padding: 20px 0px 10px 5px;
}
.dl-file span {
    display: block;
	font-size: 1.6rem;
    margin-left: 15px;
}
.dl-file strong {
    display: block;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.5;
	color: #FFF;
	letter-spacing: 0.15rem;
}

/*-------　セクション　----------*/
section{
	padding: 60px 0;
}



/*-------　文字　（基本サイズ指定、文字色サイズ変更）　----------*/
h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin: 0 auto 50px;
}
h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0.08em;
    margin: 0 auto 15px;
}
p {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.2;
    margin-bottom: 1em;
}



/*-------　タイトル装飾　----------*/
h2.title_border {
    margin: 30px auto 60px;
}




/*-------　900pxボックス　----------*/
.box-w995 {
    width: calc(95% - 100px);
    margin: 0 auto 30px;
}


/*-------　チェックリスト(900pxボックス)　----------*/
.box-checkList li {
    font-size: 1.8rem;
    padding-left: 20px; 
}
.box-checkList li i {
    margin-right: 10px;
}


/*-------　flexボックス（スマホ１列、他3列）　----------*/
ul.listbox {
    width: calc(95% - 100px);
    display: flex;
    flex-direcion: row;
    gap: 10px;
}
ul.listbox h3 {
    font-size: 2rem;
}
ul.listbox .number {
    font-size: 7.2rem;
}


/*-------　カラム(スマホ１列、他２列)　----------*/
.column-container {
  width: calc(95% - 100px);
  gap: 15px;
  margin-bottom: 60px;
}

.column-container_gap80 {
  width: calc(95% - 100px);
  gap: 40px;
}
.column2_gap80 {
    max-width: calc((100% - 40px) / 2 );
}
.column-container_gap0 {
    gap: 0;
}
dl.table01 {
  　width: calc(95% - 100px);
}
dl.table01 .dl-title {
    font-size: 2rem;
}
dl.table01 dt {
    font-size: 1.6rem;
}
dl.table01 dt strong {
    font-size: 2rem;
}
dl.table01 dd {
    font-size: 2rem;
}


/*-------　step 利用の流れ　----------*/
.step {
    width: 35px;
    font-size: 1.8rem;
    padding: 8px;
	letter-spacing: 0.15rem;
}
.step-flow .no {
    width: 100px;
    margin: 0 25px 0 0;
    padding: 5px 10px;
    font-size: 2rem;
}
.step-flow img {
    margin: 0 10px 0 0;
    width: 50px;
}
.step-flow .step-title {
    width: calc(100% - 185px);
    padding: 5px 10px;
    font-size: 2.4rem;
}
.step-flow .step-arrow {
    padding: 0 5px 0 30px;
}

}
	

/*------------------------------------------------------
 PC
------------------------------------------------------*/
@media screen and (min-width:1670px) {
#header {
    display: block;
    width: 100%;
    height: 575px;
    background-image: url(images/key-visual_pc.jpg);
    background-size: auto 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin: 0 auto 0;
    padding: 0;
}
.key-visual {
    max-width: 1160px;
    margin: auto;
	padding:30px 500px 30px 10px;
}
.key-visual h2 {
	font-size: 8.6rem;
	margin: 160px 0 0 10px;
   text-shadow: none;
}
}

@media screen and (min-width:900px) {
/*-------　flexボックス（スマホ１列、他3列）　----------*/
ul.listbox {
    display: flex;
    flex-direcion: row;
    gap: 15px;
}
ul.listbox li {
    width: calc((100% - 50px) / 3 );
}

}
@media screen and (min-width:1100px) {
/*-------　チェックリスト(900pxボックス)　----------*/
.box-checkList li {
    font-size: 2rem; 
}
}

@media screen and (min-width:1024px) {

/*-------　フッター　----------*/
.phone a {
    margin-top: 8px;
	padding: 20px 0px 10px 30px;
}
.phone span {
    display: block;
	font-size: 1.8rem;
    margin-left: 30px;
}
.phone strong {
    display: block;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.5;
	color: #FFF;
	letter-spacing: 0.15rem;
}
.dl-file a {
    margin-top: 8px;
	padding: 20px 0px 10px 30px;
}
.dl-file span {
    display: block;
	font-size: 1.8rem;
    margin-left: 30px;
}
.dl-file strong {
    display: block;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.5;
	color: #FFF;
	letter-spacing: 0.15rem;
}


/*-------　基礎（画像指定、改行指定）　----------*/
.sp_hid { display: none; }
.pc_hid { display: block; width: 100%; }

.sphid { display: none; }

/*-------　セクション　----------*/
.main img {
    max-width: 80%;	
}

/*-------　flexボックス（スマホ１列、他3列）　----------*/
ul.listbox h3 {
    font-size: 2.4rem;
}
ul.listbox .number {
    font-size: 8rem;
}
/*-------　カラム(スマホ１列、他２列)　----------*/
.column2 {
    max-width: calc((100% - 15px) / 2 );
}
.column-container_gap80 {
  gap: 80px;
}
.column2_gap80 {
    max-width: calc((100% - 80px) / 2 );
}


}

