@charset "UTF-8";
/* CSS Document */

header .inner {
  background: #fff;
  height: 40px;
}
header .topWave {
  position: absolute;
  top: 40px;
  z-index: 10;
  width: 100%;
  height: calc(100vw * 22 / 640);
}
header .topWave path {
  fill: #fff;
}
#container {
  padding-top: 40px;
}

#main .bgArea {
  height: calc(100vw * 305 / 640);
  position: relative;
}
#main .bottomWave path {
  fill: #fff;
}

#main .bottomWave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 22 / 640);
}
#container {
  overflow: hidden;
}

/*=============================
  4policy
=============================*/
/*共通
=============================*/
.policy4 #container {
  overflow: hidden;
}

.policy4 #main .bgArea {
  background: url(../images/4policy/4policy_main_bg.jpg) no-repeat center center/cover;
}
.policy4 #main .bgArea > .inner {
  position: relative;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.policy4 #main #catTit {
  text-align: center;
  margin-bottom: 15px;
}
.policy4 #main #catTit img {
  width: 43%;
  height: auto;
}

.policy4 #main ul.pnav {
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-around; /* Safari */
  justify-content: space-around;
}
.policy4 #main ul.pnav li {
  width: 21%;
  height: calc(100vw * 135 / 640);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  padding-top: 10px;
}

.policy4 #main ul.pnav li.pnav01 {
  background: url(../images/4policy/pnav01_pic.png) no-repeat #f4a12c bottom 10px center/74% auto;
}
.policy4 #main ul.pnav li.pnav02 {
  background: url(../images/4policy/pnav02_pic.png) no-repeat #60a4da bottom 10px center/74% auto;
}
.policy4 #main ul.pnav li.pnav03 {
  background: url(../images/4policy/pnav03_pic.png) no-repeat #008d4f bottom 10px center/74% auto;
}
.policy4 #main ul.pnav li.pnav04 {
  background: url(../images/4policy/pnav04_pic.png) no-repeat #e95548 bottom 10px center/74% auto;
}

.policy4 #main ul.pnav li.pnav01.on {
  background-color: #f9d095;
}
.policy4 #main ul.pnav li.pnav02.on {
  background-color: #afd1ec;
}
.policy4 #main ul.pnav li.pnav03.on {
  background-color: #7fc6a7;
}
.policy4 #main ul.pnav li.pnav04.on {
  background-color: #f4aaa3;
}

.policy4 #main ul.pnav li .num,
.policy4 #main ul.pnav li .copy {
  text-align: center;
}
.policy4 #main ul.pnav li .num {
  margin-bottom: 15px;
}
.policy4 #main ul.pnav li .num img {
  width: 20%;
  height: auto;
}

.policy4 #main ul.pnav li .arrow {
  width: 50%;
  height: 50%;
  position: absolute;
  bottom: -65%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.policy4 #main ul.pnav li .arrow .svgImg {
  width: 100%;
  height: 100%;
}

.policy4 #main ul.pnav li.pnav01 .arrow .svgImg path {
  fill: #f4a12c;
}
.policy4 #main ul.pnav li.pnav02 .arrow .svgImg path {
  fill: #60a4da;
}
.policy4 #main ul.pnav li.pnav03 .arrow .svgImg path {
  fill: #008d4f;
}
.policy4 #main ul.pnav li.pnav04 .arrow .svgImg path {
  fill: #e95548;
}

.policy4 #main ul.pnav li .arrow {
  display: none;
}
.policy4_01 #main ul.pnav li.pnav01 .arrow,
.policy4_02 #main ul.pnav li.pnav02 .arrow,
.policy4_03 #main ul.pnav li.pnav03 .arrow,
.policy4_04 #main ul.pnav li.pnav04 .arrow {
  display: block;
}

.policy4_01 #main .bottomWave path {
  fill: #f4a12c;
}
.policy4_02 #main .bottomWave path {
  fill: #60a4da;
}
.policy4_03 #main .bottomWave path {
  fill: #008d4f;
}
.policy4_04 #main .bottomWave path {
  fill: #e95548;
}

.policy4 #main .txtArea {
  padding: 20px 0px 35px 0px;
  position: relative;
}
.policy4 #main .txtArea > .inner {
  position: relative;
  z-index: 10;
  text-align: center;
}
.policy4 #main .txtArea #pageTit {
  margin-bottom: 23px;
  text-align: center;
}
.policy4 #main .txtArea #pageTit img {
  width: 59%;
  height: auto;
}
.policy4 #main .txtArea #pageCopy {
  margin-bottom: 25px;
  text-align: center;
}

.policy4 #main .txtArea .txtBox {
}
.policy4 #main .txtArea .txtBox .txt {
  text-align: center;
  font-size: 4.375vw;
  line-height: 1.65;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
}

.policy4_01 #main .txtArea {
  background-color: #f4a12c;
}
.policy4_02 #main .txtArea {
  background-color: #60a4da;
}
.policy4_03 #main .txtArea {
  background-color: #008d4f;
}
.policy4_04 #main .txtArea {
  background-color: #e95548;
}

.policy4 #policy4Nav ul.pnav {
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  padding: 40px 0px;
}
.policy4 #policy4Nav ul.pnav li {
  width: 21%;
  height: calc(100vw * 135 / 640);
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  position: relative;
  padding-top: 10px;
  margin: 0px 5px;
  cursor: pointer;
}

.policy4 #policy4Nav ul.pnav li.pnav01 {
  background-color: #f4a12c;
}
.policy4 #policy4Nav ul.pnav li.pnav02 {
  background-color: #60a4da;
}
.policy4 #policy4Nav ul.pnav li.pnav03 {
  background-color: #008d4f;
}
.policy4 #policy4Nav ul.pnav li.pnav04 {
  background-color: #e95548;
}

.policy4 #policy4Nav ul.pnav li.pnav01.on,
.policy4 #policy4Nav ul.pnav li.pnav02.on,
.policy4 #policy4Nav ul.pnav li.pnav03.on,
.policy4 #policy4Nav ul.pnav li.pnav04.on {
  opacity: 0.5;
}

.policy4_01 #policy4Nav ul.pnav li.pnav01 {
  display: none;
}
.policy4_02 #policy4Nav ul.pnav li.pnav02 {
  display: none;
}
.policy4_03 #policy4Nav ul.pnav li.pnav03 {
  display: none;
}
.policy4_04 #policy4Nav ul.pnav li.pnav04 {
  display: none;
}

.policy4 #policy4Nav ul.pnav li .num,
.policy4 #policy4Nav ul.pnav li .copy {
  text-align: center;
}
.policy4 #policy4Nav ul.pnav li.pnav01 .copy img,
.policy4 #policy4Nav ul.pnav li.pnav03 .copy img {
  height: 44px;
  width: auto;
}
.policy4 #policy4Nav ul.pnav li.pnav02 .copy img,
.policy4 #policy4Nav ul.pnav li.pnav04 .copy img {
  height: 28px;
  width: auto;
}
.policy4 #policy4Nav ul.pnav li .num {
  margin-bottom: 10px;
}
.policy4 #policy4Nav ul.pnav li .num img {
  width: 20%;
  height: auto;
}
.policy4 #policy4Nav ul.pnav li.pnav01 {
  background: url(../images/4policy/pnav01_pic.png) no-repeat #f4a12c bottom 10px center/74% auto;
}
.policy4 #policy4Nav ul.pnav li.pnav02 {
  background: url(../images/4policy/pnav02_pic.png) no-repeat #60a4da bottom 10px center/74% auto;
}
.policy4 #policy4Nav ul.pnav li.pnav03 {
  background: url(../images/4policy/pnav03_pic.png) no-repeat #008d4f bottom 10px center/74% auto;
}
.policy4 #policy4Nav ul.pnav li.pnav04 {
  background: url(../images/4policy/pnav04_pic.png) no-repeat #e95548 bottom 10px center/74% auto;
}

/*policy4_01
=============================*/
.policy4_01 #main .txtArea::before {
  content: "";
  width: 100%;
  height: calc(100vw * 906 / 1000);
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/4policy/sp_4policy01_main_bg.png) no-repeat bottom center/100% auto;
}
.policy4_01 #pageCopy img {
  width: 60%;
  height: auto;
}

.policy4_01 .bgColor {
  background: rgba(244, 161, 44, 0.13);
  padding: 25px 12.5px;
}
.policy4_01 .bgColor section {
  margin-bottom: 45px;
}
.policy4_01 .bgColor section:last-of-type {
  margin-bottom: 0px;
}
.policy4_01 .bgColor section h1 {
  font-size: 5.31vw;
  font-weight: bold;
  color: #f4a12c;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.policy4_01 .bgColor section .txt {
  font-size: 4.375vw;
  letter-spacing: 1px;
  line-height: 1.75;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.policy4_01 .bgColor #bloc01 .txt {
}
.policy4_01 .bgColor #bloc01 .ph {
  padding-top: 25px;
  text-align: center;
}
.policy4_01 .bgColor #bloc01 .ph img {
  width: 57%;
  height: auto;
}

.policy4_01 #bloc03 {
  padding: 25px 12.5px 25px 12.5px;
  background: url(../images/4policy/4policy01_bloc03_bg.png) top left/ 8px auto;
}
.policy4_01 #bloc03 h1,
.policy4_01 #bloc03 h2 {
  text-align: center;
  font-size: 5.31vw;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #1d2088;
  margin-bottom: 25px;
}
.policy4_01 #bloc03 h2 {
  margin-bottom: 0;
}
.policy4_01 #bloc03 .mainTxt {
  font-size: 4.375vw;
  letter-spacing: 1px;
  line-height: 2;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  margin-bottom: 45px;
}

.policy4_01 #bloc03 .checkList {
  position: relative;
  margin-bottom: 90px;
}
.policy4_01 #bloc03 .checkList li:not(:last-child) {
  padding-bottom: 15%;
  background: url(../images/4policy/sp_4policy01_arrow.png) no-repeat bottom center/22.5px auto;
  margin-bottom: 15px;
}
.policy4_01 #bloc03 .checkList ul li .ph {
  text-align: center;
  margin-bottom: 15px;
}
.policy4_01 #bloc03 .checkList ul li .ph img {
  width: 51.25%;
  height: auto;
}
.policy4_01 #bloc03 .checkList ul li .txt {
  font-size: 4.375vw;
  font-weight: bold;
  line-height: 1.75;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.policy4_01 #bloc03 .catList {
  margin-bottom: 60px;
}
.policy4_01 #bloc03 .catList > ul > li {
  margin-bottom: 65px;
}
.policy4_01 #bloc03 .catList > ul > li:last-child {
  margin-bottom: 0px;
}
.policy4_01 #bloc03 .catList > ul > li .picArea {
  text-align: center;
}
.policy4_01 #bloc03 .catList > ul > li .picArea h3 {
  display: inline-block;
  font-size: 5vw;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  background: #1d2088;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 7px 15px;
  margin-bottom: 15px;
}
.policy4_01 #bloc03 .catList > ul > li .picArea .pic {
  text-align: center;
}
.policy4_01 #bloc03 .catList > ul > li .picArea .pic img {
  width: 83%;
  height: auto;
}

.policy4_01 #bloc03 .catList > ul > li .checkAera {
  margin-top: 45px;
  text-align: center;
}
.policy4_01 #bloc03 .catList > ul > li .checkAera .pic {
  text-align: center;
  margin-bottom: 20px;
}
.policy4_01 #bloc03 .catList > ul > li .checkAera .pic img {
  width: 27%;
  height: auto;
}
.policy4_01 #bloc03 .catList > ul > li .checkAera ul {
  display: inline-block;
}
.policy4_01 #bloc03 .catList > ul > li .checkAera ul li {
  font-size: 4.375vw;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
.policy4_01 #bloc03 .catList > ul > li .checkAera ul li:before {
  content: "・";
}

.policy4_01 #bloc03 .chara {
  text-align: center;
  margin-bottom: 60px;
}
.policy4_01 #bloc03 .chara img {
  width: 47%;
  height: auto;
}

/*policy4_02
=============================*/
.policy4_02 #main #pageCopy img {
  width: 88.28%;
  height: auto;
}
.policy4_02 #main .txtArea .pic01 {
  text-align: center;
  margin-bottom: 30px;
}
.policy4_02 #main .txtArea .pic01 img {
  width: 81.25%;
  height: auto;
}

.policy4_02 #contents {
  position: relative;
}
.policy4_02 .bloc {
  padding-bottom: 60px;
}

.policy4_02 .bloc .ph {
  margin-bottom: 50px;
}
.policy4_02 .bloc .ph img {
  width: 100%;
  height: auto;
}
.policy4_02 .bloc .inner {
  padding: 0px 12.5px 0px 12.5px;
}
.policy4_02 .bloc h1 {
  font-size: 5.31vw;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #60a4da;
  margin-bottom: 20px;
}
.policy4_02 .bloc .txt {
  font-size: 4.375vw;
  line-height: 1.75;
  letter-spacing: 1px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.policy4_02 .bloc h1 span.num::after {
  content: ".";
}

.policy4_02 #bloc01 .pic01 {
  margin-top: 35px;
  text-align: center;
}
.policy4_02 #bloc01 .pic01 img {
  width: 60%;
  height: auto;
}

.policy4_02 #bloc02 .pic01 {
  text-align: center;
  margin-top: 25px;
  font-size: 3.75vw;
  letter-spacing: 1px;
}
.policy4_02 #bloc02 .pic01 img {
  width: 87.8%;
  height: auto;
  margin-bottom: 10px;
}

.policy4_02 .chara {
  text-align: center;
}
.policy4_02 .chara img {
  width: 47%;
  height: auto;
}

/*policy4_03
=============================*/
.policy4_03 #main {
  margin-bottom: 35%;
  position: relative;
}
.policy4_03 #main #pageCopy img {
  width: 68%;
  height: auto;
}
.policy4_03 #main .txtArea::before {
  content: "";
  width: 100%;
  height: calc(100vw * 950 / 1000);
  position: absolute;
  bottom: 0px;
  left: 0;
  background: url(../images/4policy/sp_4policy03_main_bg.png) no-repeat bottom left/100% auto;
}
.policy4_03 .bloc {
  margin: 0px 12.5px 20px 12.5px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #008d4f;
}
.policy4_03 .bloc:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
}
.policy4_03 .bloc .ph {
  margin-top: 15px;
  text-align: center;
}
.policy4_03 .bloc .ph img {
  width: 49.5%;
  height: auto;
}
.policy4_03 .bloc > .inner {
  padding: 0px 12.5px;
}
.policy4_03 .bloc h1 {
  color: #008d4f;
  margin-bottom: 15px;
}
.policy4_03 .bloc h1 span.txt {
  font-size: 5.31vw;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.policy4_03 .bloc h1 span.num {
  display: none;
}
.policy4_03 .bloc .inner p.txt {
  font-size: 4.375vw;
  line-height: 1.75;
  letter-spacing: 1px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.policy4_03 #bloc03 .inner {
}
.policy4_03 #bloc03 .inner > .txt {
}
.policy4_03 #bloc03 ul {
  margin-top: 30px;
}
.policy4_03 #bloc03 ul li {
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column-reverse; /* Safari */
  flex-direction: column-reverse;
  margin-bottom: 15px;
}
.policy4_03 #bloc03 ul li:last-child {
  margin-bottom: 0px;
}
.policy4_03 #bloc03 ul li .txt {
  font-size: 3.4375vw;
  letter-spacing: 1px;
  text-align: center;
}
.policy4_03 #bloc03 ul li .pic {
  text-align: center;
  margin-bottom: 10px;
}
.policy4_03 #bloc03 ul li .pic img {
  width: 78%;
  height: auto;
}

.policy4_03 .chara {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -22.5%;
  margin-left: -10%;
}
.policy4_03 .chara img {
  width: 36vw;
  height: auto;
}

/*policy4_04
=============================*/
.policy4_04 #main {
  position: relative;
}
.policy4_04 #main #pageCopy img {
  width: 75%;
  height: auto;
}
.policy4_04 #main .txtArea::before {
  content: "";
  width: 100%;
  height: calc(100vw * 1139 / 999);
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/4policy/sp_4policy04_main_bg.png) no-repeat bottom center/100% auto;
}
.policy4_04 .chara {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -22.5%;
  margin-left: -20%;
}
.policy4_04 .chara img {
  width: 56vw;
  height: auto;
}

.policy4_04 #bloc01 {
  background: rgba(233, 85, 72, 0.1);
  padding: 26% 12.5px 30px;
}
.policy4_04 #bloc01 .inner {
  border: 2px solid #e95548;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 20px 20px 20px;
}
.policy4_04 #bloc01 .inner .pic {
  margin-top: 20px;
  text-align: center;
}
.policy4_04 #bloc01 .inner .pic img {
  width: 57%;
  height: auto;
  margin-left: 25%;
}
.policy4_04 #bloc01 .inner .txtArea {
}
.policy4_04 #bloc01 .inner .txtArea h1 {
  font-size: 5.31vw;
  font-weight: bold;
  color: #e95548;
  text-indent: -0.5em;
  margin-bottom: 15px;
}
.policy4_04 #bloc01 .inner .txtArea .txt {
  font-size: 4.375vw;
  line-height: 1.75;
  letter-spacing: 0.5px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.policy4_04 #bloc02 {
  background: url(../images/4policy/4policy04_bloc02_bg01.png) top left/3px auto;
  padding: 15px 0px 30px;
}
.policy4_04 #bloc02 h1,
.policy4_04 #bloc02 .copy {
  text-align: center;
}
.policy4_04 #bloc02 h1 {
  margin-bottom: 10px;
}
.policy4_04 #bloc02 h1 img {
  width: 29%;
  height: auto;
}
.policy4_04 #bloc02 .copy {
  margin-bottom: 25px;
}
.policy4_04 #bloc02 .copy img {
  width: 87.5%;
  height: auto;
}

.policy4_04 #bloc02 .carouselArea {
  position: relative;
}
.policy4_04 #bloc02 .caroufredsel_wrapper {
}
.policy4_04 #bloc02 .carouselArea ul.carousel li {
  float: left;
  text-align: center;
}
.policy4_04 #bloc02 .carouselArea ul.carousel li img {
  width: 70%;
  height: auto;
}
.policy4_04 #bloc02 .carouselArea .bt {
  width: 5%;
  display: inline-block;
  position: absolute;
  z-index: 10;
}
.policy4_04 #bloc02 .carouselArea .nextBt {
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.policy4_04 #bloc02 .carouselArea .prevBt {
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.policy4_04 #bloc02 .carouselArea a.next img,
.policy4_04 #bloc02 .carouselArea a.prev img {
  width: 100%;
  height: auto;
}
.policy4_04 #bloc02 .carouselArea a.prev img {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.policy4_04 #bloc03,
.policy4_04 #bloc04 {
  padding: 0px 12.5px;
  margin-bottom: 25px;
}
.policy4_04 #bloc03 {
  padding-top: 20px;
}
.policy4_04 #bloc04 {
  margin-bottom: 0;
}
.policy4_04 #bloc03 .icon,
.policy4_04 #bloc04 .icon {
  text-align: center;
  margin-bottom: 20px;
}

.policy4_04 #bloc03 h1,
.policy4_04 #bloc04 h1 {
  text-align: center;
  font-size: 5.31vw;
  font-weight: bold;
  color: #1d2088;
  margin-bottom: 20px;
}
.policy4_04 #bloc03 .ph img,
.policy4_04 #bloc04 .ph img {
  width: 100%;
  height: auto;
}
.policy4_04 #bloc03 .txt,
.policy4_04 #bloc04 .txt {
  font-size: 4.375vw;
  line-height: 1.75;
  letter-spacing: 0.5px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

.policy4_04 #bloc03 .icon img {
  width: 10%;
  height: auto;
}
.policy4_04 #bloc03 .ph {
  margin-bottom: 40px;
}

.policy4_04 #bloc04 .icon img {
  width: 12.5%;
  height: auto;
}
.policy4_04 #bloc04 .ph {
  margin-top: 20px;
}

/*=============================
  hearts
=============================*/
.hearts #main .bgArea {
  background: url(../images/1plus4hearts/1plus4hearts_bg.png) top left/7px auto;
}
.hearts #main .bgArea > .inner {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hearts #main #catTit {
  text-align: center;
  margin-bottom: 10px;
}
.hearts #main #catTit img.tit01 {
  width: 31%;
  height: auto;
  margin-bottom: 5px;
}
.hearts #main #catTit img.tit02 {
  width: 31%;
  height: auto;
}

.hearts #main ul.pnav {
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
}
.hearts #main ul.pnav li {
  position: relative;
}
.hearts #main ul.pnav li .num,
.hearts #main ul.pnav li .copy {
  text-align: center;
}
.hearts #main ul.pnav li .num {
  margin-bottom: 5px;
}
.hearts #main ul.pnav li.pnav01 {
  margin-right: 35px;
}
.hearts #main ul.pnav li.pnav02 {
  margin-left: 35px;
}
.hearts #main ul.pnav li.pnav01 .num img {
  width: 16.4vw;
  height: auto;
}
.hearts #main ul.pnav li.pnav02 .num img {
  width: 18.5vw;
  height: auto;
}
.hearts #main ul.pnav li .arrow .svgImg {
  width: 7vw;
  height: 7vw;
}
.hearts #main ul.pnav li .arrow {
  position: absolute;
  bottom: -80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hearts #main ul.pnav li .arrow .svgImg path {
  fill: #1d2088;
}

.hearts #main ul.pnav li .arrow {
  display: none;
}

.hearts01 #main ul.pnav li.pnav01 .arrow,
.hearts02 #main ul.pnav li.pnav02 .arrow {
  display: block;
}

.hearts #main .bottomWave path {
  fill: #1d2088;
}

.hearts #contents {
  background: #1d2088;
  padding: 25px 22.5px 0px 22.5px;
}
.hearts #contents > .inner {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: url(../images/1plus4hearts/1plus4hearts_bg.png) top left/7px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.hearts #pageTit {
  text-align: center;
  margin-bottom: 15px;
}
.hearts #pageTit img.tit01 {
  width: 16%;
  height: auto;
  margin-bottom: 5px;
}
.hearts #pageTit img.tit02 {
  width: 41%;
  height: auto;
}
.hearts #pageCopy {
  text-align: center;
  font-size: 5.31vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2.5px;
}

.hearts01 #heartsNav ul.pnav li.pnav01 {
  display: none;
}
.hearts02 #heartsNav ul.pnav li.pnav02 {
  display: none;
}

.hearts #heartsNav ul.pnav li {
  text-align: center;
}
.hearts #heartsNav ul.pnav li a {
  font-size: 4.375vw;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}
.hearts01 #heartsNav ul.pnav li a {
  color: #d33131;
}
.hearts02 #heartsNav ul.pnav li a {
  color: #1d2088;
}

/*hearts01
=============================*/
.hearts01 #main ul.pnav li .arrow {
  display: none;
}
.hearts01 #pageCopy {
  margin-bottom: 15px;
}
.hearts01 #contents > .inner > .pic01 {
  position: absolute;
  left: 15px;
  top: 20px;
}
.hearts01 #contents > .inner > .pic01 img {
  width: 17.6vw;
  height: auto;
}
.hearts01 #contents > .inner > .chara {
  text-align: center;
  margin-bottom: 12.5px;
}
.hearts01 #contents > .inner > .chara img {
  width: 31%;
  height: auto;
}

.hearts01 .boderBox {
  margin-left: 15px;
  margin-right: 15px;
  padding: 7% 0px 7.5% 0px;
  background: url(../images/1plus4hearts/1plus4hearts01_contents_bgTop.png) no-repeat top left/100% auto,
    url(../images/1plus4hearts/1plus4hearts01_contents_bgBottom.png) no-repeat bottom left/100% auto;
  margin-bottom: 25px;
}
.hearts01 .boderBox .inner {
  padding: 0px 15px 10px 15px;
  background: url(../images/1plus4hearts/1plus4hearts01_contents_bgBody.png) left top/100% auto;
}

.hearts01 .boderBox h3 {
  text-align: center;
  font-size: 5.31vw;
  color: #1d2088;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.65;
  margin-bottom: 20px;
}
.hearts01 .boderBox .txt {
  font-size: 4.375vw;
  letter-spacing: 0.5px;
  line-height: 1.75;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  margin-bottom: 20px;
}
.hearts01 .boderBox .ph {
  text-align: center;
}
.hearts01 .boderBox .ph img {
  width: 57%;
  height: auto;
}

/*hearts02
=============================*/
.hearts02 #contents > .inner > .pic01,
.hearts02 #contents > .inner > .ph01 {
  text-align: center;
}
.hearts02 #contents > .inner > .pic01 img {
  width: 24%;
  height: auto;
}
.hearts02 #contents > .inner > .ph01 img {
  width: 64%;
  height: auto;
}
.hearts02 #contents > .inner > .ph01 {
  margin-bottom: 35px;
}
.hearts02 #pageCopy {
  margin-bottom: 30px;
}

.hearts02 ul.heartsList {
  padding: 0px 17.5px;
  margin-bottom: 30px;
}
.hearts02 ul.heartsList li {
  -webkit-border-radius: 17.5px;
  -moz-border-radius: 17.5px;
  border-radius: 17.5px;
  padding: 20px 15px 25px 15px;
  margin-bottom: 10px;
}
.hearts02 ul.heartsList li.list01 {
  background: #f9e698;
}
.hearts02 ul.heartsList li.list02 {
  background: #adcbde;
}
.hearts02 ul.heartsList li.list03 {
  background: #a8e3dd;
}
.hearts02 ul.heartsList li.list04 {
  background: #f4bedd;
}
.hearts02 ul.heartsList li .icon {
  text-align: center;
  margin-bottom: 15px;
}
.hearts02 ul.heartsList li .icon .svgImg {
  width: 12.5%;
  height: auto;
}
.hearts02 ul.heartsList li.list01 .icon .svgImg path {
  fill: #ff9700;
}
.hearts02 ul.heartsList li.list02 .icon .svgImg path {
  fill: #5089c7;
}
.hearts02 ul.heartsList li.list03 .icon .svgImg path {
  fill: #22a392;
}
.hearts02 ul.heartsList li.list04 .icon .svgImg path {
  fill: #dc6481;
}

.hearts02 ul.heartsList li h3 {
  font-size: 5.31vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.hearts02 ul.heartsList li.list01 h3 {
  color: #ff9700;
}
.hearts02 ul.heartsList li.list02 h3 {
  color: #5089c7;
}
.hearts02 ul.heartsList li.list03 h3 {
  color: #22a392;
}
.hearts02 ul.heartsList li.list04 h3 {
  color: #dc6481;
}

.hearts02 ul.heartsList li .txt {
  font-size: 4.375vw;
  line-height: 1.75;
  letter-spacing: 1px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/*=============================
  shopinfo
=============================*/
.shopinfo #main #pageTit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shopinfo #main #pageTit img {
  width: 44vw;
  height: auto;
}

/*shopinfo_price
=============================*/
.shopinfo_price #contents {
  padding-top: 20px;
}
.shopinfo_price #main .bgArea {
  background: url(../images/shopinfo/shopinfo_price_main_bg.jpg) no-repeat bottom center/cover;
}

.shopinfo_price #contents {
  padding-bottom: 45px;
}
.shopinfo_price .bloc {
  padding: 0px 12.5px;
}
.shopinfo_price .bloc > h1 {
  text-align: center;
  font-size: 5.31vw;
  letter-spacing: 1px;
  font-weight: bold;
  color: #1d2088;
  margin-bottom: 10px;
}

.shopinfo_price .bloc > .price_att {
  font-size: 3.75vw;
  margin: 20px 0;
}

.shopinfo_price .bloc > .price_span {
  font-size: 3.75vw;
  margin: -15px 0 20px;
  text-align: right;
}

.shopinfo_price #bloc01 {
  margin-bottom: 35px;
}
.shopinfo_price #bloc01 > section:not(:last-of-type) {
  margin-bottom: 35px;
}
.shopinfo_price #bloc01 > section h1 {
  text-align: center;
  font-size: 4.375vw;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.shopinfo_price #bloc01 .list {
}
.shopinfo_price #bloc01 ul.priceList li {
  display: table;
  width: 100%;
  padding: 7px 7px 4px 7px;
}
.shopinfo_price #bloc01 ul.priceList li p {
  display: table-cell;
  vertical-align: middle;
  font-size: 3.8vw;
  letter-spacing: 0;
}

.shopinfo_price #bloc01 ul.priceList li p.name span:not([class]) {
  letter-spacing: -1px;
  display: inline-block;
  font-size: 3.4vw;
  text-indent: -1vw;
}

.shopinfo_price #bloc01 ul.priceList li p.price {
  text-align: right;
  padding-right: 1em;
}

.shopinfo_price #bloc01 ul.priceList li p.price span.tax {
  margin-left: 5px;
}

.shopinfo_price #bloc01 ul.priceList li p.price.emr-1sp {
  padding-right: 0;
}

.shopinfo_price #price01 h1 {
  background: rgba(84, 189, 247, 1);
}
.shopinfo_price #price02 h1 {
  background: rgba(247, 158, 70, 1);
}
.shopinfo_price #price03 h1 {
  background: rgba(205, 136, 211, 1);
}
.shopinfo_price #price04 h1 {
  background: rgba(84, 204, 152, 1);
}
.shopinfo_price #price05 h1 {
  background: rgba(244, 140, 169, 1);
}
.shopinfo_price #price06 h1 {
  background: rgba(143, 143, 143, 1);
}
.shopinfo_price #price07 h1 {
  background: rgba(206, 169, 124, 1);
}

.shopinfo_price #price01 ul.priceList li {
  border-bottom: 1px solid rgba(84, 189, 247, 1);
}
.shopinfo_price #price02 ul.priceList li {
  border-bottom: 1px solid rgba(247, 158, 70, 1);
}
.shopinfo_price #price03 ul.priceList li {
  border-bottom: 1px solid rgba(205, 136, 211, 1);
}
.shopinfo_price #price04 ul.priceList li {
  border-bottom: 1px solid rgba(84, 204, 152, 1);
}
.shopinfo_price #price05 ul.priceList li {
  border-bottom: 1px solid rgba(244, 140, 169, 1);
}
.shopinfo_price #price06 ul.priceList li {
  border-bottom: 1px solid rgba(143, 143, 143, 1);
}
.shopinfo_price #price07 ul.priceList li {
  border-bottom: 1px solid rgba(206, 169, 124, 1);
}

.shopinfo_price #price01 ul.priceList li:nth-child(odd) {
  background: rgba(84, 189, 247, 0.24);
}
.shopinfo_price #price02 ul.priceList li:nth-child(odd) {
  background: rgba(247, 158, 70, 0.24);
}
.shopinfo_price #price03 ul.priceList li:nth-child(odd) {
  background: rgba(205, 136, 211, 0.24);
}
.shopinfo_price #price04 ul.priceList li:nth-child(odd) {
  background: rgba(84, 204, 152, 0.24);
}
.shopinfo_price #price05 ul.priceList li:nth-child(odd) {
  background: rgba(244, 140, 169, 0.24);
}
.shopinfo_price #price06 ul.priceList li:nth-child(odd) {
  background: rgba(143, 143, 143, 0.24);
}
.shopinfo_price #price07 ul.priceList li:nth-child(odd) {
  background: rgba(206, 169, 124, 0.24);
}

.shopinfo_price #bloc01 p.att {
  font-size: 3.75vw;
  margin-top: 10px;
}

.shopinfo_price #bloc02 > .inner {
  background: #f4f1e9;
  padding: 20px 20px 30px 20px;
  position: relative;
}
.shopinfo_price #bloc02 > .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top: 12.5px solid #cdcbc4;
  border-left: 12.5px solid #cdcbc4;
  border-bottom: 12.5px solid #fff;
  border-right: 12.5px solid #fff;
}
.shopinfo_price #bloc02 > .inner::after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  top: -6px;
  right: 20px;
  background: url(../images/shopinfo/shopinfo_price_clip.png) no-repeat top left/contain;
}
.shopinfo_price #bloc02 > .inner h2 {
  text-align: center;
  font-size: 5.31vw;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(../images/border_dot01.png) repeat-x bottom left/auto 2px;
}

.shopinfo_price #bloc02 ul.courseList li:not(:last-child) {
  margin-bottom: 30px;
}
.shopinfo_price #bloc02 ul.courseList li {
}
.shopinfo_price #bloc02 ul.courseList li p.icon,
.shopinfo_price #bloc02 ul.courseList li .txtArea {
}
.shopinfo_price #bloc02 ul.courseList li p.icon {
  text-align: center;
  margin-bottom: 15px;
}
.shopinfo_price #bloc02 ul.courseList li p.icon img {
  width: 25%;
  height: auto;
}
.shopinfo_price #bloc02 ul.courseList li .txtArea {
}
.shopinfo_price #bloc02 ul.courseList li .txtArea h3 {
  text-align: center;
  font-size: 4.375vw;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.shopinfo_price #bloc02 ul.courseList li .txtArea .txt {
  font-size: 3.75vw;
  letter-spacing: 1px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/*shopinfo_course
=============================*/
.shopinfo_course #contents {
  padding-top: 7.03vw;
  padding-bottom: 18.75vw;
}

.shopinfo_course #main .bgArea {
  background: url(../images/shopinfo/shopinfo_course_main_bg.jpg) no-repeat bottom center/cover;
}

.shopinfo_course section {
  padding: 0 3.13vw;
}
.shopinfo_course section > .inner {
}
.shopinfo_course section h2 {
  text-align: center;
  font-size: 4.38vw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.shopinfo_course #bloc01 {
  margin-bottom: 14.06vw;
}
.shopinfo_course #bloc01 h2 {
  margin-bottom: 1.5em;
}
.shopinfo_course #bloc01 h3 {
  font-size: 4.38vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #242887;
  text-align: center;
  margin-bottom: 1em;
}
.shopinfo_course #bloc01 h3 span {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f2f100 50%, #f2f100 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f2f100 50%, #f2f100 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f2f100 50%, #f2f100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f100', GradientType=0);
}
.shopinfo_course #bloc01 h3:nth-of-type(n + 2) {
  margin-top: 2em;
}
.shopinfo_course #bloc01 .box {
  -webkit-border-radius: 4.69vw;
  border-radius: 4.69vw;
  padding: 6.25vw 5.47vw;
}
.shopinfo_course #bloc01 .box01 {
  background: #cedbea;
}
.shopinfo_course #bloc01 .box02 {
  background: #e7d79a;
}
.shopinfo_course #bloc01 .box03 {
  background: #d4e3d8;
}
.shopinfo_course #bloc01 .box li:nth-child(n + 2) {
  margin-top: 4em;
}
.shopinfo_course #bloc01 .box li h4 {
  text-align: center;
  font-size: 4.38vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.shopinfo_course #bloc01 .box01 li h4 {
  color: #5d9cca;
}
.shopinfo_course #bloc01 .box02 li h4 {
  color: #674a2f;
}
.shopinfo_course #bloc01 .box03 li h4 {
  color: #5aaa80;
}

.shopinfo_course #bloc01 .box .fbox {
}
.shopinfo_course #bloc01 .box .fbox .pic {
  text-align: center;
  margin-bottom: 1.5em;
}
.shopinfo_course #bloc01 .box .fbox .pic img {
  width: 14.06vw;
  height: auto;
}
.shopinfo_course #bloc01 .box .fbox .txt {
  font-size: 4.38vw;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
.shopinfo_course #bloc01 .box .bt_more {
  text-align: center;
  margin-top: 2em;
}
.shopinfo_course #bloc01 .box .bt_more a {
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 8.59vw;
  padding: 0 2em 0 1.5em;
  font-size: 4.22vw;
  font-weight: bold;
  color: #fff;
  background: url(../images/icon_arrow.svg) no-repeat #242887 right 0.5em center/auto 1.56vw;
  -webkit-border-radius: 3.91vw;
  border-radius: 3.91vw;
  text-decoration: none;
}

.shopinfo_course #contents > .txt01 {
  text-align: center;
  font-size: 4.69vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.shopinfo_course section.cbloc:nth-of-type(n + 1) {
  margin-top: 6.25vw;
}
.shopinfo_course section.cbloc > .inner {
  padding: 5.47vw 2.34vw;
  -webkit-border-radius: 4.69vw;
  border-radius: 4.69vw;
}
.shopinfo_course section#bloc02 > .inner {
  border: 1px solid #5d9cca;
}
.shopinfo_course section#bloc03 > .inner {
  border: 1px solid #5d9cca;
}
.shopinfo_course section#bloc04 > .inner {
  border: 1px solid #674a2f;
}

.shopinfo_course section.cbloc h2 {
  text-align: center;
  font-size: 4.69vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.shopinfo_course section#bloc02 h2 {
  color: #5d9cca;
}
.shopinfo_course section#bloc03 h2 {
  color: #5d9cca;
}
.shopinfo_course section#bloc04 h2 {
  color: #674a2f;
}

.shopinfo_course section.cbloc h3 {
  text-align: center;
  font-size: 4.38vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.shopinfo_course section.cbloc h3 span {
  display: inline-block;
  border-bottom: 2px dotted #000;
  margin-top: 0.5em;
}
.shopinfo_course section.cbloc h3 .fukidashi {
  height: 10.16vw;
  width: auto;
}

.shopinfo_course section.cbloc .tit {
  padding-bottom: 2.34vw;
  margin-bottom: 3.91vw;
}
.shopinfo_course section#bloc02 .tit {
  border-bottom: 1px solid #5d9cca;
}
.shopinfo_course section#bloc03 .tit {
  border-bottom: 1px solid #5d9cca;
}
.shopinfo_course section#bloc04 .tit {
  border-bottom: 1px solid #674a2f;
}
.shopinfo_course section.cbloc .tit img {
  width: 100%;
  height: auto;
}

.shopinfo_course section.cbloc .about {
  margin-bottom: 10.94vw;
}
.shopinfo_course section.cbloc .about h4 {
  text-align: center;
  font-size: 4.38vw;
  font-weight: bold;
  margin-bottom: 1em;
}
.shopinfo_course section#bloc02 .about h4 {
  color: #5d9cca;
}
.shopinfo_course section#bloc03 .about h4 {
  color: #5d9cca;
}
.shopinfo_course section#bloc04 .about h4 {
  color: #674a2f;
}
.shopinfo_course section.cbloc .about .list {
}
.shopinfo_course section#bloc02 .about .list li:nth-child(n + 2),
.shopinfo_course section#bloc03 .about .list li:nth-child(n + 2) {
  margin-top: 18.75vw;
  position: relative;
}
.shopinfo_course section#bloc02 .about .list li:nth-child(n + 2)::before,
.shopinfo_course section#bloc03 .about .list li:nth-child(n + 2)::before {
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  position: absolute;
  top: -14.84vw;
  left: 50%;
  margin-left: -5vw;
  background: url(../images/shopinfo/icon_plus.svg) no-repeat center center/contain;
}
.shopinfo_course section#bloc04 .about .list {
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
}
.shopinfo_course section#bloc02 .about .list li,
.shopinfo_course section#bloc03 .about .list li {
  background: #e4e9ee;
  padding: 4.69vw 2.34vw;
  -webkit-border-radius: 5.47vw;
  border-radius: 5.47vw;
}
.shopinfo_course section#bloc04 .about .list li {
  height: 8.59vw;
  position: relative;
  text-align: center;
  font-size: 4.06vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-border-radius: 3.91vw;
  border-radius: 3.91vw;
}
.shopinfo_course section#bloc04 .about .list li:nth-child(n + 2) {
  margin-top: 7.03vw;
}
.shopinfo_course section#bloc04 .about .list li:nth-child(1) {
  background: #bbe4a8;
}
.shopinfo_course section#bloc04 .about .list li:nth-child(2) {
  background: #eac987;
}
.shopinfo_course section#bloc04 .about .list li:nth-child(3) {
  background: #add8f1;
}

.shopinfo_course section#bloc04 .about .list li:nth-child(n + 2)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5vw 1.56vw 0 1.56vw;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: -4.69vw;
  left: 50%;
  margin-left: -1.56vw;
}

.shopinfo_course section#bloc02 .about .list li h5,
.shopinfo_course section#bloc03 .about .list li h5 {
  text-align: center;
  font-size: 4.38vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.75em;
}
.shopinfo_course section#bloc02 .about .list li .ph,
.shopinfo_course section#bloc03 .about .list li .ph {
  width: 26.56vw;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.shopinfo_course section#bloc02 .about .list li .ph img,
.shopinfo_course section#bloc03 .about .list li .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shopinfo_course section#bloc02 .about .list li .txt,
.shopinfo_course section#bloc03 .about .list li .txt {
  font-size: 4.38vw;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 1em;
}

.shopinfo_course section.cbloc .txt01 {
  font-size: 3.73vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1.5em;
}
.shopinfo_course section.cbloc .txt01 .bd {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f2edad 50%, #f2edad 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f2edad 50%, #f2edad 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f2edad 50%, #f2edad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#F2EDAD', GradientType=0);
}

.shopinfo_course section.cbloc .flow {
  background: #e4e9ee;
  -webkit-border-radius: 4.69vw;
  border-radius: 4.69vw;
  padding: 4.69vw 2.34vw;
  margin-bottom: 9.38vw;
}
.shopinfo_course section#bloc04 .flow {
  background: #f8f3e0;
}
.shopinfo_course section.cbloc .flow h4 {
  text-align: center;
  font-size: 4.38vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
  color: #5d9cca;
}
.shopinfo_course section#bloc04 .flow h4 {
  color: #674a2f;
}
.shopinfo_course section.cbloc .flow .list li {
}
.shopinfo_course section.cbloc .flow .list li:nth-child(even) {
}
.shopinfo_course section.cbloc .flow .list li:nth-child(n + 2) {
  margin-top: 15.63vw;
}
.shopinfo_course section.cbloc .flow .list li .ph {
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 1.5em;
}
.shopinfo_course section.cbloc .flow .list li .ph span {
  display: block;
  aspect-ratio: 200/131;
  -webkit-border-radius: 3.13vw;
  border-radius: 3.13vw;
  overflow: hidden;
}
.shopinfo_course section.cbloc .flow .list li .ph span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shopinfo_course section.cbloc .flow .list li .ph::before {
  content: "";
  display: block;
  width: 9.38vw;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shopinfo_course section.cbloc .flow .list li:nth-child(1) .ph::before {
  background: url(../images/shopinfo/num01_bl.svg) no-repeat center center/contain;
}
.shopinfo_course section.cbloc .flow .list li:nth-child(2) .ph::before {
  background: url(../images/shopinfo/num02_bl.svg) no-repeat center center/contain;
}
.shopinfo_course section.cbloc .flow .list li:nth-child(3) .ph::before {
  background: url(../images/shopinfo/num03_bl.svg) no-repeat center center/contain;
}
.shopinfo_course section.cbloc .flow .list li:nth-child(4) .ph::before {
  background: url(../images/shopinfo/num04_bl.svg) no-repeat center center/contain;
}

.shopinfo_course section#bloc04 .flow .list li:nth-child(1) .ph::before {
  background: url(../images/shopinfo/num01_br.svg) no-repeat center center/contain;
}
.shopinfo_course section#bloc04 .flow .list li:nth-child(2) .ph::before {
  background: url(../images/shopinfo/num02_br.svg) no-repeat center center/contain;
}
.shopinfo_course section#bloc04 .flow .list li:nth-child(3) .ph::before {
  background: url(../images/shopinfo/num03_br.svg) no-repeat center center/contain;
}
.shopinfo_course section#bloc04 .flow .list li:nth-child(4) .ph::before {
  background: url(../images/shopinfo/num04_br.svg) no-repeat center center/contain;
}

.shopinfo_course section.cbloc .flow .list li .txtArea {
}
.shopinfo_course section.cbloc .flow .list li:nth-child(odd) .txtArea {
}
.shopinfo_course section.cbloc .flow .list li:nth-child(even) .txtArea {
}

.shopinfo_course section.cbloc .flow .list li .txtArea h5 {
  text-align: center;
  font-size: 4.38vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.shopinfo_course section.cbloc .flow .list li .txtArea .txt {
  font-size: 4.38vw;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
}

.shopinfo_course section.cbloc .osusume h4 {
  text-align: center;
  margin-bottom: 3.13vw;
}
.shopinfo_course section.cbloc .osusume h4 img {
  height: 17.19vw;
  width: auto;
}
.shopinfo_course section.cbloc .osusume .fbox {
  width: 100%;
  text-align: center;
}
.shopinfo_course section.cbloc .osusume .fbox > * {
  display: inline-block;
}
.shopinfo_course section.cbloc .osusume .mark {
  margin-bottom: 6.25vw;
}
.shopinfo_course section.cbloc .osusume .mark .txt {
  text-align: center;
  font-size: 4.06vw;
  margin-bottom: 0.5em;
}
.shopinfo_course section.cbloc .osusume .checkList li {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 25px;
  background: url(../images/shopinfo/check_bl.svg) no-repeat left center/20px auto;
}
.shopinfo_course section#bloc04 .osusume .checkList li {
  background: url(../images/shopinfo/check_br.svg) no-repeat left center/20px auto;
}

/*shopinfo_location
=============================*/
.shopinfo_loc #main {
  margin-bottom: 15px;
}
.shopinfo_loc #main .bgArea {
  background: url(../images/shopinfo/shopinfo_location_main_bg.jpg) no-repeat bottom center/cover;
}
.shopinfo_loc #main .txtArea {
  padding-top: 30px;
}
.shopinfo_loc #main .txtArea #pageCopy {
  font-size: 5.31vw;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #1d2088;
  margin-bottom: 15px;
}
.shopinfo_loc #main .txtArea #pageCopy .fsS {
  font-size: 4.6875vw;
}
.shopinfo_loc #main .txtArea .txt {
  padding: 0px 12.5px;
  font-size: 3.75vw;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.shopinfo_loc #main .txtArea .pic {
  text-align: center;
  margin-bottom: 15px;
}
.shopinfo_loc #main .txtArea .pic img {
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.shopinfo_loc #main .txtArea .pic.logo img {
  width: 100%;
  height: auto;
}

.shopinfo_loc #main .txtArea .pic.logo span.both_img {
  padding: 10px 12.5px;
  display: block;
}

.shopinfo_loc #main .txtArea .pic.logo span.both_img img {
  padding: 0;
}


.shopinfo_loc #main .txtArea .pic.logo span.pc_img {
  display: none;
}

.shopinfo_loc #main .txtArea .pic.logo span.sp_img {
  display: block;
}

.shopinfo_loc #main .txtArea ul.areaList {
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: flex-end; /* Safari */
  justify-content: flex-end;
  padding: 0px 12.5px;
}
.shopinfo_loc #main .txtArea ul.areaList li {
  margin-left: 15px;
}
.shopinfo_loc #main .txtArea ul.areaList li a {
  font-size: 4.375vw;
  letter-spacing: 1px;
  color: #1d2088;
  text-decoration: underline;
}

.shopinfo_loc #contents {
  padding-bottom: 50px;
}

.shopinfo_loc .bloc {
  padding: 0px 12.5px;
  margin-bottom: 55px;
}
.shopinfo_loc .bloc:last-of-type {
  margin-bottom: 50px;
}
.shopinfo_loc .bloc h1 {
  background: #1d2088;
  color: #fff;
  font-size: 5.31vw;
  font-weight: bold;
  padding: 3px 5px 2px 10px;
  margin-bottom: 20px;
}

.shopinfo_loc ul.shopList * {
  font-size: 3.75vw;
  letter-spacing: 1px;
}
.shopinfo_loc ul.shopList a {
  display: inline-block;
  color: #1d2088;
  text-decoration: underline;
}

.shopinfo_loc ul.shopList > li {
	display: flex;
	flex-direction: column;
}

.shopinfo_loc ul.shopList > li:not(:last-child) {
  border-bottom: 1px dotted #8f8f8f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.shopinfo_loc ul.shopList .shopQr {
  order: 1;
}

.shopinfo_loc ul.shopList .shopQr a {
  color: inherit;
}

.shopinfo_loc ul.shopList .shopQr .img {
  display: none;
}

.shopinfo_loc ul.shopList .shopQr .text::before {
	content: "\ff1e";
}

.shopinfo_loc ul.shopList .shopQr .text span {
  display: inline;
}

.shopinfo_loc ul.shopList ul.shopName {
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center; /* Safari */
  align-items: center;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.shopinfo_loc ul.shopList ul.shopName li {
  font-size: 3.125vw;
  font-weight: bold;
  padding: 0px 3px;
  margin-right: 5px;
  letter-spacing: 0px;
}
.shopinfo_loc ul.shopList ul.shopName li.name {
  font-size: 4.375vw;
  padding: 0px;
}
.shopinfo_loc ul.shopList ul.shopName li.cat1 {
  color: #3bb080;
  border: 1px solid #3bb080;
}
.shopinfo_loc ul.shopList ul.shopName li.cat2 {
  color: #ff7b80;
  border: 1px solid #ff7b80;
}
.shopinfo_loc ul.shopList ul.shopName li.cat3 {
  color: #ba79f2;
  border: 1px solid #ba79f2;
}
.shopinfo_loc ul.shopList ul.shopName li.cat4 {
  color: #37adcc;
  border: 1px solid #37adcc;
}
.shopinfo_loc ul.shopList ul.shopName li.cat5 {
  color: #ffb400;
  border: 1px solid #ffb400;
}
.shopinfo_loc ul.shopList ul.shopName li.iten {
  color: #5089c7;
}

.shopinfo_loc ul.shopList li.op ul {
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  margin-top: 7px;
}
.shopinfo_loc ul.shopList li.op ul li {
  margin-right: 5px;
  color: #fff;
  font-size: 3.125vw;
  letter-spacing: 0px;
  font-weight: bold;
  padding: 0px 3px 0px 5px;
}
.shopinfo_loc ul.shopList li.op ul li.credit {
  background: #ff9700;
}
.shopinfo_loc ul.shopList li.op ul li.waon {
  background: #5089c7;
}
.shopinfo_loc ul.shopList li.op ul li.ic {
  background: #a3846f;
}

.shopinfo_loc .info {
  margin: 0px 12.5px;
  border: 1px solid #1d2088;
  padding: 15px 15px 15px 15px;
}
.shopinfo_loc .info h3 {
  color: #1d2088;
  font-size: 5.31vw;
  font-weight: bold;
}
.shopinfo_loc .info p.copy {
  font-size: 4.6875vw;
  font-weight: bold;
  margin-bottom: 15px;
}

.shopinfo_loc .info ul.data {
  margin-bottom: 20px;
  font-size: 3.75vw;
  letter-spacing: 1px;
}
.shopinfo_loc .info ul.data a {
  display: block;
}
.shopinfo_loc .info ul.data:last-child {
  margin-bottom: 0px;
}
.shopinfo_loc .info ul.data li.name {
  font-size: 4.375vw;
  font-weight: bold;
}
.shopinfo_loc .attent_list li {
  font-size: 15px;
  line-height: 1.5;
  text-indent: -15px;
  padding-left: 15px;
  margin-bottom: 7px;
}

/*=============================
  company
=============================*/
.company #contents {
  padding-top: 20px;
}

/*company_info
=============================*/
.company_info #main #pageTit {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.company_info #main #pageTit img {
  width: 60vw;
  height: auto;
}

.company_info #main .bgArea {
  background: url(../images/company/company_information_main_bg.jpg) no-repeat bottom center/cover;
}

.company_info #contents {
  padding-bottom: 45px;
}
.company_info #contents .inner {
  padding: 0px 12.5px;
}
.company_info #contents h2 {
  font-size: 5.31vw;
  letter-spacing: 1px;
  font-weight: bold;
  color: #1d2088;
  margin-bottom: 10px;
}

.company_info #contents > .inner dl dt {
  font-size: 4.375vw;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
  background: #1d2088;
  margin-bottom: 10px;
  padding: 5px 0px 3px 10px;
}
.company_info #contents > .inner dl dd:not(:last-of-type) {
  margin-bottom: 30px;
}
.company_info #contents > .inner dl dd * {
  font-size: 3.75vw;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.company_info #contents > .inner dl dd .txt02,
.company_info #contents > .inner dl dd .txt03 {
  margin-bottom: 15px;
}
.company_info #contents > .inner dl dd iframe {
  width: 100% !important;
  height: 300px !important;
  margin-bottom: 15px;
}

.company_info #contents > .inner dl dd .print {
}
.company_info #contents > .inner dl dd .print a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 3.75vw;
  font-weight: bold;
  background: #ffab00;
  padding: 7px 0px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}
.company_info #contents > .inner dl dd .print a img {
  width: 8vw;
  margin-right: 10px;
  vertical-align: middle;
}

/*company_philo
=============================*/
.company_philo #main .bgArea {
  background: url(../images/company/company_philosophy_main_bg.jpg) no-repeat center center/cover;
}
.company_philo #contents {
  padding-bottom: 45px;
}
.company_philo #contents > .inner {
  padding-top: 60px;
  padding-bottom: 95px;
  background: url(../images/company/sp_company_philosophy_bg.jpg) no-repeat top left/100% 100%;
}
.company_philo #contents > .inner * {
  position: relative;
  z-index: 10;
}
.company_philo #contents > .inner dl {
}
.company_philo #contents > .inner dl dt {
  font-family: "SourceHanSerif-Bold" !important;
  font-weight: 700 !important;
  background: url(../images/company/company_philosophy_icon.svg) no-repeat top center/18px auto;
  padding-top: 25px;
  text-align: center;
  font-size: 5.31vw;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 20px;
}
.company_philo #contents > .inner dl dd {
  font-family: "SourceHanSerif-Regular" !important;
  font-weight: 400 !important;
}
.company_philo #contents > .inner dl dd > p.txt {
  text-align: center;
  font-size: 4.375vw;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.company_philo #contents > .inner dl dd ul li:not(:last-child) {
  margin-bottom: 30px;
}
.company_philo #contents > .inner dl dd ul li p.num {
  text-align: center;
  font-size: 5.31vw;
  letter-spacing: 1px;
  font-weight: bold;
}
.company_philo #contents > .inner dl dd ul li p.txt {
  text-align: center;
  font-size: 3.75vw;
  letter-spacing: 1px;
  font-weight: bold;
}

/*=============================
  news
=============================*/
.news #container {
  min-height: 100vh;
}
.news #contents {
  padding: 40px 15px 40px 15px;
}
.news #pageTit {
  font-size: 5.31vw;
  font-weight: bold;
  color: #1d2088;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.news .newsList li {
  margin-bottom: 15px;
}
.news .newsList li dl dt {
  font-size: 4.375vw;
  font-weight: bold;
}
.news .newsList li dl dd {
  font-size: 4.375vw;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.news .newsList li dl dd a {
  color: #000;
  text-decoration: none;
}
.news .newsList li dl dd a::after {
  content: "…詳細";
}
.news .newsList .txtArea {
  display: none;
}

/*news詳細
=============================*/
.news.detail .data {
  font-size: 4.375vw;
}
.news.detail .tit {
  font-size: 4.375vw;
  font-weight: bold;
  margin-bottom: 15px;
}
.news.detail .txt {
  font-size: 4.375vw;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.news.detail .txt a {
  color: #1d2088;
}
.news.detail .txt a.em {
  color: #ff0000;
}
.news.detail .bt_back {
  margin-top: 20px;
  text-align: right;
}
.news.detail .bt_back a {
  font-size: 4.375vw;
  font-weight: bold;
  color: #1d2088;
  text-decoration: underline;
}

.news.detail .phList {
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  margin-top: 30px;
}
.news.detail .phList li {
  width: 48%;
  margin-bottom: 20px;
}
.news.detail .phList li img {
  width: 100%;
  height: auto;
}

.news.detail .pdfImage {
  padding: 10px 0;
}

.news.detail .pdfImage img {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/*=============================
  recnews
=============================*/
.recnews #container {
  min-height: 100vh;
}
.recnews #contents {
  padding: 40px 15px 40px 15px;
}
.recnews #pageTit {
  font-size: 5.31vw;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.recnews .newsList li {
  margin-bottom: 15px;
}
.recnews .newsList li dl dt {
  font-size: 4.375vw;
  font-weight: bold;
}
.recnews .newsList li dl dd {
  font-size: 4.375vw;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.recnews .newsList li dl dd a {
  color: #000;
  text-decoration: none;
}
.recnews .newsList li dl dd a::after {
  content: "…詳細";
}
.recnews .newsList .txtArea {
  display: none;
}

/*recnews詳細
=============================*/
.recnews.detail .data {
  font-size: 4.375vw;
}
.recnews.detail .tit {
  font-size: 4.375vw;
  font-weight: bold;
  margin-bottom: 20px;
}
.recnews.detail .txt {
  font-size: 4.375vw;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.recnews.detail .txt a {
  color: #1d2088;
}
.recnews.detail .txt a.em {
  color: #ff0000;
}

.recnews.detail .bt_back {
  margin-top: 20px;
  text-align: right;
}
.recnews.detail .bt_back a {
  font-size: 4.375vw;
  font-weight: bold;
  color: #1d2088;
  text-decoration: underline;
}

.recnews.detail .phList {
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  margin-top: 30px;
}
.recnews.detail .phList li {
  width: 48%;
  margin-bottom: 20px;
}
.recnews.detail .phList li img {
  width: 100%;
  height: auto;
}

/*=============================
  contact
=============================*/
.contact #contents {
  padding-top: 35px;
  background: rgba(29, 32, 136, 0.05);
  min-height: 85vh;
}

.contact #pageTit {
  text-align: center;
  margin-bottom: 30px;
}
.contact #pageTit img {
  width: 53.6%;
  height: auto;
}
.contact .txtArea {
  margin-bottom: 15px;
  padding: 0px 12.5px;
}
.contact .txtArea .txt,
.contact .txtArea .telFax li {
  font-size: 4.375vw;
  letter-spacing: 1px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.contact .txtArea .emList {
  margin-bottom: 5px;
}
.contact ul.emList li {
  font-size: 4.375vw;
  margin-bottom: 5px;
}

.contact #privacy {
  background: #fff;
  padding: 30px 12.5px;
}
.contact #privacy h2 {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact #privacy .txt {
  font-size: 4.375vw;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  margin-bottom: 15px;
}
.contact #privacy .privacyList li {
  font-size: 4.375vw;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  margin-bottom: 15px;
}

/*thx ページ
=============================*/

.thx #pageTit {
}
.thx .txt {
  font-size: 4.375vw;
  margin-bottom: 30px;
  padding: 0px 12.5px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}
.thx .linkBtList li {
  text-align: center;
}
.thx .linkBtList li a {
  display: inline-block;
  text-align: center;
  font-size: 4.375vw;
  color: #fff;
  background: #1d2088;
  padding: 5px 20px;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
}
.thx .linkBtList li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
