@charset "utf-8";

html {
  overflow-x : hidden;
  font-family: -apple-system, "游ゴシック体", YuGothic, "Yu Gothic Medium",'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
  font-feature-settings: "pkna" 1;
  color : #666;
}
body {
  overflow-x: hidden;
  font-feature-settings: "palt";
}
h2 {
  position : relative;
  font-size : 2.4rem;
  font-weight : normal;
  margin-bottom : 15px;
}
h2::after {
  content : '';
  display : block;
  width : 50px;
  height : 0;
  border-top : 3px solid #30B496;
  margin-top : 6px;
}
h3 {
  height : 32px;
  line-height: 32px;
  padding-left : 16px;
  border-left : 9px solid #30B496;
}
main {
  max-width : 1280px;
  margin : 0 auto;
}
a {
  text-decoration: none;
  position : relative;
color: blue;
	font-weight: 200;
}
a:hover{
 /* text-decoration: underline;2022/02/15 修正*/
  top : -2px;
}

a.btnLink {
  display : inline-block;
  width : 214px;
  height : 40px;
  background : #fff;
  position : relative;
  border : 1px solid #30B496;
  border-left : 8px solid #30B496;
  border-right : none;
  text-align : left;
  line-height: 38px;
  text-decoration: none;
  right : 20px;
  padding-left : 40px;
}

a.btnLink::before{
  content: '';
  display: block;
  height: 40px;
  width: 0px;
  border-top: 17px solid transparent;
  border-right: 0px solid #30B496;
  border-bottom: 0px solid transparent;
  border-left: 16px solid #30B496;
  position: absolute;
  right: -16px;
  top: -1px;
  transform: rotate(0deg);
  z-index: 1;
}
a.btnLink::after{
  content: '';
  display: block;
  height: 39px;
  width: 0px;
  border-top: 17px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  right: -15px;
  top: -1px;
  transform: rotate(0deg);
  z-index: 3;
}
a.btnLink span {
  display : inline-block;
  width : 140px;
  position : relative;
}
a.btnLink span::after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 37.5px;
  background: url(../images/img-arrow.png) no-repeat;
  background-position: center;
  background-size: auto;
  margin-left : 18.5px;
  position : absolute;
  right : 0;
  top : 9px;
}
a.btnLink bt2 span::after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 37.5px;
  background: url(../images/img-arrow2.png) no-repeat;
  background-position: center;
  background-size: auto;
  margin-left : 18.5px;
  position : absolute;
  right : 0;
  top : 9px;
}
a.btnLink:hover {
  text-decoration: none !important;
  top : -2px;
}
a.btnLink2 {
  display : inline-block;
  width : 214px;
  height : 40px;
  background : #fff;
  position : relative;
  border : 1px solid #E148C4;
  border-left : 8px solid #E148C4;
  border-right : none;
  text-align : left;
  line-height: 38px;
  text-decoration: none;
  right : 20px;
  padding-left : 40px;
}
a.btnLink2::before{
  content: '';
  display: block;
  height: 40px;
  width: 0px;
  border-top: 17px solid transparent;
  border-right: 0px solid #CC3CCB;
  border-bottom: 0px solid transparent;
  border-left: 16px solid #CC3CCB;
  position: absolute;
  right: -16px;
  top: -1px;
  transform: rotate(0deg);
  z-index: 1;
}
a.btnLink2::after{
  content: '';
  display: block;
  height: 39px;
  width: 0px;
  border-top: 17px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  right: -15px;
  top: -1px;
  transform: rotate(0deg);
  z-index: 3;
}
a.btnLink2 span {
  display : inline-block;
  width : 140px;
  position : relative;
}
a.btnLink2 span::after {
  content: '';
  display: inline-block;
  height: 15px;
  width: 18px;
  background: url(../images/img-arrow2.png) no-repeat;
  background-position: center;
  background-size: auto;
  margin-left : 18.5px;
  position : absolute;
  right : 0;
  top : 9px;
}
a.btnLink2:hover {
  text-decoration: none !important;
  top : -2px;
}
/* 新着情報一覧へボタン */
a.btnNew { padding-left : 28px; }
a.btnNew span{ width : 165px;}

a.btnPink {
  border : 1px solid #F29089;
  border-left : 8px solid #F29089;
}
a.btnPink::before {
  border-right: 0px solid #F29089;
  border-left: 16px solid #F29089;
}


/* ==========================
  layout
============================= */
.content-box {
  margin : 0 auto;
  padding : 0 100px;
}
.content-box2 {
  margin: 0 calc(-200% + 100px);
  padding: 0 200%;
}

/* =========================
  header
 =========================== */
header {
  max-width : 100vw;
  height : 80px;
  margin: 0 ;
  padding: 13px 0;
  left : 0;
  right : 0;
  position : fixed;
  z-index:20;
}
header.back_change {
  background : #103B31;
  background :#049607;
}
.nav_container {
  display : flex;
  justify-content: space-between;
  align-items: center;
  max-width : 1280px;
  margin : 0 auto;
  padding : 0 20px;
}
.main-nav {
  width : calc(100% - 153px);
    max-width : 775px;
    max-width : 985px;
}
ul.menu_main {
  display : flex;
  justify-content: space-between;
}
ul.menu_main a {
  color : #fff;
  text-decoration: none;
}

/* =========================
  トップスライダー
 =========================== */
#topSlider {
  position : relative;
  margin : 0 auto;
}
#topSlider .topCatch{
  width : 70%;
  position : absolute;
  z-index : 5;
  top       : 50%;
  top       : 45%;
	left      : 50%;
	transform : translate(-50%, -50%);
}
#topSlider img{
  vertical-align: bottom;
}
.slide-container {
  max-width : 1280px;
  overflow:visible;
}
.topSlide_text {
  max-width : 490px;
  position : absolute;
  left : 16.3%;
  top: 65%;
  color : #fff;
}
.topSlide_text {
  max-width : 300px;
  font-size: 14px;
}
.img-only { z-index:6; }


.slick-dotted.slick-slider { margin-bottom : 0; }
.slick-list { overflow: visible;}
.slick-dots { bottom :15px; }
.slick-slide { position : relative; }
.slick-dots li button:before { color : #fff; opacity : 0.7;}
.slick-dots li.slick-active button:before { color : #666666; opacity : 0.9;}


/* =========================
  トップページ 新着情報
 =========================== */
.top_news {
  background : #EAF9F6;
  padding-top : 35px;
  padding-bottom : 32px;
}
/* 20200108 */
.pc.top_news {
 /* position: absolute;*/
  bottom: 0;
  background: transparent;
  right: 2%;
  margin: 0;
  padding: 0;
  bottom: 6%;
}
.pc.top_news h2 {
  font-size: 20px;
  margin-bottom: 8px;
}
.pc.top_news h2::after {
  margin-top: 3px;
}
.pc.top_news dt::after {
  /* border-color: #fff; */
}
.pc.top_news .flex_wrap {
  font-size: 14px;
  width: 680px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 10px;
}
.pc.top_news dl {
  margin-bottom: 0;
  z-index: 10;
}

.top_news h2 {
  display : inline-block;
}
.top_news dl {
  width: 100%;
  max-width : 883px;
  margin-bottom : 24px;
}
.top_news dt {
  width : 27.5% ;
  display : flex;
  align-items : center;
  margin-bottom : 10px;
}
.top_news dt::after {
  content : '';
  display : inline-block;
  height : 0;
  width : calc(100% - 110px) ;
  max-width : 60px ;
  margin : 0 16px;
  border-bottom : 1px solid #666666;
}
.top_news dd {
  width : 72.5%;
  margin-bottom : 10px;
}
span.category {
  display : inline-block;
  background : #FFB100;
  font-size : 1.0rem;
  min-width : 57px;
  text-align: center;
  vertical-align: bottom;
  margin-right : 16px;
  white-space: nowrap;
  order : 3;
}

@media screen and (max-width: 1291px) {
  .pc.top_news .flex_wrap {
    width: 400px;
  }
  .pc.top_news dt::after {
    content: none;
  }
  .pc.top_news dt,
  .pc.top_news dd {
    width: 100%;
  }
  .pc.top_news dt .category {
    margin-left: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .pc.top_news {
    display: none;
  }
  .sp.top_news {
    display: block!important;
  }
  .topSlide_text {
    max-width : 490px;
  }
}
@media screen and (max-width: 780px) {
  .topSlide_text {
    font-size: 12px;
    max-width: none;
    left: 2%;
  }
}
@media screen and (max-width: 480px) {
  .topSlide_text {
    font-size: 10px;
  }
  .slick-dots {
    bottom: 2px;
  }
}
@media screen and (max-width: 400px) {
  .topSlide_text {
    top: 50%;
  }
}
/* =========================
  トップページ ABINICとは
 =========================== */
.top_about {
  margin-top : 56px;
  margin-bottom : 56px;
}
.top_about > div {
  width : 31.85%;
  max-width : 344px;
}
.top_about img { vertical-align: bottom;}

.top_about h2 {
  line-height: 32px;
  margin-top : 19px;
  white-space: nowrap;
}
.top_about a.btnLink {
  margin-top : 32px;
}
.top_about a.btnPink {
  margin-top : 50px;
}


/* =========================
  トップページ ABINIC認証とは
 =========================== */
.top_ninsyo {
  background : url('../images/back-ninsyo.jpg') repeat-x;
  background-position : center top;
  background-size: auto;
  padding-top : 35px;
}
.top_ninsyo a.btnLink { margin-top : 24px; }

.top_system {
  margin-top : 28px;
  flex-wrap: wrap;
}
.top_system > div {
/*  width : 48%;
  max-width : 480px;*/
  width : 32%;
  max-width : 320px;
}
.top_system > div:first-child img {
  margin-top : 22px;
}
.top_system > div:last-child img {
  margin-top : 22px;
}

.left_line {
  margin : 7.5px 15px;
  padding : 7.5px 15px;
  border-left : 1px solid #30B496;
}


/* =========================
  banner_area
 =========================== */
.banner_area {
  padding : 48px 0 56px;
  text-align : center;
}
/* =========================
  footer
 =========================== */
footer {
  background : #103B31;
  color : #fff;
  margin: 0 ;
  padding: 13px 0;
}
footer > div {
  max-width : 1280px;
  margin : 0 auto;
}
.footer_menu {
  display : flex;
  justify-content: space-between;
  max-width : 870px;
  padding : 15px 0;
}
.footer_menu li a { color: #FFFFFF; text-decoration: none;}
.footer_menu li a:hover { text-decoration: none;}
.footer_menu li:not(:last-child) a::before {
  content : url('../images/chevron-circle-right-solid.png');
  margin-right : 8px;
}
.footer_menu li img { vertical-align: middle;}
.copyright {
  display : flex;
  justify-content: space-between;
  font-size : 1.2rem;
  border-top : 1px solid #fff;
  padding : 5px 0 7px;
}

/* ==========================
  back-to-top
============================= */
#back-to-top {
  position : fixed;
  right : 20px;
  bottom : 20px;
  z-index :10;
  background : #30B496;
  border-radius: 7px;
  opacity : 0.7;
}
#back-to-top:hover { opacity : 1; }
#back-to-top a {
  display : block;
  padding : 10px;
  color : #fff;
  text-decoration: none;
  font-size : 1.4rem;
  color : #fff;
}

/* =========================
  common tools
 =========================== */
 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.mt-30 {
  margin-top: -30px;
}
.pl20 {
  padding-left: 20px;
}
.flex_box {
  display: flex; 
}
.flex_wrap {
  flex-wrap: wrap;
}
.lower_page {
  color: #666666;
  color: black;
}
.txt_indent20 {
  text-indent: -20px;
  padding-left: 20px;
}
.lower_page .mv_ttl {
  color: #000;
  /* font-size: 24px; */
  font-size: 28px;
  /*font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体';*/
  padding-left: 10%;
  margin: auto;
  height: 32px;
  display: inline-block;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50%;
}
main.lower_page {
  margin-top: 80px;
}
.lower_page h2::after {
  content: none;
}
.lower_page .mv_ttl_area::after {
  content: "";
  display: inline-block;
  width: 70%;
  height: 0;
  border-top: 1px solid #30B496;
  margin-top: 6px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.lower_page .mv_area {
  height: 100px;
}
.lower_page .mv_area .mv_ttl_area {
  width: 100%;
  max-width: 200px;
  flex-grow: 2;
  position: relative;
}
/* .lower_page .mv_area figure {
  padding: 40px 0 40px 20px;
} */
.lower_page h4.li_green_ttl {
  font-size: 24px;
/*  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体';*/
  font-weight: lighter;
}
.lower_page .li_green_ttl {
  color: #000;
  font-size: 24px;
 /* font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体';*/
  font-weight: lighter;
  text-align: center;
  background: #EAF9F6;
  border-bottom: 3px solid #30B496;
  margin: 0 calc(-200% + 100px);
  padding: 30px 0;
}
.lower_page .shadow_box {
  width: 100%;
  max-width: 1080px;
  padding: 24px 25px;
  border: 1px solid #E2E2E2;
  border-bottom: 3px solid #E2E2E2;
  background: #fff;
  border-radius: 7px;
  line-height: 27px;
}
.lower_page .txt_blc.shadow_box {
  margin: 0 auto 24px;
}
.lower_page .two_layer_line {
  color: #103B31;
  color: black;
  font-size: 20px;
  /*font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体';*/
  font-weight: lighter;
  border-bottom: 1px solid #103B31;
  position: relative;
  padding-bottom: 15px;
}
.lower_page .txt_inner {
  padding: 18px 32px 0;
}
.lower_page .two_layer_line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  border-bottom: 5px solid #103B31;
  width: 45px;
}
.lower_page .line-type02 {
  position: relative;
}
.lower_page .line-type02::after {
  content: "";
  position: absolute;
}
.lower_page .font_l {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}
.lower_page .to_link_icon a::after {
  content: "";
  display: inline-block;
  background: url(../images/link.svg) no-repeat;
  background-position: center;
  background-size: auto;
  height: 12px;
  width: 15px;
}
.lower_page .bg_green {
  background: #2D9D87;
}
.lower_page .bg_green_light {
  background: #38C5A9;
}
.lower_page .bg_green_dark {
  background: #227665;
}
.lower_page .list_style_disc li {
  list-style-type: disc;
}
.lower_page .logo_width {
  min-width: 174px;
}
@media screen and (max-width: 900px) {
  .lower_page .mv_area {
    position: relative;
  }
  /* .lower_page .mv_area .mv_ttl_area {
    max-width: 40%;
    position: absolute;
    margin: auto;
    left: -60%;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(244,244,244, 0.6);
    width: 100%;
  } */
  .lower_page .mv_area .mv_ttl_area {
    max-width: none;
  }
  .lower_page .mv_ttl {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .lower_page .mv_area figure {
    padding: 40px 0 40px 0;
  }
  .lower_page .mv_ttl_area::after {
    top: 60%;
    right: 0;
    width: 300px;
    border-top: 2px solid #30B496;
  }
}
@media screen and (max-width: 768px) {
  .lower_page h4.li_green_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 559px) {
  .lower_page .mv_area {
    /* height: 250px; */
  }
  .lower_page .mv_area figure {
    padding: 0;
  }
  .lower_page .mv_area figure img {
    height: 100%;
    object-fit: cover;
  }
  .lower_page .mv_area .mv_ttl_area {
    max-width: 100%;
    left: 0;
  }
  .lower_page .txt_inner {
    padding: 18px 0 0;
  }
}
/* =========================
   ABINCとは
 =========================== */
 .page-about .history_blc dt {
  box-sizing: border-box;
  width: 19.5%;
  display: flex;
  align-items: center;
  position: relative;
}
.page-about .history_blc dt::after {
  content: '';
  display: inline-block;
  height: 0;
  width: calc(100% - 110px);
  max-width: 60px;
  margin: 0 16px;
  border-bottom: 1px solid #C1EFE4;
}
.page-about .history_blc dt::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #C1EFE4;
  border-radius: 5px;
  right: 11%;
  margin: auto;
  top: 0;
  bottom: 0;
}
.page-about .officer .txt_inner {
  padding-left: 64px;
}
.page-about .officer dt {
  width: 30%;
}
.page-about .officer dd {
  width: 30%;
}
.page-about .officer ul {
  width: 100%;
}
.page-about .officer ul li {
  border-bottom: 1px solid #EAF9F6;
  padding: 4px 0;
  display: flex;
}
.page-about .officer ul li p:first-child {
  width: 11%;
}
.page-about .txt_blc.shadow_box:last-child .txt_inner {
  padding-left: 64px;
}
.page-about .txt_blc.shadow_box:nth-of-type(2) .txt_inner {
  padding-left: 64px;
}
.page-about .business_summary_blc .txt_blc.shadow_box:nth-of-type(1) ul li{
  text-indent: -20px;
  padding-left: 20px;
}
@media screen and (max-width: 780px) {
  .page-about .officer ul li {
    flex-direction: column;
  }
  .page-about .officer ul li p:first-child {
    width: 100%;
  }
  .page-about .txt_blc.history_blc .txt_inner {
    padding: 18px 0 0;
  }
  .page-about .history_blc dt,
  .page-about .history_blc dd {
    width: 100%;
    padding: 4px;
  }
  .page-about .history_blc dt {
    width: 180px;
  }
  .page-about .history_blc dd {
    margin-bottom: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .page-about .business_summary_blc .txt_blc:nth-child(3) .flex_box {
    flex-direction: column;
  }
}
/* =========================
   新着情報一覧
 =========================== */
 .archive-news .top_news {
  background: #fff;
 }
 .archive-news dl {
   margin: auto;
 }
 .archive-news dl dt,
 .archive-news dl dd{
  color: #666;
  font-size: 18px;
  margin-bottom: 49px;
  margin-bottom: 15px;//***/
 }
 .archive-news .mv_ttl {
  right: -35%;
  }
 @media screen and (max-width: 900px) {
  .archive-news .mv_ttl {
    right: 0%;
    }
 }
 @media screen and (max-width: 700px) {
  .archive-news dl dt, .archive-news dl dd {
    font-size: 16px;
  }
  .archive-news dl dt {
    margin-bottom: 10px;
  }
 }
/* =========================
  新着情報ー詳細
 =========================== */
 .page-single_news .mv_ttl {
  right: -35%;
 }
 .page-single_news .news_date {
  display: block;
  text-align: left;
  margin-top: 24px;
  margin-top: 0px;
 }
 .page-single_news .single_news_section {
   padding-bottom: 80px;
 }
 .page-single_news .single_news_img {
   margin-top: 40px;
   text-align: left;
 }
 @media screen and (max-width: 900px) {
  .page-single_news .mv_ttl {
    right: 0;
  }
 }
 @media screen and (max-width: 780px) {
  .page-single_news .single_news_img {
    text-align: center;
  }
 }
 @media screen and (max-width: 560px) {
  .page-single_news .txt_inner {
    padding: 18px 0 0;
  }
 }
 @media screen and (max-width: 480px) {
  .page-single_news .single_news_img {
    margin-top: 20px;
  }
 }
 /* =========================
   入会について
 =========================== */
 .page-about-members .mv_ttl {
  right: -60%;
 }
 .page-about-members .to_signup .item {
  width: 25%;
  min-width: 222px;
  height: 192px;
  color: #fff;
  padding: 25px 16px 16px;
  position: relative;
  margin-right: 70px;
  }
  .page-about-members .to_signup .item:last-child {
    margin-right: 0;
  }
  .page-about-members .to_signup .item:after {/*三角の部分*/
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #aedfc6;/*背景色*/
    border-width: 96px 32px;
    width: 0;
    height: 0;
  }
  .page-about-members .to_signup .item.bg_green_light::after {
    border-left-color: #38C5A9;
  }
  .page-about-members .to_signup .item.bg_green::after {
    border-left-color: #2D9D87;
  }
  .page-about-members .to_signup .item.bg_green_dark::after {
    content: none;
  }
  .page-about-members .to_signup .item .flex_box {
    justify-content: center;
    align-items: center;
  }
  .page-about-members .to_signup .item .flex_box figure {
    max-width: 80px;
  }
  .page-about-members .to_signup .ttl {
    font-size: 26px;
    margin-left: 40px;
  }
  .page-about-members .to_signup .item>p {
    margin-top: 10px;
  }
  .page-about-members .to_signup .txt_inner>.flex_box {
    justify-content: center;
  }
  .page-about-members .member_benefits .item {
    width: 100%;
    max-width: 240px;
    min-height: 218px;
    background: #EAF9F6;
    margin-right: 20px;
    padding: 11px 16px 24px 16px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .page-about-members .member_benefits .item:nth-last-of-type(-n+4) {
    margin-top: 24px;
  }
  .page-about-members .member_benefits .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .page-about-members .member_benefits .item .ribbon {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 9px 9px 9px 30px;
    margin: 0 0 0 -21px;
    width: 93%;
    font-size: 18px;
    color: white;
    background: #30B496;
  }
  .page-about-members .member_benefits .item .ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 5px transparent;
    border-right: solid 5px #103B31;
  }
  .page-about-members .member_benefits .item .ribbon::after {
    content: "";
    display: inline-block;
    border-top: 45px solid transparent;
    border-left: 45px solid #30b496;
    position: absolute;
    right: -44.5px;
    top: 0;
  }
  .page-about-members .member_benefits .item p {
    margin-top: 16px;
  }
  .page-about-members .member_benefits .txt_inner {
    padding: 18px 0 0;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
  @media screen and (max-width: 1291px) {
    .page-about-members .member_benefits .txt_inner>.flex_box{
      justify-content: center;
    }
    .page-about-members .member_benefits .item:nth-of-type(4n) {
      margin-right: 0;
    }
    .page-about-members .member_benefits .item:nth-child(4) {
      margin: 24px 16px 0 0;
    }
  }
  @media screen and (max-width: 1000px) {
    .page-about-members .to_signup .txt_inner>.flex_box {
      flex-direction: column;
    }
    .page-about-members .to_signup .item,
    .page-about-members .to_signup .item:last-child {
      width: 660px;
      height: auto;
      margin: 50px auto 0;
    }
    .page-about-members .to_signup .item>p {
      text-align: center;
      margin-top: 15px;
    }
    .page-about-members .to_signup .item:after {
      transform: rotate(90deg);
      right: 0;
      left: 0;
      border-width: 330px 40px;
      margin: auto;
      top: -106%;
    }
    .page-about-members .to_signup .item:first-child {
      margin-top: 0;
    }
    .page-about-members .to_signup .item:first-child figure {
      margin-left: 20px;
    }
    .page-about-members .to_signup .item:last-child figure {
      margin-left: 20px;
    }
    .page-about-members .to_signup .item .flex_box {
      justify-content: space-between;
      width: 180px;
      margin: auto;
    }
  }
  @media screen and (max-width: 900px) {
    .page-about-members .mv_ttl {
      right: 0;
    }
  }
  @media screen and (max-width: 863px) {
    .page-about-members .member_benefits .item {
      margin-right: 17px;
    }
  }
  @media screen and (max-width: 860px) {
    .page-about-members .member_benefits .item {
      margin-right: 18px;
    }
  }
  @media screen and (max-width: 850px) {
    .page-about-members .to_signup .item,
    .page-about-members .to_signup .item:last-child {
      width: 360px;
    }
    .page-about-members .to_signup .item:after {
      border-width: 181px 40px;
      top: 16%;
    }
  }
  @media screen and (max-width: 859px) {
    .page-about-members .member_benefits .item:nth-child(3) {
      margin: 24px 16px 0 0;
    }
    .page-about-members .member_benefits .item:nth-of-type(2n) {
      margin-right: 0;
    }
    .page-about-members .member_benefits .item {
      max-width: 245px;
    }
  }
  @media screen and (max-width: 768px) {
    a[href^="tel:"] {
      pointer-events: all;
    }
  }
  @media screen and (max-width: 595px) {
    .page-about-members .member_benefits .item {
      max-width: 250px;
    }
    .page-about-members .member_benefits .item,
    .page-about-members .member_benefits .item:nth-of-type(2n),
    .page-about-members .member_benefits .item:nth-child(3)  {
      margin: 20px auto 0;
    }
    .page-about-members .member_benefits .txt_inner>.flex_box {
      flex-direction: column;
      align-items: center;
    }
  }
  @media screen and (max-width: 520px) {
    .page-about-members .to_signup .txt_inner {
      padding: 18px 0 0;
    }
  }
  @media screen and (max-width: 480px) {
    .page-about-members .to_signup .item,
    .page-about-members .to_signup .item:last-child {
      width: 100%;
      max-width: none;
    }
    .page-about-members .to_signup .item:after {
      border-width: 30px 30px;
      top: 100%;
    }
  }
 /* =========================
   認証について
 =========================== */
.page-about-auth .btns_link_blc {
 /* justify-content: space-between; */
 margin: 0 -18px 0;
}
.page-about-auth .mv_ttl {
  right: -60%;
}
.page-about-auth .btns_link_blc .item {
  width: calc(94%/3);
  margin: 15px 3% 0 0;
}
.page-about-auth .btns_link_blc .item2{
  width: 94%;
  margin: 15px 3% 0 0;
}
.page-about-auth .btns_link_blc .item:nth-of-type(3n){
  margin-right: 0;
}
.page-about-auth .btns_link_blc a.btnLink {
  width: 100%;
  right: 0;
  padding-left: 12px;
  height: 60px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-about-auth .btns_link_blc a.btnLink::before {
  height: 60px;
}
.page-about-auth .btns_link_blc a.btnLink::after {
  height: 59px;
}
.page-about-auth .btns_link_blc a.btnLink span {
  width: 100%;
}
.page-about-auth .btns_link_blc a.btnLink span::after {
 /* content: none;*/
	 background: url(../images/img-arrow2.png) no-repeat;
width: 18px;
	right: -5px:
  height: 15px;
  margin-left : 18.5px;
  top : 15px;}
.page-about-auth .btns_link_blc a.btnLink2 {
  width: 100%;
  right: 0;
  padding-left: 12px;
  height: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-about-auth .btns_link_blc a.btnLink2::before {
  height: 60px;
}
.page-about-auth .btns_link_blc a.btnLink2::after {
  height: 59px;
}
.page-about-auth .btns_link_blc a.btnLink2 span {
  width: 100%;
}
.page-about-auth .btns_link_blc a.btnLink2 span::after {
 /* content: none;*/
}
.page-about-auth .pamphlets_blc.flex_box {
  justify-content: center;
  margin-top: 24px;
}
.page-about-auth .pamphlets_blc .item_blc {
  width: 32%;
  margin-right: 3%;
  padding-right: 22px;
  cursor: pointer;
}
.page-about-auth .pamphlets_blc .item {
  text-align: center;
  border: 1px solid #30B496;
  border-right: none;
  padding: 16px 24px;
  position: relative;
}
.page-about-auth .pamphlets_blc .item::before {
  content: '';
  display: block;
  height: 101%;
  width: 0px;
  border-top: 17px solid transparent;
  border-right: 0px solid #30B496;
  border-bottom: 0px solid transparent;
  border-left: 22px solid #30B496;
  position: absolute;
  right: -22px;
  top: -1px;
  transform: rotate(0deg);
  z-index: 1;
}
.page-about-auth .pamphlets_blc .item::after {
  content: '';
  display: block;
  height: 100%;
  width: 0px;
  border-top: 17px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 22px solid #fff;
  position: absolute;
  right: -21px;
  top: 0px;
  transform: rotate(0deg);
  z-index: 3;
}
.page-about-auth .pamphlets_blc .item_blc:last-child {
  margin-right: 0;
}
.page-about-auth .auth_system_blc .schedule_blc {
  margin-top: 24px;
}
.page-about-auth .auth_system_blc .schedule_blc .auth_schedule_pdf_blc {
  margin-left: 120px;
}
.page-about-auth .auth_system_blc .schedule_blc .to_link_icon {
  display: block;
  text-align: center;
}
.page-about-auth .auth_system_blc .schedule_blc .to_link_icon a {
  color: #30B496;
}
.page-about-auth .auth_system_blc .schedule_blc .to_link_icon a::after {
 margin-left: 8px;
}
@media screen and (max-width: 1269px) {
  .page-about-auth .btns_link_blc .item {
    text-align: center;
    width: calc(96%/2);
    margin: 15px 0 0 0;
  }
  .page-about-auth .btns_link_blc a.btnLink {
    max-width: 300px;
    margin: auto;
  }
	.page-about-auth .btns_link_blc a.btnLink2 {
    max-width: 300px;
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .page-about-auth .mv_ttl {
    right: 0;
  }
}
@media screen and (max-width: 780px) {
  .page-about-auth .pamphlets_blc.flex_box {
    flex-direction: column;
  }
  .page-about-auth .pamphlets_blc .item_blc,
  .page-about-auth .pamphlets_blc .item_blc:last-child {
    width: 300px;
    margin: 20px auto 0;
  }
  .page-about-auth .pamphlets_blc .item_blc:first-child {
    margin-top: 0;
  }
  .page-about-auth .btns_link_blc .item,
  .page-about-auth .btns_link_blc .item:nth-of-type(3n) {
    width: 340px;
    margin: 15px auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .page-about-auth .btns_link_blc a.btnLink {
    width: 90%;
    max-width: none;
  }
  .page-about-auth .btns_link_blc {
    margin: 0 -50px 0;
  }
}
@media screen and (max-width: 559px) {
  .page-about-auth .btns_link_blc {
    margin: 20px auto 0;
  }
  .page-about-auth .btns_link_blc .item,
  .page-about-auth .btns_link_blc .item:nth-of-type(3n) {
    width: 100%;
    margin: 20px 0 0;
  }
  .page-about-auth .btns_link_blc .item:first-child {
    margin-top: 0;
  }
  .page-about-auth .txt_blc:nth-child(2) .txt_inner {
    padding: 18px 0;
  }
  .page-about-auth .pamphlets_blc .item_blc, .page-about-auth .pamphlets_blc .item_blc:last-child {
    width: 100%;
  }
  .page-about-auth .auth_system_blc .schedule_blc {
    flex-direction: column;
  }
  .page-about-auth .auth_system_blc .schedule_blc .auth_schedule_pdf_blc {
    margin: 20px auto 0;
  }
}
  .page-about-auth .btns_link_blc .item2 {
    text-align: left;
    width: calc(96%/3);
    margin: 15px 0 0 0;
  }
 /* =========================
   認証事業所 – 詳細
 =========================== */
 .archive_certified_office .mv_ttl {
  right: -49%;
 }
 .archive_certified_office {
  width: 100%;
 }
 .select_menu {
   margin-bottom: 30px;
   text-align: center;
 }
 .select_menu select {
   border: 1px solid #103B31;
   padding: 15px 80px;
   padding: 15px 20px;
 }
 .select_arrow {
   text-align: center;
   display: inline-block;
   position: relative;
 }
/* .select_arrow::after {
  content: '';
  position: absolute;
  border-top: 15px solid #103B31;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  right: 5%;
  top: 35%;
  z-index: -1;
 }*/
 select::-ms-expand {
  display: none;
  }
.archive_certified_office .certified_office_list_section {
  padding-bottom: 80px;
}
.archive_certified_office .certified_office_list_inner {
  flex-wrap: wrap;
  padding: 24px 0;
}
.archive_certified_office .certified_office_list_inner .list_item figure {
  max-width: 300px;
  margin: auto;
}
.archive_certified_office .certified_office_list_inner .list_item figure img {
  vertical-align: bottom;
}
.archive_certified_office .certified_office_list_inner .list_item {
  width: calc(98%/2);
  margin-right: 2%;
  margin-bottom: 27px;
  border: 1px solid #30B496;
  border-bottom: 3px solid #30B496;
  border-radius: 7px;
  padding: 24px 16px;
} 
.archive_certified_office .certified_office_list_inner .list_item:nth-child(2n) {
 margin-right: 0;
}
.archive_certified_office .certified_office_list_inner .list_item .txt_blc ul li {
  display: flex;
  margin-top: 8px;
}
.archive_certified_office .certified_office_list_inner .list_item .txt_blc span {
  color: #fff;
  background: #30B496;
  width: 100%;
  max-width: 65px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.archive_certified_office .certified_office_list_inner .list_item .txt_blc ul li>p {
  border-bottom: 1px solid #30B496;
  flex-basis: 100%;
	display: flex;
	align-items: center;
}
.archive_certified_office .certified_office_list_inner .list_item .txt_blc>p {
  margin-top: 24.5px;
}

.archive_certified_office .list_item_up_side_down .list_item figure {
  margin-top: 15px;
}
.archive_certified_office .to_link_icon {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.archive_certified_office .to_link_icon a {
  color: #103B31;
}
@media screen and (max-width: 900px) {
  .archive_certified_office .mv_ttl {
    right: 0;
  }
}
@media screen and (max-width: 780px) {
  .archive_certified_office .select_menu {
    margin: 20px auto 30px;
  }
  .archive_certified_office .certified_office_list_inner .list_item {
    width: 90%;
    margin: 40px auto 0;
  }
  .archive_certified_office .certified_office_list_inner .list_item:nth-child(2n) {
    margin: 40px auto 0;
  }
  .archive_certified_office .certified_office_list_inner .list_item:first-child {
    margin-top: 0;
  }
  .archive_certified_office .certified_office_list_inner .list_item figure img {
    /* width: 100%; */
  }
  .archive_certified_office .certified_office_list_inner .list_item figure {
    max-width: 100%;
  }
  .archive_certified_office .certified_office_list_inner .list_item .txt_blc span {
    height: auto;
    max-width: none;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .archive_certified_office .certified_office_list_inner .list_item .txt_blc ul li {
    display: block;
  }
  .archive_certified_office .certified_office_list_inner .list_item .txt_blc ul li>p {
    padding-bottom: 10px;
    border-bottom: 1px solid #30B496;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .select_menu select {
    width: 300px;
    padding: 15px 2%;
  }
  .archive_certified_office .certified_office_list_inner .list_item {
    width: 100%;
  }
}
 /* =========================
   ABINC講習会について
 =========================== */
 .page-about-training .mv_ttl {
  right: -120%;
 }
.page-about-training a.btnLink {
  width: 100%;
  height: 80px;
  max-width: 737px;
  text-align: center;
  line-height: 78px;
}
.page-about-training a.btnLink span {
  width: 100%;
  font-size: 22px;
}
.page-about-training a.btnLink span::after {
  content: none;
}
.page-about-training a.btnLink::before {
  height: 80px;
}
.page-about-training a.btnLink::after {
  height: 79px;
}
.page-about-training .pink_icons {
  position: relative;
  max-width: 737px;
  margin: 32px auto 0;
}
.page-about-training .pink_icons::after {
  content: '';
  height: 15px;
  width: 79.5px;
  background: url(../images/pink_arrow.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 4%;
  top: 0;
  margin: auto;
}
.page-about-training .pink_icons::before {
  content: '';
  height: 32px;
  width: 44px;
  background: url(../images/pink_mail_icon.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 10%;
  margin: auto;
  z-index: 1;
}
.page-about-training th {
  background: #EAF9F6;
  color: #103B31;
}
.page-about-training th,
.page-about-training td {
  border: solid 1px;
  text-align: center;
  padding: 6px 14px;
}
.page-about-training table {
  border-collapse: collapse; 
/*  margin: 24px auto;
  max-width: 740px; 2022/02/25*/
}
.page-about-training .sp_schedule_list {
  display: none;
}
@media screen and (max-width: 900px) {
  .page-about-training .mv_ttl {
    right: 0;
  }
  .page-about-training .pc_schedule_list {
    display: none;
  }
  .page-about-training .sp_schedule_list {
    display: block;
    text-align: center;
  }
  .page-about-training dl+.holding_place {
    color: #103B31;
    background: #EAF9F6;
    border-bottom: 1px solid #e2e2e2;
    padding: 2%;
  }
  .page-about-training dl,
  .page-about-training dl+.holding_place {
    width: 100%;
    max-width: 600px;
    text-align: center;
  }
  .page-about-training dt,
  .page-about-training dd {
    border-bottom: 1px solid #e2e2e2;
    padding: 2%;
  }
  .page-about-training dt {
    background: #EAF9F6;
    color: #103B31;
    width: 30%;
  }
  .page-about-training dd {
    width: 70%;
  }
  .schedule_details_blc dl:first-child dt:nth-of-type(1) {
    border-radius: 10px 0px 0px 0px;
  }
  .schedule_details_blc dl:last-child dt:nth-of-type(2) {
    border-radius: 0px 0px 0px 10px;
  }
  .page-about-training .schedule_details_blc {
    display: inline-block;
    box-shadow: 1px 0px 25px -20px #333;
    border-radius: 10px;
    margin: 30px auto 0; 
  }
}
@media screen and (max-width: 780px) {
  .page-about-training .pink_icons {
    max-width: 437px;
    padding-left: 20px;
  }
  .page-about-training .pink_icons::before {
    left: 7%;
    height: 25px;
    width: 30px;
  }
  .page-about-training .pink_icons::after {
    height: 6px;
    width: 30px;
    background-size: 100%;
    right: 5%;
  }
}
@media screen and (max-width: 560px) {
  .page-about-training .schedule_details_blc {
    width: 100%;
  }
  .page-about-training dl {
    flex-flow: wrap;
  }
  .page-about-training .pink_icons {
    max-width: 300px;
    height: 50px;
  }
  .page-about-training .pink_icons::before {
    left: 5%;
    height: 20px;
    width: 25px;
    background-size: contain;
  }
  .page-about-training .pink_icons::after {
    height: 8px;
    width: 19px;
    background-size: 100%;
    right: 8%;
  }
  .page-about-training a.btnLink span {
    width: 100%;
    font-size: 14px;
    line-height: 50px;
  }
  .page-about-training a.btnLink {
    height: 50px;
  }
  .page-about-training a.btnLink::after {
    height: 49px;
  }
  .page-about-training a.btnLink::before {
    height: 50px;
  }
  .page-about-training a.btnLink {
    line-height: inherit;
    padding-left: 25px;
  }
}
@media screen and (max-width: 400px) {
  .page-about-training .pink_icons {
    max-width: 250px;
  }
  .page-about-training .pink_icons::after {
    right: 5%;
    z-index: 3;
  }
  .page-about-training .pink_icons::before {
    left: 7%;
    height: 12px;
  }
  .page-about-training a.btnLink span {
    font-size: 12px;
  }
}
 /* =========================
   ABINCに関するQ&A
 =========================== */
 .q_and_a .mv_ttl {
  right: -109%;
 }
.q_and_a_accordion-menu-wrp {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding-bottom: 80px;
}
.q_and_a .icon::after {
  background: #707070;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.2s;
}
.q_and_a .icon.active::after {
  transform: rotate(0);
  transition: 0.2s;
}
.q_and_a .icon::before, .icon::after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 5px;
  background: #707070;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.q_and_a .q_and_a_accordion>li {
  margin-top: 40px;
}
.q_and_a .q_and_a_accordion .menu {
  color:#103B31;
  background: #EAF9F6;
  font-size: 20px;
  display: flex;
  padding-right: 5%;
  position: relative;
  padding: 20px 0 20px 8px;
  list-style: none;
  cursor: pointer;
}
.q_and_a .q_and_a_accordion .menu p {
  padding: 0 35px 0 40px;
  width: 100%;
}
.q_and_a .sub-menu {
  display: none;
  padding: 24px 25px;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 3px solid #E2E2E2;
  background: #fff;
  border-radius: 0px 0px 7px 7px;
  line-height: 27px;
}
.q_and_a th {
  font-weight: lighter;
  text-align: center;
  padding: 19px 70px;
  max-width: 240px;
}
.q_and_a td {
  padding: 19px;
  max-width: 470px;
}
.q_and_a th, 
.q_and_a td {
  border: 1px solid #333;
}
.q_and_a .question {
  position: absolute;
}
.q_and_a .logo_width {
  min-width: 174px;
}
.q_and_a .sub_menu_ttl {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .q_and_a .mv_ttl {
    right: 0;
  }
}
@media screen and (max-width: 780px) {
  .q_and_a table {
    width: 90%;
    margin: auto;
  }
  .q_and_a th, .q_and_a td {
    display: block;
    max-width: none;
    text-align: center;
    border-bottom: none;
  }
  .q_and_a th {
    max-width: none;
  }
  .q_and_a tbody tr:last-child td {
    border-bottom: 1px solid #333;
  }
  .q_and_a .q_and_a_accordion li:nth-child(3) .flex_box {
    flex-direction: column;
  }
  .q_and_a .q_and_a_accordion li:nth-child(3) .flex_box p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .q_and_a table {
    width: 100%;
  }
}

/* =========================
   404エラーページ
 =========================== */
 main.page_404 {
  max-width: none;
  position: relative;
 }
 .page_404 .container {
  text-align: center;
  background-position: center;
  background-size: auto;
  padding: 50px 0;
  color: #666666;
 }
 
 .page_404 h2 {
  font-size: 40px;
 /* font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体';*/
  color: #666;
 }
 .page_404 h3 {
  height: auto;
  line-height: 32px;
  padding-left: 0;
  border-left: none;
  text-align: left;
  display: inline-block;
 }
 .page_404 h3 a {
   color: #30B496;
 }
 main.page_404+footer {
   width: 100%;
   position: absolute;
   bottom: 0;
 }
.onlineEntry {
  display: block;
  width: 400px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #209681;
  margin-left: 100px;
  
}