@charset "UTF-8";
/*============================================================================

		全ページ共通

============================================================================*/
p {
  line-height: 1.8;
}
@media print, screen and (min-width: 992px) {
  p {
    font-size: 1.5rem;
  }
}

.page_content_index,
.page_content_under_layer {
  overflow: hidden;
}

.page_content_index {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .page_content_index {
    padding-bottom: 50px;
  }
}

.page_content_under_layer {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 992px) {
  .page_content_under_layer {
    padding-bottom: 50px;
  }
}

/*
	.contents_innerの親のclass
	個別で上下padding幅、背景など調整が必要がない場合は基本このclassを使用
*/
.page_contents_base {
  padding: 50px 0 20px;
}
@media print, screen and (min-width: 992px) {
  .page_contents_base {
    padding: 80px 0 60px;
  }
}
@media print, screen and (min-width: 1240px) {
  .page_contents_base {
    padding: 120px 0 80px;
  }
}
.page_contents_base + .page_contents_base {
  padding-top: 0;
}
.page_contents_base + .under_layer_menu {
  padding-top: 0;
}

.contents_inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 992px) {
  .contents_inner {
    padding: 0 60px;
  }
}
@media print, screen and (min-width: 1240px) {
  .contents_inner {
    width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
}

.page_main_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
}
.page_main_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 74, 140, 0.2);
}
.page_main_title .title {
  position: relative;
  background: rgba(14, 74, 140, 0.9);
  color: #fff;
  text-align: center;
  z-index: 1;
}
.page_main_title .title h1, .page_main_title .title > span {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 992px) {
  .page_main_title .title h1, .page_main_title .title > span {
    font-size: 3.1rem;
  }
}
.page_main_title .title p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.3rem;
  letter-spacing: 0.13em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
@media print, screen and (min-width: 992px) {
  .page_main_title .title p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

/* 第2階層 タイトル */
.page_content_index .page_main_title {
  min-height: 300px;
  padding: 40px 0;
}
@media print, screen and (min-width: 992px) {
  .page_content_index .page_main_title {
    min-height: 0;
    height: 400px;
    padding: 40px 60px;
  }
}
@media print, screen and (min-width: 1240px) {
  .page_content_index .page_main_title {
    min-height: 0;
    height: 490px;
  }
}
.page_content_index .page_main_title:before {
  left: -50%;
  transform: skew(-20deg);
}
.page_content_index .page_main_title .title {
  width: 90%;
  padding: 40px 30px;
}
@media print, screen and (min-width: 992px) {
  .page_content_index .page_main_title .title {
    width: auto;
    padding: 60px 80px 55px;
  }
}
.page_content_index.company .page_main_title {
  background-image: url(../img/contents/main_title_bg_company.jpg);
}
.page_content_index.ir .page_main_title {
  background-image: url(../img/contents/main_title_bg_ir.jpg);
}

/* 第3階層以下(下層の存在しない第2階層ページもこちら使用) タイトル */
.page_content_under_layer .page_main_title {
  min-height: 120px;
  padding: 30px 20px;
  background-image: url(../img/contents/main_title_bg_news_mini.jpg);
}
@media print, screen and (min-width: 992px) {
  .page_content_under_layer .page_main_title {
    min-height: 0;
    height: 256px;
    padding: 30px 60px;
  }
}
.page_content_under_layer .page_main_title .title {
  padding: 10px 20px;
}
@media print, screen and (min-width: 992px) {
  .page_content_under_layer .page_main_title .title {
    padding: 25px 40px 25px;
  }
}
.page_content_under_layer .page_main_title .title h1 {
  font-size: 2rem;
  padding: 5px;
}
@media print, screen and (min-width: 992px) {
  .page_content_under_layer .page_main_title .title h1 {
    padding: 0;
    font-size: 3.1rem;
  }
}
.page_content_under_layer .page_main_title:before {
  background: rgba(14, 74, 140, 0.4);
}
.page_content_under_layer.company .page_main_title {
  background-image: url(../img/contents/main_title_bg_company_mini.jpg);
}
.page_content_under_layer.ir .page_main_title {
  background-image: url(../img/contents/main_title_bg_ir_mini.jpg);
}

/* パンくずリスト */
.page_pan_list {
  background: #eee;
}
.page_pan_list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media print, screen and (min-width: 992px) {
  .page_pan_list ul {
    padding: 18px 0;
  }
}
.page_pan_list ul li {
  flex-basis: auto;
  flex-shrink: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 5px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 992px) {
  .page_pan_list ul li {
    font-size: 1.3rem;
    padding-left: 20px;
    padding-right: 10px;
  }
}
.page_pan_list ul li:after {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg) translate(0, -50%);
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.page_pan_list ul li:first-child {
  padding-left: 0;
}
.page_pan_list ul li:first-child:after {
  content: none;
}
.page_pan_list ul li a {
  color: #222;
}
@media print, screen and (min-width: 992px) {
  .page_pan_list ul li a:hover {
    color: #0E4A8C;
  }
}

.device_tab .page_pan_list a {
  white-space: nowrap;
}

/* 下層ナビゲーション */
.under_layer_nav {
  background: #cdd7df;
}

.under_layer_nav_inner {
  padding: 20px 20px 15px;
}
@media (min-width: 768px) {
  .under_layer_nav_inner {
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_nav_inner {
    padding: 40px 60px 20px;
  }
}
@media print, screen and (min-width: 1240px) {
  .under_layer_nav_inner {
    width: 1080px;
    margin: 0 auto;
    padding: 60px 0 35px;
  }
}

.under_layer_nav_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.under_layer_nav_list:before {
  content: "";
  display: block;
  width: 31%;
  height: 0;
  order: 1;
}
@media (min-width: 768px) {
  .under_layer_nav_list:before {
    width: 31.8%;
  }
}
@media print, screen and (min-width: 1024px) {
  .under_layer_nav_list:before {
    width: 23%;
  }
}
.under_layer_nav_list:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}
@media (min-width: 768px) {
  .under_layer_nav_list:after {
    width: 31.8%;
  }
}
@media print, screen and (min-width: 1024px) {
  .under_layer_nav_list:after {
    width: 23%;
  }
}
.under_layer_nav_list li {
  position: relative;
  width: 48.5%;
}
@media (min-width: 768px) {
  .under_layer_nav_list li {
    width: 31.8%;
  }
}
@media print, screen and (min-width: 1024px) {
  .under_layer_nav_list li {
    width: 23%;
  }
}
.under_layer_nav_list li:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #231815;
}
@media (min-width: 768px) {
  .under_layer_nav_list li:before {
    bottom: 14px;
  }
}
@media print, screen and (min-width: 1024px) {
  .under_layer_nav_list li:before {
    bottom: 24px;
  }
}
.under_layer_nav_list li:after {
  content: "";
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .under_layer_nav_list li:after {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .under_layer_nav_list li:after {
    margin-bottom: 25px;
  }
}
.under_layer_nav_list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 8px);
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  background: #fff;
  color: #222;
}
@media (min-width: 768px) {
  .under_layer_nav_list li a {
    height: calc(100% - 15px);
  }
}
@media print, screen and (min-width: 1024px) {
  .under_layer_nav_list li a {
    font-size: 1.4rem;
    padding: 20px;
    height: calc(100% - 25px);
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_nav_list li a:hover {
    background: #eaf4f9;
    color: #0E4A8C;
  }
  .under_layer_nav_list li a:hover:before {
    opacity: 1;
    border-width: 0;
  }
  .under_layer_nav_list li a:hover:after {
    transform: translate(2px, 2px) scale(1.2);
    border-color: transparent transparent #0E4A8C transparent;
  }
}
.under_layer_nav_list li a:after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #222 transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.under_layer_nav_list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.under_layer_nav_list li a span {
  position: relative;
  z-index: 1;
}

/* 見出し(hタグ)に使用 */
.page_title_l {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .page_title_l {
    font-size: 2.6rem;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}
.page_title_l:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #0E4A8C;
}
.page_title_l span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  padding-bottom: 3px;
}
@media print, screen and (min-width: 992px) {
  .page_title_l span {
    display: inline;
    font-size: 1.5rem;
    padding-left: 20px;
    padding-bottom: 0;
  }
}
.page_title_l + .page_title_m {
  padding-top: 10px;
}
@media print, screen and (min-width: 992px) {
  .page_title_l + .page_title_m {
    padding-top: 10px;
  }
}
.page_title_l + .page_title_m:before {
  top: 11px;
}
.page_title_l + .colm3_wrap .colm_box:nth-of-type(1) .page_title_m {
  padding-top: 10px;
}
.page_title_l + .colm3_wrap .colm_box:nth-of-type(1) .page_title_m:before {
  top: 11px;
}
@media print, screen and (min-width: 992px) {
  .page_title_l + .colm3_wrap .colm_box:nth-of-type(2) .page_title_m, .page_title_l + .colm3_wrap .colm_box:nth-of-type(3) .page_title_m {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .page_title_l + .colm3_wrap .colm_box:nth-of-type(2) .page_title_m:before, .page_title_l + .colm3_wrap .colm_box:nth-of-type(3) .page_title_m:before {
    top: 11px;
  }
}
.page_title_l + .colm2_wrap .colm_box:nth-of-type(1) .page_title_m {
  padding-top: 10px;
}
.page_title_l + .colm2_wrap .colm_box:nth-of-type(1) .page_title_m:before {
  top: 11px;
}
@media print, screen and (min-width: 992px) {
  .page_title_l + .colm2_wrap .colm_box:nth-of-type(2) .page_title_m {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .page_title_l + .colm2_wrap .colm_box:nth-of-type(2) .page_title_m:before {
    top: 11px;
  }
}

.page_title_m {
  position: relative;
  padding-left: 20px;
  padding-top: 30px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .page_title_m {
    padding-top: 50px;
    margin-bottom: 35px;
    font-size: 1.9rem;
  }
}
.page_title_m:before {
  content: "";
  position: absolute;
  left: 0;
  top: 31px;
  width: 5px;
  height: 25px;
  background: #f5ab2e;
}
@media print, screen and (min-width: 992px) {
  .page_title_m:before {
    top: 51px;
    height: 30px;
  }
}
.page_title_m span {
  font-size: 1.3rem;
  font-weight: normal;
  padding-left: 10px;
}
@media print, screen and (min-width: 992px) {
  .page_title_m span {
    font-size: 1.5rem;
    padding-left: 15px;
  }
}
.page_title_m.mt_0 {
  padding-top: 0;
}
.page_title_m.mt_0:before {
  top: 0;
}
@media print, screen and (min-width: 992px) {
  .page_title_m.mt_0 {
    padding-top: 0;
  }
}
.page_title_m.mb_0 {
  margin-bottom: 0;
}

.page_title_s {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .page_title_s {
    margin-bottom: 35px;
    font-size: 1.7rem;
  }
}

/* パーツリスト */
.parts_text p {
  margin-bottom: 30px;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .parts_text p {
    margin-bottom: 40px;
  }
}

.parts_img img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .parts_img img {
    margin-bottom: 40px;
  }
}
.parts_img img + span {
  margin-top: -20px;
  margin-bottom: 20px;
  display: block;
  padding-top: 3px;
  font-size: 1.2rem;
  text-align: right;
}
@media print, screen and (min-width: 992px) {
  .parts_img img + span {
    margin-top: -30px;
    margin-bottom: 40px;
  }
}

.parts_video .video_wrap {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}
@media print, screen and (min-width: 992px) {
  .parts_video .video_wrap {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_video .video_wrap.video_size_m {
    width: 75%;
    padding-top: 42.25%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_video .video_wrap.video_size_s {
    width: 60%;
    padding-top: 33.75%;
  }
}
.parts_video video,
.parts_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.parts_img_text {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .parts_img_text {
    display: flex;
    margin-bottom: 40px;
  }
}
.parts_img_text .text + .img {
  margin-top: 20px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 992px) {
  .parts_img_text .text + .img {
    margin-right: 0;
    margin-left: auto;
    margin-top: 0;
    padding-right: 0;
    padding-left: 30px;
  }
}
.parts_img_text .img {
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .parts_img_text .img {
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: 30px;
  }
}
.parts_img_text .img span {
  display: block;
  padding-top: 3px;
  font-size: 1.2rem;
  text-align: right;
}
.parts_img_text .img .item {
  display: block;
  margin-bottom: 10px;
}
.parts_img_text .img .item:last-of-type {
  margin-bottom: 0;
}
@media print, screen and (min-width: 992px) {
  .parts_img_text.img20 .img {
    width: 20%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_img_text.img30 .img {
    width: 30%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_img_text.img40 .img {
    width: 40%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_img_text.img45 .img {
    width: 45%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_img_text.img50 .img {
    width: 50%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_img_text.img55 .img {
    width: 55%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_img_text.img60 .img {
    width: 60%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_img_text.img70 .img {
    width: 70%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_img_text.img80 .img {
    width: 80%;
  }
}

.parts_date {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 992px) {
  .parts_date {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.parts_contents_title_l {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .parts_contents_title_l {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}

.parts_contents_title_m {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 992px) {
  .parts_contents_title_m {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

.parts_contents_title_s {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media print, screen and (min-width: 992px) {
  .parts_contents_title_s {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 992px) {
  .colm2_wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 992px) {
  .colm2_wrap .colm_box {
    width: 48.5%;
    margin-right: 3%;
  }
  .colm2_wrap .colm_box:nth-of-type(2n) {
    margin-right: 0;
  }
}
.colm2_wrap .colm_box.logo {
  width: 100%;
}
@media (min-width: 768px) {
  .colm2_wrap .colm_box.logo {
    width: 200px;
  }
}

@media print, screen and (min-width: 992px) {
  .colm3_wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 992px) {
  .colm3_wrap .colm_box {
    width: 31.5%;
    margin-right: 2.75%;
  }
  .colm3_wrap .colm_box:nth-of-type(3n) {
    margin-right: 0;
  }
}

.parts_slogan {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .parts_slogan {
    margin-bottom: 40px;
  }
}
.parts_slogan .title {
  font-size: 2.2rem;
  color: #0E4A8C;
  letter-spacing: 0.12em;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
  .parts_slogan .title {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
}
.parts_slogan .text {
  margin-top: 10px;
}

.parts_catch_m {
  font-size: 1.6rem;
  line-height: 2;
  color: #0E4A8C;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
}
@media print, screen and (min-width: 992px) {
  .parts_catch_m {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}

.parts_service_info_inner {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
  }
}
.parts_service_info_inner .img {
  flex-shrink: 0;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner .img {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner .img.img_l {
    width: 53%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner .img.img_m {
    width: 40%;
  }
}
.parts_service_info_inner .img img {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner .info {
    width: 100%;
    padding-right: 30px;
  }
}
.parts_service_info_inner .info .title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner .info .title {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}
.parts_service_info_inner .info .catch {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #0E4A8C;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner .info .catch {
    font-size: 2.3rem;
    line-height: 1.8;
  }
}
.parts_service_info_inner .info .point {
  margin-top: 30px;
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner .info .point {
    margin-top: 40px;
  }
}
.parts_service_info_inner .info .point li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner .info .point li {
    margin-bottom: 15px;
  }
}
.parts_service_info_inner .info .point li:last-child {
  margin-bottom: 0;
}
.parts_service_info_inner .info .point li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #f46624;
}
.parts_service_info_inner .info .text {
  margin-top: 20px;
  line-height: 2;
}
.parts_service_info_inner.reverse {
  flex-direction: row;
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner.reverse .img {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_service_info_inner.reverse .info {
    padding-left: 30px;
    padding-right: 0;
  }
}

.parts_line {
  padding: 0;
  margin: 0 0 30px;
  border: 0;
  border-bottom: 1px solid #b9b9b9;
}
@media print, screen and (min-width: 992px) {
  .parts_line {
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}

.table_scroll {
  white-space: nowrap;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .table_scroll {
    white-space: normal;
    margin-bottom: 40px;
  }
}
.table_scroll .parts_table {
  margin-bottom: 0;
}
@media print, screen and (min-width: 992px) {
  .table_scroll .parts_table {
    margin-bottom: 0;
  }
}

.parts_table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
@media print, screen and (min-width: 992px) {
  .parts_table {
    margin-bottom: 40px;
  }
}
.parts_table th {
  background: #f7f7f7;
  border-top: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  padding: 10px;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .parts_table th {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}
.parts_table td {
  padding: 10px;
  font-size: 1.4rem;
  vertical-align: top;
  border-top: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .parts_table td {
    padding: 15px 20px;
    font-size: 1.5rem;
  }
}
.parts_table thead th {
  padding: 15px 10px;
  background: #607ca4;
  color: #fff;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .parts_table thead th {
    padding: 20px 10px;
  }
}
.parts_table .bg_gray th,
.parts_table .bg_gray td {
  background: rgb(143, 143, 143);
  color: #fff;
  font-weight: bold;
}
.parts_table .total th,
.parts_table .total td {
  padding: 15px 10px;
  background: #7f8fa3;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 992px) {
  .parts_table .total th,
  .parts_table .total td {
    padding: 20px;
    font-size: 1.7rem;
  }
}
.parts_table .parent th {
  border-bottom: 0;
}
.parts_table .child th {
  border-top: 1px solid #b9b9b9;
}
.parts_table .child th:nth-child(1) {
  border-top: 0;
}

.xj_table {
  margin-top: 0;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 992px) {
  .xj_table {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
.xj_table table {
  margin: 0 auto;
  table-layout: fixed;
  font-size: 1rem;
}
@media print, screen and (min-width: 992px) {
  .xj_table table {
    font-size: 1.2rem;
  }
}
.xj_table.xj_table01 table .xj_chart_header_first {
  width: 20%;
}
@media print, screen and (min-width: 992px) {
  .xj_table.xj_table01 table .xj_chart_header_first {
    width: 30%;
  }
}

.financial_img_sub_text {
  display: inline-block;
}
.financial_img_sub_text > span {
  display: block;
  margin-bottom: 4px;
  text-align: left;
  font-size: 1.2rem;
}

.financial_table_sub_text > span {
  display: block;
  margin-bottom: 4px;
  text-align: right;
  font-size: 1.2rem;
}

.dividend_table th {
  color: #fff;
}
.dividend_table tbody tr:nth-child(1) th {
  background: #d87583;
}
.dividend_table tbody tr:nth-child(2) th {
  background: #eaa953;
}
.dividend_table tbody tr:nth-child(3) th {
  background: #7abc5e;
}
.dividend_table tbody tr:nth-child(4) th {
  background: #248bb9;
}
.dividend_table tbody tr:nth-child(5) th {
  background: #936197;
}

.chart_size {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.parts_list_normal {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .parts_list_normal {
    margin-bottom: 40px;
  }
}
.parts_list_normal li {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 992px) {
  .parts_list_normal li {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
.parts_list_normal li:last-child {
  margin-bottom: 0;
}

.parts_list_circle {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .parts_list_circle {
    margin-bottom: 40px;
  }
}
.parts_list_circle > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .parts_list_circle > li {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.parts_list_circle > li:last-child {
  margin-bottom: 0;
}
.parts_list_circle > li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #f46624;
}
@media print, screen and (min-width: 992px) {
  .parts_list_circle > li:before {
    top: 13px;
  }
}

.parts_list_check {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .parts_list_check {
    margin-bottom: 40px;
  }
}
.parts_list_check > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .parts_list_check > li {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.parts_list_check > li:last-child {
  margin-bottom: 0;
}
.parts_list_check > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 992px) {
  .parts_list_check > li:after {
    top: 8px;
  }
}
.parts_list_check > li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  width: 1.5rem;
  height: 0.7rem;
  border: 2px solid #f46624;
  border-top-style: none;
  border-right-style: none;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 992px) {
  .parts_list_check > li:before {
    top: 8px;
  }
}

.parts_list_border {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .parts_list_border {
    margin-bottom: 40px;
  }
}
.parts_list_border > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .parts_list_border > li {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.parts_list_border > li:last-child {
  margin-bottom: 0;
}
.parts_list_border > li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #222;
}
@media print, screen and (min-width: 992px) {
  .parts_list_border > li:before {
    top: 15px;
  }
}

.parts_list_number {
  margin-bottom: 20px;
  counter-reset: li;
}
@media print, screen and (min-width: 992px) {
  .parts_list_number {
    margin-bottom: 40px;
  }
}
.parts_list_number > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .parts_list_number > li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.parts_list_number > li:last-child {
  margin-bottom: 0;
}
.parts_list_number > li:before {
  position: absolute;
  counter-increment: li;
  content: counter(li);
  left: 0;
  top: 6px;
  border: 1px solid #222;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 14px;
  text-align: center;
  background: none;
  color: #222;
}
@media print, screen and (min-width: 992px) {
  .parts_list_number > li:before {
    top: 7px;
    padding-left: 1px;
  }
}
.parts_list_number > li .title {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 992px) {
  .parts_list_number > li .title {
    font-size: 1.5rem;
  }
}
.parts_list_number > li .text {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .parts_list_number > li .text {
    padding-top: 8px;
    padding-bottom: 10px;
  }
}

.parts_list_number02 {
  margin-bottom: 20px;
  counter-reset: li;
}
@media print, screen and (min-width: 992px) {
  .parts_list_number02 {
    margin-bottom: 40px;
  }
}
.parts_list_number02 > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .parts_list_number02 > li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.parts_list_number02 > li:last-child {
  margin-bottom: 0;
}
.parts_list_number02 > li:before {
  position: absolute;
  counter-increment: li;
  content: "(" counter(li) ")";
  left: 0;
  top: -1px;
  text-align: center;
  background: none;
  color: #222;
}
@media print, screen and (min-width: 992px) {
  .parts_list_number02 > li:before {
    font-size: 1.5rem;
  }
}

.parts_list_normal > li ul,
.parts_list_normal > li ol,
.parts_list_circle > li ul,
.parts_list_circle > li ol,
.parts_list_number > li ul,
.parts_list_number > li ol,
.parts_list_number02 > li ul,
.parts_list_number02 > li ol {
  margin-top: 10px;
}
@media print, screen and (min-width: 992px) {
  .parts_list_normal > li ul,
  .parts_list_normal > li ol,
  .parts_list_circle > li ul,
  .parts_list_circle > li ol,
  .parts_list_number > li ul,
  .parts_list_number > li ol,
  .parts_list_number02 > li ul,
  .parts_list_number02 > li ol {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.parts_map {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
@media print, screen and (min-width: 992px) {
  .parts_map {
    margin-bottom: 40px;
  }
}
.parts_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parts_bottom_arrow {
  position: relative;
  margin-bottom: 80px;
}
@media print, screen and (min-width: 992px) {
  .parts_bottom_arrow {
    margin-bottom: 120px;
  }
}
.parts_bottom_arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 55px 0 55px;
  border-color: #0E4A8C transparent transparent transparent;
}
@media print, screen and (min-width: 992px) {
  .parts_bottom_arrow:after {
    bottom: -90px;
  }
}

.parts_ancr_list {
  text-align: center;
  margin-bottom: 20px;
}
.parts_ancr_list li {
  display: inline-block;
  margin: 0 5px;
  min-width: 120px;
}
@media print, screen and (min-width: 992px) {
  .parts_ancr_list li {
    margin: 0 10px;
    min-width: 300px;
  }
}
.parts_ancr_list li a {
  position: relative;
  display: block;
  background: #fff;
  text-decoration: none;
  padding: 10px 40px 10px 20px;
  border: 1px solid #b9b9b9;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0E4A8C;
}
@media (min-width: 321px) {
  .parts_ancr_list li a {
    padding: 10px 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_ancr_list li a {
    font-size: 1.7rem;
    padding: 20px 35px;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_ancr_list li a:hover {
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    border: 1px solid #0E4A8C;
  }
  .parts_ancr_list li a:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .parts_ancr_list li a:hover:after {
    transform: translate(0, -30%);
    color: #fff;
  }
}
.parts_ancr_list li a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 1.4rem;
  vertical-align: middle;
  color: #0E4A8C;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 992px) {
  .parts_ancr_list li a:after {
    right: 20px;
    font-size: 1.65rem;
  }
}
.parts_ancr_list li a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transform: translate(-50%, -50%) scale(0.97, 0.85);
  background: #0E4A8C;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.parts_ancr_list li a span {
  position: relative;
  z-index: 1;
}

.parts_tab_list {
  display: flex;
  flex-wrap: wrap;
}
.parts_tab_list li {
  margin-right: 2%;
  width: 32%;
}
@media print, screen and (min-width: 992px) {
  .parts_tab_list li {
    margin-right: 1.5%;
    width: 23.875%;
  }
}
.parts_tab_list li:after {
  content: "";
  display: block;
  margin-bottom: 6%;
}
.parts_tab_list li:nth-child(3n) {
  margin-right: 0;
}
@media print, screen and (min-width: 992px) {
  .parts_tab_list li:nth-child(3n) {
    margin-right: 1.5%;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_tab_list li:nth-child(4n) {
    margin-right: 0;
  }
}
.parts_tab_list li.active .parts_tab_list_box {
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  border: 1px solid #0E4A8C;
}
.parts_tab_list li.active .parts_tab_list_box:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.parts_tab_list li.active .parts_tab_list_box:after {
  transform: translate(2px, 2px) scale(1.2);
  border-color: transparent transparent #fff transparent;
}
.parts_tab_list li .parts_tab_list_box {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  text-decoration: none;
  color: #231815;
  padding: 5px 15px;
  border: 1px solid #b9b9b9;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0E4A8C;
}
@media (min-width: 321px) {
  .parts_tab_list li .parts_tab_list_box {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_tab_list li .parts_tab_list_box {
    font-size: 1.5rem;
    padding: 10px 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_tab_list li .parts_tab_list_box:hover {
    cursor: pointer;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    border: 1px solid #0E4A8C;
  }
  .parts_tab_list li .parts_tab_list_box:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .parts_tab_list li .parts_tab_list_box:hover:after {
    transform: translate(2px, 2px) scale(1.2);
    border-color: transparent transparent #fff transparent;
  }
}
.parts_tab_list li .parts_tab_list_box:after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #0E4A8C transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .parts_tab_list li .parts_tab_list_box:after {
    right: 8px;
    bottom: 8px;
    border-width: 0 0 8px 8px;
  }
}
.parts_tab_list li .parts_tab_list_box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transform: translate(-50%, -50%) scale(0.97, 0.85);
  background: #0E4A8C;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.parts_tab_list li .parts_tab_list_box span {
  position: relative;
  z-index: 1;
}

.parts_tab_contents_box {
  display: none;
}
.parts_tab_contents_box.active {
  display: block;
}

.box_link {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.box_link:after {
  content: "";
  display: block;
  width: 48%;
  height: 0;
}
@media print, screen and (min-width: 992px) {
  .box_link:after {
    width: 31%;
  }
}

.box_link_item {
  position: relative;
  display: block;
  background: #fff;
  text-decoration: none;
  width: 48%;
  margin-bottom: 4%;
}
@media print, screen and (min-width: 992px) {
  .box_link_item {
    width: 31%;
    margin-bottom: 40px;
  }
}
.box_link_item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b9b9b9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box_link_item:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #b2b2b2 transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .box_link_item:hover {
    transform: translate(0, -3px);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  }
}
@media print, screen and (min-width: 992px) {
  .box_link_item:hover:before {
    border: 2px solid #0E4A8C;
  }
}
@media print, screen and (min-width: 992px) {
  .box_link_item:hover:after {
    transform: translate(2px, 2px) scale(1.2);
    border-color: transparent transparent #0E4A8C transparent;
  }
}
.box_link_item .title {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .box_link_item .title {
    font-size: 1.7rem;
    padding: 25px 22px 25px;
  }
}
.box_link_item .img img {
  width: 100%;
}
.box_link_item .text {
  padding: 0 20px 40px;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media print, screen and (min-width: 992px) {
  .box_link_item .text {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0 25px 50px;
  }
}

.box_link_wide {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .box_link_wide {
    margin-bottom: 0;
  }
}
.box_link_wide .box_link_item {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .box_link_wide .box_link_item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .box_link_wide .box_link_item .img {
    width: 50%;
    flex-shrink: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .box_link_wide .box_link_item .text_wrap {
    width: 50%;
  }
}
.box_link_wide .box_link_item .title {
  font-size: 2rem;
  color: #f46624;
}
@media print, screen and (min-width: 992px) {
  .box_link_wide .box_link_item .title {
    font-size: 2.3rem;
    padding: 0 20px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .box_link_wide .box_link_item .title {
    padding: 0 40px 0;
  }
}
@media print, screen and (min-width: 992px) {
  .box_link_wide .box_link_item .text {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .box_link_wide .box_link_item .text {
    padding: 0 40px;
  }
}

.parts_link_pdf {
  text-decoration: none;
}
.parts_link_pdf[href$=".pdf"]:before {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: 10px;
  color: #f4524b;
  font-size: 2.4rem;
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
@media print, screen and (min-width: 992px) {
  .parts_link_pdf[href$=".pdf"]:before {
    font-size: 2.8rem;
  }
}
.parts_link_pdf:hover {
  text-decoration: underline;
}
.parts_link_pdf:hover:before {
  text-decoration: none;
}

/* 文字サイズ、カラー調整用 */
.font_l {
  font-size: 2.3rem;
}
@media print, screen and (min-width: 992px) {
  .font_l {
    font-size: 2.9rem;
  }
}

.font_m {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 992px) {
  .font_m {
    font-size: 1.8rem;
  }
}

.font_s {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 992px) {
  .font_s {
    font-size: 1.2rem;
  }
}

.color_blue {
  color: #0E4A8C;
}

.color_orange {
  color: #f46624;
}

/*============================================================================

		IRページ用

============================================================================*/
.ir_news {
  padding: 50px 0 0px;
}
@media print, screen and (min-width: 992px) {
  .ir_news {
    padding: 80px 0 20px;
  }
}
@media print, screen and (min-width: 1240px) {
  .ir_news {
    padding: 120px 0 0;
  }
}

.parts_news_head {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .parts_news_head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
}
.parts_news_head .category_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #6b80a2;
  border-left: 1px solid #6b80a2;
}
@media print, screen and (min-width: 992px) {
  .parts_news_head .category_list {
    width: 100%;
    margin-left: 30px;
    border: 0;
    justify-content: flex-end;
  }
}
.parts_news_head .category_list li {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #6b80a2;
  border-right: 1px solid #6b80a2;
  font-weight: bold;
  color: #486b8a;
}
@media print, screen and (min-width: 992px) {
  .parts_news_head .category_list li {
    width: 20%;
    border: 1px solid #6b80a2;
    border-right: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_news_head .category_list li:first-child {
    border-radius: 6px 0 0 6px;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_news_head .category_list li:last-child {
    border-right: 1px solid #6b80a2;
    border-radius: 0 6px 6px 0;
  }
}
.parts_news_head .category_list li a,
.parts_news_head .category_list li span {
  padding: 10px;
  color: #486b8a;
  text-decoration: none;
  display: block;
}
@media print, screen and (min-width: 992px) {
  .parts_news_head .category_list li a,
  .parts_news_head .category_list li span {
    padding: 12px 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_news_head .category_list li a:hover {
    color: #fff;
    background: #0E4A8C;
  }
}
.parts_news_head .category_list li span {
  color: #a7a7a7;
}
.parts_news_head .category_list li.all {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .parts_news_head .category_list li.all {
    width: 20%;
  }
}
.parts_news_head .category_list li.active {
  background: #0E4A8C;
  color: #fff;
}
.parts_news_head .category_list li.active a {
  color: #fff;
}
.parts_news_head .year_select {
  display: block;
  position: relative;
  height: 48px;
  width: 240px;
  margin-bottom: 20px;
  border: 1px solid #0E4A8C;
  border-radius: 6px;
  font-size: 1.6rem;
  background: #fff;
}
@media print, screen and (min-width: 992px) {
  .parts_news_head .year_select {
    margin-bottom: 0;
  }
}
.parts_news_head .year_select label {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}
.parts_news_head .year_select label:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #0E4A8C;
  border-radius: 0 5px 5px 0;
  pointer-events: none;
}
.parts_news_head .year_select label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  cursor: pointer;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
.parts_news_head .year_select select {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 46px;
  padding: 0 30px 0 15px;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: #0E4A8C;
}
@media all and (-ms-high-contrast: none) {
  .parts_news_head .year_select select {
    width: calc(100% + 25px);
  }
}

.ir_news .ir_news_head .ir_category_list li,
.ir_news .ir_news_head .ir_category_list .all {
  padding: 10px;
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 992px) {
  .ir_news .ir_news_head .ir_category_list li,
  .ir_news .ir_news_head .ir_category_list .all {
    padding: 12px 10px;
    width: 20%;
  }
}
@media print, screen and (min-width: 992px) {
  .ir_news .ir_news_head .ir_category_list li:hover,
  .ir_news .ir_news_head .ir_category_list .all:hover {
    cursor: pointer;
    background: #0E4A8C;
    color: #fff;
  }
}
.ir_news .ir_news_head .title {
  margin-bottom: 20px;
  font-size: 2.2rem;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .ir_news .ir_news_head .title {
    flex-shrink: 0;
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}

.ir_news_body .ir_news_tab_block {
  display: none;
}
.ir_news_body .ir_news_tab_block.active {
  display: block;
}
.ir_news_body .ir_news_tab_block > p {
  padding: 10px 0 30px;
}

.parts_news_list {
  border-top: 1px dotted #aaa;
  margin-bottom: 30px;
}
.parts_news_list > p {
  padding: 15px 10px;
  border-bottom: 1px dotted #aaa;
}
@media print, screen and (min-width: 992px) {
  .parts_news_list > p {
    padding: 25px 10px;
  }
}
.parts_news_list a, .parts_news_list > span {
  position: relative;
  display: block;
  padding: 15px 10px;
  border-bottom: 1px dotted #aaa;
  text-decoration: none;
}
@media print, screen and (min-width: 992px) {
  .parts_news_list a, .parts_news_list > span {
    padding: 25px 10px;
  }
}
.parts_news_list a:after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #0E4A8C transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.parts_news_list a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 90%;
  opacity: 0;
  background: rgba(14, 74, 140, 0.1);
  transform: translate(0, -50%) scale(0.94);
  transform-origin: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.parts_news_list a[href$=".pdf"]:after {
  content: none;
}
@media print, screen and (min-width: 992px) {
  .parts_news_list a[href$=".pdf"] {
    padding-right: 105px;
  }
}
.parts_news_list a[href$=".pdf"] .pdf {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  vertical-align: middle;
  transform: translate(0, -50%);
  font-size: 1.2rem;
  color: #444;
  margin-top: 15px;
}
@media print, screen and (min-width: 992px) {
  .parts_news_list a[href$=".pdf"] .pdf {
    margin-top: 0;
    font-size: 1.3rem;
  }
}
.parts_news_list a[href$=".pdf"] .pdf:after {
  position: relative;
  top: -2px;
  margin-left: 6px;
  color: #f4524b;
  font-size: 2.1rem;
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
}
@media print, screen and (min-width: 992px) {
  .parts_news_list a[href$=".pdf"] .pdf:after {
    font-size: 2.2rem;
  }
}
.parts_news_list a[href$=".pdf"] dd {
  padding-right: 105px;
}
@media print, screen and (min-width: 992px) {
  .parts_news_list a[href$=".pdf"] dd {
    padding-right: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_news_list a:hover:before {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
  }
  .parts_news_list a:hover:after {
    transform: translate(6px, 0) scale(1.3);
  }
}
.parts_news_list dl {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 992px) {
  .parts_news_list dl {
    display: flex;
    align-items: center;
  }
}
.parts_news_list dl dt {
  line-height: 23px;
  height: 23px;
  vertical-align: middle;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 992px) {
  .parts_news_list dl dt {
    height: auto;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.parts_news_list dl dt .category {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  font-size: 1.3rem;
  margin-left: 10px;
  padding: 0 4px;
  border: 1px solid #0E4A8C;
  border-radius: 100px;
  color: #0E4A8C;
  font-weight: bold;
}
@media (min-width: 321px) {
  .parts_news_list dl dt .category {
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .parts_news_list dl dt .category {
    margin-left: 28px;
  }
}
.parts_news_list dl dd {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 992px) {
  .parts_news_list dl dd {
    padding-left: 30px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 992px) {
  .ir_calendar a[href$=".pdf"] {
    padding-right: 10px;
  }
}
.ir_calendar a[href$=".pdf"]:after {
  content: "";
}
.ir_calendar a[href$=".pdf"] dd {
  padding-right: 0;
}
@media print, screen and (min-width: 992px) {
  .ir_calendar a[href$=".pdf"] dd {
    padding-right: 0;
  }
}

.ir_pickup {
  margin-bottom: 0;
}
@media print, screen and (min-width: 992px) {
  .ir_pickup {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 1240px) {
  .ir_pickup {
    padding-bottom: 120px;
  }
}

.ir_pickup_menu .box_link_item {
  width: 100%;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
  .ir_pickup_menu .box_link_item {
    width: 31%;
    margin-bottom: 35px;
  }
}
.ir_pickup_menu .box_link_item .title {
  font-size: 1.7rem;
  padding: 18px 20px;
}
@media print, screen and (min-width: 992px) {
  .ir_pickup_menu .box_link_item .title {
    padding: 25px 22px 25px;
  }
}

.ir_pickup_read {
  color: #0e4a8c;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 992px) {
  .ir_pickup_read {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 50px;
  }
}

.under_layer_menu {
  padding: 40px 0 40px;
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu {
    padding: 80px 0 80px;
  }
}
@media print, screen and (min-width: 1240px) {
  .under_layer_menu {
    padding: 120px 0 60px;
  }
}

@media print, screen and (min-width: 992px) {
  .under_layer_menu_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.under_layer_menu_box {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_box {
    width: 48.2%;
    margin-bottom: 3.6%;
  }
}
.under_layer_menu_box .under_layer_menu_head {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_box .under_layer_menu_head:hover {
    transform: translate(0, -3px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_box .under_layer_menu_head:hover:before {
    border: 2px solid #0E4A8C;
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_box .under_layer_menu_head:hover:after {
    transform: translate(2px, 2px) scale(1.2);
    border-color: transparent transparent #0E4A8C transparent;
  }
}
.under_layer_menu_box .under_layer_menu_head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b9b9b9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.under_layer_menu_box .under_layer_menu_head:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #0E4A8C transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.under_layer_menu_box .under_layer_menu_head .img img {
  width: 100%;
}
.under_layer_menu_box .under_layer_menu_head .title {
  padding: 12px 20px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_box .under_layer_menu_head .title {
    padding: 16px 25px;
  }
}
.under_layer_menu_box .under_layer_menu_list {
  background: #f7f7f7;
  margin: 15px 0;
  padding: 20px;
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_box .under_layer_menu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0 0;
    padding: 35px 25px 27px;
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_box .under_layer_menu_list li {
    width: 49%;
  }
}
.under_layer_menu_box .under_layer_menu_list li:after {
  content: "";
  display: block;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_box .under_layer_menu_list li:after {
    margin-bottom: 10px;
  }
}
.under_layer_menu_box .under_layer_menu_list li a {
  position: relative;
  display: block;
  background: #fff;
  text-decoration: none;
  color: #231815;
  padding: 12px 10px;
  box-shadow: 0 2px 0 0 #bdbdbd;
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_box .under_layer_menu_list li a {
    height: calc(100% - 10px);
    padding: 12px 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_box .under_layer_menu_list li a:hover {
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
  }
  .under_layer_menu_box .under_layer_menu_list li a:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .under_layer_menu_box .under_layer_menu_list li a:hover:after {
    transform: translate(2px, 2px) scale(1.2);
    border-color: transparent transparent #fff transparent;
  }
}
.under_layer_menu_box .under_layer_menu_list li a:after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #b2b2b2 transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.under_layer_menu_box .under_layer_menu_list li a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.97, 0.85);
  background: #0E4A8C;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.under_layer_menu_box .under_layer_menu_list li a span {
  position: relative;
  z-index: 1;
}

.under_layer_menu_calendar .under_layer_menu_box {
  width: 100%;
}

.under_layer_menu_bottom {
  padding: 0 0 40px;
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_bottom {
    margin-top: -60px;
    padding: 0 0 40px;
  }
}
@media print, screen and (min-width: 1240px) {
  .under_layer_menu_bottom {
    margin-top: -120px;
    padding: 0 0 90px;
  }
}

@media print, screen and (min-width: 992px) {
  .under_layer_menu_bottom_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .under_layer_menu_bottom_list:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_bottom_list li {
    width: 31%;
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_bottom_list li.w100 {
    width: 100%;
  }
}
.under_layer_menu_bottom_list li:after {
  content: "";
  display: block;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_bottom_list li:after {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1240px) {
  .under_layer_menu_bottom_list li:after {
    margin-bottom: 42px;
  }
}
.under_layer_menu_bottom_list li a {
  position: relative;
  display: block;
  background: #fff;
  text-decoration: none;
  color: #231815;
  padding: 15px 15px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_bottom_list li a {
    padding: 20px 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_bottom_list li a:hover {
    transform: translate(0, -3px);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_bottom_list li a:hover:before {
    border: 2px solid #0E4A8C;
  }
}
@media print, screen and (min-width: 992px) {
  .under_layer_menu_bottom_list li a:hover:after {
    transform: translate(2px, 2px) scale(1.2);
    border-color: transparent transparent #0E4A8C transparent;
  }
}
.under_layer_menu_bottom_list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b9b9b9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.under_layer_menu_bottom_list li a:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #0E4A8C transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.under_layer_menu_bottom_list li a span {
  position: relative;
  z-index: 1;
}

/*============================================================================

		企業理念

============================================================================*/
.mission_intro {
  padding: 40px 0 50%;
  background: #fff url(../img/contents/mission_bg.jpg) no-repeat center bottom;
  background-size: 200%;
}
@media print, screen and (min-width: 992px) {
  .mission_intro {
    padding: 100px 0 200px;
    margin-bottom: 10px;
    background-size: 100%;
  }
}
@media print, screen and (min-width: 1240px) {
  .mission_intro {
    padding: 150px 0 330px;
    margin-bottom: 20px;
  }
}

.mission_intro_inner {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .mission_intro_inner {
    padding-right: 370px;
  }
}
@media print, screen and (min-width: 1240px) {
  .mission_intro_inner {
    padding-right: 420px;
  }
}

.mission_title {
  color: #f46624;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .mission_title {
    font-size: 3.4rem;
    margin-bottom: 35px;
  }
}
.mission_title span {
  font-size: 1.4rem;
  padding-left: 10px;
}
@media print, screen and (min-width: 992px) {
  .mission_title span {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}

.mission_photo {
  padding-top: 65%;
  background: url(../img/contents/mission_img.jpg) no-repeat center top;
  background-size: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .mission_photo {
    position: absolute;
    right: 0;
    top: 80px;
    margin-bottom: 0;
    width: 320px;
    padding-top: 320px;
    box-shadow: 20px 20px 20px -10px rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width: 1240px) {
  .mission_photo {
    top: 80px;
    width: 380px;
    padding-top: 380px;
  }
}

.mission_read {
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
  color: #0E4A8C;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .mission_read {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1240px) {
  .mission_read {
    font-size: 2.7rem;
  }
}

.mission_text {
  line-height: 1.8;
  color: #0E4A8C;
}
@media (min-width: 321px) {
  .mission_text {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.our_value {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .our_value {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.our_value .our_value_box {
  padding: 30px 20px;
  border: 1px solid #b9b9b9;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
  .our_value .our_value_box {
    width: 31%;
    padding: 50px 30px;
    margin-bottom: 0;
  }
}
.our_value .our_value_box .title {
  text-align: center;
  margin-bottom: 20px;
  color: #0E4A8C;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 992px) {
  .our_value .our_value_box .title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.our_value .our_value_box .title span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 992px) {
  .our_value .our_value_box .title span {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}
.our_value .our_value_box .title strong {
  font-size: 2rem;
}
@media print, screen and (min-width: 992px) {
  .our_value .our_value_box .title strong {
    font-size: 2rem;
  }
}
.our_value .our_value_box .text {
  color: #222;
  letter-spacing: 0.08em;
}

/*============================================================================

		検索結果

============================================================================*/
#match-text {
  padding-top: 15px;
  border-bottom: 1px solid #b9b9b9;
}
#match-text p {
  font-size: 1.8rem;
  margin-left: -8px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  #match-text p {
    margin-bottom: 30px;
  }
}

#search-results {
  padding-top: 25px;
}
@media print, screen and (min-width: 992px) {
  #search-results {
    padding-top: 30px;
  }
}
#search-results li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #b9b9b9;
}
@media print, screen and (min-width: 992px) {
  #search-results li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.entry-title {
  margin-bottom: 10px;
}
.entry-title a {
  color: #0E4A8C;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .entry-title a {
    font-size: 1.6rem;
  }
}

.pagination_search {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .pagination_search {
    margin-top: 50px;
    padding: 0 25%;
  }
}
.pagination_search a {
  width: 40%;
  margin: 0 2%;
  border: 1px solid #6b80a2;
  border-radius: 6px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #486b8a;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .pagination_search a {
    padding: 15px 20px;
  }
}
.pagination_search a.prev, .pagination_search a.next {
  position: relative;
}
.pagination_search a.prev:before, .pagination_search a.next:before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0e4a8c;
  border-left: 2px solid #0e4a8c;
  transform: rotate(-45deg) translate(0, -50%);
  top: 50%;
  left: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination_search a:hover {
  background: #0e4a8c;
  color: #fff;
}
.pagination_search a.prev:hover:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.pagination_search a.next:before {
  left: auto;
  right: 16px;
  border: 0;
  border-bottom: 2px solid #0e4a8c;
  border-right: 2px solid #0e4a8c;
}
.pagination_search a.next:hover:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*============================================================================

		メディカルシステムネットワークの事業とサービス

============================================================================*/
.company_pickup_page_nav {
  background: url(../img/contents/company_pickup_page_nav_bg.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: 1px solid #0E4A8C;
}

.company_pickup_page_nav_read {
  padding: 40px 0;
}
@media print, screen and (min-width: 992px) {
  .company_pickup_page_nav_read {
    padding: 100px 0;
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1240px) {
  .company_pickup_page_nav_read {
    padding: 140px 0;
    text-align: center;
  }
}

.company_pickup_page_nav_list {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 992px) {
  .company_pickup_page_nav_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: -1px;
    padding-bottom: 0;
  }
}
.company_pickup_page_nav_list li {
  margin-bottom: 15px;
  height: 60px;
}
@media print, screen and (min-width: 992px) {
  .company_pickup_page_nav_list li {
    width: 32.5%;
    height: auto;
    margin-bottom: 0;
  }
}
.company_pickup_page_nav_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  color: #4d4d4d;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  padding: 5px;
  font-size: 1.2rem;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
}
@media (min-width: 321px) {
  .company_pickup_page_nav_list li a {
    padding: 8px 5px;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .company_pickup_page_nav_list li a {
    padding: 20px 20px;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    border-radius: 10px 10px 0 0;
  }
}
@media print, screen and (min-width: 992px) {
  .company_pickup_page_nav_list li a:hover {
    color: #0E4A8C;
    background: #eaf4f9;
  }
}
.company_pickup_page_nav_list li a.current {
  color: #fff;
  background: #0E4A8C;
  border: 1px solid #0E4A8C;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

/*============================================================================

		早わかりMSNWグループのサービス

============================================================================*/
.company_service_main_img {
  padding: 40px 0 0;
}
@media print, screen and (min-width: 992px) {
  .company_service_main_img {
    padding: 100px 0 0;
  }
}
@media print, screen and (min-width: 1240px) {
  .company_service_main_img {
    padding: 150px 0 0;
    margin-bottom: 20px;
  }
}
.company_service_main_img .gesture {
  margin-top: -10px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 992px) {
  .company_service_main_img .gesture {
    display: none;
  }
}
.company_service_main_img .gesture span {
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  border: 1px solid #222;
  border-radius: 30px;
  font-size: 1.3rem;
}
.company_service_main_img .gesture span:before {
  position: relative;
  top: -1px;
  content: "\e90a";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 2.4rem;
}

.company_service_main_img_inner {
  text-align: center;
}
.company_service_main_img_inner .title {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px;
  font-size: 2.3rem;
  color: #0E4A8C;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 992px) {
  .company_service_main_img_inner .title {
    font-size: 3rem;
  }
}
.company_service_main_img_inner .img {
  margin: 0 auto;
  max-width: 1200px;
}
.company_service_main_img_inner .img img {
  width: 100%;
}

.company_service_block {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
  .company_service_block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .company_service_block .colm_box {
    width: 23.5%;
    margin-right: 2%;
  }
  .company_service_block .colm_box:nth-of-type(4n) {
    margin-right: 0;
  }
}
.company_service_block .colm_box a {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #b9b9b9;
  background: #fff;
}
@media print, screen and (min-width: 992px) {
  .company_service_block .colm_box a {
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 992px) {
  .company_service_block .colm_box a:hover {
    background: rgba(183, 198, 216, 0.1);
  }
}
.company_service_block .parts_text p {
  margin-bottom: 15px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 992px) {
  .company_service_block .parts_text p {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}

/*============================================================================

		数字で分かるMSNW

============================================================================*/
.data_list {
  padding: 15px;
  background: #f7f7f7;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .data_list {
    margin-bottom: 30px;
  }
}
.data_list .title {
  padding: 20px 0;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 992px) {
  .data_list .title {
    padding: 35px 0 25px;
  }
}
@media print, screen and (min-width: 1240px) {
  .data_list .title {
    font-size: 1.9rem;
  }
}
.data_list .img {
  display: block;
  text-align: center;
}
.data_list .img img {
  width: 162px;
}
.data_list .number {
  padding: 10px 0 20px;
  text-align: center;
  font-size: 5.8rem;
  color: #0E4A8C;
  line-height: 1;
}
@media print, screen and (min-width: 992px) {
  .data_list .number {
    padding: 15px 0 35px;
    font-size: 6.8rem;
  }
}
.data_list .number span {
  position: relative;
  top: -2px;
  color: #222;
  font-size: 2.2rem;
  padding: 0 5px;
}
@media print, screen and (min-width: 992px) {
  .data_list .number span {
    font-size: 2.4rem;
  }
}
.data_list .date {
  text-align: right;
  font-size: 1.3rem;
  height: 1em;
  color: #808080;
}

.data_shop_map {
  position: relative;
  background: #f7f7f7;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 992px) {
  .data_shop_map {
    margin-bottom: 65px;
  }
}
.data_shop_map > img {
  width: 100%;
}
.data_shop_map .info {
  padding: 0 20px 15px;
}
@media print, screen and (min-width: 992px) {
  .data_shop_map .info {
    padding: 0;
  }
}
.data_shop_map .info > div {
  margin-bottom: 15px;
  border: 1px solid #adb9c4;
  background: #fff;
  z-index: 2;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media print, screen and (min-width: 992px) {
  .data_shop_map .info > div {
    position: absolute;
    margin-bottom: 0;
    width: 278px;
    transform: scale(0.8) translateZ(0);
  }
}
@media print, screen and (min-width: 1240px) {
  .data_shop_map .info > div {
    transform: scale(1) translateZ(0);
  }
}
.data_shop_map .info > div .title {
  display: flex;
  align-items: baseline;
  background: #0e4a8c;
  color: #fff;
  vertical-align: bottom;
  font-size: 1.9rem;
  padding: 0 10px 6px;
  line-height: 1.4;
}
.data_shop_map .info > div .title span {
  font-size: 1.3rem;
  padding-left: 5px;
}
.data_shop_map .info > div .title .number {
  display: inline-block;
  margin-left: auto;
  font-size: 2.4rem;
  font-weight: bold;
}
.data_shop_map .info .detail {
  display: flex;
  padding: 10px;
  justify-content: space-between;
}
.data_shop_map .info .detail .detail_box {
  width: 48%;
  padding: 8px 5px 5px;
  text-align: center;
  background: #f2f2f2;
  line-height: 1.4;
  font-size: 1.3rem;
  color: #0E4A8C;
}
.data_shop_map .info .detail .detail_box .number {
  font-size: 2rem;
}
.data_shop_map .info .detail .detail_box .number span {
  position: relative;
  top: -1px;
  padding-left: 4px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 992px) {
  .data_shop_map .info_hokkaido {
    top: 13%;
    right: 30%;
  }
}
@media print, screen and (min-width: 1240px) {
  .data_shop_map .info_hokkaido {
    top: 150px;
    right: 370px;
  }
}
@media print, screen and (min-width: 992px) {
  .data_shop_map .info_tohoku {
    top: 49%;
    right: 6%;
  }
}
@media print, screen and (min-width: 1240px) {
  .data_shop_map .info_tohoku {
    top: 480px;
    right: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .data_shop_map .info_kanto {
    top: 65%;
    right: 12%;
  }
}
@media print, screen and (min-width: 1240px) {
  .data_shop_map .info_kanto {
    top: 660px;
    right: 100px;
  }
}
@media print, screen and (min-width: 992px) {
  .data_shop_map .info_toukai {
    top: 76%;
    right: 39%;
  }
}
@media print, screen and (min-width: 1240px) {
  .data_shop_map .info_toukai {
    top: 770px;
    right: 420px;
  }
}
@media print, screen and (min-width: 992px) {
  .data_shop_map .info_chgoku {
    top: 30%;
    right: 39%;
  }
}
@media print, screen and (min-width: 1240px) {
  .data_shop_map .info_chgoku {
    top: 325px;
    right: 460px;
  }
}
@media print, screen and (min-width: 992px) {
  .data_shop_map .info_kinki {
    top: 76%;
    right: 66%;
  }
}
@media print, screen and (min-width: 1240px) {
  .data_shop_map .info_kinki {
    top: 770px;
    right: 750px;
  }
}
@media print, screen and (min-width: 992px) {
  .data_shop_map .info_kyushu {
    top: 30%;
    right: 66%;
  }
}
@media print, screen and (min-width: 1240px) {
  .data_shop_map .info_kyushu {
    top: 325px;
    right: 760px;
  }
}

.data_shop_btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  margin-bottom: 20px;
  text-decoration: none;
}
@media print, screen and (min-width: 992px) {
  .data_shop_btn {
    height: 289px;
    margin-bottom: 40px;
    transform: translate(0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
}
.data_shop_btn:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #b2b2b2 transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.data_shop_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b9b9b9;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .data_shop_btn:hover {
    transform: translate(0, -3px);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  }
}
@media print, screen and (min-width: 992px) {
  .data_shop_btn:hover:before {
    border: 2px solid #0E4A8C;
  }
}
@media print, screen and (min-width: 992px) {
  .data_shop_btn:hover:after {
    transform: translate(2px, 2px) scale(1.2);
    border-color: transparent transparent #0E4A8C transparent;
  }
}
.data_shop_btn .bg {
  display: block;
  flex-shrink: 0;
  width: 25%;
  height: 100%;
  background: url(../img/contents/company_data_img_shop.jpg) no-repeat center bottom;
  background-size: 100%;
}
@media print, screen and (min-width: 992px) {
  .data_shop_btn .bg {
    width: 200px;
    background-size: cover;
  }
}
@media print, screen and (min-width: 1240px) {
  .data_shop_btn .bg {
    width: 260px;
  }
}
.data_shop_btn .text {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0E4A8C;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .data_shop_btn .text {
    font-size: 1.7rem;
  }
}

/*============================================================================

		会社概要

============================================================================*/
.company_profile_table {
  width: 100%;
  margin-bottom: 20px;
  border-right: 0;
}
@media print, screen and (min-width: 992px) {
  .company_profile_table {
    margin-bottom: 40px;
    table-layout: fixed;
    border-top: 1px solid #b9b9b9;
    border-bottom: 0;
    border-right: 0;
  }
}
.company_profile_table tr,
.company_profile_table td,
.company_profile_table th,
.company_profile_table tbody,
.company_profile_table thead {
  display: block;
  width: 100%;
  text-align: left;
}
@media print, screen and (min-width: 992px) {
  .company_profile_table thead {
    display: table-header-group;
  }
}
@media print, screen and (min-width: 992px) {
  .company_profile_table tbody {
    display: table-row-group;
  }
}
@media print, screen and (min-width: 992px) {
  .company_profile_table tr {
    display: table-row;
  }
}
.company_profile_table th {
  border: 0;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  padding: 10px 15px;
  font-size: 1.5rem;
  vertical-align: top;
}
@media print, screen and (min-width: 992px) {
  .company_profile_table th {
    display: table-cell;
    width: 25%;
    padding: 25px 30px;
    font-size: 1.6rem;
    border-top: 0;
  }
}
.company_profile_table td {
  border: 0;
  padding: 15px 15px 25px;
  vertical-align: top;
}
@media print, screen and (min-width: 992px) {
  .company_profile_table td {
    display: table-cell;
    padding: 25px 45px;
    font-size: 1.5rem;
    border-bottom: 1px solid #b9b9b9;
  }
}
@media print, screen and (min-width: 992px) {
  .company_profile_table .parts_text p {
    margin-bottom: 20px;
  }
}
.company_profile_table .parts_list_circle {
  margin-bottom: 0;
}
.company_profile_table .parts_map {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 992px) {
  .company_profile_table .access_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.company_profile_table .access_box.parts_line {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 992px) {
  .company_profile_table .access_box.parts_line {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}

/*============================================================================

		グループ会社

============================================================================*/
.company_group_intro {
  display: block;
}
@media print, screen and (min-width: 992px) {
  .company_group_intro {
    display: flex;
    align-items: center;
  }
}
.company_group_intro .img {
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .company_group_intro .img {
    width: 30%;
  }
}
@media print, screen and (min-width: 1240px) {
  .company_group_intro .img {
    width: 35%;
  }
}
.company_group_intro .img img {
  width: 60%;
}
@media print, screen and (min-width: 992px) {
  .company_group_intro .img img {
    width: 100%;
  }
}
.company_group_intro .text {
  margin-bottom: 20px;
}
.company_group_intro .parts_slogan {
  margin-bottom: 0;
}

.company_group_list .colm_box {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .company_group_list .colm_box {
    width: 48.7%;
    margin-right: 2.6%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .company_group_list .colm_box:nth-of-type(2n):after {
    content: none;
  }
}
.company_group_list .colm_box .no_link, .company_group_list .colm_box > a {
  text-decoration: none;
  display: block;
  padding: 20px;
  border: 1px solid #b9b9b9;
}
@media print, screen and (min-width: 992px) {
  .company_group_list .colm_box .no_link, .company_group_list .colm_box > a {
    padding: 35px 40px;
  }
}
.company_group_list .colm_box > a {
  position: relative;
}
.company_group_list .colm_box > a:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #0e4a8c transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .company_group_list .colm_box > a:hover {
    border: 1px solid #0E4A8C;
  }
  .company_group_list .colm_box > a:hover:after {
    transform: translate(3px, 3px) scale(1.2);
  }
}
.company_group_list .title {
  position: relative;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .company_group_list .title {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
.company_group_list .title:before {
  position: relative;
  margin-right: 10px;
  font-size: 2.3rem;
  content: "\e906";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 992px) {
  .company_group_list .title:before {
    font-size: 2.6rem;
  }
}
.company_group_list .address {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 992px) {
  .company_group_list .address {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.company_group_list .text {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 13px 10px;
  padding-right: 100px;
  background: #f7f7f7;
}
@media print, screen and (min-width: 992px) {
  .company_group_list .text {
    padding-right: 120px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.company_group_list .text span {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  width: 100px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #0E4A8C;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 992px) {
  .company_group_list .text span {
    font-size: 3rem;
    width: 120px;
  }
}
.company_group_list .text span i {
  font-style: normal;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 992px) {
  .company_group_list .text span i {
    font-size: 1.5rem;
  }
}

/*============================================================================

		役員一覧

============================================================================*/
.officer_list {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .officer_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.officer_list li {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 992px) {
  .officer_list li {
    width: 48.7%;
    margin-right: 2.6%;
    margin-bottom: 30px;
  }
}
.officer_list li:nth-of-type(2n) {
  margin-right: 0;
}
.officer_list a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 15px;
  background: #f7f7f7;
}
@media print, screen and (min-width: 992px) {
  .officer_list a {
    padding: 20px 25px;
  }
}
.officer_list a .name {
  margin-right: auto;
  padding-right: 20px;
  font-size: 1.2rem;
}
@media (min-width: 321px) {
  .officer_list a .name {
    font-size: 1.3rem;
  }
}
.officer_list a .name span {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
@media (min-width: 321px) {
  .officer_list a .name span {
    font-size: 1.8rem;
  }
}
.officer_list a .link {
  flex-shrink: 0;
  position: relative;
  color: #0E4A8C;
  font-size: 1rem;
  padding-right: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 321px) {
  .officer_list a .link {
    font-size: 1.2rem;
  }
}
.officer_list a .link:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #0E4A8C;
  border-right: 1px solid #0E4A8C;
  transform: rotate(45deg) translate(0, -50%);
  top: 50%;
  right: 0;
  margin-top: -1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.officer_list a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.97, 0.85);
  background: #0E4A8C;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
}
@media print, screen and (min-width: 992px) {
  .officer_list a:hover {
    color: #fff;
  }
  .officer_list a:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .officer_list a:hover .link {
    color: #fff;
  }
  .officer_list a:hover .link:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.officer_biography_box {
  padding: 15px;
  border: 1px solid #aeaeae;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .officer_biography_box {
    display: flex;
    padding: 40px;
    margin-bottom: 40px;
  }
}
.officer_biography_box .img {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .officer_biography_box .img {
    margin: 0;
    flex-shrink: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .officer_biography_box .info {
    padding-left: 40px;
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .officer_biography_box .info .post {
    display: flex;
    margin-bottom: 15px;
  }
}
.officer_biography_box .info .post li {
  margin-bottom: 10px;
  font-weight: bold;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .officer_biography_box .info .post li {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.officer_biography_box .info .post li span {
  display: inline-block;
  padding: 3px 15px;
  margin-right: 10px;
  background: #eaf4f9;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 992px) {
  .officer_biography_box .info .post li span {
    font-size: 1.3rem;
  }
}
.officer_biography_box .info .name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
  .officer_biography_box .info .name {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.officer_biography_box .info .history {
  margin-bottom: 15px;
}
.officer_biography_box .info .history li {
  display: flex;
  border-bottom: 1px dashed #aeaeae;
  font-size: 1.3rem;
  padding: 10px 0;
}
@media print, screen and (min-width: 992px) {
  .officer_biography_box .info .history li {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
.officer_biography_box .info .history li .date {
  width: 90px;
  flex-shrink: 0;
}
@media print, screen and (min-width: 992px) {
  .officer_biography_box .info .history li .date {
    width: 140px;
  }
}

/*============================================================================

		お知らせ

============================================================================*/
.news_detail_head {
  margin-bottom: 30px;
  padding: 15px 0 12px;
  border-top: 1px dashed #8a8a8a;
  border-bottom: 1px dashed #8a8a8a;
}
@media print, screen and (min-width: 992px) {
  .news_detail_head {
    margin-bottom: 60px;
    padding: 20px 0 18px;
  }
}
.news_detail_head .date {
  line-height: 23px;
  height: 23px;
  vertical-align: middle;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 992px) {
  .news_detail_head .date {
    height: auto;
    flex-shrink: 0;
    margin-bottom: 12px;
  }
}
.news_detail_head .date .category {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  font-size: 1.3rem;
  margin-left: 10px;
  padding: 0 4px;
  border: 1px solid #0E4A8C;
  border-radius: 100px;
  color: #0E4A8C;
  font-weight: bold;
}
@media (min-width: 321px) {
  .news_detail_head .date .category {
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 992px) {
  .news_detail_head .date .category {
    margin-left: 20px;
  }
}
.news_detail_head .title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .news_detail_head .title {
    font-size: 2.4rem;
  }
}

.news_detail_body {
  padding-bottom: 30px;
}
.news_detail_body p {
  margin-bottom: 30px;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body p {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
.news_detail_body a {
  color: #0E4A8C;
}
.news_detail_body a[target=_blank]:after {
  position: relative;
  display: inline-block;
  content: "\e908";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  margin-left: 3px;
}
.news_detail_body h2 {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body h2 {
    font-size: 2.6rem;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
}
.news_detail_body h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #0E4A8C;
}
.news_detail_body h3 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body h3 {
    margin-bottom: 35px;
    font-size: 1.9rem;
  }
}
.news_detail_body h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 5px;
  height: 25px;
  background: #f5ab2e;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body h3:before {
    top: 1px;
    height: 30px;
  }
}
.news_detail_body h4 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body h4 {
    margin-bottom: 35px;
    font-size: 1.7rem;
  }
}
.news_detail_body ul {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body ul {
    margin-bottom: 40px;
  }
}
.news_detail_body ul > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body ul > li {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.news_detail_body ul > li:last-child {
  margin-bottom: 0;
}
.news_detail_body ul > li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #f46624;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body ul > li:before {
    top: 13px;
  }
}
.news_detail_body ol {
  margin-bottom: 20px;
  counter-reset: li;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body ol {
    margin-bottom: 40px;
  }
}
.news_detail_body ol > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body ol > li {
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.news_detail_body ol > li:last-child {
  margin-bottom: 0;
}
.news_detail_body ol > li:before {
  position: absolute;
  counter-increment: li;
  content: counter(li);
  left: 0;
  top: 6px;
  border: 1px solid #222;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 14px;
  text-align: center;
  background: none;
  color: #222;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body ol > li:before {
    top: 7px;
    padding-left: 1px;
  }
}
.news_detail_body ul > li ul,
.news_detail_body ul > li ol,
.news_detail_body ol > li ul,
.news_detail_body ol > li ol {
  margin-top: 10px;
}
@media print, screen and (min-width: 992px) {
  .news_detail_body ul > li ul,
  .news_detail_body ul > li ol,
  .news_detail_body ol > li ul,
  .news_detail_body ol > li ol {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.news_detail_body hr {
  border: 0;
  border-top: 1px solid #b9b9b9;
  margin: 45px 0;
}
.news_detail_body img {
  height: auto !important;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media print, screen and (min-width: 992px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination a,
.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #6b80a2;
  border-right: 0;
  text-decoration: none;
  font-weight: bold;
  color: #486b8a;
}
@media print, screen and (min-width: 992px) {
  .pagination a,
  .pagination span {
    width: 44px;
    height: 44px;
  }
}
.pagination a:hover {
  background: #0E4A8C;
  color: #fff;
}
.pagination span {
  background: #0E4A8C;
  color: #fff;
}
.pagination span.prev {
  background: #eee;
  border: 1px solid #6b80a2;
  border-right: 0;
}
.pagination span.prev:before {
  border-top: 2px solid #bababa;
  border-left: 2px solid #bababa;
}
.pagination span.prev:hover:before {
  border-top: 2px solid #bababa;
  border-left: 2px solid #bababa;
}
.pagination span.next {
  background: #eee;
  border: 1px solid #6b80a2;
  border-left: 1px solid #6b80a2;
}
.pagination span.next:before {
  border-bottom: 2px solid #bababa;
  border-right: 2px solid #bababa;
}
.pagination span.next:hover:before {
  border-bottom: 2px solid #bababa;
  border-right: 2px solid #bababa;
}
.pagination .next,
.pagination .prev {
  position: relative;
}
.pagination .next:before,
.pagination .prev:before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  margin-left: 4px;
  border-top: 2px solid #0e4a8c;
  border-left: 2px solid #0e4a8c;
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination .prev {
  border-radius: 6px 0 0 6px;
}
.pagination .prev:hover:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.pagination .next {
  border-right: 1px solid #6b80a2;
  border-radius: 0 6px 6px 0;
}
.pagination .next:before {
  margin-top: -3px;
  margin-left: 0;
  border: 0;
  border-bottom: 2px solid #0e4a8c;
  border-right: 2px solid #0e4a8c;
}
.pagination .next:hover:before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*============================================================================

		よくあるご質問

============================================================================*/
.faq_list_box {
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .faq_list_box {
    margin-bottom: 35px;
  }
}
.faq_list_box dt {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  background: #f7f7f7;
  vertical-align: middle;
  padding: 15px 45px 15px 55px;
}
@media print, screen and (min-width: 992px) {
  .faq_list_box dt {
    padding: 35px 70px 35px 90px;
  }
}
.faq_list_box dt span {
  position: absolute;
  display: inline-block;
  top: 15px;
  left: 15px;
  font-size: 1.5rem;
  color: #f46624;
}
@media print, screen and (min-width: 992px) {
  .faq_list_box dt span {
    left: 35px;
    top: 31px;
    font-size: 2rem;
  }
}
.faq_list_box dt i {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  border: 1px solid #0E4A8C;
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .faq_list_box dt i {
    right: 35px;
  }
}
.faq_list_box dt i:after, .faq_list_box dt i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background: #0E4A8C;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq_list_box dt i:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_list_box dt:hover {
  cursor: pointer;
}
@media print, screen and (min-width: 992px) {
  .faq_list_box dt:hover i {
    background: #0E4A8C;
    transform: translate(0, -50%) scale(1.4, 1.4);
  }
  .faq_list_box dt:hover i:after, .faq_list_box dt:hover i:before {
    background: #fff;
  }
}
.faq_list_box dd {
  display: none;
  padding: 0 15px 15px 15px;
  background: #f7f7f7;
}
@media print, screen and (min-width: 992px) {
  .faq_list_box dd {
    padding: 0 35px 35px 35px;
  }
}
.faq_list_box dd p {
  padding-top: 15px;
  border-top: 1px dashed #666;
}
@media print, screen and (min-width: 992px) {
  .faq_list_box dd p {
    padding-top: 35px;
  }
}
.faq_list_box.active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
@media print, screen and (min-width: 992px) {
  .faq_list_box.active {
    transform: translate(0, -3px);
  }
}
.faq_list_box.active dt i:before {
  opacity: 0;
}
.faq_list_box.active dd {
  display: block;
}
@media print, screen and (min-width: 992px) {
  .faq_list_box:hover {
    transform: translate(0, -3px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 12px 0 rgba(0, 0, 0, 0.05);
  }
}

/*============================================================================

		お問い合わせ

============================================================================*/
.contact_info {
  background: #f7f7f7;
  padding: 15px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .contact_info {
    display: flex;
    padding: 35px;
    margin-bottom: 40px;
  }
}
.contact_info .parts_text p {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 992px) {
  .contact_info .parts_text p {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
.contact_info .parts_contents_title_l {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 992px) {
  .contact_info .parts_contents_title_l {
    font-size: 1.6rem;
  }
}
.contact_info .text .parts_text:last-of-type p {
  margin-bottom: 0;
}
.contact_info .logo {
  background: #fff;
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 992px) {
  .contact_info .logo {
    display: flex;
    flex-shrink: 0;
    width: 215px;
    align-items: center;
    margin-left: auto;
    margin-top: 0;
  }
}

.contact_flow {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 992px) {
  .contact_flow {
    margin-bottom: 80px;
  }
}

label {
  position: relative;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 992px) {
  input,
  textarea {
    font-size: 1.5rem;
  }
}

input[type=text],
input[type=email],
textarea {
  background: #f7f7f7;
  padding: 15px;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  input[type=text],
  input[type=email],
  textarea {
    padding: 16px 20px;
  }
}
input[type=text]:focus, input[type=text]:not(:placeholder-shown),
input[type=email]:focus,
input[type=email]:not(:placeholder-shown),
textarea:focus,
textarea:not(:placeholder-shown) {
  background: #f7f7f7;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #898989;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #898989;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #898989;
}

textarea {
  height: 250px;
}

.form_radio {
  display: flex;
  align-items: center;
}
.form_radio .mwform-radio-field {
  margin-right: 10px;
}
.form_radio .mwform-radio-field label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.form_radio .mwform-radio-field label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
.form_radio .mwform-radio-field label .form_radio_item {
  display: none;
}
.form_radio .mwform-radio-field label .form_radio_item:checked + .mwform-radio-field-text:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #0E4A8C;
  border-radius: 100%;
}

.form_select .form_select_label {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #c5c5c5;
  background: #f7f7f7;
  overflow: hidden;
  border-radius: 6px;
}
.form_select .form_select_label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  cursor: pointer;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  pointer-events: none;
}
@media print, screen and (min-width: 992px) {
  .form_select .form_select_label:after {
    right: 19px;
  }
}
.form_select .form_select_label:before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  background: #0E4A8C;
  pointer-events: none;
}
@media print, screen and (min-width: 992px) {
  .form_select .form_select_label:before {
    width: 48px;
  }
}
.form_select .form_select_label .form_select_item {
  display: block;
  width: 100%;
  padding: 14px 60px 13px 15px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 992px) {
  .form_select .form_select_label .form_select_item {
    font-size: 1.5rem;
    padding: 16px 60px 16px 20px;
  }
}

.contact_form_item {
  margin-top: -1px;
  border-bottom: 1px dashed #aeaeae;
  border-bottom: 1px dashed #aeaeae;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item {
    display: flex;
  }
}
.contact_form_item dt {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item dt {
    flex-shrink: 0;
    width: 310px;
    margin-top: 0;
    padding: 35px 0 35px 0;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 992px) {
  .contact_form_item dt.required {
    padding-right: 60px;
  }
}
.contact_form_item dt.required:after {
  content: "必須";
  position: relative;
  display: inline-block;
  top: -2px;
  height: 20px;
  width: 40px;
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 20px;
  background: #f46624;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item dt.required:after {
    position: absolute;
    right: 0;
    top: 37px;
    height: 26px;
    width: 54px;
    font-size: 1.3rem;
    line-height: 26px;
  }
}
.contact_form_item dd {
  width: 100%;
  padding: 10px 0 20px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item dd {
    padding: 20px 0 20px 40px;
    font-size: 1.5rem;
  }
}
.contact_form_item dd .supplement {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item dd .supplement {
    font-size: 1.3rem;
  }
}
.contact_form_item dd .error {
  display: block;
  margin-top: 8px;
  color: #db524b;
}
.contact_form_item dd .width_s {
  width: 50%;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item dd .width_s {
    width: 30%;
  }
}
.contact_form_item dd .width_m {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item dd .width_m {
    width: 40%;
  }
}
.contact_form_item dd .width_l {
  width: 100%;
}
.contact_form_item .ad_post {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item .ad_post {
    margin-bottom: 20px;
  }
}
.contact_form_item .ad_post span:nth-of-type(1) {
  flex-shrink: 0;
  margin-right: 10px;
  width: 60px;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item .ad_post span:nth-of-type(1) {
    width: 65px;
    margin-right: 20px;
  }
}
.contact_form_item .ad_post span:nth-of-type(2) {
  display: flex;
  align-items: center;
}
.contact_form_item .ad_post span:nth-of-type(2) i {
  font-style: normal;
  padding: 0 6px;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item .ad_post span:nth-of-type(2) i {
    padding: 0 10px;
  }
}
.contact_form_item .ad_post input {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item .ad_post input {
    width: 120px;
  }
}
.contact_form_item .ad_prefectures {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item .ad_prefectures {
    margin-bottom: 20px;
  }
}
.contact_form_item .ad_prefectures span:nth-of-type(1) {
  flex-shrink: 0;
  margin-right: 10px;
  width: 60px;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item .ad_prefectures span:nth-of-type(1) {
    width: 65px;
    margin-right: 20px;
  }
}
.contact_form_item .ad_prefectures span:nth-of-type(2) {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item .ad_prefectures .form_select {
    width: 275px;
  }
}
.contact_form_item .ad_detail {
  display: flex;
  align-items: center;
}
.contact_form_item .ad_detail span:nth-of-type(1) {
  flex-shrink: 0;
  margin-right: 10px;
  width: 60px;
}
@media print, screen and (min-width: 992px) {
  .contact_form_item .ad_detail span:nth-of-type(1) {
    width: 65px;
    margin-right: 20px;
  }
}
.contact_form_item .ad_detail span:nth-of-type(2) {
  width: 100%;
}

.contact_form_bottom {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #aeaeae;
}
@media print, screen and (min-width: 992px) {
  .contact_form_bottom {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.contact_form_bottom .attention {
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  color: #db524b;
}
@media print, screen and (min-width: 992px) {
  .contact_form_bottom .attention {
    margin-top: 25px;
  }
}
.contact_form_bottom .error {
  display: block;
  margin-top: 8px;
  color: #db524b;
}

.form_agree {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 992px) {
  .form_agree {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}
.form_agree .form_agree_label {
  position: relative;
  display: inline-block;
  padding-left: 38px;
  font-weight: normal;
  vertical-align: middle;
}
.form_agree .form_agree_label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border: 1px solid #ccc;
}
.form_agree .form_agree_label .form_agree_item {
  display: none;
}
.form_agree .form_agree_label .form_agree_item:checked + .form_agree_text:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 16px;
  border-bottom: 2px solid #0E4A8C;
  border-right: 2px solid #0E4A8C;
  top: 50%;
  left: 8px;
  margin-top: -2px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.form_agree .required {
  position: relative;
  display: inline-block;
  top: 0;
  height: 20px;
  width: 40px;
  margin-left: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  background: #f46624;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .form_agree .required {
    height: 26px;
    width: 54px;
    font-size: 1.3rem;
    line-height: 26px;
  }
}

.contact_form_btn {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .contact_form_btn {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.contact_form_btn .btn_base {
  font-size: 1.6rem;
  padding: 16px 15px 16px;
}
@media print, screen and (min-width: 992px) {
  .contact_form_btn .btn_base {
    margin: 0 29px;
    min-width: 260px;
  }
}
.contact_form_btn .btn_send {
  margin-top: 20px;
  background-color: #f46624;
}
@media print, screen and (min-width: 992px) {
  .contact_form_btn .btn_send {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .contact_form_btn .btn_send:hover span {
    color: #f46624;
  }
  .contact_form_btn .btn_send:hover:after {
    border-color: transparent transparent #f46624 transparent;
  }
}

@media print, screen and (min-width: 992px) {
  .form_confirmation .contact_form_item dd {
    font-size: 1.5rem;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.form_complete .title {
  margin-bottom: 40px;
  font-size: 2.4rem;
  text-align: center;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .form_complete .title {
    margin-bottom: 60px;
    font-size: 3rem;
  }
}

.form_error {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 15px;
  color: #db524b;
}

#pref_required .required:after {
  content: "必須";
  position: relative;
  display: inline-block;
  top: -2px;
  height: 20px;
  width: 40px;
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 20px;
  background: #f46624;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

@media print, screen and (min-width: 992px) {
  .addr_error {
    margin-top: -10px;
  }
}

.disabled {
  opacity: 0.5;
  cursor: default;
}

#agree_btn.disabled:hover {
  background: #0e4a8c !important;
  color: #fff;
}

.grecaptcha-badge {
  bottom: 50px !important;
}
@media print, screen and (min-width: 992px) {
  .grecaptcha-badge {
    bottom: 124px !important;
  }
}

/*============================================================================

		採用情報

============================================================================*/
@media print, screen and (min-width: 992px) {
  .recruit_list.box_link_wide .box_link_item .img {
    width: 35%;
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_list.box_link_wide .box_link_item .text_wrap {
    width: 65%;
  }
}
.recruit_list.box_link_wide .box_link_item .title {
  font-size: 1.6rem;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .recruit_list.box_link_wide .box_link_item .title {
    font-size: 1.8rem;
    padding: 0 20px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .recruit_list.box_link_wide .box_link_item .title {
    padding: 0 40px 0;
  }
}

.recruit_group_list .colm_box {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .recruit_group_list .colm_box {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .recruit_group_list .colm_box:nth-of-type(3n):after {
    content: none;
  }
}
.recruit_group_list .colm_box .no_link, .recruit_group_list .colm_box > a {
  text-decoration: none;
  display: block;
  padding: 20px;
  border: 1px solid #b9b9b9;
}
@media print, screen and (min-width: 992px) {
  .recruit_group_list .colm_box .no_link, .recruit_group_list .colm_box > a {
    padding: 25px;
  }
}
.recruit_group_list .colm_box > a {
  position: relative;
}
.recruit_group_list .colm_box > a:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #0e4a8c transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .recruit_group_list .colm_box > a:hover {
    border: 1px solid #0E4A8C;
  }
  .recruit_group_list .colm_box > a:hover:after {
    transform: translate(3px, 3px) scale(1.2);
  }
}
.recruit_group_list .title {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0E4A8C;
  padding-left: 40px;
}
@media print, screen and (min-width: 992px) {
  .recruit_group_list .title {
    font-size: 1.7rem;
    padding-left: 45px;
  }
}
.recruit_group_list .title:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-right: 10px;
  font-size: 2.5rem;
  content: "\e909";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 992px) {
  .recruit_group_list .title:before {
    font-size: 3.1rem;
  }
}
.recruit_group_list .title span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
@media print, screen and (min-width: 992px) {
  .recruit_group_list .title span {
    font-size: 1.4rem;
  }
}

/*============================================================================

		沿革

============================================================================*/
.history_list {
  margin-top: -30px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  .history_list {
    margin-top: -20px;
    margin-bottom: 40px;
  }
}

.history_list_box {
  padding: 30px 0 20px;
  border-bottom: 1px solid #e2e2e2;
}
@media print, screen and (min-width: 992px) {
  .history_list_box {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px;
  }
}
.history_list_box dt {
  display: flex;
  width: 100%;
  font-size: 2rem;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .history_list_box dt {
    width: 130px;
    justify-content: flex-end;
  }
}
.history_list_box dt .year {
  display: block;
}
@media print, screen and (min-width: 992px) {
  .history_list_box dt .year {
    display: none;
  }
}
.history_list_box dt .month {
  padding-left: 5px;
}
@media print, screen and (min-width: 992px) {
  .history_list_box dt .month {
    width: 2.6em;
    padding-left: 0;
    text-align: right;
  }
}
@media print, screen and (min-width: 992px) {
  .history_list_box dt:first-child .year {
    display: block;
  }
}
.history_list_box dd {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .history_list_box dd {
    width: calc(100% - 130px);
    font-size: 1.5rem;
  }
}
.history_list_box dd .set {
  position: relative;
  padding-top: 2px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
  .history_list_box dd .set {
    padding-left: 75px;
  }
}
@media print, screen and (min-width: 992px) {
  .history_list_box dd .set:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 1.5rem;
    width: 30px;
    height: 1px;
    border-bottom: 1px dotted #0E4A8C;
  }
}
.history_list_box dd .set .photo {
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
}
.history_list_box dd .set .photo span {
  flex-shrink: 1;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .history_list_box dd .set .photo span {
    margin-right: 5px;
  }
}
.history_list_box dd .set .photo span:last-of-type {
  margin-right: 0;
}
.history_list_box dd .set.photo_right {
  display: flex;
}
@media (min-width: 768px) {
  .history_list_box dd .set.photo_right {
    flex-direction: column;
  }
}
.history_list_box dd .set.photo_right .text {
  width: 100%;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .history_list_box dd .set.photo_right .text {
    padding-right: 0;
  }
}
.history_list_box dd .set.photo_right .photo {
  width: 260px;
  flex-shrink: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .history_list_box dd .set.photo_right .photo {
    width: 100%;
  }
}
.history_list_box figure {
  margin-bottom: 0;
}

/*============================================================================

		薬局経営者の方へ

============================================================================*/
.pharmacy-management .logo_wrap {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .pharmacy-management .logo_wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
}
.pharmacy-management .logo_wrap .logo {
  width: 60%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pharmacy-management .logo_wrap .logo {
    width: 200px;
    margin-bottom: 0;
  }
}
.pharmacy-management .logo_wrap .parts_slogan {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pharmacy-management .logo_wrap .parts_slogan .title {
    margin-bottom: 0;
  }
}
.pharmacy-management .logo_small {
  width: 30px;
  margin-right: 5px;
  display: inline-block;
}

.pharmacy_management_ancr_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -15px;
}
.pharmacy_management_ancr_list li {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pharmacy_management_ancr_list li {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 125px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .pharmacy_management_ancr_list li {
    width: 25%;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.pharmacy_management_ancr_list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  text-decoration: none;
  color: #231815;
  padding: 15px 30px;
  border: 1px solid #b9b9b9;
  font-size: 1.3rem;
  font-weight: bold;
  color: #0E4A8C;
}
@media print, screen and (min-width: 992px) {
  .pharmacy_management_ancr_list li a {
    padding: 10px 20px 10px 25px;
  }
}
@media print, screen and (min-width: 1240px) {
  .pharmacy_management_ancr_list li a {
    font-size: 1.5rem;
  }
}
.pharmacy_management_ancr_list li a div .icon path {
  fill: #0E4A8C;
}
.pharmacy_management_ancr_list li a .number {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #0E4A8C;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pharmacy_management_ancr_list li a .number .txt {
  position: relative;
  color: #fff;
  font-style: normal;
  font-size: 1.6rem;
  z-index: 3;
  display: inline-block;
  transform: translateY(-2px);
}
.pharmacy_management_ancr_list li a .item_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.pharmacy_management_ancr_list li a .item_wrap .icon {
  width: 25%;
  display: inline-block;
  margin-right: 25px;
}
@media print, screen and (min-width: 992px) {
  .pharmacy_management_ancr_list li a .item_wrap .icon {
    margin-right: 15px;
  }
}
.pharmacy_management_ancr_list li a .item_wrap .icon svg {
  display: inline-block;
}
.pharmacy_management_ancr_list li a .item_wrap p {
  width: 75%;
  line-height: 1.6;
}
@media print, screen and (min-width: 992px) {
  .pharmacy_management_ancr_list li a:hover {
    color: #fff;
    border: 1px solid #0E4A8C;
  }
  .pharmacy_management_ancr_list li a:hover .item_wrap .icon svg {
    fill: #fff;
  }
  .pharmacy_management_ancr_list li a:hover .item_wrap p {
    color: #fff;
  }
  .pharmacy_management_ancr_list li a:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .pharmacy_management_ancr_list li a:hover:after {
    transform: translate(0, 2px) scale(1);
    color: #fff;
  }
  .pharmacy_management_ancr_list li a:hover div .number {
    background: #fff;
    color: #0E4A8C;
  }
  .pharmacy_management_ancr_list li a:hover div .icon path {
    fill: #fff;
  }
  .pharmacy_management_ancr_list li a:hover .number {
    background: #fff;
  }
  .pharmacy_management_ancr_list li a:hover .number .txt {
    color: #0E4A8C;
  }
}
.pharmacy_management_ancr_list li a:after {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.4rem;
  vertical-align: middle;
  color: #0E4A8C;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 992px) {
  .pharmacy_management_ancr_list li a:after {
    right: 10px;
    font-size: 1.65rem;
  }
}
.pharmacy_management_ancr_list li a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transform: translate(-50%, -50%) scale(0.93, 0.83);
  background: #0E4A8C;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 1240px) {
  .pharmacy_management_ancr_list li a:before {
    transform: translate(-50%, -50%) scale(0.93, 0.93);
  }
}
.pharmacy_management_ancr_list li a .icon {
  display: block;
  max-width: 43px;
  height: 43px;
}
@media print, screen and (min-width: 992px) {
  .pharmacy_management_ancr_list li a .icon {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1240px) {
  .pharmacy_management_ancr_list li a .icon {
    width: 43px;
    height: 43px;
  }
}
.pharmacy_management_ancr_list li a .icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
  fill: #0E4A8C;
}
.pharmacy_management_ancr_list li:nth-of-type(1) a .icon svg {
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 992px) {
  .pharmacy_management_ancr_list li:nth-of-type(1) a .icon svg {
    width: 30px;
    height: 30px;
    transform: translateY(3px);
  }
}
@media print, screen and (min-width: 992px) {
  .pharmacy_management_ancr_list li:nth-of-type(2) a .icon svg {
    width: 45px;
    height: 45px;
  }
}
.pharmacy_management_ancr_list li:nth-of-type(3) a .icon {
  width: 45px;
  height: 45px;
}
@media print, screen and (min-width: 992px) {
  .pharmacy_management_ancr_list li:nth-of-type(3) a .icon {
    width: 35px;
    height: 35px;
  }
}
.pharmacy_management_ancr_list li:nth-of-type(4) a .icon {
  width: 38px;
  height: 38px;
}
.pharmacy_management_ancr_list li:nth-of-type(5) a .icon {
  width: 50px;
  height: 50px;
}
@media print, screen and (min-width: 992px) {
  .pharmacy_management_ancr_list li:nth-of-type(5) a .icon {
    width: 55px;
    height: 55px;
  }
}
.pharmacy_management_ancr_list li:nth-of-type(6) a .icon {
  width: 35px;
  height: 35px;
  transform: translateY(-3px);
}
.pharmacy_management_ancr_list .pharmacy_syaberiba_wrap {
  align-items: center;
}
.pharmacy_management_ancr_list .pharmacy_syaberiba_wrap .img_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pharmacy_float {
  position: relative;
  top: auto;
  bottom: 10px;
  left: 10px;
  position: fixed;
  z-index: 5;
}
@media print, screen and (min-width: 992px) {
  .pharmacy_float {
    left: auto;
    right: 0;
    bottom: 90px;
  }
}
.pharmacy_float:after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pharmacy_float a {
  display: inline-block;
  padding: 10px 15px 15px;
  background-color: #0E4A8C;
  text-align: center;
  text-decoration: none;
}
.pharmacy_float figure {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 5px;
  background-color: #fff;
  width: 100%;
}
.pharmacy_float figure img {
  width: 110px;
  max-width: none;
  display: inline-block;
}
.pharmacy_float p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .pharmacy_float p {
    line-height: 1.5;
  }
}

.ir_logo_box {
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 680px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .ir_logo_box {
    flex-direction: row;
  }
}
.ir_logo_box .parts_img {
  flex-grow: 1;
}
.ir_logo_box .parts_img img {
  margin-bottom: 0;
  width: 100%;
  max-width: 240px;
}
@media print, screen and (min-width: 992px) {
  .ir_logo_box .parts_img img {
    max-width: none;
  }
}
.ir_logo_box .ir_plus {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.ir_logo_box .ir_plus::before, .ir_logo_box .ir_plus::after {
  content: "";
  display: block;
  width: 30px;
  height: 9px;
  background-color: #0E4A8C;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ir_logo_box .ir_plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*-----------------------------------------
  PDF Viewer Styles
-----------------------------------------*/
.pdf_container {
  width: 80%;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #cdd7df;
}

.pdf_slider_wrap {
  position: relative;
}

.pdf_slider {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.pdf_slider img {
  width: 100%;
  flex-shrink: 0;
  display: block;
  border-radius: 8px;
}

/* 前へ・次へボタン */
.pdf_prev,
.pdf_next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(14,74,140,0.5);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 10;
}

.pdf_prev{
  left: 0;
}

.pdf_next{
  right: 0;
}

.pdf_prev:hover,
.pdf_next:hover {
  background: rgba(0,0,0,0.7);
}

/* ▼ 矢印をCSSで描画 ▼ */
.pdf_prev::before,
.pdf_next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 47%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 左矢印（<） */
.pdf_prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* 右矢印（>） */
.pdf_next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pdf_prev {
  left: 5px;
}

.pdf_next {
  right: 5px;
}

@media (max-width: 768px) {
  .pdf_container {
    width: 100%;
  }
  .pdf_prev,
  .pdf_next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  }
  .pdf_prev{
    left: 0px;
  }
  .pdf_next{
    right: 0px;
  }
}