@charset "UTF-8";
/*------------------------------------------------------------
  Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-family: 'Noto Sans Japanese','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*
body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-family: 'Noto Sans Japanese','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
*/

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 2;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #071544;
}

a span:hover {
  opacity: 0.6;
}

a[name] {
  margin-top: -80px;
  padding-top: 80px;
}

button:hover {
  opacity: 0.6;
}

/*------------------------------------------------------------
  Top page
------------------------------------------------------------*/
/*!
*  - v1.4.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-bottom-thumbnails, .sp-top-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails, .sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child, .sp-top-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-bottom-thumbnails .sp-thumbnail-container:last-child, .sp-top-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child, .sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child, .sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

.sp-grab {
  cursor: url(../img/openhand.cur), move;
}

.sp-grabbing {
  cursor: url(../img/closedhand.cur), move;
}

.sp-selectable {
  cursor: default;
}

.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: '\2195';
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.sp-rtl .sp-buttons {
  direction: rtl;
}

.sp-full-screen .sp-buttons {
  display: none;
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}

.sp-arrows {
  position: absolute;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.sp-horizontal .sp-next-arrow, .sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow, .sp-next-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ie7 .sp-arrow, .ie8 .sp-arrow {
  width: 0;
  height: 0;
}

.ie7 .sp-arrow:after, .ie7 .sp-arrow:before, .ie8 .sp-arrow:after, .ie8 .sp-arrow:before {
  content: none;
}

.ie7.sp-horizontal .sp-previous-arrow, .ie8.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie7.sp-horizontal .sp-next-arrow, .ie8.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie7.sp-vertical .sp-previous-arrow, .ie8.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie7.sp-vertical .sp-next-arrow, .ie8.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-bottom-thumbnails .sp-thumbnail-arrows, .sp-top-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 0;
}

.sp-bottom-thumbnails .sp-next-thumbnail-arrow, .sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 0;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow, .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow, .sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0;
}

.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie7 .sp-thumbnail-arrow, .ie8 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie7 .sp-thumbnail-arrow:after, .ie7 .sp-thumbnail-arrow:before, .ie8 .sp-thumbnail-arrow:after, .ie8 .sp-thumbnail-arrow:before {
  content: none;
}

.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro canvas, .slider-pro embed, .slider-pro iframe, .slider-pro object, .slider-pro video {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

/*==========================================================================
 Layout .l-
 ==========================================================================*/
/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 1000px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    min-width: 320px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.container_inline {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.container_inline1 {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

.container_inline2 {
  width: 100%;
  margin: 0 auto;
  max-width: 940px;
}

.container_inline3 {
  width: 100%;
  margin: 0 auto;
  max-width: 880px;
}

.container_inline4 {
  width: 100%;
  margin: 0 auto;
  max-width: 860px;
}

.l-main {
  display: block;
}

@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 53px;
  }
}

.l-home {
  margin-top: 100px;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-home {
    margin-top: 53px;
  }
}

.c-header {
  padding-top: 13px;
  padding-bottom: 14px;
  z-index: 55555555;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
}

@media screen and (max-width: 768px) {
  .c-header {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

.c-header__inline {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
}

.c-header__header1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 42px;
}

@media screen and (max-width: 768px) {
  .c-header__header1 {
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
  }
}

.c-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-header__btn-menu {
  cursor: pointer;
  position: relative;
  line-height: 41px;
  width: 74px;
  text-align: right;
  background: url("../img/icon1.png") no-repeat left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .c-header__btn-menu {
    left: 0;
    background: url("../img/icon1sp.png") no-repeat top center;
    height: 35px;
    width: 35px;
  }
}

.c-header__btn-menu span {
  font-size: 1.2rem;
  color: #fff;
  margin-left: 10px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 768px) {
  .c-header__btn-menu span {
    position: absolute;
    bottom: -15px;
    left: 5px;
    margin-left: 0;
    font-size: 1rem;
    letter-spacing: 0.07rem;
  }
}

.c-header .change {
  background: url("../img/iconx.png") no-repeat left;
}

@media screen and (max-width: 768px) {
  .c-header .change {
    background: url("../img/iconxsp.png") no-repeat top center;
  }
}

.c-header__logo {
  margin-left: 22px;
  margin-right: 19px;
}

.c-header__logo a {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-header__logo {
    margin-right: 0;
    margin-left: 13px;
  }
}

.c-header__logo img {
  width: 98px;
}

@media screen and (max-width: 768px) {
  .c-header__logo img {
    width: 81px;
  }
}

.c-header__text1 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #fff;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho,'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.c-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-header__icon {
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 35px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.c-header__btn-search {
  background-color: transparent;
  cursor: pointer;
}

.c-header__search-field {
  width: 200px;
  height: 30px;
  padding: 0 5px;
  border: 0;
  color: #fff;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #071544;
}

.c-header__search-field:focus {
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .c-header__search-field {
    max-width: 95px;
    width: 100%;
  }
}

.c-header__btn-language {
  margin-left: 7px;
  cursor: pointer;
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .c-header__btn-language {
    margin-left: 10px;
  }
}

.c-header__btn-language span {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.2rem;
}

.c-header__btn-language i {
  font-size: 1.4rem;
  margin-right: 8px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-header__btn-language i {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.page {
  min-width: 1120px;
}

@media screen and (max-width: 768px) {
  .page {
    min-width: 320px;
  }
}

.page .c-header {
  padding-bottom: 20px;
  padding-top: 18px;
  background-color: #071544;
}

@media screen and (max-width: 768px) {
  .page .c-header {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

.page .c-header__logo {
  margin-left: 14px;
}

.page .c-header__btn-language {
  margin-left: 17px;
}

@media screen and (max-width: 768px) {
  .page .c-header__btn-language {
    margin-left: 10px;
  }
}

.page .c-navi-page {
  margin-top: 80px;
}

.c-footer {
  background-color: #F7F6F6;
  padding-top: 30px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-footer {
    padding-top: 34px;
  }
}

@media screen and (max-width: 768px) {
  .c-footer .c-btn1--style5 {
      line-height: 38px;
      padding: 0;
  }
}

.c-footer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .c-footer1 {
    display: block;
    padding: 0 15px;
  }
}

.c-footer2 {
  font-size: 0.9rem;
  letter-spacing: 0.08rem;
  text-align: center;
  color: #ADADAD;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-footer2 {
    margin-top: 22px;
  }
}

/*==========================================================================
// Compoment .c-
// ==========================================================================*/
.c-title1 {
  font-size: 2.4rem;
  color: #071544;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6',
 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

@media screen and (max-width: 768px) {
  .c-title1 {
    font-size: 1.8rem;
    height: 81px;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 0.5rem;
  }
}

.c-title2 {
  font-size: 1.4rem;
  color: #071544;
  margin-bottom: 20px;
  letter-spacing: 0.15rem;
  font-weight: bold;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.c-title3 {
  font-size: 1.6rem;
  color: #071544;
  letter-spacing: 0.15rem;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.c-title5 {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.08rem;
  font-weight: bold;
}

.c-title6 {
  font-size: 1.4rem;
  color: #071544;
  position: relative;
  letter-spacing: 0.2rem;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6',
 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.c-title6:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #212d57;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-title7 {
  font-size: 1.4rem;
  color: #071544;
  letter-spacing: 0.08rem;
  line-height: 1.8;
}

.c-title8 {
  font-size: 1.4rem;
  color: #071544;
  letter-spacing: 0.08rem;
  font-weight: bold;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6',
 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.c-title10 {
  font-size: 1.6rem;
  color: #071544;
  letter-spacing: 0.08rem;
  font-weight: bold;
}
.c-title11 {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.subtitle__sec {
  width: 100%;
  padding: 25px 0;
  margin: 0 0 55px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.c-text1 {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.c-text2 {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.07rem;
  line-height: 1.8;
}

.c-text3 {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.05rem;
}

.c-text4 {
  font-size: 1.1rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.c-text5 {
  font-size: 1.3rem;
  color: #ADADAD;
  letter-spacing: 0.08rem;
}

.c-text6{
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 15px;
}

.c-text7 {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.07rem;
}

.c-btn1 {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  background-color: #fff;
  color: #071544;
  cursor: pointer;
  position: relative;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-btn1:hover {
  opacity: 0.7;
}

.c-btn1 span {
  font-size: 1.4rem;
  position: absolute;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 500px) {
  .c-btn1 span {
    left: 20px;
  }
}

@media screen and (max-width: 440px) {
  .c-btn1 span {
    left: 15px;
  }
}

@media screen and (max-width: 400px) {
  .c-btn1 span {
    left: 8px;
  }
}

.c-btn1--style1 {
  width: 239px;
  border: 1px solid #556086;
  height: 42px;
  padding-left: 15px;
  padding-left: 0;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .c-btn1--style1 {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
}

@media only screen and (max-width: 440px) {
  .c-btn1--style1 {
    font-size: 2.3vw;
    padding-left: 6px;
  }
}

@media screen and (max-width: 768px) {
  .c-btn1--style1 {
    width: 100%;
    max-width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .c-btn1--style1 i {
    left: 2vw;
  }
}

@media only screen and (max-width: 500px) {
  .c-btn1--style1 i {
    left: 0;
  }
}

@media only screen and (max-width: 768px) and (min-width: 620px) {
  .c-btn1--style1 i {
    left: 5vw;
  }
}

.c-btn1--style2 {
  width: 212px;
  border: 1px solid #DCDEE5;
  line-height: 38px;
}

.c-btn1--style2 p {
  margin-left: 25px;
  display: inline;
}

@media screen and (max-width: 768px) {
  .c-btn1--style2 {
    width: 100%;
    max-width: 50%;
  }
  .c-btn1--style2 .sp_txt {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 440px) {
  .c-btn1--style2 {
    font-size: 2.3vw;
  }
}

.c-btn1--style2 img {
  position: absolute;
  left: 25px;
  top: 15px;
}

@media screen and (max-width: 768px) {
  .c-btn1--style2 img {
    position: static;
  }
}

.c-btn1--style2 span {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .c-btn1--style2 span {
    margin-left: 10px;
  }
}

.c-btn1--style3 {
  width: 212px;
  border: 1px solid #DCDEE5;
  line-height: 38px;
  border-bottom-color: #071544;
}

@media screen and (max-width: 768px) {
  .c-btn1--style3 {
    width: 100%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 440px) {
  .c-btn1--style3 {
    font-size: 2.3vw;
  }
}

.c-btn1--style4 {
  width: 212px;
  border: 1px solid #DCDEE5;
  height: 60px;
}

.c-btn1--style4 span {
  line-height: 1.5;
  font-size: 1rem;
  position: relative;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 440px) {
  .c-btn1--style4 span {
    font-size: 2.3vw;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .c-btn1--style4 {
    width: 100%;
    max-width: 50%;
  }
}

.c-btn1--style4 p {
  position: relative;
  width: 192px;
  margin: 12px auto;
}

@media only screen and (max-width: 375px) {
  .c-btn1--style4 p {
    width: 152px;
  }
}

.c-btn1--style4 .img-4 {
  width: 47px;
}

@media screen and (max-width: 768px) {
  .c-btn1--style4 .img-4 {
    width: 34px;
  }
}

.c-btn1--style4 img {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .c-btn1--style4 img {
    left: 0px;
    top: 2px;
  }
}

@media only screen and (max-width: 360px) {
  .c-btn1--style4 img {
    left: 10px;
    top: 3px;
  }
}

.c-btn1--style5 {
  width: auto;
  padding: 0 12px 0 26px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #556086;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .c-btn1--style5 {
    width: 100%;
    max-width: 50%;
    height: 40px;
    padding: 0;
    line-height: 28px;
  }
}

@media only screen and (max-width: 430px) {
  .c-btn1--style5 {
    font-size: 2.3vw;
    padding: 6px;
  }
}

.c-btn1--style5 span {
  left: 12px;
}

@media screen and (max-width: 768px) {
  .c-btn1--style5 span {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-right: 6px;
    font-size: 1.2rem;
  }
}

.c-btn1--style6 {
  width: 193px;
  border: 1px solid #DCDEE5;
  line-height: 38px;
}

@media screen and (max-width: 768px) {
  .c-btn1--style6 {
    width: 100%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 360px) {
  .c-btn1--style6 {
    font-size: 2.3vw;
  }
}

.c-btn1--style6 img {
  position: absolute;
  left: 25px;
  top: 15px;
}

@media screen and (max-width: 768px) {
  .c-btn1--style6 img {
    position: static;
  }
}

.c-btn1--style6 p {
  margin-left: 25px;
  display: inline;
}


.c-btn1--style7 {
  width: 212px;
  border: 1px solid #DCDEE5;
  height: 60px;
}

.c-btn1--style7 span {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-btn1--style7 {
    width: 100%;
    max-width: 50%;
    height: 50px;
  }
}

.c-btn1--style7 img {
  position: absolute;
  left: 25px;
  top: 15px;
}

@media screen and (max-width: 768px) {
  .c-btn1--style7 img {
    left: 10px;
  }
}

.c-btn1--style8 {
  border: 1px solid #DCDEE5;
  width: 247px;
  line-height: 40px;
  margin: 37px auto 0;
}

.c-btn1--style8 span {
  margin-right: 10px;
  font-size: 1.4rem;
  position: static;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.c-btn1--style9 {
  border: 1px solid #DCDEE5;
  width: 198px;
  line-height: 40px;
  margin: 20px auto 0;
}

.c-btn1--style9 span {
  font-size: 1.4rem;
  position: static;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-right: 15px;
}

.c-btn1--style10 {
  border: 1px solid #DCDEE5;
  width: 238px;
  line-height: 40px;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .c-btn1--style10 {
    margin: 20px auto 0;
  }
}

.c-btn1--style10 span {
  font-size: 1.4rem;
  position: static;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-right: 15px;
}

.c-btn1--style11 {
  border: 1px solid #DCDEE5;
  width: 169px;
  line-height: 40px;
  margin: 40px auto 0;
}

.c-btn1--style11 span {
  font-size: 1.4rem;
  position: static;
  -webkit-transform: translateY(13%);
          transform: translateY(13%);
  margin-right: 15px;
}

.c-btn1--style12 {
  border: 1px solid #DCDEE5;
  width: 270px;
  line-height: 48px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .c-btn1--style12 {
    margin-top: 20px;
  }
}

.c-btn1--style12 img {
  margin-right: 15px;
}

.c-btn1--style13 {
  border: 1px solid #DCDEE5;
  width: 232px;
  line-height: 38px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .c-btn1--style13 {
    margin-top: 20px;
  }
}

.c-btn1--style13 span {
  font-size: 1.4rem;
  position: static;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-right: 15px;
}

.c-btn1--style14 {
  border: 1px solid #DCDEE5;
  width: 178px;
  line-height: 38px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .c-btn1--style14 {
    margin-top: 20px;
  }
}

.c-btn1--style14 span {
  font-size: 1.4rem;
  position: static;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  margin-right: 15px;
}

.c-btn1--style15 {
  border: 1px solid #DCDEE5;
  width: 180px;
  line-height: 38px;
}

@media screen and (max-width: 768px) {
  .c-btn1--style15 {
    margin-top: 20px;
  }
}

.c-btn1--style15 span {
  font-size: 1.4rem;
  position: static;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  margin-right: 10px;
  vertical-align: middle;
}

.c-btn1--style15.is-visit {
  background-color: #F7F6F6;
}

.c-btn1--style16 {
  border: 1px solid #DCDEE5;
  width: 220px;
  line-height: 38px;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .c-btn1--style16 {
    margin-top: 20px;
  }
}

.c-btn1--style16 span {
  font-size: 1.4rem;
  position: static;
  -webkit-transform: translateY(13%);
          transform: translateY(13%);
  margin-right: 15px;
}

.c-btn1--style16 img {
  margin-right: 10px;
}

.group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-link {
  font-size: 1.3rem;
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #071544;
}

@media screen and (max-width: 768px) {
  .c-link {
    font-size: 1rem;
    text-align: right;
    margin-top: 8px;
  }
}

.c-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .group-btn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

.c-breadcrumb {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px solid #EAEAEA;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 0;
  }
}

.c-breadcrumb li {
  display: inline;
  font-size: 1.3rem;
  color: #ADADAD;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb li {
   font-size: 1.1rem;
  }
}

.c-breadcrumb li + li:before {
  content: ">";
  color: #ADADAD;
  letter-spacing: 0.08rem;
  padding: 2px;
}

.c-breadcrumb a {
  text-decoration: underline;
  color: #ADADAD;
  letter-spacing: 0.08rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb a{
    font-size: 1.1rem;
  }
}

.c-list1 {
  margin-top: 20px;
  list-style-type: decimal;
  padding-left: 32px;
}

@media screen and (max-width: 768px) {
  .c-list1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 18px;
    margin-top: 10px;
  }
}

.c-list1 li {
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  margin-bottom: 10px;
  color: #071544;
}

@media screen and (max-width: 768px) {
  .c-list1 li {
    margin-bottom: 0;
    margin-right: 35px;
  }
}

.c-list1 li:last-child {
  margin-right: 0;
}

.c-list2__item {
  margin-left: 4px;
}

.c-list2__item:first-child {
  margin-bottom: 16px;
}

.c-list2__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
  border-bottom: 1px solid #CDD0D9;
}

.c-list2__item__date {
  font-size: 1.1rem;
  font-weight: bold;
  color: #071544;
  margin-right: 17px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-list2__item__date {
    margin-right: 13px;
  }
}

.c-list2__item__title {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #071544;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .c-list2__item__title {
    letter-spacing: 0.08rem;
  }
}

.c-list3 {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-list3 {
    width: auto;
    margin: 0 10px 30px;
  }
}

@media screen and (max-width: 768px) {
  .c-list3 .c-title5 {
    margin: 0 !important;
  }
}

.c-list3 li {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  padding-top: 20px;
  padding-bottom: 14px;
  color: #071544;
  border-bottom: 1px solid #DCDEE5;
}

.c-list3 li span {
  font-weight: normal;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .c-list3 li {
    line-height: 1.7;
  }
}

.c-list3 p {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.05rem;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .c-list3 p {
    margin-top: 10px;
  }
}

.c-list4 {
  margin-bottom: 13px;
}

.c-list4 li {
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 11px;
  padding-bottom: 4px;
  color: #071544;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 768px) {
  .c-list4 li {
    line-height: 1.7;
  }
}

.c-list5 {
  /* list-style-type: disc; */
  padding-left: 15px;
}

.c-list5 li {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.c-list5 li:before {
  content: '';
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #071544;
  position: relative;
  left: -10px;
  top: -3px;
}

.c-list6 li {
  font-size: 1.3rem;
  letter-spacing: 0.07rem;
  color: #071544;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .c-list6 li {
    line-height: 1.5;
    margin-bottom: 12px;
  }
}

.c-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-box1__item {
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-box1__item--style1 {
  width: 440px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-box1__item--style1 {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.c-box1__item--style1:nth-child(2), .c-box1__item--style1:nth-child(7) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-box1__item--style1:nth-child(2), .c-box1__item--style1:nth-child(7) {
    margin-right: 10px;
  }
}

.c-box1__item--style1 .c-box1__item__content__link {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-box1__item--style1 .c-box1__item__content__link {
    margin-top: 15px;
  }
}

.c-box1__item--style2 {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 286.4px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-box1__item--style2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.c-box1__item--style2 .c-box1__item__content__link {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-box1__item--style2 .c-box1__item__content__link {
    margin-top: 15px;
  }
}

.c-box1__item--style2 .c-box1__item__content__txt {
  height: 57px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-box1__item--style2 .c-box1__item__content__txt {
    height: auto;
  }
}

.c-box1__item--style2:nth-child(5) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-box1__item--style2:nth-child(5) {
    margin-right: 10px;
  }
}

.c-box1__item--style3 {
  width: 257px;
  margin-right: 20px;
  border: 1px solid #F8AB2D;
}

.c-box1__item--style3 .c-box1__item__head {
  border-bottom: 1px solid #F8AB2D;
  background-color: #F8AB2D;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-box1__item--style3 {
    width: 100%;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.c-box1__item--style3 .c-box1__item__content__txt2 {
  margin-top: 0;
}

.c-box1__item__head {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #DCDEE5;
  background-color: #F7F6F6;
  color: #071544;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.c-box1__item__content {
  padding: 15px 0 20px;
}

@media screen and (max-width: 768px) {
  .c-box1__item__content {
    padding: 20px 5px;
  }
}

.c-box1__item__content__txt {
  font-size: 1.2rem;
  color: #071544;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05rem;
}

.c-box1__item__content__txt a:hover {
  opacity: 0.6;
}

.c-box1__item__content__link {
  text-align: center;
}

.c-box1__item__content__link a {
  text-decoration: underline;
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
}

.c-box1__item__content__link a:hover {
  opacity: 0.6;
}

.c-box1__item__content__link span {
  padding: 0 15px 0 10px;
}

.c-box1__item__content__txt1 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #071544;
  text-align: center;
  letter-spacing: 0.1rem;
}

.c-box1__item__content__txt2 {
  font-size: 1.2rem;
  color: #071544;
  text-align: center;
  margin-top: 15px;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.c-table-out {
  width: 690px;
/*  margin: 0 auto;*/
}

@media screen and (max-width: 768px) {
  .c-table-out {
    width: auto;
  }
}

.c-table-out dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DCDEE5;
  border-right: 1px solid #DCDEE5;
  border-left: 1px solid #DCDEE5;
  background-color: #F7F6F6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-table-out dl:first-child {
  border-top: 1px solid #DCDEE5;
}

.c-table-out dl dt {
  font-size: 1.2rem;
  width: 160px;
  padding: 15px 15px 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #071544;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .c-table-out dl dt {
    padding: 10px;
    text-align: center;
    width: 30%;
  }
}

.c-table-out dl dd {
  padding: 15px 30px;
  background-color: #fff;
  color: #071544;
  letter-spacing: 0.07rem;
  /*line-height: 1.8;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #DCDEE5;
  width: 530px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .c-table-out dl dd {
    padding: 10px 15px;
    width: 70%;
  }
}

.c-table-out dl dd p {
  padding-left: 10px;
}

.c-table-out dl dd a {
  text-decoration: underline;
  color: #071544;
}

.c-table-out dl dd a:hover {
  opacity: 0.6;
}

.c-table-out__list {
  /* list-style-type: disc; */
  padding-left: 15px;
}
.c-table-out__list li:before {
  content: '';
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #071544;
  position: relative;
  left: -10px;
  top: -3px;
}

@media screen and (max-width: 768px) {
  .c-table-out__list li {
    margin-bottom: 4px;
  }
}

.c-table-out__str {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.c-table-out__str dt {
  line-height: 1.8;
}

.c-table-cli {
  width: 380px;
}

@media screen and (max-width: 768px) {
  .c-table-cli {
    width: auto;
  }
}

.c-table-cli__text {
  font-size: 1.2rem;
  color: #071544;
  letter-spacing: 0.07rem;
  line-height: 1.6;
}

.c-table-cli__top {
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  line-height: 1.6;
  padding: 13px 0;
  color: #071544;
  border: 1px solid #DCDEE5;
  border-top: 0;
}

.c-table-cli__top--style1 {
  background-color: #071544;
  color: #fff;
  border: 1px solid #071544;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
}

.c-table-cli__top--style2 {
  background-color: #DCDEE5;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0;
}

.c-table-cli dl {
  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;
  border-bottom: 1px solid #DCDEE5;
  border-right: 1px solid #DCDEE5;
  border-left: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-table-cli dl:first-child {
  border-top: 1px solid #DCDEE5;
}

.c-table-cli dl dt {
  width: 288px;
  padding: 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #DCDEE5;
  text-align: center;
}

.c-table-cli dl dt:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .c-table-cli dl dt {
    width: 70%;
    padding: 8px 0;
  }
}

.c-table-cli dl dt img {
  max-width: 100%;
  margin: 4px 0;
}

.c-table-cli dl dd {
  padding: 13px 0;
  background-color: #fff;
  color: #071544;
  letter-spacing: 0.1rem;
  text-align: center;
  width: 92px;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .c-table-cli dl dd {
    padding: 10px 10px;
    width: 30%;
  }
}

.c-table-cli dl dd ul {
  /* list-style-type: disc; */
  padding-left: 20px;
}

.c-table-cli dl dd ul li:before {
  content: '';
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #071544;
  position: relative;
  left: -8px;
  top: -3px;
}

.c-table-cli dl dd a {
  text-decoration: underline;
  color: #071544;
}

.c-table-cli--style1 dl dt {
  width: 258px;
}

@media screen and (max-width: 768px) {
  .c-table-cli--style1 dl dt {
    width: 68%;
    padding: 14px 0 13px;
  }
}

@media screen and (max-width: 768px) {
  .c-table-cli--style1 dl dt img {
    margin-bottom: 3px;
  }
}

.c-table-cli--style1 dl dd {
  width: 122px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-table-cli--style1 dl dd {
    width: 32%;
    text-align: left;
    padding: 0;
  }
}

.c-table-cli--style2 dl dt {
  width: 258px;
}

@media screen and (max-width: 768px) {
  .c-table-cli--style2 dl dt {
    width: 68%;
    padding: 11px 0;
  }
}

.c-table-cli--style2 dl dd {
  width: 122px;
  padding: 7px 0;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-table-cli--style2 dl dd {
    width: 32%;
    padding: 0;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .c-table-model {
    max-width: 48%;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 580px) {
  .c-table-model {
    max-width: 47%;
  }
}

@media screen and (max-width: 413px) {
  .c-table-model {
    max-width: 46%;
  }
}

@media screen and (max-width: 330px) {
  .c-table-model {
    max-width: 45%;
  }
}

.c-table-model__top {
  background-color: #F7F6F6;
  border-top: 1px solid #DCDEE5 !important;
  font-weight: bold;
}

.c-table-model dl {
  width: 187px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DCDEE5;
  border-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-table-model dl {
    width: 100%;
  }
}

.c-table-model dl dt {
  width: 73px;
  border-right: 1px solid #DCDEE5;
  line-height: 51px;
  font-size: 1.3rem;
  letter-spacing: 0.07rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-table-model dl dt {
    width: 25%;
  }
}

.c-table-model dl dd {
  width: 114px;
  line-height: 51px;
  font-size: 1.3rem;
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 768px) {
  .c-table-model dl dd {
    width: 75%;
  }
}

.c-table-model2 {
  margin: 0 auto;
  width: 690px;
}

@media screen and (max-width: 700px) {
  .c-table-model2 {
    width: auto;
    margin: 0 10px;
  }
}

.c-table-model2, .c-table-model2 td, .c-table-model2 th {
  border-collapse: collapse;
  border: 1px solid #DCDEE5;
  text-align: center;
  font-size: 1.2rem;
}

.c-table-model2 tr {
  height: 67px;
}

.c-table-model2 tr:nth-of-type(4) {
  border-bottom: 3px double #DCDEE5;
}

.c-table-model2 tr th {
  background-color: #F7F6F6;
  color: #071544;
  font-weight: normal;
}

.c-table-model2 tr td:first-child {
  background-color: #F7F6F6;
  color: #071544;
}

.c-table-model2 tr td ul {
  padding-left: 15px;
}


.c-table-model2 tr td ul li:before {
  content: '';
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #071544;
  position: relative;
  left: -10px;
  top: -3px;
}


.c-table-model2 tr td ul li{
  margin-bottom: 5px;
}

.c-table-model2 .c-table-model2__one {
  width: 160px;
  line-height: 1.8;
}

@media screen and (max-width: 470px) {
  .c-table-model2 .c-table-model2__one {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-table-model2 .c-table-model2__two {
  width: 115px;
  line-height: 1.8;
}

@media screen and (max-width: 700px) {
  .c-table-model2 .c-table-model2__two {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 470px) {
  .c-table-model2 .c-table-model2__two {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-table-model2 .c-table-model2__three {
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 700px) {
  .c-table-model2 .c-table-model2__three {
    width: 190px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-table-model2 .c-table-model2__four {
  width: 102px;
}

@media screen and (max-width: 470px) {
  .c-table-model2 .c-table-model2__four {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.5;
  }
}

.c-table-model2 .c-table-model2__five {
  width: 120px;
}

@media screen and (max-width: 700px) {
  .c-table-model2 .c-table-model2__five {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 470px) {
  .c-table-model2 .c-table-model2__five {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-table-disco {
  width: 690px;
  margin: 0 20px 60px;
}

@media screen and (max-width: 768px) {
  .c-table-disco {
    width: auto;
    margin: 0 10px 40px;
  }
}

.c-table-disco table {
  width: 100%;
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
}

.c-table-disco th {
  font-weight: normal;
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  padding: 15px 0;
  background-color: #F7F6F6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-table-disco th {
    padding: 15px 5px;
  }
}

.c-table-disco th .c-text2 {
  margin-bottom: 10px;
}

.c-table-disco th:first-child {
  color: #071544;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  padding-left: 20px;
  text-align: left;
  padding-right: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-table-disco th:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-table-disco td {
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  text-align: center;
  padding: 15px 0;
  color: #071544;
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-table-disco .pos {
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-table-disco .pos {
    padding-right: 35px !important;
  }
}

.c-table-disco .pos .txt {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 52px;
  text-align: center;
  border-left: 1px solid #DCDEE5;
  border-bottom: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-table-disco .pos .txt {
    width: 30px;
  }
}

@media screen and (max-width: 390px) {
  .c-table-disco .pos .txt {
    line-height: 74px;
  }
}

.c-table-disco .pos .txt1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  line-height: 52px;
  text-align: center;
  border-left: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-table-disco .pos .txt1 {
    width: 30px;
  }
}

.c-table-dispri1 {
  width: 690px;
  margin: 20px 20px 0;
}

@media screen and (max-width: 768px) {
  .c-table-dispri1 {
    width: auto;
    margin: 40px 10px 0;
  }
}

.c-table-dispri1 table {
  width: 100%;
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
}

.c-table-dispri1 th {
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  font-weight: normal;
  font-size: 1.2rem;
  color: #071544;
  padding: 15px;
  background-color: #F7F6F6;
  letter-spacing: 0.07rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-table-dispri1 th {
    width: 170px;
    line-height: 1.5;
    padding: 15px 5px;
  }
}

.c-table-dispri1 td {
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  font-size: 1.2rem;
  color: #071544;
  padding:7px 15px;
  line-height: 2;
  letter-spacing: 0.07rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-table-dispri1 td a span:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .c-table-dispri1 td {
    padding: 15px 8px 15px 8px;
  }
}

.c-table-dispri2 {
  width: 690px;
  margin: 20px 20px 60px;
}

@media screen and (max-width: 768px) {
  .c-table-dispri2 {
    width: auto;
    margin: 30px 10px 40px;
  }
}

.c-table-dispri2 table {
  width: 100%;
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
}

.c-table-dispri2 th {
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  font-weight: normal;
  font-size: 1.2rem;
  color: #071544;
  padding: 15px;
  background-color: #F7F6F6;
  letter-spacing: 0.07rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-table-dispri2 th {
    padding: 15px 5px;
    line-height: 1.5;
  }
}

.c-table-dispri2 th:first-child {
  padding-left: 40px;
  text-align: left;
  padding-right: 20px;
  width: 170px;
}

@media screen and (max-width: 768px) {
  .c-table-dispri2 th:first-child {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
  }
}

.c-table-dispri2 .taCenter {
  text-align: center !important;
  width: auto !important;
  padding-left: 20px !important;
}

@media screen and (max-width: 768px) {
  .c-table-dispri2 .taCenter {
    padding-left: 5px !important;
  }
}

.c-table-dispri2 td {
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  font-size: 1.1rem;
  color: #071544;
  padding: 15px 0;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.07rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 130px;
}

@media screen and (max-width: 768px) {
  .c-table-dispri2 td {
    line-height: 1.5;
    padding: 15px 5px;
  }
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 535px;
  border: 1px solid #DCDEE5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 120px;
  margin: 25vh auto 30vh;
}
@media screen and (max-width: 768px) {
  .not-found {
    width: auto;
    margin: 25vh 30px 30vh;
    padding: 0 15px;
  }
}

.not-found__right {
  margin-left: 40px;
}

.not-found__right .c-title2 {
  margin-bottom: 5px;
}

.c-nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.c-nav1__item a {
  font-size: 1.1rem;
  color: #071544;
  padding: 0 10px 0 8px;
  letter-spacing: 0.1rem;
}

.c-nav1__item a:hover {
  opacity: 0.6;
}

.c-nav1 li + li:before {
  color: #D6D6D6;
  content: "|";
}

.c-nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-nav2__item a {
  font-size: 1.1rem;
  color: #071544;
  padding: 0 4px;
  letter-spacing: 0.1rem;
}

.c-nav2__item a:hover {
  opacity: 0.6;
}

.c-nav2 li + li:before {
  color: #D6D6D6;
  content: "|";
}

.c-navigation {
  position: absolute;
  width: 100%;
  min-width: 1000px;
  z-index: 5;
  overflow: hidden;
  height: 100vh;
  background-color: #12285D;
  padding-top: 25px;
  margin-top: 19px;
  display: none;
}

@media screen and (max-width: 768px) {
  .c-navigation {
    min-width: 320px;
    margin-top: 8px;
  }
}

.c-navigation__menu-main {
  width: 240px;
  position: relative;
  display: block;
  border-right: 1px solid #526688;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-navigation__menu-main {
    width: auto;
    border: 0;
    opacity: 0.95;
    padding-left: 15px;
    padding-bottom: 0;
  }
}

.c-navigation__item{
  cursor: pointer;
}
.c-navigation__item .c-btn1 {
  width: 166px;
  margin: 15px auto 0;
  font-size: 1.1rem;
  padding: 0 0px 0 30px;
  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;
}

@media screen and (max-width: 768px) {
  .c-navigation__item .c-btn1 {
    width: 215px;
    padding: 0;
    max-width: 100%;
  }
}


i.fas.fa-envelope{
margin-left: -150px;
}

span.navi_btn_mail {
    font-size: 12px;
    margin-left: 17px;
}

@media screen and (max-width: 768px) {
 i.fas.fa-envelope{
margin-left: 0px;
}

}


.c-navigation__link {
  font-size: 1.3rem;
  color: #fff;
  display: block;
  padding: 12px 15px;
  letter-spacing: 0.08rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .c-navigation__link {
    font-size: 1.3rem;
  }
}

.c-navigation__link.active {
  background-color: #FFE500;
  color: #071544;
}

@media screen and (max-width: 768px) {
  .c-navigation__link.active {
    background-color: #FFE500;
    color: #071544;
  }
}

.c-navigation__sub {
  width: 710px;
  position: absolute;
  left: 240px;
  height: 100%;
  padding-left: 50px;
  top: 13px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .c-navigation__sub {
    left: 0;
    width: 100%;
    display: block;
    background-color: #12285D;
    z-index: 5;
    top: 0;
    padding-left: 25px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.c-navigation__sub__title {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 23px;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 768px) {
  .c-navigation__sub__title {
    font-size: 1.4rem;
    cursor: pointer;
  }
}

.c-navigation__sub__title:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: #526688;
  left: -20px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .c-navigation__sub__title:before {
    content: '<';
    color: #526688;
    background-color: transparent;
    left: 0;
    top: 0;
  }
}

.c-navigation__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-navigation__sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-navigation__sub-menu__link2 {
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  color: #fff;
  padding: 10px 23px;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-navigation__sub-menu__link2 {
    font-size: 1.3rem;
  }
}

.c-navigation__sub-menu__link2:hover {
  color: #FFE500;
  text-decoration: underline;
}

.c-navigation .active {
  display: block;
}

.c-navigation .show {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-navi-page {
  background-color: #12285D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-navi-page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
}

.c-navi-page__main li:nth-child(2) a {
  padding-left: 22px;
}

.c-navi-page__main li:last-child a:after {
  content: '';
}

.c-navi-page__top {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 24px 0 15px;
  border-right: 1px solid #526688;
  color: #fff;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.15rem;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6',
 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.c-navi-page__link {
  font-size: 1.1rem;
  color: #fff;
  padding: 14px 11px 14px 11px;
  display: block;
  position: relative;
  letter-spacing: 0.1rem;
}

.c-navi-page__link:after {
  content: '|';
  color: #526688;
  position: absolute;
  right: -2px;
}

/* .c-navi-page__link:hover {
  border-bottom: 1px solid #071544;
} */

.c-navi-page .is-active span {
  position: relative;
  color: #FFE500;
}

.c-navi-page .is-active span:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #FFE500;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-nav3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-nav3 {
    margin: 0 10px;
  }
}

.c-nav3__item {
  width: 440px;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-nav3__item {
    width: 100%;
    margin-right: 0;
  }
}

.c-nav3__item:nth-child(2n) {
  margin-right: 0;
}

.c-nav3__item__img {
  width: 100%;
  height: 178px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-nav3__item__img {
    height: auto;
  }
}

.c-nav3__item__img img {
  width: 100%;
  height: auto;
}
.c-nav3__item a{
  display: block;
}

.c-nav3__item__content {
  padding: 20px;
}

.c-nav3__item__content .c-title3 {
  text-align: center;
  margin-bottom: 15px;
}

.c-nav3__item__content__description {
  color: #071544;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  height: 59px;
  overflow: hidden;
}

.c-nav3__item__content__link {
  margin-top: 10px;
  text-align: right;
}

.c-nav3__item__content__link a {
  color: #071544;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-decoration: underline;
}

.c-nav3__item__left {
  width: 210px;
}

@media screen and (max-width: 768px) {
  .c-nav3__item__left {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .c-nav3__item__left img {
    max-width: 100%;
  }
}

.c-nav3__item__right {
  width: 206px;
}

@media screen and (max-width: 768px) {
  .c-nav3__item__right {
    width: 52%;
    margin-left: 10px;
  }
}

.c-nav3__item__right__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.c-nav3__item__right__top p {
  background-color: #F7F6F6;
  border: 1px solid #DCDEE5;
  padding: 5px 7px;
  margin-right: 5px;
  line-height: 1;
}

.c-nav3__item__right p {
  font-size: 1.1rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

@font-face {
  font-family: 'Noto Serif CJK JP';
  font-style: normal;
  src: url("../fonts/NotoSerifCJKjp-Bold.eot");
  src: url("../fonts/NotoSerifCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Bold.woff2") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: 'Noto Serif CJK JP';
  font-style: normal;
  src: url("../fonts/NotoSerifCJKjp-Regular.eot");
  src: url("../fonts/NotoSerifCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSerifCJKjp-Regular.woff2") format("woff");
}

.c-slide {
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-slide {
    max-width: 768px !important;
  }
}

.c-slide .sp-buttons {
  position: absolute;
  bottom: 10px;
}

.c-slide .sp-button {
  height: 2px;
  width: 14px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
}

.c-slide .sp-selected-button {
  background-color: #071544;
}

.c-slide .sp-arrow {
  width: 10px;
  height: 15px;
}

.slider-pro {
  margin: 0;
}

.lightBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.lightBox__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lightBox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
}

.lightBox__inner {
  border: 1px solid #071544;
  width: 573px;
  height: 465px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  z-index: 99999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .lightBox__inner {
    height: auto;
    width: 93vw;
  }
}

.lightBox__inner .contents {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 40px 31px;
}

@media screen and (max-width: 768px) {
  .lightBox__inner .contents {
    padding: 30px 25px 25px;
    height: auto;
  }
}

.lightBox__inner .lightBox__close {
  display: block;
  margin-bottom: 30px;
  font-size: 1rem;
  color: #071544;
  text-align: center;
  cursor: pointer;
}

.lightBox__inner .lightBox__close img {
  margin-right: 15px;
}

.c-modal a {
  font-size: 1.2rem;
  color: #071544;
  text-decoration: underline;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 375px) {
  .c-modal a {
    font-size: 2vw;
  }
}

.c-modal a:before {
  content: url("../img/iconr.png");
  position: absolute;
  left: -60px;
  top: 3px;
}

@media screen and (max-width: 768px) {
  .c-modal a:before {
    content: '';
  }
}


@media only screen and (max-width: 375px) {
  .c-modal p {
    font-size: 3vw;
  }
}

.c-modal .c-title5{
  font-weight: normal;
}
.c-modal .mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-modal .mt40 {
    margin-top: 17px;
  }
}

.c-modal__title {
  font-size: 1.6rem;
  color: #071544;
  letter-spacing: 0.15rem;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.c-modal ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 29px;
}

@media screen and (max-width: 768px) {
  .c-modal ul li {
    margin-bottom: 17px;
  }
}

.c-modal__top {
  margin: 23px 50px 40px 60px;
}

@media screen and (max-width: 768px) {
  .c-modal__top {
    margin: 24px 25px 25px 0;
  }
}

@media screen and (max-width: 440px) {
  .c-modal__top {
    margin: 24px 10px 25px 0;
  }
}

.c-modal__top li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-modal__bottom {
  margin: 25px 50px 16px 35px;
}

@media screen and (max-width: 768px) {
  .c-modal__bottom {
    margin: 27px 0 10px 0;
  }
}

.c-modal__bottom li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-chart__item {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 470px;
}

@media screen and (max-width: 768px) {
  .c-chart__item {
    width: auto;
    overflow: hidden;
  }
}

.c-chart__item:first-child {
  border-right: 1px solid #DCDEE5;
  padding-right: 54px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-chart__item:first-child {
    border-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-chart__item:first-child .c-chart__item__text1 {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-chart__item:first-child .c-chart__item__text1 {
    margin-left: 10px;
  }
}

.c-chart__item:first-child .c-chart__item__text3 {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-chart__item:first-child .c-chart__item__text3 {
    margin-left: 10px;
  }
}

.c-chart__item:first-child .c-chart__item__text4 {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-chart__item:first-child .c-chart__item__text4 {
    margin-left: 10px;
  }
}

.c-chart__item:first-child .c-chart__item__text5 {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-chart__item:first-child .c-chart__item__text5 {
    margin-left: 10px;
  }
}

.c-chart__item:last-child {
  padding-left: 40px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .c-chart__item:last-child {
    padding-left: 10px;
    border-top: 1px solid #dcdee5;
  }
}

.c-chart__item__one {
  width: 380px;
  margin-left: 28px;
}

@media screen and (max-width: 768px) {
  .c-chart__item__one {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 400px) {
  .c-chart__item__one {
    width: auto;
  }
}

.c-chart__item__count {
  border: 1px solid #DCDEE5;
  width: 186px;
  margin: 0 auto;
  height: 122px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .c-chart__item__count {
    width: 100%;
    max-width: 320px;
  }
}

.c-chart__item__count__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-chart__item__count__count-data {
  font-size: 5rem;
  color: #071544;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-right: 10px;
}

.c-chart__item__count__txt1 {
  text-align: center;
  line-height: 1.5;
}

.c-chart__item__count__txt2 {
  color: #071544;
  font-size: 2rem;
  letter-spacing: 0.08rem;
}

.c-chart__item__count .c-chart__item__text2 {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.c-chart__item__count1 {
  border: 1px solid #DCDEE5;
  width: 360px;
  margin: 0 auto;
  /* height: 166px; */
  padding: 13px 0;
  margin-bottom: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .c-chart__item__count1 {
    width: 100%;
    max-width: 360px;
  }
}

.c-chart__item__count1 .c-chart__item__count__count-data {
  margin-left: 45px;
  margin-right: 15px;
}

.c-chart__item__count1 .custom__text {
  margin-right: 0 !important;
  color: #071544;
  font-size: 1rem;
  letter-spacing: 0.07rem;
}

.c-chart__item__count1 .custom__text1 {
  margin-right: 0 !important;
  color: #071544;
  font-size: 1.2rem;
}

.c-chart__item__count1 .c-chart__item__count__count-data {
  font-size: 3.5rem;
}

.c-chart__item__count1 .c-chart__item__count__txt2 {
  font-size: 1.3rem;
}

.c-chart__item__count2 {
  border: 1px solid #DCDEE5;
  width: 380px;
  margin: 20px auto;
  height: 93px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .c-chart__item__count2 {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}

.c-chart__item__count2 .c-chart__item__count__count-data {
  margin-left: 50px;
  margin-right: 12px;
  font-size: 3.5rem;
}

.c-chart__item__count2 .custom__text {
  margin-right: 0 !important;
  color: #071544;
  font-size: 1rem;
}

.c-chart__item__count2 .custom__text1 {
  margin-right: 0 !important;
  color: #071544;
  font-size: 1.2rem;
}

.c-chart__item__count2 .c-chart__item__text2 {
  margin-left: 12px;
}

.c-chart__item__count2 .c-chart__item__count__txt2 {
  font-size: 1.3rem;
}

.c-chart__item__text1 {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  color: #071544;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-chart__item__text1 {
    line-height: 1.5;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.c-chart__item__text3 {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  color: #071544;
  margin-left: 20px;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .c-chart__item__text3 {
    line-height: 1.5;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.c-chart__item__text4 {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  color: #071544;
  margin-left: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .c-chart__item__text4 {
    line-height: 1.5;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.c-chart__item__text5 {
  font-size: 1.3rem;
  letter-spacing: 0.07rem;
  color: #071544;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-chart__item__text5 {
    line-height: 1.5;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.c-chart__item__text2 {
  color: #ADADAD;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  text-align: right;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .c-chart__item__text2 {
    margin-top: 10px;
  }
}

.c-chart__item__style1 {
  width: 234px;
}

.c-chart__item1 {
  padding-right: 30px !important;
}

@media screen and (max-width: 768px) {
  .c-chart__item1 {
    padding-right: 10px !important;
  }
}

.c-chart .c-title6 {
  margin-left: 20px;
  margin-bottom: 15px;
}

.c-chart .c-column {
  height: 320px;
  position: relative;
  margin-left: -60px!important;
}

@media screen and (max-width: 768px) and (min-width:500px){
  .c-chart .c-column{
    margin-left: auto!important;
    overflow-x: auto;
  }
}
.c-chart .c-column text {
  font-family: "Noto Sans Japanese",'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif !important;
}
@media screen and (max-width: 420px) {
  .c-chart .c-column text{
    font-size: 11px!important;
  }
}

#chart-column1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 70%; 
  margin-left: 0 !important;
  overflow: hidden !important;
}

#chart-column1 > div {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-chart .c-pie {
  height: 260px;
}

.c-chart .c-pie--style1 {
  height: 280px;
}

.c-chart svg > g > path {
  stroke-width: 0 !important;
}

.c-chart .google-visualization-tooltip {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto!important;
}

.c-chart .google-visualization-tooltip-item-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-chart .google-visualization-tooltip-item {
  margin: 0 !important;
  padding: 10px;
  /* padding-left: 5px; */
  line-height: 1.1;
  white-space: pre-wrap;
}

.c-chart .google-visualization-tooltip-item span {
  color: #071544 !important;
  font-family: "Noto Sans Japanese",'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif !important;
}

.c-chart .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 14px !important;
  font-weight: bold;
  white-space: pre;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 17px;
}
@media screen and (max-width: 420px) {
  .c-chart .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 12px!important;
    font-weight: normal;
  }
}

.c-chart .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 16px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-chart .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 14px!important;
  }
}

.c-pie1 .google-visualization-tooltip:nth-of-type(1) {
  width: auto !important;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* height: 40px !important; */
}

@media screen and (max-width: 420px) {
  .c-pie1 .google-visualization-tooltip:nth-of-type(1) {
    /* width: 170px!important; */
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.c-pie1 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item {
  padding: 8px 5px;
}

.c-pie1 .google-visualization-tooltip:nth-of-type(2) {
  width: auto !important;
  -webkit-transform: translate(-96%, -100%);
          transform: translate(-96%, -100%);
  /* height: 40px !important; */
}

@media screen and (max-width: 420px) {
  .c-pie1 .google-visualization-tooltip:nth-of-type(2) {
    /* width: 162px!important; */
    -webkit-transform: translate(-80%, -100%);
            transform: translate(-80%, -100%);
  }
}

.c-pie1 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
  line-height: 17px;
}

@media screen and (max-width: 420px) {
  .c-pie1 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px!important;
  }
}

.c-pie1 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}

.c-pie1 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
  padding: 5px 5px 5px 10px;
}

@media screen and (max-width: 420px) {
  .c-pie2  {
    margin-top: 30px;
  }
}
.c-pie2 .google-visualization-tooltip:nth-of-type(1) {
  width: auto !important;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@media screen and (max-width: 420px) {
  .c-pie2 .google-visualization-tooltip:nth-of-type(1) {
    -webkit-transform: translateX(-26%);
            transform: translateX(-26%);
  }
}

.c-pie2 .google-visualization-tooltip:nth-of-type(2) {
  width: auto !important;
  -webkit-transform: translate(50%, -238%);
          transform: translate(50%, -238%);
} 
.c-pie2 .google-visualization-tooltip:nth-of-type(2)::before{
   content: '';
    background-image: url(../img/line.png);
    width: 15px;
    height: 29px;
    position: absolute;
    right: 30px;
    bottom: -30px;
}

.c-pie2 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}

.c-pie2 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
  padding: 5px 10px;
}

@media screen and (max-width: 420px) {
  .c-pie2 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
    padding: 5px 8px;
  }
}

.c-pie2 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie2 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px !important;
  }
}

.c-pie2 .google-visualization-tooltip:nth-of-type(3) {
  width: auto !important;
  -webkit-transform: translate(28%, -220%);
          transform: translate(28%, -220%);
}

.c-pie2 .google-visualization-tooltip:nth-of-type(3):before {
  content: '';
  background-image: url(../img/line.png);
  width: 15px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: -18px;
}

.c-pie2 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}

.c-pie2 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
  padding: 5px 10px;
}

.c-pie2 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie2 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px!important;
  }
}
.c-pie3 .google-visualization-tooltip:nth-of-type(1) {
  width: auto !important;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(1) {
    /* width: 147px!important; */
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
}

.c-pie3 .google-visualization-tooltip:nth-of-type(2) {
  width: 110px !important;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
}
@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(2) {
    /* width: 90px!important; */
  }
}
.c-pie3 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 14px !important;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px!important;
  }
}

.c-pie3 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
  padding: 5px 10px;
}

.c-pie3 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 16px !important;
  font-weight: bold;
}

@media screen and (max-width: 420px) {
.c-pie3 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px!important;
  }
}

.c-pie3 .google-visualization-tooltip:nth-of-type(3) {
  width: auto !important;
  -webkit-transform: translate(-70%, -110%);
          transform: translate(-70%, -110%);
}

.c-pie3 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px!important;
  }
}
.c-pie3 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
  padding: 5px 10px;
}

@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
    padding: 5px 8px;
  }
}

.c-pie3 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
.c-pie3 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px!important;
  }
}
.c-pie3 .google-visualization-tooltip:nth-of-type(4) {
  width: auto !important;
  -webkit-transform: translate(-90%, 160%);
          transform: translate(-90%, 160%);
}

@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(4) {
    /* width: 144px!important; */
    -webkit-transform: translate(-75%, 160%);
            transform: translate(-75%, 160%);
  }
}

.c-pie3 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px!important;
  }
}

.c-pie3 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item {
  padding: 5px 10px;
}

@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item {
    padding: 5px 6px;
  }
}

.c-pie3 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
.c-pie3 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px!important;
  }
}

.c-pie3 .google-visualization-tooltip:nth-of-type(5) {
  width: auto !important;
  -webkit-transform: translate(30%, -200%);
          transform: translate(30%, -200%);
}
@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(5) {
   /*  width: 90px!important; */
  }
}
.c-pie3 .google-visualization-tooltip:nth-of-type(5):before {
  content: '';
  background-image: url(../img/line.png);
  width: 15px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: -18px;
}

.c-pie3 .google-visualization-tooltip:nth-of-type(5) .google-visualization-tooltip-item {
  padding: 5px 10px;
}

.c-pie3 .google-visualization-tooltip:nth-of-type(5) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(5) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px!important;
  }
}
.c-pie3 .google-visualization-tooltip:nth-of-type(5) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie3 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px!important;
  }
}

.c-pie4 .google-visualization-tooltip:nth-of-type(1) {
  width: auto !important;
  -webkit-transform: translateX(86%);
          transform: translateX(86%);
}

@media screen and (max-width: 420px) {
  .c-pie4 .google-visualization-tooltip:nth-of-type(1) {
    -webkit-transform: translate(80%);
            transform: translate(80%);
  }
}

.c-pie4 .google-visualization-tooltip:nth-of-type(2) {
  width: auto !important;
  -webkit-transform: translate(40%, -100%);
          transform: translate(40%, -100%);
}

.c-pie4 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
.c-pie4 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px!important;
  }
}
.c-pie4 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
  padding: 5px 10px;
}

.c-pie4 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie4 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px!important;
  }
}
@media screen and (max-width: 420px) {
  .c-pie5 {
    margin-top: 35px !important;
  }
}

.c-pie5 .google-visualization-tooltip:nth-of-type(4) {
  width: auto !important;
  -webkit-transform: translate(-60%, -90%);
          transform: translate(-60%, -90%);
}
@media screen and (max-width: 420px) {
.c-pie5 .google-visualization-tooltip:nth-of-type(4) {
   /*  width: 150px !important; */
  }
}
.c-pie5 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 14px !important;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: pre;
}
@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 12px!important;
  }
}
.c-pie5 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 16px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 14px!important;
  }
}
.c-pie5 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item {
  padding: 5px 7px 5px 10px;
}

@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item {
    padding: 5px 5px 5px 10px;
  }
}

.c-pie5 .google-visualization-tooltip:nth-of-type(3) {
  width: auto !important;
  -webkit-transform: translate(-90%, -30%);
          transform: translate(-90%, -30%);
}
@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(3) {
    -webkit-transform: translate(-80%, -30%);
    transform: translate(-80%, -30%);
  }
}
.c-pie5 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 14px !important;
  letter-spacing: 0.1rem;
  font-weight: bold;
  white-space: pre;
}
@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 12px!important;
  }
}
.c-pie5 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 16px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 14px!important;
  }
}
.c-pie5 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
  padding: 5px 5px 5px 10px;
}

@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
    padding: 5px 8px 5px 10px;
  }
}

.c-pie5 .google-visualization-tooltip:nth-of-type(2) {
  width: auto !important;
  -webkit-transform: translate(65%, 150%);
          transform: translate(65%, 150%);
  line-height: 1.2;
}

@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(2) {
    /* width: 125px !important; */
    -webkit-transform: translate(45%, 150%);
            transform: translate(45%, 150%);
  }
}

.c-pie5 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 14px !important;
  letter-spacing: 0.1rem;
  font-weight: bold;
  white-space: pre;
}
@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 12px !important;
  }
}

.c-pie5 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
  padding: 5px 5px 5px 10px;
}

.c-pie5 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 16px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 14px !important;
  }
}
.c-pie5 .google-visualization-tooltip:nth-of-type(1) {
  width: auto !important;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(1) {
    /* width: 168px!important; */
    -webkit-transform: translate(80%, -220%);
            transform: translate(80%, -220%);
  }
  .c-pie5 .google-visualization-tooltip:nth-of-type(1):before {
    content: '';
    background-image: url(../img/line1.png);
    width: 40px;
    height: 18px;
    position: absolute;
    left: 15px;
    bottom: -18px;
  }
}

@media screen and (max-width: 338px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(1) {
    -webkit-transform: translate(-2%, -220%);
            transform: translate(-2%, -220%);
  }
}

.c-pie5 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px !important;
  }
}
.c-pie5 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item {
  padding: 5px 5px 5px 10px;
}

.c-pie5 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie5 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px !important;
  }
}
.c-pie6 .google-visualization-tooltip:nth-of-type(1) {
  width: auto !important;
  -webkit-transform: translate(80%, 0%);
          transform: translate(80%, 0%);
}

.c-pie6 .google-visualization-tooltip:nth-of-type(2) {
  width: auto !important;
  -webkit-transform: translate(-68%, 50%);
          transform: translate(-68%, 50%);
}

@media screen and (max-width: 420px) {
  .c-pie6 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
      padding-right: 3px;
  }
}

.c-pie6 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 14px !important;
  letter-spacing: 0.1rem;
  font-weight: bold;
  white-space: pre;
}
@media screen and (max-width: 420px) {
  .c-pie6 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 12px !important;
  }
}
.c-pie6 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 16px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie6 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 14px !important;
  }
}
.c-pie6 .google-visualization-tooltip:nth-of-type(3) {
  width: auto !important;
  -webkit-transform: translate(-77%, 150%);
          transform: translate(-77%, 150%);
}

@media screen and (max-width: 420px) {
  .c-pie6 .google-visualization-tooltip:nth-of-type(3) {
    /* width: auto !important; */
    -webkit-transform: translate(-62%, 150%);
            transform: translate(-62%, 150%);
  }
}


.c-pie6 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie6 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px !important;
  }
}
.c-pie6 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
  padding: 5px;
}

.c-pie6 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie6 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px !important;
  }
}
.c-pie6 .google-visualization-tooltip:nth-of-type(4) {
  width: auto !important;
  -webkit-transform: translate(20%, -200%);
          transform: translate(20%, -200%);
}
@media screen and (max-width: 420px) {
  .c-pie6 .google-visualization-tooltip:nth-of-type(4) {
    -webkit-transform: translate(30%, -200%);
          transform: translate(30%, -200%);
  }
}
.c-pie6 .google-visualization-tooltip:nth-of-type(4):before {
  content: '';
  background-image: url(../img/line.png);
  width: 15px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: -18px;
}

.c-pie6 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie6 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px !important;
  }
}
.c-pie6 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item {
  padding: 5px 10px;
}

@media screen and (max-width: 420px) {
  .c-pie6 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item {
    padding: 5px 8px;
  }
}

.c-pie6 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie6 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px !important;
  }
}
.c-pie7 .google-visualization-tooltip:nth-of-type(1) {
  width: auto !important;
  -webkit-transform: translate(-10%, 0);
          transform: translate(-10%, 0);
}

@media screen and (max-width: 420px) {
  .c-pie7 .google-visualization-tooltip:nth-of-type(1) {
    -webkit-transform: translate(37%, 0%);
            transform: translate(37%, 0%);
  }
}

.c-pie7 .google-visualization-tooltip:nth-of-type(2) {
  width: auto !important;
  -webkit-transform: translate(-110%, -67%);
          transform: translate(-110%, -67%);
}
@media screen and (max-width: 420px) {
  .c-pie7 .google-visualization-tooltip:nth-of-type(2) {
     -webkit-transform: translate(29%, -67%);
          transform: translate(29%, -67%);
  }
}
@media screen and (max-width: 399px) {
  .c-pie7 .google-visualization-tooltip:nth-of-type(2) {
     -webkit-transform: translate(-110%, -67%);
          transform: translate(-110%, -67%);
  }
}
.c-pie7 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie7 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px!important;
  }
}
.c-pie7 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
  padding: 5px 7px;
}

.c-pie7 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie7 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px!important;
  }
}
.c-pie7 .google-visualization-tooltip:nth-of-type(3) {
  width: auto !important;
  -webkit-transform: translate(28%, -220%);
          transform: translate(28%, -220%);
}
@media screen and (max-width: 400px) {
  .c-pie7 .google-visualization-tooltip:nth-of-type(3) {
     /* width: 94px !important; */
  }
}
.c-pie7 .google-visualization-tooltip:nth-of-type(3):before {
  content: '';
  background-image: url(../img/line.png);
  width: 15px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: -18px;
}

.c-pie7 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie7 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px!important;
  }
}
.c-pie7 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
  padding: 5px 10px;
}

@media screen and (max-width: 420px) {
  .c-pie7 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
    padding: 5px 8px;
  }
}

.c-pie7 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie7 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px!important;
  }
}
.c-pie8 .google-visualization-tooltip:nth-of-type(1) {
  width: auto !important;
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
}

.c-pie8 .google-visualization-tooltip:nth-of-type(2) {
  width: auto !important;
  -webkit-transform: translate(-110%, 100%);
          transform: translate(-110%, 100%);
}

@media screen and (max-width: 420px) {
  .c-pie8 .google-visualization-tooltip:nth-of-type(2) {
   /*  width: auto !important; */
    -webkit-transform: translate(-80%, 100%);
            transform: translate(-80%, 100%);
  }
}

.c-pie8 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie8 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px!important;
  }
}
.c-pie8 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
  padding: 5px 7px;
}

.c-pie8 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie8 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px!important;
  }
}
.c-pie8 .google-visualization-tooltip:nth-of-type(3) {
  width: auto!important;
  -webkit-transform: translate(40%, -220%);
          transform: translate(40%, -220%);
}
@media screen and (max-width: 420px) {
  .c-pie8 .google-visualization-tooltip:nth-of-type(3) {
     /* width: 87px !important; */
  }
}
.c-pie8 .google-visualization-tooltip:nth-of-type(3):before {
  content: '';
  background-image: url(../img/line.png);
  width: 15px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: -18px;
}

.c-pie8 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie8 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px!important;
  }
}
.c-pie8 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
  padding: 5px 10px;
}

.c-pie8 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie8 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px!important;
  }
}
.c-pie9 .google-visualization-tooltip:nth-of-type(4) {
  width:auto!important;
  -webkit-transform: translate(-80%, -80%);
          transform: translate(-80%, -80%);
}

@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(4) {
    /* width: 111px!important; */
}
}

.c-pie9 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px !important;
  }
}

.c-pie9 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px !important;
  }
}
.c-pie9 .google-visualization-tooltip:nth-of-type(3) {
  width: auto !important;
  -webkit-transform: translate(45%, 50%);
          transform: translate(45%, 50%);
}
@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(3) {
    /* width: 137px!important; */
  }
}
.c-pie9 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 14px !important;
  letter-spacing: 0.1rem;
  font-weight: bold;
  white-space: pre;
}
@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 12px !important;
  }
}
.c-pie9 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
  padding: 5px 5px 5px 10px;
}

@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
    padding: 5px 5px 5px 10px;
  }
}

.c-pie9 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 16px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 14px !important;
  }
}
.c-pie9 .google-visualization-tooltip:nth-of-type(2) {
  width: auto !important;
  -webkit-transform: translate(70%, 150%);
          transform: translate(70%, 150%);
}

@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(2) {
    /* width: 137px !important; */
    -webkit-transform: translate(60%, 150%);
            transform: translate(60%, 150%);
  }
}

.c-pie9 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px !important;
  }
}
.c-pie9 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
  padding: 5px 5px 5px 10px;
}

.c-pie9 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px !important;
  }
}
.c-pie9 .google-visualization-tooltip:nth-of-type(1) {
  width: auto !important;
  -webkit-transform: translate(-109%, -230%);
          transform: translate(-109%, -230%);
}
@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(1) {
    /* width: 125px!important; */
}
}
.c-pie9 .google-visualization-tooltip:nth-of-type(1):before {
  content: '';
  background-image: url(../img/line.png);
  width: 15px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: -18px;
}

.c-pie9 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px !important;
  }
}

.c-pie9 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item {
  padding: 5px 5px 5px 10px;
}

.c-pie9 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie9 .google-visualization-tooltip:nth-of-type(1) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 12px !important;
  }
}
.c-pie10 .google-visualization-tooltip:nth-of-type(1) {
  width: auto !important;
  -webkit-transform: translate(60%, 100%);
          transform: translate(60%, 100%);
}

@media screen and (max-width: 420px) {
  .c-pie10 .google-visualization-tooltip:nth-of-type(1) {
    /* width: 156px !important; */
    -webkit-transform: translate(45%, 100%);
            transform: translate(45%, 100%);
  }
}

.c-pie10 .google-visualization-tooltip:nth-of-type(4) {
  width: auto !important;
  -webkit-transform: translate(-60%, 0%);
          transform: translate(-60%, 0%);
}

@media screen and (max-width: 420px) {
  .c-pie10 .google-visualization-tooltip:nth-of-type(4) {
    -webkit-transform: translate(-45%, 0%);
            transform: translate(-45%, 0%);
  }
}


.c-pie10 .google-visualization-tooltip:nth-of-type(3) {
  width: auto !important;
  -webkit-transform: translate(-64%, 158%);
          transform: translate(-64%, 158%);
}

@media screen and (max-width: 420px) {
  .c-pie10 .google-visualization-tooltip:nth-of-type(3) {
    /* width: 155px !important; */
    -webkit-transform: translate(-50%, 95%);
            transform: translate(-50%, 95%);
  }
}

.c-pie10 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 14px !important;
  letter-spacing: 0.1rem;
  font-weight: bold;
  white-space: pre;
  line-height: 1.3;
}
@media screen and (max-width: 420px) {
  .c-pie10 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 12px !important;
    font-weight: normal
  }
}
.c-pie10 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item {
  padding: 5px;
}

.c-pie10 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 16px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie10 .google-visualization-tooltip:nth-of-type(3) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
    font-size: 14px !important;
  }
}
.c-pie10 .google-visualization-tooltip:nth-of-type(2) {
  width: auto !important;
  -webkit-transform: translate(29%, 80%);
          transform: translate(29%, 80%);
}
.c-pie10 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
  font-size: 13px !important;
  letter-spacing: 0.1rem;
  white-space: pre;
}
@media screen and (max-width: 420px) {
  .c-pie10 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 10px !important;
  }
}
.c-pie10 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item {
  padding: 5px;
}

.c-pie10 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span {
  font-size: 14px !important;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  .c-pie10 .google-visualization-tooltip:nth-of-type(2) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span {
    font-size: 12px !important;
  }
}

.st2022 .google-visualization-tooltip:nth-of-type(1){
  transform: translate(60%, -150%);
}
.st2022 .google-visualization-tooltip:nth-of-type(2){
  transform: translate(-57%, 0%);
}

.st2022 .google-visualization-tooltip:nth-of-type(3){
  transform: translate(-88%, -47%);
}

.st2022 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child span{
  font-size: 14px !important;
  letter-spacing: 0.1rem;
  white-space: pre;
}

.st2022 .google-visualization-tooltip:nth-of-type(4) .google-visualization-tooltip-item-list .google-visualization-tooltip-item:last-child span{
  font-size: 16px !important;
  font-weight: bold;
}

.st2022 .google-visualization-tooltip:nth-of-type(4){
  transform: translate(25%, -139%);
}

.style_03{
      align-items: flex-start;
      margin-top: 20px;
}

.style_03 .c-chart__item__box__top{
  max-width: 245px;
    width: 100%;
    margin: 0 auto;
}
/*==========================================================================
// Project .p-
// ==========================================================================*/
/*=============================Home===========================*/
.sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sec01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec01__right {
  width: 297px;
  border: 1px solid #E6E6E6;
  padding: 32px 28px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .sec01__right {
    width: auto;
    border: 0;
    padding: 40px 15px 33px;
  }
}

@media screen and (max-width: 768px) {
  .sec01__right .c-btn1--style1 {
    /*margin-bottom: 0;*/
    margin: 0 5px;
  }
}

/*
@media screen and (max-width: 440px) {
  .sec01__right .c-btn1--style1 {
    text-align: right;
    padding-right: 3%;
  }
}

@media screen and (max-width: 400px) {
  .sec01__right .c-btn1--style1 {
    padding-right: 2%;
  }
}
*/

.sec01__link {
  font-size: 1.2rem;
  color: #071544;
  text-decoration: underline;
  text-align: right;
  display: block;
  padding-top: 6px;
  margin-bottom: 18px;
  margin-right: 7px;
}

@media screen and (max-width: 768px) {
  .sec01__link {
    font-size: 1rem;
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.sec01__link:hover {
  opacity: 0.7;
}

.sec02 {
  padding: 40px 0 55px;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 0 15px 10px;
  }
}

.sec02__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sec02__rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px !important;
  }
}

.sec02__left {
  width: 415px;
}

@media screen and (max-width: 768px) {
  .sec02__left {
    width: 100%;
  }
}

.sec02__right {
  width: 434px;
}

@media screen and (max-width: 768px) {
  .sec02__right {
    width: 100%;
  }
}

.sec02 .c-link {
  margin-right: 120px;
}

@media screen and (max-width: 768px) {
  .sec02 .c-link {
    margin-right: 15px;
  }
}

/*=============================Company========================*/
@media screen and (max-width: 768px) {
  .company__main {
    border-top: 1px solid #EAEAEA;
  }
}

.company__sec01 {
  padding-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .company__sec01 {
    padding-bottom: 38px;
  }
}

.company__sec01 .c-text1 {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .company__sec01 .c-text1 {
    margin: 15px 20px 0;
    line-height: 2;
    letter-spacing: 0.05rem;
  }
}

.company__sec01 .c-title3 {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .company__sec01 .c-title3 {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.company__sec02 {
  margin-bottom: 53px;
}

@media screen and (max-width: 768px) {
  .company__sec02 {
    margin-bottom: 30px;
  }
}

.company__sec02__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .company__sec02__navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 9px;
  }
}

.company__sec02__navi__left {
  padding: 46px 40px 53px 0;
  width: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-right: 1px solid #EAEAEA;
}

@media screen and (max-width: 768px) {
  .company__sec02__navi__left {
    padding: 28px 0 0;
    border-right: 0;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .company__sec02__navi__left:last-child {
    margin-top: 26px;
  }
}

.company__sec02__navi__left--style1 {
  padding-left: 7px;
}

@media screen and (max-width: 768px) {
  .company__sec02__navi__left--style1 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .company__sec02__navi__left--style1 .c-title5 {
    margin: 0 8px;
  }
}

.company__sec02__navi__left--style1 .c-title5 p {
  margin-bottom: 2px;
}

.company__sec02__navi__left .line {
  position: absolute;
  width: 500%;
  height: 1px;
  background-color: #DCDEE5;
  right: 0;
  bottom: 9px;
}

@media screen and (max-width: 768px) {
  .company__sec02__navi__left .c-title5 {
    margin: 0 17px;
  }
}

.company__sec02__navi__right {
  padding: 55px 0 0 35px;
  width: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.company__sec02__navi__right:last-child {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .company__sec02__navi__right {
    padding: 0;
    width: auto;
  }
}

.company__sec02__navi__right img {
  position: absolute;
  left: 0;
  margin-top: 20px;
  width: 450px;
}

@media screen and (max-width: 768px) {
  .company__sec02__navi__right img {
    margin-top: 20px;
    max-width: 100%;
    position: static;
    width: 100%;
  }
}

.company__sec02__navi__right .c-title5 {
  margin-bottom: 15px;
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 768px) {
  .company__sec02__navi__right .c-title5 {
    margin: 0 10px !important;
  }
}

.company__sec02__navi__right .c-title6 {
  margin-bottom: 22px;
  margin-top: 195px;
}

@media screen and (max-width: 768px) {
  .company__sec02__navi__right .c-title6 {
    margin-top: 0;
    margin-left: 28px;
  }
}

@media screen and (max-width: 768px) {
  .company__sec02__navi__right .u-mt17 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .company__sec02 .c-text1 {
    padding: 0 0px;
    line-height: 2;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.company__sec02 .c-text1:last-child {
  display: inline-block;
}

.company__sec02 .c-title3 {
  margin: 24px 0;
}

@media screen and (max-width: 768px) {
  .company__sec02 .c-title3 {
    margin: 20px 10px;
  }
}

.company__sec02 .mt2 {
  margin-top: 62px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .company__sec02 .mt2 {
    margin: 20px 10px;
  }
}

.company__sec02__box {
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .company__sec02__box {
    margin-top: 25px;
  }
}

.company__sec02__box img {
  max-width: 100%;
}

.company__sec02__box span {
  position: absolute;
  right: 12px;
  bottom: 0;
  font-size: 1rem;
  letter-spacing: 0.08rem;
  line-height: 1.6;
  color: #ADADAD;
}

@media screen and (max-width: 768px) {
  .company__sec02__box span {
    right: 10px;
  }
}

.company__sec02__box1 {
  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;
  margin-top: 35px;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .company__sec02__box1 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
}

.company__sec02__box1 p {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  line-height: 3;
  margin-top: 6px;
  margin-left: 17px;
  color: #071544;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6',
 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

@media screen and (max-width: 768px) {
  .company__sec02__box1 p {
    margin-left: 11px;
    margin-top: 7px;
  }
}

.company__sec02__box2 {
  border: 1px solid #F8A01A;
  height: 79px;
  width: 338px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .company__sec02__box2 {
    height: 76px;
    margin-left: 30px;
    width: auto;
    max-width: 768px;
    margin-right: 30px;
    margin-bottom: 16px;
  }
}

.company__sec02__box2 p {
  color: #F8A01A;
  font-size: 1.4rem;
  line-height: 2;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6',
 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.company__sec02__box2 p span {
  margin-right: 25px;
}

.company__sec02__box2 p span:last-child {
  margin-right: 0;
}

.company__sec02__box3 {
  text-align: right;
  width: 570px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .company__sec02__box3 {
    width: 100%;
    margin-top: 18px;
    text-align: center;
    display: block;
  }
}

.company__sec02__box3 span {
  font-size: 1rem;
  color: #4A4A4A;
  vertical-align: bottom;
  margin-right: 20px;
  letter-spacing: 0.1rem;
}

.company__sec02__box4 {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .company__sec02__box4 {
    width: auto;
    margin: 0 10px 48px !important;
  }
}

.company__sec02__box5 {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .company__sec02__box4 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .company__sec02 .c-title6 {
    margin-left: 27px;
  }
}

.company__sec02__navi1 {
  width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 39px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .company__sec02__navi1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin: 19px 10px;
  }
}

.company__sec02__navi1 li{
   width: 33.3333333%;
 }


/*.company__sec02__navi1 li:nth-child(3n+1) {
  width: 313px;
}
.company__sec02__navi1 li:nth-child(3n+2) {
  width: 305px;
}
*/

@media screen and (max-width: 768px) {
  .company__sec02__navi1 li {
    width: auto;
  }
}

/*@media screen and (max-width: 768px) {
  .company__sec02__navi1 li:nth-child(3n+1) {
    width: auto;
  }
}


@media screen and (max-width: 768px) {
  .company__sec02__navi1 li:nth-child(3n+2) {
    width: auto;
  }
}*/

.company__sec02__navi1 li a {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 27px;
  text-decoration: underline;
}

.company__sec02__navi1 li a:hover {
  opacity: 0.6;
}

.company__sec02 .c-list6 {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px){
  .company__sec02 .c-list6 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*=============================Company Outline=========================*/
@media screen and (max-width: 768px) {
  .outline {
    border-top: 1px solid #EAEAEA;
  }
}

.outline__sec01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .outline__sec01 {
    margin: 0 10px 40px;
  }
}

.outline__sec01 .c-title3 {
  margin-bottom: 20px;
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .outline__sec01 .c-title3 {
    margin-top: 30px;
  }
}

.outline__sec02 {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .outline__sec02 {
    margin: 0 10px 30px;
  }
}

.outline__sec02 .c-title2 {
/*  text-align: center;*/
}

.outline__sec02 .c-text1 {
  /*line-height: 1;*/
  /*text-align: center;*/
}

.outline__sec02 .c-title3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .outline__sec02 .c-title3 {
    margin-bottom: 20px;
  }
}

.outline__sec02__box {
  width: 690px;
  border: 1px solid #DCDEE5;
/*  margin: 0 auto;*/
  padding: 40px 36px 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .outline__sec02__box {
    width: auto;
  }
}

.outline__sec02__box .c-title6 {
  margin-left: 22px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .outline__sec02__box .c-title6 {
    margin-bottom: 20px;
    margin-left: 0px;
  }
}

.outline__sec02__box img {
  max-width: 100%;
}

/*=============================Company Logo===============================*/
@media screen and (max-width: 768px) {
  .logo {
    border-top: 1px solid #EAEAEA;
  }
}

.logo__sec01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .logo__sec01 {
    margin: 30px 10px 40px;
  }
}

.logo__sec01 .c-title3 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.logo__sec01__box {
  width: 690px;
/*  margin: 0 auto;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__sec01__box img {
  width: 146px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .logo__sec01__box img {
    width: 100px;
  }
}


@media screen and (max-width: 768px) {
  .logo__sec01__box {
    width: auto;
  }
}

.logo__sec01__box__right {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .logo__sec01__box__right {
    margin-left: 20px;
  }
}

.logo__sec01__box__right .c-title2 {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .logo__sec01__box__right .c-title2 {
    margin-bottom: 10px;
  }
}

.logo__sec01__box__right .c-text1 {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .logo__sec01__box__right .c-text1 {
    line-height: 1.5;
  }
}
.logo__sec02 {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .logo__sec02 {
    margin: 0 10px 30px;
  }
}

.logo__sec02 .c-title3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .logo__sec02 .c-title3 {
    margin-bottom: 20px;
  }
}

.logo__sec02 .c-table-out dl dt {
  width: 140px;
  padding: 8px 15px 8px 40px;
}

@media screen and (max-width: 768px) {
  .logo__sec02 .c-table-out dl dt {
    padding: 8px 5px;
    width: 27%;
  }
}

.logo__sec02 .c-table-out dl dd {
  width: 550px;
  padding: 11px 30px;
}

@media screen and (max-width: 768px) {
  .logo__sec02 .c-table-out dl dd {
    width: 73%;
  }
}

/*=============================Company Client================================*/
@media screen and (max-width: 768px) {
  .client {
    border-top: 1px solid #EAEAEA;
  }
}

.client__sec01 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .client__sec01 {
    margin: 0 10px 55px;
  }
}

.client__sec01 .c-title3 {
  margin-top: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .client__sec01 .c-title3 {
    margin-top: 30px;
    margin-bottom: 7px;
  }
}

.client__sec01 .c-text1 {
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .client__sec01 .c-text1 {
    margin: 0 0 14px;
    line-height: 1.8;
  }
}

.client__sec01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .client__sec01__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.client__sec01 .c-btn1 {
  margin: 45px auto 0;
  width: 262px;
  line-height: 40px;
  padding-left: 20px;
  border: 1px solid #DCDEE5;
}

@media screen and (max-width: 768px) {
  .client__sec01 .c-btn1 {
    margin-top: 40px;
    max-width: 262px;
    width: 100%;
  }
}

.client__sec01 .c-btn1 span {
  left: 20px;
}

@media screen and (max-width: 768px) {
  .client__sec01 .c-table-cli--style2 {
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 768px) {
  .client__sec01__left {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .client__sec01__left .c-table-cli dl dt {
    width: 80%;
    padding: 12px 0;
  }
}

@media screen and (max-width: 768px) {
  .client__sec01__left .c-table-cli dl dd {
    width: 20%;
  }
}

/*=============================Company Organization======================*/
@media screen and (max-width: 768px) {
  .organization {
    border-top: 1px solid #EAEAEA;
  }
}

.organization__sec01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .organization__sec01 {
    margin: 0 10px 30px;
  }
}

.organization__sec01 .c-title3 {
  margin-top: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .organization__sec01 .c-title3 {
    margin-top: 30px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 768px) {
  .organization__sec01 .c-text1 {
    margin: 0 10px;
  }
}

.organization__sec01__img {
  border: 1px solid #DCDEE5;
  width: 800px;
  text-align: center;
  margin-top: 40px;
  padding: 59px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .organization__sec01__img {
    width: auto;
    margin-top: 15px;
    padding: 25px;
  }
}

.organization__sec01__img img {
  max-width: 100%;
}

.organization__sec02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .organization__sec02 {
    margin: 0 10px 55px;
  }
}

.organization__sec02__box {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .organization__sec02__box {
    display: block;
    margin-top: 25px;
  }
}

.organization__sec02__box .c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.organization__sec02__box .c-btn1 span {
  position: relative;
  font-size: 1rem;
  left: 0;
  top: 0;
}

.organization__sec02__box .c-btn1 span:last-child {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .organization__sec02__box .c-btn1 {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 212px;
    height: 60px;
  }
}

 .organization__sec02__box .c-btn1 img{
  width: 47px;
 }

@media screen and (max-width: 768px) {
  .organization__sec02__box .c-btn1 img {
    left: 20px;
  }
}

.organization__sec02__box__txt {
  font-size: 1.3rem;
  margin-left: 22px;
  letter-spacing: 0.14rem;
  color: #071544;
}

/*=============================Company Numerical======================*/
@media screen and (max-width: 768px) {
  .numerical {
    border-top: 1px solid #EAEAEA;
  }
}

.numerical .c-title3 {
  margin-top: 25px;
  margin-bottom: 29px;
  margin-left: 7px;
}

@media screen and (max-width: 768px) {
  .numerical .c-title3 {
    margin-left: 10px;
    margin-top: 30px;
  }
}
.numerical .c-btn1--style8{
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .numerical .c-btn1--style8{
    margin-top: 35px;
  }
}

/*=============================Contact========================*/

@media screen and (max-width: 768px) {
  .contact__main {
    border-top: 1px solid #EAEAEA;
  }
}

.contact__sec01 {
  margin-top: 20px;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .contact__sec01 {
    margin: 30px 10px 30px 10px;
  }
}

.contact__sec01 .c-text1 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .contact__sec01 .c-text1 {
    margin-top: 20px;
    margin-left: 10px;
    letter-spacing: 0.05rem;
    line-height: 2;
  }
}

.contact__sec01 .c-title6 {
  margin-left: 18px;
}

.contact__sec01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .contact__sec01__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
    margin-left: 10px;
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 10px;
  }
}

.contact__sec01__link__txt {
  margin-left: 8px;
  margin-right: 5px;
}

.contact__sec01__link a {
  font-size: 1.2rem;
  color: #071544;
  letter-spacing: 0.1rem;
  text-decoration: underline;
}

.contact__sec01__link a:hover {
  opacity: 0.6;
}

.contact__sec01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .contact__sec01__box {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
}

.contact__sec01__box__one {
  width: 172px;
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DCDEE5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contact__sec01__box__one {
    width: auto;
    height: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.contact__sec01__box__one .c-title3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .contact__sec01__box__one .c-title3 {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.contact__sec01__box__one p {
  font-size: 1.1rem;
  color: #071544;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.5;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .contact__sec01__box__one p {
    white-space: nowrap;
  }
}

@media screen and (max-width: 400px) {
  .contact__sec01__box__one p {
    white-space: normal;
  }
}

.contact__sec01__box__icon {
  width: 37px;
  height: 117px;
  line-height: 117px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact__sec01__box__icon {
    width: auto;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.contact__sec01__box__icon i {
  font-size: 1.2rem;
  color: #DCDEE5;
}

@media screen and (max-width: 768px) {
  .contact__sec01__box__icon i {
    font-size: 1.8rem;
  }
}

.contact__form {
  width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .contact__form {
    width: auto;
    margin-top: 20px;
  }
}

.contact__form .custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.contact__form .file-upload-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .contact__form .file-upload-wrapper {
    max-width: 750px !important;
    width: 100%;
  }
}

.contact__form .file-upload-input {
  width: 244px;
  float: left;
}

@media screen and (max-width: 768px) {
  .contact__form .file-upload-input {
    max-width: 750px !important;
    width: 100%;
  }
}

.contact__form .file-upload-button {
  background-color: #F7F6F6;
  border: 1px solid #DCDEE5;
  color: #071544;
  line-height: 1;
  padding: 9px 19px;
  margin-left: 10px;
  font-size: 1rem;
  cursor: pointer;
  white-space: nowrap;
}

.contact__form__file {
  line-height: 2.4;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.contact__form__file__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact__form__selectbox {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.contact__form__selectbox select {
  width: 248px;
  height: 30px;
  font-size: 1.3rem;
  color: #071544;
  padding-left: 20px;
  border: 1px solid #DCDEE5;
  background: #fff url("../img/arrow_down.png") no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

.contact__form__selectbox option {
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact__form .open-box {
  width: 507px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .contact__form .open-box {
    width: auto;
  }
}

.contact__form .open-box__head {
  width: 100%;
  height: 35px;
  background-color: #F7F6F6;
  border: 1px solid #DCDEE5;
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.07rem;
  line-height: 35px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact__form .open-box__content {
  padding: 30px 10px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DCDEE5;
  border-top: 0;
}

@media screen and (max-width: 768px) {
  .contact__form .open-box__content {
    padding: 30px 40px 40px 40px;
  }
}

.contact__form .open-box ol {
  list-style-type: decimal;
}

.contact__form .open-box .contact__form__radio {
  height: auto;
}

.contact__form .open-box .c-text1 {
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 15px;
}

.contact__form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .contact__form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.contact__form dl dt {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  width: 213px;
}

@media screen and (max-width: 768px) {
  .contact__form dl dt {
    margin-bottom: 12px;
    width: auto;
  }
}

.contact__form dl dd {
  width: 507px;
  color: #071544;
}

@media screen and (max-width: 768px) {
  .contact__form dl dd {
    width: 100%;
  }
}

.contact__form input[type="text"],
.contact__form input[type="email"] {
  height: 30px;
  color: #071544;
  font-size: 1.4rem;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DCDEE5;
}

@media screen and (max-width: 768px) {
  .contact__form input[type="text"],
  .contact__form input[type="email"] {
    max-width: 100%;
  }
}

.contact__form textarea {
  height: 211px;
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #071544;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DCDEE5;
}

@media screen and (max-width: 768px) {
  .contact__form textarea {
    max-width: 100%;
  }
}

.contact__form__comment {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.contact__form__comment dt {
  line-height: 24px;
}

.contact__form__acceptance {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.contact__form__acceptance dt {
  line-height: 24px;
}

.contact__form__acceptance .wpcf7-list-item-label {
  margin-right: 20px;
  position: relative;
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.07rem;
  background-color: #ffffff;
}

.contact__form__radio {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .contact__form__radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__form__radio .wpcf7-list-item{
  margin-bottom: 10px;
  margin-left: 0;
}

.contact__form__radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.contact__form__radio input[type="radio"] + .wpcf7-list-item-label {
  margin-right: 20px;
  position: relative;
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.07rem;
  background-color: #ffffff;
}

.contact__form__radio .wpcf7-list-item-label {
 margin-top: 3px;
 font-size: 1.3rem;
 margin-right: 20px;
 background-color: #FAFFC0;
}

@media screen and (max-width: 600px){
  .contact__form__radio .wpcf7-form-control{
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .contact__form__radio input[type="radio"] + .wpcf7-list-item-label {
    margin-bottom: 10px;
    margin-top: 0;
    margin-right: 0;
  }
}

.contact__form__radio input[type="radio"] + .wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #071544;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact__form__radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3.5px;
  z-index: 1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #071544;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media screen and (max-width: 768px) {
  .contact__form__rows {
    display: none !important;
  }
}

.contact__form__btn {
  font-size: 1.4rem;
  /*font-weight: bold;*/
  border: 1px solid #DCDEE5;
  color: #071544;
  background-color: transparent;
  width: 123px;
  height: 40px;
  margin: 40px auto 0;
  display: block;
  cursor: pointer;
}

.contact__form__btn:hover{
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .contact__form__btn {
    margin-top: 30px;
  }
}

.contact__form .form_message {
  font-size: 1.3rem;
  text-align: center;
  color: #FF0000;
}

@media screen and (max-width: 768px) {
  .pri__sec01 {
    margin-top: 30px;
  }
}

.pri .contact__sec01__link {
  margin-top: 20px;
  margin-bottom: 40px;
}

.box-active {
  display: block !important;
}

.thank__sec01 {
  margin-top: 20px;
  margin-bottom: 40vh;
}

@media screen and (max-width: 768px) {
  .thank__sec01 {
    margin: 30px 10px 47vh;
  }
}

.thank__sec01 .c-title3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .thank__sec01 .c-text1 {
    margin: 0 10px;
  }
}

.wpcf7c-conf {
  background-color: #FAFEC0 !important;
}

.wpcf7-response-output {
  font-size: 1.3rem;
}

/*=============================Recruit========================*/
@media screen and (max-width: 768px) {
  .recruit__main {
    border-top: 1px solid #EAEAEA;
  }
}

.recruit__sec01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .recruit__sec01 {
    margin: 30px 10px 40px 10px;
  }
}

.recruit__sec01 .c-title3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .recruit__sec01 .c-title3 {
    margin-bottom: 20px;
  }
}

.recruit__sec01 .c-title6 {
  margin-bottom: 20px;
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .recruit__sec01 .c-text1 {
    margin: 0 10px;
  }
}

.recruit__sec02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .recruit__sec02 {
    margin: 0 10px 40px;
  }
}

@media screen and (max-width: 768px) {
  .recruit__sec02 .c-text1 {
    margin: 0 10px;
  }
}

.recruit__sec02 .c-title6 {
  margin-bottom: 20px;
  margin-left: 18px;
}

.recruit__sec02__img {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .recruit__sec02__img {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.recruit__sec02__img a{
  display: block;
}

.recruit__sec02__img a:hover {
  opacity: 0.6;
}

.recruit__sec02__img img {
  max-width: 610px;
  width: 100%;
}

.recruit__sec02__box1 {
  width: 900px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .recruit__sec02__box1 {
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
}

.recruit__sec02__box1__txt1 {
  font-size: 1.4rem;
  color: #F4AF3E;
  letter-spacing: 0.1rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .recruit__sec02__box1__txt1 {
    margin-right: 50px;
  }
}

.recruit__sec02__box1__txt2 {
  font-size: 1.3rem;
  line-height: 2.1;
  color: #071544;
  letter-spacing: 0.05rem;
}

/*=============================Recruit Detail========================*/
.detail__sec01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .detail__sec01 {
    margin: 30px 10px 40px;
  }
}

.detail__sec01 .c-title3 {
  margin-bottom: 20px;
}

.detail__sec01 .c-text1 {
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 768px) {
  .detail__sec01 .c-text1 {
    margin: 0 10px;
  }
}

.detail__sec02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .detail__sec02 {
    margin: 0 10px 40px;
  }
}

.detail__sec02 .c-title6 {
  margin-bottom: 20px;
  margin-left: 18px;
}

.detail__sec02 .c-list5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .detail__sec02 .c-list5 {
    margin: 20px 10px;
  }
}

.detail__sec02 .c-text1 {
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 768px) {
  .detail__sec02 .c-text1 {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .detail__sec03 {
    margin: 0 10px 40px;
  }
}

.detail__sec03 .c-title6 {
  margin-left: 18px;
  margin-bottom: 20px;
}

.detail__sec03 .c-box1 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .detail__sec03 .c-box1 {
    margin-bottom: 40px;
  }
}

.detail__sec03 .c-box1__item__head {
  font-weight: normal;
}

.detail__sec03 .c-box1__item--style2 {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .detail__sec03 .c-box1__item--style2 {
    margin-bottom: 10px;
  }
}

.detail__sec03 .c-box1__item--style2:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .detail__sec03 .c-box1__item--style2:nth-child(3) {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.detail__sec03 .c-table-out {
  margin-bottom: 60px;
  width: 900px;
}

@media screen and (max-width: 768px) {
  .detail__sec03 .c-table-out {
    margin: 0 10px 40px;
    width: auto;
  }
}

.detail__sec03 .c-table-out dl {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

@media screen and (max-width: 374px) {
  .detail__sec03 .c-table-out dl:nth-child(3) dd {
    height: 66px;
  }
}

.detail__sec03 .c-table-out dl dd {
  padding: 15px 20px 15px 30px;
  width: 710px;
}

@media screen and (max-width: 768px) {
  .detail__sec03 .c-table-out dl dd {
    padding: 15px 10px;
    width: 65%;
  }
}

.detail__sec03 .c-table-out dl dt {
/*  line-height: 1.8;*/
  padding: 15px 30px;
  width: 190px;
}

@media screen and (max-width: 768px) {
  .detail__sec03 .c-table-out dl dt {
    padding: 15px 10px;
    width: 35%;
    text-align: left;
  }
}

.detail__sec03 .c-table-out__list li {
  margin-bottom: 20px;
}

.detail__sec03 .c-table-out__list li p {
  margin-top: 6px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .detail__sec03 .c-table-out__list li p {
    padding-left: 5px;
    line-height: 2;
    margin-top: 5px;
  }
}

.detail__sec03 .c-table-out__list li:last-child {
  margin-bottom: 0;
}

.detail__sec03 .c-table-out dl dd p {
  padding-left: 3px;
}

.detail__sec04 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .detail__sec04 {
    margin: 0 10px 40px;
  }
}

.detail__sec04 .c-box1 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .detail__sec04 .c-box1 {
    margin-bottom: 40px;
  }
}

.detail__sec04 .c-list5 li {
  font-weight: normal;
  line-height: 1.8;
}

.detail__sec04 .c-box1__item__content {
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  .detail__sec04 .c-box1__item__content {
    padding: 15px  10px;
  }
}

.detail__sec04 .c-box1__item__content__txt1 {
  text-align: left;
  margin-top: 20px;
}

.detail__sec04 .c-title6 {
  margin-left: 18px;
  margin-bottom: 20px;
}

.detail__sec04 .c-table-out {
  margin-bottom: 20px;
  width: 900px;
}

@media screen and (max-width: 768px) {
  .detail__sec04 .c-table-out {
    margin: 0 10px 20px;
    width: auto;
  }
}

.detail__sec04 .c-table-out dl {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}

.detail__sec04 .c-table-out dl dd {
  padding: 15px 20px 15px 30px;
  line-height: 2.4;
  width: 710px;
}

@media screen and (max-width: 768px) {
  .detail__sec04 .c-table-out dl dd {
    padding: 15px 10px;
    width: 70%;
  }
}

.detail__sec04 .c-table-out dl dt {
  line-height: 2.4;
  padding: 15px 30px;
  width: 190px;
}

@media screen and (max-width: 768px) {
  .detail__sec04 .c-table-out dl dt {
    padding: 15px 5px 15px 10px;
    width: 30%;
    text-align: left;
  }
}

.detail__sec04 .c-table-out dl dd p {
  padding-left: 0;
}

.detail__sec04 .c-table-out__list li {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .detail__sec04 .c-table-out__list li {
    margin-bottom: 0;
  }
}
/*=============================Recruit Reason========================*/

.reason__sec01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .reason__sec01 {
    margin: 30px 10px 40px;
  }
}

.reason__sec01 .c-title3 {
  margin-bottom: 20px;
}

.reason__sec01 .c-text1 {
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 768px) {
  .reason__sec01 .c-text1 {
    margin: 0 10px;
  }
}

.reason__sec02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .reason__sec02 {
    margin: 0 10px 40px;
  }
}

.reason__sec02 .c-title6 {
  margin-bottom: 40px;
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .reason__sec02 .c-title6 {
    margin-bottom: 20px;
  }
}

.reason__sec02__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .reason__sec02__box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reason__sec02__box1__img img {
  max-width: 460px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .reason__sec02__box1__img img {
    max-width: 100%;
  }
}

.reason__sec02__box1__right {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .reason__sec02__box1__right {
    margin: 20px 10px 0;
  }
}

.reason__sec02__box1__right ul {
  list-style-type: upper-alpha;
  margin-top: 25px;
  margin-left: 20px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .reason__sec02__box1__right ul  {
    width: auto;
  }
}

.reason__sec02__box1__right ul li {
  font-weight: bold;
  color: #071544;
  font-size: 1.3rem;
  margin-bottom: 20px;
  letter-spacing: 0.08rem;
}

.reason__sec02__box1__right ul li:last-child {
  margin-bottom: 0;
}

.reason__sec02__box1__right ul li dd {
  font-weight: normal;
  font-size: 1.3rem;
  margin-top: 10px;
  letter-spacing: 0.07rem;
}

.reason__sec03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .reason__sec03 {
    margin: 0 10px 40px;
  }
}

.reason__sec03 .c-title6 {
  margin-bottom: 20px;
  margin-left: 18px;
}

.reason__sec03 .c-text1 {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .reason__sec03 .c-text1 {
    margin: 0 10px;
  }
}

.reason__sec03 .c-list5 {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .reason__sec03 .c-list5 {
    margin: 20px 10px 40px;
  }
}

@media screen and (max-width: 375px) {
  .reason__sec03 .c-list5 li {
    line-height: 1.5;
  }
}
/*=============================Recruit Strategy========================*/
.strategy__sec01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .strategy__sec01 {
    margin: 30px 10px 40px;
  }
}

.strategy__sec01 .c-title3 {
  margin-bottom: 20px;
}

.strategy__sec01 .c-text1 {
  letter-spacing: 0.07rem;
  margin-bottom: 20px;
}

.strategy__sec01 .c-text1:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .strategy__sec01 .c-text1 {
    margin: 0 10px 10px;
  }
}


.strategy__sec02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .strategy__sec02 {
    margin: 0 10px 40px;
  }
}

.strategy__sec02 .c-title6 {
  margin-bottom: 40px;
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .strategy__sec02 .c-title6 {
    margin-bottom: 20px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .strategy__sec02 .c-title6:before {
    top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .strategy__sec02 .c-title5 {
    margin-left: 10px;
  }
}

.strategy__sec02 .c-list6 {
  margin-top: 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .strategy__sec02 .c-list6 {
    margin: 15px 10px 40px;
  }
}

.strategy__sec02 .c-text2 {
  margin: 15px 0 60px;
}

.strategy__sec02__img {
  text-align: center;
  border: 1px solid #DCDEE5;
  padding: 40px;
}

.strategy__sec02__img img {
  max-width: 840px;
  width: 100%;
}
/*=============================Recruit Model========================*/
.model__sec01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .model__sec01 {
    margin: 30px 10px 40px;
  }
}

.model__sec01 .c-title3 {
  margin-bottom: 20px;
}

.model__sec01 .c-title6 {
  margin-bottom: 20px;
  margin-left: 18px;
}

.model__sec01 .c-text1 {
  letter-spacing: 0.07rem;
  margin-bottom: 60px;
  /* line-height: 1; */
}

.model__sec01 .c-text1 span {
  text-decoration: underline;
}

.model__sec01 .c-text1:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .model__sec01 .c-text1 {
    margin: 0 20px 40px;
  }
}

.model__sec02 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .model__sec02 {
    margin: 0 10px 40px;
  }
}

.model__sec02 .c-title6 {
  margin-bottom: 20px;
  margin-left: 18px;
}

.model__sec02 .c-text1 {
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 768px) {
  .model__sec02 .c-text1 {
    margin: 0 20px;
  }
}

.model__sec02__box {
  border: 1px solid #DCDEE5;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .model__sec02__box {
    margin: 60px 10px 0;
  }
}

.model__sec02__box-content {
  width: 810px;
  text-align: center;
  margin: 60px 45px;
}

@media screen and (max-width: 768px) {
  .model__sec02__box-content {
    width: auto;
    margin: 35px 19px 5px;
  }
}

.model__sec02__math {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.model__sec02__math__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .model__sec02__math__gr {
    width: 220px;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 768px) {
  .model__sec02__math {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.model__sec02__math input[type=text] {
  height: 40px;
  border: 1px solid #071544;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
  margin-right: 10px;
  color: #071544;
  font-size: 1.4rem;
  padding: 0 10px;
  text-align: right;
  letter-spacing: 0.08rem;
}

.model__sec02__math span {
  font-size: 1.2rem;
  color: #071544;
  font-weight: bold;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .model__sec02__math span {
    margin-right: 0;
  }
}

.model__sec02__math button {
  width: 86px;
  height: 40px;
  border: 1px solid #DCDEE5;
  background-color: transparent;
  color: #071544;
  font-size: 1rem;
  cursor: pointer;
}


@media screen and (max-width: 768px) {
  .model__sec02__math button {
    margin: 5px auto 0;
  }
}

.model__sec02__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .model__sec02__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.model__sec02__group .c-table-model {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .model__sec02__group .c-table-model:nth-child(2n) {
    margin-right: 0;
  }
}

.model__sec02__group .c-table-model:last-child {
  margin-right: 0;
}

.model__sec03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .model__sec03 {
    margin: 0 10px 40px;
  }
}

.model__sec03 .c-title6 {
  margin-bottom: 20px;
  margin-left: 18px;
}

.model__sec03 .c-text1 {
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 768px) {
  .model__sec03 .c-text1 {
    margin: 0 20px;
  }
}

.model__sec03__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 740px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .model__sec03__box1 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 10px 0;
  }
}

.model__sec03__left {
  border: 1px solid #DCDEE5;
  width: 277px;
  padding: 30px 20px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .model__sec03__left {
    width: auto;
    padding: 20px 30px 25px 30px;

  }
}

.model__sec03__left .model__sec03__box-inline__txt1 {
  width: 99px;
}

.model__sec03__center {
  margin-left: 20px;
  margin-right: 20px;
  line-height: 170px;
}

@media screen and (max-width: 768px) {
  .model__sec03__center {
    text-align: center;
    margin: 10px 0;
    line-height: 18px;
  }
}

.model__sec03__center i {
  font-size: 2rem;
  color: #DCDEE5;
}

.model__sec03__right {
  border: 1px solid #DCDEE5;
  width: 403px;
  padding: 30px 20px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .model__sec03__right {
    width: auto;
    padding: 20px 30px 25px 30px;
  }
}

@media screen and (max-width: 440px) {
  .model__sec03__right {
    width: auto;
    padding: 20px 10px 25px 20px;
  }
}

.model__sec03__right .model__sec03__box-inline__txt1 {
  width: 129px;
}

@media screen and (max-width: 768px) {
  .model__sec03__right .model__sec03__box-inline__txt1 {
    width: 25%;
    margin-right: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 440px) {
  .model__sec03__right .model__sec03__box-inline__txt1 {
    width: 35%;
  }
}

.model__sec03__right .model__sec03__box-inline__txt2 {
  width: 225px;
}

@media screen and (max-width: 768px) {
  .model__sec03__right .model__sec03__box-inline__txt2 {
    width: 75%;
    line-height: 1.5;
  }
}

.model__sec03__box-inline {
  /* list-style-type: disc; */
  padding-left: 15px;
  margin-top: 8px;
}

.model__sec03__box-inline li:before {
  content: '';
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #071544;
  position: relative;
  left: -10px;
  top: 12px;
}

/* .model__sec03__box-inline li {
  margin-bottom: 10px;
} */

.model__sec03__box-inline__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.model__sec03__box-inline__txt1 {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #071544;
}

.model__sec03__box-inline__txt2 {
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  color: #071544;
}

.model__sec03__box-inline__txt2:before {
  content:"\2026";
  position: relative;
  left: -18px;
}

.model__sec04 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .model__sec04 {
    margin: 0 10px 40px;
  }
}

.model__sec04 .c-title6 {
  margin-bottom: 20px;
  margin-left: 18px;
}

.model__sec04 .c-text1 {
  letter-spacing: 0.07rem;
}

@media screen and (max-width: 768px) {
  .model__sec04 .c-text1 {
    margin: 0 10px;
  }
}

.model__sec04__img {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .model__sec04__img {
    margin: 40px 10px;
  }
}

.model__sec04__img img {
  max-width: 684px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .model__sec04__img img {
    max-width: 100%;
  }
}
/*=============================Recruit Voice========================*/
.voice__sec01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .voice__sec01 {
    margin: 30px 10px 40px;
  }
}

.voice__sec01 .c-title3 {
  margin-bottom: 20px;
}

.voice__sec01 .c-text1 {
  letter-spacing: 0.07rem;
}

.voice__sec01__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .voice__sec01__box {
    margin: 0 10px;
  }
}

.voice__sec01__box__one {
  width: 47%;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .voice__sec01__box__one {
    width: 100%;
    margin-right: 0;
  }
  .voice__sec01__box__one .voice__sec01__box__content__txt {
    margin-top: 25px;
  }
}

.voice__sec01__box__two {
  width: 48%;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .voice__sec01__box__two {
    width: 100%;
  }
}

.voice__sec01__box__two .voice__sec01__box__content__txt {
  margin-top: 25px;
}

.voice__sec01__box__head {
  background-color: #F7F6F6;
  border-bottom: 1px solid #DCDEE5;
  text-align: center;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .voice__sec01__box__head {
    line-height: 1.5;
    padding: 13px 10px;
  }
}

.voice__sec01__box__content {
  padding: 15px 25px 15px 30px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .voice__sec01__box__content {
    padding: 15px 20px;
    text-align: justify;
  }
}

.voice__sec01__box__content__txt {
  letter-spacing: 0.07rem;
  font-size: 1rem;
  color: #071544;
  text-align: right;
  margin-top: 5px;
}

.voice__sec02 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .voice__sec02 {
    margin: 0px 10px 40px;
  }
}

.voice__sec02 .c-title3 {
  margin-bottom: 20px;
}

.voice__sec02 .c-text1 {
  /*line-height: 1;*/
}


.voice__sec02 .c-list5 {
  margin: 15px 0 20px 20px;
}

.voice__sec02 .c-btn1--style9 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .voice__sec02 .c-btn1--style9 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .voice__sec02 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.8;
  }
}

.voice__sec03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .voice__sec03 {
    margin: 0px 10px 40px;
  }
}

.voice__sec03 .c-title3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .voice__sec03 .c-list5 {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .code__main {
    border-top: 1px solid #EAEAEA;
  }
}
/*=============================Results========================*/
.results__sec01 {
  margin: 20px 0 40px;
}

@media screen and (max-width: 768px) {
  .results__sec01 {
    margin: 30px 10px 40px;
  }
}

.results__sec01 .c-title3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .results__sec01 .c-text1 {
    margin: 0px 10px;
  }
}


@media screen and (max-width: 768px) {
  .results__sec02 {
    margin: 0 10px;
  }
}

.results__sec02 .c-title6 {
  margin-bottom: 30px;
  margin-left: 18px;
}


.results__sec02 .c-nav3{
  display: block;
}

.results__sec02 .c-nav3__item{
  margin-right: 0;
}

.results__sec02__inline{
  display: flex;
  flex-wrap: wrap;
}

.results__sec02__left{
  border-right: 1px solid #DCDEE5;
  padding-right: 30px;
  padding-top: 55px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .results__sec02__left{
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 0;
    border-right: 0;
    order: 1;
    -ms-flex-order:1;
    -webkit-order:1;
  }
}


.results__sec02__right{
  padding-left: 29px;
  padding-top: 55px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .results__sec02__right{
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 0;
    order: 2;
    -ms-flex-order:2;
    -webkit-order:2;
  }
}
/*=============================Sites========================*/
.sites__sec01 {
  margin-bottom: 120px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sites__sec01 {
    margin: 30px 10px 40px;
  }
}

.sites__sec01 .c-title3 {
  margin-bottom: 20px;
}

/*.sites__sec01 .c-text1 {
  margin: 0 10px;
}*/

.sites__sec01 .c-nav3 {
  margin-top: 20px;
}

.sites__sec01 .c-nav3__item__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .sites__sec01 .c-nav3__item__inline {
    padding: 20px 10px;
  }
}

.sites__sec01 .c-nav3__item__inline .c-text1 {
  margin: 0;
  line-height: 1.6;
}

.sites__sec01 .c-nav3__item__inline .c-title5 {
  line-height: 1.8;
}

.sites__sec01 .c-nav3__item a {
  display: block;
}

.sites__sec01 .c-nav3__item a:hover {
  opacity: 0.6;
}
.sites__sec01 .c-nav3__item__left img{
    width: 200px;
/*    margin-left: -15px;*/
}

.privacy__sec01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .privacy__sec01 {
    margin: 30px 10px 40px;
  }
}

.privacy__sec01 .c-title3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .privacy__sec01 .c-title3 {
    margin-bottom: 20px;
  }
}

.privacy__sec01 .subtitle__sec .c-title3 {
  margin-bottom: 0;
}

.privacy__sec01__box {
  border: 1px solid #DCDEE5;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .privacy__sec01__box {
    margin: 0 10px;
  }
}

@media screen and (max-width: 440px) {
  .privacy__sec01__box {
    padding: 40px 20px;
  }
}

.privacy__sec01__box .c-title5 {
  margin-bottom: 20px;
  text-align: center;
}

.privacy__sec01__box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  margin: 0 auto 13px;
}

@media screen and (max-width: 440px) {
  .privacy__sec01__box li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 175px;
    margin-bottom: 0;
  }
}

.privacy__sec01__box li:last-child {
  margin-bottom: 0;
}

.privacy__sec01__box__left {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy__sec01__box__left p:first-child {
  width: 40px;
}

.privacy__sec01__box__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy__sec01__box__right p:first-child {
  width: 40px;
}

.privacy__sec01__box__right img {
   width: 129px;
  height: 18px;
}

.privacy__sec01__box p {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .privacy__sec01__box p {
    margin:0 20px 10px 0;
  }
}

.privacy__sec01__box a {
  color: #071544;
}

.c-privacy {
  list-style-type: decimal;
  padding-left: 13px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .c-privacy {
    margin: 0 10px;
  }
}

.c-privacy__item {
  font-weight: bold;
  margin-bottom: 40px;
}

.c-privacy__item__head {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .c-privacy__item__head {
    line-height: 1.5;
  }
}

.c-privacy__item__txt {
  font-weight: normal;
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  margin-top: 10px;
  line-height: 1.5;
}

.c-privacy__item ul {
  /* list-style-type: disc; */
  padding-left: 35px;
  margin-bottom: 20px;
}

.c-privacy__item ul li {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-weight: normal;
}

.c-privacy__item ul li:before {
  content: '';
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #071544;
  position: relative;
  left: -10px;
  top: -3px;
}
/*=============================Compliances========================*/
.compliance__sec01 {
  margin: 20px 0 60px;
}

@media screen and (max-width: 768px) {
  .compliance__sec01 {
    margin: 30px 10px 40px;
  }
}

.compliance__sec01 .c-title3 {
  margin-bottom: 20px;
}

.compliance__sec01 .c-text1 {
  margin-bottom: 30px;
}

.compliance__sec01 .c-text1:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .compliance__sec01 .c-text1 {
    margin: 0 10px 30px;
  }
}

.compliance__sec02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .compliance__sec02 {
    margin: 0 10px 40px;
  }
}

.compliance__sec02 .c-title3 {
  margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
  .compliance__sec02__box {
    width: auto;
    margin: 0 10px;
/*    padding: 20px 0;*/
  }
}

.compliance__sec02__box__txt {
  position: relative;
  width: 92px;
  margin-right: 65px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .compliance__sec02__box__txt{
    width: 72px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 440px) {
  .compliance__sec02__box__txt{
    width: 82px;
    margin-right: 15px;
  }
}

.compliance__sec02__box__txt:after {
  content: '';
  position: absolute;
  right: -48px;
  width: 53px;
  height: 1px;
  background-color: #DCDEE5;
  top: 7px;
}

@media screen and (max-width: 768px) {
  .compliance__sec02__box__txt:after {
    top: 10px;
    right: -18px;
    width: 18px;
  }
}

@media screen and (max-width: 440px) {
  .compliance__sec02__box__txt:after {
    top: 10px;
    right: -8px;
    width: 12px;
  }
}

.compliance__sec02__box__txt1 {
  width: 290px;
  text-align: center;
}

.compliance__sec02__box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .compliance__sec02__box li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.compliance__sec02__box li:last-child {
  margin-bottom: 0;
}

.compliance__sec02__box li p {
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  text-align: left;
  font-weight: bold;
  color: #071544;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6',
 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.compliance__sec02__box li p:first-child {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .compliance__sec02__box li p {
    line-height: 1.5;
  }
}
/*=============================Corp-eng========================*/
@media screen and (max-width: 768px) {
  .corp-eng__main {
    border-top: 1px solid #EAEAEA;
  }
}

.corp-eng__sec01 {
  margin-top: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec01 {
    padding: 0 10px 40px;
    margin: 30px 0 0;
  }
}

.corp-eng__sec01 .c-list1 {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec01 .c-list1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corp-eng__sec01 .c-list1 li {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) and (max-width: 340px) {
  .corp-eng__sec01 .c-list1 li {
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .corp-eng__sec01 .c-list1 li:last-child {
    margin-bottom: 0;
  }
}

.corp-eng__sec02 {
  padding-bottom: 60px;
  border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec02 {
    padding: 0 0 40px;
  }
}

.corp-eng__sec02 .c-title3 {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec02 .c-title3 {
    margin-left: 10px;
  }
}

.corp-eng__sec02 .c-title5 {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec02 .c-title5 {
    margin-top: 30px;
    margin-left: 10px;
    line-height: 1.7;
    margin-right: 20px;
  }
}

.corp-eng__sec02 .c-list1 {
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec02 .c-list1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
  }
  .corp-eng__sec02 .c-list1 li {
    margin-bottom: 15px;
  }
}

.corp-eng__sec02 .c-list1 li:last-child {
  margin-bottom: 0;
}

.corp-eng__sec02 .c-text1 {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec02 .c-text1 {
    margin: 15px 20px 0;
  }
}

.corp-eng__sec03 {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec03 {
    padding-bottom: 40px;
  }
}

.corp-eng__sec03 .c-title3 {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec03 .c-title3 {
    margin-left: 10px;
  }
}

.corp-eng__sec03 .c-title5 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec03 .c-title5 {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 20px;
    line-height: 1.7;
  }
}

.corp-eng__sec03 .c-list1 {
  padding-left: 20px;
  margin-top: 50px;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec03 .c-list1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 20px 30px;
  }
  .corp-eng__sec03 .c-list1 li {
    margin-bottom: 15px;
  }
}

.corp-eng__sec03 .c-list1 li:last-child {
  margin-bottom: 0;
}

.corp-eng__sec03 .c-text1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec03 .c-text1 {
    margin: 0 20px 25px;
  }
}

.corp-eng__sec03 .c-text1:last-child {
  margin-bottom: 0;
}

.corp-eng__sec03 .c-list4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .corp-eng__sec03 .c-list4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
  }
}

.corp-eng__sec03 .c-list4 li {
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 1.4rem;
}

.corp-eng__sec03 .c-list4 li:last-child {
  padding-bottom: 0;
}

.corp-eng__sec03__img {
  width: 100%;
  max-width: 690px;
  margin: 55px auto 0;
  padding: 35px 66px;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 690px) {
  .corp-eng__sec03__img {
    width: auto;
    margin: 30px 20px 0;
    padding: 25px;
  }
}

.corp-eng__sec03__img img {
  max-width: 100%;
}
/*=============================Corp-eng Correlogram========================*/
.correlogram__sec01 {
  margin-top: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width: 768px) {
  .correlogram__sec01 {
    padding: 0 10px 40px;
    margin: 30px 0 0;
  }
}

.correlogram__sec01__img {
  margin-top: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .correlogram__sec01__img {
    margin: 30px 10px 0;
  }
}

.correlogram__sec01__img__icon {
  position: absolute;
  width: 69%;
  height: 100%;
  top: 0;
}

.correlogram__sec01__img__icon1 {
  position: absolute;
  width: 148px;
  position: absolute;
  bottom: 9%;
  right: -13px;
}

@media screen and (max-width: 768px) {
  .correlogram__sec01__img__icon1 {
    width: 80px;
    right: 2px;
  }
}

@media screen and (max-width: 540px) {
  .correlogram__sec01__img__icon1 {
    width: 60px;
  }
}

@media screen and (max-width: 420px) {
  .correlogram__sec01__img__icon1 {
    width: 40px;
  }
}

.correlogram__sec01__img__icon2 {
  position: absolute;
  width: 148px;
  position: absolute;
  top: 15%;
  left: 2%;
}

@media screen and (max-width: 768px) {
  .correlogram__sec01__img__icon2 {
    width: 80px;
    right: 2px;
    top: 17%;
    left: 5%;
  }
}

@media screen and (max-width: 640px) {
  .correlogram__sec01__img__icon2 {
    width: 60px;
    left: 6%;
  }
}

@media screen and (max-width: 520px) {
  .correlogram__sec01__img__icon2 {
    width: 50px;
    left: 5%;
  }
}

@media screen and (max-width: 420px) {
  .correlogram__sec01__img__icon2 {
    width: 40px;
  }
}

.correlogram__sec01__img img {
  max-width: 100%;
}

.correlogram__sec01 .c-text1:last-child {
  text-align: center;
  margin-top: 12px;
}

.correlogram__sec01 .c-title3 {
  margin-bottom: 20px;
}

.correlogram__sec02 {
  margin-top: 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .correlogram__sec02 {
    margin: 30px 10px 40px;
  }
}

.correlogram__sec02 .c-title6 {
  margin-left: 18px;
}

.correlogram__sec02__top {
  margin-left: 10px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .correlogram__sec02__top {
    margin-right: 10px;
  }
}

.correlogram__sec02__top__txt {
  position: relative;
  width: 170px;
  margin-right: 37px;
  font-weight: bold;
  letter-spacing: 0.08rem;
  font-size: 1.3rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .correlogram__sec02__top__txt {
    line-height: 1.6;
    width: 280px;
  }
}

.correlogram__sec02__top__txt:after {
  content: '';
  position: absolute;
  right: -49px;
  width: 37px;
  height: 1px;
  background-color: #071544;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .correlogram__sec02__top__txt:after {
    top: 10px;
    right: -42px;
    width: 20px;
  }
}

.correlogram__sec02__top__txt .c-text1 {
  letter-spacing: 0.07rem;
  font-weight: normal;
  /*line-height: 2.4;*/
}

.correlogram__sec02__top__txt1 {
  width: 620px;
  margin-left: 30px;
  letter-spacing: 0.07rem;
  font-size: 1.3rem;
  line-height: 1.8;
}

.correlogram__sec02__top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .correlogram__sec02__top li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.correlogram__sec02__top li:last-child {
  margin-bottom: 0;
}

.correlogram__sec02__top li p {
  color: #071544;
}
/*=============================Corp-eng Channels========================*/
.channels__sec01 {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .channels__sec01 {
    padding: 0 10px 40px;
    margin: 30px 0 0;
  }
}

.channels__sec01 .c-title3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .channels__sec01 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.channels__sec01 .c-list1 {
  padding-left: 16px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .channels__sec01 .c-list1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 10px 0;
  }
}

.channels__sec01 .c-list1 li {
  font-size: 1.2rem;
  font-weight: bold;
}

.channels__sec01 .c-list1 li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .channels__sec01 .c-list1 li {
    margin-bottom: 15px;
  }
}

.channels__sec01 .c-list1 .c-text1 {
  font-weight: normal;
  margin-top: 10px;
/*  padding-left: 15px;*/
}

@media screen and (max-width: 768px) {
  .channels__sec01 .c-list1 .c-text1 {
    padding-left: 0;
  }
}

.channels__sec02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .channels__sec02 {
    margin: 0 10px 40px;
  }
}

.channels__sec02 .c-title6 {
  margin-left: 18px;
}

.channels__sec02__img {
  width: 727px;
  margin: 0px auto 50px;
}

@media screen and (max-width: 768px) {
  .channels__sec02__img {
    width: auto;
    margin: 25px 10px 30px;
  }
}

.channels__sec02__img img {
  max-width: 100%;
}

.channels__sec02__img1 {
  width: 709px;
  margin: 40px auto 50px;
}

@media screen and (max-width: 768px) {
  .channels__sec02__img1 {
    width: auto;
    margin: 25px 10px 50px;
  }
}

.channels__sec02__img1 img {
  max-width: 100%;
}

.channels__sec02 .c-box1 {
/*  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
  margin: 20px 20px 40px;
}


/*=============================Corp-eng Structure========================*/
.structure__sec01 {
  margin-top: 25px;
  padding-bottom: 60px;
  border-bottom: 1px solid #DCDEE5;
}

@media screen and (max-width: 768px) {
  .structure__sec01 {
    margin: 30px 0 0;
    padding: 0 10px 40px;
  }
}

.structure__sec01 .c-title3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .structure__sec01 .c-text1 {
    margin: 0 10px;
  }
}

.structure__sec01__img {
  width: 822px;
  margin: 35px auto 0;
}

@media screen and (max-width: 768px) {
  .structure__sec01__img {
    width: auto;
    margin: 30px 10px 0;
  }
}

.structure__sec01__img img {
  max-width: 100%;
}

.structure__sec02 {
  margin-top: 25px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .structure__sec02 {
    margin: 25px 0 0;
    padding: 0 0 40px;
  }
}

.structure__sec02 .c-title3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .structure__sec02 .c-title3 {
    margin: 0 10px 25px;
    line-height: 1.5;
  }
}

.structure__sec02 .c-title6 {
  margin-left: 18px;
  margin-top: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .structure__sec02 .c-title6 {
    margin: 40px 0 20px 28px;
  }
}
.structure__sec02 .c-title6 span{
  position: relative;
}
.structure__sec02 .blink {
  position: absolute;
  left: 107%;
  top: -13px;
}
.structure__sec02 .c-table-out dl dt{
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .structure__sec02 .c-table-out {
    margin: 0 20px;
  }
}

.structure__sec03 .c-table-out__str dd {
  height: 74px;
}

@media screen and (max-width: 328px) {
  .structure__sec03 .c-table-out__str dd {
    height: 74px;
  }
}

.structure__sec03 .c-title6:nth-of-type(2) .blink {
  left: 125%;
}

.structure__sec03 .c-title6:nth-of-type(3) .blink {
  left: 102%;
}
/*=============================Corp-eng Work========================*/
.work__sec01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .work__sec01 {
    margin: 30px 10px 40px;
  }
}

.work__sec01 .c-title3 {
  margin-bottom: 20px;
}

.work__sec01 .c-title5 {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .work__sec01 .c-text1 {
    margin: 0 10px;
  }
}

.work__sec01__img {
  width: 900px;
  margin: 45px auto 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .work__sec01__img {
    margin: 30px 10px 0;
    width: 95%;
  }
}

.work__sec01__img__icon {
  position: absolute;
  width: 57%;
  height: 100%;
  top: 0;
}

.work__sec01__img__icon1 {
  position: absolute;
  width: 111px;
  bottom: 11.8%;
  right: 0;
}

@media screen and (max-width: 768px) {
  .work__sec01__img__icon1 {
    width: 80px;
  }
}

@media screen and (max-width: 660px) {
  .work__sec01__img__icon1 {
    width: 60px;
  }
}

@media screen and (max-width: 500px) {
  .work__sec01__img__icon1 {
    width: 50px;
  }
}

@media screen and (max-width: 420px) {
  .work__sec01__img__icon1 {
    width: 40px;
  }
}

@media screen and (max-width: 340px) {
  .work__sec01__img__icon1 {
    width: 30px;
  }
}

.work__sec01__img__icon2 {
  position: absolute;
  width: 111px;
  position: absolute;
  bottom: 40%;
  right: 0;
}

@media screen and (max-width: 768px) {
  .work__sec01__img__icon2 {
    width: 80px;
  }
}

@media screen and (max-width: 660px) {
  .work__sec01__img__icon2 {
    width: 60px;
  }
}

@media screen and (max-width: 500px) {
  .work__sec01__img__icon2 {
    width: 50px;
  }
}

@media screen and (max-width: 420px) {
  .work__sec01__img__icon2 {
    width: 40px;
  }
}

@media screen and (max-width: 340px) {
  .work__sec01__img__icon2 {
    width: 30px;
  }
}

.work__sec01__img__icon3 {
  position: absolute;
  width: 111px;
  top: 12.8%;
  right: 0;
}

.work__sec01__img__icon4 {
  position: absolute;
  width: 111px;
  bottom: 29%;
  right: -67%;
}

@media screen and (max-width: 768px) {
  .work__sec01__img__icon3 {
    width: 80px;
  }
  .work__sec01__img__icon4 {
    width: 80px;
  }
}

@media screen and (max-width: 660px) {
  .work__sec01__img__icon3 {
    width: 60px;
  }
  .work__sec01__img__icon4 {
    width: 60px;
  }
}

@media screen and (max-width: 500px) {
  .work__sec01__img__icon3 {
    width: 50px;
  }
  .work__sec01__img__icon4 {
    width: 50px;
  }
}

@media screen and (max-width: 420px) {
  .work__sec01__img__icon3 {
    width: 40px;
  }
  .work__sec01__img__icon4 {
    width: 40px;
  }
}

@media screen and (max-width: 340px) {
  .work__sec01__img__icon3 {
    width: 30px;
  }
  .work__sec01__img__icon4 {
    width: 30px;
  }
}

.work__sec01__img img {
  max-width: 100%;
}
/*=============================Corp-eng Surmise========================*/
.surmise__sec01 {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .surmise__sec01 {
    margin: 30px 10px 40px;
  }
}

.surmise__sec01 .c-title3 {
  margin-bottom: 20px;
}

.surmise__sec01 .c-title6 {
  margin-left: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .surmise__sec01 .c-title6 {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.surmise__sec01 .c-text1 {
  margin-bottom : 1.4rem;
}

@media screen and (max-width: 768px) {
  .surmise__sec01 .c-text1 {
    margin: 0 10px 10px;
  }
}

.surmise__sec01 .c-list6 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .surmise__sec01 .c-list6 {
    margin: 20px 10px;
  }
}

.surmise__sec01 .c-list6 li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .surmise__sec02 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.surmise__sec02 .c-title6 {
  margin-left: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .surmise__sec02 .c-title6 {
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.surmise__sec02 .c-text1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .surmise__sec02 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.surmise__sec02__list {
  width: 690px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .surmise__sec02__list {
    width: auto;
    margin-bottom: 40px;
  }
}

.surmise__sec02__list .c-text1 {
  text-align: center;
  margin-bottom: 0;
}

.surmise__sec02__list .c-text2 {
  text-align: center;
  margin-bottom : 1.4rem;
}

.surmise__sec02__list .c-text3 {
  text-align: center;
  line-height: 2.4;
}

.surmise__sec02__list__img {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.surmise__sec02__head {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  font-weight: bold;
  text-align: center;
  line-height: 39px;
  margin-bottom: 35px;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6',
 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.surmise__sec02__head--color1 {
  background-color: #B42FBF;
}

.surmise__sec02__head--color2 {
  background-color: #E2A500;
}

.surmise__sec02__head--color3 {
  background-color: #2FBF4B;
}

.c-box-sur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-box-sur {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.c-box-sur__item {
  width: 325px;
  border: 1px solid #DCDEE5;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c-box-sur__item {
    width: auto;
    margin-bottom: 20px;
  }
}

.c-box-sur__item:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .c-box-sur__item:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-box-sur__item:last-child {
    margin-bottom: 0px;
  }
}

.c-box-sur__item a {
  display: block;
}

.c-box-sur__date {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #071544;
  text-align: center;
  line-height: 30px;
  background-color: #F7F6F6;
  border-bottom: 1px solid #DCDEE5;
}

.c-box-sur__title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #071544;
  letter-spacing: 0.08rem;
  padding: 20px 10px;
  text-align: center;
}

.c-box-sur__title span {
  margin-right: 10px;
}
.corp-eng__main .c-title1 {
  display: block;
  line-height: 118px;
}

@media screen and (max-width: 768px) {
  .corp-eng__main .c-title1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-title9 {
  font-size: 1.4rem;
  color: #969696;
  letter-spacing: 0.15rem;
  font-weight: bold;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6',
 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.population .c-title1 {
  display: block;
}

.population__sec01 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.population__sec01 a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .population__sec01 {
    margin: 40px 10px 40px;
  }
}

.population__sec01 .content-think {
  margin-bottom: 60px;
}

.population__sec01 .content-think p {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 2.4;
  margin-left: 20px;
  margin-right: 20px;
}

.population__sec01 .content-reason {
  margin-bottom: 60px;
}

.population__sec01 .content-reason h3 {
  font-size: 1.4rem;
  color: #071544;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6',
 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.population__sec01 .content-reason h3:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #212d57;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.population__sec01 .content-reason h4 {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  color: #071544;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.population__sec01 .content-reason p {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .population__sec01 .content-reason p {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.population__sec01 .content-reason img {
  max-width: 900px;
  padding: 25px;
  border: 1px solid #DCDEE5;
  margin-bottom: 40px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .population__sec01 .content-reason img {
    max-width: 100%;
    height: auto;
    padding: 0;
    border: none;
    /* margin: 0 2% 40px;
    width: 96%; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.population__sec01 .content-reason ul {
  list-style-type: disc;
  padding-left: 16px;
  margin-left: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .population__sec01 .content-reason ul{
    margin-left: 20px;
  }
}

.population__sec01 .content-reason ul li {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 2.4;
}

.population__sec01 table {
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  max-width: 690px;
  margin: 20px auto 40px;
}

@media screen and (max-width: 768px) {
  .population__sec01 table {
    width: auto;
  }
}

.population__sec01 table tr,
.population__sec01 table th,
.population__sec01 table td {
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.population__sec01 table th {
  background-color: #F7F6F6;
  color: #071544;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  padding: 12px 20px;
  line-height: 1.5;
}

.population__sec01 table td {
  color: #071544;
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  padding: 12px 20px;
  line-height: 1.5;
}

.population__sec01 .content-action ol {
  list-style-type: decimal;
  padding-left: 20px;
  font-weight: bold;
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .population__sec01 .content-action ol {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.population__sec01 .content-action ol li h4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.population__sec01 .content-action ol li {
  margin-bottom: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  color: #071544;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .population__sec01 .content-action ol li {
    line-height: 1.5;
  }
}

.population__sec01 .content-action ol li p{
  font-size: 1.3rem;
  font-weight: normal;
}

.population__sec01 .content-action ol li ul {
  margin-top: 10px;
}

.population__sec01 .content-action ol li ul li {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 2;
  margin-bottom: 0;
  font-weight: normal;
}

.population__sec01 .content-source p {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 2.4;
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .population__sec01 .content-source p {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.population__sec01 .content-source ul {
  list-style-type: decimal;
  padding-left: 17px;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .population__sec01 .content-source ul {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.population__sec01 .content-source ul li {
  line-height: 2;
  color: #071544;
  font-size: 1rem;
}

.population__sec01 .content-source ul li p {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  position: relative;
  margin-left: 7px;
}

.population__sec01 .content-source ul li .url {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .population__sec01 .content-source ul li .url {
    overflow: hidden;
  }
}

.population__sec01 .content-source ul li:last-child {
  margin-bottom: 0;
}

.population__sec01 .content-source h4 {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  margin-top: 40px;
  margin-bottom: 15px;
  position: relative;
  margin-left: -17px;
}

.green {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  text-align: center;
  background-color: #2FBF4B;
  line-height: 39px;
  margin-bottom: 20px;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6',
 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.yellow {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  text-align: center;
  background-color: #E2A500;
  line-height: 39px;
  margin-bottom: 20px;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6',
 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.pink {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  text-align: center;
  background-color: #B42FBF;
  line-height: 39px;
  margin-bottom: 40px;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6',
 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.gray {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  text-align: center;
  background-color: #707070;
  line-height: 39px;
  margin-bottom: 40px;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6',
 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.s_red {
  color: #EF1600;
  font-size: 1rem;
}
/*=============================News========================*/
.news__sec01 {
  margin-top: 20px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .news__sec01 {
    margin: 30px 10px 40px;
  }
}

.news__sec01 .c-title3 {
  margin-bottom: 20px;
}

/*.news .c-breadcrumb li {
  line-height: 1.5;
}

.news .c-breadcrumb {
  padding-right: 10px;
}*/

@media screen and (max-width: 768px) {
  .c-news {
    margin: 0 10px;
  }
}

.c-news a {
/*  display: block;*/
    text-decoration: underline;
    color: #071544;
}

.c-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #D9DDEB;
}

@media screen and (max-width: 768px) {
  .c-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-news__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
}

.c-news__item__date {
  font-size: 1.2rem;
  color: #071544;
  letter-spacing: 0.07rem;
  margin-right: 15px;
  line-height: 19px;
}

.c-news__item__cate {
  font-size: 1.1rem;
  color: #071544;
  letter-spacing: 0.1rem;
  border: 1px solid #DCDEE5;
  width: 90px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-news__item__cate a {
  text-decoration: none;
}

.c-news__item__content {
  width: 675px;
}

@media screen and (max-width: 768px) {
  .c-news__item__content {
    width: auto;
    margin-top: 15px;
  }
}

.c-news__item .c-title5 {
  line-height: 19px;
}

.c-news__item__description {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.07rem;
  line-height: 2.4;
  margin-top: 5px;
  margin-bottom: 10px;
}

.content-news{
  overflow: hidden;
}

.c-news__item__description img {
  max-width: 675px;
  margin-bottom: 40px;
  width: 100%;
}

.c-pagination {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.c-pagination__inline {
  display: inline-block;
}

.c-pagination__inline .prev, .c-pagination__inline .next {
  width: 60px !important;
}

.c-pagination__inline .prev span {
  margin-left: 15px;
  letter-spacing: 0.1rem;
}

.c-pagination__inline .next span {
  margin-right: 15px;
  letter-spacing: 0.1rem;
}

.c-pagination .page-numbers {
  width: 22px;
  line-height: 22px;
  text-align: center;
  color: #071544;
  font-size: 0.9rem;
  display: inline-block;
  margin: 0 10px;
}

.c-pagination .current {
  background-color: #D5D5DA;
  border-radius: 50%;
}

.c-pager {
  width: 100%;
  margin-top: 60px;
}

.c-pager__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 504px;
  margin: 0 auto;
}

@media screen and (max-width: 504px) {
  .c-pager__inline {
    margin: 0 20px;
  }
}

.c-pager__inline__prev span {
  margin-left: 15px;
  letter-spacing: 0.1rem;
  color: #071544;
  font-size: 0.9rem;
}

.c-pager__inline__next span {
  margin-right: 15px;
  letter-spacing: 0.1rem;
  color: #071544;
  font-size: 0.9rem;
}
/*=============================CRV========================*/
.crv__sec01 {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .crv__sec01 {
    padding: 30px 0px 20px;
  }
}

.crv__sec01 .c-title3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .crv__sec01 .c-title3 {
    padding: 0 10px;
  }
}

.crv__sec01__nav1__item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #DCDEE5;
  border-bottom: 1px solid #DCDEE5;
}

@media screen and (max-width: 768px) {
  .crv__sec01__nav1__item1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px 20px;
    border-top: 0;
  }
}

.crv__sec01__nav1__item1 .c-title7 {
  margin-bottom: 15px;
}

.crv__sec01__nav1__item1 .crv__sec01__nav1__content {
  width: 473px;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .crv__sec01__nav1__item1 .crv__sec01__nav1__content {
    width: auto;
    margin-left: 0;
    margin-top: 30px;
  }
}

.crv__sec01__nav1__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #DCDEE5;
}

@media screen and (max-width: 768px) {
  .crv__sec01__nav1__item2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
  }
}

.crv__sec01__nav1__item2 .crv__sec01__nav1__content {
  width: 495px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .crv__sec01__nav1__item2 .crv__sec01__nav1__content {
    width: auto;
    margin-right: 0;
    margin-top: 30px;
  }
}

.crv__sec01__nav1__item2 .c-list5 {
  padding-left: 35px;
  margin: 20px 0;
}

.crv__sec01__nav1__item2 .c-list5 li {
  font-weight: normal;
}

.crv__sec01__nav1__item2 .c-title7 {
  margin-bottom: 20px;
}

.crv__sec01__nav1__img {
  max-width: 45%;
}

@media screen and (max-width: 768px) {
  .crv__sec01__nav1__img {
    max-width: 100%;
  }
}

.crv__sec01__nav1__img img {
  width: 100%;
}

.crv__sec02 {
  padding-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .crv__sec02 {
    padding: 30px 10px 30px;
    margin-bottom: 0;
  }
}

.crv__sec02 .c-title3 {
  margin-bottom: 20px;
}

.crv__sec02__img {
  width: 840px;
  margin: 20px auto 0;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .crv__sec02__img {
    width: auto;
    margin: 20px 10px 0;
    padding: 35px 25px;
  }
}

.crv__sec02__img img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .crv__sec02 .c-text1 {
    margin: 0 10px;
  }
}

.crv__sec03 {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .crv__sec03 {
    padding: 30px 10px;
  }
}

.crv__sec03 .c-title3 {
  margin-bottom: 20px;
  font-family: 'Noto Sans Japanese','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  .crv__sec03 .c-text1 {
    margin: 0 10px;
  }
}

.crv__sec03 .c-title6 {
  margin-left: 18px;
  margin-top: 55px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .crv__sec03 .c-box1 {
    margin: 0 10px;
  }
}

.crv__sec03 .c-box1__item--style2:nth-child(3) {
  margin-right: 0;
}

.crv__sec03 .c-box1__item__content {
  text-align: center;
}

.crv__sec03 .c-box1__item--style2 {
  width: 273px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .crv__sec03 .c-box1__item--style2 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.crv__sec03 .c-box1__item__content img {
  margin-bottom: 10px;
}

.crv__sec03 .c-box1__item__head {
  font-weight: normal;
}

.crv__sec03 .c-box1__item__content__txt2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.crv__sec03 .c-box1__item__content__txt2:last-child {
  margin-bottom: 0;
}

.crv__sec03 .contact__sec01__link {
  margin-bottom: 0;
  margin-top: 0;
}

.crv__sec03:nth-of-type(3) .crv__sec02__img img{
  max-width: 90%;
}

.crv__sec03:nth-of-type(4) .crv__sec02__img img{
  max-width: 83%;
}

.crv__sec03:nth-of-type(5) .crv__sec02__img img{
  max-width: 66%;
}

.crv__sec03:nth-of-type(6) .crv__sec02__img img{
  max-width: 83%;
}

@media screen and (max-width: 768px) {
  .crv__sec03:nth-of-type(3) .crv__sec02__img img,
  .crv__sec03:nth-of-type(4) .crv__sec02__img img,
  .crv__sec03:nth-of-type(5) .crv__sec02__img img,
  .crv__sec03:nth-of-type(6) .crv__sec02__img img{
    max-width: 100%;
  }

}

.crv__sec03__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .crv__sec03__group {
    margin: 0 10px 20px;
  }
}

.crv__sec03__group a {
  display: block;
}

.crv__sec03__group a:hover {
  opacity: 0.6;
}

.crv__sec03__group p {
  color: #071544;
  font-size: 1.3rem;
  letter-spacing: 0.14rem;
}

@media screen and (max-width: 768px) {
  .crv__sec03__group p {
    width: 50%;
    line-height: 1.5;
  }
  .crv__sec03__group p img {
    max-width: 100%;
  }
}

.crv__sec03__group p:first-child {
  margin-right: 20px;
}

/*=============================Service========================*/
.service__sec01 {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .service__sec01 {
    margin: 30px 10px 0;
  }
}

.service__sec01 .c-title3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service__sec01 .c-text1 {
    margin: 0 10px;
  }
}

.service__sec01__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service__sec01__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 40px 20px;
  }
}

.service__sec01__box {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .service__sec01__box {
    margin-right: 0;
  }
}

.service__sec01__box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .service__sec01__box:last-child {
    margin-top: 40px;
  }
}

.service__sec01__box__one {
  width: 320px;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service__sec01__box__one {
    width: auto;
    padding: 20px 10px;
  }
}

.service__sec01__box__one .c-title8 {
  margin-bottom: 10px;
}
.service__sec01__box__one ul{
  margin-top: 20px;
}

.service__sec01__box__one ul li{
    font-size: 1.4rem;
    color: #071544;
    letter-spacing: 0.1rem;
    font-weight: bold;
    margin-top: 10px;
}


.service__sec01__box__icon {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 320px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service__sec01__box__icon {
    width: auto;
    margin: 10px 0;
  }
}

.service__sec01 .c-btn1--style9 span {
  margin-right: 6px;
}

.service__sec01 .c-btn1--style9 {
  margin-top: 30px;
  line-height: 38px;
}

.service__sec02 {
  margin-top: 65px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .service__sec02 {
    margin: 40px 20px 0;
  }
}

.service__sec02__box1 {
  padding: 40px 50px;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .service__sec02__box1 {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.service__sec02__box1__content {
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .service__sec02__box1__content {
    margin: 20px 0;
  }
}

.service__sec02__box1__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .service__sec02__box1__content dl {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .service__sec02__box1__content li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__sec02__box1__content li:last-child {
  margin-bottom: 0;
}

.service__sec02__box1__content .c-title5 {
  position: relative;
  width: 191px;
  margin-right: 37px;
}

@media screen and (max-width: 768px) {
  .service__sec02__box1__content .c-title5 {
    margin-right: 0;
  }
}

.service__sec02__box1__content .c-title5:after {
  content: '';
  position: absolute;
  right: -40px;
  width: 37px;
  height: 1px;
  background-color: #071544;
  top: 7px;
}

@media screen and (max-width: 768px) {
  .service__sec02__box1__content .c-title5:after {
    content: '';
    width: 0;
  }
}

.service__sec02__box1__content .c-text2 {
  margin-left: 15px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .service__sec02__box1__content .c-text2 {
    margin-left: 0;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.service__sec02__box2 {
  border: 1px solid #F5BB5D;
  padding: 40px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .service__sec02__box2 {
    padding: 25px 20px 20px;
    margin-bottom: 40px;
  }
}

.service__sec02__box2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .service__sec02__box2__content {
    margin: 20px 0 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__sec02__box2__item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .service__sec02__box2__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.service__sec02__box2 .c-title8 {
  color: #F5BB5D;
}

.service__sec02__box2 .c-list5 li {
  font-weight: normal;
}

.service__sec02__box2 .c-list5 {
  margin-top: 15px;
}
/*=============================Service Dispatch-corp========================*/
.dispatch-corp__sec01 {
  margin-top: 20px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec01 {
    margin: 30px 0 0;
    padding: 0 10px 40px;
  }
}

.dispatch-corp__sec01 .c-title3 {
  margin-bottom: 40px;
}

.dispatch-corp__sec01__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec01__gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dispatch-corp__sec01__gr .c-btn1--style15 {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec01__gr .c-btn1--style15 {
    margin: 0 auto 20px;
  }
}

.dispatch-corp__sec01__gr .c-btn1--style15:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec01__gr .c-btn1--style15:last-child {
    margin-right: auto;
  }
}

.dispatch-corp__sec02 {
  margin-top: 25px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02__inline {
    margin: 0 10px;
  }
}

.dispatch-corp__sec02 .c-title3 {
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02 .c-title3 {
    margin: 0 10px;
  }
}

.dispatch-corp__sec02 .c-title5 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02 .c-title5 {
    margin-top: 40px;
    line-height: 1.7;
  }
}

.dispatch-corp__sec02 .c-title5 span {
  font-weight: normal;
}

.dispatch-corp__sec02 .c-title6 {
  margin-bottom: 20px;
  margin-left: 18px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02 .c-title6 {
    margin: 40px 0 20px 18px;
  }
}

.dispatch-corp__sec02 .c-text3 {
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02 .c-text3 {
    margin: 0 10px;
  }
}

/*.dispatch-corp__sec02 .c-text2 {
  line-height: 2.4;
}*/

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02 .c-text2 {
    margin: 0 10px;
  }
}
.dispatch-corp__sec02 .change{
  font-weight: normal;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dispatch-corp__sec02 .change li{
  font-weight: normal;
}
.dispatch-corp__sec02 .change li:last-child{
  margin-bottom: 0;
}

.dispatch-corp__sec02__box1 {
  margin: 0 20px 0;
}

.dispatch-corp__sec02__box1 .c-title5 {
  margin-bottom: 20px;
  width: 100%;
}

.dispatch-corp__sec02__box1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02__box1 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dispatch-corp__sec02__box1__img {
  width: 300px;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 25px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02__box1__img {
    width: auto;
    margin-right: 0;
  }
}

.dispatch-corp__sec02__box1__img img {
  max-width: 100%;
}

.dispatch-corp__sec02__box1__text {
  width: 559px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02__box1__text {
    width: auto;
    margin-top: 20px;
  }
}

.dispatch-corp__sec02__box1__text .c-text1 {
  margin-bottom: 30px;
}

.dispatch-corp__sec02__box1__text .c-text1:last-child {
  margin-bottom: 0;
}

.dispatch-corp__sec02__group {
  width: 900px;
  margin: 30px auto 30px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 18px 30px;
    width: auto;
  }
}

.dispatch-corp__sec02__group .c-title8 {
  color: #F4AF3E;
  margin-bottom: 15px;
  font-family: "Noto Sans Japanese",'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02__group .c-title8 {
    margin-right: 0;
    margin-bottom: 15px;
    width: auto;
  }
}

.dispatch-corp__sec02__group .c-text2 {
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec02__group .c-text2 {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec03 {
    margin: 0 10px;
  }
}

.dispatch-corp__sec03 .c-title6 {
  margin-bottom: 20px;
  margin-left: 18px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec03 .c-title6 {
    margin-top: 40px;
  }
}

.dispatch-corp__sec03 .c-text3 {
  margin: 0 20px 30px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec03 .c-text3 {
    line-height: 1.5;
  }
}

.dispatch-corp__sec03 .c-title5 {
  margin: 0 20px 10px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec03 .c-title5 {
    margin-right: 0;
  }
}

.dispatch-corp__sec03 .c-title5 span {
  font-weight: normal;
}

.dispatch-corp__sec03__img {
  width: 583px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec03__img {
    width: auto;
    margin: 0 10px;
  }
}

.dispatch-corp__sec03__img img {
  max-width: 100%;
}

.dispatch-corp__sec03__img1 {
  width: 840px;
  margin: 0 auto;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 100px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec03__img1 {
    width: auto;
    margin: 0 10px;
    padding: 20px;
  }
}

.dispatch-corp__sec03__img1 img {
  max-width: 100%;
}

.dispatch-corp__sec03__img3 {
  width: 690px;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec03__img3 {
    width: auto;
    margin: 0 10px;
  }
}

.dispatch-corp__sec03__img3 img {
  max-width: 100%;
}

.dispatch-corp__sec03__box1 {
  width: 840px;
  margin: 0 auto;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec03__box1 {
    width: auto;
    margin: 0 10px;
    padding: 20px;
  }
}

.dispatch-corp__sec03__box1 .c-title5 {
  margin-bottom: 12px;
}

.dispatch-corp__sec03__img2 {
  width: 580px;
  margin: 20px auto 40px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec03__img2 {
    width: auto;
    margin: 20px 10px 40px;
  }
}

.dispatch-corp__sec03__img2:last-child {
  margin-bottom: 0;
}

.dispatch-corp__sec03__img2 img {
  max-width: 100%;
}

.dispatch-corp__sec04 {
  margin-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec04 {
    margin: 40px 10px 40px;
  }
}

.dispatch-corp__sec04 .c-title6 {
  margin-bottom: 20px;
  margin-left: 20px;
}

.dispatch-corp__sec04 .c-text1 {
  margin: 0 20px;
}

.dispatch-corp__sec04 .c-title7{
   margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .dispatch-corp__sec04 .c-title7 {
    margin: 20px 10px;
  }
}

.dispatch-corp__sec04 .c-title5 {
  margin-bottom: 15px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec04 .c-title5 {
    margin-top: 40px;
  }
}

.dispatch-corp__sec04 .c-title11 {
  margin: 0 0 5px 15px;
}

.dispatch-corp__sec04 .c-text2 {
  margin-left: 15px;
/*  line-height: 2.4;*/
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec04 .c-text2 {
    margin-right: 15px;
  }
}

.dispatch-corp__sec04 .c-text7 {
  margin-left: 20px;
  line-height: 2.4;
}

.dispatch-corp__sec04__img1 {
  width: 840px;
  margin: 15px auto 0;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 130px;
}

@media screen and (max-width: 768px) {
  .dispatch-corp__sec04__img1 {
    width: auto;
    margin: 15px 10px 0;
    padding: 20px;
  }
}

.dispatch-corp__sec04__img1 img {
  max-width: 100%;
}

.c-gr-disco {
  width: 840px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-gr-disco {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 10px 0;
  }
}

.c-gr-disco__left {
  width: 552px;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  margin-right: 20px;
}
.c-gr-disco__left .c-list5 li{

  margin-bottom: 10px!important;
}

@media screen and (max-width: 768px) {
  .c-gr-disco__left {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.c-gr-disco__right {
  width: 266px;
}

@media screen and (max-width: 768px) {
  .c-gr-disco__right {
    width: auto;
  }
}

.c-gr-disco__right__item {
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.c-gr-disco__right__item:first-child {
  margin-bottom: 20px;
}

.c-gr-disco .c-title5 {
  margin-top: 0;
}

.c-gr-disco .c-list5 li {
  font-weight: normal;
/*  line-height: 2.3; 20180925*/
}

.c-gr-disco .c-list5 li:last-child {
  margin-bottom: 0;
}

.c-gr-disco .c-text2 {
  margin-top: 10px;
}

.c-gr-disco .c-text2 a span:hover {
  opacity: 0.6;
}
/*=============================Service Dispatch-pri========================*/
@media screen and (max-width: 768px) {
  .dispatch-pri__sec02 .c-table-dispri1 td {
    width: 600px;
  }
}

.dispatch-pri__sec02 .c-table-dispri1 td:nth-of-type(1){
  width: 300px;
}

.dispatch-pri__sec03__box1 {
  width: 690px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec03__box1 {
    width: auto;
    margin: 0 10px 40px;
  }
}

.dispatch-pri__sec03__box1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec03__box1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dispatch-pri__sec03__box1__item {
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  width: 325px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec03__box1__item {
    width: auto;
    margin-top: 20px;
  }
}

.dispatch-pri__sec03__box1__item:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec03__box1__item:first-child {
    margin-right: 0;
    margin-top: 0;
  }
}

.dispatch-pri__sec03__box1__item p{
  line-height: 1.5;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #071544;
}
.dispatch-pri__sec03__box1__item:last-child .dispatch-pri__sec03__box1__img {
 margin-top: 25px;
}

.dispatch-pri__sec03__box1__img {
  margin-top: 35px;
}

.dispatch-pri__sec03__box1__img img {
  max-width: 100%;
}

.dispatch-pri__sec03__box1 .c-title5 {
  margin-bottom: 12px;
}

.dispatch-pri__sec03 .c-text3 {
  margin-left: 15px;
  line-height: 2;
}

.dispatch-pri__sec03 .c-box1__item--style1:nth-child(4) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec03 .c-box1__item--style1:nth-child(4) {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.dispatch-pri__sec03 .c-box1 {
  margin-top: 40px;
}

.dispatch-pri__sec03 .c-box1__item--style1 {
  margin-bottom: 20px;
}

.dispatch-pri__sec03 .c-box1__item__head {
  font-weight: normal;
}

.dispatch-pri__sec03 .c-box1__item__content {
  text-align: center;
  padding: 15px 10px;
}

.dispatch-pri__sec03 .c-box1__item__content .c-text2 {
  line-height: 2;
}

.dispatch-pri__sec04 .c-title5 {
  line-height: 2.4;
  margin-bottom: 10px;
  /*margin-top: 20px !important;*/
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04 .c-title5 {
    margin-left: 10px;
    margin-bottom: 5px;
  }
}

.dispatch-pri__sec04 .c-text1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04 .c-text2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04 .c-title6 {
    line-height: 1.7;
  }
}

.dispatch-pri__sec04 .c-text3 {
  line-height: 2.4;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04 .c-text3 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.dispatch-pri__sec04 .c-title8 {
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Noto Sans Japanese",'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

.dispatch-pri__sec04 .c-list5 {
  margin: 0 25px;
}

.dispatch-pri__sec04 .c-list5 li {
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04 .c-list5 li {
    line-height: 1.5;
  }
}

.dispatch-pri__sec04 .c-text5 {
  margin: 0 25px 40px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04 .c-text5 {
    margin-bottom: 25px;
    line-height: 1.5;
  }
}

.dispatch-pri__sec04 .c-table-dispri1 {
  margin-bottom: 60px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04 .c-table-dispri1 {
    margin-bottom: 30px;
  }
}

.dispatch-pri__sec04 .c-table-dispri1 td {
  padding: 15px 12px;
  vertical-align: top;
}

.dispatch-pri__sec04 .c-table-dispri1 td:first-child {
  width: 30%;
}

.dispatch-pri__sec04 .c-table-dispri1 td:nth-of-type(2) {
  width: 200px;
}

.dispatch-pri__sec04__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04__box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dispatch-pri__sec04__box2__right {
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  width: 325px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04__box2__right {
    width: auto;
    margin: 30px 10px 0;
  }
}

.dispatch-pri__sec04__box2__right img {
  max-width: 100%;
}

.dispatch-pri__sec04__img1 {
  width: 690px;
  margin: 40px 20px 35px;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 90px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec04__img1 {
    width: auto;
    margin: 30px 10px 20px;
    padding: 20px 30px;
  }
}

.dispatch-pri__sec04__img1 img {
  max-width: 100%;
}

.dispatch-pri__sec05 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec05 {
    margin: 0 10px 40px;
  }
}

.dispatch-pri__sec05 .c-title6 {
  margin-top: 60px;
  margin-left: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec05 .c-title6 {
    margin: 40px 18px 20px 18px;
  }
}

.dispatch-pri__sec05 .c-text3,
.dispatch-pri__sec05 .c-text2 {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec05 .c-text3,
  .dispatch-pri__sec05 .c-text2 {
    line-height: 1.5;
    margin-right: 20px;
  }
}

.dispatch-pri__sec05 .c-title5 {
  padding-top: 40px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .dispatch-pri__sec05 .c-title5 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.dispatch-pri__sec05 .dispatch-pri__sec04__img1 {
  margin-bottom: 0;
}

.dispatch-pri__sec05 .c-list5 {
  margin: 15px 30px 0;
}

.dispatch-pri__sec05 .c-list5 li {
  font-weight: normal;
}
/*=============================Service Dispatch-sup========================*/
.dis-sup__sec02 .c-text2,
.dis-sup__sec02 .c-text3 {
  margin-left: 20px;
  margin-right: 20px;
}

.dis-sup__sec02 .c-list5 {
  margin-left: 20px;
  margin-top: 20px;
}

.dis-sup__sec02__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec02__group {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dis-sup__sec02__group .c-text3 {
  width: 485px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec02__group .c-text3 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.dis-sup__sec02__group__img {
  width: 386px;
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec02__group__img {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.dis-sup__sec02__group__img img {
  max-width: 100%;
}

.dis-sup__sec03 .c-table-dispri2 {
  margin-top: 25px;
}

.dis-sup__sec03 .c-table-dispri2 th:first-child {
  width: 148px;
  line-height: 2;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec03 .c-table-dispri2 th:first-child {
    padding-left: 10px;
  }
}

.dis-sup__sec03 .c-table-dispri2 td {
  width: 272px;
  padding: 8px 20px;
  text-align: left;
}

.dis-sup__sec03 .c-table-dispri2
tr:last-child td:last-child {
  padding: 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec03 .c-table-dispri2 td {
    padding: 15px 10px;
  }
}

.dis-sup__sec03 .c-table-dispri2 td p {
  text-align: center;
}

.dis-sup__sec04 .c-text3{
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .dis-sup__sec04 .c-text3{
    margin-right: 20px;
  }
}
.dis-sup__sec04 .c-table-dispri1 {
  margin-top: 20px;
  margin-bottom: 40px;
}
.dis-sup__sec04 .c-title5{
  margin-top: 40px;
}
.dis-sup__sec04 .c-list5 {
  margin-top: 15px;
  margin-left: 15px;
}

.dis-sup__sec04 .style2 th:first-child {
  width: 180px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04 .style2 th:first-child {
    padding-left: 15px;
  }
}

.dis-sup__sec04 .style2 th:last-child {
  width: 510px;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04 .style2 th:last-child {
    padding-left: 15px;
  }
}

.dis-sup__sec04 .style2 th:last-child div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 474px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04 .style2 th:last-child div {
    width: auto;
  }
}

.dis-sup__sec04 .style2 th:last-child div p {
  width: 50%;
  text-align: left;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04 .style2 th:last-child div p {
    padding-left: 0px;
  }
}

.dis-sup__sec04 .style2 th:last-child div p:last-child {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04 .style2 th:last-child div p:last-child {
    padding-left: 0;
  }
}

.dis-sup__sec04 .style2 th:last-child div i {
  color: #9194A0;
  margin-left: 20px;
  margin-right: 20px;
}

.dis-sup__sec04 .style2 td {
  width: auto;
  padding: 15px 12px;
}

.dis-sup__sec04 .style2 td:last-child div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 474px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04 .style2 td:last-child div {
    width: auto;
  }
}

.dis-sup__sec04 .style2 td:last-child div p {
  width: 50%;
  text-align: left;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04 .style2 td:last-child div p {
    padding-left: 0;
  }
}

.dis-sup__sec04 .style2 td:last-child div p:last-child {
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04 .style2 td:last-child div p:last-child {
    padding-left: 0;
  }
}

.dis-sup__sec04 .style2 td:last-child div i {
  color: #9194A0;
  margin-left: 20px;
  margin-right: 20px;
}

.dis-sup__sec04__box1 {
  margin-top: 5px;
  margin-bottom: 40px;
}

.dis-sup__sec04__box1 ul {
  list-style-type: decimal;
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04__box1 ul {
    padding-left: 20px;
    margin-right: 20px;
  }
}

.dis-sup__sec04__box1 ul li {
  margin-bottom: 40px;
}

.dis-sup__sec04__box1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04__box1__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dis-sup__sec04__box1__item p {
  width: 355px;
  margin-right: 40px;
  color: #071544;
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04__box1__item p {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.dis-sup__sec04__box1__img {
  width: auto;
}

.dis-sup__sec04__box1__img img {
  border: 1px solid #DCDEE5;
  padding:14px 20px;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04__box1__img img {
    width: 100%;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
  }
}

.dis-sup__sec04 .style3 td {
  width: auto;
}

.dis-sup__sec04 .style3 td ul {
  list-style-type: decimal;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .dis-sup__sec04 .style3 th:first-child {
    width: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.dis-sup__sec04 .style4{
  margin-bottom: 0;
}
.dis-sup__sec04 .style4 td:last-child {
  width: 510px;
}

.dis-sup__sec04 .style4 td:first-child {
  width: 180px;
}

.dis-sup__sec04 .c-table-dispri1 th {
  text-align: left;
}
/*=============================Service Dealer========================*/
.dealer__sec01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .dealer__sec01 {
    margin: 30px 10px 40px;
  }
}

.dealer__sec01 .c-title3 {
  margin-bottom: 20px;
}

.dealer__sec01 .c-text3 {
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .dealer__sec01 .c-text3 {
    margin-right: 18px;
    line-height: 1.5;
  }
}

.dealer__sec01 .c-title6 {
  margin-left: 18px;
  margin-top: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .dealer__sec01 .c-title6 {
    margin-top: 30px;
  }
}

.dealer__sec01 .style1 td {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 510px;
}

.dealer__sec01 .style2 th:first-child {
  width: 53px;
}

.dealer__sec01 .style2 th:nth-child(2) {
  width: 132px;
}
/*=============================preferences========================*/
.preferences__sec01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .preferences__sec01 {
    margin: 30px 10px 20px;
  }
}

.preferences__sec01 .c-title3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.preferences__sec01 .c-title5 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .preferences__sec01 .c-title5 {
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .preferences__sec01 .c-text1 {
    margin: 0 10px;
  }
}

.c-box-pre-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 900px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .c-box-pre-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin: 30px 10px 0;
  }
}

.c-box-pre-group__left {
  width: 375px;
}

@media screen and (max-width: 768px) {
  .c-box-pre-group__left {
    width: auto;
  }
}

.c-box-pre-group__left1 {
  width: 375px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre-group__left1 {
    width: auto;
    margin-right: 0;
  }
}

.c-box-pre-group__right {
  margin-left: 20px;
  width: 500px;
}

@media screen and (max-width: 768px) {
  .c-box-pre-group__right {
    margin-left: 0;
    width: auto;
  }
}


.c-box-pre-group__right1 {
  width: 503px;
}

@media screen and (max-width: 768px) {
  .c-box-pre-group__right1 {
    width: auto;
  }
}

.c-box-pre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .c-box-pre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-box-pre .style1 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre .style1 {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.c-box-pre__item {
  border: 1px solid #DCDEE5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-box-pre__item--one {
  width: 100%;
  /* margin-right: 20px; */
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--one {
    width: auto;
    margin-right: 0;
  }
}

.c-box-pre__item--two {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--two {
    width: auto;
  }
}

.c-box-pre__item--two .c-box-pre__item__content {
  padding: 20px 10px;
}

.c-box-pre__item--three {
  width: 100%;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--three {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.c-box-pre__item--four {
  width: 100%;
  margin-bottom: 20px;
}
.c-box-pre__item--four .c-list5 {
  margin-left: 155px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--four .c-list5 {
    margin-left: 35vw;
  }
}

@media screen and (max-width: 500px) {
  .c-box-pre__item--four .c-list5 {
    margin-left: 20vw;
  }
}

@media screen and (max-width: 386px) {
  .c-box-pre__item--four .c-list5 {
    margin-left: 15vw;
  }
}

.c-box-pre__item--four .c-list5 li {
  font-weight: normal;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--four {
    width: auto;
    margin-right: 0;
  }
}

.c-box-pre__item--five {
  width: 240px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--five {
    width: auto;
  }
}

.c-box-pre__item--six {
  width: 375px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--six {
    width: auto;
  }
}

.c-box-pre__item--seven {
  width: 503px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--seven {
    width: auto;
  }
}

.c-box-pre__item--eight {
  width: 262px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--eight {
    width: auto;
  }
}

.c-box-pre__item--nine {
  width: 335px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--nine {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-box-pre__item--ten {
  width: 544px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--ten {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.c-box-pre__item--eleven {
  width: 335px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--eleven {
    width: auto;
  }
}

.c-box-pre__item--twelve {
  width: 286.5px;
}

@media screen and (max-width: 768px) {
  .c-box-pre__item--twelve {
    width: auto;
  }
}

.c-box-pre__item__head {
  padding: 9px 0;
  text-align: center;
  border-bottom: 1px solid #DCDEE5;
  background-color: #F7F6F6;
  color: #071544;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.c-box-pre__item__content {
  padding: 15px 10px;
}

.c-box-pre__item__content p {
  font-size: 1.2rem;
  color: #071544;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 2;
}

.c-faq {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-faq {
    margin: 30px 10px 0;
  }
}

.c-faq__list {
  margin-bottom: 50px;
}

.c-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.c-faq__item__ques {
  margin-left: 20px;
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-faq__item__ques {
    margin-left: 20px;
  }
}

.c-faq__item__ans {
  margin-left: 20px;
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.c-faq__item__txt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #071544;
  letter-spacing: 0.15rem;
  line-height: 1.3;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho,
 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}
/*=============================Doc========================*/
.doc__sec01 {
  margin-top: 35px;
  border-bottom: 1px solid #DCDEE5;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .doc__sec01 {
    margin-top: 30px;
    padding: 0 10px 30px;
  }
}

.doc__sec01 .c-list5 {
  margin-left: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .doc__sec01 .c-list5 {
    margin-top: 50px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .doc__sec02 {
    padding: 0 10px;
  }
}

.doc__sec02__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .doc__sec02__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.doc__sec02__group__left {
  width: 470px;
  border-right: 1px solid #DCDEE5;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .doc__sec02__group__left {
    border-right: 0;
    padding-top: 30px;
    width: auto;
  }
}

.doc__sec02__group__left .c-nav-doc {
  margin-left: 68px;
}

@media screen and (max-width: 768px) {
  .doc__sec02__group__left .c-nav-doc {
    margin-left: 35px;
  }
}

.doc__sec02__group__left .c-nav-doc__item {
  margin-right: 40px;
}

.doc__sec02__group__right {
  padding-left: 35px;
  padding-top: 40px;
  padding-bottom: 60px;
  width: 429px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .doc__sec02__group__right {
    padding-left: 10px;
    width: auto;
  }
}

.doc__sec02__group__right .c-nav-doc {
  margin-left: 65px;
}

@media screen and (max-width: 768px) {
  .doc__sec02__group__right .c-nav-doc {
    margin-left: 46px;
    margin-top: 40px;
  }
}

.doc__sec02__group__right .c-nav-doc__item {
  margin-right: 75px;
}

.doc__sec02__group__right .c-nav-list__item:first-child .c-nav-doc {
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  .doc__sec02__group__right .c-nav-list__item:first-child .c-nav-doc {
    margin-left: 24px;
  }
}

.doc__sec02__group__right .c-nav-list__item:nth-child(4) .c-nav-doc,
.doc__sec02__group__right .c-nav-list__item:nth-child(5) .c-nav-doc {
  margin-left: 55px;
}

@media screen and (max-width: 768px) {
  .doc__sec02__group__right .c-nav-list__item:nth-child(4) .c-nav-doc,
  .doc__sec02__group__right .c-nav-list__item:nth-child(5) .c-nav-doc {
    margin-left: 21px;
  }
}

.c-nav-list__item {
  margin-top: 40px;
}

.c-nav-list__item .c-title6 {
  margin-bottom: 18px;
  margin-left: 18px;
}

.c-nav-list__item .c-text1 {
  margin-bottom: 7px;
  margin-left: 20px;
  line-height: 1.5;
}

.c-nav-list__item .c-text2 {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-nav-list__item .c-text2 {
    line-height: 1.5;
    margin-right: 20px;
  }
}

.c-nav-doc {
  margin: 20px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-nav-doc {
    position: relative;
  }
}

.c-nav-doc__item {
  width: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-nav-doc__item a {
  display: block;
}

.c-nav-doc__item a:hover {
  opacity: 0.6;
}

.c-nav-doc__item figure {
  margin-bottom: 10px;
  text-align: center;
}

.c-nav-doc__item p {
  text-decoration: underline;
  color: #071544;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}

/*==========================================================================
// utility .u-
// ==========================================================================*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb53 {
  margin-bottom: 53px;
}

.u-mb34 {
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  .u-mb34 {
    margin-bottom: 16px;
  }
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt13 {
  margin-top: 13px;
}

.u-mt6 {
  margin-top: 6px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt22 {
  margin-top: 22px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt17 {
  margin-top: 17px;
}

.u-mt19 {
  margin-top: 19px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt60 {
  margin-top: 60px;
}

.mt30 {
  margin-top: 30px !important;
}

.mb10 {
  margin-bottom: 0px !important;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt38 {
  margin-top: 38px;
}

.u-mb16 {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .u-mb16 {
    margin-bottom: 13px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .u-mbs30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .u-mbs33 {
    margin-bottom: 33px;
  }
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .u-bts25 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .u-mbs20 {
    margin-bottom: 20px;
  }
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-bold {
  font-weight: bold !important;
}

.u-normal {
  font-weight: normal;
}

.u-fs12 {
  font-size: 1.2rem;
  line-height: 1.7 !important;
}

@media screen and (max-width: 768px) {
  .u-fs12 {
    font-size: 0.8rem;
  }
}

.u-fs9 {
  font-size: 0.9rem;
  line-height: 1.4 !important;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml54 {
  margin-left: 54px;
}

@media screen and (max-width: 768px) {
  .u-ml54 {
    margin-left: 45px;
  }
}

.u-ml72 {
  margin-left: 72px;
}

@media screen and (max-width: 768px) {
  .u-ml72 {
    margin-left: 38px;
  }
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml25 {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .u-ml25 {
    margin-left: 0;
  }
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml18 {
  margin-left: 18px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr115 {
  margin-right: 115px;
}

.u-bt {
  border-top: 1px solid #EAEAEA;
}

.u-bb {
  border-bottom: 1px solid #EAEAEA;
}

hr {
  color: #eaeaea;
  background-color: #eaeaea;
  border: 0;
  height: 1px;
  margin: 0;
}

.fs12 {
  font-size: 1.2rem;
}

.fs11 {
  font-size: 1.1rem;
}

.u-mw202 {
  max-width: 202px;
  width: 100%;
}

.u-mw244 {
  max-width: 244px;
  width: 100%;
}

.u-mw280 {
  max-width: 280px;
  width: 100%;
}

.u-mw506 {
  max-width: 506px;
  width: 100%;
}

.u-mw72 {
  max-width: 72px;
  width: 100%;
}

.u-mw98 {
  max-width: 98px;
  width: 100%;
}

.taCenter {
  text-align: center;
}

.taCenter a span:hover {
  opacity: 0.6;
}

.u-underline {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

/* margin */

.mb20{
  margin-bottom: 20px;
}
.space {
    margin-left: 8px;
}

 .add_svg img{

}


/*0109*/
.sec02__column-one .u-border-btm1 {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    font-size:13px;
    line-height: 1.8;
}

.picktext{
  font-weight: bold;
}
.toengineer_box{
  height:350px;
}

@media screen and (max-width: 768px) {
.sec02__column-one .u-border-btm1 {
    padding-left: 0px;
}

.toengineer_box {
    height: 250px;
}

}
.u_line_link{
  text-decoration: underline;
}
/* css add */
.c-chart__item__text6{
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.07rem;
  line-height: 24px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-chart__item__text6{
    margin-left: 10px;
  }
}
.c-chart__item__text6 p{
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.07rem;
  line-height: 24px;
}
.c-chart__item__text6 a{
  text-decoration: underline;
}
.c-chart__item__list{
  padding-left: 20px;
}
.c-chart__item__list li{
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.07rem;
  line-height: 24px;
  position: relative;
}
.c-chart__item__list li:before{
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #071544;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
#chart-pie1{
  margin-top: 80px;
}
@media screen and (max-width: 768px){
  #chart-pie1{
    margin-top: 30px;
  }
}

#chart-pie2{
  margin-top: 35px;
}
.c-chart__item__list01{
  padding-left: 20px;
  margin-top: 15px;
}
.c-chart__item__list01 li{
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.07rem;
  line-height: 24px;
  position: relative;
}
.c-chart__item__count--stl01{
  width: 260px;
  height: 76px;
  margin-top: 25px;
}
.c-chart__item__count__count-data01{
  font-size: 3.5rem;
  margin-right: 6px;
  color: #071544;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
.c-chart__item__count__txt3 {
  color: #071544;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
}
.c-chart__item__count__txt4 {
  color: #071544;
  font-size: 1rem;
  letter-spacing: 0.07rem;
}
.c-chart__item__count--stl01 #countto-9:before{
  content: "/";
  display: inline;
  margin-right: 3px;
  font-size: 2.8rem;
}
.c-pie7{
  margin-top: 40px;
}
.c-chart__item__list01 p{
  margin-left: 80px;
  font-weight: normal;
}
.c-chart__item__text7{
  font-size: 1rem;
  color: #ADADAD;
}
.c-chart__item__box{
  width: 234px;
  padding: 30px 0;
  text-align: center;
  border: 1px solid #DCDEE5;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 30px;
}
.c-chart__item__box__t1{
  font-size: 1.2rem;
  font-weight: bold;
  color: #071544;
  margin-right: 4px;
}
.c-chart__item__box__t2{
  font-size: 1.3rem;
  font-weight: bold;
  color: #071544;
}
.c-chart__item__box__t3{
  font-size: 1.8rem;
  font-weight: bold;
  color: #071544;
  letter-spacing: 0.08rem;
}

/*======================= Preferences New page==============================*/
.prenew__sec01 {
  margin-top: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #EAEAEA;
}

@media screen and (max-width: 768px) {
  .prenew__sec01 {
    padding-bottom: 20px;
  }
}

.prenew__sec01 .c-text2 {
  margin: 20px 20px 0;
}

@media screen and (max-width: 768px) {
  .prenew__sec01 .c-title3 {
    margin: 0 10px;
  }
}

.prenew .dispatch-corp__sec01__gr {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .prenew .dispatch-corp__sec01__gr {
    margin-top: 20px;
  }
}

.prenew__sec02 {
  padding-top: 25px;
  padding-bottom: 40px;
}

.prenew__sec02__inline {
  padding: 0 20px 0;
}

.prenew__sec02 .c-title7 {
  margin-top: 40px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .prenew__sec02 .c-title7 {
    margin-top: 30px;
  }
}

.prenew__sec02 .c-title3 {
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .prenew__sec02 .c-title3 {
    margin: 0 10px;
  }
}

.prenew__sec02 .c-text2 a{
  text-decoration: underline;
}

.prenew__sec02 .c-title6 {
  margin-top: 40px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .prenew__sec02 .c-title6 {
    margin-left: 30px;
    margin-right: 10px;
  }
}

.prenew__sec02 .c-text2 {
  margin-top: 20px;
}

.prenew__sec02__img {
  padding: 30px 90px;
  border: 1px solid #DCDEE5;
  text-align: center;
  width: 682px;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .prenew__sec02__img {
    width: 100%;
    padding: 20px;
    margin: 20px auto 30px;
  }
}

.prenew__sec02__img img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .prenew__sec02__img img {
    width: 100%;
  }
}
#hanpo_dealer{
  padding-bottom: 60px;
}

.c-chart__item__list01 span.c-chart__item__count__count-data01{
  margin-left: 15px;
  margin-right: 15px;
  font-size: 3.5rem;
  line-height: 1;
}
.c-chart__item__list01 span{
  font-size: 1.5rem;
}
.ltcount{
  width: 180px;
  padding: 20px 20px 0;
  border: 1px solid #DCDEE5;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 30px;
}
.ltcount li{
  margin-bottom: 20px;
}

.ltcount2 {
    width: 320px;
    padding: 20px 20px 0;
    border: 1px solid #DCDEE5;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 30px;
}
.ltcount2 li{
  margin-bottom: 20px;
}

/*===================== Not_Violation ===========================*/
.violation__sec01 {
  padding-bottom: 0;
  margin-top: 20px;
}

.violation__sec01 span.c-text2 {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .violation__sec01 span.c-text2 {
    margin-top: 20px;
  }
}

.violation__sec01 .dispatch-corp__sec01__gr {
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  .violation__sec01 .dispatch-corp__sec01__gr {
    margin: 40px auto 20px;
  }
}

@media screen and (max-width: 768px) {
  .violation__sec01 .dispatch-corp__sec01__gr .c-btn1--style15 {
    margin-bottom: 20px !important;
  }
}

.violation__sec01 .c-btn1--style15 {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .violation__sec01 .c-btn1--style15 {
    margin-bottom: 40px !important;
  }
}

.violation .btn-link {
  width: 250px;
  line-height: 48px;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 1.3rem;
}

.violation__sec02 {
  padding-bottom: 60px;
  border-bottom: 1px solid #EAEAEA;
}

.violation__sec02 .c-table-disco {
  width: 875px;
  margin: 20px auto 20px 0;
}

@media screen and (max-width: 768px) {
  .violation__sec02 .c-table-disco {
    width: 100%;
  }
}

.violation__sec02 .c-table-disco td {
  text-align: left;
  padding: 15px 10px;
  font-size: 1.2rem;
  line-height: 20px;
  vertical-align: top;
}

.violation__sec02 .c-table-disco td:first-child {
  font-size: 1.3rem;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .violation__sec02 .c-table-disco td:first-child {
    white-space: normal;
  }
}

.violation__sec02 .c-table-disco th {
  font-size: 1.3rem;
  text-align: left;
  padding: 15px;
  color: #071544;
}

.violation__sec02 .c-list5 {
  list-style: none;
}

.violation__sec02 .c-list5 li {
  font-weight: normal;
  font-size: 1.2rem;
}

.violation__sec02 .c-list5 li span {
  font-size: 1.1rem;
}

/* .violation__sec02 .c-text2{
  margin-top: 17px;
} */

.violation__sec02 .prenew__sec02__inline {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .violation__sec02 .prenew__sec02__inline {
    margin-top: 20px;
  }
}

.violation__sec02 .c-text2 .u-bold, .violation__sec02 .c-text2 a {
  text-decoration: underline;
}

.violation__sec02__list {
  margin-top: 10px;
}

.violation__sec02__list li {
  color: #ADADAD;
  font-size: 1.3rem;
  line-height: 21px;
  letter-spacing: 0.05rem;
}

.violation__sec02__list li a {
  color: #adadad;
}

.violation__sec02 .c-title6 {
  margin-left: 20px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .violation__sec02 .c-title6 {
    padding: 0;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 40px;
  }
}

.violation__sec02__table {
  width: 290px;
  margin-top: 20px;
}

.violation__sec02__table table {
  width: 100%;
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
}

.violation__sec02__table th {
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  color: #071544;
  padding: 14px 23px;
  background-color: #F7F6F6;
}

@media screen and (max-width: 768px) {
  .violation__sec02__table th {
    padding: 15px 10px;
  }
}

.violation__sec02__table td {
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  font-size: 1.3rem;
  text-align: left;
  color: #071544;
  padding: 11px 20px;
}

@media screen and (max-width: 768px) {
  .violation__sec02__table td {
    padding: 15px 10px;
  }
}

.violation__sec02__img {
  margin-bottom: 60px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .violation__sec02__img {
    margin-bottom: 40px;
  }
}

.violation__sec02__img img {
  max-width: 100%;
}

.violation__sec03 {
  margin-top: 25px;
  padding-bottom: 60px;
  border-bottom: 1px solid #EAEAEA;
}

.violation__sec03 .c-title3 {
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .violation__sec03 .c-title3 {
    margin: 0 10px;
  }
}

.violation__sec03 .prenew__sec02__inline {
  margin-top: 20px;
}

.violation__sec03 .c-text2 {
  margin-top: 20px;
  line-height: 21px;
}

.violation__sec03 .c-text2 .u-bold, .violation__sec03 .c-text2 a {
  text-decoration: underline;
}

.violation__sec03 .c-title6 {
  margin-left: 20px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .violation__sec03 .c-title6 {
    padding: 0;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 40px;
  }
}

.violation__sec03 .c-list5 {
  margin-left: 15px;
  list-style: none;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .violation__sec03 .c-list5 {
    margin-left: 7px;
  }
}

.violation__sec03 .violation__sec02__table th{
  font-size: 1.2rem;
  padding: 14px 0 14px 23px;
}

.violation__sec03 .violation__sec02__table td{
  font-size: 1.2rem;
  padding: 12px 12px 12px 17px;
}

.violation__sec02__table .v-top{
    vertical-align: top;
}

.violation__sec03 .c-list5 li {
  font-weight: normal;
  margin-bottom: 5px;
}

.violation__sec03__text {
  font-size: 1.3rem;
  color: #ADADAD;
  margin-top: 20px;
}

.violation__sec03 span.c-text2 {
  text-align: center;
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
}

.violation__sec03 .violation__sec02__table {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .violation__sec03 .violation__sec02__table {
    width: 100%;
  }
}

.violation__sec03 .violation__sec02__table .c-list5 {
  margin-left: 0;
  margin-top: 0;
}

.violation__sec03 .violation__sec02__table .c-list5 li {
  line-height: 1.2;
}

.violation__sec03 .violation__sec02__table .c-list5 li:last-child {
  margin-bottom: 0;
}

.violation__sec03 .violation__sec02__table td:first-child {
  vertical-align: top;
  width: 23%;
}

.violation__sec03 .c-text5 {
  line-height: 21px;
  letter-spacing: 0.1rem;
  overflow: hidden;
}

.violation__sec03 .c-text5 a {
  color: #ADADAD;
}

.violation__sec04 {
  margin-top: 25px;
  border-bottom: 1px solid #EAEAEA;
}

.violation__sec04 .c-title3 {
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .violation__sec04 .c-title3 {
    margin: 0 10px;
  }
}

.violation__sec04 .prenew__sec02__inline {
  margin-top: 20px;
}

.violation__sec04 .violation__sec02__img {
  margin-top: 40px;
}

.violation__sec04 .c-title6 {
  margin-left: 20px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .violation__sec04 .c-title6 {
    padding: 0;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 40px;
  }
}

.u-color_ye {
  color: #F4AF3E;
  text-decoration: none !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.u-line{
  text-decoration: underline;
}

/*====================== BLOG ======================*/
@media screen and (max-width: 768px) {
  .blog .c-title1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog .c-title1 span {
  font-size: 1.6rem;
  margin-left: 20px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 768px) {
  .blog .c-title1 span {
    font-size: 1.1rem;
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

.blog .sec01 {
  padding-top: 20px;
  border-top: 1px solid #DCDEE5;
  border-bottom: 1px solid #DCDEE5;
}

@media screen and (max-width: 768px) {
  .blog .sec01 {
    margin-top: 10px;
    padding-top: 0;
  }
}

.blog .sec01__cate {
  font-size: 1.6rem;
  color: #071544;
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

@media screen and (max-width: 768px) {
  .blog .sec01__cate {
    font-size: 1.3rem;
    padding: 15px;
  }
}

.blog .l-content {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .blog .l-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding-bottom: 20px;
  }
}

.blog .l-content__left {
  width: 650px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .blog .l-content__left {
    width: 100%;
    padding: 20px 15px;
  }
}

.blog .l-content__left__txt {
  font-size: 1.2rem;
  color: #071544;
  text-align: right;
}

.blog .l-content__left__txt a {
  text-decoration: underline;
}

.blog .l-content__left__txt span {
  margin-left: 5px;
}

.blog .l-content__right {
  width: 260px;
  margin-left: 30px;
  margin-bottom: 5px;
  padding-top: 20px;
  border-left: 1px solid #DCDEE5;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 29px;
}

@media screen and (max-width: 768px) {
  .blog .l-content__right {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    padding-top: 40px;
    border-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .blog .l-content__right__one {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
}

.blog .l-content__right__tt {
  font-size: 1.4rem;
  color: #071544;
  font-weight: bold;
}

.blog .l-content__right__img {
  max-width: 140px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .blog .l-content__right__img {
    margin: 0;
    margin-right: 20px;
  }
}

.blog .l-content__right__img img {
  max-width: 100%;
}

.blog .l-content__right__text {
  font-size: 1.4rem;
  color: #071544;
  line-height: 23px;
  margin-bottom: 10px;
}

.blog .l-content__right__link {
  font-size: 1.4rem;
  color: #071544;
  text-decoration: underline;
  margin-bottom: 45px;
  display: inline-block;
}

.blog .l-content__right__link:hover {
  text-decoration: none;
}

.blog .l-content__right__link img {
  margin-right: 8px;
  max-width: 100%;
}

.blog .l-content__right__lst {
  margin-top: 25px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .blog .l-content__right__lst {
    margin-top: 20px;
  }
}

.blog .l-content__right__lst li {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .blog .l-content__right__lst li {
    margin-bottom: 25px;
  }
  .blog .l-content__right__lst li:last-child .l-content__right__lst__img {
    padding: 0;
  }
}

  .blog .l-content__right__lst__img {
    border: 1px solid #DCDEE5;
    text-align: center;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.blog .l-content__right__lst__img img {
  max-width: 100%;
}

.blog .l-content__right__lst__text {
  margin-top: 5px;
}

.blog .l-content__right__lst__text a {
  font-size: 1.2rem;
  color: #071544;
  text-decoration: underline;
  line-height: 17px;
}

.blog .l-content__right__lst__text a:hover {
  text-decoration: none;
}

.blog .l-content__right__lst_cate {
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog .l-content__right__lst_cate li a {
  font-size: 1.4rem;
  color: #071544;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
}

.blog .l-content__right__lst_cate li a:hover {
  text-decoration: none;
}

.blog .l-content__right__lst_cate li a:before {
  content: '';
  background: url("../img/blog/icon_01.svg") no-repeat;
  width: 5px;
  height: 9px;
  background-size: cover;
  display: inline-block;
  margin-right: 7px;
}

.blog .l-content__right__lst_year {
  margin-bottom: 15px;
  border-bottom: 1px solid #DCDEE5;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .blog .l-content__right__lst_year {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.blog .l-content__right__tt.mb30 {
  margin-bottom: 30px;
}

.blog .l-content__right__lst_year dt {
  font-size: 1.4rem;
  color: #071544;
  line-height: 1;
  cursor: pointer;
}

.blog .l-content__right__lst_year dt:before {
  content: '+';
  display: inline-block;
  margin-right: 10px;
  width: 8px;
}

.blog .l-content__right__lst_year dt.is-open:before {
  content: '-';
}

.blog .l-content__right__lst_year dd {
  padding-left: 20px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .blog .l-content__right__lst_year dd {
    padding-top: 20px;
  }
}

.blog .l-content__right__lst_year dd ul li a {
  font-size: 1.2rem;
  color: #071544;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .blog .l-content__right__lst_year dd ul li a {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.blog .l-content__right__lst_year dd ul li a:hover {
  text-decoration: none;
}

.blog .l-content__right__lst_year dd ul li:last-child a {
  margin-bottom: 0;
}

.blog .l-content__details {
  margin-top: 30px;
  overflow: hidden;
}

.blog .l-content__details p {
  color: #071544;
  font-size: 1.4rem;
  line-height: 2;
}

.blog .l-content__details p a {
  color: #071544;
  text-decoration: underline;
}

.blog .l-content__details p img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
  height: auto;
}

.lst_blog {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .lst_blog {
    margin-bottom: 25px;
  }
}

.lst_blog li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  border-bottom: 1px solid #DCDEE5;
  padding-bottom: 25px;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .lst_blog li {
    padding: 20px 0;
  }
}

.lst_blog__img a {
  display: block;
  width: 112px;
  height: 72px;
  overflow: hidden;
}

.lst_blog__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lst_blog__cont {
  width: calc(100% - 112px);
  padding-left: 20px;
}

.lst_blog__tt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #071544;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: 'Noto Serif CJK JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

@media screen and (max-width: 768px) {
  .lst_blog__tt {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.lst_blog__text {
  font-size: 1.2rem;
  color: #071544;
  line-height: 16px;
}

@media screen and (max-width: 768px) {
  .lst_blog__text span {
    display: block;
  }
}

.lst_blog__text span {
  margin-right: 10px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .page, .pagination .previouspostslink,  .pagination .nextpostslink, .pagination .last, .pagination .first{
  color: #071544;
  padding: 15px 20px;
  border: 1px solid #EAF0F4;
  margin: 0 5px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pagination .page, .pagination .previouspostslink,  .pagination .nextpostslink, .pagination .last, .pagination .first {
    font-size: 1.3rem;
    padding: 8px 13px;
    margin: 0 3px;
  }
}

.pagination .pages{
  display: none;
}

.pagination .current {
  background-color: #071544;
  color: white;
  border: 1px solid #071544;
  padding: 15px 20px;
  margin: 0 5px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .pagination .current{
    font-size: 1.3rem;
    padding: 8px 13px;
    margin: 0 3px;
  }
}

.accordion {
  position: relative;
  margin-bottom: 10px;
}

.accordion dt {
  font-size: 1.4rem;
  color: #071544;
  border: 1px solid #DCDEE5;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 15px;
  position: relative;
}

.accordion dt:before {
  content: '';
  background: url("../img/blog/icon_02.svg") no-repeat;
  width: 12px;
  height: 6px;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion dd {
  background-color: #fff;
  padding: 20px 20px 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  border: 1px solid #DCDEE5;
  border-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accordion dd .l-content__right__lst_cate {
  margin-top: 0;
  margin-bottom: 0;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #EAF0F4;
  margin-top: 60px;
  padding: 15px 0;
}

.pager a {
  font-size: 1.4rem;
  color: #071544;
  display: block;
  width: 50%;
  position: relative;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: underline;
}

.pager__prev {
  padding-left: 20px !important;
  padding-right: 0!important;
}

@media screen and (max-width: 768px){
  .pager__prev {
    padding-left: 15px !important;
    padding-right: 5px!important;
  }
}

.pager__prev:before {
  content: '';
  background: url("../img/blog/icon_03.svg") no-repeat;
  width: 8px;
  height: 12px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 14px;
}

.pager__prev:after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #DCDEE5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pager__next {
  padding-right: 20px !important;
  text-align: right;
  padding-left: 0!important;
}

@media screen and (max-width: 768px){
  .pager__next {
    padding-right: 15px !important;
    padding-left: 5px!important;
  }
}

.pager__next:before {
  content: '';
  background: url("../img/blog/icon_03.svg") no-repeat;
  width: 8px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pager__next--hide{
  padding-right: 0!important;
  text-decoration: none!important;
}
.pager__next--hide:before{
  display: none;
}


.l-content__details table{
  width: 100%!important;
}

.l-content__details table td{
  padding: 5px 10px;
  box-sizing: border-box;
}


.l-content__right__lst__img .text_01{
  font-size: 1rem;
  color: #071544;
  letter-spacing: 0.012rem;
  
}

.l-content__right__lst__img .text_02{
  font-size: 1.2rem;
  color: #071544;
  letter-spacing: 0.012rem;
  font-weight: bold;
  
}

@media screen and (max-width: 768px){
  .l-content__right__lst__img .text_01{
    font-size: 1.2rem;
  }
  .l-content__right__lst__img .text_02{
    font-size: 2rem;
  }
}
.l-content__right__lst__img a{
  display: block;
}

.l-content__right__lst__img--st01 a{
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.l-content__right__lst__img--st01 figure{
  margin-right: 10px;
}


.l-content__right__lst__img .text_03{
  font-size: 1.1rem;
  color: #071544;
  letter-spacing: 0.012rem;
  
}

.l-content__right__lst__img .text_04{
  font-size: 1.1rem;
  color: #071544;
  letter-spacing: 0.012rem;
  font-weight: bold;
  
}

@media screen and (max-width: 768px){
  .l-content__right__lst__img .text_03{
    font-size: 1.4rem;
  }
  .l-content__right__lst__img .text_04{
    font-size: 1.7rem;
  }
}
.form_search{
  display: flex;
  margin-bottom: 40px;
  margin-top: 25px;
}

.form_search input{
    width: 164px;
    height: 30px;
    border: 1px solid #071544;
    color: #071544;
    font-size: 1.4rem;
    padding: 0 10px;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
}
.form_search__btn{
  cursor: pointer;
    width: 30px;
    line-height: 30px;
    background-color: #071544;
    margin-left: 6px;
    position: relative;
}

@media screen and (max-width: 768px){
  .form_search input{
    width: calc(100% - 50px);
    height: 40px;
  }
  .form_search__btn{
    line-height: 40px;
    width: 40px;
  }
}


.grecaptcha-badge {
    visibility: hidden;
}



/* css referral */
.referral_in .c-text1 {
  margin: 15px 0;
}

.referral_in__box {
  margin: 0 auto;
  width: 100%;
  max-width: 690px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .referral_in__box {
    text-align: center;
    padding: 20px;
    border: 1px solid #DCDEE5;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 355px;
  }
}

.referral_in__box img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .referral_in__sec01 {
    padding: 30px 10px 10px;
  }
}

.referral_in__sec02 {
  padding: 0;
  margin-top: 25px;
}

.referral_in__sec02 .c-title3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .referral_in__sec02 .c-title3 {
    margin: 0 10px 25px;
  }
}

.referral_in__nav {
  max-width: 835px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .referral_in__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 355px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.referral_in__nav li {
  width: 265px;
  border: 1px solid #DCDEE5;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .referral_in__nav li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 25px;
  }
}

.referral_in__nav .c-title3 {
  margin-bottom: 20px !important;
}

.title_yellow {
  font-size: 1.6rem;
  color: #F4AF3E;
  line-height: 28px;
  letter-spacing: 0.08rem;
  padding: 0 20px;
  font-weight: bold;
}

.btn_02 {
  font-size: 1.3rem;
  color: #071544;
  text-align: center;
  border: 1px solid #DCDEE5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 178px;
  width: 100%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 21px;
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .btn_02 {
    max-width: 100%;
    height: 50px;
    padding-left: 0;
  }
}

.btn_02:hover{
  opacity: 0.7;
}

.btn_02 span {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_02--mw220 {
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .btn_02--mw220 {
    max-width: 100%;
  }
}

.btn_02--st01 {
  max-width: 220px;
  height: 62px;
}

@media screen and (max-width: 768px) {
  .btn_02--st01 {
    max-width: 100%;
    height: 46px;
  }
}

.btn_02--dis {
  background-color: #F7F6F6;
  color: #BFC4D9;
}

.pd25 {
  padding: 25px 0;
}

.pd20 {
  padding: 0 20px;
}
.referral_in {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .referral_in {
    margin-top: 0;
  }
}

.referral_com {
  position: relative;
  margin-top: 20px;
}

.referral_com__sec01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .referral_com__sec01 {
    margin-bottom: 40px;
    margin-top: 30px;
    border-top: 1px solid #EAEAEA;
  }
}

.referral_com__sec01 .title_yellow {
  padding: 0;
  margin: 12px 0;
}

@media screen and (max-width: 768px) {
  .referral_com__sec01 .u-mt40 {
    margin-top: 30px;
  }
}

.referral_com__sec02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .referral_com__sec02 {
    margin-bottom: 40px;
  }
}

.referral_com__sec02 .c-text1 {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .referral_com__sec02 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.referral_com__sec02 .mb20 {
  margin-bottom: 10px !important;
}

.referral_com .c-title6 {
  margin-bottom: 18px;
}

.referral_com .c-list5 {
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .referral_com .c-list5 {
    padding-left: 30px;
  }
}

.referral_com .c-list5 li {
  font-weight: normal;
}

.referral_com__img {
  padding: 40px;
  border: 1px solid #BFC4D9;
  max-width: 745px;
  text-align: center;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .referral_com__img {
    padding: 20px 10px;
    max-width: 355px;
  }
}

.referral_com__img img {
  max-width: 100%;
}

.referral_com__img.mw100 {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .referral_com__img.mw100 {
    max-width: 355px;
  }
}

.referral_com__img.mw830 {
  max-width: 830px;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .referral_com__img.mw830 {
    max-width: 355px;
    padding: 20px 10px;
  }
}

.referral_com__img__text {
  font-size: 1rem;
  color: #ADADAD;
  text-align: right;
  margin-top: 20px;
  line-height: 18px;
}

.referral_com__img__text a {
  text-decoration: underline;
  color: #ADADAD;
}

.referral_com__img__text a:hover {
  text-decoration: none;
}

.referral_com__sec03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .referral_com__sec03 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .referral_com__sec03 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.referral_com__sec04 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .referral_com__sec04 {
    margin-bottom: 40px;
  }
}

.referral_com__sec04 .c-text1 {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .referral_com__sec04 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.referral_com__sec04 .c-text1.u-bold {
  margin: 0;
  margin-bottom: 15px;
}

.referral_com__sec05 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .referral_com__sec05 {
    margin-bottom: 40px;
  }
}

.referral_com__sec05 .c-text1 {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .referral_com__sec05 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.referral_com__sec05 .c-text5 {
  margin-left: 15px;
  margin-right: 15px;
  line-height: 16px;
}

.referral_com__sec06 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .referral_com__sec06 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .referral_com__sec06 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.referral_com__sec07 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .referral_com__sec07 {
    margin-bottom: 40px;
  }
}

.referral_com__sec07 .c-list5 {
  padding-left: 15px;
}

.referral_com--st07 .c-list5{
  padding-left: 35px;
}

.referral_com__sec07__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: bold;
  color: #071544;
  line-height: 22px;
  margin: 30px 20px;
}

.referral_com__sec07__dl dt {
  width: 150px;
  margin-bottom: 10px;
}

.referral_com__sec07__dl dd {
  width: calc(100% - 150px);
  margin-bottom: 10px;
}

.referral_com__sec07__dl dd:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../img/referral/swap_horiz.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .referral_com__sec07 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .referral_com .container_inline2 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .referral_com .container_inline {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .referral_com .c-title6 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .referral_com .btn_02.u-mb60 {
    max-width: 300px;
    margin-top: 720px;
  }
}

@media screen and (max-width: 768px) {
  .referral_com .group_btn {
    position: absolute;
    width: 100%;
    bottom: 90px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .group_btn {
    padding-top: 25px;
    border-top: 1px solid #eaeaea;

  }
  .group_btn .container_inline2{
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;

  }
}

.table_com {
  margin-top: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .table_com {
    overflow-x: scroll;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.table_com table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DCDEE5;
}

@media screen and (max-width: 768px) {
  .table_com table {
    min-width: 760px;
  }
}

.table_com th {
  font-size: 1.3rem;
  color: #071544;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  background-color: #F7F6F6;
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  padding: 10px 15px;
  width: 10%;
  vertical-align: top;
}

.table_com th.st01 {
  width: 11%;
}

@media screen and (max-width: 768px) {
  .table_com th.sticky {
    width: 7%;
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    z-index: 99;
  }
}

.table_com td {
  font-size: 1.3rem;
  color: #071544;
  line-height: 18px;
  border: 1px solid #DCDEE5;
  border-collapse: collapse;
  padding: 10px 15px;
  width: 10%;
  vertical-align: top;
}


.table_com td.st01 {
  width: 11%;
  text-align: center;
}

.table_com td.fs_12 {
  font-size: 1.2rem;
}

.table_com td.u-bold {
  background-color: #F4AF3E;
}

.table_com td.bg_gr {
  background-color: #8AB470;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .table_com td.sticky {
    width: 15%;
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    z-index: 99;
  }
}

.table_com--st01 {
  position: relative;
}

.table_com--st01 th.left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .table_com--st02 {
    margin-left: 0;
    margin-right: 0;
  }
}

.table_com--st02 th.left {
  text-align: left;
  width: 7%;
}

.table_com--st02 th:last-child {
  width: 40%;
}

.table_com--st02 th:nth-child(2) {
  width: 10%;
}

.table_com--st02 td:last-child {
  width: 40%;
}

@media screen and (max-width: 415px) {
  .iphone .table_com--st02 td:last-child, .iphone .table_com--st02 th:last-child{
    font-size: 9px;
  }
}

@media screen and (max-width: 415px) {
  .iphone .table_com--st03 td:last-child, .iphone .table_com--st03 th:last-child{
    font-size: 8px;
    line-height: 16px;
  }
}

@media screen and (max-width: 415px) {
  .iphone .table_com--st03 td:last-child .c-list5 li{
    font-size: 8px;
  }
}

.table_com--st02 td:nth-child(2) {
  width: 10%;
}

.table_com--st03 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .table_com--st03 th {
    vertical-align: middle;
  }
}

.table_com--st03 th:first-child {
  width: 30%;
}



.table_com--st03 th:last-child {
  width: 70%;
}
.table_com--st03 td.sticky {
  background-color: #fff;
}



.table_com--mw660 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 40px;
}

.table_com--mw660 th.last, .table_com--mw660 td.last {
  width: 32%;
}

.table_com--mw660 td.last {
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .table_com--st03 th:first-child,  .table_com--st03 td:first-child{
    width: 10%;
  }
}

.table_com--mw660 th.none {
  border-left: 0;
}

.table_com--mw660 th.br_none {
  border-right: 0;
  width: 12%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.referral_figure__box {
  padding: 20px 15px 10px;
  border: 1px solid #DCDEE5;
  background-color: #F7F6F6;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .referral_figure__box {
    padding: 20px 20px 10px;
  }
}

.referral_figure .c-list1 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .referral_figure .c-list1 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .referral_figure .c-list1 li {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.referral_figure .c-list1 li a {
  text-decoration: underline;
}

.referral_figure__dl {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .referral_figure__dl {
    padding: 15px 10px;
  }
}

.referral_figure__dl dt {
  font-size: 1.3rem;
  font-weight: bold;
  color: #071544;
  margin-bottom: 5px;
  line-height: 20px;
}

.referral_figure__dl dd {
  font-size: 1.3rem;
  color: #071544;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.referral_figure__dl .c-list5 {
  padding-left: 10px;
}

.referral_figure__dl .c-list5 li {
  margin-bottom: 0;
}

.referral_figure .st5 .referral_figure__dl {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .referral_figure .st5 .referral_figure__dl {
    padding-top: 0px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .referral_figure .st5 .c-text1.pd20 {
    padding: 0;
  }
}

.referral_figure__sec07 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .referral_figure__sec07 {
    margin-bottom: 40px;
  }
}

.referral_figure__sec07 .c-list5 li a {
  text-decoration: underline;
}

.referral_figure__sec07 .c-list5 li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .referral_figure__sec07 .table_com {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .referral_figure__sec07 .pd20 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .referral_figure__sec07 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.referral_figure__sec08 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .referral_figure__sec08 {
    margin-bottom: 40px;
  }
}

.referral_figure__sec08 .table_com {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .referral_figure__sec08 .pd20 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .referral_figure__sec08 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.referral_figure__sec09 {
  margin-bottom: 60px;
}

.referral_figure__sec09 .c-list1 {
  margin-bottom: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .referral_figure__sec09 .c-list1 {
    padding-left: 30px;
  }
}

.referral_com__img__text.taLeft{
  padding: 0 17px;
}

.referral_figure__sec09 .c-list1 li {
  margin-bottom: 8px;
}

.referral_figure__sec09 .c-title3 {
  margin-top: 40px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .referral_figure__sec09 .pd20 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .referral_figure__sec09 .c-text1 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .referral_figure__sec09 .c-text1.pd20 {
    padding: 0;
  }
}

.taLeft {
  text-align: left !important;
}

.pd_mrt {
  padding: 0 20px;
  margin-left: 15px;
}

.nav_act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .nav_act {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.nav_act > li {
  width: 350px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .nav_act > li {
    width: 100%;
  }
}

.nav_act > li h3.c-text1 {
  text-align: center;
  padding: 14px 10px;
  background-color: #F7F6F6;
  border: 1px solid #DCDEE5;
}

@media screen and (max-width: 768px) {
  .nav_act > li h3.c-text1 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .nav_act > li:first-child {
    margin-bottom: 80px;
  }
}

.nav_act > li + li:before {
  content: '';
  width: 64px;
  height: 42px;
  background-image: url("../img/referral/icon_nav_act.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 102%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .nav_act > li + li:before {
    left: 50%;
    top: -60px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}

.nav_act__cont {
  padding: 15px 20px;
  border: 1px solid #DCDEE5;
  border-top: 0;
}

.nav_act__cont .c-list5 {
  padding-left: 15px;
}

.u-normal {
  font-weight: normal;
}

.table_sm {
  max-width: 368px;
  width: 100%;
  margin-top: 35px;
}

.table_sm table {
  border-collapse: collapse;
  width: 100%;
}

.table_sm th {
  border-collapse: collapse;
  border: 1px solid #DCDEE5;
  font-size: 1.3rem;
  font-weight: normal;
  color: #071544;
  vertical-align: middle;
  padding: 8px 10px;
  background-color: #F7F6F6;
}

.table_sm td {
  border-collapse: collapse;
  border: 1px solid #DCDEE5;
  font-size: 1.3rem;
  color: #071544;
  text-align: center;
  padding: 8px 10px;
}

.table_sm td.fs_10 {
  font-size: 1rem;
}

.c-lst_al {
  list-style: upper-alpha;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-lst_al li {
  font-size: 1.3rem;
  line-height: 24px;
  color: #071544;
}

.referral_act__sec06 {
  margin-bottom: 0;
}

.referral_act__sec06 .referral_figure__dl dt {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .referral_act__sec06 .referral_figure__dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .referral_act__sec06 .referral_figure__dl dt span {
    display: block;
    width: calc(100% - 132px);
  }
}

@media screen and (max-width: 768px) {
  .referral_act__sec07 .c-text1.u-mt30 {
    margin-top: 10px;
  }
}

.table_com--mw360 {
  max-width: 360px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table_com--mw360 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .table_com--mw360 table {
    min-width: 100%;
  }
}

.table_com--mw360 td {
  text-align: center;
}

.referral_dis__sec06 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .referral_dis__sec06 {
    margin-bottom: 40px;
  }
}

.referral_dis__sec06 .referral_figure__dl {
  padding: 0;
  margin-top: 40px;
}

.referral_dis__sec06 .referral_figure__dl dt {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.referral_dis__sec06 .referral_figure__dl dd {
  margin-bottom: 30px;
  line-height: 24px;
}

.referral_dis__sec06 .referral_figure__dl dd:last-child {
  margin-bottom: 0;
}

.referral_dis__sec06 .referral_figure__dl dd a {
  text-decoration: underline;
}

.referral_dis__sec06 .referral_figure__dl dd a:hover {
  text-decoration: none;
}

.referral_dis__sec06 .referral_figure__dl .c-list5 {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .referral_dis .btn_02--mw220 {
    max-width: 300px;
  }
}

.c-text1 a{
  text-decoration: underline;
}

.c-text1 a:hover{
  text-decoration: none;
}

/*  */

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}


.scroll-hint-icon-wrap{
  z-index: 999;
}

.com07 .table_com th.sticky{
  background-color: #F4AF3E!important;
  width: 6%;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px){
  .com07 .table_com th.sticky{
    width: 3%;
  }
}

.c-title3--font{
  font-family: 'Noto Sans Japanese','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.c-navigation__sub-menu__btn{
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  color: #071544;
  padding: 10px 23px;
  display: block;
  margin-top: 20px;
}
.c-navigation__sub-menu__btn:hover{
  opacity: 0.6;
}


/*風刺マンガのレイアウト(画像)*/
.img_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
.img_flex a{
  width:25%
  }
  /* .img_flex img{
    width:25%
    }
   */

@media screen and (max-width: 768px){
.img_flex{
    display: flex;
  }
  .img_flex a{
  width:100%
  }
  /* .img_flex img{
    width:100%
    }
*/
} 

.population__sec01 .content-action p {
  font-size: 1.3rem;
  color: #071544;
  letter-spacing: 0.1rem;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .population__sec01 .content-action p {
      margin-left: 10px;
      margin-right: 10px;
  }
}

::selection {
  background-color: #FFE500;
}