@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;
  }
}

.contents-header {
  padding: 57px 0 0;
  background: url(../img/index-bg1.jpg) top center no-repeat;
  background-size: cover;
}
.contents-header h1 {
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contents-header h1 {
    max-width: 90%;
  }
}
.contents-header .categories {
  margin: 24px 0;
  text-align: center;
}
.contents-header .categories li {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  background: #00b2bc;
  padding: 8px 12px;
  border-radius: 6px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .contents-header .categories li {
    border-radius: 4px;
    font-size: 12px;
    padding: 8px 8px;
  }
}
.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-bottom: 80px;
}
@media (max-width: 640px) {
  .contents-header .text {
    margin-bottom: 40px;
    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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-navi li {
  text-align: center;
  background: rgba(0, 41, 111, 0.8);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25%;
  border-left: 1px solid #fff;
}
.contents-navi li:hover {
  background: rgb(0, 41, 111);
}
.contents-navi li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 78px 0 24px;
  background-size: auto 45px;
  background-repeat: no-repeat;
  background-position: center 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 900px) {
  .contents-navi li a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .contents-navi li a {
    line-height: 1.4;
    font-size: 14px;
    padding: 50px 0 18px;
    background-size: auto 23px;
    background-position: center 16px;
  }
}
.contents-navi li:nth-child(1) {
  border-left: none;
}
.contents-navi li:nth-child(1) a {
  background-image: url(../img/menu-icon0.png);
}
.contents-navi li:nth-child(2) a {
  background-image: url(../img/menu-icon1.png);
}
.contents-navi li:nth-child(3) a {
  background-image: url(../img/menu-icon2.png);
}
.contents-navi li:nth-child(4) a {
  background-image: url(../img/menu-icon3.png);
}

.news {
  background: #eeeeee;
  padding: 45px 0;
}
.news .inner {
  max-width: 692px;
  margin: 0 auto;
}
.news h2 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  padding-left: 50px;
  background: url(../img/icon-news.png) 0 0 no-repeat;
  background-size: auto 32px;
  margin-bottom: 12px;
}
@media (max-width: 640px) {
  .news h2 {
    font-size: 20px;
  }
}
.news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 2.25;
}
.news dl dt {
  width: 135px;
}
@media (max-width: 900px) {
  .news dl {
    display: block;
  }
  .news dl dt {
    width: 100%;
    line-height: 1.5;
  }
  .news dl dd {
    margin-bottom: 16px;
    line-height: 1.5;
  }
}
.news a {
  color: #000;
}
.news a:hover {
  text-decoration: underline;
}

.cost {
  padding: 48px 0;
  background: url(../img/index-bg2.jpg) top center no-repeat;
  background-size: cover;
}
.cost .inner {
  max-width: 816px;
  margin: 0 auto;
}
.cost .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cost .lead figure {
  width: 46%;
  margin-right: 4%;
}
.cost .lead dl {
  width: 50%;
}
.cost .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;
}
.cost .lead dl dt strong {
  color: #e60012;
}
.cost .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) {
  .cost .lead {
    display: block;
  }
  .cost .lead figure {
    width: 100%;
    margin-right: 0;
  }
  .cost .lead dl {
    margin-top: 16px;
    width: 100%;
  }
}
.cost .catch {
  margin: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cost .catch .text {
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  width: 59%;
  font-size: 32px;
  line-height: 1.37;
}
.cost .catch .text strong {
  color: #e60012;
  font-weight: bold;
  font-size: 45px;
}
@media (max-width: 900px) {
  .cost .catch .text {
    margin-right: 1%;
    width: 58%;
    font-size: 24px;
  }
  .cost .catch .text strong {
    font-size: 34px;
  }
}
.cost .catch figure {
  width: 41%;
}
@media (max-width: 640px) {
  .cost .catch {
    display: block;
  }
  .cost .catch .text {
    width: 100%;
  }
  .cost .catch figure {
    margin-top: 16px;
    width: 100%;
  }
}
.cost .btmText {
  margin-top: 40px;
}
.cost .btmText dt {
  color: #fff;
  background: #00b2bc;
  font-size: 22px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  padding: 0 16px;
}
.cost .btmText dd {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.75;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.trouble {
  padding: 48px 0;
  background: url(../img/index-bg3.jpg) top center no-repeat;
  background-size: cover;
}
.trouble .inner {
  max-width: 816px;
  margin: 0 auto;
  background: #fff;
  border-top: 4px solid #00b2bc;
  padding: 16px 0 20px;
}
.trouble h2 {
  padding: 0 0 16px 80px;
  border-bottom: 1px solid #cccccc;
  font-size: 32px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  background: url(../img/icon-hand.png) 32px 0 no-repeat;
  background-size: auto 36px;
  line-height: 1.1;
}
@media (max-width: 900px) {
  .trouble h2 {
    font-size: 26px;
    padding-right: 8px;
  }
}
@media (max-width: 640px) {
  .trouble h2 {
    font-size: 20px;
  }
}
.trouble .list {
  padding: 32px 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .trouble .list {
    display: block;
  }
}
.trouble .list figure {
  width: 40%;
  margin-right: 4.1%;
}
@media (max-width: 640px) {
  .trouble .list figure {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 16px;
  }
}
.trouble .list li {
  color: #00296f;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left: 32px;
  background: url(../img/check-arrow.png) 0 50% no-repeat;
  background-size: auto 16px;
}
.trouble .text {
  line-height: 1.75;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  padding: 0 32px;
  margin-top: 24px;
}

.case {
  padding: 48px 0;
}
@media (max-width: 640px) {
  .case {
    padding: 24px 0;
  }
}
.case .inner {
  max-width: 816px;
  margin: 0 auto;
}
.case a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}
.case h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .case h2 {
    font-size: 20px;
  }
}
.case .lead {
  text-align: center;
  font-size: 16px;
  margin: 16px 0 32px;
}
.case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case ul li:nth-child(2) {
  margin: 0 8px;
}
@media (max-width: 640px) {
  .case ul li:nth-child(2) {
    margin-left: 8px;
  }
  .case ul li:nth-child(3) {
    display: none;
  }
}

#index-case-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index-case-list .case-list-item {
  width: 32%;
}
@media (max-width: 640px) {
  #index-case-list .case-list-item {
    width: 100%;
  }
}

.case-list-item a {
  display: block;
  background: #00b2bc;
  height: 100%;
  padding-bottom: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.case-list-item a figure {
  overflow: hidden;
}
.case-list-item a figure img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-list-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.case-list-item .title {
  line-height: 1.71;
  padding: 8px 16px;
  min-height: 3em;
  display: block;
  text-align: justify;
  text-justify: inter-ideograph;
}
.case-list-item .category {
  display: inline-block;
  background: #1056a9;
  padding: 4px 12px;
  margin-left: 16px;
  border-radius: 4px;
  display: inline-block;
}

.case-btn {
  margin: 32px auto 0;
  width: 236px;
}
.case-btn a {
  text-align: center;
  border-radius: 18px;
  border: 1px solid #00b2bc;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  padding: 12px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.case-btn a:hover {
  background: #00b2bc;
  color: #fff;
}

.select {
  padding: 48px 0;
  background: #eeeeee;
}
@media (max-width: 640px) {
  .select {
    padding: 24px 0;
  }
}
.select .inner {
  max-width: 944px;
  margin: 0 auto;
}
.select h2 {
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .select h2 {
    font-size: 20px;
  }
}
.select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select ul li {
  width: 24.4%;
  margin-right: 0.8%;
  margin-bottom: 0.8%;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.select ul li:nth-child(4n) {
  margin-right: 0;
}
.select ul li:nth-child(1) .title {
  min-height: 46px;
}
.select ul li .title {
  color: #00b2bc;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding: 8px 16px 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.select ul li .text {
  padding: 8px 16px 16px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 640px) {
  .select ul li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .select ul li:nth-child(4n) {
    margin-right: 0;
  }
  .select ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .select ul li .title {
    font-size: 16px;
  }
}

.demoli-contact {
  background: #1056a9;
  padding: 32px 0;
}
.demoli-contact .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  max-width: 944px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 24px 64px 32px;
}
@media (max-width: 900px) {
  .demoli-contact .inner {
    padding: 16px;
  }
}
.demoli-contact h2 {
  text-align: center;
  line-height: 1.37;
  font-size: 32px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  border-bottom: 1px solid #666666;
  padding-bottom: 8px;
}
@media (max-width: 900px) {
  .demoli-contact h2 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .demoli-contact h2 {
    font-size: 20px;
    padding-bottom: 16px;
  }
}
.demoli-contact h2 strong {
  display: block;
  color: #e60012;
}
.demoli-contact ul {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .demoli-contact ul {
    display: block;
  }
}
.demoli-contact ul li {
  width: 50%;
  text-align: center;
}
@media (max-width: 640px) {
  .demoli-contact ul li {
    width: 100%;
  }
}
.demoli-contact ul li dt {
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.demoli-contact ul li dd {
  margin-top: 20px;
}
.demoli-contact ul li.tel {
  border-right: 1px solid #666666;
}
@media (max-width: 640px) {
  .demoli-contact ul li.tel {
    border-right: none;
    border-bottom: 1px solid #666666;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
}
.demoli-contact ul li.tel a {
  color: #000;
  font-size: 36px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
}
@media (max-width: 900px) {
  .demoli-contact ul li.tel a {
    font-size: 26px;
  }
}
.demoli-contact ul li.tel a:hover {
  cursor: inherit;
}
.demoli-contact ul li.tel time {
  margin-top: 8px;
  font-size: 16px;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.demoli-contact ul li.web a {
  display: block;
  color: #fff;
  background: #00b2bc;
  padding: 16px 0;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  width: 296px;
  margin: 0 auto;
  border-radius: 8px;
  border-bottom: #007c83 solid 4px;
}
@media (max-width: 900px) {
  .demoli-contact ul li.web a {
    width: 90%;
  }
}
.demoli-contact ul li.web a:hover {
  opacity: 0.7;
}

/******* flow ********/
.flow {
  padding: 64px 0;
  background: #eeeeee;
}
@media (max-width: 640px) {
  .flow {
    padding: 32px 0;
  }
}
.flow .inner {
  max-width: 816px;
  margin: 0 auto;
}
.flow h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
}
@media (max-width: 640px) {
  .flow h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.flow .text {
  margin: 32px 0 28px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 640px) {
  .flow .text {
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
.flow .flowList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.75;
  font-size: 16px;
  background: #fff;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .flow .flowList dl {
    display: block;
  }
}
.flow .flowList dl dt {
  width: 25%;
  background: #333333;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 640px) {
  .flow .flowList dl dt {
    position: static;
    width: 100%;
    padding: 12px 0;
  }
}
.flow .flowList dl dt::before {
  content: "";
  background: #00b2bc;
  width: 4px;
  height: 48px;
  position: absolute;
  bottom: -41px;
  left: 50%;
  z-index: 1;
}
.flow .flowList dl dt::after {
  content: "";
  background: #00b2bc;
  width: 4px;
  height: 27px;
  position: absolute;
  bottom: -41px;
  margin-left: 6px;
  left: 50%;
  z-index: 1;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}
.flow .flowList dl dd {
  width: 75%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 16px 3%;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 640px) {
  .flow .flowList dl dd {
    width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.flow .flowList li:last-child {
  margin-bottom: 0;
}
.flow .flowList li:last-child dt::before,
.flow .flowList li:last-child dt::after {
  content: none;
}

/* ********* price *************/
.price {
  padding: 64px 0;
  background: #eeeeee;
}
@media (max-width: 640px) {
  .price {
    padding: 32px 0;
  }
}
.price .inner {
  max-width: 816px;
  margin: 0 auto;
}
.price h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  margin-bottom: 64px;
}
@media (max-width: 640px) {
  .price h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.price .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price .lead:first-of-type {
  margin-bottom: 48px;
}
.price .lead figure {
  width: 46%;
  margin-right: 4%;
}
.price .lead dl {
  width: 50%;
}
.price .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;
  letter-spacing: -1px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.price .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) {
  .price .lead {
    display: block;
  }
  .price .lead figure {
    width: 100%;
    margin-right: 0;
  }
  .price .lead dl {
    margin-top: 16px;
    width: 100%;
  }
  .price .lead dl dd {
    margin-top: 0px;
  }
}
.price .price-list {
  background: #fff;
  margin-top: 48px;
  padding: 48px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 640px) {
  .price .price-list {
    padding: 16px;
  }
}
.price .price-list h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 24px;
  padding-left: 32px;
  position: relative;
}
.price .price-list h3:first-of-type {
  margin-top: 0;
}
.price .price-list h3::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 4px solid #00b2bc;
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}
@media (max-width: 640px) {
  .price .price-list h3 {
    margin-top: 24px;
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.price .price-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cccccc;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  padding: 12px 30px;
  height: auto;
}
.price .price-list dl dt {
  width: 295px;
}
.price .price-list dl dd {
  font-weight: bold;
}
@media (max-width: 640px) {
  .price .price-list dl {
    padding: 8px;
    font-size: 16px;
    line-height: 1.35;
  }
  .price .price-list dl dt {
    width: 50%;
    padding-right: 2%;
  }
}
.price .price-list .bt {
  border-top: 1px solid #cccccc;
}
.price .price-list h4 {
  margin-top: 48px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .price .price-list h4 {
    margin-top: 16px;
    font-size: 16px;
  }
}
.price .price-list .text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 640px) {
  .price .price-list .text {
    font-size: 14px;
    margin-top: 8px;
  }
}
.price .price-list h5 {
  margin-top: 48px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .price .price-list h5 {
    margin-top: 24px;
  }
}
.price .price-list .list {
  margin-top: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.5;
  padding-left: 24px;
}
.price .price-list .list li:first-child {
  margin-bottom: 24px;
}
.price .price-list .list li::before {
  content: "■";
  display: inline-block;
  margin-right: 1em;
  margin-left: -2em;
}
@media (max-width: 640px) {
  .price .price-list .list {
    margin-top: 8px;
  }
  .price .price-list .list li:first-child {
    margin-bottom: 12px;
  }
}

/* ********* case-list *************/
.case-list {
  padding: 64px 0;
  background: #eeeeee;
}
@media (max-width: 640px) {
  .case-list {
    padding: 32px 0;
  }
}
.case-list .text {
  text-align: center;
  margin: 32px 0 48px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 640px) {
  .case-list .text {
    line-height: 1.5;
    padding: 0 2%;
    margin-bottom: 16px;
  }
}
.case-list h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
}
@media (max-width: 640px) {
  .case-list h2 {
    font-size: 26px;
  }
}
.case-list .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 944px;
  padding: 48px 48px 32px;
  background: #fff;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .case-list .inner {
    padding: 16px 16px 0px;
  }
}
.case-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case-list .list li {
  width: 31.4%;
  margin-bottom: 2.9%;
}
.case-list .list li:nth-child(3n-1) {
  margin-left: 2.9%;
  margin-right: 2.9%;
}
@media (max-width: 640px) {
  .case-list .list li {
    width: 49%;
    margin-bottom: 2%;
  }
  .case-list .list li:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .case-list .list li:nth-child(2n) {
    margin-left: 2%;
  }
}

.page-navi {
  max-width: 944px;
  margin: 64px auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 640px) {
  .page-navi {
    margin: 32px auto 0;
    font-size: 14px;
  }
}
.page-navi .pagenate {
  margin-top: 8px;
  background: #333333;
}
.page-navi .pagenate li {
  display: inline-block;
  padding: 12px 0;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
.page-navi .pagenate li a {
  color: #fff;
  padding: 0 16px;
}
.page-navi .pagenate li a:hover {
  text-decoration: underline;
}
.page-navi .pagenate li.selected a {
  color: #0068b6;
}

/* ********* case-detail *************/
.detail {
  padding: 64px 0;
  background: #eeeeee;
}
@media (max-width: 640px) {
  .detail {
    padding: 32px 0;
  }
}
.detail .text {
  text-align: center;
  margin: 32px 0 48px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media (max-width: 640px) {
  .detail .text {
    margin-bottom: 16px;
    line-height: 1.5;
    padding: 0 2%;
  }
}
.detail h2 {
  text-align: center;
  font-size: 32px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
}
@media (max-width: 640px) {
  .detail h2 {
    font-size: 26px;
  }
}
.detail .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 944px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .detail .inner {
    display: block;
  }
}
.detail .entry {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 48px;
  width: 70%;
  margin-right: 4.5%;
}
@media (max-width: 900px) {
  .detail .entry {
    padding: 16px;
    width: 70%;
    margin-right: 2%;
  }
}
@media (max-width: 640px) {
  .detail .entry {
    width: 100%;
  }
}
.detail .entry h1 {
  color: #00b2bc;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 24px;
  margin-bottom: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .detail .entry h1 {
    font-size: 20px;
  }
}
.detail .entry .entry-img1,
.detail .entry .entry-img2 {
  margin-bottom: 24px;
}
.detail .entry .summary {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  margin-bottom: 32px;
}
.detail .entry .summary h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 14px;
}
.detail .entry .summary ul {
  font-size: 16px;
}
.detail .entry .summary ul li {
  border-bottom: 1px solid #cccccc;
  line-height: 1.5;
  padding: 2px 0;
}
.detail .entry .entry-price {
  color: #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 22px;
}
.detail .entry .entry-text {
  font-size: 16px;
  line-height: 1.75;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-bottom: 26px;
}
.detail .entry .entry-imgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.detail .entry .entry-imgList li:last-child {
  margin-left: 16px;
}
.detail .entry .case-btn {
  margin-top: 54px;
}
@media (max-width: 640px) {
  .detail .entry .case-btn {
    margin-top: 32px;
  }
}
.detail .right {
  width: 25.5%;
}
@media (max-width: 900px) {
  .detail .right {
    width: 27.5%;
  }
}
@media (max-width: 640px) {
  .detail .right {
    width: 100%;
  }
}
.detail .right h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media (max-width: 640px) {
  .detail .right h3 {
    margin-top: 32px;
  }
}
.detail .right .list li {
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .detail .right .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail .right .list li {
    width: 49%;
    margin-bottom: 2%;
  }
  .detail .right .list li:nth-child(2n) {
    margin-left: 2%;
  }
}