/*
----------------------------------------------
pc用のレイアウト(768px以上のスクリーン)
----------------------------------------------
*/
.section_02_box {
	padding-left: 30px;
}
.section_02_box_list {
	padding: 0 10px;
	margin: 0 0 10px 0;
}
.section_02_box_list li {
	list-style: none;
}
.section_02_box_list li.annotation {
	font-size: 0.8em;
}
.section_02_box_title {
	font-weight: bold;
	color: #F00;
}

/*
----------------------------------------------
共通設定（ＰＣ）
----------------------------------------------
*/

/*body全体の初期スタイル調整*/

body {
	font-size: 62.5%;/*emの計算をしやすくするため*/
	/* font-family: YuGothic,"Yu Gothic medium","Hiragino Sans",Meiryo, "sans-serif"; */
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	color: #000;
}

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

a:link,a:active {
	color: #f60;
}

/*ブラウザのCSSをリセット*/
p {
	margin: 0!important;
	padding: 0!important;
}

/*セクションエリアの共通設定*/
section {
	clear: both;
	overflow: auto;
}


/*---------------------
見出しタグ設定（ＰＣ）
-----------------------*/
h2 {
	margin: 0.5em 0em;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #368761;
}
h3 {
	margin: 0.5em 0em;
	padding: 0.3em 0.6em;
	font-size: 1.6em;
	font-weight: bold;
	border-left: 8px solid #60C160;
	border-bottom: 1px dotted #60C160;
}
h4 {
	margin: 0.5em 0em;
	padding: 0.3em 0.6em;
	font-size: 1.4em;
	border: 1px solid #ccc;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0em;
	padding: 0.1em;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}



/*---------------------
e全体レイアウト/背景設定（ＰＣ）
-----------------------*/

/*全体エリア - 全体背景を設定するにはここ - */
.main {
	/* background-color: #f2f2f2; */
	background-image: url(../images/879585.jpg);

}

/*記事（ボディエリア）*/
.article {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 1.6em; /*=16px*/
}

/*記事（ボディ）エリアの行間*/
.article p {
	line-height: 1.6;
}

/*カラム全体の幅を変更する*/
.article,.top_image_in {
width: 950px;
margin: 0 auto;
}


/*---------------------
上部固定ヘッダー設定
-----------------------*/
/* 上部固定ヘッダー全体*/
.header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #ccc;
	overflow: auto;
}


/* ヘッダー内部をカラム幅にする*/
.header_inr {
	max-width: 950px;
	margin: 0 auto;
	overflow: hidden;
}


/* ヘッダーのロゴ*/
.header_logo {
	width: 20%;
	float: left;
	margin: 0em;
	padding: 20px 0;
}

/* ヘッダーのお問い合わせボタン*/
.header_mail {
	width: 25%;
	float: right;
	margin: 0.8em 0em 0em;
}

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

/* ヘッダー内の画像が常に幅100%*/
.header_logo img,.header_mail img,.header_tel img {
	width: 100%;
}

/*ヘッダーのリスト部分*/

.header_list_box .header_list {
	display: flex;
	justify-content: space-around;
	list-style: none;
	align-items: center;
	margin: 0;
	font-size: 2em;
}
.header_list_box {
	padding: 10px 0;
}
.header_list_box .header_list li a{
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 20px;
	transition: all .3s;
}
.header_list_box .header_list li a:hover{
	color: #60C160;
	
}






/*---------------------
ファーストビュー設定
-----------------------*/
.top_image {
	/* background-image:url(../images/top_image_back.jpg); */
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
}

.top_image_in img {
	width: 100%;
}

/*---------------------
sectionの設定
-----------------------*/
.section_01 {
	padding: 1.5em 3em;
}
.section_02 {
	background-color: #fffef0;
	padding: 1.5em 3em;
}


.active {
	color: #fff;
	background: #000;
}



/*---------------------
チェックリスト設定
-----------------------*/
ul.checklist {
	border: 1px solid #ccc;
	list-style: none;
	padding: 1em 1em 0.2em;
}
ul.checklist li {
	background-image: url(../images/icon-check03-red.png);
	background-repeat: no-repeat;
	background-size: 3.5%;
	padding-left: 1.8em;
	margin-bottom: 0.8em;
}
/* ul.checklist li:last-child {
margin-bottom: 0em;
} */




/*---------------------
テーブル設定
-----------------------*/

table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 1em 0em;
}

th,td {
	padding: 0.5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


th {
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: center;
}
td {
	background-color: #fff;
	text-align: left;
}

/*スマホでは行が列になるテーブルタグ*/

.table_style_01 {
	text-align: left;
	vertical-align: middle;
}


/*---------------------
aタグ系
-----------------------*/
.img_link {
	display: block;
	cursor: pointer;
}

/*---------------------
フォーム設定
-----------------------*/


.mailform {
	background-color: #fff;
	margin-bottom: 1em;
	padding: 1em 0em  1.5em;
	box-shadow:  0px 0px 1px #000;
}

.input {
	padding: 0 2em;
}

.input_style {
	background-color: #FFFBF0;
	width: 100%;
	height: 60px;
	margin-bottom:  0.5em;
	text-align: center;
	font-size: 1.4em;
}
/* input[type="image"] {
	width: 100%;
} */

.input_w100{
	width: 100%;
}

.caution {
	text-align: center;
	font-size: 0.8em;
	color: #F00;
}



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

.box_qa{
	background-color: #efefef;
	padding: 1em;
}

.box_qa_q {
	background-color: #fff;
	padding: 1em 2em 1em 3em;
	border: 1px solid #ccc;
	font-size: 1.2em;
	font-weight: bold;
	color: #D10003;
}

.box_qa_a {
	background-color: #fff;
	padding: 1em 2em 1em 3em;

}

.box_qa_q p,.box_qa_a p {
	text-indent: -1em;
}

/*---------------------
CTAエリア
-----------------------*/

.area_cta {
	background-color: #60C160;
	padding: 1em 3em;
}
.area_cta_inr {
	background-color: #fff;
	padding: 1em 2em;
	overflow: auto;
}
.area_cta_inr_left {
	float: left;
	width: 48%;
}
.area_cta_inr_right {
	float: right;
	width: 48%;
}

/*---------------------
footer部分
-----------------------*/
.movie_youtube {
	text-align: center;
	margin: 35px 0;
}

/*---------------------
footer部分
-----------------------*/

.footer {
	background-color: #60C160;
	padding: 2em 0em;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
}
.footer a {
	color: #fff;
}



/*トップに戻るボタン*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
}
.pagetop a {
	display: block;
	background-color: #ccc;
	text-align: center;
	color: #222;
	font-size:1.6em;
	text-decoration: none;
	padding: 15px 20px;
	opacity: 0.5;
}
.pagetop a:hover {
	display: block;
	background-color: #b2d1fb;
	text-align: center;
	color: #fff;
	font-size:1.6em;
	text-decoration: none;
	padding:15px 20px;
	opacity: 0.5;
}




/*--------------------------------------------------
下部固定ヘッダー（PCは非表示）
-----------------------------------------------------*/

.fix_menu_smartphone{
  display: none;
}


/*--------------------------------------------------
アニメーションcssふわふわ
-----------------------------------------------------*/
/* .scroll_btn { */
	/* fuwafuwaっていうアニメーションの名前*/
	/* animation-name:fuwafuwa;  */
	/*アニメーションの時間設定*/
	/* animation-duration:2s;  */
	/*アニメーションの繰り返し設定*/
	/* animation-iteration-count:infinite;  */
/* } */

/*X軸とY軸*/
/* @keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0px);}
	50% {-webkit-transform:translate(0, -20px);}
	100% {-webkit-transform:translate(0, 0px);}
} */




/*--------------------------------------------------
アニメーションcss フェードイン系
-----------------------------------------------------*/

/*フェードイン*/
.fadein {
	opacity : 0;
	transform: translateY(0px);
	transition: all 2s;
}

/*左からフェードイン*/
.fadeinleft {
	opacity : 0;
	transform: translateX(-40px);
	transition: all 2s;
}

/*右からフェードイン*/
.fadeinright{
	opacity : 0;
	transform: translateX(40px);
	transition: all 2s;
}

/* ------------------------------
スライダー
------------------------------ */

.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 {
	margin: 0;
	padding: 0;
	height: 300px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider ul li img {
	width: 100%;
}


