@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: 0em;
	overflow: hidden;
}
/*本体*/
.main {
}
/*カラム部分*/
.main-in {
	padding: 0em 0;
}
/*カラム内部のサイズ*/
.main-contents .contents {
	margin-bottom: 0em;
	padding: 10px 10px;
}
/*段落タグ*/
.main-contents p {
	line-height: 1.8em;
}
/*全体のフォントサイズ*/
.main-contents {
	font-size: 1.6em;
}
/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
.main-contents h2 {
	margin: 0 0 0em;
	padding: 0.5em 0em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
/*H3タグ*/
.main-contents h3 {
	margin: 0 0 0.8em;
	padding: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
}
/*H4タグ*/
.main-contents h4 {
	margin: 0 0 1.5em;
	padding: 0.3em;
	border: 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 {
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
}
#header-in {
	background-color: rgba(255,255,255,0.2);
	position: relative;
	padding: 0em 0em 0.5em;
}
/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 22%;
	margin-top: 5px;
	margin-left: 2px;
}
#header .header-logo {
	margin-bottom: 0em;
}
#header .header-logo img {
	width: 100%;
}
/*ヘッダー 電話ボタン*/
.header_tel {
	width: 35%;
	float: right;
	margin: 0.7em 0.5em 0em;
}
.header_tel img {
	width: 100%;
}
/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 30%;
	float: right;
	margin: 0.5em 0.3em 0em;
}
.header_mail img {
	width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

#main-image {
	padding-top: 0em;
	height: auto;
}
/*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/

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

.section_sub {
	background-color: #E66C79;
	color: #fff;
	position: relative;
	margin-bottom: 4em;
}
.section_sub:before {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	border-top-color: #E66C79;
	border-width: 30px;
	margin-left: -30px;
}
.section_01 {
	background-color: #fff;
}
.section_01_in {
	background-color: transparent;
}
.section_02 {
	background-color: #F9F9F9;
	background-size: 100%;
}
.section_02_in {
	background-color: transparent;
}
.section_03 {
	background-image: url(../images/bg_02.jpg);
	background-size: 100%;
}
.section_03_in {
	background-color: transparent;
}
.title_seazon{
    background-color: #F35298;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.2em 0em
}

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


.box_target{
	background-color: #FFFEEE;
	padding: 1em 1em;
	margin: 0 0em;
	margin-bottom: 0em;
	font-size: 1em;
}

.box_huan{
	background-color: #f9f9f9;
	padding: 1em;
}

.box_tokutyo {
	background-color: #fff;
	padding: 0.5em 1em;
	margin: 0.5em 0em;
	margin-bottom: 1em;
}

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

.box_koe {
	border: 3px dotted #ccc;
	padding: 1.5em 2em;
	margin: 0 -2em;
	margin-bottom: 1em;
}

.box_cru {
	background-color: #FFFEEE;
	padding: 1em 1em;
	margin: 0 0em;
	margin-bottom: 1em;
}

.box_naiyo_inr{
	background-image: url(../images/bg_main_in.png);
	padding: 1em 1.5em;
	margin-top: 1em;
	font-size: 0.9em;
}
.box_gaksyu_tokutyo{
	font-size:0.9em;
	padding: 1em;
	border: 1px dotted #ccc;
}
.circle {
	border-radius: 100%;
}
.awablue {
	color: #35BFCF;
}
ul.flow_list {
	list-style: none;
	margin: 0;
}
ul.flow_list li {
	margin: 0 -2em;
	border: 3px solid #ccc;
	border-radius: 10px;
	margin-bottom: 35px;
	padding: 1em 2em;
	position: relative;
}
ul.flow_list li::after {
	bottom: -34px;
	color: #ccc;
	content: "▼";
	font-size: 24px !important;
	left: 48%;
	position: absolute;
}
ul.flow_list li.last::after {/*最後の▼を外す*/
	content: "";
}
ul.flow_list li h3::first-letter {/*1文字めを大きく*/
	font-family: garamond, times;
	font-size: 2rem;
	font-style: italic;
	letter-spacing: 0.15em;
}
.accordion_header_02 {
	margin: 0px 0px 0em 0px;
	background: url(../images/+.png) no-repeat;
	background-color: #FBE039;
	background-size: 40px 40px;
	background-position: 8px 50%, 0 0;
	padding: 15px 2px 15px 55px;
	color: #205BA6;
	font-size: 120%;
	height: auto;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
}
.selected02 {
	background: url(../images/_.png) no-repeat;
	background-color: #FBE039;
	background-position: 8px 50%;
}
.selected02 + * {
	background: #fff;
	background-position: 8px 50%;
}
.accordion_open_02 {
	margin: 0px 0px 15px 0px;
	padding: 10px;
	background: #fff;
	border-left: solid 4px #FBE039;
	border-right: solid 4px #FBE039;
	border-bottom: solid 4px #FBE039;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.accordion_open_02:before {
	content: "";
}
.accordion_field_02 {
	display: block;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0px 0 10px 0;
	color: #000;
	font-size: 100%;
	width: 100%;
}
.br_sp {
	display: none;
}
.box_pro{
    border: 3px double #ccc;
    padding: 1em 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1em;
}

.img_name{
    text-align: right;
}

.img_name img{
    width: 35%;
}

/*ステップフローの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 #232F3E;
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #232F3E;
	background-color: #232F3E;
}
.stepflow_label {
	padding: 3px 0px 8px 0px;
	margin-bottom:8px;
	color: #999999;
	font-size: .8em;
	font-weight: bold;
}
.stepflow_title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:15px;
}
.stepflow_content {
	font-size: .9em;
	line-height: 1.5;
	margin-top: .5em;
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #cccccc;
}
/*ステップフローのCSSここまで*/

.box_support{
	background: #FFFEEE;
	padding: 1em 1em;
	margin-bottom: 1em;
}

.box_tokuten{
	background-color: #FFFEEE;
	padding: 1em 1em 1em;
	margin: 0 0em;
	margin-bottom: 1em;
}

.box_item{
	background-image: url(../images/bg_-item.jpg);
	margin: 0 0em;
	padding: 1em 1em;
	margin-bottom: 1em;
}
	.th {width="100px
	}
/*--------------------------------------------------------
問い合わせ部分
--------------------------------------------------------*/
	
.section_entry {
	background-color: #FFFA9C;
}
.section_entry_in {
	background-color: transparent;
	padding-bottom: 1em;
}
.box_entry {
	background-color: #fff;
	padding: 1em 1em 1em;
	border-radius: 5px;
	margin-top: 0em;
	margin: 0 0.5em;
	margin-bottom: 0em;
	overflow: auto;
}
.entry_tel {
	width: 100%;
	float: none;
	margin: 0.5em 0em 0em;
}
.entry_mail {
	width: 100%;
	float: none;
	margin-top: 0.5em;
}
/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/

.youtube{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
.youtube iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
.youtube_2{
width:100%;
padding-bottom: 56.25%;
	
height:0px;
position: relative;
margin-top: 1em;	
}
.youtube_2 iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
/* ------------------------------
   スライダー
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 250px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 250px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 150px;
	height: 100px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSliderWrap ul li img {
	width: 100%;
}
/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

.box_qa {
	background-color: #efefef;
	margin: 0 0em;
	padding:0em;
}
.box_qa_q {
	background-color:#46A1CF;
	padding: 0.3em 1em 0.5em;
	border-bottom:1px solid #ccc;
	border-radius: 0px;
	font-size: 120%;
	font-weight:bold;
	color: #fff;
}
.box_qa_a {
	background-color:#f9f9f9;
	padding: 1em 2.4em;
}

.box_qa_q p{
	text-indent: -2.2em;
	margin-left: 2em;
}

.box_qa_a p{
	text-indent: -2em;
	margin-left: 1em;
		line-height:1.8em;
}

.box_name{
	text-align: right;
}

.box_name img{
	width: 35%; 
}

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

.main-contents .table-style01, .main-contents .table-style01 tr, .main-contents .table-style01 th, .main-contents .table-style01 td {
	display: block;
	border: none;
}
.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;
}
	.main-contents th {

	width:150px;
}

.main-contents .table2-style01, .main-contents .table2-style01 tr, .main-contents .table2-style01 th, .main-contents .table2-style01 td {
	display: block;
	border: none;
}
.main-contents .table2-style01 th, .main-contents .table2-style01 td {
	float: left;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
}
.main-contents .table2-style01 {
	zoom : 1;
}
.main-contents .tabl2e-style01:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
	.main-contents th {

	width:150px;
}
	
	
	
/*--------------------------------------------------------
スマホ用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%;
}
	
/*--------------------------------------------------------
特商法テーブル調整
--------------------------------------------------------*/
	
	
	
	
  /*--------------------------------------------------
下部固定ヘッダー
-----------------------------------------------------*/
  .fix_menu_smartphone {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
  }
  .menu_center {
    text-align: center;
    width: 100%; 
    padding: 0em 0;
	background-color: #DADADA; 
  }

  .under_btn img {
    width: 30%;

  }

.under_btn {
 animation-name: purupuru;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
	}


	
	
	
/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/


#footer {
	background: #3153a8;
	padding: 2em 0 9em 0;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
}
#footer a {
	color: #fff;
}

