body {
  color: #2b2b30;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.header {
  filter: drop-shadow(0px 3px 6px #e8a0a1);
}
.hf img {
  width: 100%;
}
.pdfimg img {
  width: 18px;
  padding-left: 5px;
  padding-bottom: 1px;
  display: inline-block;
  vertical-align: middle;
}
.inner {
  width: 96%;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
a:hover {
  opacity: 0.8;
  transition: ease 0.2s;
}
input:hover {
  opacity: 0.8;
  transition: ease 0.2s;
}
.abtn {
  display: block;
  width: 275px;
  border-radius: 6px;
  text-align: center;
  filter: drop-shadow(0px 3px 6px #dfdfdf);
}
.abtn p {
  font-size: 16px;
  font-weight: bolder;
}
.blk {
  background: #2b2b30;
  color: #ffffff;
  padding: 18px 0;
}
.wht {
  background: #ffffff;
  color: #c9191d;
  border: 1px solid #ececec;
  padding: 8px 0;
}
.btn-after_b p::after {
  content: url(../img/icon_arrow_white.png);
  transform: scale(0.3);
  display: block;
  position: absolute;
  top: 40%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
}
.btn-after_w p::after {
  content: url(../img/icon_arrow_red.png);
  transform: scale(0.3);
  display: block;
  position: absolute;
  top: 40%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
}

/*headline*/
.headline {
  overflow: hidden;
  padding: 40px 0;
}
.headline .hp {
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  margin: 39px 0;
  filter: drop-shadow(0px 3px 6px #333333);
  line-height: 1;
}
.headline .hp span {
  font-size: 20px;
}
.headline .ticker {
  background: #ffffff;
  overflow: hidden;
  padding: 30px 20px;
  filter: drop-shadow(0px 3px 6px #333333);
}
.headline .ticker .index {
  margin-right: 40px;
}
.headline .ticker .right {
  width: 172px;
  margin-top: 14px;
}
.headline .ticker .tp_01 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}
.headline .ticker .data_01 {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.headline .ticker .data_01 dt {
  float: left;
  font-weight: normal;
  margin-top: 9px;
}
.headline .ticker .data_01 dd {
  float: right;
  font-size: 24px;
  font-weight: bold;
}
.headline .ticker .data_01 dd span {
  font-size: 16px;
}
.headline .ticker .data_02 {
  overflow: hidden;
  padding-top: 10px;
}
.headline .ticker .data_02 dt {
  float: left;
  font-weight: normal;
}
.headline .ticker .data_02 dd {
  float: right;
  font-weight: bold;
}
.headline .ticker .data_02 dd span {
  color: #5d7d70;
  font-size: 16px;
}
.hl_01 {
  background-image: url(../img/headline_01.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.hl_02 {
  background-image: url(../img/headline_02.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

/* TOP MV */
#iframe_id {
  width: 480px;
  min-height: 140px;
  margin: 0 auto;
}
.iframe_id-wrap {
  min-height: 140px;
}

/*breadcrumbs*/
.breadcrumbs {
  margin-top: 30px;
  font-size: 14px;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs img {
  width: 11px;
  height: auto;
  margin: 0 10px 3px;
  display: inline;
  vertical-align: middle;
}

/*seciton_01*/
.section_01 {
  color: #ffffff;
  background-color: #c9191d;
  margin: 0px 0 90px;
  padding: 45px 0 90px;
}
/*.section_01 .inner{
  width: 1086px;
}*/
.section_01 .area_01 {
  overflow: hidden;
}
.section_01 .p_01 {
  font-size: 28px;
  font-weight: bold;
}
.section_01 .p_02 {
  margin-top: 13px;
}
.section_01 .area_02 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.section_01 .area_02 .box_01 {
  display: -webkit-box;
  /*width: 144px;*/
  margin: 60px 5% 0;
  text-align: center;
  overflow: hidden;
}
.section_01 .area_02 .box_01 img {
  width: auto;
  height: 74px;
  text-align: left;
  float: left;
}
.section_01 .area_02 .box_01 .box_02 {
  overflow: hidden;
  float: left;
  margin-left: 20px;
}
.section_01 .area_02 .box_01 .p_03 {
  /*color: grey;*/
  font-weight: bold;
  /*padding-top: 10px;*/
  text-align: left;
}
.section_01 .area_02 .box_01 .p_03 span {
  font-size: 14px;
  margin-left: 5px;
}
.section_01 .area_02 .box_01 .p_04 {
  font-size: 30px;
  font-weight: bold;
  padding-top: 10px;
  text-align: left;
}
.section_01 .area_02 .box_01 .p_04 span {
  font-size: 21px;
}
.section_01 .area_03 {
  display: flex;
}
.section_01 .area_03 form {
  margin: 45px auto 0;
}
.section_01 .area_03 .search_container input[type="text"] {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 100px 0 0 100px;
  height: 36px;
  width: 565px;
  padding: 0 0 0 20px;
}
.section_01 .area_03 .search_container input[type="text"]:focus {
  outline: 0;
}
.section_01 .area_03 .search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #c9191d;
  color: #fff;
  outline: none;
  width: auto;
  height: 36px;
  padding: 0 14px;
  border-radius: 0 100px 100px 0;
}

.section_01 .wht_box {
  color: #c9191d;
  background-color: #ffffff;
  max-width: 963px;
  width: 100%;
  margin: 60px auto 0;
  padding: 20px 30px;
  overflow: hidden;
}
.section_01 .wht_box .p_05 {
  font-size: 24px;
  font-weight: bold;
  float: left;
  /*margin: 10px 30px 0px 0px;*/
  line-height: normal;
}
.section_01 .wht_box .p_05 span {
  font-size: 16px;
}
.section_01 .wht_box .p_06 {
  font-size: 21px;
  font-weight: bold;
  float: left;
}
.section_01 .wht_box .p_06 span {
  font-size: 36px;
}
.section_01 .wht_box .abtn {
  float: right;
}
.section_01 .p_07 {
  text-align: center;
  margin-top: 15px;
}
.section_01 .p_07 a {
  text-decoration: underline;
  color: #ffffff;
}

/*seciton_02*/
.section_02 .h1 {
  background: #c9191d;
  width: 230px;
}
.section_02 .h1 p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  padding: 35px 120px 55px 25px;
}
.section_02 .area_04 {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  height: auto;
  margin-top: -34px;
  padding-bottom: 13px;
}
.section_02 .area_04 a {
  margin: 0 2%;
}
.section_02 .area_04 .a_box_01 {
  width: 100%;
  display: inline-block;
}
.section_02 .area_04 .a_box_01 img {
  width: 100%;
}
.section_02 .area_04 .a_box_02 {
  overflow: hidden;
  width: 300px;
  background: #ffffff;
  filter: drop-shadow(0px 3px 6px #dfdfdf);
  margin-top: -25px;
}
.section_02 .area_04 .a_box_02 p {
  font-size: 18px;
  font-weight: bold;
}
.section_02 .area_04 .a_box_02 .ab_01 {
  float: left;
  padding: 13.5px;
}
.section_02 .area_04 .a_box_02 .ab_02 {
  float: right;
  width: 9px;
  height: auto;
  padding: 20px 0;
  margin-right: 15px;
}
.section_02 .area_04 .a_box_02 .ab_02 img {
  width: 9px;
  height: auto;
}

/*section_03*/
.section_03 {
  margin: 85px 0 90px;
}
.section_03 .section_03_wrap {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
.section_03 .news-area {
  flex: 0 0 48.5%;
}

.section_03 .h1 p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
/*.tab_wrap{width:500px; margin:85px 0 90px}*/
input[type="radio"] {
  display: none;
}
.tab_area {
  font-size: 0;
  margin: 0 10px;
  width: 900px;
  background: #ececec;
  border-radius: 100px;
  margin: 0 auto;
  filter: drop-shadow(0px 3px 6px #cccccc);
}
.tab_area label {
  width: 300px; /*margin:0 5px;*/
  display: inline-block;
  padding: 17.5px 0;
  color: #2b2b30;
  background: #ececec;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 100px;
}
.tab_area label:hover {
  opacity: 0.8;
}
.panel_area {
  background: #fff;
  width: 100%;
  margin: 0 auto;
}
.tab_panel {
  width: 100%;
  padding: 25px 0 0;
  display: none;
}
.tab_panel p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}
#tab1:checked ~ .tab_area .tab1_label {
  background: #4a4a4a;
  color: #ffffff;
  font-weight: bold;
  filter: drop-shadow(0px 3px 6px #cccccc);
}
#tab1:checked ~ .panel_area #panel1 {
  display: block;
}
#tab2:checked ~ .tab_area .tab2_label {
  background: #4a4a4a;
  color: #ffffff;
  font-weight: bold;
  filter: drop-shadow(0px 3px 6px #cccccc);
}
#tab2:checked ~ .panel_area #panel2 {
  display: block;
}
#tab3:checked ~ .tab_area .tab3_label {
  background: #4a4a4a;
  color: #ffffff;
  font-weight: bold;
  filter: drop-shadow(0px 3px 6px #cccccc);
}
#tab3:checked ~ .panel_area #panel3 {
  display: block;
}
.section_03 .news {
  margin: 0 auto;
  width: 100%;
}
.section_03 .news tr {
  display: flex;
  width: 100%;
  padding: 25px;
  border-bottom: 1px solid #cccccc;
}
.section_03 .news tr .category {
  display: block;
  min-width: 100px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  margin: 0 50px;
  padding: 2px 0 0;
  border-radius: 3px;
}
.section_03 .news tr .c_01 {
  background: #bff2ff;
}
.section_03 .news tr .c_02 {
  background: #fdcfcf;
}
.section_03 .news tr .c_03 {
  background: #ffe99b;
}
.section_03 .news tr .c_04 {
  background: #ceeaac;
}
.section_03 .news tr .n_name span {
  color: #707070;
}
.section_03 .news a {
  text-decoration: underline;
}
.section_03 .news tr .n_name img {
  width: 19px;
  padding-left: 5px;
  padding-bottom: 4px;
  display: inline;
  vertical-align: middle;
}
.section_03 .abtn {
  margin: 45px auto 0;
}
/* 20250530追記 */
.section_03 .post-area {
  flex: 0 0 48.5%;
}
.section_03 .post {
  padding-top: 25px;
}
.section_03 .post .post-item {
  box-shadow: none;
  transition-duration: 0.3s;
}
.section_03 .post .post-item a {
  display: block;
}
.section_03 .post .post-item-text-area {
      display: flex;
    width: 100%;
    padding: 25px;
    border-bottom: 1px solid #cccccc;
}
.section_03 .post .post-item-text {
  font-size: 14px;
  line-height: 1.5;
}
.section_03 .post .post-item-text-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.section_03 .post .post-item-day {
}
.section_03 .post .post-item-category {
    display: block;
    min-width: 120px;
    height: 20px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin: 0 50px;
    padding: 2px 0 0;
    border-radius: 3px;
    background-color: #c6c7c7;
    color: #fff;
}

/*section_04*/
.section_04 {
  overflow: hidden;
  /*padding-top: 30px;*/
  padding-bottom: 63px;
  position: relative;
}
.section_04:after {
  position: absolute;
  background: #f8f8f8;
  top: 48px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -999;
}
.section_04 .inner {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.section_04 .area_05 {
  /*margin-right: 16px;*/
  width: 63%;
}
.section_04 .area_05 .h1_l1 {
  background: #c9191d;
  width: 286px;
}
.section_04 .area_05 .h1_l1 p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  padding: 35px 120px 55px 25px;
}
.section_04 .area_05 .w_box {
  width: 100%;
  background: #ffffff;
  padding: 15px 27.5px 27px;
  border-radius: 6px;
  filter: drop-shadow(0px 3px 6px #cccccc);
  margin-top: -33px;
  margin-left: 25px;
}
.section_04 .area_05 .w_box tr {
  display: flex;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
.section_04 .area_05 .w_box tr th {
  font-weight: normal;
}
.section_04 .area_05 .w_box tr th a {
  text-decoration: underline;
}
.section_04 .area_05 .w_box tr th span {
  color: #707070;
}
.section_04 .area_05 .w_box img {
  width: 19px;
  padding-left: 5px;
  padding-bottom: 4px;
  display: inline;
  vertical-align: middle;
}
.section_04 .area_05 .a_area {
  overflow: hidden;
  max-width: 650px;
  margin: 36px auto 0;
  padding-bottom: 10px;
}
.section_04 .area_05 .a_area .wht {
  float: left;
}
.section_04 .area_05 .a_area .blk {
  float: right;
}
.section_04 .area_05 .ir_doc {
  width: 100%;
}
.section_04 .area_06 {
  margin-right: 25px;
  width: 30%;
}
.section_04 .area_06 .h1_l2 {
  background: #c9191d;
  width: 397px;
  margin-left: -25px;
}
.section_04 .area_06 .h1_l2 p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  padding: 35px 120px 55px 25px;
}
.section_04 .area_06 .w_box {
  width: 100%;
  background: #ffffff;
  padding: 9px 27.5px 20px;
  border-radius: 6px;
  filter: drop-shadow(0px 3px 6px #cccccc);
  margin-top: -33px;
  /*margin-left: 25px;*/
}
.section_04 .area_06 .w_box tr {
  display: flex;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.section_04 .area_06 .w_box tr th {
  font-weight: bold;
}
.section_04 .area_06 .w_box tr td {
  font-weight: normal;
  padding-left: 15px;
}
.section_04 .area_06 .w_box tr td a {
  text-decoration: underline;
}
.section_04 .area_06 .w_box .acces_rank {
  width: 100%;
}
.section_04 .btn-after_b p::before {
  content: url(../img/icon_book.png);
  transform: scale(0.4);
  display: block;
  position: relative;
  width: 6px;
  height: 0px;
  margin-right: 15px;
  top: 6px;
  right: -20px;
}
.section_04 .btn-after_w p::before {
  content: url(../img/icon_download.png);
  transform: scale(0.3);
  display: block;
  position: relative;
  width: 6px;
  height: 0px;
  margin-right: 15px;
  top: 17px;
  right: -20px;
}

/*seciton_05*/
.section_05 {
  margin: 90px 0 60px;
}
.section_05 .area_07 {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  /*height: 330px;*/
  padding-bottom: 60px;
}
.section_05 .area_07 .sec05_box {
  margin: 0 2%;
}
.section_05 .area_07 .a_box_01 {
  width: 100%;
  display: inline-block;
}
.section_05 .sec05_box .a_box_01 img {
  width: 100%;
}
.section_05 .sec05_box .a_box_02 {
  overflow: hidden;
  width: 300px;
  background: #ffffff;
  filter: drop-shadow(0px 3px 6px #dfdfdf);
  margin-top: -25px;
}
.section_05 .sec05_box .a_box_02 p {
  font-size: 18px;
  font-weight: bold;
}
.section_05 .sec05_box .a_box_02 .ab_01 {
  float: left;
  padding: 13.5px;
}
.section_05 .sec05_box .a_box_02 .ab_02 {
  float: right;
  width: 9px;
  height: auto;
  padding: 20px 0;
  margin-right: 15px;
}
.section_05 .sec05_box .a_box_02 .ab_02 img {
  width: 9px;
  height: auto;
}
.section_05 .p_05 {
  margin-top: 25px;
}

/*section_06*/
.section_06 {
  position: relative;
  margin-bottom: 80px;
}
/*
.section_06:after{
  position: absolute;
  background: #F8F8F8;
  top:48px;
  content:"";
  height:82%;
  width: 100%;
  z-index:-999;
}*/
.section_06 .h1 {
  background: #c9191d;
  width: 314px;
}
.section_06 .h1 p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  padding: 35px 120px 55px 25px;
}
.section_06 .ir_calendar {
  margin-top: -33px;
}
.section_06 .ir_calendar img {
  display: block;
  width: 1150px;
  height: auto;
  margin: 0 auto;
}
.section_06 a {
  display: block;
  width: 275px;
  margin: 45px auto 0;
  padding-bottom: 10px;
}

/*section_07*/
.section_07 {
  margin-bottom: 90px;
}
.section_07 .h1 {
  background: #c9191d;
  width: 341px;
  margin-bottom: -33px;
}
.section_07 .h1 p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  padding: 35px 120px 55px 25px;
}
.section_07 .area_08 {
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  height: 55px;
  margin-bottom: 20px;
}
.section_07 .area_08 .abtn_rw {
  width: 243px;
  background: #ffffff;
  border-left: 5px solid #c9191d;
  border-top: 1px solid #dcdddd;
  border-right: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
  padding: 17px 13px;
}

/*section_08*/
.section_08 {
  /*padding-top: 30px;*/
  padding-bottom: 63px;
  margin-top: 60px;
  overflow: hidden;
  /*padding-top: 30px;*/
  padding-bottom: 63px;
  position: relative;
}
.section_08:after {
  position: absolute;
  background: #f8f8f8;
  top: 48px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -999;
}
.section_08 .h1 {
  background: #c9191d;
  width: 286px;
}
.section_08 .h1 p {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  padding: 35px 120px 55px 25px;
}
.section_08 .area_09 {
  display: block;
  background: #ffffff;
  margin: -33px auto 0;
  padding-bottom: 30px;
  border-radius: 6px;
  filter: drop-shadow(0px 3px 6px #cccccc);
}
.section_08 .area_09 .h2 {
  color: #c9191d;
  font-size: 21px;
  font-weight: bold;
  padding: 30px 0 0 27.5px;
}
.section_08 .news {
  margin: 0 auto 30px;
  width: 90%;
}
.section_08 .news tr {
  display: flex;
  width: 100%;
  padding: 25px;
  border-bottom: 1px solid #cccccc;
}
.section_08 .news tr .category {
  display: block;
  min-width: 100px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  margin: 0 50px;
  padding: 2px 0 0;
  border-radius: 3px;
}
.section_08 .news tr .c_01 {
  background: #bff2ff;
}
.section_08 .news tr .c_02 {
  background: #fdcfcf;
}
.section_08 .news tr .c_03 {
  background: #ffe99b;
}
.section_08 .news tr .c_04 {
  background: #ceeaac;
}
.section_08 .news tr .n_name span {
  color: #707070;
}
.section_08 .news a {
  text-decoration: underline;
}
.section_08 .news tr .n_name img {
  width: 19px;
  padding-left: 5px;
  padding-bottom: 4px;
  display: inline;
  vertical-align: middle;
}
.section_08 .abtn {
  margin: 0 auto;
}
.section_08 .btn-after_w p::before {
  content: url(../img/icon_download.png);
  transform: scale(0.3);
  display: block;
  position: relative;
  width: 6px;
  height: 0px;
  margin-right: 15px;
  top: 7px;
  right: -20px;
}

/*section_09*/
.section_09 a {
  display: block;
  width: 275px;
  margin: 45px auto 0;
  padding-bottom: 10px;
}

/*managementphilosophy*/
.MP_P {
  font-size: 16px;
}
.MP_P span {
  font-weight: bold;
}
.MP_01 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 90px;
}
.MP_02 {
  color: #c9191d;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0;
}
.MP_03 {
  color: #ffffff;
  background-color: #c9191d;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0;
  margin: 60px 0 90px;
}
.MP_03 span {
  font-size: 30px;
}

/*history*/
.history_box {
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  padding: 20px 0;
}
.history_box td {
  padding-bottom: 10px;
}
.history_left {
  float: left;
  width: 600px;
}
.history_right {
  float: right;
  width: 400px;
}
.history_right td {
  color: #cb4f00;
  font-weight: bold;
}
.history_right .bl {
  color: #107db8;
  font-weight: bold;
}
.hs_b {
  font-weight: bold;
}
.hs_rb {
  color: #c9191d;
  font-weight: bold;
}
.w73 {
  width: 73px;
  display: inline-block;
}
.w48 {
  width: 48px;
  display: inline-block;
}
.w88 {
  width: 88px;
  display: block;
}

/*mediumtermmanagementpolicy*/
.mmp_01 {
  overflow: hidden;
  margin-bottom: 25px;
}
.mmp_left {
  float: left;
}
.mmp_left p {
  font-size: 30px;
  font-weight: bold;
}
.mmp_right {
  float: right;
}
.mmp_right img {
  width: 380px;
}
.mmp_02 p {
  font-size: 16px;
  margin: 20px 0;
}
.mmp_02 p span {
  font-weight: bold;
}
.mmp_02 img {
  width: 1000px;
}
.mmp_h {
  border-bottom: 2px solid #c9191d;
  padding-top: 25px;
}
.mmp_h p {
  color: #c9191d;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}

/*companymilestones*/
.cm_wrap_01 {
  border-left: 3px solid #5b0e21;
}
.cm_year_01 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  background-color: #5b0e21;
  border-radius: 0 6px 6px 0;
}
.cm_wrap_02 {
  border-left: 3px solid #a21b1f;
}
.cm_year_02 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  background-color: #a21b1f;
  border-radius: 0 6px 6px 0;
}
.cm_wrap_03 {
  border-left: 3px solid #d84000;
}
.cm_year_03 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  background-color: #d84000;
  border-radius: 0 6px 6px 0;
}
.cm_wrap_04 {
  border-left: 3px solid #41644a;
}
.cm_year_04 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  background-color: #41644a;
  border-radius: 0 6px 6px 0;
}
.cm_wrap_05 {
  border-left: 3px solid #263a29;
}
.cm_year_05 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  background-color: #263a29;
  border-radius: 0 6px 6px 0;
}
.cm_box {
  overflow: hidden;
  margin-left: 15px;
  padding: 30px 0;
}
.cm_left {
  float: left;
  width: 635px;
}
.cm_right {
  float: right;
  width: 300px;
  display: flex;
}
.cm_right img {
  width: auto;
  margin: 0 auto;
}
.cm_box p {
  font-size: 16px;
  margin-bottom: 15px;
}
.cm_box .cm_b {
  font-weight: bold;
}

/*レスポンシブ*/
/* 20250530追記 */
@media screen and (max-width: 1300px) {
  .section_03 .news tr {
    padding: 15px;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .section_03 .news tr .category {
    margin: 0 25px;
  }
  .xj-list__irnews tr .n_name {
    flex: 0 0 100%;
  }
  .section_03 .post .post-item-text-area {
    padding: 15px;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .section_03 .post .post-item-category {
    margin: 0 25px;
  }
  .section_03 .post .post-item-text {
    flex: 0 0 100%;
  }
}
/*タブレット*/
@media screen and (max-width: 920px) {
  .headline .hp span {
    font-size: 16px;
  }
  /*section_01*/
  .section_01 .inner {
    width: 90%;
  }
  .section_01 .area_02 {
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }
  .section_01 .area_02 .box_01 {
    display: block;
    width: 20%;
    margin: 45px 5% 0;
    text-align: center;
  }
  .section_01 .area_02 .box_01 .box_02 {
    overflow: hidden;
    float: left;
    margin-left: 0px;
  }
  .section_01 .area_02 .box_01 img {
    width: auto;
    height: 50px;
    text-align: center;
    margin-right: 40px;
  }
  .section_01 .area_02 .box_01 .p_04 {
    font-size: 31px;
    font-weight: bold;
    padding-top: 0px;
    text-align: left;
  }
  .section_01 .area_03 .search_container input[type="text"] {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 100px 0 0 100px;
    height: 36px;
    width: 400px;
    padding: 0 0 0 20px;
  }
  .section_01 .wht_box {
    color: #c9191d;
    background-color: #ffffff;
    width: 100%;
    margin: 60px auto 0;
    padding: 15px;
    overflow: hidden;
  }
  .section_01 .wht_box .p_05 {
    font-size: 24px;
    font-weight: bold;
    float: none;
    margin: 0px 0px 0px 0px;
  }
  .section_01 .wht_box .p_06 {
    font-size: 21px;
    font-weight: bold;
    float: none;
  }
  .section_01 .wht_box .p_06 span {
    font-size: 36px;
  }
  .section_01 .wht_box .abtn {
    float: none;
    margin: 15px auto 0px;
  }

  /*section_02*/
  .section_02 .area_04 .a_box_02 {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    filter: drop-shadow(0px 3px 6px #dfdfdf);
    margin-top: -25px;
  }
  .section_02 .area_04 .a_box_02 .ab_02 {
    float: right;
    width: 9px;
    height: auto;
    padding: 23px 0px 0 0;
  }
  /*section_03*/
  .tab_area {
    font-size: 0;
    margin: 0 10px;
    width: 90%;
    background: #ececec;
    border-radius: 100px;
    margin: 0 auto;
    filter: drop-shadow(0px 3px 6px #cccccc);
  }
  .tab_area label {
    width: 33%;
    /* margin: 0 5px; */
    display: inline-block;
    padding: 17.5px 0;
    color: #2b2b30;
    background: #ececec;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: ease 0.2s opacity;
    border-radius: 100px;
  }
  .section_03 .news tr {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
  }
  .section_03 .news .date {
    float: left;
  }
  .section_03 .news tr .category {
    display: block;
    width: 100px;
    max-height: 25px;
    font-size: 14px;
    text-align: center;
    margin-left: 25px;
    padding: 2px 0 0;
    border-radius: 3px;
    float: left;
  }
  .section_03 .news .n_name {
    float: left;
    padding-top: 10px;
    width: 100%;
  }
  /* 20250530追記 */
  .section_03 .section_03_wrap {
    flex-wrap: wrap;
    gap: 70px 0;
  }
  .section_03 .news-area {
    flex: 0 0 100%;
  }
  .section_03 .post-area {
    flex: 0 0 100%;
  }
  /*section_04*/
  .section_04 {
    overflow: hidden;
    /*padding-top: 30px;*/
    padding-bottom: 60px;
    position: relative;
  }
  .section_04:after {
    position: absolute;
    background: #f8f8f8;
    top: 48px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -999;
  }
  .section_04 .inner {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .section_04 .area_05 {
    /*margin-right: 16px;*/
    width: 100%;
    margin-bottom: 45px;
  }
  .section_04 .area_05 .h1_l1 {
    background: #c9191d;
    width: 286px;
  }
  .section_04 .area_05 .h1_l1 p {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 35px 120px 55px 25px;
  }
  .section_04 .area_05 .w_box {
    width: 95%;
    background: #ffffff;
    padding: 10px 15px 25px;
    border-radius: 6px;
    filter: drop-shadow(0px 3px 6px #cccccc);
    margin-top: -33px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_04 .area_05 .w_box tr {
    display: flex;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }
  .section_04 .area_05 .w_box tr th {
    font-weight: normal;
  }
  .section_04 .area_05 .w_box tr th a {
    text-decoration: underline;
  }
  .section_04 .area_05 .w_box tr th span {
    color: #707070;
  }
  .section_04 .area_05 .w_box img {
    width: 19px;
    padding-left: 5px;
    padding-bottom: 4px;
  }
  .section_04 .area_05 .a_area {
    overflow: hidden;
    max-width: 275px;
    margin: 25px auto 0;
    padding-bottom: 10px;
  }
  .section_04 .area_05 .a_area .wht {
    float: none;
    margin-bottom: 25px;
  }
  .section_04 .area_05 .a_area .blk {
    float: none;
  }
  .section_04 .area_05 .ir_doc {
    width: 100%;
  }
  .section_04 .area_06 {
    margin-right: 0px;
    width: 100%;
  }
  .section_04 .area_06 .h1_l2 {
    background: #c9191d;
    width: px;
    margin-left: 0px;
  }
  .section_04 .area_06 .h1_l2 p {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 35px 120px 55px 25px;
  }
  .section_04 .area_06 .w_box {
    width: 95%;
    background: #ffffff;
    padding: 10px 15px 25px;
    border-radius: 6px;
    filter: drop-shadow(0px 3px 6px #cccccc);
    margin-top: -33px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_04 .area_06 .w_box tr {
    display: flex;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }
  .section_04 .area_06 .w_box tr th {
    font-weight: bold;
  }
  .section_04 .area_06 .w_box tr td {
    font-weight: normal;
    padding-left: 15px;
  }
  .section_04 .area_06 .w_box tr td a {
    text-decoration: underline;
  }
  .section_04 .area_06 .w_box .acces_rank {
    width: 100%;
  }
  .section_04 .btn-after_b p::before {
    content: url(../img/icon_book.png);
    transform: scale(0.4);
    display: block;
    position: relative;
    width: 6px;
    height: 0px;
    margin-right: 15px;
    top: 6px;
    right: -20px;
  }
  .section_04 .btn-after_w p::before {
    content: url(../img/icon_download.png);
    transform: scale(0.3);
    display: block;
    position: relative;
    width: 6px;
    height: 0px;
    margin-right: 15px;
    top: 15px;
    right: -20px;
  }
  /*section_05*/
  .section_05 .sec05_box .a_box_02 {
    overflow: hidden;
    width: 100%;
    background: #ffffff;
    filter: drop-shadow(0px 3px 6px #dfdfdf);
    margin-top: -25px;
  }
  .section_05 .sec05_box .a_box_02 .ab_02 {
    float: right;
    width: 9px;
    height: auto;
    padding: 20px 0;
    display: block;
    margin-right: 15px;
  }
  /*section_06*/
  /*
  .section_06:after {
      position: absolute;
      background: #F8F8F8;
      top: 48px;
      content: "";
      height: 78%;
      width: 100%;
      z-index: -999;
  }
  */
  .section_06 .ir_calendar img {
    display: block;
    width: 98%;
    height: auto;
    margin: 0 auto;
  }
  /*section_07*/
  .section_07 .area_08 {
    overflow: hidden;
    display: contents;
    justify-content: flex-start;
    height: 55px;
  }
  .section_07 .area_08 .abtn_rw {
    width: 90%;
    background: #ffffff;
    border-left: 5px solid #c9191d;
    border-top: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    padding: 17px 13px;
    margin: 0px auto 20px;
  }
  /*section_08*/
  .tab_area {
    font-size: 0;
    margin: 0 10px;
    width: 90%;
    background: #ececec;
    border-radius: 100px;
    margin: 0 auto;
    filter: drop-shadow(0px 3px 6px #cccccc);
  }
  .tab_area label {
    width: 33%;
    /* margin: 0 5px; */
    display: inline-block;
    padding: 17.5px 0;
    color: #2b2b30;
    background: #ececec;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: ease 0.2s opacity;
    border-radius: 100px;
  }
  .section_08 .news tr {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
  }
  .section_08 .news .date {
    float: left;
  }
  .section_08 .news tr .category {
    display: block;
    width: 100px;
    max-height: 25px;
    font-size: 14px;
    text-align: center;
    margin-left: 25px;
    padding: 2px 0 0;
    border-radius: 3px;
    float: left;
  }
  .section_08 .news .n_name {
    float: left;
    padding-top: 10px;
    width: 100%;
  }
}

/*ミニタブレット*/
@media screen and (max-width: 540px) {
  /*section_02*/
  .section_02 .area_04 .a_box_02 .ab_02 {
    display: none;
  }
  /*section_05*/
  .section_05 .sec05_box .a_box_02 .ab_02 {
    display: none;
  }
}

/*スマホ*/
@media screen and (max-width: 479px) {
  body {
    color: #2b2b30;
    font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .header {
    filter: drop-shadow(0px 3px 6px #e8a0a1);
  }
  .hf img {
    width: 100%;
  }
  .inner {
    width: 96%;
    margin: 0 auto;
  }
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  a:hover {
    opacity: 0.8;
    transition: ease 0.2s;
  }
  input:hover {
    opacity: 0.8;
    transition: ease 0.2s;
  }
  .abtn {
    display: block;
    width: 275px;
    border-radius: 6px;
    text-align: center;
    filter: drop-shadow(0px 3px 6px #dfdfdf);
  }
  .abtn p {
    font-size: 16px;
    font-weight: bolder;
  }
  .blk {
    background: #2b2b30;
    color: #ffffff;
    padding: 18px 0;
  }
  .wht {
    background: #ffffff;
    color: #c9191d;
    border: 1px solid #ececec;
    padding: 8px 0;
  }
  .btn-after_b p::after {
    content: url(../img/icon_arrow_white.png);
    transform: scale(0.3);
    display: block;
    position: absolute;
    top: 40%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }
  .btn-after_w p::after {
    content: url(../img/icon_arrow_red.png);
    transform: scale(0.3);
    display: block;
    position: absolute;
    top: 40%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
  }

  /*headline*/
  .headline {
    overflow: hidden;
    padding: 0;
  }
  .headline .hp {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    margin: 30px 0;
    filter: drop-shadow(0px 3px 6px #333333);
  }
  .headline .hp span {
    font-size: 16px;
  }
  .headline .ticker {
    background: #ffffff;
    overflow: hidden;
    padding: 20px 30px;
    filter: drop-shadow(0px 3px 6px #333333);
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .headline .ticker .index {
    margin-right: 0px;
    float: left;
  }
  .headline .ticker .right {
    width: 172px;
    margin-top: 14px;
    float: right;
  }
  .headline .ticker .tp_01 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .headline .ticker .data_01 {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
  }
  .headline .ticker .data_01 dt {
    float: left;
    font-weight: normal;
    margin-top: 9px;
  }
  .headline .ticker .data_01 dd {
    float: right;
    font-size: 24px;
    font-weight: bold;
  }
  .headline .ticker .data_01 dd span {
    font-size: 16px;
  }
  .headline .ticker .data_02 {
    overflow: hidden;
    padding-top: 10px;
  }
  .headline .ticker .data_02 dt {
    float: left;
    font-weight: normal;
  }
  .headline .ticker .data_02 dd {
    float: right;
    font-weight: bold;
  }
  .headline .ticker .data_02 dd span {
    color: #5d7d70;
    font-size: 16px;
  }
  .hl_01 {
    background-image: url(../img/headline_01.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .hl_02 {
    background-image: url(../img/headline_02.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  /* TOP MV */
  #iframe_id {
    width: 95%;
    min-height: 230px;
    margin: 0 auto 20px;
    display: block;
  }

  /*breadcrumbs*/
  .breadcrumbs {
    margin-top: 30px;
    font-size: 14px;
  }
  .breadcrumbs a {
    text-decoration: underline;
  }
  .breadcrumbs img {
    width: 11px;
    height: auto;
    margin: 0 10px 3px;
  }

  /*seciton_01*/
  .section_01 {
    color: #ffffff;
    background-color: #c9191d;
    margin: 30px 0 60px;
  }
  .section_01 .inner {
    width: 95%;
  }
  .section_01 .area_01 {
    overflow: hidden;
  }
  .section_01 .p_01 {
    font-size: 28px;
    font-weight: bold;
    float: left;
    margin-right: 30%;
  }
  .section_01 .p_02 {
    margin-top: 13px;
    float: right;
  }
  .section_01 .area_02 {
    overflow: hidden;
    display: block;
    justify-content: center;
  }
  .section_01 .area_02 .box_01 {
    display: inline-block;
    width: 144px;
    margin: 30px 3.6% 0;
    text-align: center;
  }
  .section_01 .area_02 .box_01 img {
    width: auto;
    height: 74px;
    text-align: center;
  }
  .section_01 .area_02 .b_l {
    float: left;
  }
  .section_01 .area_02 .b_r {
    float: right;
  }
  .section_01 .area_02 .box_01 .p_03 {
    width: 152px;
    padding-top: 10px;
    display: grid;
  }
  .section_01 .area_02 .box_01 .p_04 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
  }
  .section_01 .area_02 .box_01 .p_04 span {
    font-size: 21px;
  }
  .section_01 .area_02 {
    overflow: hidden;
    display: block;
    justify-content: center;
  }
  .section_01 .area_03 {
    display: block;
  }
  .section_01 .area_03 form {
    margin: 45px auto 0;
    display: table;
  }
  .section_01 .area_03 .search_container input[type="text"] {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 100px 0 0 100px;
    height: 36px;
    width: 260px;
    padding: 0 0 0 20px;
  }
  .section_01 .area_03 .search_container input[type="text"]:focus {
    outline: 0;
  }
  .section_01 .area_03 .search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #c9191d;
    color: #fff;
    outline: none;
    width: auto;
    height: 36px;
    padding: 0 14px;
    border-radius: 0 100px 100px 0;
  }
  .section_01 .wht_box {
    color: #c9191d;
    background-color: #ffffff;
    width: 100%;
    margin: 60px auto 0;
    padding: 15px;
    overflow: hidden;
  }
  .section_01 .wht_box .p_05 {
    font-size: 24px;
    font-weight: bold;
    float: none;
    margin: 0px 0px 0px 0px;
  }
  .section_01 .wht_box .p_06 {
    font-size: 21px;
    font-weight: bold;
    float: none;
  }
  .section_01 .wht_box .p_06 span {
    font-size: 36px;
  }
  .section_01 .wht_box .abtn {
    float: none;
    margin: 15px auto 0px;
  }

  /*seciton_02*/
  .section_02 .h1 {
    background: #c9191d;
    width: 140px;
  }
  .section_02 .h1 p {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  .section_02 .area_04 {
    overflow: hidden;
    display: block;
    justify-content: space-around;
    height: auto;
    margin-top: -34px;
    padding-bottom: 13px;
  }
  .section_02 .area_04 a {
    margin: 0;
  }
  .section_02 .area_04 .a_box_01 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .section_02 .area_04 .a_box_01 img {
    width: 100%;
  }
  .section_02 .area_04 .a_box_02 {
    overflow: hidden;
    width: 300px;
    background: #ffffff;
    filter: drop-shadow(0px 3px 6px #dfdfdf);
    margin-top: -25px;
  }
  .section_02 .area_04 .a_box_02 p {
    font-size: 18px;
    font-weight: bold;
  }
  .section_02 .area_04 .a_box_02 .ab_01 {
    float: left;
    padding: 13.5px;
  }
  .section_02 .area_04 .a_box_02 .ab_02 {
    float: right;
    width: 9px;
    height: auto;
    padding: 21px 0px;
  }
  .section_02 .area_04 .a_box_02 .ab_02 img {
    width: 9px;
    height: auto;
  }

  /*section_03*/
  .section_03 {
    margin: 35px 0 60px;
  }
  /*.tab_wrap{width:500px; margin:85px 0 90px}*/
  input[type="radio"] {
    display: none;
  }
  .tab_area {
    font-size: 0;
    margin: 0 10px;
    width: 95%;
    background: #ececec;
    border-radius: 100px;
    margin: 0 auto;
    filter: drop-shadow(0px 3px 6px #cccccc);
  }
  .tab_area label {
    width: 33%; /*margin:0 5px;*/
    display: inline-block;
    padding: 17.5px 0;
    color: #2b2b30;
    background: #ececec;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    transition: ease 0.2s opacity;
    border-radius: 100px;
  }
  .tab_area label:hover {
    opacity: 0.8;
  }
  .panel_area {
    background: #fff;
    width: 95%;
    margin: 0 auto;
  }
  .tab_panel {
    width: 100%;
    padding: 25px 0 0;
    display: none;
  }
  .tab_panel p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
  }
  #tab1:checked ~ .tab_area .tab1_label {
    background: #4a4a4a;
    color: #ffffff;
    font-weight: bold;
    filter: drop-shadow(0px 3px 6px #cccccc);
    font-size: 13px;
  }
  #tab1:checked ~ .panel_area #panel1 {
    display: block;
  }
  #tab2:checked ~ .tab_area .tab2_label {
    background: #4a4a4a;
    color: #ffffff;
    font-weight: bold;
    filter: drop-shadow(0px 3px 6px #cccccc);
    font-size: 13px;
  }
  #tab2:checked ~ .panel_area #panel2 {
    display: block;
  }
  #tab3:checked ~ .tab_area .tab3_label {
    background: #4a4a4a;
    color: #ffffff;
    font-weight: bold;
    filter: drop-shadow(0px 3px 6px #cccccc);
    font-size: 13px;
  }
  #tab3:checked ~ .panel_area #panel3 {
    display: block;
  }
  .section_03 .news {
    margin: 0 auto;
    width: 100%;
  }
  .section_03 .news tr {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
  }
  .section_03 .news .date {
    float: left;
  }
  .section_03 .news tr .category {
    display: block;
    width: 100px;
    max-height: 25px;
    font-size: 14px;
    text-align: center;
    margin-left: 25px;
    padding: 2px 0 0;
    border-radius: 3px;
    float: left;
  }
  .section_03 .news .n_name {
    float: left;
    padding-top: 10px;
    width: 100%;
  }
  .section_03 .news tr .c_01 {
    background: #bff2ff;
  }
  .section_03 .news tr .c_02 {
    background: #fdcfcf;
  }
  .section_03 .news tr .c_03 {
    background: #ffe99b;
  }
  .section_03 .news tr .c_04 {
    background: #ceeaac;
  }
  .section_03 .news tr .n_name span {
    color: #707070;
  }
  .section_03 .news a {
    text-decoration: underline;
  }
  .section_03 .news tr .n_name img {
    width: 19px;
    padding-left: 5px;
    padding-bottom: 4px;
  }
  .section_03 .abtn {
    margin: 45px auto 0;
  }

  /*section_04*/
  .section_04 {
    overflow: hidden;
    /*padding-top: 30px;*/
    padding-bottom: 60px;
    position: relative;
  }
  .section_04:after {
    position: absolute;
    background: #f8f8f8;
    top: 48px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -999;
  }
  .section_04 .inner {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .section_04 .area_05 {
    /*margin-right: 16px;*/
    width: 100%;
    margin-bottom: 45px;
  }
  .section_04 .area_05 .h1_l1 {
    background: #c9191d;
    width: 196px;
  }
  .section_04 .area_05 .h1_l1 p {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  .section_04 .area_05 .w_box {
    width: 95%;
    background: #ffffff;
    padding: 10px 15px 25px;
    border-radius: 6px;
    filter: drop-shadow(0px 3px 6px #cccccc);
    margin-top: -33px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_04 .area_05 .w_box tr {
    display: flex;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }
  .section_04 .area_05 .w_box tr th {
    font-weight: normal;
  }
  .section_04 .area_05 .w_box tr th a {
    text-decoration: underline;
  }
  .section_04 .area_05 .w_box tr th span {
    color: #707070;
  }
  .section_04 .area_05 .w_box img {
    width: 19px;
    padding-left: 5px;
    padding-bottom: 4px;
  }
  .section_04 .area_05 .a_area {
    overflow: hidden;
    max-width: 275px;
    margin: 25px auto 0;
    padding-bottom: 10px;
  }
  .section_04 .area_05 .a_area .wht {
    float: none;
    margin-bottom: 25px;
  }
  .section_04 .area_05 .a_area .blk {
    float: none;
  }
  .section_04 .area_05 .ir_doc {
    width: 100%;
  }
  .section_04 .area_06 {
    margin-right: 0px;
    width: 100%;
  }
  .section_04 .area_06 .h1_l2 {
    background: #c9191d;
    width: 307px;
    margin-left: 0px;
  }
  .section_04 .area_06 .h1_l2 p {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  .section_04 .area_06 .w_box {
    width: 95%;
    background: #ffffff;
    padding: 10px 15px 25px;
    border-radius: 6px;
    filter: drop-shadow(0px 3px 6px #cccccc);
    margin-top: -33px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_04 .area_06 .w_box tr {
    display: flex;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }
  .section_04 .area_06 .w_box tr th {
    font-weight: bold;
  }
  .section_04 .area_06 .w_box tr td {
    font-weight: normal;
    padding-left: 15px;
  }
  .section_04 .area_06 .w_box tr td a {
    text-decoration: underline;
  }
  .section_04 .area_06 .w_box .acces_rank {
    width: 100%;
  }
  .section_04 .btn-after_b p::before {
    content: url(../img/icon_book.png);
    transform: scale(0.4);
    display: block;
    position: relative;
    width: 6px;
    height: 0px;
    margin-right: 15px;
    top: 6px;
    right: -20px;
  }
  .section_04 .btn-after_w p::before {
    content: url(../img/icon_download.png);
    transform: scale(0.3);
    display: block;
    position: relative;
    width: 6px;
    height: 0px;
    margin-right: 15px;
    top: 16px;
    right: -20px;
  }

  /*seciton_05*/
  .section_05 {
    margin: 60px 0 40px;
  }
  .section_05 .area_07 {
    overflow: hidden;
    display: block;
    justify-content: space-around;
    /*height: 330px;*/
    padding-bottom: 0px;
  }
  .section_05 .area_07 .sec05_box {
    margin: 0 2%;
  }
  .section_05 .area_07 .a_box_01 {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .section_05 .sec05_box .a_box_01 img {
    width: 100%;
  }
  .section_05 .sec05_box .a_box_02 {
    overflow: hidden;
    width: 300px;
    background: #ffffff;
    filter: drop-shadow(0px 3px 6px #dfdfdf);
    margin-top: -25px;
  }
  .section_05 .sec05_box .a_box_02 p {
    font-size: 18px;
    font-weight: bold;
  }
  .section_05 .sec05_box .a_box_02 .ab_01 {
    float: left;
    padding: 13.5px;
  }
  .section_05 .sec05_box .a_box_02 .ab_02 {
    float: right;
    width: 9px;
    height: auto;
    padding: 20px 0px;
    display: block;
    margin-right: 15px;
  }
  .section_05 .sec05_box .a_box_02 .ab_02 img {
    width: 9px;
    height: auto;
  }
  .section_05 .p_05 {
    margin-top: 0px;
    display: none;
  }

  /*section_06*/
  .section_06 {
    position: relative;
    margin-bottom: 50px;
  }
  /*
  .section_06:after{
    position: absolute;
    background: #F8F8F8;
    top:48px;
    left: 0px;
    content:"";
    height:92%;
    width:100%;
    z-index:-999;
  }*/
  .section_06 .h1 {
    background: #c9191d;
    width: 224px;
  }
  .section_06 .h1 p {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  .section_06 .ir_calendar {
    margin-top: -33px;
  }
  .section_06 .ir_calendar img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .section_06 a {
    display: block;
    width: 275px;
    margin: 45px auto 0;
    padding-bottom: 10px;
  }

  /*section_07*/
  .section_07 {
    margin-bottom: 60px;
  }
  .section_07 .h1 {
    background: #c9191d;
    width: 251px;
    margin-bottom: -33px;
  }
  .section_07 .h1 p {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  .section_07 .area_08 {
    overflow: hidden;
    display: contents;
    justify-content: flex-start;
    height: 55px;
  }
  .section_07 .area_08 .abtn_rw {
    width: 90%;
    background: #ffffff;
    border-left: 5px solid #c9191d;
    border-top: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    padding: 17px 13px;
    margin: 0px auto 20px;
  }

  /*section_08*/
  .section_08 {
    /*padding-top: 30px;*/
    padding-bottom: 63px;
    margin-top: 30px;
    overflow: hidden;
    /*padding-top: 30px;*/
    padding-bottom: 60px;
    position: relative;
  }
  .section_08:after {
    position: absolute;
    background: #f8f8f8;
    top: 48px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -999;
  }
  .section_08 .h1 {
    background: #c9191d;
    width: 168px;
  }
  .section_08 .h1 p {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  .section_08 .area_09 {
    display: block;
    background: #ffffff;
    margin: -33px auto 0;
    padding-bottom: 30px;
    border-radius: 6px;
    filter: drop-shadow(0px 3px 6px #cccccc);
  }
  .section_08 .area_09 .h2 {
    color: #c9191d;
    font-size: 21px;
    font-weight: bold;
    padding: 20px 0 0 10px;
  }
  .section_08 .news {
    margin: 0 auto;
    width: 95%;
  }
  .section_08 .news tr {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
  }
  .section_08 .news .date {
    float: left;
  }
  .section_08 .news tr .category {
    display: block;
    width: 100px;
    max-height: 25px;
    font-size: 14px;
    text-align: center;
    margin-left: 25px;
    padding: 2px 0 0;
    border-radius: 3px;
    float: left;
  }
  .section_08 .news .n_name {
    float: left;
    padding-top: 10px;
    width: 100%;
  }
  .section_08 .news tr .c_01 {
    background: #bff2ff;
  }
  .section_08 .news tr .c_02 {
    background: #fdcfcf;
  }
  .section_08 .news tr .c_03 {
    background: #ffe99b;
  }
  .section_08 .news tr .c_04 {
    background: #ceeaac;
  }
  .section_08 .news tr .n_name span {
    color: #707070;
  }
  .section_08 .news a {
    text-decoration: underline;
  }
  .section_08 .news tr .n_name img {
    width: 19px;
    padding-left: 5px;
    padding-bottom: 4px;
  }
  .section_08 .abtn {
    margin: 45px auto 0;
  }
  .section_08 .abtn {
    margin: 30px auto 0;
  }
  .section_08 .btn-after_w p::before {
    content: url(../img/icon_download.png);
    transform: scale(0.3);
    display: block;
    position: relative;
    width: 6px;
    height: 0px;
    margin-right: 15px;
    top: 7px;
    right: -20px;
  }
  /*managementphilosophy*/
  .MP_P {
    font-size: 16px;
  }
  .MP_P span {
    font-weight: bold;
  }
  .MP_01 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 45px 0 60px;
  }
  .MP_02 {
    color: #c9191d;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin: 60px 0;
  }
  .MP_03 {
    color: #ffffff;
    background-color: #c9191d;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 60px 0;
    margin: 60px 0 45px;
  }
  .MP_03 span {
    font-size: 18px;
  }

  /*history*/
  .history_box {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    padding: 20px 0;
  }
  .history_box td {
    padding-bottom: 10px;
  }
  .history_left {
    float: none;
    width: 100%;
  }
  .history_right {
    float: none;
    width: 100%;
  }
  .history_right td {
    color: #cb4f00;
    font-weight: bold;
  }
  .hs_b {
    font-weight: bold;
  }
  .hs_rb {
    color: #c9191d;
    font-weight: bold;
  }
  .w73 {
    width: 48px;
    display: table-caption;
  }
  .w48 {
    width: 48px;
    display: inline-block;
  }
  .w88 {
    width: 88px;
    display: block;
  }

  /*mediumtermmanagementpolicy*/
  .mmp_01 {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .mmp_left {
    float: none;
  }
  .mmp_left p {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  .mmp_right {
    float: none;
  }
  .mmp_right img {
    width: 300px;
    margin: 0 auto;
  }
  .mmp_02 p {
    font-size: 16px;
    margin: 20px 0;
  }
  .mmp_02 p span {
    font-weight: bold;
  }
  .mmp_02 img {
    width: 100%;
  }
  .mmp_h {
    border-bottom: 2px solid #c9191d;
    padding-top: 25px;
  }
  .mmp_h p {
    color: #c9191d;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
  }

  /*companymilestones*/
  .cm_wrap_01 {
    border-left: 3px solid #5b0e21;
  }
  .cm_year_01 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
    background-color: #5b0e21;
    border-radius: 0 6px 6px 0;
  }
  .cm_wrap_02 {
    border-left: 3px solid #a21b1f;
  }
  .cm_year_02 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
    background-color: #a21b1f;
    border-radius: 0 6px 6px 0;
  }
  .cm_wrap_03 {
    border-left: 3px solid #d84000;
  }
  .cm_year_03 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
    background-color: #d84000;
    border-radius: 0 6px 6px 0;
  }
  .cm_wrap_04 {
    border-left: 3px solid #41644a;
  }
  .cm_year_04 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
    background-color: #41644a;
    border-radius: 0 6px 6px 0;
  }
  .cm_wrap_05 {
    border-left: 3px solid #263a29;
  }
  .cm_year_05 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
    background-color: #263a29;
    border-radius: 0 6px 6px 0;
  }
  .cm_box {
    overflow: hidden;
    margin-left: 15px;
    padding: 30px 0;
  }
  .cm_left {
    float: none;
    width: auto;
  }
  .cm_right {
    float: none;
    width: auto;
    display: flex;
  }
  .cm_right img {
    width: auto;
    margin: 0 auto;
  }
  .cm_box p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cm_box .cm_b {
    font-weight: bold;
  }
}

/*ミニスマホ*/
@media screen and (max-width: 280px) {
  .abtn {
    display: block;
    width: 250px;
    border-radius: 6px;
    text-align: center;
    filter: drop-shadow(0px 3px 6px #dfdfdf);
  }
  .abtn p {
    font-size: 16px;
    font-weight: bolder;
  }
  .blk {
    background: #2b2b30;
    color: #ffffff;
    padding: 18px 0;
  }
  .wht {
    background: #ffffff;
    color: #c9191d;
    border: 1px solid #ececec;
    padding: 8px 0;
  }
  /*section_01*/
  .section_01 .area_02 .box_01 {
    width: 110px;
  }
  .section_01 .area_03 {
    display: block;
  }
  .section_01 .area_03 form {
    margin: 45px auto 0;
    display: table;
  }
  .section_01 .area_03 .search_container input[type="text"] {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 100px 0 0 100px;
    height: 36px;
    width: 187px;
    padding: 0 0 0 20px;
  }
  .section_01 .area_03 .search_container input[type="text"]:focus {
    outline: 0;
  }
  .section_01 .area_03 .search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #c9191d;
    color: #fff;
    outline: none;
    width: auto;
    height: 36px;
    padding: 0 14px;
    border-radius: 0 100px 100px 0;
  }
  .section_01 .wht_box {
    color: #c9191d;
    background-color: #ffffff;
    width: 100%;
    margin: 60px auto 0;
    padding: 15px;
    overflow: hidden;
  }
  .section_01 .wht_box .p_05 {
    font-size: 24px;
    font-weight: bold;
    float: none;
    margin: 10px 30px 0px 0px;
  }
  .section_01 .wht_box .p_06 {
    font-size: 21px;
    font-weight: bold;
    float: none;
  }
  .section_01 .wht_box .p_06 span {
    font-size: 36px;
  }
  .section_01 .wht_box .abtn {
    float: none;
    margin: 15 auto 0;
    width: 100%;
  }

  /*section_02*/
  .section_02 .h1 {
    background: #c9191d;
    width: 128px;
  }
  .section_02 .h1 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  /*setion_04*/
  .section_04 .area_05 .h1_l1 {
    background: #c9191d;
    width: 176px;
  }
  .section_04 .area_05 .h1_l1 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  .section_04 .area_05 .w_box {
    width: 100%;
    background: #ffffff;
    padding: 10px 15px 25px;
    border-radius: 0px;
    filter: drop-shadow(0px 3px 6px #cccccc);
    margin-top: -33px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_04 .area_05 .w_box tr {
    display: flex;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }
  .section_04 .area_05 .ir_doc {
    width: 90%;
  }
  .section_04 .area_06 .h1_l2 {
    background: #c9191d;
    width: 271px;
    margin-left: 0px;
  }
  .section_04 .area_06 .h1_l2 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  .section_04 .area_06 .w_box {
    width: 100%;
    background: #ffffff;
    padding: 10px 15px 25px;
    border-radius: 0px;
    filter: drop-shadow(0px 3px 6px #cccccc);
    margin-top: -33px;
    margin-left: auto;
    margin-right: 8%;
  }
  .section_04 .area_06 .w_box .acces_rank {
    width: 90%;
  }
  /*section_06*/
  .section_06 .h1 {
    background: #c9191d;
    width: 200px;
  }
  .section_06 .h1 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  .section_06 a {
    display: block;
    width: 250px;
    margin: 45px auto 0;
    padding-bottom: 10px;
  }
  /*section_07*/
  .section_07 .h1 {
    background: #c9191d;
    width: 223px;
  }
  .section_07 .h1 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
  /*section_08*/
  .section_08 .h1 {
    background: #c9191d;
    width: 152px;
  }
  .section_08 .h1 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 20px 55px;
  }
}

/* 以下橋本追加分
――――――――――――――――――――――――――――――――――――――――――――――――*/
.section_00 {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 60px;
}
.section_00:first-of-type {
  margin-top: 60px;
}
.section_00:last-of-type {
  margin-bottom: 90px;
}

.tiSlash {
  background: url(../img/title.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 25px;
  font-size: 28px;
  padding-left: 20px;
  margin-bottom: 40px;
}

.txtPlain {
  margin: 0 0 30px;
  line-height: 220%;
}
.txtIndent {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 160%;
  font-size: 18px;
}
.txtIndent.ti25 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.txtIndent:not(:last-child) {
  margin: 0 0 16px;
}
.txtPlain b,
.txtIndent b {
  font-size: 18px;
  font-weight: 500;
}
.txtPlain.min,
.txtIndent.min {
  font-size: 14px;
  line-height: 160%;
}
.brWrap {
  display: inline-block;
  text-indent: initial;
}

.listNum-li {
  margin: 0 0 30px;
  padding-left: 30px;
  position: relative;
  counter-increment: caution;
}
.listNum-li::before {
  content: counter(caution) ".";
  font-size: 18px;
  font-weight: bold;
  color: #c9191d;
  position: absolute;
  top: 0;
  left: 0;
}
.listNum-ti {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
}
.listNum-txt {
  line-height: 200%;
}

.pictSet {
  width: 100%;
  max-width: 90%;
  margin: auto;
  text-align: center;
}
.pictSet.w550 {
  width: 550px;
}
.pictSet.flex {
  display: flex;
  align-items: flex-start;
}
.pictSet-img {
  max-width: 100%;
}
.flex .pictSet-img {
  flex: 1;
  min-width: 0;
}

.section_related {
  margin-bottom: 90px;
}
.section_related .h1 {
  background: #c9191d;
  width: 341px;
  margin-bottom: -33px;
}
.section_related .h1 p {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 35px 120px 55px 25px;
}
.section_related .area_08 {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}
.section_related .area_08 .abtn_rw {
  width: 243px;
  background: #fff;
  border: 1px solid #dcdddd;
  border-left: 5px solid #c9191d;
  padding: 17px 13px;
}
@media screen and (max-width: 750px) {
  .pictSet.flex {
    flex-direction: column;
    gap: 25px;
  }
}
@media screen and (max-width: 479px) {
  .section_00 {
    margin-bottom: 50px;
  }
  .section_00:last-of-type {
    margin-bottom: 40px;
  }

  .tiSlash {
    margin-bottom: 25px;
  }

  .section_related {
    margin-bottom: 60px;
  }
  .section_related .h1 {
    width: 251px;
  }
  .section_related .h1 p {
    padding: 35px 20px 55px;
  }
  .section_related .area_08 {
    display: contents;
  }
  .section_related .area_08 .abtn_rw {
    width: 90%;
    margin: 0px auto 20px;
  }
}

/* 以下221031追加分
――――――――――――――――――――――――――――――――――――――――――――――――*/
.section_000 {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto 60px;
  overflow: hidden;
}
.section_000:first-of-type {
  margin-top: 60px;
}
.section_000:last-of-type {
  margin-bottom: 90px;
}

.section_000 a {
  width: 475px;
  height: 81px;
  font-size: 21px;
  font-weight: bold;
  display: block;
  color: #ffffff;
  background: linear-gradient(#cd2d30, #c54f51);
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 13px;
  text-align: center;
}

.section_000 .lb_l {
  float: left;
}
.section_000 .lb_r {
  float: right;
}

.ir_sitemap {
  margin-top: 30px;
  padding: 60px 0;
  background: #f9f9f9;
}
.ir_sitemap .ir_s_wrapper {
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}
.ir_sitemap .lines {
  width: 1%;
  display: table-cell;
  padding: 0 1%;
}
.ir_sitemap .lines .l_f {
  font-size: 18px;
  display: block;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding: 0 25px 15px 0px;
  border-bottom: 2px solid #c9191d;
}
.ir_sitemap .lines .l_f::after {
  content: url(../img/icon_arrow_red.png);
  transform: scale(0.3);
  display: block;
  position: absolute;
  top: 20%;
  right: 10px;
  width: 0px;
  height: 0px;
  margin-top: -2px;
}
.ir_sitemap .lines .l_s {
  font-size: 16px;
  display: block;
  font-weight: normal;
  margin-bottom: 20px;
  text-decoration: underline;
}

/*タブレット*/
@media screen and (max-width: 920px) {
  .section_000 {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 60px;
    overflow: hidden;
  }
  .section_000:first-of-type {
    margin-top: 60px;
  }
  .section_000:last-of-type {
    margin-bottom: 90px;
  }

  .section_000 a {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #ffffff;
    background: linear-gradient(#cd2d30, #c54f51);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 13px;
    text-align: center;
    height: auto;
  }

  .section_000 .lb_l {
    float: left;
  }
  .section_000 .lb_r {
    float: right;
  }
  .ir_sitemap {
    margin-top: 20px;
    padding: 45px 0;
    background: #f9f9f9;
  }
  .ir_sitemap .ir_s_wrapper {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
  }
  .ir_sitemap .lines {
    width: 100%;
    display: block;
    padding: 0 1%;
  }
  .ir_sitemap .lines .l_f {
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding: 0 25px 15px 0px;
    border-bottom: 2px solid #c9191d;
  }
  .ir_sitemap .lines .l_f::after {
    content: url(../img/icon_arrow_red.png);
    transform: scale(0.3);
    display: block;
    position: absolute;
    top: 20%;
    right: 10px;
    width: 0px;
    height: 0px;
    margin-top: -2px;
  }
  .ir_sitemap .lines .l_s {
    display: none;
  }

  /*mediumtermmanagementpolicy*/
  .mmp_01 {
    overflow: hidden;
    margin-bottom: 25px;
  }
  .mmp_left {
    float: left;
  }
  .mmp_left p {
    font-size: 24px;
    font-weight: bold;
  }
  .mmp_right {
    float: right;
  }
  .mmp_right img {
    width: 300px;
  }
}

@media screen and (max-width: 750px) {
  .section_000 {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 60px;
    overflow: hidden;
  }
  .section_000:first-of-type {
    margin-top: 60px;
  }
  .section_000:last-of-type {
    margin-bottom: 90px;
  }

  .section_000 a {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #ffffff;
    background: linear-gradient(#cd2d30, #c54f51);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 13px;
    text-align: center;
    height: auto;
  }

  .section_000 .lb_l {
    float: left;
  }
  .section_000 .lb_r {
    float: right;
  }
}

/* ――――――――――――――――――――――――――――――――――――――――――

 calendar.css

―――――――――――――――――――――――――――――――――――――――――― */

.img {
  width: 100%;
  margin: 0 0 24px;
}
.ir_calendar_box .settlement_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

.ir_calendar_box .month_table {
  width: 25%;
  position: relative;
}
.ir_calendar_box .month_table.four th {
  border-right: 1px solid #dcdddd;
}
.ir_calendar_box .month_table.four td {
  border-right: 1px solid #dcdddd;
}
.ir_calendar_box .month_table tr:nth-child(3) td {
  border: none;
}
.ir_calendar_box .month_table th {
  font-size: 11.5px;
  border: 1px solid #dcdddd;
  border-right: none;
  padding: 10px 0;
}
.ir_calendar_box .month_table td {
  font-size: 11.5px;
  border-bottom: 1px solid #dcdddd;
  border-left: 1px solid #dcdddd;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.ir_calendar_box .month_table td .table_on {
  max-width: 15px;
  max-height: 15px;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.ir_calendar_box .month_table td .table_on.right {
  margin-right: 5px;
}
.ir_calendar_box .month_table td.second_td {
  position: absolute;
  color: #c9191d;
  font-size: 11.5px;
  text-align: center;
}
.ir_calendar_box .month_table td.third_td {
  position: absolute;
  font-size: 11.5px;
  color: #c9191d;
  right: -31px;
}

.calendar_content {
  margin-bottom: 50px;
}
.calendar_content .calendar_title {
  background: #f7f8f8;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
}
.calendar_content .list_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #dcdddd;
}
.calendar_content .calendar_month {
  width: 20%;
  font-size: 14px;
}
.calendar_content .calendar_article {
  width: 80%;
  font-size: 14px;
}
.calendar_content .content_note {
  font-size: 14px;
  margin-top: 15px;
}

@media (min-width: 1px) and (max-width: 940px) {
  .ir_calendar_box .settlement_table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ir_calendar_box .settlement_table .month_table {
    width: 50%;
  }
  .ir_calendar_box .settlement_table .month_table.third,
  .ir_calendar_box .settlement_table .month_table.four {
    margin-top: 25px;
  }
  .ir_calendar_box .settlement_table .month_table.second tr:nth-child(2) td {
    border-right: 1px solid #dcdddd;
  }
  .ir_calendar_box .settlement_table .month_table.second th {
    border-right: 1px solid #dcdddd;
  }
  .ir_calendar_box .settlement_table .month_table td.second_td {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ir_calendar_box .settlement_table .month_table td.third_td {
    right: 9px;
  }
}

@media (min-width: 1px) and (max-width: 768px) {
  .calendar_content .list_contents {
    padding: 10px 0;
  }
  .calendar_content .calendar_month {
    font-size: 12px;
  }
  .calendar_content .calendar_article {
    font-size: 12px;
  }
  .calendar_content .content_note {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (min-width: 1px) and (max-width: 540px) {
  .ir_calendar_box .settlement_table .month_table td.third_td {
    right: -22px;
    font-size: 11px;
  }
  .ir_calendar_box .settlement_table .month_table td.second_td {
    font-size: 11px;
  }
}

@media (min-width: 1px) and (max-width: 348px) {
  .ir_calendar_box .ir_calendar_list .calendar_day {
    font-size: 11px;
  }
  .ir_calendar_box .ir_calendar_list .calendar_text {
    font-size: 12px;
  }
  .ir_calendar_box .settlement_table .month_table td.third_td {
    right: -30px;
    font-size: 10.5px;
  }
  .ir_calendar_box .settlement_table .month_table td.second_td {
    font-size: 10.5px;
  }
}

/* ――――――――――――――――――――――――――――――――――――――――――

 disclosure.css

―――――――――――――――――――――――――――――――――――――――――― */

.disclosure_content {
  margin-bottom: 40px;
}
.disclosure_content .content_title {
  margin-bottom: 20px;
  font-size: 16px;
}
.disclosure_content .content_text {
  font-size: 14px;
}

@media (min-width: 1px) and (max-width: 768px) {
}

/* ――――――――――――――――――――――――――――――――――――――――――

 finance.css

―――――――――――――――――――――――――――――――――――――――――― */

.finance_list {
  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;
}
.finance_list .finance_li {
  width: 48%;
  margin-bottom: 50px;
}
.finance_list .finance_obi {
  background: #f7f8f8;
  font-size: 12px;
  text-align: center;
  padding: 9px 0;
  margin-bottom: 10px;
}
.finance_list .finance_table_second {
  margin-top: 25px;
}

.finance_year {
  margin-bottom: 30px;
}

.finance_note {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  margin-bottom: 20px;
}

.finance_note_list {
  font-size: 14px;
  margin-bottom: 65px;
}
.finance_note_list .font_b {
  font-weight: bold;
}

@media (min-width: 1px) and (max-width: 768px) {
  .finance_list {
    margin-bottom: 20px;
  }
  .finance_list .finance_li {
    width: 100%;
    margin-bottom: 40px;
  }
  .finance_note {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .finance_note_list {
    font-size: 13px;
    margin-bottom: 40px;
  }
}

/* ――――――――――――――――――――――――――――――――――――――――――

 library.css

―――――――――――――――――――――――――――――――――――――――――― */

.page_title_sub {
  font-size: 24px;
  margin-bottom: 40px;
}
.report_year_box {
  margin-bottom: 40px;
}
.library_content {
  margin-bottom: 50px;
}
.library_content .library_title {
  background: #f7f8f8;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
}
.library_content .more_btn {
  display: block;
  border: 1px solid #dcdddd;
  background: url(../img/icon_arrow_br.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 5% center;
  text-align: center;
  max-width: 260px;
  width: 100%;
  margin: 45px auto 0;
  font-size: 14px;
  padding: 20px 0;
}
.library_content .xj-list__library li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.library_content .xj-list .icon_pdf {
  background: url(../img/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px 16px;
}
.accounts_content {
  margin-bottom: 50px;
}
.accounts_content .accounts_add {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dcdddd;
}
.accounts_content .accounts_add .innter_text {
  margin-bottom: 20px;
}
.accounts_content .accounts_add .innter_link {
  display: inline-block;
  text-decoration: underline;
  color: #c9191d;
}
.accounts_content .accounts_add .innter_link::after {
  content: "";
  display: inline-block;
  background: url(../img/blank_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  margin-left: 8px;
}
.adobe_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.adobe_dl .adobe_dl_img {
  max-width: 124px;
  width: 100%;
  margin-right: 10px;
}
.adobe_dl .dl_text {
  font-size: 11.5px;
}
img {
  width: 100%;
}

@media (min-width: 1px) and (max-width: 768px) {
  .page_title {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  .page_title_sub {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .adobe_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .adobe_dl .adobe_dl_img {
    margin-right: 0;
    margin-top: 10px;
  }
}

/* ――――――――――――――――――――――――――――――――――――――――――

 notice.css

―――――――――――――――――――――――――――――――――――――――――― */

.notice_content {
  margin-bottom: 40px;
}
.notice_content .content_title {
  margin-bottom: 20px;
  font-size: 16px;
}
.notice_content .content_text {
  font-size: 14px;
}

/* ――――――――――――――――――――――――――――――――――――――――――

 profile.css

―――――――――――――――――――――――――――――――――――――――――― */

.profile_content {
  overflow: hidden;
  margin-bottom: 50px;
}
.profile_img {
  float: left;
  margin-right: 4%;
  width: 23%;
}
.profile_img img {
  width: 100%;
  height: auto;
}
.profile_box {
  float: left;
  width: 73%;
}
.profile_content.last {
  margin-bottom: 90px;
}
.profile_content .position {
  font-size: 14px;
}
.profile_content .name {
  font-size: 30px;
  margin-bottom: 18px;
}
.profile_content .em_profile {
  font-size: 14px;
}

@media (min-width: 1px) and (max-width: 768px) {
  .page_title {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  .page_title_sub {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .profile_content {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .profile_img {
    float: none;
    margin-right: none;
    width: 100%;
  }
  .profile_img img {
    width: 150px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
  .profile_box {
    float: none;
    width: 100%;
  }
}

/* ――――――――――――――――――――――――――――――――――――――――――

 stock.css

―――――――――――――――――――――――――――――――――――――――――― */

.stock_area {
  border-bottom: 1px solid #dcdddd;
}
.stock_area.border {
  border-top: 1px solid #dcdddd;
}
.stock_area.last {
  margin-bottom: 55px;
}

.stock_table_area {
  width: 100%;
  border-top: 1px solid #dcdddd;
}
.stock_table_area th {
  background: #f7f8f8;
  font-size: 14px;
  padding: 9px 5px;
  text-align: left;
  max-width: 220px;
  width: 34%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdddd;
  border-left: 1px solid #dcdddd;
}
.stock_table_area td {
  padding: 9px 5px;
  max-width: 438px;
  width: 66%;
  border-bottom: 1px solid #dcdddd;
  border-left: 1px solid #dcdddd;
  border-right: 1px solid #dcdddd;
  line-height: 1.5;
}

@media (min-width: 1px) and (max-width: 768px) {
  .stock_table_area {
    width: 100%;
    border-top: 1px solid #dcdddd;
    margin-bottom: 50px;
  }
  .stock_table_area th {
    display: block;
    padding: 9px 5px;
    text-align: left;
    max-width: 100%;
    width: 100%;
    border-bottom: none;
    border-left: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
  }
  .stock_table_area td {
    padding: 9px 5px;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    display: block;
  }
}

/* ――――――――――――――――――――――――――――――――――――――――――

 xj.css

―――――――――――――――――――――――――――――――――――――――――― */

/*----------------------------------------
 共通
----------------------------------------*/
#xj-select-year_s {
  padding: 0.8rem 2rem 0.8rem 0.5rem;
  border: 1px solid;
  border-radius: 5px;
  -webkit-appearance: auto;
  appearance: auto;
}

.xj-list .article_second {
  line-height: 1.6;
}

/* icon */
.xj-list .icon_pdf {
  background: url("../img/icon_pdf.png") no-repeat right;
  padding-right: 1rem;
}
.xj-list .icon_blank {
  background: url("../img/icon_blank.png") no-repeat right;
  background-size: 1rem;
  padding-right: 1rem;
  margin-left: 0.5rem;
}

/* new */
.xj-list .new {
  color: #c00;
  margin-left: 0.5rem;
}

/*----------------------------------------
IRニュース
----------------------------------------*/
.xj-list__irnews li,
.xj-list__library li {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
}
.xj-list__irnews .article_fist {
  width: 9rem;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.xj-list__irnews .article_fist .article_day,
.xj-list__library .article_day {
  white-space: nowrap;
  margin-right: 1rem;
}

/* label */
.xj-list .article_category {
  width: 5em;
  background: #c9191d;
  border-radius: 3px;
}
.xj-list .article_category a,
.xj-list .article_category span {
  color: #fff;
  font-size: 10px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

/*.xj-list__irnews .label.icon_discro span{background: #629fe8;}
.xj-list__irnews .label.icon_result span{background: #e54e72;}
.xj-list__irnews .label.icon_legal span{background: #59b224;}
.xj-list__irnews .label.icon_ir span{background: #ff9c00;}
.xj-list__irnews .label.icon_info span{background: #e8bb00;}*/

@media screen and (max-width: 768px) {
  .xj-list__irnews li,
  .xj-list__library li {
    flex-wrap: wrap;
  }
  .xj-list__irnews .article_second,
  .xj-list__library .article_second {
    width: 100%;
    margin-top: 0.5rem;
  }
}

/*----------------------------------------
業績・財務情報
----------------------------------------*/
.finance_table img {
  display: block;
  margin: 0 auto;
}

.xj_chart_table {
  width: 100%;
}
.xj_chart_table td {
  text-align: right;
  padding: 3px;
  border: 1px solid #ddd;
  font-size: 0.75rem;
}
.xj_chart_table td.xj_chart_no_value {
  text-align: center;
}
.xj_chart_table td.xj_chart_header,
.xj_chart_table td.xj_chart_header_first {
  text-align: center;
  background: #f8f8f8;
}
.non_titl .xj_chart_table td:first-child {
  display: none;
}

@media screen and (max-width: 480px) {
  .xj_chart_table td {
    font-size: calc(100vw / 30);
  }
}

/* ――――――――――――――――――――――――――――――――――――――――――

 zoom.css

―――――――――――――――――――――――――――――――――――――――――― */

.noscroll {
  width: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
}
.noscroll .hf,
.noscroll .headline,
.noscroll .breadcrumbs,
.noscroll .sectionWrap {
  position: relative;
  filter: blur(3px);
}

.zoomMod-wrap {
  flex: 1;
  display: block;
  cursor: zoom-in;
  position: relative;
}
.zoomMOD {
  position: relative;
}
.zoomMOD-imgset-img {
  width: 60%;
  max-height: 60%;
  margin: auto;
  object-fit: contain;
  object-position: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}

#modalMod {
  display: none;
  position: relative;
  z-index: 1001;
}
.modalMod-bg {
  position: fixed;
  top: 0;
  left: 0;
}
.modalMod-action-btn {
  width: 40px;
  height: 40px;
  border-radius: 50% 50%;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 120px;
  right: 16px;
  z-index: 1004;
  transition: 0.2s;
}
.modalMod-action-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.modalMod-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .zoomMod-wrap::after {
    content: "";
    width: 30px;
    height: 30px;
    padding: 4px 4px 3px;
    line-height: 1;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.5) url("../img/icon_zoom.svg") no-repeat center;
    display: block;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
  }

  #modalMod {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }
}

/* ――――――――――――――――――――――――――――――――――――――――――

 各css合体時 同じstyle

―――――――――――――――――――――――――――――――――――――――――― */

.section_00 {
  line-height: 1.7;
}

.page_title_sub {
  font-size: 24px;
  margin-bottom: 40px;
}

/* 共通cssの打ち消し */
#header {
  top: 0;
}
.headline.hl_02,
.headline.hl_01 {
  margin-top: 74px;
}
.headline.hl_01.top {
  margin-top: 90px;
}

@media screen and (max-width: 1023px) {
  .headline.hl_02,
  .headline.hl_01 {
    margin-top: 64px;
  }
  .headline.hl_01.top {
    margin-top: 80px;
  }
}

@media (min-width: 1px) and (max-width: 768px) {
  .headline.hl_02,
  .headline.hl_01 {
    margin-top: 40px;
  }
  .headline.hl_01.top {
    margin-top: 56px;
  }

  .page_title {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 25px;
  }

  .page_title_sub {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
