@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/
body{
	margin: 0px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}
p,h2,h3,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
}
h2.cms_h2 {
	margin: 0% 0 5% 0;
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #DDD;
	font-size:5vw;
	line-height:1.5em;
}
h2.cms_h2:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 4px #3c4652;
	bottom: -4px;
	width: 13%;
	display: block;
	left: 0px;
}
.sp_off{
	display: none;
}
.pan_wrap {
	text-align: left;
	margin: 5px 0;
}
.pan_wrap div {
	padding-right: 5px;
	display: inline-block;
	font-size: 11px;
	line-height: 17px;
}
/*-----------------------------------------------
	ヘッダー
-----------------------------------------------*/
h1 {
	width: 100%;
	padding: 3px 0px 3px 5px;
	color: #fff;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	text-align: left;
	background-color: #88b3c8;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
#other_h_wrap{
	padding: 4% 0% 4% 3%;
}
#other_h_wrap a{
	display: block;
	max-width: 200px;
}
#other_h_wrap a img{
	max-width: 200px;
}
/*-----------------------------------------------
	フッター
-----------------------------------------------*/
#co_f_wrap a{
	text-decoration: none;
}
#co_f_wrap{
	background-color: #88b3c8;
	width: 100%;
	padding: 9% 0px 11% 0px;
	box-sizing: border-box;
}
.co_f_inner{
	width: 90%;
	margin: 0 auto;
}
.co_f_t_subtit{
	font-size: clamp(12px, 3vw, 16px);
	line-height: clamp(24px, 3vh, 28px);
	letter-spacing: 0.05em;
	color: #ffffff;
	font-family: 'Hiragino Mincho Pro', 游明朝, 'Yu Mincho', 'YuMincho', 'HGS明朝E', serif;
	font-weight: normal;
}
.co_f_t_l h2{
	font-size: clamp(22px, 5vw, 26px);
	line-height: clamp(28px, 4vh, 32px);
	letter-spacing: 0.05em;
	font-family: 'Hiragino Mincho Pro', 游明朝, 'Yu Mincho', 'YuMincho', 'HGS明朝E', serif;
	color: #ffffff;
	font-weight: normal;
}
.co_f_t_l ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 4% 0px 0px 0px;
}
.co_f_t_l ul li{
	width: 33%;
	height: 50px;
	display: flex;
	background-color: #ffffff;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #88b3c8;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}
.co_f_t_text{
	font-size: clamp(10px, 3vw, 16px);
	line-height: clamp(18px, 3vh, 22px);
	letter-spacing: 0.05em;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: center;
	margin: 3% 0px 0px 0px;
}
.co_f_t_r{
	margin: 13% 0px 0px 0px;
}
.co_f_t_r_box h3{
	font-size: clamp(16px, 4vw, 20px);
	line-height: clamp(28px, 4vh, 32px);
	letter-spacing: 0.05em;
	color: #ffffff;
	font-family: 'Hiragino Mincho Pro', 游明朝, 'Yu Mincho', 'YuMincho', 'HGS明朝E', serif;
	text-align: center;
	position: relative;
	font-weight: normal;
}
.co_f_t_r_box h3:before{
	content: "";
	display: block;
	width: 17%;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 0px;
}
.co_f_t_r_box h3:after{
	content: "";
	display: block;
	width: 17%;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 0px;
}
.co_f_t_r_box_btn {
	display: block;
	line-height: 55px;
	border-radius: 84px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: clamp(10px, 3.3vw, 16px);
	letter-spacing: 0.05em;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin: 4% 0px 0px 0px;
	padding: 0px 0px 0px 8%;
}
.co_f_t_r_box_btn:before {
	content: '';
	position: absolute;
	bottom: 0px;
	top: 0px;
	margin: auto;
	left: 19%;
	width: 17px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/img/common_sp/mail_icon.png);
}
.co_f_t_r_box:nth-of-type(2) {
	margin: 8% 0px 0px 0px;
}
.co_f_t_r_box:nth-of-type(2) a{
	color: #ffffff;
}
.co_f_t_tel{
	font-size: clamp(18px, 4.5vw, 22px);
	line-height: clamp(22px, 3vh, 25px);
	letter-spacing: 0.1em;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: center;
	margin: 4% 0px 0px 0px;
}
.co_f_t_tel span{
	font-size: clamp(30px, 8vw, 34px);
	letter-spacing: 0.005em;
	font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "Arial", sans-serif;
}
.co_f_t_time{
	font-size: clamp(10px, 3vw, 14px);
	line-height: clamp(18px, 3vh, 22px);
	letter-spacing: 0.005em;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: center;
	margin: 2% 0px 0px 0px;
}
.co_f_m_wrap{
	margin: 13% 0px 0px 0px;
	background-color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 2% 5%;
}
.co_f_m_wrap li a{
	display: block;
	text-decoration: none;
	font-size: clamp(16px, 4vw, 20px);
	line-height: clamp(28px, 4vh, 32px);
	letter-spacing: 0.05em;
	color: #333333;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #88b3c8;
	padding: 5% 0px;
}
.co_f_m_wrap li:last-child a {
	border-bottom: none;
}
.co_f_m_wrap li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left: 6px solid #88b3c8;
}
.co_f_b_wrap a{
	text-align: center;
	display: block;
	margin: 8% 0px 0px 0px;
}
.co_f_b_wrap a img{
	width: 85%;
}
.co_f_b_ce{
	text-align: center;
	font-size: clamp(10px, 3vw, 14px);
	line-height: clamp(22px, 3vh, 25px);
	letter-spacing: 0.1em;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	margin: 5% 0px 0px 0px;
}
.co_f_b_cr{
	font-size: clamp(10px, 3vw, 14px);
	line-height: clamp(22px, 3vh, 25px);
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
}
/* ----------------------------------------
	article_li
	---------------------------------------- */
.article_li_block {
	width: 90vw;
	margin: 0 auto;
}
.article_li_box {
	margin: 15px 0 0 0;
	display: block;
}
.article_li_box ul {
	display: flex;
	flex-wrap: wrap;
}
.article_li_box li {
	flex-basis: 100%;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 20px 0;
	width: 90vw;
}
.article_li_box .thumb {
	position: relative;
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 3px 3px rgba(153, 153, 153, 0.2);
}
.article_li_box .thumb img {
	height: 90vw;
}
.article_li_box .thumb iframe {
	height: 90vw;
}
.article_li_box .date {
	margin: 5px;
	color: #bbb;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	padding: 0;
}
.article_li_box .tag {
	padding-top: 60px;
	padding-bottom: 10px;
}
.article_li_box .tag p {
	overflow: hidden;
}
.article_li_box .tag label {
	cursor: pointer;
	margin: 1px;
	position: relative;
}
.article_li_box .tag label a::before {
	position: absolute;
	content: "#";
	margin-left: -10px;
}
.article_li_box .tag label a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 2px 5px;
	position: relative;
	z-index: 10;
	color: #f58836;
	font-size: 11px;
	line-height: 15px;
	padding-left: 15px;
	text-decoration:none;
}
.article_li_box li>a {
	position: absolute;
	width: 100%;
	height: 100%;
	text-decoration: none;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.article_li_box li>a p {
	position: absolute;
	font-size: 4vw;
	line-height: 1.5;
	font-weight: bold;
	height: 44px;
	overflow: hidden;
	top: 94vw;
	width: 100%;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.group_all_topiclinks {
	width:90%;
	box-sizing: border-box;
	margin: 20px auto 20px auto;
	padding: 15px;
	background: #f4f5f7;
}
.group_all_topiclinks_tl {
	text-align: center;
	font-size: 15px;
}
.group_all_topiclinks ul {
	margin: 10px auto 0 auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.group_all_topiclinks li {
    margin: 3px;
}.group_all_topiclinks li a {
    display: block;
    border: 1px solid #3c4652;
    background-color: #FFF;
    padding: 5px 10px;
    color: #3c4652;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none;
}
/* ----------------------------------------
article01
---------------------------------------- */
.article01_top {
	margin: 2vh 0 0;
}
.article01_ttl {
	font-size: 6vw;
	line-height: 1.3;
	font-weight: bold;
}
.article01_ttl_tag {
	padding: 1vh;
}
.article01_ttl_tag p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.article01_ttl_tag label a {
	display: block;
	border: 1px solid #000;
	margin-right: 1vh;
	color: #000;
	font-weight: bold;
	font-size: 3vw;
	padding: 0 1vh;
}
.article01_ttl_tag label a:before {
	content: "#";
	padding-right: 3px;
}
.article01_ttl_tag a:hover {
	background: #f58836;
	color: #ffffff;
	border: 1px solid #f58836;
}
.cms_topic_tag {}
.article01 {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.article01>div {}
.article01_main {}
.article01_main img {
	margin: 2vh 0;
	height: auto !important;
}
.article01_main iframe {
	margin: 2vh 0;
	width: 90vw;
}
.article01_main p {
	margin: 1vh 0;
	font-size: 3.5vw;
	line-height: 1.5;
}
.article01_txt {}
.article01_txt_box {
	padding: 3vh;
	background-color: #f6f4ea;
	line-height: 1.5;
	font-size: 3.8vw;
	margin: 3vh 0;
}
.article01_btm {}
.article01_side {}
.article01_side_box {}
.article01_side_tl {
	font-size: 4vw;
	padding: 0px 1.2vh;
	margin: 4vh 0 0 0.5vh;
	border-left: 5px solid #dcd9ca;
	font-weight: bold;
}
.article01_side_tag {}
.article01_tag_tl {}
.article01_tag {
	margin: 1vh;
}
.article01_tag p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.article01_tag label a {
	display: block;
	border: 1px solid #000;
	margin: 5px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 7px;
}
.article01_tag label a:before {
	content: "#";
	padding-right: 3px;
}
.article01_tag a:hover {
	background: #f58836;
	color: #ffffff;
	border: 1px solid #f58836;
}
.article01_link {}
.article01_link a {
	display: block;
	margin: 2vh 0;
}
.article01_link img:hover {
	opacity: 0.8;
}
.article01_link_tl {}
.article01_new_box_wrap iframe {
	width: 100%;
	height: 700px;
}
/* ----------------------------------------
   nav
---------------------------------------- */
#other_h_wrap {
	padding: 4% 0% 0% 3% !important;
	max-height: 35px;
}
/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}
/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 7%;
	top: 44px;
	z-index: 100;
	cursor: pointer;
}
/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 2px;
	width: 20px;
	border-radius: 3px;
	background: #000;
	transition: 0.5s;
	position: absolute;
}
/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 7px;
}
/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 7px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
	background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
	background: #ffffff;
}
#drawer_input:checked~.drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
	background: #ffffff;
}
/* メニューのデザイン*/
.nav_content {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0%;
	left: 100%;
	z-index: 99;
	background: #ffffff;
	transition: .5s;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
}

/* メニュー黒ポチを消す */
.nav_list {
	list-style: none;
}
.nav_item{
	width: 100%;
	border-bottom: 1px solid #333;
	padding: 5% 0%;
}
.nav_item a {
	color: #000;
	text-decoration: none;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
	left: 0;
}
#other_h_wrap a {
	display: block;
	max-width: 100%;
	color: #ffffff;
}
.s_h_logo{
	max-width: 200px!important;
}
.stepBar li span {
	background: #88b3c8;
}
.stepBar .visited span {
	background: #3c4652;
}
.stepBar li:after {
	background: #88b3c8;
}
	/* ----------------------------------------
	404
---------------------------------------- */
	.notfound img, .notfound picture {
		max-width: 100%;
	}
	/* ----------------------------------------
	not found
---------------------------------------- */
	.notfound {
		width: 96%;
		margin: 0 auto;
		text-align: center;
	}
	.notfound a {
		display: block;
		width: 60%;
		box-sizing: border-box;
		margin: 0 auto 40px auto;
		padding: 3% 0;
		background: #000;
		border: 2px solid #000;
		font-size: 3.5vw;
		line-height: 3.5vh;
		color: #FFF;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0.9px;
		transition: all 0.3s;
		text-decoration: none;
	}
	/* not found
---------------------------------------- */