@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  margin: 3% 0 3% 1.3em;
}

.only-pc {
  display: block;
}

.only-smt {
  display: none;
}

@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
  .only-smt {
    display: block;
  }
}

@font-face {
  font-family: 'コーポレート・ロゴ';
  src: url("../../fonts/logotypejp_mp_m_1.1.ttf") format("OpenType");
  src: url("../../fonts/logotypejp_mp_m_1.1.eot?") format("embedded-opentype"), url("../../fonts/logotypejp_mp_m_1.1.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'コーポレート・ロゴＢ';
  src: url("../../fonts/logotypejp_mp_b_1.1.ttf") format("OpenType");
  src: url("../../fonts/logotypejp_mp_b_1.1.eot?") format("embedded-opentype"), url("../../fonts/logotypejp_mp_b_1.1.woff") format("woff");
  font-display: swap;
}

.font-corporate-logo {
  font-family: 'コーポレート・ロゴ';
}

.font-corporate-logo-b {
  font-family: 'コーポレート・ロゴＢ';
}

html {
  height: 100%;
  font-size: 90%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 140%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 767px) {
  html {
    height: 100%;
    font-size: 100%;
  }
}

/************************************************************/
/* h1 ... h9 */
.content-wrapper .section h1,
.content-wrapper .section h2 {
  margin: 4% 0 3%;
  font-size: 1.5rem;
}

.content-wrapper .section h2 span {
  font-size: 4rem;
}

.content-wrapper .section h2 .small {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .content-wrapper .section h2 {
    padding: 2% 5% 5%;
  }
  .content-wrapper .section h2 span {
    font-size: 1.7rem;
  }
  .content-wrapper .section h2 .small {
    font-size: 1rem;
  }
}

/* h1 ... h9 */
/************************************************************/
/************************************************************/
/* header */
.header {
  padding: 0 2%;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  z-index: 100;
  display: none;
  position: fixed;
}

.header p {
  margin: 10px 0 2px;
}

.header .social-btn ul {
  margin: 0 0 2px;
  list-style: none;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 auto;
}

.header .social-btn ul li {
  line-height: 0;
}

.header .social-btn ul li:first-child {
  margin-right: 10px;
}

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

@media screen and (max-width: 768px) {
  .header p {
    margin: 0 0 7px;
  }
}

.header .site-logo > a {
  line-height: 1;
}

.header .site-logo img {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .header .site-logo img {
    vertical-align: inherit;
  }
}

@media (max-width: 767px) {
  .header {
    position: static;
    z-index: 100;
  }
  .header .site-logo img {
    width: 56px;
  }
}

/* header */
/************************************************************/
/************************************************************/
/* frontPage */
#frontPage {
  margin: 0 auto;
  padding: 55px 0 0;
  max-width: 1920px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#b2d478), color-stop(50%, #b2d478), color-stop(50%, #83ccd2), to(#83ccd2));
  background: -webkit-linear-gradient(top, #b2d478 0%, #b2d478 50%, #83ccd2 50%, #83ccd2 100%);
  background: linear-gradient(to bottom, #b2d478 0%, #b2d478 50%, #83ccd2 50%, #83ccd2 100%);
  background-size: contain;
  font-size: calc(100vw / 32);
  color: #333;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: none;
}

@media (max-width: 767px) {
  #frontPage {
    margin: 0 auto;
    padding: 0 0 0;
    max-width: 1920px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#b2d478), color-stop(75%, #b2d478), color-stop(75%, #83ccd2), to(#83ccd2));
    background: -webkit-linear-gradient(top, #b2d478 0%, #b2d478 75%, #83ccd2 75%, #83ccd2 100%);
    background: linear-gradient(to bottom, #b2d478 0%, #b2d478 75%, #83ccd2 75%, #83ccd2 100%);
    background-size: contain;
    font-size: calc(100vw / 32);
    color: #333;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
}

#frontPage .item1 {
  position: relative;
  padding: 3% 0 0;
  z-index: 100;
}

#frontPage .item1 img.only-pc {
  max-width: 1920px;
  width: 100%;
}

@media (max-width: 767px) {
  #frontPage .item1 img.only-smt {
    max-width: 767px;
    width: 100%;
  }
}

#frontPage .message {
  position: relative;
}

@media (max-width: 767px) {
  #frontPage .message {
    padding-top: 12%;
  }
}

#frontPage .item2 {
  margin: 0 auto;
  padding: 0.7% 2% 2.5%;
  text-align: center;
  font-size: calc(0.59em + 0.25vw);
  line-height: 1.2;
  background: url(../../images/front_item2.png) no-repeat 50% 0;
  background-size: contain;
  position: absolute;
  top: 4%;
  left: 22%;
  z-index: 3;
  display: none;
}

@media (max-width: 767px) {
  #frontPage .item2 {
    margin: 0 auto;
    padding: 1% 2% 5%;
    text-align: center;
    font-size: calc(1.6em + 0.25vw);
    top: 8%;
    left: 20%;
    z-index: 3;
  }
}

#frontPage .item3 {
  margin: 1% auto 0 39%;
  min-height: 2.5em;
  width: 6.5em;
  font-size: calc(1.5em + 0.25vw);
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  #frontPage .item3 {
    margin: 5% auto 0;
    width: 6.5em;
    font-size: calc(4em + 0.25vw);
  }
}

#frontPage .item4 {
  line-height: 1;
  margin-top: -17.5%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #frontPage .item4 {
    margin: -18% 0 0;
    top: 0;
  }
}

#frontPage .item4 span {
  z-index: 1;
}

#frontPage .item4 img {
  max-width: 1920px;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #frontPage .item4 img {
    width: 130%;
  }
}

#frontPage .item5 {
  line-height: 1;
  position: absolute;
  right: -170px;
  top: 20px;
  z-index: 5;
}

#frontPage .item5 img {
  max-width: 1918px;
  width: 100%;
}

@media (max-width: 767px) {
  #frontPage .item5 {
    position: absolute;
    top: 10%;
    right: -20%;
  }
  #frontPage .item5 img {
    max-width: 767px;
  }
}

#frontPage .circle {
  position: absolute;
  z-index: 10;
  top: 40px;
}

#frontPage .circle img {
  max-width: 1920px;
  width: 100%;
}

@media (max-width: 767px) {
  #frontPage .circle {
    top: 30%;
  }
}

/* frontPage */
/************************************************************/
/************************************************************/
/* menu */
#menu {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 40px;
  z-index: 5;
  width: 100%;
}

#menu .menu_wrapper ul {
  margin: 0;
  padding: 10px 5%;
  background: #3e3a33;
  text-align: left;
  list-style: none;
  overflow: hidden;
}

#menu .menu_wrapper ul li {
  margin: 3px 0;
  color: #000;
  background: #cbcbcb;
  font-size: 1.2rem;
  display: inline-block;
}

#menu li.active {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

#menu li.active a {
  color: #fff;
}

#menu li a {
  padding: 12px 18px 10px 45px;
  text-decoration: none;
  color: #000;
  display: block;
  position: relative;
}

#menu li a:hover,
#menu li a.active {
  background: white;
}

#menu li.active a:hover {
  background: black;
}

#menu li a:before {
  content: "";
  height: 32px;
  width: 32px;
  background: url(../../images/sec0_icon0.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  position: absolute;
  top: 14%;
  left: 10px;
}

#menu li:nth-child(1) a {
  padding: 12px 31px 10px 32px;
  text-align: center;
}

#menu li:nth-child(1) a:before {
  content: none;
}

#menu li:nth-child(2) a:before {
  background-image: url(../../images/sec0_icon0.png);
}

#menu li:nth-child(3) a:before {
  background-image: url(../../images/sec0_icon1.png);
}

#menu li:nth-child(4) a:before {
  background-image: url(../../images/sec0_icon2.png);
}

#menu li:nth-child(5) a:before {
  background-image: url(../../images/sec0_icon3.png);
}

#menu li:nth-child(6) a:before {
  background-image: url(../../images/sec0_icon4.png);
}

#menu li:nth-child(7) a:before {
  background-image: url(../../images/sec0_icon5.png);
}

#menu li:nth-child(8) a:before {
  background-image: url(../../images/sec0_icon6.png);
}

#menu li:nth-child(9) a:before {
  background-image: url(../../images/sec0_icon7.png);
}

#menu li:nth-child(10) a:before {
  background-image: url(../../images/sec0_icon8.png);
}

#menu li a span {
  font-size: 90%;
  color: #000;
}

#menu li a img {
  width: 32px;
}

#menu .menu_wrapper .my-humburger-btn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 63px;
  height: 76.5px;
  cursor: pointer;
  background: #666;
  text-align: center;
  z-index: 5;
}

#menu .menu_wrapper .my-humburger-btn .line {
  display: block;
  position: absolute;
  width: 45px;
  border-bottom: solid 6px #eee;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 9px;
}

#menu .menu_wrapper .my-humburger-btn .line:nth-child(1) {
  top: 9px;
}

#menu .menu_wrapper .my-humburger-btn.active .line:nth-child(1) {
  top: 23px;
  left: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu .menu_wrapper .my-humburger-btn .line:nth-child(2) {
  top: 23px;
}

#menu .menu_wrapper .my-humburger-btn .line:nth-child(3) {
  top: 37px;
}

#menu .menu_wrapper .my-humburger-btn.active .line:nth-child(2),
#menu .menu_wrapper .my-humburger-btn.active .line:nth-child(3) {
  top: 23px;
  left: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu .menu_wrapper .my-humburger-btn .line:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 1rem;
  font-weight: bold;
  top: 50px;
}

#menu .menu_wrapper .inner {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

#menu .menu_wrapper .inner.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  #menu .menu_wrapper ul {
    padding: 10px 5% 60px;
    overflow-y: scroll;
  }
  #menu .menu_wrapper ul li {
    font-size: 0.9rem;
    display: block;
  }
  #menu li a {
    padding: 12px 18px 12px 45px;
  }
  #menu li a:before {
    top: 15%;
  }
  #menu .menu_wrapper .my-humburger-btn {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 7px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    background: #666;
    text-align: center;
    z-index: 5;
  }
  #menu .menu_wrapper .my-humburger-btn .line {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  #menu .menu_wrapper .my-humburger-btn .line:nth-child(1) {
    top: 9px;
  }
  #menu .menu_wrapper .my-humburger-btn.active .line:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu .menu_wrapper .my-humburger-btn .line:nth-child(2) {
    top: 18px;
  }
  #menu .menu_wrapper .my-humburger-btn .line:nth-child(3) {
    top: 27px;
  }
  #menu .menu_wrapper .my-humburger-btn.active .line:nth-child(2),
  #menu .menu_wrapper .my-humburger-btn.active .line:nth-child(3) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu .menu_wrapper .my-humburger-btn .line:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
}

/* menu */
/************************************************************/
/************************************************************/
/* section */
.content-wrapper {
  display: none;
}

.content-wrapper .section {
  padding: 0 0 8%;
  counter-reset: num-h3;
  position: relative;
}

.content-wrapper .section .lead {
  margin: 3% 15%;
  text-align: left;
}

@media (max-width: 767px) {
  .content-wrapper .section {
    padding: 0 0 20%;
  }
  .content-wrapper .section .lead {
    margin: 5% 0;
    padding: 0 5%;
    font-size: 1rem;
    text-align: left;
    position: static;
  }
}

.content-wrapper .section .summary {
  padding: 60px 0 34px;
  border-bottom: 2px solid #fff;
  font-size: 1.5rem;
  position: relative;
}

.content-wrapper .section .summary:before {
  content: "";
  margin: auto;
  height: 32px;
  width: 90px;
  background: url(../../images/sec1_icon2.jpg) no-repeat 0 0;
  position: absolute;
  bottom: -32px;
  right: 0;
  left: 0;
}

.content-wrapper .section .summary span {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .content-wrapper .section .summary {
    padding: 15% 5% 5%;
    margin: 0 0 10%;
    font-size: 1rem;
    font-weight: bold;
  }
}

.content-wrapper .section .sec-lv3 {
  padding: 15px 0 0;
  border-top: 2px solid #fff;
}

.content-wrapper .section .sec-lv3:last-child {
  border-bottom: 2px solid #fff;
}

.content-wrapper .section .sec-lv3 p {
  margin: 1% 0;
}

.content-wrapper .section .sec-lv3 h3 {
  margin-top: 5px;
  padding-bottom: 15px;
  text-align: left;
}

.content-wrapper .section .sec-lv3 h3:before {
  margin-right: 10px;
  padding: 7px 15px;
  counter-increment: num-h3;
  content: counter(num-h3);
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50%;
  background: #d02858;
  float: left;
}

.content-wrapper .section .sec-lv3 h3 span {
  padding-top: 5px;
  display: block;
}

.content-wrapper .section .sec-lv3 .h3_sub {
  font-size: 1.2rem;
}

.content-wrapper .section .sec-lv3 .tag {
  margin: 1% 12%;
  text-align: left;
}

.content-wrapper .section .sec-lv3 .tag span {
  margin: 0 auto;
  padding: 7px 2%;
  max-width: 24em;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  color: #ee7f00;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  .content-wrapper .section .sec-lv3 {
    margin: 2% 0;
    padding: 3%;
    font-size: 1rem;
    text-align: left;
  }
  .content-wrapper .section .sec-lv3 h3 {
    margin-bottom: 5%;
    font-size: 1.1rem;
    position: relative;
  }
  .content-wrapper .section .sec-lv3 h3 span {
    padding-left: 60px;
    text-align: left;
  }
  .content-wrapper .section .sec-lv3 h3:before {
    padding: 5px 12px;
    font-size: 1rem;
  }
  .content-wrapper .section .sec-lv3 .h3_sub {
    font-size: 1rem;
  }
  .content-wrapper .section .sec-lv3 .tag span {
    padding: 7px 5%;
    font-size: 0.8rem;
  }
}

.content-wrapper .section .sec-lv4 {
  padding: 15px 0 0;
}

.content-wrapper .section .sec-lv4 h4 {
  font-size: 1.5rem;
}

.content-wrapper .section .sec-lv5 {
  padding: 15px 0 0;
}

.content-wrapper .section .sec-lv5 h5 {
  font-size: 1.3rem;
}

.content-wrapper .section .flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
}

.content-wrapper .section .flex div,
.content-wrapper .section .flex p {
  width: 100%;
}

@media (max-width: 767px) {
  .content-wrapper .section .sec-lv3 .flex {
    display: block;
  }
  .content-wrapper .section .sec-lv4 h4 {
    font-size: 1rem;
  }
  .content-wrapper .section .sec-lv5 h5 {
    font-size: 1rem;
  }
}

.content-wrapper .section .toggle-btn {
  margin: 0 17%;
  padding-right: 5%;
  padding-bottom: 15px;
  background: url(../../images/icon_toggle_btn.png) no-repeat right 5px;
  cursor: pointer;
}

.content-wrapper .section .toggle-btn.active {
  background: url(../../images/icon_toggle_btn_c.png) no-repeat right 5px;
}

.content-wrapper .section .toggle-contents {
  padding: 75px 17% 60px;
  background: #fff url(../../images/icon_sec1_toggle_contents.png) no-repeat center 0;
  line-height: 1.7;
  font-size: 1.2rem;
  text-align: left;
}

@media (max-width: 767px) {
  .content-wrapper .section .toggle-btn {
    margin: 0 5%;
    padding-right: 5%;
    padding-bottom: 5px;
    background-size: 16px;
    background-position: right 7px;
  }
  .content-wrapper .section .toggle-btn.active {
    background-size: 16px;
    background-position: right 7px;
  }
  .content-wrapper .section .toggle-btn h3 {
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .content-wrapper .section .toggle-btn h3 span {
    padding-right: 20px;
    padding-left: 50px;
  }
  .content-wrapper .section .toggle-contents {
    margin-top: 5%;
    padding: 35px 5% 20px;
    width: 100%;
    background-size: 51px;
    font-size: 1rem;
  }
}

.content-wrapper .section .sec-color1 {
  color: #cd2454;
}

.content-wrapper .section .sec-color2 {
  color: #9400aa;
}

.content-wrapper .section .s-large {
  font-size: 120%;
}

.content-wrapper .section .sec-lv3 .notice {
  margin: 10px 0;
  font-weight: bold;
  font-size: 1rem;
  display: block;
}

.content-wrapper .section .sec-lv3 .notice-s {
  margin: 10px 0;
  font-size: 0.9rem;
  display: block;
}

/************************************************************/
/* pic */
.content-wrapper h1 img {
  max-width: 564px;
  width: 100%;
}

.content-wrapper .section .pic {
  margin: 3% 0;
}

.content-wrapper .section .sec-lv3 .pic {
  margin: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content-wrapper .section .sec-lv3 .pic {
    margin: 10px 0;
  }
}

.content-wrapper .section .sec-lv3 .pic p {
  margin: 0;
  padding: 0 5px;
}

.content-wrapper .section .sec-lv3 .pic .caption {
  margin: 15px 5% 5px;
  font-size: 1rem;
  text-align: left;
  display: block;
  position: relative;
}

.content-wrapper .section .sec-lv3 .pic .caption:before {
  content: "● ";
  color: #fea100;
}

.content-wrapper .section .pic img {
  margin: 0 auto;
  max-width: 100%;
}

@media (-ms-high-contrast: none) {
  .content-wrapper .section .pic img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .content-wrapper .section .pic {
    text-align: center;
  }
  .content-wrapper .section .pic img {
    margin: 0 auto;
    max-width: 100% !important;
  }
}

.content-wrapper .section #pic001.pic img {
  max-width: 110px;
}

.content-wrapper .section #pic002.pic img {
  max-width: 125px;
}

.content-wrapper .section #pic003.pic img {
  max-width: 121px;
}

.content-wrapper .section #pic101.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic102.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic103.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic104.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic201.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic202.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic203.pic img {
  max-width: 320px;
}

.content-wrapper .section #pic204.pic img {
  max-width: 320px;
}

.content-wrapper .section #pic205.pic img {
  max-width: 320px;
}

.content-wrapper .section #pic206.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic301.pic img.only-smt {
  max-width: 250px;
}

.content-wrapper .section #pic302.pic img.only-smt {
  max-width: 250px;
}

.content-wrapper .section #pic303.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic304.pic img.only-smt {
  max-width: 318px;
}

.content-wrapper .section #pic305.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic306.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic307.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic308.pic img.only-smt {
  max-width: 208px;
}

.content-wrapper .section #pic309.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic310.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic311.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic312.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic313.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic401.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic402.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic403.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic404.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic405.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic501.pic img {
  max-width: 770px;
}

.content-wrapper .section #pic502.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic503.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic504.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic505.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic506.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic601.pic img {
  max-width: 770px;
}

.content-wrapper .section #pic602.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic603.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic604.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic605.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic606.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic607.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic608.pic img {
  max-width: 700px;
}

.content-wrapper .section #pic609.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic610.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic611.pic img {
  max-width: 472px;
}

.content-wrapper .section #pic612.pic img {
  max-width: 195px;
}

.content-wrapper .section #pic613.pic img {
  max-width: 195px;
}

.content-wrapper .section #pic614.pic img {
  max-width: 195px;
}

.content-wrapper .section #pic615.pic img {
  max-width: 195px;
}

/* pic */
/************************************************************/
/************************************************************/
/* table */
.content-wrapper .section .table_cmn {
  margin: 3% 0;
  font-size: 0.9rem;
}

.content-wrapper .section .table_cmn table {
  width: 100%;
  border-collapse: collapse;
}

.content-wrapper .section .table_cmn table .w10per {
  width: 10%;
}

.content-wrapper .section .table_cmn table .w15per {
  width: 15%;
}

.content-wrapper .section .table_cmn table .w20per {
  width: 20%;
}

.content-wrapper .section .table_cmn table .w30per {
  width: 30%;
}

.content-wrapper .section .table_cmn table .w40per {
  width: 40%;
}

.content-wrapper .section .table_cmn table .w50per {
  width: 50%;
}

.content-wrapper .section .table_cmn table .w60per {
  width: 60%;
}

@media (max-width: 767px) {
  .content-wrapper .section .table_cmn.rsp table tr {
    margin-bottom: 30px;
    display: block;
  }
  .content-wrapper .section .table_cmn.rsp table td {
    text-align: left;
  }
  .content-wrapper .section .table_cmn.rsp table ol {
    margin: 0 0 0 10%;
  }
  .content-wrapper .section .table_cmn.rsp table .w10per,
  .content-wrapper .section .table_cmn.rsp table .w15per,
  .content-wrapper .section .table_cmn.rsp table .w20per,
  .content-wrapper .section .table_cmn.rsp table .w30per,
  .content-wrapper .section .table_cmn.rsp table .w40per,
  .content-wrapper .section .table_cmn.rsp table .w50per,
  .content-wrapper .section .table_cmn.rsp table .w60per {
    width: 100%;
  }
}

.content-wrapper .section .table_cmn table th,
.content-wrapper .section .table_cmn table td {
  padding: 1%;
  border: 1px solid #000;
  /*text-align: center;*/
}

.content-wrapper .section .table_cmn table th {
  text-align: center;
}

.content-wrapper .section .table_cmn table .lv1 th,
.content-wrapper .section .table_cmn table .lv1 {
  background: #919090;
}

.content-wrapper .section .table_cmn table .lv2 th,
.content-wrapper .section .table_cmn table .lv2 {
  background: #ccc;
}

.content-wrapper .section .table_cmn table .center {
  text-align: center;
}

@media (max-width: 767px) {
  .content-wrapper .section .table_cmn.scroll {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .content-wrapper .section .table_cmn.scroll table {
    width: 767px;
  }
}

/* table */
/************************************************************/
.content-wrapper #section0.section {
  position: relative;
}

.content-wrapper #section0.section .title {
  background: #83ccd2;
}

.content-wrapper #section0.section h1 {
  margin: 0;
}

.content-wrapper #section0.section h1 img {
  max-width: 259px;
  width: 100%;
}

.content-wrapper #section0.section h2 {
  margin: 0;
  font-size: 0;
}

@media (max-width: 767px) {
  .content-wrapper #section0.section h2 {
    padding: 0;
  }
}

.content-wrapper #section0.section h2 img {
  max-width: 298px;
  width: 100%;
}

@media (max-width: 767px) {
  .content-wrapper #section0.section h1 img {
    max-width: 181px;
  }
  .content-wrapper #section0.section h2 img {
    max-width: 208px;
  }
}

/* navigation */
.content-wrapper #section0.section .navigation {
  margin: 0;
  padding: 0 0 0 8%;
  list-style: none;
  counter-reset: num;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 auto;
}

.content-wrapper #section0.section .navigation li {
  margin: 58px 0 1%;
  padding: 0 1%;
  width: 16%;
  border: 2px solid #fff;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
}

@media (max-width: 767px) {
  .content-wrapper #section0.section {
    padding: 0 0 5%;
  }
  .content-wrapper #section0.section .navigation {
    margin: 5% 0 10%;
    padding: 0 0 0 5%;
    font-size: 1rem;
  }
  .content-wrapper #section0.section .navigation li {
    margin: 0;
    padding: 0 1%;
    min-height: 4em;
    width: 100%;
    border: 2px solid #fff;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
  }
}

.content-wrapper #section0.section .navigation li:nth-child(5) {
  margin-right: 0;
}

.content-wrapper #section0.section .navigation li a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.content-wrapper #section0.section .navigation li a .icon:before {
  content: "";
  margin: 0 auto 10px;
  height: 65px;
  width: 65px;
  background: url(../../images/sec0_icon0.png) no-repeat 0 0;
  background-size: contain;
  display: block;
}

@media (max-width: 767px) {
  .content-wrapper #section0.section .navigation li {
    padding: 1em 0 0 60px;
    width: 100%;
    text-align: left;
    font-size: 1rem;
  }
  .content-wrapper #section0.section .navigation li a .icon:before {
    background-size: 50%;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.content-wrapper #section0.section .navigation li:nth-child(2) a .icon:before {
  background-image: url(../../images/sec0_icon1.png);
}

.content-wrapper #section0.section .navigation li:nth-child(3) a .icon:before {
  background-image: url(../../images/sec0_icon2.png);
}

.content-wrapper #section0.section .navigation li:nth-child(4) a .icon:before {
  background-image: url(../../images/sec0_icon3.png);
}

.content-wrapper #section0.section .navigation li:nth-child(5) a .icon:before {
  background-image: url(../../images/sec0_icon4.png);
}

.content-wrapper #section0.section .navigation li:nth-child(6) a .icon:before {
  background-image: url(../../images/sec0_icon5.png);
}

.content-wrapper #section0.section .navigation li:nth-child(7) a .icon:before {
  background-image: url(../../images/sec0_icon6.png);
}

.content-wrapper #section0.section .navigation li:nth-child(8) a .icon:before {
  background-image: url(../../images/sec0_icon7.png);
}

.content-wrapper #section0.section .navigation li:nth-child(9) a .icon:before {
  background-image: url(../../images/sec0_icon8.png);
}

.content-wrapper #section0.section .navigation li a .small {
  font-size: 80%;
  display: block;
}

/*.content-wrapper #section0.section .navigation li a .word-blk {
	white-space: nowrap;
}*/
/* navigation */
.content-wrapper #section00.section {
  background: #83ccd2;
}

.content-wrapper #section00.section:before {
  content: "";
  margin: auto;
  height: 105px;
  width: 105px;
  background: url(../../images/sec00_icon1.png) no-repeat 0 0;
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .content-wrapper #section00.section {
    padding-bottom: 5%;
  }
  .content-wrapper #section00.section:before {
    background: url(../../images/sec00_icon1.png) no-repeat 50% 0;
    background-size: 50%;
    top: -27px;
  }
  .content-wrapper #section00.section .summary {
    padding: 2% 5%;
    margin: 3% 0 10%;
  }
}

.content-wrapper #section00.section h2 {
  margin-bottom: 2%;
}

.content-wrapper #section00.section .flex {
  padding: 0 15%;
}

.content-wrapper #section00.section .flex .sec-lv3 {
  margin: 0 3%;
  width: 33.33%;
  border: none;
}

.content-wrapper #section00.section .summary:before {
  background: url(../../images/sec00_icon2.jpg) no-repeat 0 0;
}

.content-wrapper #section00.section .sec-lv3 h3 {
  padding-bottom: 10px;
}

.content-wrapper #section00.section .sec-lv3 h3:before {
  content: none;
}

.content-wrapper #section00.section .sec-lv3 h3 span {
  font-size: 2rem;
  text-align: center;
  position: relative;
  display: block;
}

.content-wrapper #section00.section .sec-lv3 h3 span:before {
  margin: 0 auto 5%;
  padding: 7px 15px;
  width: 20px;
  counter-increment: num-h3;
  content: counter(num-h3);
  font-size: 1.5rem;
  color: #fff;
  border-radius: 50%;
  background: #019ca9;
  text-align: center;
  display: block;
}

.content-wrapper #section00.section .inner {
  text-align: left;
}

.content-wrapper #section00.section .pic {
  margin: 3% 0 4%;
}

.content-wrapper #section00.section .last {
  margin: 5% 17% 0;
  line-height: 2;
  font-size: 1.3rem;
}

.content-wrapper #section00.section .to-next a {
  margin: 3% auto 5%;
  padding: 30px 15px 70px;
  width: 180px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.3rem;
  text-decoration: none;
  display: block;
  position: relative;
}

.content-wrapper #section00.section .to-next a:after {
  content: "";
  width: 53px;
  height: 29px;
  color: #fff;
  font-size: 3rem;
  background: url(../../images/icon_tonext.png) no-repeat 0 0;
  position: absolute;
  left: 35%;
  bottom: 10%;
}

.content-wrapper #section00.section .brackets-t {
  margin-right: 10px;
  font-weight: normal;
  font-size: 60%;
  vertical-align: 40%;
}

.content-wrapper #section00.section .brackets-b {
  margin-left: 10px;
  font-weight: normal;
  font-size: 60%;
  vertical-align: -5%;
}

.content-wrapper #section00.section .s-large {
  letter-spacing: 10px;
}

.content-wrapper #section00.section .w-quot {
  color: #fff;
  vertical-align: 20%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  letter-spacing: 0;
}

.content-wrapper #section00.section .ls-0 {
  letter-spacing: 0;
}

.content-wrapper #section00.section .s-adjust1 {
  margin: 2% 0 -2%;
  display: block;
}

@media (max-width: 1000px) {
  .content-wrapper #section00.section .flex {
    padding: 0 10%;
    display: block;
  }
  .content-wrapper #section00.section .flex .sec-lv3 {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .content-wrapper #section00.section .sec-lv3 {
    margin: 0 5%;
  }
  .content-wrapper #section00.section .sec-lv3 h3 {
    margin-bottom: 2%;
    text-align: center;
  }
  .content-wrapper #section00.section .sec-lv3 h3 span {
    margin-left: 0;
    padding-left: 0;
    font-size: 1.5rem;
    position: relative;
    display: block;
  }
  .content-wrapper #section00.section .sec-lv3 h3 span:before {
    top: 0;
  }
  .content-wrapper #section00.section .last {
    margin: 5%;
    font-size: 0.9rem;
    text-align: left;
  }
  .content-wrapper #section00.section .to-next a {
    margin: 10% auto 20%;
    padding: 40px 15px 70px;
    font-size: 1rem;
    background-size: 50%;
  }
}

.content-wrapper #section1.section {
  background: #f19db5;
}

.content-wrapper #section1.section:before {
  content: "";
  margin: auto;
  height: 105px;
  width: 105px;
  background: url(../../images/sec1_icon1.png) no-repeat 0 0;
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .content-wrapper #section1.section {
    padding-bottom: 25%;
  }
  .content-wrapper #section1.section:before {
    background-position: 50% 0;
    background-size: 50%;
    top: -27px;
  }
  .content-wrapper #section1.section .summary {
    padding: 12% 5% 7%;
  }
}

.content-wrapper #section2.section {
  background: #f9c385;
}

.content-wrapper #section2.section:before {
  content: "";
  margin: auto;
  height: 105px;
  width: 105px;
  background: url(../../images/sec2_icon1.png) no-repeat 0 0;
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
}

.content-wrapper #section2.section .summary:before {
  background: url(../../images/sec2_icon2.jpg) no-repeat 0 0;
}

.content-wrapper #section2.section .toggle-contents {
  background-image: url(../../images/icon_sec2_toggle_contents.png);
}

.content-wrapper #section2.section .sec-lv3 h3:before {
  background: #ff7301;
}

@media (max-width: 767px) {
  .content-wrapper #section2.section {
    padding-bottom: 25%;
  }
  .content-wrapper #section2.section:before {
    background-position: 50% 0;
    background-size: 50%;
    top: -27px;
  }
  .content-wrapper #section2.section .summary {
    padding: 12% 5% 7%;
  }
}

.content-wrapper #section3.section {
  background: #fee391;
}

.content-wrapper #section3.section:before {
  content: "";
  margin: auto;
  height: 105px;
  width: 105px;
  background: url(../../images/sec3_icon1.png) no-repeat 0 0;
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
}

.content-wrapper #section3.section .summary:before {
  background: url(../../images/sec3_icon2.jpg) no-repeat 0 0;
}

.content-wrapper #section3.section .toggle-contents {
  background-image: url(../../images/icon_sec3_toggle_contents.png);
}

.content-wrapper #section3.section .sec-lv3 h3:before {
  background: #fea100;
}

@media (max-width: 767px) {
  .content-wrapper #section3.section {
    padding-bottom: 25%;
  }
  .content-wrapper #section3.section:before {
    background-position: 50% 0;
    background-size: 50%;
    top: -27px;
  }
  .content-wrapper #section3.section .summary {
    padding: 12% 5% 7%;
  }
}

.content-wrapper #section4.section {
  background: #c1db81;
}

.content-wrapper #section4.section:before {
  content: "";
  margin: auto;
  height: 105px;
  width: 105px;
  background: url(../../images/sec4_icon1.png) no-repeat 0 0;
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .content-wrapper #section4.section .summary {
    padding: 2% 5%;
    margin: 0 0 10%;
  }
}

.content-wrapper #section4.section .summary:before {
  background: url(../../images/sec4_icon2.jpg) no-repeat 0 0;
}

.content-wrapper #section4.section .toggle-contents {
  background-image: url(../../images/icon_sec4_toggle_contents.png);
}

.content-wrapper #section4.section .sec-lv3 h3:before {
  background: #7aab01;
}

@media (max-width: 767px) {
  .content-wrapper #section4.section {
    padding-bottom: 25%;
  }
  .content-wrapper #section4.section:before {
    background-position: 50% 0;
    background-size: 50%;
    top: -27px;
  }
  .content-wrapper #section4.section .summary {
    padding: 2% 5%;
    margin: 0 0 10%;
  }
}

.content-wrapper #section5.section {
  background: #87caac;
}

.content-wrapper #section5.section:before {
  content: "";
  margin: auto;
  height: 105px;
  width: 105px;
  background: url(../../images/sec5_icon1.png) no-repeat 0 0;
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
}

.content-wrapper #section5.section .summary:before {
  background: url(../../images/sec5_icon2.jpg) no-repeat 0 0;
}

.content-wrapper #section5.section .toggle-contents {
  background-image: url(../../images/icon_sec5_toggle_contents.png);
}

.content-wrapper #section5.section .sec-lv3 h3:before {
  background: #01b765;
}

.content-wrapper #section5.section .sec-lv3 .pic .caption:before {
  content: "● ";
  color: #01b765;
}

.content-wrapper #section5.section .table_cmn table .lv1 th,
.content-wrapper #section5.section .table_cmn table .lv1 {
  background: #87caac;
}

.content-wrapper #section5.section .table_cmn table .lv2 th,
.content-wrapper #section5.section .table_cmn table .lv2 {
  background: #cbecc8;
}

@media (max-width: 767px) {
  .content-wrapper #section5.section {
    padding-bottom: 25%;
  }
  .content-wrapper #section5.section:before {
    background-position: 50% 0;
    background-size: 50%;
    top: -27px;
  }
  .content-wrapper #section5.section .summary {
    padding: 12% 5% 7%;
  }
}

.content-wrapper #section6.section {
  background: #bb97c5;
}

.content-wrapper #section6.section:before {
  content: "";
  margin: auto;
  height: 105px;
  width: 105px;
  background: url(../../images/sec6_icon1.png) no-repeat 0 0;
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
}

.content-wrapper #section6.section .summary:before {
  background: url(../../images/sec6_icon2.jpg) no-repeat 0 0;
}

.content-wrapper #section6.section .toggle-contents {
  background-image: url(../../images/icon_sec6_toggle_contents.png);
}

.content-wrapper #section6.section .sec-lv3 h3:before {
  background: #8c01b3;
}

.content-wrapper #section6.section .table_cmn table .lv1 th,
.content-wrapper #section6.section .table_cmn table .lv1 {
  background: #8c01b3;
  color: #fff;
}

.content-wrapper #section6.section .table_cmn table .lv2 th,
.content-wrapper #section6.section .table_cmn table .lv2 {
  background: #bb97c5;
}

.content-wrapper #section6.section .table_cmn table .pic {
  line-height: 0;
}

@media (max-width: 767px) {
  .content-wrapper #section6.section {
    padding-bottom: 25%;
  }
  .content-wrapper #section6.section:before {
    background-position: 50% 0;
    background-size: 50%;
    top: -27px;
  }
  .content-wrapper #section6.section .summary {
    padding: 12% 5% 7%;
  }
  .content-wrapper #section6.section .table_cmn table thead {
    display: none;
  }
  .content-wrapper #section6.section .table_cmn table tbody th,
  .content-wrapper #section6.section .table_cmn table tbody td {
    width: 100%;
    display: block;
  }
}

.content-wrapper #section7.section {
  background: #b0bfc8;
}

.content-wrapper #section7.section:before {
  content: "";
  margin: auto;
  height: 105px;
  width: 105px;
  background: url(../../images/sec7_icon1.png) no-repeat 0 0;
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .content-wrapper #section7.section .summary {
    padding: 2% 5%;
    margin: 0 0 10%;
  }
}

.content-wrapper #section7.section .summary:before {
  background: url(../../images/sec7_icon2.jpg) no-repeat 0 0;
}

.content-wrapper #section7.section .toggle-contents {
  background-image: url(../../images/icon_sec7_toggle_contents.png);
}

.content-wrapper #section7.section .sec-lv3 h3:before {
  background: #0377bc;
}

@media (max-width: 767px) {
  .content-wrapper #section7.section {
    padding-bottom: 25%;
  }
  .content-wrapper #section7.section:before {
    background-position: 50% 0;
    background-size: 50%;
    top: -27px;
  }
  .content-wrapper #section7.section .summary {
    padding: 2% 5%;
    margin: 0 0 10%;
  }
  .content-wrapper .section .sec-lv3 h3 span.quote {
    padding-left: 0;
  }
}

.content-wrapper #section8.section {
  background: #d6dfe4;
}

.content-wrapper #section8.section:before {
  content: "";
  margin: auto;
  height: 105px;
  width: 105px;
  background: url(../../images/sec8_icon1.png) no-repeat 0 0;
  position: absolute;
  top: -54px;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .content-wrapper #section8.section .summary {
    padding: 2% 5%;
    margin: 0 0 10%;
  }
}

.content-wrapper #section8.section .summary:before {
  background: url(../../images/sec8_icon2.jpg) no-repeat 0 0;
}

.content-wrapper #section8.section .toggle-contents {
  background-image: url(../../images/icon_sec8_toggle_contents.png);
}

.content-wrapper #section8.section .sec-lv3 h3:before {
  background: #0377bc;
}

@media (max-width: 767px) {
  .content-wrapper #section8.section {
    padding-bottom: 25%;
  }
  .content-wrapper #section8.section:before {
    background-position: 50% 0;
    background-size: 50%;
    top: -27px;
  }
  .content-wrapper #section8.section .summary {
    padding: 2% 5%;
    margin: 0 0 10%;
  }
  .content-wrapper #section8.section .sec-lv3 .notice {
    font-size: 0.9rem;
  }
}

.content-wrapper .section .sec-lv4 {
  margin: 2%;
}

.content-wrapper .section .warning {
  margin: 3% auto;
  border-bottom: 2px solid #ed2626;
}

.content-wrapper .section .warning .inner {
  padding: 1% 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
}

.content-wrapper .section .warning .inner .txt {
  padding: 0 2%;
  width: 100%;
}

.content-wrapper .section .warning .inner .pic {
  padding: 0 2%;
  font-size: 1rem;
  width: 100%;
}

.content-wrapper .section .warning h4 {
  border-bottom: 2px solid #ed2626;
}

.content-wrapper .section .warning h4 span {
  margin-top: -2px;
  padding: 3px 10%;
  background: #e60012;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #ed2626;
  display: inline-block;
}

@media (max-width: 767px) {
  .content-wrapper .section .warning h4 {
    font-size: 1rem;
  }
  .content-wrapper .section .warning .inner {
    display: block;
  }
}

.content-wrapper .section .enclosure {
  margin: 2% auto;
  padding: 1% 2%;
  border: 1px solid #000;
}

.content-wrapper .section .enclosure.sec-color1 {
  border: 1px solid #cd2454;
}

.content-wrapper .section .sec-lv3 .js-expansion-btn {
  margin: 2% auto 5%;
  padding: 10px;
  width: 7em;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.content-wrapper .section .sec-lv3 .js-expansion-btn:hover {
  opacity: 0.7;
}

.content-wrapper .section .sec-lv3 .js-expansion-btn:after {
  content: "↓";
}

.content-wrapper .section .sec-lv3 .js-expansion-blk {
  margin: 2% 0;
}

/* section */
/************************************************************/
.content-wrapper {
  height: 100%;
  text-align: center;
}

.modal_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}

.modal_overlay .container {
  display: table;
  width: 100%;
  height: 100%;
}

.modal_overlay .container .inner {
  display: table-cell;
  padding: 2.7em 2%;
  vertical-align: middle;
}

.modal {
  margin: 0 auto;
  padding: 1.9em 1em;
  max-width: 767px;
  background-color: #fff;
  text-align: left;
}

.modal .title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.modal_target {
  padding-left: 20px;
  font-size: 0.8rem;
  text-decoration: underline;
  background: url(../../images/icon_popup.png) no-repeat 0 50%;
  background-size: 16px;
  cursor: pointer;
}

.modal_overlay .close {
  margin-top: 15px;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.icon-circle {
  margin: 0 0 1em 1em;
  text-indent: -1.3em;
  position: relative;
}

.icon-circle:before {
  padding-right: 0.3em;
  content: "○";
}

.scroll-txt {
  display: none;
}

@media (max-width: 767px) {
  .modal .title {
    font-size: 1.2rem;
  }
  .icon-circle {
    font-size: 1.2rem;
  }
  .scroll-txt {
    font-size: 1rem;
    display: block;
  }
}

/* table */
/************************************************************/
.content-wrapper .section .table-notes {
  margin-left: 1.0rem;
}

.content-wrapper .section .table-notes th {
  font-weight: normal;
  white-space: nowrap;
  width: 4.0em;
}

.content-wrapper .section .table-notes th, .content-wrapper .section .table-notes td {
  font-size: 70%;
  vertical-align: top;
}

.content-wrapper .section .table-notes-header {
  font-size: 70%;
  margin-bottom: 0 !important;
}

.content-wrapper .section ol.list-encircled {
  list-style: none;
  margin: 3% 0;
  padding: 0;
}

.content-wrapper .section ol.list-encircled > li {
  margin-left: 1.25em;
  text-indent: -0.625em;
}

.content-wrapper .section ol.list-encircled > li::before {
  display: inline-block;
  margin-right: 0.25em;
}

.content-wrapper .section ol.list-encircled > li:nth-of-type(1)::before {
  content: "\02460";
}

.content-wrapper .section ol.list-encircled > li:nth-of-type(2)::before {
  content: "\02461";
}

.content-wrapper .section ol.list-encircled > li:nth-of-type(3)::before {
  content: "\02462";
}

.content-wrapper .section ol.list-encircled > li:nth-of-type(4)::before {
  content: "\02463";
}

.content-wrapper .section ol.list-encircled > li:nth-of-type(5)::before {
  content: "\02464";
}

.content-wrapper .section ol.list-encircled > li:nth-of-type(6)::before {
  content: "\02465";
}

.content-wrapper .section ol.list-encircled > li:nth-of-type(7)::before {
  content: "\02466";
}

.content-wrapper .section ol.list-encircled > li:nth-of-type(8)::before {
  content: "\02467";
}

.content-wrapper .section ol.list-encircled > li:nth-of-type(9)::before {
  content: "\02468";
}

.content-wrapper .section ol.list-encircled > li:nth-of-type(10)::before {
  content: "\02469";
}

.content-wrapper .section ol.list-numonly {
  counter-reset: numonly-counter;
  list-style: none;
  margin: 3% 0;
  padding: 0;
}

.content-wrapper .section ol.list-numonly li::before {
  counter-increment: numonly-counter;
  content: counter(numonly-counter);
  display: inline-block;
  margin-right: 0.75em;
}

.content-wrapper .section .colored-circle-pink {
  color: #ea6188;
  font-weight: bold;
}

.content-wrapper .section .colored-circle-purple {
  background-color: #bb97c5;
  border-radius: 50%;
  display: inline-block;
  height: 1.0em;
  margin-right: 0.5em;
  min-height: 1.0em;
  min-width: 1.0em;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
  width: 1.0em;
}

#pageLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #a0cfc4;
  z-index: 999;
  display: none;
}

#pageLoader .title {
  max-width: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 999;
  display: none;
}

#pageLoader .icon {
  max-width: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  z-index: 999;
  display: none;
}

.empty {
  padding: 7% 0;
}

@media (max-width: 767px) {
  .empty {
    padding: 20% 0;
  }
}
