@charset "UTF-8";

.mainContents * {
  box-sizing: border-box;
}

.contents_wrapper {
  margin-top: 0;
}

.por {
  position: relative;
}

.bg_over {
  padding: 0 50vw;
  margin: 0 -50vw;
}

.bg_padding {
  padding-top: 50px;
  padding-bottom: 60px;
}

.bg_color_1 {
  background: linear-gradient(to bottom, #eee, #fff 50%, #fff);
}

.bg_color_2 {
  background: #e2f0ff;
}

.read_text {
  color: #0b55a1;
  font-size: 16px;
  line-height: 2;
}

.hdg_A_em_text {
  color: #f49900;
  font-size: 1.4em;
}

.hdg_A {
  display: block;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin: 40px 0;
}

.hdg_B {
  color: #0b55a1;
  font-size: 36px;
}

.hdg_C {
  color: #fff;
  background: #0076d2;
  font-weight: bold;
  padding: 8px 20px;
  font-size: 16px;
}

.hdg_D {
  margin-bottom: 10px;
  border-bottom: solid 4px #0076c7;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
}

.top_nav {
  position: absolute;
  width: 750px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -32%);
}

.top_nav_list {
  display: flex;
}

.top_nav_list_item {
  flex: 1;
}

.top_nav_list_item:not(:last-child) {
  margin-right: 20px;
}

.top_nav_list_item a {
  display: block;
  position: relative;
  line-height: 1.2;
  background: #000;
  border-radius: 6px;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 20px;
  text-align: center;
}

.top_nav_list_item a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: calc(50% - 10px);
  right: 16px;
}

.recommend_col {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin: 0 auto;
}

.recommend_box {
  width: 50%;
  padding: 20px;
}

.recommend_img {
  margin-bottom: 20px;
}

.recommend_content {
  position: relative;
  border: 2px solid #000;
  background: #fff;
  padding: 40px 25px 20px;
}

.recommend_content_title {
  font-size: 20px;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  width: calc(100% - 50px);
  padding: 8px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recommend_content_text_height {
  min-height: 60px;
}

.recommend_content_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.recommend_content_text_1 {
  color: #f4a100;
}

.recommend_content_text_2 {
  color: #0b55a1;
}

.recommend_content_text_3 {
  color: #3cba55;
}

.recommend_content_text_4 {
  color: #00bdc4;
}

.recommend_content_linkbtn {
  font-size: 20px;
  font-weight: bold;
  color: #fff !important;
  border-radius: 6px;
  padding: 10px 25px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommend_content_linkbtn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
}

.recommend_content_linkbtn_1 {
  background: #f4a100 !important;
  border-bottom: 4px solid #c48100;
}

.recommend_content_linkbtn_2 {
  background: #0b55a1 !important;
  border-bottom: 4px solid #002954;
}

.recommend_content_linkbtn_3 {
  background: #3cba55 !important;
  border-bottom: 4px solid #1f8f36;
}

.recommend_content_linkbtn_4 {
  background: #00bdc4 !important;
  border-bottom: 4px solid #008287;
}

.recommend_content_linkbtn_5 {
  background: #0076c5 !important;
  border-bottom: 4px solid #005c99;
}

.recommend_content_linkbtn_6 {
  background: #f68771 !important;
  border-bottom: 4px solid #dc6d57;
}

.recommend_content_linkbtn_disabled {
  background: #a3a3a3 !important;
  border-bottom: 4px solid #808080;
  pointer-events: none;
}

.call_col {
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  background: #fff;
  padding: 20px 25px;
  margin: 0 auto;
}

.call_box {
  flex: 0 1 50%;
}

.call_box:not(:last-child) {
  margin-right: 40px;
}

.sonotaNav {
  max-width: 700px;
  display: flex;
  margin: 0 auto;
}

.sonotaNav_item {
  flex: 1;
}

.txtBlue {
  color: #0076c7;
  font-weight: bold;
  font-size: 16px;
}

.txtGreen {
  color: #31bc3f;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}

.txtGreen-small {
  color: #31bc3f;
  font-weight: bold;
  font-size: 16px;
}

.blueBack {
  background-color: #e0f2ff;
}

.sonotaCall {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
}

.sonotaCallL {
  width: 35%;
  padding-right: 20px;
}

.sonotaCallR {
  width: 65%;
  border-left: 2px solid #0076c7;
  padding-left: 20px;
  min-height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hdg_toggle {
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.hdg_toggle::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
  width: 20px;
  height: 4px;
  background: #0076c7;
}

.hdg_toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 4px;
  height: 20px;
  background: #0076c7;
}

.hdg_toggle.open::after {
  display: none;
}

.title_inner_button {
  background: none;
  border: 0;
  font-weight: inherit;
  font-size: inherit;
}

.sonota_box {
  width: 100%;
  max-width: 800px;
  display: flex;
  padding: 30px;
  margin: 0 auto;
}

.sonotaRight {
  flex: 1;
  margin-left: 30px;
}

.titleOrange {
  max-width: 350px;
  border: 1px solid #ff9233;
  border-radius: 13px;
  background: #fff;
  color: #ff9233;
  font-weight: bold;
  padding: 2px 5px;
  margin: 0 auto;
}

/* SP */
@media screen and (max-width: 899px) {
  .bg_padding {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .hdg_A {
    font-size: 28px;
    line-height: 1.4;
  }

  .top_nav {
    width: auto;
    position: static;
    transform: none;
    margin-top: -70px;
  }

  .top_nav_list {
    flex-wrap: wrap;
  }

  .top_nav_list_item {
    flex: 1 1 50%;
    padding: 2px;
  }

  .top_nav_list_item:not(:last-child) {
    margin-right: auto;
  }

  .top_nav_list_item a {
    font-size: 16px;
    padding: 10px 5px 25px;
  }

  .top_nav_list_item a::before {
    top: auto;
    bottom: 12px;
    right: calc(50% - 10px);
  }

  .recommend_col {
    display: block;
    padding: 0;
    margin: 0 auto;
  }

  .recommend_box {
    width: auto;
    padding: 0;
    margin: 20px 0;
  }

  .recommend_img {
    margin-bottom: 16px;
  }

  .recommend_content {
    padding: 40px 20px 20px;
  }

  .recommend_content_title {
    font-size: 16px;
    width: calc(100% - 20px);
  }

  .recommend_content_text {
    font-size: 16px;
  }

  .recommend_content_linkbtn {
    font-size: 18px;
  }

  .recommend_content_text_height {
    min-height: 0;
  }

  .call_col {
    display: block;
    padding: 20px;
    margin: 0 auto;
  }

  .call_box:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .sonotaNav_item:not(:last-child) {
    margin-right: 10px;
  }

  .sonotaCall {
    display: block;
  }

  .sonotaCallL {
    width: auto;
    padding-right: 0;
    text-align: center;
  }

  .sonotaCallR {
    width: auto;
    border-top: 2px solid #0076c7;
    border-left: 0;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 5px;
    min-height: 0;
  }

  .sonota_box {
    display: block;
    padding: 20px;
  }

  .sonotaRight {
    margin-top: 30px;
    margin-left: 0;
  }
}
header.header--simple .container img {
  width: unset !important;
  max-width: unset !important;
}

.call-icon {
  /* margin-left: 10px; */
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: baseline;
}



.box-call {
  margin-bottom: 20px;
}

.box-call-inner {
  align-items: center;
}

.label-task--yellow {
  background-color: #f5b011;
}

.call-label {
  padding: 4px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  line-height: 16px;
  height: auto;
  min-height: 30px;
  border-radius: 95px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.link-contact .icon-mobile {
  margin-right: 10px;
}
.link-contact .icon-mobile img {
  margin-top: -6px;
  width: 41px
}

@media screen and (max-width: 899px) {
  .call-icon {
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }

  .call-label {
    padding: 3px 10px;
    line-height: 14px;
    height: auto;
    min-height: 24px;
    border-radius: 95px;

  }
}


