@charset "UTF-8";

/* Body
------------------------------------------------------ */
* {
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
}

div[class$="_inner"]:after {
  clear: both;
  content: "";
  display: block;
}

/*PC Layout
===================================*/
@media print,
screen and (min-width: 769px) {

  div[class$="_inner"],
  dl.section_inner {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
  }

  dl.section_inner {
    width: 800px;
  }

  a {
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

/*SP Layout
===================================*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  div[class$="_inner"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* header
------------------------------------------------------ */
#header {
  background-color: #fff;
  left: 0;
  min-width: 1280px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#header:after {
  clear: both;
  content: "";
  display: block;
}

#header>* {
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#header .logo {
  float: left;
  margin: 24px 0 24px 25px;
}

#header .logo a {
  /* background-image:url(../img/header_logo02.png); */
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 72px;
  width: 277px;
}

#header .tx_award {
  display: block;
  float: left;
  margin-left: 40px;
  margin-top: 35px;
}

/* global_nav */
#header_nav {
  letter-spacing: -0.4em;
  float: right;
}

#header_nav * {
  letter-spacing: normal;
}

#header_nav #global_nav,
#header_nav .btn_contact {
  display: inline-block;
  vertical-align: middle;
}

#header_nav #global_nav:after,
#header_nav #global_nav>ul:after {
  clear: both;
  content: "";
  display: block;
}

#header_nav #global_nav>ul li {
  float: left;
  margin-right: 50px;
}

#header_nav #global_nav>ul li a {
  color: #000;
  font-weight: 500;
}

#header_nav .btn_contact>ul li a {
  font-weight: 600;
}

@media print,
screen and (max-width: 1880px) {
  #header .tx_award {
    display: none;
  }
}

@media print,
screen and (min-width: 769px) and (max-width: 1600px) {
  #header .logo {
    margin-top: 40px;
    margin-bottom: 0;
  }

  #header .logo a {
    width: 185px;
  }

  #header .logo a img {
    /*opacity:0;*/
  }

  #header_nav #global_nav>ul li {
    margin-right: 20px;
  }

  #header_nav .btn_contact>ul li.request a {
    font-size: 1.5rem !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*PC Layout
===================================*/
@media print,
screen and (min-width: 769px) {
  #nav_trigger {
    display: none;
  }

  /* global_nav */
  #header_nav .box_dial,
  #header_nav .btn_share {
    display: none;
  }

  #header.scroll .logo {
    margin-top: 24px !important;
  }

  #header.scroll .logo a {
    height: 35px;
    width: 185px;
  }

  #header.scroll .logo a img {
    /*opacity:0;*/
  }

  #header.scroll .tx_award {
    display: none;
  }

  #header_nav .btn_contact>ul:after {
    clear: both;
    content: "";
    display: block;
  }

  #header_nav .btn_contact>ul li {
    /*margin-left:2px;*/
    float: left;
  }

  #header_nav .btn_contact>ul li.request a {
    background-color: #009e99;
    color: #fff;
    display: table;
    font-size: 1.8rem;
    height: 120px;
    padding: 0 25px;
    text-align: center;
    width: 100%;
  }

  #header_nav .btn_contact>ul li.request:first-child a {
    border: 2px solid #009e99;
    background-color: #fff;
    color: #009e99;
    padding: 0 10px !important;
  }

  #header_nav .btn_contact>ul li.request a span {
    display: table-cell;
    line-height: 1.4;
    vertical-align: middle;
  }

  #header.scroll #header_nav .btn_contact>ul li.request a {
    /*padding:22px 55px;*/
    height: 85px;
  }
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  #header {
    height: 50px;
    min-width: inherit;
    z-index: 101;
  }

  #header.active {
    height: 100%;
    overflow: auto;
  }

  #header .logo {
    display: flex;
    align-items: center;
    height: 50px;
    margin: auto;
    padding-left: 10px;
    /* margin:3px 0 3px 10px;
		width:110px; */
    width: 150px;
  }

  #header .logo a {
    background: none;
    height: auto;
    width: auto;
  }

  #header .btn_request {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
  }

  #header.active .btn_request {
    display: none;
  }

  #header .btn_request a {
    background-color: #009e99;
    color: #fff;
    /* display:table; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    /* font-weight:600;
		line-height:35px; */
    line-height: 1.2;
    height: 50px;
    text-align: center;
    /* vertical-align:middle; */
    width: 100%;
  }

  #nav_trigger {
    background-color: #000;
    /* height:35px; */
    height: 50px;
    position: absolute;
    top: 0;
    right: 100px;
    /* width:35px; */
    width: 50px;
    z-index: 102;
  }

  #nav_trigger span {
    background-color: #fff;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    /* width: 14px; */
    width: 25px;
  }

  #nav_trigger span:nth-of-type(1) {
    /* top: 11px; */
    top: 15px;
  }

  #nav_trigger span:nth-of-type(2) {
    /* top: 17px; */
    top: 24px;
  }

  #nav_trigger span:nth-of-type(3) {
    /* bottom: 10px; */
    bottom: 14px;
  }

  #nav_trigger.active {
    background: none;
    right: 0;
  }

  #nav_trigger.active span:nth-of-type(1),
  #nav_trigger.active span:nth-of-type(3) {
    background-color: #009e99;
    /* width: 20px; */
    width: 30px;
  }

  #nav_trigger.active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /* top:17px; */
    top: 24px;
  }

  #nav_trigger.active span:nth-of-type(2) {
    /* display:none; */
    opacity: 0;
    z-index: -1;
  }

  #nav_trigger.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* bottom: 16px; */
    bottom: 24px;
  }

  /* global_nav */
  #header #header_nav {
    display: none;
    /* margin-top: 35px; */
    margin-top: 50px;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100% - 50px);
    width: 100%;
  }

  #header_nav {
    float: none;
  }

  #header_nav #global_nav,
  #header_nav .btn_contact {
    display: block;
  }

  #header_nav #global_nav>ul li {
    border-bottom: 1px solid #fff;
    float: none;
    margin: 0;
  }

  #header_nav #global_nav>ul li a {
    background-color: #009e99;
    color: #fff;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  #header_nav .btn_contact {
    background-color: #c9f2ec;
    padding: 15px 40px;
  }

  #header_nav .btn_contact>ul li {
    margin-top: 15px;
  }

  #header_nav .btn_contact>ul li a {
    background-color: #fff;
    border: 1px solid #009e99;
    border-radius: 50px;
    color: #009e99;
    display: block;
    padding: 10px 25px 10px 15px;
    position: relative;
    text-align: center;
  }

  #header_nav .btn_contact>ul li a:after {
    border-top: 2px solid #009e99;
    border-right: 2px solid #009e99;
    content: "";
    height: 6px;
    right: 15px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
  }

  #header_nav .btn_contact>ul li.request {
    margin-top: 0;
    margin-bottom: 17px;
    position: relative;
    z-index: 0;
  }

  #header_nav .btn_contact>ul li.request a {
    background-color: #009e99;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #header_nav .btn_contact>ul li.request a:after {
    border-top-color: #fff;
    border-right-color: #fff;
  }

  #header_nav .btn_contact>ul li.request a:before {
    background-color: #007773;
    border-radius: 50px;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }

  #header_nav .box_dial {
    background-color: #009e99;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  #header_nav .box_dial dt,
  #header_nav .box_dial dd {
    font-size: 1.4rem;
    font-weight: 600;
  }

  #header_nav .box_dial dd.freedial {
    color: #ffffcc;
  }

  #header_nav .box_dial dd.freedial span {
    font-size: 2rem;
    line-height: 1;
  }

  #header_nav .box_dial dd.freedial span a {
    color: #ffffcc;
  }

  #header_nav .box_dial dd.freedial i.icon-freedial {
    font-size: 1.6rem;
    margin-left: 5px;
    margin-right: 5px;
  }

  #header_nav .box_dial dd.time {
    font-size: 1.2rem;
  }
}




/* contents
------------------------------------------------------ */
main {
  min-width: 1280px;
  padding-top: 118px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  main {
    min-width: inherit;
    padding-top: 35px;
  }
}




/* 01 heading */
/* large_headline , middle_headline*/
.large_headline,
.middle_headline {
  background: -moz-linear-gradient(left, #189eae, #78d3b1);
  background: -webkit-linear-gradient(left, #189eae, #78d3b1);
  background: linear-gradient(to right, #189eae, #78d3b1);
  display: table;
  min-width: 1280px;
  position: relative;
  width: 100%;
}

.large_headline {
  height: 440px;
}

.middle_headline {
  height: 125px;
}

.large_headline>div,
.middle_headline>div {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
}

.large_headline>div {
  padding-right: 850px;
}

.large_headline h1,
.middle_headline h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-left: 80px;
  margin-right: 80px;
}

.large_headline figure {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* heading02 */
.heading02 {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
}

.heading02+* {
  margin-top: 60px;
}

.heading02+p {
  text-align: center;
}

/* heading03 */
.heading03 {
  font-size: 2.0rem;
  font-weight: 500;
}

.heading03+* {
  margin-top: 15px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {

  /* large_headline */
  .large_headline,
  .middle_headline {
    height: 90px;
    min-width: inherit;
  }

  .large_headline {
    padding-top: 52%;
    position: relative;
  }

  .large_headline>div,
  .middle_headline>div {
    height: 90px;
    padding: 0;
  }

  .large_headline h1,
  .middle_headline h1 {
    font-size: 2rem;
    margin: 3rem 15px 2rem;
    line-height: 150%;
  }

  .large_headline figure {
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  /* heading02 */
  .heading02 {
    font-size: 2rem;
  }

  .heading02+* {
    margin-top: 15px;
  }

  /* heading03 */
  .heading03 {
    font-size: 1.6rem;
  }

  .heading03+* {
    margin-top: 10px;
  }

}



/* 02 text */
.color01 {
  color: #e91c24;
}

.bdr {
  text-decoration: underline;
}



/* 03 list */
/* normal_list01 */
.normal_list01>li {
  padding-left: 1em;
  text-indent: -1em;
}

.normal_list01>li:first-child {
  margin-top: 0;
}

.normal_list01>li:before {
  content: "・";
}

/* notes_list01 */
.notes_list01>li {
  padding-left: 1em;
  text-indent: -1em;
}

.notes_list01>li:before {
  content: "※";
}

/* notes_list01 */
.notes_list01>li {
  padding-left: 1em;
  text-indent: -1em;
}

.notes_list01>li:before {
  content: "※";
}


/* num_list01 */
.num_list01>li {
  counter-increment: numlist01;
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -2em;
  position: relative;
}

.num_list01>li:first-child {
  margin-top: 0;
}

.num_list01>li:before {
  content: counter(numlist01)".";
  margin-right: 1em;
}

/* num_list02 */
.num_list02>li {
  counter-increment: numlist02;
  margin-left: 2em;
  text-indent: -2.55em;
  position: relative;
}

.num_list02>li:first-child {
  margin-top: 0;
}

.num_list02>li:before {
  content: "（" counter(numlist02)"）";
}

/* disc_list01 */
.disc_list01>li {
  padding-left: 18px;
  position: relative;
}

.disc_list01>li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 7px;
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
}

/* circle_list01 */
.circle_list01 li {
  padding-left: 30px;
  position: relative;
}

.circle_list01 li:before {
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  height: 13px;
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {

  /* disc_list01 */
  .disc_list01>li {
    padding-left: 15px;
  }

  .disc_list01>li:before {
    top: 6px;
  }

  /* circle_list01 */
  .circle_list01 li {
    padding-left: 18px;
  }

  .circle_list01 li:before {
    height: 10px;
    top: 7px;
    width: 10px;
  }
}


/* 04 btn */
.btn_list {
  letter-spacing: -0.4em;
  text-align: center;
}

.btn_list>* {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px !important;
  margin-right: 20px !important;
  vertical-align: middle;
}

[data-btn="btn01"] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: 400px;
}

[data-btn="btn01"]>a,
[data-btn="btn01"]>button {
  background-color: #fff;
  border: 2px solid #009e99;
  border-radius: 50px;
  color: #009e99 !important;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 45px;
  position: relative;
  text-align: center;
  width: 100%;
}

[data-btn="btn01"]>a:after,
[data-btn="btn01"]>button:after {
  border-top: 2px solid #009e99;
  border-right: 2px solid #009e99;
  content: "";
  height: 8px;
  right: 30px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

[data-btn="btn01"].contact_biz {
  text-align: center;
  width: 500px;
}

[data-btn="btn01"].contact_biz>a {
  margin-top: 10px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .btn_list>*:nth-child(n+2) {
    margin-top: 20px !important;
  }

  [data-btn="btn01"] {
    margin-top: 30px;
    width: 87%;
  }

  [data-btn="btn01"]>a,
  [data-btn="btn01"]>button {
    border-width: 1px;
    font-size: 1.4rem;
    padding: 10px 20px;
  }

  [data-btn="btn01"]>a:after,
  [data-btn="btn01"]>button:after {
    right: 15px;
    height: 6px;
    margin-top: -4px;
    width: 6px;
  }

  [data-btn="btn01"].contact_biz {
    width: 95%;
  }
}




/* 05 layout */
/*PC Layout
===================================*/
@media print,
screen and (min-width: 769px) {

  [data-row-pc="1"],
  [data-row-pc="2"],
  [data-row-pc="3"],
  [data-row-pc="4"],
  [data-row-pc="5"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  [data-row-pc="1"]>* {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
  }

  [data-row-pc="2"]>* {
    margin-top: 20px;
    margin-right: 4%;
    width: 48%;
  }

  [data-row-pc="3"]>* {
    margin-top: 20px;
    margin-right: 2%;
    width: 32%;
  }

  [data-row-pc="4"]>* {
    margin-top: 20px;
    margin-right: 2.22%;
    width: 23.33%;
  }

  [data-row-pc="5"]>* {
    margin-top: 20px;
    margin-right: 4%;
    width: 16%;
  }

  [data-row-pc="2"]>*:nth-child(-n+2),
  [data-row-pc="3"]>*:nth-child(-n+3),
  [data-row-pc="4"]>*:nth-child(-n+4),
  [data-row-pc="5"]>*:nth-child(-n+5) {
    margin-top: 0 !important;
  }

  [data-row-pc="2"]>*:nth-child(2n),
  [data-row-pc="3"]>*:nth-child(3n),
  [data-row-pc="4"]>*:nth-child(4n),
  [data-row-pc="5"]>*:nth-child(5n) {
    margin-right: 0 !important;
  }
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {

  [data-row-sp="1"],
  [data-row-sp="2"],
  [data-row-sp="3"],
  [data-row-sp="4"],
  [data-row-sp="5"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    width: auto;
  }

  [data-row-sp="auto"]>* {
    margin: 0;
    width: auto;
  }

  [data-row-sp="1"]>* {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  [data-row-sp="2"]>* {
    margin-top: 15px;
    margin-right: 4%;
    width: 48%;
  }

  [data-row-sp="3"]>* {
    margin-top: 15px;
    margin-right: 4.25%;
    width: 30.5%;
  }

  [data-row-sp="4"]>* {
    margin-top: 15px;
    margin-right: 4%;
    width: 22%;
  }

  [data-row-sp="5"]>* {
    margin-top: 15px;
    margin-right: 4%;
    width: 16%;
  }

  [data-row-sp="1"]>*:nth-child(1),
  [data-row-sp="2"]>*:nth-child(-n+2),
  [data-row-sp="3"]>*:nth-child(-n+3),
  [data-row-sp="4"]>*:nth-child(-n+4),
  [data-row-sp="5"]>*:nth-child(-n+5) {
    margin-top: 0 !important;
  }

  [data-row-sp="1"]>*:nth-child(1),
  [data-row-sp="2"]>*:nth-child(2n),
  [data-row-sp="3"]>*:nth-child(3n),
  [data-row-sp="4"]>*:nth-child(4n),
  [data-row-sp="5"]>*:nth-child(5n) {
    margin-right: 0 !important;
  }
}


/* 06 table */
.table_layout01 table {
  width: 100%;
}

.table_layout01 table tr th,
.table_layout01 table tr td {
  border-bottom: 1px solid #c8c8c8;
  font-weight: normal;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 60px;
  text-align: left;
}

.table_layout01 table tr th {
  color: #33b1ad;
  font-weight: 600;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .table_layout01 table colgroup {
    display: none;
  }

  .table_layout01 table tr th,
  .table_layout01 table tr td {
    display: block;
  }

  .table_layout01 table tr th {
    border-bottom: none;
    padding: 15px 20px 0;
  }

  .table_layout01 table tr td {
    padding: 5px 20px 15px;
  }

  .table_layout01 table tr:nth-of-type(1) th {
    padding-top: 0;
  }
}




/* contents
------------------------------------------------------ */

.section_wrap {
  border-top: 1px solid #c8c8c8;
  margin-top: 50px;
  padding-top: 50px;
}

.section_wrap:nth-of-type(1) {
  border-top: none;
  padding-top: 0;
}

.section_wrap *+.section_inner {
  margin-top: 60px;
}

.section_wrap .section_ttl {
  font-size: 4.5rem;
  font-weight: 600;
  text-align: center;
}

.section_wrap.voice .section_ttl+p,
.section_wrap.voice .heading02+p {
  margin-top: 15px;
}

span.furugi {
  color: #009e99;
}

span.vaccine {
  color: #0096d6;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .section_wrap {
    margin-top: 70px;
    padding-top: 0;
  }

  .section_wrap .section_ttl {
    font-size: 2.2rem;
  }

  .section_wrap .section_ttl+p {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

/* btn_contact */
main .btn_contact {
  background-color: #c9f2ec;
  margin-top: 150px;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

main .btn_contact>ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  max-width: 500px;
  width: 100%;
  vertical-align: top;
}

main .btn_contact>ul li a {
  background-color: #fff;
  border: 2px solid #009e99;
  border-radius: 50px;
  color: #009e99;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  padding: 22px 45px;
  position: relative;
  text-align: center;
}

main .btn_contact>ul li a:after {
  border-top: 2px solid #009e99;
  border-right: 2px solid #009e99;
  content: "";
  height: 8px;
  right: 30px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

main .btn_contact>ul li span {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  padding: 0 25px;
}

main .btn_contact>ul li.request {
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: inherit;
  position: relative;
  width: 560px;
  z-index: 0;
}

main .btn_contact>ul li.request a {
  background-color: #009e99;
  color: #fff;
  font-size: 2.8rem;
}

main .btn_contact>ul li.request a:after {
  border-top-color: #fff;
  border-right-color: #fff;
}

main .btn_contact>ul li.request a:before {
  background-color: #007773;
  border-radius: 50px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

/*PC Layout
===================================*/
@media print,
screen and (min-width: 769px) {
  main .btn_contact>ul li:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  main .btn_contact>ul li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  main .btn_contact>ul li.request a:after {
    border-top-width: 3px;
    border-right-width: 3px;
    height: 12px;
    margin-top: -6px;
    width: 12px;
  }

  main .btn_contact>ul li.request~li {
    margin-top: 35px;
  }
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .section_wrap {
    margin-top: 60px;
    padding-top: 60px;
  }

  .section_wrap *+.section_inner {
    margin-top: 30px;
  }

  .section_wrap:nth-of-type(1) {
    margin-top: 30px;
  }

  main .btn_contact {
    margin-top: 70px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  main .btn_contact>ul li {
    margin-top: 20px;
    width: 87% !important;
  }

  main .btn_contact>ul li:first-child {
    margin-top: 0;
  }

  main .btn_contact>ul li a {
    border-width: 1px;
    font-size: 1.4rem !important;
    padding: 10px 20px;
  }

  main .btn_contact>ul li a:after {
    height: 6px;
    margin-top: -4px;
    right: 15px;
    width: 6px;
  }

  main .btn_contact>ul li.request {
    margin-bottom: 7px;
  }

  main .btn_contact>ul li.request a {
    font-size: 1.6rem !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  main .btn_contact>ul li.request a:before {
    bottom: -7px;
  }
}




/* box_flow */
.box_flow {
  margin-top: 60px;
}

.box_flow>.each_comm {
  background-color: #ebf6f5;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 50px 35px;
  position: relative;
  width: 1020px;
}

.box_flow>.each_comm:after {
  clear: both;
  content: "";
  display: block;
}

.box_flow>.each_comm:first-child {
  margin-top: 0;
}

.box_flow>.each_comm .num,
.box_flow>.each_comm .tx {
  display: table-cell;
  vertical-align: middle;
}

.box_flow>.each_comm .num {
  background-color: #009e99;
  color: #fff;
  display: table;
  line-height: 110px;
  text-align: center;
  width: 110px;
}

.box_flow>.each_comm .num img {
  vertical-align: middle;
}

.box_flow>.each_comm .tx {
  padding-left: 35px;
  padding-right: 220px;
  width: 840px;
}

.box_flow>.each_comm .tx>p+p {
  margin-top: 10px;
}

.box_flow>.each_comm .tx_lead {
  font-size: 2rem;
  font-weight: 600;
}

.box_flow>.each_comm .tx a {
  color: #000;
  text-decoration: underline;
}

.box_flow>.each_comm .btn_link {
  width: 250px;
}

.box_flow>.each_comm .btn_link a {
  background-color: #009e99;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 25px 10px 10px;
  position: relative;
  text-align: center;
  text-decoration: underline;
}

.box_flow>.each_comm .btn_link a:after {
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
}

/*PC Layout
===================================*/
@media print,
screen and (min-width: 769px) {
  .box_flow>.each_comm>div:last-child {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 45px;
  }

  .box_flow>.each_comm:nth-child(3)>div:last-child {
    right: 68px;
  }
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .box_flow {
    margin-top: 60px;
    padding: 0 10px;
  }

  .box_flow>.each_comm {
    background-color: #ebf6f5;
    display: block;
    margin-top: 40px !important;
    padding: 45px 10px 20px;
    text-align: center;
    width: auto;
  }

  .box_flow>.each_comm .num,
  .box_flow>.each_comm .tx {
    display: block;
  }

  .box_flow>.each_comm .num {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    top: -25px;
    right: 0;
    line-height: 55px;
    width: 55px;
  }

  .box_flow>.each_comm .num img {
    width: 22px;
  }

  .box_flow>.each_comm .tx {
    font-size: 1.4rem;
    padding: 0;
    width: auto;
  }

  .box_flow>.each_comm .tx_lead {
    font-size: 1.5rem;
  }

  .box_flow>.each_comm .btn_link {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }

  .box_flow>.each_comm .btn_link a {
    font-size: 1.4rem;
    padding: 6px 20px 6px 6px;
  }

  .box_flow>.each_comm .btn_link a:after {
    right: 20px;
  }

  .box_flow>.each_comm>div:last-child {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .box_flow>.each_comm>div:last-child img {
    max-width: 110px;
  }
}




/* box_separation */
.box_separation .each_comm {
  padding: 215px 35px 60px;
  position: relative;
}

.box_separation .send_ok {
  background-color: #ecf8f8;
}

.box_separation .send_ng {
  background-color: #eceef3;
}

.box_separation .each_comm:before {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.box_separation .send_ok:before {
  background-image: url(../img/separation_img01.png);
  height: 142px;
  top: 55px;
  width: 142px;
}

.box_separation .send_ng:before {
  background-image: url(../img/separation_img02.png);
  height: 130px;
  top: 60px;
  width: 130px;
}

.box_separation .each_comm .box_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-align: center;
}

.box_separation .each_comm>dl+dl {
  margin-top: 30px;
}

.box_separation .each_comm>dl dt {
  font-size: 2rem;
  font-weight: 600;
}

.box_separation .each_comm>dl dt span {
  font-size: 1.5rem;
}

.box_separation .each_comm>dl dd {
  margin-top: 10px;
  position: relative;
}

.box_separation .each_comm>dl dd>.list_items+p {
  position: absolute;
  right: 110px;
  bottom: 0;
}

.box_separation .each_comm .list_items li {
  font-size: 1.5rem;
  padding-left: 18px;
  position: relative;
}

.box_separation .each_comm .list_items li:before,
.box_separation .each_comm .list_items li:after {
  content: "";
  position: absolute;
  left: 0;
}

.box_separation .send_ok .list_items li:before {
  background-color: #66c5c2;
  border-radius: 50%;
  height: 13px;
  top: 8px;
  width: 13px;
}

.box_separation .send_ng .list_items {
  margin-top: 50px;
}

.box_separation .send_ng .list_items li:before,
.box_separation .send_ng .list_items li:after {
  background-color: #969696;
  height: 2px;
  top: 14px;
  width: 12px;
}

.box_separation .send_ng .list_items li:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.box_separation .send_ng .list_items li:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box_attention {
  background-color: #ffffda;
  margin-top: 35px;
  padding: 50px 35px;
  position: relative;
}

.box_attention .box_ttl {
  color: #e91c24;
  font-size: 2rem;
  font-weight: 600;
}

.box_attention .box_ttl span {
  margin-left: 1em;
  font-size: 1.7rem;
}

.box_attention .disc_list01 {
  margin-top: 30px;
}

.box_attention .disc_list01 li {
  font-size: 1.5rem;
}

.box_attention figure {
  position: absolute;
  top: 30%;
  right: 90px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .box_separation .each_comm {
    margin-top: 30px;
    padding: 150px 20px 30px;
  }

  .box_separation .send_ok:before {
    height: 110px;
    top: 30px;
    width: 110px;
  }

  .box_separation .send_ng:before {
    height: 100px;
    top: 35px;
    width: 100px;
  }

  .box_separation .each_comm .box_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .box_separation .each_comm>dl+dl {
    margin-top: 15px;
  }

  .box_separation .each_comm>dl dt {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .box_separation .each_comm>dl dt span {
    font-size: 1.4rem;
  }

  .box_separation .each_comm>dl dd {
    margin-top: 10px;
    position: relative;
  }

  .box_separation .each_comm>dl dd>.list_items+p {
    right: 20px;
  }

  .box_separation .each_comm .list_items li {
    font-size: 1.4rem;
  }

  .box_separation .send_ok .list_items li:before {
    top: 7px;
  }

  .box_separation .send_ng figure {
    margin-left: 5%;
    margin-right: 5%;
  }

  .box_separation .send_ng .list_items {
    margin-top: 25px;
  }

  .box_separation .send_ng .list_items li:before,
  .box_separation .send_ng .list_items li:after {
    top: 13px;
  }

  .box_attention {
    margin-top: 30px;
    padding: 30px 20px;
  }

  .box_attention .box_ttl {
    font-size: 1.8rem;
  }

  .box_attention .box_ttl span {
    font-size: 1.6rem;
  }

  .box_attention .disc_list01 li {
    font-size: 1.3rem;
  }

  .box_attention .disc_list01 li:before {
    top: 10px;
  }

  .box_attention figure {
    margin: 30px auto 0;
    position: static;
    width: 45%;
  }
}




/* voice */
.box_review {
  background-color: #fff5f8;
  border-radius: 50px;
  margin-top: 80px;
  padding: 70px 60px 50px 100px;
  position: relative;
}

.box_review>ul {
  overflow-y: scroll;
  padding-right: 75px;
  max-height: 600px;
}

/*.box_review:before,*/
.box_review:after {
  content: "";
  height: 110px;
  position: absolute;
  left: 100px;
  width: 1100px;
  z-index: 0;
}

/*
.box_review:before {
	background: -moz-linear-gradient(top, #fff5f8, transparent);
	background: -webkit-linear-gradient(top, #fff5f8, transparent);
	background: linear-gradient(to bottom, #fff5f8, transparent);
	top:45px;
}
*/
.box_review:after {
  background: -moz-linear-gradient(top, transparent, #fff5f8);
  background: -webkit-linear-gradient(top, transparent, #fff5f8);
  background: linear-gradient(to bottom, transparent, #fff5f8);
  bottom: 45px;
}

.box_review>ul li {
  border-top: 1px dashed #959595;
  font-size: 1.8rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box_review>ul li:first-child {
  border-top: none;
}

.box_review>ul li>.ttl_review {
  font-size: 2.2rem;
  font-weight: 600;
}

.box_review>ul li .tx_name {
  color: #29a7de;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 1em;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .section_wrap.voice .section_inner {
    padding-left: 0;
    padding-right: 0;
  }

  .box_review {
    border-radius: 0;
    margin-top: 40px;
    padding: 20px 0 20px 15px;
  }

  .box_review>ul {
    padding-right: 15px;
    max-height: 600px;
  }

  /*.box_review:before,*/
  .box_review:after {
    background: none;
    height: 0;
    width: 0;
  }

  .box_review>ul li {
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .box_review>ul li>.ttl_review {
    font-size: 1.4rem;
  }

  .box_review>ul li .tx_name {
    display: block;
    font-size: 1.2rem;
    margin-left: 0;
  }
}




/* pagenavi */
.pagenavi,
.wp-pagenavi {
  margin-top: 80px;
  text-align: center;
}

.pagenavi>*,
.wp-pagenavi>* {
  background-color: #eee;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  line-height: 40px;
  margin: 0 5px;
  vertical-align: middle;
  width: 40px;
}

.pagenavi>a,
.wp-pagenavi>a {
  color: #000;
}

.pagenavi>.current,
.wp-pagenavi>.current {
  background-color: #33b1ad;
  color: #fff;
}

.wp-pagenavi>.extend,
.wp-pagenavi>.nextpostslink,
.wp-pagenavi>.previouspostslink,
.wp-pagenavi>.pages {
  background-color: #fff;
}

.wp-pagenavi>.pages {
  font-size: 90%;
  font-weight: 400;
  display: block;
  width: auto;
  text-align: center;
  margin-bottom: 2em;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {

  .pagenavi,
  .wp-pagenavi {
    margin-top: 50px;
  }

  .pagenavi>*,
  .wp-pagenavi>* {
    font-size: 1.5rem;
    line-height: 30px;
    margin: 0 3px;
    width: 30px;
  }
}





/* contact */
.form_area form {
  margin-left: auto;
  margin-right: auto;
  width: 1020px;
}

.form_area form p {
  font-size: 1.4rem;
  line-height: 30px;
  margin-bottom: 30px;
}

.form_area .link_other {
  text-align: right;
  padding-right: 130px;
  padding-bottom: 1em;
  padding-top: 90px;
  margin-top: -90px;
}

.form_area .link_other:after {
  content: '>';
  color: #009e99;
  font-weight: 700;
  margin-left: 5px;
}

/* 入力画面 */
.form_area form .table_layout01 {
  background-color: #eceef3;
}

.form_area form .table_layout01 th,
.form_area form .table_layout01 td {
  border-bottom-color: #fff !important;
  vertical-align: top;
}

.form_area form .table_layout01 td {
  overflow-wrap: anywhere;
  padding-right: 60px;
}

.form_area form .txt_required {
  background-color: #ff0000;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1em;
  padding: 4px 7px;
}

.form_area form input[type="text"],
.form_area form input[type="email"],
.form_area form textarea {
  border: none;
  border-radius: 0;
  height: 40px;
  width: 100%;
}

.form_area form textarea {
  min-height: 200px;
}

.form_area form .list_name {
  letter-spacing: -0.4em;
}

.form_area form .list_name li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 50%;
}

.form_area form .list_name li>input[type="text"] {
  display: inline-block;
  margin-left: 1.5em;
  vertical-align: middle;
  width: 200px;
}

.form_area form .list_name02 select {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}

.form_area form .list_name03 select {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

.form_area form .post01 input {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

/* radiobutton */
.form_area form .list_radio {
  letter-spacing: -0.4em;
}

.form_area form .list_radio li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 50%;
}

.form_area form .list_radio label.label_radio {
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

.form_area form .list_radio label.label_radio:before {
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 20px;
}

.form_area form .list_radio label.label_radio input[type="radio"] {
  height: 0;
  margin: 0;
  width: 0;
}

.form_area form .list_radio label.label_radio input[type="radio"],
.form_area form .list_radio label.label_radio input[type="radio"]+i {
  position: absolute;
  left: -9999px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form_area form .list_radio label.label_radio input[type="radio"]:checked+i {
  background-color: #33b1ad;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form_area form .product_list .annotation {
  color: #ff0000;
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 8px;
}

.form_area form .product_list .sortedProductList_area {
  border-bottom: #000 solid 1px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.form_area form .product_list .sortedProductList_text {
  margin-bottom: 0;
  color: #ff0000;
}

/* btn_confirm */
.form_area form .btn_confirm {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  width: 100%;
}

.form_area form .btn_confirm button {
  cursor: pointer;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 448px;
}

.form_area form .btn_confirm button:nth-child(n+2) {
  margin-left: 20px;
}

/*PC Layout
=====================*/
@media print,
screen and (min-width: 769px) {
  .form_area .table_layout01 th {
    text-align: right;
    padding-left: 0;
  }

  .form_area form .table_layout01 th,
  .form_area form .table_layout01 td {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* ========== IE ========== */
  .form_area form input::-ms-clear {
    visibility: hidden
  }

  .form_area form .btn_confirm button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .form_area form {
    width: auto;
  }

  .form_area .link_other {
    padding-right: 0px;
    padding-top: 55px;
    margin-top: -55px;
  }

  .form_area form .table_layout01 th {
    padding-top: 15px !important;
  }

  .form_area form .table_layout01 td {
    padding-right: 20px;
    padding-top: 10px !important;
  }

  .form_area form .txt_required {
    font-size: 1.2rem;
  }

  .form_area form input[type="text"],
  .form_area form input[type="email"],
  .form_area form textarea {
    height: 30px;
  }

  .form_area form textarea {
    min-height: 150px;
  }

  .form_area form .list_name li {
    margin-left: 8%;
    width: 46%;
  }

  .form_area form .list_name li:first-child {
    margin-left: 0;
  }

  .form_area form .list_name li>input[type="text"] {
    margin-left: 1em;
    width: calc(100% - 2em);
  }

  /* radiobutton */
  .form_area form .list_radio li {
    display: block;
    margin-top: 5px;
    padding-right: 0;
    width: auto;
  }

  .form_area form .list_radio li:first-child {
    margin-top: 0;
  }

  .form_area form .list_radio label.label_radio {
    cursor: pointer;
    display: inline-block;
    padding-left: 30px;
    position: relative;
  }

  .form_area form .list_radio label.label_radio:before {
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 16px;
    margin-top: -8px;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 16px;
  }

  .form_area form .list_radio label.label_radio input[type="radio"],
  .form_area form .list_radio label.label_radio input[type="radio"]+i {
    position: absolute;
    left: -9999px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .form_area form .list_radio label.label_radio input[type="radio"]:checked+i {
    background-color: #33b1ad;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    left: 4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 8px;
  }

  /* btn_confirm */
  .form_area form .btn_confirm {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }

  .form_area form .btn_confirm button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form_area form .btn_confirm button:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}


/* 重要なお知らせ */
section.inportant_news h2.section_ttl {
  font-size: 2.6rem;
  color: #ff0000;
}

section.inportant_news .section_inner {
  margin-top: 1em;
}

section.inportant_news dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}

section.inportant_news dl dt:hover {
  text-decoration: underline;
}

section.inportant_news dl dt.active+dd+dt {
  margin-top: 2em;
}

section.inportant_news dl dt:before {
  content: '＋';
  color: #009e99;
  font-weight: 300;
  font-size: 130%;
  vertical-align: middle;
  display: inline-block;
  margin-right: .5em;
  position: relative;
  top: -.1em;
}

section.inportant_news dl dt.active:before {
  content: '?';
  font-size: 130%;
}

section.inportant_news dl dd {
  display: none;
}

section.inportant_news dl dd p {
  margin-top: 1em;
}


@media all and (max-width: 768px) {
  #top section.inportant_news .section_inner {
    padding: 0 15px;
  }

  section.inportant_news h2.section_ttl {
    font-size: 1.8rem;
  }

  section.inportant_news dl dt {
    font-size: 1.5rem;
  }

  section.inportant_news dl dt.active+dd+dt {
    margin-top: 1.5em;
  }
}











/* footer
------------------------------------------------------ */
#footer {
  min-width: 1280px;
  text-align: center;
}

#footer .box_dial {
  background-color: #009e99;
  color: #fff;
  letter-spacing: -0.4em;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer .box_dial dt,
#footer .box_dial dd {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: normal;
  vertical-align: middle;
}

#footer .box_dial dd.freedial {
  color: #ffffcc;
  padding-left: 40px;
  padding-right: 40px;
}

#footer .box_dial dd.freedial span {
  font-size: 3rem;
  line-height: 1;
  vertical-align: baseline;
}

#footer .box_dial dd.freedial span a {
  color: #ffffcc;
}

#footer .box_dial dd.freedial i.icon-freedial {
  font-size: 2.4rem;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .box_dial dd.time {
  font-size: 1.8rem;
}

#footer .upper {
  padding-top: 65px;
  padding-bottom: 55px;
}

#footer .upper .icon_list li {
  display: inline-block;
  margin-left: 50px;
  margin-right: 50px;
}

#footer .upper .icon_list+p {
  font-size: 1.4rem;
  margin-top: 45px;
}

#footer .upper .banner_list {
  margin-top: 45px;
}

#footer .upper .banner_list li {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: middle;
}

#footer .lower {
  background-color: #000;
  padding: 35px;
}

#footer .lower:after,
#footer .lower .footer_nav:after {
  clear: both;
  content: "";
  display: block;
}

#footer .lower * {
  color: #fff;
}

#footer .lower .footer_nav,
#footer .lower .footer_nav li {
  float: left;
}

#footer .lower .footer_nav li {
  border-left: 1px solid #fff;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
}

#footer .lower .footer_nav li:first-child {
  border-left: none;
}

#footer .lower .copyright {
  float: right;
  font-size: 1.2rem;
}

/*
#footer .btn_share {
	position:fixed;
	right:0;
	bottom:100px;
	width:220px;
	z-index:10;
}
*/

/* pagetop */
#pagetop {
  bottom: 210px;
  cursor: pointer;
  display: none;
  height: 73px;
  position: fixed;
  right: 30px;
  width: 73px;
  z-index: 10;
}

#pagetop span {
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*PC Layout
===================================*/
/* pagetop */
@media print,
screen and (min-width: 769px) {
  #pagetop span:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  #footer {
    min-width: inherit;
  }

  #footer .box_dial {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }

  #footer .box_dial dt,
  #footer .box_dial dd {
    font-size: 1.4rem;
  }

  #footer .box_dial dd.freedial {
    font-size: 1.7rem;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
  }

  #footer .box_dial dd.freedial span {
    font-size: 2.3rem;
  }

  #footer .box_dial dd.freedial i.icon-freedial {
    font-size: 1.8rem;
    margin-left: 7px;
    margin-right: 7px;
  }

  #footer .box_dial dd.time {
    font-size: 1.2rem;
  }

  #footer .upper {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  #footer .upper .icon_list {
    text-align: center;
  }

  #footer .upper .icon_list li {
    margin-left: 25px;
    margin-right: 25px;
    width: 50px;
  }

  #footer .upper .icon_list+p {
    font-size: 1.2rem;
    margin-top: 30px;
  }

  #footer .upper .banner_list {
    margin-top: 25px;
  }

  #footer .upper .banner_list li {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 60px;
  }

  #footer .lower {
    padding: 25px 0 10px;
  }

  #footer .lower .footer_nav,
  #footer .lower .footer_nav li {
    float: none;
  }

  #footer .lower .footer_nav li {
    border-left: none;
    margin-top: 30px;
    padding: 0;
  }

  #footer .lower .footer_nav li:first-child {
    margin-top: 0;
  }

  #footer .lower .footer_nav li a {
    text-decoration: underline;
  }

  #footer .lower .copyright {
    float: none;
    font-size: 1.1rem;
    margin-top: 50px;
  }

  /*
	#footer .btn_share {
		bottom:15px;
		width:100px;
	}
	*/

  /* pagetop */
  #pagetop {
    bottom: 115px;
    height: 36px;
    right: 10px;
    width: 36px;
  }
}







/* share menu
--------------------------------------------------------------------*/
#header .btn_share .trigger {
  display: none;
  background: url(../img/sp_btn_share.png) no-repeat;
  background-position: center center;
  background-size: 100%;
  padding-top: 19%;
  position: relative;
  width: 100%;
}

#footer .btn_share {
  cursor: pointer;
  display: block;
  display: none !important;
  position: fixed;
  right: 0;
  bottom: 90px;
  width: 220px;
  z-index: 102;
}

#footer .btn_share .trigger,
#footer .btn_share .trigger span {
  display: inline-block;
}

#footer .btn_share .trigger {
  background: url(../img/btn_share.png) no-repeat;
  background-position: center center;
  background-size: 100%;
  height: 114px;
  position: relative;
  width: 220px;
  z-index: 102;
}

#footer .btn_share .trigger.active {
  background-image: url(../img/btn_close.png);
  border: none;
  color: transparent;
  height: 58px;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 30px;
  text-indent: 200%;
  width: 58px;
  z-index: 102;
}

.toggleWrap {
  background: rgba(90, 200, 90, 0.95);
  padding: 50px 15px 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow: scroll;
}

.toggleWrap .share {
  position: relative;
  padding-top: 150px;
  color: #fff;
  font-size: 0.8em;
}

.toggleWrap .share:after {
  background: url(../img/btn_share02.png) no-repeat top center;
  background-size: 100%;
  content: "";
  padding-top: 100px;
  width: 190px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.share .caption {
  margin-bottom: 3em;
  font-weight: bold;
  text-align: center;
}

.sns_org {
  position: relative;
}

.sns_org ul {
  font-size: 0;
  text-align: center;
}

.sns_org li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  width: 10em;
  margin: 2em;
}

.sns_org li span {
  width: 100%;
  padding: 1em 0.5em;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 12px;
  color: #000;
  text-align: center;
  font-size: 1.5em;
  position: relative;
}

.sns_org li span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}

.sns_org li a {
  width: 100%;
  border-radius: 7px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.sns_org li a i {
  margin: 0 5px;
  line-height: 50px;
  font-size: 2.4rem;
}

.sns_org li.twitter-o a {
  background: #1da1f2;
}

.sns_org li.facebook-o a {
  background: #4267b2;
}

.sns_org li.hatebu-o a {
  background: #008fde;
}

.sns_org li.line-o a {
  background: #26AC39;
}

.mainNav li {
  list-style-type: none;
}

.navItem {
  display: block;
  text-decoration: none;
  color: #3e3e3e;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  text-align: center;
  font-size: 2rem;
}

.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.no-scroll {
  overflow: hidden;
}

.insta_btn2 {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}

.insta_btn2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram {
  font-size: 35px;
  position: relative;
  top: 4px;
}

.sns_org li a b {
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: .5s;
}

.sns_org li a:hover b {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  #header.active~#footer .btn_share .trigger {
    display: none;
  }

  #header.active~#footer .btn_share .trigger.active {
    display: block;
  }

  #footer .btn_share .trigger {
    height: 52px !important;
    width: 100px !important;
  }

  #footer .btn_share {
    bottom: 60px;
    width: 100px;
  }

  #footer .btn_share .trigger.active {
    top: 10px;
    height: 30px !important;
    right: 15px;
    width: 30px !important;
  }

  .toggleWrap {
    padding-top: 30px;
  }

  .sns_org li {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}







#footer .cart_area {
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}

#footer .cart_area .btn label {
  background-color: #ed5a24;
  cursor: pointer;
  display: block;
  padding: 18px 0;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  width: 100%;
}

#footer .cart_area .btn label i.icon-cart,
#footer .cart_area .btn label input[type="submit"] {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  vertical-align: middle;
}

#footer .cart_area .btn label input[type="submit"] {
  background: none;
  font-weight: 700;
  letter-spacing: 1px;
}

/*PC Layout
===================================*/
@media print,
screen and (min-width: 769px) {
  #footer .cart_area .btn label:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  #footer .cart_area .btn label {
    padding: 12px 0;
  }

  #footer .cart_area .btn label i.icon-cart,
  #footer .cart_area .btn label input[type="submit"] {
    font-size: 1.4rem;
  }
}

/* result */
.section_wrap.result {
  background: none;
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section_wrap.result .section_inner {
  background: rgba(255, 255, 255, 0.9);
  font-size: 2rem;
  padding: 100px 70px;
  text-align: center;
}

.section_wrap.result .box_result {
  margin-top: 80px;
}

.section_wrap.result .box_result>.each_comm {
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}

.section_wrap.result .box_result>.each_comm.vaccine {
  background: rgba(0, 150, 214, 0.3);
}

.section_wrap.result .box_result>.each_comm.furugi {
  background: rgba(0, 158, 153, 0.2);
}

.section_wrap.result .box_result>.each_comm .icn {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: -58px;
}

.section_wrap.result .box_result>.each_comm .total {
  font-size: 3rem;
  font-weight: 600;
}

.section_wrap.result .box_result>.each_comm .total>span {
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 0;
}

.section_wrap.result .box_result>.each_comm .total b {
  font-size: 6rem;
  line-height: 1;
}

.section_wrap.result .box_result>.each_comm .total span:after {
  background-color: #ffff00;
  content: "";
  height: 26px;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.section_wrap.result .box_result>.each_comm .total+p {
  margin-top: 15px;
}

.section_wrap.result .box_result+p {
  margin-top: 60px;
}


/*SP Layout
===================================*/
@media all and (max-width: 768px) {
  .section_wrap.result {
    background: none;
    padding-top: 55px;
  }

  .section_wrap.result .section_inner {
    background: none;
    font-size: 1.4rem;
    padding: 0 10px;
  }

  .section_wrap.result .box_result {
    margin-top: 55px;
  }

  .section_wrap.result .box_result>.each_comm {
    margin-top: 55px;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .section_wrap.result .box_result>.each_comm .icn {
    top: -30px;
    width: 90px;
  }

  .section_wrap.result .box_result>.each_comm .total {
    font-size: 2rem;
  }

  .section_wrap.result .box_result>.each_comm .total>span {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section_wrap.result .box_result>.each_comm .total b {
    font-size: 3.8rem;
  }

  .section_wrap.result .box_result>.each_comm .total span:after {
    height: 15px;
  }

  .section_wrap.result .box_result>.each_comm .total+p {
    margin-top: 5px;
  }

  .section_wrap.result .box_result+p {
    margin-top: 30px;
    text-align: left;
  }
}

/** font color */
.teal {
  color: #009E99 !important;
}

.yellow {
  color: #ff0 !important;
}

.pink {
  color: #ff588a !important;
}

.error-message {
  color: red;
  margin: 0;
}

.change-error-message {
  color: red;
  margin: 0;
}

/** background color */
.bg-teal {
  background-color: #009E99 !important;
}

/** thanks form */
.section_inner_thanks {
  margin: 0;
  padding: 0;
  border: 0;
  clear: both;
  content: "";
  display: block;
}

#thanks_form_area {
  text-align: center;
  padding: 20px 10px 50px;
}

#thanks_form_area form {
  margin-bottom: 30px;
}

#thanks_form_area form h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 180%;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

#thanks_form_area form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.16px;
  text-align: start;
  margin-bottom: 10px;
}

.gift_pr {
  position: relative;
  text-align: center;
  background-color: #FFF5F8;
  padding: 50px 0 60px 0;
}

.gift_pr .gift_pr_ribbon {
  position: absolute;
  background-image: url(https://furugidevaccine.etsl.jp/wp-content/uploads/2024/01/ribbon_sp.png);
  width: 346px;
  height: 94px;

  font-size: 22px;
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  line-height: 130%;
  letter-spacing: 2.2px;

  top: -50px;
  left: calc(50% - 173px);
  padding-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

.gift_pr h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1px;
}

.gift_pr h3 {
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.9px;
  padding-bottom: 30px;
}

.gift_pr .gift_pr_subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.16px;
  margin-bottom: 40px;
}

.gift_pr .gift_content img {
  margin: 10px;
  width: calc(100% - 20px);
}

.gift_pr .gift_list {
  text-align: start;
  padding: 10px 20px 10px 40px;
}

.gift_pr .gift_list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.16px;

  list-style-type: none;
  background-image: url(https://furugidevaccine.etsl.jp/wp-content/uploads/2024/01/checkmark_sp.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 28px;
  margin-bottom: 8px;
}

.gift_pr .gift_msg {
  padding: 10px 5px 40px;
  text-align: start;
}

.gift_pr .box_red {
  margin: 0 10px;
  padding: 20px 20px 0px 20px;
  border-radius: 20px;
  background-color: #ffdde8;
  position: relative;
}

.gift_pr .box_red_circle {
  border-radius: 50px;
  background-color: white;
  color: #ff588a;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.18px;
  text-align: center;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  position: absolute;
  top: 50px;
  left: 10px;
}

.gift_pr .box_red .box_title {
  color: #ff588a;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #ff588a;
  width: 130px;
  padding: 1px 10px 2px 10px;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.gift_pr .box_red .box_phone {
  position: relative;
  width: 110px;
  display: inline-block;
}

.gift_pr .box_red .finger {
  position: absolute;
  top: 80px;
  left: 72px;
}

.gift_pr .box_red .box_tag {
  color: white;
  background-color: #ff588a;
  width: 100px;
  justify-content: center;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin: auto;
  margin-bottom: 10px;
}

.gift_pr .box_green {
  margin: 0 10px;
  padding: 20px;
  border-radius: 20px;
  background-color: #cfedec;
}

.gift_pr .box_green .box_title {
  color: #009E99;
  font-weight: 700;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #009E99;
  width: 130px;
  padding: 1px 10px 2px 10px;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}

.gift_pr .box_green .box_tag {
  color: white;
  background-color: #009E99;
  width: 100px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14px;
  margin: auto;
  margin-bottom: 10px;
}

.gift_pr .box_green .box_content {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.gift_pr .box_green .box_item {
  justify-content: space-between;
}

.gift_pr .box_green .box_arrow {
  margin: auto;
  justify-content: center;
}

.gift_pr .box_green .truck_img {
  margin-top: 40px;
}

.gift_btn {
  width: 400px;
}

/** thanks form pc */
@media all and (min-width: 769px) {
  #thanks_form_area form p {
    text-align: center;
  }

  #thanks_form_area form h2 {
    font-size: 26px;
  }

  .gift_pr {
    border-radius: 20px;
    margin: 0 130px;
  }

  .gift_pr .gift_pr_ribbon {
    background-image: url(https://furugidevaccine.etsl.jp/wp-content/uploads/2024/01/ribbon.png);
    width: 606px;
    height: 71px;

    top: -38px;
    left: calc(50% - 303px);
    padding-top: 18px;
    font-size: 24px;
  }

  .gift_pr h2 {
    margin-top: 8px;
    font-size: 26px;
    letter-spacing: 1.3px;
  }

  .gift_pr .gift_content {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .gift_pr .gift_content img {
    width: 330px;
  }

  .gift_pr .gift_list {
    margin-top: 50px;
  }

  .gift_pr .gift_list li {
    margin-bottom: 16px;
    background-image: url(https://furugidevaccine.etsl.jp/wp-content/uploads/2024/01/checkmark.png);
    padding-left: 32px;
  }

  .gift_pr .gift_msg {
    text-align: center;
  }

  .gift_pr h3 {
    font-size: 20px;
  }

  .gift_pr .gift_msg {
    font-size: 14px;
  }

  .gift_pr .gift_msg img {
    margin-top: -30px;
  }

  .gift_pr .gift_msg p {
    margin-bottom: 10px;
  }

  .gift_pr .box_red {
    width: 390px;
    height: 287px;
    /* phone下がずれるので微調整 */
    margin: 10px 0;
    padding: 20px 40px 0;
  }

  .gift_pr .box_green {
    width: 390px;
    height: 287px;
    margin: 10px 0;
    padding: 20px 40px;
  }

  .gift_pr .box_usage {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .gift_pr .box_arrow {
    margin: auto 0;
    width: 40px;
  }

  .gift_btn {
    width: 100%;
  }
}

/** change */
@media all and (min-width: 769px) {
  .change-error-message {
    font-size: 1.3rem;
  }
}

/* modal */
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

body.modal_active {
  overflow: hidden;
}

.modal_contents {
  position: fixed;
  display: flex;
  flex-direction: column;
  @charset "UTF-8";

  /* Body
------------------------------------------------------ */
  * {
    box-sizing: border-box;
  }

  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  div[class$="_inner"]:after {
    clear: both;
    content: "";
    display: block;
  }

  /*PC Layout
===================================*/
  @media print,
  screen and (min-width: 769px) {

    div[class$="_inner"],
    dl.section_inner {
      margin-left: auto;
      margin-right: auto;
      width: 1280px;
    }

    dl.section_inner {
      width: 800px;
    }

    a {
      -moz-transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
    }

    a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
    }
  }

  /*SP Layout
===================================*/
  @media only screen and (max-width: 768px) {
    body {
      font-size: 1.4rem;
    }

    div[class$="_inner"] {
      padding-left: 10px;
      padding-right: 10px;
    }
  }


  /* header
------------------------------------------------------ */
  #header {
    background-color: #fff;
    left: 0;
    min-width: 1280px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  #header:after {
    clear: both;
    content: "";
    display: block;
  }

  #header>* {
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  #header .logo {
    float: left;
    margin: 24px 0 24px 25px;
  }

  #header .logo a {
    /* background-image:url(../img/header_logo02.png); */
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    height: 72px;
    width: 277px;
  }

  #header .tx_award {
    display: block;
    float: left;
    margin-left: 40px;
    margin-top: 35px;
  }

  /* global_nav */
  #header_nav {
    letter-spacing: -0.4em;
    float: right;
  }

  #header_nav * {
    letter-spacing: normal;
  }

  #header_nav #global_nav,
  #header_nav .btn_contact {
    display: inline-block;
    vertical-align: middle;
  }

  #header_nav #global_nav:after,
  #header_nav #global_nav>ul:after {
    clear: both;
    content: "";
    display: block;
  }

  #header_nav #global_nav>ul li {
    float: left;
    margin-right: 50px;
  }

  #header_nav #global_nav>ul li a {
    color: #000;
    font-weight: 500;
  }

  #header_nav .btn_contact>ul li a {
    font-weight: 600;
  }

  @media print,
  screen and (max-width: 1880px) {
    #header .tx_award {
      display: none;
    }
  }

  @media print,
  screen and (min-width: 769px) and (max-width: 1600px) {
    #header .logo {
      margin-top: 40px;
      margin-bottom: 0;
    }

    #header .logo a {
      width: 185px;
    }

    #header .logo a img {
      /*opacity:0;*/
    }

    #header_nav #global_nav>ul li {
      margin-right: 20px;
    }

    #header_nav .btn_contact>ul li.request a {
      font-size: 1.5rem !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
  }

  /*PC Layout
===================================*/
  @media print,
  screen and (min-width: 769px) {
    #nav_trigger {
      display: none;
    }

    /* global_nav */
    #header_nav .box_dial,
    #header_nav .btn_share {
      display: none;
    }

    #header.scroll .logo {
      margin-top: 24px !important;
    }

    #header.scroll .logo a {
      height: 35px;
      width: 185px;
    }

    #header.scroll .logo a img {
      /*opacity:0;*/
    }

    #header.scroll .tx_award {
      display: none;
    }

    #header_nav .btn_contact>ul:after {
      clear: both;
      content: "";
      display: block;
    }

    #header_nav .btn_contact>ul li {
      /*margin-left:2px;*/
      float: left;
    }

    #header_nav .btn_contact>ul li.request a {
      background-color: #009e99;
      color: #fff;
      display: table;
      font-size: 1.8rem;
      height: 120px;
      padding: 0 25px;
      text-align: center;
      width: 100%;
    }

    #header_nav .btn_contact>ul li.request:first-child a {
      border: 2px solid #009e99;
      background-color: #fff;
      color: #009e99;
      padding: 0 10px !important;
    }

    #header_nav .btn_contact>ul li.request a span {
      display: table-cell;
      line-height: 1.4;
      vertical-align: middle;
    }

    #header.scroll #header_nav .btn_contact>ul li.request a {
      /*padding:22px 55px;*/
      height: 85px;
    }
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    #header {
      height: 50px;
      min-width: inherit;
      z-index: 101;
    }

    #header.active {
      height: 100%;
      overflow: auto;
    }

    #header .logo {
      display: flex;
      align-items: center;
      height: 50px;
      margin: auto;
      padding-left: 10px;
      /* margin:3px 0 3px 10px;
		width:110px; */
      width: 150px;
    }

    #header .logo a {
      background: none;
      height: auto;
      width: auto;
    }

    #header .btn_request {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
    }

    #header.active .btn_request {
      display: none;
    }

    #header .btn_request a {
      background-color: #009e99;
      color: #fff;
      /* display:table; */
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
      /* font-weight:600;
		line-height:35px; */
      line-height: 1.2;
      height: 50px;
      text-align: center;
      /* vertical-align:middle; */
      width: 100%;
    }

    #nav_trigger {
      background-color: #000;
      /* height:35px; */
      height: 50px;
      position: absolute;
      top: 0;
      right: 100px;
      /* width:35px; */
      width: 50px;
      z-index: 102;
    }

    #nav_trigger span {
      background-color: #fff;
      height: 2px;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      position: absolute;
      -moz-transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      /* width: 14px; */
      width: 25px;
    }

    #nav_trigger span:nth-of-type(1) {
      /* top: 11px; */
      top: 15px;
    }

    #nav_trigger span:nth-of-type(2) {
      /* top: 17px; */
      top: 24px;
    }

    #nav_trigger span:nth-of-type(3) {
      /* bottom: 10px; */
      bottom: 14px;
    }

    #nav_trigger.active {
      background: none;
      right: 0;
    }

    #nav_trigger.active span:nth-of-type(1),
    #nav_trigger.active span:nth-of-type(3) {
      background-color: #009e99;
      /* width: 20px; */
      width: 30px;
    }

    #nav_trigger.active span:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      /* top:17px; */
      top: 24px;
    }

    #nav_trigger.active span:nth-of-type(2) {
      /* display:none; */
      opacity: 0;
      z-index: -1;
    }

    #nav_trigger.active span:nth-of-type(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /* bottom: 16px; */
      bottom: 24px;
    }

    /* global_nav */
    #header #header_nav {
      display: none;
      /* margin-top: 35px; */
      margin-top: 50px;
      overflow-y: scroll;
      position: fixed;
      left: 0;
      top: 0;
      height: calc(100% - 50px);
      width: 100%;
    }

    #header_nav {
      float: none;
    }

    #header_nav #global_nav,
    #header_nav .btn_contact {
      display: block;
    }

    #header_nav #global_nav>ul li {
      border-bottom: 1px solid #fff;
      float: none;
      margin: 0;
    }

    #header_nav #global_nav>ul li a {
      background-color: #009e99;
      color: #fff;
      display: block;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center;
    }

    #header_nav .btn_contact {
      background-color: #c9f2ec;
      padding: 15px 40px;
    }

    #header_nav .btn_contact>ul li {
      margin-top: 15px;
    }

    #header_nav .btn_contact>ul li a {
      background-color: #fff;
      border: 1px solid #009e99;
      border-radius: 50px;
      color: #009e99;
      display: block;
      padding: 10px 25px 10px 15px;
      position: relative;
      text-align: center;
    }

    #header_nav .btn_contact>ul li a:after {
      border-top: 2px solid #009e99;
      border-right: 2px solid #009e99;
      content: "";
      height: 6px;
      right: 15px;
      margin-top: -4px;
      position: absolute;
      top: 50%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 6px;
    }

    #header_nav .btn_contact>ul li.request {
      margin-top: 0;
      margin-bottom: 17px;
      position: relative;
      z-index: 0;
    }

    #header_nav .btn_contact>ul li.request a {
      background-color: #009e99;
      color: #fff;
      font-size: 1.6rem;
      line-height: 1.4;
      padding-top: 12px;
      padding-bottom: 12px;
    }

    #header_nav .btn_contact>ul li.request a:after {
      border-top-color: #fff;
      border-right-color: #fff;
    }

    #header_nav .btn_contact>ul li.request a:before {
      background-color: #007773;
      border-radius: 50px;
      content: "";
      position: absolute;
      bottom: -7px;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
    }

    #header_nav .box_dial {
      background-color: #009e99;
      color: #fff;
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center;
    }

    #header_nav .box_dial dt,
    #header_nav .box_dial dd {
      font-size: 1.4rem;
      font-weight: 600;
    }

    #header_nav .box_dial dd.freedial {
      color: #ffffcc;
    }

    #header_nav .box_dial dd.freedial span {
      font-size: 2rem;
      line-height: 1;
    }

    #header_nav .box_dial dd.freedial span a {
      color: #ffffcc;
    }

    #header_nav .box_dial dd.freedial i.icon-freedial {
      font-size: 1.6rem;
      margin-left: 5px;
      margin-right: 5px;
    }

    #header_nav .box_dial dd.time {
      font-size: 1.2rem;
    }
  }




  /* contents
------------------------------------------------------ */
  main {
    min-width: 1280px;
    padding-top: 118px;
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    main {
      min-width: inherit;
      padding-top: 35px;
    }
  }




  /* 01 heading */
  /* large_headline , middle_headline*/
  .large_headline,
  .middle_headline {
    background: -moz-linear-gradient(left, #189eae, #78d3b1);
    background: -webkit-linear-gradient(left, #189eae, #78d3b1);
    background: linear-gradient(to right, #189eae, #78d3b1);
    display: table;
    min-width: 1280px;
    position: relative;
    width: 100%;
  }

  .large_headline {
    height: 440px;
  }

  .middle_headline {
    height: 125px;
  }

  .large_headline>div,
  .middle_headline>div {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
  }

  .large_headline>div {
    padding-right: 850px;
  }

  .large_headline h1,
  .middle_headline h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin-left: 80px;
    margin-right: 80px;
  }

  .large_headline figure {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* heading02 */
  .heading02 {
    font-size: 3.5rem;
    font-weight: 600;
    text-align: center;
  }

  .heading02+* {
    margin-top: 60px;
  }

  .heading02+p {
    text-align: center;
  }

  /* heading03 */
  .heading03 {
    font-size: 2.0rem;
    font-weight: 500;
  }

  .heading03+* {
    margin-top: 15px;
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {

    /* large_headline */
    .large_headline,
    .middle_headline {
      height: 90px;
      min-width: inherit;
    }

    .large_headline {
      padding-top: 52%;
      position: relative;
    }

    .large_headline>div,
    .middle_headline>div {
      height: 90px;
      padding: 0;
    }

    .large_headline h1,
    .middle_headline h1 {
      font-size: 2rem;
      margin: 3rem 15px 2rem;
      line-height: 150%;
    }

    .large_headline figure {
      top: 0;
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }

    /* heading02 */
    .heading02 {
      font-size: 2rem;
    }

    .heading02+* {
      margin-top: 15px;
    }

    /* heading03 */
    .heading03 {
      font-size: 1.6rem;
    }

    .heading03+* {
      margin-top: 10px;
    }

  }



  /* 02 text */
  .color01 {
    color: #e91c24;
  }

  .bdr {
    text-decoration: underline;
  }



  /* 03 list */
  /* normal_list01 */
  .normal_list01>li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .normal_list01>li:first-child {
    margin-top: 0;
  }

  .normal_list01>li:before {
    content: "・";
  }

  /* notes_list01 */
  .notes_list01>li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .notes_list01>li:before {
    content: "※";
  }

  /* notes_list01 */
  .notes_list01>li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .notes_list01>li:before {
    content: "※";
  }


  /* num_list01 */
  .num_list01>li {
    counter-increment: numlist01;
    margin-left: 1em;
    padding-left: 1em;
    text-indent: -2em;
    position: relative;
  }

  .num_list01>li:first-child {
    margin-top: 0;
  }

  .num_list01>li:before {
    content: counter(numlist01)".";
    margin-right: 1em;
  }

  /* num_list02 */
  .num_list02>li {
    counter-increment: numlist02;
    margin-left: 2em;
    text-indent: -2.55em;
    position: relative;
  }

  .num_list02>li:first-child {
    margin-top: 0;
  }

  .num_list02>li:before {
    content: "（" counter(numlist02)"）";
  }

  /* disc_list01 */
  .disc_list01>li {
    padding-left: 18px;
    position: relative;
  }

  .disc_list01>li:before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    height: 7px;
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
  }

  /* circle_list01 */
  .circle_list01 li {
    padding-left: 30px;
    position: relative;
  }

  .circle_list01 li:before {
    border: 1px solid #000;
    border-radius: 50%;
    content: "";
    height: 13px;
    position: absolute;
    left: 0;
    top: 8px;
    width: 13px;
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {

    /* disc_list01 */
    .disc_list01>li {
      padding-left: 15px;
    }

    .disc_list01>li:before {
      top: 6px;
    }

    /* circle_list01 */
    .circle_list01 li {
      padding-left: 18px;
    }

    .circle_list01 li:before {
      height: 10px;
      top: 7px;
      width: 10px;
    }
  }


  /* 04 btn */
  .btn_list {
    letter-spacing: -0.4em;
    text-align: center;
  }

  .btn_list>* {
    display: inline-block;
    letter-spacing: normal;
    margin-left: 20px !important;
    margin-right: 20px !important;
    vertical-align: middle;
  }

  [data-btn="btn01"] {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 400px;
  }

  [data-btn="btn01"]>a,
  [data-btn="btn01"]>button {
    background-color: #fff;
    border: 2px solid #009e99;
    border-radius: 50px;
    color: #009e99 !important;
    display: block;
    font-size: 2rem;
    font-weight: 600;
    padding: 15px 45px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  [data-btn="btn01"]>a:after,
  [data-btn="btn01"]>button:after {
    border-top: 2px solid #009e99;
    border-right: 2px solid #009e99;
    content: "";
    height: 8px;
    right: 30px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
  }

  [data-btn="btn01"].contact_biz {
    text-align: center;
    width: 500px;
  }

  [data-btn="btn01"].contact_biz>a {
    margin-top: 10px;
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    .btn_list>*:nth-child(n+2) {
      margin-top: 20px !important;
    }

    [data-btn="btn01"] {
      margin-top: 30px;
      width: 87%;
    }

    [data-btn="btn01"]>a,
    [data-btn="btn01"]>button {
      border-width: 1px;
      font-size: 1.4rem;
      padding: 10px 20px;
    }

    [data-btn="btn01"]>a:after,
    [data-btn="btn01"]>button:after {
      right: 15px;
      height: 6px;
      margin-top: -4px;
      width: 6px;
    }

    [data-btn="btn01"].contact_biz {
      width: 95%;
    }
  }




  /* 05 layout */
  /*PC Layout
===================================*/
  @media print,
  screen and (min-width: 769px) {

    [data-row-pc="1"],
    [data-row-pc="2"],
    [data-row-pc="3"],
    [data-row-pc="4"],
    [data-row-pc="5"] {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
    }

    [data-row-pc="1"]>* {
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 100%;
    }

    [data-row-pc="2"]>* {
      margin-top: 20px;
      margin-right: 4%;
      width: 48%;
    }

    [data-row-pc="3"]>* {
      margin-top: 20px;
      margin-right: 2%;
      width: 32%;
    }

    [data-row-pc="4"]>* {
      margin-top: 20px;
      margin-right: 2.22%;
      width: 23.33%;
    }

    [data-row-pc="5"]>* {
      margin-top: 20px;
      margin-right: 4%;
      width: 16%;
    }

    [data-row-pc="2"]>*:nth-child(-n+2),
    [data-row-pc="3"]>*:nth-child(-n+3),
    [data-row-pc="4"]>*:nth-child(-n+4),
    [data-row-pc="5"]>*:nth-child(-n+5) {
      margin-top: 0 !important;
    }

    [data-row-pc="2"]>*:nth-child(2n),
    [data-row-pc="3"]>*:nth-child(3n),
    [data-row-pc="4"]>*:nth-child(4n),
    [data-row-pc="5"]>*:nth-child(5n) {
      margin-right: 0 !important;
    }
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {

    [data-row-sp="1"],
    [data-row-sp="2"],
    [data-row-sp="3"],
    [data-row-sp="4"],
    [data-row-sp="5"] {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 100%;
      width: auto;
    }

    [data-row-sp="auto"]>* {
      margin: 0;
      width: auto;
    }

    [data-row-sp="1"]>* {
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
    }

    [data-row-sp="2"]>* {
      margin-top: 15px;
      margin-right: 4%;
      width: 48%;
    }

    [data-row-sp="3"]>* {
      margin-top: 15px;
      margin-right: 4.25%;
      width: 30.5%;
    }

    [data-row-sp="4"]>* {
      margin-top: 15px;
      margin-right: 4%;
      width: 22%;
    }

    [data-row-sp="5"]>* {
      margin-top: 15px;
      margin-right: 4%;
      width: 16%;
    }

    [data-row-sp="1"]>*:nth-child(1),
    [data-row-sp="2"]>*:nth-child(-n+2),
    [data-row-sp="3"]>*:nth-child(-n+3),
    [data-row-sp="4"]>*:nth-child(-n+4),
    [data-row-sp="5"]>*:nth-child(-n+5) {
      margin-top: 0 !important;
    }

    [data-row-sp="1"]>*:nth-child(1),
    [data-row-sp="2"]>*:nth-child(2n),
    [data-row-sp="3"]>*:nth-child(3n),
    [data-row-sp="4"]>*:nth-child(4n),
    [data-row-sp="5"]>*:nth-child(5n) {
      margin-right: 0 !important;
    }
  }


  /* 06 table */
  .table_layout01 table {
    width: 100%;
  }

  .table_layout01 table tr th,
  .table_layout01 table tr td {
    border-bottom: 1px solid #c8c8c8;
    font-weight: normal;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 60px;
    text-align: left;
  }

  .table_layout01 table tr th {
    color: #33b1ad;
    font-weight: 600;
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    .table_layout01 table colgroup {
      display: none;
    }

    .table_layout01 table tr th,
    .table_layout01 table tr td {
      display: block;
    }

    .table_layout01 table tr th {
      border-bottom: none;
      padding: 15px 20px 0;
    }

    .table_layout01 table tr td {
      padding: 5px 20px 15px;
    }

    .table_layout01 table tr:nth-of-type(1) th {
      padding-top: 0;
    }
  }




  /* contents
------------------------------------------------------ */

  .section_wrap {
    border-top: 1px solid #c8c8c8;
    margin-top: 50px;
    padding-top: 50px;
  }

  .section_wrap:nth-of-type(1) {
    border-top: none;
    padding-top: 0;
  }

  .section_wrap *+.section_inner {
    margin-top: 60px;
  }

  .section_wrap .section_ttl {
    font-size: 4.5rem;
    font-weight: 600;
    text-align: center;
  }

  .section_wrap.voice .section_ttl+p,
  .section_wrap.voice .heading02+p {
    margin-top: 15px;
  }

  span.furugi {
    color: #009e99;
  }

  span.vaccine {
    color: #0096d6;
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    .section_wrap {
      margin-top: 70px;
      padding-top: 0;
    }

    .section_wrap .section_ttl {
      font-size: 2.2rem;
    }

    .section_wrap .section_ttl+p {
      font-size: 1.4rem;
      margin-top: 15px;
    }
  }

  /* btn_contact */
  main .btn_contact {
    background-color: #c9f2ec;
    margin-top: 150px;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
  }

  main .btn_contact>ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    max-width: 500px;
    width: 100%;
    vertical-align: top;
  }

  main .btn_contact>ul li a {
    background-color: #fff;
    border: 2px solid #009e99;
    border-radius: 50px;
    color: #009e99;
    display: block;
    font-size: 2rem;
    font-weight: 600;
    padding: 22px 45px;
    position: relative;
    text-align: center;
  }

  main .btn_contact>ul li a:after {
    border-top: 2px solid #009e99;
    border-right: 2px solid #009e99;
    content: "";
    height: 8px;
    right: 30px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
  }

  main .btn_contact>ul li span {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    padding: 0 25px;
  }

  main .btn_contact>ul li.request {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: inherit;
    position: relative;
    width: 560px;
    z-index: 0;
  }

  main .btn_contact>ul li.request a {
    background-color: #009e99;
    color: #fff;
    font-size: 2.8rem;
  }

  main .btn_contact>ul li.request a:after {
    border-top-color: #fff;
    border-right-color: #fff;
  }

  main .btn_contact>ul li.request a:before {
    background-color: #007773;
    border-radius: 50px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }

  /*PC Layout
===================================*/
  @media print,
  screen and (min-width: 769px) {
    main .btn_contact>ul li:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
    }

    main .btn_contact>ul li a:hover {
      opacity: 1;
      filter: alpha(opacity=100);
    }

    main .btn_contact>ul li.request a:after {
      border-top-width: 3px;
      border-right-width: 3px;
      height: 12px;
      margin-top: -6px;
      width: 12px;
    }

    main .btn_contact>ul li.request~li {
      margin-top: 35px;
    }
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    .section_wrap {
      margin-top: 60px;
      padding-top: 60px;
    }

    .section_wrap *+.section_inner {
      margin-top: 30px;
    }

    .section_wrap:nth-of-type(1) {
      margin-top: 30px;
    }

    main .btn_contact {
      margin-top: 70px;
      padding-top: 35px;
      padding-bottom: 35px;
    }

    main .btn_contact>ul li {
      margin-top: 20px;
      width: 87% !important;
    }

    main .btn_contact>ul li:first-child {
      margin-top: 0;
    }

    main .btn_contact>ul li a {
      border-width: 1px;
      font-size: 1.4rem !important;
      padding: 10px 20px;
    }

    main .btn_contact>ul li a:after {
      height: 6px;
      margin-top: -4px;
      right: 15px;
      width: 6px;
    }

    main .btn_contact>ul li.request {
      margin-bottom: 7px;
    }

    main .btn_contact>ul li.request a {
      font-size: 1.6rem !important;
      padding-top: 12px;
      padding-bottom: 12px;
    }

    main .btn_contact>ul li.request a:before {
      bottom: -7px;
    }
  }




  /* box_flow */
  .box_flow {
    margin-top: 60px;
  }

  .box_flow>.each_comm {
    background-color: #ebf6f5;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 50px 35px;
    position: relative;
    width: 1020px;
  }

  .box_flow>.each_comm:after {
    clear: both;
    content: "";
    display: block;
  }

  .box_flow>.each_comm:first-child {
    margin-top: 0;
  }

  .box_flow>.each_comm .num,
  .box_flow>.each_comm .tx {
    display: table-cell;
    vertical-align: middle;
  }

  .box_flow>.each_comm .num {
    background-color: #009e99;
    color: #fff;
    display: table;
    line-height: 110px;
    text-align: center;
    width: 110px;
  }

  .box_flow>.each_comm .num img {
    vertical-align: middle;
  }

  .box_flow>.each_comm .tx {
    padding-left: 35px;
    padding-right: 220px;
    width: 840px;
  }

  .box_flow>.each_comm .tx>p+p {
    margin-top: 10px;
  }

  .box_flow>.each_comm .tx_lead {
    font-size: 2rem;
    font-weight: 600;
  }

  .box_flow>.each_comm .tx a {
    color: #000;
    text-decoration: underline;
  }

  .box_flow>.each_comm .btn_link {
    width: 250px;
  }

  .box_flow>.each_comm .btn_link a {
    background-color: #009e99;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 25px 10px 10px;
    position: relative;
    text-align: center;
    text-decoration: underline;
  }

  .box_flow>.each_comm .btn_link a:after {
    content: "→";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
  }

  /*PC Layout
===================================*/
  @media print,
  screen and (min-width: 769px) {
    .box_flow>.each_comm>div:last-child {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 45px;
    }

    .box_flow>.each_comm:nth-child(3)>div:last-child {
      right: 68px;
    }
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    .box_flow {
      margin-top: 60px;
      padding: 0 10px;
    }

    .box_flow>.each_comm {
      background-color: #ebf6f5;
      display: block;
      margin-top: 40px !important;
      padding: 45px 10px 20px;
      text-align: center;
      width: auto;
    }

    .box_flow>.each_comm .num,
    .box_flow>.each_comm .tx {
      display: block;
    }

    .box_flow>.each_comm .num {
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      left: 0;
      top: -25px;
      right: 0;
      line-height: 55px;
      width: 55px;
    }

    .box_flow>.each_comm .num img {
      width: 22px;
    }

    .box_flow>.each_comm .tx {
      font-size: 1.4rem;
      padding: 0;
      width: auto;
    }

    .box_flow>.each_comm .tx_lead {
      font-size: 1.5rem;
    }

    .box_flow>.each_comm .btn_link {
      margin-left: auto;
      margin-right: auto;
      width: 200px;
    }

    .box_flow>.each_comm .btn_link a {
      font-size: 1.4rem;
      padding: 6px 20px 6px 6px;
    }

    .box_flow>.each_comm .btn_link a:after {
      right: 20px;
    }

    .box_flow>.each_comm>div:last-child {
      margin-top: 15px;
      margin-left: auto;
      margin-right: auto;
    }

    .box_flow>.each_comm>div:last-child img {
      max-width: 110px;
    }
  }




  /* box_separation */
  .box_separation .each_comm {
    padding: 215px 35px 60px;
    position: relative;
  }

  .box_separation .send_ok {
    background-color: #ecf8f8;
  }

  .box_separation .send_ng {
    background-color: #eceef3;
  }

  .box_separation .each_comm:before {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .box_separation .send_ok:before {
    background-image: url(../img/separation_img01.png);
    height: 142px;
    top: 55px;
    width: 142px;
  }

  .box_separation .send_ng:before {
    background-image: url(../img/separation_img02.png);
    height: 130px;
    top: 60px;
    width: 130px;
  }

  .box_separation .each_comm .box_ttl {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-align: center;
  }

  .box_separation .each_comm>dl+dl {
    margin-top: 30px;
  }

  .box_separation .each_comm>dl dt {
    font-size: 2rem;
    font-weight: 600;
  }

  .box_separation .each_comm>dl dt span {
    font-size: 1.5rem;
  }

  .box_separation .each_comm>dl dd {
    margin-top: 10px;
    position: relative;
  }

  .box_separation .each_comm>dl dd>.list_items+p {
    position: absolute;
    right: 110px;
    bottom: 0;
  }

  .box_separation .each_comm .list_items li {
    font-size: 1.5rem;
    padding-left: 18px;
    position: relative;
  }

  .box_separation .each_comm .list_items li:before,
  .box_separation .each_comm .list_items li:after {
    content: "";
    position: absolute;
    left: 0;
  }

  .box_separation .send_ok .list_items li:before {
    background-color: #66c5c2;
    border-radius: 50%;
    height: 13px;
    top: 8px;
    width: 13px;
  }

  .box_separation .send_ng .list_items {
    margin-top: 50px;
  }

  .box_separation .send_ng .list_items li:before,
  .box_separation .send_ng .list_items li:after {
    background-color: #969696;
    height: 2px;
    top: 14px;
    width: 12px;
  }

  .box_separation .send_ng .list_items li:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .box_separation .send_ng .list_items li:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .box_attention {
    background-color: #ffffda;
    margin-top: 35px;
    padding: 50px 35px;
    position: relative;
  }

  .box_attention .box_ttl {
    color: #e91c24;
    font-size: 2rem;
    font-weight: 600;
  }

  .box_attention .box_ttl span {
    margin-left: 1em;
    font-size: 1.7rem;
  }

  .box_attention .disc_list01 {
    margin-top: 30px;
  }

  .box_attention .disc_list01 li {
    font-size: 1.5rem;
  }

  .box_attention figure {
    position: absolute;
    top: 30%;
    right: 90px;
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    .box_separation .each_comm {
      margin-top: 30px;
      padding: 150px 20px 30px;
    }

    .box_separation .send_ok:before {
      height: 110px;
      top: 30px;
      width: 110px;
    }

    .box_separation .send_ng:before {
      height: 100px;
      top: 35px;
      width: 100px;
    }

    .box_separation .each_comm .box_ttl {
      font-size: 2rem;
      margin-bottom: 20px;
    }

    .box_separation .each_comm>dl+dl {
      margin-top: 15px;
    }

    .box_separation .each_comm>dl dt {
      font-size: 1.6rem;
      font-weight: 600;
    }

    .box_separation .each_comm>dl dt span {
      font-size: 1.4rem;
    }

    .box_separation .each_comm>dl dd {
      margin-top: 10px;
      position: relative;
    }

    .box_separation .each_comm>dl dd>.list_items+p {
      right: 20px;
    }

    .box_separation .each_comm .list_items li {
      font-size: 1.4rem;
    }

    .box_separation .send_ok .list_items li:before {
      top: 7px;
    }

    .box_separation .send_ng figure {
      margin-left: 5%;
      margin-right: 5%;
    }

    .box_separation .send_ng .list_items {
      margin-top: 25px;
    }

    .box_separation .send_ng .list_items li:before,
    .box_separation .send_ng .list_items li:after {
      top: 13px;
    }

    .box_attention {
      margin-top: 30px;
      padding: 30px 20px;
    }

    .box_attention .box_ttl {
      font-size: 1.8rem;
    }

    .box_attention .box_ttl span {
      font-size: 1.6rem;
    }

    .box_attention .disc_list01 li {
      font-size: 1.3rem;
    }

    .box_attention .disc_list01 li:before {
      top: 10px;
    }

    .box_attention figure {
      margin: 30px auto 0;
      position: static;
      width: 45%;
    }
  }




  /* voice */
  .box_review {
    background-color: #fff5f8;
    border-radius: 50px;
    margin-top: 80px;
    padding: 70px 60px 50px 100px;
    position: relative;
  }

  .box_review>ul {
    overflow-y: scroll;
    padding-right: 75px;
    max-height: 600px;
  }

  /*.box_review:before,*/
  .box_review:after {
    content: "";
    height: 110px;
    position: absolute;
    left: 100px;
    width: 1100px;
    z-index: 0;
  }

  /*
.box_review:before {
	background: -moz-linear-gradient(top, #fff5f8, transparent);
	background: -webkit-linear-gradient(top, #fff5f8, transparent);
	background: linear-gradient(to bottom, #fff5f8, transparent);
	top:45px;
}
*/
  .box_review:after {
    background: -moz-linear-gradient(top, transparent, #fff5f8);
    background: -webkit-linear-gradient(top, transparent, #fff5f8);
    background: linear-gradient(to bottom, transparent, #fff5f8);
    bottom: 45px;
  }

  .box_review>ul li {
    border-top: 1px dashed #959595;
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box_review>ul li:first-child {
    border-top: none;
  }

  .box_review>ul li>.ttl_review {
    font-size: 2.2rem;
    font-weight: 600;
  }

  .box_review>ul li .tx_name {
    color: #29a7de;
    font-size: 1.6rem;
    font-weight: 600;
    margin-left: 1em;
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    .section_wrap.voice .section_inner {
      padding-left: 0;
      padding-right: 0;
    }

    .box_review {
      border-radius: 0;
      margin-top: 40px;
      padding: 20px 0 20px 15px;
    }

    .box_review>ul {
      padding-right: 15px;
      max-height: 600px;
    }

    /*.box_review:before,*/
    .box_review:after {
      background: none;
      height: 0;
      width: 0;
    }

    .box_review>ul li {
      font-size: 1.2rem;
      padding-top: 15px;
      padding-bottom: 15px;
    }

    .box_review>ul li>.ttl_review {
      font-size: 1.4rem;
    }

    .box_review>ul li .tx_name {
      display: block;
      font-size: 1.2rem;
      margin-left: 0;
    }
  }




  /* pagenavi */
  .pagenavi,
  .wp-pagenavi {
    margin-top: 80px;
    text-align: center;
  }

  .pagenavi>*,
  .wp-pagenavi>* {
    background-color: #eee;
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;
    vertical-align: middle;
    width: 40px;
  }

  .pagenavi>a,
  .wp-pagenavi>a {
    color: #000;
  }

  .pagenavi>.current,
  .wp-pagenavi>.current {
    background-color: #33b1ad;
    color: #fff;
  }

  .wp-pagenavi>.extend,
  .wp-pagenavi>.nextpostslink,
  .wp-pagenavi>.previouspostslink,
  .wp-pagenavi>.pages {
    background-color: #fff;
  }

  .wp-pagenavi>.pages {
    font-size: 90%;
    font-weight: 400;
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 2em;
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {

    .pagenavi,
    .wp-pagenavi {
      margin-top: 50px;
    }

    .pagenavi>*,
    .wp-pagenavi>* {
      font-size: 1.5rem;
      line-height: 30px;
      margin: 0 3px;
      width: 30px;
    }
  }





  /* contact */
  .form_area form {
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
  }

  .form_area form p {
    font-size: 1.4rem;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .form_area .link_other {
    text-align: right;
    padding-right: 130px;
    padding-bottom: 1em;
    padding-top: 90px;
    margin-top: -90px;
  }

  .form_area .link_other:after {
    content: '>';
    color: #009e99;
    font-weight: 700;
    margin-left: 5px;
  }

  /* 入力画面 */
  .form_area form .table_layout01 {
    background-color: #eceef3;
  }

  .form_area form .table_layout01 th,
  .form_area form .table_layout01 td {
    border-bottom-color: #fff !important;
    vertical-align: top;
  }

  .form_area form .table_layout01 td {
    overflow-wrap: anywhere;
    padding-right: 60px;
  }

  .form_area form .txt_required {
    background-color: #ff0000;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1em;
    padding: 4px 7px;
  }

  .form_area form input[type="text"],
  .form_area form input[type="email"],
  .form_area form textarea {
    border: none;
    border-radius: 0;
    height: 40px;
    width: 100%;
  }

  .form_area form textarea {
    min-height: 200px;
  }

  .form_area form .list_name {
    letter-spacing: -0.4em;
  }

  .form_area form .list_name li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 50%;
  }

  .form_area form .list_name li>input[type="text"] {
    display: inline-block;
    margin-left: 1.5em;
    vertical-align: middle;
    width: 200px;
  }

  .form_area form .list_name02 select {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
  }

  .form_area form .list_name03 select {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
  }

  .form_area form .post01 input {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
  }

  /* radiobutton */
  .form_area form .list_radio {
    letter-spacing: -0.4em;
  }

  .form_area form .list_radio li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 50%;
  }

  .form_area form .list_radio label.label_radio {
    cursor: pointer;
    display: inline-block;
    padding-left: 40px;
    position: relative;
  }

  .form_area form .list_radio label.label_radio:before {
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 20px;
  }

  .form_area form .list_radio label.label_radio input[type="radio"] {
    height: 0;
    margin: 0;
    width: 0;
  }

  .form_area form .list_radio label.label_radio input[type="radio"],
  .form_area form .list_radio label.label_radio input[type="radio"]+i {
    position: absolute;
    left: -9999px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .form_area form .list_radio label.label_radio input[type="radio"]:checked+i {
    background-color: #33b1ad;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 5px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
  }

  .form_area form .product_list .annotation {
    color: #ff0000;
    font-weight: 400;
    font-size: 1.4rem;
    display: inline-block;
    margin-top: 8px;
  }

  .form_area form .product_list .sortedProductList_area {
    border-bottom: #000 solid 1px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .form_area form .product_list .sortedProductList_text {
    margin-bottom: 0;
    color: #ff0000;
  }

  /* btn_confirm */
  .form_area form .btn_confirm {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    width: 100%;
  }

  .form_area form .btn_confirm button {
    cursor: pointer;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 448px;
  }

  .form_area form .btn_confirm button:nth-child(n+2) {
    margin-left: 20px;
  }

  /*PC Layout
=====================*/
  @media print,
  screen and (min-width: 769px) {
    .form_area .table_layout01 th {
      text-align: right;
      padding-left: 0;
    }

    .form_area form .table_layout01 th,
    .form_area form .table_layout01 td {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
    }

    /* ========== IE ========== */
    .form_area form input::-ms-clear {
      visibility: hidden
    }

    .form_area form .btn_confirm button:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
    }
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    .form_area form {
      width: auto;
    }

    .form_area .link_other {
      padding-right: 0px;
      padding-top: 55px;
      margin-top: -55px;
    }

    .form_area form .table_layout01 th {
      padding-top: 15px !important;
    }

    .form_area form .table_layout01 td {
      padding-right: 20px;
      padding-top: 10px !important;
    }

    .form_area form .txt_required {
      font-size: 1.2rem;
    }

    .form_area form input[type="text"],
    .form_area form input[type="email"],
    .form_area form textarea {
      height: 30px;
    }

    .form_area form textarea {
      min-height: 150px;
    }

    .form_area form .list_name li {
      margin-left: 8%;
      width: 46%;
    }

    .form_area form .list_name li:first-child {
      margin-left: 0;
    }

    .form_area form .list_name li>input[type="text"] {
      margin-left: 1em;
      width: calc(100% - 2em);
    }

    /* radiobutton */
    .form_area form .list_radio li {
      display: block;
      margin-top: 5px;
      padding-right: 0;
      width: auto;
    }

    .form_area form .list_radio li:first-child {
      margin-top: 0;
    }

    .form_area form .list_radio label.label_radio {
      cursor: pointer;
      display: inline-block;
      padding-left: 30px;
      position: relative;
    }

    .form_area form .list_radio label.label_radio:before {
      background-color: #fff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      content: "";
      height: 16px;
      margin-top: -8px;
      position: absolute;
      left: 0px;
      top: 50%;
      width: 16px;
    }

    .form_area form .list_radio label.label_radio input[type="radio"],
    .form_area form .list_radio label.label_radio input[type="radio"]+i {
      position: absolute;
      left: -9999px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
    }

    .form_area form .list_radio label.label_radio input[type="radio"]:checked+i {
      background-color: #33b1ad;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: inline-block;
      height: 8px;
      left: 4px;
      margin-top: -4px;
      position: absolute;
      top: 50%;
      width: 8px;
    }

    /* btn_confirm */
    .form_area form .btn_confirm {
      display: block;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 30px;
    }

    .form_area form .btn_confirm button {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .form_area form .btn_confirm button:nth-child(n+2) {
      margin-left: 0;
      margin-top: 20px;
    }
  }


  /* 重要なお知らせ */
  section.inportant_news h2.section_ttl {
    font-size: 2.6rem;
    color: #ff0000;
  }

  section.inportant_news .section_inner {
    margin-top: 1em;
  }

  section.inportant_news dl dt {
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
  }

  section.inportant_news dl dt:hover {
    text-decoration: underline;
  }

  section.inportant_news dl dt.active+dd+dt {
    margin-top: 2em;
  }

  section.inportant_news dl dt:before {
    content: '＋';
    color: #009e99;
    font-weight: 300;
    font-size: 130%;
    vertical-align: middle;
    display: inline-block;
    margin-right: .5em;
    position: relative;
    top: -.1em;
  }

  section.inportant_news dl dt.active:before {
    content: '?';
    font-size: 130%;
  }

  section.inportant_news dl dd {
    display: none;
  }

  section.inportant_news dl dd p {
    margin-top: 1em;
  }


  @media all and (max-width: 768px) {
    #top section.inportant_news .section_inner {
      padding: 0 15px;
    }

    section.inportant_news h2.section_ttl {
      font-size: 1.8rem;
    }

    section.inportant_news dl dt {
      font-size: 1.5rem;
    }

    section.inportant_news dl dt.active+dd+dt {
      margin-top: 1.5em;
    }
  }











  /* footer
------------------------------------------------------ */
  #footer {
    min-width: 1280px;
    text-align: center;
  }

  #footer .box_dial {
    background-color: #009e99;
    color: #fff;
    letter-spacing: -0.4em;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #footer .box_dial dt,
  #footer .box_dial dd {
    display: inline-block;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: normal;
    vertical-align: middle;
  }

  #footer .box_dial dd.freedial {
    color: #ffffcc;
    padding-left: 40px;
    padding-right: 40px;
  }

  #footer .box_dial dd.freedial span {
    font-size: 3rem;
    line-height: 1;
    vertical-align: baseline;
  }

  #footer .box_dial dd.freedial span a {
    color: #ffffcc;
  }

  #footer .box_dial dd.freedial i.icon-freedial {
    font-size: 2.4rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  #footer .box_dial dd.time {
    font-size: 1.8rem;
  }

  #footer .upper {
    padding-top: 65px;
    padding-bottom: 55px;
  }

  #footer .upper .icon_list li {
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
  }

  #footer .upper .icon_list+p {
    font-size: 1.4rem;
    margin-top: 45px;
  }

  #footer .upper .banner_list {
    margin-top: 45px;
  }

  #footer .upper .banner_list li {
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    vertical-align: middle;
  }

  #footer .lower {
    background-color: #000;
    padding: 35px;
  }

  #footer .lower:after,
  #footer .lower .footer_nav:after {
    clear: both;
    content: "";
    display: block;
  }

  #footer .lower * {
    color: #fff;
  }

  #footer .lower .footer_nav,
  #footer .lower .footer_nav li {
    float: left;
  }

  #footer .lower .footer_nav li {
    border-left: 1px solid #fff;
    line-height: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer .lower .footer_nav li:first-child {
    border-left: none;
  }

  #footer .lower .copyright {
    float: right;
    font-size: 1.2rem;
  }

  /*
#footer .btn_share {
	position:fixed;
	right:0;
	bottom:100px;
	width:220px;
	z-index:10;
}
*/

  /* pagetop */
  #pagetop {
    bottom: 210px;
    cursor: pointer;
    display: none;
    height: 73px;
    position: fixed;
    right: 30px;
    width: 73px;
    z-index: 10;
  }

  #pagetop span {
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  /*PC Layout
===================================*/
  /* pagetop */
  @media print,
  screen and (min-width: 769px) {
    #pagetop span:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
    }
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    #footer {
      min-width: inherit;
    }

    #footer .box_dial {
      padding-top: 25px;
      padding-bottom: 25px;
      text-align: center;
    }

    #footer .box_dial dt,
    #footer .box_dial dd {
      font-size: 1.4rem;
    }

    #footer .box_dial dd.freedial {
      font-size: 1.7rem;
      margin-top: 10px;
      margin-bottom: 5px;
      padding: 0;
    }

    #footer .box_dial dd.freedial span {
      font-size: 2.3rem;
    }

    #footer .box_dial dd.freedial i.icon-freedial {
      font-size: 1.8rem;
      margin-left: 7px;
      margin-right: 7px;
    }

    #footer .box_dial dd.time {
      font-size: 1.2rem;
    }

    #footer .upper {
      padding-top: 35px;
      padding-bottom: 30px;
    }

    #footer .upper .icon_list {
      text-align: center;
    }

    #footer .upper .icon_list li {
      margin-left: 25px;
      margin-right: 25px;
      width: 50px;
    }

    #footer .upper .icon_list+p {
      font-size: 1.2rem;
      margin-top: 30px;
    }

    #footer .upper .banner_list {
      margin-top: 25px;
    }

    #footer .upper .banner_list li {
      margin-left: 15px;
      margin-right: 15px;
      max-width: 60px;
    }

    #footer .lower {
      padding: 25px 0 10px;
    }

    #footer .lower .footer_nav,
    #footer .lower .footer_nav li {
      float: none;
    }

    #footer .lower .footer_nav li {
      border-left: none;
      margin-top: 30px;
      padding: 0;
    }

    #footer .lower .footer_nav li:first-child {
      margin-top: 0;
    }

    #footer .lower .footer_nav li a {
      text-decoration: underline;
    }

    #footer .lower .copyright {
      float: none;
      font-size: 1.1rem;
      margin-top: 50px;
    }

    /*
	#footer .btn_share {
		bottom:15px;
		width:100px;
	}
	*/

    /* pagetop */
    #pagetop {
      bottom: 115px;
      height: 36px;
      right: 10px;
      width: 36px;
    }
  }







  /* share menu
--------------------------------------------------------------------*/
  #header .btn_share .trigger {
    display: none;
    background: url(../img/sp_btn_share.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    padding-top: 19%;
    position: relative;
    width: 100%;
  }

  #footer .btn_share {
    cursor: pointer;
    display: block;
    display: none !important;
    position: fixed;
    right: 0;
    bottom: 90px;
    width: 220px;
    z-index: 102;
  }

  #footer .btn_share .trigger,
  #footer .btn_share .trigger span {
    display: inline-block;
  }

  #footer .btn_share .trigger {
    background: url(../img/btn_share.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    height: 114px;
    position: relative;
    width: 220px;
    z-index: 102;
  }

  #footer .btn_share .trigger.active {
    background-image: url(../img/btn_close.png);
    border: none;
    color: transparent;
    height: 58px;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 30px;
    text-indent: 200%;
    width: 58px;
    z-index: 102;
  }

  .toggleWrap {
    background: rgba(90, 200, 90, 0.95);
    padding: 50px 15px 10px 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    overflow: scroll;
  }

  .toggleWrap .share {
    position: relative;
    padding-top: 150px;
    color: #fff;
    font-size: 0.8em;
  }

  .toggleWrap .share:after {
    background: url(../img/btn_share02.png) no-repeat top center;
    background-size: 100%;
    content: "";
    padding-top: 100px;
    width: 190px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .share .caption {
    margin-bottom: 3em;
    font-weight: bold;
    text-align: center;
  }

  .sns_org {
    position: relative;
  }

  .sns_org ul {
    font-size: 0;
    text-align: center;
  }

  .sns_org li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    width: 10em;
    margin: 2em;
  }

  .sns_org li span {
    width: 100%;
    padding: 1em 0.5em;
    display: block;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 12px;
    color: #000;
    text-align: center;
    font-size: 1.5em;
    position: relative;
  }

  .sns_org li span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
  }

  .sns_org li a {
    width: 100%;
    border-radius: 7px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }

  .sns_org li a i {
    margin: 0 5px;
    line-height: 50px;
    font-size: 2.4rem;
  }

  .sns_org li.twitter-o a {
    background: #1da1f2;
  }

  .sns_org li.facebook-o a {
    background: #4267b2;
  }

  .sns_org li.hatebu-o a {
    background: #008fde;
  }

  .sns_org li.line-o a {
    background: #26AC39;
  }

  .mainNav li {
    list-style-type: none;
  }

  .navItem {
    display: block;
    text-decoration: none;
    color: #3e3e3e;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    text-align: center;
    font-size: 2rem;
  }

  .hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }

  .animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  .no-scroll {
    overflow: hidden;
  }

  .insta_btn2 {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-decoration: none;
  }

  .insta_btn2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  }

  .insta_btn2 .fa-instagram {
    font-size: 35px;
    position: relative;
    top: 4px;
  }

  .sns_org li a b {
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: .5s;
  }

  .sns_org li a:hover b {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    #header.active~#footer .btn_share .trigger {
      display: none;
    }

    #header.active~#footer .btn_share .trigger.active {
      display: block;
    }

    #footer .btn_share .trigger {
      height: 52px !important;
      width: 100px !important;
    }

    #footer .btn_share {
      bottom: 60px;
      width: 100px;
    }

    #footer .btn_share .trigger.active {
      top: 10px;
      height: 30px !important;
      right: 15px;
      width: 30px !important;
    }

    .toggleWrap {
      padding-top: 30px;
    }

    .sns_org li {
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  }







  #footer .cart_area {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
  }

  #footer .cart_area .btn label {
    background-color: #ed5a24;
    cursor: pointer;
    display: block;
    padding: 18px 0;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    width: 100%;
  }

  #footer .cart_area .btn label i.icon-cart,
  #footer .cart_area .btn label input[type="submit"] {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    vertical-align: middle;
  }

  #footer .cart_area .btn label input[type="submit"] {
    background: none;
    font-weight: 700;
    letter-spacing: 1px;
  }

  /*PC Layout
===================================*/
  @media print,
  screen and (min-width: 769px) {
    #footer .cart_area .btn label:hover {
      opacity: 0.7;
      filter: alpha(opacity=70);
    }
  }

  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    #footer .cart_area .btn label {
      padding: 12px 0;
    }

    #footer .cart_area .btn label i.icon-cart,
    #footer .cart_area .btn label input[type="submit"] {
      font-size: 1.4rem;
    }
  }

  /* result */
  .section_wrap.result {
    background: none;
    background-position: center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_wrap.result .section_inner {
    background: rgba(255, 255, 255, 0.9);
    font-size: 2rem;
    padding: 100px 70px;
    text-align: center;
  }

  .section_wrap.result .box_result {
    margin-top: 80px;
  }

  .section_wrap.result .box_result>.each_comm {
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
  }

  .section_wrap.result .box_result>.each_comm.vaccine {
    background: rgba(0, 150, 214, 0.3);
  }

  .section_wrap.result .box_result>.each_comm.furugi {
    background: rgba(0, 158, 153, 0.2);
  }

  .section_wrap.result .box_result>.each_comm .icn {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -58px;
  }

  .section_wrap.result .box_result>.each_comm .total {
    font-size: 3rem;
    font-weight: 600;
  }

  .section_wrap.result .box_result>.each_comm .total>span {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 0;
  }

  .section_wrap.result .box_result>.each_comm .total b {
    font-size: 6rem;
    line-height: 1;
  }

  .section_wrap.result .box_result>.each_comm .total span:after {
    background-color: #ffff00;
    content: "";
    height: 26px;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }

  .section_wrap.result .box_result>.each_comm .total+p {
    margin-top: 15px;
  }

  .section_wrap.result .box_result+p {
    margin-top: 60px;
  }


  /*SP Layout
===================================*/
  @media all and (max-width: 768px) {
    .section_wrap.result {
      background: none;
      padding-top: 55px;
    }

    .section_wrap.result .section_inner {
      background: none;
      font-size: 1.4rem;
      padding: 0 10px;
    }

    .section_wrap.result .box_result {
      margin-top: 55px;
    }

    .section_wrap.result .box_result>.each_comm {
      margin-top: 55px;
      padding-top: 70px;
      padding-bottom: 30px;
    }

    .section_wrap.result .box_result>.each_comm .icn {
      top: -30px;
      width: 90px;
    }

    .section_wrap.result .box_result>.each_comm .total {
      font-size: 2rem;
    }

    .section_wrap.result .box_result>.each_comm .total>span {
      padding-left: 15px;
      padding-right: 15px;
    }

    .section_wrap.result .box_result>.each_comm .total b {
      font-size: 3.8rem;
    }

    .section_wrap.result .box_result>.each_comm .total span:after {
      height: 15px;
    }

    .section_wrap.result .box_result>.each_comm .total+p {
      margin-top: 5px;
    }

    .section_wrap.result .box_result+p {
      margin-top: 30px;
      text-align: left;
    }
  }

  /** font color */
  .teal {
    color: #009E99 !important;
  }

  .yellow {
    color: #ff0 !important;
  }

  .pink {
    color: #ff588a !important;
  }

  .error-message {
    color: red;
    margin: 0;
  }

  .change-error-message {
    color: red;
    margin: 0;
  }

  /** background color */
  .bg-teal {
    background-color: #009E99 !important;
  }

  /** thanks form */
  .section_inner_thanks {
    margin: 0;
    padding: 0;
    border: 0;
    clear: both;
    content: "";
    display: block;
  }

  #thanks_form_area {
    text-align: center;
    padding: 20px 10px 50px;
  }

  #thanks_form_area form {
    margin-bottom: 30px;
  }

  #thanks_form_area form h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 180%;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  #thanks_form_area form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.16px;
    text-align: start;
    margin-bottom: 10px;
  }

  .gift_pr {
    position: relative;
    text-align: center;
    background-color: #FFF5F8;
    padding: 50px 0 60px 0;
  }

  .gift_pr .gift_pr_ribbon {
    position: absolute;
    background-image: url(https://furugidevaccine.etsl.jp/wp-content/uploads/2024/01/ribbon_sp.png);
    width: 346px;
    height: 94px;

    font-size: 22px;
    font-family: "Yusei Magic", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    line-height: 130%;
    letter-spacing: 2.2px;

    top: -50px;
    left: calc(50% - 173px);
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .gift_pr h2 {
    font-size: 20px;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 1px;
  }

  .gift_pr h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 0.9px;
    padding-bottom: 30px;
  }

  .gift_pr .gift_pr_subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.16px;
    margin-bottom: 40px;
  }

  .gift_pr .gift_content img {
    margin: 10px;
    width: calc(100% - 20px);
  }

  .gift_pr .gift_list {
    text-align: start;
    padding: 10px 20px 10px 40px;
  }

  .gift_pr .gift_list li {
    font-size: 16px;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.16px;

    list-style-type: none;
    background-image: url(https://furugidevaccine.etsl.jp/wp-content/uploads/2024/01/checkmark_sp.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 28px;
    margin-bottom: 8px;
  }

  .gift_pr .gift_msg {
    padding: 10px 5px 40px;
    text-align: start;
  }

  .gift_pr .box_red {
    margin: 0 10px;
    padding: 20px 20px 0px 20px;
    border-radius: 20px;
    background-color: #ffdde8;
    position: relative;
  }

  .gift_pr .box_red_circle {
    border-radius: 50px;
    background-color: white;
    color: #ff588a;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.18px;
    text-align: center;
    width: 100px;
    height: 100px;
    padding-top: 20px;
    position: absolute;
    top: 50px;
    left: 10px;
  }

  .gift_pr .box_red .box_title {
    color: #ff588a;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #ff588a;
    width: 130px;
    padding: 1px 10px 2px 10px;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
  }

  .gift_pr .box_red .box_phone {
    position: relative;
    width: 110px;
    display: inline-block;
  }

  .gift_pr .box_red .finger {
    position: absolute;
    top: 80px;
    left: 72px;
  }

  .gift_pr .box_red .box_tag {
    color: white;
    background-color: #ff588a;
    width: 100px;
    justify-content: center;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
    margin: auto;
    margin-bottom: 10px;
  }

  .gift_pr .box_green {
    margin: 0 10px;
    padding: 20px;
    border-radius: 20px;
    background-color: #cfedec;
  }

  .gift_pr .box_green .box_title {
    color: #009E99;
    font-weight: 700;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #009E99;
    width: 130px;
    padding: 1px 10px 2px 10px;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
  }

  .gift_pr .box_green .box_tag {
    color: white;
    background-color: #009E99;
    width: 100px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
    margin: auto;
    margin-bottom: 10px;
  }

  .gift_pr .box_green .box_content {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .gift_pr .box_green .box_item {
    justify-content: space-between;
  }

  .gift_pr .box_green .box_arrow {
    margin: auto;
    justify-content: center;
  }

  .gift_pr .box_green .truck_img {
    margin-top: 40px;
  }

  .gift_btn {
    width: 400px;
  }

  /** thanks form pc */
  @media all and (min-width: 769px) {
    #thanks_form_area form p {
      text-align: center;
    }

    #thanks_form_area form h2 {
      font-size: 26px;
    }

    .gift_pr {
      border-radius: 20px;
      margin: 0 130px;
    }

    .gift_pr .gift_pr_ribbon {
      background-image: url(https://furugidevaccine.etsl.jp/wp-content/uploads/2024/01/ribbon.png);
      width: 606px;
      height: 71px;

      top: -38px;
      left: calc(50% - 303px);
      padding-top: 18px;
      font-size: 24px;
    }

    .gift_pr h2 {
      margin-top: 8px;
      font-size: 26px;
      letter-spacing: 1.3px;
    }

    .gift_pr .gift_content {
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    .gift_pr .gift_content img {
      width: 330px;
    }

    .gift_pr .gift_list {
      margin-top: 50px;
    }

    .gift_pr .gift_list li {
      margin-bottom: 16px;
      background-image: url(https://furugidevaccine.etsl.jp/wp-content/uploads/2024/01/checkmark.png);
      padding-left: 32px;
    }

    .gift_pr .gift_msg {
      text-align: center;
    }

    .gift_pr h3 {
      font-size: 20px;
    }

    .gift_pr .gift_msg {
      font-size: 14px;
    }

    .gift_pr .gift_msg img {
      margin-top: -30px;
    }

    .gift_pr .gift_msg p {
      margin-bottom: 10px;
    }

    .gift_pr .box_red {
      width: 390px;
      height: 287px;
      /* phone下がずれるので微調整 */
      margin: 10px 0;
      padding: 20px 40px 0;
    }

    .gift_pr .box_green {
      width: 390px;
      height: 287px;
      margin: 10px 0;
      padding: 20px 40px;
    }

    .gift_pr .box_usage {
      display: flex;
      flex-direction: row;
      justify-content: center;
    }

    .gift_pr .box_arrow {
      margin: auto 0;
      width: 40px;
    }

    .gift_btn {
      width: 100%;
    }
  }

  /** change */
  @media all and (min-width: 769px) {
    .change-error-message {
      font-size: 1.3rem;
    }
  }

  /* modal */
  .modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
  }

  body.modal_active {
    overflow: hidden;
  }

  .modal_contents {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 4rem 0;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 10px;
    background: #FFF;
    width: 95%;
    z-index: 1001;
  }

  .modal_contents .modal_txt {
    color: #009E99;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 0;
  }

  .modal_buttons {
    display: grid;
    gap: 2.4rem;
  }

  [data-btn="btn02"] button {
    border-radius: 100px;
    background: #009E99;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.18px;
    padding: 1rem 2.4rem;
    cursor: pointer;
  }

  .modal_hidden {
    display: none !important;
  }

  /** modal pc */
  @media all and (min-width: 769px) {
    .modal_contents {
      padding: 4rem 5rem;
      width: auto;
    }

    .modal_contents .modal_txt {
      font-size: 2.6rem;
      letter-spacing: 1.3px;
    }
  }

  /* display */
  @media all and (min-width: 769px) {

    /* PC版のときにSP版を非表示にする */
    .sp {
      display: none !important;
    }
  }

  @media all and (max-width: 768px) {

    /* SP版のときにPC版を非表示にする */
    .pc {
      display: none !important;
    }
  }

  align-items: center;
  gap: 4rem;
  padding: 4rem 0;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 10px;
  background: #FFF;
  width: 95%;
  z-index: 1001;
}

.modal_contents .modal_txt {
  color: #009E99;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.modal_buttons {
  display: grid;
  gap: 2.4rem;
}

[data-btn="btn02"] button {
  border-radius: 100px;
  background: #009E99;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.18px;
  padding: 1rem 2.4rem;
  cursor: pointer;
}

.modal_hidden {
  display: none !important;
}

/** modal pc */
@media all and (min-width: 769px) {
  .modal_contents {
    padding: 4rem 5rem;
    width: auto;
  }

  .modal_contents .modal_txt {
    font-size: 2.6rem;
    letter-spacing: 1.3px;
  }
}

/* display */
@media all and (min-width: 769px) {

  /* PC版のときにSP版を非表示にする */
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 768px) {

  /* SP版のときにPC版を非表示にする */
  .pc {
    display: none !important;
  }
}