@charset "utf-8";
/*
theme Name: oss japan
Description: original theme
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
body {
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif; */
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  letter-spacing: .1em;
}

.mincho {
  font-family: 'Shippori Mincho', serif;
}
.helvetica {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-style: italic;
  font-weight: 600;
}

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

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

.clearfix {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

p {
  margin: 0;
}

dl {
  margin: 0;
}
dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

@media (max-width:599px) {
  .hidden-xs {
    display: none;
  }
}

.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}
.inner {
  max-width: 800px;
  margin: 0 auto;
}

/* サイドバー */
.widget_text {
  background: #fff;
  padding: 40px 20px;
  margin-bottom: 30px;
}
.profile-img {
  max-width: 80px;
  margin: 0 auto;
}
.profile-name {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  margin: 20px 0;
}
.profile-text {
  color: #333333;
  font-size: 14px;
  padding-bottom: 20px;
}
.sidebar-btn {
  color: #000;
  font-weight: 500;
  border: solid 2px #00933D;
  display: block;
  text-align: center;
  border-radius: 4px;
  max-width: 230px;
  margin: 0 auto;
  padding: 18px 10px;
}
.sidebar-btn:hover {
  opacity: .8;
}
.widget_nav_menu {
  background: #fff;
  margin-bottom: 30px;
}
.menu-side-menu-container {
  padding: 10px 20px;
}
.sidebar-title {
  background: #00933D;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 12px;
}
#menu-side-menu li a {
  color: #333333;
  display: block;
  font-size: 14px;
  padding: 10px 5px;
}
@media (max-width:767px) {
  .two-col .post-contents {
    margin-bottom: 50px;
  }
}
@media (min-width:768px) {
  .two-col {
    display: flex;
  }
  #sidebar {
    margin: 40px 0 100px 30px;
    /* min-width: 310px; */
    width: 25%;
  }
  .two-col .post-contents {
    flex: 1;
  }
  .only_sp{
    display: none!important;
  }
}


/* ボタン */
.btn {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
}
.btn:hover {
  opacity: .8;
}
.btn-primary {
  display: inline-block;
  background: #00933D;
  border-radius: 4px;
  color: #fff;
  font-size: 22px;
  padding: 18px 60px;
}
.secondary-btn {
  color: #00933D;
  border: 2px solid #00933D;
  display: inline-block;
  padding: 18px 60px;
}

/* ヘッダー */
.site-heading {
  padding: 40px 0 0 0;
}
.header-in {
  width: 100%;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 4px 4px 6px 6px rgba(107, 107, 107, 0.07);
  border-radius: 4px;
  padding: 10px;
  gap: 20px;
  width: 100%;
}
.site-logo {
  max-width: 175px;
}

.navMembership a {
	margin-left: 20px;
	font-size: 14px;
	color: #333333;
}

/* ナビ */
#menu-header-menu {
  display: flex;
}
#menu-header-menu .menu-item {
  font-size: 14px;
}
#menu-header-menu .menu-item a {
  color: #333333;
}
@media (max-width:991px) {
  .site-logo {
    max-width: 120px;
  }
  #menu-header-menu .menu-item {
    font-size: 12px;
  }
}
@media (max-width:767px) {
  .site-heading {
    padding: 0;
  }
  .header-in {
    margin: 0 -15px;
    width: 100vw;
    border-radius: 0px;
  }
  #header-nav {
    display: none;
  }
  /* ハンバーガーメニュー */
  .btn-trigger {
    position: relative;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: auto;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #00943c;
    border-radius: 4px;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 11px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .open + .btn-trigger span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    top: 2px;
  }
  .open + .btn-trigger span:nth-child(2) {
    opacity: 0;
  }
  .open + .btn-trigger span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #header-nav {
    display: block;
    position: fixed;
    top: 0;
    left: -260px;
    bottom: 0;
    width: 260px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
    padding: 25px;
  }
  .open#header-nav {
    left: 0;
    opacity: 1;
  }
  #menu-header-menu {
    flex-direction: column;
  }
  #menu-header-menu .menu-item {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0 10px 15px 10px;
    border-bottom: solid 1px #000;
  }
}

/* メインビジュアル */
#main-visual {
  padding-bottom: 120px;
  background: url(images/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.fv-ms {
  padding-left: 80px;
}
.fv-text {
  max-width: 430px;
}
.text-orientation {
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .5em;
  line-height: 2;
  margin: 50px auto 30px auto;
  padding-bottom: 30px;
}
.text-orientation::after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #00933D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.fv-text__main {
  font-size: 24px;
}
.fv-text__p {
  font-size: 16px;
  line-height: 1.8;
}
.fv-btn {
  text-align: center;
  padding: 20px 0;
}
@media (max-width:991px) {
  #main-visual {
    background-position: right -500px center;
  }
}
@media (max-width:767px) {
  .fv-ms {
    padding-left: 0;
  }
  .only_pc{
    display: none!important;
  }
  .ctpcolumn-content .ctpcl-top.btnkk{
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .ctpcolumn-content .ctpcl-top.btnkk a{
    margin: 0 auto;
  }
}
@media (max-width:599px) {
  #main-visual {
    background: linear-gradient(130deg, rgb(228 255 247 / 74%), #ffffffd6), url(images/main-bg.jpg);
    padding-bottom: 100px;
    background-position: center, right -480px center;
    background-size: cover;
  }
  .text-orientation {
    -ms-writing-mode: unset;
    writing-mode: unset;
    padding-bottom: 20px;
    margin: 40px auto 20px auto;
  }
  .text-orientation::after {
    margin: 0 auto 0 0;
  }
  .fv-text__p {
    font-weight: 600;
  }
}

/* TOP ニュース */
.top-news {
  max-width: 820px;
  margin: 0 auto;
  padding: 30px 40px;
  margin-top: -80px;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
}
.news-title {
  color: #828282;
  font-size: 12px;
}
.news-title__en {
  color: #F08E34;
  font-size: 24px;
  display: block;
  line-height: 1.2;
}
.top-news__empty {
  padding: 15px 0 0 0;
}
.top-news__item:not(:last-of-type) {
  margin-bottom: .6em;
}
.top-news__link {
  color: #000;
  font-size: 16px;
  display: flex;
  margin: 0 0
}
.top-news__date {
  display: inline-block;
  min-width: 9.5em;
  width: 9.5em;
}
.top-news__more {
  display: block;
  margin: 10px 0 0 0;
}
.top-news__more__link {
  color: #00933D;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.arrow-icon::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #00933D;
  border-right: 2px solid #00933D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 2px;
}
@media (max-width:820px) {
  .top-news {
    margin: -80px 15px 0 15px;
  }
}
@media (max-width:767px) {
  .news-title {
    padding-bottom: 15px;
  }
  .top-news__link,
  .top-news__more {
    font-size: 14px;
  }
}
@media (max-width:599px) {
  .top-news {
    padding: 20px;
  }
  .top-news__link {
    flex-direction: column;
  }
}
@media(min-width:768px) {
  .top-news {
    display: flex;
  }
  .news-title {
    border-right: 1px solid #D5D5D5;
    padding-right: 30px;
    margin-right: 30px;
  }
}
/* Money-key */
.oss-money-back{
    background: #fff;
    margin: 40px 0 0px 0;
    padding: 40px;
}
.oss-money-back .oss-mn-title{
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
}
.oss-money-back .oss-mn-sub{
  font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
}
.oss-money-back .oss-mn-ime{
  text-align: center;
  margin-top:30px;
  margin-bottom: 5px;
}
.oss-money-back .oss-mn-ime img{
    max-width: 420px;
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
    margin: 0 auto;
}
.note-mn-img{
  text-align: center;
}
.note-mn-img a{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-decoration: underline;
    letter-spacing: 0.04rem;
    display: inline-block;
    font-weight: 500;
}
/* Slick */
.ctpcolumn-content .slick-dots{
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  justify-items:center;
  justify-content:center;
  margin-top: 1.5rem;
}
.ctpcolumn-content .slick-dots li{
  text-indent:-99999999999px;
  width:0.625rem;
  height:0.625rem;
  border-radius:50%;
  display:block;
  background-color: #dcdcdc;
  cursor:pointer;
  margin: 0 0.313rem;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.ctpcolumn-content .slick-slide {
  margin: 0.469rem;
}
.ctpcolumn-content .slick-dots li button { height:0; }
.ctpcolumn-content .slick-dots li.slick-active {
  background-color:#00933D;
  position: relative;
}
.ctpcolumn-content .slick-dots li.slick-active::after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00933D;
  top: 0;
  left: 0;
  text-indent: 0;
  z-index: 1;
}
.ctpcolumn-content .slick-arrow{
  text-indent: -9999999999999px;
  width: 1.563rem;
  height: 2.188rem;
  display: inline-block;
  border: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
  cursor: pointer;
}
.ctpcolumn-content .slick-arrow.slick-prev{
  left: 0;
}
.ctpcolumn-content .slick-arrow.slick-next{
  right: -1px;
}
.ctpcolumn-content .slick-prev::before{
  content: '';
  position: absolute;
  left: 0.25rem;
  top: 50%;
  display: block;
  border-left: 2px solid #00933D;
  border-top: 2px solid #00933D;
  width: 0.625rem;
  height: 0.625rem;
  transform: translate(50%, -50%) rotate(-45deg);
  z-index: 2;
  cursor: pointer;
  text-indent: 0;
}
.ctpcolumn-content .slick-next::before{
  content: '';
  position: absolute;
  right: 0.25rem;
  top: 50%;
  display: block;
  border-right: 2px solid #00933D;
  border-bottom: 2px solid #00933D;
  width: 0.625rem;
  height: 0.625rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
  cursor: pointer;
  text-indent: 0;
}
/* End slick */
/* Column Post */
.ctpcolumn-content .ctpcl-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
  margin-bottom: 12px;
}
.ctpcl-top .ctpcolumn_heading{
  font-family: 'Noto Serif JP', serif;
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
.ctpcl-top .ctpcolumn-btn{
  color: #00933D;
  width: 200px;
  height: 50px;
  border: 1px solid #00933D;
  border-radius: 4px;
  text-align: center;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
}
.ctpcl-top .ctpcolumn-btn::after{
    border-color: transparent transparent transparent #00933D;
}
.ctpcolumn-content .ctpcl-bottom{
  margin-top: 82px;
}
.cptcl-news__list .cptcl-news__link{
    border: 1px solid #F5F5F5;
    display: block;
    border-radius: 4px;
    padding-bottom: 4px;
    height: 250px;
}
.cptcl-news__list .cptcl-news__link img{
    width: 100%;
    height: 128px;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    object-fit: cover;
}
.cptcl-news__list .cptcl-news__link h3{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 15px;
}
.cptcl-news__list .cptcl-news__link .post-date{
    color: #BDBDBD;
    margin-top: 17px;
    padding-left: 8px;
    padding-right: 8px;
}
/* 共通 */
.section {
  padding: 40px 0;
}
.section-b {
  position: relative;
  background: #F2F2E8;
  padding: 180px 0;
}
.section-b::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 100vw 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.section-b::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 100vw;
  border-color: transparent transparent #ffffff transparent;
}
.section-heading {
  position: relative;
}
.section-title__ja {
  font-size: 28px;
  position: absolute;
  bottom: 20px;
  left: 0;
  letter-spacing: 0;
}
.section-title__en {
  font-size: 78px;
  color: #F5F5F5;
}
.section-b .section-title__en {
  color: #fff;
}
.section-title__lead {
  font-size: 18px;
  margin: -15px 0 0 0;
}
.text-link {
  color: #F08E34;
}
@media (max-width:767px) {
  .section-b {
    padding: 90px 0;
  }
  .section-b::before {
    border-width: 60px 100vw 0 0;
  }
  .section-b::after {
    border-width: 0 0 60px 100vw;
  }
  .section-title__en {
    font-size: 9vw;
  }
  .section-title__lead {
    font-size: 14px;
  }
}
@media (max-width:599px) {
  .section-heading {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.1;
  }
  .section-title__en {
    font-size: 6vw;
  }
  .section-title__ja {
    font-size: 6vw;
    position: static;
  }
  .section-title__lead {
    margin: 20px 0 0 0;
  }
}

/* こんなお困りごとありませんか？ */
.problems-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px 0 0 0;
}
.problems-list__item {
  width: 32%;
  padding: 0 40px 20px 40px;
}
.problems-img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}
.problems-caption {
  margin: 5px 0 15px 0;
}
.problems-foot {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  padding-left: 2em;
}
.support-label {
  background: #F08E34;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  min-width: 100px;
  width: 100px;
  padding: 2px 0 4px 10px;
  margin-right: 10px;
}
.support-label::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 10px;
}
.support-label i {
  margin-left: 5px;
}
.support-link {
  text-decoration: underline;
}
.problems-note {
  max-width: 700px;
  background: #F5F5F5;
  border-left: solid 14px #00933D;
  padding: 20px 20px;
  margin: 80px auto 20px auto;
}
.problems-note__text {
  font-size: 20px;
  text-align: center;
}
@media (max-width:991px) {
  .problems-list__item {
    width: 48%;
  }
}
@media (max-width:767px) {
  .problems-foot {
    padding-left: 0;
  }
  .problems-caption {
    font-size: 14px;
  }
  .problems-note__text {
    font-size: 16px;
  }
}
@media (max-width:599px) {
  .problems-list {
    padding: 20px 0 0 0;
  }
  .problems-list__item {
    width: 100%;
  }
  .problems-note {
    margin: 40px auto 20px auto;
  }
  .problems-note__text {
    text-align: left;
  }
}

/* サポート内容 */
.support-contents {
  padding: 90px 0 0 0;
}
.support-box:not(:last-of-type) {
  padding-bottom: 100px;
}
.support-box__title {
  font-size: 24px;
}
.support-list {
  padding: 18px 0 0 10px;
}
.support-list__item {
  margin-bottom: 18px;
  display: flex;
  align-items: baseline;
}
.support-list__item::before {
  content: "";
  display: inline-block;
  min-width: 10px;
  width: 10px;
  height: 10px;
  background: #00933D;
  border-radius: 50px;
  margin: 0 12px 0 0;
}
.etc {
  padding-left: 32px;
}
.more-link {
  padding: 20px 0 0 10px;
}
.more-link .btn-primary {
  font-size: 14px;
  font-size: 600;
}
.indent-caption {
  font-size: 14px;
  text-indent: -1em;
  margin: 5px 0 0 1em;
}
@media (max-width:767px) {
  .support-contents {
    padding: 40px 0 0 0;
  }
  .support-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .support-box__title {
    font-size: 20px;
  }
  .support-box__textarea {
    padding: 20px 0 20px 50px;
  }
  .support-box:not(:last-of-type) {
    padding-bottom: 50px;
  }
}
@media (max-width:599px) {
  .support-list__item {
    font-size: 14px;
  }
  .support-box__textarea {
    padding: 20px 0 20px 0;
  }
}
@media(min-width:768px) {
  .support-box {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  .support-box:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .support-list {
    max-width: 380px;
  }
  .support-box__picture {
    min-width: 490px;
    width: 490px;
  }
  .cptcl-news__list{
    display: flex;
    gap: 24px;
    justify-content: center;
}
.cptcl-news__list .cptcl-news__item{
    flex-basis: 230px;
    flex-grow: 0;
    flex-shrink: 0;
}
}

/* ご利用方法 */
.step-list {
  padding: 50px 0 0 0;
}
.step-list__item {
  background: #F5F5F5;
}
.step-arrow {
  align-self: center;
}
.step-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 10px;
  border-color: transparent transparent transparent #c4c4c4;
  margin: 0 20px;
}
.step-textarea {
  max-width: 900px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}
.step-note {
  line-height: 1.6;
}
.step-note .text-link {
  text-decoration: underline;
}
@media (max-width:767px) {
  .step-list__item {
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .step-img__icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 15px;
  }
  .step-arrow::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 13px 0 13px;
    border-color: #c4c4c4 transparent transparent transparent;
    margin: 5px auto;
  }
  .step-note {
    font-size: 14px;
  }
}
@media (max-width:599px) {
  .step-list {
    padding: 40px 0 0 0;
  }
}
@media(min-width:768px) {
  .step-list {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }
  .step-list__item {
    max-width: 180px;
    width: 100%;
    padding: 18px 0;
  }
  .step-img {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .step-text {
    text-align: center;
    margin-top: 10px
  }
}
/* Post type content */
.ctp-content{
  max-width: 822px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
}
#cpt_content.ctp-content .top-news__item{
  position: relative;
}
#cpt_content.ctp-content .top-news__item::before{
  content: "";
    width: 0;
    height: 0;
    border-top: 5.5px solid transparent;
    border-bottom: 5.5px solid transparent;
    border-left: 5.5px solid #D6DD3F;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#cpt_content.ctp-content .news-title__en{
  letter-spacing: 0
}
.content__more .content__more__link{
  border-radius: 4px;
  padding: 16px 58px;
  font-weight: 700;
}
.btn-content{
  text-align: center;
  margin-top: 27px;
}
/* End content */
/* お客様の声 */
.voice-contents {
  padding-top: 60px;
}
.voice-item {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.voice-title {
  font-weight: 500;
  margin-bottom: 8px;
}
.voice-foot {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.user-name {
  font-size: 14px;
  color: #BDBDBD;
}
.more-text {
  font-size: 14px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.more-text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #f08f34;
  margin-left: 5px;
}
@media (max-width:767px) {
  .voice-contents {
    padding-top: 40px;
  }
  .voice-title {
    font-size: 16px;
  }
  .voice-comment {
    font-size: 14px;
  }
  .ctpcl-top .ctpcolumn_heading{
    font-size: 20px;
  }
  .ctpcolumn-content .ctpcl-bottom{
    margin-top: 40px;
  }
  .cptcl-news__list .cptcl-news__link{
    height: 270px;
  }
  .cptcl-news__list .cptcl-news__link img{
    height: 150px;
  }
}
@media (max-width:599px) {
  .voice-picture {
    padding-bottom: 15px;
  }
}
@media(min-width:600px) {
  .voice-item {
    display: flex;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .voice-picture {
    min-width: 142px;
    width: 142px;
  }
  .voice-textarea {
    padding-left: 15px;
  }
}

/* よくある質問 */
.faq-contents {
  padding-top: 60px;
}
.faq-item {
  background: #F5F5F5;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-title {
  font-weight: 500;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}
.faq-title::before {
  content: "";
  display: inline-block;
  background: url(images/q-icon.svg) no-repeat;
  background-size: contain;
  background-position: center top;
  min-width: 28px;
  width: 28px;
  height: 32px;
  margin-right: 12px;
}
.ans-text {
  display: flex;
  align-items: flex-start;
}
.ans-text::before {
  content: "";
  display: inline-block;
  background: url(images/a-icon.svg) no-repeat;
  background-size: contain;
  background-position: center;
  min-width: 28px;
  width: 28px;
  height: 32px;
  margin-right: 12px;
}
.faq-more {
  text-align: center;
  padding-top: 10px;
}
@media (max-width:767px) {
  .faq-contents {
    padding-top: 40px;
  }
  .ans-text {
    font-size: 14px;
  }
}
@media(min-width:600px) {
  .faq-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .faq-item {
    width: 49%;
  }
}
@media(min-width:768px) {
  .faq-contents {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* 海外駐在のお役立ち情報 */
.info-contents {
  padding: 60px 0 60px 0;
}
.info-item {
  background: #fff;
}
.info-picture {
  position: relative;
}
.info-img {
  width: 100%;
}
.info-category__title {
  position: absolute;
  left: -20px;
  bottom: -15px;
  width: 100%;
}
.info-title {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 300;
  background: #D6DD3F;
  width: 80%;
}
.info-title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #A9AF17;
}
.info-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 20px 0 0;
  border-color: #d6dd3f transparent transparent transparent;
  top: 0;
  right: -20px;
}
.info-body {
  padding: 40px 15px 30px 15px;
}
.support-list__item a {
  color: #000;
}
.info-body .support-list {
  padding: 0;
}
.info-btn {
  text-align: center;
}
.info-btn .secondary-btn {
  padding: 10px 40px;
}
@media (max-width:767px) {
  .info-item {
    max-width: 600px;
    margin: 0 auto 20px auto;
  }
}
@media (max-width:599px) {
  .info-contents {
    padding: 40px 0 20px 0;
  }
  .info-title {
    font-size: 20px;
  }
}
@media(min-width:768px) {
  .info-contents {
    display: flex;
    justify-content: space-between;
  }
  .info-item {
    width: 30%;
  }
}

/* HSBCコンテンツ差し込み */
.info-hsbc ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}
.info-hsbc ul li {
	width: 45%;
}
.info-hsbc .secondary-btn {
	margin-top: 30px;
}
/* お問い合わせ */
#inquiry {
  padding-bottom: 80px;
}
.inquiry-contents {
  padding-top: 60px;
}
.inquiry-catch {
  font-size: 24px;
  text-align: center;
}
.inquiry-form {
  max-width: 750px;
  margin: 35px auto 0 auto;
  padding: 35px 50px;
  background: #F5F5F5;
}
.wpcf7-form {
  padding-top: 30px;
}
.form-input input[type="text"],
.form-input input[type="email"] {
  max-width: 320px;
}
.text-input {
  -webkit-appearance: none;
  appearance: none;
}
.form-line {
  padding-bottom: 20px;
}
.text-input {
  font-size: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: .6em;
  width: 100%;
}
.select-box select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
  font-size: 16px;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box {
  overflow: hidden;
	position: relative;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	background: #ffffff;
  max-width: 320px;
}
.select-box::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #D9D9D9;
	pointer-events: none;
}
.select-box select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
.inquiry-btn {
  text-align: center;
}
.topInquiry {
	margin: 20px 0;
}
.topLine p {
	font-size: 16px;
	text-align: center;
}
.topLine img {
    width: 200px;
    margin-top: 20px;
}
@media (max-width:767px) {
  .inquiry-catch {
    font-size: 20px;
  }
  .form-label {
    padding-bottom: 6px;
  }
}
@media (max-width:599px) {
  .inquiry-contents {
    padding-top: 40px;
  }
  .inquiry-catch {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
  }
  .inquiry-form {
    padding: 20px;
  }
}
.lsp-3{
  letter-spacing: 0.03em;
}
@media(min-width:768px) {
  .form-line {
      display: flex;
  }
  .form-label {
    width: 10em;
  }
  .form-input {
    flex: 1;
  }
  /* Custom post type content */
  #cpt_content.ctp-content{
    margin-top: 20px;
    padding-top: 27px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 22px;
  }
  #cpt_content.ctp-content .wrap_pt_content{
    display: flex;
  }
  #cpt_content.ctp-content .news-title{
    padding-right: 0px;
    flex-basis: 16.4%;
    border: 0;
    position: relative;
  }
  #cpt_content.ctp-content .news-title::after{
    content: "";
    width: 1px;
    height: 89px;
    background-color: #D5D5D5;
    position: absolute;
    top:6px;
    right: 0;
  }
  #cpt_content.ctp-content .top-news__box{
    padding-left: 13px;
  }
  /* End custom post type */
}
/* フッター */
#footer {
  background: #00672B;
  padding: 40px 0 0 0;
}
.footer-logo {
  min-width: 150px;
  width: 150px;
  height: 150px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
}
#menu-footer-menu li {
  width: 49%;
  margin-bottom: 10px;
  font-size: 14px;
}
#menu-footer-menu li a {
  color: #fff;
}
.aside-title,
.aside-text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.mail-form {
  display: flex;
  padding-top: 5px;
}
.mail-form .text-input {
  border-radius: 0;
}
.mail-btn {
  font-size: 14px;
  font-weight: 600;
  background: #F08E34;
  color: #fff;
  padding: 10px 30px;
  border: 0;
  -webkit-appearance: none;
   border-radius: 0;
}
.copyright {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: .1em;
}
@media(min-width:768px) and (max-width: 822px){
  #cpt_content.ctp-content{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (max-width:767px) {
  .footer-logo {
    margin: 0 auto;
  }
  #footer-nav {
    padding: 20px 0;
  }
  #menu-footer-menu {
    justify-content: space-between;
  }
  #menu-footer-menu li {
    background: #459063;
  }
  #menu-footer-menu li a {
    display: block;
    padding: 8px;
  }
  .mailmagazine-form {
    padding-bottom: 20px;
  }
  .aside-title {
    font-size: 16px;
  }
  .ctp-content{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 20px;
  }
  .ctp-content .top-news__box{
    padding-left: 20px;
  }
}
@media(min-width:768px) {
  .footer-inner {
    display: flex;
    justify-content: space-between;
  }
  .footer-nav-area {
    padding: 0 40px;
  }
}

/* 下層ページ */
body:not(.home) {
  background: #F5F5F5;
}
.post-contents {
  background: #fff;
  margin: 40px 0 100px 0;
  padding: 40px;
}
.post-date {
  font-size: 14px;
  color: #A6A6A6;
  text-align: right;
}
.post-title {
  font-size: 28px;
}
.post-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #00933D;
  margin-top: 12px;
}
.article {
  padding: 30px 0 0 0;
}
.article p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
@media (max-width:599px) {
  .post-contents, .oss-money-back {
    padding: 20px;
  }
  .post-date {
    font-size: 12px;
  }
  .post-title {
    font-size: 20px;
  }
  .article p{
    font-size: 14px;
  }
  .note-mn-img a, .oss-money-back p.oss-mn-sub {
    font-size: 14px;
    line-height: 1.8em;
  }
  .oss-money-back .oss-mn-ime{
    margin-top: 20px;
  }
  .oss-money-back .oss-mn-ime img{
    height: auto;
  }
}


/* サポートページ */
#support .post-contents {
	margin-bottom: 20px;
}

.supportForm {
	background-color: #ffffff;
    margin: 40px 0;
    padding: 40px;
}
.supportForm h2 {
	margin-bottom: 30px;
}
.supportFormStep {
	margin-bottom: 40px;
}
.supportInquiry {
	width: 900px;
	margin: 0 auto;
}
@media (max-width:599px) {
.supportForm {
    margin: 40px 0;
   }
.supportInquiry {
	width: 100%;
	}
}
.registerLine {
	background-color: #ffffff;
    margin: 40px 0 100px 0;
    padding: 40px;
}
.registerLine img {
	width: 180px;
	height: auto;
	margin: 20px 0;
}
@media (max-width:599px) {
.registerLine {
    margin: 40px 0;
}
}

/* 記事一覧 */
.article-box {
  padding: 40px 0 0 0;
}
.article-list__item:not(:last-of-type) {
  padding: 0 0 20px 0;
}
.article-list__link {
  display: block;
  color: #333;
  word-break: break-all;
}
.article-thumbnail {
  min-width: 150px;
  width: 150px;
  margin: 0 auto;
}
.article-thumbnail img {
  border-radius: 8px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.article-post__title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.article-post__excerpt {
  font-size: 14px;
}
@media (max-width:599px) {
  .article-list__item:not(:last-of-type) {
    padding: 0 0 40px 0;
  }
  .article-list__textbox {
    padding-top: 15px;
  }
}
@media (min-width:600px) {
  .article-thumbnail {
    min-width: 150px;
  }
  .article-list__link {
    display: flex;
  }
  .article-list__textbox {
    padding-left: 15px;
  }
}

/* News 一覧 */
.article-list__item__news {
  border-bottom: solid 1px #eee;
}
.article-list__item__news .article-list__link {
  padding: 20px 0;
}
.article-news__date {
  font-size: 12px;
  color: #7d7d7d;
  margin-bottom: 5px;
  display: block;
}
@media (max-width:599px) {
  .article-list__item__news .article-list__textbox {
    padding-top: 0;
  }
}
@media (min-width:600px) {
  .article-list__item__news .article-list__textbox {
    padding-left: 0;
  }
}

/* Stripe Pages */
.asp_post_item .asp_post_thumbnail img {
	width: 30%;
}
.asp_price_container .asp_price_amount {
	color: #EC1818;
	font-size: 28px;
}
.asp_post_item .asp_product_buy_btn_container button {
	background: #00933D !important;
	color: #ffffff !important;
	padding: 20px 60px 32px!important;
	border-radius: 4px !important;
	text-shadow: none !important;
	display: inline-block !important;
	font-size: 16px;
}
@media (max-width:599px) {
.asp_post_item .asp_post_thumbnail img {
	width: 60%;
	}
}

/*決済完了ページ */
.asp-thank-you-page-wrap .asp-thank-you-page-msg-wrap {
	background: #f5f5f5;
	border: #d6d6d6;
}

/* ページネーション */
.pagination {
	padding: 20px 0 0 0;
}
.page-numbers {
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
.page-numbers li {
	width: 26px;
	border: solid 2px #01662b;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #01662b;
	margin-right: 5px;
}
a.page-numbers {
	color: #01662b;
	display: block;
}
.page-numbers li span.current {
	background: #01662b;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
}

/* 投稿 */
.kiji h2 {
	margin: 30px 0 10px;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #00933D;
	color: #333333;
}
.kiji h3 {
	margin: 30px 0 10px;
}
.bgGray {
	background-color: #f5f5f5;
	padding: 20px;
}
.has-background{
	  padding: 0.8em;
}

@media (max-width:599px) {
.has-background{
	 margin-bottom: 20px;
}
}

/*サポートコンテンツ*/
#support p {
	line-height: 1.8em;
}
#support h2 {
	margin-bottom: 5px;
}
#support ul {
	list-style: disc;
	padding-left: 30px;
}

/* 目次 */
#toc_container {
	margin-bottom: 50px;
}
#toc_container a {
	color: #333333;
}
#toc_container ul li {
	margin-bottom: 5px;
}
@media (max-width:599px) {
div#toc_container {
	width: 100% !important;
	}
}
/* single-column right navi */
.single-column-sidebar .sidebar-title{
  color: #ffffff;
  font-size: 18px;
}
.single-column-content .supportInquiry{
  max-width: 820px;
}
/* Related column */
.dnhl-related-post .dnhl-ttrlp{
  margin-bottom: 1em;
  border-left: 6px solid #00933D;
  padding-left: 0.563em;
  color: #54595f;
}
.dnhl-related-post .dnhl-ttrlp{
  margin-bottom: 2.5rem;
}
.dnhl-related-post{
  background: #ffffff;
}
.dnhl-list-related a img{
  object-fit: cover;
  font-family: 'object-fit:cover;';
  display: block;
}
.dnhl-list-related .article-title{
  margin-bottom: 0.813rem;
  font-size: 1.125rem;
}
.dnhl-list-related .dnhl_excerpt{
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.625rem;
    color: #7a7a7a;
}
.dnhl-list-related .article-title a{
  color: #54595f;
  text-decoration: none;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dnhl_viewmore{
  margin-top: 3rem;
  text-align: center;
}
.dnhl_viewmore a{
  border-radius: 0.5rem;
  display: inline-block;
  background-color: #00933D;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
.dnhl-related-post{
  margin-bottom: 2.5rem;
}
.single-column-content .registerLine, .single-column .registerLine, .single-post .post-contents{
  margin-bottom: 40px;
}
.dnhl-list-related li{
  display: flex;
}
.dnhl-list-related li:not(:last-child){
  border-bottom: 1px solid #d5d5d5;
}
/* Reviews */
.oss-reviews .oss-rv-left, .oss-reviews .oss-rv-right, .oss-archive-review .post-contents{
  color: #000000;
} 
.oss-reviews .oss-rv-left img, .oss-archive-review .archive-review-img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  max-width: initial;
}
.oss-archive-review .oss-rv-ct p{
  font-weight: 350;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oss-reviews .oss-rv-tt, .oss-archive-review .oss-rv-tt{
  font-weight: 350;
  letter-spacing: 1.6px;
  text-align: center;
  margin-top: 10px;
}
.oss-reviews .oss-rv-info, .oss-archive-review .oss-rv-info{
  text-align: center;
  font-weight: 350;
  font-size: 14px;
  letter-spacing: 1.6px;
}
.oss-reviews .oss-rv-left{
  margin-top: 30px;
}
.oss-reviews .rv-tt-right{
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.oss-reviews .oss-stars{
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-top: 10px;
}
.oss-reviews .oss-rv-star{
  position: relative;
  width: 24px;
  height: 24px;
  object-fit: cover;
  display: block;
}
.oss-reviews .oss-rv-star::after{
  content: "";
  background-image: url(images/star.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  object-fit: cover;
  position: absolute;
  top:0;
  left: 0;
}
.oss-reviews .oss-rv-ct{
  margin-top: 24px;
}
.oss-reviews .oss-rv-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 253px;
  height: 69px;
  border: 2px solid #00933D;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5;
  padding: 5px;
  color: #00933D;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.oss-reviews .oss-rv-btn:hover{
  opacity: 0.7;
}
/* Add button to header */
#header-nav a{
  letter-spacing: 0;
}
.oss-button-items img{
  display: block;
  object-fit: cover;
}
.oss-button-items .oss_line_text{
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.oss-button-items .oss-item-line{
  width: 130px;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #06C755;
  border-radius: 4px;
  gap: 2px;
  justify-content: start;
}
.oss-button-items .oss-phone-top{
  display: flex;
  align-items: center;
}
.oss-button-items .oss_number_phone{
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  width: 100%;
}

.oss-button-items .oss_time_open{
  font-weight: 400;
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  display: block;
}
.oss-button-items .oss_icon_phone{
  width: 20px;
  height: 20px;
}
.oss-button-items .oss_icon_line{
  width: 40px;
  height: 40px;
  margin: 0;
}
.oss-button-items .oss_icon_mail{
  width: 19.41px;
  height: 13.33px;
  margin: 0;
}
#header-nav .oss-item-email{
  flex-basis: 150px;
  background-color: #F08E33;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  height: 40px;
}
/* Fix footer info */
.oss-footer-infor{
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1000;
}
.oss-footer-infor .oss-ftinfo-wrap{
  display: flex;
  justify-content: center;
}
.oss-footer-infor .ft-info-phone{
  display: flex;
  align-items: center;
  justify-content: end;
  background: #00933E;
  flex-basis: 50%;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0;
}
.oss-footer-infor .ft-last-top{
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #ffffff;
  flex-basis: 50%;
  text-decoration: none;
  color: #333333;
  gap: 10px;
}
.oss-footer-infor .ftif-top{
  width: 140px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #ffffff;
    letter-spacing: 0;
}
.oss-footer-infor .ft-tel img{
  display: block;
  object-fit: cover;
}
.oss-footer-infor .ft-tel{
  display: flex;
  align-items: center;
}
.oss-footer-infor .ft-tel span{
  font-weight: 700;
}
.oss-footer-infor .oss-ft-lines small{
  display: block;
  color: #333333;
  font-weight: 400;
}
.oss-footer-infor .oss-ft-lines{
  max-width: 401px;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
}
.oss-footer-infor .oss-ft-lines strong{
  color: #333333;
  font-weight: 800;
}
@media(min-width: 1270px){
  .oss-list-contact{
    display: none!important;
  }
  #header-nav .oss-item-phone{
    flex-basis: 184px;
  }
  .oss-button-items{
    display: flex;
    gap: 10px;
    flex-basis: 484px;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
  }
  .site-logo{
    flex-basis: 175px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #header #header-nav{
    display: flex;
    flex-basis: 1020px;
    flex-grow: 0;
    flex-shrink: 0;
    gap: 17px;
    align-items: center;
  }
  #menu-header-menu{
    gap: 0.625em;
  }
  #menu-header-menu .menu-item a{
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 120px;
  }
}
@media(min-width: 768px) and (max-width: 1269px){
  .oss-button-items{
    display: none;
  }
  .oss-menu-contacts{
    display: none;
  }
  .oss-list-contact .oss_menu_tl{
    width: 170px;
    height: 40px;
    display: flex;
    font-size: 14px;
    position: relative;
    background-color: #2F933C;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
  }
  .oss-list-contact .oss_menu_tl::after{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    right: 8%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -moz-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    -o-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .oss-list-contact .oss_menu_tl.active::after{
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  #header .header-nav{
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .oss-list-contact{
    position: relative;
  }
  #header-nav .oss-menu-contacts{
    box-shadow: 0px 4px 10px 0px #00000040;
    width: 170px;
    padding: 15px 10px;
    position: absolute;
    background-color: #ffffff;
    z-index: 9;
    top: 100%;
    left: 0;
  }
  #header-nav .oss-menu-contacts.active{
    display: block;
  }
  #header-nav .oss-menu-contacts li a{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .oss-list-contact .oss_iconxs_phone{
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .oss-list-contact .oss_icon_line_xs{
    width: 16px;
    height: 16px;
    margin: 0;
  }
  .oss-list-contact .oss_icon_mail_xs{
    width: 19.41px;
    height: 13.33px;
    margin: 0;
  }
  #header-nav .oss-menu-contacts li:not(:last-child){
    padding-bottom: 15px;
  }
  #menu-header-menu{
    gap: 0.875em;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .oss-button-items{
    display: none!important;
  }
  #header-nav .oss-menu-contacts{
    width: 120px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .oss-list-contact .oss_menu_tl{
    font-size: 11px;
    width: 120px;
    height: 30px;
  }
  #header-nav .oss-menu-contacts li a{
    font-size: 11px;
    gap: 5px;
  }
  #header .header-nav{
    gap: 10px;
  }
  #menu-header-menu{
    gap: 0.625em;
  }
  #menu-header-menu .menu-item{
    font-size: 11px;
  }
  #header-nav .oss-menu-contacts li:not(:last-child){
    padding-bottom: 10px;
  }
  #header-nav .oss-menu-contacts li a img{
    max-width: 14px;
    height: auto;
  }
}
@media(min-width: 768px){
  .single-column-wrap{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    gap: 40px;
    max-width: 1270px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-column-content{
    width: 900px;
  }
  .single-column-sidebar{
    width: 300px;
  }
  .single-column-sidebar #sidebar{
    width: 100%;
    margin: 40px 0 30px 0;
  }
  .dnhl-related-post{
    padding: 2.5em 2.5em;
  }
  .dnhl-related-post .dnhl-ttrlp{
    line-height: 2;
    font-size: 1.5em;
  }
  .dnhl-list-related li{
    gap: 0.688rem;
  }
  .dnhl-list-related li:not(:last-child){
    padding-bottom: 2.125rem;
    margin-bottom: 2.125rem;
  }
  .rlt_img{
    min-width: 13.438rem;
  }
  .dnhl-list-related a img{
    width: 13.438rem;
    height: 7.563rem;
  }
  .dnhl-list-related .article-title a{
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .dnhl_viewmore a{
    font-size: 1.125rem;
    line-height: 1.625rem;
    width: 16.375rem;
    padding: 1.344rem 1rem;
  }
}
@media(max-width: 767px){
  .single-column-sidebar{
    padding: 0 16px;
    margin-bottom: 40px;
  }
  .single-column-wrap{
    width: 100vw;
  }
  .single-column-sidebar .widget_nav_menu{
    margin-bottom: 0;
  }
  .single-column-content .supportInquiry{
    max-width: 89.57vw;
  }
  .dnhl-related-post .dnhl-ttrlp{
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 1.125em;
  }
  .dnhl-related-post{
    padding: 2.5rem 1rem;
  }
  .dnhl-list-related li:not(:last-child){
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .dnhl-list-related li{
    gap: 0.813rem;
  }
  .dnhl-list-related a img{
    width: 8.313rem;
    height: 4.25rem;
  }
  .rlt_img{
    min-width: 8.313rem;
  }
  .dnhl-list-related .article-title a{
    font-size: .875rem;
    line-height: 1.313rem;
    -webkit-line-clamp: 3;
  }
  .dnhl-list-related .article-title{
    margin-bottom: 0;
  }
  .dnhl_viewmore a{
    font-size: .875rem;
    line-height: 1.25rem;
    width: 13.564rem;
    padding: 0.938rem;
  }
  .dnhl_viewmore{
    margin-top: 2.188rem;
  }
  #header .oss-list-contact{
    display: none!important;
  }
  .oss-button-items .oss-item-line{
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  #header-nav a{
    letter-spacing: initial;
  }
  #header-nav .oss-item-email{
    margin-top: 15px;
  }
  .oss-button-items .oss-phone-top{
    gap:5px;
  }
  .oss-button-items .oss_icon_phone{
    margin: 0;
  }
  .oss-footer-infor .ft-tel img{
    width: calc(25/390*100vw);
    height: calc(25/390*100vw);
    margin-left: 0;
    flex-basis: calc(25/390*100vw);
    flex-shrink: 0;
    flex-grow: 0;
  }
  .oss-footer-infor .ftif-top{
    display: none!important;
  }
  .oss-footer-infor .ft-tel span{
    font-size: calc(20/390*100vw);
    line-height: calc(29/390*100vw);
    flex-basis: 100%;
  }
  .oss-footer-infor .ft-if-t{
    font-weight: 400;
    font-size: calc(11/390*100vw);
    line-height: calc(16/390*100vw);
  }
  .oss-footer-infor .ft-tel{
    gap: calc(5/390*100vw);
  }
  .oss-footer-infor .ft-info-phone{
    gap: 0;
    padding-right: calc(10/390*100vw);
    padding-top: calc(5/390*100vw);
    padding-bottom:calc(5/390*100vw);
  }
  .oss-footer-infor .ft-last-top img{
    width: calc(40/390*100vw);
    height: calc(40/390*100vw);
    object-fit: cover;
    margin-left: 0;
    margin-right: 0;
  }
  .oss-footer-infor .fr-info-es{
    text-align: center;
  }
  .oss-footer-infor .oss-ft-lines small{
    font-size:calc(11/390*100vw);
    line-height:calc(16/390*100vw);
  }
  .oss-footer-infor .oss-ft-lines strong{
    font-size:calc(14/390*100vw);
    line-height:calc(20/390*100vw);
  }
  .oss-footer-infor .ft-last-top{
    padding-left: calc(10/390*100vw);
    padding-top: calc(5/390*100vw);
    padding-bottom: calc(5/390*100vw);
    gap: 0;
  }
  .oss-footer-infor .oss-ft-lines{
    max-width: calc(140/390*100vw);
    line-height: 1;
  }
}
@media(min-width: 1200px){
  .oss-footer-infor .ft-tel img{
    width: 31.46px;
    height: 31.46px;
  }
  .oss-footer-infor .ft-tel span{
    font-size: 36px;
    line-height: 52px;
  }
  .oss-footer-infor .ft-if-t{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .oss-footer-infor .ft-tel{
    gap: 10px;
  }
  .oss-footer-infor .ft-info-phone{
    gap: 25px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .oss-footer-infor .ft-last-top img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-left: 0;
    margin-right: 0;
  }
  .oss-footer-infor .oss-ft-lines small{
    font-size: 16px;
    line-height: 24px;
  }
  .oss-footer-infor .oss-ft-lines strong{
    font-size: 28px;
    line-height: 40px;
  }
  .oss-footer-infor .ft-last-top{
    padding-left: 43px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media(min-width:992px) and (max-width:1199px){
  .single-column-content{
    width: 70vw;
  }
  .single-column-sidebar{
    width: 24.09vw;
  }
  .single-column-content .supportInquiry{
    max-width: 63.3867vw;
  }
  .dnhl-list-related .article-title{
    margin-bottom: 0.25rem;
  }
  .oss-footer-infor .ft-tel img{
    width: 31.46px;
    height: 31.46px;
  }
  .oss-footer-infor .ft-tel span{
    font-size: 36px;
    line-height: 52px;
  }
  .oss-footer-infor .ft-if-t{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .oss-footer-infor .ft-tel{
    gap: 10px;
  }
  .oss-footer-infor .ft-info-phone{
    gap: 25px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .oss-footer-infor .ft-last-top img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-left: 0;
    margin-right: 0;
  }
  .oss-footer-infor .oss-ft-lines small{
    font-size: 16px;
    line-height: 24px;
  }
  .oss-footer-infor .oss-ft-lines strong{
    font-size: 28px;
    line-height: 40px;
  }
  .oss-footer-infor .ft-last-top{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media(min-width:601px){
  .oss-reviews .oss-reviews-wr{
    display: flex;
    gap: 36px;
    margin-top: 30px;
  }
  .oss-reviews .oss-rv-btn{
    margin-top: 40px;
  }
  .oss-reviews .oss-rv-ct p > strong{
    margin-bottom: 10px;
    display: block;
  }
  .oss-archive-review .review-item{
    display: flex;
    gap: 44px;
  }
  .oss-archive-review .review-item:not(:last-child){
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
  }
  .oss-archive-review .review-list-items{
    margin-top: 50px;
  }
  #footer{
    padding-bottom: 100px;
  }
}
@media(max-width:600px){
  .oss-reviews .oss-rv-right{
    margin-top: 30px;
  }
  .oss-reviews .oss-rv-btn{
    margin-top: 25px;
  }
  .oss-reviews .oss-rv-ct p > strong{
    margin-bottom: 5px;
    display: block;
  }
  .oss-archive-review .review-item:not(:last-child){
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
  }
  .oss-archive-review .review-list-items{
    margin-top: 30px;
  }
  .oss-archive-review .oss-rv-ct{
    margin-top: 16px;
  }
  #footer{
    padding-bottom: 60px;
  }
}
@media(min-width:600px) and (max-width:991px){
  .supportInquiry{
    max-width: 100%;
  }
}
@media(min-width:768px) and (max-width:991px){
  .single-column-content{
    width: 64vw;
  }
  .single-column-sidebar{
    width: 28.8vw
  }
  .single-column-content .supportInquiry{
    max-width: 55.8vw;
  }
  .rlt_img{
    min-width: 13.438vw;
  }
  .dnhl-list-related a img{
    width: 13.438vw;
    height: 7.563vw;
  }
  .dnhl-list-related .article-title a{
    font-size: 1.25vw;
    line-height: 1.5;
  }
  .dnhl-list-related .dnhl_excerpt{
    font-size: 1.25vw;
    line-height: 1.5;
  }
  .dnhl-list-related li:not(:last-child){
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .dnhl_viewmore a{
    font-size: 0.875rem;
    line-height: 1;
    width: 14.375rem;
    padding: 1rem 1rem;
  }
  .dnhl_viewmore{
    margin-top: 2rem;
  }
  .dnhl-list-related .article-title{
    margin-bottom: 0.25rem;
  }
  .oss-footer-infor .ft-tel img{
    width: 24px;
    height: 24px;
    margin-left: 0;
    flex-basis: 24px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .oss-footer-infor .ftif-top{
    width: 120px;
    font-size: 14px;
    line-height: 22px;
  }
  .oss-footer-infor .ft-tel span{
    font-size: 26px;
    line-height: 36px;
    flex-basis: 100%;
  }
  .oss-footer-infor .ft-if-t{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
  }
  .oss-footer-infor .ft-tel{
    gap: 10px;
  }
  .oss-footer-infor .ft-info-phone{
    gap: 8px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .oss-footer-infor .ft-last-top img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 0;
    margin-right: 0;
  }
  .oss-footer-infor .oss-ft-lines small{
    font-size: 14px;
    line-height: 24px;
  }
  .oss-footer-infor .oss-ft-lines strong{
    font-size: 22px;
    line-height: 32px;
  }
  .oss-footer-infor .ft-last-top{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .oss-footer-infor .oss-ft-lines{
    max-width: 310px;
  }
}

/* フロー表 */

.flow_design03 {
  display: flex;
  margin-left: 20px; /* 必要に応じて調整 */
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
  text-align: left; /* 左寄せ */
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8EB83C;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
  text-align: left; /* 左寄せ */
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #8EB83C;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #8EB83C;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

/*コンタクトフォームデザイン*/
/* フォーム全体 */
.wpcf7 form {
  width: 100%;
  margin: 2em 0;
  padding: 2em;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3;
}
.supportForm .wpcf7 form{
  padding-left: 0;
  padding-right: 0;
}
/* 2カラムレイアウト（姓/名, ローマ字姓/名） */
.form-grid-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

/* 緑枠（3px） 背景色なし */
.green-box {
  border: 3px solid #008060;
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 1.5em;
  background-color: transparent;
}

/* 案内文（1段落） */
.section-intro {
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
  color: #333;
}

/* 赤文字（※など） */
.red-text {
  color: #e74c3c;
}

/* 必須の星印を赤文字に */
.required-star {
  color: #e74c3c;
  font-weight: normal;
}

/* ラベルは太字 */
.wpcf7-form label {
  display: block;
  margin-bottom: 0.4em;
  font-weight: bold;
  color: #333;
}

/* 小さな補足説明（薄い色 #666, 行間詰め） */
.note {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.3;
}

/* ATMカードの有効期限だけ 2px枠 */
.normal-green-input {
  border: 2px solid #008060 !important;
  border-radius: 6px !important;
}

/* 通常の入力欄(3px枠) */
.wpcf7-form .wpcf7-form-control.wpcf7-text,
.wpcf7-form .wpcf7-form-control.wpcf7-select,
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.8em;
  margin-bottom: 1em;
  border: 3px solid #008060;
  border-radius: 6px;
  font-size: 16px;
  background-color: #fff;
  color: #333;
  line-height: 1.3;
}

/* フォーカス時 */
.wpcf7-form .wpcf7-form-control:focus {
  outline: none;
  border-color: #005f47;
}

/* チェックボックスやラジオの選択肢は通常文字 */
.wpcf7-form .wpcf7-list-item label {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}

/* チェックボックスやラジオに余計な枠を付けない */
.wpcf7-form .wpcf7-list-item .wpcf7-form-control {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 縦並び */
.wpcf7-form .wpcf7-list-item {
  display: block;
  margin-bottom: 0.4em;
}

/* メッセージ欄（textarea）の下マージンを小さくしてボタンとの間隔を詰める */
.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
  margin-bottom: 0.5em; /* 必要に応じて調整 */
}

/* 送信ボタン：横長、中央揃え、ボタンとメッセージ欄を近づける */
.wpcf7-form .wpcf7-submit {
  display: block;             /* 横幅いっぱい使うため block化 */
  width: 100%;                /* 幅を100%に */
  text-align: center;         /* ボタン内の文字を中央揃え */
  background-color: #008060;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 1em;               /* 上下左右の余白を適度に */
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 0.1em;          /* ボタンと上要素の間隔を小さく */
}

/* ボタンホバー時 */
.wpcf7-form .wpcf7-submit:hover {
  background-color: #006648;
}

/* エラー表示など */
.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output {
  color: #e74c3c;
  font-weight: bold;
  margin-bottom: 1em;
}


/* さらに小さい補足説明 */
.note-small {
  font-size: 12px;
  color: #666;
  line-height: 1.2;
}

@media only screen and (max-width: 600px) {
  .form-grid-two-cols {
    grid-template-columns: 1fr;
  }
}

/* ───────────────── */
/* 用紙風コンテナ全体 */
/* ───────────────── */
.questionnaire-paper {
  max-width: 800px;
  margin: 2em auto;
  padding: 2em;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-family: "游明朝", serif;
  border-left: none; /* 緑ラインを消去 */
}

/* タイトル・導入文 */
.questionnaire-paper .paper-title {
  text-align: center;
  margin-bottom: .5em;
  font-size: 1.8em;
  padding-left: 0;
  border-left: none;
}
.questionnaire-paper .paper-intro {
  text-align: center;
  margin-bottom: 2em;
  color: #666;
  line-height: 1.4;
}

/* 共通 質問ブロック */
.questionnaire-paper .question-block {
  margin-bottom: 1.5em;
}
.questionnaire-paper .question-label {
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.questionnaire-paper .answer-box {
  border: 1px solid #999;
  padding: 1em;
  background: #fafafa;
  white-space: pre-wrap;
  line-height: 1.6;
}

/* ───────────────── */
/* 横並びブロック共通 */
/* ───────────────── */
.question-block.narrow {
  display: flex !important;
  align-items: center !important;
}

/* ───────────────── */
/* サポート内容（横並び・枠なし） */
/* ───────────────── */
.question-block.support-content,
.question-block.narrow.support-content {
  display: flex !important;
  align-items: center !important;
}
.question-block.support-content .question-label,
.question-block.narrow.support-content .question-label {
  flex: 0 0 auto !important;
  margin: 0 0.5em 0 0 !important;
}
.question-block.support-content .answer-box,
.question-block.narrow.support-content .answer-box {
  flex: 1 1 auto !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

/* ───────────────── */
/* 氏名（イニシャル）（横並び・枠なし） */
/* ───────────────── */
.question-block.name-block,
.question-block.narrow.name-block {
  display: flex !important;
  align-items: center !important;
}
.question-block.name-block .question-label,
.question-block.narrow.name-block .question-label {
  flex: 0 0 auto !important;
  margin: 0 0.5em 0 0 !important;
}
.question-block.name-block .answer-box,
.question-block.narrow.name-block .answer-box {
  flex: 1 1 auto !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic !important;
  text-align: left !important;
}

/* ───────────────── */
/* アンケート提出日 */
/* ───────────────── */
.questionnaire-paper .submission-date {
  margin: 2em 0 1em;
  font-size: .9em;
  color: #666;
  text-align: left;
  border: none;
  background: none;
}

/* タブメニュー */
.questionnaire-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
  border-bottom: 2px solid #ddd;
}
.questionnaire-tabs li {
  margin-right: 1em;
  padding: .5em 1em;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.questionnaire-tabs li.active {
  font-weight: bold;
  border-color: #007b3e;
}

/* アンケート用紙コンテナ */
.questionnaire-list .questionnaire-paper {
  max-width: 800px;
  margin: 2em auto;
  padding: 2em;
  background: #fff;
  border: 1px solid #ddd;      /* 紙の枠 */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-family: "游明朝", serif;
  border-left: none;           /* 緑ラインを消去 */
}

/* タイトルと説明 */
.questionnaire-paper .paper-title {
  text-align: center;
  margin-bottom: .5em;
  font-size: 1.8em;
  padding-left: 0;
}
.questionnaire-paper .paper-intro {
  text-align: center;
  margin-bottom: 2em;
  color: #666;
  line-height: 1.4;
}

/* 共通 質問ブロック */
.questionnaire-paper .question-block {
  margin-bottom: 1.5em;
}
.questionnaire-paper .question-label {
  font-weight: bold;
  margin-bottom: .5em;
  color: #333;
}
.questionnaire-paper .answer-box {
  border: 1px solid #999;
  padding: 1em;
  background: #fafafa;
  white-space: pre-wrap;
  line-height: 1.6;
}

/* サポート内容 横並び */
.question-block.support-content,
.question-block.narrow.support-content {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 1.5em !important;
}
.question-block.support-content .question-label,
.question-block.narrow.support-content .question-label {
  flex: 0 0 auto !important;
  margin: 0 1em 0 0 !important;
  white-space: nowrap;
}
.question-block.support-content .answer-box,
.question-block.narrow.support-content .answer-box {
  flex: 1 1 auto !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

/* ５段階評価 横並び */
.question-block.rating-block,
.question-block.narrow.rating-block {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 1.5em !important;
}
.question-block.rating-block .question-label,
.question-block.narrow.rating-block .question-label {
  flex: 0 0 auto !important;
  margin: 0 1em 0 0 !important;
  white-space: nowrap;
}
.question-block.rating-block .star-rating,
.question-block.narrow.rating-block .star-rating {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.star-rating .star {
  margin-right: .25em !important;
}

/* ５段階評価の枠を外す */
.question-block.rating-block .answer-box {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center; /* 星を中央寄せに */
}

/* 氏名（イニシャル） 枠なし */
.question-block.narrow.name-block,
.question-block.name-block {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 1.5em !important;
}
.question-block.name-block .question-label {
  margin: 0 1em 0 0 !important;
  white-space: nowrap;
}
.question-block.name-block .answer-box {
  flex: 1 !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-style: italic;
}

/* 提出日 */
.questionnaire-paper .submission-date {
  border: none;
  background: none;
  margin: 2em 0 1em;
  font-size: .9em;
  color: #666;
  text-align: left;
}

/* ───────────────────────────── */
/* “サポート内容” をピタッと一行で揃える */
/* ───────────────────────────── */
.questionnaire-paper .question-block.support-content,
.questionnaire-paper .question-block.narrow.support-content {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 1.5em !important;
}
.questionnaire-paper .question-block.support-content .question-label,
.questionnaire-paper .question-block.narrow.support-content .question-label {
  flex: 0 0 auto !important;
  margin: 0 0.5em 0 0 !important;
  white-space: nowrap;
}
.questionnaire-paper .question-block.support-content .answer-box,
.questionnaire-paper .question-block.narrow.support-content .answer-box {
  flex: 1 1 auto !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

/* ─────────────────────────────── */
/* 小さい画面（スマホ）で縦並び＆折り返し */
/* ─────────────────────────────── */
@media only screen and (max-width: 600px) {
  
  /* ──────────────── */
  /* 評価と氏名だけ縦並び */
  /* ──────────────── */
  .question-block.rating-block,
  .question-block.narrow.rating-block,
  .question-block.name-block,
  .question-block.narrow.name-block {
    display: block !important;
    margin-bottom: 1.5em !important;
  }

  /* ラベルと回答欄を幅いっぱいのボックスに */
  .question-block.rating-block .question-label,
  .question-block.rating-block .answer-box,
  .question-block.name-block .question-label,
  .question-block.name-block .answer-box {
    width: 100% !important;
    margin: 0 0 .5em !important;
    flex: none !important;
  }

  /* 回答欄は境界線＋背景を再適用 */
  .question-block.rating-block .answer-box,
  .question-block.name-block .answer-box {
    border: 1px solid #999 !important;
    background: #fafafa !important;
    padding: 1em !important;
  }

  /* ──────────────── */
  /* 長い語句は途中で折り返す */
  /* ──────────────── */
  .question-label,
  .answer-box {
    word-break: break-word !important;
    white-space: normal !important;
  }
}

/* ───────────────────────── */
/* タブメニューを横スクロール対応に */
/* ───────────────────────── */
.questionnaire-tabs {
  display: block;             /* flex ではなく block に */
  overflow-x: auto;           /* 横スクロールを許可 */
  white-space: nowrap;        /* 折り返さず一行に */
  padding: 0 1em;             /* 左右パディング */
  margin-bottom: 1em;
  border-bottom: 2px solid #ddd;
}

/* li を inline-block に */
.questionnaire-tabs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em 0 0;
  padding: .5em 1em;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  white-space: normal;        /* テキスト折り返しを許可 */
}

/* アクティブタブだけ目立たせる */
.questionnaire-tabs li.active {
  font-weight: bold;
  border-color: #007b3e;
}

/* スクロールバーを非表示にしたい場合（任意） */
.questionnaire-tabs::-webkit-scrollbar {
  height: 6px;
}
.questionnaire-tabs::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
}
.questionnaire-tabs::-webkit-scrollbar-track {
  background: transparent;
}

/* ─────────────────────────────── */
/* タブ両端にグラデーションフェード */
/* ─────────────────────────────── */
.questionnaire-tabs {
  position: relative;  /* 疑似要素の絶対位置基準 */
  overflow-x: auto;
  white-space: nowrap;
  /* ↓ これでスクロール可能とわかりやすい */
  padding: 0 2em;    
}

/* 左右フェードアウト帯 */
.questionnaire-tabs::before,
.questionnaire-tabs::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 2em;          /* フェード幅 */
  pointer-events: none;
  z-index: 2;
}
.questionnaire-tabs::before {
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255,255,255,0));
}
.questionnaire-tabs::after {
  right: 0;
  background: linear-gradient(to left,  #fff, rgba(255,255,255,0));
}

/* スクロールバーを常に見せる（任意） */
.questionnaire-tabs {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,0.3) transparent;
}
.questionnaire-tabs::-webkit-scrollbar {
  height: 4px;
}
.questionnaire-tabs::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.3);
  border-radius: 2px;
}

.questionnaire-tabs {
  padding: 0 3em;
}
.questionnaire-tabs::before {
  background: linear-gradient(to right, #fff, rgba(255,255,255,0));
}
.questionnaire-tabs::after {
  background: linear-gradient(to left,  #fff, rgba(255,255,255,0));
}

/* 左矢印 */
.questionnaire-tabs::before {
  /* フェードの上に矢印 */
  /* content: "‹"; 文字を出す場合 */
  /* font-size: 1.5em; position: absolute; left: .5em; top: 50%; transform: translateY(-50%); */
}

/* 右矢印 */
.questionnaire-tabs::after {
  /* content: "›"; */
  /* font-size: 1.5em; position: absolute; right: .5em; top: 50%; transform: translateY(-50%); */
}

/* ───────────────────────────── */
/* タブラッパーを相対位置にしておく */
/* ───────────────────────────── */
.questionnaire-tabs-wrapper {
  position: relative;
}

/*広告整え*/
.ossj-inline-ad {
  margin: 28px auto;      /* 上下余白28px・左右自動で中央寄せ */
  text-align: center;     /* 中のテキストや画像を中央揃え */
  max-width: 100%;        /* レスポンシブ対応 */
}

.ossj-inline-ad__headline {
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.5;
  margin: 0 0 12px;
  text-align: center;     /* 見出しを中央揃え */
}

.ossj-inline-ad__link img {
  display: inline-block;  /* 画像をインラインブロックにして中央揃え */
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

/* ===== iOS 下部固定バナー対策 + 画面幅いっぱい対策（追記）===== */
#unique-contact-form{
  --bottom-banner: 86px; /* 下の緑バナー高さ。被るなら 100〜120px に上げる */
}

/* テーマの中央寄せ(max-width)を突破してスマホは横幅いっぱいにする */
#unique-contact-form{
  width: 100%;
  max-width: none;
}
@media (max-width: 720px){
  #unique-contact-form{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }
}

/* ===== iOS 下部固定バナー対策（送信ボタンは追従させない版）===== */
#unique-contact-form{
  --bottom-banner: 86px; /* 下の固定バナー高さ。被るなら 100〜120px に上げる */
}

/* スマホ：下の固定バナー分だけ“余白”を確保して、送信ボタンが隠れないようにする */
@media (max-width: 720px){
  /* もし submit-bar が存在しても追従させない */
  #unique-contact-form .submit-bar{
    position: static !important;
  }

  /* フォーム全体の下余白（これが一番効きます） */
  #unique-contact-form{
    padding-bottom: calc(40px + var(--bottom-banner) + env(safe-area-inset-bottom));
  }

  /* 念のため、送信ボタン自体にも下余白 */
  #unique-contact-form .wpcf7-submit{
    margin-bottom: calc(var(--bottom-banner) + env(safe-area-inset-bottom));
  }
}
