@charset "utf-8";
/*  style　[   ]
=================================================================== */

.catch {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  position: relative;
  padding: 0;
  text-align: center;
  font-size: 1.5em;
  margin: 0 0 1em 0;
  border-left: none;
}

.table-box {
  display: table;
  margin: 0 auto;
  text-align: center;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .table-box {
  display: block;
  margin: 0 auto;
  text-align: left;
}
}


.line-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-around;
  margin: 2em 0 0 0;
}

.line-item {
  width: 24%;
  border: rgba( 246,102,154, 0.7 ) 1px solid;
  border-radius:  10px;
  
}
h4.line_h4 {
  border-left: none;/*左線*/
  background-color: rgba( 246,102,154, 0.7 );
  color: #fff;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  border-radius: 9px 9px 0 0;
}
h4.line_h4:before {
  display: none;
}
.circle{
  display: inline-block;
  width: /*30px*/1.8em;
  height: /*30px*/1.8em;
  border-radius: 50%;
  background: #fff;
  text-align:center;
  line-height: /*30px*/1.8em;
  color: rgba( 246,102,154, 1 );
  font-weight: 600;
  /*font-family: Arial, Helvetica, "sans-serif";*/
  margin-right: 0.5em;
}
.line-item p {
  padding: 1em 0.5em 0.5em;
  font-size: 1em;
}
.line-item figure {
  padding:  0.5em;
  
}

/* ～ 991px(sm)____________________________________________________ */
@media print,screen and (max-width: 991px) {
  .line-item {
  width: 45%;
    margin-bottom: 1em;
}
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .line-item {
  width: 98%;
}
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
  .line-item p {
  height: 10em;
}
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  .line-item p {
  height: 7em;
}
}



.catch02 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  position: relative;
  padding: 0;
  text-align: center;
  font-size: 1.5em;
  margin: 3em 0 1em 0;
  border-left: none;
}

.img-border  {
  border: #aaa 1px solid;
  display: table;
  margin: 1em auto;
  padding: 0 10px;
}

.line-item3 {
  width: 32%;
  border: rgba( 246,102,154, 0.7 ) 1px solid;
  border-radius:  10px;
  
}
/* ～ 991px(sm)____________________________________________________ */
@media print,screen and (max-width: 991px) {
  .line-item3 {
    margin-bottom: 1em;
}
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .line-item3 {
  width: 98%;
}
}
.line-item3 p {
  padding: 1em 0.5em 0.5em;
  font-size: 1em;
}
.line-item3 figure {
  padding:  0.5em;
  
}

/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
  .line-item3 p {
  height: 5em;
}
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}

/*----------------------------------------------
   Global Site
  ---------------------------------------------*/
.dropdown-menu {
  top: 40%;
  }
.global-link {
  margin-top: 2px;
  margin-right: 2px;
  }
.g-button {
  font-size: 2em;
  }

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
  .global-link {
  margin-top: 5px;
  margin-right: 4px;
  }
  .g-button {
  height: 48px;
  width: 48px;
  padding: 0;
  font-size: 2em;
  border-radius: 12px;
  }
  .dropdown-menu {
  top: 60%;
  }
}
