@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap");
html {
  font-size: 16px; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 100%; }

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block; }

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1rem; }

p,
li,
dd {
  font-size: 1rem; }

ol,
ul {
  list-style: none;
  list-style-type: none; }

ul.indent li {
  padding-left: 1em;
  text-indent: -1em; }

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

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  object-fit: contain; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

table {
  border-collapse: collapse; }

small {
  font-size: 86%; }

strong {
  font-weight: bold; }

button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0; }

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #231815;
  border-radius: 0;
  font: inherit;
  outline: none; }

img {
  -webkit-backface-visibility: hidden; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* flex
---------------------------------------- */
.flexW {
  display: flex;
  flex-wrap: wrap; }

.flexSb {
  display: flex;
  justify-content: space-between; }

.flexSbW {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.flexC {
  display: flex;
  justify-content: center; }

.flexCW {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.flexCC {
  display: flex;
  align-items: center;
  justify-content: center; }

.flexCCW {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.flexSbC {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.flexSbCW {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.flexE {
  display: flex;
  justify-content: flex-end; }

.flex {
  display: flex; }

.flexSAW {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.flexRR {
  display: flex;
  flex-direction: row-reverse; }

.flexRRW {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap; }

.ai-center {
  align-items: center; }

.ac-center {
  align-content: center; }

.ai-st {
  align-items: stretch; }

@media only screen and (min-width: 769px) {
  .flex-p {
    display: flex; }

  .flexW-p {
    display: flex;
    flex-wrap: wrap; }

  .flexSb-p {
    display: flex;
    justify-content: space-between; }

  .flexSbC-p {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .flexSbW-p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .flexC-p {
    display: flex;
    justify-content: center; }

  .flexCW-p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }

  .flexCC-p {
    display: flex;
    align-items: center;
    justify-content: center; }

  .flexSA-p {
    display: flex;
    justify-content: space-around; }

  .flexSAW-p {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }

  .flex-p {
    display: flex; }

  .flexRR-p {
    display: flex;
    flex-direction: row-reverse; }

  .flexRRW-p {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap; }

  a[href^="tel:"] {
    pointer-events: none; } }
:focus::-webkit-input-placeholder,
:focus:-moz-placeholder,
:focus::-moz-placeholder,
:focus::placeholder {
  color: white; }

/*----------------------------------------
responsive
---------------------------------------- */
.sp {
  display: none; }

.tablet {
  display: none; }

@media only screen and (max-width: 768px) {
  .tablet {
    display: block; }

  img.tablet {
    display: inline; } }
.disp_ib {
  display: inline-block; }

@media only screen and (max-width: 500px) {
  .disp_ib-s {
    display: inline-block; }

  .pc {
    display: none !important; }

  .sp {
    display: block; }

  img.sp {
    display: inline; } }
/*----------------------------------------
base
---------------------------------------- */
body {
  color: black;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.9375rem; }
  @media screen and (max-width: 414px) {
    body {
      font-size: 3.4vw; } }

main {
  min-height: calc(100vh - 300px); }

a {
  color: black;
  text-decoration: none; }
  a img:hover {
    opacity: 0.7;
    transition: all .4s; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px; }
  @media screen and (max-width: 1080px) {
    .container {
      padding: 0 1rem; } }

p a {
  text-decoration: underline; }
  p a:hover {
    text-decoration: none; }

p,
li,
dd,
td,
th {
  font-size: 1em;
  line-height: 1.6; }
  @media only screen and (max-width: 500px) {
    p,
    li,
    dd,
    td,
    th {
      line-height: 1.4; } }

/* text
---------------------------------------- */
.mb20 {
  margin-bottom: 2rem; }

.fontEn {
  font-family: "Barlow", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

.tLeft {
  text-align: left; }

.tRight {
  text-align: right; }

.tCenter {
  text-align: center; }

.imgL {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }

.imgR {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }

.bold {
  font-weight: 600; }

.dNone {
  display: none; }

.positionR {
  position: relative; }

.text-red {
  color: #C2070A; }

.text-w {
  color: white; }

/* bg
---------------------------------------- */
.center {
  margin: auto;
  text-align: center; }

.bg-gray {
  background-color: #64788C; }

.bg-white {
  background-color: white; }

#masthead {
  margin-top: 6em; }
  @media only screen and (max-width: 768px) {
    #masthead {
      margin-top: 10%; } }

@media only screen and (max-width: 768px) {
  #headLogo {
    max-width: 230px; } }
#headNavi {
  width: 100%;
  max-width: 1080px;
  margin: 10px auto 20px;
  position: relative; }
  #headNavi li#btn_Fb {
    position: absolute;
    right: 0;
    top: -3.8em; }
    @media only screen and (max-width: 768px) {
      #headNavi li#btn_Fb {
        top: -4.8em; } }
    #headNavi li#btn_Fb a {
      background: none; }
  #headNavi .menu li:first-child {
    display: none; }

#menu-gnavi {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  flex-wrap: wrap; }
  @media only screen and (max-width: 1080px) {
    #menu-gnavi {
      justify-content: space-around;
      background: #64788C;
      padding: 0.5em 1em;
      width: 100%; } }
  #menu-gnavi li:not(#btn_Fb) {
    margin-right: 2%;
    line-height: 1;
    padding-bottom: 0.1em; }
    @media only screen and (min-width: 1081px) {
      #menu-gnavi li:not(#btn_Fb) {
        min-width: 170px;
        width: 18%;
        margin-bottom: 1em; }
        #menu-gnavi li:not(#btn_Fb):last-child {
          margin-right: 0; }
        #menu-gnavi li:not(#btn_Fb) a {
          background: #64788C;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          padding: 0.5em 1em;
          width: 100%; } }
    #menu-gnavi li:not(#btn_Fb) a {
      color: white;
      font-weight: bold; }
      @media only screen and (max-width: 768px) {
        #menu-gnavi li:not(#btn_Fb) a {
          font-size: 2vw; } }
  #menu-gnavi li a:hover {
    opacity: 0.7; }

.site-footer {
  text-align: center;
  border-top: 3px solid #64788C;
  padding-top: 0.625rem;
  padding-bottom: 1.875rem; }

.pagetop {
  text-align: right;
  position: fixed;
  right: 5%;
  bottom: 10px; }

.ad_contact {
  padding: 3.125rem 0;
  color: white; }
  .ad_contact h4 {
    font-size: 1.6875rem;
    margin-bottom: 1em;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .ad_contact h4 {
        font-size: 1.2em; } }
  .ad_contact h5 {
    font-size: 1.3125rem;
    margin-bottom: 1em;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .ad_contact h5 {
        font-size: 1em; } }
  .ad_contact p {
    margin-bottom: 1em; }
    @media only screen and (min-width: 769px) {
      .ad_contact p {
        line-height: 2; } }
  @media only screen and (min-width: 769px) {
    .ad_contact .boxR {
      flex: 1;
      padding-left: 2.2em; }
    .ad_contact .boxL {
      width: 30%;
      max-width: 260px; }
    .ad_contact .img_tel img:first-child {
      padding-right: 2em; } }
  .ad_contact .img_tel {
    align-items: center; }
  @media only screen and (max-width: 768px) {
    .ad_contact .boxL {
      text-align: center;
      margin: 0 auto 1em;
      width: 50%; } }
  .ad_contact .img_tel img {
    padding-bottom: 1em; }

.aboutpdf {
  padding: 1em 0 0;
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .aboutpdf {
      width: max-content; } }
  .aboutpdf p {
    margin-bottom: 1em; }
  .aboutpdf p.small {
    font-size: 86%; }
  @media only screen and (min-width: 769px) {
    .aboutpdf .boxR {
      padding-left: 3em; } }
  .aboutpdf .boxL {
    width: 160px;
    margin-bottom: 1em; }

#footNav .menu {
  margin-bottom: 3em;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    #footNav .menu {
      justify-content: flex-start; } }
  #footNav .menu li {
    text-align: right;
    margin-left: 1em;
    font-size: 1.125rem; }
    @media only screen and (max-width: 768px) {
      #footNav .menu li {
        font-size: 0.8rem;
        margin-bottom: 0.2em; } }
  #footNav .menu li a:hover {
    text-decoration: underline; }

.btn_more {
  text-align: center;
  margin: 2em auto 4em; }
  .btn_more a {
    color: white;
    padding: 0.5em 1em;
    background: #64788C;
    text-decoration: none;
    font-weight: bold; }
    .btn_more a:hover {
      opacity: 0.7; }

/*---------------------sidebar----------------*/
@media only screen and (min-width: 769px) {
  #main_left {
    padding-right: 2em;
    flex: 1; } }
@media only screen and (max-width: 768px) {
  #main_left {
    padding-bottom: 1px; } }

#secondary {
  padding: 1em;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    #secondary {
      width: 250px;
      border-left: 1px solid #64788C;
      padding: 1em 0 1em 1em; } }
  @media only screen and (max-width: 768px) {
    #secondary {
      border-top: 1px solid #64788C;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #secondary #search-2 {
        width: 100%;
        font-size: 16px; }
      #secondary .widget {
        width: 30%; } }
  #secondary .widget li a:before {
    content: "▶";
    font-size: 30%;
    color: #26B7BC;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5em; }
  #secondary .screen-reader-text {
    display: none; }

#recent-posts-2 li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.widget-title {
  font-weight: bold;
  border-bottom: 1px dotted #64788C;
  margin-top: 1.2em;
  margin-bottom: .5em; }

@media only screen and (min-width: 769px) {
  #page_newmagazine .boxR {
    padding-left: 3em;
    flex: 1; }
  #page_newmagazine .boxL {
    width: 50%; } }
#page_newmagazine .boxL {
  max-width: 480px;
  margin: 0 auto 2em; }

.ttl_txt {
  margin: 1em auto 3em; }
  .ttl_txt p {
    font-weight: bold;
    text-align: center; }
    @media only screen and (min-width: 769px) {
      .ttl_txt p {
        font-size: 1.5625rem; } }
    @media only screen and (max-width: 768px) {
      .ttl_txt p {
        text-align: left; }
        .ttl_txt p br {
          display: none; }
        .ttl_txt p.has-text-align-center {
          text-align: center; } }

.cont_ttl {
  margin-bottom: 1.7rem; }
  .cont_ttl span {
    font-size: 1.1875rem;
    font-weight: bold;
    font-family: "Barlow", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    border-left: 1px solid;
    margin-right: 1em;
    border-right: 1px solid;
    padding: 0 1em;
    letter-spacing: 0.1em; }

.newmagazine_thum {
  margin: 1rem auto 0.5em; }

.magazine_place {
  text-align: center;
  background: #8DC21F;
  color: white;
  padding: 0.2em 0.5em 0.2em 0.1em;
  margin-bottom: 1em;
  font-size: 0.875rem;
  font-weight: bold; }

.tablecontents table {
  border: none; }
  .tablecontents table td {
    padding-right: 1em;
    padding-bottom: 1em;
    font-size: 0.8125rem; }
    .tablecontents table td p {
      font-size: 0.9em; }

.magazineList {
  margin: 3em auto;
  justify-content: space-between; }
  .magazineList::after {
    display: block;
    content: "";
    width: 30%; }
  .magazineList li {
    width: 300px;
    text-align: center;
    margin: 0 auto 3em; }
    @media only screen and (min-width: 501px) {
      .magazineList li {
        max-width: 290px;
        margin: 0 0 2em 0;
        width: 30%; } }
    .magazineList li p.small {
      text-align: center;
      font-size: 12px; }
  .magazineList .magazine_bnTtl {
    font-size: 1.1875rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.4; }

.magazine_thum {
  text-align: center;
  max-height: 410px;
  min-height: 310px;
  overflow: hidden;
  margin-bottom: 1em; }
  @media only screen and (max-width: 500px) {
    .magazine_thum {
      margin: 0 auto 1em; } }

#magazine .under_txt {
  display: none; }

#news .magazine_place {
  display: none; }
#news .under_txt {
  margin-bottom: 6em; }
  @media only screen and (max-width: 768px) {
    #news .under_txt {
      margin-bottom: 10%; } }

.news_list_all {
  margin: auto; }
  .news_list_all li {
    font-size: 1.5rem;
    margin-bottom: 1em;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .news_list_all li {
        font-size: 0.9rem; } }
    .news_list_all li a:hover {
      text-decoration: underline; }

.productList {
  margin: 3em auto;
  justify-content: space-between; }
  .productList li {
    width: 90%;
    margin: 0 auto 3em;
    max-width: 490px; }
    @media only screen and (min-width: 769px) {
      .productList li {
        width: 48%;
        margin: 0 0 3em; } }
  .productList .product_thum {
    text-align: center;
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .productList .product_thum {
        max-height: 340px;
        position: relative;
        padding-top: 50%;
        overflow: hidden; }
        .productList .product_thum img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; } }

.product_ttl {
  font-size: 1rem;
  border-bottom: 4px solid #64788C;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  margin-top: 1em; }

.membersList {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .membersList {
      justify-content: space-between; } }
  @media only screen and (min-width: 769px) {
    .membersList {
      margin-right: -60px; } }
  .membersList li:not(.ambassador) {
    margin-bottom: 6em; }
    @media only screen and (max-width: 768px) {
      .membersList li:not(.ambassador) {
        margin-bottom: 10%; } }
    @media only screen and (min-width: 769px) {
      .membersList li:not(.ambassador) {
        margin-right: 60px;
        width: 220px; } }
    @media only screen and (max-width: 768px) {
      .membersList li:not(.ambassador) {
        width: 30%; } }
    @media only screen and (max-width: 500px) {
      .membersList li:not(.ambassador) {
        width: 45%; } }
  .membersList li:nth-last-child(2) {
    margin-right: 0; }
  .membersList p {
    font-size: 0.6875rem;
    text-align: justify; }

@media screen and (min-width: 1000px) {
  .mem_br {
    display: none; } }
.members_mem {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Barlow", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  margin: 1em auto 2em;
  letter-spacing: 0.2em; }

.members_thum {
  margin: 0 auto 1rem;
  text-align: center; }

.members_ttl {
  margin: 0 auto;
  text-align: center; }
  .members_ttl dt {
    font-size: 1.125rem;
    font-weight: bold; }
    .members_ttl dt span {
      font-size: 80%;
      font-weight: bold;
      display: block;
      padding-bottom: 0.5em; }
      @media only screen and (min-width: 769px) {
        .members_ttl dt span {
          padding-right: 1em;
          display: inline; } }
  .members_ttl dd {
    font-size: 0.6875rem;
    margin-bottom: 1.5em;
    padding-top: 0.5em; }

.publisher {
  margin-bottom: 6em;
  margin-top: 6em; }
  @media only screen and (max-width: 768px) {
    .publisher {
      margin-bottom: 10%; } }
  @media only screen and (max-width: 768px) {
    .publisher {
      margin-top: 10%; } }
  .publisher h3 {
    font-size: 1.5625rem;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.2em; }
    @media only screen and (max-width: 500px) {
      .publisher h3 {
        font-size: 1rem;
        letter-spacing: normal; } }
  .publisher p {
    line-height: 2;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 1em; }
    @media only screen and (max-width: 500px) {
      .publisher p {
        font-size: 0.9rem;
        letter-spacing: normal; } }
    .publisher p a {
      font-weight: bold;
      color: #0068B7; }
  .publisher p + h3 {
    margin-top: 1.5em; }

@media only screen and (min-width: 769px) {
  .publisher_box {
    float: left;
    width: 50%; } }

.publisher_map {
  max-width: 500px;
  height: 280px; }
  @media only screen and (min-width: 769px) {
    .publisher_map {
      float: right;
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .publisher_map {
      width: 90%;
      margin: 0 auto;
      overflow: hidden; } }

.search_result li {
  border-bottom: 1px dotted #8DC21F;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }
  .search_result li h2 {
    font-size: 1.2em;
    font-weight: bold; }
    .search_result li h2 a {
      font-weight: bold; }
      .search_result li h2 a:hover {
        text-decoration: underline; }

.date_archive h2 {
  font-size: 2em;
  font-weight: bold;
  border-bottom: 1px dotted #8DC21F;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }
  .date_archive h2 a {
    margin-bottom: 1em; }
    .date_archive h2 a:hover {
      text-decoration: underline;
      font-weight: bold; }
  .date_archive h2 time {
    font-size: 80%;
    font-family: "Barlow", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    padding-right: 0.5em; }

.single_thum {
  margin: 0 auto 3em; }
.single_date {
  font-size: 0.9rem; }
.single_sentence {
  margin: 2em auto; }
  .single_sentence p {
    margin-bottom: 1em; }
    @media only screen and (min-width: 769px) {
      .single_sentence p {
        font-size: 18px; } }
.single_title {
  font-size: 2rem;
  font-weight: bold; }
  @media only screen and (max-width: 500px) {
    .single_title {
      font-size: 1.6em; } }
.single_author {
  text-align: right;
  font-weight: bold; }
.single_sidebar {
  width: 300px; }
.single_cat_list {
  display: flex;
  margin: 2em auto 4em; }
  .single_cat_list li {
    margin-right: 1em; }
    .single_cat_list li a {
      padding: 0.2em 1em;
      background: #64788C;
      color: white;
      font-size: 1em; }

.contact_form input,
.contact_form textarea {
  max-width: 100%; }
.contact_form input[type="text"] {
  padding: 0.5em 1em; }
.contact_form select {
  padding: 0.5em 1em; }
.contact_form input[type="checkbox"] {
  height: 1.1em;
  width: 1.1em;
  vertical-align: middle; }
.contact_form .mw_wp_form_input p,
.contact_form .mw_wp_form_input .horizontal-item {
  margin-top: 2em;
  font-size: 1.375rem; }
  @media only screen and (max-width: 768px) {
    .contact_form .mw_wp_form_input p,
    .contact_form .mw_wp_form_input .horizontal-item {
      font-size: 16px; } }
.contact_form .mw_wp_form_input .privacy_wrap p {
  font-size: 1rem;
  margin-top: 0.5em; }
  @media only screen and (max-width: 768px) {
    .contact_form .mw_wp_form_input .privacy_wrap p {
      font-size: 1rem; } }
.contact_form .btn_send {
  margin: 3em auto;
  background: #64788C;
  color: white;
  padding: 0.5em 1em;
  border: none;
  border-radius: 0.2em;
  cursor: pointer; }
  .contact_form .btn_send:hover {
    opacity: 0.7; }

.hissu {
  background: #E60012;
  color: white;
  padding: 0.2em 0.5em;
  margin: 0 0.2em;
  display: inline-block;
  font-size: 80%; }

.privacy_wrap {
  max-width: 650px;
  height: 12em;
  overflow-y: scroll; }
  .privacy_wrap h3 {
    font-size: 1.3125rem;
    font-weight: bold;
    border-left: 11px solid #E60012;
    padding-left: 1em;
    margin-bottom: 1em; }
    .privacy_wrap h3 small {
      font-size: 70%; }

h2, h3, h4, h5 {
  line-height: 1.6; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.toppage_txt {
  text-align: center;
  line-height: 2;
  margin: 2em auto; }
  @media only screen and (min-width: 769px) {
    .toppage_txt {
      font-size: 1.125rem; } }

#newrelease {
  margin-bottom: 6em;
  margin-top: 6em; }
  @media only screen and (max-width: 768px) {
    #newrelease {
      margin-bottom: 10%; } }
  @media only screen and (max-width: 768px) {
    #newrelease {
      margin-top: 10%; } }
  #newrelease h2 {
    margin-bottom: 2em; }

.site-main {
  margin-top: 6em; }
  @media only screen and (max-width: 768px) {
    .site-main {
      margin-top: 10%; } }

.main_ttl {
  font-size: 1em;
  font-weight: bold;
  margin: 1em auto;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    .main_ttl {
      font-size: 1.3125rem; } }
  .main_ttl span {
    font-size: 2em;
    font-weight: bold;
    font-family: "Barlow", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    border-left: 1px solid;
    margin-right: 1em;
    margin-left: 1em;
    border-right: 1px solid;
    padding: 0 1em;
    letter-spacing: 0.1em; }
    @media only screen and (min-width: 769px) {
      .main_ttl span {
        font-size: 1.875rem; } }
    @media only screen and (max-width: 500px) {
      .main_ttl span {
        display: block; } }

.page_title {
  font-size: 1.2em;
  font-weight: bold;
  color: #8DC21F;
  margin-bottom: 1em; }
  @media only screen and (min-width: 769px) {
    .page_title {
      font-size: 1.5rem; } }
  .page_title br {
    display: none; }

.page_ttle_new {
  font-size: 1.2em;
  background: #8DC21F;
  color: white;
  display: inline-block;
  padding: 0.2em 0.5em;
  margin-right: 0.2em;
  font-weight: bold; }
  @media only screen and (min-width: 769px) {
    .page_ttle_new {
      font-size: 1.5rem; } }

@media only screen and (min-width: 769px) {
  #top_newmagazine .boxR {
    font-size: 1.1875rem;
    padding-left: 3em;
    flex: 1; }
  #top_newmagazine .boxL {
    max-width: 270px; }
  #top_newmagazine h4 {
    font-size: 1.1875rem; } }
#top_newmagazine .boxL {
  margin-bottom: 2em; }
#top_newmagazine .boxL {
  text-align: center; }
#top_newmagazine .boxR p {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em; }
  #top_newmagazine .boxR p strong {
    color: #8DC21F;
    font-size: 120%; }
#top_newmagazine .boxR h4 {
  color: #8DC21F;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted; }

.issuer_img {
  max-width: 256px;
  width: 25%; }
  @media only screen and (max-width: 500px) {
    .issuer_img {
      width: 35%; } }

.issuer_wrap {
  margin: 3em auto 5em;
  font-size: 15px; }
  @media only screen and (max-width: 500px) {
    .issuer_wrap {
      font-size: 3vw; }
      .issuer_wrap .main_ttl {
        margin: 1em auto 3em; } }
  @media only screen and (min-width: 769px) {
    .issuer_wrap .main_ttl {
      margin: 1em auto 2em 0;
      text-align: left; } }
  @media only screen and (min-width: 769px) {
    .issuer_wrap._editor .main_ttl {
      margin: 1em 0 2em auto;
      text-align: right; } }
  .issuer_wrap h3 {
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 0.5em; }
    @media only screen and (max-width: 500px) {
      .issuer_wrap h3 {
        font-size: 1.2em; } }
  .issuer_wrap p small {
    font-size: 80%; }
  .issuer_wrap .flex, .issuer_wrap .flexRR {
    align-items: center; }

.issuer_boxR, .issuer_boxL {
  max-width: 760px;
  position: relative;
  background: #FFFFFF;
  padding: 1em 2em;
  text-align: left;
  border: 1px solid #000000;
  flex: 1; }
  @media only screen and (max-width: 500px) {
    .issuer_boxR, .issuer_boxL {
      padding: 0.5em 1em; } }
  .issuer_boxR p:not(.tRight), .issuer_boxL p:not(.tRight) {
    line-height: 2;
    text-align: justify; }
    @media only screen and (max-width: 500px) {
      .issuer_boxR p:not(.tRight), .issuer_boxL p:not(.tRight) {
        line-height: 1.2; } }

.issuer_boxR {
  margin-left: 3em; }
  @media only screen and (max-width: 500px) {
    .issuer_boxR {
      margin-left: 1.6em; } }
  .issuer_boxR:after, .issuer_boxR:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%; }
  .issuer_boxR:after, .issuer_boxR:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-top: -19px;
    border-right-color: #FFFFFF; }
    @media only screen and (max-width: 500px) {
      .issuer_boxR:after, .issuer_boxR:before {
        border-top-width: 9px;
        border-bottom-width: 9px;
        border-left-width: 10px;
        border-right-width: 10px;
        margin-top: -9px; } }
  .issuer_boxR:before {
    margin-right: 1px;
    border-right-color: #000000; }

.issuer_boxL {
  margin-right: 3em; }
  @media only screen and (max-width: 500px) {
    .issuer_boxL {
      margin-right: 1.6em; } }

.issuer_boxL:after, .issuer_boxL:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%; }

.issuer_boxL:after, .issuer_boxL:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 19px;
  border-bottom-width: 19px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -19px;
  border-left-color: #FFFFFF; }
  @media only screen and (max-width: 500px) {
    .issuer_boxL:after, .issuer_boxL:before {
      border-top-width: 9px;
      border-bottom-width: 9px;
      border-left-width: 10px;
      border-right-width: 10px;
      margin-top: -9px; } }

.issuer_boxL:before {
  margin-left: 1px;
  border-left-color: #000000; }

p:empty {
  display: none; }

.top_bnrSpace p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem; }
  .top_bnrSpace p img {
    margin: 0 5px 10px; }
