@charset "utf-8";
/* CSS Document */
body {
	font-family: "Noto Sans JP", sans-serif;
}
header h1, p.logo_note {
	display: none;
}
a {
	transition: .5s;
	color: #333;
}
a:hover {
	opacity: 0.8;
}
/* --------------------------------------
ヘッダー定義
-------------------------------------- */
#header_main {
	width: 100%;
	margin: auto;
	background-color: #fff;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	padding: 10px 0;
}
.header_r {
	margin-left: auto;
}
header h1, p.logo_note {
	padding-left: 1em;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}
header h1.title {
	padding: 0;
	text-align: inherit;
	display: inline-block;
}
header h1.title a {
	display: block;
}
.header_tel {
	line-height: 40px;
	background-color: #8fafdb;
	color: #fff;
	height: 40px;
}
.header_tel p {
	width: 1000px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
}
.header_r_box {
	display: flex;
	align-items: center;
}
.header_r_box p.txt01 {
	margin: 0;
	font-size: 15px;
	display: flex;
	font-weight: bold;
	align-items: center;
}
.header_r_box p.txt01 span {
	border-bottom: 1px dashed;
	padding: 0 0 5px;
}
.header_r_box .txt02 {
	font-family: "Roboto", sans-serif;
	font-size: 38px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: end;
}
.header_r_box .txt02 a {
	text-decoration: none !important;
	display: flex;
	align-items: center;
}
.head01 {
	text-align: right;
	margin-right: 30px;
}
.head02 a {
	background: linear-gradient(to bottom, rgba(242, 111, 8, 1) 0%, rgba(242, 111, 8, 1) 49%, rgba(224, 99, 0, 1) 50%, rgba(224, 99, 0, 1) 99%, rgba(224, 99, 0, 1) 99%);
	display: flex;
	padding: 10px 25px 10px 10px;
	border-radius: 50px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	align-items: center;
	line-height: 1.5;
	color: #fff;
	box-shadow: 3px 3px 0 #dadada;
}
.head01 img {
	margin: 0 10px 0 0;
}
.head02 a img {
	margin-right: 10px;
}
.header_l {
	padding: 0 20px;
}
/* -------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */
/* 横ならびメニュー部分 */
#menu {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
#menu > li a {
	display: block;
	margin: 0;
	padding: 15px 0;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	line-height: 1.3;
	transition: 0.3s;
	color: #333;
	font-size: 15px;
	transition: 0.5s;
}
ul#menu li {
	border: 1px solid #717171;
	width: calc((100% - 40px) / 6);
	border-radius: 5px 0 0 5px;
	position: relative;
	transition: 0.5s;
}
#menu > li a:before {
	content: "";
	height: 100%;
	width: 10px;
	background: #aaa;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 4px 0 0 4px;
}
ul#menu li.nav1 a:before {
	background: #ffb400;
}
ul#menu li.nav2 a:before {
	background: #80bc32;
}
ul#menu li.nav3 a:before {
	background: #ffe000;
}
ul#menu li.nav4 a:before {
	background: #c63853;
}
ul#menu li.nav5 a:before {
	background: #0090d1;
}
ul#menu li.nav6 a:before {
	background: #e0789f;
}
#menu > li:hover a {
	background: #fff3d5;
	color: #f26f08;
}
ul#menu li:hover:after {
	content: "";
	height: 15px;
	width: 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#717171+0,717171+49,ffffff+49,ffffff+49,ffffff+93 */
  background: linear-gradient(135deg, rgba(113, 113, 113, 1) 0%, rgba(113, 113, 113, 1) 49%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	right: -1px;
	bottom: -1px;
}
/* --ここまで-- */
#menu {
	position: relative;
	height: auto;
}
header.fixed #menu {
	position: relative;
	height: auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/* ---------------------
H レスポンシブ用
------------------------ */
/* PC用とモバイル用のロゴを出し分ける */
#pc_logo {
	display: inline;
}
#pc_logo img {
	margin: 0 auto;
}
#mobile_logo {
	display: none;
}
#mobile_button {
	display: none;
}
.mobile_menu {
	display: none;
}
#mobile_main {
	display: none;
}
/* デスクトップでは非表示にする */
#panel, #mobile_side, .mobile_only, #mobile_tel, #mobile_main {
	display: none;
}
/* ---------------------
フッター
------------------------ */
.Inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}
section.foot_head {
	background: url("../images/top2025/footer-banar-bg.webp") center center no-repeat;
	background-size: cover;
}
.foot_headbox {
	display: flex;
}
.foot_head_cont {
	width: 45%;
	padding: 40px 20px;
	text-align: center;
	background: rgb(255 255 255 / 60%);
	box-sizing: border-box;
}
.foot_head_cont p {
	font-size: 21px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}
.foot_head_cont p span {
	background: #00a2df;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin: 5px 0;
	border-radius: 50px;
	font-size: 24px;
	color: #fff;
}
.foot_head_detail {
	width: 55%;
	padding: 50px 0 0 40px;
	box-sizing: border-box;
}
.foot_head_detail p.txt01 {
	font-size: 22px;
	text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, 0px -2px 0 white, 0px 2px 0 white, -2px 0px 0 white, 2px 0px 0 white;
	font-weight: bold;
	color: #333;
	margin: 0;
	line-height: 0;
}
.foot_head_detail .txt02 p {
	font-size: 18px;
}
.foot_head_detail .txt02 p span {
	background: #fff;
	margin-right: 5px;
	border: 2px solid #f26f08;
	padding: 2px 10px;
	font-weight: bold;
	color: #333;
	border-radius: 20px;
}
.foot_head_detail .txt02 {
	display: inline-flex;
	align-items: center;
	position: relative;
	justify-content: center;
}
.foot_head_detail .txt02 div {
	font-size: 19px;
	background: #f26e18;
	color: #fff;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 15px;
	border-radius: 50px;
	border: 3px solid;
	position: relative;
}
.foot_head_cont figure {
	margin: 0 0 30px;
}
.foot_head_detail .txt03 p span {
	color: #fff473;
}
.foot_head_detail .txt02:before {
	content: "";
	height: 3px;
	width: 95%;
	position: absolute;
	background: url("../images/top2025/str.webp");
	left: 0;
	bottom: 18px;
}
.foot_head_detail .txt02 div b {
	font-size: 63px;
	line-height: 0.6;
}
.foot_head_detail .txt03 {
	text-shadow: -3px -3px 0 #f26f08, 3px -3px 0 #f26f08, -3px 3px 0 #f26f08, 3px 3px 0 #f26f08, 0px -3px 0 #f26f08, 0px 3px 0 #f26f08, -3px 0px 0 #f26f08, 3px 0px 0 #f26f08;
	font-size: 46px;
	font-weight: bold;
	color: #fff;
}
.foot_head_detail .txt03 p {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
section.foot_center {
	border-bottom: 2px solid #777;
}
section.foot_center .Inner {
	display: flex;
	align-items: center;
	padding: 35px 0 20px;
	justify-content: space-evenly;
}
section.foot_under {
	padding: 40px 0;
}
.foot_under_box {
	display: flex;
	justify-content: space-between;
}
.foot_under_cont {
	width: 30%;
}
.foot_under_cont .title_txt {
	color: #333333;
	font-size: 16px;
	background: #ffef3a;
	padding: 10px 20px;
	border-left: 8px solid #ffcc00;
	font-weight: bold;
}
.foot_under_cont ul li {
	list-style: none;
	font-size: 14px;
	margin-bottom: 1em;
	position: relative;
}
.foot_under_cont ul li a {
	color: #333;
	text-decoration: none;
}
.foot_under_cont ul li:before {
	content: "・";
	position: absolute;
	left: -1.5em;
	font-size: 20px;
	color: #ffcc00;
}
div#copyright {
	background: #f26f08;
	padding: 25px;
}
div#copyright p {
	margin: 0;
	text-align: center;
	font-size: 12px;
}
div#copyright p a {
	color: #fff;
	text-decoration: none;
}
/*下層ページ*/
div#submain {
	background: url("../images/top2025/footer-banar-bg.webp") center center no-repeat;
	background-size: cover;
	text-align: center;
	margin: 20px 0 0;
}
.h1wrap {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
}
/* --------------------------------------
汎用クラス定義
-------------------------------------- */
.clearfix::after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
p {
	margin: 0 0 20px;
	line-height: 1.8;
}
#mainTitle .inner {
	display: flex;
	align-items: center;
	height: 180px;
	background: none !important;
}
#mainTitle .inner h2 {
	padding: 10px 0 0 15px;
	color: #000;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5;
	text-shadow: -2px -2px 0 white,  2px -2px 0 white,  -2px 2px 0 white,  2px 2px 0 white,  0px -2px 0 white,  0px 2px 0 white,  -2px 0px 0 white,  2px 0px 0 white,  3px 3px 5px rgba(0,0,0,0.7);
}
div#mainTitle {
	margin: 20px 0 0;
}
#content #main.under_page h2 {
	clear: both;
	height: auto;
	color: #000;
	background: url("../images/top2025/h2.webp");
	border-left: 8px solid #ffb400;
	font-size: clamp(1.563rem, 1.474rem + 0.44vw, 1.75rem);
	margin: 60px 0 40px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	padding: 10px 30px;
}
#content #main h2:nth-of-type(1), h2:nth-of-type(1) {
	margin-top: 0;
}
#content #main.under_page h2 a {
	text-decoration: none;
}
#content #main.under_page h3 {
	clear: both;
	height: auto;
	color: #303030;
	border-bottom: #ffb400 solid 2px;
	font-size: 24px;
	margin: 30px 0;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	padding: 10px 15px 10px 40px;
	position: relative;
}
#content #main.under_page h3:before {
	content: "";
	height: 4px;
	width: 16px;
	background: #ffb400;
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#content #main.under_page h4 {
	clear: both;
	height: auto;
	color: #00a2df;
	font-size: 20px;
	margin: 20px 0;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: normal;
	padding: 13px 20px;
	border-bottom: 1px dotted #656565;
}
/* special css */
/* end special css */
/* --------------------------------------
パーツ
-------------------------------------- */
.eyecatch_box {
	display: flex;
	justify-content: space-between;
	background: url("../images/top2025/eye.webp");
	position: relative;
	margin-bottom: 30px;
	align-items: center;
	padding: 40px;
	position: relative;
}
.eyecatch_box .ttl_wrap {
	padding: 0 50px;
	width: calc(100% - 350px);
	position: relative;
}
.eyecatch_box:before {
	content: "";
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	position: absolute;
	background: #fff;
	top: 20px;
	left: 20px;
}
#content #main.under_page .eyecatch_box .ttl_wrap h4 {
	padding: 0;
	margin: 0;
	font-size: 26px;
	color: #f26f08;
	background: none;
	margin-bottom: 20px;
	display: inline-block;
	border: none;
}
#content #main.under_page .eyecatch_box .ttl_wrap h4::before {
	content: none;
}
.eyecatch_box figure {
	width: 300px;
	line-height: 0;
	position: relative;
	z-index: 1;
	margin: 0;
}
/* --------------------------------------
WordPress FCKEditor table
-------------------------------------- */
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
	background: white;
}
th {
	border: 1px solid #053657;
	padding: 10px;
	background: #fffabd;
	font-weight: bold;
}
td {
	border: 1px solid #053657;
	padding: 10px;
	vertical-align: middle;
}
.table2 {
	border: 2px solid #053657;
}
.table2 th {
	vertical-align: middle;
	text-align: center;
}
/* --------------------------------------
テーブル
-------------------------------------- */
.tablestyle {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.tdstyle {
	background-color: #f5f3f3;
	border: 1px solid #d2d2d2;
	padding: 8px 10px;
	width: 30%;
	text-align: center;
}
.tdstyle_none {
	background-color: #f5f3f3;
	border: 1px solid #d2d2d2;
	padding: 8px 10px;
	text-align: center;
}
/* 左寄せ */
.tdstyle2 {
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: left;
}
/* 右寄せ */
.tdstyle3 {
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: right;
}
/* 中央寄せ */
.tdstyle4 {
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 1px;
	padding: 8px 10px;
	text-align: center;
}
/* special css */
/* end special css */
/* --------------------------------------
<div class="sq?"></div>での 飾り設定
-------------------------------------- */
/* 色:グレー */
.sq1 {
	border: 1px solid #ffb400;
	background-color: #fff;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み:グレー */
.sq2 {
	border: 1px solid #ffb400;
	background-color: #fffabd;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み：赤 */
.sqred {
	border: 1px solid #00a2df;
	background-color: #d1e9f7;
	margin: 10px 0;
	padding: 20px 20px 0 20px;
}
/* 囲み：二重線 */
.nizyuu {
	border-width: 4px;
	border-style: double;
}
/* 囲み：点線 */
.tensen {
	border-width: 3px;
	border-style: dotted;
}
/* 囲み：角丸 */
.radious {
	border-radius: 5px;
}
/* special css */
/* end special css */
/* --------------------------------------
便利ボタン
-------------------------------------- */
.btn-round1 {
	min-width: 230px;
	height: auto;
	color: white !important;
	text-decoration: none !important;
	display: inline-block;
	padding: 10px 0;
	position: relative;
	background: #ffb400;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 3px 3px 0px #dadada;
}
.btn-round2 {
	min-width: 230px;
	height: auto;
	color: white !important;
	text-decoration: none !important;
	display: inline-block;
	padding: 10px 0;
	position: relative;
	background: #00a2df;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 3px 3px 0px #dadada;
}
.btn-round1:before, .btn-round2:before {
	content: url("../images/top2025/ri_btn.webp");
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: auto;
	display: flex;
	align-items: center;
	line-height: 0;
}
.btn-round1:hover {
	opacity: 0.8;
}
.btn-round2:hover {
	opacity: 0.8;
}
.btn-list1 {
	min-width: 200px;
	height: auto;
	color: #333;
	text-decoration: none !important;
	display: inline-block;
	padding: 10px 0;
	position: relative;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #333333;
}
.btn-list1:hover {
	opacity: 0.8;
}
.btn-list-arc {
	width: auto;
	height: auto;
	background: #fff;
	margin-bottom: 20px;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
	padding: 7px 40px 7px 40px;
	position: relative;
	text-align: justify;
	font-size: 13px;
	background-color: #f1f1f1;
	margin-top: 10px;
	border-radius: 4px;
}
.btn-list-arc::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #bdbdbd;
	border-right: 2px solid #bdbdbd;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 16px;
}
.btn-list-arc:hover {
	opacity: 0.6;
}
/* special css */
/* end special css */
/* --------------------------------------
テキスト飾り設定
-------------------------------------- */
.hosoku {
	color: #5a5a5a;
	font-size: 90%;
	line-height: 1.7;
}
.datetxt {
	color: gray;
	font-size: 90%;
}
.fs2 {
	font-size: 114.2857%;
}
.fs3 {
	font-size: 130%;
}
.fs4 {
	font-size: 160%;
	line-height: 1.5;
}
.fs5 {
	font-size: 200%;
	line-height: 1.5;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.yellow {
	background-color: #ffff85;
	padding: 4px 5px 2px 5px;
	font-weight: normal;
}
/* テキスト装飾 */
.tk1 {
	color: #f26f08;
	font-weight: bold;
}
.tk2 {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #fffabd 40%);
	text-shadow: 0 2px 0 rgb(255, 255, 255);
	padding-bottom: 3px;
	color: #000;
}
.tk3 {
	font-weight: bold;
	background: linear-gradient(transparent 70%, #d1e9f7 20%);
	text-shadow: 0 2px 0 rgb(255, 255, 255);
	padding-bottom: 3px;
}
/* ディスプレイインラインブロック */
.dib {
	display: inline-block !important;
}
.uline {
	color: #f00;
	text-decoration: underline;
	font-style: italic;
}
.round {
	border-radius: 100px;
}
.blue {
	color: #4485e9;
}
/* 電話番号装飾 */
.telarea {
	border: 1px solid #cecece;
	margin: 0 0 10px 0;
	padding: 20px 20px 0 20px;
	display: inline-block;
}
.teltext {
	font-size: 26px;
}
.freedial {
	text-align: left;
}
/* チェックボックスの付くリスト */
ul.check_list-border, ul.check_list {
	margin: 0;
	padding: 0;
}
.check_list-border li {
	position: relative;
	text-indent: -31px;
	padding-left: 2em;
	list-style: none;
	margin-bottom: 10px;
}
.check_list-border li::before {
	content: url("../images/top2025/check-b.webp");
	margin-right: 10px;
}
.check_list li {
	position: relative;
	text-indent: -1.8em;
	padding-left: 2em;
	margin-bottom: 10px;
	list-style: none;
	line-height: 1.5;
}
.check_list li::before {
	content: url("../images/top2025/check.webp");
	margin-right: 10px;
}
/* special css */
/* end special css */
/* --------------------------------------
Q&A
-------------------------------------- */
.q {
	background-color: #f3f3f3;
	color: #ff6000;
	padding: 4px;
	font-weight: bold;
}
.a {
	padding: 7px 4px;
	border-bottom: #ccc 1px dotted;
	margin: 5px 0 20px 1em;
	text-indent: -1em;
}
/* --------------------------------------
WordPress 画像貼付け用
-------------------------------------- */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}
/* --------------------------------------
youtube・googlemap 埋め込み用
-------------------------------------- */
.yt {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.yt iframe, .yt object, .yt embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* --------------------------------------
汎用クラス定義
-------------------------------------- */
.clearfix::after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.fixmargin {
	margin-top: -23px;
}
#overlay {
	z-index: 1000 !important;
}
#lightbox {
	z-index: 9999 !important;
}
/* --------------------------------------
RSS用
-------------------------------------- */
#feed_new {
	background-color: #f5f3f3;
	font-size: 11px;
	color: #ff6000;
	padding: 5px 10px 0 10px;
	margin: 0;
	line-height: 130%;
}
#feed_new li {
	border-bottom: #ccc dotted 1px;
	list-style: none;
	padding-bottom: 5px;
}
#feed_new a {
	font-size: 13px;
}
/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
-------------------------------------- */
/* div */
* html #main div {
	height: 1px;
}
/* fontcontrol */
#control {
	position: absolute;
	top: 5px;
	right: 5px;
}
#control a {
	color: white;
	text-decoration: none;
}
#control a:hover {
	text-decoration: underline;
}
span#intro {
	font-size: 13px;
	margin-right: 5px;
}
span#f-big {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-medium {
	background-color: black;
	padding: 2px 4px;
	margin-right: 2px;
}
span#f-small {
	background-color: black;
	padding: 2px 4px;
}
/* --------------------------------------
中央寄せ・右寄せ
-------------------------------------- */
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.al {
	text-align: left;
}
/* --------------------------------------
リスト（FontAwesome)
-------------------------------------- */
ul {
	text-align: left;
}
ul.li_1 {
	margin-bottom: 20px;
}
ul.li_1 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_1 li::before {
	content: " \f14a";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_2 {
	margin-bottom: 20px;
}
ul.li_2 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_2 li::before {
	color: #008600;
	content: " \f046";
	font-family: FontAwesome;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_3 {
	margin-bottom: 20px;
}
ul.li_3 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_3 li::before {
	content: " \f058";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_4 {
	margin-bottom: 20px;
}
ul.li_4 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_4 li::before {
	content: " \f05d";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_5 {
	margin-bottom: 20px;
}
ul.li_5 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_5 li::before {
	content: " \f0a9 ";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_6 {
	margin-bottom: 20px;
}
ul.li_6 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_6 li::before {
	content: " \f18e";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_7 {
	margin-bottom: 20px;
}
ul.li_7 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_7 li::before {
	content: " \f138";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_8 {
	margin-bottom: 20px;
}
ul.li_8 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_8 li::before {
	content: " \f152";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_9 {
	margin-bottom: 20px;
}
ul.li_9 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_9 li::before {
	content: " \f0da";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_10 {
	margin-bottom: 20px;
}
ul.li_10 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_10 li::before {
	content: " \f069";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_11 {
	margin-bottom: 20px;
}
ul.li_11 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_11 li::before {
	content: " \f111";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_12 {
	margin-bottom: 20px;
}
ul.li_12 li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.5em;
}
ul.li_12 li::before {
	content: " \f192";
	font-family: FontAwesome;
	color: #008600;
	position: absolute;
	font-weight: normal;
	left: 0;
}
ul.li_maru li {
	margin-bottom: 10px;
	text-indent: -1.3em;
	margin-left: 1.3em;
	font-weight: bold;
}
ul.li_maru li::before {
	content: "● ";
	color: #5077c2;
}
ul.li_kome li {
	margin-bottom: 10px;
	text-indent: -1.3em;
	margin-left: 1.3em;
}
ul.li_kome li::before {
	content: "※ ";
	color: #5077c2;
}
ul.b_gray li::before {
	color: #d9d8d8;
}
ul.b_pink li::before {
	color: #f79698;
}
ul.b_green li::before {
	color: #cafdb1;
}
ul.b_skyblue li::before {
	color: #a0dff3;
}
ul.b_blue li::before {
	color: #608aeb;
}
ul.b_gold li::before {
	color: #d9b087;
}
ul.b_orange li::before {
	color: #fb8230;
}
ul.b_yellow li::before {
	color: #f8ee6d;
}
ul.b_azuki li::before {
	color: #731f21;
}
ul.b_purple li::before {
	color: #aa79e7;
}
/* --------------------------------------
box3-box4
-------------------------------------- */
.flex-box2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.flex-box2 .flex-cont {
	width: 48%;
	border: 2px solid #f26f08;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.flex-box2 .flex-cont .title {
	background: #f26f08;
	padding: 20px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.flex-box2 .flex-cont .txt {
	padding: 20px;
}
.flex-box2 .flex-cont .txt a.more {
	font-size: 14px;
	float: right;
	text-decoration: none;
	margin: 0 3% 3% 0;
	position: relative;
}
.flex-box2 .flex-cont .txt a.more:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 11px;
	height: 11px;
	border-top: 2px solid #f26f08;
	border-right: 2px solid #f26f08;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.flex-box3 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.flex-box3 .flex-cont {
	width: 32%;
	border: 2px solid #ffd56f;
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
}
.flex-box3 .title {
	background: #ffd56f;
	font-size: 20px;
	padding: 20px;
	font-weight: bold;
	color: #333;
}
.flex-box3 .txt {
	padding: 20px 20px 0;
	font-size: 14px;
}
.flex-box3 .txt a {
	float: right;
	text-decoration: none;
	margin: 0 3% 3% 0;
	position: relative;
}
.flex-box3 .txt a:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 11px;
	height: 11px;
	border-top: 2px solid #f26f08;
	border-right: 2px solid #f26f08;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.flex-box3 .txt a:hover::before {
	-webkit-transform: translate(5px, -50%) rotate(405deg);
	transform: translate(5px, -50%) rotate(405deg);
}
.flex-box4 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.flex-box4 .flex-cont {
	width: 23%;
	border: 1px solid #d1e9f7;
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.flex-box4 .flex-cont .title {
	background: #d1e9f7;
	font-size: 18px;
	padding: 20px;
	color: #333;
	font-weight: bold;
}
.flex-box4 .flex-cont .txt {
	padding: 15px 15px 0;
	font-size: 14px;
}
.flex-box4 .flex-cont .txt a:before {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #f26f08;
	border-right: 2px solid #f26f08;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.flex-box4 .flex-cont .txt a {
	float: right;
	text-decoration: none;
	margin: 0 3% 3% 0;
	position: relative;
}
.flex-box4 .flex-cont .txt a:hover:before {
	-webkit-transform: translate(5px, -50%) rotate(45deg);
	transform: translate(5px, -50%) rotate(45deg);
}
/*FV*/
.notxt {
	display: none !important;
}
section.FV {
	background: #74d1f5 url(../images/top2025/fv-bg.webp) top center no-repeat;
	padding: 1px 0 0;
	margin: 15px 0 0;
}
.notxt {
	display: none !important;
}
.FV_under {
	text-align: center;
	background: #ffe000;
	padding: 10px;
}
.FV_under p {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
.FV_under p span {
	color: #f26f08;
	text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, 0px -2px 0 white, 0px 2px 0 white, -2px 0px 0 white, 2px 0px 0 white;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
}
section.top25_01 {
	padding: 50px 0 20px;
	background: #fffabd;
}
.top01box .top01_01 {
	background: #ffffff;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	border: 10px solid #f26f08;
	position: relative;
}
.top01box .top01_01 h2 {
	background: #f26f08;
	text-align: center;
	font-size: 36px;
	color: #fff;
	padding: 10px 0 20px;
	margin: 0;
}
.top01box .top01_01 .txt {
	padding: 20px;
	text-align: center;
}
.top01box .top01_01 figure {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5%;
	bottom: 0;
}
p.link_orange a {
	min-width: 460px;
	height: auto;
	color: white !important;
	text-decoration: none !important;
	display: inline-block;
	padding: 10px 0;
	position: relative;
	background: #f26f08;
	border-radius: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	box-shadow: 3px 3px 0px #dadada;
}
p.link_orange a:before {
	content: url("../images/top2025/ri_btn.webp");
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 17px;
	line-height: 0;
}
p.link_orange {
	margin: 0;
}
.top01box .top01_02 {
	background: #ffffff;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	border: 10px solid #00a6c2;
	position: relative;
}
.top01box .top01_02 h2 {
	background: #00a6c2;
	text-align: center;
	font-size: 36px;
	color: #fff;
	padding: 10px 0 20px;
	margin: 0;
}
.top01box .top01_02 .txt {
	padding: 20px;
	text-align: center;
}
.top01box .top01_02 .txt p {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.2;
	margin: 0;
}
.top01box .top01_02 .txt p a {
	text-decoration: none!important;
	border: none;
	display: flex;
	align-items: center;
}
.top01box .top01_02 .txt p span {
	display: block;
	width: 100%;
	text-align: center;
}
.top01box .top01_02 .txt p b {
	font-size: 68px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}
.top01box .top01_02 .txt img {
	margin-right: 20px;
}
section.top25_02 {
	padding: 80px 0 0;
}
.present_box {
	background: #ffef3a;
	position: relative;
	border: 8px solid #ffcc00;
	border-radius: 200px;
	padding: 20px 50px 20px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.present_box figure {
	position: absolute;
	top: -60px;
}
.present_box h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 36px;
	color: #f26f08;
	background: url("../images/top2025/present-bg.webp");
	height: 98px;
	background-size: 100% 100%;
	width: 400px;
	display: flex;
	justify-content: center;
	line-height: 3;
}
.present_box .txt {
	width: 52%;
	position: relative;
}
.present_box .txt img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.present_box .txt p span {
	background: #ff742a;
	color: #fff;
	font-weight: bold;
	box-decoration-break: clone;
	padding: 0 5px;
}
.present_box .txt p a {
	color: #ff742a;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid;
}
.present_box .txt:before {
	content: "";
	height: 100%;
	width: 1px;
	background: #000;
	position: absolute;
	left: -20px;
}
.present_box .txt p {
	margin: 0;
}
.present_box .txt:before {
	content: "";
	height: 100%;
	width: 1px;
	background: #000;
	position: absolute;
	left: -20px;
}
.present_box .txt p {
	margin: 0;
}
.h2_top {
	text-align: center;
	margin-bottom: 30px;
}
.h2_top h2 {
	font-size: 36px;
	margin: 0 0 10px;
	padding: 0;
}
.h2_top p span {
	background: url("../images/top2025/h2.webp");
	border-left: 8px solid #ffb400;
	padding: 3px 15px;
	font-size: 13px;
}
.top_linkbox ul li {
	border-bottom: 1px dashed;
	padding: 15px 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
}
.top_linkbox ul li time {
	font-size: 16px;
	color: #333333;
	width: 15%;
}
.top_linkbox ul li span {
	margin-right: 80px;
	display: block;
	line-height: 1.5;
	width: 65%;
	font-weight: bold;
}
.top_linkbox ul li a {
	width: 20%;
	background: #bfbfbf;
	padding: 0 0 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 1.5;
	position: relative;
}
.top_linkbox ul li a:before {
	content: url("../images/top2025/ya.webp");
	position: absolute;
	right: 20px;
}
.top_linkbox ul {
	margin-bottom: 40px;
}
a.btn-round1.w320 {
	min-width: 320px;
	padding: 15px 0;
}
.top_linkbox {
	margin-bottom: 100px;
}
.top_linkbox:last-child {
	margin-bottom: 70px;
}
section.top25_03 {
	background: url("../images/top2025/point_bg.webp") center top;
	background-size: 100% 100%;
	padding: 70px 0 30px;
}
.h2_top_2 {
	text-align: center;
	margin-bottom: 30px;
}
.h2_top_2 h2 {
	display: inline-flex;
	padding: 15px 20px 20px;
	margin: 0;
	border-top: 2px solid #333;
	font-size: 36px;
	border-bottom: 2px solid #333;
	position: relative;
}
.h2_top_2 p span {
	background: #333;
	font-size: 14px;
	color: #fff;
	padding: 5px 25px;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
}
.h2_top_2 p {
	margin: 0;
}
.h2_top_2 h2:before {
	content: "";
	height: 10px;
	width: 90%;
	position: absolute;
	background: #fff;
	z-index: 0;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
}
.h2_top_2 h2 span {
	color: #00a2df;
}
.h2_top_2 h2 b {
	position: relative;
}
.point_cont {
	background: #fff;
	border: 2px solid #0ca1dd;
	margin-bottom: 40px;
}
.point_cont h3 {
	background: url("../images/top2025/point-h3.webp");
	margin: 0;
	color: #fff;
	font-size: 26px;
	padding: 10px 80px;
	position: relative;
}
.point_cont h3 span {
	position: absolute;
	left: 10px;
	font-size: 22px;
	color: #000;
	top: -30px;
	background: url("../images/top2025/point-num.webp");
	background-size: cover;
	width: 50px;
	height: 60px;
	display: flex;
	justify-content: center;
	line-height: 2;
}
.point_cont .txt {
	padding: 30px;
}
.point_banar {
	display: flex;
	margin-bottom: 20px;
}
.point_banar .txt_01 {
	width: 30%;
	border: 8px solid #ffb400;
	border-radius: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.point_banar .txt_02 {
	font-size: 85px;
	/* font-weight: bold; */
  display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 20px;
}
.point_banar .txt_01 p {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 1.3;
}
.point_banar .txt_01 p span {
	font-size: 40px;
	text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 2px 4px 5px rgba(0, 0, 0, 0.4);
	color: #f26f08;
}
.point_banar .txt_01 p.hosoku {
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 0;
}
.point_banar .txt_01 p.hosoku b {
	color: #ffb400;
}
.txt_03 {
	margin: 0 0 0 20px;
	background: url("../images/top2025/point_5.webp");
	background-size: 100% 100%;
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.txt_03 ul li {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	list-style: none;
	position: relative;
}
.txt_03 ul {
	margin: 0;
}
.txt_03 ul li:before {
	content: url("../images/top2025/check-o.webp");
	position: absolute;
	left: -35px;
}
.txt_03 ul li span {
	color: #fcff00;
}
.point_price {
	display: flex;
	border: 1px solid #006492;
	justify-content: space-between;
	padding: 5px;
	margin-bottom: 30px;
}
.point_price_cont {
	display: flex;
	align-items: center;
	width: 32%;
	position: relative;
	justify-content: space-between;
}
.point_price_cont .txt {
	display: flex;
	padding: 0;
	align-items: center;
	position: relative;
}
.point_price_cont .txt p {
	font-weight: bold;
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	line-height: 1;
}
.point_price_cont h4 {
	margin: 0;
	padding: 7px 20px;
	background: #006492;
	color: #fff;
	font-size: 15px;
	margin-right: 15px;
	width: 50%;
	text-align: center;
}
.point_price_cont .txt span {
	font-size: 12px;
	white-space: nowrap;
	font-weight: bold;
	margin: 0 0 0 5px;
}
.point_price_cont .txt:before {
	content: "";
	height: 80%;
	width: 1px;
	border-right: 1px dotted;
	position: absolute;
	right: -10px;
}
.point_price_cont:last-child .txt:before {
	content: none;
}
.point_cont .point_txt_in figure {
	margin: 0;
	width: 48%;
	padding: 0;
}
.point_cont .point_txt_in {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.point_cont .point_txt_in .text {
	width: 54%;
}
section.top25_04 {
	background: #ffcc00;
	padding: 70px 0;
}
section.top25_04 .h2_top_2 h2 span {
	color: #f26f08;
}
.RESULT_box {
	display: flex;
	overflow-x: scroll;
	position: relative;
	/* cursor: grab; */
    padding: 20px 20px 35px;
	border-radius: 0;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin-left: calc(50vw - 500px);
}
.RESULT_cont {
	background: #fff;
	padding: 20px 20px 0;
	border: 10px solid #eeeeee;
	margin-right: 20px;
	white-space: unset;
	min-width: 350px;
}
.RESULT_head {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.RESULT_head figure {
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
}
.RESULT_head .txt p {
	margin: 0;
}
.RESULT_head .txt {
	padding-left: 20px;
}
.RESULT_head .txt p.txt01 {
	font-weight: bold;
	border-bottom: 1px solid;
}
.RESULT_head .txt p.txt02 {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.RESULT_head .txt p.txt02 span {
	margin-right: 10px;
}
.RESULT_head .txt p.txt02 b {
	font-size: 36px;
	color: #f26f08;
}
.RESULT_head .txt p.txt02 b small {
	font-size: 20px;
	font-weight: normal;
}
.RESULT_center {
	text-align: center;
	font-weight: bold;
	background: #fffabd;
}
.RESULT_box {
	overflow-x: scroll;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
  scrollbar-width: none;/* Firefox 対応 */
}
.RESULT_box .simplebar-content {
	display: flex;
}
.RESULT_box::-webkit-scrollbar {
 display: none;
}
.RESULT_box::-webkit-scrollbar-track {
 border-radius: 8px;
 background-color: #eeeeee;
 margin: 0 30px;
}
.RESULT_box::-webkit-scrollbar-thumb {
 border-radius: 8px;
 background-color: #bfbfbf;
}
.RESULT_box .simplebar-scrollbar::before {
	background: #bfbfbf;
	border-radius: 50px;
	height: 15px !important;
	margin-left: 0;
	margin-top: 0;
	top: -2px !important;
	left: 0 !important;
}
.RESULT_box .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}
.simplebar-track {
	background: #ffffff;
	height: 15px !important;
	border-radius: 50px;
}
section.top25_05 {
	padding: 70px 0 0;
}
section.top25_05 .top_linkbox ul li a {
	color: #333;
}
section.top25_05 .top_linkbox ul li a:before {
	content: url("../images/top2025/ya-b.webp");
	position: absolute;
	right: 20px;
}
section.top25_06 .h2_top_2 h2 b span {
	color: #f26f08;
}
section.top25_06 {
	background: #fffabd url("../images/top2025/plan-bg.webp") center bottom;
	background-size: 100% 100%;
	padding: 70px 0 40px;
}
section.top25_06 .h2_top_2 h2 b span {
	color: #f26f08;
}
.plan_cont {
	background: #fff;
	border: 2px solid #f59143;
	margin-bottom: 30px;
}
.plan_box {
	margin: 50px 0;
}
.plan_cont h3 {
	background: url("../images/top2025/plan-h3.webp");
	padding: 10px 10px 15px 72px;
	margin: 0;
	font-size: 26px;
	position: relative;
	color: #fff;
}
.plan_cont h3 span {
	border-bottom: 2px solid #f9cc02;
	padding: 0 10px;
}
.plan_cont h3 img {
	position: absolute;
	left: 15px;
	bottom: 9px;
}
.plan_detail {
	display: flex;
	padding: 30px;
	justify-content: space-between;
}
.plan_detail .plan_cont_in figure {
	margin: 0;
	padding: 0;
}
.plan_detail .plan_cont_in {
	background: #ffe4cf;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 22.5%;
	transition: 0.5s;
}
.plan_detail .plan_cont_in:hover, .plan_cont .plan_txt .txt a:hover {
	background: #fffbbf;
}
.plan_detail .plan_cont_in figure img {
	width: 100%;
}
.plan_detail .plan_cont_in p {
	margin: 0;
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	font-weight: bold;
	color: #333;
	position: relative;
}
.plan_detail .plan_cont_in p:before {
	content: url("../images/top2025/ri_btn-b.webp");
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 24px;
}
.plan_detail .plan_cont_in a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.plan_cont:nth-child(2) .plan_cont_in {
	width: 30%;
}
.plan_cont:nth-child(2) .plan_cont_in p {
	justify-content: center;
}
.plan_cont .plan_txt {
	display: flex;
	padding: 30px;
}
.plan_cont .plan_txt figure {
	margin: 0;
	width: 45%;
}
.plan_cont .plan_txt .txt {
	width: 55%;
}
.plan_cont .plan_txt {
	display: flex;
	padding: 30px;
}
.plan_cont .plan_txt figure {
	margin: 0;
	width: 45%;
}
.plan_cont .plan_txt .txt {
	width: 55%;
}
.plan_cont .plan_txt .txt a {
	display: flex;
	width: 350px;
	height: 50px;
	background: #ffe4cf;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	padding: 0 40px;
	position: relative;
	box-sizing: border-box;
}
.plan_cont .plan_txt .txt a:before {
	content: url("../images/top2025/ri_btn-b.webp");
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 24px;
}
section.top25_07 {
	padding: 70px 0;
}
section.top25_07 .h2_top_2 h2 span {
	color: #f26f08;
}
section.top25_07 .h2_top_2 h2:before {
	background: #fffabd;
}
.area_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.area_box p.area_01 {
	font-size: 20px;
	margin: 0;
}
.area_box .area_txt {
	text-align: center;
	font-weight: bold;
}
p.area_02 {
	font-size: 36px;
	color: #f26f08;
	margin: 0;
}
p.area_03 {
	font-size: 20px;
	position: relative;
	background-color: #ffffff;
	background: url("../images/top2025/area-kakko1.webp"), url("../images/top2025/area-kakko2.webp");
	background-position: left top, right top;
	background-repeat: no-repeat, no-repeat;
	padding: 15px;
}
p.area_03 span {
	background: #f26e18;
	display: flex;
	justify-content: center;
	color: #fff;
	border-radius: 10px;
	padding: 5px;
}
p.area_04 a {
	color: #f26d21;
	text-decoration: none;
}
p.area_04 a {
	border-bottom: 1px solid;
}
p.area_04 {
	margin: 0;
}
p.area_05 span {
	border-bottom: 2px solid #f7dc32;
	padding: 5px 0;
}
p.area_05 {
	margin: 0;
}
.recruit_banar {
	border: 3px solid #333333;
	box-shadow: 5px 5px 0 #dadada;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.recruit_banar figure {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
}
.recruit_banar h3 {
	margin: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #aaa url("../images/top2025/recruit-bg.webp");
	background-size: 100% 100%;
	padding: 5px;
	font-size: 26px;
}
.recruit_banar .txtin p {
	margin: 0;
}
.recruit_banar .txtin {
	display: flex;
	justify-content: end;
	align-items: center;
	padding: 15px 20px;
}
.recruit_banar .txtin p a {
	background: #00a2df;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0 60px 0 35px;
	border-radius: 5px;
	position: relative;
	margin-left: 20px;
}
.recruit_banar .txtin p a img {
	position: absolute;
	right: 15px;
}
.point_cont h3 span.num_pchan {
	width: auto;
	height: 100px;
	background: no-repeat;
	bottom: -15px;
	top: auto;
	left: -25px;
}
.h2_top_2.pchan-add b:before {
	content: "";
	height: 70px;
	width: 70px;
	background: url("../images/top2025/pchan2.webp") no-repeat;
	background-size: contain;
	position: absolute;
	left: -80px;
	top: -10px;
	margin: auto;
}
.h2_top_2.pchan-add b:after {
	content: "";
	height: 70px;
	width: 70px;
	background: url("../images/top2025/p_chan.webp") no-repeat;
	background-size: contain;
	position: absolute;
	right: -80px;
	top: -10px;
	margin: auto;
}
.top01box .top01_01 figure.p-chan {
	bottom: 5px;
	width: 164px;
	height: 160px;
}
.top01box .top01_01 figure.p-chan img {
	height: 160px;
}
.pc_only {
	display: block !important;
}
#fix_footer {
	display:none;
}
@media screen and (max-width: 1100px) {
.Inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.foot_head_detail p.txt01 {
	line-height: 1.8;
}
.foot_head_detail .txt02 div {
	width: 70px;
}
.foot_head_detail .txt02 {
	display: inline-flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.foot_head_detail .txt02 p {
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
}
.foot_head_detail .txt02 p span {
	display: inline-flex;
	margin-bottom: 5px;
}
.foot_head_detail .txt03 {
	font-size: 42px;
}
.foot_head_detail {
	width: 55%;
	padding: 50px 0 35px 40px;
	box-sizing: border-box;
}
}
@media screen and (max-width: 1000px) {
.pc_only {
	display: none !important;
}
.mobile_only {
	display: block !important;
}
section.FV .Inner {
	padding: 0;
}
section.FV .Inner h1 {
	margin: 0;
}
div#mainTitle {
	margin: 0;
	padding: 60px 0 0;
}
#mainTitle .inner {
	display: flex;
	padding: 0 20px;
	align-items: center;
	height: auto;
	background: none;
	min-height: 130px;
	box-sizing: border-box;
}
header {
	position: fixed;
	width: 100%;
	z-index: 100;
}
section.FV {
	padding: 60px 0 0;
	background: url("../images/top2025/fv-bg-sp.webp") center top no-repeat;
	background-size: cover;
}
nav {
	display: none;
}
#mobile_button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	height: 50px;
	width: 50px;
	padding: 2px 10px 0 12px;
}
#mobile_button .menutxt {
	/* font-size: 10px; */
    text-decoration: none;
	position: relative;
	border: none;
	display: block;
}
#mobile_button .menutxt svg {
	width: 28px;
	height: auto;
}
#mobile_button .menutxt svg path {
	fill: gray;
}
.lineswrap {
	height: 20px;
}
#mobile_button .lines {
	background: #919191;
	display: inline-block;
	width: 28px;
	height: 3px;
	position: relative;
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mobile_button .lines::after, #mobile_button .lines::before {
	background: #919191;
	position: absolute;
	display: inline-block;
	width: 28px;
	height: 3px;
	content: '';
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mobile_button .lines::before {
	top: 8px;
	right: 0;
}
#mobile_button .lines::after {
	top: -8px;
	right: 0;
}
#mobile_button a.xclose {
	display: block;
	position: relative;
	height: auto;
	padding: 10px 0;
	margin-top: 6px;
	z-index: 1020;
	cursor: pointer;
}
#mobile_button .xclose .menutxt {
	display: none;
}
#mobile_button .xclose .lines {
	background: 0 0;
}
#mobile_button .xclose .lines::before {
	top: -4px;
	right: 0;
	transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
#mobile_button .xclose .lines::after {
	top: -4px;
	right: 0;
	transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
a#sidr-menu-button {
	display: block;
	height: auto;
	text-decoration: none;
	padding: 5px 0 0;
}
#mobile_main {
	display: inline-block;
}
#mobile_main img {
	max-width: 100%;
}
/*add*/
.mobile_menu {
	top: 60px;
	position: absolute;
	left: 0;
	width: 100%;
	background: #ffffff;
}
.mobile_menu ul {
	padding: 0;
	text-align: center;
	margin: 0;
}
.mobile_menu ul li {
	border-bottom: 1px dotted #d5d5d5;
	list-style: none;
	padding: 5px 0;
}
.mobile_menu ul li.nav1 {
	border-left: #ffb400 solid 15px;
}
.mobile_menu ul li.nav2 {
	border-left: #80bc32 solid 15px;
}
.mobile_menu ul li.nav3 {
	border-left: #ffe000 solid 15px;
}
.mobile_menu ul li.nav4 {
	border-left: #c63853 solid 15px;
}
.mobile_menu ul li.nav5 {
	border-left: #0090d1 solid 15px;
}
.mobile_menu ul li.nav6 {
	border-left: #e0789f solid 15px!important;
}
.mobile_menu ul li.nav7 {
	border-left: #00A6C2 solid 15px!important;
}
.mobile_menu ul li:last-child {
	border: none;
}
.mobile_menu ul li a {
	text-decoration: none;
	display: block;
}
.mobile_menu ul li a {
	padding: 15px 20px;
}
.mobile_menu .sub-menu {
	background: #fff2f2;
}
.mobile_menu .sub-menu li {
	border-bottom: 1px solid #fbdedc;
}
.mobile_menu .sub-menu li:last-child {
	border: none;
}
.mobile_menu .sub-menu li a {
	padding: 15px 10px 15px 30px;
	font-size: 95%;
}
/* ハンバーガーボタン */
  #panel-btn {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	/*  margin: 20px 0 10px; */
    background: #fff;
}
#panel-btn:hover {
	background: #fafafa;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	margin: -2px 0 0 -15px;
	background: #666;
	transition: 0.2s;
}
#panel-btn-icon::before, #panel-btn-icon::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	background: #666;
	transition: 0.3s;
}
#panel-btn-icon::before {
	margin-top: -10px;
}
#panel-btn-icon::after {
	margin-top: 6px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close::before, #panel-btn .close::after {
	margin-top: 0;
}
#panel-btn .close::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
/* モバイル用のメニュー */
  #panel {
	display: none;
	top: 50px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px;
	width: 100%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 5;
}
#panel li a {
	text-decoration: none;
	font-size: 87%;
	line-height: 1.3;
	padding: 10px 15px;
	border-radius: 5px;
	color: white;
	width: 220px;
	display: block;
	margin: 0 auto 12px;
	font-weight: bold;
}
#panel .menu_list1 li a {
	/* 固定ページのリスト部分 */
    background-color: #393871;
}
#panel .menu_list2 li a {
	/* 投稿カテゴリのリスト部分 */
    background-color: #ccc;
	color: #333;
}
section.FV {
	margin: 0;
	background: #fff;
}
div#header_main a img {
	height: 40px;
	width: auto;
}
.RESULT_box {
	display: flex;
	overflow-x: scroll;
	position: relative;
	cursor: grab;
	padding: 20px 20px 35px;
	border-radius: 0;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 0 15px;
}
.point_banar .txt_02 {
	font-size: 65px;
	/* font-weight: bold; */
    display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
}
.point_banar .txt_01 {
	width: 26%;
}
.point_banar .txt_01 p span {
	font-size: 34px;
	text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 2px 4px 5px rgba(0, 0, 0, 0.4);
	color: #f26f08;
}
.point_price_cont {
	display: block;
	align-items: center;
	width: 32%;
	position: relative;
	justify-content: space-between;
	text-align: center;
}
.point_price_cont h4 {
	margin: 0 auto 10px;
	padding: 7px 20px;
	background: #006492;
	color: #fff;
	font-size: 15px;
	margin-right: auto;
	width: 50%;
	text-align: center;
}
.point_price_cont .txt {
	display: flex;
	padding: 0;
	align-items: center;
	position: relative;
	justify-content: center;
}
.point_price_cont .txt:before {
	content: none;
}
.point_price_cont:before {
	content: "";
	height: 80%;
	width: 1px;
	position: absolute;
	right: -10px;
	border-right: 1px dotted;
	top: 0;
	bottom: 0;
	margin: auto;
}
.point_price_cont:last-child:before {
	content: none;
}
.top01box .top01_01 figure {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.top01box .top01_01 .txt {
	padding: 20px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
	align-items: center;
}
.top01box .top01_01 figure {
	position: relative;
	padding: 20px 60px;
}
.present_box h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 32px;
	color: #f26f08;
	background: url("../images/top2025/present-bg.webp");
	height: auto;
	background-size: 100% 100%;
	width: 45%;
	display: flex;
	justify-content: center;
	line-height: 2.8;
}
.present_box .txt {
	width: 48%;
	position: relative;
	padding: 0 40px 0 0;
	box-sizing: border-box;
}
.point_banar {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
}
.txt_03 ul {
	margin: 0;
	padding: 0 0 0 65px;
}
.point_cont .point_txt_in .text {
	width: 48%;
}
.plan_detail {
	flex-wrap: wrap;
}
.plan_detail .plan_cont_in {
	background: #ffe4cf;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 48%;
	transition: 0.5s;
	margin-bottom: 20px;
}
.plan_cont .plan_txt {
	display: flex;
	padding: 30px;
	justify-content: space-between;
}
.plan_cont .plan_txt .txt {
	width: 48%;
}
.area_box {
	flex-wrap: wrap;
	justify-content: center;
}
.area_box .area_txt {
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.recruit_banar .txt {
	margin-left: 180px;
}
.foot_headbox {
	display: flex;
	flex-wrap: wrap;
}
.foot_head_cont {
	width: 100%;
	padding: 40px 20px;
	text-align: center;
	background: rgb(255 255 255 / 60%);
	box-sizing: border-box;
}
.foot_head_detail {
	width: 100%;
	padding: 50px 0 35px 40px;
	box-sizing: border-box;
	text-align: center;
}
.foot_center_02.header_r_box {
	flex-wrap: wrap;
}
.foot_center_01 {
	width: 45%;
}
.foot_center_02.header_r_box {
	flex-wrap: wrap;
	width: 45%;
}
section.foot_center .Inner {
	display: flex;
	align-items: center;
	padding: 35px 0 20px;
	justify-content: center;
}
section.foot_head {
	background: url("../images/top2025/footer-banar-bg.webp") center center no-repeat;
	background-size: cover;
	padding: 20px 0 0;
}
.point_price_cont h4 {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.recruit_banar h3 {
	font-size: 22px;
}
.plan_cont .plan_txt .txt a {
	display: flex;
	width: 100%;
}
section.top25_03 {
	background: url("../images/top2025/point_bg.webp") center top;
	background-size: cover;
	padding: 70px 0 30px;
}
.point_cont h3 span.num_pchan {
	width: auto;
	height: 100px;
	background: no-repeat;
	bottom: 0;
	top: 0;
	left: -10px;
	margin: auto;
}
.point_cont h3 {
	padding: 10px 10px 10px 120px;
}
.h1wrap {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 150px;
	padding-top: 60px;
	height: auto;
}
/* fix_footer */
  #fix_footer {
	display: block;
	width: 100%;
	background: #fffa;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	transform: translateY(100%);
	transition: 0.3s;
}
#fix_footer.fixed {
	position: fixed;
	bottom: 0;
	transform: translateY(0);
	transition: 0.3s;
	z-index: 100;
}
#fix_footer.fadeout {
	transform: translateY(100%);
}
#fix_footer ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
#fix_footer ul li {
	width: 33.3%;
	text-align: center;
	list-style-type:none;
	border-right: 1px solid;
}
#fix_footer ul li:last-child {
	border-right: none;
}
/*
  #fix_footer ul li a {
    height: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  */
  #fix_footer a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	display:block;
	color: #fff;
}
#fix_footer img {
	display: table;
	margin: 0 auto;
	width: auto;
}
.fix_ope {
	background: linear-gradient(180deg, #f26f08 0%, #f26f08 50%, #e06300 50%, #e06300 100%);
}
.fix_ope img {
	margin: 0 auto 2px !important;
}
.fix_mailbtn {
	background: linear-gradient(180deg, #0090d1 0%, #0090d1 50%, #007bb3 50%, #007bb3 100%);
}
.fix_mailbtn a {
	color: #fff;
	padding: 14px 0 !important;
}
.fix_mailbtn span {
	margin: 10px 0 0;
	display: inline-block;
}
.fix_tel {
	background: linear-gradient(180deg, #1e9c51 0%, #1e9c51 50%, #178544 50%, #178544 100%);
}
.fix_tel a {
	font-weight: bold;
	color: #333;
	line-height: 1.3;
	padding: 16px 0 0 !important;
}
.fix_tel span {
	margin: 9px 0 0;
	display: inline-block;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight:bold;
}
}
@media screen and (max-width: 767px) {
body {
	padding-top: 0;
}
.FV_under p span {
	display: block;
}
.top01box .top01_01 h2, .top01box .top01_02 h2 {
	font-size: 28px;
	line-height: 1.3;
}
p.link_orange a {
	min-width: 100%;
}
.top01box .top01_01 .txt {
	padding: 20px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	align-items: center;
	flex-wrap: wrap;
}
.top01box .top01_01 figure.p-chan img {
	height: auto;
	width: 100px;
}
.point_price_cont:before {
	content: none;
}
.top01box .top01_01 figure.p-chan {
	bottom: auto;
	position: relative;
	width: 100%;
	padding: 20px 60px;
	height: auto;
}
.top01box .top01_02 .txt img {
	margin-right: 10px;
	height: 30px;
	width: auto;
}
.top01box .top01_02 .txt p b {
	font-size: 35px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}
.top01box .top01_02 .txt {
	padding: 20px 0;
	text-align: center;
}
.present_box {
	flex-wrap: wrap;
	padding: 20px;
	border-radius: 20px;
}
.present_box .txt {
	width: 100%;
	position: relative;
	padding: 40px 0;
	box-sizing: border-box;
}
.present_box .txt img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
}
.present_box .txt:before {
	content: "";
	height: 1px;
	width: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 20px;
}
.top_linkbox ul {
	margin-bottom: 40px;
	padding: 0;
}
.top_linkbox ul li {
	flex-wrap: wrap;
}
.top_linkbox ul li time {
	font-size: 16px;
	color: #333333;
	width: 100%;
	padding: 0 0 10px;
}
.top_linkbox ul li span {
	margin: 0 0 20px;
	display: block;
	line-height: 1.5;
	width: 100%;
	font-weight: bold;
}
.top_linkbox ul li a {
	width: auto;
	background: #bfbfbf;
	padding: 0px 55px 5px 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 1.5;
	position: relative;
	margin: 0 0 0 auto;
}
.h2_top_2 h2 {
	display: inline-flex;
	padding: 15px 10px;
	margin: 0;
	border-top: 2px solid #333;
	font-size: 28px;
	border-bottom: 2px solid #333;
	position: relative;
}
.point_banar {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.point_banar .txt_01 {
	width: 100%;
	padding: 5px 0 10px;
}
.point_banar .txt_02 {
	font-size: 35px;
	/* font-weight: bold; */
    display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	text-align: center;
	width: 100%;
}
.txt_02 p {
	margin: 0;
}
.txt_03 ul {
	padding: 0 0 0 35px;
	margin: 0;
}
.txt_03 {
	margin: 50px 0 20px;
	background: #f26e18;
	background-size: 100% 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 20px 10px;
	position: relative;
}
.txt_03:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px calc(50vw - 40px) 20px calc(50vw - 40px);
	border-color: transparent transparent #f26d21 transparent;
	position: absolute;
	top: -19.4px;
}
.point_price {
	flex-wrap: wrap;
}
.point_price_cont {
	width: 100%;
	margin-bottom: 10px;
}
.point_cont .txt {
	padding: 20px;
}
a.btn-round1.w320 {
	min-width: auto;
	padding: 15px 50px 15px 10px;/* width: 100%; */
}
.point_cont h3 {
	background: url("../images/top2025/point-h3.webp");
	margin: 0;
	color: #fff;
	font-size: 26px;
	padding: 10px 10px 10px 75px;
	position: relative;
	line-height: 1.3;
}
.point_banar .txt_01 p span {
	font-size: 26px;
	text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white, 0px -3px 0 white, 0px 3px 0 white, -3px 0px 0 white, 3px 0px 0 white, 2px 4px 5px rgba(0, 0, 0, 0.4);
	color: #f26f08;
}
.point_cont .point_txt_in {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.point_cont .point_txt_in figure {
	margin: 0;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}
.point_cont .point_txt_in .text {
	width: 100%;
}
.point_cont .point_txt_in .text p {
	text-align: justify;
}
.present_box h3 {
	width: 100%;
	line-height: 3;
	font-size: 28px;
	padding: 10px 0 0;
}
.h2_top_2 h2 span {
	color: #00a2df;
	display: block;
}
.point_cont .point_txt_in {
	flex-wrap: wrap;
}
.plan_cont h3 img {
	position: absolute;
	left: 0;
	bottom: 9px;
	width: 50px;
}
.plan_cont h3 {
	background: url("../images/top2025/plan-h3.webp");
	padding: 10px 10px 15px 50px;
	margin: 0;
	font-size: 20px;
	position: relative;
	color: #fff;
}
.plan_detail {
	display: flex;
	padding: 10px;
	justify-content: space-between;
}
.plan_detail .plan_cont_in p {
	margin: 0;
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding: 10px 0 40px;
	font-weight: bold;
	color: #333;
	position: relative;
	font-size: 15px;
	text-align: center;
	justify-content: center;
	line-height: 1.2;
}
.plan_detail .plan_cont_in p:before {
	content: url("../images/top2025/ri_btn-b.webp");
	position: absolute;
	right: 5px;
	top: auto;
	bottom: 5px;
	margin: auto;
	height: 24px;
	left: 0;
}
.plan_cont:nth-child(2) .plan_cont_in {
	width: 48%;
}
.plan_detail {
	flex-wrap: wrap;
	padding-bottom: 0;
}
.plan_cont .plan_txt {
	display: flex;
	padding: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan_cont .plan_txt figure {
	margin: 0;
	width: 100%;
	margin-bottom: 15px;
}
.plan_cont .plan_txt .txt {
	width: 100%;
}
.plan_cont .plan_txt .txt p {
	text-align: justify;
}
section.top25_07 .h2_top_2 h2 span, section.top25_06 .h2_top_2 h2 b span, section.top25_04 .h2_top_2 h2 span {
	color: #f26f08;
	display: inline-block;
}
p.area_02 {
	font-size: 25px;
	color: #f26f08;
	margin: 0;
}
.area_box p.area_01 {
	font-size: 17px;
	margin: 0;
}
p.area_03 {
	font-size: 18px;
}
p.area_04 {
	margin: 0;
	text-align: left;
}
p.area_05 {
	margin: 0;
	text-align: left;
}
p.area_05 img {
	width: 30px;
}
.recruit_banar {
	flex-wrap: wrap;
}
.recruit_banar figure {
	position: relative;
	width: 100%;
}
.recruit_banar .txt {
	margin-left: 0;
	width: 100%;
}
.recruit_banar h3 img {
	width: auto;
}
.recruit_banar h3 {
	flex-wrap: wrap;
	padding: 10px 0;
}
.recruit_banar h3 {
	font-size: 20px;
}
.recruit_banar .txtin img {
	width: auto;
}
.recruit_banar .txtin p span {
	display: flex;
	margin: 10px 0;
	justify-content: center;
}
.foot_head_cont p {
	font-size: 18px;
}
.foot_head_cont p span {
	font-size: 18px;
	color: #fff;
}
.foot_head_cont {
	width: 100%;
	padding: 20px 20px;
	text-align: center;
	background: rgb(255 255 255 / 60%);
	box-sizing: border-box;
}
.foot_head_detail {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
}
.foot_head_detail .txt02 div {
	width: 85px;
}
.foot_head_detail .txt02 div {
	font-size: 12px;
}
.foot_head_detail .txt02 p {
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.foot_head_detail p.txt01 {
	line-height: 1.8;
	margin-bottom: 10px;
}
.foot_head_detail .txt03 {
	font-size: 28px;
}
section.foot_center .Inner {
	flex-wrap: wrap;
}
.foot_center_01 {
	width: 100%;
	padding: 0 20px;
}
.foot_center_02.header_r_box {
	flex-wrap: wrap;
	width: 100%;
	padding: 0 20px;
}
.head01 {
	text-align: right;
	margin: 20px 0 0;
}
.header_r_box p.txt01 img {
	width: auto;
}
.header_r_box .txt02 img {
	width: auto;
}
.head02 a img {
	width: auto;
}
.head02 {
	margin: 0 auto;
}
.foot_under_box {
	flex-wrap: wrap;
}
.foot_under_cont {
	width: 100%;
	margin-bottom: 20px;
}
.point_cont h3.pchan_h3 {
	padding: 10px 10px 10px 120px;
	text-align: left;
	font-size: 20px;
}
.h2_top_2.pchan-add b:before {
	content: "";
	height: 50px;
	width: 50px;
	background: url("../images/top2025/pchan2.webp") no-repeat;
	background-size: contain;
	position: absolute;
	left: -50px;
	top: 0;
	margin: auto;
	bottom: 0;
}
.h2_top_2.pchan-add b:after {
	content: "";
	height: 50px;
	width: 50px;
	background: url("../images/top2025/p_chan.webp") no-repeat;
	background-size: contain;
	position: absolute;
	right: -50px;
	top: 0;
	margin: auto;
	bottom: 0;
}
}
