@charset "UTF-8";


/*-----------------------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
-----------------------------------------------------------------------------------------------------*/

@media 
	
only screen and (max-width : 768px){

/*--------------------------------------------------------
共通設定(スマホ)
-------------------------------------------------------*/

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

a{
	color: #39f;
	-webkit-tap-highlight-color: #fc6;
}

/*-----------------------------------------------------------------------------------------------------
各エリアの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container{
	position: relative;
	overflow: hidden;
}

/*本体*/
.main{
}

/*カラム部分*/
.main-in{ 
    padding:1.5em 0; 
}

/*カラム内部のサイズ*/
.main-contents .contents{
	margin-bottom: 0em;
	padding: 0 10px;
}

/*段落タグ*/
.main-contents p{ line-height:1.8em; }


/*全体のフォントサイズ*/
.main-contents{ font-size: 1.6em; }


/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
.main-contents h2{
 margin: 0.5em 0 1em;
  padding: 0em;
  font-size:1.4em;
  font-weight: 900;
  text-align: center;
	position: relative;
    }

	.main-contents h2.qa:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 2px;
}

/*H3タグ*/
.main-contents h3{
	margin: 0 0 0.5em;
	padding: 0.3em;
	font-size: 1.4em;
	font-weight: bold;
}

/*H4タグ*/
.main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.3em;
	border-bottom: 1px solid #8e8e8e;
	font-weight: bold;
}

/*H5タグ*/
.main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

/*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(スマホ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/

/*ヘッダの回り込み解除*/
#header #header-title,
#header-in #header-text{
	float: none;
	width: 100%;
}

#header{
	position: sticky;
}

#header-in {
	position: relative;
	padding:0em 0em 0em;
}

/*ヘッダーロゴ*/
#header #header-title{
	float: left;
	width: 55%; 
	margin-top:4px;
	margin-left:2px;
}

#header .header-logo {
	margin-bottom: 0em;
}

#header .header-logo img {
	width: 100%;
}

/*ヘッダー 電話ボタン*/
.header_tel {
	display: block;
    width: 40%;
    margin-top: 0.9em;
}

.header_tel img {
	width:100%;
}

/*ヘッダー 問い合わせボタン*/
.header_mail {
	display: none;
	width: 42%;
	float: right;
	margin: 1.2em 0.8em 0em;
}

.header_mail img {
	width: 100%;
}


/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

#main-image{
	padding-top:0em;
}



/*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/

.subhead{
	margin: 0 -1em;
	margin-bottom: 1.5em;
}

.section_contact {
  display: none;
}
.section_contact_in {
      display: none;
}
.box_contact {
  margin: 0 0em;
}
.box_contact_inr {
  background-color: #fff;
  padding: 1em 0.5em;
  overflow: auto;
}
.box_contact_inr_inr {
  background-color: #f9f9f9;
  padding: 1em 0.5em;
  overflow: auto;
}
.btn_left {
  width: 100%;
  float: none;
	margin-bottom: 0.5em;
}
.btn_right {
  width: 100%;
  float: none;
}
.title_contact img {
  border-radius: 15px 15px 0px 0px;
}
.img_contact_pc {
  display: none;
}
	
.img_contact_sp {
  display: block;
    margin-top: 0.5em;
	margin-bottom: 0.5em;
}
  .box_nayami{
    background:#fff;
    margin: 0em 1em 1em;
    padding: 1em 1em; 
    position: relative;
    box-shadow: 0px 0px 15px #594a42;
}

.box_jyosei{
    display: none;
}

.box_jyosei img{
    width: 52%;
}

ul.list_nayami {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list_nayami li {
  position: relative;
  padding: 0 0 0.5em 1.5em;
  margin: 0.5em 0;
  font-size:1em;
  border-bottom:1px dotted #ccc;
}

ul.list_nayami li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f058';
  color: #00ACDB;
}

.box_reazon{
    display: block;
    flex-direction: reverse;
    margin-bottom: 3.5em;
}

.box_reazon_reverse{
    display: block;
    flex-direction: row;
    margin-bottom: 3.5em;
}

.box_reazon_inr{
    width: 90%;
    padding: 30px;
    background:#fff;
    position: relative;
}

.box_reazon_img {
    width: 80%;
    margin: 0 auto;
    box-shadow: 15px 15px 0 #0e4da1;
}


.box_reazon_img img{
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.tag_point{
    font-family: "Osaka-mono", "MS Gothic", "monospace";
     position: absolute;
    top:-20px;
    left: 0px;
    font-size: 4em;
    font-weight: 900;
    font-style:italic;
    letter-spacing: 0.1;
    opacity: 0.1;
    color: #0e4da1;
}

.tag_point_reverse{
    font-family: "Osaka-mono", "MS Gothic", "monospace";
     position: absolute;
    top:-20px;
    right: 0px;
    font-size: 4em;
    font-weight: 900;
    font-style:italic;
    letter-spacing: 0.1;
    opacity: 0.1;
    color: #0e4da1;
    z-index: 10000;
}

.box_01{
    background: #f6f6f6;
    margin: 0 auto 1.5em;
    padding: 1em 1em 1.5em;
    float: none;
    width: 92%;
     overflow: auto;
}

.box_02{
    background: #f6f6f6;
    margin: 0 auto 1.5em;
    padding: 1em 1em 1.5em;
    float: none;
    width: 92%;
    overflow: auto;
    margin-bottom:2em;
}

.blue_line {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ccf0ff 0%) repeat scroll 0 0;
}


.text_yellow{
    background-color: #fff000;
    padding:5px 15px;
    font-size: 0.9em;
}

.tag_maituki{
    background-color: #fd5620;
    padding: 0.1em 1em;
    text-align: center;
    color: #fff;
    border-radius: 15px
}


.kingaku{
    text-align: center;
    margin-top: 1em;
}

.kingaku_inr{
    font-size: 3em;
}

.tag_small{
    font-size: 0.7em;
    text-align: center;
}

.box_jyoken{
    background-color: #fff;
    padding: 1em 2em;
    margin-bottom: 2em;
}

.flow_flow_area{
    display: block;
    text-align: center;
}

.flow_title{
    width: 80%;
    margin: 0 auto;
}

.flow_title_inr{
    background-color: #0e4da1;
    padding: 0.5em 1em;
    text-align: center;
    color: #fff;
    border-radius: 60px;
    font-size:1.2em;
}

.flow_text{
     width: 90%;
    margin: 0 auto;
    padding: 0.8em 0em 0em 1.2em;
}

.flow_yajirusi{
    width: 20%;
    margin:1.5em auto;
    text-align: center;
    
}

.flow_yajirusi img{
    width: 20%;
}

.title_suport{
    
}


/*--------------------------------------------------------
Tableをブロック表示に 
--------------------------------------------------------*/

.main-contents .table-style01,
.main-contents .table-style01 tr,
.main-contents .table-style01 th,
.main-contents .table-style01 td{ display: block; }

.main-contents .table-style01 th,
.main-contents .table-style01 td{
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing:padding-box;
}

.main-contents .table-style01{ zoom : 1; }
.main-contents .table-style01:after{ content : ''; display : block; clear : both; height:0; }


/*--------------------------------------------------------
スマホ用Youtube調整タグ
--------------------------------------------------------*/

.main-contents .v-wrap{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

.main-contents .v-wrap iframe,
.main-contents .v-wrap object,
.main-contents .v-wrap embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
	
/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/

#footer{ padding:1em 0em; 
                font-size: 1em;
	margin-bottom: 9em;
	}

.tel_right_pc{
    display: none;
}
		
.fix_menu_smartphone{
	display: block;
  width:100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
}

.fix_menu_smartphone img{
  width:100%;
}

.tel_left{
	float:left;
	width:50%;
	padding:0em 0;
	border-right:0px solid #ccc;
}

.tel_right{
	float:right;
	width:50%;
	padding:0em 0;
}
    
.sp_br{
   display: block;
}
	
/* ------------------------------
   スライダー1
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 180px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 350px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 300px;
	height: 250px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider ul li img {
	width: 100%;
}
	
/*ステップフローのCSS*/
ul.stepflow {
  border: none;
  margin: 1em 0.5em;
  padding: 0;
  list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
  background-color: #cccccc !important;
}
.stepflow li {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}
.stepflow > li:before {
  content: "";
  width: 3px;
  background: #cccccc;
  display: block;
  position: absolute;
  top: 28px;
  bottom: 0;
  left: 5px;
}
.stepflow-white {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #FF7F00;
}
.stepflow-black {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #FF7F00;
  background-color: #FF7F00;
}
.stepflow_label {
  padding: 8px 0px 8px 0px;
  margin-bottom: 8px;
  color: #999999;
  font-size: 11.2px;
  font-weight: bold;
}
.stepflow_title {
  font-size: 22.4px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.stepflow_content {
  font-size: 12.6px;
  line-height: 1.5;
  margin-top: .5em;
  padding: 0 0 1.5em;
  border-bottom: dashed 1px #cccccc;
}
/*ステップフローのCSSここまで*/


/* ------------------------------
   スライダー2
------------------------------ */
.loopSliderWrap_02 {
	top: 0;
	left: 0;
	height: 120px;
	overflow: hidden;
	position: absolute;
}
.loopSlider_02 {
	margin: 0 auto;
	width: 100%;
	height: 120px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider_02 ul {
	height: 200px;
	float: left;
	overflow: hidden;
}
.loopSlider_02 ul li {
	width: 100px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider_02 ul li img {
	width: 100%;
}

}





