/*
Theme Name: howtogo3.0
Theme URI:
Description: 
Author:
Author URI: 
*/

@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

html,body{ width: 100%; }

body{
    font-family: "游ゴシック体","YuGothic", sans-serif;
	font-size: 62.5%;
	font-style: normal;
    font-weight: 100 !important;
	line-height: 1.5;
}

/*リンク文字の設定*/
a{ text-decoration: underline; }
a:link,
a:visited{ color: #39f; }
a:hover,
a:active{ color: #f60; }

/*ボタンホバー設定(半透明)*/
.btn:hover {
	opacity: 0.7;
}

/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container{
	position: relative;
	padding-top: 0em;
}

/*本体*/
.main{
	margin-bottom:0em;
}

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

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

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

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


/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
.main-contents h2{
	margin: 0 0 0em;
	padding: 0.5em 0em;
	font-size: 2.4em;
	font-weight: bold;
	text-align:center;
	line-height: 1.2em;
}

/*H3タグ*/
.main-contents h3{
	margin: 0 0 1em;
	padding: 0.5em 0.8em;
	font-size: 1.6em;
	text-align: center;
	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 0.5em;
	padding: 0 0em 0.5em;
	border-bottom: 1px dotted #414141;
	font-weight: bold;
}


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

#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 0em;
}

/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 15%; 
	margin-top:5px;
	margin-left:0px;
}

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

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

/*ヘッダー 電話ボタン*/
.header_tel {
	width:25%;
	float: right;
	margin:0.8em 0.5em 0em;
}

.header_tel img {
	width:100%;
}

/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 18%;
	float: right;
	margin: 0.5em 0.3em 0em;
}

.header_mail img {
	width: 100%;
}



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

#main-image{
	padding-top:0em;
	background:url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/top_image_back.jpg) center top no-repeat #fff;
	height:auto;
}

#main-image-in{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#main-image img{
	width: 100%;
	height: auto;
}

#main-image_02{
	padding-top:0em;
	background:url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/top_image_back_02.jpg) center top no-repeat #fff;
	height:auto;
}

#main-image-in_02{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#main-image_02 img{
	width: 100%;
	height: auto;
}

#main-image_03{
	padding-top:0em;
	background:url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/top_image_back_03.jpg) center top no-repeat #fff;
	height:auto;
}

#main-image-in_03{
	position: relative;
	padding-bottom:0em;
	background-color:transparent;
}

#main-image_03 img{
	width: 100%;
	height: auto;
}



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

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

.section_sub {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_sub.jpg);
	background-position: top center;
	background-repeat: repeat;
	color: #fff;
	position: relative;
	margin-bottom: 4em;
	text-shadow:0px 0px 20px #000;;
}
.section_sub:before {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	border-top-color: #043985;
	border-width: 30px;
	margin-left: -30px;
}

.section_sub_02 {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_sub.jpg);
	background-position: top center;
	background-repeat: repeat;
	color: #fff;
	position: relative;
	margin-bottom: 0em;
	text-shadow:0px 0px 20px #000;;
}



.section_01{
	background-color:#fff;
}

.section_01_in{
	background-color:transparent;
}

.section_02{
	background-color:#133B83;
}

.section_02_in{
	background-color:transparent;
}

.fadein {
  opacity : 0;
  transform: translateY(0px);
  transition: all 2s;
}

.fadeinleft {
  opacity : 0;
  transform: translateX(-40px);
  transition: all 2s;
}


.section_nayami{
background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_nayami.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position-x: 50%;
 background-position-y: 10%;
 background-attachment:fixed;
}

.section_nayami_in{
	background-color:transparent;
}

.box_target{
	background:url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_main_in.png);
	margin: 0 -2em;
	padding: 1em 2em 0.5em;
	margin-bottom: 0em;
	font-size: 110%;
	border-radius: 0px;
	border: 10px solid #ccc;
}

.box_target p{
	margin-bottom: 0.5em;
	text-indent: -0.7em;
	margin-left: 0.5em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

.box_target p:last-child{
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}

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

.box_anatamo_inr{
	border: 3px double #ccc;
	padding: 1em 2em;
	margin: 1em 0em;
}

.box_anatamo_inr p{
	text-indent: -0.8em;
	margin-left: 0.5em;
}

.section_member{
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_01.jpg);
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #093b83;
}

.section_member_in{
	background-color:transparent;
}

.box_member{
	background-color: #fff;
	border:3px solid #3B85F1;
	border-radius: 15px;
	padding: 1em 2em 2em;
	margin-bottom: 1.5em;
}

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

.box_naiyo{
	background-color: #f9f9f9;
	border: 1px dotted #ccc;
	padding: 1em 2em;
    margin: 1em 0em;
}

.section_taiken{
background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_02.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position-x: 50%;
 background-position-y: 10%;
 background-attachment:fixed;
}

.section_taiken_in{
	background-color:transparent;
}

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

.box_syumi{
	background-color: #f6f6f6;
	padding: 1em 2em;
	margin: 1em 0em;
	border-left: 15px solid #AA2E1A;
}

.box_jisseki{
	background-image: url("https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_02.jpg");
	background-size: cover;
	padding: 1em 2em;
	margin-bottom: 2em;

	text-align: center;
}

.box_support{
	background-color: #FFFEF2;
	padding: 1em 2em;
	margin-bottom: 2em;
	border:5px double #ccc;
}


.img_tyousei_jisseki{
	margin: 0 4em;
}

.title_jisseki{
	margin: -2.5em -2em 1em;
}



.box_merit{
	background:url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_main_in.png);
	margin: 0 -2em;
	padding: 1em 2em 0.5em;
	margin-bottom: 0em;
	font-size: 110%;
	border-radius: 0px;
	border: 10px solid #2CABFE;
}

.box_merit p{
	margin-bottom: 0.5em;
	text-indent: -0.7em;
	margin-left: 0.5em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

.box_merit p:last-child{
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}

.box_skill{
	background-color: #FFFEF2;
	padding: 1em 2em;
	overflow: auto;
	font-size: 120%;
}

.box_skill_inr_left{
	width: 50%;
	float: left;
}

.box_skill_inr_right{
	width: 50%;
	float: right;
}

.section_skill{
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_sub.jpg);
	background-position: top center;
	background-size: cover;
}

.section_title{
	background-color: #093b83;
}

.section_title_in{
	background-color:transparent;
}

.section_hikaku{
	background-color:#032639;
	color: #fff;
}

.section_hikaku_in{
	background-color:transparent;
}

.section_cru{
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_03.jpg);
	 background-repeat: repeat;
 background-size: 100%;
	color: #fff;
}

.section_cru_in{
	background-color:transparent;
}

.box_cru{
	background-color: #fff;
	border-radius: 0px;
	margin-top: 0.5em;
	margin-bottom: 0em;
	border-left:0px solid #90248E;
	color: #000;
	text-align: center;
}

.box_cre_inr{
		padding: 1em 2em;
}

.title_cru{
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_title_cru.png);
	background-position: top right;
	background-size: 6%;
	background-repeat: no-repeat;
	background-color: #fcee36;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.4em;
	padding: 0 0 0 1em;
	color: #000;
	text-align: center;	
}

.section_manual{
		background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_title.jpg);
	 background-repeat: no-repeat;
 background-size: cover;
 background-position-x: 50%;
 background-position-y: 10%;
 background-attachment:fixed;
}

.box_manual{
	background-color: #fff;
	margin: 0 -2em;
	padding: 0.5em 2em 1em;
	border-radius: 10px;
	margin-bottom: 1.5em;
	color: #000;
}

.title_manual{
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_title_cru.png);
	background-position: top right;
	background-size: 9%;
	background-repeat: no-repeat;
 background-color: #fcee36;
margin: 0 -2em 1em;
	padding: 0.5em 2em 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	box-shadow: 0px 0px 3px #ccc;
}

.tag_manual{
	background-color: #153E89;
	margin-left: 10px;
	padding: 0.1em 0.4em;
	border-radius: 10px;
	color: #fff;
}

.title_support{
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_title_support.png);
	background-position: top right;
	background-size: 9.5%;
	background-repeat: no-repeat;
 background-color: #fcee36;
margin: 0 -2em 1em;
	padding: 0.5em 2em 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	box-shadow: 0px 0px 3px #ccc;
}




.section_consul{
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_05.jpg);
	 background-repeat: no-repeat;
 background-size: cover;
 background-position-x: 50%;
 background-position-y: 10%;
 background-attachment:fixed;
}

.section_consul_in{
	background-color:transparent;
}

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

.img_tyousei{
	margin: 0 -3em;
}


.box_merit_consul{
	background:url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_main_in.png);
	margin: 0 0em;
	padding: 1em 2em 0.5em;
	margin-bottom: 0em;
	font-size: 110%;
	border-radius: 0px;
	border: 10px solid #2CABFE;
}

.box_merit_consul p{
	margin-bottom: 0.5em;
	text-indent: -0.7em;
	margin-left: 0.5em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

.box_merit_consul p:last-child{
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}

.section_tokuten{
		background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_04.jpg);
	 background-repeat: no-repeat;
 background-size: cover;
 background-position-x: 50%;
 background-position-y: 10%;
 background-attachment:fixed;
}

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


.title_tokuten{
		background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_tokuten.png);
	background-position: top right;
	background-size: 22%;
	background-repeat: no-repeat;
 background-color: #02BB9B;
margin: 0 -2em 1em;
	padding: 0.5em 2em 0.5em;
	font-size: 1.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

p.title_tokuten {
	line-height: 1.6em;
}


.tag_tokuten{
	background-color: #FDFF00;
	margin-left: 10px;
	padding: 0.1em 0.4em;
	border-radius: 10px;
	color: #000;
}


.section_genjitu{
 background-color: #fff;
}


.box_osusume{
	background:url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_main_in.png);
	margin: 0 0em;
	padding: 1em 2em 0.5em;
	margin-bottom: 1.5em;
	font-size: 110%;
	border-radius: 0px;
	border: 10px solid #61AC62;
}

.box_osusume p{
	margin-bottom: 0.5em;
	text-indent: -0.7em;
	margin-left: 0.5em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}

.box_osusume p:last-child{
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}


.box_dame{
	background:url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_main_in.png);
	margin: 0 0em;
	padding: 1em 2em 1.5em;
	margin-bottom: 0em;
	font-size: 110%;
	border-radius: 0px;
	border: 10px solid #FF4030;
}



.box_dame p:last-child{
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}

.section_price{
		background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_02.jpg);
	 background-repeat: no-repeat;
 background-size: cover;
 background-position-x: 50%;
 background-position-y: 10%;
 background-attachment:fixed;
}

.box_price{
	background-color: rgba(255,255,255,0.9);
	padding: 2em 2.5em 2em;
	margin: 0 -2em;
}

.box_bunkatu{
	background-color: #f6f6f6;
	padding: 1em 2em;
	margin-bottom: 1em;
}

.box_bunkatu_inr{
	border: 1px solid #ccc;
	padding: 1em 2em;
}

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

.box_caution{
	background-color: #efefef;
	margin-bottom: 1em;
}

.box_caution_inr{
		padding: 1em 1em;
}

.title_caution{
	background-color: #022439;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	padding: 0.2em;
}

.box_btn_left{
	width: 48%;
	float: left;
}

.box_btn_right{
	width: 48%;
	float: right;
}

.box_btn_left img,
.box_btn_right img{
	width: 100%;
}

.box_koe{
	background-color: #FFFEF2;
	padding: 1em 2em;
	margin-bottom: 1.5em;
	border-radius: 10px;
}

.koe_title{
	background-color: #fcf002;
	margin: 0 -2em;
	padding: 0.5em 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
	border-radius: 10px;
}


/*ステップフローの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ここまで*/



.animated-img {
  animation-duration:2s;
  animation-iteration-count:infinite;
}

.section_order{
	background-color: #f6f6f6;
}

.section_tuishin{
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_09.jpg);
	 background-repeat: no-repeat;
 background-size: cover;
 background-position-x: 50%;
 background-position-y: 10%;
 background-attachment:fixed;
}	


/*吹き出し*/
.chat-l, .chat-r {
	position: relative;
	overflow: hidden;
	margin: 0 0 0em;
}
.bubble {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 82%;
	min-height: 60px;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 0px #ccc;
}
.bubble .bubble-in {
	border-color: #fff;
}
.talker {
	display: block;
	width: 12%;
	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: 50%;
	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;
}






/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/


/*チェックリスト（リストタグ）*/
.main-contents ul.checklist{
	margin: 0 0 1.5em;
	padding: 1em;
	padding-bottom: 0;
	border: 1px solid #414141;
}

.main-contents ul.checklist li{
	margin-bottom: 1.5em;
	padding-top: 5px;
	padding-left: 24px;
	background: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/icon-check01-red.png) left top no-repeat;
	list-style-type: none;
}


/*テーブルタグ*/
.main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.main-contents th,
.main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}

.main-contents table.table-style01 th,
.main-contents table.table-style01 td{
	text-align: left;
	vertical-align: middle;
}


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

.youtube_size{
	width:640px;
	height:440px;
}


/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

.box_qa {
	background-color: #efefef;
	margin: 0 -2em;
	padding:1em;
}
.box_qa_q {
	background-color:#3B3B3B;
	padding: 0.3em 1em 0.5em;
	border-bottom:1px solid #ccc;
	font-size: 120%;
	font-weight:bold;
	color: #fff;
}
.box_qa_a {
	background-color:#fff;
	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.7em;
}

.box_name{
	text-align: right;
}

.box_name img{
	width: 35%; 
}



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


#footer{
	background: #133B83;
	padding: 2em 0;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
}

#footer a{
	color: #fff;
}

/* ------------------------------
   スライダー
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 300px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 300px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 450px;
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider ul li img {
	width: 100%;
}
.sp_br {
	display: none;
}



/* ------------------------------
   途中でボタン出現
------------------------------ */

.m-back-to-top_pc {
	position: fixed;
	right: 20px;
	bottom: 20px;
	clear: both;
	text-align: center;
	z-index: 50000;
}
.m-back-to-top_pc a {
	display: block;
	width: 240px;
	height: 240px;
	padding: 0em;
	background-size: contain;	
	box-shadow: 0px 0px 8px #594a42;
}
.m-back-to-top_pc  a:active {
	outline: 0 none black;
}

.m-back-to-top_sp a {
	display: none;
	width: 100%;
	height: auto;
	padding: 0em;
	background-size: contain;
}

/*-----------------------------------------------------------------------------------------------------
スマホ用レイアウト（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: 0em;
	padding: 0 10px;
}
/*段落タグ*/
.main-contents p {
	line-height: 1.8em;
}
/*全体のフォントサイズ*/
.main-contents {
	font-size: 1.7em;
}
/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/


/*H2タグ*/
.main-contents h2 {
	margin: 0 0 0em;
	padding: 0.5em 0em;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	line-height:1.2em;
}
/*H3タグ*/
.main-contents h3 {
	margin: 0 0 1em;
	padding: 0.5em 0.8em;
	font-size: 1.6em;
	text-align: center;
	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 0.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 1px dotted #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 0em;
}
/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 20%;
	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: 1em 0.5em 0em;
}
.header_tel img {
	width: 100%;
}
/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 24%;
	float: right;
	margin: 0.8em 0.3em 0em;
}
.header_mail img {
	width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

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

.subhead {
	margin: 0 -0.5em;
	margin-bottom: 1em;
}
.section_sub {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_sub.jpg);
	background-position: top center;
	background-repeat: repeat;
	color: #fff;
	position: relative;
	margin-bottom: 4em;
	text-shadow: 0px 0px 20px #000;
	;
}
.section_sub:before {
	position: absolute;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	border-top-color: #133B83;
	border-width: 30px;
	margin-left: -30px;
}
.section_sub_02 {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_sub.jpg);
	background-position: top center;
	background-repeat: repeat;
	color: #fff;
	position: relative;
	margin-bottom: 0em;
	text-shadow: 0px 0px 20px #000;
	;
}
.section_01 {
	background-color: #fff;
}
.section_01_in {
	background-color: transparent;
}
.section_02 {
}
.section_02_in {

}
.fadein {
	opacity : 0;
	transform: translateY(0px);
	transition: all 2s;
}
.fadeinleft {
	opacity : 0;
	transform: translateX(-40px);
	transition: all 2s;
}
.section_nayami {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_nayami.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
}
.section_nayami_in {
	background-color: transparent;
}
.box_target {
	background: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_main_in.png);
	margin: 0 0em;
	padding: 1em 2em 0.5em;
	margin-bottom: 0em;
	font-size: 110%;
	border-radius: 0px;
	border: 10px solid #ccc;
}
.box_target p {
	margin-bottom: 0.5em;
	text-indent: -0.7em;
	margin-left: 0.5em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
.box_target p:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}
	
.box_member{
	background-color: #fff;
	border:3px solid #3B85F1;
	border-radius: 15px;
	padding: 1em 1em 1em;
	margin-bottom: 1em;
}

.box_anatamo {
	background-color: rgba(255,255,255,1);
	padding: 1em 1em 1em;
	margin: 0 0em;
}
.box_anatamo_inr {
	border: 3px double #ccc;
	padding: 1em 2em;
	margin: 1em 0em;
}
.box_anatamo_inr p {
	text-indent: -0.8em;
	margin-left: 0.5em;
}
.section_member {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_01.jpg);
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.section_member_in {
	background-color: transparent;
}
.box_sonota {
	background-color: #f9f9f9;
	border: 1px dotted #ccc;
	padding: 1em 1em;
	margin: 1em 0em;
}
.section_taiken {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
}
.section_taiken_in {
	background-color: transparent;
}
.box_taiken {
	background-color: rgba(255,255,255,0.9);
	padding: 1em 1em 1em;
	margin: 0 0em;
}
.box_syumi {
	background-color: #f6f6f6;
	padding: 1em 1em;
	margin: 1em 0em;
	border-left: 15px solid #AA2E1A;
}
.box_jisseki {
	background-color: #FFFEF2;
	padding: 1em 1em;
	margin-bottom: 2.5em;
	border: 5px double #ccc;
}
.img_tyousei_jisseki {
	margin: 0 0em;
}
.title_jisseki {
	margin: -2em 0em 1em;
}
.box_merit {
	background: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_main_in.png);
	margin: 0 0em;
	padding: 1em 2em 0.5em;
	margin-bottom: 0em;
	font-size: 110%;
	border-radius: 0px;
	border: 10px solid #2CABFE;
}
.box_merit p {
	margin-bottom: 0.5em;
	text-indent: -0.7em;
	margin-left: 0.5em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
.box_merit p:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}
.box_skill {
	background-color: #FFFEF2;
	padding: 1em 1em;
	overflow: auto;
	font-size: 120%;
}
.box_skill_inr_left {
	width: 100%;
	float: none;
}
.box_skill_inr_right {
	width: 100%;
	float: none;
}
.section_skill {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_sub.jpg);
	background-position: top center;
	background-size: cover;
}
.section_title {
}
.section_title_in {
	background-color: transparent;
}
.section_hikaku {
	background-color: #032639;
	color: #fff;
}
.section_hikaku_in {
	background-color: transparent;
}
.section_cru{
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_03.jpg);
	 background-repeat: repeat;
 background-size: 100%;
	color: #fff;
}

.section_cru_in{
	background-color:transparent;
}
.box_cru {
	background-color: #fff;
	border-radius: 0px;
	margin-top: 0.5em;
	margin-bottom: 0em;
	border-left: 0px solid #90248E;
		text-align: left;
}
.box_cre_inr {
	padding: 1em 2em;
}
.title_cru {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_title_cru.png);
	background-position: top right;
	background-size: 8%;
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 1.4em;
	padding: 0 0 0 1em;
	color: #000;
	text-align: center;
}
.section_manual {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_title.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
}
.box_manual {
	background-color: #fff;
	margin: 0 0em;
	padding: 0.5em 1em 1em;
	border-radius: 10px;
	margin-bottom: 1.5em;
}
.title_manual {
	background-image:none;
	background-color: #fcee36;
	margin: 0 -1em 1em;
	padding: 0.5em 1em 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	box-shadow: 0px 0px 3px #ccc;
	text-align: center;
}
.tag_manual {
	background-color: #153E89;
	margin-left: 10px;
	padding: 0.1em 0.4em;
	border-radius: 10px;
	color: #fff;
}
	
	.box_naiyo{
	background-color: #f9f9f9;
	border: 1px dotted #ccc;
	padding: 1em 1em;
    margin: 1em 0em;
}

	
.title_support{
	background-image: none;
 background-color: #fcee36;
margin: 0 -1em 1em;
	padding: 0.5em 1em 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	box-shadow: 0px 0px 3px #ccc;
}



.section_consul {
}
.section_consul_in {
	background-color: transparent;
}
.box_consul {
	background-color: rgba(255,255,255,0.9);
	padding: 1em 1em 2em;
	margin: 0 0em;
}
.img_tyousei {
	margin: 0 0em 1em;
}
.box_merit_consul {
	background: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_main_in.png);
	margin: 0 0em;
	padding: 1em 2em 0.5em;
	margin-bottom: 0em;
	font-size: 110%;
	border-radius: 0px;
	border: 10px solid #2CABFE;
}
.box_merit_consul p {
	margin-bottom: 0.5em;
	text-indent: -0.7em;
	margin-left: 0.5em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
.box_merit_consul p:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}
.section_tokuten {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
}
.box_tokuten {
	background-color: #fff;
	padding: 1em 1em;
	margin-bottom: 1em;
}
.title_tokuten {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_tokuten.png);
	background-position: top right;
	background-size: 22%;
	background-repeat: no-repeat;
	background-color: #02BB9B;
	margin: 0 0em 1em;
	padding: 0.5em 1em 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
p.title_tokuten {
	line-height: 1.6em;
}
.tag_tokuten {
	background-color: #FDFF00;
	margin-left: 10px;
	padding: 0.1em 0.4em;
	border-radius: 10px;
	color: #000;
}
.section_genjitu {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_05.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 100%;
	background-position-y: 10%;
	background-attachment: fixed;
}
.box_osusume {
	background: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_main_in.png);
	margin: 0 0em;
	padding: 1em 2em 0.5em;
	margin-bottom: 1.5em;
	font-size: 110%;
	border-radius: 0px;
	border: 10px solid #61AC62;
}
.box_osusume p {
	margin-bottom: 0.5em;
	text-indent: -0.7em;
	margin-left: 0.5em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
.box_osusume p:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}
.box_dame {
	background: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_main_in.png);
	margin: 0 0em;
	padding: 1.5em 1em 1.5em;
	margin-bottom: 0em;
	font-size: 110%;
	border-radius: 0px;
	border: 10px solid #FF4030;
}

.box_dame p:last-child {
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}
.section_price {
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment: fixed;
}
.box_price {
	background-color: rgba(255,255,255,0.9);
	padding: 1em 1em 1em;
	margin: 0 0em;
}
.box_tuishin {
	background-color: rgba(255,255,255,0.9);
	padding: 1em 1em 1em;
	margin: 0 0em;
}
.box_caution {
	background-color: #efefef;
	margin-bottom: 1em;
}
.box_caution_inr {
	padding: 1em 1em;
}
.title_caution {
	background-color: #022439;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	padding: 0.2em;
}
.box_btn_left {
	width: 100%;
	float: none;
	margin-bottom: 1em;
}
.box_btn_right {
	width: 100%;
	float: none;
}
.box_btn_left img, .box_btn_right img {
	width: 100%;
}
.box_koe {
	background-color: #FFFCE0;
	padding: 1em 1em;
	margin-bottom: 1.5em;
	border-radius: 10px;
}
.koe_title {
	background-color: #fcf002;
	background-image: url(https://howtogo.biz/lp/wp-content/themes/howtogo3.0/images/bg_koe.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 20%;
	margin: 0 0em;
	padding: 1em 1em;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
	border-radius: 10px;
}
/*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/

.box_qa {
	background-color: #efefef;
	margin: 0 0em;
	padding: 1em;
}
.box_qa_q {
	background-color: #3B3B3B;
	padding: 0.3em 1em 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}
.box_qa_a {
	background-color: #fff;
	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.7em;
}
.box_name {
	text-align: right;
}
.box_name img {
	width: 35%;
}
/*吹き出し*/
.chat-l, .chat-r {
	position: relative;
	overflow: hidden;
	margin: 0 0 0em;
}
.bubble {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 82%;
	min-height: 60px;
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #ccc;
	background: #FFFEF2;
	border-radius: 10px;
	box-shadow: 0px 0px 0px #ccc;
}
.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: 20%;
	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;
}
/*--------------------------------------------------------
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;
	margin-bottom: 8em;
	font-size: 1em;
}
/* ------------------------------
   スライダー
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 150px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	height: 150px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 150px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 250px;
	height: 150px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSliderWrap ul li img {
	width: 100%;
}
/* ------------------------------
   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;
}
/* ------------------------------
   途中でボタン出現
------------------------------ */

.m-back-to-top_pc a {
	display: none;
}
.m-back-to-top_sp {
	position: fixed;
	right: 0px;
	bottom: 0px;
	clear: both;
	text-align: center;
	z-index: 50000;
}
.m-back-to-top_sp a {
	display: block;
	width: 100%;
	height: auto;
	padding: 0em;
	background-size: contain;
}
.m-back-to-top_pc a:active {
	outline: 0 none black;
}
}

/*--------------------------------------------------------
ブラウザ固有のcssをリセット
-------------------------------------------------------*/

*{ letter-spacing: 0; }

html{ overflow-y: scroll; }

body,div,ol,ul,li,h1,h2,h3,h4,h5,input,p{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,small{
	font-size: 100%;
	font-weight: normal;
}

a:hover,
a:active{ outline: 0; }

img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

div{ word-wrap: break-word; }

form{ margin: 0; }

hr{
	clear: both;
	height: 1px;
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 1.0em;
	line-height: 1.0em;
}

table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

/*--------------------------------------------------------
全体1カラムレイアウト設定
--------------------------------------------------------*/

.col1 #container,
.col1 #top,
.col1 #header,
.col1 #global-nav,
.col1 .main,
.col1 #footer{
	width: 100%;
	min-width: 950px;
}

.col1 #main-image,.col1 #main-image_02{
	width: 100%;
	min-width: 950px;
}

.col1 #top-in,
.col1 #header-in,
.col1 #global-nav-in,
.col1 .main-in,
.col1 .footer p{
	width: 950px;
	margin: auto;
}

.col1 #main-image-in,
.col1 #main-image-in_02{
	width: 950px;
	margin: auto;
}


.col1 #main-contents{ width: 100%; }


/*--------------------------------------------------------
全体1カラムレイアウト設定　　　　タブレット用レイアウト
------------------------------------------------------*/

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

#container,
#top,
#header,
#global-nav,
#main-image,
#main-image_02,
.main,
#footer{
	width: 100%!important;
	min-width: 100%!important;
}

#top-in,
#header-in,
#global-nav-in,
#main-image-in,
#main-image-in_02,
.main-in,
#footer p{
	width:100%!important;
	margin: 0%!important;
}


.main-contents{
	float: none!important;
	width: 100%!important;
}

#main-image img{ width: 100%!important; }
#main-image_02 img{ width: 100%!important; }

}


/*--------------------------------------------------------
1カラムレイアウト設定　　　　　スマホ用レイアウト
------------------------------------------------------*/

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

#container,
#top,
#header,
#global-nav,
#main-image,
#main-image_02,
.main,
#footer{
	width: 100%!important;
	min-width: 100%!important;
}

#top-in,
#header-in,
#global-nav-in,
#main-image-in,
#main-image-in_02,
.main-in,
#footer p{
	width:100%!important;
	margin: 0%!important;
}

#sub-contents,
#sidebar,
.main-contents{
	float: none!important;
	width: 100%!important;
}

#main-image img{ width: 100%!important; }
#main-image_02 img{ width: 100%!important; }

}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
.contents:after,
#main-contents .sb:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

/*------------------------------------------------------------
1、align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left; }/*左寄せ*/


/*------------------------------------------------------------
2、valign・・・文字の縦位置
-------------------------------------------------------------*/

.vl-t{ vertical-align: top!important; }/*上寄せ*/
.vl-m{ vertical-align: middle!important; }/*中央寄せ*/
.vl-b{ vertical-align: bottom!important; }/*下寄せ*/


/*------------------------------------------------------------
3、float・・・左右の回り込み
-------------------------------------------------------------*/

.fl-r{ float: right; }/*右に回り込み*/
.fl-l{ float: left; }/*左に回り込み*/
.fl-c{ clear: both; }


/*640px以下では回り込み解除*/
@media
only screen and (max-width : 640px){
.fl-r,
.fl-l{ float: none; }
}


/*------------------------------------------------------------
4、margin・・・周りのブロックからの距離
-------------------------------------------------------------*/

.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }

.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }

.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }

.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }


/*------------------------------------------------------------
5、padding・・・周りのブロックからの距離（padding）
-------------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }

.p80{ padding: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-b{ padding-bottom: 80px!important; }
.p80-l{ padding-left: 80px!important; }

.p90{ padding: 90px!important; }
.p90-t{ padding-top: 90px!important; }
.p90-r{ padding-right: 90px!important; }
.p90-b{ padding-bottom: 90px!important; }
.p90-l{ padding-left: 90px!important; }

.p100{ padding: 100px!important; }
.p100-t{ padding-top: 100px!important; }
.p100-r{ padding-right: 100px!important; }
.p100-b{ padding-bottom: 100px!important; }
.p100-l{ padding-left: 100px!important; }


/*------------------------------------------------------------
6、font-size・・・フォントサイズの設定
-------------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.big{ font-size: 1.2em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }

.f8pt{ font-size: 8.5pt!important; }
.f9pt{ font-size: 9.0pt!important; }
.f10pt{ font-size: 10pt!important; }
.f11pt{ font-size: 11pt!important; }
.f12pt{ font-size: 12pt!important; }
.f13pt{ font-size: 13pt!important; }
.f14pt{ font-size: 14pt!important; }
.f15pt{ font-size: 15pt!important; }
.f16pt{ font-size: 16pt!important; }
.f17pt{ font-size: 17pt!important; }
.f18pt{ font-size: 18pt!important; }
.f19pt{ font-size: 19pt!important; }
.f20pt{ font-size: 20pt!important; }
.f21pt{ font-size: 21pt!important; }
.f22pt{ font-size: 22pt!important; }
.f23pt{ font-size: 23pt!important; }
.f24pt{ font-size: 24pt!important; }


/*------------------------------------------------------------
7、color・・・フォントカラーの設定
-------------------------------------------------------------*/

.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #17448C!important; }/*青*/
.green{ color: #008000!important; }/*緑*/
.yellow{ color: #ffff00!important; }/*黄*/
.navy{ color: #1F26A9!important; }/*紺*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purple{ color: #660099!important; }/*紫*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.white{ color: #fff!important; }/*白*/


/*------------------------------------------------------------
8、line-height・・・行間の設定
-------------------------------------------------------------*/

.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }


/*------------------------------------------------------------
9、width・・・テーブル・セルの横幅
-------------------------------------------------------------*/

#main table .w05{ width: 5%; }
#main table .w10{ width: 10%; }
#main table .w15{ width: 15%; }
#main table .w20{ width: 20%; }
#main table .w25{ width: 25%; }
#main table .w30{ width: 30%; }
#main table .w35{ width: 35%; }
#main table .w40{ width: 40%; }
#main table .w45{ width: 45%; }
#main table .w50{ width: 50%; }
#main table .w55{ width: 55%; }
#main table .w60{ width: 60%; }
#main table .w65{ width: 65%; }
#main table .w70{ width: 70%; }
#main table .w75{ width: 75%; }
#main table .w80{ width: 80%; }
#main table .w85{ width: 85%; }
#main table .w90{ width: 90%; }
#main table .w95{ width: 95%; }


/*------------------------------------------------------------
10、下線や取消線の設定
-------------------------------------------------------------*/

.underline{ text-decoration: underline!important; }
.del{ text-decoration: line-through ; }
.noborder{ border: 0!important; }/*枠線を無くす*/


/*------------------------------------------------------------
11、zindex・・・重なりの優先度
-------------------------------------------------------------*/

.z1{ z-index: 1!important; }
.z2{ z-index: 2!important; }
.z3{ z-index: 3!important; }
.z4{ z-index: 4!important; }
.z5{ z-index: 5!important; }


/*------------------------------------------------------------
12、ul.none・・・リスト先頭のアイコンを無くす
-------------------------------------------------------------*/

ul.none li{ list-style-type: none; }


/*------------------------------------------------------------
13、box・・・蛍光ペンのようなボックスの設定
-------------------------------------------------------------*/

.box-yellow{ padding:2px;background-color: #ff9!important; }/*黄色*/
.box-aqua{ padding:2px;background-color: #9ff!important; }/*水色*/
.box-gray{ padding:2px;background-color: #eee!important; }/*灰色*/
.box-red{ padding:2px;background-color: #fcc!important; }/*赤色*/


/*------------------------------------------------------------
14、input:focus・・・入力フォームをハイライトする
-------------------------------------------------------------*/

input:focus,
textarea:focus,
input.focus,
textarea.focus{ background-color: #ffffe4!important; }


/*------------------------------------------------------------
15、left、right・・・画像を簡単に回り込ませる設定
-------------------------------------------------------------*/
/*左に画像、右に文章*/
.left{
	float: left;
	margin: 0 30px 20px 0!important;
}


/*右に画像、左に画像*/
.right{
	float: right;
	margin: 0 0 20px 30px!important;
}

/*右に画像、左に画像*/
.right_02{
	float: right;
	margin: 0 0 20px 30px!important;
}


/*640pxでは回り込み解除*/
@media
only screen and (max-width : 640px){
.left,
.right{
	float: none;
	margin-right: 0!important;
	margin-left: 0!important;
}

	
/*スマホ画像センター寄せ*/

.imgcenter{
	width:100%;
	text-align:center;
}

.imgcenter img{
	width:60%;
}
	
.imgcenter_02{
	width:100%;
	text-align:center;
}

.imgcenter_02 img{
	width:30%;
}

}


}





/*------------------------------------------------------------
17、ノートのような線を引く
-------------------------------------------------------------*/

.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;
}

.line_under{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 1em;
}


/*------------------------------------------------------------
18、テキストボックスのIME制御（IE＆Firefox）
-------------------------------------------------------------*/

.ime-active{ ime-mode: active; }
.ime-inactive{ ime-mode: inactive; }
.ime-disabled{ ime-mode: disabled; }









