@charset "UTF-8";
/* ==========================================================================
    Foundation
========================================================================== */
* {
  -webkit-appearance: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 !important;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, figure, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, a:hover {
  text-decoration: none;
}

address, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a img, img {
  border: none;
}

em, strong {
  font-weight: 400;
  font-style: normal;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

:focus, a:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-family: sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #f3f3f3;
  color: #434343;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-family: sans-serif, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, li, a, p, h1, h2, h3, h4, h5, h6 {
    font-family: "メイリオ", sans-serif;
  }
}

p {
  font-size: 1.6rem;
  color: #434343;
  letter-spacing: -0.3px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 1.7rem;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

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

.relative {
  position: relative;
}

.is-pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.hide {
  transform: translateY(-60px);
}

.under_line_y {
  font-size: 1.6rem;
  font-weight: 600;
  background: linear-gradient(transparent 30%, #fdf7cf 30%);
}

@media screen and (min-width: 768px) {
  .under_line_y {
    font-size: 1.8rem;
  }
}

.under_line_r {
  font-weight: 600;
  background: linear-gradient(transparent 30%, #ffefef 30%);
}

#breadcrumb {
  width: 1200px;
  padding: 0 30px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  #breadcrumb {
    font-size: 1.8rem;
  }
}

#breadcrumb li {
  font-size: 0.8rem;
  display: inline;
}

#breadcrumb li::before {
  content: ">";
  margin: 0 2px;
  color: #434343;
}

#breadcrumb li:first-child:before {
  content: none;
}

#breadcrumb a {
  color: #434343;
}

/* ==========================================================================
    Layout
========================================================================== */
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #2481DA;
}

@media screen and (min-width: 768px) {
  .header {
    min-height: 80px;
  }
}

.header .header__inner {
  position: relative;
  padding: 0 10px;
}

@media screen and (min-width: 1200px) {
  .header .header__inner {
    width: 1200px;
    min-height: 70px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .header .header__inner {
    width: 100%;
    min-height: 70px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.header .header__logo {
  position: relative;
  padding: 10px 10px;
  background: #fff;
}

.header .header__logo img {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.header .header__nav {
  color: #434343;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* 慣性スクロール */
}

@media screen and (min-width: 768px) {
  .header .header__nav {
    margin-top: 10px !important;
    position: static;
    display: inline-block;
    margin: 0;
    font-size: 1rem;
    background-color: inherit;
    opacity: 1.0;
  }
}

.header .header__nav.is-active {
  right: 0;
}

.header .header__nav ul {
  max-width: 1060px;
  /* メニューの最大幅 */
  min-width: 550px;
  /* メニューの最小幅 */
  line-height: 50px;
  margin: 0 auto;
  list-style: none;
  padding-right: 25px;
  /* 右側の固定分余白を空ける */
  display: flex;
}

@media screen and (min-width: 768px) {
  .header .header__nav ul {
    margin: 0;
  }
}

.header .header__nav ul li {
  float: left;
  width: auto;
  /* メニューの個別の幅 */
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .header .header__nav ul li {
    margin: 0;
    vertical-align: middle;
  }
}

.header .header__nav ul li:first-child {
  width: auto;
  /* メニューの個別の幅 */
  margin-left: 20px;
}

.header .header__nav ul li a {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .header .header__nav ul li a {
    display: inline-block;
    padding: 10px;
    font-size: 1.6rem;
  }
}

.header .header__nav ul li a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .header .header__nav ul li a:after {
    border-bottom: 2px solid #fff;
  }
}

.header .header__nav ul li .is-active {
  background: #fff;
  color: #2481DA;
  padding: 8px;
  border-radius: 16px;
}

.header .header__nav ul li span {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}

@media screen and (min-width: 768px) {
  .header .header__nav ul li span {
    display: inline-block;
    padding: 10px;
    font-size: 1.6rem;
    color: #cecece;
  }
}

@media screen and (min-width: 768px) {
  .footer.is-fixed {
    bottom: 0;
  }
}

.footer .inner {
  width: 100%;
  padding: 15px 0;
  background-color: #f7f7f7;
}

@media screen and (min-width: 768px) {
  .footer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 30px;
  }
}

.footer .inner .footer_logo {
  text-align: center;
  width: 125px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer .inner .footer_logo {
    width: 190px;
  }
}

.footer .footer__links {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer .footer__links {
    width: 100%;
  }
}

.footer .footer__links ul {
  text-align: center;
}

.footer .footer__links ul li {
  padding: 0 20px;
  display: inline-block;
}

.footer .footer__links ul li a {
  color: #333;
}

.footer .footer__copyright {
  margin-top: 0px;
  font-size: 1.0rem;
  text-align: center;
  color: #888;
}

@media screen and (min-width: 768px) {
  .footer .footer__copyright {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

.footer .footer__copyright a {
  color: #888;
}

/* ==========================================================================
    page
========================================================================== */
.page-top .contents {
  margin: 60px auto 0 auto;
  background-image: none;
}

@media screen and (min-width: 768px) {
  .page-top .contents {
    background-size: contain;
    background-image: url(http://192.168.0.113:8888/zportal/wp-content/themes/zportal/assets/img/top/back_img.png);
    margin: 0px auto 0 250px;
  }
}

.page-top .main_visual {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-top .main_visual {
    width: 100%;
  }
}

.page-top .main_visual .inner {
  width: 100%;
  text-align: center;
}

.page-top .main_visual .inner img {
  object-fit: cover;
  height: 160px;
}

.page-top .main_visual .inner .mvt {
  position: absolute;
  height: auto;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .page-top .main_visual .inner img {
    object-fit: cover;
    height: 180px;
  }
  .page-top .main_visual .inner .mvt {
    position: absolute;
    height: auto;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.page-top .main_contents {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents {
    width: 100%;
    padding: 0px 0;
    min-height: calc(100vh - 340px);
    margin: 0 auto;
  }
}

.page-top .main_contents .bcb {
  background: rgba(227, 234, 236, 0.61);
}

.page-top .main_contents .h150 {
  height: 150px;
}

.page-top .main_contents .inner {
  width: 100%;
  text-align: center;
  position: relative;
}

.page-top .main_contents .inner img {
  object-fit: cover;
  height: 180px;
}

.page-top .main_contents .inner .content_img {
  object-fit: cover;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .inner .content_img {
    object-fit: cover;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .inner .content_top_img {
    object-fit: cover;
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
}

.page-top .main_contents .inner .pc_content_tx_img {
  position: absolute;
  width: 58%;
  top: 37%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
}

.page-top .main_contents .inner .content_tx_img {
  position: absolute;
  width: 84%;
  top: 36%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 51%;
}

.page-top .main_contents .inner .content_zaitakun_img {
  width: 20%;
  position: absolute;
  z-index: 100;
  top: 56%;
  left: 15%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 19%;
}

.page-top .main_contents .inner .pc_content_zaitakun_img {
  width: 14%;
  position: absolute;
  z-index: 100;
  top: 56%;
  left: 15%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
}

.page-top .main_contents .inner .pc_sec01 {
  width: 80%;
  max-width: 860px;
  min-width: 500px;
  height: auto;
  padding: 60px 0;
  margin: 0 auto;
}

.page-top .main_contents .inner .pc_sec02 {
  width: 80%;
  max-width: 860px;
  min-width: 500px;
  height: auto;
  padding: 0px 0;
  margin: 0 auto;
}

.page-top .main_contents .inner .pc_sec03 {
  width: 70%;
  max-width: 760px;
  min-width: 500px;
  height: auto;
  padding: 60px 0;
  margin: 0 auto;
}

.page-top .main_contents .inner .pc_sec09 {
  height: auto;
}

.page-top .main_contents .inner .pc_sec10 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto;
}

.page-top .main_contents .inner .btn-square {
  background-image: linear-gradient(180deg, #FDFF80 0%, #FBFF49 100%);
  border: 4px solid #E6EA3D;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 85px;
  font-size: 1.5rem;
  color: #464545;
  letter-spacing: 0.49px;
  padding: 4% 0;
  text-align: center;
  position: absolute;
  top: 90%;
  left: 50%;
  right: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.page-top .main_contents .inner .btn-square_last {
  background-image: linear-gradient(180deg, #FDFF80 0%, #FBFF49 100%);
  border: 4px solid #E6EA3D;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 85px;
  font-size: 1.5rem;
  color: #464545;
  letter-spacing: 0.49px;
  padding: 4% 0;
  text-align: center;
  position: absolute;
  top: 92%;
  left: 50%;
  right: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.page-top .main_contents .inner .pc_btn-square {
  background-image: linear-gradient(180deg, #FDFF80 0%, #FBFF49 100%);
  border: 4px solid #E6EA3D;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 85px;
  font-size: 1.5rem;
  color: #464545;
  letter-spacing: 0.49px;
  padding: 2% 0;
  text-align: center;
  position: absolute;
  top: 90%;
  left: 50%;
  right: 50%;
  width: 44%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.page-top .main_contents .inner .pc_btn-square_last {
  background-image: linear-gradient(180deg, #FDFF80 0%, #FBFF49 100%);
  border: 4px solid #E6EA3D;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 85px;
  font-size: 1.5rem;
  color: #464545;
  letter-spacing: 0.49px;
  padding: 2% 0;
  text-align: center;
  position: absolute;
  top: 92%;
  left: 50%;
  right: 50%;
  width: 44%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.page-top .main_contents .inner .top_note {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 77%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.2rem;
  line-height: 1.6em;
  color: #fff;
}

.page-top .main_contents .inner .tx_link {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 93%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.3rem;
  line-height: 1.6em;
  color: #C37171;
  text-decoration: underline;
  text-decoration-color: #C37171;
  cursor: pointer;
}

.page-top .main_contents .inner .pc_tx_link {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 92%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.3rem;
  line-height: 1.6em;
  color: #C37171;
  text-decoration: underline;
  text-decoration-color: #C37171;
  cursor: pointer;
}

.page-top .main_contents .inner .btn-line {
  background: #00B901;
  border: 4px solid #02A903;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 75px;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 1.5% 0;
  text-align: center;
  position: absolute;
  top: 88%;
  left: 50%;
  right: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}

.page-top .main_contents .inner .btn-a:active {
  /*押したとき*/
  border-bottom: solid 2px #00BCD4;
  box-shadow: none;
  text-shadow: -1px -1px rgba(255, 255, 255, 0.3), 1px 1px rgba(0, 0, 0, 0.3);
}

.page-top .main_contents .point {
  width: 100%;
  text-align: center;
  margin: 80px auto;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .point {
    display: flex;
    justify-content: center;
  }
}

.page-top .main_contents .point .point_img {
  object-fit: cover;
  width: calc(33% - 20px);
  max-width: 280px;
  margin: 0 10px;
  height: 100%;
}

.page-top .main_contents .event__ttl {
  text-align: center;
}

.page-top .main_contents .event__ttl h2 {
  display: block;
  padding: 30px 0;
  font-size: 1.7rem;
  color: #000;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .event__ttl h2 {
    padding: 0px;
    font-size: 2.6rem;
  }
}

.page-top .main_contents .event__ttl p {
  color: #000;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .event__ttl p {
    padding: 0px;
  }
}

.page-top .main_contents .content_cards {
  margin: 30px 0;
}

.page-top .main_contents .content_cards .content_card {
  width: 100%;
  margin: 30px auto;
  background: #FFFFFF;
  border: 0 solid #F2F2F2;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .content_cards .content_card {
    min-width: 680px;
    max-width: 800px;
    margin: 30px auto;
    background: #FFFFFF;
    border: 0 solid #F2F2F2;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  .page-top .main_contents .content_cards .content_card {
    min-width: 100%;
  }
}

.page-top .main_contents .content_cards .content_card .inner {
  color: #000;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .content_cards .content_card .inner {
    padding: 0px;
    text-align: left;
    display: flex;
  }
}

.page-top .main_contents .content_cards .content_card .left_side {
  color: #000;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .content_cards .content_card .left_side {
    padding: 0px;
    width: 300px;
  }
}

.page-top .main_contents .content_cards .content_card .left_side img {
  object-fit: cover;
  max-height: 228px;
  height: 100%;
  border-radius: 4px 4px 0 0;
}

@media (max-width: 980px) and (min-width: 768px) {
  .page-top .main_contents .content_cards .content_card .left_side img {
    object-fit: cover;
    border-radius: 4px 0 0 4px;
    max-height: 260px;
    height: 100%;
    min-width: 175px;
  }
}

.page-top .main_contents .content_cards .content_card .right_side {
  text-align: left;
  padding: 16px 16px;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .content_cards .content_card .right_side {
    padding: 20px 20px;
    width: 100%;
    min-width: 200px;
    max-width: 475px;
  }
}

.page-top .main_contents .content_cards .content_card .right_side img {
  height: 16px;
  width: 16px;
  margin-right: 12px;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .content_cards .content_card .right_side img {
    height: 16px;
    width: 16px;
    margin-right: 16px;
  }
}

.page-top .main_contents .content_cards .content_card .right_side h3 {
  font-size: 1.4em;
  line-height: 1.6em;
  color: #46BDD1;
  letter-spacing: 0;
}

.page-top .main_contents .content_cards .content_card .right_side hr {
  margin: 10px 0 20px 0;
  border: 1px dashed #dadada;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .content_cards .content_card .right_side hr {
    border: 1px dashed #dadada;
    margin: 20px 0;
  }
}

.page-top .main_contents .content_cards .content_card .right_side p {
  font-size: 1em;
  line-height: 1em;
  color: #757575;
  margin: 12px auto;
}

.page-top .main_contents .content_cards .content_card .right_side .regu {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-top .main_contents .content_cards .content_card .right_side .yen {
  font-size: 1.4em;
  color: #F16B6B;
  line-height: 0.9em;
  letter-spacing: 0;
}

.page-top .main_contents .content_cards .content_card .right_side .space {
  margin-left: 12px;
}

@media screen and (min-width: 768px) {
  .page-top .main_contents .content_cards .content_card .right_side .space {
    margin-left: 16px;
  }
}

.page-thanks .contents {
  margin: 0px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .page-thanks .contents {
    margin: 0 auto 0 0px;
  }
}

.page-thanks .main_contents {
  position: relative;
  min-height: calc(100vh - 230px);
}

@media screen and (min-width: 768px) {
  .page-thanks .main_contents {
    width: 100%;
    padding: 30px;
    min-height: calc(100vh - 200px);
    max-width: 600px;
    margin: 0 auto;
  }
}

.page-thanks .main_contents .inner {
  width: 100%;
  background: #fff;
}

.page-thanks .main_contents .inner img {
  object-fit: cover;
  height: 180px;
}

.page-thanks .thanks_text {
  width: 100%;
}

.page-thanks .thanks_text p {
  font-size: 1.5rem;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  background: #076ac1;
  text-align: center;
  padding: 10px 0;
}

.page-thanks .thanks_message {
  margin: 0 auto;
  text-align: left;
  margin: 8px 0 40px 0;
  padding: 20px 20px 10px 20px;
  background: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .page-thanks .thanks_message {
    margin: 8px 0 40px 0;
    padding: 20px 20px 10px 20px;
  }
}

.page-thanks .thanks_message .inner {
  width: 100%;
  margin: 10px auto;
}

.page-thanks .thanks_message .inner img {
  height: 16px;
  width: 16px;
  margin-right: 16px;
  margin-top: 3px;
}

.page-thanks .thanks_message h3 {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  background: #4699D1;
  text-align: center;
  letter-spacing: 0;
  margin: 20px 0;
  padding: 4px;
}

.page-thanks .thanks_message h2 {
  text-align: center;
  color: #4699D1;
  font-size: 2em;
  line-height: 1.5em;
  letter-spacing: 0;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .page-thanks .thanks_message h2 {
    text-align: center;
    color: #4699D1;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 0;
  }
}

.page-thanks .thanks_message hr {
  margin: 10px 0 20px 0;
  border: 1px dashed #dadada;
}

@media screen and (min-width: 768px) {
  .page-thanks .thanks_message hr {
    border: 1px dashed #dadada;
    margin: 20px 0;
  }
}

.page-thanks .thanks_message p {
  font-size: 1.3em;
  text-align: center;
  line-height: 1.5em;
  color: #434343;
  margin: 8px auto;
}

.page-thanks .thanks_message strong {
  font-weight: 600;
  font-style: normal;
}

.page-thanks .thanks_message .btn-line {
  background: #00B901;
  border: 4px solid #02A903;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 75px;
  color: #FFFFFF;
  font-size: 1.5rem;
  padding: 1.5% 0;
  text-align: center;
  width: 80%;
  cursor: pointer;
  display: block;
  margin: 60px auto;
}

.page-thanks .thanks_message .btn-a:active {
  /*押したとき*/
  border-bottom: solid 2px #00BCD4;
  box-shadow: none;
  text-shadow: -1px -1px rgba(255, 255, 255, 0.3), 1px 1px rgba(0, 0, 0, 0.3);
}

.page-thanks .landing .inner {
  width: 100%;
  text-align: center;
}

.page-thanks .landing .inner img {
  object-fit: cover;
  height: 100%;
}

.page-thanks .btn {
  text-align: center;
  margin: 0 auto;
}

.page-thanks .btn2 a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}

.page-thanks .fas {
  margin-right: 6px;
}

.page-thanks .btn-flat-border {
  display: inline-block;
  padding: 1.2em 0;
  width: 93%;
  text-decoration: none;
  color: #ff7c00;
  background-color: #fff;
  border: solid 4px #FF7C00;
  border-radius: 36px;
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.page-thanks .btn-flat-border:hover {
  color: #ff7c00;
  background-color: #fff;
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
}

.page-thanks .btn-flat-border2 {
  display: inline-block;
  padding: 1.2em 0;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #f5ab2a;
  border: solid 2px #E2A231;
  border-radius: 0px;
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.page-thanks .btn-flat-border2:hover {
  background: #E2A231;
  color: #fff;
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
}

.page-thanks .form_contents {
  padding-top: 40px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .page-thanks .form_contents {
    padding-top: 40px;
    width: 500px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .page-thanks .form_contents {
    padding-top: 40px;
    width: 100%;
  }
}

.page-thanks .form_main {
  position: relative;
  padding: 0 0px;
}

@media screen and (min-width: 768px) {
  .page-thanks .form_main {
    margin: 0px 0px 0 0px;
  }
}

.page-thanks .form_main .inner {
  width: 100%;
  text-align: center;
}

.page-thanks .form_main .form_text {
  width: 100%;
  text-align: left;
  padding: 30px 0 0 0;
  font-weight: bold;
  color: #434343;
}

.page-thanks .form_main .form_text p {
  font-size: 1.3rem;
  line-height: 2em;
  color: #434343;
  margin-bottom: 60px;
  text-align: center;
}

.page-thanks .form_main .form_content {
  padding: 15px 4% 30px;
  text-align: left;
  background: #fff;
  margin-top: 30px;
  border: 1px #ececec solid;
  padding: 25px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .page-thanks .form_main .form_content {
    text-align: left;
    padding: 30px 50px 60px 50px;
  }
}

.page-thanks .form_main .form_content input[type='text'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-thanks .form_main .form_content input[type='tel'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-thanks .form_main .form_content input[type='email'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-thanks .form_main .form_content .cp_ipselect select {
  width: 100%;
  border: 1px #ccc solid;
  border-radius: 4px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fbfbfb;
  margin-bottom: 16px;
}

.page-thanks .form_main .form_content .cp_ipselect select::-ms-expand {
  display: none;
}

.page-thanks .form_main .form_content .cp_ipselect.cp_sl01 {
  position: relative;
}

.page-thanks .form_main .form_content .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.3em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  z-index: 100;
  pointer-events: none;
}

.page-thanks .form_main .form_content .cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #434343;
}

.page-thanks .form_main .form_content input[type='radio'] {
  -webkit-appearance: radio;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-thanks .form_main .form_content .timespace {
  padding: 0 5px 0 5px;
  margin: 0px 5px 20px 5px;
  border: 1px #ccc solid;
}

.page-thanks .form_main .form_content input[type='checkbox'] {
  -webkit-appearance: checkbox;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-thanks .form_main .form_content .mendan .wpcf7-not-valid-tip {
  display: none !important;
}

.page-thanks .form_main .form_content .title {
  font-size: 2.0rem;
  font-weight: 600;
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
  margin-bottom: 30px;
  padding: 0.25em 0.5em;
  text-align: center;
}

.page-thanks .form_main .form_content .notes {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.page-thanks .form_main .form_content .notes2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.page-thanks .form_main .form_content .label-font {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  font-size: .95em;
}

.page-thanks .form_main .form_content .required {
  font-size: .65em;
  color: #d22121;
  margin-left: 6px;
  vertical-align: 2px;
  display: inline-block;
  min-width: 34px;
  text-align: center;
  font-weight: normal;
}

.page-thanks .form_main .form_content input[type='submit'] {
  padding: 15px;
  width: 100%;
  font-size: .95em;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-thanks .form_main .form_content .btn {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  margin-top: 30px;
  background: #EB8B30;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #B7671C;
  border-radius: 3px;
}

.page-thanks .form_main .form_content .btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.page-thanks .form_main .form_content p {
  font-size: 1.5rem;
  line-height: 2em;
  color: #434343;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .page-thanks .form_main .form_content p {
    font-size: 1.6rem;
    line-height: 2.4em;
    margin-bottom: 12px;
  }
}

.page-thanks .form_main .form_content h2 {
  background: #F3F3F3;
  padding: 20px 15px 18px;
  color: #333;
  border-radius: 4px;
  border-left: 9px solid #9dd2ff;
  line-height: 1.5em;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-thanks .form_main .form_content h2 {
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 2.4rem;
    line-height: 2.4em;
    font-weight: 700;
  }
}

.page-thanks .form_main .form_content .screen-reader-response {
  color: #d22121;
  margin-bottom: 10px;
  display: none;
}

.page-thanks .form_main .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-thanks .form_main .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-thanks .form_main .form_content .wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.page-thanks .form_main .form_content .wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.page-thanks .form_main .form_content .ajax-loader {
  display: none;
}

.page-archive_repo .contents {
  margin: 0px auto 0 auto;
  padding-top: 110px;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .contents {
    margin: 0px auto 0 0px;
  }
}

.page-archive_repo .main_visual {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_visual {
    width: 100%;
  }
}

.page-archive_repo .main_visual .inner {
  width: 100%;
  text-align: center;
}

.page-archive_repo .main_visual .inner img {
  height: auto;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_visual .inner img {
    height: 160px;
  }
}

.page-archive_repo .main_visual .inner .mvt {
  position: absolute;
  height: auto;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_visual .inner .mvt {
    position: absolute;
    height: auto;
    width: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_visual .inner img {
    object-fit: cover;
    height: 180px;
  }
  .page-archive_repo .main_visual .inner .mvt {
    position: absolute;
    height: auto;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.page-archive_repo .main_contents {
  position: relative;
  background-color: #f3f3f3;
  padding-top: 1px;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents {
    width: 100%;
    padding: 30px;
    min-height: calc(100vh - 340px);
    max-width: 1240px;
    margin: 0 auto;
  }
}

.page-archive_repo .main_contents .inner {
  width: 100%;
  text-align: center;
}

.page-archive_repo .main_contents .content_cards_type_a {
  margin: 8px 0  10px 0;
}

.page-archive_repo .main_contents .content_cards_type_a .hit_count {
  margin-left: 20px;
  text-align: left;
  font-size: 1.2rem;
  color: 69696;
}

.page-archive_repo .main_contents .content_cards_type_a .max-line {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  border-top: 6px solid #f3f3f3;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.page-archive_repo .main_contents .content_cards_type_a .content_card {
  padding: 2px 6px 2px;
  background: #FFFFFF;
  margin: 8px  4px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card {
    min-width: 680px;
    padding: 4px 14px 4px;
    max-width: 800px;
    margin: 30px auto;
    background: #FFFFFF;
    border: 0 solid #F2F2F2;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card {
    min-width: 100%;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .inner {
  display: flex;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .inner {
    padding: 0px;
    text-align: left;
    display: flex;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .special {
  text-align: left;
  margin-top: 10px;
  margin-left: -14px;
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .ribbon {
  display: inline-block;
  padding: 0px 16px;
  font-size: 1.2rem;
  /*フォントサイズ*/
  color: #FFF;
  /*フォントカラー*/
  background: #00A0FF;
  /*リボンの色*/
  overflow: hidden;
  position: relative;
  margin-top: -2px;
  border-radius: 0px 3px 3px 0px;
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .ribbon:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  background-color: #fff;
  animation: ribbon 2s ease-in-out infinite;
  width: 3px;
  height: 100%;
  top: -25px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
  animation-duration: 3s;
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 3px transparent;
  border-right: solid 6px #959e9b;
  /*折り返し部分*/
  overflow: visible;
}

@-webkit-keyframes ribbon {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .left_side {
  width: 30%;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .left_side {
    padding: 0px;
    width: 300px;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .left_side .box {
  object-fit: cover;
  max-height: 260px;
  height: 100%;
  top: 0;
  position: absolute;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .left_side .box {
    object-fit: cover;
    border-radius: 4px 0 0 4px;
    max-height: 228px;
    height: 100%;
    min-width: 175px;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .left_side img {
  object-fit: contain;
  max-height: 260px;
  height: 100%;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .left_side img {
    object-fit: cover;
    border-radius: 4px 0 0 4px;
    max-height: 228px;
    height: 100%;
    min-width: 175px;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .left_side::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .left_side::before {
    padding-top: 80%;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side {
  text-align: left;
  padding: 4px 0 4px 10px;
  position: relative;
  width: 70%;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .right_side {
    padding: 20px 20px;
    width: 100%;
    min-width: 200px;
    max-width: 475px;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side .r_detail {
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .right_side .r_detail {
    position: static;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side .r_title {
  height: 69%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .right_side .r_title {
    height: auto;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side img {
  height: 14px;
  width: 14px;
  margin-right: 4px;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .right_side img {
    height: 16px;
    width: 16px;
    margin-right: 16px;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side h3 {
  font-size: 1.1em;
  color: #434343;
  line-height: 1.4em;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .right_side h3 {
    position: static;
    transform: translate(0%, 0%);
    font-size: 1.4em;
    line-height: 1.4em;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side hr {
  margin: 10px 0 18px 0;
  border: 1px dashed #dadada;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .right_side hr {
    border: 1px dashed #dadada;
    margin: 20px 0;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side p {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #696969;
  margin: 3px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .right_side p {
    font-size: 1em;
    line-height: 1.2em;
    color: #757575;
    margin: 12px auto;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side .regu {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side .yen {
  font-size: 1.5em;
  color: #ec3c3c;
  font-weight: 600;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .right_side .yen {
    font-size: 1.2em;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side .st {
  font-size: 0.8em;
  color: #696969;
  font-weight: 600;
  letter-spacing: 0;
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .right_side .space {
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .right_side .space {
    margin-left: 16px;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .bottom_side {
  text-align: right;
  margin-bottom: 4px;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .bottom_side {
    padding: 0px;
    width: 300px;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .bottom_side .regu {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .bottom_side .yen {
  font-size: 1.1em;
  color: #ec3c3c;
  font-weight: 600;
  letter-spacing: 0;
}

.page-archive_repo .main_contents .content_cards_type_a .content_card .st {
  font-size: 0.8em;
  color: #7d7d7d;
  font-weight: 300;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .page-archive_repo .main_contents .content_cards_type_a .content_card .st {
    font-size: 1.2em;
  }
}

.page-archive_repo .main_contents .content_cards_type_a .btn-a:active {
  opacity: 0.5;
}

.page-archive_repo .main_contents .pager {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

.page-archive_repo .main_contents .page-numbers {
  color: #434343;
  background: #dcdcdc;
  padding: 10px;
}

.page-archive_repo .main_contents .page-numbers:hover {
  color: #000;
  background: #fff;
  padding: 10px;
}

.page-archive_repo .main_contents .current {
  color: #000;
  background: #14A599;
  padding: 10px;
}

.page-archive_repo .main_contents .btn-a:active {
  opacity: 0.5;
}

.page-archive_repo .r_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  /*右からの距離*/
  width: 13px;
  /*アイコンの横幅指定*/
  transform: translateY(-50%);
  /*この指定で上下中央に*/
}

.page-single_blog {
  /* フッターの固定 */
}

.page-single_blog .contents {
  margin: 0px auto 0 auto;
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .page-single_blog .contents {
    margin: 0 auto 0 0px;
  }
}

.page-single_blog .main_visual {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-single_blog .main_visual {
    width: 100%;
  }
}

.page-single_blog .main_visual .inner {
  width: 100%;
  text-align: center;
}

.page-single_blog .main_visual .inner .mvt {
  position: absolute;
  height: auto;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .page-single_blog .main_visual .inner img {
    object-fit: cover;
    height: 180px;
  }
  .page-single_blog .main_visual .inner .mvt {
    position: absolute;
    height: auto;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.page-single_blog .main_contents {
  position: relative;
  background: #fff;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .page-single_blog .main_contents {
    width: 100%;
    padding: 30px;
    min-height: calc(100vh - 340px);
    max-width: 600px;
    margin: 0 auto;
  }
}

.page-single_blog .main_contents .inner {
  width: 100%;
}

.page-single_blog .overview {
  margin: 0 auto;
  text-align: left;
  margin: 0px 0 0px 0;
  padding: 20px 14px 10px 14px;
  background: #FFFFFF;
  border: 0 solid #F2F2F2;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .page-single_blog .overview {
    margin: 8px 0 40px 0;
    padding: 10px 20px 0px 20px;
  }
}

.page-single_blog .overview .inner {
  width: 100%;
}

.page-single_blog .overview .special {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -14px;
}

.page-single_blog .overview .ribbon {
  display: inline-block;
  padding: 0px 16px !important;
  font-size: 1.2rem !important;
  /*フォントサイズ*/
  line-height: 1.8em !important;
  color: #FFF !important;
  /*フォントカラー*/
  background: #33b3d0;
  /*リボンの色*/
  overflow: hidden;
  position: relative;
  margin: -2px 0 0 0 !important;
  border-radius: 0px 3px 3px 0px;
}

.page-single_blog .overview .ribbon:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  background-color: #fff;
  animation: ribbon 2s ease-in-out infinite;
  width: 3px;
  height: 100%;
  top: -25px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
  animation-duration: 3s;
}

.page-single_blog .overview .ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 3px transparent;
  border-right: solid 6px #959e9b;
  /*折り返し部分*/
  overflow: visible;
}

@-webkit-keyframes ribbon {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.page-single_blog .overview .overview_item {
  width: 100%;
  background: #F1F8FC;
  border-radius: 4px;
  padding: 10px;
  margin: 20px auto;
}

.page-single_blog .overview .overview_low {
  width: 100%;
  display: flex;
  margin: 6px 0 6px 0;
}

@media screen and (min-width: 768px) {
  .page-single_blog .overview .overview_low {
    margin: 10px 0 10px 0;
  }
}

.page-single_blog .overview .overview_low p {
  font-size: 0.9em;
  line-height: 1.6em;
  color: #434343;
  margin: 0;
}

.page-single_blog .overview .overview_low img {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  margin-top: 2px;
}

.page-single_blog .overview h2 {
  color: #076ac1;
  font-size: 1.4em;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  font-weight: 600;
  padding: 0 8px;
  margin-bottom: 12px;
}

.page-single_blog .overview hr {
  margin: 20px 0 30px 0;
  border: 1px dashed #f3f3f3;
}

@media screen and (min-width: 768px) {
  .page-single_blog .overview hr {
    border: 1px dashed #dadada;
    margin: 20px 0;
  }
}

.page-single_blog .overview p {
  font-size: 0.8em;
  line-height: 1em;
  color: #434343;
  margin: 8px auto;
}

.page-single_blog .overview strong {
  font-weight: 600;
  font-style: normal;
}

.page-single_blog .overview .thum_img {
  width: 96%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.page-single_blog .overview .overview_detail {
  margin: 20px 0;
}

.page-single_blog .overview .overview_detail .content {
  padding: 4% 0 0 0;
  display: inline-block;
}

.page-single_blog .overview .overview_detail .content p {
  font-size: 1.1em;
  line-height: 1.8em;
  color: #434343;
  margin: 16px auto;
  padding: 0 2px;
}

.page-single_blog .overview .overview_detail .content h2 {
  border-bottom: solid 2px #076ac1;
  color: #434343;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 6px 4px;
  margin-bottom: 20px;
}

.page-single_blog .overview .overview_detail .content h2:nth-child(n+2) {
  margin-bottom: 20px;
  margin-top: 60px;
}

.page-single_blog .overview .overview_detail .content h3 {
  border-bottom: dotted 1px #c1c1c1;
  color: #434343;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 6px 4px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.page-single_blog .overview .overview_detail .content img {
  border: none;
  width: 100%;
  height: auto;
}

.page-single_blog .overview .overview_detail .content .bc_red {
  border-radius: 2px;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #FFEBEB;
  border-radius: 4px;
}

.page-single_blog .overview .overview_detail .content .bc_red p {
  font-size: 1.0em;
  line-height: 1.8em;
  color: #434343;
  margin: 8px auto;
  padding: 0 2px;
}

.page-single_blog .overview .ttl {
  min-width: 60px;
}

@media screen and (min-width: 768px) {
  .page-single_blog .overview .ttl {
    min-width: 60px;
  }
}

.page-single_blog .overview .regu {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-single_blog .overview .yen {
  font-size: 1.3em;
  color: #EC3C3C;
  line-height: 0.9em;
  font-weight: 600;
  letter-spacing: 0;
}

.page-single_blog .overview .st {
  font-size: 0.7em;
  color: #7d7d7d;
  font-weight: 300;
  letter-spacing: 0;
}

.page-single_blog .overview .space {
  margin-left: 6px !important;
}

@media screen and (min-width: 768px) {
  .page-single_blog .overview .space {
    margin-left: 16px !important;
  }
}

.page-single_blog .entry_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 8px 0 8px 0;
  border-top: solid 1px #d2d2d2;
  text-align: center;
  background: #076ac1;
  font-size: 16px;
  color: #000000;
}

.page-single_blog .btn {
  display: inline-block;
  background: #076ac1;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 30px auto;
  display: block;
  width: 94%;
  padding: 16px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .page-single_blog .btn {
    padding: 16px 0 0 0;
  }
}

.page-single_blog .btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
}

.page-single_blog .entry_btn2 {
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  color: #000000;
}

.page-single_blog .btn2 {
  display: inline-block;
  background: #076ac1;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 40px auto;
  display: block;
  width: 94%;
  padding: 16px;
  font-weight: 600;
}

.page-single_blog .btn2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
}

.page-single_blog .landing .inner {
  width: 100%;
  text-align: center;
}

.page-single_blog .landing .inner img {
  object-fit: cover;
  height: 100%;
}

.page-single_blog .landing .inner .space_top {
  margin-top: 60px;
}

.page-single_blog .landing .inner .space_top2 {
  margin-top: 30px;
}

.page-single_blog .landing .inner .btn_buble {
  width: 30%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: -43px;
  left: 0;
}

.page-single_blog .landing .inner .btn {
  background: #F16868;
  border: 1px solid #C04242;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  width: 90%;
  padding: 14px;
  margin-top: 60px;
}

.page-single_blog .landing .inner .btn2:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*下に動く*/
  border-bottom: none;
}

.page-single_blog .landing .inner .btn2 {
  background: #F16868;
  border: 1px solid #C04242;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  width: 90%;
  padding: 14px;
  margin-top: 30px;
}

.page-single_blog .landing .inner .btn2:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*下に動く*/
  border-bottom: none;
}

.page-single_blog #footer-fixed {
  bottom: 0px;
  /* 位置(下0px) */
  position: sticky;
  width: 100%;
  /* 横幅100%　*/
}

@media screen and (min-width: 769px) {
  .page-single_blog #footer-fixed {
    max-width: 540px;
    /* 横幅100%　*/
    margin: 0 auto;
  }
}

.page-single_blog #footer-bk {
  background-color: rgba(255, 255, 255, 0.9);
  /* 背景色(黒) */
  width: 100%;
  /* 横の幅を100% */
}

.page-single_blog #footer {
  height: 100%;
  /* 縦の表示領域はheader-bkと同じ */
  width: 500px;
  /* 横の幅970px */
  margin: auto;
  /* 中央揃え */
}

.page-single_blog .btn {
  text-align: center;
  margin: 0 auto;
}

.page-single_blog .btn2 a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}

.page-single_blog .fas {
  margin-right: 6px;
}

.page-single_blog .btn-flat-border {
  display: inline-block;
  padding: 1.2em 0;
  width: 93%;
  text-decoration: none;
  color: #ff7c00;
  background-color: #fff;
  border: solid 4px #FF7C00;
  border-radius: 36px;
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.page-single_blog .btn-flat-border:hover {
  color: #ff7c00;
  background-color: #fff;
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
}

.page-single_blog .btn-flat-border2 {
  display: inline-block;
  padding: 1.2em 0;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #f5ab2a;
  border: solid 2px #E2A231;
  border-radius: 0px;
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.page-single_blog .btn-flat-border2:hover {
  background: #E2A231;
  color: #fff;
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
}

.page-single_blog .form_contents {
  margin: 0 auto;
  padding-top: 60px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-single_blog .form_contents {
    width: 500px;
    padding-top: 0px;
  }
}

.page-single_blog .form_main {
  position: relative;
  padding: 0 0px;
}

@media screen and (min-width: 768px) {
  .page-single_blog .form_main {
    margin: 0px 0px 0 0px;
  }
}

.page-single_blog .form_main .inner {
  width: 100%;
  background: #fff;
  text-align: center;
}

.page-single_blog .form_main .form_text {
  width: 100%;
}

.page-single_blog .form_main .form_text p {
  font-size: 1.5rem;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  background: #076ac1;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  padding: 10px 0;
}

.page-single_blog .form_main .form_content {
  padding: 0px 8% 30px;
  text-align: left;
  background: #fff;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-single_blog .form_main .form_content {
    text-align: left;
    padding: 0 50px;
  }
}

.page-single_blog .form_main .form_content input[type='text'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_blog .form_main .form_content input[type='tel'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_blog .form_main .form_content input[type='number'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_blog .form_main .form_content textarea {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_blog .form_main .form_content input[type='email'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_blog .form_main .form_content .cp_ipselect select {
  width: 100%;
  border: 1px #ccc solid;
  border-radius: 4px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fbfbfb;
  margin-bottom: 16px;
}

.page-single_blog .form_main .form_content .cp_ipselect select::-ms-expand {
  display: none;
}

.page-single_blog .form_main .form_content .cp_ipselect.cp_sl01 {
  position: relative;
}

.page-single_blog .form_main .form_content .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.3em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  z-index: 100;
  pointer-events: none;
}

.page-single_blog .form_main .form_content .cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #434343;
}

.page-single_blog .form_main .form_content input[type='radio'] {
  -webkit-appearance: radio;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-single_blog .form_main .form_content input[type='file'] {
  width: 100%;
}

.page-single_blog .form_main .form_content .timespace {
  padding: 0 5px 0 5px;
  margin: 0px 5px 20px 5px;
  border: 1px #ccc solid;
}

.page-single_blog .form_main .form_content input[type='checkbox'] {
  -webkit-appearance: checkbox;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-single_blog .form_main .form_content .mendan .wpcf7-not-valid-tip {
  display: none !important;
}

.page-single_blog .form_main .form_content .title {
  font-size: 2.0rem;
  font-weight: 600;
  color: #076ac1;
  border-bottom: dashed 2px #076ac1;
  margin-bottom: 30px;
  padding: 0.25em 0.5em;
  text-align: center;
  margin-top: 45px;
}

.page-single_blog .form_main .form_content .notes {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.page-single_blog .form_main .form_content .notes2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.page-single_blog .form_main .form_content .label-font {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  font-size: .95em;
}

.page-single_blog .form_main .form_content .required {
  font-size: .65em;
  color: #d22121;
  margin-left: 6px;
  vertical-align: 2px;
  display: inline-block;
  min-width: 34px;
  text-align: center;
  font-weight: normal;
}

.page-single_blog .form_main .form_content input[type='submit'] {
  padding: 15px;
  width: 100%;
  font-size: .95em;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_blog .form_main .form_content .consent {
  width: 100%;
  height: 400px;
  overflow: scroll;
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 1.2em;
  border-radius: 4px;
  border: 2px solid #eaeaea;
  margin-top: 20px;
}

.page-single_blog .form_main .form_content .btn {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  margin-top: 30px;
  background: #F16868;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #C04242;
  border-top: solid 1px #C04242;
  border-left: solid 1px #C04242;
  border-right: solid 1px #C04242;
  border-radius: 4px;
}

.page-single_blog .form_main .form_content .btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.page-single_blog .form_main .form_content p {
  font-size: 1.5rem;
  line-height: 2em;
  color: #434343;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .page-single_blog .form_main .form_content p {
    font-size: 1.6rem;
    line-height: 2.4em;
    margin-bottom: 12px;
  }
}

.page-single_blog .form_main .form_content h2 {
  background: #F3F3F3;
  padding: 20px 15px 18px;
  color: #333;
  border-radius: 4px;
  border-left: 9px solid #9dd2ff;
  line-height: 1.5em;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-single_blog .form_main .form_content h2 {
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 2.4rem;
    line-height: 2.4em;
    font-weight: 700;
  }
}

.page-single_blog .form_main .form_content .screen-reader-response {
  color: #d22121;
  margin-bottom: 10px;
  display: none;
}

.page-single_blog .form_main .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-single_blog .form_main .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-single_blog .form_main .form_content .wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.page-single_blog .form_main .form_content .wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.page-single_blog .form_main .form_content .ajax-loader {
  display: none;
}

.page-single_lp .contents {
  margin: 0px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .page-single_lp .contents {
    margin: 0 auto 0 0px;
  }
}

.page-single_lp .main_contents {
  position: relative;
  min-height: calc(100vh - 230px);
}

@media screen and (min-width: 768px) {
  .page-single_lp .main_contents {
    width: 100%;
    padding: 0 30px 30px 30px 30px;
    min-height: calc(100vh - 200px);
    max-width: 980px;
    margin: 0 auto;
  }
}

.page-single_lp .main_contents .inner {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
}

.page-single_lp .main_contents .inner img {
  object-fit: cover;
  height: 180px;
}

.page-single_lp .landing .inner {
  width: 100%;
  text-align: center;
}

.page-single_lp .landing .inner img {
  object-fit: cover;
  height: 100%;
}

.page-single_lp .btn {
  text-align: center;
  width: 80%;
  padding: 20px 0;
  margin: 0px auto;
}

@media screen and (min-width: 768px) {
  .page-single_lp .btn {
    width: 50%;
    padding: 40px 0;
  }
}

.page-single_lp .btn2 {
  text-align: center;
  width: 80%;
  margin: 20px auto;
}

.page-single_lp .form_contents {
  padding-top: 0px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .page-single_lp .form_contents {
    padding-top: 0px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .page-single_lp .form_contents {
    padding-top: 0px;
    width: 100%;
  }
}

.page-single_lp .form_main {
  position: relative;
  padding: 0 0px;
}

@media screen and (min-width: 768px) {
  .page-single_lp .form_main {
    margin: 0px 0px 0 0px;
  }
}

.page-single_lp .form_main .inner {
  width: 100%;
  background: #fff;
  text-align: center;
}

.page-single_lp .form_main .form_text {
  width: 100%;
}

.page-single_lp .form_main .form_text p {
  font-size: 1.5rem;
  line-height: 2em;
  font-weight: bold;
  color: #000;
  background: #719dff;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px 0;
}

.page-single_lp .form_main .form_content {
  padding: 0px 8% 30px;
  text-align: left;
  background: #fff;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-single_lp .form_main .form_content {
    text-align: left;
    padding: 0 50px;
  }
}

.page-single_lp .form_main .form_content input[type='text'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_lp .form_main .form_content input[type='tel'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_lp .form_main .form_content input[type='number'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_lp .form_main .form_content textarea {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_lp .form_main .form_content input[type='email'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_lp .form_main .form_content .cp_ipselect select {
  width: 100%;
  border: 1px #ccc solid;
  border-radius: 4px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fbfbfb;
  margin-bottom: 16px;
}

.page-single_lp .form_main .form_content .cp_ipselect select::-ms-expand {
  display: none;
}

.page-single_lp .form_main .form_content .cp_ipselect.cp_sl01 {
  position: relative;
}

.page-single_lp .form_main .form_content .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.3em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  z-index: 100;
  pointer-events: none;
}

.page-single_lp .form_main .form_content .cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #434343;
}

.page-single_lp .form_main .form_content input[type='radio'] {
  -webkit-appearance: radio;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-single_lp .form_main .form_content input[type='file'] {
  width: 100%;
}

.page-single_lp .form_main .form_content .timespace {
  padding: 0 5px 0 5px;
  margin: 0px 5px 20px 5px;
  border: 1px #ccc solid;
}

.page-single_lp .form_main .form_content input[type='checkbox'] {
  -webkit-appearance: checkbox;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-single_lp .form_main .form_content .mendan .wpcf7-not-valid-tip {
  display: none !important;
}

.page-single_lp .form_main .form_content .title {
  font-size: 2.0rem;
  font-weight: 600;
  color: #434343;
  border-bottom: dashed 2px #00439B;
  margin-bottom: 30px;
  padding: 0.25em 0.5em;
  text-align: center;
  margin-top: 45px;
}

.page-single_lp .form_main .form_content .notes {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.page-single_lp .form_main .form_content .notes2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.page-single_lp .form_main .form_content .label-font {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  font-size: 15px;
}

.page-single_lp .form_main .form_content .norequired {
  font-size: .65em;
  color: #b8b8b8;
  margin-left: 6px;
  vertical-align: 2px;
  display: inline-block;
  min-width: 34px;
  text-align: center;
  font-weight: normal;
}

.page-single_lp .form_main .form_content .required {
  font-size: .65em;
  color: #d22121;
  margin-left: 6px;
  vertical-align: 2px;
  display: inline-block;
  min-width: 34px;
  text-align: center;
  font-weight: normal;
}

.page-single_lp .form_main .form_content input[type='submit'] {
  padding: 15px;
  width: 100%;
  font-size: .95em;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single_lp .form_main .form_content .consent {
  width: 100%;
  height: 400px;
  overflow: scroll;
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 1.2em;
  border-radius: 4px;
  border: 2px solid #eaeaea;
  margin-top: 20px;
}

.page-single_lp .form_main .form_content .btn {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  margin-top: 30px;
  background: #F16868;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #C04242;
  border-top: solid 1px #C04242;
  border-left: solid 1px #C04242;
  border-right: solid 1px #C04242;
  border-radius: 4px;
}

.page-single_lp .form_main .form_content .btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.page-single_lp .form_main .form_content p {
  font-size: 1.5rem;
  line-height: 2em;
  color: #434343;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .page-single_lp .form_main .form_content p {
    font-size: 1.6rem;
    line-height: 2.4em;
    margin-bottom: 12px;
  }
}

.page-single_lp .form_main .form_content h2 {
  background: #F3F3F3;
  padding: 20px 15px 18px;
  color: #333;
  border-radius: 4px;
  border-left: 9px solid #9dd2ff;
  line-height: 1.5em;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-single_lp .form_main .form_content h2 {
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 2.4rem;
    line-height: 2.4em;
    font-weight: 700;
  }
}

.page-single_lp .form_main .form_content .screen-reader-response {
  color: #d22121;
  margin-bottom: 10px;
  display: none;
}

.page-single_lp .form_main .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-single_lp .form_main .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-single_lp .form_main .form_content .wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.page-single_lp .form_main .form_content .wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.page-single_lp .form_main .form_content .ajax-loader {
  display: none;
}

.page-single {
  /* フッターの固定 */
}

.page-single .header__inner {
  display: none;
}

.page-single .contents {
  margin: 0px auto 0 auto;
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .page-single .contents {
    margin: 0 auto 0 0px;
  }
}

.page-single .main_visual {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-single .main_visual {
    width: 100%;
  }
}

.page-single .main_visual .inner {
  width: 100%;
  text-align: center;
}

.page-single .main_visual .inner .mvt {
  position: absolute;
  height: auto;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .page-single .main_visual .inner img {
    object-fit: cover;
    height: 180px;
  }
  .page-single .main_visual .inner .mvt {
    position: absolute;
    height: auto;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.page-single .main_contents {
  position: relative;
  background: #fff;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .page-single .main_contents {
    width: 100%;
    padding: 30px;
    min-height: calc(100vh - 340px);
    max-width: 600px;
    margin: 0 auto;
  }
}

.page-single .main_contents .inner {
  width: 100%;
}

.page-single .overview {
  margin: 0 auto;
  text-align: left;
  margin: 0px 0 0px 0;
  padding: 20px 14px 10px 14px;
  background: #FFFFFF;
  border: 0 solid #F2F2F2;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .page-single .overview {
    margin: 8px 0 40px 0;
    padding: 10px 20px 0px 20px;
  }
}

.page-single .overview .inner {
  width: 100%;
}

.page-single .overview .special {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -14px;
}

.page-single .overview .ribbon {
  display: inline-block;
  padding: 0px 16px !important;
  font-size: 1.2rem !important;
  /*フォントサイズ*/
  line-height: 1.8em !important;
  color: #FFF !important;
  /*フォントカラー*/
  background: #33b3d0;
  /*リボンの色*/
  overflow: hidden;
  position: relative;
  margin: -2px 0 0 0 !important;
  border-radius: 0px 3px 3px 0px;
}

.page-single .overview .ribbon:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  background-color: #fff;
  animation: ribbon 2s ease-in-out infinite;
  width: 3px;
  height: 100%;
  top: -25px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
  animation-duration: 3s;
}

.page-single .overview .ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 3px transparent;
  border-right: solid 6px #959e9b;
  /*折り返し部分*/
  overflow: visible;
}

@-webkit-keyframes ribbon {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.page-single .overview .overview_item {
  width: 100%;
  background: #F1F8FC;
  border-radius: 4px;
  padding: 10px;
  margin: 20px auto;
}

.page-single .overview .overview_low {
  width: 100%;
  display: flex;
  margin: 6px 0 6px 0;
}

@media screen and (min-width: 768px) {
  .page-single .overview .overview_low {
    margin: 10px 0 10px 0;
  }
}

.page-single .overview .overview_low p {
  font-size: 0.9em;
  line-height: 1.6em;
  color: #434343;
  margin: 0;
}

.page-single .overview .overview_low img {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  margin-top: 2px;
}

.page-single .overview h2 {
  color: #434343;
  font-size: 1.4em;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  font-weight: 600;
  padding: 0 8px;
  margin-bottom: 12px;
}

.page-single .overview hr {
  margin: 20px 0 30px 0;
  border: 1px dashed #f3f3f3;
}

@media screen and (min-width: 768px) {
  .page-single .overview hr {
    border: 1px dashed #dadada;
    margin: 20px 0;
  }
}

.page-single .overview p {
  font-size: 0.8em;
  line-height: 1em;
  color: #434343;
  margin: 8px auto;
}

.page-single .overview strong {
  font-weight: 600;
  font-style: normal;
}

.page-single .overview .thum_img {
  width: 96%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.page-single .overview .overview_detail {
  margin: 20px 0;
}

.page-single .overview .overview_detail .content {
  padding: 4% 0 0 0;
  display: inline-block;
}

.page-single .overview .overview_detail .content p {
  font-size: 1.1em;
  line-height: 1.8em;
  color: #434343;
  margin: 16px auto;
  padding: 0 2px;
}

.page-single .overview .overview_detail .content h2 {
  border-bottom: solid 2px #FE6A01;
  color: #434343;
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 6px 4px;
  margin-bottom: 20px;
}

.page-single .overview .overview_detail .content h2:nth-child(n+2) {
  margin-bottom: 20px;
  margin-top: 60px;
}

.page-single .overview .overview_detail .content h3 {
  border-bottom: dotted 1px #c1c1c1;
  color: #434343;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 6px 4px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.page-single .overview .overview_detail .content img {
  border: none;
  width: 100%;
  height: auto;
}

.page-single .overview .overview_detail .content .bc_red {
  border-radius: 2px;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #FFEBEB;
  border-radius: 4px;
}

.page-single .overview .overview_detail .content .bc_red p {
  font-size: 1.0em;
  line-height: 1.8em;
  color: #434343;
  margin: 8px auto;
  padding: 0 2px;
}

.page-single .overview .ttl {
  min-width: 60px;
}

@media screen and (min-width: 768px) {
  .page-single .overview .ttl {
    min-width: 60px;
  }
}

.page-single .overview .regu {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-single .overview .yen {
  font-size: 1.3em;
  color: #EC3C3C;
  line-height: 0.9em;
  font-weight: 600;
  letter-spacing: 0;
}

.page-single .overview .st {
  font-size: 0.7em;
  color: #7d7d7d;
  font-weight: 300;
  letter-spacing: 0;
}

.page-single .overview .space {
  margin-left: 6px !important;
}

@media screen and (min-width: 768px) {
  .page-single .overview .space {
    margin-left: 16px !important;
  }
}

.page-single .entry_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 8px 0 8px 0;
  border-top: solid 1px #d2d2d2;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #000000;
}

.page-single .btn {
  display: inline-block;
  background: #FE6A01;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 30px auto;
  display: block;
  width: 94%;
  padding: 16px;
  font-weight: 600;
}

.page-single .btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
}

.page-single .entry_btn2 {
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  color: #000000;
}

.page-single .btn2 {
  display: inline-block;
  background: #076ac1;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 40px auto;
  display: block;
  width: 94%;
  padding: 16px;
  font-weight: 600;
}

.page-single .btn2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
}

.page-single .landing .inner {
  width: 100%;
  text-align: center;
}

.page-single .landing .inner img {
  object-fit: cover;
  height: 100%;
}

.page-single .landing .inner .space_top {
  margin-top: 60px;
}

.page-single .landing .inner .space_top2 {
  margin-top: 30px;
}

.page-single .landing .inner .btn_buble {
  width: 30%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: -43px;
  left: 0;
}

.page-single .landing .inner .btn {
  background: #F16868;
  border: 1px solid #C04242;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  width: 90%;
  padding: 14px;
  margin-top: 60px;
}

.page-single .landing .inner .btn2:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*下に動く*/
  border-bottom: none;
}

.page-single .landing .inner .btn2 {
  background: #F16868;
  border: 1px solid #C04242;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  width: 90%;
  padding: 14px;
  margin-top: 30px;
}

.page-single .landing .inner .btn2:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  /*下に動く*/
  border-bottom: none;
}

.page-single #footer-fixed {
  bottom: 0px;
  /* 位置(下0px) */
  position: sticky;
  width: 100%;
  /* 横幅100%　*/
}

@media screen and (min-width: 769px) {
  .page-single #footer-fixed {
    max-width: 540px;
    /* 横幅100%　*/
    margin: 0 auto;
  }
}

.page-single #footer-bk {
  background-color: rgba(255, 255, 255, 0.9);
  /* 背景色(黒) */
  width: 100%;
  /* 横の幅を100% */
}

.page-single #footer {
  height: 100%;
  /* 縦の表示領域はheader-bkと同じ */
  width: 500px;
  /* 横の幅970px */
  margin: auto;
  /* 中央揃え */
}

.page-single .btn {
  text-align: center;
  margin: 0 auto;
}

.page-single .btn2 a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}

.page-single .fas {
  margin-right: 6px;
}

.page-single .btn-flat-border {
  display: inline-block;
  padding: 1.2em 0;
  width: 93%;
  text-decoration: none;
  color: #ff7c00;
  background-color: #fff;
  border: solid 4px #FF7C00;
  border-radius: 36px;
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.page-single .btn-flat-border:hover {
  color: #ff7c00;
  background-color: #fff;
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
}

.page-single .btn-flat-border2 {
  display: inline-block;
  padding: 1.2em 0;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #f5ab2a;
  border: solid 2px #E2A231;
  border-radius: 0px;
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.page-single .btn-flat-border2:hover {
  background: #E2A231;
  color: #fff;
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
}

.page-single .form_contents {
  margin: 0 auto;
  padding-top: 60px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-single .form_contents {
    width: 500px;
    padding-top: 0px;
  }
}

.page-single .form_main {
  position: relative;
  padding: 0 0px;
}

@media screen and (min-width: 768px) {
  .page-single .form_main {
    margin: 0px 0px 0 0px;
  }
}

.page-single .form_main .inner {
  width: 100%;
  background: #fff;
  text-align: center;
}

.page-single .form_main .form_text {
  width: 100%;
}

.page-single .form_main .form_text p {
  font-size: 1.5rem;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  background: #076ac1;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
  padding: 10px 0;
}

.page-single .form_main .form_content {
  padding: 0px 8% 30px;
  text-align: left;
  background: #fff;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-single .form_main .form_content {
    text-align: left;
    padding: 0 50px;
  }
}

.page-single .form_main .form_content input[type='text'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single .form_main .form_content input[type='tel'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single .form_main .form_content input[type='number'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single .form_main .form_content textarea {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single .form_main .form_content input[type='email'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single .form_main .form_content .cp_ipselect select {
  width: 100%;
  border: 1px #ccc solid;
  border-radius: 4px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fbfbfb;
  margin-bottom: 16px;
}

.page-single .form_main .form_content .cp_ipselect select::-ms-expand {
  display: none;
}

.page-single .form_main .form_content .cp_ipselect.cp_sl01 {
  position: relative;
}

.page-single .form_main .form_content .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.3em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  z-index: 100;
  pointer-events: none;
}

.page-single .form_main .form_content .cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #434343;
}

.page-single .form_main .form_content input[type='radio'] {
  -webkit-appearance: radio;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-single .form_main .form_content input[type='file'] {
  width: 100%;
}

.page-single .form_main .form_content .timespace {
  padding: 0 5px 0 5px;
  margin: 0px 5px 20px 5px;
  border: 1px #ccc solid;
}

.page-single .form_main .form_content input[type='checkbox'] {
  -webkit-appearance: checkbox;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-single .form_main .form_content .mendan .wpcf7-not-valid-tip {
  display: none !important;
}

.page-single .form_main .form_content .title {
  font-size: 2.0rem;
  font-weight: 600;
  color: #076ac1;
  border-bottom: dashed 2px #076ac1;
  margin-bottom: 30px;
  padding: 0.25em 0.5em;
  text-align: center;
  margin-top: 45px;
}

.page-single .form_main .form_content .notes {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.page-single .form_main .form_content .notes2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.page-single .form_main .form_content .label-font {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  font-size: .95em;
}

.page-single .form_main .form_content .required {
  font-size: .65em;
  color: #d22121;
  margin-left: 6px;
  vertical-align: 2px;
  display: inline-block;
  min-width: 34px;
  text-align: center;
  font-weight: normal;
}

.page-single .form_main .form_content input[type='submit'] {
  padding: 15px;
  width: 100%;
  font-size: .95em;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-single .form_main .form_content .consent {
  width: 100%;
  height: 400px;
  overflow: scroll;
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 1.2em;
  border-radius: 4px;
  border: 2px solid #eaeaea;
  margin-top: 20px;
}

.page-single .form_main .form_content .btn {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  margin-top: 30px;
  background: #F16868;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #C04242;
  border-top: solid 1px #C04242;
  border-left: solid 1px #C04242;
  border-right: solid 1px #C04242;
  border-radius: 4px;
}

.page-single .form_main .form_content .btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.page-single .form_main .form_content p {
  font-size: 1.5rem;
  line-height: 2em;
  color: #434343;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .page-single .form_main .form_content p {
    font-size: 1.6rem;
    line-height: 2.4em;
    margin-bottom: 12px;
  }
}

.page-single .form_main .form_content h2 {
  background: #F3F3F3;
  padding: 20px 15px 18px;
  color: #333;
  border-radius: 4px;
  border-left: 9px solid #9dd2ff;
  line-height: 1.5em;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-single .form_main .form_content h2 {
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 2.4rem;
    line-height: 2.4em;
    font-weight: 700;
  }
}

.page-single .form_main .form_content .screen-reader-response {
  color: #d22121;
  margin-bottom: 10px;
  display: none;
}

.page-single .form_main .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-single .form_main .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-single .form_main .form_content .wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.page-single .form_main .form_content .wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.page-single .form_main .form_content .ajax-loader {
  display: none;
}

.page-form {
  /* フッターの固定 */
}

.page-form .contents {
  margin: 0px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .page-form .contents {
    margin: 0 auto 0 0px;
  }
}

.page-form .main_visual {
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-form .main_visual {
    width: 100%;
  }
}

.page-form .main_visual .inner {
  width: 100%;
  text-align: center;
}

.page-form .main_visual .inner .mvt {
  position: absolute;
  height: auto;
  width: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .page-form .main_visual .inner img {
    object-fit: cover;
    height: 180px;
  }
  .page-form .main_visual .inner .mvt {
    position: absolute;
    height: auto;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.page-form .main_contents {
  position: relative;
  padding-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .page-form .main_contents {
    width: 100%;
    padding: 30px;
    min-height: calc(100vh - 340px);
    max-width: 600px;
    margin: 0 auto;
  }
}

.page-form .main_contents .inner {
  width: 100%;
  background: #fff;
}

.page-form #footer-fixed {
  bottom: 0px;
  /* 位置(下0px) */
  position: sticky;
  width: 100%;
  /* 横幅100%　*/
}

@media screen and (min-width: 769px) {
  .page-form #footer-fixed {
    max-width: 540px;
    /* 横幅100%　*/
    margin: 0 auto;
  }
}

.page-form #footer-bk {
  background-color: rgba(255, 255, 255, 0.9);
  /* 背景色(黒) */
  width: 100%;
  /* 横の幅を100% */
}

.page-form #footer {
  height: 100%;
  /* 縦の表示領域はheader-bkと同じ */
  width: 500px;
  /* 横の幅970px */
  margin: auto;
  /* 中央揃え */
}

.page-form .btn {
  text-align: center;
  margin: 0 auto;
}

.page-form .btn2 a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}

.page-form .fas {
  margin-right: 6px;
}

.page-form .btn-flat-border {
  display: inline-block;
  padding: 1.2em 0;
  width: 93%;
  text-decoration: none;
  color: #ff7c00;
  background-color: #fff;
  border: solid 4px #FF7C00;
  border-radius: 36px;
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.page-form .btn-flat-border:hover {
  color: #ff7c00;
  background-color: #fff;
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
}

.page-form .btn-flat-border2 {
  display: inline-block;
  padding: 1.2em 0;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-color: #f5ab2a;
  border: solid 2px #E2A231;
  border-radius: 0px;
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.page-form .btn-flat-border2:hover {
  background: #E2A231;
  color: #fff;
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
}

.page-form .form_contents {
  padding-top: 0px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .page-form .form_contents {
    padding-top: 0px;
    width: 500px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .page-form .form_contents {
    padding-top: 0px;
    width: 100%;
  }
}

.page-form .form_main {
  position: relative;
  padding: 0 0px;
}

@media screen and (min-width: 768px) {
  .page-form .form_main {
    margin: 0px 0px 0 0px;
  }
}

.page-form .form_main .inner {
  width: 100%;
  background: #fff;
  text-align: center;
}

.page-form .form_main .form_text {
  width: 100%;
}

.page-form .form_main .form_text p {
  font-size: 1.5rem;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  background: #076ac1;
  margin-bottom: 30px;
  text-align: center;
  padding: 10px 0;
}

.page-form .form_main .form_content {
  padding: 0px 8% 30px;
  text-align: left;
  background: #fff;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-form .form_main .form_content {
    text-align: left;
    padding: 0 50px;
  }
}

.page-form .form_main .form_content input[type='text'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-form .form_main .form_content input[type='tel'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-form .form_main .form_content input[type='number'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-form .form_main .form_content textarea {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-form .form_main .form_content input[type='email'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-form .form_main .form_content .cp_ipselect select {
  width: 100%;
  border: 1px #ccc solid;
  border-radius: 4px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fbfbfb;
  margin-bottom: 16px;
}

.page-form .form_main .form_content .cp_ipselect select::-ms-expand {
  display: none;
}

.page-form .form_main .form_content .cp_ipselect.cp_sl01 {
  position: relative;
}

.page-form .form_main .form_content .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.3em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  z-index: 100;
  pointer-events: none;
}

.page-form .form_main .form_content .cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #434343;
}

.page-form .form_main .form_content input[type='radio'] {
  -webkit-appearance: radio;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-form .form_main .form_content input[type='file'] {
  width: 100%;
}

.page-form .form_main .form_content .timespace {
  padding: 0 5px 0 5px;
  margin: 0px 5px 20px 5px;
  border: 1px #ccc solid;
}

.page-form .form_main .form_content input[type='checkbox'] {
  -webkit-appearance: checkbox;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-form .form_main .form_content .mendan .wpcf7-not-valid-tip {
  display: none !important;
}

.page-form .form_main .form_content .title {
  font-size: 2.0rem;
  font-weight: 600;
  color: #076ac1;
  border-bottom: dashed 2px #076ac1;
  margin-bottom: 30px;
  padding: 0.25em 0.5em;
  text-align: center;
  margin-top: 45px;
}

.page-form .form_main .form_content .notes {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.page-form .form_main .form_content .notes2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.page-form .form_main .form_content .label-font {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  font-size: .95em;
}

.page-form .form_main .form_content .required {
  font-size: .65em;
  color: #d22121;
  margin-left: 6px;
  vertical-align: 2px;
  display: inline-block;
  min-width: 34px;
  text-align: center;
  font-weight: normal;
}

.page-form .form_main .form_content input[type='submit'] {
  padding: 15px;
  width: 100%;
  font-size: .95em;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-form .form_main .form_content .consent {
  width: 100%;
  height: 400px;
  overflow: scroll;
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 1.2em;
  border-radius: 4px;
  border: 2px solid #eaeaea;
  margin-top: 20px;
}

.page-form .form_main .form_content .btn {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  margin-top: 30px;
  background: #F16868;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #C04242;
  border-top: solid 1px #C04242;
  border-left: solid 1px #C04242;
  border-right: solid 1px #C04242;
  border-radius: 4px;
}

.page-form .form_main .form_content .btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.page-form .form_main .form_content p {
  font-size: 1.5rem;
  line-height: 2em;
  color: #434343;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .page-form .form_main .form_content p {
    font-size: 1.6rem;
    line-height: 2.4em;
    margin-bottom: 12px;
  }
}

.page-form .form_main .form_content h2 {
  background: #F3F3F3;
  padding: 20px 15px 18px;
  color: #333;
  border-radius: 4px;
  border-left: 9px solid #9dd2ff;
  line-height: 1.5em;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-form .form_main .form_content h2 {
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 2.4rem;
    line-height: 2.4em;
    font-weight: 700;
  }
}

.page-form .form_main .form_content .screen-reader-response {
  color: #d22121;
  margin-bottom: 10px;
  display: none;
}

.page-form .form_main .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-form .form_main .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-form .form_main .form_content .wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.page-form .form_main .form_content .wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.page-form .form_main .form_content .ajax-loader {
  display: none;
}

.page-contact header {
  z-index: 100;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
}

@media screen and (min-width: 768px) {
  .page-contact header {
    min-height: 80px;
  }
}

.page-contact header .header__inner {
  position: relative;
  padding: 0 10px;
}

@media screen and (min-width: 1200px) {
  .page-contact header .header__inner {
    width: 500px;
    min-height: 80px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .page-contact header .header__inner {
    width: 100%;
    min-height: 80px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.page-contact header .header__logo {
  position: relative;
  z-index: 11;
  float: left;
  width: 115px;
  min-height: 60px;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .page-contact header .header__logo {
    width: 160px;
    min-height: 110px;
    margin-left: 2%;
  }
}

.page-contact header .header__logo img {
  width: 100px;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .page-contact header .header__logo img {
    width: 130px;
    margin: 0;
    padding-top: 33px;
    transition: all 0.1s ease;
  }
}

.page-contact .contents {
  padding-top: 40px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .page-contact .contents {
    padding-top: 110px;
    width: 500px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .page-contact .contents {
    padding-top: 110px;
    width: 100%;
  }
}

.page-contact .main_contents {
  position: relative;
  padding: 0 0px;
}

@media screen and (min-width: 768px) {
  .page-contact .main_contents {
    margin: 0px 0px 0 0px;
  }
}

.page-contact .main_contents .main_contents__inner {
  width: 100%;
  text-align: center;
}

.page-contact .main_contents .form_text {
  width: 100%;
  text-align: left;
  padding: 30px 0 0 0;
  font-weight: bold;
  color: #434343;
}

.page-contact .main_contents .form_text p {
  font-size: 1.3rem;
  line-height: 2em;
  color: #434343;
  margin-bottom: 60px;
  text-align: center;
}

.page-contact .main_contents .form_content {
  padding: 15px 4% 30px;
  text-align: left;
  background: #fff;
  margin-top: 30px;
  border: 1px #ececec solid;
  padding: 25px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .page-contact .main_contents .form_content {
    text-align: left;
    padding: 30px 50px 60px 50px;
  }
}

.page-contact .main_contents .form_content input[type='text'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-contact .main_contents .form_content input[type='tel'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-contact .main_contents .form_content input[type='email'] {
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  font-size: .95em;
  background-color: #fbfbfb;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-contact .main_contents .form_content .cp_ipselect select {
  width: 100%;
  border: 1px #ccc solid;
  border-radius: 4px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fbfbfb;
  margin-bottom: 16px;
}

.page-contact .main_contents .form_content .cp_ipselect select::-ms-expand {
  display: none;
}

.page-contact .main_contents .form_content .cp_ipselect.cp_sl01 {
  position: relative;
}

.page-contact .main_contents .form_content .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.3em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  z-index: 100;
  pointer-events: none;
}

.page-contact .main_contents .form_content .cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #434343;
}

.page-contact .main_contents .form_content input[type='radio'] {
  -webkit-appearance: radio;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-contact .main_contents .form_content .timespace {
  padding: 0 5px 0 5px;
  margin: 0px 5px 20px 5px;
  border: 1px #ccc solid;
}

.page-contact .main_contents .form_content input[type='checkbox'] {
  -webkit-appearance: checkbox;
  font-size: .95em;
  margin-bottom: 16px;
  color: #434343;
}

.page-contact .main_contents .form_content .mendan .wpcf7-not-valid-tip {
  display: none !important;
}

.page-contact .main_contents .form_content .title {
  font-size: 2.0rem;
  font-weight: 600;
  color: #6594e0;
  border-bottom: dashed 2px #6594e0;
  margin-bottom: 30px;
  padding: 0.25em 0.5em;
  text-align: center;
}

.page-contact .main_contents .form_content .notes {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.page-contact .main_contents .form_content .notes2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2rem;
}

.page-contact .main_contents .form_content .label-font {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
  font-size: .95em;
}

.page-contact .main_contents .form_content .required {
  font-size: .65em;
  color: #d22121;
  margin-left: 6px;
  vertical-align: 2px;
  display: inline-block;
  min-width: 34px;
  text-align: center;
  font-weight: normal;
}

.page-contact .main_contents .form_content input[type='submit'] {
  padding: 15px;
  width: 100%;
  font-size: .95em;
  font-weight: normal;
  margin-bottom: 16px;
}

.page-contact .main_contents .form_content .btn {
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  margin-top: 30px;
  background: #EB8B30;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #B7671C;
  border-radius: 3px;
}

.page-contact .main_contents .form_content .btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.page-contact .main_contents .form_content p {
  font-size: 1.5rem;
  line-height: 2em;
  color: #434343;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .page-contact .main_contents .form_content p {
    font-size: 1.6rem;
    line-height: 2.4em;
    margin-bottom: 12px;
  }
}

.page-contact .main_contents .form_content h2 {
  background: #F3F3F3;
  padding: 20px 15px 18px;
  color: #333;
  border-radius: 4px;
  border-left: 9px solid #9dd2ff;
  line-height: 1.5em;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .page-contact .main_contents .form_content h2 {
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 2.4rem;
    line-height: 2.4em;
    font-weight: 700;
  }
}

.page-contact .main_contents .form_content .screen-reader-response {
  color: #d22121;
  margin-bottom: 10px;
}

.page-contact .main_contents .form_content .screen-reader-response ul {
  display: none;
}

.page-contact .main_contents .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-contact .main_contents .form_content .wpcf7-not-valid-tip {
  color: #d22121;
  font-size: 1.2rem;
  margin-top: -15px;
  display: block;
}

.page-contact .main_contents .form_content .wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.page-contact .main_contents .form_content .wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.page-contact .main_contents .form_content .ajax-loader {
  display: none;
}

/* ------------------------------
English
#en {
	&.page-top {
		.kv {
			.kv__copy {
				@media screen and (min-width: 768px) {
					right: -360px;
					width: 480px;
				}
			}
		}
		.values {
			.values__diagram {
				.values__side-left, .values__side-right {
					width: 96%;
					@media screen and (min-width: 768px) {
						width: 400px;
					}
				}
				.values__side-left {
					ul {
						&:after {
							content: 'Employee Happiness';
							margin-left: -96px;
							@media screen and (min-width: 768px) {
								margin-left: 0;
							}
						}
					}
				}
				.values__side-right {
					ul {
						&:after {
							content: 'Company Growth';
							margin-left: -82px;
							@media screen and (min-width: 768px) {
								margin-left: 0;
							}
						}
					}
				}
			}
		}
	}
}
------------------------------ */
