@charset "UTF-8";

/* ----------------------------------------------------
basic style of NewLifeSupport2020
author: HPG_ogiwara
version: July 2019
----------------------------------------------------- */

/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. ショピングページ関係
		03. tab
		04. BREAD CRUMB
		05. wordpress 諸処設定
		06. owlカルーセル
		07. CHARACTOR
		08. footer 修正
		09. header
		10. 下層ページ TOPイメージ
		11. bootstrap機能拡張
		12. スマホでの表の表示切り替え
		13. back to home
		14. menu button
		15. 文字列にスラッシュ追加
		16. リスト(thumbs-upマーク)
		18. リスト(括弧つき数字)
		19. ドロワーメニュー
		20. order_btn
	---------------------------

 ** ************************************* **/


@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


/** 01. Globals
 **************************************************************** **/
body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
#header {
	font-family: "newlife","JapanSans90","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","游ゴシック体", "Yu Gothic", "YuGothic";
}
#content table.tbl.condensed {
	font-family: "JapanSans90","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","游ゴシック体", "Yu Gothic", "YuGothic";
}
#content table.tblFull.condensed {
	font-family: "JapanSans90","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","游ゴシック体", "Yu Gothic", "YuGothic";
}
#content h2 {
	font-family: 'YakuHanJP';
	padding: 0;
	padding-top: 6px;
	margin: 0.3em 0 0.5em;
	font-size: 200%;
	line-height: 1.0;
	color: #333333;
	text-indent: -1.8em;
	padding-left: 1.8em;
}
@media (max-width: 768px) {
	#content table.tblFull.condensed {
		font-family: "JapanSans70","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","Meiryo","游ゴシック体", "Yu Gothic", "YuGothic";
	}
	#content h2 {
		font-family: 'YakuHanJP';
		padding: 0;
		padding-top: 6px;
		margin: 0.3em 0 0.5em;
		font-size: 160%;
		line-height: 1.0;
		color: #333333;
		text-indent: -1.9em;
		padding-left: 1.9em;
	}
	#content h2 span {
		line-height: 1.0;
	}
}
body {
	background-color: #FFFFFF;
}
@media (min-width: 576px) {
	.container {
		width:auto;
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		width:auto;
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		width:auto;
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		width:auto;
		max-width: 1140px;
	}
}
a:focus,a:hover{
	outline: 0;
	text-decoration: none;
	color: #2275d7;
}
#global_header {
	background-color: #FFFFFF;
	-webkit-transition: 1.2s;
	   -moz-transition: 1.2s;
	     -o-transition: 1.2s;
	    -ms-transition: 1.2s;
	        transition: 1.2s;
}
#global_header.header-shadow {
	-webkit-transition: 1.2s;
	   -moz-transition: 1.2s;
	     -o-transition: 1.2s;
	    -ms-transition: 1.2s;
	        transition: 1.2s;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	background-color: #FFFFFF;
}
#header {
	background-color: transparent;
}
#header h1 {				/* ヘッダー画像貼り替え */
	background-image: url(/tohoku/images/common/logo_newlife@2x.svg);
	background-position: left 0 top 0;
	background-size: 350px 60px;
	width: 350px;
	height: 60px;
	top: 3px;
}
#header h1 a {				/* ヘッダー画像貼り替え */
	display: block;
	text-indent: -9999px;
	width: 350px;
	height: 60px;
}
#global_tab {
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background-color: #e63d8c;
}
#tabsubarea {
	display: none;
}
#status_header {
	display: none;
}
#container.container {
	padding-top: 70px;
}
@media (max-width: 768px) {
	#container.container{
		/*	padding: 0;*/
		padding-top: 50px;
	}
}
#container.pdng {
	padding-top: 15px;
}
#container .fullview {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -42px;
}
#content {
	font-size: 16px;
}
#content.hero {
	/*margin-top: 40vh;*/
	margin-top: 350px;
	background:#FFFFFF;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	     -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}
.content_full {
	margin: 10px -10px 10px;
	padding: 20px;
}
@media (max-width: 768px) {
/*	#container.container {
		padding-top: 55px;
	}*/
	#content.hero {
	margin-top: 350px;
}
	#container.pdng {
		padding-top: 15px;
	}
}
#content {
	width: 80%;
}
#rightside {
	width: 20%;
}
@media (max-width: 991px) {
	#content {
		width: 100%;
	}
	#rightside {
		display: none;
	}
}
@media (max-width: 768px) {
	#content {
		float: none;
		width: 100%;
	}
}
#global_tab {
	width:100%;
	background: #FFFFFF;
	height:auto;
	max-height: 2000px;
	float: none;
}
#content a.breakall {
	text-decoration: none;
	word-break: break-all;
}
#container {
	margin: 0 auto;
/*	padding: 0;*/
	padding-top: 42px;
}
/*div要素の左右端配置*/
.between {
	display: flex;
	justify-content: space-between;
}
/* カラー 追加 */
.rose {
	color: #DB3561;
}
.winered {
	color: #80273F;
}
.rubyred {
	color: #B90B50;
}
.skyblue, .skyblue a {
	color: #8cd1ff;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	/*color: #313131;*/
}
.h3,h3 {
	font-weight: 300;
	color: #313131;
	font-size: 180%;
}
@media all and (max-width: 768px) {
.h3,h3 {
	font-weight: 300;
	color: #313131;
	font-size: 160%;
}
}
@media all and (max-width: 480px) {
.h3,h3 {
	font-size: 140%;
}
}
.h4,h4 {
	font-weight: 300;
	color: #313131;
	font-size: 150%;
}
@media all and (max-width: 768px) {
.h4,h4 {
	font-weight:300;
	color:#313131;
	font-size: 120%;
}
}
.h4.boder_left_red,
h4.boder_left_red {
	font-size: 150%;
	padding: 0 0 0 0.7em;
	border-left: 6px solid #DB3561;
}

@media all and (max-width: 480px) {
.h4.boder_left_red,
h4.boder_left_red {
	font-size: 130%;
}
}

@media all and (max-width: 320px) {
.h4.boder_left_red,
h4.boder_left_red {
	font-size: 120%;
}
}


.h4.boder_left_blue,
h4.boder_left_blue {
	font-size: 150%;
	padding: 0 0 0 0.7em;
	border-left: 6px solid #2283B6;
}

@media all and (max-width: 480px) {
.h4.boder_left_blue,
h4.boder_left_blue {
	font-size: 130%;
}
}

@media all and (max-width: 320px) {
.h4.boder_left_blue,
h4.boder_left_blue {
	font-size: 120%;
}
}


.h4.boder_left_green,
h4.boder_left_green {
	font-size: 150%;
	padding: 0 0 0 0.7em;
	border-left: 6px solid #6AA84F;
}

@media all and (max-width: 480px) {
.h4.boder_left_green,
h4.boder_left_green {
	font-size: 130%;
}
}

@media all and (max-width: 320px) {
.h4.boder_left_green,
h4.boder_left_green {
	font-size: 120%;
}
}


.form-check-input {

    border-color: #333;

}



/** header icon
 **************************************************************** **/

#global_header .menu-button .touch-button {
	display: none;
}
#header ul.m-header {
	height: 40px;
	color: #AE3249;
}
#header ul.m-header a {
	color: #AE3249;
}

.m-header-link.header-icon1 .m-header-link-icon {
	background-image: url('/tohoku/images/icon/icon_1.svg');
}

.m-header-link.header-icon2 .m-header-link-icon {
	background-image: url('/tohoku/images/icon/icon_2.svg');
}

.m-header-link.header-icon3 .m-header-link-icon {
	background-image: url('/tohoku/images/icon/icon_3.svg');
}

.m-header-link.header-icon4 .m-header-link-icon {
	background-image: url('/tohoku/images/icon/icon_4.svg');
}

.m-header-link.header-icon5 .m-header-link-icon {
	background-image: url('/tohoku/images/icon/icon_5.svg');
}

.m-header-link.header-icon6 .m-header-link-icon {
	background-image: url('/tohoku/images/icon/icon_6.svg');
}

.m-header-link.header-icon7 .m-header-link-icon {
	background-image: url('/tohoku/images/icon/icon_7.svg');
}




/** 03. tab
 **************************************************************** **/
#tab {
	margin:0 auto;
	width: 100%;
	height: auto;
	z-index: 20;
}
#tab li.ui-user {
	display: block;
}
#globalmenu {
	float:left;
	width:215px;
}
#globalmenu .menu {
	padding: 10px;
}
#globalmenu h4 {
	padding:0 5px 0;
}





/** 04. BREAD CRUMB
 **************************************************************** **/
#breadcrumb {
	padding-left: 15px;
	z-index: 1;
}
#breadcrumb.breadcrumb-white {
	padding-left: 15px;
	z-index: 1;
	color: #FFFFFF;
}
#breadcrumb.breadcrumb-white a {
	color: #FFFFFF;
}






/** 05. wordpress 諸処設定
 **************************************************************** **/
#global_menu h2 {
	font-size: 110%;
	margin: 0.5em 0;
}
#global_menu h2:before {
	content: "";
}
div .date-published {
	text-align: right;
	line-height: 1.5;
	margin-top:-0.5em;
	margin-bottom:0.5em;
}
#content #content_header {
	margin-top:　-10px;
	margin-left:　0px;
	margin-right:　0px;
}
#content nav > h2.screen-reader-text {
	display: none;
}
#content nav.navigation {
	display: block;
	padding: 10px;
	border: solid #ecf0f1 2px;
	background-color: #ecf0f1;
	min-height: 45px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
#content nav.navigation .nav-previous {
	float: left;
}
#content nav.navigation .nav-next {
	float: right;
}
#primary .entry-content img {
	display: block;
	max-width: 100%;
	height: auto;
}
#content ul.wp_category_list {
  margin-top: 1em;
}
#content ul.wp_category_list li {
	list-style: none;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
#content ul.wp_category_list li:first-child {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#content ul.wp_category_list li:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#content ul.wp_category_list li a {
	display: block;
}
#content ul.wp_category_list li:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}







/** 06. owlカルーセル
 **************************************************************** **/
.owl-carousel .owl-pagination {
	text-align: center;
}
.owl-carousel .owl-pagination .owl-page {
	position: relative;
	background: rgba(255,255,255,.7);
	display: inline-block;
	overflow: hidden;
	height: 6px;
	width: 6px;
	margin: 6px 4px;
	text-indent:-200%;
	z-index: 1000;
	border-radius: 6px;
	box-shadow: 0 0 1px rgba(17,17,17,.4);
	-webkit-transition: all .3s cubic-bezier(0,0,.58,1);
	        transition: all .3s cubic-bezier(0,0,.58,1);
}
.owl-carousel .owl-pagination .owl-page.active {
	-webkit-transform: scale(1.3);
	        transform: scale(1.3);
}
.image-slider img {
	width: 100%;
}
.image-slider.owl-carousel .owl-next,.image-slider.owl-carousel .owl-prev {
	background:0 0;position:absolute;height:70px;width:70px;top:50%;margin-top:-35px;text-align:center;line-height:70px;font-size:36px;display:block;color:#fff;
}
.module-slides .slides-container,.tms-slides blockquote p:after,.tms-slides blockquote p:before {
	display:none
}
.image-slider.owl-carousel .owl-next span:before,.image-slider.owl-carousel .owl-prev span:before {
	line-height: 68px;
}
.image-slider.owl-carousel .owl-prev {
	left: 15px;
}
.image-slider.owl-carousel .owl-next {
	right: 15px;
}
.image-slider .owl-pagination {
  margin-top: -28px;
}
.client {
	padding: 5px;
	-webkit-transition: all .4s ease-in-out;
	        transition: all .4s ease-in-out;
}
.client:hover,.team-item:hover .team-content,.team-item:hover .team-content-social {
	opacity: 1;
}

.client .client_inner {
	padding:10px;
	border: solid 2px #00B0F0;
	height: 100%;
}
.client .title {
	font-family: tbcinergothic-std,"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 1.3em;
	color: #3498db;
	display: block;
}

@media (max-width: 991px) {
.client .title {
	font-size: 1em;
}
}

@media (max-width: 768px) {
.client .title {
	font-size: 1.2em;
}
}

@media (max-width: 450px) {
.client .title {
	font-size: 1em;
}
}


/** 07. CHARACTOR
 **************************************************************** **/
.wf-nicomoji {
	font-family: "Nico Moji"; 
}
/*** 以下 rem 指定 ***/
.rem2 {
	font-size: 2rem;
}
.rem3 {
	font-size: 3rem;
}
.rem4 {
	font-size: 4rem;
}
.rem5 {
	font-size: 5rem;
}
.rem6 {
	font-size: 6rem;
}
.wf-roundedmplus1c { 
	font-family: 'YakuHanJP' ,"M PLUS Rounded 1c", "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.yakuhanjp {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}
.eventdate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin: 15px 0;
	padding-bottom: 5px;
}
.daytimedate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin: 5px 0;
}
.marker.red {
	padding:0.2em;
	color: inherit;
	background: linear-gradient(transparent 0%, #FFB1B1 0%);
}
.marker.red.thin {
	color: inherit;
	background: linear-gradient(transparent 70%, #FFB1B1 70%);
}
.marker.green {
	padding:0.2em;
	color: inherit;
	background: linear-gradient(transparent 0%, #C9F1C1 0%);
}
.marker.green.thin {
	color: inherit;
	background: linear-gradient(transparent 70%, #C9F1C1 70%);
}
.marker.orange {
	padding:0.2em;
	color: inherit;
	background: linear-gradient(transparent 0%, #F4D79E 0%);
}
.marker.orange.thin {
	color: inherit;
	background: linear-gradient(transparent 70%, #F4D79E 70%);
}






/** 08. footer 修正
 **************************************************************** **/
#social_footer {
	width: 100%;
	z-index: 1;
}
#footer {
	background-color: #AE3249;
}
#global_footer {
	background-color: #AE3249;
	color: #FFFFFF;
}
#global_footer a {
	color: #FFFFFF;
}
#footer #copyright {
	text-align: right;
	font-size: 12px;
}
#footer #footer_coop {
text-align: left;
	font-size: 12px;
}
#footer #footer_coop a {
	text-decoration: none;
}
#footer #footer_coop a:hover {
	text-decoration: none;
	color:#6a6a6a;
}
#global_footer #copyright {
	background-color: #AE3249;
}
@media all and (max-width: 768px) {
	#global_footer #footer_coop a {
		margin-top: 3px;
		bottom: 0;
	}
	#global_footer #copyright {
		bottom: 0;
	}
	#footer #copyright {
			text-align: center;
			font-size: 11px;
	}
	#footer #footer_coop {
			text-align: center;
			font-size: 11px;
	}
}








/** 09. header
 **************************************************************** **/
.head_bar { 				/* ヘッダーバー */
	display: none;
}
 @media (max-width: 768px) {
/*	#header {
		height: 50px;
		overflow: hidden;
	}*/
	#global_header #header h1 {				/* ヘッダー画像貼り替え */
/*		background: url(/tohoku/images/common/logo_newlife@2x.svg) no-repeat 0 0;
		width: 350px;
		height: 45px;*/
	}
	#header h1 a {				/* ヘッダー画像貼り替え */
/*		display: block;
		text-indent: -9999px;
		width: 350px;
		height: 45px;*/
	}
}

 @media (max-width: 480px) {
/*	#header {
		height: 50px;
		overflow: hidden;
	}*/
	#global_header #header h1 {				/* ヘッダー画像貼り替え */
		background: url(/tohoku/images/common/logo_newlife@2x.svg) no-repeat 0 0;
		width: 350px;
		height: 45px;
	}
	#header h1 a {				/* ヘッダー画像貼り替え */
		display: block;
		text-indent: -9999px;
		width: 350px;
		height: 45px;
	}
}
#overheader .flexnav.opacity {
	opacity: 0;
	display: none;
}
#overheader .flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	display: block;
	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;
	        transition: all .5s ease-in-out;
}
#overheader .flexnav li a {
/*  background-color: #E62D8B; */
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	background-color: #EAA5A4;
}
#overheader .flexnav > li {
	position: relative;
	overflow: hidden;
	float: none;
}
/*#overheader .flexnav .touch-button {
	right: 0.5em;
}
@media all and (max-width: 768px) {
	#overheader .flexnav .touch-button {
		right: 0.2em;
	}
}
*/
#overheader .flexnav .touch-button {
	display: block;
}
#overheader .flexnav li > ul {
	position: relative;
	top: 0;
	padding-top: 0;
	left: 0;
	width: 100%;
}
#overheader .flexnav li > ul li {
	width: 100%;
	position: relative;
	overflow: hidden;
	float: none;
}
#overheader .flexnav li ul li a {
	display: block;
	color: #333333;
}
#overheader .flexnav li>ul li a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #333333;
	font-size: 13px;
	padding: 2px 8px 8px;
	border-left: none;
}
#tab > ul > li > a:hover {
	text-decoration: none;
	background: inherit;
	color: inherit;
}
#tab > ul > li.focus > a {
	text-decoration: none;
	background: inherit;
	color: inherit;
}


/* スマホ用メニュー*/
#overheader .flexnav > li > a .icon:after {
	content: "\a0";
}
#overheader .flexnav > li > a .icon {
	font-size: 16px;
	display: inline-block;
	_display: inline;
}
#overheader .flexnav > li > a > li > a .icon {
	font-size: 16px;
	display: inline-block;
	_display: inline;
}
/*#sitemap [id^="tab_"] .icon {
	display: none;
}*/

#sitemap .icon {
	display: none;
}

#overheader .flexnav > li >ul > li > a .icon {
	font-size: 13px;
	display: inline-block;
	_display: inline;
}
#overheader .flexnav > li > ul > li > a .icon:after {
		content: "\a0";
}

#overheader .flexnav li ul li a,#overheader .flexnav li > ul li a.btn {
	display: block;
	border-radius: 0;
	padding: 8px 10px 10px;
	height: auto;
	min-height: 35px;
}
#overheader .flexnav li ul li a:hover, #overheader .flexnav li > ul li a.btn.btn-primary:hover {
	background-color: #EEEEEE;
}
#overheader .flexnav li > ul li a.btn.btn-block {
	text-align: left;
}
#overheader .flexnav li > ul li a.btn {
	border-right: none;
	border-left: none;
	border-top: none;
}
.menu-button,.menu-cart {
	top: 4px;
}
#overheader #menu_home,
#overheader #menu_ready,
#overheader #menu_sc,
#overheader #menu_standby,
#overheader #menu_material,
#overheader #menu_life,
#overheader #menu_study,
#overheader #menuapp_order,
#overheader #menu_campuslife,
#overheader #menu_exp {
	display: none;
}
#sitemap [id^="dropdown_"] {
	display: none;
}
#overheader .label-default.label-outline {
	background-color: #fff;
	border: solid 1.3px #fff;
	color: #404040;
	font-weight: bold;
}
#overheader .flexnav li>ul li a .label-default {
	background-color: #EAA5A4;
	color: #fff;
}
.nav.nav-primary > li.disabled.comingsoon > a {
	color: #DEDEDE;
	background-color: #555555;
}
.nav.nav-primary > li.disabled.comingsoon > a:hover, .nav.nav-primary > li.disabled.comingsoon > a:focus {
	color: #EFEFEF;
	background-color: transparent;
	background-image: url("/tohoku/images/common/bg-comingsoon.png");
}






/** 10. 下層ページ TOPイメージ
 **************************************************************** **/
.onepage-hero {
}
.onepage-hero .bg-hero {
	position: absolute;
	height: 400px;
	width: 100%;
	max-height: 450px;
	background-position: 50% 50%;
	background-size: cover;
	z-index: 0;
}
.onepage-hero .bg-hero-text {
	position: relative;
	color: #FFFFFF;
	z-index: 10;
}
.onepage-hero .bg-hero-text h2 {
	color: #FFFFFF;
	font-size: calc(180% + 0.25vw);
	margin-top: 55px;
	margin-bottom: 3.4vmax;
}
.onepage-hero .bg-hero-text p {
	color: #FFFFFF;
	font-size: calc(90% + 0.15vw);
}
.onepage-hero .bg-hero-text h3 {
	color: #FFFFFF;
	font-size: calc(140% + 0.15vw);
}
.bg-dark {
	color: #fff;
}
.bg-dark-30:before,.bg-dark-60:before,.bg-dark-90:before,
.bg-purple:before,
.bg-yellow:before,
.bg-pink:before,
.bg-green:before,
.bg-orange:before,
.bg-red:before
 {
	content:" ";left:0
}
.bg-dark-30:before,.bg-dark-60:before,.bg-dark-90:before,.bg-purple:before,
.bg-yellow:before,
.bg-pink:before,
.bg-orange:before,
.bg-green:before,
.bg-red:before {
	position:absolute;height:100%;width:100%;z-index:0;
}
.bg-dark-30:before {
	background-color:rgba(34,34,34,.3);top:0
}
.bg-dark-60:before {
	background:rgba(34,34,34,.6);top:0
}
.bg-dark-90:before {
	background:rgba(34,34,34,.9);top:0
}
.bg-purple:before {
	background:rgba(109,112,213,.8);top:0
}
.bg-yellow:before {
	background:rgba(209,143,4,.8);top:0
}
.bg-red:before {
	background:rgba(223,100,94,.8);top:0
}
.bg-pink:before {
	background:rgba(211,101,169,.8);top:0
}
.bg-orange:before {
	background:rgba(248,132,77,.8);top:0
}
.bg-green:before {
	background:rgba(95,170,113,.8);top:0
}
.bg-white:before {
	background:rgba(255,255,255,0.80);top:0
}

 @media (max-width: 768px) {
.onepage-hero .bg-hero {
	height: 400px;
}
}



/** 11. bootstrap機能拡張
 **************************************************************** **/
/* button hover transition */
.btn {-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}

a.btn.disabled, fieldset[disabled] a.btn {
    cursor: no-drop;
    pointer-events: auto;
}

/* outline button style */
.btn-outline{}
.btn-outline.btn-default       {background:none;border:2px solid #ccc;color:#333;    background-color: #fff;}
.btn-outline.btn-default:hover,
.btn-outline.btn-default:active{color:#333;background:#ccc;border-color:#ccc;}
.btn-outline.btn-primary       {background:none;border:2px solid #428bca;color:#428bca;background-color: #fff;}
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:active{color:#FFF;background:#428bca;border-color:#428bca;}
.btn-outline.btn-success       {background:none;border:2px solid #5cb85c;color:#5cb85c;background-color: #fff;}
.btn-outline.btn-success:hover,
.btn-outline.btn-success:active{color:#FFF;background:#5cb85c;border-color:#5cb85c;}
.btn-outline.btn-info          {background:none;border:2px solid #5bc0de;color:#5bc0de;background-color: #fff;}
.btn-outline.btn-info:hover,
.btn-outline.btn-info:active   {color:#FFF;background:#5bc0de;border-color:#5bc0de;}
.btn-outline.btn-warning       {background:none;border:2px solid #f0ad4e;color:#f0ad4e;background-color: #fff;}
.btn-outline.btn-warning:hover,
.btn-outline.btn-warning:active{color:#FFF;background:#f0ad4e;border-color:#f0ad4e;}
.btn-outline.btn-danger        {background:none;border:2px solid #d9534f;color:#d9534f;background-color: #fff;}
.btn-outline.btn-danger:hover,
.btn-outline.btn-danger:active {color:#FFF;background:#d9534f;border-color:#d9534f;}
.btn-outline.btn-aqua        {background:none;border:2px solid #2f98b7;color:#2f98b7;background-color: #fff;}
.btn-outline.btn-aqua:hover,
.btn-outline.btn-aqua:active {color:#FFF;background:#197f9e;border-color:#197f9e;}
.btn-outline.btn-rose        {background:none;border:2px solid #F56883;color:#F56883;background-color: #fff;}
.btn-outline.btn-rose:hover,
.btn-outline.btn-rose:active {color:#FFF;background:#D24A64;border-color:#D24A64;}

.btn-outline.btn-green       {background:none;border:2px solid #5cb85c;color:#5cb85c;background-color: #fff;}
.btn-outline.btn-green:hover,
.btn-outline.btn-green:active{color:#FFF;background:#5cb85c;border-color:#5cb85c;}

/* border button style */
.btn-border       {padding:4px 10px;}
.btn-border.btn-xs{padding:0 3px;}
.btn-border.btn-sm{padding:3px 8px;}
.btn-border.btn-lg{padding:8px 14px;}
.btn-border.btn-default       {border:3px solid #ccc;}
.btn-border.btn-default:hover,
.btn-border.btn-default:active{background:#ccc;border-color:#ccc;}
.btn-border.btn-primary       {background:none;border:3px solid #428bca;color:#428bca;}
.btn-border.btn-primary:hover,
.btn-border.btn-primary:active{color:#FFF;background:#428bca;border-color:#428bca;}
.btn-border.btn-success       {background:none;border:3px solid #5cb85c;color:#5cb85c;}
.btn-border.btn-success:hover,
.btn-border.btn-success:active{color:#FFF;background:#5cb85c;}
.btn-border.btn-info          {background:none;border:3px solid #5bc0de;color:#5bc0de;}
.btn-border.btn-info:hover,
.btn-border.btn-info:active   {color:#FFF;background:#5bc0de;}
.btn-border.btn-warning       {background:none;border:3px solid #f0ad4e;color:#f0ad4e;}
.btn-border.btn-warning:hover,
.btn-border.btn-warning:active{color:#FFF;background:#f0ad4e;}
.btn-border.btn-danger        {background:none;border:3px solid #d9534f;color:#d9534f;}
.btn-border.btn-danger:hover,
.btn-border.btn-danger:active {color:#FFF;background:#d9534f;}
.btn-border.btn-aqua        {background:none;border:3px solid #2f98b7;color:#2f98b7;}
.btn-border.btn-aqua:hover,
.btn-border.btn-aqua:active {color:#FFF;background:#197f9e;}
.btn-border.btn-rose        {background:none;border:3px solid #F56883;color:#F56883;}
.btn-border.btn-rose:hover,
.btn-border.btn-rose:active {color:#FFF;background:#D24A64;}



/* square button style */
.btn {border-radius:0;}
.btn-lg {border-radius:0;}
.btn-sm {border-radius:0;}
.btn-xs {border-radius:0;}

.btn-square{border-radius:0;}
.btn-square.btn-xs{padding:0 3px;}
.btn-square.btn-sm{padding:3px 8px;}
.btn-square.btn-lg{padding:8px 14px;}

.btn-navy       {background-color:#3C7EB7;border:3px solid #3C7EB7;color:#FFF;}
.btn-navy:hover,
.btn-navy:active,.btn-navy:focus{color:#FFF;background:#3B7DB5;border-color:#3B7DB5;}

.btn-primary        {background-color:#2f98b7;border:3px solid #2f98b7;color:#FFF;}
.btn-primary:hover,
.btn-primary:active,.btn-primary:focus{color:#FFF;background:#197f9e;border-color:#197f9e;}



.btn-success        {background-color:#F56883;border:3px solid #F56883;color:#FFF;}
.btn-success:hover,.btn-success:active,.btn-success:focus, .btn-success.focus,.btn-success.active, .open > .btn-success.dropdown-toggle{color:#FFF;background:#D24A64;border-color:#D24A64;}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
	background-color: #DD778A;
	border-color: #DD778A;
}
.btn-outline.btn-success:active:hover, .btn-outline.btn-success:active:focus, .btn-outline.btn-success:active.focus, .btn-outline.btn-success.active:hover, .btn-outline.btn-success.active:focus, .btn-outline.btn-success.active.focus, .open > .btn-outline.btn-success.dropdown-toggle:hover, .open > .btn-outline.btn-success.dropdown-toggle:focus, .open > .btn-outline.btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
	color: #fff;
	background-color: #D24A64;
	border-color: #D24A64;
}

.btn-square.btn-aqua        {background-color:#2f98b7;border:3px solid #2f98b7;color:#FFF;}
.btn-square.btn-aqua:hover,
.btn-square.btn-aqua:active{color:#FFF;background:#197f9e;border-color:#197f9e;}

.btn-square.btn-rose        {background-color:#F56883;border:3px solid #F56883;color:#FFF;}
.btn-square.btn-rose:hover,
.btn-square.btn-rose:active{color:#FFF;background:#D24A64;border-color:#D24A64;}

.btn-green {
	color: #fff;
	background-color: #23A338;
	border-color: #229b55;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .3s;
	     -o-transition-duration: .3s;
	        transition-duration: .3s;
	-webkit-transition-property: all;
	     -o-transition-property: all;
	        transition-property: all;
}
.btn-green:focus, .btn-green.focus {
	color: #fff;
	background-color: #1E8630;
	border-color: #1E8630;
}
.btn-green:hover {
	color: #fff;
	background-color: #1E8630;
	border-color: #1E8630;
}
.btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
	color: #fff;
	background-color: #1E8630;
	border-color: #1E8630;
}
.btn-green:active:hover, .btn-green:active:focus, .btn-green:active.focus, .btn-green.active:hover, .btn-green.active:focus, .btn-green.active.focus, .open > .btn-green.dropdown-toggle:hover, .open > .btn-green.dropdown-toggle:focus, .open > .btn-green.dropdown-toggle.focus {
	color: #fff;
	background-color: #1E8630;
	border-color: #1E8630;
}
.btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
	background-image: none;
}
.btn-green.disabled, .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled.focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled].focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green.focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
	background-color: #23A338;
	border-color: #229b55;
}
.btn-green .badge {
	color: #23A338;
	background-color: #fff;
}

.btn-outline.btn-green:active:hover, .btn-outline.btn-green:active:focus, .btn-outline.btn-green:active.focus, .btn-outline.btn-green.active:hover, .btn-outline.btn-green.active:focus, .btn-outline.btn-green.active.focus, .open > .btn-outline.btn-green.dropdown-toggle:hover, .open > .btn-outline.btn-green.dropdown-toggle:focus, .open > .btn-outline.btn-green.dropdown-toggle.focus {
	color: #fff;
	background-color: #5cb85c;
	border-color: #5cb85c;
}

/* circle button style */
.btn-circle.btn-xs{width:22px;height:22px;font-size:10px;border-radius:11px;line-height:1.6;padding:3px 0;}
.btn-circle.btn-sm{width:30px;height:30px;font-size:12px;border-radius:15px;line-height:1.6;padding:6px 0;}
.btn-circle       {width:34px;height:34px;font-size:16px;border-radius:17px;line-height:1.33;padding:6px 4px;text-align:center;}
.btn-circle.btn-lg{width:46px;height:46px;font-size:22px;border-radius:23px;line-height:1.2;}

/* round button style */
.btn-round.btn-xs{border-radius:11px;}
.btn-round.btn-sm{border-radius:22.5px;}
.btn-round       {border-radius:17px;}
.btn-round.btn-lg{border-radius:23px;}



/* カラムのセンター揃え　機能拡張 */
.row-center {
	text-align: center;
	letter-spacing: -0.4em;
}
.row-center > [class*='col-'] {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	float: none !important;
}
.row-center.va-middle > [class*='col-'] {
	vertical-align: middle;
}
.row-center.va-bottom > [class*='col-'] {
	vertical-align: bottom;
}










/** 12. スマホでの表の表示切り替え
 **************************************************************** **/
#content .res_table table.tblFull {
	border-bottom: 1px solid #dcdcdc;
}
#content .res_table table.tblFull th {
	padding: 8px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
}
#content .res_table table.tblFull td{
	padding: 8px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
}
@media (max-width: 768px) {
	#content .res_table table.tblFull td, #content  .res_table table.tblFull th {
		padding: 8px 4px;
		line-height: 1.5;
		vertical-align: middle;
		text-align: left;
	}
	#content .res_table table.tblFull {
		border-bottom: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td {
		background-color: #FFFFFF;
		padding-left: 20px;
		padding-right: 20px;
	}
	#content .res_table table.tblFull td.title {
		background-color: #f4f4f4;
		border-bottom: 1px solid #dddddd;
		text-indent: -2em;
		padding-left: 2em;
	}
	#content .res_table table.tblFull th.title {
		background-color: #f4f4f4;
		border-bottom: 1px solid #dddddd;
		text-indent: -2em;
		padding-left: 2em;
	}
	#content table.tblFull th {
		border-top: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td {
		border-top: 0px solid #dcdcdc;
	}
	#content table.tblFull td .td_bottom {
		border-bottom: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td .td_top {
		border-top: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull tr.tr_top {
		border-top: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td .td_bottom_b {
		border-bottom: 3px solid #dcdcdc;
	}
	.res_table {
		border-collapse: separate;
		border-spacing: 0 20px;
		margin: 20px 5px;
	}
	.res_table thead {
		display: none;
	}
	.res_table tr {
		background-color: #f6f6f6;
	}
	.res_table td {
		border: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.res_table td.col-6 {
		float: left;
		width: 50%;
	}
	.res_table td.txt-right {
		text-align: right;
	}
	.res_table td:before {
		content: attr(data-title) " ";
	}
	.res_table th {
		border: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.res_table th.col-6 {
		float: left;
		width: 50%;
	}
	.res_table th.txt-right {
		text-align: right;
	}
	.res_table th:before {
		content: attr(data-title) " ";
	}
	.res_table .clear {
		clear: both;
	}
}








/** 13. back to home
 **************************************************************** **/
#content a.btn_home {
	display: inline-block; 
	min-width: 120px;
	padding: 8px 24px;
	margin: 10px 0;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border-color: rgba(66,172,194,0.90);
	border-style: solid;
	border-width: 1px;
	color: rgba(66,172,194,0.90);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}
#content a.btn_home:hover {
	background-color: rgba(66,172,194,0.90); 
	color: #fff; 
	cursor: pointer;
}







/* ----------------------------------------
 *  Calender btn
 * ---------------------------------------- */
button.calender_btn {
	display: inline-block; 
	padding: 5px 10px;
	margin: 5px 0;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border-color: rgba(66,172,194,0.90);
	border-style: solid;
	border-width: 1px;
	color: rgba(66,172,194,0.90);
	font-size: 12px;
}
button.calender_btn:hover {
	background-color: rgba(66,172,194,0.90); 
	color: #fff; 
	cursor: pointer;
}




/* ----------------------------------------
 * 写真を丸く切り抜き
 * ---------------------------------------- */
.contentimg_phoho {
	display: block;
	margin: 10px auto;
	border-radius: 50%;
	border: 12px solid #fae6ee; /* 枠線を付加 */
}




/* ----------------------------------------
 * コンテンツの最後が背景色有りの場合
 * ---------------------------------------- */
.content_full.end {
	margin: 0px -10px -10px;
	padding: 20px;
}

/* ----------------------------------------
 * コンテンツ幅広げる場合
 * ---------------------------------------- */
.content_full.full {
	margin: 0px -10px -10px;
	padding: 0;
}






/** 14. menu button
 **************************************************************** **/
 #global_header .menu-button {
	display: block;
}
.menu-button_wrap {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 55px;
	height: 65px;
	display: block;
	background: #AE3249;
	cursor: pointer;
	z-index: 999;
	text-align: center;
	line-height: 0.7;
	font-size: 8px;
}
.menu-button * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
}
.menu-button {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	padding: 0;
	width: 30px;
	height: 20px;
	background: none;
	border: none;
	text-align: center;
	letter-spacing: 0.1em;
	cursor: pointer;
	outline: none;
	color: #fff;
}
.menu-button .menu-button_bar {
	display: block;
	width: 30px;
	height: 3px;
	transition: all 0.2s;
	transform-origin: 0% 0%;
	transform: translateY(-50%);
	position: absolute;
	left: 22%;
}
.menu-button_wrap .menu-button_bar1 {
	top: 25%;
}
.menu-button_wrap .menu-button_bar2 {
	top: 40%;
}
.menu-button_wrap .menu-button_bar3 {
	top: 55%;
}
.menu-button.active .menu-button_bar {
	width: 36.77px;
	left: 20%;
}
.menu-button.active .menu-button_bar1 {
	transform: rotate(0.59739816rad) translateY(-50%);
	top: 25%;
}
.menu-button.active .menu-button_bar2 {
	opacity: 0;
}
.menu-button.active .menu-button_bar3 {
	transform: rotate(-0.59739816rad) translateY(-50%);
	top: calc(55% - 0px);
}
.menu-button.active .menu-button_menu_text {
	display: none;
}
.menu-button.active .menu-button_close {
	display: block;
}
.menu-button_text {
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
	font-size: 10px;
}
@media all and (max-width: 768px) {
	.menu-button_wrap{
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		display: block;
		background: #AE3249;
		cursor: pointer;
		z-index: 999;
		text-align: center;
		line-height: 0.7;
		font-size: 8px;
	}
	.menu-button * {
		margin: 0;
		padding: 0;
		outline: none;
		border: none;
		font: inherit;
		font-family: inherit;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		text-align: left;
		text-decoration: none;
		list-style: none;
	}
	.menu-button {
		position: absolute;
		right: 0px;
		top: 0px;
		display: block;
		padding: 0;
		width: 30px;
		height: 20px;
		background: none;
		border: none;
		text-align: center;
		letter-spacing: 0.1em;
		cursor: pointer;
		outline: none;
		color: #fff;
	}
	.menu-button .menu-button_bar {
		display: block;
		width: 30px;
		height: 3px;
		transition: all 0.2s;
		transform-origin: 0% 0%;
		transform: translateY(-50%);
		position: absolute;
		left: 20%;
	}
	.menu-button_wrap .menu-button_bar1 {
		top: 20%;
	}
	.menu-button_wrap .menu-button_bar2 {
		top: 40%;
	}
	.menu-button_wrap .menu-button_bar3 {
		top: 60%;
	}
	.menu-button.active .menu-button_bar {
		width: 36.77px;
		left: 20%;
	}
	.menu-button.active .menu-button_bar1 {
		transform: rotate(0.5973981634rad) translateY(-50%);
		top: 20%;
	}
	.menu-button.active .menu-button_bar2 {
		opacity: 0;
	}
	.menu-button.active .menu-button_bar3 {
		transform: rotate(-0.5973981634rad) translateY(-50%);
		top: calc(60% - 0px);
	}
	.menu-button.active .menu-button_menu_text {
		display: none;
	}
	.menu-button.active .menu-button_close {
		display: block;
	}
	.menu-button_text {
		width: 100%;
		position: absolute;
		bottom: 5px;
		left: 0;
		text-align: center;
		font-size: 10px;
	}
}
/*+++ Default Button Color +++*/
.menu-button {
	color: #fff;
}
.menu-button .menu-button_bar {
	background-color: #fff;
}



/* === Hambuerger Button's Style End === */
.menu-button_menu .menu-button_button {
	/*+++ Hamburger Button Position +++*/
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 1001;
}
.menu-button_menu a {
	color: inherit;
	text-decoration: none;
}
.menu-button_menu a:visited {
	color: inherit;
}
.menu-button_menu .menu-button_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(51, 51, 51, 0.5);
	display: none;
	top: 0;
	left: 0;
}
.menu-button_menu .menu-button_nav_wrapper {
	width: 400px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(400px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #FFF;
}
@media all and (max-width: 768px) {
	.menu-button_menu .menu-button_nav_wrapper {
		width: 312px;
		height: 100%;
		transition: all 0.2s;
		transform: translate(312px);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		background-color: #FFF;
	}
}
.menu-button_menu .menu-button_nav_wrapper.open {
	transform: translate(0);
}
.menu-button_menu.left .menu-button_button {
	right: auto;
	left: 32px;
}
.menu-button_menu.left .menu-button_nav_wrapper {
	transform: translate(-312px);
	right: auto;
	left: 0;
}
.menu-button_menu.left .menu-button_nav_wrapper.open {
	transform: translate(0);
}















/** 15. 文字列にスラッシュ追加
 **************************************************************** **/
.slash {
	position: relative;
	display: inline-block;
	padding: 0px 40px;
	font-size: 1.5em;
	color: #3498db;
}
@media (max-width: 991px) {
	.slash {
		font-size: 2vw;
	}
}
@media (max-width: 768px) {
	.slash {
		font-size: 2.5vw;
	}
}
@media (max-width: 575px) {
	.slash {
		font-size: 2.3vw;
	}
}
@media (max-width: 480px) {
	.slash {
		font-size: 4.3vw;
		padding: 0px 28px;
	}
}
.slash::before {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #3498db;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.slash::after {
	content: '';
	position: absolute;
	bottom: 13px;
	display: inline-block;
	width: 32px;
	height: 2px;
	background-color: #3498db;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.slash::before {
	left: 0;
}
.slash::after {
	right: 0;
}




/** 16. リスト(thumbs-upマーク)
 **************************************************************** **/
#content ul.thumbs-up {
	padding-left: 1.7em;
	text-indent: -1.7em;
	list-style: none;
	list-style-position: inside;
}
#content ul.thumbs-up li {
	line-height: 1.5;
}
.thumbs-up li:before {
	font-family: 'Font Awesome 5 Free';
	color: #3498db;
	content: "\f164 \a0";
	font-size: 1.5em;
}





/** 17. リスト(丸数字)
 **************************************************************** **/
ol.list_marusuuji {
	margin: 0;
	list-style: none;
	counter-reset: my-counter;
	padding:0 0 0 1em;
}
ol.list_marusuuji > li {
	position: relative;
	padding-left: 20px;
}
ol.list_marusuuji > li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid;
	display: block;
	float: left;
	line-height: 1.5;
	text-align: center;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	font-size: 10px;
	position: absolute;
	left: 0;
	padding-left:1.5em;
	text-indent:-1.5em;
}
ol.list_marusuuji ul {
	list-style-type: disc;
	padding-inline-start: 30px;
}




/** 18. リスト(括弧つき数字)
 **************************************************************** **/

#content ol.list_parentheses {
	padding: 0 0 0 0em;
	margin: 0;
}

#content ol.list_parentheses {
	padding: 0.1em 0px 0.3em 1.5em;
}
#content table ol.list_parentheses {
	margin-left: -1.8em;
}

#content ol.list_parentheses > li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}

#content ol.list_parentheses > li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
#content ol.list_parentheses li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}




/** 19. ドロワーメニュー
 **************************************************************** **/
#overheader {
	display: block;
}
#overheader .flexnav li>a {
    background-color: #ffffff;
}

#overheader .flexnav li.header {
	background-color: #AE3249;
}

.menu-trigger {
	background: #AE3249;
}
.globalnav h1 { 				/* ヘッダータイトル */
	position: relative;
	z-index: 90;
	line-height: 1.0;
	width: auto;
	height: 60px;
	top:5px;
	left: 5px;
	padding: 0;
	background-image: url(/tohoku/images/common/logo_newlife@2x.svg);
	background-size: 250px auto;
	background-repeat: no-repeat;
	background-position: left 0 top 0;
}

.globalnav h1 a {
	display: block;
	text-indent: -9999px;
	width: auto;
	height: 60px;
}

nav.globalnav > .globalnav_bg a {
	background-image: url(/tohoku/images/common/logo_newlife@2x.svg);
}


@media (max-width: 350px) {
.globalnav h1 { 				/* ヘッダータイトル */
	background-size: 225px auto;
}
nav.globalnav > .globalnav_bg a {
	display: block;
	width: 250px;
	height: 60px;
	background-size: 90%;
}
}




/** 20. order_btn
 **************************************************************** **/


.affix-top #order_btn {
	display: none;
}

.affix #order_btn {
	position: fixed;
	bottom: 100px;
	right: 0;
	font-size:1.1em;
	z-index:5;
}
#order_btn a {
	background: rgba(192,1,2,0.90);
	text-decoration: none;
	color: #fff;
	width: 200px;
	padding: 15px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}
#order_btn a:hover {
	text-decoration: none;
	background: #950203;
}
@media (max-width: 768px) {
	.affix #order_btn {
		position: fixed;
		bottom: 100px;
		right: 10px;
		font-size: 0.8em;
	}
	#order_btn a {
		background: #C00102;
		text-decoration: none;
		border: 1px solid #fff;
		color: #fff;
		width: 80px;
		height: 80px;
		padding: 14px;
		font-size: 13px;
		text-align: center;
		display: block;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}
	#order_btn a:hover {
		text-decoration: none;
		background: #950203;
	}
}



#Affix,#Affix2 {
	right: 0;
	position: fixed;
	bottom: 80px;
	z-index: 999;
}

@media (max-width: 768px) {

#Affix,#Affix2 {
	z-index: 999;
	right: 5px;
	position: fixed;
	bottom: 100px;
}

}

#content .wp-block-post-template .wp-block-post-title :where(a) {
	display: inline;
}


