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

FileName    :    style_logi_6.css

-------------------------------------------- */
#free_contents #header_left h1 img {
  max-width: 500px;
}

#free_contents #header_left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  letter-spacing: 4px;
  font-weight: 500;
  color: #000;
}

#free_contents #header_left h2:not(#tume) {
  margin-bottom: 12px;
}

#free_contents #header_left #tume {
  border-top: 1px solid #005bab;
  margin-top: 12px;
}

#header_left .header_contact {
  display: flex;
  align-items: center;
}

#free_contents #header_left h3 {
  font-size: 48px;
  text-align: right;
  font: normal normal 900 48px/58px Arial;
  letter-spacing: 0px;
  color: #E03F3D;
}

#free_contents #header_left h3 img {
  max-width: 152px;
}

#free_contents #header_left h3 span {
  font-size: 28px;
  color: #E03F3D;
  text-align: right;
  font: normal normal bold Meiryo UI;
  letter-spacing: 0px;
}

#free_contents #header_left span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
}

#free_contents .header_phon img {
  display: block;
  width: 500px;
  margin: auto;
}

#header_left .header_contact #contact_button_head {
  max-width: 328px;
}

#free_contents #contact_button_head a.tel-disable {
  background: transparent !important;
  border: none !important;
}

@media screen and (max-width: 767px) {
  #free_contents #header_left h2:not(#tume) {
    font-size: 20px;
  }
  #free_contents #header_text {
    width: 100%;
  }
  #header_left .header_contact h3 {
    width: 25%;
  }
  #header_left .header_contact #contact_button_head {
    display: flex;
    flex-flow: column;
    width: 73%;
    margin-right: 0;
  }
  #header_left .header_contact #contact_button_head a {
    width: 100%;
  }
  #free_contents #contact_button_head a.contact_button {
    font-size: 13px;
  }
  #header_left .header_contact #contact_button_head a.tel-enable {
    background: transparent !important;
    border: none !important;
  }
}
#free_contents .logi_mv {
  margin-top: 71px;
}

#free_contents .top_sec.header_logi {
  margin-top: 0px;
}

#free_contents .logi_header_news {
  background-color: #004b98;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

#free_contents .logi_header_news a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1259px) {
  #free_contents .logi_mv {
    margin-top: 61px;
  }
}
@media screen and (max-width: 768px) {
  #free_contents .logi_mv {
    margin-top: 51px;
  }
  #free_contents .logi_header_news {
    padding: 8px 5px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #free_contents .logi_header_news {
    padding: 5px;
    font-size: 13px;
  }
}
/* arrow
---------------------------------------------------- */
#free_contents #arrow {
  width: 52px;
}

/* contact_block
---------------------------------------------------- */
#free_contents .contact_block {
  background-color: #AAC6DE;
}

#free_contents .contact_btn_1 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  max-width: 466px;
  text-align: center;
  margin: 0 auto;
}

#free_contents .contact_btn_1 a {
  font-size: 24px;
  display: block;
  background-color: #E03F3D;
  color: white;
  text-decoration: none;
  padding: 16px 0;
  border-radius: 34px;
  border: #E03F3D solid 3px;
}

#free_contents .contact_btn_1 a:hover {
  background-color: #fff;
  color: #E03F3D;
}

@media (max-width: 780px) {
  #free_contents .contact_block {
    padding-top: 100pt;
    padding-bottom: 90pt;
  }
  #free_contents .contact_btn_1 a {
    font-size: 16px;
  }
}
/* second_block
---------------------------------------------------- */
#second_block ul,
#second_block dl,
#second_block dt,
#second_block dd {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
}

#second_block .issues_contents {
  max-width: 1114px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

#second_block .issues_contents li {
  display: block;
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-top: 55px;
}

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

#second_block .issues_contents li:nth-child(3n+1) {
  clear: both;
}

#second_block .issues_contents img {
  float: left;
}

#second_block .issues_contents dl {
  margin-left: 155px;
}

#second_block .issues_contents dt {
  font-size: 50px;
  color: #fff;
  line-height: 1;
  opacity: 0.7;
  font-weight: 500;
}

#second_block .issues_contents dd {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-top: 5px;
}

#second_block .issues_contents dd span {
  background: linear-gradient(transparent 50%, #eca174 0%);
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 768px) {
  #second_block .issues_contents li,
  #second_block .issues_contents li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
    margin-top: 40px;
  }
  #second_block .issues_contents li:nth-child(2n) {
    margin-right: 0;
  }
  #second_block .issues_contents li:nth-child(3n+1) {
    clear: none;
  }
  #second_block .issues_contents li:nth-child(2n+1) {
    clear: both;
  }
  #second_block .issues_contents img {
    width: 110px;
    height: auto;
  }
  #second_block .issues_contents dl {
    margin-left: 120px;
  }
  #second_block .issues_contents dt {
    font-size: 30px;
  }
  #second_block .issues_contents dd {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  #second_block .issues_contents li,
  #second_block .issues_contents li:nth-child(3n) {
    width: auto;
    margin-right: 0;
    margin-top: 20px;
    float: none;
  }
  #second_block .issues_contents dl {
    padding-top: 10px;
  }
}
/* third_block
---------------------------------------------------- */
#free_contents .box_p.p2 {
  padding: 40px 23px 0;
}

@media (max-width: 780px) {
  #free_contents .box_p.p2 {
    padding: 10px;
  }
}
/* fourth_block
---------------------------------------------------- */
#fourth_block h3,
#fourth_block p,
#fourth_block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
}

#fourth_block .possible_contents {
  margin: 0 auto;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

#fourth_block .possible_contents h3 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-color: #004b98;
  padding: 10px 10px 11px;
  margin-top: 50px;
}

#fourth_block .possible_item {
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  min-height: 340px;
  padding: 15px 1.79%;
}

#fourth_block .possible_item:nth-child(4n) {
  margin-right: 0;
}

#fourth_block .possible_item img {
  display: block;
  margin: 0 auto;
}

#fourth_block .possible_tit {
  font-size: 22px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  padding: 8px 0 12px;
  border-bottom: 1px dashed #a8a8a8;
}

#fourth_block .possible_list {
  margin-top: 10px;
}

#fourth_block .possible_list li {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.6;
  background: url(https://www.fulloutsourcing.jp/wp-content/themes/ms-fulloutsourcing/images/Landing/possible_check.png) no-repeat left 3px;
  padding-left: 25px;
}

#fourth_block .possible_txt {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: normal;
}

#fourth_block .possible_txt2 {
  font-size: 13px;
  line-height: 1.6;
  font-weight: normal;
  color: #666;
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  #fourth_block .possible_contents h3 {
    font-size: 18px;
    padding: 8px 5px 9px;
    margin-top: 0px;
  }
  #fourth_block .possible_item,
  #fourth_block .possible_item:nth-child(4n) {
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 320px;
    padding: 15px 2.5%;
  }
  #fourth_block .possible_item:nth-child(2n) {
    margin-right: 0;
  }
  #free_contents #fourth_block .possible_tit {
    font-size: 18px;
  }
  #fourth_block .possible_list li {
    font-size: 15px;
  }
  #fourth_block .possible_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #fourth_block .possible_contents h3 {
    font-size: 16px;
  }
  #fourth_block .possible_item,
  #fourth_block .possible_item:nth-child(4n) {
    width: auto;
    min-height: 0px;
    padding: 15px 20px 20px;
  }
}
/* consul_contents
---------------------------------------------------- */
#consul img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

#consul h2,
#consul p,
#consul ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

#consul .consul_contents {
  background-color: #c3ecca;
  padding-top: 95px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

#consul .consul_inner {
  max-width: 1084px;
  margin: 0px auto;
}

#consul .consul_catch {
  position: relative;
  padding: 7px 5px 9px;
  background: #c3ecca;
  border: 3px solid #229c33;
  box-sizing: border-box;
  border-radius: 30px;
  width: 470px;
  margin: 0 auto;
  text-align: center;
}

#consul .consul_catch:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #c3ecca;
  z-index: 2;
}

#consul .consul_catch:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #229c33;
  z-index: 1;
}

#consul .consul_catch p {
  color: rgb(16, 127, 35);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

#consul .consul_title {
  font-size: 36px;
  color: rgb(16, 127, 35);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 25px 0 35px;
}

#consul .consul_title br {
  display: none;
}

#consul .consul_price {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #229c33;
  width: 290px;
  line-height: 1;
  padding: 7px 0;
  margin: 0 auto;
  text-align: center;
}

#consul .consul_txt {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 30px 0 40px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #consul .consul_contents {
    padding: 40px 15px 20px;
  }
  #consul .consul_catch {
    padding: 6px 0 8px;
    width: auto;
    margin: 0;
  }
  #consul .consul_catch p {
    font-size: 16px;
  }
  #consul .consul_title {
    font-size: 30px;
    line-height: 1.3;
    margin: 20px 0;
  }
  #consul .consul_price {
    font-size: 18px;
    width: auto;
    padding: 7px 0 8px;
    margin: 0;
  }
  #consul .consul_txt {
    font-size: 15px;
    text-align: left;
    margin: 20px 0;
  }
  #consul .br_pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #consul .consul_catch {
    padding: 5px 0 6px;
  }
  #consul .consul_title br {
    display: inline;
  }
  #consul .consul_catch p {
    font-size: 14px;
  }
  #consul .consul_title {
    font-size: 24px;
    line-height: 1.4;
  }
  #consul .consul_price {
    font-size: 16px;
  }
  #consul .consul_txt {
    font-size: 14px;
  }
}
/* consul_serif
---------------------------------------------------- */
#consul .consul_serif {
  position: relative;
  width: 100%;
  height: 548px;
}

#consul .consul_pc_1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

#consul .consul_serif li {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  box-shadow: 7px 7px #a1d3a9;
}

#consul .consul_serif li:nth-child(1) {
  width: 146px;
  height: 146px;
  left: -2%;
  top: 263px;
}

#consul .consul_serif li:nth-child(2) {
  width: 210px;
  height: 210px;
  left: 3.5%;
  top: 53px;
}

#consul .consul_serif li:nth-child(3) {
  width: 160px;
  height: 160px;
  left: 19.18%;
  top: 216px;
}

#consul .consul_serif li:nth-child(4) {
  width: 182px;
  height: 182px;
  left: 29.98%;
  top: 0px;
}

#consul .consul_serif li:nth-child(5) {
  width: 214px;
  height: 214px;
  left: 38.92%;
  top: 191px;
}

#consul .consul_serif li:nth-child(6) {
  width: 166px;
  height: 166px;
  left: 61.99%;
  top: 25px;
}

#consul .consul_serif li:nth-child(7) {
  width: 164px;
  height: 164px;
  left: 63.37%;
  top: 225px;
}

#consul .consul_serif li:nth-child(8) {
  width: 232px;
  height: 232px;
  right: -4.15%;
  top: 134px;
}

#consul .consul_serif li img {
  display: none;
}

#consul .consul_serif li p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  color: #595959;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

#consul .consul_serif li:nth-child(3) p,
#consul .consul_serif li:nth-child(4) p,
#consul .consul_serif li:nth-child(7) p {
  width: 76%;
  font-size: 15px;
  line-height: 1.7;
}

#consul .consul_serif li:nth-child(8) p {
  width: 62%;
}

@media screen and (max-width: 768px) {
  #consul .consul_serif {
    height: auto;
  }
  #free_contents .consul_pc_1,
  #free_contents .consul_pc_2 {
    display: none;
  }
  #consul .consul_serif li,
  #consul .consul_serif li:nth-child(1),
  #consul .consul_serif li:nth-child(2),
  #consul .consul_serif li:nth-child(3),
  #consul .consul_serif li:nth-child(4),
  #consul .consul_serif li:nth-child(5),
  #consul .consul_serif li:nth-child(6),
  #consul .consul_serif li:nth-child(7),
  #consul .consul_serif li:nth-child(8) {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    position: static;
    box-shadow: 4px 4px #a1d3a9;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    right: auto;
    padding: 10px 20px 10px 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  #consul .consul_serif li img {
    display: block;
    width: 60px;
    height: auto;
  }
  #consul .consul_serif li p,
  #consul .consul_serif li:nth-child(3) p,
  #consul .consul_serif li:nth-child(4) p,
  #consul .consul_serif li:nth-child(7) p,
  #consul .consul_serif li:nth-child(8) p {
    position: static;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    width: auto;
    font-size: 16px;
    line-height: 1.8;
    margin-left: 10px;
  }
  #consul .consul_serif li p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #consul .consul_serif li,
  #consul .consul_serif li:nth-child(1),
  #consul .consul_serif li:nth-child(2),
  #consul .consul_serif li:nth-child(3),
  #consul .consul_serif li:nth-child(4),
  #consul .consul_serif li:nth-child(5),
  #consul .consul_serif li:nth-child(6),
  #consul .consul_serif li:nth-child(7),
  #consul .consul_serif li:nth-child(8) {
    border-radius: 8px;
    margin-bottom: 15px;
  }
  #consul .consul_serif li p,
  #consul .consul_serif li:nth-child(3) p,
  #consul .consul_serif li:nth-child(4) p,
  #consul .consul_serif li:nth-child(7) p,
  #consul .consul_serif li:nth-child(8) p {
    font-size: 14px;
  }
}
/* consul_contact
---------------------------------------------------- */
#free_contents #consul_contact {
  background-color: #57ae66;
}

#free_contents #consul_contact_btn {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  max-width: 466px;
  text-align: center;
  margin: 0 auto;
}

#free_contents #consul_contact_btn a {
  font-size: 24px;
  display: block;
  background-color: #E03F3D;
  color: white;
  text-decoration: none;
  padding: 16px 0;
  border-radius: 34px;
  border: #E03F3D solid 3px;
}

#free_contents #consul_contact_btn a:hover {
  background-color: #fff;
  color: #E03F3D;
}

@media (max-width: 780px) {
  #free_contents #consul_contact {
    padding-top: 100pt;
    padding-bottom: 90pt;
  }
  #free_contents #consul_contact_btn a {
    font-size: 16px;
  }
}
/* fifth_block
---------------------------------------------------- */
#fifth_block p,
#fifth_block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
}

#fifth_block .price_contents {
  max-width: 1114px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

#fifth_block .price_contents h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 40px 0;
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
}

.price_table {
  min-width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #c6dcec;
  border-collapse: collapse;
  table-layout: fixed;
  border-collapse: separate;
}

.price_table th,
.price_table td {
  border-right: 1px solid #c6dcec;
  border-bottom: 1px solid #c6dcec;
  padding: 15px 0;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
}

.price_table th {
  font-weight: 700;
}

.price_table .td1 {
  background-color: #f1f1f1;
}

#fifth_block .price_contents ul {
  font-size: 15px;
  line-height: 1.8;
}

#fifth_block .price_contents ul li {
  text-indent: -2em;
  padding-left: 2em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #fifth_block .price_contents h3 {
    font-size: 20px;
    margin: 30px 0 20px;
  }
  .price_table {
    margin: 20px 0 0;
  }
  .price_table th,
  .price_table td {
    padding: 10px 0px;
    font-size: 14px;
    line-height: 1.4;
  }
  .price_table th br,
  .price_table td br {
    display: inline;
  }
  #fifth_block .price_contents ul {
    font-size: 14px;
  }
  #fifth_block .price_contents ul.ul1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #fifth_block .price_contents h3 {
    font-size: 18px;
  }
  .price_table th,
  .price_table td {
    font-size: 12px;
  }
  #fifth_block .price_contents ul {
    font-size: 13px;
  }
  #fifth_block .price_contents ul.ul1 {
    margin-bottom: 30px;
  }
}
/* eight_block
---------------------------------------------------- */
#eight_block ol li {
  display: block;
  float: left;
  width: 18%;
  text-align: center;
  margin-right: 2.5%;
  position: relative;
}

#eight_block ol li::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 10px;
  border-right: 3px solid #005BAB;
  border-bottom: 3px solid #005BAB;
  transform: rotate(-45deg);
  background: transparent;
  position: absolute;
  right: -10%;
  top: 100px;
}

#eight_block ol li:nth-child(5) {
  margin-right: 0;
}

#eight_block ol li:nth-child(5)::after {
  display: none;
}

#eight_block ol h3 {
  color: #005BAB;
  font-size: 18px;
  line-height: 1.5;
}

#eight_block ol img {
  width: auto;
  height: 80px;
  display: block;
  margin: 20px auto;
}

#eight_block ol p {
  color: #4E4E4E;
  margin: 0;
}

#eight_block ol p .br_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #eight_block ol h3 {
    font-size: 14px;
  }
  #eight_block ol img {
    width: auto;
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  #eight_block ol li {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 80px;
  }
  #eight_block ol li::after {
    right: auto;
    top: auto;
    bottom: -45px;
    left: 50%;
    transform: translate(-50%, 0px) rotate(45deg);
  }
  #eight_block ol h3 {
    font-size: 17px;
  }
  #eight_block ol img {
    width: 90px;
    height: auto;
    margin: 10px auto;
  }
  #eight_block ol p {
    font-size: 14px;
  }
  #eight_block ol p .br_sp {
    display: inline;
  }
}
/* nine_block
---------------------------------------------------- */
#free_contents .nine_text_faq_contents {
  width: 80%;
}

#free_contents .nine_text_faq_contents,
#free_contents .nine_text_faq_contents div,
#free_contents .nine_text_faq_contents p {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal !important;
}

#free_contents .cp_box input:checked ~ .cp_container {
  height: 3690px;
}

@media screen and (max-width: 1040px) {
  #free_contents .nine_text_faq_contents {
    width: 100%;
  }
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 3795px;
  }
}
@media screen and (max-width: 768px) {
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 4025px;
  }
}
/*アコーディオン調整*/
@media (max-width: 511px) {
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 4255px;
  }
}
@media (max-width: 486px) {
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 4255px;
  }
}
@media (max-width: 454px) {
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 4427.5px;
  }
}
@media (max-width: 396px) {
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 4485px;
  }
}
@media (max-width: 369px) {
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 4715px;
  }
}
@media (max-width: 352px) {
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 4715px;
  }
}
@media (max-width: 347px) {
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 4830px;
  }
}
@media (max-width: 329px) {
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 4830px;
  }
}
@media (max-width: 312px) {
  #free_contents .cp_box input:checked ~ .cp_container {
    height: 4830px;
  }
}
/* logi_news
---------------------------------------------------- */
#free_contents .logi_news {
  padding-top: 90pt;
  background-color: #fff;
}

#free_contents .logi_news h2 {
  text-align: center;
  font: normal normal bold 30px/44px Noto Sans;
  letter-spacing: 0px;
  color: #4E4E4E;
}

#free_contents .logi_news h2:nth-of-type(1) {
  font-size: 30px;
}

#free_contents .logi_news h2:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.5;
  color: #959EA7;
  margin-bottom: 50px;
}

.logi_news,
.logi_news dt,
.logi_news dd,
.logi_news span,
.logi_news a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal !important;
}

.js .logi_news dt.top-news-item,
.js .logi_news dt.top-news-item + .top-news-item {
  opacity: 1;
  transform: translateY(0px);
}

.top-section-news .top-news-list dt .news-category {
  background: #005ba7;
  color: #fff !important;
}

.logi_news_btn a {
  display: block;
  width: 300px;
  padding: 13px 0 16px;
  text-align: center;
  background-color: #005ba7;
  color: #fff !important;
  font-weight: 700;
  border-radius: 50px;
  margin: 50px auto 20px;
  font-size: 18px;
  line-height: 1;
  border: 3px solid #005ba7;
  box-sizing: border-box;
}

.logi_news_btn a:hover {
  background-color: #fff;
  color: #005ba7 !important;
}

@media (max-width: 780px) {
  #free_contents .logi_news {
    padding-top: 40pt;
  }
  #free_contents .logi_news h2:nth-of-type(1) {
    font-size: 26px;
  }
  #free_contents .logi_news h2:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .logi_news_btn a {
    margin: 40px auto 40pt;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #free_contents .logi_news {
    padding-top: 30pt;
  }
  #free_contents .logi_news h2:nth-of-type(1) {
    font-size: 20px;
  }
  #free_contents .logi_news h2:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .logi_news_btn a {
    width: 100%;
    margin: 30px auto 30pt;
    font-size: 14px;
  }
}
/*-- 2023_11 --*/
#free_contents #third_block {
  max-width: 1204px;
  width: 90%;
}

#boxes {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 3.5%;
  margin-block-start: 80px;
}

#free_contents .box {
  width: 100%;
  padding-block-start: 0;
}

#free_contents .even_box {
  flex-direction: row;
}

#free_contents .even_box .box_p {
  border-inline-end: 2px solid #ccdeee;
  border-inline-start: hidden;
}

#free_contents .odd_img,
#free_contents .even_img {
  max-width: 309px;
  width: 100%;
}

#free_contents .odd_img img,
#free_contents .even_img img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#free_contents .box_p {
  display: flex;
  align-items: center;
  max-width: calc(100% - 309px);
  width: auto;
  height: auto;
  padding: 0 12px;
  line-height: 1.6;
}

/* -- #fourth_block -- */
#fourth_block .cont-wrap {
  max-width: 1114px;
  margin-inline: auto;
}

#fourth_block .cont-wrap + .cont-wrap {
  margin-block-start: 80px;
}

#fourth_block .cont-wrap > *:not(.ja) + * {
  margin-block-start: 80px;
}

#fourth_block .cont-wrap p {
  text-align: center;
}

#fourth_block .cont-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#fourth_block .possible_contents {
  max-width: 1114px;
  margin-inline: auto;
  margin-block-start: 80px;
}

#fourth_block .possible_item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 2.69%;
}

#fourth_block .possible_item {
  max-width: 22.9825%;
  width: 100%;
}

#fourth_block .possible_item img {
  max-height: 110px;
}

/* -- #fifth_block -- */
#free_contents .h1h2_sec h2:first-child, #free_contents .h1h2_sec h2.ja {
  line-height: 1.3;
}

#free_contents .h1h2_sec h2:last-child {
  margin-block-start: 16px;
}

#free_contents .h1h2_sec h2 br {
  display: block;
}

#fifth_block .price_contents h3 span {
  font-size: 16px;
}

#fifth_block .price_contents > ul {
  margin-block-start: 24px;
  max-width: 1000px;
  margin-inline: auto;
}

.price_contents_wrap + .price_contents_wrap {
  margin-block-start: 80px;
}

.table-wrap {
  overflow-x: auto;
  max-width: 1000px;
  margin-inline: auto;
}

.table-wrap + .table-wrap {
  margin-block-start: 16px;
}

#free_contents .price_table .sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 200px;
  min-width: 200px;
}

#free_contents .price_table th, #free_contents .price_table td {
  white-space: nowrap;
  padding-inline: 3px;
  line-height: 1.2;
}

#free_contents .price_table th:not(.bk-white) {
  background: #004587;
  color: #fff;
}

#free_contents .price_table th.bk-white {
  width: 200px;
  background: #fff;
}

#free_contents .price_table th:not(.sticky, .bk-white) {
  min-width: 90px;
}

#free_contents .price_table th .--small {
  font-size: 11px;
  color: #fff !important;
}

#free_contents .price_table td {
  font-weight: 700;
  background: #fff;
}

#free_contents .price_table td .--unit {
  font-size: 11px;
  margin-inline-start: 0.3rem;
}

#free_contents .strong-txt {
  display: flex;
  justify-content: center;
  background: #004587;
  color: #fff;
  max-width: 1000px;
  width: 100%;
  height: auto;
  padding: 18px 10px;
  margin-block-start: 16px;
  margin-inline: auto;
}

/* -- #eight_block -- */
#free_contents .nine_text_faq h2 {
  font-family: "Noto Sans JP", sans-serif;
}

#free_contents .nine_text_faq h2:nth-of-type(1) {
  line-height: 1.3;
}

#free_contents .nine_text_faq h2:nth-of-type(2) {
  margin-block-start: 16px;
}

/* -- #nineth_block -- */
#nineth_block {
  background-color: #ccdeee;
}

#nineth_block .wrapper > p {
  text-align: center;
  margin-block: 80px;
}

#nineth_block .table-wrap {
  margin-block-start: 40px;
}

.balloon {
  position: relative;
  max-width: 484px;
  width: 100%;
  padding-block: 12px;
  margin-inline: auto;
  border: 3px solid #004587;
  border-radius: 28px;
  text-align: center;
}

.balloon::before {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 34.5px;
  height: 41px;
  background: url(./images/Landing/logi_2311_img_balloon.svg) center/contain no-repeat;
}

#free_contents .h1h2_sec .balloon + h2 {
  margin-block-start: 70px;
}

.nineth_block_img-wrap {
  display: flex;
  gap: 7.3%;
  max-width: 1000px;
  margin-inline: auto;
}

.nineth_block_img-wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.nineth_block_img-wrap img:first-child {
  max-width: 345px;
}

.nineth_block_img-wrap img:last-child {
  max-width: 582px;
}

/* -- #tenth_block -- */
#tenth_block {
  background-color: #AAC6DE;
}

#free_contents .contact_btn_1 a,
#free_contents #contact_button_second a {
  transition: all 0.2s;
}

@media (min-width: 1321px) {
  #boxes {
    display: grid;
  }
}
@media (max-width: 1320px) {
  #boxes {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #free_contents .box_p {
    max-width: 380px;
  }
}
@media (max-width: 1124px) {
  .nineth_block_img-wrap {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}
@media (max-width: 780px) {
  #free_contents .odd_img,
  #free_contents .even_img {
    flex-direction: column;
    max-width: 380px;
  }
  #free_contents .odd_img img,
  #free_contents .even_img img {
    max-width: none;
  }
  #free_contents .box_p {
    padding: 10px;
  }
  #free_contents .odd_box .box_p,
  #free_contents .even_box .box_p {
    border-block-start: hidden;
  }
  #free_contents .even_box .box_p {
    border-inline-start: 2px solid #ccdeee;
  }
}
@media (max-width: 768px) {
  #fourth_block .possible_item_wrap {
    gap: 20px;
  }
  #fourth_block .possible_item {
    max-width: calc((100% - 20px) / 2);
  }
  #free_contents .price_table th, #free_contents .price_table td {
    padding-inline: 8px;
  }
  #free_contents .strong-txt {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  #free_contents .price_table .sticky {
    width: 150px;
    min-width: 150px;
  }
}
@media (max-width: 480px) {
  #fourth_block .possible_item_wrap {
    flex-direction: column;
  }
  #fourth_block .possible_item {
    max-width: 100%;
  }
}
/* ============================
    241108_改修
============================ */
/* === 微修正 === */
.main-contents {
  overflow: hidden;
}

#free_contents #nineth_block {
  padding-block-start: 0;
}

#free_contents .price_table th:not(.bk-white) {
  background: #AAC6DE;
  color: #4E4E4E;
}

/* === plan === */
.price_plan_wrapper {
  display: grid;
  gap: 3rem;
  margin-block-start: 4rem;
  max-width: 111.4rem;
  margin-inline: auto;
}

#free_contents .price_plan_wrapper * {
  font-family: "Noto Sans JP", sans-serif;
}

.price_plan_cont {
  background: #AAC6DE;
}

.price_plan_cont_inner {
  gap: 2.4rem;
}

.price_plan_cont_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: min(1.2rem, 3.2vmin);
  background: #fff;
}

.price_plan_header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block-end: 2.4rem;
}
.price_plan_header::before {
  position: absolute;
  content: "";
  inset-block-end: 0;
  width: 94.8717948718%;
  height: 1px;
  border-block-end: 1px dashed #004587;
}
.price_plan_header p {
  text-align: center;
}

#free_contents .price_plan_header p {
  font-weight: 400;
}

.price_plan_heading {
  font-weight: 700;
}

#free_contents .price_plan_heading {
  color: #005BA7;
}

.price_plan_item + .price_plan_item {
  margin-block-start: 1.6rem;
}

#free_contents .price_plan_item {
  font-weight: 400;
}

/* === 国際機関サポート === */
#free_contents #support_block {
  background-color: #ccdeee;
  color: #4e4e4e;
}

.support_header > p {
  margin-block-start: 80px;
  text-align: center;
}

.support_img_wrap {
  margin-block-start: 80px;
}

@media (max-width: 780px) {
  /* === plan === */
  .price_plan_cont {
    padding: min(1.6rem, 4.2666666667vmin);
  }
  .price_plan_cont_inner {
    padding-block: 2.4rem;
  }
  .price_plan_header {
    gap: 1rem;
  }
  .price_plan_header p {
    font-size: 1.4rem;
  }
  .price_plan_heading {
    font-size: 1.8rem;
  }
  .price_plan_list {
    font-size: 1.4rem;
  }
}
@media (min-width: 781px) {
  .sp-only {
    display: none !important;
  }
  /* === plan === */
  .price_plan_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .price_plan_cont {
    padding-block: 32px;
    padding-inline: 25px;
  }
  .price_plan_cont_inner {
    padding-block: 40px;
  }
  .price_plan_header {
    gap: 16px;
  }
  .price_plan_header p {
    font-size: 20px;
  }
  .price_plan_heading {
    font-size: 35px;
  }
  .price_plan_list {
    font-size: 24px;
  }
  /* === フォントサイズ調整 === */
  #fourth_block .possible_tit {
    font-size: 20px;
  }
}

/* ===== 250822_改修 ===== */
#fourth_block :is(.noshi_contents, .fulfillment_contents) :is(h3, p) {
  text-align: center;
}
#fourth_block :is(.noshi_contents, .fulfillment_contents) h3 {
  font-weight: 700;
}
#fourth_block :is(.noshi_contents, .fulfillment_contents) p {
  font-weight: 700;
}

#fourth_block .possible_contents > p {
  text-align: center;
}

@media screen and (width < 769px) {
  #fourth_block :is(.noshi_contents, .fulfillment_contents) {
    margin-block-start: 80px;
  }
  #fourth_block :is(.noshi_contents, .fulfillment_contents) h3 {
    font-size: 1.8rem;
    margin-block-end: 16px;
  }
  #fourth_block :is(.noshi_contents, .fulfillment_contents) p {
    font-size: 1.4rem;
    margin-block-end: 24px;
  }
  #fourth_block .possible_contents > p {
    font-size: 1.4rem;
    margin-block-end: 24px;
  }
}
@media screen and (769px <= width) {
  #fourth_block :is(.noshi_contents, .fulfillment_contents) {
    margin-block-start: 80px;
  }
  #fourth_block :is(.noshi_contents, .fulfillment_contents) h3 {
    font-size: 2.4rem;
    margin-block-end: 24px;
  }
  #fourth_block :is(.noshi_contents, .fulfillment_contents) p {
    font-size: 1.6rem;
    margin-block-end: 56px;
  }
  #fourth_block .possible_contents {
    max-width: 1200px;
  }
  #fourth_block .possible_contents > p {
    font-size: 1.6rem;
    margin-block-end: 56px;
  }
  #fourth_block .possible_item_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 4.8333333333%;
  }
  #fourth_block .possible_item {
    max-inline-size: none;
    min-block-size: 0;
    padding: 15px 4.6875%;
  }
}