@charset "UTF-8";
.sec-top-news {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sec-top-news {
    margin-bottom: 2rem;
  }
}
.breadcrumb {
  position: relative;
  margin-bottom: 5px;
}
.breadcrumb ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}
.breadcrumb ul li {
  padding: 0 42px 0 0px;
  position: relative;
  letter-spacing: 0.3px;
  font-size: 12px;
  text-decoration: underline;
}
.breadcrumb ul li:after {
  content: "＞";
  position: absolute;
  top: 2px;
  right: 26px;
  font-size: 10px;
  margin: auto;
  width: 0;
  height: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #1C9E3B;
  font-weight: bold;
  text-decoration: none;
}
.breadcrumb ul li:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
  white-space: nowrap;
  text-decoration: none;
}
.breadcrumb ul li:first-child a {
  font-weight: bold;
  color: #009944;
}
.breadcrumb ul li a {
  line-height: 1.2;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.mainvisual {
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.mainvisual .container {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
}
.mainvisual__title{
  border-left: 5px solid #1C9E3B;
  line-height: 1;
  padding-left: 1rem;
}
.mainvisual__jp {
  font-size: 2.5rem;
  font-weight: 500;
  color: #1C9E3B;
}

.mainvisual__en {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1C9E3B;
  margin-left: 1rem;
}

@media only screen and (max-width: 767px) {
  .mainvisual {
    margin-bottom: 3rem;
  }
  .mainvisual .container {
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 12rem;
  }
  .mainvisual__jp {
    font-size: 3rem;
  }
  .mainvisual__en {
    font-size: 1.6rem;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .mainvisual__jp {
    font-size: 2.5rem;
  }
}
.pager a {
  display: inline-block;
  text-decoration: none;
  width: 30px;
  height: 30px;
  color: #B4B4B2;
  border: 1px solid #B4B4B2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0.5rem;
}
.pager .active a {
  background-color: #1C9E3B;
  color: #fff;
  font-weight: bold;
  border-color: #1C9E3B;
}
.pager .vv {
  margin: 0 1rem;
  text-align: center;
}
.pager .prev a, .pager .next a {
  border-color: #1C9E3B;
  width: 120px;
  border-radius: 0;
  color: #000;
  position: relative;
  padding-left: 0.5rem;
}
.pager .prev a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #1C9E3B;
}
.pager .next a {
  padding-left: 0;
  padding-right: 0.5rem;
}
.pager .next a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #1C9E3B;
  left: auto;
  right: 0.7rem;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #1C9E3B;
  border-right: none;
}

@media only screen and (min-width: 768px) {
  .pager a:hover {
    background-color: #1C9E3B;
    color: #fff !important;
    font-weight: bold;
    border-color: #1C9E3B;
  }
}
@media only screen and (min-width: 768px) {
  .pager .prev {
    margin-right: 2rem;
  }
  .pager .prev a:hover:before {
    border-right-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .pager .prev a, .pager .next a {
    font-size: 0;
    width: 30px;
  }
  .pager .prev a:before, .pager .next a:before {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .pager .next {
    margin-left: 2rem;
  }
  .pager .next a:hover:before {
    border-left-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .pager li:nth-child(7), .pager li:nth-child(8), .pager li:nth-child(9) {
    display: none;
  }
}
.pdf-btn {
  margin: 50px 0;
}
.pdf-btn a {
  display: inline-block;
  border: 1px solid #009944;
  text-align: center;
  display: inline-block;
  padding: 20px 70px;
  padding-right: 40px;
  text-decoration: none;
  position: relative;
  border-radius: 100px;
  background: url(../images/common_img/ico-pdf.png) center left 20px no-repeat, url(../images/common_img/next_gr.png) no-repeat right 15px center;
  display: inline-block;
  font-weight: bold;
  background-size: 28px, 10px;
}
.pdf-btn .arrow {
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .pdf-btn a {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.img__flex {
  margin: 7rem 0 5rem;
}
.img__flex li {
  width: 43%;
  text-align: center;
  margin: 1%;
}

@media only screen and (max-width: 767px) {
  .img__flex {
    margin: 3rem auto;
    justify-content: space-between;
  }
  .img__flex li {
    width: 48%;
    margin: 0;
  }
}
.img__flex02 {
  margin-bottom: 3rem;
}
.img__flex02 li {
  width: 48.6%;
}

.sec-news {
  margin-top: 8rem;
}

@media only screen and (max-width: 767px) {
  .sec-news {
    margin-top: 4rem;
  }
}
/*====================================================================================
■ 1. PAGE CONTRACT
====================================================================================*/
.contract__txt01 {
  margin-bottom: 7rem;
}

@media only screen and (max-width: 767px) {
  .contract__txt01 {
    margin-bottom: 3rem;
  }
}
.contract-list {
  margin-top: 5.5rem;
}

.contract-list__item {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .contract-list {
    margin-top: 3rem;
  }
  .contract-list__item {
    margin-bottom: 3rem;
  }
  .contract-list .cm__title03 {
    padding: 0.2rem 1rem;
  }
  .contract-list .cm__title03--jp {
    font-size: 1.8rem;
  }
}
/*====================================================================================
■ 2. PAGE WORD
====================================================================================*/
.word-list {
  margin-bottom: 7rem;
}
.word-list li {
  min-width: 40px;
  height: 40px;
  margin: 0.5rem;
}
.word-list li:last-child a {
  font-size: 1.8rem;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 768px) {
  .word-list li a:hover {
    background-color: #1C9E3B;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .word-list {
    margin-bottom: 2rem;
  }
  .word-list li {
    min-width: 30px;
    height: 30px;
  }
  .word-list li:last-child a {
    font-size: 1.4rem;
    padding: 0 1.5rem;
  }
}
.word-list__item {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  text-decoration: none !important;
  border: 1px solid #1C9E3B;
}

@media only screen and (max-width: 767px) {
  .word-list__item {
    font-size: 1.8rem;
  }
}
.word-document__groupHead {
  background-color: #1C9E3B;
  font-size: 3.4rem;
  padding: 0 2rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .word-document__groupHead {
    font-size: 2.7rem;
    padding: 0 1rem;
  }
}
.word-document__item {
  border-left: 1px solid #B4B4B2;
  padding-left: 3rem;
  margin-bottom: 5rem;
}
.word-document__item dt {
  font-size: 2rem;
  color: #1C9E3B;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .word-document__item {
    padding-left: 2rem;
    margin-bottom: 3rem;
  }
  .word-document__item dt {
    font-size: 1.8rem;
  }
}
/*====================================================================================
■ 3. PAGE CONTACT
====================================================================================*/
.page-contact #cm-footer {
  margin-top: 0;
}

.contact-form {
  padding: 0 0 10rem;
}

.contact-form__txt01 {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .contact-form {
    padding-bottom: 5rem;
  }
  .contact-form__txt01 {
    margin-bottom: 2rem;
  }
}
.contact-pp {
  background-color: #F3FFE2;
  padding: 8rem 0px;
}

.contact-pp__inner {
  background-color: #fff;
  padding: 4rem 6rem;
}

.contact-pp__title {
  font-size: 1.6rem;
  color: #1C9E3B;
  margin-top: 3.5rem;
}

.contact-pp ul li {
  text-indent: -10px;
  margin-left: 10px;
}
.contact-pp ul li li {
  text-indent: -7px;
  margin-left: 7px;
}

.contact-pp__date {
  text-align: right;
  font-weight: bold;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .contact-pp {
    padding: 4rem 0;
  }
  .contact-pp__inner {
    padding: 2rem;
  }
  .contact-pp__title, .contact-pp__date {
    margin-top: 2rem;
  }
}
/*====================================================================================
■ 4. PAGE ABOUT
====================================================================================*/
.sec-robot-digest {
  padding-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .sec-robot-digest {
    padding-bottom: 3rem;
  }
}
.robot-digest__img {
  text-align: center;
  margin: 4.4rem 0;
}

.robot-digest__sign {
  text-align: right;
  margin-top: 3rem;
  color: #1C9E3B;
  font-weight: 500;
}
.robot-digest__sign img {
  margin-left: 1rem;
}

@media only screen and (max-width: 767px) {
  .robot-digest__img {
    margin: 3rem 0;
  }
  .robot-digest__sign {
    margin-top: 2rem;
  }
}
.boxnumber__flex {
  margin: 8rem 0 3rem;
}

.boxnumber__item {
  width: 48%;
  border-radius: 20px;
  border: 1px solid #B4B4B2;
  padding: 4rem 2rem 2rem;
  position: relative;
  text-align: center;
}

.boxnumber__number {
  font-size: 5.6rem;
  background-color: #1C9E3B;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  font-weight: bold;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -4.5rem;
}

.boxnumber .cm__title04 {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .boxnumber__flex {
    margin: 3rem 0 1rem;
  }
  .boxnumber__item {
    width: 100%;
    margin: 2rem 0;
  }
  .boxnumber__number {
    width: 50px;
    height: 50px;
    font-size: 3rem;
    top: -2.5rem;
  }
}
.sec-about-book {
  padding-bottom: 5rem;
}
.sec-about-book .bg__gray {
  padding: 2rem;
}

@media only screen and (max-width: 767px) {
  .sec-about-book {
    padding-bottom: 1rem;
  }
  .sec-about-book .bg__gray {
    margin-top: 0;
  }
}
.sec-pub-content {
  padding-bottom: 3rem;
}

.pubcontent-list {
  margin: 4rem 0;
}

.pubcontent-list__item {
  margin: 2rem 0;
}

.pubcontent-list a {
  border: 1px solid #B4B4B2;
  border-radius: 15px;
  overflow: hidden;
  min-height: 85px;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
  padding-right: 2rem;
}
.pubcontent-list a.bd-red {
  border: 2px solid #f4616d;
}
.pubcontent-list a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  background-color: #1C9E3B;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pubcontent-list a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
  .pubcontent-list a:hover:after {
    right: -3rem;
    opacity: 0;
  }
  .pubcontent-list a:hover:before {
    border-left-color: #1C9E3B;
  }
}
@media only screen and (max-width: 767px) {
  .pubcontent-list a {
    padding-right: 0;
  }
  .pubcontent-list a:after {
    content: none;
  }
  .pubcontent-list a:before {
    top: 1.5rem;
    bottom: auto;
  }
}
.pubcontent-list__title {
  font-size: 2rem;
  color: #fff;
  background-color: #1C9E3B;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  width: 32%;
  font-weight: 500;
  letter-spacing: -2px;
}

@media only screen and (max-width: 767px) {
  .pubcontent-list__title {
    width: 100% !important;
    padding: 1rem;
    font-size: 1.7rem;
    justify-content: center;
    text-align: center;
  }
}
.pubcontent-list__txt {
  width: 68%;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
}

@media only screen and (max-width: 1366px) {
  .pubcontent-list__title {
    width: 30%;
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
  .pubcontent-list__txt {
    width: 70%;
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .pubcontent-list__txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pubcontent-list {
    margin: 2rem 0;
  }
  .pubcontent-list__item {
    margin: 1rem 0;
  }
}
/*====================================================================================
■ 5. PAGE WHATS
====================================================================================*/
.page-index {
  border: 1px solid #B4B4B2;
  position: relative;
  padding: 2rem 5rem;
  margin-bottom: 6rem;
  margin-top: 3rem;
}

.page-index__title {
  position: relative;
  margin-top: -5.5rem;
  text-align: center;
}
.page-index__title span {
  background-color: #fff;
  color: #1C9E3B;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 2.4rem;
  font-weight: 500;
}

.page-index li {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .page-index {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  .page-index__title {
    margin-top: -4.5rem;
  }
  .page-index__title span {
    font-size: 2rem;
  }
  .page-index li {
    font-size: 1.4rem;
  }
}
.whats-list__item {
  margin-bottom: 8rem;
}
.whats-list__item > p {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .whats-list__item {
    margin-bottom: 4rem;
  }
  .whats-list__item > p {
    margin-bottom: 1.5rem;
  }
}
.whats__img01, .whats__img02 {
  margin-bottom: 1rem;
}

.whats__inner01 {
  background-color: #F1F1F1;
  padding: 0 3rem 3rem;
  margin-bottom: 3rem;
}

.whats__inner01__title {
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
.whats__inner01__title span {
  background-color: #1C9E3B;
  font-size: 2.4rem;
  display: inline-block;
  border-radius: 0 0 20px 20px;
  padding: 0.5rem;
  width: 350px;
  max-width: 100%;
  line-height: 1.5;
  font-weight: 500;
}

.whats__inner01__box {
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  width: 46%;
}
.whats__inner01__box.w100p ul {
  width: 48%;
  text-align: left;
}

.whats__inner01 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px dashed #ccc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.whats__inner01 dl:last-child {
  border: none;
}
.whats__inner01 dt {
  width: 90px;
  background-color: #fff;
  color: #1C9E3B;
  font-weight: 500;
  padding: 1rem;
  font-size: 2rem;
  height: 100%;
  text-align: center;
}
.whats__inner01 dd {
  padding: 0 1rem;
  width: calc(100% - 90px);
  padding-left: 2rem;
}

@media only screen and (max-width: 767px) {
  .whats__inner01 {
    padding: 0 2rem 2rem;
  }
  .whats__inner01__title span {
    font-size: 2rem;
    width: 350px;
  }
  .whats__inner01__box {
    width: 100%;
    margin: 0 0 1rem;
  }
  .whats__inner01__box:last-child {
    margin-bottom: 0;
  }
  .whats__inner01__box.w100p ul {
    width: 100%;
  }
  .whats__inner01 dt {
    font-size: 1.7rem;
  }
}
.whats__ard {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 2rem;
  position: relative;
}
.whats__ard:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #1C9E3B;
}
.whats__ard:nth-child(1) {
  margin-left: 0;
}
.whats__ard:last-child {
  margin-right: 0;
}
.whats__ard:last-child:after {
  content: none;
}
.whats__ard p {
  margin-top: 0.5rem;
}
.whats__ard p span {
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .whats__ard {
    width: 134px;
    height: 134px;
    margin: 2rem !important;
  }
  .whats__ard:nth-child(2n+2):after {
    content: none;
  }
  .whats__ard img {
    max-width: 35px;
  }
  .whats__ard p {
    font-size: 1.2rem;
  }
  .whats__ard p span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 480px) {
  .whats__ard {
    width: 110px;
    height: 110px;
    margin: 1rem 2rem !important;
  }
}
.robot-list__item {
  margin-bottom: 4rem;
}

.robot-list .flex-jus-between {
  flex-direction: row-reverse;
}

.robot-list__txt {
  width: 69%;
}

.robot-list__img {
  width: 30%;
  text-align: center;
}
.robot-list__img.mt-6rem {
  margin-top: -6rem;
}

@media only screen and (max-width: 767px) {
  .robot-list .cm__title06 {
    margin-bottom: 1rem;
  }
  .robot-list .flex-jus-between {
    display: block;
  }
  .robot-list__txt {
    width: auto;
  }
  .robot-list__img {
    float: right;
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
  .robot-list__img.mt-6rem {
    margin-top: 0;
  }
}
/*====================================================================================
■ 6. PAGE mail-magazine
====================================================================================*/
.page-mail-magazine {
  height: 100vh;
}
.page-mail-magazine #wrapper {
  background: url(../mail-magazine/images/img01.png) top right no-repeat, url(../mail-magazine/images/img02.png) bottom left no-repeat #F8FFEE;
}
.page-mail-magazine .cm__logo {
  max-width: none;
  margin-bottom: 4rem;
  padding: 0;
}
.page-mail-magazine .cm__logo p {
  font-size: 1.6rem;
}
.page-mail-magazine .cm__title--jp {
  font-size: 2rem;
}

@media only screen and (max-width: 1200px) {
  .page-mail-magazine #wrapper {
    background-size: 33%, 28%;
  }
}
@media only screen and (max-width: 767px) {
  .page-mail-magazine .cm__logo {
    margin-bottom: 2rem;
  }
  .page-mail-magazine .cm__logo img {
    max-width: 100%;
  }
  .page-mail-magazine .cm__logo p {
    font-size: 3vw;
  }
}
.mail-magazine__main {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mail-magazine__form {
  margin: 6rem 0;
}

.mail-magazine__txt01 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  font-weight: 500;
}

.mail-magazine__search {
  flex-wrap: nowrap;
  max-width: 100%;
  margin-bottom: 3rem;
}

.mail-magazine__input input {
  background-color: #fff;
  border-color: #a3a3a3;
  height: 45px;
  border-radius: 20px 0 0 20px;
  width: 40rem;
  max-width: 100%;
}

.mail-magazine__submit {
  background-color: #1C9E3B;
  font-size: 2rem;
  border: none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  outline: none;
  display: inline-block;
}
.mail-magazine__submit #submit {
  border: none;
  outline: none;
  width: 90px;
  height: 45px;
}

.mail-magazine__re {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .mail-magazine__form {
    margin: 3rem 0;
  }
  .mail-magazine__txt01 {
    font-size: 1.3rem;
  }
  .mail-magazine__input input {
    width: 20rem;
  }
  .mail-magazine__re {
    font-size: 1.4rem;
  }
}
/*====================================================================================
■ 7. PAGE COST
====================================================================================*/
.cost-list__item {
  margin-bottom: 8rem;
}

@media only screen and (max-width: 767px) {
  .cost-list__item {
    margin-bottom: 4rem;
  }
}
.cost-flex__item {
  width: 49%;
  background-color: #F3FFE2;
  padding: 2rem 1rem;
}

.cost-flex__img {
  text-align: center;
  margin-bottom: 2rem;
}

.cost-flex__white {
  background-color: #fff;
  padding: 1rem;
  min-height: 150px;
}
.cost-flex__white li {
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 1366px) {
  .cost-flex__white {
    padding: 1rem 0.5rem 1rem 1rem;
  }
}

.cost-flex .cm__title-green {
  max-width: 25rem;
  margin: auto;
}

.cost-flex__txt {
  text-align: center;
  color: #C3371E;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-top: 4rem;
}
.cost-flex__txt:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #BEDD94;
}
.cost-flex__txt span {
  background: linear-gradient(to bottom, transparent calc(100% - 1rem), #F6D555 calc(100% - 1rem) 100%);
}

@media only screen and (max-width: 767px) {
  .cost-flex__item {
    width: 100%;
    margin: 1rem 0;
  }
  .cost-flex__img {
    padding: 0 10%;
  }
  .cost-flex__txt {
    font-size: 2rem;
  }
}
.cost-step {
  background-color: #F1F1F1;
  padding: 0 7rem 3rem 7rem;
  margin: 4rem 0;
}
.cost-step .cm__title-green {
  border-radius: 0 0 20px 20px;
  margin-bottom: 3rem;
  font-size: 2.4rem;
}

.cost-step__item {
  background-color: #fff;
  border: 1px solid #1C9E3B;
  padding: 0.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.cost-step__item:first-child:after {
  content: none;
}
.cost-step__item:last-child {
  margin-bottom: 0;
}
.cost-step__item:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #1C9E3B;
}

@media only screen and (max-width: 767px) {
  .cost-step {
    padding: 0 2rem 3rem;
  }
  .cost-step .cm__title-green {
    font-size: 1.6rem;
  }
}
.cost-flex02 {
  margin-bottom: 5rem;
}

.cost-flex02__left {
  width: 48%;
}

.cost-flex02__right {
  width: 48%;
  background-color: #F3FFE2;
  padding: 2rem;
  height: 100%;
}
.cost-flex02__right ul {
  background-color: #fff;
}
.cost-flex02__right li {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.cost-flex02__right .price {
  letter-spacing: 2px;
}
.cost-flex02__right .price span {
  color: #1C9E3B;
  font-weight: bold;
  font-size: 1.8rem;
}

.cost-flex02 .cost-flex02__txt--total p {
  font-weight: bold;
  font-size: 1.8rem;
}

.cost-flex02__title {
  text-align: center;
  background: url(../common_img/icon-yen.png) center top no-repeat;
  padding-top: 3rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .cost-flex02 {
    margin-bottom: 2rem;
  }
  .cost-flex02__left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cost-flex02__right {
    width: 100%;
    padding: 2rem 1rem;
  }
}
/*====================================================================================
■ 8. PAGE FLOW
====================================================================================*/
.page-flow .page-index li a {
  text-decoration: none;
}
.page-flow .page-index li span {
  color: #1C9E3B;
  border-bottom: 1px solid #1C9E3B;
  margin-right: 0.3rem;
}
.page-flow .page-index li strong {
  font-weight: normal;
  border-bottom: 1px solid #000;
}
.page-flow .txt01 {
  text-align: center;
  color: #1C9E3B;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .page-flow .txt01 {
    font-size: 1.6rem;
  }
}
.flow-step__item {
  padding: 4rem 0;
}
.flow-step__item:last-child {
  padding-bottom: 0;
}

.flow-step .whats__inner01 {
  padding: 0 2rem 3rem;
  margin-top: 3rem;
}
.flow-step .whats__inner01 li {
  font-weight: 500;
}

.flow-step__img {
  float: right;
  width: 36%;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.flow-step .whats__inner01__title span {
  width: auto;
  min-width: 40rem;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media only screen and (max-width: 767px) {
  .flow-step__item {
    padding: 2rem 0;
  }
  .flow-step .whats__inner01__title span {
    min-width: 100%;
  }
  .flow-step__img {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  .flow-step .ard {
    margin: 0 -3rem;
  }
}
.w-auto {
  width: auto !important;
}

.flow-check {
  background-color: #1C9E3B;
  padding: 1rem;
  text-align: center;
  margin: 4rem 0 0;
}
.flow-check span {
  display: inline-block;
  font-size: 2.2rem;
  background: url(../common_img/icon-check.png) center left no-repeat;
  padding: 1rem 7rem;
  padding-right: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: -1.5px;
}

@media only screen and (max-width: 767px) {
  .flow-check {
    margin-top: 2rem;
  }
  .flow-check span {
    font-size: 1.6rem;
    background-size: 20px;
    padding-left: 3rem;
  }
}
/*====================================================================================
■ 9. PAGE CONTENT
====================================================================================*/
.mb40 {
  margin-bottom: 4rem;
}

.contents-list__item {
  margin-bottom: 3rem;
}
.contents-list__item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .contents-list__item a:hover .contents-list__ttl {
    color: #1C9E3B;
  }
}
.contents-list__img {
  width: 46.6%;
  height: 198px;
  /* border: 1px solid #ccc; */
}
.contents-list__img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .contents-list__img {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.contents-list__txt {
  width: 50%;
}
.contents-list__txt p {
  color: #666;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 767px) {
  .contents-list__txt {
    width: 100%;
  }
}
.contents-list .tags-time {
  margin-bottom: 1rem;
}

.contents-list__ttl {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.d-contents-list__item {
  margin-bottom: 5rem;
}

.d-contents-list__item2 {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  resize: horizontal;
  display: flex;
  flex-wrap: wrap;
}
.d-contents-list__item2 #block-contents__spacer {
  width: 0px;
  float: right;
}
.d-contents-list__item2 .block-contents__img {
  height: 110px;
  width: 50%;
  float: right;
  clear: right;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .d-contents-list__item2 .block-contents__img {
    display: none;
  }
}
.d-contents-list__item2 .img {
  float: right;
  height: 100%;
  display: flex;
  align-items: flex-end;
  shape-outside: inset(calc(100% - (100% - 2rem) / 2) 0 0);
}
.d-contents-list__item2 .img .list-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
}
.d-contents-list__item2 .img .list-img li {
  width: calc((100% - 2rem) / 2) !important;
  width: 100%;
  background: #000;
  height: 30rem;
}
.d-contents-list__item2 .img .list-img li a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-contents-list__item2 .img .list-img li img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.d-contents-list__item2 .img .list-img li:nth-child(2) {
  height: 60rem;
}
@media only screen and (min-width: 768px) {
  .d-contents-list__item2 .img .list-img li:nth-child(2) {
    margin-top: -11rem;
  }
}
.d-contents-list__item3 {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
}
.d-contents-list__item3 .img {
  float: left;
  width: 20rem;
  margin-right: 3rem;
}
.d-contents-list__item3.item3-reverse .img {
  float: right;
  margin-right: 0;
  margin-left: 3rem;
}
.d-contents-list__item3 .img img {
  width: 100%;
  height: auto;
}
.d-contents-list__item3 .img .img-txt {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.content-box__inner {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.content-scroll {
  max-height: 10rem;
  overflow-y: auto;
}
.d-contents-list__item .txt p{
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .d-contents-list__item3 {
    margin-bottom: 3rem;
  }
  .d-contents-list__item3 .img {
    float: none !important;
    width: 100%;
    max-width: 20rem;
    margin: 0 auto 1rem !important;
  }
}
.d-contents-list .img figure {
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
.d-contents-list .img img {
  width: 100%;
}
.d-contents-list .img iframe {
  width: 100%;
  height: 20rem;
}
.d-contents-list .one_iframe iframe {
  height: 40rem;
  margin-bottom: 10px;
}
.d-contents-list .img-left .img iframe {
  width: 100%;
  height: 220px;
}
.d-contents-list .img-right .img{
  margin-left: 2rem;
  min-width: 46%;
  max-width: 46%;
  height: 100%;
  float: right;
  position: relative;
  z-index: 1;
}
.d-contents-list .img-right .img a,
.d-contents-list .img-left .img a {
  display: block;
  position: relative;
  z-index: 2;
}
.d-contents-list .img-right .img iframe {
  width: 100%;
  height: 220px;
}
.d-contents-list .flex.flex-jus-between.img-right{
  display: block;
}
.d-contents-list .flex.flex-jus-between.img-right .txt{
  width: auto;
}
.d-contents-list .youtube {
  margin: auto 0 auto;
}
.d-contents-list .flex.flex-jus-between {
  margin-top: 3rem;
}
.d-contents-list .flex.flex-jus-between .img {
  width: 46%;
}
.d-contents-list .flex.flex-jus-between .img .zoom:after {
  background-size: 100%;
  width: 30px;
  height: 30px;
  bottom: 1rem;
  right: 1rem;
}
.d-contents-list .flex.flex-jus-between .txt {
  width: 50%;
}
.d-contents-list .flex.flex-jus-between.w3 .img {
  width: 32%;
}
.d-contents-list .flex.flex-jus-between.img-left{
  display: block;
}
.d-contents-list .flex.flex-jus-between.img-left .img{
  min-width: 46%;
  max-width: 46%;
  height: 100%;
  float: left;
  margin-right: 2rem;
  position: relative;
  z-index: 1;
}
.d-contents-list .flex.flex-jus-between.img-left .txt{
  width: auto;
}
@media only screen and (max-width: 767px) {
  .d-contents-list__item {
    margin-bottom: 2rem;
  }
  .d-contents-list .img iframe {
    height: 250px;
  }
  .d-contents-list .one_iframe iframe {
    height: 250px;
  }
  .d-contents-list .youtube {
    margin-top: 2rem;
  }
  .d-contents-list .flex.flex-jus-between {
    margin-top: 2rem;
  }
  .d-contents-list .flex.flex-jus-between .img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .d-contents-list .flex.flex-jus-between .txt, .d-contents-list .flex.flex-jus-between.w3 .img {
    width: 100%;
  }
  .d-contents-list .flex.flex-jus-between.img-left .img, .d-contents-list .flex.flex-jus-between.img-right .img{
    max-width: 100%;
    margin: 0 0 1rem;
  }
}
.socials__fb {
  height: 15px;
  margin-right: 1rem;
}

.socials__fv {
  color: #fff;
  background-color: #1C9E3B;
  padding: 0 1rem;
  margin: 1rem;
}

.fb-like {
  display: inline-block;
  position: relative;
}

.d-contents__list-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.d-contents__list-img li {
  position: relative;
  background: #000;
  width: 100%;
  /* width: calc((100% - 2rem) / 3); */
  height: 10rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.d-contents__list-img li img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.d-contents__title {
  margin-bottom: 4rem;
}

.zoom {
  display: block;
  position: relative;
}
.zoom:after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background: url(../common_img/icon-search-w2.png) center center no-repeat;
  width: 50px;
  height: 50px;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .zoom:after {
    background-size: 100%;
    width: 30px;
    height: 30px;
    bottom: 1rem;
    right: 1rem;
  }
}
.page-contents.single .main-content__main .cm__button {
  margin: 4rem 0;
}

/*====================================================================================
■ 10. PAGE kaijousokuhou
====================================================================================*/
.category-list li {
  width: 23.2%;
  margin-right: 2.2%;
  margin-top: 2%;
  text-indent: 0;
  margin-left: 0;
}
.category-list li:nth-child(4n+4) {
  margin-right: 0;
}
.category-list a {
  display: block;
  background-color: #fff;
  border: 1px solid #1C9E3B;
  text-align: center;
  padding: 0.5rem;
  letter-spacing: -1.5px;
  font-size: 1.3rem;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .category-list a:hover {
    background-color: #1C9E3B;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .category-list {
    justify-content: space-between;
  }
  .category-list li {
    width: 48%;
    margin-right: 0;
    margin-top: 2%;
  }
}
.sec-kaijousokuhou__img {
  text-align: center;
  margin-bottom: 3rem;
}

.sec-kaijousokuhou .bg__gray {
  padding: 3rem;
  margin: 3rem 0 4rem;
}
.sec-kaijousokuhou .bg__gray .cm__title07 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .sec-kaijousokuhou .bg__gray {
    padding: 1.5rem;
    margin: 3rem 0;
  }
}
.recentposts-list {
  margin-right: -2%;
  margin-bottom: 3rem;
}

.recentposts-list__item {
  width: 31.3%;
  margin-bottom: 4%;
  margin-right: 2%;
}
.recentposts-list__item img {
  width: 100%;
}
.recentposts-list__item:nth-child(1) {
  width: 100%;
  margin-bottom: 2rem;
  margin-right: 2%;
}
.recentposts-list__item:nth-child(1) a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recentposts-list__item:nth-child(1) .recentposts-list__img {
  width: 47.4%;
}
.recentposts-list__item:nth-child(1) .recentposts-list__txt {
  width: 50%;
}
.recentposts-list__item .img {
  margin-bottom: 1.5rem;
}
.recentposts-list__item a {
  text-decoration: none;
  font-weight: 500;
}
.recentposts-list__item .tags-time {
  margin-bottom: 1rem;
}

.recentposts-list p {
  font-weight: normal;
  letter-spacing: -1.5px;
}

.recentposts-list__img {
  margin-bottom: 2rem;
}

.recentposts-list__ttl {
  font-weight: 500 !important;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .recentposts-list {
    justify-content: space-between;
    margin: 0;
  }
  .recentposts-list__item {
    width: 48%;
  }
  .recentposts-list__item:nth-child(1) a {
    display: block;
  }
  .recentposts-list__item:nth-child(1) .recentposts-list__img {
    width: 100%;
    text-align: center;
  }
  .recentposts-list__item:nth-child(1) .recentposts-list__txt {
    width: 100%;
  }
  .recentposts-list .cm__tags li {
    width: 75px;
    font-size: 1rem;
  }
  .recentposts-list .cm__time {
    font-size: 1rem;
  }
  .recentposts-list p {
    font-size: 1.2rem;
  }
}
.page-kaijousokuhou.case .bg__gray {
  margin-top: 0;
  margin-bottom: 6rem;
}
.page-kaijousokuhou.case .recentposts-list__item {
  width: 100%;
}
.page-kaijousokuhou.case .recentposts-list__item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-kaijousokuhou.case .recentposts-list__item .recentposts-list__img {
  width: 47.4%;
}
.page-kaijousokuhou.case .recentposts-list__item .recentposts-list__txt {
  width: 50%;
}
.page-kaijousokuhou.case .recentposts-list__ttl {
  font-weight: bold;
  font-size: 1.8rem;
}
.page-kaijousokuhou.single .cm__button {
  margin: 4rem 0;
}

@media only screen and (max-width: 767px) {
  .page-kaijousokuhou.case .bg__gray {
    margin-bottom: 3rem;
  }
}
.other-list__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
}
.other-list__item:nth-child(3n+3) {
  margin-right: 0;
}
.other-list__item img {
  width: 100%;
}
.other-list__item .img {
  margin-bottom: 1.5rem;
}
.other-list__item a {
  text-decoration: none;
  font-weight: 500;
}
.other-list__item .tags-time {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .other-list {
    justify-content: space-between;
    margin: 0;
  }
  .other-list__item {
    width: 48% !important;
    margin: 0 0 2rem !important;
  }
  .other-list .cm__tags li {
    width: 75px;
    font-size: 1rem;
  }
  .other-list .cm__time {
    font-size: 1rem;
  }
  .other-list p {
    font-size: 1.2rem;
  }
}
/*====================================================================================
■ 11. PAGE MYPAGE
====================================================================================*/
.login__form {
  margin: 3rem 0;
}

.login__table {
  border: 10px solid #F3FFE2;
}

.login__inner {
  border: 1px solid #1C9E3B;
  padding: 2rem;
}

@media only screen and (max-width: 767px) {
  .login__inner {
    padding: 1rem;
  }
}
.login__form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.login__form dl:last-child {
  border: none;
}
.login__form dt {
  font-size: 1.8rem;
  color: #1C9E3B;
  border-right: 1px solid #ccc;
  min-width: 160px;
  padding: 1rem;
  display: flex;
  align-items: center;
}
.login__form dd {
  padding: 1rem 2rem;
  width: calc(100% - 160px);
}
.login__form dd input {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .login__form dt {
    font-size: 1.3rem;
    min-width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .login__form dd {
    width: calc(100% - 110px);
    padding: 1rem;
  }
}
.login__submit {
  text-decoration: none;
  position: relative;
  width: 200px;
  margin: 2rem auto 6rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  background-color: #27403E;
}
.login__submit:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.7rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}
.login__submit input {
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  font-family: "Noto Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  border: none;
  background: none;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  background-color: #27403E;
  border-radius: 5px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .login__submit {
    width: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .login__submit:hover input {
    background-color: #1C9E3B;
  }
  .login__submit:hover:after {
    border-left-color: #fff;
  }
}

.logout__submit {
  text-decoration: none;
  position: relative;
  width: 130px;
  margin: 0 0 2rem;
  margin-right: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  background-color: #27403E;
}
.logout__submit:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}
.logout__submit button {
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  font-size: 1.4rem;
  font-family: "Noto Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  border: none;
  background: none;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  background-color: #27403E;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .logout__submit:hover button {
    background-color: #1C9E3B;
  }
  .logout__submit:hover:after {
    border-left-color: #fff;
  }
}
.change__submit {
  text-decoration: none;
  position: relative;
  width: 150px;
  margin-right: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  background-color: #9fa6aa;
  margin-bottom: 2rem;
}
.change__submit:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}
.change__submit:hover{
  opacity: 0.8;
}
.change__submit-btn{
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  font-size: 1.4rem;
  font-family: "Noto Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  border: none;
  background: none;
  outline: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  background-color: #9fa6aa;
  border-radius: 5px;
  color: #fff;
}
.mypage .mypage-btn-gr{
  margin: 0 0 2rem;
}
/*====================================================================================
■ 12. PAGE MYPAGE
====================================================================================*/
.mypage-tabs__title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mypage-tabs__title li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  border: 1px solid #1C9E3B;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.5rem;
  border-bottom: none;
  cursor: pointer;
}
.mypage-tabs__title li.active {
  background-color: #1C9E3B;
  color: #fff;
}

.mypage-tabs__content {
  border: 1px solid #1C9E3B;
  background-color: #F3FFE2;
  padding: 3rem 2rem;
}

.mypage-tabs__inner {
  display: none;
}
.mypage-tabs__inner.active {
  display: block;
}

.mypage-tabs__white {
  background-color: #fff;
  padding: 2rem;
}

.mypage-tabs .contents-list__ttl {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .mypage-tabs__title {
    margin-bottom: 1rem;
  }
  .mypage-tabs__title li {
    width: 48%;
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
    border-bottom: 1px solid #1C9E3B;
  }
  .mypage-tabs__content, .mypage-tabs__white {
    padding: 1.5rem;
  }
}
.mecha-list__item {
  border-bottom: 2px solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.mecha-list__img {
  position: relative;
  float: left;
  width: 36%;
  min-width: 36%;
  margin-right: 4%;
}
.mecha-list__img .cm__button-green {
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-align: right;
}
.mecha-list__img .icon-favorite {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
.mecha-list__txt h3 {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.6rem;
}
.mecha-list__txt .cm__search02__input {
  width: 60%;
}
.mecha-list__txt .cm__search02__btn {
  width: 38%;
}

.mecha-list .cm__button {
  text-align: right;
  margin-top: 2rem;
  margin-top: 0;
}
.mecha-list .cm__button a {
  padding: 0;
  min-width: 145px;
  text-align: left;
  padding-left: 3rem;
}

@media only screen and (max-width: 767px) {
  .mecha-list__item {
    border-bottom-width: 1px;
  }
  .mecha-list__img {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .mecha-list__txt {
    width: 100%;
  }
  .mecha-list .cm__button {
    text-align: center;
    margin-top: 1rem;
  }
  .mecha-list .cm__button a {
    padding: 1rem;
    text-align: center;
  }
}
.tags02 {
  display: flex;
  flex-wrap: wrap;
}
.tags02 li {
  border-radius: 30px;
  border: 1px solid #1C9E3B;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  letter-spacing: -1.5px;
  font-size: 1.2rem;
  background-color: #fff;
}

.product-list__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  position: relative;
}


@media only screen and (min-width: 768px) {
  .product-list__item .product-list__txt .align-item-center{
    padding-right: 150px;
  }
  .product-list__item #unfavoriteForm{
    position: absolute;
    top: 0;
    right: 0;
  }
}
.product-list__item > a{
  width: 30%;
  display: inline-block;
}
.product-list a {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; */
  text-decoration: none;
}

/* .product-list__img {
  width: 27%;
} */

.product-list__txt {
  width: 70%;
  padding-left: 3%;
}
.product-list__txt .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem auto;
}

.product-list__head {
  width: 100%;
  align-items: center;
}
.product-list__head .cm__button-green {
  width: auto;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .product-list__item > a{
    width: 100%;
  }
  .product-list__img {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
  .product-list__txt {
    width: 100%;
  }
  .product-list__txt p {
    font-size: 1.4rem;
  }
}
.page-mypage .contact-form {
  padding: 0;
}
.page-mypage .contact-form dt, .page-mypage .contact-form dd {
  padding: 1rem 2rem;
}
.page-mypage .contact-form dt {
  font-size: 1.4rem;
}
.page-mypage .contact-form dd input[type=text], .page-mypage .contact-form dd input[type=password], .page-mypage .contact-form dd input[type=email], .page-mypage .contact-form dd input[type=tel] {
  height: 30px;
  border-color: #D5D5D5;
}
.page-mypage .contact-form dd select {
  height: 30px;
  border-color: #D5D5D5;
}
.page-mypage .contact-form dd input[type=text]::placeholder, .page-mypage .contact-form dd input[type=password]::placeholder, .page-mypage .contact-form dd input[type=email]::placeholder, .page-mypage .contact-form dd input[type=tel]::placeholder {
  color: #D5D5D5;
  font-size: 1.2rem;
}
.page-mypage .contact-form dd select {
  font-size: 1.4rem;
}
.page-mypage .box-select {
  width: 300px;
  max-width: 100%;
}
.page-mypage .form-content {
  margin-bottom: 2rem;
}
.page-mypage .product-list a {
  align-items: flex-start;
}
.page-mypage.maker .product-list__item .cm__button{
  text-align: left;
  margin-top: 20px;
}
.page-mypage.maker .product-list__item .cm__button a{
  display: inline-block;
  text-align: center;
}
.page-mypage.maker .product-list__item .ttl{
  margin: 1rem 0;
}
.page-mypage.maker .product-list__item .cm__button-green,
.page-mypage #mypage03 .cm__button-green{
  margin: 0;
  width: auto;
}
.product-list__txt p{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.page-mypage .form-content .two-ipt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.page-mypage .form-content .two-ipt .two-ipt__item {
  width: 45%;
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}
.page-mypage .form-content .list-radio01 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
@media only screen and (max-width: 767px) {
  .page-mypage.maker .product-list__item .cm__button{
    text-align: center;
  }
  .page-mypage.maker .product-list__txt .align-item-center{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .page-mypage .contact-form {
    padding: 0;
  }
  .page-mypage .contact-form dl {
    margin-top: 0;
    padding-top: 0;
  }
  .page-mypage .contact-form dt {
    padding: 1rem;
    padding-left: 7rem;
  }
  .page-mypage .contact-form dd {
    padding: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  .page-mypage .form-content {
    margin-bottom: 0;
  }
  .page-mypage .form-content .two-ipt .two-ipt__item {
    width: 100%;
  }
}
.database-box {
  background-color: #F3FFE2;
  border: 1px solid #1C9E3B;
  margin-bottom: 6rem;
}
.database-box:last-child {
  margin-bottom: 0;
}

.database-box__inner {
  padding: 2rem;
  background-color: #fff;
  border: 2px solid #1C9E3B;
  margin: 3rem 2rem;
}
.database-box__inner .cm__search02 {
  margin-bottom: 2rem;
}

.database-box__radio li {
  text-decoration: underline;
  font-size: 1.5rem;
  letter-spacing: -1px;
}
.database-box__radio input[type=radio] {
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  margin-right: 0.2rem;
}

.database-box__checkbox {
  border: 1px solid #D5D5D5;
  margin-bottom: 1rem;
}

.database-box__list {
  display: none;
}

.database-box__trigger {
  color: #fff;
  background-color: #53D969;
  font-size: 1.4rem;
  padding: 1rem;
  position: relative;
  padding-right: 5rem;
}
.database-box__trigger:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}
.database-box__trigger.active:after {
  transform: rotate(-180deg);
}

.database-box__lastbtn {
  margin-top: 3rem;
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
}
.database-box__lastbtn li {
  width: 39%;
  margin: 1rem 2%;
  height: 50px;
}
.database-box__lastbtn li:first-child{
  width: 180px;
  font-size: 1.2rem !important;
}
.database-box__lastbtn li:first-child button{
  font-size: 1.3rem;
  text-align: left;
  border: none;
}
.database-box__uncheck-all {
  border: 1px solid #1C9E3B;
  border-radius: 5px;
  padding: 1rem;
  font-size: 1.6rem;
  background: url(../common_img/icon-cancel.png) center right 1rem no-repeat;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .database-box__lastbtn li:first-child{
    position: absolute;
    right: 0;
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .database-box {
    margin-bottom: 4rem;
  }
  .database-box__inner {
    padding: 1rem;
    margin: 2rem 1rem;
  }
  .database-box__trigger {
    padding-right: 3rem;
  }
  .database-box__trigger:after {
    right: 1rem;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }
  .database-box__lastbtn li {
    width: 225px;
    margin: 0 2% 1rem;
  }
  .database-box__uncheck-all {
    font-size: 1.4rem;
  }
  .database-box .cm__search02__btnsearch {
    height: 45px;
    text-align: center;
    font-weight: normal;
  }
}
.list-checkbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem;
  gap: 1rem 2rem;
}
.list-checkbox li {
  width: calc((100% - 4rem) / 3);
  padding-left: 2.5rem;
  position: relative;
}
.list-checkbox li input[type=checkbox] {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .list-checkbox {
    justify-content: space-between;
  }
  .list-checkbox li {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  .list-checkbox li {
    width: 100%;
  }
}
.data-re-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.data-re-list__item {
  position: relative;
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 3rem;
  margin-top: 3rem;
  position: relative;
}
.data-re-list__item:nth-child(4n+4) {
  margin-right: 0;
}
.data-re-list__item:nth-child(4n+4):after {
  position: absolute;
  content: "";
  width: 500%;
  height: 2px;
  background: #ccc;
  bottom: -32px;
  right: 0;
}

.data-re-list .img {
  margin-bottom: 1rem;
}
.data-re-list .new {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #fff;
  background-color: #1C9E3B;
  padding: 0 1rem;
  display: inline-block;
  text-transform: uppercase;
}
.data-re-list .icon-favorite{
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.icon-favorite{
    font-size: 2rem;
    text-shadow: 0 0 4px #27403e;
    cursor: pointer;
}
.data-re-list .ttl {
  font-size: 1.6rem;
  color: #1C9E3B;
  font-weight: bold;
}
.data-re-list a {
  text-decoration: none;
}
.data-re-list a:hover .cm__button span {
  background-color: #1C9E3B;
  transition: all 0.5s;
}
.data-re-list .cm__button {
  margin-top: 2rem;
}
.data-re-list .cm__button span {
  padding: 0;
  min-width: 145px;
  text-align: left;
  padding-left: 3rem;
}

@media only screen and (max-width: 767px) {
  .data-re-list {
    justify-content: space-between;
  }
  .data-re-list__item {
    width: 49%;
    margin: 0 0 3rem !important;
  }
  .data-re-list .img {
    text-align: center;
  }
  .data-re-list .cm__button {
    margin-top: 2rem;
  }
  .data-re-list .cm__button span {
    min-width: 120px;
    padding: 1rem;
    font-size: 1.3rem;
    text-align: center;
  }
  .data-re-list .cm__button span:after {
    right: 1rem;
  }
}
.database-d__main {
  background-color: #F3FFE2;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}
.database-d__main .tags02 li {
  font-size: 1.4rem;
  padding: 0 1rem;
}

.database-d__white {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
.database-d__white .time {
  border-bottom: 1px solid #ccc;
  height: 100%;
}
.database-d__white .ttl {
  font-size: 2.4rem;
  color: #1C9E3B;
  font-weight: bold;
  /* margin-top: 3rem; */
}

.database-d__articles {
  border: 1px solid #D5D5D5;
  padding: 2rem 5rem;
  margin-bottom: 6rem;
}
.database-d__articles li {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}
.database-d__articles .time {
  color: #1C9E3B;
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 2rem;
}

.database-d__item {
  border-bottom: 2px solid #B4B4B2;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.database-d__img {
  width: 40%;
  position: relative;
}
.database-d__img .new {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #fff;
  background-color: #1C9E3B;
  padding: 0 1rem;
  display: inline-block;
  text-transform: uppercase;
}

.database-d__txt {
  width: 60%;
  padding: 4%;
}
.database-d__txt .time {
  font-size: 1.6rem;
}
.database-d__txt .ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 1rem auto;
}

.database-d__infor {
  margin-top: 3rem;
}

.database-d__trigger {
  text-align: center;
  color: #fff;
  background-color: #27403E;
  font-size: 1.8rem;
  padding: 0.5rem;
  cursor: pointer;
}
.database-d__trigger span {
  position: relative;
  padding-left: 4rem;
}
.database-d__trigger span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url(../common_img/icon-trigger.png) center center no-repeat;
  width: 29px;
  height: 29px;
}
.database-d__trigger.active span:before {
  transform: rotate(45deg);
}

.database-d__inner {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 4rem;
  border: 1px solid #ccc;
  display: none;
}
.database-d__inner dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.database-d__inner dl:last-child {
  margin-bottom: 0;
}
.database-d__inner dl.youtube dd {
  width: 100%;
  margin-top: 1rem;
}
.database-d__inner dt {
  width: 25%;
  font-weight: bold;
}
.database-d__inner dt::first-letter {
  color: #1C9E3B;
}
.database-d__inner dd {
  width: 75%;
}
.database-d__inner dd .cm__button {
  text-align: left;
}
.database-d__inner dd .cm__button a {
  padding: 0.5rem 4rem;
  font-size: 1.4rem;
}
.database-d__inner dd iframe {
  width: 325px;
  height: 183px;
}
.database-d__inner dd table{
  width: 100%;
  border-collapse: separate;
}
.database-d__inner dd th, .database-d__inner dd td{
  border: 1px solid #ddd;
  padding: 1rem;
}
.database-d__inner dd th{
  font-weight: normal;
  background-color: #ededed;
  text-align: left;
  width: 30%;
}
.database-d__inner dd td{
  font-weight: normal;
  text-align: left;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .database-d__main {
    padding: 2rem 1rem;
  }
  .database-d__white .time {
    margin-bottom: 1rem;
  }
  .database-d__white .ttl {
    font-size: 2rem;
  }
  .database-d__articles {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  .database-d__articles .time {
    font-size: 1.4rem;
  }
  .database-d__img {
    width: 100%;
    text-align: center;
  }
  .database-d__img img {
    width: 100%;
  }
  .database-d__txt {
    width: 100%;
  }
  .database-d__trigger {
    font-size: 1.5rem;
  }
  .database-d__inner dl {
    display: block;
    margin-bottom: 2rem;
  }
  .database-d__inner dt, .database-d__inner dd {
    width: 100%;
  }
}
.page-database .pager .prev a, .page-database .pager .next a {
  width: 20px;
  height: 20px;
  border: none;
}
.page-database .pager .prev a:before, .page-database .pager .next a:before {
  content: none;
}
.page-database .pager .prev a:after, .page-database .pager .next a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-database .pager .prev a:hover, .page-database .pager .next a:hover {
  background-color: transparent;
}
.page-database .pager .prev a:hover:after, .page-database .pager .next a:hover:after {
  border-color: #1C9E3B;
}
.page-database .pager .prev a:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.page-database.single .contact-form dl {
  padding-top: 0;
  margin-top: 0;
}
.page-database.single .contact-form dl:last-child
 {
  padding-bottom: 0;
 }
.page-database.single .database-box {
  border: none;
}
.page-database.single .database-box__inner {
  padding: 0;
  background-color: transparent;
  border: none;
}
.page-database.single .database-d__txt {
  padding: 0 4%;
}
.page-database.single .cm__title06 {
  font-size: 2.4rem;
  border-left-width: 5px;
}
.page-database.single .socials__fv {
  margin: 0;
  border-radius: 5px;
  padding: 0.5rem 2rem;
}
.page-database.single .contact-form {
  padding-bottom: 4rem;
}
.page-database .list-checkbox li{
  width: auto;
}
@media only screen and (max-width: 767px) {
  .page-database.single .database-d__txt {
    padding-top: 4%;
  }
  .page-database .pager .prev a:after, .page-database .pager .next a:after {
    padding: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .page-database .pager .prev a, .page-database .pager .next a {
    margin: 0.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-database.single .cm__title06 {
    font-size: 2rem;
  }
  .page-database.single .socials__fv {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
  }
  .page-database.single .contact-form dl {
    margin: 0;
    padding: 0;
  }
  .page-database.single .contact-form dt, .page-database.single .contact-form dd {
    padding: 1rem !important;
  }
}
.title_select-menu {
  position: relative;
  padding-right: 20rem;
}
.title_select-menu .select-menu {
  position: absolute;
  width: 19rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  top: 0.1rem;
  right: 0;
}
.title_select-menu .select-menu select {
  font-size: 1rem;
}

.cm__button-green {
  width: 100%;
  transition: all 0.5s;
  text-decoration: none;
  display: inline-block;
  margin: auto;
  text-align: center;
}
.cm__button-green span {
  display: inline-block;
  background: #1C9E3B;
  color: #fff;
  font-size: 1.6rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .cm__button-green:hover span {
    background: #27403E;
  }
}

.list-kaijousokuhou__item {
  margin-bottom: 3rem;
}
.list-kaijousokuhou__item a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.list-kaijousokuhou__img {
    width: 46.6%;
    min-width: 46.6%;
    float: left;
    margin-right: 2%;
    height: 200px;
    overflow: hidden;
    position: relative;
    /* border: 1px solid #ccc; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-kaijousokuhou__img img{
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
@media print, screen and (max-width: 480px) {
    .list-kaijousokuhou__img {
        height: 150px;
    }
}
.list-kaijousokuhou__txt {
  width: auto;
  max-width: 100%;
}
.list-kaijousokuhou__cont {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2; 
  -webkit-box-orient: vertical;

}
.list-kaijousokuhou__txt p + p {
  margin-top: 1rem;
}
.list-kaijousokuhou__item:not(:first-child) .list-kaijousokuhou__img{
    width: 35%;
    min-width: 35%;
    height: 148px;
    /* border: 1px solid #ccc; */
}
@media print, screen and (max-width: 480px) {
    .list-kaijousokuhou__item:not(:first-child) .list-kaijousokuhou__img{
        height: 110px;;
    }
}
.list-kaijousokuhou__item:not(:first-child) .list-kaijousokuhou__img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .list-kaijousokuhou__item a:hover .contents-list__ttl {
    color: #1C9E3B;
  }
}

.main-content__sidebar .bg__gray {
  padding: 2rem 1.2rem;
  margin-bottom: 2rem !important;
}
.main-content__sidebar .bg__gray .category-list {
  width: 100%;
  gap: 5px;
}
.main-content__sidebar .bg__gray .category-list li {
  margin-right: 0;
  width: calc((100% - 5px) / 2);
  margin-top: 0;
}

.btn-more {
  text-align: center;
}

.btn-more button {
  position: relative;
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #27403E;
  border: none;
  border-radius: 5px;
  width: auto;
  min-width: 230px;
  max-width: 100%;
  padding: 17px 50px;
  line-height: normal;
  outline: 0;
  cursor: pointer;
}

.btn-more button:after {
  content: "もっと見る";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

.btn-more button.more.on-click:after {
  content: "閉じる";
}

.btn-more button .cm-arr {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.btn-more button .cm-arr:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.7rem;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}

@media print, screen and (min-width: 768px) {
  .btn-more button:hover {
    background-color: #1C9E3B;
  }
  .pickup__img{
    height: 255px;
    margin-top: 28px;
  }
  .pickup__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.txt-more {
  display: none;
}
.page-whats .sec-news, .page-flow .sec-news, .page-cost .sec-news, .page-word .sec-news{
  display: none;
}
.page-contents.single .sec-knowledge, .page-contents.single .sec-news .cm__button{
  display: none;
}
.page-contents.single .main-content__main p{
  font-size: 16px;
  line-height: 1.75em;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0px;
  color: #000;
  position: relative;
  font-family: "游ゴシック体", '游ゴシック', 'Yu Gothic', YuGothic, "メイリオ", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.database_img{
  height: 90px;
  display: block;
  margin: auto;
}

.oneline-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.twoline-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp : 2;
  overflow: hidden;
}

.fiveline-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}

.list-kaijousokuhou__txt-note{
  display: flex;
  align-items: center;
}
.list-kaijousokuhou__txt-note ul{
  margin-right: 1rem;
}
.list-kaijousokuhou__txt-note li{
  text-align: center;
  color: #fff;
  font-size: 13px;
  width: 65px;
  margin: 5px 0;
}
.list-kaijousokuhou__txt-note .yellow{
  background: #ffc000;
}
.list-kaijousokuhou__txt-note .silver{
  background: #808080;
}