@import "default.css";
@import "standard.css";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-size: 70%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
}
a:hover {
	opacity: .7;
}
/* スタイル
------------------------------------------------ */
header {
	width: 97%;
	max-width: 1140px;
	margin: 0 auto;
	margin-bottom: 15px;
}
header #inbox {
	padding: 10px;
	box-sizing: border-box;
}
header #inbox h1 {
	margin-right: 40px;
}
header #inbox h1 img {
	width: 210px;
}
header #inbox p, header #inbox #link {
	display: none;
}
#underlayer {
	width: 98%;
	margin: 20px auto 15px;
	padding-bottom: 10px;
	border-radius: 15px;
	background: url("../image/common/header_bg.png") left center no-repeat, rgba(235,235,235,0.25);
	background-size: cover;
}
/* フッター */
footer {
	margin-bottom: 80px;
}
.foot_wrap .flex {
	width: 97%;
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot_wrap dt {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: .9;
}
.foot_wrap dd.sub_title {
	margin-bottom: 20px;
	font-size: 18px;
}
.foot_wrap .detail {
	width: 400px;
}
#fnavi {
	margin-bottom: 50px;
	padding: 20px 0;
	background: linear-gradient(to right, #57CFD7, #EBFBCD);
}
#fnavi ul {
	width: 330px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#fnavi ul li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#f_info .box {
	margin-bottom: 20px;
}
#f_info .box #logo {
	margin-bottom: 30px;
	text-align: center;
}
#f_info .box #logo img {
	width: 250px;
}
#f_info .box #phone_number {
	margin-bottom: 30px;
	text-align: center;
}
#f_info .box #phone_number dt {
	font-size: 18px;
	font-weight: bold;
}
#f_info .box #phone_number dd a {
	font-size: 28px;
	font-weight: bold;
	color: #F27474;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	display: flex;
}
#f_info .box #phone_number dd:first-of-type i {
	height: 38px;
	margin-right: 10px;
}
#f_info .box #phone_number dd:nth-last-of-type(2) {
	font-size: 14px;
}
#f_info #f_contact {
	display: flex;
	justify-content: center;
}
#f_info #f_contact li {
	margin-right: 20px;
}
#f_info #f_contact li:last-of-type {
	margin-right: 0;
}
#f_info #f_contact li a {
	color: #000000;
	text-align: center;
	text-decoration: none;
}
#f_info #f_contact li a dd {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
	border: 1px #C8C8C8 solid;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#f_info #f_contact li a dd img {
	width: 30px;
}
#f_info ul.address {
	width: 320px;
	margin: 0 auto 15px;
}
#f_info ul.address li {
	font-size: 14px;
}
#f_info ul.address li:first-of-type {
	font-weight: bold;
}
#f_info ul.list {
	width: 320px;
	margin: 0 auto;
	display: flex;
}
#f_info .list li {
	margin-right: 10px;
}
#f_info .list a {
	font-size: 12px;
	color: #009EA7;
	text-decoration: none;
}
#copyright {
	padding: 10px 0;
	background-color: #fff;
	font-size: 10px;
	color: #9D9D9D;
	text-align: center;
}
#fixedTop {
	right: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 120;
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
#fixedTop img {
	width: 40px;
}
.static_btn {
	display: flex;
	position: fixed;
	top: 0;
	right: 60px;
	z-index: 130;
}
.static_btn li {
	width: 50px;
	height: 50px;
}
.static_btn li a {
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
}
.static_btn li:first-of-type a {
	background: #FF8800;
}
.static_btn li:last-of-type a {
	background: #009EA7;
}
.static_btn li a dl {
	text-align: center;
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.static_btn li a dl dd img {
	width: 20px;
	height: auto;
}
.static_btn li:first-of-type a dl dd {
	margin-right: 5px;
}
.static_btn li a dl dt {
	font-size: 10px;
	font-weight: bold;
}
/* ナビ部分
------------------------------------------------ */
header nav ul, #fixd_gnav ul {
	width: 98%;
	height: 40px;
	margin: 0 auto 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px rgb(0 0 0 / 16%);
	line-height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
}
header nav li, #fixd_gnav li {
	margin-top: auto;
	font-weight: bold;
	text-align: center;
	display: flex;
	position: relative;
}
header nav li a:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #009EA7;
	display: block;
	position: absolute;
	bottom: 7px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
header nav li a:hover:after, #p_top header nav li.page01 a:after, #p_about header nav li.page02 a:after, #p_institution header nav li.page03 a:after, #p_contact header nav li.page04 a:after {
	background: #FF8800;
}
header nav li a:active:after {
	background: #FF2020;
}
header nav li a, #fixd_gnavli a {
	font-size: 12px;
	text-decoration: none;
	color: #1D1D1D;
}
header nav li span.list, #fixd_gnav li span.list {
	display: block;
}
/* モーダルメニュー */
.menu-btn {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 210;
	background-color: #000;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 25px;
	border-radius: 2px;
	background-color: #ffffff;
	position: absolute;
	transition : 0.3s;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 200;
	background: #fff;
	transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
}
.menu-content ul#main_list {
	padding: 100px 30px;
}
.menu-content ul#main_list li {
	background-image: linear-gradient(to right, #7E7E7E, #7E7E7E 3px, transparent 3px, transparent 8px);
	background-size: 8px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
	list-style: none;
}
.menu-content ul#main_list li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul#main_list li a::before {
	content: "";
	width: 10px;
	height: 10px;
	background: url(/image/common/icon_menu_right.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
}
.menu-content ul#other_list li {
	width: 200px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
}
.menu-content ul#other_list li a {
	width: 100%;
	height: 100%;
	background: #3A8FEF;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
}
/* 固定バナー
------------------------------------------------ */
#fixd_reserve li {
	width: 200px;
	height: 200px;
	text-align: center;
	position: fixed;
	right: 50px;
	bottom: 80px;
	z-index: 100;
}
#fixd_reserve li a {
	width: 100%;
	height: 100%;
	color: #FF9300;
	text-decoration: none;
	font-size: 28px;
	line-height: 1.8;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #FF9300;
	box-sizing: border-box;
	display: block;
	position: relative;
}
#fixd_reserve li a .font {
	font-family: 'Kosugi Maru', sans-serif;
}
#fixd_reserve li a:hover {
	opacity: 1;
}
#fixd_reserve li a .center {
	width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/* パンくずリスト
------------------------------------------------ */
#rootlist, .breadcrumbs {
	width: 92%;
	margin: 0 auto 30px;
	font-size: 12px;
	position: relative;
	z-index: 110;
}
.breadcrumbs span:nth-child(2n) {
	margin: 0 5px;
	color: #999;
}
#rootlist span {
	margin: 0 5px;
	color: #999;
}
#rootlist a, .breadcrumbs a {
	text-decoration: none;
}
#rootlist a:hover, .breadcrumbs a:hover {
	text-decoration: underline;
}
/* Hタグ
------------------------------------------------ */
.h2_title_line {
	height: 200px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
h2.title {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 110;
}
h3.title {
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: 700;
	color: #195C7A;
	text-align: center;
}
h3.title span {
	position: relative;
}
h3.title span::before, h3.title span::after {
	content: "";
	width: 54px;
	height: 32px;
	background: url("../image/common/h3_title_deco.svg") no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
h3.title span::before {
	left: -70px;
}
h3.title span::after {
	right: -70px;
}
.sub_title {
	font-size: 16px;
}
/* 投稿ページ
------------------------------------------------ */
#p_news .cbox {
	padding: 20px;
	border: 1px #CCC solid;
	box-sizing: border-box;
}
#post #ez-toc-container {
	margin-bottom: 100px;
	box-sizing: border-box;
}
#post h4 {
	margin-bottom: 40px;
	padding: 15px 10px;
	background: #009EA7;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
#post h5 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
#post h5:before {
	content: "◎";
}
#post h6 {
	margin-bottom: 10px;
	padding: 5px;
	background: #FEF6DE;
	font-size: 16px;
	font-weight: bold;
}
#post h4.title01 {
	margin-bottom: 40px;
	padding: 10px;
	padding-left: 30px;
	background: none;
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	font-size: 20px;
	color: #000;
	line-height: normal;
	position: relative;
}
#post h4.title01:before {
	content: " ";
	height: 1em;
	border-left: 4px #009999 solid;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
/* リスト */
#post ul li {
	margin-bottom: 15px;
}
#post ul li:last-child {
	margin-bottom: 0;
}
/* カラム */
#post .wp-block-column figure {
	padding: 10px;
}
/* ブロックスタイル */
#post .flame01 {
	padding: 30px;
	background: #FFFBEE;
}
/* fig */
#post figure {
	margin: 0;
	padding: 0;
}
.is-style-sme-list-check li {
	margin-left: 20px;
}
/* table */
th {
	white-space: nowrap;
}
/* 共通
------------------------------------------------ */
#contents {
	margin: 0 auto;
	position: relative;
	z-index: 120;
}
#contents p {
	margin-bottom: 20px;
	line-height: 1.6em;
}
#contents p:last-child {
	margin-bottom: 0;
}
.cbox {
	width: 96%;
	margin: 0 auto 80px;
	box-sizing: border-box;
}
.cbox_m0 {
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_s {
	width: 96%;
	margin: 0 auto 80px;
	box-sizing: border-box;
}
.cbox_s_m0 {
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.inbox {
	margin: 0 auto 80px;
	padding: 0 10px;
	box-sizing: border-box;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 0 auto;
}
br.pc {
	display: none;
}
/* トップページ
------------------------------------------------ */
body#p_top {
	background: url("../image/common/bg_leaf.jpg") no-repeat top 250px center;
	background-size: contain;
}
#p_top #main {
	width: 95%;
	margin: 10px auto 20px;
	position: relative;
}
#p_top .wrap {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.slick-arrow {
	position: absolute;
	top: 0;
	bottom: 40px;
	margin: auto;
}
.prev-arrow {
	left: 30px;
	z-index: 1;
}
.next-arrow {
	right: 30px;
}
#p_top #main .slick_top li img {
	width: 100%;
	height: 370px;
	border-radius: 15px;
	object-fit: cover;
	object-position: center;
}
#p_top #main .slick_top .slick-dots {
	bottom: -50px;
}
#p_top #main .slick-dots li button:before {
	font-size: 24px;
}
#p_top #main h2 {
	margin: 40px 0 30px;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 24px;
	color: white;
	line-height: 2;
	text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
	text-align: center;
}
#p_top #main h2 .fister {
	margin-right: 40px;
}
#p_top #main h2 .latter {
	margin-left: 40px;
}
#p_top #main #list {
	width: 340px;
	margin: 0 auto 15px;
	display: flex;
	justify-content: space-between;
}
#p_top #main #list a {
	width: 160px;
	height: 50px;
	padding: 0 3px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 12px;
	color: #4B3900;
	text-decoration: none;
	line-height: 1.3;
	cursor: pointer;
	cursor: hand;
	display: flex;
	justify-content: center;
	align-items: center;
	transition : 0.4s;
}
#p_top #main #list a:hover {
	background: #fff;
	opacity: 1;
}
#p_top #main #list a img {
	width: 20px;
}
#p_top #main #list a i {
	margin-right: 5px;
}
#p_top #main #academy {
	text-align: center;
}
#p_top #main #academy a {
	padding: 5px 10px;
	background: rgba(255, 141, 141, 0.75);
	border-radius: 2px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	transition : 0.4s;
}
#p_top #main #academy a:hover {
	background: #1d8b91;
	opacity: 1;
}
#p_top #introduction .introduction {
	margin-bottom: 70px;
}
#p_top #introduction .introduction h2 {
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color: #D47D1A;
	text-align: center;
}
#p_top #introduction .introduction h2 span {
	font-size: 22px;
}
#p_top #introduction .introduction p.intro_text {
	margin-bottom: 40px;
}
#p_top #introduction .introduction #map {
	margin-bottom: 40px;
}
#p_top #introduction .introduction #map li {
	width: 100%;
	height: 300px;
	padding-top: 30%;
}
#p_top #introduction .introduction #map li:first-of-type {
	margin-bottom: 30px;
}
#p_top #introduction .introduction ul.button li {
	width: 60%;
	height: 30px;
	margin: 0 auto;
	border: 1px #FF8800 solid;
}
#p_top #introduction .introduction ul.button li a {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #6B5200;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_top #introduction .introduction ul.button li a i {
	margin-top: 14px;
	margin-right: 10px;
}
#p_top #introduction .introduction ul.button li a i img {
	width: 16px;
}
#p_top #news .bg_wrap {
	padding-top: 60px;
	background: url(../image/top/img_gback.jpg) no-repeat top center;
	background-size: 100% 654px;
}
#p_top #news .list_box {
	width: 92%;
	margin: 0 auto;
}
#p_top #news .log {
	margin-bottom: 20px;
}
#p_top #news .topics, #p_top #news .news {
	margin-bottom: 45px;
	padding: 30px 0;
	background: #fff;
	box-shadow: 0 0px 6px rgba(0, 0, 6, .16);
	position: relative;
}
#p_top #news .topics:after {
	content: "";
	width: 180px;
	height: 160px;
	background: url("../image/top/img_leaf01.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -60px;
	left: 0;
}
#p_top #news .news:after {
	content: "";
	width: 170px;
	height: 120px;
	background: url("../image/top/img_leaf02.svg") no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: 0;
}
#p_top #news .topics .box, #p_top #news .news .box {
	margin-bottom: 20px;
	display: flex;
	align-items: end;
}
#p_top #news .topics h2, #p_top #news .news h2 {
	width: 180px;
	height: 40px;
	margin-right: 40px;
	padding: 0 25px;
	box-sizing: border-box;
	background: #009EA7;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}
#p_top #news ul.archive a {
	margin-right: 10px;
	text-decoration: none;
	font-size: 12px;
	color: #919191;
	display: flex;
	align-items: center;
}
#p_top #news ul.archive a i {
	margin-right: 3px;
	display: flex;
	align-items: center;
}
#p_top #news .news {
	margin-bottom: 70px;
}
#p_top #contact .contact {
	width: 96%;
	margin: 0 auto 50px;
	padding: 30px 0;
	background: url("../image/top/img_bstripe.jpg");
	background-size: cover;
	text-align: center;
}
#p_top #contact .contact h2 {
	margin-bottom: 15px;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 22px;
	color: #7F2626;
}
#p_top #contact .contact .tel a {
	width: 320px;
	margin: 0 auto 10px;
	padding: 20px 0 15px;
	display: block;
	background: #FF8D8D;
	box-shadow: 0 3px 6px rgb(0 0 6 / 16%);
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 0.7;
	text-decoration: none;
	transition : 0.25s;
}
#p_top #contact .contact .tel a:hover {
	background: #FC7070;
	box-shadow: none;
	opacity: 1;
}
#p_top #contact .contact dl {
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_top #contact .contact .tel dt {
	line-height: 0.8;
}
#p_top #contact .contact dl dd img {
	width: 30px;
}
#p_top #contact .contact dl dt .time {
	font-size: 12px;
	color: #ECE3E3;
}
#p_top #contact .contact .mail a {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#p_top #news_letter {
	text-align: center;
}
#p_top #news_letter h2 {
	margin-bottom: 50px;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 26px;
	color: #707070;
}
#p_top #news_letter p {
	font-size: 14px;
	color: #0073B8;
}
#p_top #news_letter ul {
	width: 95%;
	max-width: 1350px;
	margin: 0 auto 70px;
}
#p_top #news_letter ul li a {
	text-decoration: none;
}
#p_top #news_letter ul li img {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	display: block;
	object-fit: cover;
	border-radius: 50%;
}
#p_top #instagram h2 {
	font-family: 'Sawarabi Mincho', serif;
	font-size: 26px;
	color: #707070;
	text-align: center;
}
#p_top #instagram .cbox {
	width: 90%;
}
#p_top #other .cbox {
	margin-bottom: 60px;
}
#p_top #other ul li {
	width: 320px;
	height: 160px;
	margin: 0 auto;
	border-radius: 50px;
	position: relative;
}
#p_top #other ul li:first-of-type {
	margin-bottom: 20px;
}
#p_top #other ul li img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}
#p_top #other a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	transition : 0.25s;
}
#p_top #other a:hover {
	border-radius: 50px;
}
#p_top #other li a dl {
	width: 240px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: linear-gradient(to right, #3A8FEF, #4153EF);
	color: #fff;
	opacity: 1;
	position: absolute;
	bottom: -20px;
	left: -20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#p_top #other li:last-of-type a dl {
	background: linear-gradient(to right, #FF8D8D, #F96666);
}
#p_top #other a dl dt {
	font-size: 18px;
	font-weight: bold;
}
#p_top #other a dl dd {
	font-size: 12px;
	opacity: 0.7;
}
#banner_teruteruacademy {
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
}
#banner_teruteruacademy a {
	text-decoration: none;
}
#banner_teruteruacademy a:hover {
	opacity: 1;
}
#banner_teruteruacademy dl {
	position: relative;
	padding: 10px 20px;
	padding-left: 90px;
	background: #FFF;
	border: 4px #FF5D5D solid;
	border-radius: 60px;
}
#banner_teruteruacademy dl:hover {
	background: #FFF6F6;
}
#banner_teruteruacademy dl dt {
	color: #333;
}
#banner_teruteruacademy dl dd {
	font-size: 18px;
	font-weight: bold;
	color: #FF5D5D;
}
#banner_teruteruacademy dl dd.ist {
	position: absolute;
	left: 20px;
	top: -15px;
}
#banner_teruteruacademy dl dd.ist img {
	width: 60px;
	height: auto;
}
/* トピックス一覧
------------------------------------------------ */
#p_topics #topics .topics {
	margin-bottom: 45px;
	padding: 20px 10px;
	background: #fff;
	box-shadow: 0 0px 6px rgba(0, 0, 6, .16);
	position: relative;
}
#p_top #news .topics .log img, #p_topics #topics .topics img {
	max-width: 187px;
	max-height: 134px;
	margin: 15px auto;
	display: block;
	object-fit: contain;
}
#p_top #news .topics .log dt, #p_topics #topics .topics dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FF1111;
}
#p_top #news .topics .log dt a, #p_topics #topics .topics dt a {
	color: #FF1111;
}
/* ニュース一覧
------------------------------------------------ */
#p_top #news .news .log dl, #p_news #news dl {
	padding: 15px 0;
	background-image: linear-gradient(to right, #7E7E7E, #7E7E7E 3px, transparent 3px, transparent 8px);
	background-size: 8px 1px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
#p_top #news .news .log dt, #p_news #news dl dt {
	margin-right: 20px;
	font-weight: bold;
	color: #707070;
}
/* 生陽会について
------------------------------------------------ */
.sme-font-size {
	font-size: 18px !important;
}
/* 施設一覧
------------------------------------------------ */
#p_institution #list h3 {
	margin-bottom: 24px;
	padding: 8px 15px;
	background: #399;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#p_institution #list h3.day {
	background: #F05A28;
}
#p_institution #list h3.nh {
	background: #009344;
}
#p_institution #list h3.other {
	background: #1A75BB;
}
#p_institution #list .list {
	width: 98%;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#p_institution #list .list:after {
	content: "";
	display: block;
	width: 32%; /* .boxに指定したwidthと同じ幅を指定する */
	height: 0;
}
#p_institution #list .list > li {
	width: 48%;
	margin-bottom: 24px;
	display: inline-block;
	text-decoration: none;
	color: #000;
	box-shadow: 0px 0px 8px 0px rgba(153,152,152,0.6);
}
#p_institution #list .list dt img {
	width: 100%;
}
#p_institution #list .list dd {
	padding: 16px 7px;
}
#p_institution #list .list dd .name {
	margin-bottom: 4px;
	font-size: 16px;
}
#p_institution #list .list li .dayservice {
	margin-bottom: 6px;
	color: #F05A28;
}
#p_institution #list .list li .nh {
	margin-bottom: 6px;
	color: #009344;
}
#p_institution #list .list li .other {
	margin-bottom: 6px;
	color: #1A75BB;
}
#p_institution #list .list dd .name li.sub, #p_institution #list .list dd .name li.address, #p_institution #list .list dd .name li.availability {
	font-size: 12px;
}
#p_institution #list .list dd .name li.address {
	margin-bottom: 8px;
}
#p_institution #list .list dd .name li.phone, #p_institution #list .list dd .name li.availability {
	text-align: center;
}
#p_institution #list .list dd .name li.phone a {
	text-decoration: none;
	color: #F00;
	font-size: 16px;
}
#p_institution #list .list dd .name li.availability {
	color: #FF6A6A;
}
#p_institution #list .link {
	font-size: 12px;
	color: #09C;
	text-align: center;
}
/* 施設詳細
------------------------------------------------ */
#p_institution .infoarea {
	margin-bottom: 60px;
	background: #FFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#p_institution .infoarea .photo {
	margin-bottom: 20px;
}
#p_institution .infoarea .photo li {
	margin-bottom: 0;
}
#p_institution .infoarea .photo img {
	width: 100%;
}
#p_institution .infoarea .list {
	width: 90%;
	margin: 0 auto;
}
#p_institution .infoarea .list dl {
	margin-bottom: 10px;
}
#p_institution .infoarea .list dd {
	font-size: 14px;
}
#p_institution .infoarea .list dt {
	font-size: 20px;
	font-weight: bold;
}
#p_institution .infoarea .list .dayservice dt {
	color: #FF8800;
}
#p_institution .infoarea .list .nh dt {
	color: #009344;
}
#p_institution .infoarea .list .other dt {
	color: #1A75BB;
}
#p_institution .infoarea .list .data {
	margin-left: 10px;
	padding-bottom: 10px;
}
#p_institution .infoarea .list .data li {
	margin-bottom: 0;
	font-size: 14px;
}
#p_institution .infoarea .list .data .phone {
	font-size: 16px;
	color: #FF0000;
}
#p_institution .infoarea .list .data .phone a {
	text-decoration: none;
	color: #FF0000;
}
#p_institution .infoarea .list .data .availability {
	color: #FF6A6A;
}
#p_institution .infoarea .list .sns {
	margin-bottom: 10px;
	margin-left: 10px;
	display: flex;
}
#p_institution .infoarea .list .sns li {
	margin: 0 5px;
}
#p_institution .infoarea .list .sns li img {
	width: 30px;
	height: auto;
}
#p_institution .infoarea .list .free {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
	font-size: 14px;
}
#p_institution #application_button ul {
	margin-bottom: 50px;
	text-align: center;
}
#p_institution #application_button ul li a {
	padding: 10px 20px;
	border-radius: 9999px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#p_institution #application_button ul li#application {
	margin-bottom: 30px;
}
#p_institution #application_button ul li#application a {
	background: linear-gradient(135deg, #FCB900 0%, #FF6900 100%);
}
#p_institution #application_button ul li#request a {
	background: linear-gradient(135deg, #7ADCB4 0%, #00D082 100%);
}
#p_institution #institution_news .list {
	margin-bottom: 100px;
}
#p_institution #institution_news .list dl {
	margin-bottom: 20px;
	padding: 25px;
	border: 1px #FF0000 solid;
	display: flex;
}
#p_institution #institution_news .list dt {
	margin-right: 15px;
}
#p_institution #institution_news .list dd {
	display: flex;
	align-items: center;
}
#p_institution #institution_news .list dd span {
	color: #F00;
	font-size: 12px;
}
/* 施設を探す
------------------------------------------------ */
#p_search #search ul {
	padding: 0;
}
#p_search #search li {
	list-style: none;
}
#p_search #search form {
	margin-bottom: 30px;
}
#p_search #search form ul {
	display: flex;
	flex-wrap: wrap;
}
#p_search #search input[type="radio"] {
	display: none;
}
#p_search #search input[type="radio"]:checked + label {
	background: #FFC200; /* マウス選択時の背景色を指定する */
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}
#p_search #search .label:hover {
	background-color: #FFF9E8; /* マウスオーバー時の背景色を指定する */
}
#p_search #search .label {
	min-width: 100px; /* ボックスの横幅を指定する */
	height: 45px; /* ボックスの高さを指定する */
	margin: 5px; /* ボックス外側の余白を指定する */
	padding-left: 5px; /* ボックス内左側の余白を指定する */
	padding-right: 5px; /* ボックス内御右側の余白を指定する */
	box-sizing: content-box;
	background: #fff;
	border: 2px solid #FFC200;
	border-radius: 10px; /* 角丸を指定する */
	font-size: 16px;
	display: block; /* ブロックレベル要素化する */
	text-align: center; /* テキストのセンタリングを指定する */
	line-height: 45px; /* 行の高さを指定する */
	cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
}
#p_search #search .search-box_label {
	font-weight: bold;
}
#p_search #search .is-hide {
	display: none;
}
#p_search #search .list_toggle {
	display: none;
}
#p_search #search .under_line {
	width: 500px;
}
#p_search #search .search-box {
	margin-bottom: 30px;
}
#p_search #search .search-box h2 {
	margin-bottom: 20px;
	padding: 12px 20px;
	background: #F5F5F5;
	font-size: 18px;
	color: #009EA7;
}
#p_search #search .result h2 {
	color: #FF0000;
}
#p_search #search .step {
	margin-right: 20px;
	padding: 5px 15px;
	background: #fff;
	font-size: 14px;
	color: #919191;
}
#p_search #search .reset-button {
	border: 2px #FF0000 solid;
	color: #FF0000;
	cursor: pointer;
}
#p_search #search .reset-button:hover {
	background: #FFE8E8;
}
#p_search #search .nothing {
	display: none;
}
#p_search .search-box .list {
	width: 98%;
	margin: 0 auto;
	margin-bottom: 100px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#p_search .search-box .list > li {
	width: 48%;
	margin-bottom: 24px;
	display: inline-block;
	text-decoration: none;
	color: #000;
	box-shadow: 0px 0px 8px 0px rgba(153,152,152,0.6);
}
#p_search .search-box .list dt {
	margin-bottom: 8px;
}
#p_search .search-box .list dt img {
	width: 100%;
}
#p_search .search-box .list dd {
	padding: 16px 7px;
}
#p_search .search-box .list dd .name {
	margin-bottom: 4px;
	font-size: 16px;
}
#p_search .search-box .list li .dayservice {
	color: #F05A28;
}
#p_search .search-box .list li .nh {
	color: #009344;
}
#p_search .search-box .list li .other {
	color: #1A75BB;
}
#p_search .search-box .list dd .name li.sub, #p_search .search-box .list dd .name li.address, #p_search .search-box .list dd .name li.availability {
	font-size: 12px;
}
#p_search .search-box .list dd .name li.address {
	margin-bottom: 8px;
}
#p_search .search-box .list dd .name li.phone, #p_search .search-box .list dd .name li.availability {
	text-align: center;
}
#p_search .search-box .list dd .name li.phone a {
	text-decoration: none;
	color: #F00;
	font-size: 16px;
}
#p_search .search-box .list dd .name li.availability {
	color: #FF6A6A;
}
#p_search .search-box .link {
	color: #09C;
	font-size: 12px;
	text-align: center;
}
/* お問い合わせ
------------------------------------------------ */
.contact_wrap #warning {
	margin-bottom: 40px;
}
.contact_wrap #warning dt {
	margin-bottom: 10px;
	font-weight: bold;
}
.contact_wrap #o_link {
	margin-left: 30px;
	margin-bottom: 50px;
	list-style-type: inherit;
}
.contact_wrap #o_link li {
	line-height: 1.4;
	list-style: inherit;
}
.contact_wrap .contact_form {
	margin-bottom: 30px;
	padding: 30px 10px;
	box-sizing: border-box;
	background: #fff;
	border: 1px #CECECE solid;
	border-radius: 3px;
}
.contact_wrap .contact_form .block {
	line-height: 26px;
	display: block;
}
.contact_wrap .contact_form dl {
	padding: 15px 10px;
	border-bottom: 1px #CECECE solid;
}
.contact_wrap .contact_form dl:last-of-type {
	margin-bottom: 30px;
}
.contact_wrap .contact_form dl.border_none {
	margin-bottom: 0;
	border: none;
}
.contact_wrap .contact_form dt {
	font-weight: bold;
	color: #575757;
	line-height: 30px;
}
.contact_wrap .contact_form dt:before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: #FFC813;
	border-radius: 50%;
	display: inline-block;
}
.contact_wrap .contact_form dt b {
	margin-left: 15px;
	padding: 2px 15px;
	background: #FF8800;
	font-size: 12px;
	color: #fff;
}
.contact_wrap .contact_form .width_adjustment_l dd {
	flex: 1;
}
.contact_wrap .contact_form .width_adjustment_l dd a {
	color: #000;
	text-decoration: none;
}
.contact_wrap .contact_form dd span.note {
	margin-left: 20px;
	font-size: 12px;
}
.contact_wrap .contact_form dd.flex div {
	margin-right: 20px;
	display: flex;
	align-items: center;
}
.contact_wrap .contact_form dd.flex div select {
	margin-right: 10px;
}
.contact_wrap .contact_form dd span.t_green {
	margin-top: 10px;
	margin-bottom: 6px;
	display: block;
	font-weight: bold;
	color: #339A00;
}
.contact_wrap .contact_form dd span.t_orange {
	margin-top: 10px;
	margin-bottom: 4px;
	display: block;
	font-weight: bold;
	color: #FF8800;
}
.contact_wrap .contact_form dd span.t_blue {
	margin-top: 10px;
	margin-bottom: 6px;
	display: block;
	font-weight: bold;
	color: #1A75BB;
}
.contact_wrap .contact_form dd span.area {
	margin-top: 5px;
	font-size: 14px;
	color: #606060;
	display: block;
}
.contact_wrap .contact_form dd input[type="text"], .contact_form dd textarea.wl {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	background: #F7F7F7;
	border: 1px #D8D8D8 solid;
	border-radius: 5px;
}
.contact_wrap .contact_form dd textarea.wl {
	width: 640px;
	height: 240px;
}
.contact_wrap .policy {
	text-align: center;
}
.contact_wrap .policy a {
	font-size: 14px;
	color: #0E0101;
}
.contact_wrap .button {
	margin-bottom: 15px;
	text-align: center;
}
.contact_wrap input[type="submit"] {
	width: 300px;
	height: 45px;
	background: transparent;
	border: 2px #FF9300 solid;
	border-radius: 5px;
	font-size: 16px;
	color: #0E0101;
	transition: 0.1s ease-in-out;
}
.contact_wrap input[type="submit"]:hover {
	background: #FF9300;
	color: #fff;
}
/* てるてるアカデミー申込
------------------------------------------------ */
#p_academy_form li.none {
	display: none;
}
#p_academy_form li.none.block {
	display: block;
}
#p_academy_form #warning {
	margin-bottom: 40px;
}
#p_academy_form .contact_form {
	margin-bottom: 30px;
	padding: 30px 10px;
	background: #fff;
	border-radius: 3px;
	border: 2px #FF8800 solid;
}
#p_academy_form .contact_form dl {
	padding: 10px;
	border-bottom: 1px #CECECE solid;
}
#p_academy_form .contact_form dl:last-of-type {
	margin-bottom: 20px;
}
#p_academy_form .contact_form dl.border_none {
	margin-bottom: 0;
	border: none;
}
#p_academy_form .contact_form dt {
	padding: 5px 0;
	font-weight: bold;
	color: #575757;
}
#p_academy_form .contact_form dt:before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: #FFC813;
	border-radius: 50%;
	display: inline-block;
}
#p_academy_form .contact_form dt b {
	margin-left: 15px;
	padding: 2px 15px;
	background: #FF8800;
	font-size: 12px;
	color: #fff;
}
#p_academy_form .contact_form dd span.note {
	margin-left: 20px;
	font-size: 12px;
}
#p_academy_form .contact_form dd.flex div {
	margin-right: 20px;
	display: flex;
	align-items: center;
}
#p_academy_form .contact_form dd.flex div select {
	margin-right: 10px;
}
#p_academy_form .contact_form dd input[type="text"], .contact_form dd textarea.wl {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	background: #F7F7F7;
	border: 1px #D8D8D8 solid;
	border-radius: 5px;
}
#p_academy_form .contact_form dd textarea.wl {
	width: 640px;
	height: 240px;
}
#p_academy_form .policy {
	margin-bottom: 30px;
	text-align: center;
}
#p_academy_form .policy a {
	font-size: 14px;
	color: #0E0101;
}
#p_academy_form .button {
	margin-bottom: 25px;
	text-align: center;
}
#p_academy_form input[type="submit"] {
	width: 300px;
	height: 45px;
	background: transparent;
	border: 2px #FF9300 solid;
	border-radius: 5px;
	color: #0E0101;
	font-size: 16px;
	transition: 0.1s ease-in-out;
}
#p_academy_form input[type="submit"]:hover {
	background: #FF9300;
	color: #fff;
}
/* 無料体験
------------------------------------------------ */
#p_experience #guidance .guidance {
	margin-bottom: 100px;
	padding: 40px 0 35px 0;
	background: #FFFBEE;
	text-align: center;
}
#p_experience #guidance .guidance h2 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
#p_experience #guidance .guidance p {
	margin-bottom: 20px;
}
#p_experience #guidance .guidance .link {
	margin-bottom: 30px;
}
#p_experience #guidance .guidance .link li {
	width: 320px;
	height: 50px;
	padding-left: 90px;
	box-sizing: border-box;
	background: #fff;
	border: 1px #FF8800 solid;
	display: inline-block;
}
#p_experience #guidance .guidance .link li a {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	color: #6B5200;
	text-decoration: none;
	display: flex;
	align-items: center;
}
#p_experience #guidance .guidance .link li a img {
	width: 16px;
	margin-top: 7px;
	margin-right: 20px;
}
/* フォーム幅
------------------------------------------------ */
form .wl {
	width: 100% !important;
}
form .wm {
	width: 100% !important;
}
form .ws {
	width: 50% !important;
}
form .wss {
	width: 20% !important;
}
/* ニュース一覧
------------------------------------------------ */
#p_news h2.title img {
	margin-bottom: 8px;
}
/* 個人情報保護方針について
------------------------------------------------ */
#p_policy #underlayer {
	background: url("../image/common/header_bg_2.png") left center no-repeat, rgba(245,245,245,0.25);
}
#p_policy #policy dl:after {
	background: radial-gradient(circle farthest-side, #C2C2C2, #C2C2C2 40%, transparent 40%, transparent);
	background-size: 6px 6px;
	content: '';
	display: inline-block;
	height: 6px;
	width: 100%;
}
#p_policy #policy dt {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
#p_policy #policy dd {
	padding: 0 10px;
}