@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/

html, body {
	width: 100%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	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;
}
.sp-only {
	display: none !important;
}
/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*ページ全体*/
#container {
	position: relative;
	padding-top: 6.5em;
}
/*本体*/
.main {
	margin-bottom: 0em;
}
/*カラム部分*/
.main-in {
	padding: 1.5em 0;
}
/*カラム内部のサイズ*/
.main-contents .contents {
	margin-bottom: 0em;
	padding: 0 100px;
}
/*段落タグ*/
.main-contents p {
	line-height: 1.8em;
}
/*全体のフォントサイズ*/
.main-contents {
	font-size: 1.7em;
}
/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/

/*H2タグ*/
.main-contents h2 {
	margin: 0 0 0em;
	padding: 0.9em;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #3273B5;
}
/*H3タグ*/
.main-contents h3 {
	margin: 1em 0 0.5em;
	padding: 0em 0 0.5em;
	border-bottom: 1px dotted #ccc;
	font-size: 1.3em;
	font-weight: bold;
}
/*H4タグ*/
.main-contents h4 {
	margin: 0 0 0em;
	padding: 0.5em 0.8em;
	border-bottom: 1px solid #3273B5;
	font-weight: bold;
	font-size: 1.2em;
}
/*H5タグ*/
.main-contents h5 {
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 1px dotted #ccc;
	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 0.5em;
}
/*ヘッダーロゴ*/
#header #header-title {
	float: left;
	width: 26%;
	margin-top: 4px;
	margin-left: 0px;
}
#header .header-logo {
	margin-bottom: 0em;
}
#header .header-logo img {
	width: 100%;
}
/*ヘッダー 電話ボタン*/
.header_tel {
	width: 28%;
	float: right;
	margin: 0.5em 0.5em 0em;
}
.header_tel img {
	width: 100%;
}
/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 23%;
	float: right;
	margin: 0.6em 0.3em 0em;
}
.header_mail img {
	width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/

#main-image {
	padding-top: 0em;
	background: url(../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;
}
/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/

.subhead {
	margin: 0 -2em;
	margin-bottom: 1.5em;
}
.section_01 {
	background-color: #fff;
}
.section_01_in {
	background-color: transparent;
}
.section_02 {
	background-color: #FFFFE5;
}
.section_02_2 {
	padding-bottom: 160px;
}
.section_02_in {
	background-color: transparent;
}
.box_tuyomi {
	border: 10px solid #ccc;
	background-color: #fff;
	margin: 0 -2em;
	padding: 1em 2em;
	margin-bottom: 1em;
	border-radius: 10px;
	overflow: auto;
}
.box_tuyomi_inr {
	background-color: #f6f6f6;
	padding: 1em;
	overflow: auto;
	margin-top: 1em;
}
.box_tuyomi_inr_left {
	width: 48%;
	float: left;
}
.box_tuyomi_inr_right {
	width: 48%;
	float: right;
}
.sticky-btn {
	position: fixed;
	background: rgba(28, 58, 105, 0.9);
	bottom: 0;
	width: 100%;
	z-index: 100;
}
.sticky-btn-container {
	display: flex;
	max-width: 800px;
	padding: 30px 20px;
	margin: 0 auto;
}
.sticky-btn-container > div {
	width: calc(33.3% - 10px);
	margin: 0 5px;
}
.sticky-btn-container > div a {
	display: inline-block;
}

.sticky-btn-container > div a img {
	max-width: 100%;
}
.sticky-btn-container > div a:hover {
	opacity: .7;
}
/*--------------------------------------------------------
問い合わせ部分
--------------------------------------------------------*/

.section_entry {
	background-color: #3273B5;
}
.section_entry_in {
	background-color: transparent;
}
.box_entry {
	background-color: #fff;
	padding: 0em 2em 1em;
	border-radius: 5px;
	margin-top: 0em;
	margin-bottom: 1em;
	overflow: auto;
}
.entry_tel {
	width: 48%;
	float: left;
	margin: 0em 0em 0em;
}
.entry_mail {
	width: 48%;
	float: right;
	margin-top: 1em;
}
ul.flow_list {
	list-style: none;
	margin: 0;
}
ul.flow_list li {
	margin: 0 0em;
	border-radius: 15px;
	margin: 0 0em;
	margin-bottom: 35px;
	padding: 0.5em 2em 1em;
	position: relative;
	background-color: #f2f2f2;
}
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 h4::first-letter {/*1文字めを大きく*/
	font-family: garamond, times;
	font-size: 2em;
	font-style: italic;
	letter-spacing: 0.15em;
}
/*--------------------------------------------------------
メールフォーム部分
--------------------------------------------------------*/


fieldset {
	border: none;
}
form[name="asumeru_form"] {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
table.formTable {
	border-collapse: collapse;
	width: 100%;
}
table.formTable tr td {
	background-color: #fff;
	border: 1px solid #A0D1ED;
	padding: 10px 20px;
	text-align: left;
}
table.formTable tr th {
	border: 1px solid #A0D1ED;
	padding: 10px 20px;
	background-color: #0276B6;
	color: #fff;
	width: 40%;
}
table.formTable tr td input, table.formTable tr td select, table.formTable tr td textarea {
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 1.1em;
}
input[type="text_00"] {
	width: 30%;
}
input[type="text"] {
	width: 90%;
}
input[type="text_02"] {
	width: 15%;
}
input[type="image"] {
	width: 80%;
	text-align: center;
	margin: 0em auto 1em;
}
table.formTable tr td textarea {
	width: 95%;
	border-color: #ccc;
}
/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/


/*チェックリスト（リストタグ）*/
.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(../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 #fff;
	border-left: 1px solid #ffff;
}
.main-contents th, .main-contents td {
	padding: 1em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.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 {
	margin-bottom: 1em;
	position: relative;
}
.box_qa_q {
	background-color: #F8FBFF;
	padding: 0.5em 1em;
	border: 5px solid #ccc;
	font-size: 140%;
	font-weight: bold;
	color: #3D7CCA;
	border-radius: 10px;
	margin: 0 -2em;
}
.box_qa_a {
	background-color: #fff;
	padding: 1em;
	border-radius: 10px;
	margin: 0 -2em;
}
/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/


#footer {
	background: #3272B7;
	padding: 2em 0;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
}
#footer a {
	color: #fff;
}
.footer {
	position: relative;
}





.footer.mt160 {
	margin-top: 160px;
}
@media
	only screen and (max-width : 768px) {
	.footer.sp-mt80 {
		margin-top: 80px;
	}
}
