@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');
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;
  }
}


/* ボタン */
.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 25px;
}
.site-logo {
  max-width: 180px;
}

/* ナビ */
#header-nav {
  margin: 0 0 0 auto;
}
#menu-header-menu {
  display: flex;
}
#menu-header-menu .menu-item {
  font-size: 14px;
  margin-left: 1.5em;
}
#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;
  }
}
@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;
}
@media (max-width:820px) {
  .top-news {
    margin: -80px 15px 0 15px;
  }
}
@media (max-width:767px) {
  .news-title {
    padding-bottom: 15px;
  }
  .top-news__link {
    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;
  }
}

/* 共通 */
.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;
  }
}

/* ご利用方法 */
.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
  }
}

/* お客様の声 */
.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;
  }
}
@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;
}
@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;
  }
}
@media(min-width:768px) {
  .form-line {
      display: flex;
  }
  .form-label {
    width: 10em;
  }
  .form-input {
    flex: 1;
  }
}

/* フッター */
#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 (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;
  }
}
@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 {
    padding: 20px;
  }
  .post-date {
    font-size: 12px;
  }
  .post-title {
    font-size: 20px;
  }
  .article p {
    font-size: 14px;
  }
}


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

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

/* 記事一覧 */
.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;
}
.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;
  }
}

/* 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;
}
.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;
}
.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;
	}
}
