@charset "UTF-8";
artilce {
  color: #000;
}

/*p {
	text-align: justify;
	text-justify: inter-ideograph;
}*/
/* ----- structure ----- */
.main .catch {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .main .catch {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .inner {
    max-width: 92% !important;
  }
}

.text {
  text-align: justify;
  text-justify: inter-ideograph;
}

.sp-header {
  display: none;
}
@media (max-width: 640px) {
  .sp-header {
    display: block;
  }
}

.contents-header {
  padding: 92px 0;
  background: url(../img/topimage.jpg) top center no-repeat;
  background-size: cover;
}
@media (max-width: 900px) {
  .contents-header {
    padding: 3% 0;
  }
}
@media (max-width: 640px) {
  .contents-header {
    display: none;
  }
}
.contents-header h1 {
  max-width: 314.5px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contents-header h1 {
    max-width: 50%;
  }
}
.contents-header .flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.contents-header .flag li {
  width: 97px;
  margin-right: 30px;
}
.contents-header .flag li:first-child {
  margin-right: 30px;
}
.contents-header .flag li:last-child {
  margin-right: 0px;
}
.contents-header .subtitle {
  text-align: center;
  margin-bottom: 32px;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
}
@media (max-width: 900px) {
  .contents-header .subtitle {
    margin-bottom: 16px;
  }
}
.contents-header .text {
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .contents-header .text {
    padding: 0 16px;
    font-size: 16px;
  }
}
.contents-header.second {
  padding: 58px 0 0;
  background: url(../img/second-bg.jpg) top center no-repeat;
  background-size: cover;
}
.contents-header.second h1 {
  margin-bottom: 68px;
  max-width: inherit;
  padding-left: 64px;
  font-size: 44px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.contents-header.second h1 small {
  font-size: 30px;
}
.contents-header.second h1 a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contents-header.second h1 a:hover {
  opacity: 0.7;
}
@media (max-width: 640px) {
  .contents-header.second {
    padding: 32px 0 0;
  }
  .contents-header.second h1 {
    text-align: center;
    font-size: 26px;
    padding-left: 0;
    margin-bottom: 32px;
  }
  .contents-header.second h1 small {
    font-size: 20px;
  }
}

.contents-navi {
  background: #eeeeee;
}
.contents-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 915px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .contents-navi ul {
    font-size: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px;
  }
}
.contents-navi ul li {
  width: 20%;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.contents-navi ul li:nth-child(n+2)::after {
  content: "";
  display: block;
  left: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: #001489;
  position: absolute;
}
@media (max-width: 640px) {
  .contents-navi ul li:nth-child(n+2)::after {
    content: none;
  }
}
/*.contents-navi ul li:last-child a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  background: #dc143c;
}
*/
.contents-navi ul li:last-child a:hover {
  background: rgb(0, 41, 111);
  color: #fff;
}
@media (max-width: 640px) {
  .contents-navi ul li {
    border: 1px solid #001489;
    font-size: 12px;
    /*&:nth-child(1) {
    	width: 100%;
    }

    &:nth-child(n + 2) {
    	width: 48.8%;
    	text-align: left;
    }

    &:nth-child(-n +3) {
    	margin-bottom: 8px;
    }*/
    width: 48.8%;
    text-align: left;
    margin-bottom: 8px;
  }
  .contents-navi ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.contents-navi ul li:hover {
  background: rgb(0, 41, 111);
}
.contents-navi ul li:hover a {
  color: #fff;
}
.contents-navi ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  color: #001489;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 24px 0;
}
@media (max-width: 640px) {
  .contents-navi ul li a {
    font-size: 12px;
    padding: 12px 0 12px 12px;
    position: relative;
  }
  .contents-navi ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-right: 1px solid #001489;
    border-bottom: 1px solid #001489;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.blue-title {
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 2px solid #001489;
  font-size: 40px;
  color: #001489;
  font-family: "Anton";
  margin-bottom: 12px;
}
@media (max-width: 640px) {
  .blue-title {
    font-size: 27px;
  }
}
.blue-title.black-border {
  border-bottom-color: #000;
}
@media (max-width: 640px) {
  .blue-title.black-border {
    font-size: 40px;
  }
}
.blue-title.no-border {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .blue-title.no-border {
    font-size: 40px;
  }
}

.sub-title {
  text-align: center;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding-top: 20px;
  margin: 0 32px;
  font-size: 20px;
}

.pt12 {
  padding-top: 12px;
}

.btn {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 640px) {
  .btn {
    margin-top: 32px;
  }
}
.btn a {
  display: inline-block;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  color: #001489;
  border: 1px solid #001489;
  padding: 12px 90px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .btn a {
    padding: 12px 70px;
  }
}
.btn a:hover {
  color: #fff;
  background: #001489;
}

.lead-area {
  padding: 128px 0;
}
@media (max-width: 640px) {
  .lead-area {
    padding: 48px 0;
  }
}
.lead-area .inner {
  max-width: 816px;
  margin: 0 auto;
}
.lead-area .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .lead-area .lead {
    display: block;
  }
}
.lead-area .lead figure {
  width: 32%;
  margin-right: 4%;
}
@media (max-width: 640px) {
  .lead-area .lead figure {
    width: 200px;
    margin: 0 auto;
  }
}
.lead-area .lead dl {
  width: 64%;
}
@media (max-width: 640px) {
  .lead-area .lead dl {
    width: 100%;
    margin-top: 18px;
  }
}
.lead-area .lead dl dt {
  margin-top: -6px;
  line-height: 1.6;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
}
@media (max-width: 640px) {
  .lead-area .lead dl dt {
    text-align: center;
  }
}
.lead-area .lead dl dd {
  line-height: 1.75;
  font-size: 16px;
  margin-top: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: -1px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 640px) {
  .lead-area .lead dl dd {
    font-size: 14px;
  }
}

.pt {
  padding: 0 0 128px;
  /* .mov-area*/
}
@media (max-width: 640px) {
  .pt {
    padding: 0 0 64px;
  }
}
.pt .movie-area {
  background: url(../img/img2.jpg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 15%;
  margin-top: 36px;
}
@media (max-width: 640px) {
  .pt .movie-area {
    padding-top: 128px;
    background-image: url(../img/img2_smp.jpg);
  }
}
.pt .movie-area .movie {
  position: relative;
  margin: 60px auto 0;
  width: 560px;
  height: 316px;
}
@media (max-width: 640px) {
  .pt .movie-area .movie {
    width: 86%;
    margin: 0 auto;
    height: 0;
    padding-top: 50%;
  }
}
.pt .movie-area .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.pt .inner {
  max-width: 816px;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 640px) {
  .pt .inner {
    padding-top: 48px;
  }
}
.pt .inner .catch dt {
  text-align: center;
  font-size: 32px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
}
@media (max-width: 640px) {
  .pt .inner .catch dt {
    font-size: 20px;
  }
}
.pt .inner .catch dd {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .pt .inner .catch dd {
    display: block;
  }
}
.pt .inner .catch dd .text,
.pt .inner .catch dd figure {
  width: 48%;
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .pt .inner .catch dd .text,
.pt .inner .catch dd figure {
    width: 100%;
  }
}
.pt .inner .catch dd figure {
  margin-right: 4%;
}
@media (max-width: 640px) {
  .pt .inner .catch dd figure {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.service {
  padding: 0 0 128px;
}
@media (max-width: 640px) {
  .service {
    padding: 0 0 64px;
  }
}
.service .inner {
  max-width: 816px;
  margin: 0 auto;
}
.service .inner dl {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .service .inner dl {
    margin-bottom: 32px;
  }
}
.service .inner dl:first-of-type {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .service .inner dl:first-of-type {
    margin-top: 32px;
  }
}
.service .inner dl:last-of-type {
  margin-bottom: 0;
}
.service .inner dl dt {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px #999;
          box-shadow: 4px 4px 8px #999;
}
@media (max-width: 640px) {
  .service .inner dl dt {
    width: 100%;
    font-size: 16px;
  }
}
.service .inner dl dd {
  color: #333333;
  line-height: 1.7;
}
.service .inner dl dd figure {
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 640px) {
  .service .inner dl dd figure {
    width: 100%;
    position: static;
    margin-top: 24px;
  }
}
.service .inner dl dd .text {
  margin-top: 16px;
  width: 50%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .service .inner dl dd .text {
    width: 100%;
  }
}

.flow {
  background: #e5e7f3;
}
.flow .inner {
  max-width: 816px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 640px) {
  .flow .inner {
    padding: 48px 0;
  }
}
.flow .inner figure {
  margin-top: 36px;
}
.flow .inner .text {
  margin-top: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.7;
  color: #333;
}

.schedule .inner {
  max-width: 816px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 640px) {
  .schedule .inner {
    padding: 48px 0;
  }
}
.schedule .inner figure {
  margin-top: 36px;
}
@media (max-width: 640px) {
  .schedule .inner figure {
    margin-top: 28px;
  }
}
.schedule .inner .text {
  margin-top: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.7;
  color: #333;
}

/*****************************+
school
*******************************/
.school {
  /* .feature */
  /* .system */
}
.school dt {
  color: #000;
}
.school .contents-header {
  padding: 80px 0;
  background-image: url(../img/school/header_img.jpg);
}
@media (max-width: 640px) {
  .school .contents-header {
    display: block;
    padding: 32px 0;
  }
}
.school .contents-header h1 {
  max-width: 281px;
}
@media (max-width: 640px) {
  .school .contents-header h1 {
    max-width: 164px;
  }
}
.school .contents-header .text {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 640px) {
  .school .contents-header .text {
    line-height: 1;
    font-size: 20px;
  }
}
.school h2 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  color: #000;
}
@media (max-width: 640px) {
  .school h2 {
    font-size: 20px;
  }
}
.school .top-area .inner {
  width: 816px;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 640px) {
  .school .top-area .inner {
    padding: 48px 0;
  }
}
.school .top-area .inner > .text {
  line-height: 1.7;
  margin: 24px 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
.school .top-area h2:nth-of-type(2) {
  margin-top: 60px;
}
.school .top-area dl.dream {
  min-height: 256px;
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 640px) {
  .school .top-area dl.dream {
    margin-bottom: 32px;
  }
}
.school .top-area dl.dream:first-of-type {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .school .top-area dl.dream:first-of-type {
    margin-top: 32px;
  }
}
.school .top-area dl.dream:last-of-type {
  margin-bottom: 0;
}
.school .top-area dl.dream dt {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px #999;
          box-shadow: 4px 4px 8px #999;
}
@media (max-width: 640px) {
  .school .top-area dl.dream dt {
    width: 100%;
    font-size: 16px;
  }
}
.school .top-area dl.dream dd {
  color: #333333;
  line-height: 1.7;
}
.school .top-area dl.dream dd figure {
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 640px) {
  .school .top-area dl.dream dd figure {
    width: 100%;
    position: static;
    margin-top: 24px;
  }
}
.school .top-area dl.dream dd .text {
  margin-top: 16px;
  width: 50%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .school .top-area dl.dream dd .text {
    width: 100%;
  }
}
.school .top-area dl.btm dd {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  .school .top-area dl.btm dd {
    display: block;
  }
}
.school .top-area dl.btm dd figure {
  width: 48%;
}
@media (max-width: 640px) {
  .school .top-area dl.btm dd figure {
    width: 100%;
  }
  .school .top-area dl.btm dd figure:first-child {
    margin-bottom: 8px;
  }
}
.school .feature {
  background: #e5e7f3;
  padding: 80px 0;
}
@media (max-width: 640px) {
  .school .feature {
    padding: 48px 0;
  }
}
.school .feature .inner {
  max-width: 816px;
  margin: 0 auto;
}
.school .feature dl {
  min-height: 256px;
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 640px) {
  .school .feature dl {
    margin-bottom: 32px;
  }
}
.school .feature dl:first-of-type {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .school .feature dl:first-of-type {
    margin-top: 32px;
  }
}
.school .feature dl:last-of-type {
  margin-bottom: 0;
}
.school .feature dl dt {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  color: #fff;
  background: #001489;
}
@media (max-width: 640px) {
  .school .feature dl dt {
    width: 100%;
    font-size: 16px;
  }
}
.school .feature dl dd {
  color: #333333;
  line-height: 1.7;
}
.school .feature dl dd figure {
  width: 46%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 640px) {
  .school .feature dl dd figure {
    width: 100%;
    position: static;
    margin-top: 24px;
  }
}
.school .feature dl dd .text {
  margin-top: 16px;
  width: 50%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .school .feature dl dd .text {
    width: 100%;
  }
}
.school .system {
  padding: 80px 0;
}
@media (max-width: 640px) {
  .school .system {
    padding: 32px 0;
  }
}
.school .system .inner {
  max-width: 816px;
  margin: 0 auto;
}
.school .system dl {
  min-height: 256px;
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 640px) {
  .school .system dl {
    margin-bottom: 32px;
  }
}
.school .system dl:first-of-type {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .school .system dl:first-of-type {
    margin-top: 32px;
  }
}
.school .system dl:last-of-type {
  margin-bottom: 0;
}
.school .system dl dt {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px #999;
          box-shadow: 4px 4px 8px #999;
}
@media (max-width: 640px) {
  .school .system dl dt {
    width: 100%;
    font-size: 16px;
  }
}
.school .system dl dd {
  color: #333333;
  line-height: 1.7;
}
.school .system dl dd .text {
  margin-top: 16px;
  width: 50%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .school .system dl dd .text {
    width: 100%;
  }
}
.school .system dl.top {
  min-height: 521px;
}
.school .system dl.top figure {
  width: 50%;
  padding-top: 24px;
  text-align: center;
}
@media (max-width: 640px) {
  .school .system dl.top figure {
    width: 100%;
  }
}
.school .system dl.top figure img {
  width: 160px;
}
@media (max-width: 640px) {
  .school .system dl.top figure img {
    width: 121px;
  }
}
.school .system dl.top .imgList {
  width: 46%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .school .system dl.top .imgList {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .school .system dl.top .imgList li {
    margin-top: 20px;
    width: 49%;
  }
}
.school .system dl.top .imgList li:first-child {
  margin-bottom: 8px;
}
@media (max-width: 640px) {
  .school .system dl.top .imgList li:first-child {
    margin-bottom: 0;
  }
}
.school .system dl.middle dd figure {
  width: 46%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .school .system dl.middle dd figure {
    width: 100%;
    position: static;
    margin-top: 24px;
  }
}
.school .system dl.btm dt {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #000;
  padding-left: 0;
}
@media (max-width: 640px) {
  .school .system dl.btm dt {
    font-size: 20px;
    text-align: center;
  }
}
.school .system dl.btm dd .text {
  margin: 16px 0;
  width: 100%;
}
.school .system dl.btm dd .imgList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .school .system dl.btm dd .imgList {
    display: block;
  }
}
.school .system dl.btm dd .imgList li {
  width: 49%;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .school .system dl.btm dd .imgList li {
    width: 100%;
    margin-bottom: 8px;
  }
}

.feature .btm dt {
  color: #000 !important;
  width: 100% !important;
  background: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #000;
  padding-left: 0;
}
@media (max-width: 640px) {
  .feature .btm dt {
    font-size: 20px;
    text-align: center;
  }
}
.feature .btm dd .text {
  margin: 16px 0;
  width: 100% !important;
}
.feature .btm dd .imgList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  .feature .btm dd .imgList {
    display: block;
  }
}
.feature .btm dd .imgList li {
  width: 49%;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .feature .btm dd .imgList li {
    width: 100%;
    margin-bottom: 8px;
  }
}

/*****************************+
receiving
*******************************/
.receiving dt {
  color: #000;
}
.receiving .contents-header {
  padding: 80px 0;
  background-image: url(../img/flow/flow-header.jpg);
}
@media (max-width: 640px) {
  .receiving .contents-header {
    display: block;
    padding: 32px 0;
  }
}
.receiving .contents-header h1 {
  max-width: 281px;
}
@media (max-width: 640px) {
  .receiving .contents-header h1 {
    max-width: 164px;
  }
}
.receiving .contents-header .text {
  color: #fff;
  font-size: 32px;
}
@media (max-width: 640px) {
  .receiving .contents-header .text {
    line-height: 1;
    font-size: 20px;
  }
}
.receiving .flow-area {
  padding: 48px 0;
}
@media (max-width: 640px) {
  .receiving .flow-area {
    padding: 32px 0;
  }
}
.receiving .flow-area .inner {
  max-width: 816px;
  margin: 0 auto;
}
.receiving .flow-area dl {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .receiving .flow-area dl {
    padding-bottom: 40px;
    margin-bottom: 22px;
  }
}
.receiving .flow-area dl::before, .receiving .flow-area dl::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-right: 2px solid #009189;
  border-bottom: 2px solid #009189;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.receiving .flow-area dl::before {
  bottom: 12px;
}
.receiving .flow-area dl::after {
  bottom: 4px;
}
.receiving .flow-area dl:last-of-type {
  margin-bottom: 0;
}
.receiving .flow-area dl:last-of-type::before, .receiving .flow-area dl:last-of-type::after {
  content: none;
}
.receiving .flow-area dl dt {
  max-width: 470px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
  line-height: 1.5;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px #999;
          box-shadow: 4px 4px 8px #999;
}
@media (max-width: 640px) {
  .receiving .flow-area dl dt {
    width: 100%;
    font-size: 16px;
  }
}
.receiving .flow-area dl dd {
  line-height: 1.7;
  margin-top: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
}