.wf-notosansjapanese {
  font-family: "Noto Sans JP", sans-serif;
}

.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.wf-hannari {
  font-family: "Hannari", sans-serif;
}

.wf-roboto {
  font-family: "Roboto", sans-serif;
}

.wf-yusei-magic {
  font-family: "Yusei Magic", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  font-style: inherit;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  text-decoration: none;
  font-style: normal;
}

body span {
  font-size: 10px;
}

body a {
  text-decoration: underline;
}

header {
  min-height: 100vh;
  padding: 80px 0;
  background: url(../images/lp_openlisence_main.jpg);
  background-size: cover;
}

header .main_catch {
  position: relative;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}

header .main_catch p {
  text-align: center;
  font-family: "Yusei Magic", sans-serif;
  font-size: 70px;
  text-shadow: 2px 2px 3px #fff;
  color: #ff4b1e;
  position: relative;
  line-height: 1em;
  z-index: 2;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  font-weight: bold;
}

header .main_catch p.fukidasi {
  position: absolute;
  left: 30px;
  top: -50px;
  font-size: 40px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  border-radius: 50%;
  background: #fff;
  padding: 20px;
  z-index: 1;
}

header .fukidasi_item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
  max-width: 800px;
}

header .fukidasi_item div {
  margin: 0 10px 20px;
  color: #fff;
  background: #008ed4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(255, 255, 255, 0.2);
          box-shadow: 2px 2px 2px 2px rgba(255, 255, 255, 0.2);
}

header .fukidasi_item div p {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.3em;
}

header .catchcopy {
  font-size: 18px;
  color: #ff80ed;
  max-width: 80%;
  padding: 20px;
  margin: 20px auto;
  background: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

header .catchcopy p {
  text-align: center;
  line-height: 1.5em;
  font-weight: bold;
}

header .caution {
  font-size: 10px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}

header .caution p {
  width: 90%;
  line-height: 1.5em;
  margin: 0 auto;
}

footer {
  padding: 50px 0;
}

footer p.copyright {
  font-size: 10px;
  text-align: center;
}

#main_content section {
  padding: 70px 20px 100px;
}

#main_content section div p {
  text-align: center;
  line-height: 2em;
}

#main_content section.bgblue {
  background: #07317b;
  color: #fff;
}

#main_content section.bgblue h1::after {
  border-bottom: 2px solid #fff;
}

#main_content section h1 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
}

#main_content section h1 span {
  display: block;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

#main_content section h1::after {
  content: " ";
  display: block;
  margin: 30px auto 50px;
  width: 30px;
  height: 0;
  border-bottom: 2px solid #232323;
}

#main_content section h2 {
  line-height: 1.3em;
}

#main_content section .icon_wrap {
  margin-bottom: 50px;
}

#main_content section .icon_wrap .icon {
  background: #07317b;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  padding: 20px;
  line-height: 85px;
  border-radius: 50%;
}

#main_content section .icon_wrap .icon.icon_orange {
  background: #ff4b1e;
}

#main_content section .icon_wrap .icon i {
  font-size: 48px;
  color: #fff;
}

#main_content section.campaign_price strong {
  display: inline-block;
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
}

#main_content section.flow .flow_wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

#main_content section.flow .flow_wrap .flow_item {
  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;
  color: #232323;
  font-size: 18px;
}

#main_content section.flow .flow_wrap .flow_item.full p {
  width: 100%;
}

#main_content section.flow .flow_wrap .flow_item p {
  width: 49%;
  padding: 15px;
  background: #fff;
  margin-bottom: 10px;
  line-height: 1.3em;
}

#main_content section.flow .flow_wrap .flow_item p em {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

#main_content section.flow .flow_wrap .flow_arrow {
  color: #fff;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 1em;
}

#main_content section.flow .flow_wrap .flow_arrow i {
  font-size: 20px;
}

#main_content section.merit {
  width: 90%;
  margin: 0 auto;
}

#main_content section.merit.merit_detail {
  width: 100%;
}

#main_content section.merit .merit_item_wrap {
  /*
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        */
}

#main_content section.merit .merit_item_wrap .merit_item {
  margin-bottom: 50px;
}

#main_content section.merit .merit_item_wrap .merit_item h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#main_content section.merit .merit_item_wrap .merit_item h2 span {
  display: block;
  margin-bottom: 10px;
}

#main_content section.merit .merit_item_wrap .merit_item p {
  line-height: 1.5em;
}

#main_content section.merit .merit_item_wrap .merit_item p.large {
  font-family: "Murecho", sans-serif;
  color: #ff0;
  margin: 0 0 20px;
}

#main_content section.merit .merit_item_wrap .merit_item p.large.red {
  color: #f00;
}

#main_content section.price {
  padding-left: 0;
  padding-right: 0;
}

#main_content section.price .pricetable {
  width: 90%;
  margin: 0 auto;
  overflow-x: scroll;
}

#main_content section.price .pricetable table {
  table-layout: fixed;
  margin: 0 auto;
}

#main_content section.price .pricetable table tr:first-of-type th,
#main_content section.price .pricetable table tr:first-of-type td {
  font-size: 20px;
}

#main_content section.price .pricetable table tr:first-of-type th:first-of-type,
#main_content section.price .pricetable table tr:first-of-type td:first-of-type {
  background: none;
}

#main_content section.price .pricetable table tr th,
#main_content section.price .pricetable table tr td {
  text-align: center;
  padding: 30px 15px;
  line-height: 1.5em;
}

#main_content section.price .pricetable table tr th:nth-of-type(1),
#main_content section.price .pricetable table tr td:nth-of-type(1) {
  width: 20%;
  min-width: 150px;
}

#main_content section.price .pricetable table tr th:nth-of-type(2),
#main_content section.price .pricetable table tr td:nth-of-type(2) {
  width: 40%;
  min-width: 300px;
}

#main_content section.price .pricetable table tr th:nth-of-type(3),
#main_content section.price .pricetable table tr td:nth-of-type(3) {
  width: 40%;
  min-width: 300px;
}

#main_content section.price .pricetable table tr th span,
#main_content section.price .pricetable table tr td span {
  font-size: 12px;
  padding: 5px;
  display: inline-block;
  background: #ff4b1e;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
}

#main_content section.price .pricetable table tr th em,
#main_content section.price .pricetable table tr td em {
  font-size: 40px;
}

#main_content section.price .pricetable table tr th {
  background: #f0f0f0;
}

#main_content section.price .pricetable table tr td {
  background: #f0f0f0;
}

#main_content section.voice .voicelist {
  max-width: 1000px;
  margin: 0 auto;
}

#main_content section.voice .voicelist .voiceitem {
  margin: 0 20px 20px;
  padding: 20px;
  background: rgba(251, 50, 25, 0.1);
  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;
}

#main_content section.voice .voicelist .voiceitem .img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

#main_content section.voice .voicelist .voiceitem .img p img {
  width: 100%;
}

#main_content section.voice .voicelist .voiceitem .text h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 15px 0;
}

#main_content section.voice .voicelist .voiceitem .text .desc {
  width: 100%;
}

#main_content section.voice .voicelist .voiceitem .text .desc p {
  width: 100%;
  text-align: left;
}

#main_content section.staff .stafflist {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main_content section.staff .stafflist .staffinfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-width: 300px;
  max-width: 50%;
  padding: 20px;
  background: #f0f0f0;
  margin: 0 5px 10px;
}

#main_content section.staff .stafflist .staffinfo .itemlabel {
  position: absolute;
  right: 0;
  top: 0;
}

#main_content section.staff .stafflist .staffinfo .itemlabel p {
  display: inline-block;
  padding: 8px 10px;
  background: #008ed4;
  color: #fff;
  line-height: 1em;
  font-size: 14px;
}

#main_content section.staff .stafflist .staffinfo .itemlabel p.joukin {
  background: #ff4b1e;
}

#main_content section.staff .stafflist .staffinfo .img_wrap {
  width: 60%;
  margin: 0 auto 20px;
}

#main_content section.staff .stafflist .staffinfo .img_wrap .img {
  width: 100%;
  padding-top: 100%;
  margin-top: -100%;
}

#main_content section.staff .stafflist .staffinfo .img_wrap .img p {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

#main_content section.staff .stafflist .staffinfo .img_wrap .img p img {
  display: block;
  width: 100%;
}

#main_content section.staff .stafflist .staffinfo .inst_wrap {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-left: 20px;
}

#main_content section.staff .stafflist .staffinfo .inst_wrap h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

#main_content section.staff .stafflist .staffinfo .inst_wrap .desc p {
  text-align: left;
  font-size: 14px;
}

#main_content section.staff .stafflist .staffinfo .inst_wrap .desc p span {
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
}

#main_content section.staff .stafflist .staffinfo .inst_wrap .desc p span.block {
  margin-top: 5px;
  display: block;
}

#main_content section.shopinfo .shop_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

#main_content section.shopinfo .shop_wrap table {
  width: 100%;
}

#main_content section.shopinfo .shop_wrap table tr th,
#main_content section.shopinfo .shop_wrap table tr td {
  padding: 40px 10px;
  background: #f0f0f0;
}

#main_content section.shopinfo .shop_wrap table tr th {
  font-weight: bold;
}

#main_content section.contact .contact_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

#main_content section.contact .contact_wrap .screen-reader-response {
  color: #f00;
  font-weight: bold;
}

#main_content section.contact .contact_wrap .screen-reader-response ul li {
  color: inherit;
  font-weight: inherit;
  margin-top: 5px;
}

#main_content section.contact .contact_wrap .wpcf7-response-output {
  margin-top: 10px;
  color: #f00;
  font-weight: bold;
}

#main_content section.contact .contact_wrap .wpcf7-form-control-wrap {
  width: 100%;
  text-align: left;
}

#main_content section.contact .contact_wrap span.wpcf7-not-valid-tip {
  color: #f00;
  font-weight: bold;
  margin: 5px;
  display: block;
  font-size: 14px;
  width: auto;
  text-align: left;
}

#main_content section.contact .contact_wrap span.wpcf7-list-item {
  display: block;
}

#main_content section.contact .contact_wrap table {
  width: 100%;
}

#main_content section.contact .contact_wrap table tr:nth-of-type(2n + 1) th,
#main_content section.contact .contact_wrap table tr:nth-of-type(2n + 1) td {
  background: #f9f9f9;
}

#main_content section.contact .contact_wrap table tr th,
#main_content section.contact .contact_wrap table tr td {
  padding: 40px 10px;
  background: #f0f0f0;
}

#main_content section.contact .contact_wrap table tr th input,
#main_content section.contact .contact_wrap table tr td input {
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  line-height: 1em;
}

#main_content section.contact .contact_wrap table tr th input[type="radio"],
#main_content section.contact .contact_wrap table tr td input[type="radio"] {
  width: auto;
  display: inline-block;
  margin-right: 10px;
}

#main_content section.contact .contact_wrap table tr th label,
#main_content section.contact .contact_wrap table tr td label {
  display: block;
  margin-bottom: 5px;
}

#main_content section.contact .contact_wrap table tr th label span,
#main_content section.contact .contact_wrap table tr td label span {
  font-size: 14px;
}

#main_content section.contact .contact_wrap table tr th textarea,
#main_content section.contact .contact_wrap table tr td textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
  line-height: 1.3em;
}

#main_content section.contact .contact_wrap table tr th select,
#main_content section.contact .contact_wrap table tr td select {
  font-size: 16px;
}

#main_content section.contact .contact_wrap table tr th p,
#main_content section.contact .contact_wrap table tr td p {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_content section.contact .contact_wrap table tr th p span,
#main_content section.contact .contact_wrap table tr td p span {
  font-size: 14px;
  width: 50px;
  text-align: center;
}

#main_content section.contact .contact_wrap table tr th p input,
#main_content section.contact .contact_wrap table tr th p textarea,
#main_content section.contact .contact_wrap table tr td p input,
#main_content section.contact .contact_wrap table tr td p textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main_content section.contact .contact_wrap table tr th {
  font-weight: bold;
  text-align: center;
}

#main_content section.contact .contact_wrap table tr th span.caution {
  background: #f00;
  color: #fff;
  padding: 3px 10px;
  margin: 8px auto 0;
  display: block;
  width: 50px;
  border-radius: 3px;
}

#main_content section.contact .contact_wrap table tr th span.caution.caution_free {
  background: #e0e0e0;
  color: #202020;
}

#main_content section.contact .button_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main_content section.contact .button_list input[type="submit"] {
  border-radius: 5px;
  background: #07317b;
  border: none;
  padding: 20px 30px;
  color: #fff;
}

#main_content section.contact .button_list input[type="submit"]:hover {
  background: #ff4b1e;
}

#main_content div.fixed_contact {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main_content div.fixed_contact p {
  display: block;
  border-right: 1px solid #fff;
}

#main_content div.fixed_contact p:last-of-type {
  border-right: none;
}

#main_content div.fixed_contact p.full {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main_content div.fixed_contact p a {
  display: block;
  padding: 15px;
  line-height: 1.5em;
  text-align: center;
  background: #ff4b1e;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

#main_content div.fixed_contact p a i {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
/*# sourceMappingURL=lp_openlisence.css.map */