@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;
	padding-top: 4em;
	overflow: hidden;
}

/*本体*/
.main{
	width: 100%;
}

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

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

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


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


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

/*H2タグ*/
.main-contents h2{
	font-size: 1.8em;
	font-weight: bold;
	text-align:center;
}

/*H3タグ*/
.main-contents h3{
	font-size: 1.4em;
	font-weight: bold;
	border-radius: 5px;
}

/*H4タグ*/
.main-contents h4{
	margin: 0 0 0.5em;
	padding: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
	background-color: transparent;
}



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

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

#header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

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

/*ヘッダーロゴ*/
#header #header-title{
	float: left;
	width: 45%; 
	margin:1.5em 1em 0.5em;
}

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

#header .header-logo img {
	width: 100%;
}
	
/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 40%;
	float: right;
	margin: 1em 1em 0.3em;
}
.header_mail img {
	width: 100%;
}	

	
	
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/
	
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }

	
.top_image {
  background-image: none;
}

.top_image,.sp img{
  width: 100%;
　object-fit: cover; 
}
	
	
#main-image{
	padding-top:0em;
	height:auto;
}


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

.triangle2 {
  position: relative;
}

.triangle2:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(50vw - 10px) solid transparent;
  border-left: calc(50vw - 10px) solid transparent;
  border-top: 50px solid #E2E5EC;
}

.sec02_1 {
  padding: 5em 1em 0;
  background-color: #E2E5EC;
}

.nayami img {
	width: 100%;
	margin-bottom: 3em;
}
	
.nayami_1 img {
	width: 100%;
	margin-bottom: 3em;
}	
	
/* ------------------------------
３つのポイント
------------------------------ */	

.wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  
}

.item {
  margin: auto;
  padding: 1.5em;
  width: 80%;
  background-color: #F2F5FC;
  border-radius: 10px;
　 position: relative; 
  margin-bottom: 4em;
}

.item img {
	max-width: 300px;
	margin-bottom: 2em;
}
	
.item_inr img {
	max-width:70px;
	margin-top:-60px;

}	
	
.tyuuki {
	display: inline-block;
	margin: auto 0;
	text-align: center;
	max-width: 80%;
}	
.tyuuki p {
	margin: auto 0;
	text-align: left;
	color: #fff;
	font-size: 1.2em;
}
	
/* ------------------------------
サポート理由
------------------------------ */

.section_02_in {
	margin: 0 1em;
	padding: 3em 2em 0;
	box-sizing: border-box;
	border-radius: 0px;
}	
.support {
	max-width: 100%;

}
.support p{
	font-size: 1em;
}	
.support_inr img {
	max-width: 100%;
    height: auto;
	margin-bottom: 2em;
}
	
/* ------------------------------
サポート内容
------------------------------ */
.section_04_in {
	max-width: 100%;
	padding: 0 1em;
	box-sizing: border-box;
}
	
.detail img {
	max-width: 100%;
	margin-bottom: 1em;
}	
	
.detail_inr {
	max-width: 100%;
	margin: 0 1em;
	text-align: left;
}	
	
/* ------------------------------
流れ
------------------------------ */

.flow {
	padding: 0 1em;
}

	.flow_inr {
		padding: 0 1em;
}
	}
.flow img {
	max-width: 100%;
	margin-bottom: 3em;
}	
	
.flow_inr img {
	max-width: 100%;
    margin-bottom: 3em;

}	
	
.detail_inr p {
	font-size: 1em;	
}	
	
/* ------------------------------
お問い合わせフォーム
------------------------------ */
.section_03_in{
	margin: 0 1em;
}
.form { 
	max-width:100%;
    padding: 0 1em ;
}


.form_01 {
	max-width:100%;
	padding:0 1em 2em;
}
/*-----------------------------------------------------------------------------------------------------
プライバシーポリシー
-----------------------------------------------------------------------------------------------------*/


.contents_00 {
	max-width:100%;
	padding:6em 2em;
	
}

/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/
	
.footer {
      width: 100%;
      text-align: center;
	  margin: 0 auto;
      background-color:#373737;
}


.footer_inr {
  width: 100%;
  padding: 2em 0em 1em;
  font-size: 1em;
  color: #FFFFFF;
}
	
	.footer p {
		ext-align: center;
		padding-bottom: 1em;
	}
	
	
.fot {
      width: 100%;
      text-align: center;
	  margin: 0 auto;
      background-color:#373737;
}

.fot p {
	padding-bottom: 1em;
	color: #FFFFFF;
}


//** ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
/*.loopSliderWrap:before, .loopSliderWrap:after, .loopSlider ul:before, .loopSlider ul:after {
	content: " ";
	display: table;
}
.loopSliderWrap:after, .loopSlider ul:after {
	clear: both;
}
.loopSliderWrap, .loopSlider ul {
*zoom: 1;
}

.sp_br{
		display: block;
	}
	
	.bubble .bubble-in:after, .bubble .bubble-in:before {
	position: absolute;
	top: 3%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
}

}*/*/

