@charset "UTF-8";
/* CSS Document */
/* -------------------------------------
Browser：IE11 over
-------------------------------------
01:共通
02:テンプレート
03:ページ
-------------------------------------*/

/** ================================================================================
  01.共通
================================================================================ **/
/* -------------------------------------
レイアウト
-------------------------------------*/

/* -------------------------------------
セクション
-------------------------------------*/

/* -------------------------------------
文字
-------------------------------------*/

/* -------------------------------------
カラー
-------------------------------------*/

/* -------------------------------------
背景色
-------------------------------------*/
.bg-blue {
  background-color: #c8e6fa;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #e5e5e5;
}

/* -------------------------------------
タイトル
-------------------------------------*/

/* -------------------------------------
sec02
-------------------------------------*/
.sec02 {
  padding: 0;
}
.sec02 .tit {
  text-align: center;
  margin: 0 auto;
}
.sec02 .tit figure {
  margin: 0 !important;
  padding: 0 !important;
}
.sec02 .tit img {
  vertical-align: bottom !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sec02 .rea {
  width: 982px;
  margin: 0 auto 0px;
}

/*理由1*/
.sec02 .rea01 {
  margin: 0 auto 96px;
}
.sec02 .rea .h4-wrapper {
  margin-top: 50px;
  text-align: center;
}
.sec02 .rea h4 {
  font-size: 1.375em;
  color: white;
  font-weight: 500;
  text-align: center;
  background-color: #00509d;
  border-radius: 15px;
  display: inline-block;
  padding: 10px 14px;
  min-width: 474px;
  position: relative;
  margin-bottom: 10px;
}
.sec02 .rea h4::after {
  content: url(../images/tit-icon.png);
  position: absolute;
  left: 50%;
  bottom: -13px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec02 table.shinbun {
  border: 2.5px solid #000000;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  margin: 9px auto 5px;
  width: 473px;
}
.sec02 table.shinbun tr {
  border-bottom: 1.2px solid #000;
}
.sec02 table.shinbun tr th {
  padding: 6px 15px;
  border-right: 1.2px solid #000;
}
.sec02 table.shinbun tr td {
  padding: 11px 15px;
  border-right: 1.2px solid #000;
}
.sec02 table.shinbun tr th {
  background-color: #404040;
  color: white;
}
.sec02 table.shinbun tr td {
  background-color: #e5e5e5;
}
.sec02 table.shinbun tr td:nth-of-type(1) {
  background-color: #cccccc;
}
.sec02 table.shinbun tr:nth-of-type(4) td {
  background-color: #e94709;
  color: white;
  font-size: 1.25em;
  padding: 11px 10px;
}
.sec02 table.shinbun tr:nth-of-type(4) td:nth-of-type(3) {
  color: #ffff00;
  font-size: 2em;
}
.sec02 table.shinbun tr:nth-of-type(4) td em {
  color: #ffff00;
  font-size: 25px;
}
.sec02 .wrap {
  margin: 40px auto 40px;
  text-align: center;
}
.sec02 .wrap .hikaku-hyou {
  margin: 11px auto 7px;
  width: 980px;
}
.sec02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec02 .flex > div {
  width: 474px;
}
.sec02 .flex > div img {
  width: 100%;
  max-width: 440px;
}
.sec02 p.detail {
  font-size: 0.69em;
  margin-top: 5px;
}
.sec02 hr {
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0;
  }
  .sec02 .tit {
    text-align: center;
    margin: 0 auto;
  }
  .sec02 .tit img {
    width: 100%;
    padding: 0 5%;
  }
  .sec02 .rea {
    width: 90%;
    margin: 0 auto;
  }
  .sec02 .rea h4 {
    font-size: 1.06em;
    padding: 3.5px 5px;
    min-width: 100%;
    margin-bottom: 10px;
  }
  .sec02 table.shinbun {
    border: 2px solid #000000;
    font-size: 1em;
    margin: 9px auto 5px;
    width: 100%;
  }
  .sec02 table.shinbun tr {
    border-bottom: 1px solid #000;
  }
  .sec02 table.shinbun tr th {
    padding: 5px 5px;
    border-right: 1px solid #000;
  }
  .sec02 table.shinbun tr td {
    padding: 5px 5px;
    border-right: 1px solid #000;
  }
  .sec02 table.shinbun tr th {
  }
  .sec02 table.shinbun tr td {
  }
  .sec02 table.shinbun tr td:nth-of-type(1) {
  }
  .sec02 table.shinbun tr:nth-of-type(4) td {
    font-size: 1.125em;
    padding: 5px 5px;
  }
  .sec02 table.shinbun tr:nth-of-type(4) td:nth-of-type(3) {
    font-size: 1.375em;
  }
  .sec02 table.shinbun tr:nth-of-type(4) td em {
    color: #ffff00;
    font-size: 25px;
  }
  .sec02 .wrap {
    margin: 0px auto 30px;
    text-align: center;
  }
  .sec02 .wrap .hikaku-hyou {
    width: 100%;
  }
  .sec02 .wrap .hikaku-hyou figure img {
    width: 750px;
  }
  .sec02 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sec02 .flex > div {
    width: 100%;
  }
  .sec02 .flex > div + div {
    width: 100%;
    margin-top: 30px;
  }
  .sec02 .flex > div img {
    width: 90%;
    margin-top: 10px;
  }
}

/*理由2*/
.sec02 .rea02 {
  margin: 48px auto 51px;
}
.sec02 .rea02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec02 .rea02 ul li {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 17px 0;
}
.sec02 .rea02 ul li figure {
  margin-right: 20px;
}
.sec02 .rea02 ul li dl {
  margin: 9px 0;
}
.sec02 .rea02 ul li dl dt {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  color: #00509d;
  line-height: 1.4;
  margin-bottom: 15px;
  border-right: 1px solid;
  border-left: 1px solid;
  position: relative;
}
.sec02 .rea02 ul li dl dt::before {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #00509d;
  position: absolute;
  left: 0;
  top: 0;
}
.sec02 .rea02 ul li dl dt::after {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #00509d;
  position: absolute;
  right: 0;
  top: 0;
}
.sec02 .rea02 ul li dl dt span::before {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #00509d;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec02 .rea02 ul li dl dt span::after {
  content: "";
  width: 17px;
  height: 1px;
  background-color: #00509d;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sec02 .rea02 ul li dl dd {
  font-size: 0.93em;
  line-height: 1.33em;
}

@media screen and (max-width: 768px) {
  .sec02 .rea02 {
    margin: 20px auto 20px;
  }
  .sec02 .rea02 ul li {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
  }
  .sec02 .rea02 ul li > * {
    width: 47%;
  }
  .sec02 .rea02 ul li figure {
    margin-right: 0px;
  }
  .sec02 .rea02 ul li figure img {
    width: 100%;
  }
  .sec02 .rea02 ul li dl {
    margin: 0px 0 9px;
  }
  .sec02 .rea02 ul li dl dt {
    font-size: 1.125em;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .sec02 .rea02 ul li dl dt span {
    padding: 5px 10px;
    display: block;
  }
}

/*理由3*/
.sec02 .rea03 {
  margin: 39px auto 51px;
}
.sec02 .rea03 .wrap {
  margin: 26px auto 26px;
}
.sec02 .rea03 .wrap .list {
  width: 982px;
}
.sec02 .rea03 p.detail {
  font-size: 0.875em;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .sec02 .rea03 {
    margin: 30px auto 30px;
  }
  .sec02 .rea03 .wrap .list {
    width: 100%;
  }
  .sec02 .rea03 .wrap .list figure img {
    width: 750px;
  }
}

/*理由4*/
.sec02 .rea04 {
  margin: 46px auto 62px;
}
.sec02 .rea04 .titA p {
  text-align: center;
  font-size: 0.93em;
  margin-top: 29px;
}
.sec02 .rea04 .wrap {
  margin: -10px auto 30px;
}
.sec02 .rea04 .wrap p {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 37px;
  border: 2px solid #bc2221;
  position: relative;
  padding: 16px;
  line-height: 30px;
}
.sec02 .rea04 .wrap p::before {
  content: url(../images/rea4-icon.png);
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec02 .rea04 .wrap p em {
  font-weight: bold;
}
.sec02 .rea04 .wrap p strong {
  font-size: 0.75em;
  font-weight: bold;
  margin-top: -2px;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec02 .rea04 {
    margin: 30px auto 30px;
  }
  .sec02 .rea04 .titA p {
    font-size: 0.93em;
    margin-top: 10px;
  }
  .sec02 .rea04 .wrap {
    margin: 20px auto;
  }
  .sec02 .rea04 .wrap figure img {
    width: 100%;
  }
  .sec02 .rea04 .wrap p {
    font-size: 1em;
    margin-top: 27px;
    padding: 10px;
    line-height: 1.4;
  }
  .sec02 .rea04 .wrap p::before {
    top: -20px;
  }
  .sec02 .rea04 .wrap p em {
    margin-top: 3px;
    display: inline-block;
  }
  .sec02 .rea04 .wrap p strong {
    font-size: 0.75em;
    margin-top: 3px;
    display: block;
  }
}

/*理由5*/
.sec02 .rea05 {
  margin: 40px auto 64px;
}
.sec02 .rea05 .tit p {
  margin: 6px auto 0;
}
.sec02 .rea05 .flex {
  width: 678px;
  margin: 46px auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sec02 .rea05 .flex dl {
  margin-left: 25px;
}
.sec02 .rea05 .flex dl dt {
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: bold;
}
.sec02 .rea05 .flex dl dd {
  padding: 19px 20px;
  width: 417px;
  font-size: 0.94em;
  font-weight: bold;
  margin: 15px 0 0;
}
.sec02 .rea05 .flex dl dd span {
  font-size: 1.33em;
  margin-top: 7px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sec02 .rea05 {
    margin: 30px auto 30px;
  }
  .sec02 .rea05 .flex {
    width: 100%;
    margin: 20px auto;
  }
  .sec02 .rea05 .flex figure {
    text-align: center;
    margin-bottom: 10px;
  }
  .sec02 .rea05 .flex dl {
    margin-left: 0px;
    padding: 0 5%;
  }
  .sec02 .rea05 .flex dl dt {
    font-size: 1.125em;
    line-height: 1.4;
  }
  .sec02 .rea05 .flex dl dd {
    padding: 19px 20px;
    width: 100%;
    font-size: 0.94em;
    margin: 15px 0 0;
  }
  .sec02 .rea05 .flex dl dd span {
    font-size: 1.13em;
    margin-top: 5px;
  }
}

/* -------------------------------------
sec03
-------------------------------------*/
.sec03 .wrap {
  margin: 24px auto 0;
}
.sec03 .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 38px auto;
}
.sec03 h3 {
  font-size: 1.875em;
  font-weight: bold;
  text-align: center;
  color: #e94709;
  line-height: 1.4;
  position: relative;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec03 h3::before {
  content: url(../images/tit-icon01.png);
  padding: 0px 50px 0 0;
  height: 76px;
}
.sec03 h3::after {
  content: url(../images/tit-icon02.png);
  padding: 0px 0 0 50px;
  height: 76px;
}
.sec03 h3 em {
  font-weight: bold;
  font-size: 1.2em;
}

.sec03 .sec03-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 710px;
  margin: 41px auto 45px;
  font-size: 0.94em;
}
.sec03 .sec03-01 li + li {
  margin-left: 45px;
}

/*配布エリア*/
.sec03 .sec03-area {
  text-align: center;
  padding: 56px 5% 50px;
}

.sec03 .sec03-area p {
  font-weight: bold;
  margin: 20px auto 10px;
}

/*配布部数*/
.sec03 .sec03-number {
  padding: 32px 5% 30px;
  text-align: center;
}
.sec03 .sec03-number p {
  margin: 18px auto 33px;
  font-size: 1.75em;
  font-weight: bold;
}
.sec03 .sec03-number .area-wrap p {
  font-size: 1rem;
}
.sec03 .sec03-number .bg-white {
  padding-top: 50px;
}
.sec03 .sec03-number ul.magazine {
  padding: 0 50px;
}
.sec03 .sec03-number ul.magazine > li {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  text-align: left;
}
.sec03 .sec03-number ul.magazine > li:not(:last-child) {
  border-bottom: 1px solid #000;
}
.sec03 .sec03-number ul.magazine > li figure {
  width: 30%;
}
.sec03 .sec03-number ul.magazine > li img {
  width: 100%;
  object-fit: contain;
}
.sec03 .sec03-number ul.area-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 65%;
}
.sec03 .sec03-number ul.area-wrap > li {
  width: calc((30 / 65) * 100%);
  text-align: left;
  margin-bottom: 30px;
}
.sec03 .sec03-number ul.area-wrap > li:nth-last-child(2),
.sec03 .sec03-number ul.area-wrap > li:last-child {
  margin-bottom: 0;
}
.sec03 .sec03-number ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 233px;
  font-size: 1.31em;
  margin-top: 7px;
  line-height: 1.33;
}
.sec03 .sec03-number ul li dl dt {
  width: 65%;
}
.sec03 .sec03-number ul li dl dd {
  width: 35%;
  text-align: right;
}

.sec03 .sec03-number .sisters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 50px 50px;
}
.sec03 .sec03-number .sisters img {
  width: 100%;
}
.sec03 .sec03-number p.detail {
  font-size: 0.875em;
  font-weight: normal;
  margin: 22px auto 22px;
}

@media screen and (max-width: 768px) {
  .sec03 .wrap {
    margin: 24px auto 0;
  }
  .sec03 .tit {
    margin: 20px auto;
  }
  .sec03 h3 {
    font-size: 1.25em;
    line-height: 1.4;
    padding: 0 5%;
  }
  .sec03 h3::before {
    padding: 0px 10px 0 0;
  }
  .sec03 h3::after {
    padding: 0px 0 0 10px;
  }
  .sec03 h3 em {
    font-size: 1.2em;
  }
  .sec03 .sec03-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 20px auto 20px;
    font-size: 0.94em;
    padding: 0 5%;
  }
  .sec03 .sec03-01 li + li {
    margin-left: 0px;
  }
  .sec03 .sec03-01 li figure {
    text-align: center;
    margin-top: 10px;
  }

  /*配布エリア*/
  .sec03 .sec03-area {
    text-align: center;
    padding: 30px 5% 30px;
  }

  .sec03 .sec03-area p {
    font-weight: bold;
    margin: 10px auto 10px;
  }
  .sec03 .sec03-area figure img {
    width: 100%;
  }

  /*配布部数*/
  .sec03 .sec03-number {
    text-align: center;
    padding: 30px 5% 30px;
  }
  .sec03 .sec03-number p {
    font-size: 1.25em;
    margin: 10px auto 10px;
  }
  .sec03 .sec03-number .bg-white {
    padding-top: 20px;
  }
  .sec03 .sec03-number ul.magazine {
    padding: 0 20px;
  }
  .sec03 .sec03-number ul.magazine > li {
    width: 100%;
    flex-flow: column;
    padding: 20px 0;
  }
  .sec03 .sec03-number ul.magazine > li figure {
    width: 50%;
    margin: 0 auto 20px;
  }
  .sec03 .sec03-number ul.area-wrap {
    width: 100%;
  }
  .sec03 .sec03-number ul.area-wrap > li {
    width: 45%;
    margin-bottom: 20px;
  }
  .sec03 .sec03-number ul.area-wrap > li h5 {
    font-size: 1em;
    min-width: 100%;
  }

  .sec03 .sec03-number ul.magazine > li.ff-row {
    flex-flow: row;
  }
  .sec03 .sec03-number ul.magazine > li.ff-row > * {
    width: 45%;
  }
  .sec03 .sec03-number ul.magazine > li.ff-row figure {
    margin: 0;
  }
  .sec03 .sec03-number .ff-row ul.area-wrap > li {
    width: 100%;
  }
  .sec03 .sec03-number ul.area-wrap li dl {
    width: 100%;
    font-size: 1em;
    margin-top: 7px;
    line-height: 1.6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec03 .sec03-number ul.area-wrap li dl dt {
    width: 50%;
  }
  .sec03 .sec03-number ul.area-wrap li dl dd {
    width: 40%;
    text-align: right;
  }

  .sec03 .sec03-number .sisters {
    grid-template-columns: 1fr;
    padding: 0 20px 20px;
  }
  .sec03 .sec03-number p.detail {
    font-size: 0.875em;
    margin: 10px auto 0px;
  }
}

/* -------------------------------------
sec04
-------------------------------------*/
.sec04 .wrap {
  padding: 51px 0 35px;
}
.sec04 .tit {
  text-align: center;
}
.sec04 .tit p {
  font-size: 0.875em;
  margin-top: 3px;
}
.sec04 .table {
  width: 980px;
  margin: 30px auto 64px;
}
.sec04 .table h5 {
  font-size: 0.87em;
  margin: 0 0 9px;
}
.sec04 .table h5 span {
  font-size: 1.42em;
  font-weight: bold;
  min-width: 170px;
  display: inline-block;
}
.sec04 .table p.detail {
  font-size: 0.875em;
  margin-top: 7px;
}
.sec04 .table p.detail + p {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .sec04 .wrap {
    padding: 30px 5% 30px;
  }
  .sec04 .tit {
    text-align: center;
  }
  .sec04 .tit p {
    font-size: 0.875em;
    margin-top: 3px;
  }
  .sec04 .table {
    width: 100%;
    margin: 10px auto 30px;
  }
  .sec04 .table h5 {
    font-size: 0.87em;
    margin: 0 0 9px;
  }
  .sec04 .table h5 span {
    font-size: 1.12em;
    font-weight: bold;
    min-width: 170px;
    display: block;
  }
  .sec04 .table figure img {
    width: 750px;
  }
  .sec04 .table p.detail {
    font-size: 0.875em;
    margin-top: 7px;
  }
  .sec04 .table p.detail + p {
    margin-top: 0px;
  }
}

/* -------------------------------------
sec06
-------------------------------------*/
.sec06 .case {
  padding: 57px 5% 57px;
}
.sec06 .bg-white {
  width: 820px;
  padding: 27px 5% 37px;
  margin: 0 auto;
  border-radius: 8.5px;
}
.sec06 .titC span {
  font-size: 1.875em;
}
.sec06 .case01 {
  text-align: center;
  margin: 31px auto 29px;
}
.sec06 .case01 figure {
  margin: 10px auto 17px;
}
.sec06 .case01 dl dt {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.25;
}
.sec06 .case01 dl dt::after {
  content: url(../images/case-icon.png);
  display: block;
  margin: 3px 0 3px;
}
.sec06 .case01 dl dd {
  font-size: 1.56em;
  font-weight: 800;
}
.sec06 .case01 dl dd span {
  font-size: 1.2em;
}
.sec06 .order {
  border-radius: 8.5px;
  border: 1px solid #000;
  padding: 35px;
}
.sec06 .order dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec06 .order dl dt {
  border-radius: 50%;
  width: 87px;
  height: 87px;
  color: white;
  font-size: 1.25em;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec06 .order dl:nth-child(1) dt {
  background-color: #00509d;
}
.sec06 .order dl:nth-child(3) dt {
  background-color: #008442;
}
.sec06 .order dl:nth-child(5) dt {
  background-color: #bc2221;
  color: #ffff00;
  font-size: 1.87em;
}
.sec06 .order dl dd {
  font-size: 1.25em;
  line-height: 1.25;
  width: 82%;
}
.sec06 .order dl dd span {
  font-weight: bold;
  font-size: 1.25em;
  display: block;
}
.sec06 .order dl dd strong {
  font-weight: bold;
}
.sec06 .order .icon {
  background-image: url(../images/case-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 87px;
  height: 46px;
}

@media screen and (max-width: 768px) {
  .sec06 .case {
    padding: 20px 5%;
  }
  .sec06 .bg-white {
    width: 100%;
    padding: 20px 5%;
    margin: 0 auto;
  }
  .sec06 .titC span {
    font-size: 1.18em;
  }
  .sec06 .case01 {
    margin: 20px auto 20px;
  }
  .sec06 .case01 figure {
    margin: 10px auto;
  }
  .sec06 .case01 figure img {
    width: 100%;
  }
  .sec06 .case01 dl dt {
    font-size: 1.125em;
    line-height: 1.25;
  }
  .sec06 .case01 dl dt::after {
    content: url(../images/case-icon.png);
    display: block;
    margin: 5px 0 5px;
  }
  .sec06 .case01 dl dd {
    font-size: 1.125em;
  }
  .sec06 .case01 dl dd span {
    font-size: 1.2em;
  }
  .sec06 .order {
    border-radius: 8.5px;
    border: 1px solid #000;
    padding: 20px 5%;
  }
  .sec06 .order dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec06 .order dl dt {
    width: 60px;
    height: 60px;
    font-size: 0.93em;
    margin-right: 10px;
  }
  .sec06 .order dl:nth-child(5) dt {
    font-size: 1.18em;
  }
  .sec06 .order dl dd {
    font-size: 1em;
    line-height: 1.25;
    width: 74%;
  }
  .sec06 .order dl dd span {
    font-size: 1.125em;
  }
  .sec06 .order dl dd strong {
  }
  .sec06 .order .icon {
    width: 60px;
    height: 45px;
  }
}

/* -------------------------------------
sec08
-------------------------------------*/
/*deadline*/
.sec08 .deadline ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 55px;
}
.sec08 > div {
  margin: 45px auto;
}
.sec08 .deadline ul dl {
  min-width: 480px;
  border: 2px solid #404040;
}
.sec08 .deadline ul dl dt {
  background-color: #404040;
  color: white;
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  padding: 5.5px 5px;
}
.sec08 .deadline ul dl dd {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  padding: 20px 5px 24px;
}
.sec08 .deadline ul dl dd span {
  font-size: 0.75em;
  display: block;
  margin-top: 3px;
  font-weight: normal;
}
.sec08 .step {
  margin: 45px auto 88px;
}
.sec08 .partner .table {
  width: 980px;
  margin: 40px auto 55px;
  text-align: center;
}
.sec08 .partner .table p.detail {
  font-size: 0.93em;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .sec08 .deadline ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
    padding: 0 5%;
  }
  .sec08 > div {
    margin: 20px auto 30px;
  }
  .sec08 .deadline ul li + li {
    margin-top: 10px;
  }
  .sec08 .deadline ul dl {
    min-width: 100%;
  }
  .sec08 .deadline ul dl dt {
    font-size: 1em;
    padding: 5.5px 5px;
  }
  .sec08 .deadline ul dl dd {
    font-size: 1.25em;
    padding: 10px 5px 10px;
  }
  .sec08 .deadline ul dl dd span {
    font-size: 0.75em;
    margin-top: 3px;
  }
  .sec08 .step {
    margin: 20px auto 30px;
  }
  .sec08 .partner .table {
    width: 100%;
    margin: 20px auto 30px;
    padding: 0 5%;
  }
  .sec08 .partner .table p.detail {
    font-size: 0.93em;
    margin-top: 10px;
  }
}

/* -------------------------------------
sec10
-------------------------------------*/
.sec10 {
  margin-top: 70px;
}
.sec10 .tit .titB {
  background-color: #000;
  padding: 15.5px 10px;
}
.sec10 .tit p {
  font-size: 0.875em;
  text-align: center;
  margin-top: 29px;
}
