/* =============================================
colors
============================================= */
/* =============================================
fonts
============================================= */
/* =============================================
inner
============================================= */
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 150% !important;
}

section {
  margin: 30px 0  0;
}

body {
  background: #000;
  font-family: sans-serif;
}

a {
  text-decoration: none;
}

.explanation-title {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid gray;
  position: relative;
  margin-bottom: 10px;
}

.explanation-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  border-bottom: 2px solid #e70707;
}

/* =============================================
header
============================================= */
#header {
  background: #f0eeee;
  height: 70px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#header .header-logo {
  line-height: 100px !important;
}

#header .header-logo img {
  width: 200px;
}

/* =============================================
main
============================================= */
#main {
  margin-top: 70px;
}

#main .inner {
  background: #fff;
}

/* =============================================
guide
============================================= */
#guide {
  padding: 20px 0 0;
}

#guide .guide-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

#guide .guide-banner {
  width: 100%;
}

#slider {
  overflow: hidden;
}

#slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#slider ul li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#color1 {
  background: #EEE;
}

#color2 {
  background: #DDD;
}

#color3 {
  background: #CCC;
}

/* =============================================
cards
============================================= */
.cards {
  padding-top: 30px;
}

.cards-shell {
  margin-top: 25px;
}

.cards-list {
  padding-top: 10px;
}

.cards-list li {
  border: 1px solid gray;
  margin-bottom: 20px;
  position: relative;
}

.cards-list li::after {
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid;
  border-color: #333 #333 transparent transparent;
  display: inline-block;
  top: 50%;
  font-size: 20px;
  right: 0;
  position: absolute;
  -webkit-transform: translate(-100%, -50%) rotate(45deg);
          transform: translate(-100%, -50%) rotate(45deg);
}

.cards-list li a {
  padding: 15px;
  color: #000;
  font-size: 15px;
  display: inline-block;
  width: 100%;
}

.cards-list li a .card-name {
  color: #e70707;
}

.cards-list li a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.cards-list li a div div {
  width: 25%;
}

.cards-list li a div div img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.cards-list li a div p {
  margin-left: 15px;
  margin-right: 20px;
  width: 75%;
  line-height: 150%;
}

/* =============================================
corporation
============================================= */
#corporation {
  padding-bottom: 40px;
}

#corporation p {
  margin-top: 20px;
  color: #e70707;
  line-height: 150%;
}

/* =============================================
modal
============================================= */
.modal-container1,
.modal-container2 {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2;
  display: none;
}

.modal-body {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 40px 5px;
  overflow: scroll;
}

.modal-body .modal-btn {
  margin: 50px auto;
}

.modal-body .modal-btn a {
  background: #f8bf04;
  height: 80px;
  width: 240px;
  text-align: center;
  border-radius: 10px;
  line-height: 80px !important;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid #ffae00;
}

.modal-body .modal-list .modal-item {
  width: 100%;
  margin-bottom: 30px;
}

.modal-body .modal-list .modal-item .modal-card-title {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}

.modal-body .modal-list .modal-item .modal-card-img {
  margin-bottom: 20px;
}

.modal-body .modal-list .modal-item .modal-card-img img {
  width: 95%;
}

.modal-body .modal-list .modal-item .modal-card-content {
  width: 95%;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 10px;
}

.modal-body .modal-list .modal-item .modal-card-content .mcc1 {
  color: #e70707;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.modal-body .modal-list .modal-item .modal-card-content .mcc2 {
  line-height: 150%;
  margin-bottom: 10px;
}

.modal-body .modal-list .modal-item .modal-card-content .mcc3,
.modal-body .modal-list .modal-item .modal-card-content .mcc4 {
  background: #e70707;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-body .modal-list .modal-item .modal-card-content .mcc5 {
  color: #2c2cd8;
  margin-bottom: 10px;
  font-weight: bold;
}

.modal-body .modal-list .modal-item .modal-card-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-body .modal-list .modal-item .modal-card-content div div {
  border: 2px solid #e70707;
  padding: 10px;
  margin-bottom: 20px;
  width: 48%;
}

.modal-body .modal-list .modal-item .modal-card-content div div p {
  color: #000;
  width: 100%;
  margin-bottom: 0;
  line-height: 100% !important;
}

.modal-body .modal-list .modal-item .modal-card-content div div p:last-child {
  font-size: 20px;
}

.modal-body .modal-list .modal-item .modal-card-content div div p span {
  font-size: 35px;
  color: #e70707;
}

.modal-body .modal-list .modal-item .modal-card-content div div:last-child {
  margin-right: 0;
}

.modal-body .modal-list .modal-item .modal-card-content div p {
  margin-bottom: 15px;
  color: #2c2cd8;
  font-size: 17px;
  font-weight: bold;
  width: 50%;
}

.modal-body .modal-list .modal-item .modal-card-content div p:first-child {
  width: 100%;
}

.modal-body .modal-list .modal-item .modal-card-content div p span {
  font-size: 12px;
}

.modal-body .modal-list .modal-item .modal-card-content ul {
  list-style: inside;
  margin-bottom: 30px;
}

.modal-body .modal-list .modal-item .modal-card-content ul li {
  font-size: 14px;
  line-height: 140%;
}

.modal-content {
  position: relative;
}

#js-modal-close,
#js-modal-close2 {
  position: absolute;
  top: -35px;
  right: 0px;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #000;
  line-height: 50px;
}

#js-modal-close::before,
#js-modal-close2::before {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#js-modal-close::after,
#js-modal-close2::after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* =============================================
modal-2
============================================= */
.modal-container2 .modal-list {
  padding: 0 12px;
}

.modal-container2 .modal-list .modal-card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.modal-container2 .modal-card {
  width: 100%;
}

.modal-container2 .modal-card img {
  width: 100%;
}

.modal-container2 .ponta1 {
  padding: 10px 0 40px;
}

.modal-container2 .ponta1 ul {
  list-style: inside;
  text-align: left;
}

.modal-container2 .ponta1 ul li {
  font-size: 14px;
  line-height: 140%;
}

.modal-container2 .ponta1 p {
  text-align: left;
}

.modal-container2 .ponta1 p:nth-child(1) {
  background: #e70707;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  width: 150px;
  line-height: 30px !important;
  margin-bottom: 10px;
  text-align: center;
}

.modal-container2 .ponta1 p:nth-child(2) {
  color: #2c2cd8;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.modal-container2 .ponta1 p:nth-child(2) span {
  font-size: 13px;
  display: block;
  color: #000;
  font-weight: normal;
}

.modal-container2 .ponta1 p:nth-child(3) {
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-container2 .ponta1 p:nth-child(3) span:nth-child(1) {
  font-size: 29px;
  color: #e70707;
}

.modal-container2 .ponta1 p:nth-child(3) span:nth-child(2) {
  font-size: 44px;
  color: #e70707;
}

.modal-container2 .ponta1 p:nth-child(4) {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 150%;
}

.modal-container2 .ponta1 p:nth-child(5) {
  color: #2c2cd8;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-container2 .ponta2 p {
  text-align: left;
}

.modal-container2 .ponta2 p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-container2 .ponta2 p:nth-child(3) {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal-container2 .ponta2 dl {
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-container2 .ponta2 dl dt {
  background: #e70707;
  color: #fff;
  font-size: 16px;
  padding: 5px 5px;
  margin-right: 10px;
  text-align: center;
  width: 80px;
  float: left;
}

.modal-container2 .ponta2 dl dd {
  color: #e70707;
  font-size: 19px;
  padding-top: 3px;
  text-align: left;
}

.modal-container2 .ponta3 {
  text-align: left;
  margin-bottom: 30px;
}

.modal-container2 .ponta3 .ponta3-content {
  margin-bottom: 10px;
}

.modal-container2 .ponta3 .ponta3-content .ponta3-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.modal-container2 .ponta3 .ponta3-sentence p:nth-child(1) {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 150%;
}

.modal-container2 .ponta3 .ponta3-sentence p:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-container2 .ponta3 .ponta3-sentence p:nth-child(3) {
  font-size: 14px;
}

.modal-container2 .ponta3 .ponta3-list {
  text-align: center;
}

.modal-container2 .ponta3 .ponta3-list .ponta3-item {
  border: 2px solid #e70707;
  padding: 5px;
  text-align: center;
  color: #e70707;
  font-weight: bold;
}

.modal-container2 .ponta3 .ponta3-list .ponta3-item p {
  font-size: 14px;
  font-weight: bold;
}

.modal-container2 .ponta3 .ponta3-list .ponta3-item p:nth-child(2) span {
  font-size: 27px;
}

.modal-container2 .ponta3 .ponta3-list .dotted {
  border: 2px dotted #e70707;
  margin: 25px 0 20px;
}

.modal-container2 .ponta3 .ponta3-list .dotted p {
  height: 50px;
  line-height: 50px !important;
  padding-bottom: 0;
}

.modal-container2 .ponta3 .ponta3-list .ponta-plus {
  font-size: 27px;
  color: #e70707;
  font-weight: bold;
  margin-bottom: 5px;
}

.modal-container2 .ponta4 {
  text-align: left;
  margin-top: 20px;
}

.modal-container2 .ponta4 .ponta4-content {
  margin-bottom: 20px;
}

.modal-container2 .ponta4 .ponta4-content .ponta4-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.modal-container2 .ponta4 .ponta4-sentence {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 150%;
}

.modal-container2 .ponta4 .ponta4-list {
  text-align: center;
}

.modal-container2 .ponta4 .ponta4-list .ponta4-item {
  border: 2px solid #e70707;
  padding: 5px;
  text-align: center;
  color: #e70707;
  font-weight: bold;
}

.modal-container2 .ponta4 .ponta4-list .ponta4-item p {
  font-size: 14px;
}

.modal-container2 .ponta4 .ponta4-list .ponta4-item p:nth-child(1) {
  margin-bottom: 5px;
}

.modal-container2 .ponta4 .ponta4-list .ponta4-item p:nth-child(2) span {
  font-size: 27px;
}

.modal-container2 .ponta4 .ponta4-list .dotted {
  border: 2px dotted #e70707;
  padding: 21px 5px 13px;
}

.modal-container2 .ponta4 .ponta4-list .ponta-plus {
  font-size: 27px;
  color: #e70707;
  font-weight: bold;
  margin-bottom: 5px;
}

.modal-container2 .ponta4 .ponta4-single-item {
  border: 2px solid #e70707;
  padding: 5px;
  text-align: center;
  color: #e70707;
  font-weight: bold;
}

.modal-container2 .ponta4 .ponta4-single-item p {
  font-size: 14px;
}

.modal-container2 .ponta4 .ponta4-single-item p:nth-child(1) {
  margin-bottom: 5px;
}

.modal-container2 .ponta4 .ponta4-single-item p:nth-child(2) span {
  font-size: 27px;
}

.modal-container2 .ponta4 dl {
  width: 100%;
  font-weight: bold;
}

.modal-container2 .ponta4 dl dt {
  background: #e70707;
  color: #fff;
  font-size: 16px;
  padding: 5px 5px;
  margin-right: 10px;
  text-align: center;
  float: left;
  width: 80px;
}

.modal-container2 .ponta4 dl dd {
  color: #e70707;
  font-size: 19px;
  padding-top: 3px;
}
/*# sourceMappingURL=style.css.map */