/*
Theme Name: megafit24-Child
Template: megafit24

*/

.post, .page {
	margin: 0;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-Regular.woff2') format('woff2'),
	url('./fonts/NotoSansJP-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-Medium.woff2') format('woff2'),
	  url('./fonts/NotoSansJP-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-ExtraBold.woff2') format('woff2'),
	  url('./fonts/NotoSansJP-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*@font-face {
font-family: 'Noto Sans JP';
  src: url('./fonts/NotoSansJP-Black.woff2') format('woff2'),
	url('./fonts/NotoSansJP-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}*/
html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	position: relative;
	box-sizing: border-box;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #414a55;
	font-family: 'Noto Sans JP;
	font-weight: 500;


}

h1, h2 {
font-family: 'Noto Sans JP;
font-weight: 900;
}
a { color: 414a55; }
a:visited {
	color: #333;
}
a:hover {
	opacity: 1;
}

a:hover, a:focus, a:active {
	color: #ccc;
}

.mainvs {
	padding: 0;
}


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/*定型文*/
a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none!important;
}
/* other-style
----------------------------------------------- */
.MT0 { margin-top: 0px !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; }
.MT80 { margin-top: 80px !important; }
.MT100 { margin-top: 100px !important; }

.MB0 { margin-bottom: 0px !important; }
.MB5 { margin-bottom: 5px !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; }

.MR0 { margin-right: 0 !important; }
.MR10 { margin-right: 10px !important; }
.MR20 { margin-right: 20px !important; }
.MR30 { margin-right: 30px !important; }
.MR40 { margin-right: 40px !important; }
.MR50 { margin-right: 50px !important; }

.ML10 { margin-left: 0 !important; }
.ML10 { margin-left: 10px !important; }
.ML20 { margin-left: 20px !important; }
.ML30 { margin-left: 30px !important; }
.ML100 { margin-left: 100px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PT30 { padding-top: 30px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }
.PB30 { padding-bottom: 30px !important; }
.PR10 { padding-right: 10px !important; }
.PR20 { padding-right: 20px !important; }
.PR30 { padding-right: 30px !important; }
.PL10 { padding-left: 10px !important; }
.PL20 { padding-left: 20px !important; }
.PL30 { padding-left: 30px !important; }
.PR10 { padding-right: 10px !important; }
.PR20 { padding-right: 20px !important; }
.PR30 { padding-right: 30px !important; }
.P80 { padding: 80px 0; }
.P50 { padding: 50px 0; }
.P100 { padding: 100px 0; }
.P150 { padding: 150px 0; }

.w10 { width:10%; }
.w20 { width:20%; }
.w30 { width:30%; }
.w40 { width:40%; }
.w45 { width:45%; }
.w50 { width:50%; }
.w55 { width:55%; }
.w60 { width:60%; }
.w70 { width:70%; }
.w80 { width:80%; }
.w90 { width:90%; }
.w100 { width:100%; }

.col-r { float:right!important; }
.col-l { float:left!important; }
a.text-none { text-indent: -9999px; }
.clear { clear:both; }
div, img { box-sizing: border-box; }

/* フォントサイズ変更 */
.fs10 { font-size: 10px !important;}
.fs12 { font-size: 12px !important;}
.fs13 { font-size: 13px !important;}
.fs18 { font-size: 18px !important;}
.fs30 { font-size: 30px !important;}
.fs120{ font-size: 120% !important;}
.fs140{ font-size: 140% !important;}


/* 文字位置 */
.center { text-align: center;}
.right { text-align: right;}
.left { text-align: left;}
.pc { display: block; }
.mb{ display: none; }

@media only screen and (max-width: 767px) {
.w40 { width:100%; }
.w45 { width:100%; }
.w50 { width:100%; }
.w55 { width:100%; }
.w60 { width:100%; }
.w70 { width:100%; }
.w80 { width:100%; }
.w90 { width:100%; }
.col-r { float:none!important; }
.col-l { float:none!important; }
.PL10 { padding-left: 0 !important; }
.PL20 { padding-left: 0 !important; }
.PL30 { padding-left: 0 !important; }
.PR10 { padding-right: 0 !important; }
.PR20 { padding-right: 0 !important; }
.PR30 { padding-right: 0 !important; }
.MT80 { margin-top: 30px !important; }
.pc { display: none; }
.mb{ display: block; }
	}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
.pc { display: none; }
.mb{ display: block; }	
}

div, img, a { box-sizing: border-box; }
a:hover { opacity: 0.8; }
a:focus { outline: none; }
li { list-style : none; }
ul { padding:0; margin: 0; }

/*****************************リンク無効**************************/
a.none { pointer-events: none; }

/****************PCのみflex*************/
.flex { display: flex;}
.flex.center { align-items: center;}
.flex.wrap { flex-wrap: wrap; }
.flex.between { justify-content: space-between; }
.flex.around { justify-content: space-around; }
.flex.reverse { flex-direction: row-reverse; }
.flex.start { align-items: flex-start; }
.flex.justify_center { justify-content: center; }

.flex.set2 > * { width: calc(100% / 2 - 15px) !important; }
.flex.set3 > * { width: calc(100% / 3 - 10px) !important; }
.flex.set4 > * { width: calc(100% / 4 - 10px) !important; }
@media only screen and (max-width: 767px) {
.flex { display: block; }
.flex.set2 > * { width: 100%!important; }
.flex.set3 > * { width: 100%!important; }
.flex.set4 > * { width: 100%!important; }
}
/* spでflex 解除なし */
.flex_sp { display: flex; }
.flex_sp.center { align-items: center;}
.flex_sp.wrap { flex-wrap: wrap; }
.flex_sp.between { justify-content: space-between; }
.flex_sp.around { justify-content: space-around; }
.flex_sp.reverse { flex-direction: row-reverse; }
.flex_sp.start { align-items: flex-start; }
.flex_sp.justify_center { justify-content: center; }

.flex_sp.set2 > * { width: calc(100% / 2 - 15px) !important; }
.flex_sp.set3 > * { width: calc(100% / 3 - 10px) !important; }
.flex_sp.set4 > * { width: calc(100% / 4 - 10px) !important; }


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
img,abbr,acronym,fieldset{border:0;}


body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	color: #000;
	background: #e7e7e7;
}


/* リンク設定
------------------------------------------------------------*/
a{
	color: #414a55;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{
	outline: 0;
}



/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"], textarea{
	max-width: 90%;
	height: 28px;
	padding: 0 5px;
	border: 1px solid #d4d4d7;
	border-radius: 3px;
	line-height: 28px;
	font-size: 100%;
	color: #555;
	background: #fcfcfc;
}

textarea{
	height: auto;
	line-height: 1.5;
}

input[type="submit"], input[type="reset"], input[type="button"]{
	padding: 1px 10px;
	border: 0;
	border-radius: 3px;
	line-height: 28px;
	font-size: 100%;
	color: #fff;  
	background: #000;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{
	cursor: pointer;
	background: #777;
}



/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#logo{
	padding-top: 10px;
}

#logo img{
  transform: scale(.5);
}

#mainnav a{
	color: #000;
	font-family: 'Noto Sans JP';
}

#mainImg img{
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}



/* ウィジェット
------------------------------------------------------------*/
#widget{
	clear: both;
	margin-top: 50px;
	padding-top: 80px;
	border-top: 1px solid #dfdfdf;
}

.widget{
	padding-bottom: 30px;
}

.widget li{
	margin-bottom: 10px;
	line-height: 1.5;
}

.widget .sub-menu{
	margin: 5px 0 0 10px;
	font-size: 90%;
}

#wp-calendar{
	width: 100%;
}

#wp-calendar th, #wp-calendar td{
  text-align: center;
}

#wp-calendar caption {
    font-weight: 400;
    text-align: center;
}

#wp-calendar #today{
	background: #eee;
}

#wp-calendar th:nth-child(6){
	color: #0040ce;
}

#wp-calendar th:nth-child(7){
	color: #cc0000;
}

#wp-calendar #prev{
	padding-top: 10px;
	text-align: left;
}

#wp-calendar #next{
	padding-top: 10px;
	text-align: right;
}



/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 90%;
	background: #181818;
	color: #fff;
}



/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Noto Sans JP';
	font-weight: 800;
}

h3{
  font-size: 120%;
	font-weight: 400;
}

img{
	max-width: 100%;
	height: auto;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}


/* ページ・投稿
------------------------------------------------------------*/
#singleImg{
	text-align: center;
	margin-bottom: 40px;
}

#singleImg img{
	width: 100%;
	height: auto;
}

.header{
	width: 60%;
	margin: 0 auto;
	background: url(images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

.header h1{
	padding: 10px;
}

.header h1 span{
	display: inline-block;
	background: #e7e7e7;
	padding: 0 80px;
}

section header h1{
	text-align: center;
	font-size: 120%;
	margin-bottom: 30px;
}

.entry-footer{
	clear: both;
	padding-top: 30px;
	font-size: 80%;
	text-align: right;
}

.entry-footer span{
	padding-right: 10px;
}



/* アーカイブ
------------------------------------------------------------*/
.col3 .thumb{
	text-align: center;
	margin-bottom: 15px;
}

.col3 .thumb img{
	width: 100%;
	height: auto;
}

.col3 h3{
	margin-bottom: 10px;
  line-height: 1.5;
}

.date{
	margin-top: 10px;
	font-size: 80%;
}



/* タイポグラフィ
------------------------------------------------------------*/
.post p{
	margin-bottom: 30px;
}

.post ul{
	margin: 0 0 10px 20px;
}

.post ul li{
	margin-bottom: 5px;
	padding-left: 5px;
	list-style: none;
}

.post ol{
	margin: 0 0 10px 30px;
}

.post ol li{
	list-style:none;
}

.post h1, .post h2, .post h3, .post h5, .post h6{
	clear: both;
	margin-bottom: 30px;
	padding: 20px 0 0;
	font-size: 100%;
}

.post h2{
	margin: 30px auto;
	font-size: 100%;
	text-align: center;
}

.post h2 span{
	display: inline-block;
	padding: 10px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.post h3{
	padding-bottom: 20px;
	border-bottom:2px solid #000;
	font-weight: 300;
}



.post blockquote{
  clear: both;
	margin: 10px 0 30px;
	padding: 0 0 0 20px;
	border-left: 2px solid #bababa;
}
 
.post blockquote p{
	margin: 0;
}

.post table{
	margin:10px 0 20px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px #bababa solid;
}

.post table th{
  padding: 7px 10px 7px 5px;
	border: #bababa solid;
	border-width:0 0 1px 1px;
	color: #fff;
	background: #ccc;
}

.post table td{
	padding: 7px 5px;
	border: 1px #bababa solid;
	border-width: 0 0 1px 1px;
	}



.post dd{
	padding-bottom: 10px;
}

.aligncenter {
	display: block;
	margin:5px auto;
}

.alignright, .alignleft{
	float:right;
	margin: 5px 0 15px 7px;
	display: inline;
}

.alignleft{
	float: left;
	margin: 5px 15px 2px 0;
}

.clear{
	clear: both;
}

.imgFull{
	width: 100% !important;
	height: auto;
}




/* ページナビ
------------------------------------------------------------*/
.pagination, #pageLinks{
	clear: both;
	padding-top: 30px;
	text-align: center;
}

.pagination li{
	display: inline-block;
	margin: 0 5px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
}


#pageLinks span{
	padding: 0 5px;
}



body {
	position: relative;
	background: #fff;
	overflow-x: hidden !important;
}
.site-menu__links li, .menu-icon {
	font-family: "proxima-nova","Arial";
	font-weight: 300;
	letter-spacing: 2px;
	color: #373f48;

}
.site-header {
	width: 100%;
	max-width: 2000px;
	position: fixed;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 20px 0;
}
.site-logo {
	display: block;
	width: 300px;
	padding-left: 1.6rem;
}
/*.site-scroll--active .site-logo {
	opacity: 0;
	pointer-events: none;
}*/


/* ヘッダー
------------------------------------------------------------*/
.site-header {
  width:100%;
  max-width:2000px;
  position:fixed;
  top:0;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  z-index:1;
}
.site-header--menu-open:nth-of-type(n) {
  position:fixed;
}

.site-header--menu-open:nth-of-type(n) .site-logo {
  opacity:1;
  pointer-events:auto;
}


/* メニュー
------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.menu-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/* pcメニュー */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
  z-index: 1;
}

.site-header.is-scrolled .pc_menu.pc, .site-header.is-scrolled .head_contact {
	display: none;
}
.site-header.is-scrolled .mb_menu {
	display: block;
}

.pc_menu {
	width: 80%;
}
.site-logo {
	display: block;
	width: 15%;
	padding-left: 20px;
}
.pc_menu ul {
	display: flex;
	justify-content: space-between;
}
.pc_menu ul li {
	padding: 0 20px;
}
.pc_menu ul li a {
	font-weight: 500;
	color: #fff;
	font-size: 1rem;
}
.head_contact a {
	background: #fe2c2d;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500;
}



/* SPメニュー本体 */
.site-menu {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #313840;
  z-index: 700;
}
.site-menu__inner {
  width: 100%;
  height: 100%;
	display: flex;
}
.site-menu__left {
  width: 100%;
  background: center / cover no-repeat;
}
.site-menu__right {
	width: 60%;
	overflow: auto;
	padding: 100px 60px 100px 135px;
	background: #252525;
}
.site-menu__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-menu__links li {
  color: #fff;
  font-size: 1rem;
  font-family: "Noto Sans JP";
  font-weight: 300;
  letter-spacing: 2px;
}

.site-menu__links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
	font-weight:400;
	font-size: 16px;
}
.site-menu__links a:hover {
  color: #ff2d2d;
}

/* ハンバーガーボタン */
.menu-icon {
  position: fixed;
  top: 0;
  right: 30px;
  width: 55px;
  height: 75px;
  padding: 10px 0;
  background: #000;
  color: #fff;
  font-size: 0.5rem;
  font-family: "Noto Sans JP";
  font-weight: 400;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9999;
}
.menu-icon__txt {
  width: 100%;
  position: relative;
  transition: color 0.25s ease, transform 0.25s ease;
	color: #fff;
  padding: 0 0 10px;
}
.menu-icon__txt::after {
  content: "Close";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  color: #fff;
  transition: opacity 0.25s ease;
}
.site-header--menu-open .menu-icon .menu-icon__txt {
  color: transparent;
  transform: translateY(-10px);
}
.site-header--menu-open .menu-icon .menu-icon__txt::after {
  opacity: 1;
}

.menu-icon svg {
  width: 22px;
  height: 40px;
  margin-top: auto;
}
.menu-icon svg * {
  fill: #ff2d2d;
}
@media screen and (min-width: 769px) {
  .menu-icon {
    width: 66px;
    height: 135px;
    padding: 35px 0 15px;
    font-size: 0.75rem;
    right: 40px;
  }
  .site-menu__left {
    width: 40%;
  }
  .site-menu__right {
    width: 60%;
    padding: 100px 60px 100px 135px;
	  height: 100vh;
  }
  .site-menu__links li {
    font-size: 1.5rem;
  }

}


/* menu icon */
.social--menu {
	max-height: 250px;
}
.social__item {
	margin: 0;
	list-style: none;
	width: 24px;
	height: 24px;
}
.social--menu .social__item {
	height: 24px;
	margin: 0;
	list-style: none;
}
svg {
	width: 100%;
	height: auto;
	display: block;
	overflow: visible;
}
.no-touch .social--menu a svg * {
	-webkit-transition: fill ease .25s;
	-ms-transition: fill ease .25s;
	transition: fill ease .25s;
}
.social--menu .social__item svg * {
	fill: #ff2d2d;
}
.no-touch .social--menu a:hover svg * {
	fill: #fff;
}



@media screen and (min-width: 671px) {
.menu-icon { width: 66px; right: 0; font-size: 12px; font-size: .75rem; }
.menu-icon { font-size: 12px; font-size: .75rem; }
.site-menu__right { -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: flex; }
.site-banner .site-banner__subtitle::after { left: -70px; } 
.social--menu { margin-left: auto; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.social--menu .social__item + .social__item { margin-top: 50px; }
.site-menu__links_in li { font-size: 15px !important; padding: 0; margin: 0 !important; }
.site-menu__links_in { padding: 5px 20px; }
 }

@media screen and (min-width: 769px) {
.menu-icon { height: 135px; padding: 35px 0 15px; }
.site-menu { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.site-menu__left { width: 40%; }
.site-menu__right { width: 100%;  } 
.site-banner--home .site-banner__img { width: calc((1100px * .75) + ((100% - 1100px) / 2)); height: 100%; }
.site-menu__links_in li { font-size: 15px !important; padding: 0; margin: 0 !important; }
.site-menu__links_in { padding: 5px 20px; }

 }

@media screen and (min-width: 1025px) {
.site-menu__left { width: 40%; }
.site-menu__right { width: 100%; padding: 100px 60px 100px 135px; }
.site-banner--home .site-banner__txt-outer::after { bottom: -170px; }
.site-menu__links_in li { font-size: 15px !important; padding: 0; margin: 0 !important; }
.site-menu__links_in { padding: 5px 20px; }
 }

@media screen and (min-width: 671px) and (max-width: 1920px) {
.site-menu__links li { font-size: 24px; font-size: 1.5rem; }
.site-banner--home { padding: 100px 0; }
.site-banner--home .site-banner__inner { padding: 100px 0; }
 .site-banner--home .site-banner__img::after{ width: 23px; height: 23px; } 
p, .gform_wrapper .gform_description, li, address { font-size: 18px; font-size: 1.125rem; line-height: 160%; }
p, .gform_wrapper .gform_description, li, address { font-size: 18px; font-size: 1.125rem; line-height: 160%; } 
.site-menu__links_in li { font-size: 15px !important; padding: 0; margin: 0 !important; }
.site-menu__links_in { padding: 5px 20px; }
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
.site-banner--home .site-banner__txt::after { width: 192px; height: 16px; top: 50%; right: -110px; }
h1 { font-size: 2.5rem; line-height: 1.5; }
.site-banner .site-banner__subtitle::after { width: 16px; }
.site-banner--home { padding: 100px 0; } 
p, .gform_wrapper .gform_description, li, address { font-size: 18px; font-size: 1.125rem; line-height: 160%; }
p, .gform_wrapper .gform_description, li, address { font-size: 18px; font-size: 1.125rem; line-height: 160%; }
.site-menu__links_in li { font-size: 15px !important; padding: 0; margin: 0 !important; }
.site-menu__links_in { padding: 5px 20px; }
 }

@media (max-width: 767px) {
.site-menu__inner { display: block; }
.site-menu__right { width: 100%; padding: 100px 30px 100px 30px; background-image: linear-gradient(rgba(37,37,37,.7), rgba(37,37,37,.7)),url(./images/menu_bg.jpg);
background-size: cover;
background-position: center; height: 100vh; }
}


/* footer */
.Footer__info img {
	width: 200px;
	height: auto;
	text-align: left;
	display: inherit;
}

.Footer__bottom {
	display: flex;
	justify-content: space-between;
	margin-top: clamp(48px,80/1214*100vw,80px);
}
.Footer__info {
	flex: 0 0 auto;
}
.Footer__info .text {
	font-size: clamp(12px,14/1214*100vw,14px);
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 1.7142857143;
	margin-top: 12px;
	text-align: left;
}
.Footer__nav {
	display: grid;
	flex: 0 1 auto;
	grid-template-columns: repeat(3, auto);
	width: -moz-fit-content;
	width: fit-content;
}
.Footer__nav li {
	font-size: 14px;
	text-align: left;
	padding: 0 0 7px;
	font-weight: 400;
}
.Footer__nav .pc_group a {
	text-align: left;
	color: #fff;
}
.Footer__nav li a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}

.pc_group {
	padding: 0px 25px 0 0;
}
.sns {
	display: flex;
}
.sns i {
	color: #d90100;
	font-size: 23px;
	padding-right: 17px;
}
.Footer__copyright {
	border-top: 1px solid #333;
	flex: 0 0 auto;
	font-size: 10px;
	font-weight: normal;
	margin-top: clamp(32px,65/1214*100vw,65px);
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
.Footer__info p {
	font-weight: 400;
	font-size: 15px;
}
.mainvs {
	padding: 0;
	position: relative;
}
.mainvs h1 {
	position: absolute;
	z-index: 1;
	top: 40%;
	color: #fff;
	letter-spacing: 0;
	font-size: 60px;
	text-align: center;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	line-height: 1.5;
	font-weight: 300;
}

h2.ttl {
	font-size: 70px;
	font-weight: 800;
	line-height: 1.5;
	margin: 0 0 50px;
	text-shadow: 0 0 4px rgba(255,255,255,0.9);
}
h2.ttl span {
	display: block;
	font-size: 30px;
	margin: 0;
}

h2 img {
	width: 80%;
	margin: 0 auto 50px;
}

h2.sideline {
  position: relative;
  text-align: center;
}
h2.sideline::before, h2.sideline::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 480px;
	height: 52px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
}

h2.sideline::before {
  left: 0;
  background-image: url(./images/ttl_line_L.png);
}

h2.sideline::after {
  right: 0;
  background-image: url(./images/ttl.line_R.png);
}

.front_message {
	background: url(./images/about_R.png)right center no-repeat;
	background-size: contain;
}
.front_message h3 {
	text-align: center;
	font-size: 30px;
	margin: 30px 0 20px;
	font-weight: 300;
}
.innerS {
	max-width: 1650px;
	margin: 0 auto;
	padding-left: 6.5%;
	padding-right: 6.5%;
}
#primary p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
}


a.more {
  position: relative;
  background: radial-gradient(#EB0000, #CC0100);
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  margin: 50px auto 0;
  display: block;
  max-width: 400px;
  min-width: 300px;
  font-weight: 700;
  overflow: hidden;
  z-index: 0;
}
a.more::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(#2c2c2c, #000);
  opacity: 0;
  transition: opacity 1s ease;
  z-index: -1;
}
a.more::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
a.more:hover::after {
  opacity: 1;
}

.more.yatsu {
	background: rgb(255, 227, 0);
	color: #333;
	border: 3px solid #333;
}
.more.yatsu:hover {
	color: #fff;
}

.reason_box {
	display: flex;
	background: #fbfbfb;
	margin: 0 20px 0;
	padding: 30px;
	transition: transform 0.8s ease;
	align-items: center;
}
.reason_box:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	transition: 1s;
}
.reason_box img {
	transition: transform 1s;
	height: 100px;
	padding-right: 30px;
}
.reason_txt h3 {
	font-weight: 600;
	font-size: 25px;
	border: none;
	margin: 0;
}
.reason_txt p {
	font-size: 17px !important;
}
h2.ttl.wht {
	color: #fff;
}

.front_plan {
	background: #dadada url(./images/price_L.png)left;
	background-repeat: no-repeat;
	background-size: contain;
}

.front_plan .plan_txt_box {
	width: 40%;
	margin: 0 0 0 auto;
}


.front_card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  overflow: hidden;
  background: #000;
}

.front_card img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.01);
  transition: transform 0.5s ease;
}

.front_card:hover img {
  transform: scale(1.08);
}
.front_card .ttl {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 800;
  text-align: center;
  pointer-events: none;
	font-size: 50px;
	text-shadow: none;
}

.front_card .ttl span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}


/* line付ボタン */
.btn_line a {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 500;
  border: 2px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 16px 40px;
  margin: 80px auto 0;
  text-decoration: none;
  cursor: pointer;
  z-index:1;
  transition: all 0.3s;
}

.btn_line a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 1px;
  background: #333;
  transition: all 0.3s ease;
}

.btn_line a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}

.btn_line a.btn_line_right { margin: 80px 0 0 auto; }
.btn_line a.btn_line_left { margin: 80px 0 0 0; }

@keyframes OutIn-Line {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50.1% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}


.news_list ul li {
	padding: 50px 0;
	border-bottom: 1px solid #021b3a;
	height: 130px;
}
.news_list ul li a {
	color: #021b3a;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
.news_list ul li a span.news-date {
	color: #878787;
	font-size: 14px;
}
.works_list ul li a {
	display: flex;
	color: #021b3a;
	position: relative;
}
.post-thumb img {
	width: 150px;
	min-width: 150px;
	max-height: 110px;
	margin-right: 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	overflow: hidden;
}

.flex-direction-nav, .flex-pauseplay {
	display: none !important;
}
.metaslider.ms-theme-clarity .flexslider .slides li, .metaslider.ms-theme-clarity .flexslider {
	margin-bottom: 0 !important;
}


/* faq */
.top__faq--list li .content .qs {
	min-height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 20px;
	color: #e60012;
	position: relative;
	letter-spacing: 0.2px;
	outline: none;
	user-select: none;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.top__faq--list li .content {
	border: 1px solid #e60012;
	position: relative;
	margin-bottom: 20px;
}
.top__faq--list li .content::before {
	content: "Q";
	width: 80px;
	height: 80px;
	background: #e60012;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	line-height: 1;
	font-size: 38px;
	padding-top: 18px;
}
.top__faq--list li .content .qs::before, .top__faq--list li .content .qs::after {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #e60012;
	position: absolute;
	top: 38px;
	right: 36px;;
	transition: transform 0.3s;
	backface-visibility: hidden;
}
.top__faq--list li .content .qs {
	font-size: 20px;
	color: #333;
	letter-spacing: 0.2px;
	cursor: pointer;
	font-weight: bold;
}
.top__faq--list li .content .ans {
	display: none;
	padding-top: 18px;
	padding-bottom: 25px;
	line-height: 1.65;
	text-align: left;
	font-size: 17px;
	font-weight: 400;
}
.top__faq--list li .content .qs, .top__faq--list li .content .ans {
	padding-left: 106px;
	padding-right: 80px;
}
.top__faq--list li .content .qs.opened::before {
	transform: rotate(360deg);
}
.top__faq--list li .content .qs.opened::after {
	transform: rotate(-90deg);
}
.top__faq--list li .content .qs::before,
.top__faq--list li .content .qs::after {
  transform: rotate(0deg);
}

.front_store {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
	background: #353535; 
}


.front_store::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 240px;
  background: #fff;
  transform: skewY(-4deg);
  z-index: 1;
}

.front_store::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./images/front_shop_after.png") no-repeat center bottom;
  background-size: 100% auto;
  pointer-events: none;
}

.front_cp {
	background: #f0eff0;
}

/* contact */
.contact_pc {
	display: flex;
}
.contact_joint, .contact_mail {
	width: 50%;
	text-align: center;
	padding: 80px 0;
	color: #fff;
}
.contact_joint {
	background: url(./images/footer_joint_bg.jpg);
	background-size: cover;
}
.contact_pc img {
	max-width: 70px;
	margin: 0 0 20px;
	max-height: 50px;
}
.contact_mail {
	background: #d90100;
}
.contact_mail .btn_line a {
	margin: 20px auto;
	font-size: 16px;
}
.contact_sp { display: none; }
.contact_pc p {
	font-size: 30px;
	margin: 0;
	font-weight: 500;
}
.contact_pc a { margin-top: 20px; }

a.more.wht {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
a.more.wht:hover {
	color: #fff;
}
.more.ble {
	background: radial-gradient(#0E1FA8, #0600CC);
}
ul.inside {
	display: flex;
	flex-wrap: wrap;
}
.inside li {
	border: 1px solid #0003;
	margin: 5px 7px 3px 0;
	padding: 5px 25px;
	font-size: 16px;
}

@media only screen and (min-width: 845px) and (max-width: 1366px) {
.mainvs .pc { display: block;} .mainvs .mb { display: none;}
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
.innerS { padding-left: 6.5% !important; padding-right: 6.5% !important; }
.front_message { display: none; }
.front_message .mb{ display: block;; }
.pc_menu, .head_contact { display: none; }
h2.sideline::before, h2.sideline::after {  width: 195px;  }
.P150 {  padding: 50px 0;  }
h2.ttl span {  font-size: 20px;  }
.reason_box {  display: block;  }
.reason_box img {  height: 70px;  padding-right: 0;  display: block;  margin: 0 auto 20px;  }
.front_plan .mb {  display: block;  }
.front_plan .pc {  display: none;  }
.front_plan {  background: none;  }
.front_plan .plan_txt_box {  width: 100%;  margin: 0 0 0 auto;  padding-left: 6.5%;  padding-right: 6.5%;  }
.P80 {  padding: 50px 0;  }
a.more {  max-width: 90% !important;  }
.contact_pc p {  font-size: 20px;  }
.Footer__bottom { display: block; }
.Footer__nav { margin: 20px 0 0; }
.front_card .ttl { font-size: 30px; }
.front_card .ttl span { font-size: 15px; margin-bottom: 0; }
h2.ttl { font-size: 40px; }
h3.post-title { font-size: 15px; }
.btn_line a { padding: 10px; }
.news_list ul li { padding: 30px 0; height: auto; }
}

/* ③ スマホ（iPhone Pro Max 含む） */
@media only screen and (max-width: 767px) {
body { overflow-x: hidden !important; }
.site-header.is-scrolled { opacity: 0; pointer-events: none; }
.site-menu__links_in li { font-size: 13px !important; padding: 0; margin: 0 !important; }
.site-menu__links_in { padding: 5px 20px; }
.menu-icon.js-toggle-menu { position: fixed; right: 0; }
.site-header { width: 100%; max-width: 100%; position: fixed; display: block; box-sizing: border-box; }
.site-logo {
	position: fixed;
	width: 100%;
	display: block;
	padding: 10px 0;
	top: 0;
	left: 0;
	background: #333;
}
.site-logo img {width: 130px; margin: 0 auto; display: block; }
.contact_pc { display: none; }
.contact_sp { display: flex; position: fixed; bottom: 0; z-index: 1000; width: 100%; }
.contact_tel, .contact_mail { padding: 10px 0; position: relative; }
.contact_sp a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.contact_sp img { max-height: 20px; margin-bottom: -8px; }
.Footer__bottom { display: block; }
.Footer__info .text { text-align: center; }
.Footer__nav { width: 100%; margin: 30px auto; }
#footer { padding: 0  0 120px; font-size: 90%; }
#footer .Footer__bottom { border-top: 1px solid #333; padding-top: 50px; }
.Footer__info img { text-align: center; display: inline; }
.pc_group { padding: 0px 5px 0 0; }
#primary p { font-size: 15px; }
h2.ttl { font-size: 30px; margin: 0 0 20px; }
h2.ttl span { font-size: 16px; margin: 0; }
.front_message br { display: block; }
.P150 { padding: 50px 0; }
.innerS { padding-left: 1rem !important; padding-right: 1rem !important; }
.front_message { padding-bottom: 0 !important; }
.reason_box { display: block; margin: 0 0 20px; padding: 20px; }
.reason_box img { height: 55px; padding-right: 0; margin: 0 auto 10px; display: block; }
.reason_txt p { font-size: 15px !important; }
.reason_txt { text-align: center; }
.front_plan .plan_txt_box { width: 100%; padding: 0 1rem; }
h2.sideline::before, h2.sideline::after { width: 70px; }
a.more { width: 100% !important; font-size: 16px; margin: 20px auto; box-sizing: border-box; }
.top__faq--list li .content .qs { font-size: 16px; }
.top__faq--list li .content::before { width: 50px; height: 50px; font-size: 30px; padding-top: 8px; }
.top__faq--list li .content .qs::before, .top__faq--list li .content .qs::after { right: 20px; }
.top__faq--list li .content .qs, .top__faq--list li .content .ans { padding-left: 62px; padding-right: 47px; }
.P80 { padding: 50px 0; }
.front_store::before { top: -150px; height: 250px; }
.front_store { margin-top: -40px; padding: 150px 0 50px; }
.front_card .ttl { font-size: 30px; }
.front_card .ttl span { font-size: 17px; margin-bottom: 0; }
.front_card { margin: 0 0 20px; }
.front_posts .flex { margin: 0; }
.news_list ul li a { font-size: 13px; display: flex; }
.news_list ul li { padding: 30px 0; height: 120px; }
.Footer__nav { display: block; }
.Footer__info p { margin: 0 0 20px; text-align: center; }
.contact_sp .contact_tel,  .contact_sp .contact_mail { width: 50%; }
.contact_sp .contact_tel { background: #333; }
.contact_sp p { font-size: 16px; font-weight: 400; }
.front_message { background: none; }
.front_plan.left { background: #dadada; }
.date_catlik { display: block; }
.entry-date p { margin: 0; }
.site-menu__links li { padding: 5px; }
h2 img { width: 100%; margin: 0 0 30px; }
}
	
/* page */
.page-container {
	margin: 50px 0;
}

.entry-header {
  position: relative;
  height: 400px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
	background-size: cover;
  background-position-y: bottom;
	font-weight: 400;
	z-index: 0;
}

.entry-header.page-campaign {
  background-image: url('./images/page-campaign.png');
}
.entry-header.page-member {
  background-image: url('./images/page-member.png');
}
.entry-header.page-machine {
  background-image: url('./images/page-machine.png');
}
.entry-header.page-news {
  background-image: url('./images/page-news.png');
}
.entry-header.page-contact {
  background-image: url('./images/page-contact.png');
}
.entry-header.page-faq {
  background-image: url('./images/page-faq.png');
}
.entry-header.page-shop {
  background-image: url('./images/page-shop.png');
}
.entry-header.page-company {
  background-image: url('./images/page-company.png');
}
.entry-header {
  background-image: url('./images/page-header.png');
}

/* スマホ対応 */
@media only screen and (max-width: 767px) {
  .page-header {
    background-attachment: scroll;
    background-position: center top;
  }
}


/* single */
.post-thumbnail img {
	padding: 50px 0;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.container_side {
	display: flex;
	justify-content: space-between;
}
.sidebar {
	width: 30%;
	padding-right: 50px;
}
.sidebar a {
	font-size: 15px;
}
.content-area {
	width: 70%;
}
h2.entry-title {
	margin: 0;
	padding: 0 0 30px;
	font-size: 30px;
	text-align: left;
	line-height: 1;
}
.widget-title {
	background: #000;
	color: #fff;
	padding: 3px 20px;
	margin: 0 0 10px;
	font-size: 16px;
}


table th {
	background: #e7e6e6;
	font-size: 18px;
	padding: 20px;
	border: 1px solid #333;
	font-weight: 500;
	width: 30%;
	color: #333;
}
table th span {
	display: block;
	font-size: 14px;
}
/*#mimomi table thead th {
	background: #000;
	border-color: #fff;
}
#mimomi table th {
	background: #d90100;
	color: #fff;
}
#yatsu table thead th {
	background: #000;
	border-color: #fff;
	color: #fff;
}
#yatsu table th {
	background: #ffe300;
	color: #333;
}*/
table td {
	padding: 20px;
	border: 1px solid #333;
	font-size: 16px;
}
table td span {
	font-size: 20px;
	font-weight: 700;
}
thead th {
	background: #7a7a7a;
	color: #fff;
}

table.contact th {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #333;
}
#primary table.contact th p  { color: #333; font-weight: 700 !important;}
table.contact td span {
	font-weight: 500;
	font-size: 18px;
}
#primary table.contact th p span {
	color: #d90100;
	display: inline;
	padding-left: 10px;
	font-weight: 500;
	font-size: 13px;
}
.PR0_inner {
	padding: 0 0 0 6.5%;
}
h3.page_ttl {
	font-size: 60px;
	line-height: 1.2;
	margin: 0 0 50px;
	border-top: 1px solid #e5e5e5;
	padding-top: 5rem;
}
.BT0.PT0 { border-top: none; padding-top: 0; }
.page_ttl span {
	display: block;
	font-size: 14px;
	color: #ff2d2d;
}
.R_container {
	margin: 3rem 1rem 8rem auto;
	width: 65rem;
}
.pro_img {
	width: 200px;
	padding-right: 30px;
}


input[type="text"], input[type="email"], input[type="tel"], textarea {
	max-width: 100%;
	height: 70px;
	padding: 10px 14px;
	border: 1px solid #ebebeb;
	line-height: 28px;
	font-size: 80%;
	color: #737373;
	background: #fbfbfb;
	width: 90%;
}
textarea {
	height: 150px !important;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	padding: 27px 10px;
	border: 0;
	font-size: 23px;
	color: #fff;
	background: #d90100;
	width: 500px;
	display: block;
	transition: filter 0.3s ease;
	margin: 0 auto;
	font-weight: 800;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background: #ff2d2d;
}

.news-pagination {
	display: flex;
	margin: 40px auto 0;
	align-items: center;
}
.news-pagination span {
	height: 50px;
	width: 40px;
	display: inline-block;
	text-align: center;
	padding: 10px;
}
.news-pagination a {
	border: 1px solid #7a7a7a;
	border-radius: 100%;
	padding: 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 0 3px;
}
.news_list a.more {
	margin: 50px 0;
}
.page-numbers.current {
	background: #000;
	height: 50px;
	width: 50px;
	border-radius: 100%;
	color: #fff;
}

.entry-categories a {
	padding: 0 0 0 5px;
}
.nav-links {
	border-top: 1px solid #c9c8c8;
	padding-top: 19px;
	margin-top: 50px;
	font-size: 12px;
}
#primary .entry-date p {
	padding-right: 10px;
	font-size: 14px !important;
}
.date_catlik {
	display: flex;
	justify-content: flex-end;
}
.date_catlik p, .date_catlik .entry-categories, .date_catlik a {
	font-size: 12px;
	color: #000;
	padding-right:10px;
}

h2.page-ttl {
	font-family: 'Noto Sans JP';
	font-weight: 600;
	font-size: 30px;
	margin: 20px 0;
	color: #333;
	border-left: 8px solid #d80000;
	padding: 0px 15px;
	color: #d80000;
	line-height: 1.5;
	background: #f5f5f5;
	padding: 10px 20px;
}

ul.check_imp li {
	margin: 0 0 10px;
	padding: 10px;
	font-weight: 500;
	border-bottom: 2px dotted #d40100;
}
ul.check_imp li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;	
}
ul.check_imp li strong {
	color: #a80403;
}
#primary h3 {
	margin: 50px 0 15px;
	font-weight: 500;
	padding: 5px;
	font-size: 22px;
	border-bottom: 2px solid #333;
}
.btn {
	border: 1px solid #ccc;
	background: #f1e767;
	background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
	background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
	-webkit-box-shadow: inset 1px 1px 1px #fff;
	box-shadow: inset 1px 1px 1px #fff;
	padding: 10px 34px;
	display: inline-block;
	font-size: 16px;
	margin: 10px 0 20px;
	font-weight: 500;
}
.btn:hover {
	color: #000;
	opacity: 0.5;
}

.dejipot {
	background: #f5f5f5;
	padding: 50px;
}

.point {
	background: linear-gradient(transparent 60%, #fafa00 30%, #fafa00);
display: inline;
	font-weight: 500;
}
#primary {
	margin: 80px 0;
}
#primary h4 {
	font-size: 1.2rem;
	padding: 16px 0 !important;
	margin: 0 0 10px !important;
	display: block;
	font-weight: 600;
}
#primary h4::before {
	width: 20px;
	height: 5px;
	background-color: #d70545;
	margin-right: 9px;
	display: inline-block;
	vertical-align: middle;
	content: "";
	position: relative;
	left: 0;
}
p.tokuten {
	font-size: 1.5rem !important;
	font-weight: 600;
	text-align: center;
}

.check_box {
	background: #ffe300;
	padding: 20px;
	margin: 50px 0;
	color: #333;
	border: 3px solid #333;
	font-weight: 700;
}
.cp_plan {background: #fbfbfb;padding: 20px;margin: 0 0 50px;box-shadow: rgb(242, 242, 242) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; }  
.cp_plan h3 {
	margin: 0 0 20px !important;
	text-align: center;
}
p.tokuten span {
	font-size: 4rem;
	color: #cf2b2b;
	font-weight: 800;
	display: block;
	line-height: 1.2;
	margin: 0 0 20px;
}
.cp_set3 a {
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 18px;
	border: 1px solid #cacaca;
	font-weight: 800;
}
.cp_set3 {margin-bottom: 50px;text-align: center;   }  
.cp_set3 a::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	display: block;
}
#primary .cp_plan h4 {
	background: #f0f0f0;
	text-align: center;
	padding: 7px 0 !important;
	font-size: 16px;
	margin: 10px 0 !important;
	font-weight: 500;
}
.cp_plan h4:before {
	display: none !important;
}
.check li {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	margin: 5px 20px;
}
.check li:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
padding-right: 10px;
}

section#yatsu {
	background: #f0e868;
	padding: 50px;
}

section#mimomi {
	padding: 50px;
	margin: 80px auto;
	background: #e83632;
}
.mimomi_box .check_box {
	background: #333;
	color: #fff;
}
	
dl {
	font-size: 20px;
	font-weight: 500;
}

.step {
	margin: 30px 0 50px;
	padding: 30px 50px;
	border: 1px solid #000;
	position: relative;
}
.step::after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 70px;
}
.step.after_none::after {
	display: none;
}
.step h3 {
	margin: 0 0 30px !important;
	border: none !important;
	color: #d70100;
	font-weight: 800;
	font-size: 30px !important;
	line-height: 1;
	font-weight: 700 !important;
	display: block;
}
.step h3 span {
	font-size: 19px;
	margin-right: 20px;
	border-bottom: 2px solid #d70100;
	padding: 3px 5px;
}
.step p {
	font-size: 18px !important;
}
.step_img {
	display: block;
	width: 350px;
	height: auto;
	padding-left: 20px;
}

#primary p.single_ttl {
	font-weight: 700;
}

.wsp-pages-list li, .wsp-posts-list li {
	padding: 10px 0;
	list-style: disc;
	border-bottom: 2px dotted #ccc;
}
.wsp-posts-list .wsp-posts-list li {
	list-style: none;
	border: none;
}

@media (max-width: 767px) {
h3.page_ttl { font-size: 40px; margin: 30px 0 0; padding: 30px 0; }
input[type="submit"], input[type="reset"], input[type="button"] { width: 100%; padding: 18px 0; font-size: 17px; }
input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; }
.yatsu_box, .mimomi_box, .cp_plan { padding: 20px 10px !important; }
.dejipot { padding: 10px !important; }
section#mimomi, section#yatsu {
	margin: 0 auto;
	margin-left: -1rem;
	margin-right: -1rem;
}
.check li {
	padding: 5px 0;
	display: block;
	margin: 10px 0;
}
p.tokuten span {
	line-height: 2;
	font-size: 3rem;
}
.cp_plan {
	background: #fff;
	padding: 30px 50px;
	margin: 0 0 20px;
}
.cp_set3 a {
	display: block;
	margin: 0 0 10px;
	padding: 10px;
}
	h1 {
	line-height: 1.3;
	margin: 0 0 30px;
	font-size: 1.5rem;
}
	h2.page-ttl {
		font-size: 25px;
		background: #fff;
	}
	#primary h3 {
	padding: 5px 0;
	font-size: 18px;
}
	.sidebar {
	display: none;
}
	.content-area {
	width: 100%;
}
	h2.entry-title {
	font-size: 25px;
	text-align: left;
	line-height: 1.3;
}
table { border-bottom: 1px solid #333; }
thead th { display: none !important; }
table th, table  td { display: block; width: 100% !important; }
table th { padding: 8px 15px; background: #ebebeb; color: #333; }
table td { border-bottom: none; border-top: none; padding: 10px; }
table td br { display: none; }
#primary p.single_ttl { font-weight: 700; margin: 0; }
.news_list ul li a span.news-date, .news_list ul li a { display: block; }
.news_list ul li { padding: 30px 0; height: auto; }
.step { padding: 20px; }
.step_img { width: 100%; padding-left: 0; margin: 20px 0 0; }
.step h3 { line-height: 1.5; }
.step h3 span { display: block; text-align: center; margin: 0 0 10px; }
.entry-header { background-position-x: center; }
table th { padding: 8px 15px; background: #d1d1d1; color: #333; }
#primary { margin: 50px 0; }
.cp_set3 a { font-size: 16px; position: relative; }
.cp_set3 a::after { position: absolute; right: 15px; top: 20%; }
.cp_plan { padding: 0; margin: 20px 0; box-shadow: none; }
.step p { font-size: 15px !important; }
}