@charset "utf-8";

/***************************************************
  company-parts.css
***************************************************/

/* メニューなし
--------------------------------------------------*/

.contents-nav-inner {
  word-break: break-all;
}

/* メインビジュアル */
.mainvisual-company{
  width: 100%;
  height: 350px;
  background-size: cover;
}
.mainvisual-company .contents-inner{
  height: 350px;
  display: table;
}
.txt-mainvisual-company{
  display: table-cell;
  vertical-align: middle;
}
.txt-mainvisual-company .title-mainvisual{
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
.txt-mainvisual-company p{
  line-height: 25px;
}
.mainvisual-company .text-02 {
  display: none;
}
.contents-inner .column-list ul li a:hover {
  text-decoration: underline;
}
.company .contents-inner ul li a img {
  border-bottom: 1px solid #ddd;
}
.company .contents-nav-inner ul li a img {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 640px) {
  .mainvisual-company{
    height: 200px;
  }
  .txt-mainvisual-company {
    vertical-align: top;
    padding-top: 25px;
  }
  .mainvisual-company .contents-inner{
    height: 200px;
  }
  .txt-mainvisual-company .title-mainvisual{
    font-size: 19px;
    margin-bottom: 10px;
  }
  .txt-mainvisual-company p{
    line-height: 16px;
  }
  .mainvisual-company .text-01 {
    display: none;
  }
  .mainvisual-company .text-02 {
    display: block;
    padding: 20px 20px 20px;
    background-color: #eeede9;
    color: #65562d;
    font-size: 12px;
  }
  .contents-inner .column-list ul li a:hover {
    text-decoration: none;
  }
}


/* 4カラム */
ul.column.col4 li{
  width: 23%;
  margin-right: 2.66666%;
  float: left;
  margin-bottom: 30px;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
}
ul.column.col4 li p{
  margin-bottom: 0;
  margin-top: 0;
}
ul.column.col4 a{
  display: block;
  height: inherit;
}
ul.column.col4 li:hover{
  background: rgba(146, 135, 105, 0.2);
  transition: all 0.2s ease;
}
ul.column.col4 li:hover img{
  opacity: 0.8;
}
ul.column.col4 li:nth-child(4n){
  margin-right: 0;
}

/* 2カラム */
ul.column.col2 > li{
  width: 48%;
  float: left;
  margin: 70px 0 100px;
  margin-right: 4%;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  height: 258px;
  padding: 10px;
}
ul.column.col2 > li:nth-child(2n){
  margin-right: 0;
}

ul.column.col2.no_shadow > li {
  padding: 0;
  box-shadow: none;
}



/* image height adjustment in new update file */
.flex-container {
  display: flex;
  flex-wrap: wrap; /* allows stacking on small devices */
  gap: 20px;
}

.flex-column {
  flex: 1;
  box-sizing: border-box;
}

.flex-column img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Optional: make it responsive for small screens */
@media only screen and (max-width: 640px) {
  .flex-container {
    flex-direction: column;
  }

  .flex-column {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
/* image height adjustment fininshed */



/* 3カラム */
ul.column.col3 {
  display: flex;
  flex-wrap: wrap;
}
ul.column.col3 > li{
  width: 31.6%;
  /* float: left; */
  margin-right: 2.6%;
  margin-bottom: 30px;
}
ul.column.col3 > li:nth-child(3n){
  margin-right: 0;
}
ul.column a{
  text-decoration: none;
}
ul.column.col3.sp1 .column-list a:hover {
  text-decoration: underline;
}
/* カラム sp2 */
@media only screen and (max-width: 640px) {
  ul.column.sp2 > li{
    width: 48%;
    margin-bottom: 15px;
    margin-right: 4%;
  }
  ul.column.sp2 > li:nth-child(3n){
    margin-right: 4%;
  }
  ul.column.sp2 > li:nth-child(2n){
    margin-right: 0;
  }
}
/* カラム sp1 */
@media only screen and (max-width: 640px) {
  ul.column.sp1 > li{
    width: 100%;
    margin: 20px 0;
  }
}

/* カラム内テキスト */
.box-colum-txt{
  padding: 10px 15px;
}
.txt-arrow{
  width: 100%;
  display: table;
  background: url("/shared/img/svg/ar01.svg")no-repeat center right;
}
.column .txt-arrow p{
  font-size: 16px;
  font-weight: bold;
  color: #df0000;
  display: table-cell;
  position: relative;
  padding-right: 27px;
  vertical-align: middle;
}
.column .txt-arrow.txt-blank p:before {
  content: "";
  width: 23px;
  height: 17px;
  background: url("/shared/img/svg/icon_window02.svg")no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.column .txt-arrow.txt-blank p:after {
  background: inherit;
}
.txt-yellow{
  font-size: 12px;
  color: #64562f;
  margin-top: 8px;
}
ul.column.col4 li p.txt-yellow{
  margin-top: 8px;
}
.column-list{
  margin-top: 13px;
}
.column-list li{
  font-size: 12px;
  color: #64562f;
  padding-left: 24px;
  line-height: 22px;
  position: relative;
}
.column-list li:before{
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 12px;
  background: url(/shared/img/svg/cur05.svg)no-repeat center;
  background-size: 5px 10px;
  background-position: center;
}
.column-list a{
  color: #64562f;
  font-size: 16px;
}
@media only screen and (max-width: 640px){
  .column .txt-arrow p{
    font-size: 15px;
  }
  .box-colum-txt{
    padding: 11px 15px;
  }
  .column.sp2 .box-colum-txt{
    /*padding: 7px 11px;*/
    padding: 6px 7px;
  }
  .column.sp2 .txt-arrow p{
    /*padding-right: 20px;*/
    padding-right: 14px;
    font-size: 14px;
  }
  ul.column.col4.sp2 li p.txt-yellow{
    margin-top: 7px;
    font-size: 11px;
  }
}
sub {
  bottom: 0;
  font-size: 0.1em;
}

/* カラム内レイアウト */
.box-link{
  text-align: center;
}
ul.column.col2 > li .box-link{
  width: 100%;
  height: 100%;
  background: url("https://dummyimage.com/560x242/000000/ffffff")no-repeat center;
  background-size: cover;
}
.box-link p{
  font-size: 28px;
  color: #fff;
  line-height: 258px;
  font-weight: bold;
}
.column-shadow{
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
}
.column-shadow a:hover {
  text-decoration: none;
}
.column-shadow a:hover .box-colum-txt {
  background: rgba(146, 135, 105, 0.2);
  transition: all 0.2s ease;
}
.column-shadow a:hover img{
  opacity: 0.8;
}
.ico_blank:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 17px;
  background: url("/shared/img/svg/icon_window02.svg")no-repeat center left 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* メニューあり
--------------------------------------------------*/
.top-line{
  border-top: 3px solid #e00000;
}

/* 見出し サイド上 */
.box-title-01 .ttl-01 {
  line-height: 1em;
}
/* 見出し メイン */
.name-products {
  margin-bottom: 10px;
  padding-top: 30px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
}
.top-line .name-products {
  padding-top: 0;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .top-line .name-products {
    margin-bottom: 5px;
    padding-top: 15px;
    font-size: 20px;
    margin-top: 15px;
  }
}
/* 見出し1 */
.under-weigh-line{
  width: 100%;
  text-align: center;
  display: block;
  padding: 100px 0 50px;
}
.under-weigh-line .inner{
  font-size: 32px;
  font-weight: bold;
  border-bottom: 3px solid #e10000;
  display: inline-block;
  padding-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .under-weigh-line{
    padding: 170px 0 25px;
  }
  .under-weigh-line .inner{
    font-size: 16px;
  }
}

/* 見出し2 */
.under-line{
  display: block;
  font-size: 26px;
  margin: 60px 0 20px;
  border-bottom: 1px solid #918c89;
  padding-bottom: 12px;
  font-weight: bold;
}
.under-line-sub {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
p + .under-line-sub {
  margin-top: 20px;
}
@media only screen and (max-width: 640px){
  .under-line{
    padding-bottom: 9px;
    font-size: 17px;
  }
}
.under-line.anc {
  margin-top: 0;
  padding-top: 60px;
}

/* 見出し2丸アイコンあり */
.under-line.icon-circle{
  padding-left: 18px;
  position: relative;
}
.under-line.icon-circle:after{
  content: "";
  width :12px;
  height: 12px;
  border-radius: 6px;
  background-color: #e10000;
  position: absolute;
  top: 5px;
  left: 0;
}
@media only screen and (max-width: 640px){
  .under-line.icon-circle{
    padding-left: 14px;
  }
  .under-line.icon-circle:after{
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
}

/* 見出し3 */
.ttl-weight{
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0;
  line-height: 1.3;
}
@media only screen and (max-width: 640px){
  .ttl-weight{
    margin: 20px 0 10px 0;
    font-size: 14px;
  }
}
/* 見出し4 */
.ttl-weight-02{
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
@media only screen and (max-width: 640px){
  .ttl-weight-02{
    margin: 15px 0 10px 0;
    font-size: 14px;
  }
}

/* テキスト左画像右7:3 */
ul.box-left-img{
  width: 100%;
}
ul.box-left-img li.left-box{
  float: left;
  width: 56%;
}
ul.box-left-img li.right-box{
  float: right;
  width: 40%;
}
ul.box-left-img li.right-box img{
  width: 100%;
}
@media only screen and (max-width: 640px){
  ul.box-left-img li.left-box{
    float: none;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    color: #5f5025;
  }
  ul.box-left-img li.right-box{
    float: none;
    width: 100%;
  }
}

/* 画像左テキスト右3:7 */
ul.box-right-img{
  width: 100%;
}
ul.box-right-img li.left-box{
  float: left;
  width: 40%;
}
ul.box-right-img li.right-box{
  float: right;
  width: 56%;
}
ul.box-right-img li.left-box img{
  width: 100%;
}
@media only screen and (max-width: 640px){
  ul.box-right-img li.right-box{
    float: none;
    width: 100%;
    font-size: 14px;
    color: #5f5025;
  }
  ul.box-right-img li.left-box{
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

/* テキスト左画像右5:5 */
ul.box-left-img-half{
  width: 100%;
}
ul.box-left-img-half li.left-box{
  float: left;
  width: 47.5%;
}
ul.box-left-img-half li.right-box{
  float: right;
  width: 47.5%;
}
ul.box-left-img-half li.right-box img{
  width: 100%;
}
@media only screen and (max-width: 640px){
  ul.box-left-img-half li.left-box{
    float: none;
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    color: #5f5025;
  }
  ul.box-left-img-half li.right-box{
    float: none;
    width: 100%;
  }
  ul.box-left-img-half li.right-box img {
    margin-bottom: 20px;
  }
}

/* 画像左テキスト右5:5 */
ul.box-right-img-half{
  width: 100%;
}
ul.box-right-img-half li.left-box{
  float: left;
  width: 47.5%;
}
ul.box-right-img-half li.right-box{
  float: right;
  width: 47.5%;
}

ul.box-right-img-half li.new-box{
  width: 47.5%;
}
ul.box-right-img-half li.left-box img{
  width: 100%;
}
@media only screen and (max-width: 640px){
  ul.box-right-img-half li.right-box{
    float: none;
    width: 100%;
    /* font-size: 14px; */
    /* color: #5f5025; */
  }
  ul.box-right-img-half li.left-box{
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  ul.box-right-img-half li.new-box{
    width: 100%;
    margin-bottom: 15px;
  }
}

/* テーブル */
.table-co2{
  margin: 10px 0 40px;
}
.table-co2 table{
  width: 100%;
}
.table-co2 th{
  height: 37px;
  line-height: 37px;
  font-size: 17px;
  background-color: #b2ab96;
  color: #fff;
}
.table-co2 th:nth-child(1){
  width: 73%;
}
.table-co2 th:nth-child(2){
  width: 27%;
}
.table-co2 td{
  border-bottom: 1px solid #e4e1da;
}
.table-co2 td:first-child{
  border-left: 1px solid #e4e1da;
  padding: 27px 23px;
  font-weight: bold;
  width: 35%;
  font-size: 18px;
}
.table-co2 td:nth-child(2){
  width: 38%;
}
.table-co2 td:nth-child(2) span{
  padding-right: 24px;
}
.table-co2 td:nth-child(3){
  width: 27%;
}
.table-co2 td:nth-child(2),.table-co2 td:nth-child(3){
  border-right: 1px solid #e4e1da;
  padding: 27px 23px;
}
.table-co2 td:nth-child(3){
  font-weight: bold;
  font-size: 18px;
}
.table-co2 td:nth-child(3) span{
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 640px){
  .table-co2::-webkit-scrollbar{
    width: 20px;
    background: #999;
  }
  .table-co2::-webkit-scrollbar:horizontal{
    height: 10px;
    background: #eee;
    border-radius: 5px;
  }
  .table-co2::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .table-co2::-webkit-scrollbar-thumb:horizontal{
    background: #999;
    border-radius: 5px;
  }
  .table-co2{
    width: 100%;
    overflow: auto;
    margin-bottom: 40px;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch
  }
  .table-co2 table{
    width: 850px;
    overflow-x: auto;
    border-collapse: collapse;
    margin: 0;
  }
  .table-co2 table th,.table-co2 table td{
      white-space: nowrap;
  }
  .table-co2 th{
    height: 18px;
    line-height: 18px;
    font-size: 13px;
  }
  .table-co2 td:first-child{
    padding: 14px 12px;
    font-size: 13px;
  }
  .table-co2 td:nth-child(2) span{
    padding-right: 12px;
  }
  .table-co2 td:nth-child(2),.table-co2 td:nth-child(3){
    border-right: 1px solid #e4e1da;
    padding: 14px 12px;
  }
  .table-co2 td:nth-child(3){
    font-size: 13px;
  }
  .table-co2 td:nth-child(3) span{
    font-size: 13px;
  }
}

.link-icon{
  margin-top: 40px;
}
.link-icon li{
  font-weight: bold;
}
.link-icon li:first-child{
  float: left;
  font-size: 16px;
}
.link-icon li:last-child{
  float: right;
  font-size: 13px;
}
@media only screen and (max-width: 640px){
  .link-icon li:first-child{
    float: left;
    font-size: 14px;
  }
  .link-icon li:last-child{
    float: right;
    font-size: 13px;
  }
}

/* アイコン pdf 右 */
.link-pdf-right{
  position: relative;
  padding-right: 32px;
}
.link-pdf-right:after{
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  background: url("/shared/img/svg/icon_pdf.svg")no-repeat;
  background-size: 16px 20px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/* アイコン pdf 左 */
.link-pdf-left{
  position: relative;
  padding-left:25px;
  margin-left: 7px;
}
.link-pdf-left:after{
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  background: url("/shared/img/svg/icon_pdf.svg")no-repeat;
  background-size: 16px 20px;
  top: 1px;
  left: 0;
}
/* アイコン タブ */
.link-tab{
  position: relative;
  padding-right: 18px;
}
.link-tab:after{
  content: "";
  position: absolute;
  width: 15px;
  height: 14px;
  background: url("/shared/img/svg/icon_window.svg")no-repeat;
  background-size: 15px 14px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* アイコン アロー */
.icon-arrow-left{
  position: relative;
  padding-left: 15px;
}
.icon-arrow-left:before{
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  background: url("/shared/img/svg/icon_cr.svg")no-repeat;
  background-size: 9px 8px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* アイコン テキスト */
.icon-01{
  margin-bottom: 45px;
}
.icon-01{
  padding-top: 50px;
  background: url("/shared/img/ico_company_01.png")no-repeat top left;
}
@media only screen and (max-width: 640px){
  .icon-01{
    margin-bottom: 22px;
  }
}

/* リンク アロー */
.btn-arrow-right{
  width: 360px;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  margin: 0 auto;
  text-align: center;
  background: url("/shared/img/svg/ar03.svg")no-repeat center right 15px;
  margin-bottom: 45px;
  margin-top: 45px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*Newly Added Css(nb)*/
.btn-arrow-left{
  width: 360px;
  margin: 0;
  box-shadow:0 0 3px 1px rgba(0,0,0,.2);
  text-align: center;
  background: url("/shared/img/svg/ar03.svg")no-repeat center right 15px;
  /* margin-bottom: 45px; */
  padding: 12px 0;
  margin-top: 45px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-arrow-right:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  background-image: url(/shared/img/svg/ar11.svg);
}
.btn-arrow-right:hover a{
  text-decoration: none;
  color: #FFF;
}
.btn-arrow-right a{
  display: block;
  padding: 12px 23px;
}

.btn-arrow-right span:first-child{
  font-size: 13px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 640px){
  .btn-arrow-right{
    width: 100%;
  }
}

/* テーブル左画像右7:3 */
.box-left-table{
  padding-bottom: 45px;
}
.box-left-table .left-box{
  float: left;
  width: 57%;
}
.left-box table{
  width: 100%;
}
.left-box th{
  width: 20%;
  background-color: #eeede9;
  color: #000;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #e4e1da;
  font-size: 12px;
}
.left-box td{
  width: 80%;
  border-top: solid 1px #e4e1da;
  border-right: solid 1px #e4e1da;
  padding: 11px 13px;
  font-size: 12px;
  height: 59px;
  vertical-align: middle;
}
.left-box table tr:last-child th,.left-box table tr:last-child td{
  border-bottom: solid 1px #e4e1da;
}
.box-left-table .right-box{
  float: right;
  width: 39%;
}
@media only screen and (max-width: 640px){
  .box-left-table{
    padding-bottom: 28px;
  }
  .box-left-table .left-box{
    float: none;
    width: 100%;
  }
  .box-left-table .right-box{
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .box-left-table .right-box img{
    width: 100%;
  }
  .left-box td{
    height: auto;
    padding: 9px 11px;
  }
}

/* 枠四角 */
.frame-square{
  display: inline-block;
  font-size: 13px;
  border: 1px solid #000;
  padding: 5px 17px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 640px){
  .frame-square{
    font-size: 12px;
    padding: 4px 10px;
  }
}

/* テキストと数字 */
.txt-number{
  margin-bottom: 12px;
}
.txt-number p:first-child{
  font-weight: bold;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.txt-number p.number-01:after{
  content: "1";
  height: 20px;
  width: 20px;
  font-weight: nomal;
  background-color: #918769;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.txt-indent{
  padding-left: 39px;
  text-indent: -15px;
}
@media only screen and (max-width: 640px){
  .txt-number{
    margin-bottom: 15px;
  }
  .txt-number p:first-child{
    margin-bottom: 2px;
  }
  .txt-number p.number-01:after{
    height: 16px;
    width: 16px;
    border-radius: 8px;
    font-size: 11px;
    top: 2px;
  }
}

/* アンカー */
.list-anchor{
  width: 100%;
}
.list-anchor li{
  float: left;
  width: 32%;
  margin-right: 2%;
  box-shadow: 0 0 3px 1px rgba(0,0,0,.2);
  text-align: center;
  background: url(/shared/img/svg/ar07.svg) 95% 50% no-repeat;
  background-size: 19px 11px;
}
.list-anchor li:hover{
  text-decoration: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  background-image: url(/shared/img/svg/ar06.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.list-anchor li:hover a{
  color: #FFF;
  text-decoration: none;
}
.list-anchor li a{
  display: block;
  padding: 16px 38px 16px 38px;
}
.list-anchor li:last-child{
  margin-right: 0;
}
@media only screen and (max-width: 640px){
  .list-anchor{
    padding-bottom: 30px;
  }
  .list-anchor li{
    background: url("/shared/img/svg/ar07.svg")no-repeat right 6px center;
    background-size: 13px 5px;
  }
  .list-anchor li a{
    padding: 11px 17px 22px 17px;
    font-size: 12px;
  }
  .list-anchor li:hover{
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
    color: inherit;
    background: url("/shared/img/svg/ar07.svg")no-repeat right 6px center;
    background-repeat: no-repeat;
    background-size: 13px 5px;
  }
  .list-anchor li:hover a{
    color: inherit;
    text-decoration: none;
  }
  .list-anchor li:last-child{
    margin-right: 0;
  }
}

/* トグル */
.toggle-btn{
  border: solid 1px #808080;
  padding: 13px 49px;
  font-size: 19px;
  cursor: pointer;
  background: url("/shared/img/svg/toggle_company_Q.svg")no-repeat center left 20px,url("/shared/img/svg/toggle_company_down_pc.svg")no-repeat center right 15px;
}
.box-toggle-list {
  margin-bottom: 20px;
}
.box-toggle-list:last-child {
  margin-bottom: 0;
}
.toggle-btn.open{
  background: url("/shared/img/svg/toggle_company_Q.svg")no-repeat center left 20px,url("/shared/img/svg/toggle_company_up_pc.svg")no-repeat center right 15px;
}
.toggle-inner{
  padding: 13px 0 33px 49px;
  font-size: 15px;
  background: url("/shared/img/svg/toggle_company_A.svg")no-repeat top 12px left 20px;
  display: none;
}
@media only screen and (max-width: 640px){
  .toggle-btn{
    padding: 12px 33px;
    font-size: 14px;
    background: url("/shared/img/toggle_company_Q_sp.jpg")no-repeat center left 10px,url("/shared/img/svg/toggle_company_down_pc.svg")no-repeat center right 11px;
    background-size: 16px 16px,12px 7px;
  }
  .toggle-btn.open{
    background: url("/shared/img/toggle_company_Q_sp.jpg")no-repeat center left 10px,url("/shared/img/svg/toggle_company_up_pc.svg")no-repeat center right 11px;
    background-size: 16px 16px,12px 7px;
  }
  .toggle-inner{
    font-size: 13px;
    padding: 13px 0 22px 33px;
    background: url("/shared/img/toggle_company_A_sp.jpg")no-repeat top 12px left 10px;
    background-size: 16px 16px;
  }
}

.img-ttl-01{
  background-color: #eeede9;
  color: #000;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}

/* CO2表記 */
span.small-co2{
  display: inline;
  font-size: 10px;
}
.under-line span.small-co2{
  font-size: 17px;
  font-weight: bold;
}
@media only screen and (max-width: 640px){
  .under-line span.small-co2{
    font-size: 12px;
  }
}

p.txt-commentary{
  text-align: center;
  position: static;
}

/* セグメント注意文 */
ul.segment-caution{
  margin-top: 5px;
}
ul.segment-caution li{
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}
ul.segment-caution li a img{
  width: 14px;
  margin-right: 5px;
}


/* font-size
-------------------------------------*/
.mt5{margin-top:5px !important;}
.mb5{margin-top:5px !important;}
.fs10{font-size:10px !important; font-size:1.0rem !important;}
.fs11{font-size:11px !important; font-size:1.1rem !important;}
.fs12{font-size:12px !important; font-size:1.2rem !important;}
.fs13{font-size:13px !important; font-size:1.3rem !important;}
.fs14{font-size:14px !important; font-size:1.4rem !important;}
.fs15{font-size:15px !important; font-size:1.5rem !important;}
.fs16{font-size:16px !important; font-size:1.6rem !important;}
.fs17{font-size:17px !important; font-size:1.7rem !important;}
.fs18{font-size:18px !important; font-size:1.8rem !important;}
.fs19{font-size:19px !important; font-size:1.9rem !important;}
.fs20{font-size:20px !important; font-size:2.0rem !important;}
.fs21{font-size:21px !important; font-size:2.1rem !important;}
.fs22{font-size:22px !important; font-size:2.2rem !important;}
.fs23{font-size:23px !important; font-size:2.3rem !important;}
.fs24{font-size:24px !important; font-size:2.4rem !important;}
.fs25{font-size:25px !important; font-size:2.5rem !important;}
.fs26{font-size:26px !important; font-size:2.6rem !important;}
.fs27{font-size:27px !important; font-size:2.7rem !important;}
.fs28{font-size:28px !important; font-size:2.8rem !important;}
.fs29{font-size:29px !important; font-size:2.9rem !important;}
.fs30{font-size:30px !important; font-size:3.0rem !important;}

.t_c {
  text-align: center !important;
}
.t_l {
  text-align: left !important;
}
.t_r {
  text-align: right !important;
}


/*add 210331*/
table.table_r_01 {
  width: 100%;
  vertical-align: top;
}
table.table_r_01 th {
  background-color: #eeede9;
  color: #000;
}
table.table_r_01 th,
table.table_r_01 td {
  border: solid 1px #e4e1da;
  border-collapse: collapse;
  padding: 15px 13px;
  vertical-align: middle;
}
table.table_r_01 td {
  font-weight: normal;
  text-align: center;
}

table.table_r_01.ta_l th,
table.table_r_01.ta_l td {
  text-align: left;
}

table.table_r_01.th40 th {
  width: 40%;
}

@media only screen and (max-width: 640px) {

  .table-slide-arrow2::-webkit-scrollbar{
    width: 20px;
    background: #999;
  }
  .table-slide-arrow2::-webkit-scrollbar:horizontal{
    height: 10px;
    background: #eee;
    border-radius: 5px;
  }
  .table-slide-arrow2::-webkit-scrollbar-thumb{
    background: #999;
    border-radius: 5px;
  }
  .table-slide-arrow2::-webkit-scrollbar-thumb:horizontal{
    background: #999;
    border-radius: 5px;
  }
  .table-slide-arrow2{
    width: 100%;
    overflow: auto;
  }
  .table-slide-arrow2 table{
    width: 900px;
    overflow-x: auto;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  .table-slide-arrow2{
    position: relative;
  }
  .table-slide-arrow2.after:after{
    content: "";
    width: 86px;
    height: 46px;
    background: url("/shared/img/svg/icon_cr03.svg")no-repeat;
    background-size: 86px 46px;
    opacity: 0.4;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.contents-nav-inner img.img_auto {
  width: auto;
}
@media only screen and (min-width: 641px) {
  .contents-nav-inner img.img_pc300 {
    max-width: 300px;
  }
}

a.txt_l {
  text-decoration: underline;
}
a.txt_l:hover {
  text-decoration: none;
}

.v_center {
  vertical-align: middle;
}
table.table_r_01 .td_l td {
  text-align: left;
}

.table_r_01_list ul,
.list_disc {
  list-style: disc;
  padding-left: 1em;
}
.table_r_01_imgs {
/*  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  display: flex;
  flex-wrap: wrap;
}

.table_r_01_imgs:after,
.table_r_01_imgs:before {
  width: 100%;
  display: block;
  clear: both;
}
.table_r_01_imgs figure {
  width: 14%;
  /*max-width: 80px;*/
  /* height: auto;
  float: left; */
}
.table_r_01_imgs figure:nth-child(n+1) {
  margin-left: 10px;
}

.table_r_01_imgs figure:nth-child(n+7) {
  margin-top: 10px;
}
.table_r_01_imgs figure img {
  /*max-width: 80px;*/
  /* width: 70%; */
  /*height: auto;*/
}

@media only screen and (max-width: 1135px) {
	.table_r_01_imgs figure:nth-child(n+1) {
  margin-left: 4px;
}
}

.color_r {
  color: #e10000;
}

.add_side {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}

.table_side01 {
  width: 100px;
  margin-right: 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.table_side01 .table_side01_01 {
  padding: 5px;
  border-radius: 5px;
  background-color: #eeede9;
}
.table_side01 .table_side01_02 {
  height: calc(100% - 200px);
}
.table_side01 .table_side01_02 {
  position: relative;
}
.table_side01 .table_side01_02 div {
  width: 30px;
  margin: auto;
  height: calc(100% - 120px);
  background-color: #eeede9;
}
.table_side01 .table_side01_02:before,
.table_side01 .table_side01_02:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
}
.table_side01 .table_side01_02:before {
  border-width: 0px 40px 60px 40px;
  border-color: transparent transparent #eeede9 transparent;
  margin: 0 auto;
}
.table_side01 .table_side01_02:after {
  border-width: 60px 40px 0px 40px;
  border-color: #eeede9 transparent transparent transparent;
  margin: 0 auto;
}
table.table_r_01 td.no_border {
  border: none;
}
table.table_r_01 .triangle_up {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0px 70px 40px 70px;
  border-color: transparent transparent #eeede9 transparent;
  margin: 0 auto;
}

.mw100 {
  max-width: 120px;
}
.mw300 {
	max-width: 300px;
}
.mw400 {
  max-width: 400px;
}
.mw600 {
	max-width: 600px;
}
.contents-nav-inner img.mw300 {
  width: 300px;
  max-width: 100%;
}
.contents-nav-inner img.mw400 {
  width: 400px;
  max-width: 100%;
}

.contents-nav-inner img.mw100 {
  width: 120px;
  height: auto;
}

.column.col3.flex {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box_col2_pc {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box_col2_pc > * {
	width: 49%;
}
.box_col2_pc .box_col2_w20 {
	width: 19%;
}
.box_col2_pc .box_col2_w30 {
	width: 29%;
}
.box_col2_pc .box_col2_w70 {
	width: 69%;
}
.box_col2_pc .box_col2_w80 {
	width: 79%;
}
.list_has_num {
  counter-reset: number;
  font-size: 18px;
    line-height: 1.5;
}
.list_has_num li {
    position: relative;
    padding-left: 2em;
    font-weight: bold;
}
.list_has_num li:before {
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e10000;
    color: #fff;
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    margin-right: 10px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
}
.list_has_num li + li {
	margin-top: 20px;
}

.contents-nav-inner img.wauto {
  width: auto;
}

@media only screen and (max-width: 640px) {
	.box_col2_pc {
		display: block;
	}
	.box_col2_pc .box_col2_w80{
		width: 100%;
	}
  .box_col2_pc > * {
    margin-left: auto;
    margin-right: auto;
  }
	.box_col2_pc > *:nth-child(2) {
		margin-top: 20px;
	}

  .box_col2_pc .box_col2_w20 {
    width: 70%;
  }
  .box_col2_pc > img {
    display: block;
  }
}

.color_r {
  color: #e10000;
}

.box_declaration {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: solid 2px #e10000;
}

.box_declaration_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #e10000;
  text-align: center;
}
.box_declaration_txt {
  margin: 10px 0;
}

@media only screen and (max-width: 640px) {
  .box_declaration {
    padding: 10px;
  }
}

.box_declaration2 {
  max-width: 670px;
  margin: 40px auto 0;
  text-align: center;
}
.box_declaration2_ttl {
  font-size: 26px;
  font-weight: bold;
  color: #e10000;
  margin-bottom: 10px;
}
.box_declaration2_txt + .box_declaration2_txt {
  margin-top: 20px;
}
.box_declaration2_txt {
  font-weight: bold;
}
.box_declaration3_img {
  margin-top: 50px;
}

.txt_bold {
  font-weight: bold;
}

.img_flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img_flex > p {
  width: 50%;
}
.img_flex_inner {
  width: 46%;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img_flex_inner figure {
  width: 49%;
}
@media only screen and (max-width: 640px) {
  .img_flex {
    display: block;
  }
  .img_flex > p,
  .img_flex_inner {
    width: 100%;
  }
  .img_flex_inner {
    margin-top: 10px;
  }
}

table.table_r_01.t_l td {
  text-align: left;
}

.arr_flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.arr_flex_txt {
  width: 20%;
  background-color: #e10000;
  color: #fff;
  padding: 10px;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.arr_flex_inner {
  width: 6%;
  position: relative;
}
.arr_flex_inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #e10000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.text_under {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .arr_flex {
    display: block;
  }
  .arr_flex_txt {
    width: 100%;
  }
  .arr_flex_inner {
    width: 100%;
    height: 30px;
  }
  .arr_flex_inner:after {
    border-width: 20px 30px 0 30px;
    border-color: #e10000 transparent transparent transparent;
  }
}


@media (min-width: 641px) {
  .fbox_pc {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
  }
}

.list_has_num.not_color li:before {
  background: none;
  color: #231815;
  margin: 0;
  content: counter(number)".";
}
.list_has_num li {
  font-weight: normal;
}

.logo_center_top img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 60px auto 50px;
}

@media (max-width: 640px) {
  .list_has_num {
    font-size: 15px;
  }
}

.ttl_gray {
  font-size: 20px;
  font-weight: bold;
  color: #535550;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .ttl_gray {
    font-size: 14px;
  }
}

.ico_flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
}
.ico_flex figure {
  margin-left: 20px;
}
@media (max-width: 640px) {
  .ico_flex {
    display: block;
  }
  .ico_flex figure {
    margin: 10px auto 0;
    text-align: center;
  }
}

.list_step_ttl_red li + li {
  margin-top: 20px;
}
.list_step_ttl_red .list_step_ttl_red_dl {
  display: flex;
  width: 100%;
}
.list_step_ttl_red .list_step_ttl_red_dl dt {
  background-color: #e10000;
  color: #fff;
  font-weight: bold;
  width: 100px;
  text-align: center;
  padding: 9px;
}
.list_step_ttl_red .list_step_ttl_red_dl dd {
  background-color: #EEEDE9;
  font-weight: bold;
  width: calc(100% - 100px);
  padding: 9px;
}
.list_step_ttl_red .list_step_ttl_red_txt {
  margin-top: 15px;
  font-size: 15px;
}

.table_mapping {
  width: 100%;
}

.table_mapping_wrap {
  padding-left: 90px;
  padding-bottom: 60px;
  position: relative;
  margin: 20px 0 10px;
}
.table_mapping {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table_mapping_cell {
  width: calc(100% / 3);
  min-height: 132px;
  /*margin-bottom: 10px;*/
  padding: 5px;
  font-size: 14px;
}
.table_mapping_cell:nth-child(2) {
  border-top: 2px solid #e10000;
  border-left: 2px solid #e10000;
  border-bottom: 2px solid #e10000;
  padding-top: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
  position: relative;
}
.table_mapping_cell:nth-child(2):before,
.table_mapping_cell:nth-child(2):after {
  content: "";
  display: block;
  width: 3px;
  height: 2px;
  background-color: #e10000;
  position: absolute;
}
.table_mapping_cell:nth-child(2):before {
  top: -2px;
  right: -2px;
}
.table_mapping_cell:nth-child(2):after {
  bottom: -2px;
  right: -3px;
}
.table_mapping_cell:nth-child(3) {
  border-top: 2px solid #e10000;
  border-right: 2px solid #e10000;
  padding-top: 3px;
  padding-right: 3px;
}
.table_mapping_cell:nth-child(6) {
  border-right: 2px solid #e10000;
  border-left: 2px solid #e10000;
  border-bottom: 2px solid #e10000;
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 3px;
}
.table_mapping_cell_inner {
  padding: 10px 8px;
  height: 100%;
}
.table_mapping_cell.col01 .table_mapping_cell_inner {
  background-color: #fcdcdd;
}
.table_mapping_cell.col02 .table_mapping_cell_inner {
  background-color: #fbc4c7;
}
.table_mapping_cell.col03 .table_mapping_cell_inner {
  background-color: #f9aeb2;
}
.table_mapping_cell.col04 .table_mapping_cell_inner {
  background-color: #fff3f3;
}
.table_mapping_cell.col05 .table_mapping_cell_inner {
  background-color: #f6f6f4;
}
.table_mapping_cell ul {
  padding-left: 20px;
}
.table_mapping_cell li {
  list-style: disc;
}
.table_mapping_cell.col02 li,
.table_mapping_cell.col03 li {
  font-weight: bold;
}

.mapping_txt {
  font-size: 14px;
  font-weight: bold;
  color: #e10000;
}
.mapping_txt.bottom {
  text-align: right;
}

.mapping_arr_left {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 15px;
  text-align: center;
  color: #fff;
  z-index: 1;
  padding-top: 30px;
  line-height: 1.2;
}
.mapping_arr_left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 0px 30px 30px 30px;
  border-color: transparent transparent #f02e36 transparent;
  z-index: -1;
}
.mapping_arr_left:after {
  content: "";
  display: block;
  width: 20px;
  height: calc(100% - 50px);
  background: linear-gradient(#f02e36,#F5E2E1, #F6F6F4);
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: -1;
}

.mapping_arr_bottom {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  right: 0;
  text-align: right;
  color: #fff;
  z-index: 1;
  padding-top: 18px;
  padding-right: 30px;
}
.mapping_arr_bottom:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 30px 0px 30px 30px;
  border-color: transparent transparent transparent #f02e36;
  z-index: -1;
}
.mapping_arr_bottom:after {
  content: "";
  display: block;
  width: calc(100% - 65px);
  height: 20px;
  background: linear-gradient(to left, #f02e36,#F5E2E1, #F6F6F4);
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: -1;
}

.ttl_top_cl {
  font-size: 20px;
  margin-top: 45px;
}
.ttl_top_cl:first-letter {
  color: #e10000;
  font-weight: bold;
}

.conts_theme {
  margin-top: 35px;
}
.conts_theme + .conts_theme {
  /* border-top: 2px solid #EEEDE9; */
  margin-top: 20px;
  /* padding-top: 20px; */
}
.conts_theme_label {
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #EEEDE9;
  margin-bottom: 10px;
}
.conts_theme_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.conts_theme_txt {
  margin-bottom: 20px;
}
.conts_theme_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.conts_theme_flex_inner {
  width: 48.5%;
  font-size: 14px;
}
.conts_theme_flex_inner ul {
  margin-bottom: 20px;
}
.conts_theme_list_num {
  padding-left: 16px;
}
.conts_theme_list_num li {
  list-style: number;
}
.conts_theme_list_disc {
  padding-left: 20px;
}
.conts_theme_list_disc li {
  list-style: disc;
}
.conts_theme_list_disc a {
  text-decoration: underline;
}
.conts_theme_list_disc a:hover {
  text-decoration: none;
}
.conts_theme_list_img {
  display: flex;
  flex-wrap: wrap;
}
.conts_theme_list_img li {
  width: 17.5%;
  margin-right: 3.125%;
}
.conts_theme_list_img li:nth-child(5n) {
  margin-right: 0;
}

.border_triangle {
  text-align: center;
  margin-top: 35px;
}

@media (max-width: 640px) {
  .list_step_ttl_red .list_step_ttl_red_dl dt {
    width: 60px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .list_step_ttl_red .list_step_ttl_red_dl dd {
    width: calc(100% - 60px);
  }

  .table-slide-arrow {
    border: none;
  }
  .table-slide-arrow_inner {
    width: 890px;
  }
  /* .table-slide-arrow.after:after {
    top: 200px;
  } */
  .performance {
    margin-bottom: 10px;
  }

  .conts_theme_flex {
    display: block;
  }
  .conts_theme_flex_inner {
    width: 100%;
    padding: 0 20px;
  }
  .conts_theme_ttl {
    line-height: 1.6;
  }
  .conts_theme_list_img li {
    width: 22%;
    margin-right: 4%;
  }
  .conts_theme_list_img li:nth-child(4n) {
    margin-right: 0%;
  }

  .border_triangle img {
    width: 60px;
    height: auto;
  }
  .conts_theme_list_img li:nth-child(5n) {
    margin-right: 4%;
}
  .conts_theme_list_img li:nth-child(n+5) {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .table-slide-arrow.after:before {
    content: "※図版を横にスワイプするとご覧いただけます";
    display: inline-block;
    position: absolute;
    top: 303px;
    left: 0;
    z-index: 2;
  }
  .img_mapping {
    width: 888px;
    height: auto;
    max-width: inherit;
  }
}


@media (min-width: 641px) {
  .scroll-hint-icon-wrap {
    display: none;
  }
  .scroll-hint {
    overflow: inherit!important;
  }
}

ul.column.col4 a.no_border {
  height: auto!important;
}

ul.column.col4 a.img_blank {
  position: relative;
}
ul.column.col4 a.img_blank:before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(/company/img/icon_window.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
@media (max-width: 640px) {
  ul.column.col4 a.img_blank:before {
    bottom: 8%;
    opacity: 1;
    z-index: 10;

  }
}

.colum_bnr_under {
  display: flex;
  justify-content: center;
}
.colum_bnr_under .column.col3 {
  width: 65.8%;
  margin-right: 2.6%;
}
.bnr_col3 {
  width: 31.6%;
}
.bnr_col3 img {
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 20%);
  width: 100%;
  height: auto;
}
.colum_bnr_under ul.column.col3 > li {
  width: 48%;
  margin-right: 4%;
}
.colum_bnr_under ul.column.col3 > li:nth-child(3n) {
  margin-right: 4%;
}
.colum_bnr_under ul.column.col3 > li:nth-child(2n) {
  margin-right: 0;
}
.bnr_col3 a {
  display: block;
  position: relative;
}
.bnr_col3 a:before {
  content: "";
  content: none;
  display: block;
  width: 22px;
  height: 19px;
  background: url(/company/img/icon_window.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  bottom: 20px;
}

@media (max-width: 640px) {
  .colum_bnr_under {
    display: block;
  }
  .colum_bnr_under .column.col3 {
    width: 100%;
    margin-right: 0;
  }
  .bnr_col3 {
    width: 100%;
  }
  .colum_bnr_under ul.column.col3 > li {
  width: 100%;
  margin-right: 0;
  }
  .colum_bnr_under ul.column.col3 > li:nth-child(3n) {
    margin-right: 0;
  }
  .bnr_col3 a:before {
    content: none;
  }
}


.board_table dl{
  width: 100%;
}
.board_table dl{
  display: flex;
}
.board_table dl dt {
  width: 10em;
}
.board_table dl dd {
  width: calc(100% - 10em);
}

.img_f_r {
  max-width: 355px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
@media (max-width: 640px) {
  .img_f_r {
    max-width: 100%;
    margin-right: 0;
    float: none;
  }
}

.txt_indent {
  text-indent: -1em;
  padding-left: 1em;
}

.w100 {
  width: 100%;
}

@media (max-width: 640px) {
  .sp_mt40 {
    margin-top: 40px;
  }
}

.box_talk {
  display: flex;
  justify-content: space-between;
}

.box_talk + .box_talk {
  margin-top: 40px;
}

.box_talk .box_talk_ttl {
  width: 80px;
}
.box_talk .box_talk_ttl .box_talk_name {
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
}
.box_talk .box_talk_desc {
  width: calc(100% - 100px);
}
.box_talk.has_img .box_talk_desc {
  width: calc(50% - 100px);
}
.box_talk.has_img .box_talk_desc + .box_talk_desc {
  width: 47%;
}
.box_talk_wrap {
  display: flex;
  justify-content: space-between;
}
.box_talk_wrap_txt {
  width: 50%;
}
.box_talk_wrap_img {
  width: 47%;
}
.box_talk_wrap + .box_talk {
  margin-top: 40px;
}
.margin-talk{
  margin-top: -10px!important;
}
.box_talk_red{
  font-weight: bold;
  color: #e10000;
}


@media (max-width: 640px) {
  .box_talk + .box_talk {
    margin-top: 30px;
  }
  .box_talk .box_talk_ttl {
    width: 60px;
  }
  .box_talk .box_talk_desc {
    width: calc(100% - 70px);
  }
  .box_talk_wrap + .box_talk {
    margin-top: 30px;
  }
  .box_talk.has_img {
    flex-wrap: wrap;
  }
  .box_talk.has_img .box_talk_ttl {
    order: 2;
  }
  .box_talk.has_img .box_talk_desc {
    order: 3;
    width: calc(100% - 70px);
  }
  .box_talk.has_img .box_talk_desc + .box_talk_desc {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .box_talk_wrap {
    flex-wrap: wrap;
  }
  .box_talk_wrap_img {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .box_talk_wrap_txt {
    width: 100%;
    order: 2;
  }
  .margin-talk{
    margin-top: 0px!important;
  }
}



.side_icon_r {
  margin-top: 15px;
}
.side_icon_r.no_arr {
  margin-bottom: 40px;
}
.side_icon_r_ttl {
  display: flex;
  align-items: center;
  background-color: #EEEDE9;
  margin-bottom: 15px;
}
.contents-nav-inner .side_icon_r_ttl img {
  width: 40px;
  height: 40px;
}
.side_icon_r_ttl_inner {
  font-weight: bold;
  padding: 0 10px;
  width: calc(100% - 40px);
}
a.link_anc {
  text-decoration: underline;
  color: #e10000;
}
a.link_anc img {
  width: 10px;
  height: 5px;
  margin: 0 5px;
}
.side_icon_r_arr {
  text-align: center;
  margin-top: 5px;
}
.side_icon_r_arr img {
  width: 24px;
  height: 12px;
}

.f_img_r {
  float: right;
  margin-left: 20px;
}

.th_flex{
  background-color: #eeede9;;
}

.th_flex_box{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.th_flex_left {
  width: 60px;
}

.th_flex_right{
  width: calc(100% - 75px);
}

.th_flex_link{
  display: inline-block;
  padding: 5px 35px;
  text-align: center;
  margin: 10px 0 0;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  background: url(/shared/img/svg/ar08.svg) no-repeat center right 8px;
  text-decoration: none;
  background-color: #fff!important;
}

.th_flex_font{
  font-weight: bold;
}


.theme-box-sp{
  background-color: #eeede9;
  padding: 20px;
  margin-bottom: 20px;
}

.conts_retheme_label{
  display: inline-block;
  padding: 6px 30px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #e10000;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .th_flex_link{
    display: block;
    width: 100%;
    padding: 3px 35px;
    margin: 10px 0 0;
  }
  .only-sp-width {
    max-width: none!important;
  }
.table_r_01_imgs p {
  position: relative;      /* needed for ::before */
  padding-left: 0.5em;     /* space for the bullet */
  margin: 0 0 0.5em 0;     /* spacing between items */
  line-height: 1.4;        /* adjust line spacing */
}

.table_r_01_imgs p::before {
  content: "•";            /* the bullet */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;          /* size of bullet */
  line-height: 1.4;        /* same as text */
}

}

.ohgon_birth_img{
  width: 80%!important;
}

table.table_r_01.c1 th {
  border: solid 1px #e4e1da;
  border-collapse: collapse;
  padding: 22px 13px;
  vertical-align: middle;
}

table.table_r_01.c1 th.c2 {
    border: solid 1px #e4e1da;
    border-collapse: collapse;
    padding: 45px 13px;
    vertical-align: middle;
}

.custom-section {
  margin-bottom: 20px;
}
.custom-title {
  /* font-weight: bold; */
  margin-bottom: 10px;
  float: left;
  width: 150px;
}
.custom-item {
  margin-left: 170px;
  margin-bottom: 5px;
}
.custom-clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}

/* adding new lines from the beginning */
.table_r_01_imgs p {
  position: relative;      /* needed for ::before */
  padding-left: 0.5em;     /* space for the bullet */
  margin: 0 0 0.5em 0;     /* spacing between items */
  line-height: 1.4;        /* adjust line spacing */
}

.table_r_01_imgs p::before {
  content: "•";            /* the bullet */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;          /* size of bullet */
  line-height: 1.4;        /* same as text */
}

/* lower paragraph */
/* adding new lines */

.lowerPart {
  counter-reset: item;
}

.lowerPart p {
  position: relative;          /* needed for ::before positioning */
  padding-left: 2.5em;         /* space for the bullet */
  margin: 0 0 0.5em 0;         /* spacing between items */
  line-height: 1.4;
}

.lowerPart p::before {
  counter-increment: item;
  content: "※" counter(item);                /* the bullet */
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 1em;              /* size of bullet */
  line-height: 1.4;
}
@media (max-width: 640px) {
.table_r_01_imgs p{
  margin-left: 12px;
} 
}