@charset "UTF-8";

/*----- common -----*/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,700;1,700&display=swap");
.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

@media only screen and (max-width: 690px) {
  .pc_on {
    display: none;
  }
  .sp_on {
    display: block;
  }
}

/*display--------------------*/
.pc_only {
  display: block;
}
.pc_tab_on {
  display: block;
}
.sd_on {
  display: none;
}
.tab_only {
  display: none;
}
.sp_only {
  display: none;
}

@media only screen and (max-width: 979px) {
  .pc_only {
    display: none;
  }
  .sd_on {
    display: block;
  }
  .tab_only {
    display: block;
  }
}

@media only screen and (max-width: 690px) {
  .pc_tab_on {
    display: none;
  }
  .tab_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/*----- mainimage -----*/

#top_mainimage {
  height: 100vh;
  margin-bottom: 60px;
  position: relative;
}

#top_mainimage.h_70vh {
  height: calc(100vh - 50px);
  margin-bottom: 13px;
}

#top_mainimage .flexslider .slides > li {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

#top_mainimage.h_70vh .flexslider .slides > li {
  height: calc(100vh - 50px);
}

@media only screen and (max-width: 1024px) {
  #top_mainimage.h_70vh {
    height: calc(100vh - 80px);
  }
  #top_mainimage.h_70vh .flexslider .slides > li {
    height: calc(100vh - 80px);
  }
}

#top_mainimage .main_txt {
  max-width: 1120px;
  padding: 0 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative;
}

#top_mainimage .main_txt .lead_title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 48px;
  font-weight: bold;
  line-height: 2.3;
  color: #205bac;
  position: absolute;
  top: 25%;
  right: 15%;
}

#top_mainimage .main_txt .lead_txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 19px;
  font-weight: bold;
  line-height: 3;
  color: #205bac;
  position: absolute;
  top: 25%;
  right: 45%;
}

#top_mainimage .main_txt .white_line {
  position: relative;
  padding-right: 10px;
}

#top_mainimage .main_txt .white_line:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 115%;
  background-color: #fff;
  top: -20px;
  z-index: -1;
}

#top_mainimage .mainimage05 .main_txt .lead_title {
  right: 30%;
}

#top_mainimage .mainimage05 .main_txt .lead_txt {
  right: 60%;
}

@media only screen and (max-width: 1119px) {
  #top_mainimage {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 690px) {
  #top_mainimage {
    height: 500px;
    margin-bottom: 30px;
  }
  #top_mainimage .flexslider .slides > li {
    height: 500px;
  }
  #top_mainimage .main_txt .lead_title {
    font-size: 25px;
    top: 20%;
    right: 15%;
    line-height: 2.5;
  }
  #top_mainimage .main_txt .lead_txt {
    font-size: 12px;
    top: 20%;
    right: 55%;
    line-height: 3.1;
  }
}

/*----- scroll_down -----*/

.scroll_down {
  position: absolute;
  width: 60px;
  height: auto;
  bottom: 50px;
  left: calc(50% - 30px);
  z-index: 100;
  transition: all 0.3s;
}

.scroll_down:hover {
  bottom: 40px;
}

@media only screen and (max-width: 690px) {
  .scroll_down {
    width: 40px;
    left: calc(50% - 20px);
    bottom: 10px;
  }
  .scroll_down:hover {
    bottom: 5px;
  }
}

/*----- TOP h2 -----*/

.top_h2_sol {
  position: relative;
  margin-bottom: 30px;
}

.top_h2_sol .en {
  font-size: 200px;
  font-weight: 700;
  color: rgba(32, 91, 172, 0.12);
  line-height: 1;
}

.top_h2_sol h2 {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  top: 50%;
}

.top_h2_case {
  position: relative;
  margin-bottom: 30px;
}

.top_h2_case .en {
  font-size: 200px;
  font-weight: 700;
  color: rgba(51, 51, 51, 0.05);
  line-height: 1;
  text-align: center;
}

.top_h2_case h2 {
  position: absolute;
  font-weight: bold;
  font-size: 40px;
  top: 50%;
}

.top_h2_ser {
  position: relative;
  margin-bottom: 30px;
}

.top_h2_ser .en {
  font-size: 200px;
  font-weight: 700;
  color: rgba(32, 91, 172, 0.12);
  line-height: 1;
}

.top_h2_ser h2 {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  top: 55%;
}

h2.top_h2_str01 {
  font-size: 62px;
  font-weight: bold;
  color: #205bac;
  margin-bottom: 30px;
}

.top_h2_str {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

.top_h2_str .en {
  font-size: 200px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.22);
  line-height: 1;
}

.top_h2_str h2 {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  top: 15%;
}

.top_h2_news {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
}

.top_h2_news .en {
  font-size: 200px;
  font-weight: 700;
  color: rgba(32, 91, 172, 0.12);
  line-height: 1;
}

.top_h2_news h2 {
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  top: 55%;
}

@media only screen and (max-width: 1700px) {
  .top_h2_str .en {
    font-size: 150px;
  }
  .top_h2_str h2 {
    top: 5%;
  }
}

@media only screen and (max-width: 1200px) {
  .top_h2_str .en {
    font-size: 100px;
  }
  .top_h2_str h2 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 955px) {
  .top_h2_sol .en {
    font-size: 80px;
  }
  .top_h2_sol h2 {
    font-size: 27px;
    top: 40%;
  }
  .top_h2_case .en {
    font-size: 80px;
  }
  .top_h2_case h2 {
    font-size: 27px;
    top: 40%;
  }
  .top_h2_ser .en {
    font-size: 80px;
  }
  .top_h2_ser h2 {
    font-size: 27px;
    top: 40%;
  }
  .top_h2_str .en {
    font-size: 80px;
  }
  .top_h2_str h2 {
    font-size: 27px;
  }
  .top_h2_news .en {
    font-size: 80px;
  }
  .top_h2_news h2 {
    font-size: 27px;
  }
}

/*----- TOP btn -----*/

.top_btn01 a {
  display: block;
  background-color: #fff;
  border: 2px solid #205bac;
  padding: 10px;
  max-width: 340px;
  width: 100%;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}

.top_btn01 a:hover {
  background-color: #333333;
  border: 2px solid #333333;
  color: #fff;
  text-decoration: none;
}

.top_btn01 a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #205bac;
  top: 50%;
  right: 20px;
  transition: all 0.3s;
}

.top_btn01 a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #205bac;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.top_btn01 a:hover:before {
  border-color: #fff;
  right: 10px;
}

.top_btn01 a:hover:after {
  border-color: #fff;
  right: 10px;
}

/*----- top_sol -----*/

.top_sol .img_on {
  margin-bottom: 80px;
}

.top_sol .img_on figure {
  position: relative;
  z-index: -1;
}

.top_sol .img_on .txt_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  height: 150px;
  background-color: #eeeeee;
  margin: -50px auto 0 auto;
  padding: 10px 50px 10px 10px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s;
}

.top_sol .bl-hover .txt_area {
  background-color: #333333;
  color: #fff;
  box-shadow: 0 0 10px 3px rgba(173, 173, 173, 0.1);
  transform: scale(1.05);
}

.top_sol .img_on .txt_area:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #205bac;
  top: 50%;
  right: 20px;
  transition: all 0.3s;
}

.top_sol .img_on .txt_area:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #205bac;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.top_sol .bl-hover .txt_area:before,
.top_sol .bl-hover .txt_area:after {
  border-color: #fff;
}

.top_sol .img_on img {
  width: 100%;
}

.top_sol .txt_area div {
  display: flex;
  flex-wrap: wrap;
}

.top_sol .img_on .txt_area h3 {
  font-size: 20px;
  font-weight: bold;
  margin: auto 10px;
  padding: 10px 15px 10px 0;
  border-right: 1px solid #666666;
}

.top_sol .img_on .txt_area h3 a {
  transition: all 0.3s;
}

.top_sol .img_on .txt_area h3 a:hover {
  color: #205bac;
}

.top_sol .bl-hover .txt_area h3 a {
  color: #fff;
  text-decoration: none;
}

.top_sol .img_on .txt_area ul {
  list-style: none;
  font-weight: bold;
  font-size: 14px;
  margin: 10px;
}

.top_sol .img_on .txt_area ul li a:hover {
  color: #205bac;
}

@media only screen and (max-width: 1500px) {
  .top_sol .col {
    width: calc(50% - 1px);
    margin-right: 1px;
  }
  .top_sol .col:nth-child(2n),
  .top_sol .col:nth-child(2n),
  .top_sol .col:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 979px) {
  .top_sol .col {
    width: 100%;
    margin-right: 0px;
  }
  .top_sol .img_on {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .top_sol .img_on .txt_area h3 {
    width: 100%;
    border-right: none;
  }
}

/*----- top_case -----*/

.top_case {
  background-image: url(../image/top_case_back.jpg);
  background-size: cover;
  background-position: 80% center;
  padding-bottom: 80px;
}

.top_case .w_oder {
  max-width: 850px;
  width: 100%;
}

.top_case .col {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
  text-align: center;
  transition: all 0.3s;
}

.top_case .bl-hover {
  background-color: #333333;
  transform: scale(1.05);
  box-shadow: 0 0 10px 3px rgba(173, 173, 173, 0.1);
}

.top_case .col h3 a {
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s;
}

.top_case .bl-hover h3 a {
  color: #fff;
}

.top_case .bl-hover h3 a:hover {
  text-decoration: none;
}

.top_case .icon1 {
  width: 100%;
  height: 80px;
  background-image: url(../image/top_case_icon01.png);
  background-size: 90px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.top_case .bl-hover .icon1 {
  background-image: url(../image/top_case_icon01_whi.png);
}

.top_case .icon2 {
  width: 100%;
  height: 80px;
  background-image: url(../image/top_case_icon02.png);
  background-size: 85px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.top_case .bl-hover .icon2 {
  background-image: url(../image/top_case_icon02_whi.png);
}

.top_case .icon3 {
  width: 100%;
  height: 80px;
  background-image: url(../image/top_case_icon03.png);
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.top_case .bl-hover .icon3 {
  background-image: url(../image/top_case_icon03_whi.png);
}

.top_case .icon4 {
  width: 100%;
  height: 80px;
  background-image: url(../image/top_case_icon04.png);
  background-size: 100px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.top_case .bl-hover .icon4 {
  background-image: url(../image/top_case_icon04_whi.png);
}

.top_case .icon5 {
  width: 100%;
  height: 80px;
  background-image: url(../image/top_case_icon05.png);
  background-size: 90px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.top_case .bl-hover .icon5 {
  background-image: url(../image/top_case_icon05_whi.png);
}

.top_case .icon6 {
  width: 100%;
  height: 80px;
  background-image: url(../image/top_case_icon06.png);
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.top_case .bl-hover .icon6 {
  background-image: url(../image/top_case_icon06_whi.png);
}

.top_case .icon7 {
  width: 100%;
  height: 80px;
  background-image: url(../image/top_case_icon07.png);
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.top_case .bl-hover .icon7 {
  background-image: url(../image/top_case_icon07_whi.png);
}

.top_case .icon8 {
  width: 100%;
  height: 80px;
  background-image: url(../image/top_case_icon08.png);
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.top_case .bl-hover .icon8 {
  background-image: url(../image/top_case_icon08_whi.png);
}

@media only screen and (max-width: 690px) {
  .top_case {
    padding-bottom: 50px;
  }
  .top_case .col h3 a {
    font-size: 15px;
  }
}

/*----- top_ser -----*/

.top_ser {
  background-image: url(../image/top_ser_back.png);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  padding-top: 35px;
}

.top_ser .ue_txt {
  width: 50%;
}

.top_ser .on_block {
  max-width: 800px;
  width: 100%;
  /*margin: -200px 0 0 auto;*/
  margin: -80px 0 0 auto;
}

.top_ser .on_block .col {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.top_ser .on_block .none_col {
  opacity: 0;
}

.top_ser .on_block .block1 {
  background-image: url(../image/top_ser01.jpg);
  background-size: cover;
  background-position: center;
}

.top_ser .on_block .block2 {
  background-image: url(../image/top_ser02.jpg);
  background-size: cover;
  background-position: center;
}

.top_ser .on_block .block3 {
  background-image: url(../image/top_ser03.jpg);
  background-size: cover;
  background-position: center;
}

.top_ser .on_block .block4 {
  background-image: url(../image/top_ser04.jpg);
  background-size: cover;
  background-position: center;
}

.top_ser .on_block .block5 {
  background-image: url(../image/top_ser05.jpg);
  background-size: cover;
  background-position: center;
}

.top_ser .on_block .block6 {
  background-image: url(../image/top_ser06.jpg);
  background-size: cover;
  background-position: center;
}

.top_ser .on_block .block7 {
  background-image: url(../image/top_ser07.jpg);
  background-size: cover;
  background-position: center;
}

.top_ser .on_block .block8 {
  background-image: url(../image/top_ser08.jpg);
  background-size: cover;
  background-position: center;
}

.top_ser .on_block .block9 {
  background-image: url(../image/EPS1.jpg);
  background-size: cover;
  background-position: center;
}

.top_ser .on_txt {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 50px;
  padding: 10px;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.top_ser .bl-hover .on_txt {
  height: 100%;
}

.top_ser .on_txt a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.top_ser .on_txt a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #fff;
  top: 50%;
  right: 10px;
  transition: all 0.3s;
}

.top_ser .on_txt a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  top: calc(50% - 4px);
  right: 10px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.top_ser .bl-hover .on_txt a:before,
.top_ser .bl-hover .on_txt a:after {
  display: none;
}

.top_ser .on_txt .hover_block {
  display: none;
  margin-top: 20px;
  padding-top: 15px;
  transition: all 0.3s;
  position: relative;
}

.top_ser .on_txt .hover_block:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #fff;
  top: 0;
  left: 0;
}

.top_ser .bl-hover .on_txt .hover_block {
  display: block;
}

.top_ser_btn a {
  width: 50%;
}

@media only screen and (max-width: 1100px) {
  .top_ser .ue_txt {
    width: 40%;
  }
}

@media only screen and (max-width: 690px) {
  .top_ser .ue_txt {
    width: 100%;
  }
  .top_ser .on_block {
    margin: 40px 0 0 0;
  }
  .top_ser .bl-hover .on_txt {
    height: 50px;
  }
  .top_ser .on_block .none_col {
    display: none;
  }
  .top_ser .on_block .col {
    height: 200px;
  }
  .top_ser_btn a {
    width: 100%;
  }
}

/*----- top_str -----*/

.top_str {
  background-image: url(../image/top_stre_back02.png);
  background-size: cover;
  background-position: right top;
  position: relative;
}

.top_str:before {
  content: "";
  position: absolute;
  background-image: url(../image/top_stre_back01.png);
  width: 100%;
  height: 1400px;
  top: -500px;
  left: 0;
  z-index: -1;
}

.top_str .w_order {
  max-width: 800px;
  width: 100%;
}

.top_str .bl {
  background-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.top_str .block1 {
  margin-top: 50px;
}

.top_str .block2 {
  margin-top: 100px;
}

.top_str .img100 img {
  width: 100%;
}

.top_str .txt_area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
  margin: 20px 10px 0px 10px;
  border-bottom: 3px solid #eeeeee;
}

.top_str .bl-hover .txt_area {
  border-bottom: 3px solid #fff;
}

.top_str .txt_area h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.top_str .btn a {
  display: block;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  color: #205bac;
  position: relative;
  transition: all 0.3s;
}

.top_str .bl-hover .btn a {
  background-color: #333333;
  color: #fff;
  text-decoration: none;
}

.top_str .btn a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #205bac;
  top: 50%;
  right: 20px;
  transition: all 0.3s;
}

.top_str .btn a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #205bac;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.top_str .bl-hover .btn a:before,
.top_str .bl-hover .btn a:after {
  border-color: #fff;
  right: 10px;
}

.top_str .on_block {
  position: absolute;
  top: 20px;
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .top_str .on_block {
    top: 70px;
  }
}

@media only screen and (max-width: 979px) {
  .top_str {
    padding: 40px 0;
  }
  .top_str .w_order {
    margin-bottom: 50px;
  }
  .top_str .on_block {
    position: static;
    text-align: center;
  }
  h2.top_h2_str01 {
    font-size: 27px;
  }
  .top_str .on_block .top_btn01 a {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 690px) {
  .top_str .block1,
  .top_str .block2 {
    margin-top: 0;
  }
  .top_str .on_block {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1120px;
  }
}

/*----- top mw_co_vi -----*/

.mw_co_vi .col .img100 img {
  width: 100%;
}

.mw_co_vi .col .a_area {
  background-color: #eeeeee;
  padding: 20px 50px;
  position: relative;
  transition: all 0.3s;
}

.mw_co_vi .col:nth-child(2) .a_area {
  background-color: #f5f5f5;
  transition: all 0.3s;
}

.mw_co_vi .bl-hover .a_area,
.mw_co_vi .col:nth-child(2).bl-hover .a_area {
  background-color: #333333;
}

.mw_co_vi .col .a_area:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #205bac;
  top: 50%;
  right: 20px;
  transition: all 0.3s;
}

.mw_co_vi .col .a_area:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #205bac;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.mw_co_vi .bl-hover .a_area:before,
.mw_co_vi .bl-hover .a_area:after {
  border-color: #fff;
  right: 10px;
}

.mw_co_vi .col .a_area a {
  font-size: 24px;
  font-weight: bold;
}

.mw_co_vi .bl-hover .a_area a {
  color: #fff;
}

.mw_co_vi .col .a_area .en {
  font-size: 12px;
  color: #205bac;
  font-weight: bold;
}

.mw_co_vi .bl-hover .a_area .en {
  color: #fff;
}

@media only screen and (max-width: 979px) {
  .mw_co_vi .col .a_area {
    padding: 20px;
  }
  .mw_co_vi .col .a_area a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 690px) {
  .mw_co_vi .col {
    max-width: 690px;
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
  .col3_331.mw_co_vi .col:last-child {
    margin-right: auto;
  }
}

/*----- top_news -----*/

.top_news {
  padding: 0 0 80px 0;
  position: relative;
}

.top_news:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 70%;
  bottom: 15%;
  left: 0;
  z-index: -1;
}

.top_news .tab_block {
  margin-bottom: 50px;
}

.top_news .tab_swith {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 40px;
}

.top_news .tab_swith li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 49%;
  background-color: #fff;
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
}

.top_news .tab_swith li.active {
  background-color: #205bac;
  border: 1px solid #205bac;
  color: #fff;
  position: relative;
}

.top_news .tab_swith li.active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #205bac transparent transparent transparent;
  bottom: -15px;
  left: calc(50% - 12.5px);
}

/*.top_news .tab_area{
  display: none;
}*/

.top_news .tab_area.show {
  display: block;
}

.top_news .tab_area dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.top_news .tab_area dl:hover {
  background-color: #333333;
  color: #fff;
}

.top_news .tab_area dl .rss_date {
  font-size: 14px;
  font-weight: bold;
  width: 100px;
}

.top_news .tab_area dl .rss_title {
  width: calc(100% - 100px);
  padding-left: 120px;
  position: relative;
}

.top_news .tab_area dl .rss_title a {
  transition: all 0.3s;
}

.top_news .tab_area dl:hover .rss_title a {
  text-decoration: none;
  color: #fff;
}

.top_news .tab_area dl .rss_title .news_tag {
  display: block;
  width: 100px;
  text-align: center;
  background-color: #d2deee;
  color: #205bac;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}

.top_news .rss_contents {
  display: none;
}

.top_news .top_btn01 a {
  margin: 0 auto;
}

@media only screen and (max-width: 690px) {
  .top_news {
    padding: 0 0 20px 0;
  }
  .top_news:before {
    height: 95%;
    bottom: 0;
  }
  .top_news .tab_swith li {
    font-size: 14px;
  }
  .top_news .tab_area dl {
    display: block;
  }
  .top_news .tab_area dl .rss_title {
    width: 100%;
    padding-left: 0;
  }
  .top_news .tab_area dl .rss_title .news_tag {
    position: static;
    margin: 10px 0;
  }
}

/*----- top_news02 -----*/

.top_news02 {
  padding: 0 0 80px 0;
  position: relative;
}

.top_news02 dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  margin-bottom: 5px;
  padding: 3px 10px;
  transition: all 0.3s;
}

.top_news02 dl:hover {
  background-color: #333333;
  color: #fff;
}

.top_news02 dl .rss_date {
  font-size: 13px;
  font-weight: bold;
  width: 100px;
}

.top_news02 dl .rss_title {
  width: calc(100% - 100px);
  padding-left: 120px;
  position: relative;
}

.top_news02 dl .rss_title a {
  display: block;
  font-size: 13px;
}

.top_news02 dl:hover .rss_title a {
  text-decoration: none;
  color: #fff;
}

.top_news02 dl .rss_title .news_tag {
  display: block;
  width: 100px;
  text-align: center;
  background-color: #d2deee;
  color: #205bac;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}

.top_news02 dl .rss_contents {
  display: none;
}

.top_news02 .top_btn01 a {
  margin-left: auto;
}

@media only screen and (max-width: 690px) {
  .top_news02 {
    padding: 0 0 40px 0;
  }
  .top_news02 li {
    font-size: 14px;
  }
  .top_news02 dl {
    display: block;
    margin-bottom: 0;
  }
  .top_news02 dl .rss_title {
    width: 100%;
    padding-left: 0;
  }
  .top_news02 dl .rss_title .news_tag {
    position: static;
    margin: 10px 0;
  }
}

/*----- top_media -----*/

.top_media {
  padding-bottom: 80px;
}

.top_media h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
}

.top_media_in .dlb_media_time,
.top_media_in .dlb_media_txt,
.top_media_in .dlb_media_cate {
  display: none;
}

.dlb_media_tag li {
  list-style-type: none;
  display: inline-block;
  margin: 2px 1px;
  font-size: 11px;
  background-color: #000000;
  padding: 3px 5px;
  color: #ffffff;
}

.top_media_in .dlb_media_title {
  font-size: 16px;
}

.top_media_in {
  display: flex;
  flex-wrap: wrap;
}

.top_media_in > * {
  width: 23.8%;
  margin-left: 1.6%;
  border: 1px solid #dddddd;
}

.top_media_in > *:first-child {
  margin-left: 0;
}

.top_media_in a:hover {
  opacity: 0.7;
}

.top_media_in .dlb_media_right {
  padding: 15px 12px;
}

.top_media_in .dlb_media_left {
  position: relative;
  width: 100%;
  padding-bottom: 68.2%;
}

.top_media_in .dlb_media_left .dlb_media_left_in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.top_media_in .dlb_media_title {
  margin-bottom: 8px;
}

@media only screen and (max-width: 980px) {
  .top_media_in .dlb_media_title {
    font-size: 1.4vw;
  }
  .top_media_in .dlb_media_right {
    padding: 12px 3%;
  }
}

@media only screen and (max-width: 690px) {
  .top_media {
    padding-bottom: 20px;
  }
  .top_media h2 {
    font-size: 6.5vw;
    margin-bottom: 20px;
  }
  .top_media_in > * {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 20px;
  }
  .top_media_in > *:nth-child(odd) {
    margin-left: 0;
  }
  .top_media_in .dlb_media_title {
    font-size: 3vw;
  }
}

/*----- top_ca_su -----*/

.top_ca_su {
  position: relative;
}

.top_ca_su:before {
  content: "";
  position: absolute;
  background-color: rgba(51, 51, 51, 0.1);
  width: 650px;
  height: 650px;
  top: calc(50% - 325px);
  left: calc(50% - 325px);
  z-index: -1;
}

.top_ca_su .col {
  padding: 30px 0 0 30px;
  position: relative;
}

.top_ca_su .col:nth-child(2) {
  padding: 100px 30px 30px 0;
}

.top_ca_su .img100 img {
  margin-right: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.top_ca_su .col:nth-child(2) .img100 img {
  margin-right: auto;
  margin-left: 0;
}

.top_ca_su .col .txt_area {
  position: absolute;
  width: 300px;
  background-color: #fff;
  padding: 50px 0 50px 50px;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.top_ca_su .col:nth-child(2) .txt_area {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.top_ca_su .txt_area:hover {
  background-color: #000;
}

.top_ca_su .col .txt_are h2 {
  margin-bottom: 15px;
}

.top_ca_su .col .txt_area a {
  font-size: 24px;
  font-weight: bold;
}

.top_ca_su .col .txt_area a:hover {
  text-decoration: none;
}

.top_ca_su .col .txt_area:hover a {
  color: #fff;
}

.top_ca_su .col .txt_area .en {
  font-size: 12px;
  font-weight: bold;
  color: #205bac;
  position: relative;
}

.top_ca_su .col .txt_area:hover .en {
  color: #fff;
}

.top_ca_su .col .txt_area .en:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #205bac;
  bottom: -20px;
  right: 30px;
  transition: all 0.3s;
}

.top_ca_su .col .txt_area .en:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #205bac;
  bottom: -22px;
  right: 30px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.top_ca_su .col .txt_area:hover .en:before,
.top_ca_su .col .txt_area:hover .en:after {
  border-color: #fff;
  right: 20px;
}

@media only screen and (max-width: 979px) {
  .top_ca_su:before {
    width: 500px;
    height: 500px;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
  }
  .top_ca_su .col .txt_area {
    width: 250px;
    padding: 50px 0 50px 25px;
  }
  .top_ca_su .col .txt_area a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 690px) {
  .top_ca_su .col:nth-child(2) {
    padding: 30px 30px 30px 0;
  }
}

.faq_case {
  border: 4px solid #cbcbcb;
  padding: 50px;
}

.faq_case h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.faq_case ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.faq_case ul li {
  width: 50%;
  padding: 0 10px 0 40px;
  margin-bottom: 30px;
  position: relative;
}

.faq_case ul li:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #205bac;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.faq_case ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 9px;
  width: 12px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 690px) {
  .faq_case {
    padding: 20px;
  }
  .faq_case ul li {
    width: 100%;
  }
}

.field_01 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.field_01 ul li {
  width: 33.3%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.field_01 ul a {
  display: block;
  width: 100%;
  border: 3px solid #205bac;
  padding: 35px 10px 20px 10px;
  text-align: center;
  color: #205bac;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.field_01 ul a:hover {
  background-color: #205bac;
  color: #fff;
}

.field_01 ul a:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #205bac;
  top: 55px;
  right: 15px;
}

.field_01 ul a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #205bac;
  transform: rotate(45deg);
  top: 51px;
  right: 15px;
}

.field_01 ul a:hover:before {
  background-color: #fff;
}

.field_01 ul a:hover:after {
  border-color: #fff;
}

.field_01 ul a .tag {
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 1;
  padding: 5px 20px;
  background-color: #205bac;
  color: #fff;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 979px) {
  .field_01 ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 690px) {
  .field_01 ul li {
    width: 100%;
  }
}

.sub_cv {
  position: fixed;
  top: 50%;
  margin-top: -120px;
  right: 0;
  z-index: 10;
}

.sub_cv a {
  display: block;
  background-color: #205bac;
  border: 1px solid #205bac;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: 10px 5px 50px 5px;
  box-shadow: -5px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.sub_cv .contact a {
  display: block;
  background-color: #e27653;
  border: 1px solid #e27653;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: 10px 5px 50px 5px;
  box-shadow: -5px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.sub_cv a:hover {
  background-color: #fff;
  color: #205bac;
}

.sub_cv .contact a:hover {
  background-color: #fff;
  border: 1px solid #e27653;
  color: #e27653;
}

.sub_cv a:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 35px;
  background-image: url(../other/download_icon_white.svg);
  background-position: center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  bottom: 10px;
  left: calc(50% - 14.5px);
}

.sub_cv a:hover:before {
  background-image: url(../other/download_icon.svg);
}

.sub_cv .contact a:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 35px;
  background-image: url(../other/mail_icon.svg);
  background-position: center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  bottom: 10px;
  left: calc(50% - 14.5px);
}

.sub_cv .contact a:hover:before {
  background-image: url(../other/mail_icon_orange.svg);
}

@media only screen and (max-width: 979px) {
  .sub_cv {
    display: none;
  }
}

table#dcms_schtable {
  width: 100%;
}

.dcms_titlelink a:hover {
  color: #205bac;
}

@media only screen and (max-width: 690px) {
  #fSearch input:first-child {
    width: 50%;
  }
}

.gray_area {
  background-color: #f5f5f5;
  padding: 20px;
}

.gray_area a {
  color: #0057a4;
}

.btn_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}

.btn_list .btn_r {
  width: 49%;
}

.btn_list .btn_r a {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0057a4;
  border-radius: 50px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
}

@media only screen and (max-width: 979px) {
  .btn_list .btn_r a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 690px) {
  .btn_list .btn_r {
    width: 100%;
    margin-bottom: 40px;
  }
}

.sp_block {
  display: none;
}

.title1 {
  font-size: 45px;
  font-weight: 500;
}

.download_btn_wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.btn01 a {
  display: block;
  background-color: #fff;
  border: 2px solid #205bac;
  padding: 10px 24px;
  width: 100%;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}

.btn01 a:hover {
  color: #fff;
  background-color: #205bac;
  background-color: #fff;
  border: 2px solid #205bac;
}

.btn01.bg_blue a {
  color: #fff;
  background-color: #205bac;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn01.bg_blue.btn_s {
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.btn01.bg_blue a:hover {
  color: #205bac;
  background-color: #fff;
}

.btn01.bg_lgiht_blue a {
  color: #fff;
  background-color: #58afe2;
  border-color: #58afe2;
}

.btn01.bg_lgiht_blue.btn_s {
  width: 80%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

.btn01.bg_lgiht_blue a:hover {
  color: #58afe2;
  background-color: #fff;
}

.btn01_inline a {
  display: inline-block;
  width: auto;
}

.btn02 a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  background-color: #205bac;
  border: 2px solid #205bac;
  padding: 8px 16px;
  transition: all 0.3s;
}

@media all and (-ms-high-contrast: none) {
  .btn02 a {
    padding-top: 10px;
  }
}

.btn02 a:hover {
  color: #205bac;
  background-color: #fff;
}

.download_list_txt {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}

@media only screen and (max-width: 979px) {
  .title1 {
    font-size: 38px;
  }
  .download_list_txt {
    font-size: 18px;
  }
}

@media only screen and (max-width: 690px) {
  .sp_block {
    display: block;
  }
  .title1 {
    font-size: 22px;
  }
  .download_btn_wrap {
    width: 100%;
  }
  .download_list_txt {
    font-size: 16px;
  }
  .btn_top_dl.anchor_btn a {
    font-size: 12px;
    padding: 5px 25px 5px 5px;
  }
  .btn_top_dl.anchor_btn .txt {
    right: 6px;
  }
  .download_btn_wrap.col2_m_222 .col,
  .download_btn_wrap.col2_m_221 .col,
  .download_btn_wrap.col2_m_212 .col,
  .download_btn_wrap.col2_m_211 .col {
    margin-bottom: 16px;
  }
  .btn01.bg_lgiht_blue.btn_s {
    margin-bottom: 30px;
  }
}

/* 20201105 */

/* ------------------------------------------------------- */

.dl_btn_list {
  display: flex;
  flex-wrap: wrap;
}

.dl_btn_list li {
  list-style-type: none;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 25px;
}

.dl_btn_list li:nth-child(odd) {
  margin-left: 0;
}

.dl_btn_list li a {
  color: #ffffff;
  background: #0057a4;
  display: block;
  padding: 15px 0;
  text-align: center;
  border-radius: 30px;
}

@media all and (-ms-high-contrast: none) {
  .dl_btn_list li a {
    padding-top: 18px;
  }
}

.dl_btn_list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  .dl_btn_list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .dl_btn_list li:last-child {
    margin-bottom: 0;
  }
}

br.pc,
br.pc.tab,
br.pc.sp {
  display: block;
}

br.tab,
br.sp,
br.tab.sp {
  display: none;
}

@media only screen and (max-width: 979px) {
  br.pc,
  br.pc.sp {
    display: none;
  }
  br.tab,
  br.pc.tab,
  br.tab.sp {
    display: block;
  }
}

@media only screen and (max-width: 690px) {
  br.tab,
  br.pc.tab {
    display: none;
  }
  br.sp,
  br.pc.sp {
    display: block;
  }
}

.fixd_cv {
  position: fixed;
  bottom: 0;
  left: 0;
  /*z-index: 1000;*/
  z-index: -1;
  visibility: hidden;
  background-color: rgba(210, 222, 238, 0.8);
  padding: 10px 0;
  width: 100%;
  height: 100px;
  font-weight: 300;
  opacity: 0;
  transition: all 0.2s;
}

.fixd_cv.none {
  bottom: -100px;
}

.fixd_cv .close {
  width: 40px;
  height: 40px;
  background-color: rgba(210, 222, 238, 0.8);
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  cursor: pointer;
}

.fixd_cv .close .in_close,
.fixd_cv.none .close .in_open {
  display: none;
}

.fixd_cv.none .close .in_close,
.fixd_cv .close .in_open {
  display: block;
}

.is-an .fixd_cv {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.fixd_cv .in_area {
  max-width: 1120px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.fixd_cv .in_area .txt_box {
  width: 45%;
  font-size: 12px;
  margin-right: 20px;
}

.fixd_cv .in_area .txt_box h2 {
  font-size: 120%;
  font-weight: bold;
}

.fixd_cv .in_area .btn_list {
  width: calc(55% - 20px);
}

.fixd_cv .in_area .btn_list .col a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 50px;
  color: #fff;
  background-color: #205bac;
  padding: 10px;
}

.fixd_cv .in_area .btn_list .col:nth-child(2) a {
  background-color: #e27653;
}

.fixd_cv .in_area .btn_list .col:nth-child(3) a {
  background-color: #ffc732;
}

@media only screen and (max-width: 979px) {
  .fixd_cv {
    height: 130px;
  }
  .fixd_cv.none {
    bottom: -130px;
  }
  .fixd_cv .in_area .txt_box {
    width: 40%;
  }
  .fixd_cv .in_area .btn_list {
    width: calc(60% - 20px);
  }
}

@media only screen and (max-width: 690px) {
  .fixd_cv.none {
    bottom: -50px;
  }
  .fixd_cv {
    padding: 0;
    height: 50px;
  }
  .fixd_cv .in_area .txt_box {
    display: none;
  }
  .fixd_cv .in_area .btn_list {
    width: 100%;
  }
  .fixd_cv .in_area .btn_list .col a {
    width: 100%;
    font-size: 90%;
  }
}

/*お問い合わせの前に*/

.dlb_banner_1 {
  border-color: #dddddd;
  border-width: 1px 0 0 1px;
  border-style: solid;
}

.dlb_banner_1 .col,
.dlb_banner_1 .col:nth-child(4n + 1) {
  border-color: #dddddd;
  background-color: #ffffff;
}

.dlb_banner_1 .col.bl-hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.dlb_banner_1 {
  border-width: 1px 0 0 1px;
  border-style: solid;
}

.dlb_banner_1 .col,
.dlb_banner_1 .col:nth-child(4n + 1) {
  padding: 16px 24px;
  margin: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transition: all 0.2s ease-in 0s;
}

.dlb_banner_1 .col,
.dlb_banner_1 .col:nth-child(4n + 1) {
  position: relative;
}

.dlb_banner_1 .col.bl-hover {
  z-index: 1;
}

.dlb_banner_block {
  justify-content: flex-start;
}

.dlb_content-36 {
  background-color: #f6fafc;
  padding: 40px 0;
}

.dlb_c36_block {
  display: flex;
  align-items: center;
  position: relative;
}

.dlb_c36_block + .dlb_c36_block {
  margin-top: 100px;
}

.dlb_c36_block + .dlb_c36_block::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(135deg);
  position: absolute;
  top: -70px;
  right: calc(50% - 15px);
}

.dlb_c36_num {
  font-size: 64px;
  width: 15%;
  text-align: center;
  line-height: 1;
}

.dlb_c36_title {
  font-size: 20px;
  font-weight: bold;
  padding-right: 32px;
  width: 25%;
}

.dlb_c36_txt {
  padding-left: 32px;
  border-width: 0 0 0 2px;
  border-style: solid;
  width: 60%;
}

@media only screen and (max-width: 979px) {
  .dlb_c36_num {
    font-size: 56px;
  }
  .dlb_c36_title {
    padding-right: 24px;
    width: 30%;
  }
  .dlb_c36_txt {
    width: 55%;
  }
}

@media only screen and (max-width: 690px) {
  .dlb_c36_block {
    display: block;
  }
  .dlb_c36_block + .dlb_c36_block {
    margin-top: 60px;
  }
  .dlb_c36_block + .dlb_c36_block::before {
    content: "";
    width: 20px;
    height: 20px;
    top: -50px;
    right: calc(50% - 10px);
  }
  .dlb_c36_num {
    width: 100%;
    text-align: center;
    font-size: 40px;
  }
  .dlb_c36_title {
    font-size: 22px;
    text-align: center;
    padding-right: 0;
    margin: 15px auto;
    width: 100%;
  }
  .dlb_c36_txt {
    padding-left: 0;
    border: none;
    width: 100%;
  }
}

/*商品名から探す*/

.Link3List {
  display: flex;
  flex-wrap: wrap;
}

.Link3List li {
  list-style: none;
  width: calc(33.333% - 6px);
  margin-right: 8px;
  margin-bottom: 8px;
}

.Link3List li:nth-child(3n) {
  margin-right: 0;
}

.Link3List li a {
  position: relative;
  color: #333;
  display: block;
  padding: 10px 10px;
  border: 1px solid #e4ebf5;
  background-color: #e4ebf5;
  width: 100%;
}

.Link3List li a .txt_arrow {
  position: absolute;
  right: 20px;
}

.Link3List li a:hover {
  background-color: #fff;
}

@media only screen and (max-width: 690px) {
  .Link3List {
    justify-content: space-between;
  }
  .Link3List li {
    width: 49%;
    margin-right: 0;
  }
  .Link3List li a .txt_arrow {
    display: none;
  }
}

/*構成案テスト*/

.col_bn_l {
  float: left;
  width: 55%;
  padding-right: 5%;
}

.col_bn_r {
  float: right;
  width: 45%;
  padding: 24px;
  border: 2px solid #eeeeee;
}

.graph_box {
  background-color: #f9fafb;
  padding: 20px;
}

.link_yajirushi a {
  color: #35a19b;
  font-size: 14px;
}

.link_yajirushi a::after {
  content: url(../image/icon_arr_link.png);
  vertical-align: middle;
  margin-left: 10px;
}

.dlb_subtitle4_02 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0 0 0 12px;
  border-width: 0 0 0 3px;
  border-style: solid;
  border-color: #2f8e89;
}

.boderBox_g {
  border: 2px solid #eee;
  padding: 20px;
}

.h2title_big {
  background-color: #f2eeed;
  font-size: 28px;
  padding: 25px 1em;
  color: #35a19b;
  line-height: 1.4;
  border-radius: 5px;
}

.sp_on {
  display: none;
}

.dl_form > .intro_block .col {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.border_2e {
  border: 2px solid #eeeeee;
}

ul.check {
  position: relative;
  padding-left: 25px;
  list-style: none;
}

ul.check li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  font-weight: 900;
  font-size: 15px;
  color: #f2c70f;
  font-family: "Font Awesome 5 Free";
}

/*------------------------------------------------

FIXEDバナー

-------------------------------------------------*/

.Bnr {
  position: relative;
  display: none;
}

.Bnr .Bnr__img {
  position: fixed;
  right: 0;
  bottom: 180px;
  z-index: 88;
  width: 250px;
  height: auto;
}

.Bnr .Bnr__img__inner a {
  display: block;
}

.Bnr .Bnr__img p.close {
  border: 2px solid #d5deed;
  width: 40px;
  background-color: #d5deed;
  height: 40px;
  position: absolute;
  top: -39px;
  right: 0px;
}

.Bnr .Bnr__img p.close a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.Bnr .Bnr__img p.close a:hover {
  text-decoration: none;
}

.Bnr .Bnr__img p.close::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #000;
}

.Bnr .Bnr__img p.close::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #000;
}

@media only screen and (max-width: 690px) {
  .Bnr {
    display: none !important;
  }
}

/*------------------------------------------------

Top FirstImp　更新

-------------------------------------------------*/

.pc_display,
.pc_display.tab_display,
.pc_display.sp_display {
  display: block;
}

.tab_display,
.sp_display,
.tab_display.sp_display {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .pc_display,
  .pc_display.sp_display {
    display: none;
  }
  .tab_display,
  .pc_display.tab_display,
  .tab_display.sp_display {
    display: block;
  }
}

@media only screen and (max-width: 690px) {
  .tab_display,
  .pc_display.tab_display {
    display: none;
  }
  .sp_display,
  .pc_display.sp_display,
  .tab_display.sp_display {
    display: block;
  }
}

.top_mainimage03 {
  z-index: -1;
}

.top_mainimage03 .main_flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 94%;
  max-width: 1440px;
  height: calc(100vh - 50px);
  margin: 120px auto 0 auto;
  color: #fff;
}

.top_mainimage03 .main_flex_set .main_flex_col {
  width: 48%;
  float: inherit;
}

.top_mainimage03 .lead_title {
  margin: 0 0 50px 0;
}

.top_mainimage03 .titleB {
  font-size: 41px;
  line-height: 1.5;
}

.top_mainimage03 .titleB .small_font {
  display: block;
  font-size: 32px;
  line-height: 1.8;
}

.top_mainimage03 .titleC {
  font-size: 34px;
  line-height: 1.5;
}

.top_mainimage03 .titleC span.sub_catch {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin: 15px 0 0 0;
}

@media only screen and (min-width: 691px) and (max-width: 1024px) {
  #top_mainimage.h_70vh.top_mainimage03,
  #top_mainimage.h_70vh.top_mainimage03 .flexslider .slides > li {
    height: 600px;
    margin-bottom: 0;
  }
  .top_mainimage03 .titleB {
    font-size: 20px;
    line-height: 1.5;
    margin: -80px auto 0 auto;
    padding-top: 50px;
  }
  .top_mainimage03 .titleB .small_font {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 10px auto;
  }
  .top_mainimage03 .titleC {
    font-size: 20px;
    line-height: 1.5;
    margin: -80px auto 0 auto;
    padding-top: 50px;
  }
  .top_mainimage03 .titleC span.sub_catch {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 20px auto;
  }
}

@media only screen and (max-width: 690px) {
  #top_mainimage.h_70vh.top_mainimage03,
  #top_mainimage.h_70vh.top_mainimage03 .flexslider .slides > li {
    height: 1700px;
    margin-bottom: 0;
  }
  .top_mainimage03 .main_flex_set .main_flex_col {
    width: 100%;
  }
  .top_mainimage03 .lead_title {
    margin: 0 0 0 0;
  }
  .top_mainimage03 .titleB {
    font-size: 28px;
    line-height: 1.5;
    margin: -75px auto 0 auto;
    padding-top: 50px;
  }
  .top_mainimage03 .titleB .small_font {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 auto 20px auto;
  }
  .top_mainimage03 .titleC {
    font-size: 24px;
    line-height: 1.5;
    margin: -75px auto 0 auto;
    padding-top: 50px;
  }
  .top_mainimage03 .titleC span.sub_catch {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 20px auto;
  }
  .top_mainimage03 .main_flex_set {
    padding-top: 0;
  }
}

.on_block_flex_setA {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 400px;
  right: 52%;
  width: 45%;
  max-width: 700px;
}

.on_block_flex_setA .main_bttn_flex_col {
  width: 47%;
}

.on_block_flex_setA .main_bttn_flex_col a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.on_block_flex_setA .main_bttn_flex_col a.contact {
  background: #32a2ef;
}

.on_block_flex_setA .main_bttn_flex_col a.achievement {
  background: #205bac;
}

.on_block_flex_setA .main_bttn_flex_col a.contact:hover {
  color: #32a2ef;
  background: #fff;
}

.on_block_flex_setA .main_bttn_flex_col a.achievement:hover {
  color: #205bac;
  background: #fff;
}

.on_block_flex_setA .main_bttn_flex_col a.contact::before {
  position: absolute;
  content: "";
  top: 24px;
  left: 43px;
  width: 22px;
  height: 18px;
  background-image: url(../image/Icon-material-email.png);
}

.on_block_flex_setA .main_bttn_flex_col a.achievement::before {
  position: absolute;
  content: "";
  top: 22px;
  left: 90px;
  width: 22px;
  height: 22px;
  background-image: url(../image/Icon-material-search.png);
}

.on_block_flex_setA .main_bttn_flex_col a.contact:hover::before {
  background-image: url(../image/Icon-material-email-hover.png);
}

.on_block_flex_setA .main_bttn_flex_col a.achievement:hover::before {
  background-image: url(../image/Icon-material-search-hover.png);
}

.on_block_flex_setA .main_bttn_flex_col p {
  font-size: 14px;
  color: #fff;
}

@media only screen and (min-width: 1601px) {
  .on_block_flex_setA {
    right: 51%;
    /* bottom: 233px; */
  }
}

@media only screen and (min-width: 691px) and (max-width: 1024px) {
  .on_block_flex_setA {
    top: 265px;
    bottom: unset;
  }
}

@media only screen and (max-width: 690px) {
  .on_block_flex_setA {
    top: 365px;
    right: 3%;
    width: 100%;
    max-width: 94%;
  }
  .on_block_flex_setA .main_bttn_flex_col {
    width: 100%;
  }
}

.on_block_flex_setB {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 135px;
  left: 50%;
  width: 45%;
  max-width: 720px;
  height: auto;
  z-index: +1;
}

.on_block_flex_setB .on_block_flex_col {
  width: 49%;
  position: relative;
  margin: 0 0 10px 0;
}

.on_block_flex_setB .on_block_flex_col figure {
  width: 100%;
  background: #fff;
  padding: 3%;
}

.on_block_flex_setB .on_block_flex_col img {
  width: 100%;
}

.on_block_flex_setB .on_block_flex_col a {
  position: absolute;
  content: "";
  bottom: 2.5%;
  left: 2.5%;
  width: 85%;
  height: auto;
  display: block;
  line-height: 1;
  background: #fff;
  color: #205bac;
  font-size: 18px;
  font-weight: bold;
  padding: 1rem 0 1rem 1rem;
}

.on_block_flex_setB .on_block_flex_col a:hover {
  background-color: #205bac;
  color: #fff;
  text-decoration: none;
}

.on_block_flex_setB .on_block_flex_col a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #205bac;
  top: 50%;
  right: 20px;
  transition: all 0.3s;
}

.on_block_flex_setB .on_block_flex_col a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #205bac;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.on_block_flex_setB .on_block_flex_col a:hover::before,
.on_block_flex_setB .on_block_flex_col a:hover::after {
  border-color: #fff;
  right: 10px;
}

.on_mouse_menu {
  position: relative;
}

.top_fukidashi {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -50%;
  z-index: +4;
}

.on_mouse_menu:hover .top_fukidashi {
  display: block;
  visibility: visible;
}

@media only screen and (max-width: 1025px) {
  .on_mouse_menu:hover .top_fukidashi {
    display: none;
  }
}

.fukidashi_flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: #052252;
  width: 800px;
  height: auto;
  padding: 1rem;
}

.fukidashi_flex_col {
  width: 32%;
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid #fff;
}

.fukidashi_flex_col:hover .hover_block {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  height: 130px;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 0.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.fukidashi_flex_col .hover_block {
  visibility: hidden;
}

.fukidashi_flex_col figure {
  width: 100%;
  height: 130px;
  position: relative;
}

.on_block_flex_setB .on_block_flex_col .fukidashi_flex_col a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #052252;
}

.on_block_flex_setB .on_block_flex_col .fukidashi_flex_col a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #fff;
  top: 50%;
  right: 10px;
  transition: all 0.3s;
}

.on_block_flex_setB .on_block_flex_col .fukidashi_flex_col a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  top: calc(50% - 4px);
  right: 10px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

@media only screen and (min-width: 691px) and (max-width: 1024px) {
  .on_block_flex_setA .main_bttn_flex_col {
    width: 100%;
    margin: 0 auto 20px 0;
  }
  .on_block_flex_setB {
    top: 100px;
  }
  .on_block_flex_setB .on_block_flex_col a {
    font-size: 12px;
  }
  .on_block_flex_setB .on_block_flex_col a::before,
  .on_block_flex_setB .on_block_flex_col a::after {
    display: none;
  }
}

@media only screen and (max-width: 690px) {
  .on_block_flex_setB {
    top: 630px;
    left: 3%;
    width: 94%;
    overflow: hidden;
  }
  .on_block_flex_setB .on_block_flex_col {
    width: 100%;
  }
}

.top_news03 {
  margin: -120px auto 0 auto;
  padding: 0;
  z-index: +0;
  background: rgb(16, 48, 100, 0.7);
  color: #fff;
}

.top_news03 .news_list_title {
  width: 8%;
  font-size: 22px;
  font-weight: bold;
}

.top_news03 .news_flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  max-width: 1440px;
  margin: 0 auto;
}

.top_news03 .news_flex_col {
  width: 62%;
  padding: 10px 0;
}

.top_news03 dl {
  padding: 0px 10px;
  background: transparent;
}

.top_news03 dl .rss_title {
  padding-left: 0px;
}

.top_news03 dl .rss_title span.news_tag {
  display: none;
  width: unset;
}

.top_news03 dl .rss_title a {
  color: #fff;
}

.top_news03 .news_list_bttn {
  width: 30%;
}

.top_news03 .news_list_bttn a {
  margin-right: 10%;
  max-width: 340px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.top_news03 .news_list_bttn a:before {
  border-color: #fff;
}

.top_news03 .news_list_bttn a:after {
  border-color: #fff;
}

@media only screen and (min-width: 691px) and (max-width: 1024px) {
  .top_news03 {
    background: rgb(16, 48, 100, 1);
  }
}

@media only screen and (max-height: 700px) {
  .top_news03 {
    margin: -13px auto 0 auto;
  }
}

@media only screen and (max-width: 690px) {
  .top_news03 {
    margin: 0 auto;
    padding: 10px 0;
    background: rgb(16, 48, 100, 1);
  }
  .top_news03 .news_list_title {
    width: 100%;
    padding: 0 10px;
  }
  .top_news03 .news_flex_col {
    width: 100%;
  }
  .top_news03 .news_list_bttn {
    width: 100%;
  }
}

.top_mediaB {
  margin-top: -1px;
  padding: 0 0 60px 0;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 54%,
    #f7f7f7 50%,
    #f7f7f7 100%
  );
}

.top_mediaB .top_h2_ser {
  position: relative;
  margin: 0 0 0 0;
}

.top_mediaB .top_h2_ser .en {
  margin: 0 -10% 0 0;
  text-align: right;
  font-size: 160px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: rgba(32, 91, 172, 0.12);
  line-height: 1;
}

.top_mediaB .top_h2_ser h2 {
  position: absolute;
  top: 33%;
  left: 33%;
  font-size: 32px;
  font-weight: bold;
  color: #205bac;
}

.top_mediaB .top_media_in .dlb_media_left {
  padding-bottom: 57%;
}

.top_mediaB .top_media_in .dlb_media_left .dlb_media_left_in {
  background-size: contain !important;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 691px) and (max-width: 1024px) {
  .top_mediaB .top_h2_ser h2 {
    left: 0;
  }
}

@media only screen and (max-width: 690px) {
  .top_mediaB .top_h2_ser {
    position: relative;
    margin: 0;
  }
  .top_mediaB .top_h2_ser .en {
    margin: 0;
    font-size: 50px;
    height: 100px;
  }
  .top_mediaB .top_h2_ser h2 {
    left: 0;
    font-size: 23px;
  }
}

.title_set01 {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.title_set01::after {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #205bac;
}

.title_set02 {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.detail_bttn a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  max-width: 300px;
  border: 2px solid #205bac;
  color: #205bac;
  font-size: 18px;
  font-weight: bold;
}

.detail_bttn a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #205bac;
  top: 50%;
  right: 20px;
  transition: all 0.3s;
}

.detail_bttn a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #205bac;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.detail_bttn a:hover {
  color: #205bac;
  opacity: 0.8;
}

.detail_bttn a:hover::before,
.detail_bttn a:hover::after {
  right: 10px;
}

@media only screen and (max-width: 690px) {
  .title_set01 {
    font-size: 24px;
  }
  .title_set01::after {
    bottom: -13px;
    width: 50px;
  }
}

.top_product {
  background: #fff;
}

.top_product .product_flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.top_product .product_flex_col {
  width: 32%;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.top_product .product_flex_col.block01,
.fukidashi_flex_col figure.block01 {
  background-image: url(../image/top_product_img01.jpg);
  background-size: cover;
  background-position: center;
}

.top_product .product_flex_col.block02,
.fukidashi_flex_col figure.block02 {
  background-image: url(../image/top_product_img02.jpg);
  background-size: cover;
  background-position: center;
}

.top_product .product_flex_col.block03,
.fukidashi_flex_col figure.block03 {
  background-image: url(../image/top_product_img03.jpg);
  background-size: cover;
  background-position: center;
}

.top_product .product_flex_col.block04,
.fukidashi_flex_col figure.block04 {
  background-image: url(../image/top_product_img04.jpg);
  background-size: cover;
  background-position: center;
}

.top_product .product_flex_col.block05,
.fukidashi_flex_col figure.block05 {
  background-image: url(../image/top_product_img05.jpg);
  background-size: cover;
  background-position: center;
}

.top_product .product_flex_col.block06,
.fukidashi_flex_col figure.block06 {
  background-image: url(../image/top_product_img06.jpg);
  background-size: cover;
  background-position: center;
}

.top_product .product_flex_col.block07,
.fukidashi_flex_col figure.block07 {
  background-image: url(../image/top_product_img07.jpg);
  background-size: cover;
  background-position: center;
}

.top_product .product_flex_col.block08,
.fukidashi_flex_col figure.block08 {
  background-image: url(../image/top_product_img08.jpg);
  background-size: cover;
  background-position: center;
}

.top_product .product_flex_col.block09,
.fukidashi_flex_col figure.block09 {
  background-image: url(../image/top_product_img09.jpg);
  background-size: cover;
  background-position: center;
}

.top_product .on_txt {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 50px;
  padding: 10px;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}

.top_product .bl-hover .on_txt {
  height: 100%;
}

.top_product .on_txt a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.top_product .on_txt a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #fff;
  top: 50%;
  right: 10px;
  transition: all 0.3s;
}

.top_product .on_txt a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  top: calc(50% - 4px);
  right: 10px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.top_product .bl-hover .on_txt a:before,
.top_product .bl-hover .on_txt a:after {
  display: none;
}

.top_product .on_txt .hover_block {
  display: none;
  margin-top: 20px;
  padding-top: 15px;
  transition: all 0.3s;
  position: relative;
}

.top_product .on_txt .hover_block:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #fff;
  top: 0;
  left: 0;
}

.top_product .bl-hover .on_txt .hover_block {
  display: block;
}

@media only screen and (min-width: 691px) and (max-width: 1024px) {
  .top_product .on_txt a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 690px) {
  .top_product .product_flex_col {
    width: 100%;
    height: 260px;
  }
}

.top_teian {
  padding: 90px 0 80px 0;
  background: #f7f7f7;
  background: url(../image/top_background_img_01.png) repeat-y;
  background-size: cover;
  background-position: center;
}

.top_teian h4 {
  font-size: 17px;
  font-weight: bold;
}

.teian_slider {
  width: 100%;
  margin: 0 auto 60px auto;
}

.teian_slider .dlb_media_left_in {
  height: 135px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.teian_slider time,
.teian_slider .dlb_media_txt,
.teian_slider .dlb_media_tag {
  display: none;
}

.teian_slider .dlb_media_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 15px;
}

.teian_slider img {
  width: 100%;
  height: auto;
  border: 1px solid #052252;
}

.teian_slider .slick-slide {
  margin: 0 10px;
}

.teian_slider .slick-prev,
.teian_slider .slick-next {
  position: absolute;
  top: 30%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}

.teian_slider .slick-prev {
  left: -3%;
  transform: rotate(-135deg);
}

.teian_slider .slick-next {
  right: -3%;
  transform: rotate(45deg);
}

.slick-next:before {
  color: transparent;
}

@media only screen and (min-width: 691px) and (max-width: 1024px) {
  .teian_slider .slick-prev,
  .teian_slider .slick-next {
    top: 33%;
    width: 15px;
    height: 15px;
  }
  .teian_slider .slick-prev {
    left: 2%;
  }
  .teian_slider .slick-next {
    right: 2%;
  }
}

@media only screen and (max-width: 690px) {
  .teian_slider .slick-prev,
  .teian_slider .slick-next {
    top: 39%;
    width: 15px;
    height: 15px;
  }
  .teian_slider .slick-prev {
    left: 5%;
  }
  .teian_slider .slick-next {
    right: 5%;
  }
}

.top_goteian_catch {
  padding: 140px 0 0 0;
  background-image: url(../image/top_soudan_img01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_goteian_catch .half_background {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 50%,
    transparent 50%,
    transparent 100%
  );
}

.top_goteian_catch .goteian_flex_set {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.top_goteian_catch .goteian_flex_col {
  width: 50%;
}

.top_goteian_catch .left_side {
  padding: 50px 50px 50px 0;
}

.top_goteian_catch .left_side li {
  position: relative;
  padding-left: 1.5rem;
  list-style: none;
}

.top_goteian_catch .left_side li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.top_goteian_catch h3 {
  font-size: 24px;
  font-weight: bold;
}

.top_goteian_catch h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 691px) and (max-width: 1024px) {
  .top_goteian_catch h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 690px) {
  .top_goteian_catch .half_background {
    background: transparent;
  }
  .top_goteian_catch {
    padding: 20px 0 20px 0;
    margin: 0 0 20px 0;
  }
  .top_goteian_catch .goteian_flex_set {
    flex-direction: column-reverse;
  }
  .top_goteian_catch .goteian_flex_col {
    width: 100%;
  }
  .top_goteian_catch .left_side {
    padding: 0;
    color: #fff;
  }
  .top_goteian_catch h2 {
    margin-bottom: 40px;
  }
  .top_goteian_catch h3 {
    color: #fff;
  }
}

.media_slick_link {
  position: relative;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(32, 91, 172, 0);
  transition: all 0.3s ease-in;
  border-radius: 6px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .media_slick_link:hover {
    border-color: rgba(32, 91, 172, 1);
  }
}

.media_slick_img {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
}

.media_slick_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}

@media only screen and (min-width: 768px) {
  .media_slick_link:hover .media_slick_img img {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.media_slick_area .slick-slide:not(.slick-current) {
  opacity: 0.5;
  transform: scale(0.8);
}

.media_slick_area .slick-center.slick-current {
  opacity: 1;
  transform: scale(1);
}

.media_slick_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-weight: 400;
  color: #fff;
  padding: 16px;
  background-color: rgba(32, 91, 172, 0.9);
}

.media_area {
  padding: 40px 0;
}

#dcms_layoutPageBlock .media_area:nth-of-type(2n + 1) {
  background-color: #f5f5f5;
}

.media_box {
  display: flex;
  flex-wrap: wrap;
}

.media_link {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(32, 91, 172, 0);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}

@media only screen and (min-width: 768px) {
  .media_link:hover {
    border-color: rgba(32, 91, 172, 1);
  }
  .media_link:hover * {
    color: rgba(32, 91, 172, 1);
  }
}

@media only screen and (min-width: 980px) {
  .media_item {
    width: 23.5%;
  }
  .media_box .media_item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .media_item {
    width: 49%;
  }
  .media_box .media_item:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .media_box {
    justify-content: center;
  }
  .media_item {
    width: 90%;
  }
  .media_box .media_item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.media_img {
  position: relative;
  height: 115px;
  border-radius: 6px;
  transition: all 0.3s ease-in;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .media_link:hover .media_img {
    border-radius: 0;
  }
}

.media_img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}

@media only screen and (min-width: 768px) {
  .media_link:hover .media_img img {
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.media_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 16px 16px 6px;
  margin: 0;
}

.media_category {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px 16px;
}

.media_category_item {
  font-weight: 400;
  line-height: 1;
  padding: 8px;
  border: 1px solid;
  border-radius: 4px;
  margin: 4px;
}

.more_link a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-right: 24px;
  transition: all 0.3s ease-in;
}

.more_link a::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  top: 6px;
  right: 5px;
  border-radius: 50%;
  background-color: rgba(32, 91, 172, 1);
  transition: all 0.3s ease-in;
}

.more_link a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 11px;
  right: 11px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}

.more_link a:hover {
  color: rgba(32, 91, 172, 1);
}

.more_link a:hover::before {
  right: 0;
}

.more_link a:hover::after {
  right: 6px;
}

/* add 220214 ↓ */

@media only screen and (min-width: 1500px) {
  .top_mainimage03 .main_flex_set {
    margin-top: 200px;
  }
  .on_block_flex_setA {
    bottom: auto;
    top: 500px;
  }
}

.fukidashi_flex_col a,
.fukidashi_flex_col a::before,
.fukidashi_flex_col a::after {
  transition: none !important;
}

/* add 220214 ↑ */

/*ActiBook---------------------------------*/
.ab_format {
  display: block;
  margin: auto;
  width: 960px;
  max-width: 94%;
}

.ab_format iframe {
  width: 100%;
  min-height: 600px !important;
  border: none;
}

@media screen and (max-width: 690px) {
  .ab_format iframe {
    min-width: 100% !important;
    min-height: 350px !important;
  }
}

/*DL Button-----*/
.ac_dl_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20vw;
  text-decoration: none;
  background-color: #205bac;
  border: solid 2px #205bac;
  padding: 10px 20px;
  font-size: 2rem;
  font-weight: 100;
  color: #fff;
  margin: 0 auto;
  transition: 0.5s;
}

.ac_dl_btn a::before {
  content: "";
  position: absolute;
  top: 44%;
  left: 10px;
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.5s;
}

.ac_dl_btn a::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 15px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}

.ac_dl_btn a:hover {
  background-color: #fff;
  color: #205bac;
  border: solid 2px #205bac;
}

.ac_dl_btn a:hover::before {
  top: 55%;
  background: #205bac;
}

.ac_dl_btn a:hover::after {
  top: 50%;
  border-right: 2px solid #205bac;
  border-bottom: 2px solid #205bac;
}

@media screen and (max-width: 979px) {
  .ac_dl_btn a {
    width: 50%;
  }
}

@media screen and (max-width: 690px) {
  .ac_dl_btn a {
    width: 100%;
  }
}

/*document_download-------------------------*/
.document_dl_float_l {
  float: left;
  width: 55%;
  padding-right: 5%;
}

.document_dl_float_r {
  float: right;
  width: 45%;
  padding: 24px;
  border: 2px solid #eeeeee;
}

.dl_container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 20px 20px;
  grid-auto-flow: row dense;
  justify-content: space-between;
  grid-template-areas: "item1 item1" "item2 item2" "item3 item3";
}

.dl_container .item1 {
  grid-area: item1;
}

.dl_container .item2 {
  grid-area: item2;
}

.dl_container .item3 {
  grid-area: item3;
}

@media only screen and (max-width: 1100px) {
  .document_dl_float_r .h2title_big {
    font-size: 22px;
  }
}

@media only screen and (max-width: 979px) {
  .document_dl_float_l {
    width: 100%;
  }

  .document_dl_float_r {
    width: 100%;
    padding: 10px;
  }

  .dl_container {
    grid-template-areas: "item1 item3" "item2 item3";
  }
}

@media only screen and (max-width: 690px) {
  .dl_container {
    grid-template-areas: "item1 item1" "item2 item2" "item3 item3";
  }
}

/* ------------------------------------------------------
col2_btn
------------------------------------------------------ */
.cv_blue_btn a,
.cv_orange_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  transition: 0.3s;
}

.cv_blue_btn a {
  background-color: #205bac;
  border: solid 1px #205bac;
}

.cv_orange_btn a {
  background-color: #e27653;
  border: solid 1px #e27653;
}

.cv_blue_btn a:hover,
.cv_orange_btn a:hover {
  background-color: #fff;
  transition: 0.3s;
}

.cv_blue_btn a:hover {
  color: #205bac;
}

.cv_orange_btn a:hover {
  color: #e27653;
}

.cv_btn .col {
  margin-bottom: 15px;
}

/* ------------------------------------------------------
cv_btn
------------------------------------------------------ */
.bg_gray {
  background-color: #eee;
  padding: 40px 0;
}

.cv_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.cv_btn_wrap .col {
  width: calc(100% / 3 - 10px);
  margin-top: 20px;
}

.cv_btn_wrap .col:nth-child(-n + 3) {
  margin-top: 0;
}

.cv_btn_wrap .cv_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93%;
  background-color: #0057a4;
  border: solid 1px#0057a4;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}

.cv_btn_wrap .cv_btn a::after {
  position: absolute;
  content: "";
  top: 43%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}

.cv_btn_wrap .cv_btn a:hover::after {
  right: 10px;
  border-top: 1px solid #0057a4;
  border-right: 1px solid #0057a4;
  transition: 0.3s;
}

.cv_btn_wrap .cv_btn a:hover {
  background-color: #fff;
  color: #0057a4;
}

.cv_btn_wrap .prefecture {
  margin-top: 5px;
  font-size: 14px;
}

@media only screen and (max-width: 979px) {
  .cv_btn_wrap .col {
    width: calc(100% / 2 - 10px);
    margin-top: 20px;
  }

  .cv_btn_wrap .col:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 690px) {
  .cv_btn_wrap .col {
    width: 100%;
    margin-top: 20px;
  }

  .cv_btn_wrap .cv_btn a {
    width: 100%;
  }

  .cv_btn_wrap .col:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

/* ------------------------------------------------------
eps_slider
------------------------------------------------------ */
.eps_slider {
  width: 100%;
  margin: 20px auto 60px auto;
}

.eps_slider .taglist {
  display: none;
}

.eps_slider .dlb_media_left_in {
  height: 135px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.eps_slider time,
.eps_slider .dlb_media_txt,
.eps_slider .dlb_media_tag {
  display: none;
}

.eps_slider .dlb_media_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 15px;
}

.eps_slider img {
  width: 100%;
  height: auto;
  border: 1px solid #052252;
}

.eps_slider .slick-slide {
  margin: 0 10px;
}

.eps_slider .slick-prev,
.eps_slider .slick-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}

.eps_slider .slick-prev {
  left: -3%;
  transform: rotate(-135deg);
}

.eps_slider .slick-next {
  right: -3%;
  transform: rotate(45deg);
}

.eps_slider .slick-next:before,
.eps_slider .slick-prev:before {
  color: transparent;
}

@media only screen and (max-width: 979px) {
  .eps_slider .slick-prev,
  .eps_slider .slick-next {
    top: 60%;
    width: 15px;
    height: 15px;
  }

  .eps_slider .slick-prev {
    left: 0;
  }

  .eps_slider .slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 690px) {
  .eps_slider .slick-prev,
  .eps_slider .slick-next {
    top: 60%;
    width: 15px;
    height: 15px;
  }

  .eps_slider .slick-prev {
    left: 5%;
  }

  .eps_slider .slick-next {
    right: 5%;
  }
}

/*--fixed_banner--*/
.fixed_banner {
  position: fixed;
  bottom: 150px;
  left: 20px;
  z-index: 999;
  opacity: 1;
  display: none;
}
.fixed_banner.none {
  display: none !important;
}
.banner_inner {
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 25%);
}

.banner_inner figure {
  width: 100%;
  height: auto;
}

.banner_inner figure img {
  width: 100%;
  height: 100%;
}

.banner-close {
  position: absolute;
  left: 0px;
  top: -30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #b8b8b8;
  border-radius: 50%;
}

.banner-close .fas.fa-times-circle {
  font-size: 25px;
  color: #999999;
}

.fa-times-circle::before,
.fa-times-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 18px;
  background: #fff;
  border-radius: 2px;
}

.fa-times-circle::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.fa-times-circle::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media only screen and (max-width: 955px) {
  .banner_inner {
    width: 250px;
    height: 250px;
  }
}

/* kneko keiei */
.ttl_bl {
  position: relative;
  border-left: 3px solid #205bac;
  padding-left: 0.7em;
  margin-bottom: 0.92em;
}

.ttl_bb {
  position: relative;
  padding-bottom: 0.92em;
  margin-bottom: 1.2em;
}

.ttl_bb::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background: #205bac;
  bottom: 0;
  left: 0;
}

.ttl_bb::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background: #205bac;
  bottom: 0;
  left: 0;
}

.ttl_bb.txt_c::before {
  left: 50%;
  transform: translateX(-50%);
}

.flex_img_center {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 690px) {
  .flex_img_center {
    flex-wrap: wrap;
  }
}

.bg-color-01 {
  background-color: rgb(238, 238, 238, 0.5);
}

.col4_m_421 .col.m0 {
  margin-bottom: 0;
}

@media only screen and (min-width: 980px) {
  .col4_m_421 .col.m0_pc {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 691px) and (max-width: 979px) {
  .col4_m_421 .col.m0_tab {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 691px) {
  .kenko_keiei_img01 {
    width: calc(525 / 949 * 100%);
    max-width: 525px;
  }
  .kenko_keiei_img02 {
    width: calc(424 / 949 * 100%);
    max-width: 424px;
  }
}

@media screen and (max-width: 690px) {
  .kenko_keiei_img01,
  .kenko_keiei_img02 {
    width: 100%;
    max-width: 355px;
  }
}

.kenko_keiei_img03 {
  width: 100%;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
}

.kenko_keiei_img04 {
  width: 100%;
  max-width: 400px;
}

.kenko_keiei_img_con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.kenko_keiei_img_left {
  width: calc(65% - 15px);
}

.kenko_keiei_img_right {
  width: calc(35% - 15px);
}

@media screen and (max-width: 690px) {
  .kenko_keiei_img_left,
  .kenko_keiei_img_right {
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .fs10_sp {
    font-size: 10px;
  }
  .fs11_sp {
    font-size: 11px;
  }
  .fs12_sp {
    font-size: 12px;
  }
  .fs13_sp {
    font-size: 13px;
  }
  .fs14_sp {
    font-size: 14px;
  }
  .fs15_sp {
    font-size: 15px;
  }
  .fs16_sp {
    font-size: 16px;
  }
  .fs17_sp {
    font-size: 17px;
  }
  .fs18_sp {
    font-size: 18px;
  }
  .fs19_sp {
    font-size: 19px;
  }
  .fs20_sp {
    font-size: 20px;
  }
  .fs21_sp {
    font-size: 21px;
  }
  .fs22_sp {
    font-size: 22px;
  }
  .fs23_sp {
    font-size: 23px;
  }
  .fs24_sp {
    font-size: 24px;
  }
  .fs25_sp {
    font-size: 25px;
  }
  .fs26_sp {
    font-size: 26px;
  }
  .fs27_sp {
    font-size: 27px;
  }
  .fs28_sp {
    font-size: 28px;
  }
  .fs29_sp {
    font-size: 29px;
  }
  .fs30_sp {
    font-size: 30px;
  }
  .fs31_sp {
    font-size: 31px;
  }
  .fs32_sp {
    font-size: 32px;
  }
  .fs33_sp {
    font-size: 33px;
  }
  .fs34_sp {
    font-size: 34px;
  }
  .fs35_sp {
    font-size: 35px;
  }
  .fs36_sp {
    font-size: 36px;
  }
  .fs37_sp {
    font-size: 37px;
  }
  .fs38_sp {
    font-size: 38px;
  }
  .fs39_sp {
    font-size: 39px;
  }
  .fs40_sp {
    font-size: 40px;
  }
}

/* tailalme-50th-anniversary_cta */

section.tailalme-50th-anniversary_cta {
  padding-top: 2rem;
  background: #fff;
  padding-bottom: 2rem;
}

.slick-banner-block .slick-prev,
.slick-banner-block .slick-next {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: none;
  rotate: 45deg;
}

.slick-banner-block .slick-prev {
  left: -5%;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
}

.slick-banner-block .slick-next {
  right: -3%;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}

@media only screen and (min-width: 691px) and (max-width: 1024px) {
  .slick-banner-block .slick-prev,
  .slick-banner-block .slick-next {
    width: 15px;
    height: 15px;
  }

  .slick-banner-block .slick-prev {
    left: -20px;
  }

  .slick-banner-block .slick-next {
    right: -10px;
  }
}

@media only screen and (max-width: 690px) {
  .slick-banner-block .slick-prev,
  .slick-banner-block .slick-next {
    width: 15px;
    height: 15px;
  }

  .slick-banner-block .slick-prev {
    left: -16px;
  }

  .slick-banner-block .slick-next {
    right: -8px;
  }

  /* 共通（PC用画像） */
.pagetitle-bg {
  background-image: url('/dcms_media/image/template_sub_bg04_pc.jpg')!important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 300px !important;
  width: 100% !important;
}

/* スマホ用（～767px） */
@media screen and (max-width: 767px) {
.pagetitle-bg {
    background-image: url('/dcms_media/image/template_sub_bg04_sp.jpg')!important;
  }
}

}


/* ------------------------------------------------------
dl_block
------------------------------------------------------ */
.dl_block{
  padding-block: 80px;
  background-color: #E6EBF3;
  letter-spacing: 0.05em;
}

.dl_block_read{
  text-align: center;
  color: #23579E;
  font-size: 1.6rem;
  font-weight: 700;
}

.dl_block_read > span{
  display: inline-block;
}

.dl_block_heading{
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}

.dl_block_list{
  display: grid;
  gap: 32px 1px;
  margin-top: 40px;
}

.dl_block_list.-col3{
  grid-template-columns: repeat(3,1fr);
}

.dl_block_list.-col2{
  grid-template-columns: repeat(2,1fr);
}

.dl_block_item{
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #E6EBF3 0%, #E6EBF3 26%, #ffffff 26%, #ffffff 100%);;
  padding:0 32px 32px;
}

.dl_block_item > img{
  width: 140px!important;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
}

.dl_block_title{
  margin-block: 32px 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.dl_block_text{
  margin-block: 8px 24px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}

.dl_block_button-wrap{
  margin-top: auto;
  text-align: center;
}

.dl_block_button{
  display: inline-block;
  padding: 16px 24px;
  background-color: #23579E;
  color: #fff;
  border: 1px solid #23579E;
  font-size: 1.6rem;
  font-weight: 700;
}

.dl_block_button:hover{
  background-color: #fff;
  color: #23579E;
}

.dl_block_button::after{
  content: "→";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border: 1px solid #fff;
  border-radius: 24px;
  font-size: 10px;
  line-height: 24px;
  vertical-align: text-top;
}

.dl_block_button:hover::after{
  border-color: #23579E;
}


@media screen and (max-width:690px) {
  .dl_block{
    padding-block: 64px;
  }

  .dl_block_read{
    font-size: 1.4rem;
  }

  .dl_block_heading{
    font-size: 2.4rem;
  }

  .dl_block_list.-col3,
  .dl_block_list.-col2{
    grid-template-columns: repeat(1,1fr);
  }

  .dl_block_item{
    background: linear-gradient(180deg, #E6EBF3 0%, #E6EBF3 24%, #ffffff 24%, #ffffff 100%);;
    padding:0 16px 32px;
  }

  .dl_block_item > img{
    width: 120px!important;
  }

  .dl_block_title{
    margin-block: 24px 0;
    font-size: 1.6rem;
  }

  .dl_block_text{
    margin-block: 8px 24px;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .dl_block_button{
    padding: 12px 24px;
    font-size: 1.4rem;
  }

  .dl_block_button::after{
    vertical-align: middle;
  }
}
