@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width : 768px) {
  /*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/
  /*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
  /*body全体の初期スタイル調整*/
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
  h2 {
    margin: 0.5em 0em;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
  }
  h3 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.4em;
    font-weight: bold;
    border-left: 8px solid #10559A;
    border-bottom: 1px dotted #10559A;
  }
  h4 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.2em;
    border: 1px solid #ccc;
    font-weight: bold;
  }
  h5 {
    margin: 0.5em 0em;
    padding: 0.1em;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
  }
  /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
  /*全体エリア（全体背景を設定するにはここ）*/
  .main {
    background-color: #f2f2f2;
  }
  /*記事(ボディ)エリア*/
  .article {
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 1.6em; /*=16px*/
  }
  /*記事(ボディ)エリアの行間*/
  .article p {
    line-height: 1.6;
  }
  .article {
    width: 100%;
  }
  /*カラム全体の幅を変更する*/
  .top_image_in, .section_inr {
    width: 100%;
    margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
  }
  /*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
  /*上部固定ヘッダー全体*/
  .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
  }
  /*ヘッダー内部をカラム幅にする*/
  .header_inr {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  /*ヘッダーのロゴ*/
  .header_logo {
    width: 50%;
    float: left;
    margin: 0.6em 0 0 0.5em;
  }
  /*ヘッダーのlineボタン*/
  .header_line {
    width: 10%;
    float: right;
    margin: 0.2em 1em 0em 0.8em;
  }
  /*ヘッダーの問い合わせボタン*/
  .header_mail {
    width: 10%;
    float: right;
    margin: 0.3em 0em 0.3em;
  }
  /*ヘッダーの電話ボタン*/
  .header_tel {
    width: 10%;
    float: right;
    margin: 0.4em 0.5em 0.3em;
  }
  /*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
  .top_image {
    background-image: none;
  }
  .top_image_in img {
    width: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
  .seciton_01 {
    padding: 0em 0.5em;
  }
  .experience_text {
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.5em;
    color: #fff;
  }
  .section_02 {
    background-color: #FFFEF0;
    padding: 0.5em 0.5em;
  }
  .section_04 {
    padding: 1em 0em;
  }
  .reasons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0em 2em;
  }
  .reason_01, .reason_02, .reason_03, .reason_04, .reason_05, .reason_06 {
    margin: 0.5em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .section_05 {
    padding: 0.5em 0;
  }
  .case_title {
    margin-bottom: 1em;
  }
  .details_title {
    margin-top: 0.5em 0;
  }
  .case_details {
    background-image: url("../images/case_details_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
  }
  .case_details_01, .case_details_02, .case_details_03, .case_details_04 {
    margin: 1em;
  }
  .case_details img {
    width: 100%
  }
  .section_07 {
    padding: 2em 1em;
    background-color: #125599;
    margin-bottom: 1em;
  }
  .price_info {
    margin-top: 1em;
    display: flex;
    row-gap: 2em;
    flex-wrap: wrap;
  }
  .section_08 {
    padding: 1em 0em;
    background-color: #fff;
  }
  .section_09 {
    padding: 1em;
    background-color: #fff;
  }
  .qa__list {
    margin-top: 1em;
    padding: 0 1em;
  }
  .qaItem:not(:last-child) {
    margin-bottom: 5vw;
  }
  .qaItem__q {
    font-size: 3vw;
    padding: 2vw 4vw;
    padding-right: 10vw;
  }
  .qaItem__q::after {
    font-size: 3.5vw;
    height: 4.6vw;
    right: 3vw;
  }
  .qaItem__q .q {
    font-size: 5vw;
    margin-right: 2vw;
  }
  .qaItem__a {
    font-size: 3vw;
    padding: 4vw;
  }
  .qaItem__a .a {
    font-size: 5vw;
    margin-right: 2vw;
  }
	.section_10{
		padding: 1em 0;
		font-size: 0.8em;
	}
  /*--------------------------------------------------
Flowエリア
-----------------------------------------------------*/
  .section_06 {
    padding: 1em 1em 2em;
  }
  .flow_design09 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flow09 {
    padding-left: 0;
    border-bottom: solid 1px #04134B;
  }
  .flow09 > li {
    list-style-type: none;
    display: flex;
    padding: 20px 0;
    border-top: solid 1px #04134B;
  }
  .flow09 > li dl dt {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    margin: 0px 0 10px;
    color: #04134B;
  }
  .flow09 > li .icon09 {
    line-height: 1;
    font-size: 2em;
    font-weight: bold;
    color: #E26B5D;
    text-align: center;
    width: 70px;
    position: relative;
    margin-top: 0;
  }
  .flow09 > li .icon09::before {
    content: 'STEP';
    font-size: 0.4em;
    display: block;
    margin-bottom: 3px;
    letter-spacing: 1px;
  }
  .flow09 > li .icon09::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 50px);
    background-color: #858585;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
  }
  .flow09 > li dl dd {
    margin: 0;
    font-size: 12px;
  }
  .flow09 > li dl {
    width: calc(100% - 70px);
    margin-top: 0.8em;
  }
  /*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
  .section_03 {
    padding: 1em 0.5em 0em;
  }
  .cta_box {
    position: relative;
  }
  .cta_tel {
    padding: 1em 0em 0;
  }
  .section_cta_inr {
    position: absolute;
    left: 2%;
    bottom: 10%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .left {
    width: 85%;
    margin-bottom: 0.5em;
  }
  .right {
    width: 85%;
  }
  .middle {
    width: 85%;
    margin-bottom: 0.5em;
  }
	
  /*--------------------------------------------------
thanksの設定
-----------------------------------------------------*/
 .thanks{
	 padding: 14em 5em;
	
background-image: url( "../images/main_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;	
}

.inr{
	margin: 0 auto;
	padding: 1em;
	background-color:rgba(255,255,255,0.8);
	text-align: center;
	font-size: 12px;
	border-radius: 15px;
	
}
		
	
  /*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
  .footer {
    background-color: #105FA3;
    padding: 2em 0em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
}