@charset "UTF-8";
/*----------------------- reset css ----------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  max-width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: none;
  width: 100%;
  border: solid 1px #d3d3d3;
  border-radius: 3px;
  font-family: sans-serif;
  font-size: 100%;
  color: #000;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
}

a,
a:hover {
  transition: 0.7s;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

body {
  font-family: adobe-clean-han-japanese, "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.5;
}

img {
  border-style: none;
}

/*----------- 記事内のcss ---------*/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.content-text img {
  max-width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.content-text p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  color: rgb(100, 100, 100);
}

/*----------- 記事内のcss ---------*/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.content-text img {
  max-width: 100%;
  margin-bottom: 15px;
  height: auto;
}

.content-text p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  color: rgb(100, 100, 100);
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*--- タイポグラフィ ---*/
h1 {
  font-size: 3.2rem;
  line-height: 48px;
  letter-spacing: 10%;
}

h2 {
  font-size: 2.4rem;
  line-height: 32px;
  letter-spacing: 10%;
}

p {
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 8px;
  font-feature-settings: "palt";
}

/*----------------------- reset css ----------------------*/
/*=======================================



	JWI 公式サイトのcss リセット


=======================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
  border: none;
  text-align: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}

h2::after,
h3::after {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
  align-items: flex-start;
}

.pc-br {
  display: block;
}

.montserrat {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  font-size: 110%;
}

html section {
  box-sizing: border-box;
}

h2 {
  color: #fff;
}
h2 img {
  display: block;
  margin: 0 auto;
}

h3 {
  color: #fff;
}

p {
  color: #222;
}

/*=======================================


AFAA 下層ページ共通


=======================================*/
article section {
  padding: 64px 16px;
}
article section h3 {
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: solid 5px #D16A91;
  padding-bottom: 16px;
  color: #000;
  display: block;
  margin: 0 auto 40px;
  text-align: center;
  width: 500px;
}
@media (max-width: 640px) {
  article section h3 {
    width: auto;
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

#container {
  /*=======================================


      MLHとは


  =======================================*/
}
#container .top-section {
  position: relative;
  padding: 0;
  max-width: 1280px;
  height: 560px;
  margin: 0 auto;
  background-image: url("../../../img/license_mlh/NLH-top-bg_pc.jpg");
  background-size: cover;
  background-position: center center;
}
#container .top-section figure img {
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 120px;
}
#container .top-section .inner {
  position: absolute;
  max-width: 800px;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
  top: 40%;
}
#container .top-section .inner h3 {
  color: #fff;
}
#container .top-section .inner p {
  color: #fff;
  text-align: left;
}
#container .section-2 {
  position: relative;
}
#container .section-2 .bg-text {
  position: absolute;
  max-width: 90%;
  right: 0;
  left: 0;
  top: 40px;
  margin: auto;
}
#container .section-2 .license-list {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
#container .section-2 .license-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  #container .section-2 .license-list ul {
    justify-content: center;
  }
}
#container .section-2 .license-list ul > li {
  margin: 10px 5px 0px;
  box-sizing: border-box;
  text-align: center;
}
#container .section-2 .license-list ul > li img {
  display: block;
}
#container .section-2 .license-list p {
  position: absolute;
  right: 0;
  bottom: 0;
}
#container .section-3 {
  background-image: url("../../../img/license_mlh/cost-bg_pc@2x.jpg");
  background-position: center left;
  background-size: cover;
  text-align: center;
}
#container .section-3 h3 {
  width: 660px;
  color: #fff;
}
#container .section-3 .cost-box {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  margin: 0 auto 48px;
}
#container .section-3 .text-box {
  text-align: center;
}
#container .section-3 .text-box p {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  padding-left: 16px;
  position: relative;
}
#container .section-3 .text-box p span {
  position: absolute;
  left: 0;
}
#container .section-3 .text-box .lage-text {
  padding: 0;
  font-size: 1.8rem;
  margin-bottom: 32px;
  text-align: center;
}
#container .section-3 .text-box .middle-text {
  text-align: left;
}

@media (max-width: 640px) {
  /**************************

  	スマートフォン用css

  ***************************/
  body {
    width: 100%;
    margin: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  /*=======================================


  MLHとは


  =======================================*/
  #container .top-section {
    background-image: url("../../../img/license_mlh/NLH-top-bg_sp.jpg");
    background-position: top center;
    height: 100vh;
    width: auto;
    height: auto;
    padding: 25% 0;
  }
  #container .top-section figure img {
    width: 80%;
    position: static;
    margin-bottom: 45%;
  }
  #container .top-section .inner {
    position: static;
    width: 80%;
    margin: 0 auto;
    top: 35%;
  }
  #container .top-section .inner p {
    font-size: 1.4rem;
  }
  #container .section-2 .license-list ul:after {
    content: "after";
    width: 45%;
    margin: 10px 5px 0px;
    color: aliceblue;
  }
  #container .section-2 .license-list ul > li {
    width: 45%;
  }
  #container .section-2 .license-list p {
    position: relative;
    margin-top: 32px;
    font-size: 1.4rem;
  }
  #container .section-3 {
    background-image: url("../../../img/license_mlh/cost-bg_sp@2x.jpg");
  }
  #container .section-3 h3 {
    width: unset;
  }
  #container .section-3 .cost-box {
    display: block;
  }
  #container .section-3 .cost-box figure {
    margin-bottom: 32px;
  }
}
/*-- スマートフォン用cssここまで --*//*# sourceMappingURL=common.css.map */