@charset "UTF-8";
/* =================================
 Web Font Setting
================================= */
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap');

/* =================================
 Animetion
================================= */
.fuwafuwa {
  -webkit-animation: fuwafuwa 1s infinite linear alternate;
  animation: fuwafuwa 1s infinite linear alternate;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

.rotate img {
  transform: rotateY(720deg);
  transition: 1.5s;
}

.rotate_end img {
  transform: rotateY(0deg);
  transition: 1.5s;
}

/* =================================
 Page Effect
================================= */
.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-group .effect-fade:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.effect-group .effect-fade:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.effect-group .effect-fade:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.effect-group .effect-fade:nth-of-type(5) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

.effect-group .effect-fade:nth-of-type(6) {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

.effect-group .effect-fade:nth-of-type(7) {
  -moz-transition-delay: 1000ms;
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
}

.effect-group .effect-fade:nth-of-type(8) {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.effect-group .effect-fade:nth-of-type(9) {
  -moz-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
}

.effect-group .effect-fade:nth-of-type(10) {
  -moz-transition-delay: 1600ms;
  -webkit-transition-delay: 1600ms;
  -o-transition-delay: 1600ms;
  -ms-transition-delay: 1600ms;
}

.effect-group .effect-fade:nth-of-type(11) {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.effect-group .effect-fade:nth-of-type(12) {
  -moz-transition-delay: 2000ms;
  -webkit-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
}

/* =================================
 Base Layout
================================= */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  color: #4f352c;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body.open {
  overflow: hidden;
}

main {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a:hover {
  transition: 0.5s;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

strong {
  font-weight: bold;
  color: #ec6a18;
}

.hide {
  display: none;
}

.l_right {
  text-align: right;
}

.l_left {
  text-align: left;
}

.l_center{
  text-align: center;
}

.l_inline{
  display: inline !important;
}

.ico {
  padding: 4px;
  margin-right: 1em;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 4px;
  vertical-align: 0.1em
}

.ico.news.cate1,
.ico.yellow {
  background-color: #f6a817;
}

.ico.news.cate2,
.ico.orange {
  background-color: #ec6a18;
}

.ico.emergency {
  background-color: #d00;
}

.ico::before {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

.txt_small {
  font-size: 12px;
}

.txt_big {
  font-size: 18px;
  font-weight: bold;
}

.txt_link {
  color: #ec6a18;
  text-decoration: underline;
}

.txt_link:hover {
  text-decoration: none;
}

.txt_exlink {
  display: inline-block;
  position: relative;
}

.txt_exlink::after{
  position: absolute;
  top: 50%;
  right: -15px;
  content: '';
  width:12px;
  height:12px;
  background-size: 100%;
  margin-top: -6px;
}

.bg_color {
  background-color: #F9C675;
}

.color {
  color: #EC6A18;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mb5{
  margin-bottom: 5px;
}

.mb10{
  margin-bottom: 10px;
}

.mb15{
  margin-bottom: 15px;
}

.mb20{
  margin-bottom: 20px;
}

.mb25{
  margin-bottom: 25px;
}

.mb30{
  margin-bottom: 30px;
}

.mb35{
  margin-bottom: 35px;
}

.mb40{
  margin-bottom: 40px;
}

.mb50{
  margin-bottom: 50px;
}

.mb60{
  margin-bottom: 60px;
}

.mt5{
  margin-top: 5px;
}

.mt10{
  margin-top: 10px;
}

.mt15{
  margin-top: 15px;
}

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

.mt30{
  margin-top: 30px;
}

.mt40{
  margin-top: 40px;
}

.w70{
  width: 70% !important;
}

.w75{
  width: 75% !important;
}

.w80{
  width: 80% !important;
}

.w90{
  width: 90% !important;
}

.w100{
  width: 100% !important;
}

/* SP */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inline-block;
  }

  main {
    padding-top: 50px;
  }

  .ico::before {
    padding: 2px 4px;
    border-radius: 4px;
    margin-right: 4px;
  }

  .bg_dot {
    background: url("../image/bg_dot.png");
    background-size: 12px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .pc {
    display: inline-block;
  }

  .sp {
    display: none !important;
  }

  .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  main{
    padding-top: 70px;
  }

  .ico::before {
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 6px;
  }

  .bg_dot {
    background: url("../image/bg_dot.png");
    background-size: 18px;
  }

  .no_bg_pc {
    background: none !important;
  }

}

/* =================================
 TOP COMMON PARTS
================================= */
/* TITLE */
.ttl_top {
  margin: 0 auto;
  padding-top: 75px;
  text-align: center;
  background: url(../image/ico_head.svg) no-repeat top center;
  background-size: 66px;
}
.ttl_top span {
  font-size: 40px;
  display: block;
}
.ttl_top span.color {
  font-size: 18px;
  color: #EC6A18;
}

/* BTN */
.btn {
  display: inline-block;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #4f352c;
  border-radius: 10px;
  margin: 0 auto;
}

.btn::before {
  content: '';
  display: inline-block;
  vertical-align: 0;
}

.btn.download,
.btn.download2 {
  display: block;
  background-color: #66cc66;
}

.btn.download::before,
.btn.download2::before {
  content: '\f019';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 700;
  color: #66cc66;
  border-radius: 50%;
  background-color: #fff;
}

.btn.request {
  display: block;
  background-color: #f6a817;
}

.btn.request::before {
  content: '\f075';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  color: #f6a817;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(-1, 1);
}

.btn.plan {
  display: block;
  background-color: #f6a817;
}

.btn.plan::before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #f6a817;
  border-radius: 50%;
  background-color: #fff;
}

.btn.regist {
  display: block;
  border: 2px solid #4f352c;
  background-color: #fff;
  color: #4f352c;
}

.btn.regist::before {
  color: #f6a817;
  border-radius: 50%;
  background: #4f352c url(../image/ico_plus.svg) no-repeat center;
  background-size: 14px;
}

.btn.contact {
  display: block;
  border: 2px solid #ec6a18;
  background-color: #fff;
  color: #ec6a18;
}
.btn.parent {
  display: block;
  border: 2px solid #4f352c;
  background-color: #fff;
  color: #4f352c;
}

.btn.contact::before {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  content: '\f1d8';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  color: #fff;
  background-color: #ec6a18;
  border-radius: 50%;
}
.btn.parent::before {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  color: #fff;
  content: '\f007';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline-block;
  background-color: #4f352c;
  border-radius: 50%;
}
.btn.contact::after {
  width: 19px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-331%,-34%);
}
/* .btn.parent::after {
  width: 19px;
  height: 14px;
  content: '\f007';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-415%,-34%);
} */

.btn.normal {
  position: relative;
}

.btn.normal::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
}

.btn.exlink {
  position: relative;
}

.btn.exlink > span{
  position: relative;
}

.btn.exlink > span::after {
  position: absolute;
  top: 50%;
  right: -18px;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../image/ico_exlink3.svg) no-repeat center;
  background-size: 100%;
  transform: translate(0,-50%);
}

.btn.exlink::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
}

.btn.send{
  background-color: #ec6a18;
}

.btn.back{
  text-align: right;
  background-color: #aaa;
}

.btn.back::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: scale(-1, 1);
}

.btn:hover {
  transform: translate3d(0, 5px, 0);
}

/* cot logo */
.cotLogo span {
  color: #fff;
  background: #4F352C;
  display: inline-block;
  position: relative;
}
.cotLogo span::before {
  content: url(../image/logo_ico.svg);
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  transform: translate(0,-50%);
}
  
/* SP */
@media only screen and (max-width: 750px) {
  /* LAYOUT */
  .wrap {
    padding: 16% 2.67%;
  }

  /* TITLE */
  .ttl_top {
    margin-bottom: 5%;
    padding-top: 40px;
    background-size: 33px;
  }
  .ttl_top span {
    font-size: 22px;
  }
  .ttl_top span.color {
    font-size: 14px;
  }
  
  /* BTN */
  .btn.contact,
  .btn.parent,
  .btn.request,
  .btn.plan,
  .btn.regist,
  .btn.download,
  .btn.download2 {
    padding: 13px 0;
    font-size: 18px;
  }

  .btn.contact::before,
  .btn.request::before,
  .btn.plan::before,
  .btn.regist::before,
  .btn.download::before,
  .btn.download2::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    padding: 7px 0 0 0px;
  }

  .btn.normal {
    padding: 15px 40px 15px 30px;
    font-size: 14px;
  }

  .btn.exlink {
    padding: 15px 60px 15px 30px;
    font-size: 14px;
    white-space:nowrap;
  }

  .btn.normal::after,
  .btn.exlink::after {
    font-size: 16px;
    right: 10px;
    margin-top: -9px;
  }
  .btn.back {
    padding: 15px 30px 15px 40px;
    font-size: 14px;
  }

  .btn.download::before,
  .btn.download2::before {
    padding: 7px 0 0 0;
  }

  .btn.contact::before {
    font-size: 16px;
  }


}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .wrap {
    width: 100%;
    padding: 10% 0;
  }

  .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  /* TITLE */
  .ttl_top {
    margin-bottom: 5%;
  }

  /* BTN */
  .btn.request,
  .btn.plan,
  .btn.contact,
  .btn.download,
  .btn.download2 {
    padding: 18px 0;
    font-size: 24px;
  }

  .btn.contact {
    padding: 16px 0;
  }

  .btn.contact::before,
  .btn.request::before,
  .btn.plan::before,
  .btn.download::before,
  .btn.download2::before {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    font-size: 22px;
  }

  .btn.contact::before {
    padding-top: 9px;
    font-size: 19px;
  }

  .btn.request::before {
    margin-right: 10px;
    padding-top: 7px;
  }

  .btn.plan::before {
    margin-right: 10px;
    padding-top: 7px;
  }

  .btn.download::before,
  .btn.download2::before {
    margin-right: 10px;
    padding-top: 7px;
    font-size: 20px;
    vertical-align: 10%;
  }

  .btn.normal {
    padding: 18px 50px;
    font-size: 16px;
  }

  .btn.exlink {
    padding: 18px 60px 18px 40px;
    font-size: 16px;
  }

  .btn.normal::after,
  .btn.exlink::after {
    font-size: 22px;
    right: 14px;
    margin-top: -10px;
  }

  /* Tab for pc */
  .h_menu_tabs{
    position: fixed;
    top: 130px;
    right: -5px;
  }

  .h_menu_tabs li:first-of-type {
    margin-bottom: 10px;
  }

  .h_tab{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    padding: 12px 5px 12px 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
  }

  .h_tab:hover {
    transform: translate3d(-5px, 0, 0);
  }

  .h_tab::before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
  }

  .h_tab.download {
    color: #fff;
    background-color: #66cc66;
    height: 190px; /* for IE */
    font-size: 15px;
  }

  .h_tab.download::before {
    content: '\f019';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 700;
    color: #66cc66;
    border-radius: 50%;
    padding: 6px 6px 6px 7px;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .h_tab.contact {
    color: #ec6a18;
    background-color: #fff;
    border: 2px solid #ec6a18;
    border-right: 2px solid #fff;
    position: relative;
    height: 170px; /* for IE */

  }

  .h_tab.contact::before {
    display: inline-block;
    content: '\f1d8';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 50%;
    background-color: #ec6a18;
    padding: 5px 7px;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  /* dropdown_menu for pc */
  .dropdown_menu {
    width: 200px;
    display: none;
    position: absolute;
    margin-top: 0;
    background: #fff;
    border: 2px solid #ec6a18;
    border-radius: 10px;
  }

  .dropdown_menu li {
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }

  .dropdown_menu li:last-of-type {
    border-bottom: none;
  }

  .dropdown_menu li a {
    margin: -5px 5px -5px -5px;
    padding: 15px 0 15px 15px;
    color: #ec6a18;
  }

  .dropdown_menu li a:hover {
    color: #ec6a18;
    text-decoration: underline;
  }
}

/* PC */
@media print, screen and (min-width: 1000px) {

  .wrap {
    padding: 100px 0;
  }

  .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* =================================
 HEADER
================================= */
header .wrap_header {
  background-color: rgba(255,255,255, 0.7);
}

header .h_pttl {
  color: #ec6a18;
  border: 2px solid #ec6a18;
  font-weight: bold;
}

/* ヘッダー */
header .logo {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logo .cotLogo span {
  padding: 2px 10px 2px 40px;
  font-size: 12px;
  border-radius: 12px;
}
header .logo .cotLogo span::before {
  width: 28px;
  height: 28px;
}

/* SP */
@media only screen and (max-width: 750px) {
  header {
    width: 100%;
    z-index: 20;
    position: fixed;
  }

  header .wrap_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 10px;
  }

  header .logo {
/*    width: 110px;*/
    line-height: 1;
  }

  /* ヘッダー */
  header .logo a {
    display: inline-block;
/*    width: 110px;*/
    margin: 2px 10px 0 0;
    position: relative;
  }
  header .logo a img {
    width: 110px;
  }
  header .logo .cotLogo span {
    margin-top: 10px;
    padding: 2px 10px 2px 30px;
    font-size: 10px;
    top: -8px;
  }
  header .logo .cotLogo span::before {
    width: 20px;
    height: 20px;
  }

  header .h_pttl {
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 2px;
  }

  .nav_btn {
    width: 30px;
    height: 30px;
    padding-top: 11px;
    background-color: #ec6a18;
    border-radius: 50%;
    z-index: 100;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  /* 3bar */
  .nav_btn span {
    position: relative;
    display: block;
    width: 13px;
    height: 1px;
    margin: 0 auto;
    border-radius: 1px;
    background: #fff;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }

  .nav_btn span:nth-child(1) {
    top: 0;
  }

  .nav_btn span:nth-child(2) {
    margin: 3px auto;
  }

  .nav_btn span:nth-child(3) {
    top: 0;
  }

  /*OPEN時の動き*/
  .nav_btn.on span:nth-child(1) {
    top: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav_btn.on span:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }

  .nav_btn.on span:nth-child(3) {
    top: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* go nursery page btn */
  .h_btn.nursery {
    position: absolute;
    top: 10px;
    right: 50px;
    padding: 5px 10px 5px 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    background-color: #ec6a18;
  }

  .h_btn.nursery::before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: -0.5em;
    background-color: #fff;
    border-radius: 50%;
    background: #fff url("../image/ico_nursery.svg") no-repeat left 3.5px center;
    background-size: 14px;
  }

  /* go parent page btn */
  .h_btn.contact {
    position: absolute;
    top: 10px;
    right: 50px;
    padding: 4px 10px 4px 5px;
    font-size: 12px;
    color: #ec6a18;
    background-color: #fff;
    border: 2px solid #ec6a18;
    border-radius: 4px;
  }

  .h_btn.contact::before {
    display: inline-block;
    content: '\f007';
    font-size: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff;
    width: 20px;
    height: 20px;
    padding: 3px 5px;
    margin-right: 6px;
    background-color: #ec6a18;
    border-radius: 50%;
    vertical-align: 0.1em;
  }

  .nav_menu {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 20px 20px 100px;
    background-color: #ec6a18;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    z-index: 100;
    overflow-y: scroll;
  }

  .nav_menu_links li{
    position: relative;
  }

  .nav_menu_links li::after {
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 900;
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
  }

  .nav_menu_links li a{
    display: block;
    font-size: 14px;
    padding: 20px 0;
    border-bottom: 2px dotted #fff;
  }

  .nav_menu_links li a.txt_exlink {
    display: block;
    position: static;
  }

  .nav_menu_links li a.txt_exlink::after{
    content: '';
    right: auto;
    background: url("../image/ico_exlink3.svg") no-repeat center;
    background-size: 100%;
    margin-left: 0.5em;
  }

  .nav_menu_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav_menu_btns li {
    width: 49%;
    margin-bottom: 2.6%;
  }

  .nav_menu_btns li.one{
    width: 100%;
  }

  .nm_btn {
    display: block;
    padding: 13px 0;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background-color: #4f352c;
    position: relative;
    line-height: 1;
    min-height: 40px;
    font-size: 14px;
  }

  .nm_btn::after {
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 900;
    content: '\f105';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
  }

  .nm_btn.regist {
    background-color: #fff;
    color: #4f352c;
    border:2px solid #4f352c;
    min-height: 36px;
  }

  .nm_btn.download {
    background-color: #fff;
    color: #ec6a18;
  }

  .nm_btn.contact {
    background-color: #66cc66;
  }

  .nm_btn.faq {
    background-color: #fff;
    color: #4f352c;
  }

  .nm_btn.faq span{
    position: relative;
  }

  .nm_btn.faq span::after {
    position: absolute;
    top: 50%;
    right: -2em;
    content: '';
    width:14px;
    height:14px;
    background: url("../image/ico_exlink2.svg") no-repeat center;
    background-size: 100%;
    transform: translate(-50%,-50%);
  }
}

/* SP 375pxの時 */
@media only screen and (max-width: 375px) {
  .btn.exlink {
    text-align: left;
  }
}

/* SP 320pxの時 */
@media only screen and (max-width: 320px) {
  .h_btn.nursery::before,
  .h_btn.contact::before {
    display: none;
  }

  .h_btn.nursery,
  .h_btn.contact {
    padding: 5px;
  }

  .nm_btn.download {
    font-size: 13px;
    padding-top: 14px;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  header {
    width: 100%;
    z-index: 20;
    position: fixed;
  }

  header .wrap_header {
    height: 85px;
    position: relative;
  }

  header .logo {
    position: absolute;
    top: 15px;
    left: 14px;
    width: 183px;
  }

  /* 保育施設用ヘッダー */
  header .logo {
    position: absolute;
    top: 10px;
    left: 14px;
  }

  header .logo a {
    display: inline-block;
    width: 170px;
    margin-right: 10px;
  }

  header .h_pttl {
    padding: 6px 14px;
    margin-top: 2px;
  }

  /* Header menu */
  .btn_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 15px 0 15px 10px;
  }

  /* login/regist/download btns */
  .h_menu_btns{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h_menu_btns li {
    margin-right: 10px;
  }
  .h_btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding: 0 10px;
    background-color: #4f352c;
    font-size: 1.6vw;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
  }
  .h_btn:hover {
    transform: translate3d(0, 5px, 0);
    transition: 0.5s;
  }
  .h_btn::before {
    display: inline-block;
    content: '';
    width: 32px;
    height: 32px;
    margin-right: 8px;
    vertical-align: middle;
    background-color : #fff;
    border-radius: 50%;
  }
  /* login */
  .h_btn.login::before {
    background: #fff url("../image/ico_login.png") no-repeat center;
    background-size: 13px;
  }
  /* regist */
  .h_btn.regist {
    border: 2px solid #4f352c;
    background-color: #fff;
    color: #4f352c;
  }
  .h_btn.regist::before {
    background: #4f352c url("../image/ico_plus.svg") no-repeat center;
    background-size: 14px;
  }

  /* download */
  .h_btn.download {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    padding: 9px 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #ec6a18;
    color: #fff;
    font-size:10px;
    line-height: 1.2;
  }
  .h_btn.download span {
    text-align: center;
    transform: scale(0.9, 1);
  }
  .h_btn.download::before {
    content: '\f019';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-right: 4px;
    color: #ec6a18;
    padding: 7px 0 0 8px;
    margin-bottom: 4px;
  }
  /* go nursery page btn */
  .h_btn.nursery {
    background-color: #ec6a18;
  }

  .h_btn.nursery::before {
    background: #fff url("../image/ico_nursery.svg") no-repeat left 6px center;
    background-size: 20px;
  }

  /* go contact page btn */
  .h_btn.contact {
    background-color: #ec6a18;
    position: relative;
  }

  .h_btn.contact::before {
    content: "";
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-right: 8px;
    color: #ec6a18;
    background-color: #fff;
  }
  .h_btn.contact::after {
    width: 24px;
    height: 16px;
    content: url(../image/ico_contact.svg);
    position: absolute;
    top: 50%;
    left: 13px;
    display: block;
    transform: translate(0,-50%);
  }
  /* go parent page btn */
  .h_btn.parent {
    position: relative;
  }
  .h_btn.parent::before {
    content: "";
    display: block;
    font-size: 16px;
    line-height: 1;
    margin-right: 8px;
    color: #ec6a18;
    background-color: #fff;
  }
  .h_btn.parent::after {
    width: 24px;
    height: 16px;
    color: #4f352c;
    content: '\f007';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 40%;
    left: 16px;
    display: block;
    transform: translate(0,-50%);
  }

  /* menu */
  .h_link {
    display: inline-block;
    margin-right: 1.5em;
    font-size: 1.6vw;
    font-weight: bold;
    position: relative;
  }
  .h_link span{
    display: none;
  }
  .h_link::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
  }

  .h_link.sale {
    margin-right: 10px;
  }

  .h_link.online::before,
  .h_link.sale::before {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    vertical-align: 0.1em;
    background-color : #4f352c;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
  }
  .h_link.online::before {
    content: '\f025';
    padding: 4px 7px;
  }
  .h_link.sale::before {
    content: '\f291';
    padding: 4px 6px;
  }
}

/* PC */
@media print, screen and (min-width: 1000px) {
  .h_btn,
  .h_link {
    font-size: 16px;
  }
  .h_link span {
    display: inline-block;
    font-size:12px;
  }
}

/* 保育施設メニュー PC用 1000以下はリンクメニューを上下に */
@media screen and (min-width: 751px) and (max-width: 1080px) {

  .logo .h_pttl {
    padding: 4px 8px;
    margin-top: 2px;
    font-size: 12px;
  }

  .cotlty.h_menu_btns{
    position: relative;
  }

  .cotlty .h_btn.login,
  .cotlty .h_btn.regist,
  .cotlty .h_btn.contact {
    font-size: 15px;
  }

  .cotlty .h_link.online,
  .cotlty .h_link.sale {
    position: absolute;
    left: -31%;
    font-size: 13px;
  }

  .cotlty .h_link.online {
    top: 5px;
  }

  .cotlty .h_link.sale {
    top: 30px;
  }

  .cotlty .h_link.online::before,
  .cotlty .h_link.sale::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 3px 4px;
    font-size: 10px;
    text-align: center;
  }

}

@media screen and (min-width: 751px) and (max-width: 850px) {
  .cotlty .h_btn.contact span{
    display: none;
  }

  .cotlty .h_link.online,
  .cotlty .h_link.sale {
    left: -33%;
  }
}

@media screen and (min-width: 751px) and (max-width: 770px) {
  .cotlty .h_link.online::before,
  .cotlty .h_link.sale::before {
    display: none;
  }

  .cotlty .h_link.online,
  .cotlty .h_link.sale {
    left: -27%;
  }

}

/* =================================
 01: TITLE/COVER
================================= */
.top_cover {
  z-index: 10;
}
.scroll {
  position: absolute;
  left: 50%;
}
.top_award {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_patent {
  display: block;
  font-size: 14px;
  text-align: right;
  color: #a78377;
}

.top_subscaward {
  position: absolute;
}


/* SP */
@media only screen and (max-width: 750px) {
  .top_cover .wrap_cover {
    padding-bottom: 16%;
    background: url("../image/bg_top_sp.png") no-repeat center bottom;
    background-size: 100%;
  }

  .top_cover .wrap_cover .inner {
    position: relative;
  }

  .cover_img{
    width: 64%;
    margin: 0 auto;
    padding: 6.67% 0 0;
  }

  .top_logo {
    width: 72%;
    margin: 0 auto;
    padding-bottom: 2%;
  }

  .top_catch {
    width: 79.46%;
    margin: 0 auto;
    padding-bottom: 3%;
  }

  .top_txtbox {
    width: 80%;
    margin: 0 auto 4%;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.6;
  }

  .top_award {
    width: 82%;
    margin: 0 auto;
  }

  .top_kidsdesign {
    width: 23%;
    margin: 1% 0 0 3.5%;
  }

  .top_txtbox .top_txt {
    width: 80%;
    font-size: 15px;
  }

  .top_patent {
    margin: 0.5em 0.5em 0 0;
  }


  .top_subscaward {
    width: 23%;
    left: 5%;
    top: 1%;
  }

  .scroll {
    width: 13%;
    bottom: -18%;
    transform: translateX(-50%);
    margin-left: -7%;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .top_cover .wrap_cover {
    background: #ffc2ba url("../image/bg_top_pc.png") no-repeat center bottom;
    background-size: 2000px;
  }

  .top_cover .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6% 2% 18%;
  }

  .cover_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 48%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .cover_img{
    width: 44.8%;
    margin-right: 2%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .cover_img img{
    max-width: 448px;
  }

  .top_logo {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .top_logo img {
    max-width:475px;
  }

  .top_catch {
    width: 97.91%;
    margin: 3% 0 0 1%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    line-height: 1;
  }

  .top_catch img {
    max-width: 470px;
  }

  .top_txtbox {
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1.6;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .top_award {
    margin-left: 17px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .top_colabo {
    width: 84.44%;
  }

  .top_colabo img {
    max-width: 380px;
  }

  .top_kidsdesign {
    width: 11.55%;
  }

  .top_kidsdesign {
    max-width: 52px;
  }

  .top_subscaward {
    width: 12.8%;
    position: absolute;
    left: 49%;
    top: 1.7%;
  }


  .scroll {
    width: 50px;
    bottom: 50px;
    margin-left: -20px;
  }
}

/* PC */
@media print, screen and (min-width: 1000px) {
  .top_cover .inner {
    padding: 60px 0 180px;
    position: relative;
  }

  .top_subscaward {
    width: 128px;
    left: 490px;
    top: 30px;
  }
}

/* =================================
 02: About Teburatouen
================================= */

.top_about .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.txt_about p {
  line-height: 1.7;
}

.top_point {
  background-color: #ffefed;
  border-radius: 10px;
  border: 2px dotted #ec6a18;
  padding: 8px 8px 10px;
}

.top_point h3 {
  text-align: center;
  color: #fff;
  background-color: #ec6a18;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1;
  padding: 8px 0;
  margin-bottom: 10px;
}

.top_point ul li {
  color: #ec6a18;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4;
}

.top_point ul li::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 5px;
  position: absolute;
  top:0;
  left:0;
}

/* SP */
@media only screen and (max-width: 750px) {

  .top_about .inner {
    padding: 16% 2.67%;
  }

  .top_colabo {
    margin-bottom: 13.33%;
  }

  .ttl_about {
    margin: 0 5.21% 8%;
  }

  .img_about{
    margin:0 2.82% 8%;
  }

  .txt_about p {
    margin:0 2.82% 8%;
  }

  .top_point {
    margin-bottom: 8%;
  }

  .top_point ul li {
    font-size: 18px;
  }

  .top_point ul li::before {
    font-size: 18px;
  }

  /* comic bnr */
  .bnr_comic {
    margin-bottom: 8%;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_about {
    margin-top: -2px;
  }

  .top_about .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .txt_about {
    width: 44%;
  }

  .img_about {
    width: 50%;
    margin-right: 1%;
  }

  /* Left column */
  .ttl_about {
    margin-bottom: 16px;
  }

  .ttl_about img {
    max-width: 440px;
  }

  .txt_about {
    margin-bottom: 4%;
  }

  .txt_about p {
    margin-bottom: 20px;
    line-height: 1.7;
  }

  .top_point ul {
    margin-left: 1em;
  }

  .top_point ul li {
    font-size: 18px;
  }

  .top_point ul li::before {
    font-size: 20px;
  }

  /* Right column */
  .img_about img {
    max-width: 501px;
  }

  /* comic bnr */
  .bnr_comic {
    margin-bottom: 5%;
    cursor: pointer;
  }

  .bnr_comic:hover {
    transform: translate3d(0, 5px, 0);
    transition: 0.5s;
  }
}

/* cv point
--------------------------*/
.area_cv {
  width: 100%;
  background-color: #f8e8e3;
  border-radius: 10px;
  text-align: center;
}

.area_cv.white {
  background-color: #fff;
}

.area_cv .btn{
  width: 100%;
}

/* SP */
@media only screen and (max-width: 750px) {
  .area_cv {
    padding: 10px;
  }

  .area_cv.white {
    margin-top: 5%;
  }

  ul.area_cv li:not(:last-of-type) {
    margin-bottom: 10px;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .area_cv {
    padding: 20px;
  }

  .area_cv.white {
    margin-top: 5%;
  }

  ul.area_cv {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ul.area_cv li {
    width: 49%;
  }

}

/* =================================
 03: Merit
================================= */
.top_merit {
  background-color: #fff;
}

/* english ttl setting */
.list_merit1 li::before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.txt_trouble {
  background-color: #f3ebe9;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.txt_trouble::before {
  content:"\304A\60A9\307F";
  background-color: #4f352c;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  line-height: 1;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

.sttl_merit {
  line-height: 1;
  font-weight: bold;
/*  color: #ec6a18;*/
}

/* SP */
@media only screen and (max-width: 750px) {

  .ttl_merit1 {
    width: 100%;
    background: url("../image/bg_merit_sp.jpg") no-repeat top center;
    background-size: 100%;
    position: relative;
    margin-bottom: 6%;
  }

  .ttl_merit1 h2 {
    width: 57.86%;
    padding: 21.33% 0 8% 2.67%;
  }

  .list_merit1 {
    margin-bottom: 8%;
  }

  .list_merit1 li {
    margin-bottom: 8%;
    padding: 2.82% 2.82% 2.82% 8.45%;
    background: #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: 10px 10px 0 rgba(244,133,119,0.3);
  }

  .list_merit1 li:last-of-type {
    margin-bottom: 10.9%;
  }


  /* photo setting */
  .list_merit1 li:nth-of-type(1) .txt_merit{
    background: #fff url("../image/img_merit1_1.jpg") no-repeat right 10px top;
    background-size: 30%;
  }

  .list_merit1 li:nth-of-type(2) .txt_merit{
    background: #fff url("../image/img_merit1_2.jpg") no-repeat right 10px top;
    background-size: 30%;
  }

  .list_merit1 li:nth-of-type(3) .txt_merit{
    background: #fff url("../image/img_merit1_3.jpg") no-repeat right 10px top;
    background-size: 30%;
  }

  /* english ttl setting */
  .list_merit1 li::before {
    width: 20px;
    border-radius: 20px 0 0 20px;
  }

  .list_merit1 li:nth-of-type(1)::before {
    background: #ec6a18 url("../image/txt_merit1.png") no-repeat bottom 20px left 6px;
    background-size: 8px;
  }

  .list_merit1 li:nth-of-type(2)::before {
    background: #ec6a18 url("../image/txt_merit2.png") no-repeat bottom 20px left 6px;
    background-size: 8px;
  }

  .list_merit1 li:nth-of-type(3)::before {
    background: #ec6a18 url("../image/txt_merit3.png") no-repeat bottom 20px left 6px;
    background-size: 8px;
  }

  .txt_trouble {
    margin-bottom: 20px;
    padding: 13px 10px 15px 60px;
    font-size: 14px;
    line-height: 1.4;
  }

  .txt_trouble::before {
    left:10px;
    font-size: 10px;
    padding: 5px;
  }

  .txt_trouble::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 20px;
    bottom: -8px;
    border-top: 8px solid #f3ebe9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }

  .txt_trouble span {
    display: inline-block;
    margin-top: 2px;
  }

  .sttl_merit {
    padding-bottom: 12px;
    margin: 0 5px 15px;
    font-size: 20px;
    border-bottom: 3px dotted #ec6a18;
  }

  .txt_merit {
    min-height: 110px;
    padding: 0 34% 5px 5px;
    font-size: 15px;
    line-height: 1.6;
  }

  .ttl_merit2 {
    width: 73.33%;
    margin: 0 auto 3%;
    background-color: #ffc2ba;
    z-index: 1;
  }

  .list_merit2 {
    border:3px solid #fff;
    border-radius: 20px;
    margin-top: -8%;
    padding: 8.45% 4.23% 4.23%;
  }

  .list_merit2 li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5%;
  }

  .img_merit2 {
    width: 45.31%;
  }

  .img_merit2 img{
    -webkit-filter: drop-shadow(10px 10px 0 rgba(244,133,119,0.3));
    -ms-filter: drop-shadow(10px 10px 0 rgba(244,133,119,0.3));
    filter: drop-shadow(10px 10px 0 rgba(244,133,119,0.3));
  }

  .inner_merit2{
    width: 49%;
  }

  .list_merit2 li:nth-of-type(2) .inner_merit2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .sttl_merit2 {
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 8px;
  }

  .list_merit2 li:first-of-type .sttl_merit2 {
    font-size: 20px;
  }


  .txt_merit2 {
    font-size: 15px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_merit {
    padding-bottom: 11%;
  }

  .ttl_merit1 {
    height: 350px;
    background-image:
            url("../image/bg_wavepink.png"),
            url("../image/bg_merit_pc.jpg");
    background-repeat:
            repeat-x,
            no-repeat;
    background-position:
            bottom center,
            top center;
    background-size:
            41px,
            2000px;
    position: relative;
    margin-bottom: 6%;
  }

  .ttl_merit1 h2 {
    width: 322px;
    position: absolute;
    left: 20px;
    bottom: 50px;
  }

  .list_merit1 {
    margin-bottom: 8%;
  }

  .list_merit1 li {
    height: 350px;
    margin-bottom: 4%;
    padding: 4% 36.5% 2.5% 7%;
    background: #fff;
    border-radius: 30px;
    position: relative;
    box-shadow: 15px 15px 0 rgba(244,133,119,0.3);
  }

  .list_merit1 li:nth-of-type(even) {
    padding: 4% 3% 2.5% 40%;
  }

  /* photo setting */
  .list_merit1 li:nth-of-type(1) {
    background: #fff url("../image/img_merit1_1.jpg") no-repeat  right 25px top 25px;
    background-size: 30%;
  }

  .list_merit1 li:nth-of-type(2) {
    background: #fff url("../image/img_merit1_2.jpg") no-repeat  left 60px top 25px;
    background-size: 30%;
  }

  .list_merit1 li:nth-of-type(3) {
    background: #fff url("../image/img_merit1_3.jpg") no-repeat  right 25px top 25px;
    background-size: 30%;
  }

  /* english ttl setting */
  .list_merit1 li::before {
    width: 30px;
    border-radius: 30px 0 0 30px;
  }

  .list_merit1 li:nth-of-type(1)::before {
    background: #ec6a18 url("../image/txt_merit1.png") no-repeat bottom 20px left 10px;
    background-size: 12px;
  }

  .list_merit1 li:nth-of-type(2)::before {
    background: #ec6a18 url("../image/txt_merit2.png") no-repeat bottom 20px left 10px;
    background-size: 12px;
  }

  .list_merit1 li:nth-of-type(3)::before {
    background: #ec6a18 url("../image/txt_merit3.png") no-repeat bottom 20px left 10px;
    background-size: 12px;
  }

  .txt_trouble {
    margin-bottom: 30px;
    padding: 18px 15px 20px 90px;
    font-size: 20px;
    line-height: 1.2;
  }

  .txt_trouble::before {
    left:20px;
    font-size: 13px;
    padding: 6px 10px;
  }

  .txt_trouble::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 25px;
    bottom: -14px;
    border-top: 14px solid #f3ebe9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }

  .txt_trouble span {
    display: inline-block;
    margin-top: 2px;
  }

  .sttl_merit {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 3vw;
    font-weight: bold;
    border-bottom: 5px dotted #ec6a18;
    letter-spacing: 2px;
  }

  .txt_merit {
    width: 444px;
    margin: 0 10px;
    font-size: 16px;
    line-height: 1.6;
  }

  .ttl_merit2 {
    width: 458px;
    margin: 0 auto 3%;
  }

  .list_merit2 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list_merit2 li{
    width: 31%;
    max-width: 310px;
  }

  .img_merit2 {
    margin-bottom: 20px;
  }

  .img_merit2 img{
    -webkit-filter: drop-shadow(15px 15px 0 rgba(244,133,119,0.3));
    -ms-filter: drop-shadow(15px 15px 0 rgba(244,133,119,0.3));
    filter: drop-shadow(15px 15px 0 rgba(244,133,119,0.3));
  }

  .sttl_merit2 {
    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;
    height: 2em;
    margin-bottom: 26px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }

  .txt_merit2 {
    min-height: 110px;
    padding: 25px;
    line-height: 1.6;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
  }

  .txt_merit2::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    top: -12px;
    margin: 0 auto;
    border-bottom: 12px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

}

/* PC */
@media print, screen and (min-width: 1000px) {

  .top_merit {
    padding-bottom: 50px;
  }

  .ttl_merit1 {
    margin-bottom: 60px;
  }

  .ttl_merit1 h2 {
    left: 50%;
    transform: translateX(-500px);
  }

  .sttl_merit {
    font-size: 30px;
  }
}


/* =================================
 04: User Voice
================================= */
.voice_list li {
  display: table;
  background-color: #fff;
  border: 2px solid #ec6a18;
}

.voice_ico {
  display: table-cell;
}

.voice_txt {
  display: table-cell;
  vertical-align: middle;
}

.voice_name {
  display: block;
  margin-top: 5px;
  color: #fff;
}

/* SP */
@media only screen and (max-width: 750px) {

  .top_voice .ttl_top {
    width: 37.46%;
    margin-bottom: 8%;
  }

  .voice_list{
    padding-bottom: 3%;
  }

  .voice_list li {
    margin-bottom: 5.33%;
    border-radius: 10px;
  }

  .voice_list li img {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .voice_ico {
    width: 80px;
    padding:10px;
    line-height: 1;
    background-color: #ec6a18;
    border-radius: 8px 0 0 8px;
  }

  .voice_txt {
    width: calc( 100% - 80px );
    padding: 3.66%;
    line-height: 1.6;
  }

  .voice_name {
    margin-top: 0.5em;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_voice .ttl_top {
    width: 20.4%;
    max-width: 204px;
  }

  .voice_list{
    padding-bottom: 3%;
  }

  .voice_list li {
    margin-bottom: 3%;
    border-radius: 20px;
  }

  .voice_list li img {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .voice_ico {
    width: 150px;
    padding:22px 25px;
    line-height: 1;
    background-color: #ec6a18;
    border-radius: 18px 0 0 18px;
  }

  .voice_txt {
    width: calc( 100% - 150px );
    padding: 28px 28px 24px 28px;
    line-height: 1.8;
  }

  .voice_name {
    font-size: 16px;
    text-align: center;
    margin-top: 0.5em;
  }

}

/* =================================
 05: cotlity list
================================= */
.txt_request {

  margin: 0 auto 1em;
  position: relative;
  display: inline-block;
}

/* SP */
@media only screen and (max-width: 750px) {

  .top_cotlity .ttl_top {
    width: 49.07%;
  }

  .txt_request {
    font-size: 14px;
    line-height: 1.4;
  }

  .txt_request strong.txt_big {
    font-size: 16px;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_cotlity .ttl_top {
    width: 27.8%;
  }

  .txt_request {
    line-height: 1.6;
    text-align: center;
  }

  .txt_request::before{
    content:"";
    border-left: 2px solid #4f352c;
    width: 1px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: -20px;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    transform: skewX(30deg);
  }
  .txt_request::after{
    content:"";
    border-right: 2px solid #4f352c;
    width: 1px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: -20px;
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
  }
}

/* =================================
 06: Faq
================================= */
.top_faq {
  position: relative;
}

.faq_list dl {
  border: 2px solid #ec6a18;
  border-radius: 10px;
  background-color: #fff;
}

.faq_list dt {
  color: #ec6a18;
  font-weight: 700;
  position: relative;
}

.faq_list dt::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../image/ico_q@2x.png") no-repeat center;
  background-size: 100%;
}

.faq_list dt::after {
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  position: absolute;
  top: 50%;
}

.faq_list dt.open::after {
  content: '\f106';
}

.faq_list dd {
  display: none;
  background-color: #ffefed;
  border-radius: 0 0 10px 10px;
  position: relative;
}

.faq_list li:first-of-type dd {
  display: block;
}

.faq_list dd::before {
  display: block;
  content: '';
  position: absolute;
  background: url("../image/ico_a@2x.png") no-repeat center;
  background-size: 100%;
}

/* SP */
@media only screen and (max-width: 750px) {
  .top_faq .ttl_top {
    width: 40%;
  }
  .top_faq .ttl_top::after {
    background: url("../image/ttl_faq@2x.png") no-repeat center;
    background-size: 30px;
  }
  .faq_list {
    margin-bottom: 4%;
  }
  .faq_list li{
    margin-bottom: 5.3%;
  }
  .faq_list dt {
    padding: 4% 30px 4% 60px;
  }
  .faq_list dt::before {
    width: 50px;
    height: calc(100% - 20px);
    margin: 10px 0;
    background: url("../image/ico_q@2x.png") no-repeat center;
    background-size: 100%;
  }
  .faq_list dt::after {
    font-size: 20px;
    right: 10px;
    transform: translateY(-50%);
  }
  .faq_list dd {
    padding: 5% 4% 5% 70px;
  }
  .faq_list dd::before {
    top: 50%;
    left: 2.6%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
  }
  .faq_list dl.dBlock dd .balloon {
    padding: 5%;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .top_faq .ttl_top {
    width: 230px;
  }
  .faq_list {
    width: 98%;
    margin: 0 auto 4%;
  }
  .faq_list li:not(:first-of-type) {
    margin-top: 20px;
  }
  .faq_list dt {
    font-size: 18px;
    padding: 20px 50px 20px 74px;
    cursor: pointer;
  }
  .faq_list dt::before {
    width: 60px;
    height: calc(100% - 20px);
    margin: 12px 25px 10px 0;
    background: url("../image/ico_q@2x.png") no-repeat center;
    background-size: 94%;
  }
  .faq_list dt::after {
    font-size: 30px;
    right: 15px;
    transform: translateY(-50%);
  }
  .faq_list dd {
    min-height: 110px;
    padding: 30px 30px 30px 120px;
    line-height: 1.6;
  }
  .faq_list dd::before {
    top: 10px;
    left: 20px;
    width: 80px;
    height: 80px;
    margin-top: 5px;
  }
}

/* PC */
@media print, screen and (min-width: 1000px) {
  .faq_list {
    width: 100%;
  }
}

/* =================================
 07: News
================================= */
.news_nodata{
  width: 100%;
  margin: 1em 0;
  text-align: center;
  font-size: 16px;
}

/* SP */
@media only screen and (max-width: 750px) {

  .top_news .ttl_top {
    width: 27.2%;
  }

  /* news tab for sp only */
  .inner_news {
    display: flex;
    flex-wrap: wrap;
  }

  .tab-label {
    background: #fff;
    font-size: 3.2vw;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    flex: 1;
  }

  .tab-label.cate1 {
    color: #f6a817;
    border:2px solid #f6a817;
    border-bottom: none;
  }

  .tab-label.cate2 {
    color: #ec6a18;
    border:2px solid #ec6a18;
    border-bottom: none;
  }

  .tab-label:not(:last-of-type) {
    margin-right: 5px;
  }

  .top_news_list {
    margin-bottom: 1em;
  }

  .tab-switch.cate1:checked+.tab-label {
    color: #fff;
    background: #f6a817;
  }

  .tab-switch.cate2:checked+.tab-label {
    color: #fff;
    background: #ec6a18;
  }

  .tab-switch:checked+.tab-label+.top_news_list {
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: .5s opacity;
    padding: 0 3.94%;
    margin-bottom: 4%;
    border: 1px solid #d4cbc8;
    border-radius: 0 0 20px 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .tab-switch {
    display: none;
  }

  .top_news_list li {
    padding: 3.94% 0 3.94%;
    border-bottom: 1px dotted #d4cbc8;
  }

  .top_news_list li:last-of-type {
    border: none;
  }

  .news_normal::before {
    background-color: #f6a817;
  }

  .news_mente::before {
    background-color: #ec6a18;
  }

  .top_news_list time {
    display: inline-block;
    margin-bottom: 1em;
    font-size: 14px;
  }

  .top_news_list p:hover {
    color: #ec6a18;
    text-decoration: underline;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_news .ttl_top {
    width: 160px;
  }

  .top_news_list {
    margin-bottom: 4%;
    /*    padding:0 2%;
        border: 1px solid #d4cbc8;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    */  }

  .top_news_list h3{
    display: block;
    padding: 35px 0 25px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d4cbc8;
  }

  .top_news_list li {
    padding:2% 0 2.2%;
    border-bottom: 1px dotted #d4cbc8;
  }

  .top_news_list li:last-of-type {
    border: none;
  }

  .top_news_list::before {
    position: absolute;
    top: 0;
    left: 1px;
    content:"";
    width: calc( 100% - 2px );
    height: 10px;
    border-radius: 20px 20px 0 0;
  }
  /*
    .news_normal::before {
      background-color: #f6a817;
    }

    .news_mente::before {
      background-color: #ec6a18;
    }
  */
  .top_news_list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top_news_list time {
    padding-right: 1em;
  }

  .top_news_list p {
    margin-top: -0.2em;
  }

  .top_news_list p:hover {
    color: #ec6a18;
    text-decoration: underline;
  }
}

/* =================================
 08: WEB COMIC MODAL
================================= */
.modal_comic {
  position:absolute;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  display:none;
}
.overLay {
  width:100%;
  height:100vh;
  background:rgba(000,000,000,0.5);
  position:fixed;
  top:0;
  left:0;
  z-index:103;
}
.wrap_comic {
  background-color: #fff;
  z-index: 104;
}
.wrap_comic li {
  text-align: center;
}
.slick-disabled {
  display: none !important;
}
.btn_close_comic {
  cursor: pointer;
}

/* sp */
@media only screen and (max-width: 750px) {
  .wrap_comic {
    width: 100vw;
    height: 100vh;
    padding: 0 9%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    max-height: 100vh;
    overflow: auto;
  }

  .slide-arrow{
    width: 10%;
    cursor: pointer;
  }
  .prev-arrow{
    position: fixed;
    top: 50%;
    left: 0;
    transform:translate(0,-50%);
    z-index: 1;
  }
  .next-arrow{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    z-index: 1;
  }
  .footer_comic{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #f8e8e3;
  }
  .footer_comic .btn_support{
    width: calc( 100% - 60px );
  }
  .footer_comic .btn_support a{
    margin: 0;
    height: 48px;
    padding:18px 0 0;
    font-size: 14px;
  }
  .footer_comic .btn_support a::after {
    content: "";
    width: 20px;
    height: 20px;
    margin:0;
    position: absolute;
    right: 20px;
    top:50%;
    background: url(../../../img/frontend/babyjob/arrow01.png) no-repeat;
    background-size: 20px;
    transform: translate(50%,-50%);
  }
  .btn_close_comic{
    width: 48px;
  }
  .comic_cv {
    display: block;
    width: calc( 100% - 58px );
  }
}

/* sp 320px以下の時 */
@media only screen and (max-width: 320px) {
  .footer_comic .btn_support a{
    font-size: 12px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .wrap_comic {
    width: 90vw;
    padding: 25px 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .slide-arrow{
    width: 6%;
    cursor: pointer;
  }
  .prev-arrow{
    position:absolute;
    top:50%;
    left:-50px;
    transform:translate(0,-50%);
  }
  .next-arrow{
    position:absolute;
    top:50%;
    right:-50px;
    transform:translate(0,-50%);
  }
  .btn_close_comic{
    width: 60px;
    position: absolute;
    right: 0;
    top:0;
    transform: translate(50%,-50%);
    cursor: pointer;
  }
  .comic_cv {
    display: none;
  }
}





/* =================================
 FOOTER
================================= */
.footer {
  color: #fff;
  background-color: #F9C675;
  position: relative;
}

.f_nav {
  padding-left: 1em;
}

.f_nav li {
/*  font-weight: bold;*/
  position: relative;
}

/*
.f_nav li::before {
  content: '';
  position: absolute;
  background-color: #ec6a18;
  border-radius: 50%;
}

.f_nav > li:nth-child(even)::before {
  background-color: #f6a817;
}
*/

.f_nav li > ul li::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #4f352c;
}

.btn_pagetop {
  position: absolute;
  top: -15px;
  right: 10px;
  width: 30px;
}

.copy {
  display: none;
  background-color: #4f352c;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

/* SP */
@media only screen and (max-width: 750px) {

  .footer .inner {
    padding: 8% 4% 18%;
  }

  .f_logo_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin-bottom: 6%;
  }

  .f_logo {
    width: 52.88%;
  }
  .f_logo .cotLogo span {
    padding: 2px 15px 2px 50px;
    border-radius: 14px;
  }
  .f_logo .cotLogo span::before {
  }

  .f_nav li {
    font-size: 3.2vw;
    line-height: 2;
  }

  .f_nav li::before {
    top: .6em;
    left: -0.8em;
    width: 4px;
    height: 4px;
  }

  .f_nav_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .f_nav_inner {
    width: 100%;
  }

  .f_nav li > ul li{
    font-size: 11px;
    margin-left: 1em;
    line-height: 1.9;
  }

  .f_nav li > ul li::before {
    top: .6em;
    left: -1em;
  }

  .copy {
    padding: 2.7%;
    margin-bottom: 69px;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4% 2%;
  }

  .f_logo_sns {
    width: 16%;
  }

  .f_nav_group {
    width: 78.5%;
  }

  .f_logo {
    width: 160px;
    margin-bottom: 10px;
  }
  .f_logo span {
    padding: 2px 10px 2px 40px;
    font-size: 11px;
    border-radius: 10px;
  }
  .f_logo span::before {
    width: 28px;
    height: 28px;
  }

  .f_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .f_sns li img{
    width: 34px;
    margin-left: 10px;
  }

  .f_nav_group,
  .f_nav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*
    .f_nav_group {
      width: calc(100% - 180px);
    }
  */
  .f_nav_inner {
    font-size: 14px;
  }


  .f_nav_inner:nth-of-type(2) {
    width: 45%;
  }

  .f_nav li {
    margin-left: 1em;
    line-height: 1.8;
  }

  .f_nav:nth-of-type(1) li {
    margin-right: 3em;
  }

  .f_nav li::before {
    top: .6em;
    left: -1.2em;
    width: 6px;
    height: 6px;
  }

  .f_nav li a:hover {
    text-decoration: underline;
  }

  .f_nav li:last-of-type {
    margin-right: 0;
  }

  .f_nav li > ul li{
    font-size: 12px;
    margin-left: 1em;
  }

  .f_nav li > ul li::before {
    top: .6em;
    left: -1.2em;
  }

  .copy {
    padding: 12px 0;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 1000px) {
  .footer .inner {
    padding: 40px 0 50px;
  }
}


/* =================================
 FIX FOOTER
================================= */
.wrap_fixfooter {
  width: 100%;
  padding: 10px;
  background-color: #ec6a18;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
}

.fix_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fix_footer li {
  width: 100%;
  width: 100%;
}

.fix_footer li:not(:first-of-type) {
  margin-left: 10px;
}

.fix_footer .btn {
  height: 50px;
  line-height: normal;
  font-size: 15px;
  position: relative;
}

.fix_footer .btn::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  padding: 7px 0 0 0px;
  vertical-align: middle;
  font-size: 14px;
}

.fix_footer .btn.contact {
  border: 2px solid #fff;
}
.fix_footer .btn.parent {
  border: 2px solid #fff;
}

.fix_footer .btn.contact::before {
  padding-top: 6px;
}

.fix_footer .btn.download {
  font-size: 3.7333vw;
}

.fix_footer .btn.download::before {
  margin-right: 6px;
  padding-top: 5px;
}

/* Tablet & PC */
@media screen and (min-width: 425px) {
  .fix_footer .btn.download {
    font-size: 16px;
  }
  .fix_footer .btn.download::before {
    font-size: 14px;
  }
}


/* =================================
 SUBPAGE COMMON STYLE
================================= */
/* Page TTL */
.ttl_sub {
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.ttl_sub span {
  display: block;
  color: #d48c83;
}

/* Breadcrumb */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li {
  font-size: 12px;
}

.breadcrumb li:not(:first-of-type)::before {
  display: inline-block;
  content: ">";
  margin-left: 10px;
  padding-right: 10px;
}

/* sp */
@media only screen and (max-width: 750px) {
  .breadcrumb {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

/* 下層用 Table */
.table_sub{
  width: 100%;
}

.table_sub th {
  background-color: #ffefed;
  font-weight: 700;
  position: relative;
}

.table_sub td {
  font-weight: 500;
  line-height: 1.6;
}

.table_sub dt {
  font-weight: 700;
}

.table_sub dt::before {
  content: '■';
  margin-right: 5px;
}

.table_sub dd:not(:last-of-type) {
  margin-bottom: 1em;
}

.table_sub ul {
  margin-left: 1.5em;
}

.table_sub ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

/* 項目タイトル */
.ttl_sec {
  font-weight: 700;
  position: relative;
}
.ttl_sec::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  border-radius: 100%;
}
.sttl_sec {
  font-weight: 700;
  border-bottom: 1px solid #d7d7d7;
}
.ssttl_sec {
  font-weight: 700;
  color: #ec6a18;
}
/* 一覧 */
.list_sub {
  margin: 1em 1em 2em;
}
.list_sub li {
  position: relative;
}
.list_sub li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #ec6a18;
  border-radius: 100%;
}
/* ページ内リンク */
.link_inpage {
  background-color: #f6f2f1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
}
.link_inpage li a {
  display: block;
  background-color: #fff;
  position: relative;
}
.link_inpage li a::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  color: #ec6a18;
  position: absolute;
}

.link_inpage li a:hover {
  background-color: #ffefed;
}


/* SP */
@media only screen and (max-width: 750px) {
  /* Page TTL */
  .ttl_sub {
    padding: 25px 0;
    background: url("../image/bg_ttl_sub.png");
    background-size: 6px;
    font-size: 22px;
  }
  .ttl_sub span {
    margin-top: 6px;
    font-size: 12px;
  }
  /* Breadcrumb */
  .breadcrumb {
    margin: 2.6% 5.3%;
  }
  /* WRAP */
  .wrap_sub {
    padding: 8% 2.67% 10%;
  }
  /* 下層用 Table */
  .table_sub th {
    display: block;
    padding: 3.2%;
    border-radius: 5px;
    text-align: left;
    font-weight: 700;
  }
  .table_sub td {
    display: block;
    padding: 3.2% 3.2% 4%;
  }
  /* 項目タイトル */
  .ttl_sec {
    font-size: 18px;
    padding-left: 24px;
    margin-bottom: 12px;
  }
  .ttl_sec::before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 4px solid #ec6a18;
  }
  .sttl_sec {
    font-size: 16px;
    padding-bottom: 8px;
    margin-bottom: 14px;
  }
  .sttl_sec::before {
    content: '';
    border-left: 4px solid #ec6a18;
    border-radius: 2px;
    margin-right: 6px;
    padding: 2px 0;
  }
  .ssttl_sec {
    font-size: 15px;
    margin-bottom: 12px;
  }
  /* 一覧 */
  .list_sub li {
    padding: 0 0 .5em 14px;
  }
  /* ページ内リンク */
  .link_inpage {
    padding: 15px 15px 5px 5px;
    margin-bottom: 5%;
  }
  .link_inpage li{
    width: 7.5em;
    margin-bottom: 10px;
  }
  .link_inpage li a {
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 10px;
  }
  .link_inpage li a::after {
    top:.5em;
    right: 10px;
    margin-top: -2px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  /* Page TTL */
  .ttl_sub {
    padding: 45px 0;
    background: url("../image/bg_ttl_sub.png");
    background-size: 10px;
    font-size: 36px;
  }
  .ttl_sub span {
    margin-top: 6px;
    font-size: 16px;
  }
  /* Breadcrumb */
  .breadcrumb {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
  }
  /* Wrap */
  .wrap_sub {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px 110px;
  }
  /* 下層用 Table */
  .table_sub tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 10px;
    background: url("../image/bg_line_sublist.png") repeat-x left bottom;
    background-size: 17px;
  }
  .table_sub th {
    width: 20%;
    padding: 12px 50px 12px 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .confirm .table_sub th {
    padding-right: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .table_sub td {
    width: 80%;
    padding: 12px 40px;
    font-size: 16px;
  }
  /* 項目タイトル */
  .ttl_sec {
    font-size: 30px;
    padding-left: 35px;
    margin-bottom: 28px;
  }
  .ttl_sec::before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border: 6px solid #ec6a18;
  }
  .sttl_sec {
    font-size: 24px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .sttl_sec::before {
    content: '';
    border-left: 6px solid #ec6a18;
    border-radius: 3px;
    margin-right: 8px;
    padding: 5px 0;
  }
  .ssttl_sec {
    font-size: 20px;
    margin-bottom: 18px;
  }
  /* 一覧 */
  .list_sub {
    font-size: 16px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list_sub li {
    width: 49%;
    padding: 0 0 .75em 14px;
  }
  /* ページ内リンク */
  .link_inpage {
    padding: 20px 20px 10px 10px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .link_inpage li{
    width: 9em;
    margin-bottom: 10px;
  }
  .link_inpage li a {
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 10px;
  }
  .link_inpage li a::after {
    top:.5em;
    right: 10px;
    margin-top: -2px;
  }
}

/* PC */
@media print, screen and (min-width: 1000px) {
  .wrap_sub {
    padding: 60px 0 110px;
  }
}

/* =================================
 NEWS
================================= */
.news_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news_tab_switch {
  display: none;
}

.news_tab_label {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex: 1;
  text-align: center;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  order: -1;
  margin-bottom: 30px;
  cursor: pointer;
}

.news_tab_label.cate2_tab {
  margin-left: 10px;
}

.cate1_tab {
  color: #f6a817;
  border: 2px solid #f6a817;
}

.cate2_tab {
  color:#ec6a18;
  border: 2px solid #ec6a18;
}

.news_tab_switch.cate1_tab:checked+.news_tab_label {
  color: #fff;
  background: #f6a817;
}

.news_tab_switch.cate1_tab:checked+.news_tab_label::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -15px;
  border-top: 16px solid #f6a817;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.news_tab_switch.cate2_tab:checked+.news_tab_label {
  color: #fff;
  background: #ec6a18;
}

.news_tab_switch.cate2_tab:checked+.news_tab_label::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -15px;
  border-top: 16px solid #ec6a18;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.news_list {
  width: 100%;
  /*  height: 0;
    overflow: hidden;
    opacity: 0;
  */
}

.news_tab_switch:checked+.news_tab_label+.news_list {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
  position: relative;
}

.news_list li:not(:last-of-type) {
  position: relative;
}

.news_list li:not(:last-of-type)::after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news_list time {
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.news_list dt {
  padding-right: 2em;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.news_list dt::after {
  display: inline-block;
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);

}

.news_list dt.on::after {
  content: '\f106';
}


.news_list li.item_cate2 {
  display: none;
}

.news_list dd {
  display: none;
  background-color: #f6f2f1;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
}

.news_list dd a {
  margin-top: 0.5em;
  color: #ec6a18;
  text-decoration: underline;
}

/* SP */
@media only screen and (max-width: 750px) {
  .news_tab_label {
    padding: 10px 0;
    font-size: 12px;
  }

  .news_list li:not(:last-of-type) {
    padding-bottom: 7%;
    margin-bottom: 5.3%;
  }
  .news_list li:not(:last-of-type)::after {
    height: 2px;
    background: url("../image/bg_line_sublist.png") repeat-x;
    background-size: 9px;
  }
  .news_list time {
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
  }
  .news_list dt {
    font-size: 16px;
  }
  .news_list dd {
    margin-top: 2.6%;
    padding: 5%;
    line-height: 1.6;
  }
}

/* sp 320px以下の時 */
@media only screen and (max-width: 320px) {
  .news_tab_label {
    font-size: 11px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .news_tab_label {
    padding: 15px 0;
    font-size: 18px;
  }

  .news_tab_label.cate1_tab {
    margin-left: 15%
  }

  .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news_list li:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .news_list li:not(:last-of-type)::after {
    height: 4px;
    background: url("../image/bg_line_sublist.png") repeat-x;
    background-size: 17px;
  }
  .news_list time {
    font-size: 16px;
    width: 15%;
  }
  .news_list dl {
    width: 85%;
  }
  .news_list dt {
    font-size: 16px;
  }
  .news_list dd {
    margin-top: 20px;
    padding: 20px;
    line-height: 1.7;
  }
}

/* =================================
 SLICK
================================= */
/* SLICK THEME */
/* .slick-loading .slick-list {
  background: #fff url("../image/ajax-loader.gif") center center no-repeat;
} */

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrow */
.slick_prev,
.slick_next {
  display: block;
  width: 42px;
  height: 80px;
  position: absolute;
  top: 50%;
  line-height: 0;
  z-index: 10;
}

.slick_prev {
  left: 0;
}

.slick_next {
  right: 0;
}

/* Arrows
.slick-prev,
.slick-next{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
  opacity: .25;
}
.slick-prev:before,
.slick-next:before{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
  left: -25px;
}
[dir='rtl'] .slick-prev{
  right: -25px;
  left: auto;
}
.slick-prev:before{
  content: '←';
}
[dir='rtl'] .slick-prev:before{
  content: '→';
}
.slick-next{
  right: -25px;
}
[dir='rtl'] .slick-next{
  right: auto;
  left: -25px;
}
.slick-next:before{
  content: '→';
}
[dir='rtl'] .slick-next:before{
  content: '←';
}
*/
/* Dots */
/*
.slick-dotted.slick-slider {
  margin-bottom: 10px;
}
*/

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  width: 0px;
  position: relative;
  left: -17%;
  display: inline-block;
}

.slick-dots li button {
  color: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/*
.slick-dots li button:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\f111';
  text-align: center;
  color: #4f352c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

.slick-dots li.slick-active button:before {
  font-weight: 700;
}

/* SLICK */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-bottom: 10px!important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.solve_list .slick-slide img {
  width: 80%;
  margin: 2.6% 10%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =================================
 フォーム 設定
================================= */
/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .table_sub.form th {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25%;
    position: relative;
  }
  .table_sub.form td{
    width: 75%;
  }
}
.table_sub.form b,
.ico_required{
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color:#dd0000;
  border-radius: 4px;
}

.table_sub.form b{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.table_sub.form p {
  color: #ff0000;
}

/* input style
--------------------------------- */
/* clear */
label.cb input[type="checkbox"]{
  display: none;
}
label.rb input[type="radio"]{
  display: none;
}
.table_sub.form input::placeholder,
.table_sub.form textarea::placeholder{
  color: #bbb;
  background-color: #fff;
}
.table_sub.form input[type="text"],
.table_sub.form input[type="email"],
.table_sub.form input[type="tel"],
.table_sub.form textarea,
.table_sub.form select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.table_sub.form select::-ms-expand {
  display: none;
}
.table_sub.form input[type="text"]:focus,
.table_sub.form input[type="email"]:focus,
.table_sub.form input[type="tel"]:focus,
.table_sub.form textarea:focus,
.table_sub.form select:focus {
  outline: none;
  background-color: #fff;
}
.table_sub.form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* setting */
label.cb span{
  display: inline-block;
  padding: 0 1em 1em 0;
  background-color: #fff;
  font-size: 16px;
  color: #2f0000;
  line-height:1.4;
}
label.cb span:before{
  content:"\f0c8";
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 20px;
  color: #d6d0d0;
  line-height: 1;
  vertical-align: middle;
}
label.cb input[type="checkbox"]:checked ~ span:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:"\f14a";
  color: #ee4336;
}
/* radiobox */
label.rb span{
  display: inline-block;
  padding: 0 1em 1em 0;
  background-color: #fff;
  font-size: 16px;
  color: #2f0000;
  line-height:1.4;
}
label.rb span:before{
  content:"\f111";
  margin-right: 6px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 20px;
  color: #d6d0d0;
  line-height: 1;
  vertical-align: -0.1em;
}
label.rb input[type="radio"]:checked ~ span:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content:"\f192";
  color: #ee4336;
}
/* textbox */
.table_sub.form input[type="text"],
.table_sub.form input[type="email"],
.table_sub.form input[type="tel"]{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
/* textarea */
.table_sub.form textarea{
  width: 100%;
  height: 160px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.6;
  font-size: 16px;
}
/* selectbox */
.table_sub.form select{
  -webkit-appearance:none;
  appearance:none;
  width: 48%;
  margin: 0 0 10px;
  padding: 10px 22px 10px 10px;
  border:solid 1px #ccc;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("../image/bg_select_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 15px;
  background-position: right 10px center;
  font-size: 16px;
}
.dFlex{
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dFlex span, .dFlex input {
  margin-right: 0.5em;
}
.table_sub .col2{
  width: 42% !important;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.table_sub .import_column{
  background-color: #ffcec8;
}
.info_txt{
  font-weight: 700;
  margin-bottom: 2em;
}
.privacy{
  margin: 1em 0;
}
.privacy .trg {
  color: #ec6a18;
  text-decoration: underline;
  cursor: pointer;
}
.complete_message{
  font-weight: 700;
  text-align: center;
}

/* sp */
@media only screen and (max-width: 750px) {
  .info_txt,
  .privacy{
    font-size: 14px;
  }
  .complete_message{
    font-size: 18px;
    margin-bottom: 1em;
  }
}
/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .info_txt,
  .privacy{
    font-size: 16px;
  }
  .complete_message{
    margin-top: 3em;
    margin-bottom: 2em;
    font-size: 20px;
  }
  .complete_txt{
    font-size: 16px;
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 2020.06 parent_faq */
/*
-----------------------*/
.form .parent_faq {
  display: block;
  width: 100%;
  margin-bottom: 8%;
  padding: 2.6%;
  font-size: 14px;
  text-align: center;
  border: 2px solid #EE77A7;
  border-radius: 5px;
}
.form .parent_faq p{
  position: relative;
}
.form .parent_faq p::before {
  font-size: 22px;
  color: #EE77A7;
  content: '\f059';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right:5px;
}
.form .parent_faq p::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 18px;
  height: 18px;
  margin-left:5px;
  background: url(../image/ico_exlink2.svg) no-repeat center;
  background-size: 100%;
  transform: translate(0,-50%);
}
.form .parent_faq span {
  text-decoration: underline;
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .form .parent_faq {
    margin-bottom: 40px;
    padding: 10px;
    font-size: 18px;
  }
  .form .parent_faq p::before {
    font-size: 26px;
  }
  .form .parent_faq:hover {
    background-color: #ffefed;
  }
}

/* =================================
  モーダル 設定 01：プライバシーポリシー
================================= */
.modal_wrap {
  width: 100%;
  height: 100%;
  padding: 25px 0;
  letter-spacing: 0;
  position: fixed;
  top: 0;
  background: rgba(135,135,135,0.8);
  z-index: 101;
  display: none;
}
.modal_wrap .modal {
  height: 95%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow-y: auto;
}
.modal_wrap .modal .head {
  height: 80px;
  line-height: 80px;
  border-bottom: 3px solid #ec6a18;
  font-weight: 700;
}
.modal_wrap .modal .head .closeBtn {
  width: 50px;
  height: 50px;
  border: 5px solid #ec6a18;
  border-radius: 100px;
  float: right;
  position: relative;
  margin-top: -64px;
  right: 10px;
  cursor: pointer;
}
.modal_wrap .modal .head .closeBtn a {
  width: 100%;
  height: 100%;
  display: block;
}
.modal_wrap .modal .head .closeBtn span {
  width: 30px;
  height: 5px;
  position: absolute;
  background: #ec6a18;
  display: block;
  border-radius: 5px;
}
.modal_wrap .modal .head .closeBtn span:first-child {
  transform: rotate(-45deg);
  top: 17px;
  left: 5px;
}
.modal_wrap .modal .head .closeBtn span:last-child {
  transform: rotate(45deg);
  top: 17px;
  left: 5px;
}

.modal_wrap .modal .inner .ttl {
  margin: 15px 0 5px;
  font-weight: 600;
  font-size: 15px;
}
.privacy {
  margin-bottom: 30px;
}
.privacy .trg {
  color: #ec6a18;
  text-decoration: underline;
  cursor: pointer;
}
.caution__box {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #BCBFDD;
  border-radius: 3px;
}
.caution__box__inr {
  width: 100%;
  height: 100px;
  overflow: auto;
}
.caution__box__inr__read {
  margin-bottom: 20px;
}
.caution__box__inr ul {
  list-style: disc;
  padding-top: 5px;
  padding-left: 1.5em;
}

/* sp */
@media only screen and (max-width: 750px) {
  .modal_wrap .modal {
    width: 98%;
  }
  .modal_wrap .modal .head {
    font-size: 20px;
    text-align: left;
    padding-left:20px;
  }
  .modal_wrap .modal .inner {
    padding: 5.3%;
  }
}
/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .modal_wrap .modal {
    width: 98%;
    max-width: 980px;
  }
  .modal_wrap .modal .head {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .modal_wrap .modal .inner {
    padding: 30px;
  }
}

/* =================================
  エラー404
================================= */
.error_message,
.error_message.e404 {
  font-weight: 700;
}
/* sp */
@media only screen and (max-width: 750px) {
  .error .wrap_sub{
    min-height: 518px;
  }
  .error_message {
    font-size: 18px;
    padding-top: 80%;
    background: url("../image/img_error.png") no-repeat center top;
    background-size: 70%;
  }
  .error_message.e404 {
    background: url("../image/img_404.png") no-repeat center top;
    background-size: 70%;
  }
}
/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .error_message {
    font-size: 24px;
    padding-top: 340px;
    background: url("../image/img_error.png") no-repeat center top;
    background-size: 300px;
  }
  .error_message.e404 {
    background: url("../image/img_404.png") no-repeat center top;
    background-size: 300px;
  }
}

/* 2020.03.13 エラー用追記ここから */
.form_err_wrap {
  width: 600px;
  margin: 0 auto 55px;
  padding: 25px 65px;
  font-size: 18px;
  color: #FF0000;
  border: 1px solid #FF0000;
}
.form_err_wrap .ps {
  font-size: 14px;
}

.form .errMss {
  display: none;
}
.form .err .errMss {
  color: #FF0000;
  position: relative;
  top: 0;
  left: 10px;
  display: block;
}
.form .err input {
  background: #FEFFD2;
  border: 1px solid #FF0000;
}
.personal .form table.mypage tr.err td {
  padding: 10px 30px;
}
.personal .form table.mypage tr.err td .errMss {
  position: static;
}
.personal.child .form .wrap form table tr.checkB.err td label span::before {
  border: 1px solid #FF0000;
}

/* 資料ダウンロードページ用 */
@media print, screen and (min-width: 751px) {
  .doc_form .table_sub.form tr.err {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .doc_form .table_sub.form .err td {
    padding: 5px 0 5px 15px;
  }

  .doc_form .form_err_wrap {
    width: 100%;
  }
}
/* 資料ダウンロードページ用ここまで */

@media only screen and (max-width: 750px) {
  .form_err_wrap {
    width: 100%;
    padding: 25px 5%;
  }
  .personal .form table.mypage tr.err td {
    padding: 10px 0 10px 5%;
  }
}
/* 2020.03.13 エラー用追記ここまで */

/* ↓↓↓ 緊急ニュース ↓↓↓ */
.emargency_info{
  display: block;
  width: 100%;
  color: #ec6a18;
  font-weight: bold;
  background-color: #fff3f1;
  position: relative;
}

.emargency_info::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f06a';
  color:#ec6a18;
}

.emargency_info::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f105';
  position: absolute;
}

/* sp */
@media only screen and (max-width: 750px) {

  .emargency_info{
    padding: 10px 20px 10px 30px;
    font-size: 14px;
  }

  .emargency_info::before {
    position: absolute;
    top:50%;
    left:10px;
    transform: translateY(-50%);
    font-size: 16px;
  }

  .emargency_info::after {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .emargency_info {
    padding: 12px 12px 16px 12px;
    line-height: 1;
    font-size:16px;
  }
  .emargency_info::before {
    font-size: 22px;
    margin: 0 5px 0 0;
    vertical-align: -0.05em;
  }
  .emargency_info::after {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ↑↑↑ 緊急ニュース ↑↑↑ */


/* 2020.06  */

/* =================================
導入一覧 マップ追加 CSS
================================= */
/* 日本地図の設定 */
.wrap_map {
  position: relative;
}
.txt_map {
  position: absolute;
}
.box_ct {
  background-color: #f8e8e3;
  border-radius: 10px;
  padding-bottom: 10px;
  border: 2px solid #4f352c;
}
.box_ct li {
  padding: 5px 12px;
  line-height: 1;
}
.box_ct li:first-of-type {
  margin-bottom: 10px;
  background-color: #4f352c;
  border-radius: 8px 8px 0 0;
  color: #fff;
}

.map_link .link_inpage {
  background-color: #f1e2e2;
  border-radius:  0 0 10px 10px;
}
/* エリア(GoogleMap) の設定 */
.map {
  width: 100%;
}

.ttl_pref + div {
  margin: 0 0 1em 0.5em;
}

.list_cotlity {
  line-height: 1.6;
  margin: 0 0 1em 1em;
  /*  display: none; */
}
.btn_map {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  display: none;
}
.btn_map a {
  background-color: #d48c83;
  color: #fff;
  border-radius: 50px;
  position: relative;
}
.btn_map a::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background: url('../image/cotlity/ico_map.svg') no-repeat center;
  background-size: 100%;
}
.btn_map a::after {
  display: block;
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom: 15px solid #d48c83;
}
.map_update{
  display: block;
  font-size: 12px;
  text-align: right;
}

.ttl_area {
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
}

.ttl_pref,
.ttl_city {
  font-weight: bold;
  cursor: pointer;
  padding-right: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1;
}

.ttl_pref {
  color: #ec6a18;
}

.ttl_pref::before,
.ttl_city::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f107';
  color: #fff;
  border-radius: 50%;
  margin-right: 0.5em;
  vertical-align: 0.1em;
  background-color: #4f352c;
}

.ttl_pref::before{
  background-color: #ec6a18;
}

.ttl_pref.on::before,
.ttl_city.on::before {
  content: '\f106';
}

/* sp */
@media only screen and (max-width: 750px) {
  .inner_map {
    margin-bottom: 0.5em;
    padding: 5.3%;
    background-color: #fff;
    border-radius: 20px;
    border: 3px solid #ec6a18;
  }
  .wrap_map h2,
  .wrap_map .ttl_map {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 34%;
  }
  .map_japan{
    position: relative;
  }
  .cotlity_num {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 48%;
    background: url("../image/bg_cotlity_number.png") no-repeat center top;
    background-size : 100%;
    font-size: 10vw;
    padding: 13% 10% 0 0;
    color: #ec6a18;
    text-align: right;
  }
  .txt_map {
    top: 11.5%;
    left: 10%;
    font-size: 2.5vw;
  }

  .box_ct {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 1em;
    border: none;
    background-color: transparent;
    padding-bottom: 0;

  }
  .box_ct li {
    width: 48%;
    font-size: 16px;
  }
  .box_ct li:first-of-type {
    width: 100%;
    margin-bottom: 0;
    padding: 12px 12px 12px 2em;
    text-align: left;
    position: relative;
    border-radius: 10px;
    background-color: #FFF;
    border: 2px solid #4f352c;
    color: #4f352c;
  }

  .box_ct li:first-of-type::before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }

  .box_ct li:first-of-type::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .wrap_sub .box_ct li:first-of-type::after {
    content: '\f107';
  }

  /* 件数消す */
  .box_ct li:not(:first-of-type) {
    display: none;
  }

  .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    margin-bottom: 5.3%;
    position: relative;
  }

  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .wrap_area {
    margin: 10% 0 3em;
  }
  .ttl_area {
    font-size: 22px;
    padding-bottom: 8px;
    margin-bottom: 14px;
  }
  .ttl_area::before {
    content: '';
    border-left: 4px solid #ec6a18;
    border-radius: 2px;
    margin-right: 6px;
    padding: 2px 0;
  }
  .ttl_pref {
    font-size: 20px;
  }
  .ttl_pref::before {
    width: 22px;
    height: 22px;
    padding: 4px 0 0 6px;
    font-size: 16px;
  }
  .ttl_pref.on::before {
    padding: 2px 0 0 6px;
  }
  .ttl_city {
    font-size: 18px;
  }
  .ttl_city::before {
    width: 20px;
    height: 20px;
    padding: 4px 0 0 5px;
    font-size: 14px;
  }
  .ttl_city.on::before {
    padding: 3px 0 0 5px;
  }
  .wrap_area .list_cotlity {
    /*    padding-bottom: 1em;
        margin-bottom:1em;
    */  }
  .btn_map {
    width: 100%;
    bottom: 100px;
  }
  .btn_map a {
    padding: 15px 15px 15px 46px;
    font-size: 16px;
  }
  .map_update{
    margin-bottom: 10%;
  }
}
/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .wrap_map {
    padding: 5% 0 18%;
    background-color: #fff;
    border-radius: 30px;
    border: 5px solid #ec6a18;
  }
  .wrap_map h2,
  .wrap_map .ttl_map {
    position: absolute;
    top: 6%;
    left: 24%;
    width: 22.5%;
    max-width: 225px;
  }
  .cotlity_num {
    position: absolute;
    top: 2.5%;
    left: 2%;
    width: 19.3%;
    max-width: 193px;
    height: 216px;
    background: url("../image/bg_cotlity_number.png") no-repeat top left;
    background-size : 100%;
    font-size: 6vw;
    padding: 7% 4.2% 0 0;
    color: #ec6a18;
    text-align: right;
    line-height: 1;
  }
  .wrap_map a:hover .box_ct {
    border: 2px solid #d48c83;
  }
  .txt_map {
    top: 38%;
    left: 4%;
  }
  .map_japan {
    width: 64%;
    margin: 0 auto;
  }
  .box_ct {
    position: absolute;
    font-size: 1.2vw;
  }
  .box_ct.hokkaido {
    top: 10%;
    right: 4%;
  }
  .box_ct.tohoku {
    bottom: 50%;
    right: 8%;
  }
  .box_ct.kanto {
    top: 52%;
    right: 6%;
  }
  .box_ct.hokushinetsu {
    bottom: 61%;
    right: 37.5%;
  }
  .box_ct.tokai {
    top: 75%;
    right: 22%;
  }
  .box_ct.kansai {
    top: 78%;
    right: 36.5%;
  }
  .box_ct.chugoku {
    bottom: 50%;
    right: 55%;
  }
  .box_ct.shikoku {
    top: 78%;
    left: 21%;
  }
  .box_ct.kyusyu {
    top : 52.7%;
    left: 3%;
  }

  /* 2column */
  .box_ct.two {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 20em;
  }
  .box_ct.two li {
    width: 49%;
  }
  .box_ct.two li:nth-of-type(odd) {
    padding: 5px 10px 5px 5px;
  }
  .box_ct.two li:nth-of-type(even) {
    padding: 5px  5px 5px 10px;
  }
  .box_ct.two li:first-of-type {
    width: 100%;
    padding: 12px;
  }
  .box_ct li:first-of-type {
    padding: 12px;
    text-align: center;
  }

  /* エリア設定 */
  .wrap_area {
    margin-top: 60px;
  }

  /* GoogleMap */
  .map {
    max-width: 600px;
    height: 400px;
  }

  .cont_area {
    margin-top: 1em;
  }

  /* エリア名 */
  .ttl_area {
    font-size: 26px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .ttl_area::before {
    content: '';
    border-left: 6px solid #ec6a18;
    border-radius: 3px;
    margin-right: 8px;
    padding: 5px 0;
  }

  /* 県名 */
  .ttl_pref{
    font-size: 22px;
  }
  .ttl_pref::before {
    width: 26px;
    height: 26px;
    padding: 5px 0 0 8px;
    font-size: 18px;
  }
  .ttl_pref.on::before {
    padding: 4px 0 0 8px;
  }

  /* 市町村名 */
  .ttl_city {
    font-size: 16px;
  }
  .ttl_city::before {
    width: 20px;
    height: 20px;
    padding: 3px 0 0 6px;
    font-size: 14px;
  }
  .ttl_city.on::before {
    padding: 3px 0 0 6px;
  }

  /* エリア 導入施設一覧 */
  .wrap_area dl:not(:last-of-type) {
    margin-bottom: 2em;
  }
  /* エリア一覧ボックス マップ下の一覧用 */
  .wrap_area_list {
    margin-top: 2em;
  }
  .wrap_area_list dl:not(:last-of-type) {
    padding-bottom: 2em;
    border-bottom: 1px dotted #ddd;
  }
  .wrap_area_list .list_cotlity {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrap_area_list .list_cotlity li {
    width: calc( 33% - 20px );
    margin-right: 20px;
  }
  .wrap_area .wrap_area_map:nth-of-type(2) {
    margin-top: 40px;
  }
  .btn_map {
    bottom: 40px;
  }
  .btn_map a {
    padding: 20px 20px 20px 46px;
    font-size: 18px;
  }
  .map_update{
    margin-top: 1em;
  }
}


@media print, screen and (min-width: 850px){
  .wrap_area::after {
    content: "";
    display: block;
    clear: both;
  }

  /* GoogleMap */
  .map {
    margin: 0 20px 20px 0;
    float: left;
  }

  .wrap_cont_area {
    float: right;
    width: calc( 100% - 630px );
  }

  .cont_area {
    margin-top: 0;
  }
}

/* PC */
@media screen and (min-width: 1001px) {
  .box_ct {
    font-size: 14px;
  }
  .cotlity_num {
    font-size: 60px;
  }
}

/* =================================
アンケート結果 CSS
================================= */
.top_questionnaire {
  border-radius: 10px;
  background: url('../image/bg_question.png');
}
.quest_info{
  font-size: 12px;
  line-height: 1.6;
}
/* sp */
@media only screen and (max-width: 750px) {
  .top_questionnaire {
    margin: 0 0 8%;
    padding: 5.63%;
  }
  .quest_lbox {
    margin-bottom: 9%;
  }
  .quest_ttl {
    margin: 1.3% 5% 4%;
  }
  .quest_result {
    margin-bottom: 2%;
  }
  .quest_rank_ttl {
    margin-bottom: 2.6%;
  }
  .quest_rank_list li {
    margin-bottom: 3.5%;
  }
  .quest_rank_list li:last-of-type {
    margin-bottom: 2%;
  }
}
/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .top_questionnaire {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6%;
    padding: 2.5% 2.5% 4%;
    position: relative;
  }
  .quest_lbox {
    width: 31%;
    max-width: 295px;
  }
  .quest_rbox {
    width: 66%;
    max-width: 620px;
  }
  .quest_ttl {
    margin: 0 4% 4%;
    max-width: 270px;
  }
  .quest_result {
    margin-bottom: 2%;
  }
  .quest_rank_ttl {
    margin-bottom: 2.6%;
  }
  .quest_rank_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1%;
  }
  .quest_rank_list li {
    width: 32.6%;
    max-width: 200px;
  }
  .quest_lbox .quest_info {
    position: absolute;
    left: 2.5%;
    bottom: 20px;
    width: 45%;
  }
  .quest_rbox .quest_info {
    position: absolute;
    right: 2.5%;
    bottom: 20px;
    width: 45%;
    text-align: right;
  }
}
/* Tablet & PC */
@media screen and (min-width: 751px) and (max-width: 885px){
  .quest_info{
    font-size: 1.2vw;
  }
}

/* =================================
 マスクページ
================================= */
.sub.mask {
  background-color: #ffefed;
  width: 100%;
  max-width: 1000px;
  margin: 78px auto;
  padding: 40px 0;
}

.mask_inner {
  width: 80%;
  margin: 0 auto;
}

.mask .mask_ttl {
  font-weight: 700;
  line-height: 1;
  color: #00558F;
  position: relative;
  font-size: 60px;
  padding: 10px 0 35px;
  text-align: center;
  margin-right: 140px;
}

.mask .mask_ttl span {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
}

.mask .mask_ttl::after {
  content: '';
  width: 140px;
  height: 110px;
  background: url('../image/mask/mask_ttl.png') no-repeat center;
  background-size: 100%;
  margin-left: 10px;
  position: absolute;
  top: -1px;
}

.mask_contents {
  margin-bottom: 30px;
  padding: 20px 40px 20px 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.mask_contents .img_area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 260px;
  padding: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mask_contents .txt_area {
  width: 465px;
  padding: 10px 0;
  margin-left: 30px;
}

.mask_contents .txt_area .txt_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mask_contents .txt_area .txt_ttl span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 10px;
}

.mask_contents .txt_area .blue_bold {
  color: #0077c8;
  font-weight: 700;
  font-size: 16px;
}

.mask_contents .txt_area ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 1.5em;
}

.mask_contents .order_btn {
  display: block;
  margin-top: 20px;
}

.mask_contents .order_btn a {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 20px;
  background-color:#00558F;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
}

.mask_contents .order_btn a::before {
  content: "\f0a9";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 5px;
}

a.mask_exlink::after {
  position: absolute;
  top: 50%;
  margin-left: 5px;
  content: '';
  width: 14px;
  height: 14px;
  background: url('../image/mask/mask_exlink.svg') no-repeat center;
  background-size: 100%;
  margin-top: -7px;
}

@media only screen and (max-width: 750px) {
  .sub.mask {
    width: 95%;
    padding: 3% 5.3% 10%;
    margin: 0 auto 78px;
  }

  .mask_inner {
    width: 100%;
  }

  .mask .mask_ttl {
    padding: 25px 0;
    font-size: 32px;
    margin-right: 85px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .mask .mask_ttl::after {
    width: 85px;
    height: 100px;
    top: 0;
    margin-left: 5px;
  }

  .mask .mask_ttl span {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .mask_contents {
    margin-bottom: 10px;
    padding: 20px 0px 20px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mask_contents .img_area {
    width: 75%;
  }

  .mask_contents .txt_area {
    width: 100%;
    padding: 10px;
    margin: 0;
  }

  .mask_contents .txt_area .txt_ttl {
    text-align: center;
  }

  .mask_contents .txt_area .txt_ttl span {
    display: block;
  }

  .mask_contents .txt_area p {
    text-align: center;
  }

  .mask_contents .txt_area .blue_bold {
    font-size: 14px;
  }

  .mask_contents .order_btn {
    text-align: center;
  }
}

@media screen and (max-width: 384px) {
  .mask .mask_ttl {
    margin-right: 0;
  }
  .mask .mask_ttl::after {
    display: none;
  }
}

/* =================================
 マスク販売用ボタン追加
================================= */
.h_btn1.mask {
  right: 532px;
  padding: 15px 10px 6px;
  color: #4f352c;
  background-color: #fff;
  border: 2px solid #4f352c;
  border-top: none;
}
.h_btn1.mask::before {
  font-size: 28px;
  line-height: 1;
  content: '\f07a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-right: 5px;
}

@media screen and (max-width: 935px) {
  .h_btn1.mask {
    font-size: 12px;
  }
}

@media screen and (max-width: 896px) {
  .h_btn1.mask {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .nm_btn.mask {
    background-color: #fff;
    color: #4f352c;
  }
}


/* =================================
 資料ダウンロード
================================= */
.download_list li {
  flex-basis: 32%;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.download_list li h2 {
  color: #fff;
  letter-spacing: 1px;
}

.nursery_download {
  border: 2px solid #ec6a18;
}
.nursery_download h2 {
  background-color: #ec6a18;
}

.parent_download {
  border: 2px solid #f6a817;
}
.parent_download h2 {
  background-color: #f6a817;
}

.other_download {
  border: 2px solid #f55959;
}
.other_download h2 {
  background-color: #f55959;
}

.download_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.download_img {
  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;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.download_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.download_icon span {
  display: inline-block;
  border: 2px solid #ec6a18;
  border-radius: 13px;
  color: #ec6a18;
  padding: 0 12px;
  margin-right: 5px;
  font-weight: 900;
}

.download_name {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.download_btn {
  margin-top: auto;
}

.download_btn .btn {
  width: 100%;
  text-align: center;
  padding: 6% 12%;
}

/* sp */
@media only screen and (max-width: 750px) {
  .download .form_txt {
    margin-bottom: 30px;
  }

  .download_list li {
    margin-bottom: 25px;
  }
  .download_list li h2 {
    font-size: 14px;
    text-align: left;
    padding: 6px 0 6px 15px;
  }

  .download_item {
    padding: 4.2%;
  }

  .download_img {
    width: 40%;
    background: url(../image/bg_doc.png) no-repeat center;
    text-align: center;
    background-size: contain;
  }
  .download_img img {
    width: 120px;
    border:1px solid #4f352c;
  }

  .download_cont {
    width: 60%;
    padding-left: 10px;
  }

  .download_icon span {
    font-size: 10px;
    line-height: 18px;
  }

  .download_btn .btn.normal {
    font-size: 13px;
    padding: 12px 25px 12px 15px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .download .form_txt {
    margin-bottom: 5%;
  }

  .download_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .download_list li:not( :last-child ) {
    margin-right: 2.5%;
  }
  .download_list li h2 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
  }

  .download_item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .download_img {
    background: url(../image/bg_doc.png) no-repeat center;
    text-align: center;
    background-size: 63%;
  }
  .download_img img {
    width: 75%;
    margin: 15% 0;
    border: 1px solid #4f352c;
  }

  .download_cont {
    height: 100%;
    padding-bottom: 20px;
  }

  .download_cont .download_icon {
    padding: 0 20px 0;
  }
  .download_icon span {
    font-size: 12px;
    line-height: 22px;
  }

  .download_name {
    padding: 0 20px 0;
  }

  .download_btn {
    padding: 0 20px;
  }
}

/* Tablet only */
@media screen and (min-width: 750px) and (max-width: 910px) {
  .download_list {
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .download_list li {
    flex-basis: 45%;
    margin-bottom: 2.5%;
  }
}


/* =================================
 資料ダウンロードフォーム
================================= */
.download_form_img img {
  vertical-align: middle;
}

.download_icon {
  margin-bottom: 10px;
}

.download_form_name {
  font-size: 19px;
  font-weight: 900;
  color: #ec6a18;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 20px;
}

.doc_form .download_form_name {
  margin-bottom: 10px;
}

.download_form_col p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.check_circle {
  font-weight: 900;
  color: #ec6a18;
}

.check_circle::before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 5px;
}

ul.doc_point {
  width: 100%;
  border-radius: 10px;
  background-color: #f8e8e3;
  padding: 4.6% 3.2% 4.6% 2.5em;
}

ul.doc_point li {
  list-style-type: disc;
}

ul.doc_point li:not(:last-of-type) {
  margin-bottom: 5px;
}

.doc_form .confirm_txt {
  margin-bottom: 20px;
  line-height: 1.6;
}

.doc_form .privacy label {
  font-size: 14px;
}

.form .form_txt {
  margin-bottom: 2.5em;
}

/* sp */
@media only screen and (max-width: 750px) {
  .download_form_col {
    margin: 0 2.82% 13.4%;
  }

  .download_form_img {
    text-align: center;
    background: url(../image/bg_doc.png) no-repeat center;
    text-align: center;
    background-size: 70%;
    margin-bottom: 15px;
  }

  .download_form_img img {
    width: 70%;
    margin: 11.2%;
    border: 1px solid #4f352c;
  }

  .check_circle {
    margin-bottom: 5px;
  }

  .doc_form .table_sub.form th {
    font-size: 14px;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .download_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .confirm .download_form_name {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .download_form_col {
    width: 36%;
    padding-right: 4%;
  }

  .download_form_img {
    background: url(../image/bg_doc.png) no-repeat center;
    text-align: center;
    background-size: 75%;
  }
  .download_form_img img {
    width: 75%;
    margin: 20.8% 0;
    border: 1px solid #4f352c;
  }

  .check_circle {
    margin-bottom: 10px;
  }

  .doc_form {
    width: 64%;
  }

  .doc_form form {
    border-radius: 20px;
    border: 2px solid #ec6a18;
    padding: 20px;
  }

  .doc_form .table_sub {
    table-layout: fixed;
  }

  .doc_form .table_sub.form tr {
    align-items: center;
  }

  .doc_form .table_sub.form th {
    width: 38%;
    font-size: 14px;
  }

  .doc_form .table_sub.form td {
    padding: 0 0 0 15px;
    float: left;
  }

  .doc_form label.rb span {
    padding: 0 1em 0 0;
  }
}


/* =================================
 お問い合わせフォーム
================================= */
.ttl_inquiry {
  position: relative;
  padding-left: 1.53em;
  font-weight: bold;
}

.ttl_inquiry::before {
  content: '';
  width: 1.15em;
  height: 1.15em;
  border: 0.26em solid  #ec6a18;
  border-radius: 50%;
  position: absolute;
  top: 0.11em;
  left: 0;
}

.sttl_inquiry {
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
}

.form_stxt {
  margin-bottom: 1em;
}

.inquiry_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff5f2;
  border: 2px solid #ec6a18;
  overflow: hidden;
}

.inquiry_item::after {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  right: 0;
  width: 20px;
  height: 100%;
  top: 0;
  background-color: #ec6a18;
  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;
}

.inquiry_item:hover {
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.inquiry_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.inquiry_img img {
  vertical-align: middle;
}

.inquiry_item dl {
  padding-left: 3.4%;
}

.inquiry_item dl dt {
  letter-spacing: 1px;
  font-weight: 900;
  /*  white-space: nowrap; */
}

.inquiry_item dl dt span {
  color: #ec6a18;
}

.inquiry_item dl dd {
  margin-top: 4.6%;
}

.inquiry_other {
  border-radius: 10px;
  background: #fff;
  border: 2px solid #4f352c;
}

.inquiry_other dl {
  padding-left: 0;
}

.inquiry_other::after {
  background-color: #4f352c;
}

/* キャンペーン用 ボタン */
.inquiry_campaign {
  background: #fdfbe7;
  border: 2px solid #e7d420;
}

.inquiry_campaign::after {
  background-color: #e7d420;
}

.inquiry_campaign dl dt span {
  color: #d9c526;
  font-size: 12px;
}


.form .ttl_inquiry {
  margin-bottom: 30px;
}

.form_step {
  margin: 0 auto;
}

.inquiry_item.inquiry_other {
  border-radius: 10px;
}

/* 最後の要素のmargin-bottom打ち消し用 */
.last_item {
  margin-bottom: 0 !important;
}

/* sp */
@media only screen and (max-width: 750px) {
  .ttl_inquiry {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sttl_inquiry {
    font-size: 17px;
    padding-bottom: 8px;
    margin-bottom: 14px;
  }

  .sttl_inquiry::before {
    content: '';
    border-left: 4px solid #ec6a18;
    border-radius: 2px;
    margin-right: 6px;
    padding: 2px 0;
  }

  .form_txt {
    font-size: 14px;
  }

  .inquiry .form_txt {
    margin-bottom: 9%;
    line-height: 1.6;
  }

  .form_stxt {
    font-size: 14px;
  }

  .inquiry_list {
    margin-bottom: 12.6%;
  }

  .inquiry_item {
    border-radius: 15px;
    margin-bottom: 4%;
    padding: 3% 7.2% 3% 3%;
  }

  .inquiry_img {
    max-width: 26%;
  }

  .inquiry_item::after {
    width: 15px;
    font-size: 16px;
  }

  .inquiry_item dl dt {
    font-size: 15px;
    line-height: 19px;
  }

  .inquiry_item dl dd {
    font-size: 12px;
  }

  .form_step {
    width: 79%;
    margin-bottom: 9.8%;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .ttl_inquiry {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .sttl_inquiry {
    font-size: 23px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .sttl_inquiry::before {
    content: '';
    border-left: 6px solid #ec6a18;
    border-radius: 3px;
    margin-right: 8px;
    padding: 5px 0;
  }

  .form_txt {
    font-size: 16px;
    line-height: 1.6;
  }

  .inquiry .form_txt {
    margin-bottom: 7%;
  }

  .inquiry_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6%;
  }

  .inquiry_item {
    width: 48%;
    border-radius: 20px;
    padding: 1.5% 4% 1.5% 1.5%;
    margin-top: 2%;
  }

  .inquiry_item:nth-of-type(2n) {
    margin-left: 2%;
  }

  .inquiry_item:nth-of-type(1),
  .inquiry_item:nth-of-type(2){
    margin-top: 0;
  }

  .inquiry_img {
    width: 25%;
  }

  .inquiry_item dl {
    width: 75%;
  }

  .inquiry_item.inquiry_other dl{
    width: 100%;
  }

  .inquiry_item dl dt {
    font-size: 18px;
    line-height: 24px;
  }

  .inquiry_item dl dd {
    font-size: 14px;
  }

  .form_step {
    width: 49%;
    margin-bottom: 8%;
  }

}

/* Tablet only */
@media screen and (min-width: 750px) and (max-width: 900px) {
  .inquiry_item dl dt {
    font-size: 16px;
    line-height: 22px;
  }
}


/* =================================
 ログイン／新規登録
================================= */
.user_select {
  background-color: #ffc2ba;
  color: #fff;
}

.ttl_user_select {
  text-align: center;
  border-bottom: 4px dotted #fff;
}

.user_select_txt {
  text-align: center;
}

.wrap_user_select .innner {
  margin-top: 20px;
}

.user_select_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  margin-top: 20px;
}

.user_select_type li {
  position: relative;
  padding-bottom: 10px;
}

.user_select_type li:not(:first-child) {
  margin-left: 5%;
}

.btn_wrapper {
  position: absolute;
  bottom: 0;
  width: 83%;
  left: 8.3%;
}

.user_select_btn {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border-radius: 25px;
  line-height: 2;
}

.parent_btn {
  background-color: #f7a817;
}

.nursery_btn {
  background-color: #ec6a18;
}

.user_select_btn::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
}

.parent_btn:hover {
  color: #f7a817;
  background-color: #fff;
  border:2px solid #f7a817;
}

.nursery_btn:hover {
  color: #ec6a18;
  background-color: #fff;
  border:2px solid #ec6a18;
}


/* sp */
@media only screen and (max-width: 750px) {
  .wrap_user_select {
    padding: 55px 2.6% 70px;
  }

  .ttl_user_select {
    font-size: 24px;
    font-weight: 700;
    line-height: 64px;
  }

  .user_select_type li {
    flex: 1;
  }

  .user_select_txt {
    font-size: 16px;
  }

  .user_select_btn {
    font-size: 14px;
  }

  .user_select_btn::after {
    right: 10px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .user_select {
    background-color: #ffc2ba;
  }

  .wrap_user_select {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 75px 100px;
  }

  .ttl_user_select {
    font-size: 30px;
    font-weight: 700;
    line-height: 70px;
  }

  .user_select_txt {
    font-size: 18px;
  }

  .user_select_type {
    margin: 20px 5% 0;
  }

  .user_select_type li {
    width: 310px;
  }

  .user_select_btn {
    font-size: 22px;
  }
}

/* =================================
 TOP：TITLE/COVER
================================= */
.top_cover .inner {
  position: relative;
}

.top_cover {
  z-index: 10;
}

.cot_num {
  line-height: 1;
}

.top_cover .tebura_btn {
  margin-top: 30px;
}
.top_cover .tebura_btn a {
  padding: 15px 55px 15px 25px;
  font-size: 14px;
  background: #FFD7D4;
  position: relative;
  border-radius: 26px;
  display: block;
}
.top_cover .tebura_btn a::before {
  width: 32px;
  height: 32px;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  background: #fff;
  display: block;
  border-radius: 50%;
  transform: translate(0, -50%);
}
.top_cover .tebura_btn a::after {
  width: 0;
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  border-top: 8px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #4F352C;
  transform: translate(0, -50%);
}
.top_cover .tebura_btn a:hover {
  transform: translate3d(0, 5px, 0);
  transition: 0.5s;
}


/* SP */
@media only screen and (max-width: 750px) {

  .top_cover .wrap_cover {
    padding-bottom: 16%;
    background: url("../image/bg_top.png") no-repeat;
    background-position: center bottom -5px;
    background-size: auto 100%;
  }

  .top_cover .wrap_cover .inner {
    position: relative;
  }

  .top_pagename {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    color: #fff;
    background-color: #ec6a18;
    border-radius: 50%;
    line-height: 1.1;
    text-align: center;
  }

  .top_pagename_big {
    display: block;
    font-size: 16px;
  }

  .top_pagename_small {
    display: block;
    font-size: 11px;
    margin-top: 2px;
  }

  .top_cover .cover_img{
    width: 62.93%;
    margin: 0 auto;
    padding: 7% 0 0;
  }

  .top_cover .top_logo {
    width: 72%;
    margin: 15px auto 10px;
    padding-bottom: 1%;
  }
  
  .cover_txt .cotLogo span {
    margin: 5px auto 10px;
    padding: 3px 10px 3px 50px;
    font-size: 16px;
    border-radius: 14px;
  }
  .cotLogo span::before {
    width: 40px;
    top: 60%;
  }
  
  .cot_catch_num {
    width: 80%;
    margin: 0 auto 10px;
  }
  .cot_num {
    width: 26%;
    max-width: 111px;
    background: url('../image/medal.png') no-repeat center;
    background-size: 100%;
    padding: 10.5% 7% 0 0;
    font-size: 5.7vw;
    font-weight: bold;
    color: #ec6a18;
    text-align: right;
  }

  .top_cover .top_txtbox {
    width: 90%;
    margin: 0 auto 4%;
    font-size: 13px;
    line-height: 1.6;
  }

  .top_cover .top_txtbox .top_patent {
    display: block;
    text-align: right;
  }

  .top_cover .scroll {
    bottom: -16%;
  }

}
/* 530px以下の時 */
@media only screen and (max-width: 530px) {
  .f_logo .cotLogo span::before {
    width: 30px;
  }
  .f_logo .cotLogo span {
    padding: 2px 10px 2px 36px;
    font-size: 12px;
  }
}
/* 400px以下の時 */
@media only screen and (max-width: 400px) {
  .f_logo .cotLogo span::before {
    width: 25px;
  }
  .f_logo .cotLogo span {
    padding: 2px 5px 2px 27px;
    font-size: 10px;
  }
}

/* SP 320px */
@media only screen and (max-width: 320px) {
  .top_pagename {
    left: 5px;
    width: 60px;
    height: 60px;
    padding-top: 8px;
  }

  .top_pagename_big {
    font-size: 14px;
  }

  .top_pagename_small {
    font-size: 10px;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_cover .wrap_cover {
    background-color: #fff;
    background-image:
            url("../image/bg_top.png");
    background-repeat: repeat-x;
    background-position: center bottom -3px;
    background-size: 1366px;
  }

  .top_cover .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4.5% 2% 10%;
  }

  .top_pagename {
    position: absolute;
    left: 4%;
    top: 5%;
    padding: 6px;
    font-size: 1.2vw;
    font-weight: bold;
    color: #ec6a18;
    background-color: #fff;
    border: 2px solid #ec6a18;
    line-height: 1.1;
  }

  .top_cover .cover_img{
    width: 43%;
    margin-right: 2%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .top_cover .cover_img img {
    max-width: 430px;
  }

  .top_cover .cover_txt {
    width: 46%;
    margin-left: 1.2%;
  }

  
  .cot_catch_num {
    width: 100%;
    margin-bottom: 25px;
  }
  .cot_catch_num img {
    width: 100%;
  }

  .cot_num {
    width: 24.66%;
    max-width: 111px;
    background: url('../image/medal.png') no-repeat center;
    background-size: 100%;
    padding: 11.5% 6.7% 0 0;
    font-size: 2.9vw;
    font-weight: bold;
    color: #ec6a18;
    text-align: right;
  }

  .top_cover .top_logo img {
    width: 100%;
    max-width: 453px;
  }
  
  .top_cover .top_logo.cotLogo span {
    margin-top: 20px;
    padding: 3px 24px 3px 70px;
    font-size: 2.75vw;
    font-weight: bold;
    border-radius: 24px;
    width: 100%;
    text-align: center;
  }
  .top_cover .top_logo.cotLogo span::before {
    width: 58px;
    top: 58%;
  }

  .top_cover .top_txtbox {
    line-height: 1.6;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px 0 0;
    width: 100%;
    font-size: 20px;
  }

  .top_cover .top_patent {
    width: 100%;
    padding: 1% 3% 0 0;
    text-align: right;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;

  }

  .top_cover .scroll {
    bottom: -40px;
  }
}

/* PC */
@media print, screen and (min-width: 1000px) {
  .top_cover .inner {
    padding: 70px 0 120px;
    align-items: center;
  }

  .top_pagename {
    left: 2.3%;
    top: 5%;
    font-size: 14px;
  }

  .cot_num {
    padding: 51px 30px 0 0;
    font-size: 30px;
  }
  .top_cover .top_logo.cotLogo span {
    margin-top: 15px;
    padding: 3px 24px 3px 75px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 24px;
  }
}

/* for IE */
@media all and (-ms-high-contrast: none) {
  .top_cover .cover_txt {
    margin-left: -13%;
  }
}

/* =================================
 CVR改善 ファーストビューにボタン追加
================================= */
.cot_cvbtns {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding:8px 0;
}

.cot_cvbtns .btn.contact {
  font-size: 16px;
}

.cot_cvbtns .btn.download{
  font-size: 16px;
}

.cot_cvbtns .btn.contact::before,
.cot_cvbtns .btn.download::before {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  font-size: 16px;
}

.cot_cvbtns .btn.contact::before {
  padding-top: 8px;
  vertical-align: 0;
}

.cot_cvbtns .btn.download::before {
  vertical-align: 0;
}

/* SP */
@media only screen and (max-width: 750px) {

  .cot_cvbtns {
    margin: 2% 0 4%;
  }

  .cot_cvbtns li {
    width: 100%;
    margin-bottom: 10px;
  }

  .cot_cvbtns li:last-of-type {
    margin-bottom: 0;
  }

  .cot_cvbtns .btn.contact,
  .cot_cvbtns .btn.download{
    padding: 10px 0;
  }

  .top_txtbox .top_txt {
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .cot_cvbtns {
    margin: 1% 0 3%;
  }

  .cot_cvbtns li {
    width: 48.5%;
  }

  .cot_cvbtns .btn.contact {
    padding: 18px 0;
    font-size: 20px;
  }

  .cot_cvbtns .btn.download{
    padding: 20px 0;
    font-size: 20px;
  }
}

@media only screen and (min-width: 751px) and (max-width: 860px){
  .cot_cvbtns .btn.download{
    font-size: 14px;
  }
}

/* PC */
@media screen and (min-width: 1000px) {
  .cot_cvbtns {
    margin: 10px 0;
  }
}


/* =================================
 保育施設TOP：手ぶら登園とは
================================= */
.cot_about {
  background-color: #fff;
}

.ttl_cot_about span {
  display: block;
}
/* youtube 埋め込み */
.inner_movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.inner_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* SP */
@media only screen and (max-width: 750px) {

  .cot_about .block:nth-child(2) {
    margin-top: 20px;;
  }
  .wrap_cot_about .top_colabo {
    margin-bottom: 7%;
  }

  .wrap_cot_about {
    padding: 15% 2.67% 16%;
  }

  .cot_about {
    border: 3px dotted #ec6a18;
    border-radius: 20px;
    padding: 8% 8%;
/*    margin-bottom: 11.27%;*/
    overflow: hidden;
  }

  .ttl_cot_about {
    margin: 0 auto 12px;
    font-size: 22px;
  }

  .txt_cot_about {
    font-size: 15px;
    line-height: 1.6;
  }

  .wrap_movie {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .wrap_cot_about {
    padding: 6% 0 10%;
  }

  .cot_about {
    border-radius: 30px;
    padding: 5%;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cot_about .block:nth-child(1) {
    width: 50%
  }
  .cot_about .block:nth-child(2) {
    width: 43%;
  }
  
  .ttl_cot_about {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .ttl_cot_about span {
    font-size: 3.85vw;
  }

  .cont_cot_about{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrap_movie {
    width: 67.14%;
  }

  .txt_cot_about {
    width: 95%;
    line-height: 1.7;
  }

  .cot_about::after {
    right: 0;
    transform: scale(-1, 1);
  }

}

/* PC */
@media print, screen and (min-width: 1000px) {

  .wrap_cot_about {
    padding: 60px 0 100px;
  }
  .ttl_cot_about span {
    font-size: 40px;
  }
}

/* Tablet only */
@media screen and (min-width: 751px) and (max-width: 950px) {

  .txt_cot_about {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 0;
    background: none;
  }
}

/* =================================
 保育施設TOP：手ぶら登園のメリット
================================= */
.list_merit .sttl_merit {
  display: inline-block;
/*  width: 100%;*/
  line-height: 1.2;
  position: relative;
}

.list_merit .sttl_merit h3 {
  display: table-cell;
/*  color: #ec6a18;*/
/*  font-weight: bold;*/
  vertical-align: middle;
}

.list_merit .sttl_merit p {
  display: table-cell;
  color: #EC6A1B;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 2px;
  vertical-align: middle;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0);
}

.list_merit .sttl_merit p::before {
  width: 88px;
  height: 85px;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/ico_merit.svg);
  z-index: -1;
}

.top_merit .contactBtn {
  width: 80%;
  max-width: 480px;
  margin: 0 auto
}
.top_merit .contactBtn .h_btn.contact {
  width: 100%;
  height: 90px;
  font-size: 28px;
  text-align: center;
  line-height: 90px;
  justify-content: center;
  border-radius: 5px;
}
.top_merit .contactBtn .h_btn.contact::before {
  width: 55px;
  height: 55px;
  margin-right: 30px;
}
.top_merit .contactBtn .h_btn.contact::after {
  width: 40px;
  top: 12%;
  left: 25%;
}

/* SP */
@media only screen and (max-width: 750px) {

  .top_merit .contactBtn {
    display: none;
  }
  .top_feature h2 {
    margin-bottom: 4.8%;
  }

  .list_merit li {
    margin-bottom: 5.63%;
    padding: 15% 2.82% 2.82%;
    background-size: 30px;
    border-radius: 20px;
    position: relative;
  }

  .list_merit li:nth-of-type(3) {
    padding-bottom: 5.63%;
    margin-bottom: 8.45%;
  }

  .list_merit li .txt_merit {
    min-height: 125px;
    padding: 0 40% 0 0.5em;
  }

  /* photo setting */
  .list_merit li:nth-of-type(1) .txt_merit{
    background: #fff url("../image/top_merit01.png") no-repeat right 10px bottom;
    background-size: 35.49%;

  }
  .list_merit li:nth-of-type(2) .txt_merit{
    background: #fff url("../image/top_merit02.png") no-repeat right 10px bottom;
    background-size: 35.49%;
  }
  .list_merit li:nth-of-type(3) .txt_merit{
    background: #fff url("../image/top_merit03.png") no-repeat right 10px bottom;
    background-size: 35.49%;
  }

  .list_merit .sttl_merit {
    width: 100%;
    padding-bottom: 10px;
    margin: 25px 0 15px;
    border-bottom: 3px dotted #ec6a18;
  }

  .list_merit .sttl_merit p {
    width: 44px;
    height: 27px;
    font-size: 11px;
    line-height: 1.2;
    top: -50px;
    letter-spacing: 1px;
  }

  .list_merit .sttl_merit p::before {
    width: 50px;
    height: 48px;
    border-radius: 5px;
  }

  .list_merit .sttl_merit p span {
    font-size: 16px;
  }

  .list_merit .sttl_merit h3 {
    width: calc( 100% - 50px );
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.4;
  }
  .list_merit .sttl_merit h3 span {
    color: #EC6A1B;
  }

}

/* SP 425pxより大きい時 */
@media only screen and (min-width: 425px) and (max-width: 750px){
  .list_merit li .txt_merit {
    min-height: 272px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_feature h2 {
    margin-bottom: 3.5%;
  }
  
  .top_feature .inner {
    padding: 60px 40px;
    background: #fff;
    border-radius: 50px;
  }

  .list_merit {
    padding: 0 3% 4%;
    margin-bottom: 2%;
    background-size: 100%;
  }

  .list_merit li {
    height: 340px;
    margin-top: 150px;
    margin-bottom: 4%;
    padding: 5.319% 35.1% 3.19% 3.19%;
    background: #fff;
    border-radius: 30px;
    position: relative;
  }

  .list_merit li:nth-of-type(even) {
    padding: 5.319% 3.19% 3.19% 45.1%;
  }

  /* bg setting */
  .list_merit li:nth-of-type(1) {
    background-color: #fff;
    background-image:
            url("../image/top_merit01.png");
    background-repeat:
            no-repeat,
            repeat-x;
    background-position:
            right 35px top 10px;
    background-size:
            285px;
  }

  .list_merit li:nth-of-type(2) {
    background-color: #fff;
    background-image:
            url("../image/top_merit02.png");
    background-repeat:
            no-repeat;
    background-position:
            left 35px top 50px;
    background-size:
            300px;
  }

  .list_merit li:nth-of-type(3) {
    background-color: #fff;
    background-image:
            url("../image/top_merit03.png");
    background-repeat:
            no-repeat;
    background-position:
            right 35px top 50px;
    background-size:
            228px;
  }

  .list_merit .txt_trouble {
    font-size: 16px;
    padding: 18px 15px 20px 90px;
  }

  .list_merit .sttl_merit {
    width: 478px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 5px dotted #ec6a18;
  }

  .list_merit .sttl_merit p {
/*    width: 60px;*/
/*    height: 60px;*/
    font-size: 12px;
    line-height: 1.2;
  }

  .list_merit .sttl_merit p::before {
/*
    width: 60px;
    height: 60px;
    border-radius: 10px;
*/
  }

  .list_merit .sttl_merit p span {
    font-size: 30px;
  }

  .list_merit .sttl_merit h3 {
    width: calc( 100% - 60px );
    padding-left: 10px;
    font-size: 2.7vw;
    line-height: 1.5;
  }
  .list_merit .sttl_merit h3 span {
    color: #EC6A1B;
  }

}

/* Tablet only */
@media screen and (min-width: 751px) and (max-width: 950px) {

  .list_merit .sttl_merit {
    width: 370px;
  }
  .txt_merit {
    width: 370px;
  }
  .list_merit li {
    height: auto;
  }
  .list_merit li:nth-of-type(1) {
    background-size: 215px;
  }
  .list_merit li:nth-of-type(2) {
    background-position: left 35px top 15px;
    background-size: 215px;
  }
  .list_merit li:nth-of-type(3) {
    background-position: right 35px top 35px;
    background-size: 215px;
  }
}

/* for IE */
@media all and (-ms-high-contrast: none) {
  .list_merit .sttl_merit p::before {
    margin-top: 10px;
  }
}

/* PC */
@media print, screen and (min-width: 1000px) {

  .list_merit .sttl_merit h3 {
    font-size: 40px;
  }

}

/* =================================
TOP：「ぐっすりーぷ」の特徴
================================= */
.top_feature dl dt {
/*
  width: 266px;
  height: 266px;
*/
  border-radius: 50%;
  overflow: hidden;
}
.top_feature dl dd.color {
  text-align: center;
}
/* SP */
@media only screen and (max-width: 750px) {

  .top_feature .inner {
    padding: 8%;
    background: #fff;
    border-radius: 20px;
  }
  
  .top_feature h2 {
    margin-bottom: 4.8%;
  }

  .top_feature dl {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }

  .top_feature dl dt {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    order: 3;
  }
  .top_feature dl dd {
    width: 100%;
    margin-bottom: 15px;
    order: 1
  }
  .top_feature dl dd.ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .list_feature .sttl_feature {
    padding-bottom: 10px;
    margin: 25px 0 15px;
    border-bottom: 3px dotted #ec6a18;
  }

  .list_feature .sttl_feature p {
    width: 50px;
    height: 50px;
    font-size: 11px;
    line-height: 1.2;
  }

  .list_feature .sttl_feature p::before {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  .list_feature .sttl_feature p span {
    font-size: 16px;
  }

  .list_feature .sttl_feature h3 {
    width: calc( 100% - 50px );
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.4;
  }
  .list_feature .sttl_feature h3 span {
    color: #EC6A1B;
  }

}

/* SP 425pxより大きい時 */
@media only screen and (min-width: 425px) and (max-width: 750px){
  .list_feature li .txt_feature {
    min-height: 145px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_feature h2 {
    margin-bottom: 5%;
  }
  .top_feature h2 + .color {
    font-size: 27px;
    text-align: center;
  }
  
  .top_feature .inner {
    padding: 60px 40px;
    background: #fff;
    border-radius: 50px;
  }

  .top_feature .flex {
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top_feature dl {
    max-width: 266px;
    width: 30%;
  }
  
  .top_feature dl dt {
    max-width: 266px;
    max-height: 266px;
    border-radius: 50%;
    overflow: hidden;
  }
  .top_feature dl dt img {
    width: 100%;
  }
  .top_feature dl dd {
    line-height: 1.7;
  }
  .top_feature dl dd.color {
    margin: 40px 0 10px;
    font-size: 28px;
/*    border-radius: 50%;*/
    overflow: hidden;
  }

  .list_feature .txt_trouble {
    font-size: 16px;
    padding: 18px 15px 20px 90px;
  }

  .list_feature .sttl_feature {
    width: 478px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 5px dotted #ec6a18;
  }

  .list_feature .sttl_feature p {
    font-size: 12px;
    line-height: 1.2;
  }

  .list_feature .sttl_feature p span {
    font-size: 30px;
  }

  .list_feature .sttl_feature h3 {
    width: calc( 100% - 60px );
    padding-left: 10px;
    font-size: 2.7vw;
    line-height: 1.5;
  }
  .list_feature .sttl_feature h3 span {
    color: #EC6A1B;
  }

}

/* Tablet only */
@media screen and (min-width: 751px) and (max-width: 950px) {
  .top_feature dl dd.color {
      font-size: 24px;
  }
  .list_feature li {
    height: auto;
  }
  .top_feature .inner {
    width: 96%;
    margin: 0 auto;
  }
}

/* for IE */
@media all and (-ms-high-contrast: none) {
  .list_feature .sttl_feature p::before {
    margin-top: 10px;
  }
}

/* PC */
@media print, screen and (min-width: 1000px) {

  .list_feature .sttl_feature h3 {
    font-size: 40px;
  }

}

/* =================================
 保育施設TOP：ポイントボックスデザイン
================================= */
.box_point {
  background-color: #F8E8E3;

  position: relative;
}

.box_point::before,
.box_point::after {
  display: block;
  content: '';
  position: absolute;
}

/* SP */
@media only screen and (max-width: 750px) {
  .box_point {
    padding: 5.63% 2.82%;
    margin-bottom: 8%;
    border-radius: 10px;
  }
  .box_point::before {
    width: 100%;
    height: 3px;
    top: 8px;
    left: 0;
    background-size: 700px;
  }
  .box_point::after {
    width: 100%;
    height: 3px;
    bottom: 8px;
    left: 0;
    background-size: 700px;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .box_point {
    padding: 2.6% 2.6% 2%;
    margin: 0 auto 6%;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .box_point::before {
    width: 100%;
    height: 4px;
    top: 7px;
    left: 0;
    margin-top: 0;
    background-size: 1147px;
    border-radius: 20px 20px 0 0;
  }
  .box_point::after {
    width: 100%;
    height: 4px;
    bottom: 7px;
    left: 0;
    margin-top: 0;
    background-size: 1147px;
    border-radius: 20px 20px 0 0;
  }
}

/* PC */
@media print, screen and (min-width: 1000px) {
  .box_point {
    width: 100%;
  }
}

/* =================================
 保育施設TOP：手ぶら登園のポイント
================================= */
.top_point ul li {
  font-weight: 700;
  line-height: 1.6;
  list-style-type: disc;
  color: #6d3724;
}

.top_point ul:not(:first-of-type) {
  padding-bottom: 0.5em;
}

/* SP */
@media only screen and (max-width: 750px) {

  .top_point {
    padding: 7.04% 2.82%;
  }
  .top_point h2 {
    width: 90.45%;
    margin: 0 auto;
  }
  .top_point ul {
    margin-top: 1.25%;
    padding: 2.6% 0 1.3% 1.5em;
    border-top: 1px solid #f8e8e3;
  }
  .top_point ul li {
    line-height: 1.3;
    list-style-type: disc;
    margin-bottom: 0.5em;
  }
  .top_point ul li:last-of-type {
    margin-bottom: 0;
  }
  .top_point ul:not(:first-of-type) {
    padding-bottom: 0.5em;
  }



}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .top_point h2 {
    width: 42.8%;
  }
  .top_point ul {
    width: 63%;
    padding-left: 3em;
  }
  .top_point ul li {
    color: #6d3724;
    font-size: 2vw;
    font-weight: 700;
    list-style-type: disc;
  }
  .top_point ul:not(:first-of-type) {
    padding-bottom: 0.5em;
  }
}

/* PC */
@media print, screen and (min-width: 1000px) {
  .top_point {
    width: 100%;
  }
  .top_point ul li {
    font-size: 20px;
  }
}

/* =================================
 保育施設TOP：公立保育園でも導入
================================= */
.top_public h2 {
  display: inline-block;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}

.top_public h2::before {
  display: block;
  content: '';
  background: url("../image/ico_public.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top_public ul {
  background-color: #f8e8e3;
  border-radius: 10px;
  font-weight: bold;
}

.top_public ul li {
  list-style: disc;
  line-height: 1.8;
}

.top_public ul li a {
  color: #ec6a18;
  text-decoration: underline;
}

.top_public ul li a:hover {
  text-decoration: none;
}


/* SP */
@media only screen and (max-width: 750px) {

  .top_public {
    padding: 5.63% 2.82%;
    text-align: center;
  }

  .top_public h2 {
    font-size: 20px;
    line-height: 1.2;
    padding-left: 70px;
    margin-bottom: 0.75em;
    text-align: left;
  }

  .top_public h2::before {
    width: 50px;
    height: 60px;
    left: 10px;
  }

  .top_public ul {
    padding: 4.48%;
    text-align: left;
  }

  .top_public li {
    margin-left: 1em;
    padding-left: 0.5em;
    font-size: 14px;
    line-height: 1.6;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_public {
    padding: 2% 1.5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .top_public h2 {
    width: 42%;
    line-height: 1.2;
    font-size: 30px;
    padding-left: 8%;
  }

  .top_public h2::before {
    width: 15%;
    padding-top: 20%;
    vertical-align: -0.5em;
  }

  .top_public ul {
    width: 56%;
    padding: 1em 1.5em;
    font-size: 1.6vw;
  }

  .top_public li {
    margin-left: 1em;
  }

}

/* PC */
@media print, screen and (min-width: 1000px) {

  .top_public h2 strong{
    font-size: 30px;
  }

  .top_public ul {
    font-size: 16px;
  }
}

/* =================================
 保育施設TOP：保護者の声
================================= */
/* SP */
@media only screen and (max-width: 750px) {

  .top_voice .wrap {
    padding: 16% 0 0;
  }

  .top_voice .ttl_top {
    width: 37.46%;
  }

  .cot_voicelist {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 357px;
    background-size: 100%;
  }

  .slick-slide > div {
    margin: 0 20px;
    position: relative;
  }
  .cot_voicelist li.voice {
    min-height: 128px;
    padding: 5%;
    margin: 0 5px;
    font-size: 18px;
    border-radius: 20px;
    background-color: #FFF0D9;
  }

  .cot_voicelist li.voice::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    border-top: 14px solid #FFF0D9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }

  .cot_voicelist li.voice::before{
    content: '';
    position: absolute;
    bottom: -230px;
    display: block;
    image-rendering: -webkit-optimize-contrast;
  }
  .slick-dots li.slick-active:nth-of-type(1) button {
    width: 133px;
    height: 188px;
    background: url(../image/top_parent01.png);
    background-size: cover;
  }
  .slick-dots li.slick-active:nth-of-type(2) button {
    width: 138px;
    height: 187px;
    background: url(../image/top_parent02.png);
    background-size: cover;
  }
  .slick-dots li.slick-active:nth-of-type(3) button {
    width: 134px;
    height: 205px;
    background: url(../image/top_parent03.png);
    background-size: cover;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_voice .wrap {
    padding-bottom: 0;
  }

  .top_voice .ttl_top {
    width: 20.4%;
    max-width: 204px;
  }

  .cot_voicelist {
    width: 720px;
    margin: 0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 357px;
    background-size: 100%;
  }

  .cot_voicelist li{
    width: 25%;
    min-height: 128px;
    padding: 2.6% 2.4%;
    font-size: 18px;
    border-radius: 20px;
    background-color: #FFF0D9;
  }

  .cot_voicelist li::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    border-top: 14px solid #FFF0D9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }

  .cot_voicelist li::before{
    content: '';
    position: absolute;
    bottom: -230px;
    display: block;
    image-rendering: -webkit-optimize-contrast;
  }
  .cot_voicelist li:nth-of-type(1)::before{
    width: 133px;
    height: 188px;
    background: url(../image/top_parent01.png);
    background-size: cover;
  }
  .cot_voicelist li:nth-of-type(2)::before{
    width: 138px;
    height: 187px;
    background: url(../image/top_parent02.png);
    background-size: cover;
  }
  .cot_voicelist li:nth-of-type(3)::before{
    width: 134px;
    height: 205px;
    background: url(../image/top_parent03.png);
    background-size: cover;
  }

}

/* PC */
@media print, screen and (min-width: 1000px) {
}

/* =================================
 保育施設TOP：プラン
================================= */
.top_plan .inner {
  padding: 70px;
  background: #fff;
  border-radius: 50px;
}
.top_plan .flex {
  display: flex;
  justify-content: space-between;
}
.top_plan .flex dl {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}
.top_plan .flex dl:first-child {
  border: 2px solid #F6A817;
}
.top_plan .flex dl:nth-child(2) {
  border: 2px solid #EC6A1B;
}
.top_plan .flex dl dt {
  padding: 15px;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.top_plan .flex dl:first-child dt {
  background: #F6A817;
}
.top_plan .flex dl:nth-child(2) dt {
  background: #EC6A1B;
}
.top_plan .flex dl dd {
  padding: 35px 25px;
  font-size: 20px;
  line-height: 2;
}

/* SP */
@media only screen and (max-width: 750px) {

  .top_plan .inner {
    padding: 8%;
  }
  .top_plan .flex {
    flex-wrap: wrap;
  }
  .top_plan .flex dl {
    width: 100%;
    margin: 5% 0;
  }
  .top_plan .flex dl dt {
    padding: 10px;
    font-size: 18px;
  }
  .top_plan .flex dl dd {
    padding: 15px;
    font-size: 15px;
    line-height: 1.7;
  }
  
  .cot_planlist li{
    position: relative;
    margin-bottom: 5.63%;
  }

  .top_plan .ttl_top {
    width: 100%;
  }

  .cont_cot_plan {
    padding: 5.63% 5.63% 11.27%;
  }

  .inner_cot_plan1::after {
    content: "";
    display: block;
    clear: both;
  }

  .thumb_cot_plan {
    width: 38.1%;
    float: left;
    margin-bottom: 10px;
  }

  .cont_cot_plan .cate1 {
    width: 58%;
    float: right;
    margin-bottom: 5px;
  }

  .cont_cot_plan .ttl {
    width: 58%;
    float: right;
    margin-bottom: 1em;
  }

  .cont_cot_plan .meta {
    position: absolute;
    right: 5.63%;
    bottom: 5.63%;
    white-space: nowrap;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
}

/* PC */
@media print, screen and (min-width: 1000px) {
}

/* Tablet only */
@media screen and (min-width: 751px) and (max-width: 820px) {

  .top_plan .inner {
    width: 96%;
    margin: 0 auto;
    padding: 60px 40px;
  }
  .cot_planlist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cot_planlist li {
    width: 49%;
    margin-bottom: 2%;
  }

  .cot_planlist li:nth-of-type(odd) {
    margin-right: 1%;
  }

  .cot_planlist li:nth-of-type(even) {
    margin-left: 1%;
  }
}

.txt_planbtn {
  margin: 0 auto 1em;
  position: relative;
  display: inline-block;
}

/* SP */
@media only screen and (max-width: 750px) {

  .txt_planbtn {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .txt_planbtn {
    line-height: 1.6;
    text-align: center;
  }

  .txt_planbtn::before{
    content:"";
    border-left: 2px solid #4f352c;
    width: 1px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: -20px;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    transform: skewX(30deg);
  }
  .txt_planbtn::after{
    content:"";
    border-right: 2px solid #4f352c;
    width: 1px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: -20px;
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
  }
}









/* =================================
 保育施設TOP：お支払方法
================================= */
.cot_paylist > li {
  background-color: #fff;
  border: 3px solid #ec6a18;
  text-align: center;
}

.cot_paylist > li:nth-of-type(1) {
  border: 3px solid #ec6a18;
}

.cot_paylist > li:nth-of-type(2) {
  border: 3px solid #f6a817;
}

.cot_paylist h3 {
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.cot_paylist > li:nth-of-type(1) h3 {
  background-color: #ec6a18;
}

.cot_paylist > li:nth-of-type(2) h3 {
  background-color: #f6a817;
}

.cot_paylist h4 {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
}

.cot_paylist > li:nth-of-type(1) h4 {
  color: #ec6a18;
}

.cot_paylist > li:nth-of-type(2) h4 {
  color: #f6a817;
}

.cot_paylist li ul {
  background-color: #f8e8e3;
  text-align: left;
}

.cot_paylist li ul li {
  margin-left: 1em;
  list-style-type: disc;
}

/* SP */
@media only screen and (max-width: 750px) {

  .top_payment .ttl_top {
    width: 44.51%;
  }

  .top_payment .txt {
    font-size: 15px;
    line-height: 1.6;
    padding:0 2.82% 5.63%;
  }

  .cot_paylist > li {
    border-radius: 20px;
    margin-bottom: 8.45%;
  }

  .cot_paylist h3 {
    padding: 15px 0;
    font-size: 20px;
    border-radius: 16px 16px 0 0;
  }

  .cot_paylist h4 {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .cot_paylist > li:nth-of-type(1) h4 {
    margin: 20px auto 20px;
    border-bottom: 3px dotted #ec6a18;
  }

  .cot_paylist > li:nth-of-type(2) h4 {
    margin: 20px auto 10px;
    border-bottom: 3px dotted #f6a817;
  }

  .cot_paylist figure {
    width: 95%;
    margin: 0 auto 15px;
  }

  .cot_paylist li ul {
    margin: 0 10px 10px;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_payment .ttl_top {
    width: 24.3%;
    max-width: 243px;
  }

  .top_payment .txt {
    text-align: center;
    margin-bottom: 4%;
  }

  .cot_paylist {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5%;
  }

  .cot_paylist > li {
    width: 48.5%;
    border-radius: 30px;
  }

  .cot_paylist h3 {
    padding: 18px 0;
    font-size: 2.6vw;
    border-radius: 26px 26px 0 0;
  }

  .cot_paylist h4 {
    padding-bottom: 10px;
    font-size: 2.6vw;
  }

  .cot_paylist > li:nth-of-type(1) h4 {
    margin: 30px auto 35px;
    border-bottom: 4px dotted #ec6a18;
  }

  .cot_paylist > li:nth-of-type(2) h4 {
    margin: 30px auto 25px;
    border-bottom: 4px dotted #f6a817;
  }

  .cot_paylist figure {
    width: 92%;
    max-width: 440px;
    margin: 0 auto 20px;
  }

  .cot_paylist li ul {
    margin: 0 20px 20px;
    padding: 20px;
    border-radius: 15px;
    font-size: 16px;
  }

}

/* PC */
@media print, screen and (min-width: 1000px) {

  .cot_paylist h3 {
    font-size: 26px;
  }
  .cot_paylist h4 {
    font-size: 26px;
  }
}

/* =================================
 保育施設TOP：導入の流れ
================================= */
.cot_processlist li {
  position: relative;
}

.cot_processlist li:not(:nth-of-type(3))::after {
  content: '';
  display: inline-block;
  position: absolute;
}

.cot_processlist h3 {
  font-size: 28px;
  font-weight: bold;
  color: #ec6a18;
  text-align: center;
}


/* SP */
@media only screen and (max-width: 750px) {

  .top_process .ttl_top {
    width: 100%;
  }

  .cot_processlist li {
    margin-bottom: 9.86%;
  }
  .cot_processlist li img {
    display: none;
  }
  .cot_processlist li:nth-of-type(1) {
    background: url(../image/top_intro01.png) no-repeat;
    background-size: 35%;
    background-position: left 5% bottom 20%;
  }
  .cot_processlist li:nth-of-type(2) {
    background: url(../image/top_intro02.png) no-repeat;
    background-size: 35%;
    background-position: left 5% bottom 20%;
  }
  .cot_processlist li:nth-of-type(3) {
    background: url(../image/top_intro03.png) no-repeat;
    background-size: 35%;
    background-position: left 5% bottom 20%;
  }

  .cot_processlist li:not(:nth-of-type(3))::after {
    bottom: -45px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-bottom: 18px solid transparent;
    border-top: 18px solid #4F352C;
    transform: translateX(-50%);
  }

  .cot_processlist h3 {
    font-size: 18px;
    padding: 18px 15px 0;
  }

  .cot_processlist p {
    padding: 5.63% 4.23% 5.63% 42.25%;
    font-size: 15px;
    line-height: 1.6;
    min-height: 135px;
  }

  .cot_processlist li:nth-of-type(1) p {
    background-size: 38%;
  }

  .cot_processlist li:nth-of-type(2) p {
    background-size: 38%;
  }

  .cot_processlist li:nth-of-type(3) p {
    background-size: 38%;
  }
}

/* SP 425pxより大きい */
@media only screen and (min-width: 425px) and (max-width: 750px){
  .cot_processlist p {
    min-height: 200px;
  }
  .cot_processlist li:not(:nth-of-type(3))::after {
    bottom: -48px;
  }

  .cot_processlist li:nth-of-type(1) p {
    background-size: 33%;
  }

  .cot_processlist li:nth-of-type(2) p {
    background-size: 33%;
  }

  .cot_processlist li:nth-of-type(3) p {
    background-size: 33%;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {

  .top_process .ttl_top {
    width: 100%;
    max-width: 205px;
  }

  .cot_processlist {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14%;
  }

  .cot_processlist li {
    width: 30%;
    max-width: 236px;
  }

  .cot_processlist li:not(:nth-of-type(3))::after {
    top: 30%;
    right: -45%;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 30px solid #4F352C;
    transform: translateY(-50%);
  }

  .cot_processlist h3 {
    font-size: 2vw;
    padding: 5.33% 5% 4.67%;
  }

  .cot_processlist li:first-of-type h3{
    font-size: 1.8vw;
  }

  .cot_processlist p {
    font-size: 15px;
    line-height: 1.6;
  }

  .cot_processlist li:nth-of-type(1) p {
    background-size: 60%;
  }

  .cot_processlist li:nth-of-type(2) p {
    background-size: 60%;
  }

  .cot_processlist li:nth-of-type(3) p {
    background-size: 60%;
  }

}

/* PC */
@media print, screen and (min-width: 1000px) {

  .cot_processlist h3,
  .cot_processlist li:first-of-type h3 {
    font-size: 20px;
  }

}


/* =================================
 保育施設TOP：簡単発注
================================= */
.top_easyorder{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.top_easyorder .contactBtn a {
  padding: 38px 100px;
  font-size: 24px;
  color: #ec6a18;
  background: #fff;
  border: 2px solid #ec6a18;
}
.top_easyorder .h_btn.contact::before {
  width: 48px;
  height: 48px;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-right: 25px;
  color: #ec6a18;
  background-color: #ec6a18;
}
.top_easyorder .h_btn.contact::after {
  width: 29px;
  height: 20px;
  content: url(../image/ico_contact02.svg);
  position: absolute;
  top: 44%;
  left: 26%;
  display: block;
  transform: translate(0,-50%);
}
.top_easyorder p {
  font-weight: bold;
  text-align: center;
}

.top_easyorder p::before {
  background: url("../image/ico_notepc.png") no-repeat center;
  background-size: 100%;
}

/* SP */
@media only screen and (max-width: 750px) {

  .top_easyorder{
    padding: 30px 15px;
  }

  .top_easyorder p {
    font-size: 18px;
    padding-left: 92px;
    text-align: left;
    line-height: 1.4;
    position: relative;
  }

  .top_easyorder p::before {
    display: block;
    content: '';
    width: 80px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .top_easyorder .contactBtn a {
    padding: 5px 10px;
    font-size: 14px;
    top: 50%;
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%);
  }
  .top_easyorder .h_btn.contact::before {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
  }
  .top_easyorder .h_btn.contact::after {
    width: 19px;
    height: 14px;
    content: url(../image/ico_contact02.svg);
    position: absolute;
    top: 50%;
    left: 9%;
    display: block;
    transform: translate(0,-50%);
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .top_easyorder p {
    font-size: 30px;
  }

  .top_easyorder p::before {
    display: inline-block;
    content: '';
    width: 71px;
    height: 60px;
    vertical-align: -0.7em;
    margin-right: 10px;
  }
}

/* =================================
 2021/07 キャンペーン
================================= */
.cp2107 .wrap_sub {
  text-align: center;
  line-height: 1.6;
}

.cp2107 p {
  text-align: left;
}

.cp2107 div.flow {
  background-color: #ffc2ba;
  border-radius: 20px;
  text-align: center;
}

.cp2107 div.flow ul li {
  position: relative;
}

.cp2107 div.flow ul li:not(:last-of-type)::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.cp2107 dl.caution {
  text-align: left;
  background-color: #FDF2BF;
  border-radius: 10px;
}

.cp2107 dl.caution dt {
  font-weight: bold;
}

.cp2107 dl.caution dt span {
  font-weight: normal;
}

.cp2107 dl.caution dd::before {
  content: "・";
}

.cp_closedmsg {
  font-size: 18px;
  font-weight: bold;
  text-align: center !important;
  color: #d00;
  border: 2px dotted #d00;
  padding: 20px !important;
  margin-bottom: 40px;
}


/* SP */
@media only screen and (max-width: 750px) {

  .cp2107 .wrap_sub {
    padding: 5.33%;
    margin-bottom: 10%;
  }

  .cp2107 h2 {
    margin-bottom: 4%;
  }

  .cp2107 p {
    font-size: 15px;
    padding-bottom: 5.33%;
  }

  .cp2107 div.flow {
    margin-bottom: 10%;
    padding: 10% 5.33% 3%;
  }

  .cp2107 div.flow h3 {
    width: 85%;
    margin: 0 auto 4%;
  }

  .cp2107 div.flow ul {
    text-align: center;
  }

  .cp2107 div.flow ul li {
    width: 70%;
    margin: 0 auto 20px;
  }

  .cp2107 div.flow ul li:not(:last-of-type)::after {
    border-width: 15px 15px 0 15px;
    border-color: #db4a5d transparent transparent transparent;
    left: 50%;
    bottom: -5%;
    transform: translateX(-50%);
  }



  .cp2107 dl.caution {
    padding: 5%;
    font-size: 14px;
  }

  .cp2107 dl.caution dt {
    font-size: 16px;
    margin-bottom: 1%;
  }

  .cp2107 dl.caution dt span {
    font-size: 12px;
  }

  .cp2107 dl.caution dd {
    margin-bottom: 0.5em;
  }

  .cp2107 .present h3 {
    width: 80%;
    margin: 0 auto;
  }

  .cp2107 .present ul {
    width: 100%;
    margin-bottom: 10%;
  }

  .cp2107 .present ul li {
    margin-bottom: 5%;
  }



}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .cp2107 .wrap_sub {
    padding: 5% 10% 10%;
  }

  .cp2107 h2 {
    width: 95%;
    margin: 0 auto 4%;
  }

  .cp2107 p {
    padding: 0 1% 4%;
  }

  .cp2107 div.flow {
    margin-bottom: 5%;
    padding: 5% 5% 3%;
  }

  .cp2107 div.flow h3 {
    width: 65%;
    margin: 0 auto 4%;
  }

  .cp2107 div.flow ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cp2107 div.flow ul li {
    width: 30%;
  }

  .cp2107 div.flow ul li:not(:last-of-type)::after {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #db4a5d;
    right: -27px;
    top: 55%;
    transform: translateY(-50%);
  }

  .cp2107 dl.caution {
    padding: 2.5%;
    font-size: 14px;
  }

  .cp2107 dl.caution dt {
    font-size: 16px;
    margin-bottom: 1%;
  }

  .cp2107 dl.caution dt span {
    font-size: 12px;
  }

  .cp2107 .present {
    position: relative;
  }

  .cp2107 .present h3 {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: -18%;
    width: 40%;
    transform: translateX(-50%);
  }

  .cp2107 .present ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: 100%;
    margin: 8% 0 5%;
  }

  .cp2107 .present ul li {
    width: 48%;
    margin: 0 1%;
  }

}

/* =================================
 導入リクエスト LP化コンテンツ部分
================================= */
.lp_request {
  width: 100%;
  color: #8c391c;
}

.lp_request p {
  line-height: 1.6;
}

.lp_request .bg_color {
  background: #fff5a1 url("../image/request/bg_color.png");
  background-size: 18px;
}

.lp_request .btn_request {
  display: block;
  background-color: #ed6a1b;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: relative;
}

.lp_request .btn_request::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0ab';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* SP */
@media only screen and (max-width: 750px) {
  .lp_request {
    margin: 8% auto;
    background: #fff5a1 url("../image/request/bg_stripe.png");
    background-size: 25px;
  }

  .lp_request .btn_request {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 40px;
    font-size: 20px;
  }

  .lp_request .btn_request::after {
    font-size: 24px;
    right: 5%;
  }

  .lp_req_howto {
    padding: 8% 0 16%;
  }

  .lp_req_howto h3 {
    width: 63.47%;
    margin: 0 auto 5.33%;
  }

  .lp_req_howto h4 {
    width: 86.67%;
    margin: 0 auto 5.33%;
  }

  .lp_req_howto p {
    width: 80%;
    margin: 0 auto 10.67%;
  }

  .lp_req_about {
    padding: 16% 0 8%;
  }

  .lp_req_about h3,
  .lp_req_about figure,
  .lp_req_about p {
    width: 86.67%;
    margin: 0 auto 8%;
  }

  .lp_req_point {
    padding: 16% 0;
  }

  .lp_req_point h3 {
    width: 76.53%;
    margin: 0 auto 3.75%;
  }

  .lp_req_point ul li {
    width: 94.67%;
    margin: 0 auto 8%;
  }

  .lp_req_voice {
    padding: 16% 0 8%;
  }

  .lp_req_voice li:nth-of-type(1) h3 {
    width: 48.27%;
    margin: 0 auto 8%;
  }

  .lp_req_voice li:nth-of-type(2) h3 {
    width: 47.47%;
    margin: 0 auto 8%;
  }

  .req_voice_list {
    margin-bottom: 16%;
  }

  .req_voice_list li {
    margin: 0 6.67% 8%;
    padding: 6.15%;
    border-radius: 15px;
    background-color: #fff;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .lp_request {
    max-width: 1000px;
    margin: 60px auto 100px;
    background: #fff5a1 url("../image/request/bg_stripe.png");
    background-size: 50px;
  }

  .lp_request .btn_request {
    padding: 22px 0;
    border-radius: 44px;
    font-size: 24px;
  }

  .lp_request .btn_request::after {
    font-size: 30px;
    right: 2.5%;
  }

  .lp_req_howto {
    padding: 7% 10% 8%;
  }

  .lp_req_howto h3 {
    width: 71.38%;
    margin: 0 auto 2.5%;
  }

  .lp_req_howto ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5%;
  }

  .lp_req_howto ul li{
    width: 42.38%;
  }

  .lp_req_howto ul li:nth-of-type(1){
    margin-left: 2.5%;
  }

  .lp_req_howto ul li:nth-of-type(2){
    margin-right: 2.5%;
  }

  .lp_req_howto h4 {
    margin-bottom: 3%;
  }

  .lp_req_howto p {
    margin: 0 5%;
  }

  .lp_req_about {
    padding: 8% 10%;
    position: relative;
  }

  .lp_req_about h3 {
    width: 51%;
    margin-bottom: 2%;
  }

  .lp_req_about figure {
    width: 37.6%;
    position: absolute;
    top: 15%;
    right: 9.5%;
  }

  .lp_req_about p {
    width: 46.25%;
    margin-left: 0.5em;
  }

  .lp_req_point {
    padding: 8% 10%;
  }

  .lp_req_point h3 {
    width: 70.25%;
    margin: 0 auto 3.75%;
  }

  .lp_req_point ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5%;
  }

  .lp_req_point ul li {
    width: 50%;
  }

  .lp_req_voice {
    padding: 8% 10% 3%;
  }

  .lp_req_voice li:nth-of-type(1) h3 {
    width: 28.25%;
    margin: 0 auto 5%;
  }

  .lp_req_voice li:nth-of-type(2) h3 {
    width: 27.75%;
    margin: 0 auto 5%;
  }

  .lp_req_voice li:nth-of-type(1) .req_voice_list li:nth-of-type(1){
    background: #fff url("../image/request/ico_parent1.png") no-repeat left 3% center;
    background-size: 15%;
  }

  .lp_req_voice li:nth-of-type(1) .req_voice_list li:nth-of-type(2){
    background: #fff url("../image/request/ico_parent2.png") no-repeat left 3% center;
    background-size: 15%;
  }

  .lp_req_voice li:nth-of-type(2) .req_voice_list li:nth-of-type(1){
    background: #fff url("../image/request/ico_childminder1.png") no-repeat left 3% center;
    background-size: 15%;
  }

  .lp_req_voice li:nth-of-type(2) .req_voice_list li:nth-of-type(2) {
    background: #fff url("../image/request/ico_childminder2.png") no-repeat left 3% center;
    background-size: 15%;
  }

  .req_voice_list {
    margin-bottom: 10%;
  }

  .req_voice_list li {
    padding: 5% 2.5% 5% 21.25%;
    margin-bottom: 3.75%;
    border-radius: 20px;
    background-color: #fff;
  }

  .req_voice_list li h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.75em;
  }

}

/* =================================
 導入リクエスト 外部フォーム用CSS 自前に切り替わるまで
================================= */
.form_request {
  width: 100%;
  color: #8c391c;
  text-align: center;
}

.req_how_ttl {
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
}

.req_how_menu {
  text-align: center;
}

input[name="req_tab_item"] {
  display: none;
}

.req_tab_item {
  padding: 0.75em 2.5em 0.75em 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  color: #666;
  background-color: #ccc;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.req_tab_item::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0ab';
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}

.req_tab_item:hover {
  background-color: #ed6a1b;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}

.form_request input:checked + .req_tab_item {
  background-color: #ed6a1b;
  color: #fff;
  transition: all 0.2s;
}

.req_tab_cont{
  display: none;
}

#req_select1:checked ~ .req_how_form1,
#req_select2:checked ~ .req_how_form2,
#req_select3:checked ~ .req_how_form3 {
  display: block;
}

.req_tab_cont {
  text-align: left;
  margin-top: 3em;
}

.req_tab_cont h3{
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px dotted #8c391c;
}

/* 入力フォーム */
.req_input_ttl {
  background-color: #ffefed;
  margin-bottom: 1em;
  position: relative;
}

.req_input {
  margin-bottom: 1em;
}

.req_input > p {
  width: 100%;
  margin-bottom: 0.75em;
  font-weight: bold;
}

.req_input input[type="text"],
.req_input input[type="email"],
.req_input input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  -webkit-appearance : none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);
}

.req_input input[type="text"]:focus,
.req_input input[type="email"]:focus,
.req_input input[type="tel"]:focus,
.req_input select:focus,
.req_input textarea:focus {
  border: 1px solid #ec6a18;
  outline: 0;
}

.req_input select{
  -webkit-appearance:none;
  appearance:none;
  width: 48%;
  padding: 10px 22px 10px 10px;
  border:solid 1px #ccc;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("../image/bg_select_arrow.svg");
  background-repeat: no-repeat;
  background-size: 12px 15px;
  background-position: right 10px center;
  font-size: 16px;
}

.req_input textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.6;
  font-size: 16px;
}

.req_input label:hover{
  cursor: pointer;
}

.req_input_ttl .ico_required {
  position: absolute;
  right: 10px;
}

.req_input_btn{
  width: 100%;
  text-align: center;
}

.req_input_btn input[type="submit"]{
  display: inline-block;
  margin: 1em auto;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-color: #ed6a1b;
  border-radius: 10px;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.req_note {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 12px;
}

.req_note img {
  width: 80px;
  height: 15px;
}


/* SP */
@media only screen and (max-width: 750px) {
  .form_request {
    padding: 4% 2.67% 10%;
  }

  .req_how_menu{
    border: 3px dotted #8c391c;
    border-radius: 15px;
    padding: 1em;
  }

  .req_how_ttl {
    font-size: 16px;
  }

  .req_tab_item {
    display: block;
    border-radius: 60px;
  }

  .req_tab_item::after {
    font-size: 18px;
  }

  .req_tab_cont h3 {
    font-size: 20px;
  }

  .req_input_ttl {
    display: block;
    padding: 3.2%;
    border-radius: 5px;
    text-align: left;
    font-weight: 700;
  }

  .req_input.col2 input[type="text"],
  .req_input .col2 input[type="text"]  {
    width: 35%;
  }

  .req_input.col3 input[type="text"],
  .req_input .col3 input[type="text"]{
    width: 25%;
  }

  .req_input_btn input[type="submit"]{
    padding: 15px 30px;
    font-size: 16px;
  }

}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .form_request {
    max-width: 1000px;
    margin: 0 auto 110px;
    padding: 1.5em;
    border: 3px dotted #8c391c;
    border-radius: 20px;
  }

  .req_how_ttl {
    font-size: 18px;
  }

  .req_tab_item {
    display: inline-block;
    border-radius: 60px;
    font-size: 16px
  }

  .req_tab_item::after {
    font-size: 24px;
  }

  .req_tab_cont h3 {
    font-size: 26px;
  }

  .req_input_wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .req_input_ttl {
    width: 25%;
    padding: 12px 50px 12px 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .req_input {
    width: 73%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

  }

  .req_input.col2 input[type="text"],
  .req_input .col2 input[type="text"]{
    width: 40%;
  }

  .req_input.col3 input[type="text"],
  .req_input .col3 input[type="text"]{
    width: 30%;
  }

  .req_input > p > input[type="text"],
  .req_input > p > select {
    margin-top: 0.5em;
  }

  .req_input_btn input[type="submit"]{
    padding: 20px 50px;
    font-size: 20px;
  }


}


/* =================================
 応援アンバサダー辻希美さん 修正
 期間が終わったらスタイルを全部消す
================================= */
.txt_ambassador {
  line-height: 1.7;
}
.btn.ambassador {
  display: block;
  background-color: #ec6a18;
  color: #fff;
  position: relative;
}
.btn.ambassador::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
.mov_ambassador {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.mov_ambassador iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* SP */
@media only screen and (max-width: 750px) {
  .cover_img{
    width: 71.73%;
    padding-left: 4%;
  }
  .top_ambassador {
    margin-bottom: 18%;
  }
  .img_ambassador {
    width: 98%;
    margin: 0 auto 5.63%;
  }
  .ttl_ambassador {
    width: 93.24%;
    margin: 0 auto 5.63%;
  }
  .txt_ambassador {
    line-height: 1.7;
    padding: 0 2.82% 5.63%;
  }
  .btn_ambassador {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn.ambassador {
    font-size: 18px;
    padding: 20px 0;
  }
  .btn.ambassador::after {
    font-size: 16px;
    right: 10px;
  }
  .ttl_mov_ambassador {
    width: 96%;
    margin: 13.3% auto 3%;
  }
}

/* Tablet & PC */
@media print, screen and (min-width: 751px) {
  .cover_img{
    width: 42.8%;
  }
  .cover_img img{
    max-width: 428px;
  }
  .top_ambassador {
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .img_ambassador {
    width: 48.5%;
  }
  .wrap_ambassador {
    width: 48%;
    margin-right: 1%;
  }
  .ttl_ambassador {
    width: 97.5%;
    margin-bottom: 30px;
  }
  .txt_ambassador {
    margin-bottom: 30px;
  }
  .btn.ambassador {
    font-size: 20px;
    padding: 20px 0;
    position: relative;
  }
  .btn.ambassador::after {
    font-size: 22px;
    right: 14px;
  }
  .wrap_mov_ambassador {
    width: 70%;
    margin: 0 auto;
  }
  .ttl_mov_ambassador {
    width: 70.57%;
    margin: 6% auto 3%;
  }
}