/* コンテンツレイアウト */
body{
  position: static!important;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", sans-serif;
}

* {
font-size: 16px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
word-break: break-all;
border-spacing: 0;
border-collapse: collapse;
text-indent: initial;
text-decoration: none;
line-height: 2.0em;
}

section {
padding: 60px 0;
}

@media (max-width: 767px) {
section {
padding: 30px 0;
}
}

@media (max-width: 1050px) {
  .container{
    padding-right: calc(30px / 2);
    padding-left: calc(30px / 2);
  }
}

@media (min-width: 767px) {
.container {
margin: 0 auto;
max-width: 1000px;
}
:first-child {
margin-top: 0;
}
}

.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
margin-bottom: 0;
margin-right: calc(-1 * 30px / 2);
margin-left: calc(-1 * 30px / 2);
justify-content: flex-start;
}

.row.offset_2{
  justify-content: space-evenly;
}

@media (max-width: 767px) {
.row {
display: block;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
.row.sp-2row {
display: flex;
}
}
@media (min-width: 767px) {
.container {
margin: 0 auto;
max-width: 1000px;
}
:first-child {
margin-top: 0;
}
}

.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}

.row .span_1 {
  width: calc(100% / 12 * 1);
}

.row .span_2 {
width: calc(100% / 12 * 2);
}

.row .span_3 {
width: calc(100% / 12 * 3);
}

.row .span_4 {
width: calc(100% / 12 * 4);
}

.row .span_5 {
width: calc(100% / 12 * 5);
}

.row .span_6 {
width: calc(100% / 12 * 6);
}

.row .span_7 {
width: calc(100% / 12 * 7);
}

.row .span_8 {
width: calc(100% / 12 * 8);
}

.row .span_9 {
width: calc(100% / 12 * 9);
}

.row .span_10 {
width: calc(100% / 12 * 10);
}

.row .span_11 {
width: calc(100% / 12 * 11);
}

.row .span_12 {
width: 100%;
}

.row > .col {
margin-top: 30px;
margin-left: 0;
padding-right: calc(30px / 2);
padding-left: calc(30px / 2);
}


@media (max-width: 767px) {
.row > .col {
margin-top: 20px;
margin-left: 0;
margin-right: 0;
padding-right: calc(30px / 2);
padding-left: calc(30px / 2);
width: 100%;
}

.row.sp-2row > .col {
width: 50%;
}
}

@media (max-width: 767px) {
  .row .span_1 {
    width:auto;
}
.row > .col:not(:first-child) {
margin-top: 20px;
}
}


/* 画像のフィックス */

figure{
margin: 0;
text-align: center;
}

img {
vertical-align: middle;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
max-width: 100%;
width: 100%;
height: auto;
}

figure img{
width: inherit;
}


/* コンタクトフォーム */
.inquiry input[type="text"], .inquiry input[type="url"], .inquiry input[type="email"], .inquiry input[type="tel"], .inquiry input[type="date"], .inquiry input[type="number"], .inquiry select, .inquiry textarea {
    width: 100%;
    padding: 5px;
    color: #3d3d3d;
    border: #b6b6b6;
    background: #ecebe4;
}

.zip{
  width: 150px!important;
}

.date{
  width: 78%!important;
}
.text-area-height{
height: 80px!important;
}
.submit{
  display: block;
  text-align: center;
  margin: 30px auto 0;
}
.button, .inquiry .wpcf7-submit {
    display: inline-block;
    min-width: 0px;
    margin: 0;
    padding: 1em 1em;
    border: 0;
    border-radius: 4px;
    line-height: 1;
    background: #f18200;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .3s;
}
.button:hover, .inquiry .wpcf7-submit:hover {
    background: #ced4d2;
    color: #383637;
}
.wpcf7-spinner{
  display: none!important;
}

/* 見出し */

h2.heading-1 {
position: relative;
word-wrap: break-word;
font-weight: bold;
margin: 0;
font-size: 1.8rem;
color: #3d3d3d;
letter-spacing: 1px;
text-align: center;
}

h2.heading-1 .head-accent {
font-size: 1.2rem;
color: #0167b9;
display: block;
line-height: 1.5rem;
margin-bottom: 10px;
}

h2.heading-1.white {
color: #FFF;
}

h2.heading-1.flow-head {
  background: #0167b9;
color: #FFF;
position: relative;
padding: 15px 0;
}

h2.heading-1.flow-head:after {
  content: "";
  overflow: hidden;
  position: absolute;
  top: -50px;
  right: 0;
  height: 900px;
  width: 160px;
  background: url(/wp-content/themes/moinet/images/lp/flow-fukidashi.png) no-repeat;
  background-size: contain
}

h3.heading-3{
  position: relative;
  font-size:1.4rem;
  color: #0167b9;
  font-weight: bold;
}

h4.heading-4{
  border-bottom: 2px solid #3d3d3d;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

h4.heading-4.text-white{
  border-bottom: 2px solid #FFF;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.heading-3.content02-head{
  position: relative;
  color:#3d3d3d;
  padding-left: 94px;
}

.content02-head.head01:before{
  content: "";
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 0;
  height: 40px;
  width: 90px;
  background: url(/wp-content/themes/moinet/images/lp/content02_head01.png) no-repeat;
  background-size: contain;
}

.content02-head.head02:before{
  content: "";
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 0;
  height: 40px;
  width: 90px;
  background: url(/wp-content/themes/moinet/images/lp/content02_head02.png) no-repeat;
  background-size: contain;
}
.content02-head.head03:before{
  content: "";
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 0;
  height: 40px;
  width: 90px;
  background: url(/wp-content/themes/moinet/images/lp/content02_head03.png) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  h2.heading-1 {
  font-size: 1.4rem;
  }
  h2.heading-1 span {
  font-size: 1.2rem;
  }
  h3.heading-3{
    font-size:1.2rem;
    margin-top: 140px;
  }
}

@media (max-width: 480px) {
  h2.heading-2{
    font-size:1.6rem;
  }
  h2.heading-1.flow-head:after {
    display: none;
  }
}

.btn-1, .btn-submit{
  margin-top: 30px;
}
.btn-1 a, .btn-submit a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 240px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: 1px solid #5fcf32;
    border-radius: 4rem;
	height:48px;
}

.btn-1 a:before, .btn-1 a:after,.btn-submit a:after, .btn-submit a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.btn-1 a:before, .btn-submit a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.btn-1 a:after, .btn-submit a:after {
  left: 0;
  background: #5fcf32;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.btn-1 a span, .btn-submit a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

.btn-1 a input.wpcf7-form-control {
    padding: 8px 93px 8px 113px;
}

.btn-1 a:hover span {
  color: #fff;
}
.btn-1 a:hover:before {
  left: 2rem;
}
.btn-1 a:hover:after {
  right: 0;
  width: 100%;
}
.btn-1.archive a{
  color:#fff;
}

.btn-more {
  width: 200px;
  margin: 20px auto 0;
  padding: 8px;
  font-size: 16px;
  color: #fff;
  background-color:#0000ff;
  border: none;
  border-radius: 24px;
  user-select: none;
  cursor: pointer;
  text-align: center;
  display: block;
}

.btn-more:hover {
  opacity: .6;
}

.btn-qa {
  width: 200px;
  margin: 20px auto 0;
  padding: 8px;
  font-size: 16px;
  color: #fff;
  background-color:#396ad5;
  border: none;
  border-radius: 24px;
  user-select: none;
  cursor: pointer;
  text-align: center;
  display: block;
}

.btn-qa:hover {
  opacity: .6;
}
/* リスト */

dl {
margin: 0 0 1em;
line-height: 1.6;
display: flex;
flex-wrap: wrap;
}

dl:last-child {
margin-bottom: 0;
}

dl dt {
display: flex;
justify-content: space-between;
font-weight: bold;
width: 35%;
padding:5px;
}

dl dt p{
display: contents;
}

dl dd {
padding:5px;
margin-left: 0;
width: 65%;
}

dl dd:last-child {
margin-bottom: 0;
}

.footer-info__data dl dt{
  width: 21%
}

.footer-info__data dl dd{
  width: 79%
}

@media (max-width: 767px){
dl.inquiry dt {
width: 100%;
}
dl.inquiry dd {
width: 100%;
}
}
/* テーブル */

.table-schedule {
width: 100%;
}

.table-schedule td,
.table-schedule th {
border: 4px solid #eaeaea;
padding: 0.7em;
text-align: center;
}

@media (max-width: 480px) {

.table-schedule td,
.table-schedule th {
padding: 0.7em .3em;
}
}

.table-schedule thead th {
background: #faf69f;
color: #3b3b3b;
}

.table-schedule tbody th {
background: transparent;
}

.table-default {
width: 100%;
}

.table-default td,
.table-default th {
padding: 0.3em;
border: 3px solid #eaeaea;
vertical-align: middle;
background: #fff;
}

.table-default th {
background:  #faf69f;
color: #3b3b3b;
}

.require {
    padding:0 5px;
    background: #e28585;
    color: #3d3d3d;
    height: fit-content;
    width: fit-content;
    border-radius: 5px;
    font-weight: bold;
}
.not-require {
    padding: 0 5px;
    background: #cccccc;
    color: #3d3d3d;
    display: block;
    height: fit-content;
    border-radius: 5px;
}

/* MV */
.mv{
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

@media (max-width: 1000px) {
  .mv{
    margin-top: 120px;
  }
}

@media (max-width: 480px) {
  .mv{
    margin-top: 60px;
  }
}


.e_prescription{
  background: url(/wp-content/themes/moinet/images/lp/e_prescription-main.jpg) no-repeat;
  background-size: cover;
  margin-top: 0;
}

.demo-float-btn{
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 2;
  width: 200px
}
@media (max-width:1250px){
  .demo-float-btn{
    top: 110px;
  }
}

.demo-float-btn a:hover{
opacity: 1;
}

.demo-float-btn figure{
  position: relative;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.demo-float-btn figure img{
  position: absolute;
  left: 50%;
  transform: translateX(-115px);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.demo-float-btn:hover img:nth-of-type(2) {
	opacity: 0;
}

.main-bnr{
  position: absolute;
  bottom: 11%;
  left: 18%;
  width: 100%;
  display: flex;
}

.main-bnr a{
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  margin: 10px;
  width: 20%;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.main-bnr a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
}
.main-bnr a:hover::before {
  opacity: 0;
  transform: scale(0.4, 0.4);
}
.main-bnr a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 2px solid #000;
  transform: scale(1.2, 1.2);
}
.main-bnr a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

.demo-bnr{
  background-color: #87bb3c;
}
.demo-bnr:hover{
  background-color: #FFF;
  color: #87bb3c;
}
.demo-bnr::before{
  background-color: rgba(27, 27, 27, 0.1);
}
.contact-bnr{
  background-color: #0167b9;
}
.contact-bnr:hover{
  background-color: #FFF;
  color: #0167b9;
}
.contact-bnr::before{
  background-color: rgba(27, 27, 27, 0.1);
}
.document-bnr{
  background-color: #F9AD3B;
}
.document-bnr:hover{
  background-color: #FFF;
  color: #F9AD3B;
}
.document-bnr::before{
  background-color: rgba(27, 27, 27, 0.1);
}
@media (min-width: 767px) and (max-width: 1000px){
  .mv-catch img{
    width:450px;
  }
}

@media (max-width: 767px) {
  .main-bnr{
    position: static;
    display: block;
  }
  .main-bnr a{
    width: 90%;
    margin: 10px auto;
  }
}

/* ヘッダー */

.header{
  position: relative;
}

.h1-title{
  position: absolute!important;
  top: 0!important;
  font-size: 0.8rem!important;
  font-weight: normal!important;
}

.header-head figure img{
  height: 40px;
}

.header-main{
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  padding:30px 20px 10px;
  display: flex;
  justify-content: space-between;
  z-index: 5;
}

@media(max-width:480px){
  .header-main{
    padding:10px 20px 10px;
  }
}

.header-info{
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap:5px 15px;
}


.header-info li:last-child{
  margin-right:0;
}

.link-tel{
  position: relative;
  font-size: 1rem;
  line-height: 0!important;
  padding-left: 45px!important;
  font-weight: bold;
}
.link-tel span{
  display: block;
  line-height: 0!important;
}

.link-tel:before {
    content: "";
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 10px;
    height: 30px;
    width: 30px;
    background: url(/wp-content/themes/moinet/images/lp/tel_icon.png) no-repeat;
    background-size: contain;
    z-index: 2;
  }
  .link-tel:after {
      content: "";
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      height: 40px;
      width: 40px;
      background: #0167b9;
      border-radius: 50%;
}

.link-tel a{
  font-size: 1.6rem;
  display: block;
  color: #0167b9;
}

.link-demo a{
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  background: #87bb3c;
  border-radius: 25px;
}

.link-demo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 25px;
}
.link-demo a:hover::before {
  opacity: 0;
  transform: scale(0.4, 0.4);
}
.link-demo a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 2px solid #000;
  transform: scale(1.2, 1.2);
    border-radius: 25px;
}
.link-demo a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.link-demo a:hover {
    background-color: #FFF;
    color: #87bb3c;
}

.link-document a{
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  background: #F9AD3B;
  border-radius: 25px;
}

.link-document a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 25px;
}
.link-document a:hover::before {
  opacity: 0;
  transform: scale(0.4, 0.4);
}
.link-document a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 2px solid #000;
  transform: scale(1.2, 1.2);
    border-radius: 25px;
}
.link-document a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.link-document a:hover {
    background-color: #FFF;
    color: #F9AD3B;
}


.link-contact a{
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  background: #0167b9;
  border-radius: 25px;
}

.link-contact a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  border-radius: 25px;
}
.link-contact a:hover::before {
  opacity: 0;
  transform: scale(0.4, 0.4);
}
.link-contact a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 2px solid #000;
  transform: scale(1.2, 1.2);
    border-radius: 25px;
}
.link-contact a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.link-contact a:hover {
    background-color: #FFF;
    color: #0167b9;
}

@media (max-width:767px){
  .link-document,
  .link-demo,
  .link-contact{
    display: none;
  }
}

.header-btn-wrap{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 710px;
}
.header-btn{
  margin-top: 20px;
}
.header-btn figure{
  position: relative;
  height: 104px;
  width: 230px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.header-btn figure img{
  position: absolute;
  left: 50%;
  transform: translateX(-115px);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
  box-shadow: 5px 5px 9px #999;
}

.header-btn:hover img:nth-of-type(2) {
	opacity: 0;
}

.sp-figure{
box-shadow: #313131 5px 10px 12px 0px;
margin: 10px 20px;
}

@media (max-width:480px){
  .header-btn-wrap{
    display: block;
  }
}

.header .navigation_wrap {
  background: #fff;
  bottom: 0;
  position: fixed;
  top: 0;
  right: -100vw;
  width: 90vw;
  z-index: 9998;
  overflow: auto;
}
.header .nav__wrap {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 40px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s;
  z-index: 9999;
}
.header .nav__wrap span {
  position: absolute;
  border-radius: 3px;
  width: 40px;
  height: 4px;
  background: #117ac3;
  transition: all 0.5s;
}
.header .nav__wrap span:nth-child(1) {
  top: 2px;
}
.header .nav__wrap span:nth-child(2) {
  top: 13px;
}
.header .nav__wrap span:nth-child(3) {
  top: 23px;
}
.header .nav__wrap.is-btn_nav-open span:nth-child(1) {
  transform: translateY(14px) rotate(-45deg);
}
.header .nav__wrap.is-btn_nav-open span:nth-child(2) {
  opacity: 0;
}
.header .nav__wrap.is-btn_nav-open span:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}
.header nav .menu {
  text-align: center;
  border-top: none;
}
.header nav .menu > li {
  border-bottom: none;
  margin-bottom: 25px;
}
.header nav .nav-body{
  padding: 100px 15px 0;
}

.header nav .menu > li > a {
    display: block;
    padding: 0;
    font-size: 1.8rem;
    position: relative;
}
/* フッター */

footer {
padding: 60px 0 0;
background: #063786;
}

@media (max-width: 767px) {
footer {
padding: 30px 0 0 0;
}
}
.footer-info-wrapper .container, .e_prescription-footer-info-wrapper .container{
  max-width: 700px;
}
.footer-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

@media (max-width: 767px) {
.footer-info {
display: block;
}
}

.footer-info__data {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
padding: 0 calc(30px / 2);
color: #fff;
text-align: left;
}

@media (max-width: 767px) {
.footer-info__data {
margin-top: 20px;
}
}

.footer-info__name img {
margin: auto;
width: auto!important;
}

.footer-info__adress {
margin-top: 5px;
line-height: 1.5em;
}

.footer-info__tel {
margin-top: 5px;
}

.footer-info__tel a {
color: #fff;
}

.footer-info__data .footer-info__tel {
margin-bottom: 0;
}

.footer-info-wrapper{
  background: #063786;
  padding: 30px 0 105px;
}


/* フローティング */
#reservation {
  display: none;
}

@media (max-width: 480px) {
.type-2{
  background: #e7fdd7;
  padding: 5px;
}

#reservation {
position: fixed;
display: block;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
}

#reservation ul {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 auto;
padding: 20px;
list-style: none;
width: 100%;
}

#reservation ul {
padding: 0;
}

#reservation ul li {
margin: 0 1% 0 0;
border-radius: 3px;
width: 100%;
position: relative;
}

#reservation ul li:last-child {
margin: 0;
}

#reservation ul li a {
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.5rem;
border-radius: 3px;
}

#reservation ul li.mobile_tel_btn a {
font-size: 16px;
}

#reservation ul li.mobile_tel_btn a {
pointer-events: auto;
}
}


/* 汎用クラス */

.bg-red{
background-color:#fe266d!important;
}

.bg-blue{
background-color:#1646b1!important;
}

.bg-green{
background-color:#5fcf32!important;
}

.bg-orange{
background-color:#ffa204!important;
}

.text-red{
color: #db2d2d!important;
}

.text-blue{
color: #063786!important;
}

.text-green{
color: #01af4f!important;
}

.text-orange{
color: #db9620!important;
}

.text-pink{
color: #db20b2!important;
}

.text-yellow{
color: #f0e117!important;
}

.text-black{
color: #3d3d3d!important;
}

.text-white{
color: #FFFFFF!important;
}

.mt0 {
margin-top: 0px!important;
}
.mb0 {
margin-bottom: 0px!important;
}
.pb0 {
padding-bottom: 0px!important;
}
.pt0{
  padding-top: 0px!important;
}
.pall{
  padding: 25px!important;
}
.mt10{
margin-top:10px!important;
}

.mt20{
margin-top:20px!important;
}

.mt30{
margin-top:30px!important;
}

.mt40{
margin-top:40px!important;
}

.mt50{
margin-top:50px!important;
}

.mt60{
margin-top:60px!important;
}

.mt70{
margin-top:70px!important;
}

.mt140{
margin-top:140px!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;
}

.mr60{
margin-right:60px!important;
}

.mb10{
margin-bottom:10px!important;
}

.mb20{
margin-bottom:20px!important;
}

.mb30{
margin-bottom:30px!important;
}

.mb40{
margin-bottom:40px!important;
}

.mb50{
margin-bottom:50px!important;
}

.mb60{
margin-bottom:60px!important;
}

.ml10{
margin-left:10px!important;
}

.ml20{
margin-left:20px!important;
}

.ml30{
margin-left:30px!important;
}

.ml40{
margin-left:40px!important;
}

.ml50{
margin-left:50px!important;
}

.ml60{
margin-left:60px!important;
}

.pt10{
padding-top:10px!important;
}

.pt20{
padding-top:20px!important;
}

.pt30{
padding-top:30px!important;
}

.pt40{
padding-top:40px!important;
}

.pt50{
padding-top:50px!important;
}

.pt60{
padding-top:60px!important;
}

.pt80{
padding-top:80px!important;
}

.pr0{
padding-right:0px!important;
}

.pr10{
padding-right:10px!important;
}

.pr20{
padding-right:20px!important;
}

.pr30{
padding-right:30px!important;
}

.pr40{
padding-right:40px!important;
}

.pr50{
padding-right:50px!important;
}

.pr60{
padding-right:60px!important;
}

.pb10{
padding-bottom:10px!important;
}

.pb20{
padding-bottom:20px!important;
}

.pb30{
padding-bottom:30px!important;
}

.pb40{
padding-bottom:40px!important;
}

.pb50{
padding-bottom:50px!important;
}

.pb60{
padding-bottom:60px!important;
}

.pl0{
padding-left:0px!important;
}

.pl10{
padding-left:10px!important;
}

.pl20{
padding-left:20px!important;
}

.pl30{
padding-left:30px!important;
}

.pl40{
padding-left:40px!important;
}

.pl50{
padding-left:50px!important;
}

.pl60{
padding-left:60px!important;
}

.text-bold{
font-weight: bold!important;
}

.text-center{
text-align: center!important;
}

.text-right{
text-align: right!important;
}

.text-left{
text-align: left!important;
}


.text-xlarge {
font-size: 2.0rem!important;
}

.text-large {
font-size: 1.6rem!important;
}

.text-small {
font-size: 0.7rem!important;
}


@media (max-width: 767px) {
.pc-only{
display: none !important;
}
.text-xlarge {
font-size: 1.8rem;
}
.text-large {
font-size: 1.3rem!important;
}
}

@media (min-width: 767px) {
.sp-only {
display: none !important;
}
}

@media (min-width: 767px) and (max-width: 1023px) {
.tablet-hide {
display: none !important;
}
}

@media (min-width: 1024px) {
.tablet-only {
display: none !important;
}
}

.content-01{
  background-color: #fff;
}

.content-01-card {
  background-color: #fff;
  padding: 30px 10px 10px;
  height: 100%;
  box-shadow: 10px 10px 15px -5px #777777;
}

.content-01-card p.text-bold{
font-size: 18px;
}
.content-02{
  background-color: #bfe5f3;
}
.content-02-card {
  margin-top: 0!important;
  background-color: #fff;
  padding: 10px;
  border:10px solid #FFF;
}
.content-02-card-border {
  margin-top: 0!important;
  background-color: #fff;
  padding: 10px;
  border:10px solid #ffcb73;
}

.content-03{
  background-color: #0167b9;
  position: relative;
}

.content-04{
  background-color: #fff;
}

.content-04-wrap{
  position: relative;
}

.content-04-wrap p{
  position: relative;
}

.bg-num01:before{
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 5%;
  height: 277px;
  width: 192px;
  background: url(/wp-content/themes/moinet/images/lp/content04_01_bg.png) no-repeat;
  background-size: contain;
}
.bg-num02:before{
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 25%;
  height: 277px;
  width: 192px;
  background: url(/wp-content/themes/moinet/images/lp/content04_02_bg.png) no-repeat;
  background-size: contain;
}
.bg-num03:before{
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 5%;
  height: 277px;
  width: 192px;
  background: url(/wp-content/themes/moinet/images/lp/content04_03_bg.png) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .bg-num01:before, .bg-num02:before, .bg-num03:before {
    display: none;
  }
}

.content-05{
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}

.content05-head{
  position: relative;
  z-index: 1;
  padding: 20px 10px 50px;
}

.content-05:before{
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 469px;
  width: 100%;
  background: url(/wp-content/themes/moinet/images/lp/content05_01_bg.png) no-repeat;
}

@media (max-width: 767px) {
  .content-05:before{
    right: -44%;
    height: 469px;
    width: 190%;
  }
}

.content-05-wrap{
  position: relative;
  z-index: 1;
}

.content-05-wrap:before{
  content: "";
  overflow: hidden;
  position: absolute;
  bottom: -70px;
  right: 0;
  width: 530px;
  height: 310px;
  background: url(/wp-content/themes/moinet/images/lp/content05_02_bg.png) no-repeat;
  z-index: -1;
  background-size: contain;
}

.content-05-hook {
  text-align: center;
  font-weight: bold;
  margin-top: 60px;
}
.content-05-hook span{
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .content05-head {
      padding: 50px 10px 20px;
}
.content-05-wrap:before{
  display: none;
}
}

.content-06{
  background-color: #FFF;
  position: relative;
}

.content-07{
  background-color: #dfedf6;
  position: relative;
}

.e_prescription-content-01, .e_prescription-content-06{
  background: url(/wp-content/themes/moinet/images/lp/contant-01-bg.jpg) no-repeat;
background-size: cover;
}

.e_prescription-content-01 .heading-1{
  position: relative;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 80px;
}

.e_prescription-content-01 .heading-1:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/moinet/images/lp/content-01-header-icon.png") no-repeat center;
  height: 80px;
  width: 80px;
}

.e_prescription-content-11 .heading-1{
  position: relative;
  max-width: 630px;
  margin: 0 auto;
  padding-left: 40px;
}

.e_prescription-content-11 .heading-1:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/moinet/images/lp/light.png") no-repeat center;
  height: 40px;
  width: 40px;
  background-size: contain;
}

.content-01-head{
padding: 10px;
background: #fff9c2;
position: relative;
padding-left: 80px;
}
.content-01-head:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/moinet/images/lp/check.png") no-repeat center;
  height: 80px;
  width: 80px;
}

.content-01-head span{
color: #f00;
}

.content-01-text{
  padding: 10px;
  background: #fff;
  position: relative;
  padding-left: 80px;
}
.content-01-text:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/moinet/images/lp/content-01-arrow.png") no-repeat center;
  height: 50px;
  width: 80px;
}

@media (max-width: 480px) {
  .e_prescription-content-01 .heading-1{
    padding-left: 20px;
  }
}

.e_prescription-content-02-wrap{
  border: 10px #faf69f solid;
  padding: 20px;
  position: relative;
  margin-top: 30px;
}

.e_prescription-content-02-wrap.reason01:before,
.e_prescription-content-02-wrap.reason03:before{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  background: url("/wp-content/themes/moinet/images/lp/content-02-rribon01-bg.png") no-repeat right;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
}

.e_prescription-content-02-wrap:after{
  content: "";
  position: absolute;
  top: 0;
  height: 139px;
  width: 100px;
  background-size: cover;
}

.e_prescription-content-02-wrap.reason01:after{
  background: url(/wp-content/themes/moinet/images/lp/content-02-ribon01.png) no-repeat center;
  left: 40px;
}
.e_prescription-content-02-wrap.reason02:after{
  background: url(/wp-content/themes/moinet/images/lp/content-02-ribon02.png) no-repeat center;
  right: 40px;
}
.e_prescription-content-02-wrap.reason03:after{
  background: url(/wp-content/themes/moinet/images/lp/content-02-ribon03.png) no-repeat center;
  left: 40px;
}
.e_prescription-content-02-wrap.reason04:after{
  background: url(/wp-content/themes/moinet/images/lp/content-02-ribon04.png) no-repeat center;
  right: 40px;
}

@media (max-width: 767px) {
  .e_prescription-content-02-wrap.reason01:after{
    left: 50%;
    transform: translateX(-50px);
  }
  .e_prescription-content-02-wrap.reason02:after{
    left: 50%;
    transform: translateX(-50px);
  }
  .e_prescription-content-02-wrap.reason03:after{
    left: 50%;
    transform: translateX(-50px);
  }
  .e_prescription-content-02-wrap.reason04:after{
    left: 50%;
    transform: translateX(-50px);
  }
}

.e_prescription-content-03,
.e_prescription-content-11{
  background: #ddffb5;
}

.e_prescription-content-03-card{
  background: #fff;
  position: relative;
  padding: 90px 20px 20px;
  margin-top: 110px;
  box-shadow: 15px 15px 15px -5px #f5e867;
  min-height: 240px;
}
.e_prescription-content-03-card figure{
  position: absolute;
  width: 150px;
  top: -80px;
  left: 50%;
  transform: translateX(-75px);
}

.e_prescription-content-04-head{
  font-weight: bold;
  text-align: center;
  color: #0167b9;
}
.e_prescription-content-04-head span{
  color: #0167b9;
}

.e_prescription-content-04-wrap{
  background: #eaeaea;
    padding: 20px;
}

.voice{
  background: #fff;
  padding: 25px 20px 20px;
  position: relative;
  margin-top:40px;
}

.voice figure{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-130px);
  width: 260px;
}

.pptx{
  position: relative;
}

.pptx:after{
  content: "";
  position: absolute;
  background: url(/wp-content/themes/moinet/images/lp/content-06-comment.png) no-repeat center;
  bottom: -170px;
  right: 0;
  height: 300px;
  width: 300px;
  background-size: cover;
}

.subsidy li{
  list-style: auto;
  margin-left: 20px;
}

.form li{
  list-style: disc;
  margin-left: 20px;
}

.e_prescription-demo:after{
  position: absolute;
  content: '';
  background: #0650cb;
  height: 120px;
  width: 100%;
  right: 0;
  bottom: -10px;
  z-index: -1;
}

.e_prescription-demo:before{
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  left: 50%;
  bottom: -40px;
  z-index: -1;
  border-top: 30px solid #0650cb;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  transform: translateX(-15px);
}

.e_prescription-bg{
  background-image: url("/wp-content/themes/moinet/images/lp/e_prescription_footer_bg.png");
  background-repeat: no-repeat;
	background-size:cover;
}
.e_prescription-footer .ttl, .e_prescription-footer .text, .e_prescription-footer .text-tel{
  color: #3b3b3b!important;
}
.e_prescription-footer-info-wrapper{
  background: #fff;
  padding: 30px 0;
}

.e_prescription-content-05 .container{
  position: relative;
}

.e_prescription-content-05 .container:before{
  content: "";
  position: absolute;
  background: url(/wp-content/themes/moinet/images/lp/charctor.png) no-repeat center;
  top: 0;
  right: 0;
  height: 202px;
  width: 153px;
  background-size: cover;
}

@media (max-width: 480px){
.e_prescription-content-05 .container:before{
  display: none;
}.e_prescription-footer-info-wrapper{
  padding: 30px 0 120px;
}
}

#anc01, #anc02, #anc03, #anc04, #anc05, #anchor01, #anchor02, #anchor03, #anchor04{
  margin-top: -110px;
padding-top: 110px;
}
.content-08{
  background-color: #FFF;
  position: relative;
}
.flow-wrap{
  border:2px solid #0167b9;
  padding: 0 0 20px 0;
  margin-top:30px;
}

.flow{
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-contact {
  padding: 30px 0;
}

.contact-wrap {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  width: 100%;
}
.contact-list {
  width: calc(100% / 3);
  padding: 0 13px;
}

.contact-list:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.e_prescription-footer .contact-list:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.contact-list a {
  display: block;
}
.ttl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
}
.icon {
  background-color: #01a4dd;
  border-radius: 50%;
  height: 90px;
  margin: auto;
  position: relative;
  width: 90px;
}

.tel .icon {
  background-image: url("/wp-content/themes/moinet/images/lp/ftel.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
}
.tel .icon:after {
  display: none;
}
.mail .icon {
  background-image: url("/wp-content/themes/moinet/images/lp/fmail.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}
.demo .icon {
  background-image: url("/wp-content/themes/moinet/images/lp/fdemo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}
.text {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.8;
  margin-top: 17px;
  text-align: center;
}
.text-tel {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 1.8;
  margin-top: 17px;
  text-align: center;
}
.text-tel a {
  pointer-events: none;
}
.text-tel b {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.0;
}

@media (max-width: 480px) {
  .ttl {
    font-size: 14px;
  }
  .text-tel {
    font-size: 12px;
  }
  .text-tel b {
    font-size: 14px;
  }
  .text {
    font-size: 12px;
  }
}

.qa-wrap{
  position: relative;
  padding-left: 70px;
}
.qa-wrap:before{
content: "";
overflow: hidden;
position: absolute;
top: -7px;
left: 0;
height: 90px;
width: 60px;
background: url("/wp-content/themes/moinet/images/lp/qa.png") no-repeat;
background-size: contain;
}

.question{
  font-weight: bold;
  margin-bottom: 15px;
}

.answer{
  padding:10px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.form-step{
  font-size: 1.6rem;
  text-align: center;
  color: #93d781;
}

.form-step span{
  color: #87bb3c;
  font-size: inherit;
  font-weight: bold;
}

@media (max-width: 480px) {
  .form-step{
    font-size: 1rem;
  }
}

.policy{
  border:1px solid #3d3d3d;
}

.archive{
  color: #fff;
}

.buttom-flow{
  display: flex;
  justify-content: space-around;
}

@media (max-width: 480px) {
  .buttom-flow{
    display: block;
  }
}


.privacy-body{
  overflow-y: scroll;
  height: 150px;
  background: aliceblue;
}

.privacy-box {
    border-top: 2px solid #eee;
    padding: 20px;
}

.privacy-box-ttl {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
}

.privacy-box-ttl span {
    background: #00af50;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
    display: inline-block;
    vertical-align: 3px;
    position: absolute;
    left: 0;
}

.privacy-box-text li {
    color: #2e353a;
    line-height: 1.7;
    margin-bottom: 7px;
    padding: 0 0 0 32px;
    position: relative;
}

.privacy-box-text li:before {
    background: #ccc;
    border-radius: 50%;
    content: "";
    height: 9px;
    left: 10px;
    position: absolute;
    top: 11px;
    width: 9px;
}

.kasou{
  background: #f0f8ff;
  padding: 30px 0 20px;
}

/* toggle */
summary {
  display: block;
list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.toggle-wrap {
  margin-bottom: 20px;
}
.toggle-wrap:last-child {
  margin-bottom: 0;
}
.toggle-head.qa {
  position: relative;
}
.toggle-head.qa:before {
  position: absolute;
  content: "";
  background: url("/wp-content/themes/moinet/images/lp/q.png") no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  top: 8px;
  left: 20px;
}
.toggle_inner {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px 15px 80px;
  border: 1px solid  #eaeaea;
  font-weight: bold;
  color: #3b3b3b;
  background: #e2f6ff;
}
.toggle_inner-icon {
  display: block;
  position: relative;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}
.toggle_inner-icon:before {
  left: 0;
  transform: rotate(45deg);
}
.toggle_inner-icon:after {
  right: 0;
  transform: rotate(-45deg);
}
.toggle_inner-icon:before, .toggle_inner-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #3b3b3b;
}
.toggle-content p {
  padding: 20px 20px 20px 80px;
  border: 1px solid #eaeaea;
  margin: 0;
  position: relative;
}
.toggle-content p:before {
  position: absolute;
  content: "";
  background: url("/wp-content/themes/moinet/images/lp/a.png") no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  top: 8px;
  left: 20px;
}
details[open] .toggle_inner-icon {
  transform: rotate(180deg);
}


.marker{
font-size: inherit;
background: linear-gradient(transparent 60%,  #faf69f 60%);
}

.ep{
  padding: 2px 15px;
border-radius: 25px;
background: #faf69f;
}
/* アニメーション用 */

.box{
	opacity: 0;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeLeft {
animation-name:fadeLeftAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.fadeRight {
animation-name:fadeRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.fade {
animation-name:fadeAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fuwafuwa {
    animation: fuwafuwa 3s linear infinite;
}

@keyframes fuwafuwa {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

.footer .footer-body{
  display: none;
}

.breadcrumb ol{
  width: auto;
  max-width: 1000px;
}

#header{
	display:none;
}

.voice_wrap{
  background: #f5f7c7;
}
.voice_wrap_blue{
  background: #c7e3f7;
}
.voice_step{
  position: relative;
  color: #0167b9;
  padding: 0px 0px 0px 85px;
  font-weight: bold;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.voice_step:before {
  position: absolute;
  content: "";
  background: #f0f8ff;
  font-weight: bold;
  width: 70px;
  height: 70px;
  text-align: center;
  background-size: 100%;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  border-radius: 50%;
  padding-top: 20px;
  box-shadow: 2px 2px #0167b9;
}

.step01:before {
  content: "01";
}
.step02:before {
  content: "02";
}
.step03:before {
  content: "03";
}
.step04:before {
  content: "04";
}

.subsidy-wrap{
  position: relative;
  margin: 0 auto;
  padding-left: 55px;
}

.subsidy-wrap:before{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/wp-content/themes/moinet/images/lp/subsidy-check.png") no-repeat center;
  height: 50px;
  width: 50px;
}

.subsidy p{
  text-align: center;
background: #e1e1e1;
border-radius: 5px;
margin-top:5px;
border:1px solid;
}

@media(min-width:768px){
  .chuui{
    position: relative;
    margin: 0 auto;
    padding-left: 106px;
  }

  .chuui:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    background: url("/wp-content/themes/moinet/images/lp/chuui.png") no-repeat center;
    height: 54px;
    width: 106px;
  }
  .kyuuzou{
    position: relative;
    margin: 0 auto!important;
    padding-left: 150px;
    max-width: 1000px;
  }

  .kyuuzou:before{
    content:"";
    position: absolute;
    left: 20px;
    top: 85px;
    background: url("/wp-content/themes/moinet/images/lp/kyuuzou.png") no-repeat center;
    background-size: contain;
    height: 140px;
    width: 140px;
  }
}

.yotei {
  background: #DFEDF6;
  position: relative;
}
.yotei .row {
  align-items: center;
}
.yotei img{
  width: 280px;
}
.yotei p{
  color: #FEA416;
  font-size: 1.4rem;
  text-shadow: 0px 4px 4px #fff;
  text-align: center;
}
.yotei p span{
  font-size: 1.8rem;
  font-weight: bold;
}
.yotei:before {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    left: 30px;
    top: -30px;
    z-index: -1;
    border-bottom: 30px solid #DFEDF6;
    border-right: 48vw solid transparent;
    border-left: 48vw solid transparent;
    transform: translateX(-15px);
}

.trouble{
  text-align: center;
}

.trouble span{
  background: linear-gradient(transparent 40%, rgba(17, 122, 195, 0.2) 40% 90%, transparent 90%);
}

.omakase {
  background: url(/wp-content/themes/moinet/images/lp/e_prescription-main.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.omakase .row {
  align-items: center;
}
.omakase p{
  color: #1561b6;
  font-size: 1rem;
  /* text-shadow: 2px 2px 0px rgba(1, 164, 221, 0.5), 2px 2px 3px rgba(255, 255, 255, 1); */
  font-weight: bold;
}
.omakase p:nth-child(2n){
  text-indent: 1rem;
}
.omakase p span{
  font-size: 2rem;
}
.omakase:before {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    left: 50%;
    top: -30px;
    z-index: -1;
    border-bottom: 30px solid #f3fede;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: translateX(-15px);
}

@media(max-width:480px){
  .omakase p{
    color: #1561b6;
    font-size: 1rem;
    text-indent: 0!important;
  }
  .omakase p span{
    font-size: 1.2rem;
  }
}
.saisoku{
background: #f0e117;
color: #000;
padding: 5px;
border-radius: 5px;
}

.hpki-menu{
  padding: 10px 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    background: #F8FDFF;
    z-index: 1;
    position: relative;
}
.hpki-menu li{
  line-height: 1.0;
  padding: 20px 0;
  position: relative;
}
.hpki-menu li.acc-btn a{
    font-size: 18px;
    padding:0 25px;
    border-left: 1px solid;
    color: #225CB2;
    cursor: pointer;
    display: block;
}

.hpki-menu li.acc-btn a span{
    font-size: 12px;
    display: block;
}

.hpki-menu li.acc-btn:last-child a{
  border-right: 1px solid;
}

.hpki-menu li.acc-btn a:after{
  border-left: 2px solid #225CB2;
  border-bottom: 2px solid #225CB2;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  vertical-align: 4px;
  transform: rotate(-45deg);
  width: 8px;
}


@media (max-width:767px){
  .hpki-menu{
    padding: 10px 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;
      width: 100%;
      background: #F8FDFF;
      flex-wrap: wrap;
  }
  .hpki-menu li{
    line-height: 1.0;
    padding: 10px 0;
    position: relative;
    width: 100%;
  }
  .hpki-menu li.acc-btn a{
      font-size: 18px;
      padding:0 20px;
      border-left: 1px solid;
      color: #225CB2;
      cursor: pointer;
  }

  .hpki-menu li.acc-btn a:after{
    border-left: 2px solid #225CB2;
    border-bottom: 2px solid #225CB2;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 10px;
    vertical-align: 4px;
    transform: rotate(-45deg);
    width: 8px;
  }
}

.profile dd{
  border-bottom: 2px solid #eee;
  padding: 27px 10px 27px;
  width: 76%;
}
.profile dt{
  border-bottom: 2px solid #eee;
  padding: 27px 10px 27px;
  width: 24%;
}
.maplink a {
    color: #00af50;
  }
  .maplink:before {
    background: url(../images/company/map_icon.png) no-repeat center center;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    vertical-align: -4px;
    width: 14px;
}

.awards {
  margin-top: 20px;
    background: #f8f8f8;
    padding: 20px;
}
.awards dl {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.awards dl dt {
    display: table-cell;
    width: 100px;
}

.awards dl dd {
    display: table-cell;
    line-height: 1.7;
    vertical-align: top;
}

.historylist {
    border-left: 2px solid #eee;
}

.historylist ul {
  display: flex;
  width: 100%;
  align-items: center;
}

.historylist ul li.year {
    color: #00af50;
    font-weight: bold;
    position: relative;
    padding: 20px 0;
    width: 100px;
    text-align: center;
    font-size: 1.4rem;
}

.historylist ul li.year:before {
    background: #00af50;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -4px;
    top: 39px;
    position: absolute;
    width: 6px;
}
.historylist ul .detail {
    border-top: 2px solid #eee;
    width: 100%;
    padding: 20px 0;
}

.historylist ul li.detail dl dt {
    color: #aaa;
    font-weight: 700;
    width: 50px;
}

.historylist ul li.detail dl dd {
   width: 94%;
}

.staff-more {
    width: 160px;
    margin: 20px auto 0;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    background-color: #0000ff;
    border: none;
    border-radius: 24px;
    user-select: none;
    cursor: pointer;
    text-align: center;
    display: block;
}

.company-span{
  display: block;
  color: #878787;
}

.download-btn a{
  text-align: center;
  background-color: #4CBF2F;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
  margin-top: 20px;
  display: block;
}

.doc-info{
  text-align: center;
  background-color: #F6EEB9;
  padding: 5px;
  border-radius: 5px;
}

.footer-copy{
  color: #fff;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 20px;
}

.footer-copy p{
padding: 0 10px;
}
.footer-copy p a{
text-decoration: underline;
}
