@charset "utf-8";
/*-----------------------------------------------------------------

titleArea

-----------------------------------------------------------------*/
#titleArea {
  background: #ecf4fe url("/s-free/about/img/bg_mainvisual.gif") center center no-repeat;
  background-size: cover;
}
#titleArea h2 {
  margin: 0;
}
/*-----------------------------------------------------------------

title

-----------------------------------------------------------------*/
#mainContainer h1, #mainContainer h2, #mainContainer h3 {
  font-weight: bold !important;
  margin-top: 0;
}
#mainContainer h3.type02 {
  background: #eeeeee url("/s-free/about/img/bg_title01.png") 30px center no-repeat;
  margin-bottom: 40px;
  padding: 20px 20px 20px 90px;
  box-sizing: border-box;
  font-size: 2.4rem;
  color: #e4403d;
  border-radius: 4px;
}
#mainContainer h4 {
  color: #e4403d;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
#mainContainer h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
/*-----------------------------------------------------------------

breadcrumb

-----------------------------------------------------------------*/
#breadcrumb {
  width: 1260px;
  margin: 0 auto;
  padding: 25px 0;
}
/*-----------------------------------------------------------------

mainContainer

-----------------------------------------------------------------*/
#mainContainer .inner {
  width: 1260px;
  padding-top: 40px;
}
#mainContainer section {
  margin-bottom: 80px;
}
#mainContainer p {
  font-size: 1.4rem;
  line-height: 1.8;
}
/*-----------------------------------------------------------------

section

-----------------------------------------------------------------*/
#mainContainer #sec01 {
  background: url("/s-free/about/img/bg_sec01.png") 2.6vw bottom no-repeat;
  background-size: 8.3vw auto;
}
#sec01 h1 {
  font-size: 4.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
#sec01 h1 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  color: #e43f3d;
}
#sec01 h3, #sec02 h3 {
  font-size: 4.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
#sec01-2 h2, #sec02 h2 {
  font-size: 4.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
#sec01-2 h2 span, #sec02 h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  color: #e43f3d;
}
#sec01-2 h3 {
  padding: 0 0 15px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  margin: 0;
}
#sec01 h3 span, #sec01-2 h3 span, #sec02 h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  color: #e43f3d;
}
#sec01-2 h3 span {
  color: #e4403d;
  text-align: left;
}
#sec01 .flexBox, #sec01-2 .flexBox, #sec02 .flexBox {
  display: flex;
  justify-content: space-between;
}
#sec01 .flexBox .textarea, #sec02 .flexBox .textarea {
  width: 660px;
}
#sec01 .flexBox .textarea p {
  margin-bottom: 1em;
  text-indent: 1em;
}
#sec01-2 .flexBox2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#sec01-2 .flexBox .flexBox2 {
  width: 600px;
}
#sec01-2 .flexBox2 img {
  width: 300px;
  border-radius: 15px;
  margin-right: 25px;
}
#sec01-2 .flexBox .flexBox2 .btnDetail01 a {
  padding: 15px 50px 16px;
  margin-top: 15px;
}

#mainContainer #sec02 {
  padding: 180px 0 100px;
  background: url("/s-free/about/img/bk_img.jpg") 0 0 no-repeat #f2f8fb;
  margin-bottom: 40px;
}
#sec02 .inner {
  width: 1600px;
  margin-bottom: 0;
  padding: 0 170px;
  background: url("/s-free/about/img/bg_sec02.png") 0 center no-repeat;
	box-sizing: border-box;
}
#sec02 .flexBox {
  align-items: center;
}
#sec02 .flexBox .imgBox {
  text-align: center;
  width: 520px;
}
#sec02 .flexBox .textarea p {
  margin-bottom: 1em;
  text-indent: 1em;
}
#mainContainer #sec03 {}
#sec03 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec03 ul li {
  width: 33.33333333%;
  background: #f1f2f6;
}
#sec03 ul li:first-child {
  border-radius: 8px 0 0 8px;
}
#sec03 ul li:nth-child(2) {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
#sec03 ul li:last-child {
  border-radius: 0 8px 8px 0;
}
#sec03 ul li a {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#sec03 ul li:hover {
  background: #e4403d;
}
#sec03 ul li:hover a {
  color: #fff;
}
#sec03 ul li:hover a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #e4403d;
}
#mainContainer #sec04 {}
#sec04 h2, #sec05 h2, #sec06 h2, #sec11 h2, #sec14 h2 {
  font-size: 4.6rem;
  font-weight: bold;
  margin-bottom: 60px;
}
#sec04 h2 span, #sec05 h2 span, #sec06 h2 span, #sec11 h2 span, #sec14 h2 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #e43f3d;
}
#sec04 h3, #sec05 h3, #sec06 h3, #sec11 h3, #sec14 h3 {
  font-size: 4.6rem;
  font-weight: normal;
  margin-bottom: 60px;
}
#sec04 h3 span, #sec05 h3 span, #sec06 h3 span, #sec11 h3 span, #sec14 h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #e43f3d;
}
#sec04 .flexBox {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#sec04 .flexBox > div {
  align-self: flex-end;
  text-align: center;
  width: 185px;
  font-weight: bold;
}
#sec04 .flexBox .colorBox {
  text-align: center;
  height: 130px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 40px 10px 40px 10px;
}
#sec04 .flexBox .colorBox span {
  display: block;
  margin-bottom: 15px;
}
#sec04 .flexBox .colorBox.c1 {
  background: #d4eaee;
}
#sec04 .flexBox .colorBox.c2 {
  background: #d4eede;
}
#sec04 .flexBox .colorBox.c3 {
  background: #eaf2d7;
}
#sec04 .flexBox .colorBox.c4 {
  background: #eee5d4;
}
#sec04 .flexBox .colorBox.c5 {
  background: #eed4d4;
}
#sec04 .flexBox .colorBox.c6 {
  background: #e3d4ee;
}
#sec04 .flexBox .colorBox span {
  font-weight: bold;
}
#mainContainer #sec05 {}
#sec05 .flexBox {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#sec05 .flexBox > div {
  width: 185px;
  font-size: 1.4rem;
}
#mainContainer #sec06 {}
#sec06 .pdf_list {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
}
#sec06 .pdf_list .list {}
#sec06 .pdf_list .list li {
  background: url("/s-free/about/img/arrow01.png") 0 center no-repeat;
  padding-left: 2em;
  margin-bottom: 25px;
}
#sec06 .pdf_list .list li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  padding-right: 0.5em;
  text-decoration: underline;
}
#sec06 .pdf_list .list li span {
  font-size: 1.3rem;
  line-height: 1.6;
}
#sec06 .pdf_list .list li span img {
  vertical-align: middle;
  margin: 0 8px 0 4px;
}
#sec06 .pdf_list .list li.ino a {
  background: none;
}
#sec07 .ta01 {
  border-collapse: collapse;
  width: auto;
  margin-top: 40px;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#mainContainer .fong {
  font-size: 1.85rem !important;
	vertical-align: -3px;
}
/* mac用 */
.mac #sec07 .ta01 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mac #mainContainer .fong {
  font-size: 1.6rem !important;
	vertical-align: baseline;
}
#sec07 .ta01 th, #sec07 .ta01 td {
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ccc;
}
#sec07 .ta01 th {
  background: #ccc;
  border: 1px solid #fff;
  border-left: 1px solid #ccc;
}
#sec07 .ta01 tr:first-of-type th {
  border-top: 1px solid #ccc;
}
#sec07 .ta01 th.last1 {
  border-right: 1px solid #ccc;
}
#sec07 .ta01 th.last2 {
  border-bottom: 1px solid #ccc;
}
#sec07 .ta01 .w01, #sec07 .ta01 .w02 {
  padding: 8px 8px;
  max-width: 2.857em;
}
#sec07 .ta01 .w03 {
  width: calc(1180px / 6);
}
#sec07 .ta01 td {
  padding: 8px;
}
#sec07 .ta01 td.gray {
  background: #eee;
}
#sec07 .ta01 td.alR {
  text-align: right;
}
#sec07 .ta01 td.alL {
  text-align: left;
}
#sec07 .ta01 .vt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#sec07 .caution2 {
  margin-top: 10px;
}
#sec08 .ta01 {
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
}
#sec08 .ta01 th, #sec08 .ta01 td {
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ccc;
}
#sec08 .ta01 th {
  background: #ccc;
  border: 1px solid #fff;
  border-left: 1px solid #ccc;
}
#sec08 .ta01 tr:first-of-type th {
  border-top: 1px solid #ccc;
}
#sec08 .ta01 th.last1 {
  border-right: 1px solid #ccc;
}
#sec08 .ta01 th.last2 {
  border-bottom: 1px solid #ccc;
}
#sec08 .ta01 td {
  padding: 8px;
}
#sec08 .ta01 .w01, #sec08 .ta01 .w02 {
  width: 40px;
  padding: 8px;
}
#sec08 .ta01 td.gray {
  background: #eee;
}
#sec09 .ta01 {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
#sec09 .ta01 th, #sec09 .ta01 td {
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ccc;
}
#sec09 .ta01 th {
  background: #ccc;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sec09 .ta01 td {
  padding: 8px;
}
#sec09 .ta01 td.bnl {
  border-left: none;
}
#sec09 .ta01 td.bnr {
  border-right: none;
}
#sec09 .ta01 td.alL {
  text-align: left;
}
#sec09 .ta01 td.alR {
  text-align: right;
}
#sec09 .ta01 td.wex {
  width: 190px;
}
#sec09 .ta01 .gray td {
  background: #eee;
}
#sec09 .caution {
  text-indent: -1em;
  padding-left: 1em;
}
#sec09 .caution2 {
  margin-top: 20px;
  text-align: right;
}
#sec10 h3.type01 {
  margin-top: 40px;
}
#sec10 h3.mgt20 {
  margin-top: 70px;
}
#sec10 .ta01 {
  border-collapse: collapse;
  width: 100%;
}
#sec10 .ta01 th, #sec10 .ta01 td {
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ccc;
}
#sec10 .ta01 th {
  background: #ccc;
  border-right: 1px solid #fff;
}
#sec10 .ta01 th:last-child {
  border-right: 1px solid #ccc;
}
#sec10 .ta01 td {
  background: #eee;
  padding: 8px;
}
#sec10 .ta01 td:first-child {
  text-align: left;
}
#sec10 .ta01 tr:nth-child(2n) td {
  background: #fff;
}
#sec10 .ta01.type2 td:first-child {
  text-align: center;
  background: #c0bfc1;
}
#sec10 .caution {
  text-align: right;
  margin-bottom: 10px;
}
#sec10 .caution2 {
  text-align: right;
  margin-top: 10px;
}
#sec10 p.box01 {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px 30px 20px 45px;
  display: inline-block;
  text-indent: -1.5em;
}
#sec11 h3.type01 {
  font-size: 3.2rem;
  margin-bottom: 25px;
  font-weight: bold;
}
#sec11 .imgBox {
  margin-bottom: 40px;
}
#sec11 .ta01 {
  border-collapse: collapse;
  width: 100%;
  margin-top: 40px;
}
#sec11 .ta01 th, #sec11 .ta01 td {
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 0;
  border: 1px solid #ccc;
}
#sec11 .ta01 th {
  background: #ccc;
  border-right: 1px solid #fff;
  padding: 18px 0;
}
#sec11 .ta01 th:first-child {
  width: 260px;
}
#sec11 .ta01 th:nth-child(2) {
  width: 210px;
}
#sec11 .ta01 th:nth-child(3) {
  width: 290px;
}
#sec11 .ta01 th:last-child {
  border-right: 1px solid #ccc;
}
#sec11 .ta01 td {
  padding: 8px 0;
}
#sec11 .ta01 td:last-child {
  text-align: left;
  padding: 8px;
}
#sec11 .ta01 td.number {
  background: #eee;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sec11 .ta01 td.number.last {
  border-bottom: 1px solid #ccc;
}
#sec11 .atten {
  color: #e4403d;
}
#sec12 .ta01 {
  border-collapse: collapse;
  width: auto;
}
#sec12 .ta01 tr:nth-child(2n) td {
  background: #eee;
}
#sec12 .ta01 th, #sec12 .ta01 td {
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  padding: 8px 20px;
}
#sec12 .ta01 td {
  width: auto;
}
#sec12 .ta01 td.alL {
  text-align: left;
  padding-left: 1.4em;
}
#sec13 .ta01 {
  border-collapse: collapse;
  width: 100%;
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/* mac用 */
.mac #sec13 .ta01 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#sec13 .ta01 th, #sec13 .ta01 td {
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  text-align: center;
}
#sec13 .ta01 th {
  background: #ccc;
  border-right: 1px solid #fff;
  padding: 18px 0;
}
#sec13 .ta01 th:last-child {
  border-right: 1px solid #ccc;
}
#sec13 .ta01 td {
  padding: 8px 0;
}
#sec13 .ta01 td.w01 {
  width: 362px;
}
#sec13 .ta01 td.w02, #sec13 .ta01 td.w03 {
  width: 60px;
}
#sec13 .ta01 td.w04 {
  width: 111px;
}
#sec13 .ta01 td.gray {
  background: #eee;
}
#sec13 .caution {
  text-align: right;
}
#sec13 .small-text{
  font-size: 1.4rem;
}
#sec14 .cable {
  margin: 40px 0;
}
#sec14 .cable li {
  display: flex;
  position: relative;
  box-shadow: 0 3px 5px #ddd;
  border-radius: 20px;
}
#sec14 .cable li + li {
  margin-top: 20px;
}
#sec14 .cable li:hover {
  box-shadow: 0 3px 5px #F7CAC9;
  opacity: .7;
}
#sec14 .cable li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#sec14 .cable li .cable_img img {
  border-radius: 20px 0 0 20px;
}
#sec14 .cable li dl {
  padding: 0 50px;
}
#sec14 .cable li dl dt {
  padding: 30px 0 20px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #e4403d;
}
#sec14 .cable li dl dd {
  font-size: 1.4rem;
}

@media only screen and (max-width:1630px) {
#mainContainer #sec01 {
  background: url("/s-free/about/img/bg_sec01.png") 1vw bottom no-repeat;
  background-size: 7vw auto;
}
}

@media only screen and (max-width:1499px) {
#mainContainer #sec01 {
  background: none;
}
}

@media only screen and (max-width:760px) {

  #mainContainer #sec01 {
    background: none;
  }
  #sec02 .inner {
    padding: 0;
    background: none;
  }
  #mainContainer .fong {
    font-size: 1.4rem !important;
		vertical-align: 0;
  }
/*-----------------------------------------------------------------

titleArea

-----------------------------------------------------------------*/
  #titleArea {
    background: #f3f5ff url("/s-free/about/img/bg_mainvisual_sp.gif") 0 0 no-repeat;
    background-size: auto 100%;
  }
  #titleArea h2 {
    font-size: 2.6rem;
  }
/*-----------------------------------------------------------------

title

-----------------------------------------------------------------*/
  #mainContainer h3 {
    font-weight: bold !important;
  }
  #mainContainer h3.type02 {
    background: #eeeeee url("/s-free/about/img/bg_title01.png") 4vw center no-repeat;
    background-size: 5.33vw auto;
    margin-bottom: 8vw;
    padding: 2.67vw 2.67vw 2.67vw 12vw;
    font-size: 1.8rem;
  }
  #mainContainer h4 {
    color: #e4403d;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #mainContainer h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
/*-----------------------------------------------------------------

mainContainer

-----------------------------------------------------------------*/
  #mainContainer .inner {
    width: 100%;
    padding: 5.33vw 5.33vw 0;
    box-sizing: border-box;
  }
  #mainContainer section {
    margin-bottom: 13.33vw;
  }
  #mainContainer p {
    font-size: 1.4rem;
  }
/*-----------------------------------------------------------------

section

-----------------------------------------------------------------*/
  #mainContainer #sec01 {
    margin-bottom: 8vw;
  }
  #sec01 .inner {
    margin-bottom: 0;
  }
  #sec01 h1,
  #sec01-2 h2,
  #sec02 h2,
  #sec04 h2,
  #sec05 h2,
  #sec06 h2,
  #sec11 h2,
  #sec14 h2 {
  font-size: 2.4rem;
  margin-bottom: 8vw;
}


  #sec01 h3, #sec02 h3 {
    font-size: 2.6rem;
    margin-bottom: 8vw;
  }
  #sec01 h3 span, #sec02 h3 span {
    font-size: 1.3rem;
  }
  #sec01-2 h3 {
    font-size: 2rem;
    text-align: center;
  }
  #sec01-2 h3 span {
    text-align: center;
  }
  #sec01-2 .pc {
    display: none;
  }
  #sec01 .flexBox {
    display: block;
  }
  #sec01 .flexBox .textarea {
    width: 100%;
    margin-bottom: 8vw;
  }
  #sec01 .flexBox img {
    width: 100%;
  }
  #sec01-2 .flexBox {
    flex-direction: column;
  }
  #sec01-2 .flexBox2 {
    flex-direction: column;
    width: 100% !important;
  }
  #sec01-2 .flexBox div:first-child {
    margin-bottom: 40px;
  }
  #sec01-2 .flexBox2 img {
    width: 100%;
    margin-bottom: 1.4rem;
  }
  #sec01-2 .flexBox2 .btnDetail01 {
    text-align: center;
  }
  #sec01-2 .flexBox2 .btnDetail01 a {
    width: 90%;
  }
  #sec02 .flexBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #sec02 .flexBox .textarea {
    width: 100%;
    order: 2;
  }
  #sec02 .flexBox .imgBox {
    order: 1;
    text-align: center;
    width: 100%;
    margin-bottom: 8vw;
  }
  #sec02 .flexBox img {
    width: 80%;
  }
  #mainContainer #sec02 {
    padding: 26vw 0 8vw;
    background: url("/s-free/about/img/bk_img.jpg") 0 0 no-repeat #f2f8fb;
    margin-bottom: 40px;
  }
  #sec02 .inner {
    margin-bottom: 0;
    padding-top: 0;
  }
  #mainContainer #sec03 {}
  #mainContainer #sec03 .inner {
    margin-bottom: 0vw;
  }
  #sec03 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #sec03 ul li {
    width: calc(100% / 2);
    background: #f1f2f6;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  #sec03 ul li:first-child {
    border-radius: 0;
  }
  #sec03 ul li:nth-child(2) {
    border-right: 0;
    border-left: 1px solid #e5e5e5;
  }
  #sec03 ul li:last-child {
    border-radius: 0;
  }
  #sec03 ul li a {
    font-size: 1.4rem;
    height: 16vw;
    padding: 0 2.67vw;
  }
  #sec03 ul li a br {
    display: none;
  }
  #sec03 ul li:hover {
    background: #e4403d;
  }
  #sec03 ul li:hover a {
    color: #fff;
  }
  #sec03 ul li:hover a:after {
    display: none;
  }
  #mainContainer #sec04 {}
  #mainContainer #sec04 .inner {
    padding-top: 0;
    margin-bottom: 0;
  }
  #sec04 h3, #sec05 h3, #sec06 h3, #sec11 h3, #sec14 h3 {
    font-size: 2.6rem;
    margin-bottom: 8vw;
  }
  #sec04 h3 span, #sec05 h3 span, #sec06 h3 span, #sec11 h3 span, #sec14 h3 span {
    font-size: 1.3rem;
  }
  #sec04 .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8vw;
  }
  #sec04 .flexBox > div {
    align-self: flex-end;
    text-align: center;
    width: 48%;
    font-weight: bold;
    margin-bottom: 5.33vw;
  }
  #sec04 .flexBox .colorBox {
    height: 34.67vw;
    font-size: 1.3rem;
    border-radius: 4vw;
    margin-top: 1.4vw;
    padding: 1.4vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  #sec04 .flexBox .colorBox span {
    margin-bottom: 1.4vw;
    line-height: 1.3;
  }
  #mainContainer #sec05 {}
  #mainContainer #sec05 .inner {
    padding-top: 0;
    margin-bottom: 0;
  }
  #sec05 .flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8vw;
  }
  #sec05 .flexBox > div {
    width: 48%;
    font-size: 1.4rem;
    margin-bottom: 5.33vw;
  }
  #sec05 .flexBox > div img {
    width: 100%;
    display: block;
    margin-bottom: 1.4rem;
  }
  #mainContainer #sec06 {}
  #mainContainer #sec06 .inner {
    padding-top: 0;
    margin-bottom: 0;
  }
  #sec06 .pdf_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  #sec06 .pdf_list .list {}
  #sec06 .pdf_list .list li {
    margin-bottom: 5.33vw;
  }
  #sec06 .pdf_list .list li span img {
    vertical-align: middle;
    margin: 0 4px 0 0;
  }
  #mainContainer #sec07 .inner {
    padding-top: 0;
    margin-bottom: 0;
  }
  .tableBox {
    width: 100%;
    overflow-x: auto;
  }
  #sec07 table.ta01 {
    border-collapse: collapse;
    width: auto;
    margin: 8vw 0 2.67vw;
  }
  #sec07 .ta01 th, #sec07 .ta01 td {
    font-size: 1.1rem;
    padding: 1vw 0;
  }
  #sec07 .ta01 .w01, #sec07 .ta01 .w02 {
    width: 10.67vw;
    padding: 1.5vw;
  }
  #sec07 .ta01 td {
    padding: 1.5vw;
    white-space: nowrap;
  }
  #sec07 .ta01 .w03 {
    width: auto;
  }
  #sec07 .ta01 .vt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: normal;
  }
  #sec07 .caution2 {
    margin-top: 2.67vw;
    font-size: 1.4rem;
  }
  #sec08 .ta01 {
    border-collapse: collapse;
    width: auto;
    margin: 8vw 0 2.67vw;
    table-layout: fixed;
  }
  #sec08 .ta01 th, #sec08 .ta01 td {
    font-size: 1.1rem;
    padding: 1vw 0;
  }
  #sec08 .ta01 td {
    padding: 1vw;
    white-space: nowrap;
  }
  #sec08 .ta01 .w01, #sec08 .ta01 .w02 {
    width: 10.67vw;
    padding: 1.5vw;
  }
  #sec08 .ta01 .vt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: normal;
  }
  #sec09 .ta01 {
    border-collapse: collapse;
    width: auto;
    margin: 2.67vw 0;
  }
  #sec09 .ta01 th, #sec09 .ta01 td {
    font-size: 1.1rem;
    padding: 1.5vw 0;
  }
  #sec09 .ta01 th {
    padding: 1.5vw;
  }
  #sec09 .ta01 td {
    padding: 1.5vw;
    white-space: nowrap;
  }
  #sec09 .ta01 td.wex {
    width: 20vw;
    white-space: normal;
  }
  #sec09 .ta01 .gray td {
    background: #eee;
  }
  #sec09 .caution {
    text-indent: -1em;
    padding-left: 1em;
  }
  #sec09 .caution2 {
    margin-top: 5.33vw;
  }
  #sec09 .ta01 .vt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: normal;
  }
  #sec10 .inner {
    padding-top: 0;
    margin-bottom: 0;
  }
  #sec10 h3.type01 {
    margin-top: 6.67vw;
  }
  #sec10 .ta01 {
    border-collapse: collapse;
    width: auto;
    margin-bottom: 2.67vw;
  }
  #sec10 .ta01 th, #sec10 .ta01 td {
    font-size: 1.1rem;
    padding: 1.5vw;
    white-space: nowrap;
  }
  #sec10 p.box01 {
    border-radius: 4vw;
    padding: 5.33vw;
    text-indent: 0;
  }
  #sec11 .inner {
    padding-top: 0;
    margin-bottom: 0;
  }
  #sec11 h3.type01 {
    font-size: 1.8rem;
    margin-bottom: 5.33vw;
  }
  #sec11 .imgBox {
    margin-bottom: 8vw;
    padding-bottom: 2.67vw;
    overflow-x: auto;
  }
  #sec11 .imgBox img {
    width: auto;
  }
  #sec11 .ta01 {
    border-collapse: collapse;
    width: auto;
    margin: 8vw 0 2.67vw;
  }
  #sec11 .ta01 th, #sec11 .ta01 td {
    font-size: 1.1rem;
    padding: 1.5vw 0;
  }
  #sec11 .ta01 th {
    padding: 2.67vw 1.4vw;
  }
  #sec11 .ta01 th:first-child {
    width: auto;
  }
  #sec11 .ta01 th:nth-child(2) {
    width: auto;
  }
  #sec11 .ta01 th:nth-child(3) {
    width: auto;
  }
  #sec11 .ta01 td {
    padding: 1.5vw;
    white-space: nowrap;
  }
  #sec11 .ta01 td:last-child {
    text-align: left;
    padding: 1.5vw;
    white-space: normal;
    width: 53.33vw;
  }
  #sec12 .ta01 {
    border-collapse: collapse;
    width: auto;
    margin-bottom: 2.67vw;
  }
  #sec12 .ta01 th, #sec12 .ta01 td {
    font-size: 1.1rem;
    padding: 1.5vw 0;
  }
  #sec12 .ta01 td {
    width: auto;
    padding: 1.5vw;
    white-space: nowrap;
  }
  #sec12 .ta01 td.alL {
    text-align: left;
    padding-left: 0.53em;
  }
  #sec13 .inner {
    padding-top: 0;
    margin-bottom: 0;
  }
  #sec13 .ta01 {
    border-collapse: collapse;
    width: auto;
    margin-bottom: 2.67vw;
  }
  #sec13 .ta01 th, #sec13 .ta01 td {
    font-size: 1.1rem;
  }
  #sec13 .ta01 th {
    padding: 2.67vw 1.4vw;
    white-space: nowrap;
  }
  #sec13 .ta01 td {
    padding: 2.67vw 1.4vw;
    white-space: nowrap;
  }
  #sec13 .ta01 td.w01 img {
    width: 60vw;
  }
  #sec13 .ta01 td.w02, #sec13 .ta01 td.w03 {
    width: 60px;
  }
  #sec13 .ta01 td.w04 {
    width: 111px;
  }
  #sec13 .ta01 td.gray {
    background: #eee;
  }
  #sec13 .caution {
    text-align: right;
  }
  #sec14 .cable {
    margin: 8vw 0;
  }
  #sec14 .cable li {
    display: block;
    position: relative;
    box-shadow: 0 3px 5px #ddd;
    border-radius: 4vw;
  }
  #sec14 .cable li + li {
    margin-top: 4vw;
  }
  #sec14 .cable li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #sec14 .cable li .cable_img img {
    border-radius: 4vw 4vw 0 0;
    width: 100%;
  }
  #sec14 .cable li dl {
    padding: 0 5.33vw 5.33vw;
  }
  #sec14 .cable li dl dt {
    padding: 5.33vw 0 4vw;
    font-size: 1.8rem;
  }
  #sec14 .cable li dl dd {
    font-size: 1.4rem;
  }
}
