@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:1.5em 0; 
}

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

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


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


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

/*H2タグ*/
.main-contents h2 {
	margin: 0 0 0em;
	padding: 0.9em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
/*H3タグ*/
.main-contents h3 {
	margin: 0 0 1em;
	padding: 0.5em 0.8em;
	border-left: 8px solid #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 1.2em;
	font-weight: bold;
}
/*H4タグ*/
.main-contents h4 {
	margin: 0 0 1.5em;
	padding: 0.8em;
	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;
}
	
	
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

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


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

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

#header{
	background-color: rgba(255,255,255,0.9);
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
}

#header-in_pc {
	display: none;
}

#header-in_sp {
	display: block;
	background-color: rgba(255,255,255,0.2);
	position: relative;
	padding:0em 0em 0em;
}

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

/*冒頭サブヘッド*/

.subhead {
	margin: 0 0em;
	margin-bottom: 1.5em;
}
.section_subhead_01 {
	background-color: #323232;
	color: #fff;
	padding: 1.5em 0em 0em;
	position: relative;
}
.section_subhead_01 p {
	line-height: 1.5em
}
.sub_caption_01 {
	margin: -40px auto 0;
	margin-bottom: 1.5em;
}
.sub_caption_txt_01 {
	background-color: #fff;
	padding: 0.5em 1em;
	border-radius: 15px;
	color: #323232;
}
/*失敗*/

.section_sippai {
	background-color: #f7f7f5;
	padding: 1em 0em 2em;
}
.section_sippai_in {
	background-color: transparent;
}
.box_sippai {
	background-color: #fff;
	margin: 0 0em;
	padding: 1em 1em;
	margin-bottom: 1em;
}
.title_sippai {
	text-align: left;
	background-image: url(../images/bg_title_sippai.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18%;
}
.title_sippai img {
	width: 100%;
}
/*わかっているんです*/


.section_subhead_02 {
	background-color: #fff;
	padding: 1.5em 0em 0em;
}
.section_subhead_02 p {
	line-height: 1.5em;
}
.sub_caption_02 {
	margin: -40px auto 0;
	margin-bottom: 1.5em;
}
.sub_caption_txt_02 {
	background-color: #ed544d;
	padding: 0.5em 1em;
	border-radius: 15px;
	color: #fff;
}
/*重要ポイント*/

.section_jyuyou {
	background-color: #f4f1f0;
}
.section_jyuyo_in {
	padding: 3em 0em 3em;
}
.box_kasegu_point {
	background-color: #fff;
	margin: 0 0em;
	padding: 1em 1em;
	margin-bottom: 1em;
}
.title_5point {
	text-align: center;
	margin-bottom: 1em;
}
/* 吹き出し本体 - 左右の中心 */
.sub_hukidasi {
	position: relative;
	padding: 15px;
	background-color: #fff3ad;
	margin-bottom: 1.5em;
	color: #ed544d;
	background-image: url(../images/img_denkyu_icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18%;
}
/* 三角アイコン - 左右の中心 */
.sub_hukidasi::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: 0 auto;
	border-top: 15px solid #fff3ad;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
.blue_awai {
	color: #2dcbff;
}
.red_awai {
	color: #ed544d;
}
.title_jyuyopoint {
	text-align: left;
	background-image: url(../images/bg_title_jyuyo.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18%;
}
.title_jyuyopoint img {
	width: 100%;
}
/*悩み*/

.section_nayami {
	background-image: url(../images/bg_nayami.png);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
}
.section_nayami_in {
	padding: 3em 0em 3em;
}
/*サブヘッド　実績*/


.section_subhead_03 {
	padding: 1.5em 0em 0em;
}
.section_subhead_03 p {
	line-height: 1.5em
}
.sub_caption_03 {
	margin: -40px auto 0;
	margin-bottom: 1.5em;
}
.sub_caption_txt_03 {
	background-color: #ed544d;
	padding: 0.5em 1em;
	border-radius: 15px;
	color: #fff;
}
/*実績*/

.section_jisseki {
	background-image: url(../images/bg_jisseki.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
}
.section_jisseki_in {
	padding: 3em 0em 3em;
}
.box_jisseki {
	background-color: #fff;
	border: 3px solid #ccc;
	padding: 1em 1em;
	margin: 0 0em;
	margin-bottom: 1em;
}
.title_jisseki {
	text-align: left;
	background-image: url(../images/bg_title_jisseki.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 13%;
}
.title_jisseki img {
	width: 100%;
}
.box_jisseki_img {
	background-color: #fffed6;
	border: 3px solid #ccc;
	margin: 0 -0em;
}
/*実績導入*/

.section_dounyu {
	background-color: #f7f7f5;
}
.section_dounyu_in {
	padding: 3em 0em 3em;
}
.totyu_subhead p {
	line-height: 1.5em
}

.box_letter {
	background-color: #FFFDF5;
	padding: 1em 1em;
	margin: 0 0em;
}
.section_koushi {
	background-color: #fff;
}
.section_koushi_in {
	padding: 1em 0em 3em;
}
	
.box_profile{
	border: 3px double #ccc;
	padding: 1em 1em;
	margin: 0em 0em; 
	margin-bottom: 1em;
}
/*特徴*/

.section_tokutyo {
	background-image: url(../images/bg_nayami.png);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment: fixed;             /* 背景画像を固定する */
	background-size: cover;
}
.section_tokutyo_in {
	padding: 3em 0em 3em;
}
.box_tokutyo {
	background-color: #fff;
	padding: 1em 1em;
	margin: 0 0em;
	margin-bottom: 1em;
}
.title_tokutyo {
	text-align: left;
	background-image: url(../images/bg_title_tokutyo.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18%;
}
.title_tokutyo img {
	width: 100%;
}

/*内容部分*/

.section_naiyo{
	background-image: url(../images/bg_naiyo.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	background-size:cover;
}
.section_naiyo_in{
		padding: 3em 0em 3em;
}

.box_naiyo{
	background-image: url(../images/bg_main_in.png);
	padding: 1em 1em;
	margin: 0 0em;
	margin-bottom: 1em;
}

.title_naiyo{
	background-color: #98cdc5;
	color: #fff;
	padding: 0.2em 0.8em;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 1.2em;
	border-radius: 10px;
}
	
	
/*入力部分*/
.input {
	margin:0em 0em 0em;
	padding:1em 1em;
	font-color: #000;
}

.input_style{
	width:100%; 
	height:45px;
	font-size:100%;
	border-radius:8px;
	margin-bottom:0.5em;
	text-align:center;
	color:#7b7b7b;
}

/*コース料金*/

.section_case {
	background-image: url(../images/bg_course.png);
}
.section_case_in {
	padding: 3em 0em 3em;
}

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

.title_course_01{
	text-align: left;
	background-image: url(../images/bg_title_course_01.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 13%;
}

.title_course_01 img{
	width: 100%
}

.title_course_02{
	text-align: left;
	background-image: url(../images/bg_title_course_02.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 14%;
}

.title_course_02 img{
	width: 100%
}

/*返金*/

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

.box_henkin_inr{
	background-color: #f9f9f9;
	border: 1px dotted #ccc;
	padding: 1em 1em;
	margin-bottom: 1em;
}


/*声*/

.section_koe {
	background-color: #f7f7f5;
}
.section_koe_in {
	padding: 3em 0em 3em;
}

.box_koe{
	background-color: #fff;
	padding: 1em 1em;
	margin: 0 0em;
	margin-bottom: 1em;
	border: 3px double #ccc;
}

/*よくある質問*/

.section_qa {
	background-color: #f4f1f0;
}
.section_qa_in {
	padding: 3em 0em 3em;
}

/*電話相談*/

.section_tuishin {
	background-image: url(../images/bg_tuishin.jpg);
	background-repeat: no-repeat;            /* 背景を繰り返さない */
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
	background-size:cover;
}


.section_tuishin_in {
	padding: 3em 0em 3em;
}

.box_tuishin{
	background-color: rgba(255,255,255,0.9);
	padding: 1em 1em;
	margin: 0 0em;
}


/*電話相談*/

.section_telsoudan {
	background-color: #f7f7f5;
}
.section_telsoudan_in {
	padding: 3em 0em 3em;
}

/*声*/
.title_koe{
	text-align: left;
	background-image: url(../images/bg_koe.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 18%;
	font-size: 120%;
	font-weight: bold;
	border-left: 8px solid #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 0.8em;
}


	

/*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/

.youtube_size{
	width:100%;
	height:440px;
}


/*チェックリスト（リストタグ）*/
.main-contents ul.checklist {
	background-image: url(../images/bg_main_in.png);
	border: 3px dotted #ccc;
	margin: 1em 0 1em;
	padding: 1em 1em 0em;
}
.main-contents ul.checklist li {
	margin-bottom: 0.3em;
	padding-top: 3px;
	padding-left: 32px;
	padding-bottom: 10px;
	font-size: 110%;
	background: url(../images/icon-check03-red.png) left top no-repeat;
	list-style-type: none;
	background-size: 10%;
}

.main-contents ul.checklist_02 {
	background-color: #FFFDF0;
	margin: 0em 0 0.5em;
	padding: 1em;
}
.main-contents ul.checklist_02 li {
	margin-bottom: 0.3em;
	padding-top: 3px;
	padding-left: 32px;
	padding-bottom: 10px;
   font-size: 110%;
	background: url(../images/icon-check03-red.png) left top no-repeat;
	list-style-type: none;
	background-size: 10%;
}

	
	/*--------------------------------------------------------
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;}

.sp_br{
	display: block;
}

/*吹き出し*/
.chat-l, .chat-r {
	position: relative;
	overflow: hidden;
	margin: 0 0 1em;
}
.bubble {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	min-height: 60px;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #FFFEF2;
	border-radius: 10px;
}
.bubble .bubble-in {
	border-color: #FFFEF2;
}
.talker {
	display: block;
	width: 15%;
	height: auto;
	text-align: center;
}
.talker b {
	font-weight: normal;
}
.talker img {
	display: block;
	width: 100px;
	max-width: 100%;
	max-width: none\9;/*IE8への対応*/
	margin: auto;
}
.chat-l .talker {
	float: left;
	margin-right: 2%;
}
.chat-r .talker {
	float: right;
	margin-left: 2%;
}
.chat-l .bubble {
	float: right;
}
.chat-r .bubble {
	float: left;
}
.bubble .bubble-in:after, .bubble .bubble-in:before {
	position: absolute;
	top: 25%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
}
/*吹き出しの微調整*/
.bubble .b-arw20:after, .bubble .b-arw20:before {
	top: 20%;
}
.bubble .b-arw30:after, .bubble .b-arw30:before {
	top: 30%;
}
.bubble .b-arw40:after, .bubble .b-arw40:before {
	top: 40%;
}
.bubble .b-arw60:after, .bubble .b-arw60:before {
	top: 60%;
}
.bubble .b-arw70:after, .bubble .b-arw70:before {
	top: 70%;
}
.bubble .b-arw80:after, .bubble .b-arw80:before {
	top: 80%;
}
.chat-l .bubble .bubble-in:after, .chat-l .bubble .bubble-in:before {
	right: 100%;
}
.chat-r .bubble div:after, .chat-r .bubble div:before {
	left: 100%;
}
.chat-l .bubble .bubble-in:after {
	margin-top: -8px;
	border-width: 8px 20px;
	border-color: transparent;
	border-right-color: inherit;
}
.chat-l .bubble .bubble-in:before {
	margin-top: -9px;
	border-width: 9px 21px;
	border-color: transparent;
	border-right-color: #ccc;
}
.chat-r .bubble .bubble-in:after {
	margin-top: -8px;
	border-width: 8px 20px;
	border-color: transparent;
	border-left-color: inherit;
}
.chat-r .bubble .bubble-in:before {
	margin-top: -9px;
	border-width: 9px 21px;
	border-color: transparent;
	border-left-color: #ccc;
}
.bubble p:first-child {
	margin-top: 0;
}
	
	
/* ------------------------------
   スライダー
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.loopSlider {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 200px;

	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 300px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}
	
}

