
/* Style for PCs */
@media screen and (min-width: 1025px) {

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/topimage_pc.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ts01mm {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:60px 5% 0;
}
.ts01mm h2 {
  font-size:40px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 15px;
}
.ts01mm h3 {
  font-size:28px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 15px;
}
.ts01mm h4 {
  font-size:12px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.8em;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 15px;
}
.ts01mm p {
  font-size:16px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 20px;
}
.ts01mm ul {
  width:100%;
  max-width:1400px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
}
.ts01mm ul li:nth-child(1) {
  width:40%;
  max-width:500px;
  height:auto;
  display: block;
  margin:0 auto;
}


/* Section01
----------------------------------------------------------------*/
.section01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/section01bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.sec01mm {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5% 0;
}
.sec01mm h2 {
  font-size:26px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 15px;
}
.sec01mm p {
  font-size:16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  margin-bottom: 40px;
text-shadow: #000 2px 2px 1px;
}

.sec01mm ul {
  width:100%;
  max-width:1400px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
}
.sec01mm ul li:nth-child(1) {
  flex:1;
  margin:0 1%;
}
.sec01mm ul li:nth-child(2) {
  flex:1;
  margin:0 1%;
}
.sec01mm ul li:nth-child(3) {
  flex:1;
  margin:0 1%;
}

/* Section02
----------------------------------------------------------------*/
.section02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/section02bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  margin-bottom: 100px;
}
.sec02mm {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin:0 auto;
  padding:0px 5% 0px;
}
.sec02mm .sec02cc {
  width:40%;
  height: auto;
  display: block;
  padding-top:5%;
  margin-bottom: 5%;
}
.sec02mm h2 {
  font-size:32px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  order:2;
}
.sec02mm h3 {
  font-size:18px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 15px;
  order:1;
}
.sec02mm p {
  font-size:16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 40px;
  order:3;
  text-shadow: #000 2px 2px 1px;
}
.sec02mm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order:4;
  margin:0 0 50px 0;
}
.sec02mm ul li {
  width:31.333333333333%;
  margin:0 1%;
}

/* Section03
----------------------------------------------------------------*/
.section03 {
  width:100%;
  height: auto;
  display: block;
}
.sec03mm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(58,77,91,1) 100%);
}
.sec03mm .sec03cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec03mm .sec03cc .sec03cc_img {
  width:55%;
  height: auto;
  display: block;
  order:1;
  background-color: #333;
  clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
}
.sec03mm .sec03cc .sec03cc_c {
  width:45%;
  height: auto;
  display: flex;
  flex-direction: column;
  order:2;
  padding:0 5% 0 0;
}
.sec03cc_c h2 {
  font-size:32px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  order:1;
}
.sec03cc_c h3 {
  font-size:18px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 15px;
  order:2;
}
.sec03cc_c p {
  font-size:16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 40px;
  order:3;
}
.sec03mm p:first-of-type {
  margin-bottom:20px;
}
.sec03mm p.subtxt {
  font-size:11px;
  order:4;
}
.section03 ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0;
}
.section03 ul li {
  width:25%;
}

/* Section04
----------------------------------------------------------------*/
.section04 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/section04bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.sec04mm {
  width:100%;
  max-width:1280px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5%;
}
.sec04mm ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.sec04mm ul li {
  width:49%;
  height: auto;
  display: block;
  background-color: rgba(0,0,0,0.7);
}
.sec04mm ul li .s4cc {
  padding:35px 45px;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(58,77,91,0.40242034313725494) 100%);
}
.sec04mm h2 {
  font-size:32px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 10px;
}
.sec04mm h3 {
  font-size:18px;
  text-align: center;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 40px;
}
.sec04mm h4 {
  font-size:24px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 0px;
}
.sec04mm p {
  font-size:16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 0px;
}

/* ContactForm
----------------------------------------------------------------*/
.contactform {
  width:100%;
  height: auto;
  display: block;
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(30,40,47,1) 100%);
}
.cfbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:100px 5%;
  margin:0 auto;
}
.cfbody h2 {
  font-size:32px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 10px;
}
.cfbody h3 {
  font-size:18px;
  text-align: center;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 20px;
}
.cfbody p {
  font-size:16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 50px;
}
.cfbody ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.cfbody ul li {
  width:48%;
  height: auto;
  display: block;
  margin:0 1% 5px;
}

.cfbody li label {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
  padding:10px 15px;
  background-color: var(--color-black);
  border-radius: 5px;
  box-shadow:0px 1px 3px rgba(255,255,255,0.3);
  cursor: pointer;
}
.cfbody li label:hover {
  color:var(--color-3rd);
  background-color:
  rgba(3, 34, 79, 0.554);
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  /* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/topimage_pc.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ts01mm {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:60px 5% 0;
}
.ts01mm h2 {
  font-size:32px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 15px;
}
.ts01mm h3 {
  font-size:24px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: -0.5px;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 15px;
}
.ts01mm h4 {
  font-size:12px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.8em;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 15px;
}
.ts01mm p {
  font-size:16px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 20px;
}
.ts01mm ul {
  width:100%;
  max-width:1400px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
}
.ts01mm ul li:nth-child(1) {
  width:40%;
  max-width:500px;
  height:auto;
  display: block;
  margin:0 auto;
}


/* Section01
----------------------------------------------------------------*/
.section01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/section01bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.sec01mm {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 10% 0;
}
.sec01mm h2 {
  font-size:24px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 15px;
}
.sec01mm p {
  font-size:14px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: #000 2px 2px 1px;
}
.sec01mm p br {
  display: none;
}

.sec01mm ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
}
.sec01mm ul li:nth-child(1) {
  flex:1;
  margin:0 0.5%;
}
.sec01mm ul li:nth-child(2) {
  flex:1;
  margin:0 0.5%;
}
.sec01mm ul li:nth-child(3) {
  flex:1;
  margin:0 0.5%;
}

/* Section02
----------------------------------------------------------------*/
.section02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/section02bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.sec02mm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin:0 auto;
  padding:0px 5% 0px;
}
.sec02mm .sec02cc {
  width:60%;
  height: auto;
  display: block;
  padding-top:0;
  margin-bottom: 5%;
}
.sec02mm h2 {
  font-size:28px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  order:2;
}
.sec02mm h3 {
  font-size:16px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 15px;
  order:1;
}
.sec02mm p {
  font-size:14px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 0px;
  order:3;
  text-shadow: #000 2px 2px 1px;
}
.sec02mm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order:4;
  margin:0 0 0 0;
}
.sec02mm ul li {
  width:31.333333333333%;
  margin:0 1%;
}

/* Section03
----------------------------------------------------------------*/
.section03 {
  width:100%;
  height: auto;
  display: block;
}
.sec03mm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(58,77,91,1) 100%);
}
.sec03mm .sec03cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.sec03mm .sec03cc .sec03cc_img {
  width:100%;
  height: auto;
  display: block;
  order:2;
  background-color: #333;
  clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
}
.sec03mm .sec03cc .sec03cc_c {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  order:2;
  padding:0 5% 0 5%;
}
.sec03cc_c h2 {
  font-size:32px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  order:1;
}
.sec03cc_c h3 {
  font-size:18px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 15px;
  order:2;
}
.sec03cc_c p {
  font-size:16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 40px;
  order:3;
}
.sec03mm p:first-of-type {
  margin-bottom:20px;
}
.sec03mm p.subtxt {
  font-size:11px;
  order:4;
}
.section03 ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0;
}
.section03 ul li {
  width:25%;
}

/* Section04
----------------------------------------------------------------*/
.section04 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/section04bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.sec04mm {
  width:100%;
  max-width:1280px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5%;
}
.sec04mm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec04mm ul li {
  width:100%;
  height: auto;
  display: flex;
  background-color: rgba(0,0,0,0.7);
  margin-bottom: 15px;
}
.sec04mm ul li img {
  width:40%;
}
.sec04mm ul li .s4cc {
  width:60%;
  padding:35px 45px;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(58,77,91,0.40242034313725494) 100%);
}
.sec04mm h2 {
  font-size:32px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 10px;
}
.sec04mm h3 {
  font-size:18px;
  text-align: center;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 40px;
}
.sec04mm h4 {
  font-size:24px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 0px;
}
.sec04mm p {
  font-size:16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 0px;
}

/* ContactForm
----------------------------------------------------------------*/
.contactform {
  width:100%;
  height: auto;
  display: block;
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(30,40,47,1) 100%);
}
.cfbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:100px 5%;
  margin:0 auto;
}
.cfbody h2 {
  font-size:24px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.cfbody h3 {
  font-size:14px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 20px;
}
.cfbody p {
  font-size:14px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 50px;
}
.cfbody ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.cfbody ul li {
  width:48%;
  height: auto;
  display: block;
  margin:0 1% 5px;
}

.cfbody li label {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
  padding:10px 15px;
  background-color: var(--color-black);
  border-radius: 5px;
  box-shadow:0px 1px 3px rgba(255,255,255,0.3);
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

  /* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/topimage_pc.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 150% auto;
}
.ts01mm {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:60px 10% 0;
}
.ts01mm h2 {
  font-size:18px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 15px;
}
.ts01mm h3 {
  font-size:20px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: -0.5px;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 15px;
}
.ts01mm h3 br {
  display: none;
}
.ts01mm h4 {
  font-size:12px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.8em;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 15px;
}
.ts01mm h4 br {
  display: none;
}
.ts01mm p {
  font-size:16px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  text-shadow: 0px 1px 6px rgba(0,0,0,1);
  margin-bottom: 20px;
}
.ts01mm p br {
  display: none;
}
.ts01mm ul {
  width:100%;
  max-width:1400px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
}
.ts01mm ul li:nth-child(1) {
  width:70%;
  max-width:480px;
  height:auto;
  display: block;
  margin:0 auto;
}


/* Section01
----------------------------------------------------------------*/
.section01 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/section01bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.sec01mm {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 10% 0;
}
.sec01mm h2 {
  font-size:24px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
.sec01mm h2 br {
  display: none;
}
.sec01mm p {
  font-size:14px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 40px;
  text-shadow: #000 2px 2px 1px;
}
.sec01mm p br {
  display: none;
}

.sec01mm ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
}
.sec01mm ul li:nth-child(1) {
  flex:1;
  margin:0 0.5%;
}
.sec01mm ul li:nth-child(2) {
  flex:1;
  margin:0 0.5%;
}
.sec01mm ul li:nth-child(3) {
  flex:1;
  margin:0 0.5%;
}

/* Section02
----------------------------------------------------------------*/
.section02 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/section02bg.jpg);
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 100px;
}
.sec02mm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin:0 auto;
  padding:0px 10% 0px;
}
.sec02mm .sec02cc {
  width:100%;
  height: auto;
  display: block;
  padding-top:0;
  margin-bottom: 5%;
}
.sec02mm h2 {
  font-size:24px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  order:2;
}
.sec02mm h3 {
  font-size:16px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 15px;
  order:1;
}
.sec02mm p {
  font-size:14px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 40px;
  order:3;
  text-shadow: #000 2px 2px 1px;
}
.sec02mm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order:4;
  margin:0 0 0 0;
}
.sec02mm ul li {
  width:48%;
  margin:0 1% 10px;
}

/* Section03
----------------------------------------------------------------*/
.section03 {
  width:100%;
  height: auto;
  display: block;
}
.sec03mm {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(58,77,91,1) 100%);
}
.sec03mm .sec03cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.sec03mm .sec03cc .sec03cc_img {
  width:100%;
  height: auto;
  display: block;
  order:2;
  background-color: #333;
  clip-path: polygon(0 0, 48% 0, 100% 100%, 0% 100%);
}
.sec03mm .sec03cc .sec03cc_c {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  order:2;
  padding:0 10% 0 10%;
}
.sec03cc_c h2 {
  font-size:24px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
  order:1;
}
.sec03cc_c h3 {
  font-size:18px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 15px;
  order:2;
}
.sec03cc_c p {
  font-size:16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 40px;
  order:3;
}
.sec03mm p:first-of-type {
  margin-bottom:20px;
}
.sec03mm p.subtxt {
  font-size:11px;
  order:4;
}
.section03 ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0;
}
.section03 ul li {
  width:50%;
}

/* Section04
----------------------------------------------------------------*/
.section04 {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img-megaron/index/section04bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.sec04mm {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5%;
}
.sec04mm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec04mm ul li {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(58,77,91,0.40242034313725494) 100%);
padding:15px;
  margin-bottom: 15px;
}
.sec04mm ul li img {
  width:40%;
}
.sec04mm ul li .s4cc {
  width:55%;
  padding:0 0 0 0;
}
.sec04mm h2 {
  font-size:24px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 5px;
}
.sec04mm h3 {
  font-size:14px;
  text-align: center;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 40px;
}
.sec04mm h4 {
  font-size:20px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 0px;
}
.sec04mm p {
  font-size:14px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 0px;
}

/* ContactForm
----------------------------------------------------------------*/
.contactform {
  width:100%;
  height: auto;
  display: block;
  background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(30,40,47,1) 100%);
}
.cfbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:80px 8%;
  margin:0 auto;
}
.cfbody h2 {
  font-size:24px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.cfbody h3 {
  font-size:14px;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 20px;
}
.cfbody p {
  font-size:14px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 50px;
}
.cfbody li {
  width:100%;
  height: auto;
  display: block;
}
.cfbody li label {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
  padding:10px 15px;
  background-color: var(--color-black);
  border-radius: 5px;
  box-shadow:0px 1px 3px rgba(255,255,255,0.3);
}

}




.sub-page{
  padding: 50px 20px;
  background: #333;


}


.thanks h1{
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;

}

.thanks p{
  text-align: center;

}

.sub-header{
  padding-bottom: 20px;

}



.privacy h1{
    font-size: 32px;
  text-align: center;
  margin-bottom: 30px;

}

.privacy p{
  margin-bottom: 30px;

}

.privacy h2{
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;

}

.privacy ul{
  margin-bottom: 30px;


}


.privacy ul li{
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;


}



.wpcf7-select{
  padding: 10px;

}



.formcheck {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.formcheck span{
  width: 48%;
  height: auto;

  margin: 0 1% 5px;

}


.formcheck label {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
  padding: 10px 15px;
  background-color: var(--color-black);
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(255,255,255,0.3);
  cursor: pointer;
}





.tac input {
  background-color: var(--color-1st);
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  height: 50px;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
}









@media screen and (min-width: 1024px) {

.pc-bottom{
  margin-top: 2%;

}

}


@media screen and (max-width: 768px) {




.privacy h1{
    font-size: 26px;
  text-align: center;
  margin-bottom: 30px;

}




.privacy h1{
    font-size: 26px;
  text-align: center;
  margin-bottom: 30px;


}


.privacy h2{
  font-size: 18px;

}


.formcheck span{
  width: 100%;
  height: auto;

  margin: 0 1% 5px;

}







  }



.section05 {
  width:100%;
  height: auto;
  display: block;


  margin-bottom: 100px;
}
.sec05mm {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:100px 5% 0;
}


.sec05mm h2 {
  font-size:32px;
  font-family: var(--font-min);
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 10px;
}
.sec05mm h3 {
  font-size:18px;
  text-align: center;
  color: var(--color-1st);
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 20px;
}

.sec05mm ul li{
  width: 25%;
  float: left;
  padding: 10px;

}




.line-form{
  display: table;
  margin: 0 auto;
  background: #00b900;
  margin-bottom: 50px;
  margin-top: 10px;
}


.line-form a{
  display: block;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  text-decoration: none;
}


.line-form a:hover{
  opacity: 0.7;
}


.checkbox-746 .wpcf7-form-control{ 
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }


.checkbox-746 .wpcf7-list-item{
    width: 48%;
    height: auto;
    display: block;
    margin: 0 1% 5px !important;

  }


   .checkbox-746 .wpcf7-list-item label {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
    padding: 10px 15px;
    background-color: var(--color-black);
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(255,255,255,0.3);
    cursor: pointer;

  }



@media screen and (max-width: 768px) {

.line-form a{

  font-size: 15px;

}


.sec05mm ul li{
  width: 50%;
  float: left;
  padding: 10px;

}



.sec05mm h2 {
  font-size:24px;

}
.sec05mm h3 {
  font-size:14px;

}


.checkbox-746 .wpcf7-list-item{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0% 5px !important;

  }


  dl.dltable01 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: block;
  }

  dl.dltable01 dt {
    width: 100%;
    padding: 15px 5px;
    border-bottom: 1px dotted var(--color-5th);
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-1st);
    line-height: 1.6em;
  }

  dl.dltable01 dd {
    width: 100%;
    font-size: 14px;
    padding: 15px 5px;
    border-bottom:none;
    line-height: 1.6em;
  }






}




