@charset "utf-8";

/*基本設定
---------------------------------------------------------------------------*/
.jp_font {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #fff;
	font: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a { color: #000; }
a:hover {
	color: #000;
	text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

a > img { background:none!important; }

a:hover > img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/*その他
---------------------------------------------------------------------------*/
/***非表示***/
.none { display: none; }
@media screen and (min-width:1200px) { /* PC */
	.pc_none { display: none; }
}
@media screen and (min-width:768px) { /* PC */
	.pctb_none { display: none; }
}
@media screen and (max-width:1199px) { /* SP */
	.sp_none { display: none; }
}

/***幅***/
.inner03 { padding: 0 20px; }
@media screen and (min-width:1200px) { /* PC */
	.inner, .inner02 {
		width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width:1199px) { /* SP */
	.inner02 { padding: 0 20px; }
}

/**************************************/
/* ページ共通設定(topページ/template) */
/**************************************/
/*コンテナー
---------------------------------------------------------------------------*/
#wrapper {
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:1199px) { /* SP */
	#wrapper { width: auto; }
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
}
#header .col_01 {
	width: 250px;
	float: left;
}
#header .col_02 {
	float: left;
	text-align: center;
}
#header .col_03 {
	float: right;
}
@media screen and (min-width:1200px) { /* PC */
	#header {
		height: 90px;
		padding: 20px 30px 0;
	}
	#header .col_03 { width: 200px; }
	#header .sns_btn a {
		display: inline-block;
		padding: 0 3px 0;
	}
	#header .sns_btn a.scroll_contact { display: none; }
}
@media screen and (max-width:1199px) { /* SP */
	#header {
		height: 50px;
	}
	#header .col_01 { width: 200px; }
	#header .col_02 { display: none; }
	#header .col_03 { width: 50px; }
}
.header_scroll {
	background: rgba(256,256,256,.7);
}
@media screen and (min-width:1200px) { /* PC */
	.header_scroll {
			height: 50px!important;
			padding: 7px 0!important;
	}
	.header_scroll #top_logo {
		width: 140px;
		margin: 0px 0 0 20px;
	}
	.header_scroll #pc_menu > ul li { padding: 12px 10px; }
	.header_scroll #pc_menu ul li ul { top: 60px; }
	.header_scroll a.scroll_contact { display: inline-block !important; }
	.header_scroll .sns_btn { padding: 10px 0 10px; }
	.header_scroll #contact_btn { display: none; }
}

/*トップロゴ */
#top_logo {
	display: block;
	width:250px;
}
#top_logo img {
	display: block;
	width: 100%;
}
@media screen and (max-width:1199px) { /* SP */
	#top_logo {
		width: 110px;
		margin: 5px 0px 0px 10px;
	}
}

/* コンタクトエリア */
@media screen and (min-width:1200px) { /* PC */
	#contact_btn {
		position: fixed;
		top: 50px;
		right: 0;
		background-color:#d2dfeb;
		color: #000;
		transition: .5s all;
	}
	#contact_btn p {
		font-size: 30px;
		padding: 50px;
	}
	#contact_btn ul { display: none; }
	/* カーソルON時 */
	#contact_btn .cursor_on {
    transition: all .3s;
    -webkit-transition: all .3s;
	}
	#contact_btn .cursor_on p {
		padding: 50px 50px 20px;
	}
	#contact_btn .cursor_on ul {
		display: block !important;
		font-size: 20px;
	}
	#contact_btn .cursor_on ul li {
	}
	#contact_btn .cursor_on a {
		color: #000;
		display: block;
		padding: 20px;
		text-decoration: none;
	}
	#contact_btn .cursor_on a:hover {
		background-color: #afc6db;
		text-decoration: none;
	}
	#contact_btn .cursor_on a img { width: 25px; }
}

/* PCグローバルナビゲーション */
@media screen and (min-width:1200px) { /* PC */
	#pc_menu {
	}
	#pc_menu > ul {
		text-align: center;
	}
	#pc_menu > ul li {
		display:inline-block;
		padding: 20px 9px;
	}
	#pc_menu ul li a {
		display: block;
		width: 100%;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		color: #000;
	}
	#pc_menu ul li.select > a { color: #9db9d3; }
	#pc_menu ul li a:hover { opacity: 0.5; }
}

/* SPメニュー */
@media screen and (max-width:1199px) { /* SP */
	.menu_btn {
	    cursor: pointer;
	    position: relative;
	    width: 50px;
	    height: 50px;
	}
	.menu_btn span:after {
		position: absolute;
	    content: url(../img/ic_menu.png);
		top: 7px;
		left: 0px;
	}
	/* 開閉用ボタンがクリックされた時のスタイル */
	.open .menu_btn span:after { content: url(../img/ic_close.png); }
	.menu {
	    position: fixed;
	    display:table;
	    top: 50px;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #d2dfeb;
	    -webkit-transition: all .5s;
	    transition: all .5s;
	    visibility: hidden;
	    opacity: 0;
	}
	.menu div {
		position: absolute;
		margin: auto;
		height: 400px;
		width: 80%;
		max-width: 500px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.menu .sp_menu01 { border-bottom: 0.5px solid #fff; }
	.menu .sp_menu01 li {
		float: left;
		width: 50%;
		padding: 20px 0;
	}
	.menu .sp_menu01 li a {
		font-size: 14px;
		color: #000;
		text-decoration: none;
	}
	.menu .sp_menu01 li a:hover {
		color: rgba(77,77,77,0.5);
	}
	.menu .tel {
		font-size: 25px;
		text-align: center;
		margin: 30px auto;
	}
	.menu .tel > a {
		display: inline-block;
		font-size: 14px;
		padding: 3px 10px;
		margin-left: 15px;
		border: 1px solid #000;
		color: #000;
		border-radius: 20px;
		font-weight: normal;
		text-decoration: none;
		vertical-align: middle;
	}
	.menu .tel > a:hover {
		background-color: #000;
		color: #fff;
	}
	.menu .contact {
		display: block;
		padding: 15px 0;
		width: 100%;
		border: 1px solid #fff;
		text-decoration: none;
		text-align: center;
		margin: 30px auto;
		font-size: 16px;
		color: #000;
	}
	.menu .contact:hover {
		background-color: #000;
		color: #fff;
	}
	.menu .sp_menu02 { text-align: right;}
	.menu .sp_menu02 li { display: inline-block; }
	.menu .sp_menu02 li a {
	    font-size: 12px;
	    color: #000;
		text-decoration: none;
	}
	.menu .sp_menu02 li img {
		width: 25px;
		inline-block;
		margin-right: 5px;
		vertical-align: middle;
	}
	.menu .sp_menu02 li a:hover { opacity: 0.6; }
	/* 開閉用ボタンがクリックされた時のスタイル */
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.open .menu {
/*	    cursor: url(../images/cross.svg),auto; */
	    -webkit-transition: all .5s;
	    transition: all .5s;
	    visibility: visible;
	    opacity: 1;
	}
	.fixed #header { background-color:rgba(255,255,255,.7); }
}

#top_img {
	position: relative;
	width:100%;
	padding: 0px;
}

/* 中身（ヘッダー、フッター以外）
---------------------------------------------------------------------------*/
#container {
	position: relative;
	width:100%;
	margin: 0px;
	padding: 0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents02 { padding: 0 0 0; }
@media screen and (min-width:1200px) { /* PC */
	.contents { padding: 100px 0; }
	.contents_top { padding: 0 0 100px; }
}
@media screen and (max-width:1199px) { /* SP */
	.contents { padding: 50px 0; }
	.contents_top { padding: 0 0 50px; }
}


/*パンくずリスト
---------------------------------------------------------------------------*/
#breadcrumb {
	font-size: 12px;
	padding: 5px 0;
}
#breadcrumb li {
	display: inline-block;
	margin-right: 1em;
	vertical-align: middle;
}
#breadcrumb li a {
	text-decoration: none;
	color: #007542;
	font-weight: bold;
}
.icon_home:before {
	content: "\f015";
	font-size: 150%;
	font-family: "FontAwesome";
}
#breadcrumb li a:hover { text-decoration:underline; }
@media screen and (max-width:1199px) { /* SP */
	#breadcrumb {
		font-size: 10px;
		padding: 5px 10px;
	}
}

/* ページタイトル
---------------------------------------------------------------------------*/
.page_title {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	line-height: 1.2;
	background-image: url("../img/page_title.png");
}
.page_title .inner02 {
	z-index: 2;
	padding: 150px 0 100px;
}
.page_title .title {
	font-size: 20px;
	text-align: center;
	color: #7297b2;
}
.page_title .title span {
	display: block;
	font-size: 50px;
	color: #000;
}
@media screen and (max-width:1199px) { /* SP */
	.page_title .inner02 { padding: 70px 0 50px; }
	.page_title .title { font-size: 14px; }
	.page_title .title span { font-size: 30px; }
}

/* コンタクトエリア */
#contact_area { text-align: center; }
#contact_area .sent {
	font-size: 20px;
	margin-bottom: 10px;
}
#contact_area .title {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}
#contact_area .btn {
	background-color: #007542;
	display: block;
	padding: 20px 0;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
}
#contact_area .btn:hover { background-color: #000; }
#contact_area .btn span {
	margin: 0 30px;
	display: block;
}
#contact_area .btn span:first-child {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	font-size: 40px;
}
#contact_area .btn span img {
	width: 40px;
	vertical-align: middle;
}
#contact_area .btn span:last-child {
	margin-top: 10px;
	font-size: 20px;
}
@media screen and (max-width:1199px) { /* SP */
	#contact_area .sent { font-size: 14px; }
	#contact_area .title { font-size: 20px; }
	#contact_area .btn { padding: 10px; }
	#contact_area .btn span:first-child { font-size: 25px; }
	#contact_area .btn span:last-child { font-size: 16px; }
	#contact_area .btn span img { width: 25px; }
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
/* ページトップ */
#page_top {
	width: 40px;
	height: 40px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	background-color: #9db9d3;
	opacity: 0.5;
	border-radius: 10px;
}
#page_top:hover { opacity: 1; }
#page_top span {
	position: relative;
	display: block;
}
#page_top span:before {
	content: "\f062";
	color: #fff;
	font-family: "FontAwesome";
	position: absolute;
	top: 8px;
	left: 13px;
}


/* フッター
---------------------------------------------------------------------------*/
/*フッター
---------------------------------------------------------------------------*/
#footer {
	background-color: #e7e7e7;
	padding: 50px 0;
	color: #000;
}
#footer .footer_logo {
	margin: 0 auto 20px;
	width: 400px;
	display: block;
}
#footer #footer_logo img { width: 100%; }
@media screen and (max-width:1199px) { /* SP */
	#footer .footer_logo { width: 250px; }
}
.contact_box {
	background-color: #fff;
	max-width: 350px;
	width: 90%;
	border-radius: 5px;
	padding: 20px 10px;
	margin: 0 auto;
	text-align: center;
	display: block;
	text-decoration: none;
}
.tel_box { border: 3px solid #c66d63; }
.mail_box { border: 3px solid #7297b2; }
.mail_box:hover { opacity: 0.5; }
.contact_box img {
	width: 50px;
	display: block;
	margin: 0 auto;
}
.contact_box .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact_box .sub_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact_box .sent { font-size: 14px; }
.tel_box .title { color: #c66d63; }
.mail_box .title { color: #7297b2; }
@media screen and (max-width:767px) { /* SP */
	.contact_box .title { font-size: 14px; }
	.contact_box .sub_title { font-size: 16px; }
	.contact_box .sent { font-size: 12px; }
}
@media screen and (max-width:350px) { /* SP */
.mail_box .sub_title { font-size: 13px; }

}

#footer .footer_link { text-align: center; }
#footer .footer_link li {
	display:inline-block;
	padding: 0 10px;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size: 14px;
}


/**************************************/
/* 共通パーツ設定 */
/**************************************/
/*---------------------------------------------------------------------------*/
/* タイトル */
/*---------------------------------------------------------------------------*/
.title01 {
  text-align: center;
	margin-bottom: 60px;
}
.title01 .jp {
	position: relative;
	display: block;
  padding: 1.5rem;
  text-align: center;
	font-size: 50px;
	font-weight: normal;
}
.title01 .jp::after {
	content: '';
	display: block;
  width: 150px;
  height: 5px;
	background-color: #d2dfeb;
	margin: 15px auto 0;
}
.title01 .en {
		display: block;
		font-size: 20px;
	  font-weight: normal;
	  color: #c66d63;
	  letter-spacing: 2px;
}
@media screen and (max-width:767px) { /* SP */
	.title01 { margin-bottom: 40px; }
	.title01 .jp {
		font-size: 25px;
		padding: 1rem;
	}
	.title01 .jp::after {
	  width: 80px;
	  height: 3px;
		margin: 5px auto 0;
	}
	.title01 .en { font-size: 14px; }
}

.title02 {
  text-align: center;
	margin-bottom: 40px;
}
.title02 .jp {
	display: block;
	font-size: 40px;
	font-weight: normal;
}
.title02 .en {
		display: block;
		font-size: 20px;
	  font-weight: normal;
	  color: #c66d63;
}
@media screen and (max-width:767px) { /* SP */
	.title02 { margin-bottom: 30px; }
	.title02 .jp { font-size: 20px; }
	.title02 .en { font-size: 14px; }
}

.title03 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}
.title03:before {
	background-color: #f2c0bf;
	border-radius: 3px;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 6px;
}
@media screen and (max-width:768px) { /* SP */
	.title03 { font-size: 14px; }
	.title03:before { height: 15px; }
}
.title04 {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	background-color:#ec9694;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 5px;
}
@media screen and (max-width:767px) { /* SP */
	.title04 { font-size: 13px; }
}

/*---------------------------------------------------------------------------*/
/* ボタン */
/*---------------------------------------------------------------------------*/
/* 詳細ボタン */
.detail_btn {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background-color: #f2c0bf;
	color: #4d4d4d;
	font-size: 20px;
	border-radius: 50px;
	text-decoration: none;
	position: relative;
}
.detail_btn:before {
	display: block;
	content: "";
	position: absolute;
	top: 35%;
	right: 35px;
	display: inline-block;
  vertical-align: middle;
  color: #4d4d4d;
  line-height: 1;
  width: 15px;
  height: 15px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.detail_btn:hover {
	background-color: #ee9896;
	color: #fff;
}
.detail_btn:hover:before { color: #fff; }
@media screen and (max-width:1199px) { /* SP */
	.detail_btn {
		font-size: 14px;
		width: 80%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.detail_btn:before {
		display: block;
		content: "";
		position: absolute;
		top: 20%;
		right: 25px;
		width: 0;
		height: 0;
		margin-top: 7px;
	  width: 10px;
	  height: 10px;
	}
}

/* 詳細ボタン */
.detail_btn_small {
	display: inline-block;
	width: 250px;
	padding: 10px 0;
	text-align: center;
	background-color: #d2dfeb;
	color: #000;
	font-size: 14px;
	border-radius: 20px;
	text-decoration: none;
	position: relative;
}
.detail_btn_small:before {
	display: block;
	content: "";
	position: absolute;
	top: 35%;
	right: 20px;
	display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.detail_btn_small:hover {
	background-color: #7297b2;
	color: #fff;
}
.detail_btn_small:hover:before { color: #fff; }
@media screen and (max-width:1199px) { /* SP */
	.detail_btn_small {
		font-size: 14px;
		display: block;
		width: 80%;
		margin: 0 auto;
		padding: 10px 0;
	}
	.detail_btn_small:before {
		display: block;
		content: "";
		position: absolute;
		top: 20%;
		right: 25px;
		width: 0;
		height: 0;
		margin-top: 7px;
	  width: 10px;
	  height: 10px;
	}
}


/*---------------------------------------------------------------------------*/
/* フレーム */
/*---------------------------------------------------------------------------*/
.frame01 {
	background-color: #fcedec;
	padding: 20px;
	border-radius: 10px;
}

/*---------------------------------------------------------------------------*/
/* ボーダー */
/*---------------------------------------------------------------------------*/
.border01 {
	border: 0;
	height: 0;
	border-top: 5px solid #7ba9ba;
}

/*---------------------------------------------------------------------------*/
/* リスト */
/*---------------------------------------------------------------------------*/
/* ドットリスト */
.dot_list > li {
	margin-left:1.5em;
	text-indent:-1.5em;
	line-height: 1.8;
}
.dot_list > li:before { content: "・\0020"; }

/* ハイフンリスト */
.haifun_list > li {
	margin-left:3em;
	text-indent:-3em;
	line-height: 1.8;
}
.haifun_list > li:before { content: "-\0020"; }

/* 数字リスト */
.number_list { counter-reset: kome_count 0; }
.number_list > li {
	margin-left:1.2em;
	text-indent:-1.2em;
	margin-bottom: 0px;
}
.number_list > li:before {
	counter-increment: kome_count;
	font-weight: bold;
	content: counter(kome_count) ".\0020";
}
/* 数字リスト(4から) */
.number_list2 { counter-reset: kome_count 3; }
.number_list2 > li {
	margin-left:1.2em;
	text-indent:-1.2em;
	margin-bottom: 10px;
}
.number_list2 > li:before {
	counter-increment: kome_count;
	font-weight: bold;
	content: counter(kome_count) ".\0020";
}

/* 数字をまるで囲んだリスト */
.number_list_maru {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
}
.number_list_maru li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.number_list_maru li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #5ca248;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 7px;
}


/* 表風リスト */
.tb_list {
	width: 100%;
	overflow:hidden; /*floatしたので高さ確保*/
}
.tb_list > dt {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #c66d63;
}
.tb_list > dd {
	display: block;
	margin-bottom: 20px;
}

/* 表風リスト透明 */
.tb_list_trans {
	width: 100%;
	overflow:hidden; /*floatしたので高さ確保*/
	line-height: 2;
}
.tb_list_trans > dt {
	float: left;
	width: 98px;
	text-align: right;
}
.tb_list_trans > dd { margin-left: 120px; }

/* 表風リスト透明2 */
.tb_list_trans02 {
	width: 100%;
	overflow:hidden; /*floatしたので高さ確保*/
	line-height: 2;
}
.tb_list_trans02 > dt {
	float: left;
	width: 85px;
}
.tb_list_trans02 > dd { margin-left: 90px; }

/*---------------------------------------------------------------------------*/
/* テーブル */
/*---------------------------------------------------------------------------*/
/* ドットテーブル */
.dot_tb { width: 100%; }
.dot_tb tr {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.dot_tb th {
	font-weight: bold;
	text-align: left;
}
.dot_tb td {
	padding: 10px 0;
	vertical-align: top;
	text-align: left;
}
.dot_tb tr th {
	font-weight: bold;
	width: 30%;
}
@media screen and (max-width:1199px) {
	.dot_tb td { padding: 10px; }
}

.table01  {
	width: 100%;
	table-layout: fixed;
	background-color: #fff;
	text-align: center;
}
.table01 tr { border: none; }
.table01 th {
	padding: 10px;
	background-color: #22AB73;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.table01 tr th:last-child { border-right: none; }
.table01 tr:last-child th { border-bottom: none; }
.table01 td {
	font-weight: bold;
	padding: 10px;
	border-right: 1px solid #22AB73;
	border-bottom: 1px solid #22AB73;
}
.table01 tr td:last-child { border-right: none; }
.table01 tr:last-child td { border-bottom: none; }

/*---------------------------------------------------------------------------*/
/* 画像 */
/*---------------------------------------------------------------------------*/
.img01 {
	display: block;
	margin: 0 auto;
}
.img02 {
	display: block;
	margin: 0 auto;
	width: 80%;
}
.img03 {
	display: block;
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width:1199px) { /* SP */
	.img01 { width: 100%; }
	.img04 { width: 100%; }
}

/*---------------------------------------------------------------------------*/
/* 画像 */
/*---------------------------------------------------------------------------*/
.youtube {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 30px;
	aspect-ratio: 3 / 2;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.img_round { border-radius: 10px; }

/*---------------------------------------------------------------------------*/
/* リンク */
/*---------------------------------------------------------------------------*/
.gaibu_link {
	position: relative;
	padding: 0 25px 0 0;
}
.gaibu_link:before {
	content: " ";
	position: absolute;
	top: -2px;
	right: 0;
	background: url(../img/ic_link.png) 0 0 no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

.pdf_link {
	position: relative;
	padding: 0 25px 0 0;
}
.pdf_link:before {
	content: " ";
	position: absolute;
	top: -2px;
	right: 0;
	background: url(../img/ic_pdf.png) 0 0 no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}
.kome:before { content: "※\0020"; }

/*---------------------------------------------------------------------------*/
/* カラム */
/*---------------------------------------------------------------------------*/
.col_area .img {
	display: block;
	width: 100%;
	max-width: 350px;
}
@media screen and (min-width:768px) { /* PC・タブレット */
	.col_area .img {
			width: 30%;
			float: left;
	}
	.col_area .sent_area {
		width: 65%;
		float: right;
	}
}
@media screen and (min-width:1200px) { /* PC */
	.col_area .img { width: 350px; }
	.col_area .sent_area { width: 800px; }
}
@media screen and (max-width:767px) { /* SP */
	.col_area .img { margin: 10px auto; }
}

/*---------------------------------------------------------------------------*/
/* その他 */
/*---------------------------------------------------------------------------*/
.alert { color: #CA3E27; }
.marker_red_hoso { background: linear-gradient(transparent 60%, #CA3E27 60%); }
/* ※ */
.kome {
	margin-left:1.5em;
	text-indent:-1.5em;
}


/**************************************/
/* 個別ページ設定 */
/**************************************/
/*---------------------------------------------------------------------------*/
/* TOPページ(/) */
/*---------------------------------------------------------------------------*/
.home .main_img {
	width: 100%;
	height: 100vh;
	background-position:center top;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url("../img/top/top_img01.png");
}
/* キャッチコピー */
.home .main_img .catch {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 600px;
	height: 200px;
	margin: auto;
	text-align: center;
	color: #fff;
	z-index: 2;
	line-height: 1.5;
	font-weight: bold;
}
.home .main_img .catch .title { }
.home .main_img .catch .title img { width: 100%; }
@media screen and (max-width:1199px) { /* タブレット・SP */
	.home .main_img .catch {
		width: 390px;
		height: 130px;
	}
}
@media screen and (max-width:400px) { /* SP */
	.home .main_img .catch {
		width: 210px;
		height: 70px;
	}
}

/* Concept */
@media screen and (min-width:1200px) { /* PC */
	.home #concept .concept_sent  {
		margin: 250px 0 0 0;
		font-size: 18px;
	}
}

/* Feature */
#feature .title {
	font-size: 30px;
	margin-bottom: 10px;
}
#feature .sent { font-size: 18px; }
@media screen and (min-width:1200px) { /* PC */
	#feature .col_sent_l {
		float: left;
		width: 700px;
		margin-top: 100px;
	}
	#feature .col_sent_l .title { text-align: right; }
	#feature .col_img_r {
		float: right;
		width: 400px;
	}
	#feature .col_sent_r {
		float: right;
		width: 700px;
		margin-top: 100px;
	}
	#feature .col_sent_r .title { text-align: left; }
	#feature .col_img_l {
		float: left;
		width: 400px;
	}
}
@media screen and (max-width:1199px) { /* タブレット・SP */
	#feature .col_sent_l, #feature .col_sent_r { margin-bottom: 20px; }
}
@media screen and (max-width:767px) { /* SP */
	#feature .title { font-size: 20px; }
	#feature .sent { font-size: 14px; }
}


/* Lesson */
#lesson .contents_area  {
	background-color: #fcedec;
	margin: -170px 0 0 0;
	padding: 170px 0 100px 0;
}
@media screen and (max-width:767px) { /* SP */
		#lesson .contents_area  {
			margin-top: -100px;
			padding: 100px 0 50px 0;
	}
}

.lesson_area {
	max-width: 350px;
	min-height: 450px;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 auto;
	text-decoration: none;
}
.lesson_area .img03 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.lesson_area .sent_area {
	padding: 20px;
}
.lesson_area .sent_area .title {
	font-weight: bold;
	font-size: 20px;
}
@media screen and (max-width:1199px) { /* SP・タブレット */
	.lesson_area .sent_area .title { font-size: 16px; }
}
@media screen and (max-width:767px) { /* SP */
	.lesson_area { min-height: auto; }
}
.schedule_area {
	background-color: #d2dfeb;
	padding: 20px;
	border-radius: 10px;
	min-height: 250px;
	text-align: center;
}
.schedule_area .title {
	font-size: 70px;
	margin-bottom: 10px;
}
.schedule_area .time {
	color: #7297b2;
	margin-bottom: 20px;
}
.schedule_area .sent { font-size: 18px; }
@media screen and (max-width:1199px) { /* SP・タブレット */
	.schedule_area .sent { font-size: 14px; }
	.schedule_area .time { font-size: 13px; }
}
@media screen and (max-width:767px) { /* SP */
	.schedule_area .title { font-size: 50px; }
	.schedule_area .sent { font-size: 14px; }
	.schedule_area { min-height: 200px; }
}

/* Price */
#price .contents_area  {
	background-color: #d2dfeb;
	margin: -170px 0 0 0;
	padding: 170px 0 100px 0;
}
#price .title01 .jp::after { background-color: #fff; }
@media screen and (max-width:767px) { /* SP */
		#price .contents_area  {
			margin-top: -100px;
			padding: 100px 0 50px 0;
	}
}
.price_area {
	max-width: 350px;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
}
.price_area .title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom : 20px;
}
.price_area .sent { color: #4d4d4d; }
.price_area .price {
	font-size: 40px;
	font-weight: bold;
}
@media screen and (max-width:1199px) { /* SP・タブレット */
	.price_area .title { font-size: 20px; }
	.price_area .price { font-size: 30px; }
}

/* Access */
@media screen and (min-width:1200px) { /* PC */
	#access .col_sent {
		float:left;
		width: 400px;
	}
	#access .col_map {
		float:right;
		width: 700px;
	}
}
#access iframe {
	width: 100%;
	height: 500px;
	border-radius: 10px;
}
@media screen and (max-width:1199px) { /* SP・タブレット */
	#access iframe { height: 200px; }
}
