@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/
.header-menu .sub-menu {min-width: 220px;}
.article-body > p {line-height: 1.8 !important;}
.f,.f10,.f12,.f13,.f14,.f15,.f16,.f17,.f18,.f19,.f20,.f25,.f30,.f35,.f40
{font-weight:bold;text-shadow : 0px 1px 1px #999;}
.f10 {font-size:100%;}
.f12 {font-size:120%;}
.f13 {font-size:130%;}
.f14 {font-size:140%;}
.f15 {font-size:150%;}
.f16 {font-size:160%;}
.f17 {font-size:170%;}
.f18 {font-size:180%;}
.f19 {font-size:190%;}
.f20 {font-size:200%;}
.f25 {font-size:250%;}
.f30 {font-size:300%;}
.f35 {font-size:350%;}
.f40 {font-size:400%;}
.tm,.tms{font-size:180%;}
.c-btn{font-size: 1em;}
.c-btn__main{background-color: #007bbb;}
img.hov:hover{opacity:.7;text-decoration:none}
img.check{margin-bottom: 13px;}
img.topm6{margin: 3px;}
.img_right {
margin: 0 0 16px 16px;
float: right;
}
.img_right img,.img_left img {
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 300px;
}
.img_left {
margin: 0px 40px 16px 0px;
float: left;
}
.box2 {
    padding: 0.5em 0.7em;
background-color: #fff;
    border: solid 2px #a0d8ef;
    border-radius: 5px;
	margin-top: 0px !important;
}
.box2 p {
    margin: 1em 0; 
    padding: 0 1px;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #2ca9e1;
  text-align: center;
  border: solid 2px #2ca9e1;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #2ca9e1;
  color: white !important;
}

.full{width: 100%;}
.w30{width: 32%;}
img.fr {margin-bottom:15px;
text-align:center;}
.mbox {
    margin: 10px 0 40px;
    padding: 10px;
    float: left;
    width: 100%;
    /* border: 1px solid #CCC; */
    border-radius: 6px;
    box-shadow: 0 2px 5px #ccc, 0 0 0 1px #fff inset;
}

.mright {
    width: 65%;
    float: left;
    padding: 0 0 0 15px;
}
.mright p{
line-height: 1.8em;
}
.mbox img {
    padding: 5px;
    max-width: 44%;
    float: left;
}
ol.numlist {
  counter-reset:number;
  list-style-type: none!important; 
 padding: 5px 15px !important;
  border: solid 2px #ffb1075e;
border-radius: 5px;
}
ol.numlist li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em !important;
font-size: 1.1rem;
}
ol.numlist li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.numlist li:last-of-type {
  border-bottom: none;
}
@media screen and (min-width:960px) and (max-width:1199px){
.mright{
width: 56%;
}
.header-menu-row .header-menu > .menu-item {
    padding-right: 0px;
    padding-left: 16px;
    height: 86px;
}
}
@media screen and (min-width:768px) and (max-width:959px){
.mright{
width: 63%;
}
}
@media screen and (min-width:700px) and (max-width:767px){
.mright{
width: 60%;
}
}
@media screen and (min-width:561px) and (max-width:699px){
.mright{
width: 56%;
}
}
@media only screen and (min-width:480px){
img.fr {
float: right;
margin-left: 3%;
margin-bottom: 15px;
 width: 40%;
height:auto;
}
}

.article-body h2{
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
    background-color: #2ca9e1;
    color: #ffffff;
    margin-top: 56px;
    line-height: 1.6;
	font-size: 1.33333rem;
}
.article-body h2::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
    border-color: #ffffff #ffffff #e5e7e8 #e5e7e8;
}

.article-body h3{
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 3px;
    border: 2px solid #2ca9e1;
    margin-top: 48px;
    line-height: 1.33333;
}
.article-body h3::before{
border-right: 2px solid #2ca9e1;
border-bottom: 2px solid #2ca9e1;
background-color: #ffffff;
	content: "";
position: absolute;
bottom: -9px;
left: 24px;
width: 16px;
height: 16px;
transform: rotate(45deg);
}
@media only screen and (min-width:481px){
ul.check{
list-style-type: none!important;
width:100%;
padding: 15px !important;
background-color:#fff;
border: solid 2px #a0d8ef;
border-radius: 5px;
}

ul.check li{
font-size:20px;
border-bottom: dashed 2px #a0d8ef;
position: relative;
padding-left: 32px;
line-height: 1.8em!important;
background: url(/wp-nbodylab/wp-content/uploads/2021/02/check-pink-1.png) left 0px top 5px no-repeat;
background-size: 25px auto;
margin: 2px 0px 15px 0px;
}
	
ul.gcheck{
list-style-type: none!important;
width:100%;
padding: 15px !important;
background-color:#fff;
border: solid 2px #a6e681;
border-radius: 5px;
}

ul.gcheck li{
font-size:20px;
border-bottom: dashed 2px #a6e681;
position: relative;
padding-left: 32px;
line-height: 1.8em!important;
background: url(/wp-nbodylab/wp-content/uploads/2021/02/green-check.png) left 0px top 5px no-repeat;
background-size: 25px auto;
margin: 2px 0px 15px 0px;
}
	
ul.yaji{
list-style-type: none!important;
width:100%;
padding-left: 0px !important;
background-color: #fff;
padding: 10px !important;
border: solid 2px #a0d8ef;
border-radius: 5px;
}
ul.yaji li {
padding-left: 30px;
line-height: 1.8em !important;
background: url(/wp-nbodylab/wp-content/uploads/2021/02/yaji-blue.png) left 0px top 5px no-repeat;
background-size: 20px auto;
margin: 2px 0px 12px 0px;
font-size: 16px;
border-bottom: dashed 1px #a0d8ef;
position: relative;
}
/*ul.yaji li:last-of-type {
  border-bottom: none;
}*/
ul.yaji li a{display: block;}
ul.yaji li a:hover{color:#2ca9e1 !important;top:2px;left:2px;position:relative}
}
@media only screen and (max-width:543px){
img.topm6{
	margin: 5px;
	width:46%;
	height:auto;}
}
@media only screen and (max-width:480px){

.tm{font-size:140%;}
.tms{font-size:108%;}
img.check {
    margin-bottom: 8px;
    width: 25px;
	height:auto;
	}
ul.check{
list-style-type: none!important;
width:100%;
padding-left: 0px !important;
background-color: #fff;
padding: 10px !important;
border: solid 2px #a0d8ef;
border-radius: 5px;
}
ul.check li {
padding-left: 30px;
line-height: 1.8em !important;
background: url(/wp-nbodylab/wp-content/uploads/2021/02/check-pink-1.png) left 0px top 5px no-repeat;
background-size: 20px auto;
margin: 2px 0px 12px 0px;
font-size: 16px;
border-bottom: dashed 1px #a0d8ef;
position: relative;
}
	
ul.gcheck{
list-style-type: none!important;
width:100%;
padding-left: 0px !important;
background-color: #fff;
padding: 10px !important;
border: solid 2px #a6e681;
border-radius: 5px;
}
ul.gcheck li {
padding-left: 30px;
line-height: 1.8em !important;
background: url(/wp-nbodylab/wp-content/uploads/2021/02/green-check.png) left 0px top 5px no-repeat;
background-size: 20px auto;
margin: 2px 0px 12px 0px;
font-size: 16px;
border-bottom: dashed 1px #a6e681;
position: relative;
}

ul.yaji{
list-style-type: none!important;
width:100%;
padding-left: 0px !important;
background-color: #fff;
padding: 10px !important;
border: solid 2px #a0d8ef;
border-radius: 5px;
}
ul.yaji li {
padding-left: 30px;
line-height: 1.8em !important;
background: url(/wp-nbodylab/wp-content/uploads/2021/02/yaji-blue.png) left 0px top 5px no-repeat;
background-size: 20px auto;
margin: 2px 0px 12px 0px;
font-size: 16px;
border-bottom: dashed 1px #a0d8ef;
position: relative;
}
/*ul.yaji li:last-of-type {
  border-bottom: none;
}*/
ul.yaji li a{display: block;}
}

.flow{
 display: inline-block;
width: 250px;
height: auto;
vertical-align: top;
}
.flow p{padding: 5px 0px;}
.after{
 clear:both;
}
@media screen and (min-width:561px) and (max-width:959px){
.flow{
width: 32%;
}
}
@media screen and (max-width:560px){
.flow{
width: 48%;
}
.img_right,.img_left {
float: none;
margin: 0 auto 1em;
text-align: center;
}
.mright {
    width: 100%;
}
.mbox img {
    max-width: 100%;
    float: none;
	margin-bottom: 15px;
}
}