<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.fE {
  font-family: "Mukta", sans-serif;
}

.partsC_tit_2 {
  font-family: "Mukta", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 3px;
  font-weight: 600;
  background: #e0dede;
  padding: 10px;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px #d2d2d2;
  text-align: center;
}
.partsC_tit_2 small {
  font-size: 60%;
  display: inline-block;
  margin-left: 10px;
}

.partsC_tit_3 {
  font-family: "Mukta", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
}
.partsC_tit_3 b {
  display: inline-block;
  padding: 5px 10px;
  border-bottom: solid 1px;
}

#parts {
  margin-left: 130px;
  width: calc(100% - 130px);
}

.bk_gry_f1f1 {
  background: #f1f1f1;
}

.parts_link {
  color: #0076f1;
  text-decoration: underline;
  display: inline-block;
}
.parts_link b {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.parts_link b::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #0076f1;
  border-right: solid 2px #0076f1;
  transform: rotate(134deg);
  position: absolute;
  top: 8px;
  left: 0px;
  margin: auto;
  transition: 0.3s;
}

.parts_detail {
  padding: 30px;
}

#parts &gt; section {
  padding-bottom: 50px;
}

.partsIn_cont &gt; li,
.partsIn_cont &gt; div,
.partsIn_cont &gt; a {
  padding: 1.3%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 3px #d0d0d0;
}
.partsIn_cont .partsInBox {
  height: 166px;
  overflow-y: auto;
  border: 1px solid #cecece;
  padding: 8px;
  border-radius: 2px;
}
.partsIn_cont .partsInBox.u_partsInBoxZ {
  height: 400px;
}
.partsIn_cont .partsInBox.faq_areawp {
  display: block;
}

.hosoku .head {
  margin-top: 10px;
  text-align: center;
}
.hosoku .head .hosoku_btn {
  position: relative;
  color: #ca0202;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  padding-left: 15px;
}
.hosoku .head .hosoku_btn::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ca0202;
  border-right: solid 2px #ca0202;
  transform: rotate(134deg);
  position: absolute;
  top: 2px;
  left: 0px;
  margin: auto;
  transition: 0.3s;
}

.body01 {
  display: none;
}
.body01 pre {
  overflow: auto;
}
.body01 &gt; div:not(:last-child) {
  margin-bottom: 5px;
}
.body01 h4 b {
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 5px;
  background: #ffdcb9;
}
.body01 .hosolu_codewp h4 b {
  background: #ff9ce1;
}
.body01 .hosolu_jswp h4 b {
  background: #75ff1f;
}
.body01 .hosolu_csstwp h4 b {
  background: #9cfff1;
}

.cl_sele_box,
.cl_sele_box_2 {
  margin-bottom: 30px;
}
.cl_sele_box li,
.cl_sele_box_2 li {
  display: inline-block;
  margin: 0 5px 10px;
}

.not_bk_white &gt; li {
  background: none !important;
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 0px 0px #d0d0d0;
}

.not_bk_white &gt; li &gt; .bk_white {
  padding: 5.3%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 3px #d0d0d0;
}

.mw_btn {
  color: #fff;
  background-color: #0076f1;
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  padding: 5px 50px;
  letter-spacing: 1px;
  border: solid 1px;
  text-align: center;
  min-width: 170px;
  margin: 0 10px 15px;
}
.mw_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.mw_btn02 {
  color: #fff;
  background-color: #0076f1;
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  padding: 5px 20px;
  letter-spacing: 1px;
  border: solid 1px;
  text-align: center;
  min-width: 170px;
  margin: 0 10px 15px;
}

.u_tekitou_js01 .boxcg_btn_Box {
  text-align: center;
}
.u_tekitou_js01 .boxcg_Box &gt; div {
  display: none;
}
.u_tekitou_js01 .boxcg_Box &gt; div.on {
  display: block;
}
.u_tekitou_js01 .boxcg_Box &gt; div:nth-of-type(1) {
  background-color: #75ff1f;
}
.u_tekitou_js01 .boxcg_Box &gt; div:nth-of-type(2) {
  background-color: #ff9ce1;
}
.u_tekitou_js01 .boxcg_Box &gt; div:nth-of-type(3) {
  background-color: #ffdcb9;
}

.u_tekitou_js03 .boxcg_btn_Box {
  text-align: center;
}
.u_tekitou_js03 .boxcg_Box &gt; div {
  display: none;
}
.u_tekitou_js03 .boxcg_Box &gt; div.on {
  display: block;
}
.u_tekitou_js03 .boxcg_Box &gt; div:nth-of-type(1) {
  background-color: #75ff1f;
}
.u_tekitou_js03 .boxcg_Box &gt; div:nth-of-type(2) {
  background-color: #ff9ce1;
}
.u_tekitou_js03 .boxcg_Box &gt; div:nth-of-type(3) {
  background-color: #ffdcb9;
}

.spnaviwrap {
  position: fixed;
  top: 0;
  right: -20px;
  z-index: 5;
}

/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */
.instagramcont li {
  width: 25%;
}
.instagramcont li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  background: #949494;
}
.instagramcont li a img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/* ---------------------------------------------------------------------------
  ★パーツ集
--------------------------------------------------------------------------- */
.o_fL {
  float: left;
  margin-bottom: 3%;
  margin-right: 3%;
  width: 50%;
}

.o_fR {
  float: right;
  margin-bottom: 3%;
  margin-left: 3%;
  width: 50%;
}

.o_01 &gt; div {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
}
.o_01 .o_01Box01 .imgBox {
  width: 50%;
  margin-right: 13px;
}
.o_01 .o_01Box01 .imgBox img {
  width: 100%;
}

.o_01Box02 {
  flex-direction: row-reverse;
}
.o_01Box02 .imgBox {
  width: 50%;
  margin-left: 13px;
}

.o_02 .head {
  display: flex;
}
.o_02 .sub {
  background: #333;
  color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.o_03 &gt; div {
  border: 1px solid #000;
  margin-bottom: 70px;
  padding: 20px;
  position: relative;
}
.o_03 &gt; div:not(:last-child):before {
  position: absolute;
  content: "";
  background: url(../img/yazi.gif);
  bottom: -62px;
  width: 43px;
  height: 50px;
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
}

.o_04 &gt; .txtBOX {
  position: relative;
}
.o_04 .fuki_box {
  display: block;
}
.o_04 .fuki_box span {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  max-width: 142px;
  width: 90%;
  position: relative;
  margin: 0 auto;
  border-radius: 20px;
  color: #fff;
  top: -20px;
}
.o_04 .fuki_box span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  transition: 0.3s;
}
.o_04 .fuki_box .bk_bluex {
  background-color: #69c9f5;
}
.o_04 .fuki_box .bk_bluex::after {
  border-color: #69c9f5 transparent transparent transparent;
}

.o_05 &gt; .txtBOX {
  position: relative;
  padding: 3%;
}

.o_06 &gt; .imgBOX {
  position: relative;
}
.o_06 &gt; .imgBOX &gt; .txtBOX {
  position: absolute;
  padding: 3%;
  left: -30px;
  bottom: -30px;
  background: #e0cf6d;
  width: 80%;
}

.o_07 &gt; .txtBOX dl {
  background: url(../img/line.png) repeat-y 20px 0;
}
.o_07 &gt; .txtBOX dl dt {
  font-size: 22px;
  padding: 5px 70px 15px;
  background: url(../img/iconmonstr-time-6-240.png);
  background-repeat: no-repeat;
  background-position: 1px;
  background-size: 40px;
}
.o_07 &gt; .txtBOX dl dd {
  padding: 0px 70px 30px;
}

.o_08 dl {
  display: flex;
  flex-wrap: wrap;
}
.o_08 dl dt {
  float: left;
  width: 25%;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #00a0b4;
}
.o_08 dl dd {
  float: right;
  width: 75%;
  border-left: solid 1px #00a0b4;
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  padding: 0 0 60px 60px;
  position: relative;
}
.o_08 dl dd .imgBOX {
  float: right;
  max-width: 400px;
  width: 45%;
  margin: 10px 80px 20px 30px;
}
.o_08 dl dd::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a0b4;
  left: -5px;
  top: 10px;
  position: absolute;
}

.o_sanplus {
  position: relative;
  border: double 10px #e60012;
  padding: 5%;
}
.o_sanplus::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #eb9a77 transparent transparent transparent;
}
.o_sanplus::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #eb9a77 transparent;
}

.o_flowBox01 li {
  position: relative;
  float: left;
  width: 20%;
  margin-bottom: 4%;
}
.o_flowBox01 li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #a5a5a5;
  position: absolute;
  right: -23%;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
}
.o_flowBox01 li:nth-child(4n)::after {
  display: none;
}
.o_flowBox01 li:not(:nth-child(4n)) {
  margin-right: 6.666%;
}

.o_flowBox02 li {
  background: #006ca1;
  margin: 0 0 50px;
  position: relative;
  padding: 1%;
}
.o_flowBox02 li &gt; div {
  width: 100%;
}
.o_flowBox02 li &gt; div .imgBox {
  float: left;
  width: 28%;
  position: relative;
}
.o_flowBox02 li &gt; div .imgBox figcaption {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 13px;
  font-family: "Lora", serif;
  font-size: 3rem;
  letter-spacing: 2px;
  border-bottom: solid 1px #fff;
  line-height: 1.2;
  text-shadow: 3px 1px 2px #9e9797;
}
.o_flowBox02 li &gt; div .txtBox {
  float: right;
  width: 70.6%;
}
.o_flowBox02 li &gt; div .txtBox em {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 2px;
  display: inline-block;
}
.o_flowBox02 li &gt; div .txtBox p {
  padding: 1%;
  background: #fff;
  /* font-size: 1.8rem; */
  font-weight: bold;
}
.o_flowBox02 li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #006ba1 transparent transparent transparent;
  bottom: -30px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.o_flowBox02 li:last-child:after {
  display: none;
}

.o_parallax {
  position: relative;
  padding: 200px 0;
  background-image: url(../img/parallax_bk.jpg);
  background-repeat: no_repeat;
  background-position: center center;
  background-size: 100%;
}
/* ---------------------------------------------------------------------------
  ★パーツ集:タイトル
--------------------------------------------------------------------------- */
.c_Tit02_01 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  margin: 0 auto 40px;
}
.c_Tit02_01 &gt; b {
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}
.c_Tit02_01 &gt; span {
  font-size: 60%;
  display: block;
  line-height: 1;
  color: #0c3380;
}

.c_Tit02_02 {
  display: flex;
  font-size: 3.2rem;
  align-items: center;
  margin: 0 auto 40px;
}
.c_Tit02_02 &gt; b {
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}
.c_Tit02_02 &gt; span {
  font-size: 60%;
  display: block;
  line-height: 1;
  color: #0c3380;
}
.c_Tit02_02::before, .c_Tit02_02::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #666;
}
.c_Tit02_02::before {
  margin-right: 1.5rem;
}
.c_Tit02_02::after {
  margin-left: 1.5rem;
}

.c_Tit02_03 {
  position: relative;
  padding: 0.5rem 1rem;
  border-bottom: 2px solid #e60012;
  font-size: 2rem;
  margin: 0 auto 40px;
}
.c_Tit02_03 &gt; b &gt; span {
  font-size: 130%;
  display: inline-block;
  margin-right: 2px;
  color: #ff4f03;
}
.c_Tit02_03::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: "";
  background: #eb9a77;
}

.c_Tit02_04 {
  position: relative;
  padding: 5px 10px;
  font-size: 2rem;
  margin: 0 auto 40px;
  background: #b4eeff;
  text-align: center;
}
.c_Tit02_04 &gt; b {
  padding: 5px 10px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  display: block;
  line-height: 1.3;
}

.c_Tit02_05 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.5;
  margin: 0 auto 40px;
}
.c_Tit02_05 &gt; b {
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  border-bottom: solid 1px;
  margin-bottom: 5px;
  line-height: 1;
}
.c_Tit02_05 &gt; span {
  font-size: 60%;
  display: block;
  line-height: 1;
  color: #0c3380;
}

.c_Tit02_06 {
  text-align: center;
  font-size: 3.2rem;
  margin: 0 auto 40px;
}
.c_Tit02_06 .txt_hj {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.c_Tit02_06 .txt_hj &gt; small {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 50%;
  word-break: keep-all;
}

.c_Tit02_07 {
  text-align: center;
  font-size: 3.2rem;
  margin: 0 auto 40px;
  position: relative;
}
.c_Tit02_07::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 5px;
  color: #0c3380;
  border-top: solid 2px;
  border-bottom: solid 4px;
}

.c_Tit02_08 {
  text-align: center;
  font-size: 3.2rem;
  margin: 0 auto 40px;
  position: relative;
}
.c_Tit02_08 .borders_st {
  position: absolute;
  display: block;
  bottom: -3px;
  left: 0;
  content: "";
  height: 4px;
  width: 100%;
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}
.c_Tit02_08 .borders_st::before, .c_Tit02_08 .borders_st::after {
  position: absolute;
  bottom: 0;
  content: "";
  height: 4px;
  width: 20%;
  display: block;
  background: #0c3380;
}
.c_Tit02_08 .borders_st::before {
  left: 0;
}
.c_Tit02_08 .borders_st::after {
  right: 0;
}

.c_Tit02_09 {
  position: relative;
  writing-mode: vertical-rl;
  font-size: 2rem;
  letter-spacing: 7px;
  word-break: keep-all;
}
.c_Tit02_09 b span {
  position: absolute;
  top: 0;
  right: -13px;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
}

.c_Tit02_10 {
  text-align: center;
  font-size: 3.2rem;
  margin: 0 auto 40px;
  position: relative;
}
.c_Tit02_10 b {
  position: relative;
  padding: 0 0 20px;
}
.c_Tit02_10 b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: linear-gradient(to right, #093fb6 0%, #4887cd 100%);
}

.c_Tit03_01 {
  margin: 0 auto 30px;
  position: relative;
  color: #8c8c8c;
  line-height: 1;
  font-size: 2.8rem;
  padding: 4px 0 4px 15px;
}
.c_Tit03_01::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 100%;
  background-color: #f08200;
  position: absolute;
  left: 0;
  top: 0;
}

.c_Tit03_02 {
  font-size: 2.8rem;
  margin: 0 auto 40px;
  position: relative;
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
.c_Tit03_03 {
  font-size: 2.8rem;
  margin: 0 auto 40px;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.c_Tit03_03::before, .c_Tit03_03::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  transform: rotate(-60deg);
}
.c_Tit03_03::before {
  left: 0;
}
.c_Tit03_03::after {
  right: 0;
}

.c_Tit03_04 {
  font-size: 2.8rem;
  margin: 0 auto 40px;
  position: relative;
  color: #6eb0f9;
  line-height: 1.4;
  -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
}

.c_Tit03_05 {
  position: relative;
  font-size: 2.8rem;
  padding: 0.1em 0.3em 0.1em 1em;
}
.c_Tit03_05:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 4px;
  display: block;
  background: #ff4f03;
  top: 0.5em;
  left: 5px;
  transform: rotate(-50deg);
}
.c_Tit03_05:after {
  position: absolute;
  content: "";
  height: 7px;
  width: 5px;
  display: block;
  background: #e60012;
  top: 1em;
  left: 2px;
  transform: rotate(-90deg);
}

.c_subTit {
  font-weight: bold;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:ボタン
--------------------------------------------------------------------------- */
.c_btn01 {
  color: #fff;
  position: relative;
  font-size: 1.7rem;
  display: inline-block;
  padding: 12px 45px;
  font-weight: bold;
  letter-spacing: 1px;
  border: solid 1px;
  text-align: center;
  min-width: 230px;
  margin-bottom: 15px;
}
.c_btn01::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.c_btn02 {
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
  padding: 5.5px 45px;
  letter-spacing: 1px;
  border: solid 1px;
  text-align: center;
  min-width: 300px;
  margin-bottom: 15px;
  background-color: #d00a09;
  border: solid 1px #d00a09;
  border-radius: 5px;
  transition: 0.3s;
  color: #fff;
}
.c_btn02::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 2px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  background: #fff;
}
.c_btn02::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #d00a09;
  border-right: 2px solid #d00a09;
  position: absolute;
  top: 50%;
  right: 15px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  z-index: 2;
}

.c_btn03 {
  color: #fff;
  position: relative;
  font-size: 2rem;
  display: inline-block;
  padding: 0 25px 0 0;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}
.c_btn03::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #ffffff;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
  transition: 0.3s;
}
.c_btn03::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 2px;
  right: 0;
  bottom: 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

.c_btn04 {
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 5px 0 5px 20px;
  line-height: 1.3;
  color: #333;
  font-weight: 500;
}
.c_btn04::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  position: absolute;
  top: 50%;
  left: 7px;
  margin: auto;
  transition: 0.3s;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.c_btn05 {
  color: #fff;
  background: #f39800;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  padding-left: calc(70px + 3rem);
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.c_btn05::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  content: "";
  border-radius: 0.5rem 0 0 0.5rem;
}
.c_btn05::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 69.98px;
  width: 0;
  height: 0;
  content: "";
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.c_btn05 em {
  font-size: 120%;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
  padding: 1rem 0;
  text-align: center;
  letter-spacing: 0;
  color: #f39800;
  border-radius: 0.5rem 0 0 0.5rem;
  background: #fff;
}

.c_btn06 {
  font-size: 2rem;
  padding: 3rem 4rem;
  color: #fff;
  border-radius: 100% 80px/80px 100%;
  background-color: #eb6100;
}

.c_btn07 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  padding: 10px 30px;
  background: #fff;
}
.c_btn07 span {
  position: relative;
  transition: 0.3s;
  top: -20px;
  left: -20px;
}
.c_btn07::before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s ease;
  border: 3px solid #000;
  border-radius: 0.5rem;
}

.c_btn08 {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
  display: inline-block;
  position: relative;
}
.c_btn08 span {
  position: relative;
  z-index: 1;
}
.c_btn08::before {
  position: absolute;
  top: 0;
  left: calc(-150% + 50px);
  width: 150%;
  height: 500%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #fff100;
}
.c_btn08::after {
  position: absolute;
  top: -400%;
  right: calc(-150% + 50px);
  width: 150%;
  height: 500%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: rotate(45deg) translateX(0) translateY(0);
  background: #fff100;
}

.c_btn09 {
  position: relative;
  transition: 0.3s;
  padding: 10px 10px;
}
.c_btn09 .lineArrow {
  width: 110%;
  height: 15px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: skew(45deg);
  margin: -10px 0 0 -25px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -10px;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */
.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.c_table_01 table tbody tr th {
  border: 1px solid;
  background: #f7f7f7;
  vertical-align: top;
  padding: 24px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  width: 24.5%;
  word-break: break-all;
}
.c_table_01 table tbody tr td {
  border: 1px solid;
  vertical-align: top;
  padding: 24px;
  background: #fff;
  word-break: break-all;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}
.c_table_02 table thead {
  background-color: #666;
  color: #fff;
  margin: 0;
  border: 0;
}
.c_table_02 table thead tr th {
  padding: 10px;
  text-align: center;
}
.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 10px;
  font-size: 14px;
  word-break: break-all;
}
.c_table_02 table tbody tr:nth-child(even) {
  background-color: #e4e4e4;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:NEWS
--------------------------------------------------------------------------- */
.c_newslist_01 &gt; a {
  display: block;
  color: #000;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}
.c_newslist_01 &gt; a dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}
.c_newslist_01 &gt; a dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_02 dl {
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}
.c_newslist_02 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}
.c_newslist_02 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}
.c_newslist_02 dl dd &gt; a {
  display: block;
  color: #000;
}

.c_newslist_03 a {
  display: block;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
  color: #000;
}
.c_newslist_03 dl {
  margin: 10px 0;
}
.c_newslist_03 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}
.c_newslist_03 dl dt .imgBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.6%;
}
.c_newslist_03 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}
.c_newslist_03 dl dd .days_tx,
.c_newslist_03 dl dd .news_txt {
  display: block;
}

.icon_new {
  margin-left: 15px;
  display: inline-block;
  color: #e60012;
  z-index: 3;
}

.days_txt {
  color: #000;
}

.lr_xBox .main_xBox {
  float: left;
  width: 70%;
}
.lr_xBox .aside_xBox {
  float: right;
  width: 25%;
}

.archive_xBox &gt; dl a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.archive_xBox &gt; dl dd {
  display: none;
}

.c_postlink li:first-child {
  float: left;
  width: 40%;
}
.c_postlink li:last-child {
  float: right;
  width: 40%;
  text-align: right;
}

.c_dBox h1,
.c_dBox h2,
.c_dBox h3,
.c_dBox h4,
.c_dBox h5,
.c_dBox h6 {
  font-weight: bold;
}
.c_dBox img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:カテゴリ
--------------------------------------------------------------------------- */
.c_cateBox_01 {
  display: flex;
  flex-wrap: wrap;
}
.c_cateBox_01 &gt; a {
  width: 25%;
  display: block;
  color: #000;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
  position: relative;
}
.c_cateBox_01 &gt; a .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.c_cateBox_02 dl {
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}
.c_cateBox_02 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}
.c_cateBox_02 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}
.c_cateBox_02 dl dd &gt; a {
  display: block;
  color: #000;
}

.cate_xBox a {
  display: block;
  padding: 10px;
  background: #eee;
  margin-bottom: 5px;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:フォーム
--------------------------------------------------------------------------- */
.c_form01 {
  margin-bottom: 50px;
}
.c_form01 table {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  width: 100%;
  /* IE */
  /* Edge */
}
.c_form01 table tbody tr {
  border-bottom: 1px solid #afafaf;
}
.c_form01 table tbody tr th {
  vertical-align: top;
  padding: 24px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  width: 24.5%;
}
.c_form01 table tbody tr th span {
  margin-left: 10px;
}
.c_form01 table tbody tr td {
  vertical-align: top;
  padding: 24px;
}
.c_form01 table tbody tr td select {
  padding: 0;
  font-size: 14px;
  width: 400px;
  padding: 11px;
}
.c_form01 table tbody tr td label {
  margin-right: 10px;
}
.c_form01 table .inp01,
.c_form01 table .inp02 {
  padding: 5px 10px;
  font-size: 1.4rem;
  border: 1px solid #afafaf;
}
.c_form01 table .inp01 input[type=text],
.c_form01 table .inp02 input[type=text] {
  font-size: 1.4rem;
}
.c_form01 table .inp_txtarea {
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 10px;
  width: 90%;
  height: 200px !important;
  border: 1px solid #afafaf;
}
.c_form01 table input:-ms-input-placeholder {
  color: #a9a9a9;
}
.c_form01 table input::-ms-input-placeholder {
  color: #a9a9a9;
}
.c_form01 .kojin_wrap {
  background: #fff;
  padding: 5%;
  margin-bottom: 20px;
}
.c_form01 .submit_wrap {
  margin-bottom: 5%;
  text-align: center;
}
.c_form01 .submit_wrap .submit {
  max-width: 340px;
  width: 90%;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  margin: auto;
  font-size: 1.6rem;
  cursor: pointer;
}

input::-moz-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 25%;
}

input.middle {
  width: 50%;
}

input.long {
  width: 90%;
}

.hissu {
  padding: 3px 4px 2px 4px;
  background: #e7133b;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:jsPage
--------------------------------------------------------------------------- */
.close {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.close::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  z-index: 10;
}
.close::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.popup_Box {
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  z-index: -9;
  opacity: 0;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.popup_Box.on {
  z-index: 1;
  opacity: 1;
}
.popup_Box.on .close {
  z-index: 1 !important;
}
.popup_Box .popup_Box_inner {
  position: relative;
  padding: 30px 60px;
  width: 100%;
}
.popup_Box .popup_Box_inner .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -9;
}
.popup_Box .popup_Box_inner .popup_Box_cont {
  color: #fff;
}

#js_listItem .is_hidden {
  display: none;
}

#input_plural {
  margin: 10px 0;
}
#input_plural input.form-control {
  display: inline-block;
  color: #555;
}
#input_plural .btn_wrap {
  float: right;
}
#input_plural .pluralBtn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:slickPage
--------------------------------------------------------------------------- */
.csl_slider_01 .imgBox img {
  display: block;
  width: 96%;
  margin: 0 auto;
}
.csl_slider_01 .sclick_previmg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 17%;
  top: 50%;
  cursor: pointer;
}
.csl_slider_01 .sclick_nextimg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  right: 17%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_02 .imgBox img {
  display: block;
  width: 96%;
  margin: 0 auto;
}
.csl_slider_02 .sclick_previmg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 60%;
  top: 50%;
  cursor: pointer;
}
.csl_slider_02 .sclick_nextimg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 60%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_03_wp {
  margin-bottom: 20px;
  background: #00a0b4;
}
.csl_slider_03_wp .img_wrap {
  display: block;
}
.csl_slider_03_wp .img_wrap *:not(img) {
  display: none;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:よくある質問
--------------------------------------------------------------------------- */
.c_faq_box_01 .sToggle {
  counter-reset: numb2;
}
.c_faq_box_01 .sToggle dl {
  counter-increment: numb2;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #0c3380;
  background: #fff;
  margin: 0 0 30px;
}
.c_faq_box_01 .sToggle dl dt {
  padding: 5px 35px 5px 60px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
  color: #0c3380;
  cursor: pointer;
  pointer-events: auto;
  transition: 0.3s;
  word-break: break-all;
}
.c_faq_box_01 .sToggle dl dt::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid #ff9595;
  border-right: 2px solid #de0101;
  position: absolute;
  top: 45%;
  right: 15px;
  margin: auto;
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transition: 0.3s;
}
.c_faq_box_01 .sToggle dl dt::before {
  content: "Q" counter(numb2);
  /* content: "Q.01"; */
  display: block;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #008f96;
  top: 47%;
  left: 29px;
  transform: translate(-50%, -50%);
  font-family: "Lora", serif;
}
.c_faq_box_01 .sToggle dl dt.togg::after {
  animation: sTog 0.7s;
  transform: translateY(-20%) translateX(-50%) rotate(315deg);
}
.c_faq_box_01 .sToggle dl dd {
  padding: 5px 35px 5px 60px;
  display: none;
  position: relative;
  word-break: break-all;
}
.c_faq_box_01 .sToggle dl dd::before {
  content: "A" counter(numb2);
  /* content: "A.01"; */
  display: block;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #da0000;
  top: 0;
  left: 29px;
  transform: translate(-50%, 0%);
  font-family: "Lora", serif;
}
@keyframes sTog {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(70%) translateX(-50%) rotate(135deg);
  }
  50.1% {
    opacity: 0;
    transform: translateY(70%) translateX(-50%) rotate(315deg);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
  }
}
.code-copy__btn {
  background: #274cb5;
  letter-spacing: 3px;
  font-family: "Mukta", sans-serif;
  border-radius: 3px;
  box-shadow: 0 5px 0 #162d6f;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 4px 0 1px;
  text-align: center;
  text-decoration: none;
  margin: 15px 0px;
  transition: 0.2s;
}

.code-copy__btn:hover {
  background: #1c3d96;
}

.code-copy__btn:active {
  box-shadow: none;
  transform: translateY(5px);
  -moz-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
}

.code-copy__btn2 {
  background: rgba(27, 127, 204, 0.8);
  letter-spacing: 3px;
  font-family: "Mukta", sans-serif;
  border-radius: 3px;
  box-shadow: 0 5px 0 rgba(19, 94, 152, 0.8);
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 4px 0 1px;
  text-align: center;
  text-decoration: none;
  margin: 15px 0px;
  transition: 0.2s;
}

.code-copy__btn2:hover {
  background: rgba(14, 113, 189, 0.8);
}

.code-copy__btn2:active {
  box-shadow: none;
  transform: translateY(5px);
  -moz-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
}

.catin_wp {
  position: fixed;
  z-index: -4;
  opacity: 0;
  background-color: #fed710;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0%;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
.catin_wp .catin_inner {
  position: relative;
  padding-bottom: 90px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 334px;
  width: 96%;
}
.catin_wp .catin_inner .img_Box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translateY(-50%) translateX(-50%);
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(1, -0.03, 0.2, 1);
}

.catin_wp.on {
  z-index: 4;
  opacity: 1;
  width: 100%;
}
.catin_wp.on .catin_inner {
  position: relative;
  padding-bottom: 90px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 334px;
  width: 96%;
}
.catin_wp.on .catin_inner .img_Box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/*★★★★★★　media　★★★★★*/
@media (max-width: 900px) and (min-width: 0px) {
  header {
    left: -150px;
    transition: 0.3s;
    z-index: 3;
  }
  header.active {
    left: 0;
  }
  #parts {
    width: 100%;
    margin-left: auto;
  }
  /* ---------------------------------------------------------------------------
    ★インスタグラム
  --------------------------------------------------------------------------- */
  .instagramcont li {
    width: 50%;
  }
  .instagramcont li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 0 100%;
    background: #949494;
  }
  .instagramcont li a img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  /* ---------------------------------------------------------------------------
    ★パーツ集
  --------------------------------------------------------------------------- */
  .o_fL {
    margin-bottom: 3%;
    width: 100%;
  }
  .o_fR {
    margin-bottom: 3%;
    width: 100%;
  }
  .o_01 .o_01Box01 .imgBox {
    width: 100%;
    margin-bottom: 3%;
  }
  .o_01 .o_01Box01 .imgBox img {
    width: 100%;
  }
  .o_01Box02 .imgBox {
    width: 100%;
    margin-bottom: 3%;
  }
  .o_02 .sub {
    background: #333;
    color: #fff;
    margin-bottom: 3%;
    padding: 0 10px;
  }
  .o_03 &gt; div {
    border: 1px solid #000;
    margin-bottom: 70px;
    padding: 3%;
    position: relative;
  }
  .o_03 &gt; div:not(:last-child):before {
    position: absolute;
    content: "";
    background: url(../img/yazi.gif);
    bottom: -62px;
    width: 43px;
    height: 50px;
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
  }
  .o_04 &gt; .txtBOX {
    position: relative;
  }
  .o_04 .fuki_box {
    display: block;
  }
  .o_04 .fuki_box span {
    text-align: center;
    font-size: 4.4vw;
    font-weight: bold;
    display: block;
    max-width: 142px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    border-radius: 20px;
    color: #fff;
    top: -20px;
  }
  .o_04 .fuki_box span::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    transition: 0.3s;
  }
  .o_04 .fuki_box .bk_bluex {
    background-color: #69c9f5;
  }
  .o_04 .fuki_box .bk_bluex::after {
    border-color: #69c9f5 transparent transparent transparent;
  }
  .o_05 &gt; .txtBOX {
    position: relative;
    padding: 3%;
  }
  .o_06 &gt; .imgBOX {
    position: relative;
  }
  .o_06 &gt; .imgBOX &gt; .txtBOX {
    position: relative;
    padding: 3%;
    bottom: 0;
    background: #e0cf6d;
    width: 100%;
  }
  .o_07 &gt; .txtBOX dl {
    background: url(../img/line.png) repeat-y 20px 0;
  }
  .o_07 &gt; .txtBOX dl dt {
    font-size: 4.2vw;
    padding: 5px 0 15px 60px;
    background: url(../img/iconmonstr-time-6-240.png);
    background-repeat: no-repeat;
    background-position: 1px;
    background-size: 40px;
  }
  .o_07 &gt; .txtBOX dl dd {
    padding: 5px 0 15px 60px;
  }
  .o_08 dl {
    display: flex;
    flex-wrap: wrap;
  }
  .o_08 dl dt {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 3.6vw;
    letter-spacing: 0.2em;
    color: #00a0b4;
  }
  .o_08 dl dd {
    border-left: solid 1px #00a0b4;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3.6vw;
    padding: 0 0 3% 20px;
    position: relative;
  }
  .o_08 dl dd::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00a0b4;
    left: -5px;
    top: 10px;
    position: absolute;
  }
  .o_08 dl dd .imgBOX {
    margin: 0 auto 3%;
  }
  .o_sanplus {
    position: relative;
    border: double 10px #e60012;
    padding: 5%;
  }
  .o_sanplus::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #eb9a77 transparent transparent transparent;
  }
  .o_sanplus::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #eb9a77 transparent;
  }
  .o_flowBox01 li {
    position: relative;
    float: left;
    width: 48%;
    margin-bottom: 4%;
  }
  .o_flowBox01 li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #a5a5a5;
    position: absolute;
    right: -13%;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
  }
  .o_flowBox01 li:nth-child(2n)::after {
    display: none;
  }
  .o_flowBox01 li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .o_flowBox02 li {
    background: #006ca1;
    margin: 0 0 50px;
    position: relative;
    padding: 1%;
  }
  .o_flowBox02 li &gt; div {
    width: 100%;
  }
  .o_flowBox02 li &gt; div .imgBox {
    position: relative;
  }
  .o_flowBox02 li &gt; div .imgBox figcaption {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 13px;
    font-family: "Lora", serif;
    font-size: 3.6vw;
    letter-spacing: 2px;
    border-bottom: solid 1px #fff;
    line-height: 1.2;
    text-shadow: 3px 1px 2px #9e9797;
  }
  .o_flowBox02 li &gt; div .txtBox em {
    color: #fff;
    font-weight: bold;
    font-size: 3.6vw;
    margin-bottom: 2px;
    display: inline-block;
  }
  .o_flowBox02 li &gt; div .txtBox p {
    padding: 1%;
    background: #fff;
    /* font-size: 1.8rem; */
    font-weight: bold;
  }
  .o_flowBox02 li::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #006ba1 transparent transparent transparent;
    bottom: -30px;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
  .o_flowBox02 li:last-child:after {
    display: none;
  }
  .o_parallax {
    position: relative;
    padding: 20% 0;
    background-image: url(../img/parallax_bk.jpg);
    background-repeat: no_repeat;
    background-position: center center;
    background-size: 100%;
  }
  /* ---------------------------------------------------------------------------
    ★パーツ集:タイトル
  --------------------------------------------------------------------------- */
  .c_Tit02_01 {
    text-align: center;
    font-size: 6vw;
    line-height: 1.5;
    margin: 0 auto 10%;
  }
  .c_Tit02_01 &gt; b {
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
  }
  .c_Tit02_01 &gt; span {
    font-size: 60%;
    display: block;
    line-height: 1;
    color: #0c3380;
  }
  .c_Tit02_02 {
    display: flex;
    font-size: 6vw;
    align-items: center;
    margin: 0 auto 10%;
  }
  .c_Tit02_02 &gt; b {
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
  }
  .c_Tit02_02 &gt; span {
    font-size: 60%;
    display: block;
    line-height: 1;
    color: #0c3380;
  }
  .c_Tit02_02::before,
  .c_Tit02_02::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #666;
  }
  .c_Tit02_02::before {
    margin-right: 1.5rem;
  }
  .c_Tit02_02::after {
    margin-left: 1.5rem;
  }
  .c_Tit02_03 {
    position: relative;
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #e60012;
    font-size: 6vw;
    margin: 0 auto 10%;
  }
  .c_Tit02_03 &gt; b &gt; span {
    font-size: 130%;
    display: inline-block;
    margin-right: 2px;
    color: #ff4f03;
  }
  .c_Tit02_03::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20%;
    height: 2px;
    content: "";
    background: #eb9a77;
  }
  .c_Tit02_04 {
    position: relative;
    padding: 5px 10px;
    font-size: 6vw;
    margin: 0 auto 10%;
    background: #b4eeff;
    text-align: center;
  }
  .c_Tit02_04 &gt; b {
    padding: 5px 10px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    display: block;
    line-height: 1.3;
  }
  .c_Tit02_05 {
    text-align: center;
    font-size: 6vw;
    line-height: 1.5;
    margin: 0 auto 10%;
  }
  .c_Tit02_05 &gt; b {
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    border-bottom: solid 1px;
    margin-bottom: 5px;
    line-height: 1;
  }
  .c_Tit02_05 &gt; span {
    font-size: 60%;
    display: block;
    line-height: 1;
    color: #0c3380;
  }
  .c_Tit02_06 {
    text-align: center;
    font-size: 6vw;
    margin: 0 auto 10%;
  }
  .c_Tit02_06 .txt_hj {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    line-height: 1;
  }
  .c_Tit02_06 .txt_hj &gt; small {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 50%;
    word-break: keep-all;
  }
  .c_Tit02_07 {
    text-align: center;
    font-size: 6vw;
    margin: 0 auto 40px;
    position: relative;
  }
  .c_Tit02_07::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    padding-bottom: 5px;
    color: #0c3380;
    border-top: solid 2px;
    border-bottom: solid 4px;
  }
  .c_Tit02_08 {
    text-align: center;
    font-size: 6vw;
    margin: 0 auto 40px;
    position: relative;
  }
  .c_Tit02_08 .borders_st {
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0;
    content: "";
    height: 4px;
    width: 100%;
    background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  }
  .c_Tit02_08 .borders_st::before,
  .c_Tit02_08 .borders_st::after {
    position: absolute;
    bottom: 0;
    content: "";
    height: 4px;
    width: 20%;
    display: block;
    background: #0c3380;
  }
  .c_Tit02_08 .borders_st::before {
    left: 0;
  }
  .c_Tit02_08 .borders_st::after {
    right: 0;
  }
  .c_Tit02_09 {
    position: relative;
    writing-mode: vertical-rl;
    font-size: 6vw;
    letter-spacing: 7px;
    word-break: keep-all;
  }
  .c_Tit02_09 b span {
    position: absolute;
    top: 0;
    right: -13px;
    font-size: 3.6vw;
    letter-spacing: 1.5px;
  }
  .c_Tit02_10 {
    text-align: center;
    font-size: 6vw;
    margin: 0 auto 40px;
    position: relative;
  }
  .c_Tit02_10 b {
    position: relative;
    padding: 0 0 20px;
  }
  .c_Tit02_10 b::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: linear-gradient(to right, #093fb6 0%, #4887cd 100%);
  }
  .c_Tit03_01 {
    margin: 0 auto 30px;
    position: relative;
    color: #8c8c8c;
    line-height: 1;
    font-size: 5.3vw;
    padding: 4px 0 4px 15px;
  }
  .c_Tit03_01::before {
    content: "";
    display: block;
    width: 0.25rem;
    height: 100%;
    background-color: #f08200;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c_Tit03_02 {
    font-size: 5.3vw;
    margin: 0 auto 40px;
    position: relative;
    background: linear-gradient(transparent 70%, #a7d6ff 70%);
  }
  .c_Tit03_03 {
    font-size: 5.3vw;
    margin: 0 auto 40px;
    position: relative;
    display: inline-block;
    padding: 0 45px;
  }
  .c_Tit03_03::before,
  .c_Tit03_03::after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: black;
    transform: rotate(-60deg);
  }
  .c_Tit03_03::before {
    left: 0;
  }
  .c_Tit03_03::after {
    right: 0;
  }
  .c_Tit03_04 {
    font-size: 5.3vw;
    margin: 0 auto 40px;
    position: relative;
    color: #6eb0f9;
    line-height: 1.4;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6));
  }
  .c_Tit03_05 {
    position: relative;
    font-size: 5.3vw;
    padding: 0.1em 0.3em 0.1em 1em;
  }
  .c_Tit03_05:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 4px;
    display: block;
    background: #ff4f03;
    top: 0.5em;
    left: 5px;
    transform: rotate(-50deg);
  }
  .c_Tit03_05:after {
    position: absolute;
    content: "";
    height: 7px;
    width: 5px;
    display: block;
    background: #e60012;
    top: 1em;
    left: 2px;
    transform: rotate(-90deg);
  }
  .c_subTit {
    font-weight: bold;
  }
  /* ---------------------------------------------------------------------------
    ★パーツ集:ボタン
  --------------------------------------------------------------------------- */
  .c_btn01 {
    color: #fff;
    position: relative;
    font-size: 3.6vw;
    display: inline-block;
    padding: 12px 35px;
    font-weight: bold;
    letter-spacing: 1px;
    border: solid 1px;
    text-align: center;
    margin-bottom: 5%;
    width: 100%;
    max-width: 250px;
  }
  .c_btn01::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: auto;
    transition: 0.3s;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
  }
  .c_btn02 {
    position: relative;
    font-size: 3.6vw;
    display: inline-block;
    padding: 5.5px 25px;
    letter-spacing: 1px;
    border: solid 1px;
    text-align: center;
    margin-bottom: 15px;
    background-color: #d00a09;
    border: solid 1px #d00a09;
    border-radius: 5px;
    transition: 0.3s;
    color: #fff;
    width: 100%;
    max-width: 250px;
  }
  .c_btn02::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 2px;
    margin: auto;
    transition: 0.3s;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    background: #fff;
  }
  .c_btn02::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #d00a09;
    border-right: 2px solid #d00a09;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: auto;
    transition: 0.3s;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    z-index: 2;
  }
  .c_btn03 {
    color: #fff;
    position: relative;
    font-size: 3.8vw;
    display: inline-block;
    padding: 0 25px 0 0;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
  }
  .c_btn03::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #ffffff;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.4));
    transition: 0.3s;
  }
  .c_btn03::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 2px;
    right: 0;
    bottom: 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
  }
  .c_btn04 {
    display: block;
    position: relative;
    font-size: 3.4vw;
    padding: 5px 0 5px 20px;
    line-height: 1.3;
    color: #333;
    font-weight: 500;
  }
  .c_btn04::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #e60012;
    border-right: 2px solid #e60012;
    position: absolute;
    top: 50%;
    left: 7px;
    margin: auto;
    transition: 0.3s;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
  }
  .c_btn05 {
    color: #fff;
    background: #f39800;
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    padding-left: calc(70px + 3rem);
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
  }
  .c_btn05::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    content: "";
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .c_btn05::after {
    position: absolute;
    top: calc(50% - 5px);
    left: 69.98px;
    width: 0;
    height: 0;
    content: "";
    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
  }
  .c_btn05 em {
    font-size: 120%;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    padding: 1rem 0;
    text-align: center;
    letter-spacing: 0;
    color: #f39800;
    border-radius: 0.5rem 0 0 0.5rem;
    background: #fff;
  }
  .c_btn06 {
    font-size: 3.8vw;
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 100% 80px/80px 100%;
    background-color: #eb6100;
    width: 100%;
    display: inline-block;
  }
  .c_btn07 {
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    transition: 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    padding: 10px 30px;
    background: #fff;
  }
  .c_btn07 span {
    position: relative;
    transition: 0.3s;
    top: -20px;
    left: -20px;
  }
  .c_btn07::before {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.3s ease;
    border: 3px solid #000;
    border-radius: 0.5rem;
  }
  .c_btn08 {
    overflow: hidden;
    padding: 1.5rem 6rem;
    color: #fff;
    border-radius: 0;
    background: #000;
    display: inline-block;
    position: relative;
  }
  .c_btn08 span {
    position: relative;
    z-index: 1;
  }
  .c_btn08::before {
    position: absolute;
    top: 0;
    left: calc(-150% + 50px);
    width: 150%;
    height: 500%;
    content: "";
    transition: all 0.5s ease-in-out;
    transform: rotate(45deg) translateX(0) translateY(0);
    background: #fff100;
  }
  .c_btn08::after {
    position: absolute;
    top: -400%;
    right: calc(-150% + 50px);
    width: 150%;
    height: 500%;
    content: "";
    transition: all 0.5s ease-in-out;
    transform: rotate(45deg) translateX(0) translateY(0);
    background: #fff100;
  }
  .c_btn09 {
    position: relative;
    transition: 0.3s;
    padding: 10px 10px;
  }
  .c_btn09 .lineArrow {
    width: 110%;
    height: 15px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: skew(45deg);
    margin: -10px 0 0 -25px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -10px;
    transition: 0.3s;
  }
  /* ---------------------------------------------------------------------------
    ★パーツ集:テーブル
  --------------------------------------------------------------------------- */
  .c_table_01 table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    width: 100%;
  }
  .c_table_01 table tbody tr th {
    border: 1px solid;
    background: #f7f7f7;
    vertical-align: top;
    padding: 3%;
    color: #000000;
    font-weight: bold;
    width: 100%;
    word-break: break-all;
    display: block;
    border-bottom: 0;
  }
  .c_table_01 table tbody tr td {
    border: 1px solid;
    vertical-align: top;
    padding: 3%;
    background: #fff;
    word-break: break-all;
    display: block;
  }
  .c_table_01 table tbody tr:not(:last-child) td {
    border-bottom: 0;
  }
  .c_table_02 table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    width: 100%;
  }
  .c_table_02 table thead {
    display: none;
  }
  .c_table_02 table tbody tr th,
  .c_table_02 table tbody tr td {
    display: block;
  }
  .c_table_02 table tbody tr th {
    background-color: #666;
    color: #fff;
    text-align: center;
    clear: both;
    width: 100%;
    font-size: 3.8vw;
    box-sizing: border-box;
    padding: 10px;
  }
  .c_table_02 table tbody tr td {
    padding: 10px;
    font-size: 3.6vw;
    word-break: break-all;
    width: 50%;
    float: left;
    line-height: 1.8;
    text-align: left;
    border-bottom: 1px solid #000;
  }
  .c_table_02 table tbody tr td:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .c_table_02 table tbody tr:nth-child(even) {
    background-color: #e4e4e4;
  }
  .c_table_02 table tbody tr td[data-th]:before {
    width: 40%;
    content: attr(data-th);
    font-weight: bold;
    display: block;
    margin-right: 0.25em;
  }
  /* ---------------------------------------------------------------------------
    ★パーツ集:NEWS
  --------------------------------------------------------------------------- */
  .c_newslist_01 &gt; a {
    display: block;
    color: #000;
    margin: 10px 0;
    border-bottom: solid 1px #c1c1c1;
  }
  .c_newslist_01 &gt; a dl dt {
    margin-right: 2%;
  }
  .c_newslist_01 &gt; a dl dd {
    word-break: break-all;
  }
  .c_newslist_02 dl {
    margin: 10px 0;
    border-bottom: solid 1px #c1c1c1;
  }
  .c_newslist_02 dl dt {
    margin-right: 2%;
  }
  .c_newslist_02 dl dd {
    word-break: break-all;
  }
  .c_newslist_02 dl dd &gt; a {
    display: block;
    color: #000;
  }
  .c_newslist_03 a {
    display: block;
    margin: 10px 0;
    border-bottom: solid 1px #c1c1c1;
    color: #000;
  }
  .c_newslist_03 dl {
    margin: 10px 0;
  }
  .c_newslist_03 dl dt {
    float: left;
    width: 18%;
    margin-right: 2%;
  }
  .c_newslist_03 dl dt .imgBox {
    position: relative;
    overflow: hidden;
    padding-bottom: 66.6%;
  }
  .c_newslist_03 dl dd {
    float: left;
    width: 80%;
    word-break: break-all;
  }
  .c_newslist_03 dl dd .days_tx,
  .c_newslist_03 dl dd .news_txt {
    display: block;
  }
  .icon_new {
    margin-left: 15px;
    display: inline-block;
    color: #e60012;
    z-index: 3;
  }
  .days_txt {
    color: #000;
  }
  .archive_xBox &gt; dl a {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
  .archive_xBox &gt; dl dd {
    display: none;
  }
  .c_postlink li:first-child {
    float: left;
    width: 40%;
  }
  .c_postlink li:last-child {
    float: right;
    width: 40%;
    text-align: right;
  }
  .c_dBox h1,
  .c_dBox h2,
  .c_dBox h3,
  .c_dBox h4,
  .c_dBox h5,
  .c_dBox h6 {
    font-weight: bold;
  }
  .c_dBox img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
  /* ---------------------------------------------------------------------------
    ★パーツ集:カテゴリ
  --------------------------------------------------------------------------- */
  .c_cateBox_01 {
    display: flex;
    flex-wrap: wrap;
  }
  .c_cateBox_01 &gt; a {
    width: 50%;
    display: block;
    color: #000;
    margin: 10px 0;
    border-bottom: solid 1px #c1c1c1;
    position: relative;
  }
  .c_cateBox_01 &gt; a .txtBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .c_cateBox_02 dl {
    margin: 10px 0;
    border-bottom: solid 1px #c1c1c1;
  }
  .c_cateBox_02 dl dt {
    float: left;
    width: 18%;
    margin-right: 2%;
  }
  .c_cateBox_02 dl dd {
    float: left;
    width: 80%;
    word-break: break-all;
  }
  .c_cateBox_02 dl dd &gt; a {
    display: block;
    color: #000;
  }
  .cate_xBox a {
    display: block;
    padding: 10px;
    background: #eee;
    margin-bottom: 5px;
  }
  /* ---------------------------------------------------------------------------
    ★パーツ集:フォーム
  --------------------------------------------------------------------------- */
  .c_form01 {
    margin-bottom: 50px;
  }
  .c_form01 table {
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    width: 100%;
    table-layout: fixed;
  }
  .c_form01 table tbody tr {
    border-bottom: 1px solid #afafaf;
  }
  .c_form01 table tbody tr th {
    vertical-align: top;
    padding: 3%;
    font-size: 3.6vw;
    color: #000000;
    font-weight: bold;
    width: 100%;
    display: block;
  }
  .c_form01 table tbody tr th span {
    margin-left: 10px;
  }
  .c_form01 table tbody tr td {
    vertical-align: top;
    padding: 3%;
    display: block;
    width: 100%;
  }
  .c_form01 table tbody tr td select {
    padding: 0;
    font-size: 14px;
    width: 400px;
    padding: 11px;
  }
  .c_form01 table tbody tr td label {
    margin-right: 10px;
  }
  .c_form01 table .inp01,
  .c_form01 table .inp02 {
    padding: 5px 10px;
    font-size: 1.4rem;
    border: 1px solid #afafaf;
  }
  .c_form01 table .inp01 input[type=text],
  .c_form01 table .inp02 input[type=text] {
    font-size: 1.4rem;
  }
  .c_form01 table .inp_txtarea {
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 10px;
    width: 90%;
    height: 200px !important;
    border: 1px solid #afafaf;
  }
  .c_form01 table input:-ms-input-placeholder {
    color: #a9a9a9;
  }
  .c_form01 table input::-ms-input-placeholder {
    color: #a9a9a9;
  }
  .c_form01 .kojin_wrap {
    background: #fff;
    padding: 5%;
    margin-bottom: 20px;
  }
  .c_form01 .submit_wrap {
    margin-bottom: 5%;
    text-align: center;
  }
  .c_form01 .submit_wrap .submit {
    max-width: 340px;
    width: 90%;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    margin: auto;
    font-size: 3.6vw;
    cursor: pointer;
  }
  input::-moz-placeholder {
    color: #a9a9a9;
  }
  input::placeholder {
    color: #a9a9a9;
  }
  input.short {
    width: 25%;
  }
  input.middle {
    width: 50%;
  }
  input.long {
    width: 90%;
  }
  .hissu {
    padding: 3px 4px 2px 4px;
    background: #e7133b;
    border-radius: 4px;
    display: block;
    width: 40px;
    text-align: center;
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
  }
  .nini {
    padding: 3px 4px 2px 4px;
    background: #efefef;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    width: 40px;
    text-align: center;
    float: right;
    color: #222;
    font-weight: bold;
    font-size: 11px;
  }
  /* ---------------------------------------------------------------------------
    ★パーツ集:jsPage
  --------------------------------------------------------------------------- */
  .close {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .close::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    z-index: 10;
  }
  .close::after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  .popup_Box {
    display: flex;
    background: rgba(0, 0, 0, 0.6);
    z-index: -9;
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.5s;
  }
  .popup_Box.on {
    z-index: 1;
    opacity: 1;
  }
  .popup_Box.on .close {
    z-index: 1 !important;
  }
  .popup_Box .popup_Box_inner {
    position: relative;
    padding: 30px 60px;
    width: 100%;
  }
  .popup_Box .popup_Box_inner .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -9;
  }
  .popup_Box .popup_Box_inner .popup_Box_cont {
    color: #fff;
  }
  #js_listItem .is_hidden {
    display: none;
  }
  #input_plural {
    margin: 10px 0;
  }
  #input_plural input.form-control {
    display: inline-block;
    color: #555;
  }
  #input_plural .btn_wrap {
    float: right;
  }
  #input_plural .pluralBtn {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
  }
  /* ---------------------------------------------------------------------------
    ★パーツ集:slickPage
  --------------------------------------------------------------------------- */
  .csl_slider_01 .imgBox img {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
  .csl_slider_01 .sclick_previmg {
    max-width: 68px;
    width: 15%;
    margin: auto;
    position: absolute;
    z-index: 10;
    left: -15px;
    top: 50%;
    cursor: pointer;
  }
  .csl_slider_01 .sclick_nextimg {
    max-width: 68px;
    width: 15%;
    margin: auto;
    position: absolute;
    z-index: 10;
    right: -15px;
    top: 50%;
    cursor: pointer;
  }
  .csl_slider_02 .imgBox img {
    display: block;
    width: 96%;
    margin: 0 auto;
  }
  .csl_slider_02 .sclick_previmg {
    max-width: 68px;
    width: 5%;
    margin: auto;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 60%;
    top: 50%;
    cursor: pointer;
  }
  .csl_slider_02 .sclick_nextimg {
    max-width: 68px;
    width: 5%;
    margin: auto;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 60%;
    top: 50%;
    cursor: pointer;
  }
  .csl_slider_03_wp {
    margin-bottom: 20px;
    background: #00a0b4;
  }
  .csl_slider_03_wp .img_wrap {
    display: block;
  }
  .csl_slider_03_wp .img_wrap *:not(img) {
    display: none;
  }
  /* ---------------------------------------------------------------------------
    ★パーツ集:よくある質問
  --------------------------------------------------------------------------- */
  .c_faq_box_01 .sToggle {
    counter-reset: numb2;
  }
  .c_faq_box_01 .sToggle dl {
    counter-increment: numb2;
    padding: 1% 3%;
    border-radius: 10px;
    border: solid 1px #0c3380;
    background: #fff;
    margin: 0 0 5%;
  }
  .c_faq_box_01 .sToggle dl dt {
    padding: 5px 15px 5px 30px;
    font-size: 3.8vw;
    position: relative;
    font-weight: bold;
    color: #0c3380;
    cursor: pointer;
    pointer-events: auto;
    transition: 0.3s;
    word-break: break-all;
  }
  .c_faq_box_01 .sToggle dl dt::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ff9595;
    border-right: 2px solid #de0101;
    position: absolute;
    top: 45%;
    right: 0;
    margin: auto;
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transition: 0.3s;
  }
  .c_faq_box_01 .sToggle dl dt::before {
    content: "Q" counter(numb2);
    /* content: "Q.01"; */
    display: block;
    position: absolute;
    font-size: 3.8vw;
    font-weight: bold;
    color: #008f96;
    top: 47%;
    left: 14px;
    transform: translate(-50%, -50%);
    font-family: "Lora", serif;
  }
  .c_faq_box_01 .sToggle dl dt.togg::after {
    animation: sTog 0.7s;
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
  }
  .c_faq_box_01 .sToggle dl dd {
    padding: 5px 35px 5px 60px;
    display: none;
    position: relative;
    word-break: break-all;
  }
  .c_faq_box_01 .sToggle dl dd::before {
    content: "A" counter(numb2);
    /* content: "A.01"; */
    display: block;
    position: absolute;
    font-size: 3.8vw;
    font-weight: bold;
    color: #da0000;
    top: 0;
    left: 29px;
    transform: translate(-50%, 0%);
    font-family: "Lora", serif;
  }
  @keyframes sTog {
    0% {
      opacity: 1;
      transform: translateY(-50%) translateX(-50%) rotate(135deg);
    }
    25% {
      opacity: 0;
    }
    50% {
      opacity: 0;
      transform: translateY(70%) translateX(-50%) rotate(135deg);
    }
    50.1% {
      opacity: 0;
      transform: translateY(70%) translateX(-50%) rotate(315deg);
    }
    75% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateY(-20%) translateX(-50%) rotate(315deg);
    }
  }
} /*★★★★★★　media　★★★★★*//*# sourceMappingURL=parts_collection.css.map */</pre></body></html>