/* Slider */
.slick {
  display: none;
}
.slick:before, .slick:after {
  display: block;
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  z-index: 20;
  background: #000;
  opacity: 0.5;
  width: 1000px;
  height: 350px;
}
.slick:before {
  left: -1000px;
}
.slick:after {
  right: -1000px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 15px 0 60px 0;
  text-align: center;
}
.slick-dots * {
  outline: none;
}
.slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  background: #a3a5a3;
  text-indent: -9999px;
  border-radius: 100px;
}
.slick-dots li.slick-active button {
  background: #001376;
}

.slick-arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 30;
  background: #FFF;
  margin-top: -40px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  line-height: 1;
  font-size: 1.0rem;
}
.slick-arrow:after {
  display: block;
  content: "";
  position: absolute;
  position: relative;
  left: 5px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #001376;
  border-right: 2px solid #001376;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-arrow.slick-next {
  right: -20px;
}
.slick-arrow.slick-prev {
  left: -20px;
}
.slick-arrow.slick-prev:after {
  left: 10px;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.siteHeader {
  padding-bottom: 10px;
}
.siteHeader .desc {
  margin: 15px 0 10px 0;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.1;
  color: #5A5A5A;
}
.siteHeader .box--r {
  text-align: right;
}
.siteHeader .searchform {
  margin: 10px 0;
}
.siteHeader .searchform #s {
  float: left;
  padding: 8px;
  width: 250px;
  height: 42px;
  border: 1px solid #CCC;
}
.siteHeader .searchform #searchsubmit {
  float: left;
  background: #001376 url(../img/icon/icon_search.svg) 50% 50% no-repeat;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
}

.toggleNav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
  width: 54px;
  height: 54px;
  background: #001376;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
.toggleNav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 25%;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.toggleNav span:nth-child(1) {
  top: 19px;
}
.toggleNav span:nth-child(2) {
  top: 27px;
}
.toggleNav span:nth-child(3) {
  top: 35px;
}
.toggleNav.open span:nth-child(1) {
  top: 27px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.toggleNav.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.toggleNav.open span:nth-child(3) {
  top: 27px;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.toggleNav.open b {
  color: #FFF;
}

.navMain {
  background: #001376;
}
.navMain ul {
  display: table;
  line-height: 1.1;
}
.navMain ul li {
  position: relative;
  display: table-cell;
  padding: 10px 0;
  font-size: 1.4rem;
  text-align: center;
}
.navMain ul li.navMain__sp {
  display: none;
}
.navMain ul li a,
.navMain ul li .disableLink {
  display: block;
  padding: 8px 30px 7px 30px;
  color: #FFF;
  border-right: 1px solid #6666b3;
}
.navMain ul li a .label,
.navMain ul li .disableLink .label {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #001376;
}
.navMain ul li a.current .label, .navMain ul li a:hover .label,
.navMain ul li .disableLink.current .label,
.navMain ul li .disableLink:hover .label {
  border-bottom: 1px solid #FFF;
}
.navMain ul li .disableLink {
  color: #9999B0;
}
.navMain ul li .disableLink:hover .label {
  border-bottom: 1px solid #001376;
}
.navMain ul li.firstPc a {
  border-left: 1px solid #6666b3;
}
.navMain ul li ul {
  display: none;
  position: absolute;
  left: -30px;
  z-index: 10;
  background: #001376;
  padding: 8px;
  padding-bottom: 0;
  width: 300px;
}
.navMain ul li ul li {
  display: block;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #4d4da6;
}
.navMain ul li ul li a {
  padding: 10px;
  border: 0 !important;
}
.navMain ul li ul li a small {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  opacity: 0.7;
}
.navMain ul li ul li:last-child {
  border-bottom: 0;
}
.navMain .navMain__close {
  margin: 20px 0 100px 0;
  text-align: center;
}
.navMain .navMain__close .navMain__closeButton {
  padding: 15px 50px;
  font-size: 1.2rem;
  border: 1px solid #758ac2;
  color: #FFF;
}

@media screen and (min-width: 641px) {
  .navMain {
    display: block !important;
  }
}
.siteFooter .siteFooterButton {
  background: #000080;
  color: #FFF;
}
.siteFooter .siteFooterButton .fixedWidth {
  position: relative;
  padding-top: 55px;
  padding-bottom: 60px;
}
.siteFooter .siteFooterButton .siteFooterButton__title {
  margin-bottom: 25px;
  text-align: center;
}
.siteFooter .siteFooterButton .siteFooterButton__title .string {
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.siteFooter .siteFooterButton .siteFooterButton__content {
  text-align: center;
}
.siteFooter .siteFooterButton .siteFooterButton__content li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
}
.siteFooter .siteFooterInfo {
  background: #000039;
  padding: 50px;
  color: #9999B0;
  line-height: 1.1;
}
.siteFooter .siteFooterInfo .disableLink,
.siteFooter .siteFooterInfo a {
  color: #9999B0;
}
.siteFooter .siteFooterInfo .disableLink .icon--arrow,
.siteFooter .siteFooterInfo a .icon--arrow {
  border-color: #9999B0;
}
.siteFooter .siteFooterInfo .disableLink {
  color: #5f5f6d;
}
.siteFooter .siteFooterInfo .flex__item {
  width: 23%;
}
.siteFooter .siteFooterInfo .flex__item:last-child {
  width: 30%;
}
.siteFooter .siteFooterInfo .flex__item .button--c {
  margin-top: 20px;
  margin-bottom: 20px;
}
.siteFooter .siteFooterInfo .item {
  padding: 0 30px 10px 30px;
  border-right: 1px solid #2f2f5d;
}
.siteFooter .siteFooterInfo .item:last-child {
  border-right: 0;
  padding-right: 0;
}
.siteFooter .siteFooterInfo .siteFooterInfoLink {
  font-size: 1.4rem;
}
.siteFooter .siteFooterInfo .siteFooterInfoLink li {
  margin-bottom: 30px;
}
.siteFooter .siteFooterInfo .siteFooterInfoLink li:last-child {
  margin-bottom: 0;
}
.siteFooter .siteFooterInfo .siteFooterInfoLink li .icon--arrow {
  top: 4px;
  margin-right: 7px;
}
.siteFooter .siteFooterInfo .siteFooterInfoLink li ul {
  margin-top: 15px;
  margin-left: 25px;
  font-size: 1.2rem;
}
.siteFooter .siteFooterInfo .siteFooterInfoLink li ul li {
  margin-bottom: 10px;
}
.siteFooter .siteFooterInfo .siteFooterInfoTel {
  font-size: 1.4rem;
}
.siteFooter .siteFooterInfo .siteFooterInfoTel li {
  margin-bottom: 10px;
}
.siteFooter .siteFooterInfo .siteFooterInfoTel li .icon {
  margin-right: 3px;
  top: 3px;
}
.siteFooter .siteFooterInfo .siteFooterInfoTel li b {
  font-size: 1.8rem;
}
.siteFooter .copy {
  padding: 20px 5px;
  text-align: center;
  font-size: 1.0rem;
}

.pageTitle {
  color: #000080;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.1;
}
.pageTitle .string {
  margin-bottom: 8px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.pageTitle small {
  font-size: 1.2rem;
  font-weight: 600;
}

.headerA {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
  color: #000080;
}
.headerA .string {
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
}
.headerA small {
  display: inline-block;
  margin-top: 3px;
  font-size: 1.2rem;
  font-weight: bold;
}

.headerBWrap {
  position: relative;
}
.headerBWrap .listInline {
  position: absolute;
  right: 0;
  top: 9px;
  white-space: nowrap;
}
.headerBWrap .listInline li {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .headerBWrap .listInline {
    position: static;
    margin-bottom: 15px;
  }
}

.headerB {
  margin-bottom: 35px;
  padding: 9px 0;
  border-top: 1px solid #000080;
  border-bottom: 1px solid #000080;
  color: #000080;
}
.headerB .string {
  padding: 4px 10px;
  font-size: 2.0rem;
  letter-spacing: 0.3rem;
  line-height: 1.1;
  border-left: 5px solid #000080;
  letter-spacing: -0.02rem;
}
.headerB .string i {
  font-style: normal;
  font-weight: normal;
  font-size: 70%;
}

.headerC {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
  color: #000080;
}
.headerC .string {
  padding-bottom: 5px;
  font-size: 2.4rem;
}
.headerC .string:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #000080;
  margin-left: -25px;
  width: 50px;
  height: 2px;
}

.headerD {
  background-color: #000080;
  margin-bottom: 30px;
  padding: 8px;
  color: #FFF;
  text-align: center;
}
.headerD .string {
  font-size: 2.0rem;
  font-weight: normal;
}
.headerD.headerD--sml {
  margin-bottom: 20px;
}
.headerD.headerD--sml .string {
  font-size: 1.6rem;
}
.headerD.headerD--sml .string small {
  font-size: 1.4rem;
}

.headerE {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  padding: 8px;
  text-align: center;
  border: 1px solid #e4e4e4;
}
.headerE .string {
  font-size: 2.0rem;
}

.headerF {
  margin-bottom: 20px;
  text-align: center;
}
.headerF .string {
  font-size: 2.0rem;
}

.headerG {
  margin-bottom: 2px;
}
.headerG .string {
  font-size: 1.6rem;
}

.listDefault {
  list-style: disc;
  margin-left: 20px;
}
.listDefault li {
  margin-bottom: 5px;
}

.listInline li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.listFunctions li {
  display: inline-block;
  margin-right: 30px;
  margin-top: 15px;
  font-weight: bold;
}
.listFunctions li .icon {
  margin-right: 5px;
  vertical-align: top;
  top: -3px;
}

.tableDefault tr th,
.tableDefault tr td {
  padding: 15px 20px;
}
.tableDefault tr th {
  padding-left: 0;
  font-weight: normal;
  text-align: left;
}

.tablePlain {
  width: 100%;
}
.tablePlain tr th,
.tablePlain tr td {
  padding: 15px 20px;
  font-size: 1.4rem;
  border-bottom: 1px solid #cccccc;
}
.tablePlain tr th {
  padding-left: 0;
  font-weight: normal;
  text-align: left;
}

.tableForm {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.tableForm tr:first-child th,
.tableForm tr:first-child td {
  padding-top: 30px;
}
.tableForm tr.tableForm__seq th,
.tableForm tr.tableForm__seq td {
  padding-top: 30px;
}
.tableForm tr.tableForm__sep th,
.tableForm tr.tableForm__sep td {
  border-bottom: 1px solid #cccccc;
}
.tableForm tr.tableForm__sep-next th,
.tableForm tr.tableForm__sep-next td {
  padding-top: 30px;
}
.tableForm tr th,
.tableForm tr td {
  padding: 0 20px 30px 20px;
  font-size: 1.4rem;
}
.tableForm tr th {
  padding-right: 10px;
  width: 180px;
  text-align: right;
}
.tableForm tr .iconCell {
  padding-left: 0;
  width: 50px;
}
.tableForm tr .error {
  margin-top: 3px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff3333;
}

.tableA {
  width: 100%;
}
.tableA caption {
  padding: 12px 30px;
  width: 100%;
  background-color: #f0f0f0;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.tableA th,
.tableA td {
  padding: 12px 30px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 1.4rem;
}

.tableB {
  width: 100%;
}
.tableB th,
.tableB td {
  background: #FFF;
  padding: 5px 20px 3px 20px;
  border: 1px solid #999999;
  text-align: left;
  font-size: 1.4rem;
  vertical-align: top;
}
.tableB thead th {
  padding: 10px;
  background-color: #000080;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
}
.tableB tbody tr.margeRow th, .tableB tbody tr.margeRow td {
  border-bottom-color: #d4d4d4;
}
.tableB tbody tr.margeRow td[rowspan] {
  border-bottom-color: #999999;
}
.tableB tbody tr.margeRow.margeRow--last th, .tableB tbody tr.margeRow.margeRow--last td {
  border-bottom-color: #999999;
}
.tableB tbody tr.grayRow th,
.tableB tbody tr.grayRow td {
  background: #f0f0f0;
}

.tableFixed {
  table-layout: fixed;
}

.innerTable {
  margin: 0 !important;
  width: 100%;
}
.innerTable tr th, .innerTable tr td {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.innerTable tr th {
  width: 80px;
  font-weight: normal;
  vertical-align: middle;
}
.innerTable tr td {
  padding-left: 5px;
  padding-right: 0;
}
.innerTable tr td textarea {
  width: 76%;
  height: 70px;
}
@media screen and (max-width: 640px) {
  .innerTable tr td textarea {
    width: 100%;
  }
}

.mw_wp_form_confirm .innerTable th {
  display: none;
}

.icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}
.icon.icon--arrow {
  top: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--circleArrow {
  background: #FFF;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb;
}
.icon.icon--circleArrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #757575;
  border-right: 1px solid #757575;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--circleArrowBL {
  border-radius: 100px;
  width: 18px;
  height: 18px;
  border: 1px solid #000080;
}
.icon.icon--circleArrowBL:after {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000080;
  border-right: 1px solid #000080;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--arrowBk {
  top: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #4f4f4f;
  border-right: 2px solid #4f4f4f;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--arrowGry {
  top: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--arrowLBL {
  top: 3px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #01a6de;
  border-right: 2px solid #01a6de;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--arrowLBLPrev {
  top: 3px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #01a6de;
  border-left: 2px solid #01a6de;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.icon--tel {
  background-image: url(../img/icon/icon_tel.svg);
  width: 13px;
  height: 15px;
}
.icon.icon--telW {
  background-image: url(../img/icon/icon_tel_w.svg);
  width: 18px;
  height: 21px;
}
.icon.icon--telB {
  background-image: url(../img/icon/icon_tel_b.svg);
  width: 19px;
  height: 25px;
}
.icon.icon--news {
  background-image: url(../img/icon/icon_news.png);
  width: 41px;
  height: 46px;
}
.icon.icon--event {
  background-image: url(../img/icon/icon_event.png);
  width: 35px;
  height: 38px;
}
.icon.icon--catalog {
  background-image: url(../img/icon/icon_catalog.png);
  width: 24px;
  height: 20px;
}
.icon.icon--mail {
  background-image: url(../img/icon/icon_mail.png);
  width: 27px;
  height: 19px;
}
.icon.icon--sc {
  background-image: url(../img/icon/icon_sc.svg);
  width: 26px;
  height: 26px;
}
.icon.icon--doc {
  background-image: url(../img/icon/icon_doc.svg);
  width: 26px;
  height: 26px;
}
.icon.icon--data {
  background-image: url(../img/icon/icon_data.svg);
  width: 26px;
  height: 26px;
}
.icon.icon--blank {
  background-image: url(../img/icon/icon_blank.svg);
  width: 17px;
  height: 17px;
}
.icon.icon--require {
  background-color: #ff3333;
  padding: 4px 6px;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .icon.icon--require {
    top: 1px;
    padding: 3px 6px;
    font-size: 2.8vw;
  }
}
.icon.icon--tag {
  background-image: url(../img/icon/icon_tag.svg);
  padding: 0 10px;
  width: 160px;
  height: 30px;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 640px) {
  .icon.icon--tag {
    width: 120px;
    height: 23px;
    font-size: 1.1rem;
    line-height: 23px;
  }
}
.icon.icon--arrorwFlag {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #00a5dc transparent transparent transparent;
}
.icon.icon--count {
  color: #f0f0f0;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .icon.icon--count {
    font-size: 4.8vw;
  }
}

.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  padding: 10px;
  vertical-align: top;
  line-height: 1.1;
  text-decoration: none;
  user-select: none;
  border: 0;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.button:hover {
  text-decoration: none !important;
}
.button.buttonToTop {
  position: absolute;
  right: -50px;
  bottom: 0;
  background-color: #000039;
  width: 50px;
  height: 50px;
  color: #FFF;
  border: 3px solid #000039;
}
.button.buttonToTop:after {
  display: block;
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1100px) {
  .button.buttonToTop {
    right: 0;
  }
}
@media screen and (min-width: 640px) {
  .button.buttonToTop:hover {
    background-color: #001376;
    border: 3px solid #000039;
  }
}
@media screen and (max-width: 640px) {
  .button.buttonToTop {
    right: -5%;
  }
  .button.buttonToTop:hover {
    border: 3px solid #000039;
  }
}
.button.button--default {
  background: #ededed;
  padding: 15px 30px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.button.button--default .icon--arrowBk {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}
@media screen and (min-width: 640px) {
  .button.button--default:hover {
    background: #DDD;
  }
}
@media screen and (max-width: 640px) {
  .button.button--default {
    font-size: 4vw;
  }
}
.button.button--a {
  background-color: #01a5dd;
  padding: 12px 15px 10px 30px;
  color: #FFF;
  font-size: 1.4rem;
}
.button.button--a .icon--arrow {
  top: 4px;
  margin-left: 16px;
}
@media screen and (min-width: 640px) {
  .button.button--a:hover {
    background-color: #1fbef5;
  }
}
.button.button--thumb {
  display: table;
  table-layout: fixed;
  background-color: #FFF;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .button.button--thumb {
    padding: 3%;
  }
}
.button.button--thumb .thumb,
.button.button--thumb .text {
  display: table-cell;
  vertical-align: middle;
}
.button.button--thumb .thumb {
  width: 96px;
}
@media screen and (max-width: 640px) {
  .button.button--thumb .thumb {
    width: 26%;
  }
  .button.button--thumb .thumb img {
    width: 100%;
  }
}
.button.button--thumb .text {
  padding-left: 40px;
  padding-right: 30px;
  font-size: 2.0rem;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .button.button--thumb .text {
    padding: 5%;
    font-size: 4vw;
    white-space: nowrap;
  }
}
.button.button--thumb .icon--arrorwFlag {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
@media screen and (max-width: 640px) {
  .button.button--thumb .icon--arrorwFlag {
    right: 12px;
  }
}
.button.button-thumbB {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 640px) {
  .button.button-thumbB {
    padding: 3%;
  }
}
.button.button-thumbB.disabled {
  cursor: default;
}
.button.button-thumbB.button-thumbB--flg .icon--count {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 640px) {
  .button.button-thumbB.button-thumbB--flg .icon--count {
    right: 8px;
    top: 8px;
  }
}
.button.button-thumbB.button-thumbB--flg .text {
  padding-right: 40px;
}
@media screen and (max-width: 640px) {
  .button.button-thumbB.button-thumbB--flg .text {
    padding-right: 20px;
  }
}
.button.button-thumbB.button-thumbB--flg .text dt {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .button.button-thumbB.button-thumbB--flg .text dt {
    font-size: 2.4vw;
  }
}
.button.button-thumbB .thumb,
.button.button-thumbB .text {
  display: table-cell;
  vertical-align: middle;
}
.button.button-thumbB .thumb {
  width: 130px;
}
@media screen and (max-width: 640px) {
  .button.button-thumbB .thumb {
    width: 26%;
  }
}
.button.button-thumbB .text {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .button.button-thumbB .text {
    padding-left: 5%;
    padding-right: 0;
  }
}
.button.button-thumbB .text dt {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: bold;
}
.button.button-thumbB .text dd {
  font-size: 1.6rem;
}
.button.button-thumbB .text .icon--blank {
  position: absolute;
  right: 10px;
  top: 10px;
}
.button.button-thumbB .text .name {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .button.button-thumbB .text .name {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.button.button-thumbB .text:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #000080 transparent;
}
.button.button-thumbB .icon--arrorwFlag {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.button.button--b {
  background-image: url(../img/button/button_b_bg.svg);
  background-size: 100% auto;
  padding: 0;
  width: 414px;
  padding-top: 22%;
  text-align: center;
  color: #01a6de;
  font-size: 2.4rem;
  font-weight: bold;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.button.button--b .item {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -3.5%;
}
.button.button--b .item .icon--arrowLBL {
  margin-top: -6px;
}
.button.button--b .icon {
  top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}
.button.button--b .icon--arrowLBL {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -4px;
}
@media screen and (min-width: 640px) {
  .button.button--b:hover {
    background-image: url(../img/button/button_b_bg_hover.svg);
  }
}
@media screen and (max-width: 640px) {
  .button.button--b {
    width: 100%;
    height: auto;
    font-size: 5.2vw;
    line-height: 1.1;
    height: auto;
  }
}
.button.button--c {
  background-image: url(../img/button/button_c_bg.svg);
  padding: 0 8px;
  width: 267px;
  height: 41px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 44px;
  color: #FFF !important;
}
.button.button--d {
  background-image: url(../img/button/button_d_bg.svg);
  background-size: 100% auto;
  padding-top: 17%;
  width: 100%;
  height: auto;
  font-size: 3.2vw;
  line-height: 1.1;
  height: auto;
}
.button.button--d .item {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -3%;
}
.button.button--d .item .icon--arrowLBL {
  margin-top: -6px;
}
.button.button--d .item a {
  color: #FFF;
  font-size: 5.2vw;
  vertical-align: middle;
}
.button.button--e {
  background: #FFF;
  padding: 15px 25px;
  border: 1px solid #999999;
  font-size: 1.4rem;
  min-width: 300px;
  text-align: center;
}
.button.button--e .icon {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
}
@media screen and (min-width: 640px) {
  .button.button--e:hover {
    background-color: #DDD;
  }
}
@media screen and (max-width: 640px) {
  .button.button--e {
    min-width: 0;
    width: 66%;
    font-size: 4vw;
  }
}
.button.button--f {
  background-image: #000080;
  padding: 15px 30px;
  font-size: 2.0rem;
  text-align: center;
  color: #FFF;
}
.button.button--g {
  background-image: url(../img/button/button_g_bg.svg);
  background-size: 100% auto;
  padding: 0;
  width: 380px;
  padding-top: 13%;
  text-align: center;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
}
.button.button--g .item {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -2.5%;
}
.button.button--g .item .icon--arrowLBL {
  margin-top: -6px;
}
.button.button--g .icon--arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
}
@media screen and (min-width: 640px) {
  .button.button--g:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 640px) {
  .button.button--g {
    width: 100%;
    font-size: 4vw;
    line-height: 1.1;
    height: auto;
  }
}
.button.button--h {
  background-color: #000080;
  padding: 15px 30px;
  font-size: 1.6rem;
  text-align: center;
  color: #FFF;
}
.button.button--h .icon--arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
}
@media screen and (max-width: 640px) {
  .button.button--h {
    font-size: 4vw;
  }
}

.breadcrumb {
  position: relative;
  z-index: 3;
  padding: 15px 0 35px 0;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb br {
  display: none;
}
.breadcrumb.breadcrumb--inNoneTitlePage {
  overflow: visible;
  height: 0;
}

.en {
  font-family: 'Oswald', sans-serif;
}

.pageBanner {
  margin-top: -50px;
  height: 350px;
}
.pageBanner .item {
  text-align: center;
  z-index: 1;
}

.pageContent {
  position: relative;
  background: url(../img/content/title_bg.svg) 50% 0 no-repeat;
  padding-bottom: 100px;
  color: #333;
}
.pageContent.pageContent--noTitle {
  background: none;
}

.page-id-82 .pageContent,
.page-id-91 .pageContent {
  padding-bottom: 0;
}

.wrapSubmit {
  margin-top: 30px;
  text-align: center;
}
.wrapSubmit p {
  display: none;
}
.wrapSubmit .wrapSubmit__button {
  position: relative;
  display: inline-block;
  width: 400px;
}
.wrapSubmit .wrapSubmit__button input[type="submit"] {
  width: 100%;
}
.wrapSubmit .wrapSubmit__button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .wrapSubmit .wrapSubmit__button {
    width: 80%;
  }
}

.mw_wp_form_confirm .wrapSubmit__button {
  width: 200px;
}
.mw_wp_form_confirm .button.button--e {
  padding: 20px;
  margin-right: 20px;
  width: 200px;
  min-width: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .mw_wp_form_confirm .button.button--e {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.pager {
  margin-top: 30px;
  text-align: center;
}
.pager .pager__inner {
  display: inline-block;
  border-left: 1px solid #cccccc;
}
.pager span,
.pager a {
  float: left;
  display: block;
  padding: 17px 20px;
  color: #01a5dd;
  line-height: 1.1;
  font-size: 1.4rem;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.pager span.current,
.pager a.current {
  border-color: #428bca;
  background: #428bca;
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .pager span:hover,
  .pager a:hover {
    border-color: #428bca;
    background: #428bca;
    color: #FFF;
    text-decoration: none;
  }
}

.yearNav {
  margin-top: 30px;
  text-align: center;
}
.yearNav ul {
  display: inline-block;
  border-left: 1px solid #cccccc;
}
.yearNav li {
  display: inline-block;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.yearNav li a {
  display: block;
  padding: 17px 14px;
  color: #01a5dd;
  line-height: 1.1;
  font-size: 1.4rem;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.yearNav li.current {
  border-color: #428bca;
}
.yearNav li.current a {
  background: #428bca;
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 640px) {
  .yearNav li:hover {
    border-color: #428bca;
  }
  .yearNav li:hover a {
    background: #428bca;
    color: #FFF;
    text-decoration: none;
  }
}
.yearNav li.button {
  overflow: hidden;
  padding: 0;
  width: 50px;
  white-space: nowrap;
}
.yearNav li.button .icon {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.yearNav li.button.button--prev .icon {
  left: 7px;
}
.yearNav li.button.button--prev i {
  opacity: 0;
}
.yearNav li.button.button--next .icon {
  left: 3px;
}
.yearNav li.button.button--next i {
  opacity: 0;
}
.yearNav li.button a {
  color: #FFF;
}
.yearNav li.button a:hover {
  color: #428bca;
}
.yearNav li.button a:hover .icon {
  border-color: #FFF;
}

.single-event.postid-39 .compoArticle .compoArticle__header {
  margin-bottom: 35px;
  padding: 9px 0;
  border-top: 1px solid #1d4fa1;
  border-bottom: 1px solid #1d4fa1;
  color: #1d4fa1;
}
.single-event.postid-39 .compoArticle .compoArticle__header time {
  display: none;
}
.single-event.postid-39 .compoArticle .compoArticle__header .string {
  color: inherit;
  padding: 4px 10px;
  font-size: 2.0rem;
  letter-spacing: 0.3rem;
  line-height: 1.1;
  border-left: 5px solid #1d4fa1;
}
.single-event.postid-39 .eventRegisterButton,
.single-event.postid-39 .wrapBackButton {
  display: none;
}

.compoArticle .compoArticle__header {
  margin-bottom: 40px;
  padding: 30px 0;
  border-top: 1px solid #1d4fa1;
  border-bottom: 1px solid #1d4fa1;
}
.compoArticle .compoArticle__header .string {
  color: #000080;
  font-size: 2.0rem;
}
.compoArticle .compoArticle__header time {
  color: #6c6c6c;
}
.compoArticle .compoArticle__body a {
  color: #000080;
  text-decoration: underline;
}
.compoArticle .compoArticle__body p, .compoArticle .compoArticle__body ul, .compoArticle .compoArticle__body ol, .compoArticle .compoArticle__body dl, .compoArticle .compoArticle__body table, .compoArticle .compoArticle__body figure {
  margin: 25px 0;
}
.compoArticle .compoArticle__body p, .compoArticle .compoArticle__body ul, .compoArticle .compoArticle__body ol, .compoArticle .compoArticle__body dl, .compoArticle .compoArticle__body th, .compoArticle .compoArticle__body td, .compoArticle .compoArticle__body figcaption {
  font-size: 1.4rem;
}
.compoArticle .compoArticle__body ul, .compoArticle .compoArticle__body ol {
  margin-left: 20px;
}
.compoArticle .compoArticle__body ul li, .compoArticle .compoArticle__body ol li {
  margin-bottom: 5px;
}
.compoArticle .compoArticle__body ul {
  list-style: disc;
}
.compoArticle .compoArticle__body ol {
  list-style: decimal;
}
.compoArticle .compoArticle__body figure {
  text-align: center;
}
.compoArticle .compoArticle__photos {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}
.compoArticle .compoArticle__photos .col {
  display: inline-block;
}
.compoArticle .compoArticle__photos .item {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  width: 400px;
  vertical-align: top;
}
.compoArticle .compoArticle__photos .item img {
  width: 100%;
}

.wrapBackButton {
  margin-top: 60px;
  text-align: center;
}

.require {
  color: #ff3333;
}

.linkStyle {
  color: #1c4ea0;
  text-decoration: underline;
}

.wrapBackToHomeButton {
  text-align: center;
  margin-top: 30px;
}

.compoPageNav {
  padding: 8px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.compoPageNav div {
  margin: 0 auto;
  width: 860px;
}
.compoPageNav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 1.4rem;
}
.compoPageNav ul li {
  display: table-cell;
  border-right: 1px solid #cccccc;
  text-align: center;
  font-weight: bold;
}
.compoPageNav ul li:first-child {
  border-left: 1px solid #cccccc;
}
.compoPageNav ul li a {
  display: block;
  padding: 5px 3px;
  color: #000080;
}

.compoPageSection {
  padding-top: 75px;
  padding-bottom: 75px;
}
.compoPageSection .compoPageSection__item {
  margin-bottom: 60px;
}

.compoFillBgText {
  line-height: 1.6;
  font-size: 2.0rem;
}
.compoFillBgText .item {
  background: #000080;
  margin-bottom: 15px;
  padding: 20px;
  color: #FFF;
  text-align: center;
}
.compoFillBgText .item.item--row1 {
  padding-top: 35px;
}
.compoFillBgText.flex .flex__item.item {
  width: 49.3%;
}
.compoFillBgText.compoFillBgText--white {
  font-size: 1.8rem;
}
.compoFillBgText.compoFillBgText--white .item {
  background: #FFF;
  padding: 12px;
  color: #000080;
}

.compoBoxText .item {
  margin-bottom: 20px;
  padding: 25px 20px;
  border: 1px solid #cccccc;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.compoBoxText .item small {
  display: block;
  margin-top: 5px;
  line-height: 1.4;
  font-weight: normal;
  font-size: 1.3rem;
}
.compoBoxText .item.row1 {
  padding-top: 46px;
}
.compoBoxText .item.row2 {
  padding-top: 35px;
}
.compoBoxText .item.row2-1 {
  padding-top: 50px;
}

.compoFigureBox {
  background-color: #FFF;
  border: 1px solid #cccccc;
}
.compoFigureBox figcaption {
  display: block;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.compoFigureBox .compoFigureBox__item {
  padding: 40px 10px;
  text-align: center;
}
.compoFigureBox .compoFigureBox__desc {
  padding: 20px 60px;
  border-top: 1px solid #cccccc;
}

.compoTextBox {
  background-color: #FFF;
  border: 1px solid #cccccc;
}
.compoTextBox .compoTextBox__header .string {
  display: block;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.compoTextBox .compoTextBox__desc {
  padding: 30px;
  text-align: center;
}
.compoTextBox .compoTextBox__desc ul {
  font-size: 1.8rem;
  text-align: left;
}
.compoTextBox .compoTextBox__desc ul li {
  margin-bottom: 5px;
}

.compoDefin {
  margin-bottom: 40px;
}
.compoDefin dt {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #999999;
  font-size: 1.6rem;
  font-weight: bold;
}
.compoDefin dd {
  font-size: 1.4rem;
}

.compoQA {
  border-top: 1px solid #999999;
}
.compoQA .compoQA__desc {
  margin-top: 30px;
}
.compoQA .compoQA__desc p {
  text-align: center;
  font-size: 1.6rem;
}
.compoQA .item {
  border-bottom: 1px solid #999999;
}
.compoQA .item .item__question {
  position: relative;
  cursor: pointer;
  padding: 20px 30px;
  padding-right: 100px;
}
.compoQA .item .item__question .string {
  font-size: 1.6rem;
  margin-left: 32px;
  text-indent: -32px;
}
.compoQA .item .item__question .icon {
  position: absolute;
  right: 25px;
  top: 32px;
  background: #666666;
  width: 20px;
  height: 4px;
}
.compoQA .item .item__question .icon:before {
  display: block;
  content: "";
  position: absolute;
  left: 8px;
  top: -8px;
  background: #666666;
  height: 20px;
  width: 4px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.compoQA .item .item__question.active .icon:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.compoQA .item .item__answer {
  display: none;
  margin-left: 62px;
  padding-bottom: 15px;
  color: #000080;
}
.compoQA .item .item__answer dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.compoQA .item .item__answer dd {
  font-size: 1.4rem;
}

.compoBorderBoxitem {
  background: #FFF;
  padding: 20px;
  border: 1px solid #cccccc;
}
.compoBorderBoxitem .string {
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 2.0rem;
  color: #01a6de;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
.compoBorderBoxitem .compoBorderBoxitem__content p {
  font-size: 1.6rem;
}

.floatinfImg {
  float: right;
  margin-left: 30px;
}

.compoHistory {
  display: table;
  max-width: 600px;
  margin: 0 auto;
}
.compoHistory .item {
  display: table-row;
}
.compoHistory .compoHistory__header,
.compoHistory .compoHistory__body {
  display: table-cell;
}
.compoHistory .compoHistory__header {
  position: relative;
  background-color: #0cc1fe;
  padding-top: 5px;
  width: 80px;
  color: #FFF;
  text-align: center;
}
.compoHistory .compoHistory__header .string {
  font-size: 1.8rem;
  font-weight: normal;
}
.compoHistory .compoHistory__header:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  background: url(../img/content/arrow.svg) no-repeat;
  left: 0;
  top: -16px;
  width: 80px;
  height: 16px;
}
.compoHistory .compoHistory__body {
  padding: 20px 0 20px 45px;
  vertical-align: middle;
}
.compoHistory .compoHistory__body .compoHistory__body__current {
  position: relative;
  background-color: #d9f5ff;
  margin: -20px 0 -20px -30px;
  padding: 25px 30px;
  border: 1px solid #0cc1fe;
}
.compoHistory .compoHistory__body .compoHistory__body__current:after {
  display: block;
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  background: url(../img/content/current_edge.svg) no-repeat;
  margin-top: -8px;
  width: 13px;
  height: 16px;
}
.compoHistory .compoHistory__body .date {
  color: #000080;
  font-size: 1.4rem;
  font-weight: bold;
}
.compoHistory .compoHistory__body .title {
  font-size: 2.6rem;
  font-weight: bold;
}
.compoHistory .compoHistory__body .img {
  margin-bottom: 8px;
}

.noteIcon {
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: right;
}
.noteIcon .item {
  display: inline-block;
  margin-right: 20px;
}
.noteIcon .item:last-child {
  margin-right: 0;
}
.noteIcon .item .icon {
  vertical-align: top;
  top: -3px;
}

.fixedWidth {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}

.col {
  zoom: 1;
}
.col:after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
}
.col .box {
  float: left;
}
.col .box--r {
  float: right;
}
.col.col--2 .box {
  width: 49%;
}
.col.col--2 .box:nth-child(2n) {
  float: right;
}
.col.col--3 .box {
  margin-right: 5%;
  width: 30%;
}
.col.col--3 .box:last-child {
  margin-right: 0;
}

.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.flex--col2 .flex__item {
  width: 49%;
}
.flex.flex--col3 .flex__item {
  width: 32%;
}
.flex.flex--col4 .flex__item {
  width: 25%;
}

/************************************************

 Single property

************************************************/
#wrapper .setOn {
  position: relative;
  z-index: 2;
}
#wrapper .setOvHidden {
  overflow: hidden;
}
#wrapper .setBgBlue {
  background-color: #e9f0f9;
}
#wrapper .setBgOrange {
  background-color: #fef4e5;
}
#wrapper .setBgGray {
  background-color: #f0f0f0;
}
#wrapper .setBgGray .tableDefault tr th,
#wrapper .setBgGray .tableDefault tr td {
  font-size: 2.0rem;
}
#wrapper .setBlockC {
  margin-left: auto;
  margin-right: auto;
}
#wrapper .setNowrap {
  white-space: nowrap;
}
#wrapper .setMinLine {
  line-height: 1;
}
#wrapper .setLowLine {
  line-height: 1.4;
}
#wrapper .setHighLine {
  line-height: 2.0;
}
#wrapper .setPosRel {
  position: relative;
}
#wrapper .setPosAbs {
  position: absolute;
}
#wrapper .setHide {
  display: none;
}
#wrapper .setDispCell {
  display: table-cell;
}
#wrapper .setDispIb {
  display: inline-block;
}
#wrapper .setValignM {
  vertical-align: middle;
}
#wrapper .setValignT {
  vertical-align: top;
}
#wrapper .setFloatL {
  float: left;
}
#wrapper .setFloatR {
  float: right;
}
#wrapper .setAlignC {
  text-align: center;
}
#wrapper .setAlignR {
  text-align: right;
}
#wrapper .setAlignL {
  text-align: left;
}
#wrapper .setColorBlue,
#wrapper .setColorLink {
  color: #000080;
}
#wrapper .setFs11 {
  font-size: 1.1rem;
}
#wrapper .setFs12 {
  font-size: 1.2rem;
}
#wrapper .setFs13 {
  font-size: 1.3rem;
}
#wrapper .setFs14 {
  font-size: 1.4rem;
}
#wrapper .setFs15 {
  font-size: 1.5rem;
}
#wrapper .setFs16 {
  font-size: 1.6rem;
}
#wrapper .setFs17 {
  font-size: 1.7rem;
}
#wrapper .setFs18 {
  font-size: 1.8rem;
}
#wrapper .setFs19 {
  font-size: 1.9rem;
}
#wrapper .setFs20 {
  font-size: 2.0rem;
}
#wrapper .setFs21 {
  font-size: 2.1rem;
}
#wrapper .setFs22 {
  font-size: 2.2rem;
}
#wrapper .setFs23 {
  font-size: 2.3rem;
}
#wrapper .setFs24 {
  font-size: 2.4rem;
}
#wrapper .setFs25 {
  font-size: 2.5rem;
}
#wrapper .setFs26 {
  font-size: 2.6rem;
}
#wrapper .setFs27 {
  font-size: 2.7rem;
}
#wrapper .setFs28 {
  font-size: 2.8rem;
}
#wrapper .setFs29 {
  font-size: 2.9rem;
}
#wrapper .setFs30 {
  font-size: 3.0rem;
}
#wrapper .setFs40 {
  font-size: 4.0rem;
}
#wrapper .setWFull {
  width: 100%;
}
#wrapper .setW50 {
  width: 50%;
}
#wrapper .setW10 {
  width: 10%;
}
#wrapper .setW18 {
  width: 18%;
}
#wrapper .setW20 {
  width: 20%;
}
#wrapper .setW25 {
  width: 25%;
}
#wrapper .setW30 {
  width: 30%;
}
#wrapper .setW40 {
  width: 40%;
}
#wrapper .setW45 {
  width: 45%;
}
#wrapper .setW46 {
  width: 46%;
}
#wrapper .setW47 {
  width: 47%;
}
#wrapper .setW48 {
  width: 48%;
}
#wrapper .setW49 {
  width: 49%;
}
#wrapper .setW60 {
  width: 60%;
}
#wrapper .setW66 {
  width: 66%;
}
#wrapper .setW70 {
  width: 70%;
}
#wrapper .setW80 {
  width: 80%;
}
#wrapper .setW90 {
  width: 90%;
}
#wrapper .setW100px {
  width: 100px;
}
#wrapper .setW150px {
  width: 150px;
}
#wrapper .setW200px {
  width: 200px;
}
#wrapper .setW220px {
  width: 220px;
}
#wrapper .setW250px {
  width: 250px;
}
#wrapper .setW300px {
  width: 300px;
}
#wrapper .setW350px {
  width: 350px;
}
#wrapper .setW400px {
  width: 400px;
}
#wrapper .setW460px {
  width: 460px;
}
#wrapper .setW480px {
  width: 480px;
}
#wrapper .setW500px {
  width: 500px;
}
#wrapper .setW550px {
  width: 550px;
}
#wrapper .setW560px {
  width: 560px;
}
#wrapper .setW620px {
  width: 620px;
}
#wrapper .setW790px {
  width: 790px;
}
#wrapper .setMt5 {
  margin-top: 5px;
}
#wrapper .setMt10 {
  margin-top: 10px;
}
#wrapper .setMt15 {
  margin-top: 15px;
}
#wrapper .setMt20 {
  margin-top: 20px;
}
#wrapper .setMt30 {
  margin-top: 30px;
}
#wrapper .setMt40 {
  margin-top: 40px;
}
#wrapper .setMt50 {
  margin-top: 50px;
}
#wrapper .setMt60 {
  margin-top: 60px;
}
#wrapper .setMt70 {
  margin-top: 70px;
}
#wrapper .setMt80 {
  margin-top: 80px;
}
#wrapper .setMt90 {
  margin-top: 90px;
}
#wrapper .setMt100 {
  margin-top: 100px;
}
#wrapper .setMr5 {
  margin-right: 5px;
}
#wrapper .setMr10 {
  margin-right: 10px;
}
#wrapper .setMr15 {
  margin-right: 15px;
}
#wrapper .setMr20 {
  margin-right: 20px;
}
#wrapper .setMr25 {
  margin-right: 25px;
}
#wrapper .setMr30 {
  margin-right: 30px;
}
#wrapper .setMr40 {
  margin-right: 40px;
}
#wrapper .setMr50 {
  margin-right: 50px;
}
#wrapper .setMr60 {
  margin-right: 60px;
}
#wrapper .setMr70 {
  margin-right: 70px;
}
#wrapper .setMr80 {
  margin-right: 80px;
}
#wrapper .setMr90 {
  margin-right: 90px;
}
#wrapper .setMr100 {
  margin-right: 100px;
}
#wrapper .setMb5 {
  margin-bottom: 5px;
}
#wrapper .setMb10 {
  margin-bottom: 10px;
}
#wrapper .setMb15 {
  margin-bottom: 15px;
}
#wrapper .setMb20 {
  margin-bottom: 20px;
}
#wrapper .setMb30 {
  margin-bottom: 30px;
}
#wrapper .setMb40 {
  margin-bottom: 40px;
}
#wrapper .setMb50 {
  margin-bottom: 50px;
}
#wrapper .setMb60 {
  margin-bottom: 60px;
}
#wrapper .setMb70 {
  margin-bottom: 70px;
}
#wrapper .setMb80 {
  margin-bottom: 80px;
}
#wrapper .setMb90 {
  margin-bottom: 90px;
}
#wrapper .setMb100 {
  margin-bottom: 100px;
}
#wrapper .setMl5 {
  margin-left: 5px;
}
#wrapper .setMl10 {
  margin-left: 10px;
}
#wrapper .setMl15 {
  margin-left: 15px;
}
#wrapper .setMl20 {
  margin-left: 20px;
}
#wrapper .setMl30 {
  margin-left: 30px;
}
#wrapper .setMl40 {
  margin-left: 40px;
}
#wrapper .setMl50 {
  margin-left: 50px;
}
#wrapper .setMl60 {
  margin-left: 60px;
}
#wrapper .setMl70 {
  margin-left: 70px;
}
#wrapper .setMl80 {
  margin-left: 80px;
}
#wrapper .setMl90 {
  margin-left: 90px;
}
#wrapper .setMl100 {
  margin-left: 100px;
}
#wrapper .setPt5 {
  padding-top: 5px;
}
#wrapper .setPt10 {
  padding-top: 10px;
}
#wrapper .setPt15 {
  padding-top: 15px;
}
#wrapper .setPt20 {
  padding-top: 20px;
}
#wrapper .setPt30 {
  padding-top: 30px;
}
#wrapper .setPt40 {
  padding-top: 40px;
}
#wrapper .setPt50 {
  padding-top: 50px;
}
#wrapper .setPt60 {
  padding-top: 60px;
}
#wrapper .setPt70 {
  padding-top: 70px;
}
#wrapper .setPt80 {
  padding-top: 80px;
}
#wrapper .setPt90 {
  padding-top: 90px;
}
#wrapper .setPt100 {
  padding-top: 100px;
}
#wrapper .setPt110 {
  padding-top: 110px;
}
#wrapper .setPt120 {
  padding-top: 120px;
}
#wrapper .setPt130 {
  padding-top: 130px;
}
#wrapper .setPt140 {
  padding-top: 140px;
}
#wrapper .setPr5 {
  padding-right: 5px;
}
#wrapper .setPr10 {
  padding-right: 10px;
}
#wrapper .setPr15 {
  padding-right: 15px;
}
#wrapper .setPr20 {
  padding-right: 20px;
}
#wrapper .setPr30 {
  padding-right: 30px;
}
#wrapper .setPr40 {
  padding-right: 40px;
}
#wrapper .setPr50 {
  padding-right: 50px;
}
#wrapper .setPr60 {
  padding-right: 60px;
}
#wrapper .setPr70 {
  padding-right: 70px;
}
#wrapper .setPr80 {
  padding-right: 80px;
}
#wrapper .setPr90 {
  padding-right: 90px;
}
#wrapper .setPr100 {
  padding-right: 100px;
}
#wrapper .setPb5 {
  padding-bottom: 5px;
}
#wrapper .setPb10 {
  padding-bottom: 10px;
}
#wrapper .setPb15 {
  padding-bottom: 15px;
}
#wrapper .setPb20 {
  padding-bottom: 20px;
}
#wrapper .setPb30 {
  padding-bottom: 30px;
}
#wrapper .setPb40 {
  padding-bottom: 40px;
}
#wrapper .setPb50 {
  padding-bottom: 50px;
}
#wrapper .setPb60 {
  padding-bottom: 60px;
}
#wrapper .setPb70 {
  padding-bottom: 70px;
}
#wrapper .setPb80 {
  padding-bottom: 80px;
}
#wrapper .setPb90 {
  padding-bottom: 90px;
}
#wrapper .setPb100 {
  padding-bottom: 100px;
}
#wrapper .setPb110 {
  padding-bottom: 110px;
}
#wrapper .setPb120 {
  padding-bottom: 120px;
}
#wrapper .setPb130 {
  padding-bottom: 130px;
}
#wrapper .setPb140 {
  padding-bottom: 140px;
}
#wrapper .setPl5 {
  padding-left: 5px;
}
#wrapper .setPl10 {
  padding-left: 10px;
}
#wrapper .setPl15 {
  padding-left: 15px;
}
#wrapper .setPl20 {
  padding-left: 20px;
}
#wrapper .setPl30 {
  padding-left: 30px;
}
#wrapper .setPl40 {
  padding-left: 40px;
}
#wrapper .setPl50 {
  padding-left: 50px;
}
#wrapper .setPl60 {
  padding-left: 60px;
}
#wrapper .setPl70 {
  padding-left: 70px;
}
#wrapper .setPl80 {
  padding-left: 80px;
}
#wrapper .setPl90 {
  padding-left: 90px;
}
#wrapper .setPl100 {
  padding-left: 100px;
}
#wrapper .setNegarive30 {
  position: relative;
  top: 30px;
}
#wrapper .resetMt {
  margin-top: 0;
}
#wrapper .resetMr {
  margin-right: 0;
}
#wrapper .resetMb {
  margin-bottom: 0;
}
#wrapper .resetMl {
  margin-left: 0;
}
#wrapper .resetMaxW {
  max-width: none;
}
#wrapper .resetAStyle {
  cursor: default;
}
#wrapper .resetAStyle:hover {
  text-decoration: none;
}
#wrapper .resetAStyle {
  cursor: default;
}
#wrapper .resetAStyle:hover img {
  opacity: 1;
}

@media screen and (min-width: 640px) {
  body {
    min-width: 1000px;
  }

  .sp {
    display: none !important;
  }
}
