@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@2.0.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?ap0quj");
  src: url("../fonts/icomoon.eot?ap0quj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ap0quj") format("truetype"), url("../fonts/icomoon.woff?ap0quj") format("woff"), url("../fonts/icomoon.svg?ap0quj#icomoon") format("svg");
  font-weight: 400;
  font-style: normal
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent
}

body,
div {
  vertical-align: baseline
}

body,
div,
a {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

html,
body {
  width: 100%;
  height: 100%;
  color: #000
}

html {
  font-family: "YakuHanJP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll
}

ul,
ol {
  list-style: none
}

blockquote {
  font-style: italic
}

blockquote,
q {
  quotes: none
}

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

a {
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
  color: #000;
  text-decoration: underline;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

a:hover,
a:focus {
  text-decoration: none
}

a:hover {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

strong {
  font-size: bold
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}

input,
select {
  vertical-align: middle;
  cursor: pointer
}

label {
  cursor: pointer;
  display: block
}

button,
textarea,
input[type="button"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="submit"],
input[type="file"] {
  -webkit-user-select: auto;
  -webkit-appearance: none;
  outline: 0;
  margin: 0
}

select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  appearance: none
}

select::-ms-expand {
  display: none
}

img,
object,
embed {
  max-width: 100%
}

img {
  vertical-align: bottom
}

a img,
hr {
  border: none
}

hr {
  height: 0;
  margin: 0;
  border-top: 1px solid #fff
}

.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  margin: 0 auto
}

.contents {
  padding-bottom: 90px
}

.block {
  width: 100%;
  border-top: 1px solid #E6E6E6
}

.block.block-gray {
  background-color: #FAFAFA
}

.inner {
  width: 1024px;
  margin: 0 auto;
  padding: 100px 0
}

.others .inner {
  width: 1024px !important;
  margin: 0 auto;
  padding: 30px 0 !important
}

@media (max-width:1064px) {
  .inner {
    width: 100%;
    padding: 100px 20px
  }

  .others .inner {
    width: 100% !important;
    padding: 30px 20px !important
  }
}

@media (max-width:768px) {
  .inner {
    padding: 30px 20px
  }

  .others .inner {
    padding: 30px 20px !important
  }
}

.header {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  padding: 12px 20px
}

.header.active {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: rgba(0, 0, 0, .9)
}

.others {
  padding-top: 60px
}

.others .header {
  background: rgba(0, 0, 0, .9)
}

.header-logo {
  position: absolute;
  left: 20px;
  top: 20px
}

.header-nav {
  float: right
}

.header-nav-item {
  float: left;
  font-size: 1.6rem
}

.header-nav-item a {
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none
}

.header-nav-item a:hover,
.header-nav-item a:focus {
  color: #fff;
  text-decoration: none
}

.header-sm-nav {
  float: right;
  color: #fff;
  text-align: center;
  cursor: pointer
}

@media (max-width:768px) {
  .others {
    padding-top: 40px
  }

  .header {
    height: 40px;
    padding: 5px 10px
  }

  .header-logo {
    left: 10px;
    top: 13px
  }

  .header-logo svg {
    height: 16px;
    width: auto
  }

  .header-nav {
    display: none;
    float: none;
    width: 100%;
    position: absolute;
    top: 40px;
    right: 0;
    background: rgba(0, 0, 0, .9)
  }

  .header-nav-item {
    float: none;
    font-size: 1.4rem
  }

  .header-nav-item a {
    display: block;
    padding: 15px 10px;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid #f5f5f5
  }

  .header-nav-item a:hover,
  .header-nav-item a:focus {
    color: #fff;
    text-decoration: none
  }

  .header-sm-nav {
    display: block !important
  }
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90px;
  width: 100%;
  border-top: 1px solid #E6E6E6
}

.footer-copylight {
  padding: 30px
}

.footer-copylight,
.btn {
  font-size: 1.6rem;
  text-align: center
}

.btn {
  display: inline-block;
  font-weight: 400;
  padding: 10px 30px;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #000;
  text-decoration: none;
  background: #E6E6E6;
  cursor: pointer
}

.btn:hover,
.btn:focus {
  text-decoration: none
}

.btn:hover,
.btn:active {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.btn-sm {
  padding: 8px 15px;
  font-size: 1.4rem
}

.btn-full {
  width: 100%
}

.btn-primary {
  color: #fff;
  border: 1px solid #000;
  background: #000
}

.btn-primary:hover,
.btn-primary:active {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
}

.form-group :placeholder-shown {
  color: #C8C8C8
}

.form-group ::-webkit-input-placeholder {
  color: #C8C8C8
}

.form-group :-moz-placeholder,
.form-group ::-moz-placeholder {
  color: #C8C8C8;
  opacity: 1
}

.form-group :-ms-input-placeholder {
  color: #C8C8C8
}

.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=date] {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  font-size: 1.6rem;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #FAFAFA
}

.form-group input[type=text].error,
.form-group input[type=email].error,
.form-group input[type=number].error,
.form-group input[type=password].error,
.form-group input[type=date].error {
  border: 1px solid #F34235;
  background: #fef6f6
}

.form-group input[type=text][disabled],
.form-group input[type=email][disabled],
.form-group input[type=number][disabled],
.form-group input[type=password][disabled],
.form-group input[type=date][disabled] {
  border: 1px solid #E6E6E6;
  background: #E6E6E6
}

.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=number]:focus,
.form-group input[type=password]:focus,
.form-group input[type=date]:focus {
  border: 1px solid #000
}

.form-group textarea {
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #FAFAFA
}

.form-group textarea:focus {
  border: 1px solid #000
}

.form-group select {
  -webkit-appearance: button;
  -moz-appearance: none;
  appearance: button;
  text-indent: .01px;
  text-overflow: "";
  width: 100%;
  height: 45px;
  padding: 0 30px 0 10px;
  font-size: 1.6rem;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #FAFAFA url(../images/select_icon@2x.png) no-repeat center right 15px;
  -moz-background-size: 12px 7px;
  -o-background-size: 12px 7px;
  background-size: 12px 7px;
  outline: 0
}

.form-group select::-ms-expand {
  display: none
}

.form-group select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

.form-group select:focus {
  border: 1px solid #000
}

.form-group .checkbox-item:not(:last-of-type) {
  margin-bottom: 5px
}

.form-group .checkbox-item label {
  min-height: 23px;
  padding-left: 30px;
  background: url(../images/checkbox_icon@2x.png) no-repeat left top 3px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px
}

.form-group .checkbox-item input {
  display: none
}

.form-group .checkbox-item input:checked+label {
  background: url(../images/checkbox_icon_active@2x.png) no-repeat left top 3px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px
}

.row {
  margin-left: -20px;
  margin-right: -20px
}

.row:after {
  content: " ";
  display: block;
  clear: both
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  float: left;
  min-height: 1px;
  padding: 0 20px
}

.col-pull-0 {
  right: auto
}

.col-push-0 {
  left: auto
}

.col-offset-0 {
  margin-left: 0
}

.col-1 {
  width: 8.33333%
}

.col-pull-1 {
  right: 8.33333%
}

.col-push-1 {
  left: 8.33333%
}

.col-offset-1 {
  margin-left: 8.33333%
}

.col-2 {
  width: 16.66667%
}

.col-pull-2 {
  right: 16.66667%
}

.col-push-2 {
  left: 16.66667%
}

.col-offset-2 {
  margin-left: 16.66667%
}

.col-3 {
  width: 25%
}

.col-pull-3 {
  right: 25%
}

.col-push-3 {
  left: 25%
}

.col-offset-3 {
  margin-left: 25%
}

.col-4 {
  width: 33.33333%
}

.col-pull-4 {
  right: 33.33333%
}

.col-push-4 {
  left: 33.33333%
}

.col-offset-4 {
  margin-left: 33.33333%
}

.col-5 {
  width: 41.66667%
}

.col-pull-5 {
  right: 41.66667%
}

.col-push-5 {
  left: 41.66667%
}

.col-offset-5 {
  margin-left: 41.66667%
}

.col-6 {
  width: 50%
}

.col-pull-6 {
  right: 50%
}

.col-push-6 {
  left: 50%
}

.col-offset-6 {
  margin-left: 50%
}

.col-7 {
  width: 58.33333%
}

.col-pull-7 {
  right: 58.33333%
}

.col-push-7 {
  left: 58.33333%
}

.col-offset-7 {
  margin-left: 58.33333%
}

.col-8 {
  width: 66.66667%
}

.col-pull-8 {
  right: 66.66667%
}

.col-push-8 {
  left: 66.66667%
}

.col-offset-8 {
  margin-left: 66.66667%
}

.col-9 {
  width: 75%
}

.col-pull-9 {
  right: 75%
}

.col-push-9 {
  left: 75%
}

.col-offset-9 {
  margin-left: 75%
}

.col-10 {
  width: 83.33333%
}

.col-pull-10 {
  right: 83.33333%
}

.col-push-10 {
  left: 83.33333%
}

.col-offset-10 {
  margin-left: 83.33333%
}

.col-11 {
  width: 91.66667%
}

.col-pull-11 {
  right: 91.66667%
}

.col-push-11 {
  left: 91.66667%
}

.col-offset-11 {
  margin-left: 91.66667%
}

.col-12 {
  width: 100%
}

.col-pull-12 {
  right: 100%
}

.col-push-12 {
  left: 100%
}

.col-offset-12 {
  margin-left: 100%
}

@media (max-width:768px) {
  .col-1 {
    width: 100%
  }

  .col-pull-1 {
    right: 0
  }

  .col-push-1 {
    left: 0
  }

  .col-offset-1 {
    margin-left: 0
  }

  .col-2 {
    width: 100%
  }

  .col-pull-2 {
    right: 0
  }

  .col-push-2 {
    left: 0
  }

  .col-offset-2 {
    margin-left: 0
  }

  .col-3 {
    width: 100%
  }

  .col-pull-3 {
    right: 0
  }

  .col-push-3 {
    left: 0
  }

  .col-offset-3 {
    margin-left: 0
  }

  .col-4 {
    width: 100%
  }

  .col-pull-4 {
    right: 0
  }

  .col-push-4 {
    left: 0
  }

  .col-offset-4 {
    margin-left: 0
  }

  .col-5 {
    width: 100%
  }

  .col-pull-5 {
    right: 0
  }

  .col-push-5 {
    left: 0
  }

  .col-offset-5 {
    margin-left: 0
  }

  .col-6 {
    width: 100%
  }

  .col-pull-6 {
    right: 0
  }

  .col-push-6 {
    left: 0
  }

  .col-offset-6 {
    margin-left: 0
  }

  .col-7 {
    width: 100%
  }

  .col-pull-7 {
    right: 0
  }

  .col-push-7 {
    left: 0
  }

  .col-offset-7 {
    margin-left: 0
  }

  .col-8 {
    width: 100%
  }

  .col-pull-8 {
    right: 0
  }

  .col-push-8 {
    left: 0
  }

  .col-offset-8 {
    margin-left: 0
  }

  .col-9 {
    width: 100%
  }

  .col-pull-9 {
    right: 0
  }

  .col-push-9 {
    left: 0
  }

  .col-offset-9 {
    margin-left: 0
  }

  .col-10 {
    width: 100%
  }

  .col-pull-10 {
    right: 0
  }

  .col-push-10 {
    left: 0
  }

  .col-offset-10 {
    margin-left: 0
  }

  .col-11 {
    width: 100%
  }

  .col-pull-11 {
    right: 0
  }

  .col-push-11 {
    left: 0
  }

  .col-offset-11 {
    margin-left: 0
  }

  .col-12 {
    width: 100%
  }

  .col-pull-12 {
    right: 0
  }

  .col-push-12 {
    left: 0
  }

  .col-offset-12 {
    margin-left: 0
  }
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-menu:before {
  content: "\e900"
}

.icon-pencil:before {
  content: "\e905"
}

.icon-pen:before {
  content: "\e908"
}

.icon-search:before {
  content: "\e986"
}

.icon-facebook:before {
  content: "\ea90"
}

.icon-facebook2:before {
  content: "\ea91"
}

.icon-instagram:before {
  content: "\ea92"
}

.icon-twitter:before {
  content: "\ea96"
}

.icon-github:before {
  content: "\eab0"
}

.table-layout {
  position: relative;
  display: table;
  width: 100%
}

.cell,
.cell-1,
.cell-2,
.cell-3,
.cell-4,
.cell-5,
.cell-6,
.cell-7,
.cell-8,
.cell-9,
.cell-10,
.cell-11,
.cell-12 {
  display: table-cell;
  vertical-align: middle
}

.cell-1 {
  width: 8.33333%
}

.cell-2 {
  width: 16.66667%
}

.cell-3 {
  width: 25%
}

.cell-4 {
  width: 33.33333%
}

.cell-5 {
  width: 41.66667%
}

.cell-6 {
  width: 50%
}

.cell-7 {
  width: 58.33333%
}

.cell-8 {
  width: 66.66667%
}

.cell-9 {
  width: 75%
}

.cell-10 {
  width: 83.33333%
}

.cell-11 {
  width: 91.66667%
}

.cell-12 {
  width: 100%
}

.table-layout-primary {
  font-size: 1.6rem;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6
}

.table-layout-primary .th,
.table-layout-primary .td {
  padding: 20px 15px;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6
}

.table-layout-primary .th {
  background: #FAFAFA
}

.table-layout-primary .td {
  background: #fff
}

table {
  position: relative;
  width: 100%
}

table th,
table td {
  padding: 20px 15px
}

.table-primary {
  font-size: 1.6rem;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6
}

.table-primary th {
  font-weight: 700
}

.table-primary th,
.table-primary td {
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6
}

@media (max-width:768px) {
  .table-layout {
    position: relative;
    display: block
  }

  .cell,
  .cell-1,
  .cell-2,
  .cell-3,
  .cell-4,
  .cell-5,
  .cell-6,
  .cell-7,
  .cell-8,
  .cell-9,
  .cell-10,
  .cell-11,
  .cell-12 {
    display: block;
    width: 100%
  }

  .table-layout-primary .th {
    padding: 10px 15px;
    border-bottom: none
  }

  .table-layout-primary .td {
    padding: 10px 15px
  }
}

.label {
  vertical-align: middle;
  padding: 1px 3px;
  color: #8A857D;
  border: 1px solid #8A857D;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.label,
.label-danger {
  display: inline-block;
  font-size: 1.2rem
}

.label-danger {
  padding: 0 3px;
  color: #fff;
  border: 1px solid #F34235;
  background: #F34235
}

.list-disc {
  margin-left: 20px
}

.list-disc li {
  list-style: disc
}

.list-disc li:not(:last-of-type) {
  margin-bottom: 10px
}

.list-disc ul {
  margin: 10px 0 0 20px
}

.list-disc ul li {
  list-style: circle
}

.list-decimal {
  margin-left: 20px
}

.list-decimal li {
  list-style: decimal
}

.list-decimal li:not(:last-of-type) {
  margin-bottom: 10px
}

.list-decimal ul {
  margin: 10px 0 0 20px
}

.list-decimal ul li {
  list-style: circle
}

.tab-menu {
  border-bottom: 1px solid #E6E6E6;
  background: #FAFAFA
}

.tab-menu-item {
  float: left
}

.tab-menu-item a {
  display: block;
  margin-bottom: -1px;
  padding: 20px;
  border-bottom: 1px solid #E6E6E6;
  text-decoration: none
}

.tab-menu-item a:hover,
.tab-menu-item a:active,
.tab-menu-item a:focus {
  border-bottom: 1px solid #000;
  background: #fff
}

.tab-menu-item a.active {
  border-bottom: 1px solid #000;
  background: #fff
}

.tab-content {
  margin-bottom: 30px
}

@media (max-width:768px) {
  .tab-menu {
    display: none
  }
}

.hero-block {
  display: table;
  width: 100%;
  height: 700px;
  color: #fff;
  text-align: center;
  background-color: rgb(221, 137, 137);
  /* background: url(../images/hero_image.png) no-repeat center center; */
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

.hero-title {
  width: 100%;
  color: #eee;
  font-weight: 600;
  font-size: 4.8rem;
  display: table-cell;
  vertical-align: middle
}

.service-block .inner {
  width: 100%;
  padding: 30px 0 0
}

.service-box {
  display: table;
  width: 795px;
  margin: 0 auto
}

.service-details {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px
}

.service-details-icon {
  margin-bottom: 10px
}

.service-details-icon img {
  float: left;
  margin-right: 5px
}

.service-details-badge {
  display: table;
  width: 350px
}

.service-details-badge-cell {
  display: table-cell;
  width: 50%;
  padding: 0 5px;
  text-align: center
}

.service-image {
  display: table-cell;
  width: 395px;
  vertical-align: bottom
}

.news-list-item {
  margin-bottom: 15px
}

.member-name {
  font-size: 2rem;
  font-weight: 700
}

.member-name a {
  color: #000;
  text-decoration: none
}

.member-name a:hover,
.member-name a:focus {
  color: #000;
  text-decoration: underline
}

.member-position {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: 200;
  color: #969696
}

.member-details {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1.8
}

.member-link-list {
  font-size: 2rem
}

.member-link-list li {
  display: inline;
  margin: 0 5px;
  line-height: 1
}

.member-link-list a {
  display: inline-block;
  padding: 9px 10px;
  color: #000;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px
}

.member-link-list a:hover,
.member-link-list a:focus {
  color: #000;
  text-decoration: none
}

.member-link-list a:hover,
.member-link-list a:active {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .2)
}

.contact-form {
  width: 500px;
  margin: 0 auto
}

@media (max-width:992px) {
  .service-block .inner {
    padding: 20px 0 0
  }

  .service-box {
    width: 695px
  }

  .service-details {
    padding-bottom: 20px
  }

  .service-details-badge {
    width: 300px
  }

  .service-image {
    width: 345px
  }
}

@media (max-width:768px) {
  .hero-block {
    height: 350px
  }

  .service-box {
    width: 465px
  }

  .service-details-badge {
    width: 250px
  }

  .service-image {
    width: 195px
  }

  .member-image,
  .member-name,
  .member-position,
  .member-link-list {
    text-align: center
  }
}

@media (max-width:540px) {
  .contact-form {
    width: 100%
  }
}

@media (max-width:480px) {
  .hero-block {
    height: 200px
  }

  .service-box {
    display: block;
    width: 100%
  }

  .service-details {
    display: block;
    width: 80%;
    padding: 0 10px 10px;
    margin: 0 auto
  }

  .service-details-badge {
    width: 100%
  }

  .service-image {
    display: block;
    width: 70%;
    margin: 0 auto
  }
}

.news-item {
  padding: 30px 0
}

.news-item:not(:last-of-type) {
  border-bottom: 1px solid #E6E6E6
}

.news-item-date {
  margin-right: 10px;
  font-size: 1.6rem
}

.news-item-date,
.label-list {
  display: inline-block
}

.label-list .label {
  margin: -10px 3px 0 0
}

.news-item-title {
  font-size: 2rem
}

.news-entry {
  padding: 30px 0
}

.news-entry-body h1 {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700
}

.news-entry-body h2 {
  margin-bottom: 30px;
  font-size: 2.7rem;
  font-weight: 700
}

.news-entry-body h3 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 700
}

.news-entry-body h4 {
  margin-bottom: 30px;
  font-size: 2.1rem;
  font-weight: 700
}

.news-entry-body h5 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700
}

.news-entry-body h6 {
  font-weight: 700
}

.news-entry-body h6,
.news-entry-body p {
  margin-bottom: 30px;
  font-size: 1.6rem
}

.news-entry-body ul {
  margin: 0 0 30px 20px;
  font-size: 1.6rem
}

.news-entry-body ul li {
  margin-bottom: 10px;
  list-style: disc
}

.news-entry-body ol {
  margin: 0 0 30px 20px;
  font-size: 1.6rem
}

.news-entry-body ol li {
  margin-bottom: 10px;
  list-style: decimal
}

.news-entry-body blockquote {
  margin-bottom: 30px;
  padding: 30px;
  font-size: 1.6rem;
  background: #FAFAFA
}

.news-entry-body blockquote p {
  margin-bottom: 0
}

.news-entry-body strong {
  font-weight: 700
}

.sns-list li {
  display: block;
  width: 50px;
  height: 50px;
  background: red
}

.sns-list li svg {
  margin: 0
}

@media (max-width:768px) {
  .news-entry {
    padding: 30px 0 0
  }

  .news-entry-body h1 {
    font-size: 2.6rem
  }

  .news-entry-body h2 {
    font-size: 2.4rem
  }

  .news-entry-body h3 {
    font-size: 2.2rem
  }

  .news-entry-body h4 {
    font-size: 2rem
  }
}

.inner .recruit-box:not(:first-of-type) {
  border-top: 1px solid #E6E6E6
}

.recruit-box {
  padding: 60px 0
}

.recruit-form-box {
  width: 700px;
  margin: 0 auto
}

@media (max-width:992px) {
  .recruit-form-box {
    width: 100%;
    margin: 0 auto
  }

  .recruit-form-box iframe {
    width: 100%
  }
}

@media (max-width:768px) {
  .recruit-box {
    padding: 30px 0
  }
}

.img-responsive {
  height: auto;
  width: 100%
}

.hide {
  display: none
}

.show {
  display: block
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.vertical-top {
  vertical-align: top
}

.vertical-bottom {
  vertical-align: bottom
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.block-center {
  display: block;
  margin: 0 auto !important
}

.m0 {
  margin: 0
}

.mt0 {
  margin-top: 0
}

.mr0 {
  margin-right: 0
}

.mb0 {
  margin-bottom: 0
}

.ml0 {
  margin-left: 0
}

.mtb0 {
  margin-top: 0;
  margin-bottom: 0
}

.mrl0 {
  margin-right: 0;
  margin-left: 0
}

.p0 {
  padding: 0
}

.pt0 {
  padding-top: 0
}

.pr0 {
  padding-right: 0
}

.pb0 {
  padding-bottom: 0
}

.pl0 {
  padding-left: 0
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0
}

.prl0 {
  padding-right: 0;
  padding-left: 0
}

.m5 {
  margin: 5px
}

.mt5 {
  margin-top: 5px
}

.mr5 {
  margin-right: 5px
}

.mb5 {
  margin-bottom: 5px
}

.ml5 {
  margin-left: 5px
}

.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px
}

.mrl5 {
  margin-right: 5px;
  margin-left: 5px
}

.p5 {
  padding: 5px
}

.pt5 {
  padding-top: 5px
}

.pr5 {
  padding-right: 5px
}

.pb5 {
  padding-bottom: 5px
}

.pl5 {
  padding-left: 5px
}

.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px
}

.prl5 {
  padding-right: 5px;
  padding-left: 5px
}

.m10 {
  margin: 10px
}

.mt10 {
  margin-top: 10px
}

.mr10 {
  margin-right: 10px
}

.mb10 {
  margin-bottom: 10px
}

.ml10 {
  margin-left: 10px
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px
}

.mrl10 {
  margin-right: 10px;
  margin-left: 10px
}

.p10 {
  padding: 10px
}

.pt10 {
  padding-top: 10px
}

.pr10 {
  padding-right: 10px
}

.pb10 {
  padding-bottom: 10px
}

.pl10 {
  padding-left: 10px
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px
}

.prl10 {
  padding-right: 10px;
  padding-left: 10px
}

.m15 {
  margin: 15px
}

.mt15 {
  margin-top: 15px
}

.mr15 {
  margin-right: 15px
}

.mb15 {
  margin-bottom: 15px
}

.ml15 {
  margin-left: 15px
}

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px
}

.mrl15 {
  margin-right: 15px;
  margin-left: 15px
}

.p15 {
  padding: 15px
}

.pt15 {
  padding-top: 15px
}

.pr15 {
  padding-right: 15px
}

.pb15 {
  padding-bottom: 15px
}

.pl15 {
  padding-left: 15px
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px
}

.prl15 {
  padding-right: 15px;
  padding-left: 15px
}

.m20 {
  margin: 20px
}

.mt20 {
  margin-top: 20px
}

.mr20 {
  margin-right: 20px
}

.mb20 {
  margin-bottom: 20px
}

.ml20 {
  margin-left: 20px
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px
}

.mrl20 {
  margin-right: 20px;
  margin-left: 20px
}

.p20 {
  padding: 20px
}

.pt20 {
  padding-top: 20px
}

.pr20 {
  padding-right: 20px
}

.pb20 {
  padding-bottom: 20px
}

.pl20 {
  padding-left: 20px
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px
}

.prl20 {
  padding-right: 20px;
  padding-left: 20px
}

.m25 {
  margin: 25px
}

.mt25 {
  margin-top: 25px
}

.mr25 {
  margin-right: 25px
}

.mb25 {
  margin-bottom: 25px
}

.ml25 {
  margin-left: 25px
}

.mtb25 {
  margin-top: 25px;
  margin-bottom: 25px
}

.mrl25 {
  margin-right: 25px;
  margin-left: 25px
}

.p25 {
  padding: 25px
}

.pt25 {
  padding-top: 25px
}

.pr25 {
  padding-right: 25px
}

.pb25 {
  padding-bottom: 25px
}

.pl25 {
  padding-left: 25px
}

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px
}

.prl25 {
  padding-right: 25px;
  padding-left: 25px
}

.m30 {
  margin: 30px
}

.mt30 {
  margin-top: 30px
}

.mr30 {
  margin-right: 30px
}

.mb30 {
  margin-bottom: 30px
}

.ml30 {
  margin-left: 30px
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px
}

.mrl30 {
  margin-right: 30px;
  margin-left: 30px
}

.p30 {
  padding: 30px
}

.pt30 {
  padding-top: 30px
}

.pr30 {
  padding-right: 30px
}

.pb30 {
  padding-bottom: 30px
}

.pl30 {
  padding-left: 30px
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px
}

.prl30 {
  padding-right: 30px;
  padding-left: 30px
}

.m35 {
  margin: 35px
}

.mt35 {
  margin-top: 35px
}

.mr35 {
  margin-right: 35px
}

.mb35 {
  margin-bottom: 35px
}

.ml35 {
  margin-left: 35px
}

.mtb35 {
  margin-top: 35px;
  margin-bottom: 35px
}

.mrl35 {
  margin-right: 35px;
  margin-left: 35px
}

.p35 {
  padding: 35px
}

.pt35 {
  padding-top: 35px
}

.pr35 {
  padding-right: 35px
}

.pb35 {
  padding-bottom: 35px
}

.pl35 {
  padding-left: 35px
}

.ptb35 {
  padding-top: 35px;
  padding-bottom: 35px
}

.prl35 {
  padding-right: 35px;
  padding-left: 35px
}

.m40 {
  margin: 40px
}

.mt40 {
  margin-top: 40px
}

.mr40 {
  margin-right: 40px
}

.mb40 {
  margin-bottom: 40px
}

.ml40 {
  margin-left: 40px
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px
}

.mrl40 {
  margin-right: 40px;
  margin-left: 40px
}

.p40 {
  padding: 40px
}

.pt40 {
  padding-top: 40px
}

.pr40 {
  padding-right: 40px
}

.pb40 {
  padding-bottom: 40px
}

.pl40 {
  padding-left: 40px
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.prl40 {
  padding-right: 40px;
  padding-left: 40px
}

.m45 {
  margin: 45px
}

.mt45 {
  margin-top: 45px
}

.mr45 {
  margin-right: 45px
}

.mb45 {
  margin-bottom: 45px
}

.ml45 {
  margin-left: 45px
}

.mtb45 {
  margin-top: 45px;
  margin-bottom: 45px
}

.mrl45 {
  margin-right: 45px;
  margin-left: 45px
}

.p45 {
  padding: 45px
}

.pt45 {
  padding-top: 45px
}

.pr45 {
  padding-right: 45px
}

.pb45 {
  padding-bottom: 45px
}

.pl45 {
  padding-left: 45px
}

.ptb45 {
  padding-top: 45px;
  padding-bottom: 45px
}

.prl45 {
  padding-right: 45px;
  padding-left: 45px
}

.m50 {
  margin: 50px
}

.mt50 {
  margin-top: 50px
}

.mr50 {
  margin-right: 50px
}

.mb50 {
  margin-bottom: 50px
}

.ml50 {
  margin-left: 50px
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px
}

.mrl50 {
  margin-right: 50px;
  margin-left: 50px
}

.p50 {
  padding: 50px
}

.pt50 {
  padding-top: 50px
}

.pr50 {
  padding-right: 50px
}

.pb50 {
  padding-bottom: 50px
}

.pl50 {
  padding-left: 50px
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.prl50 {
  padding-right: 50px;
  padding-left: 50px
}

.m55 {
  margin: 55px
}

.mt55 {
  margin-top: 55px
}

.mr55 {
  margin-right: 55px
}

.mb55 {
  margin-bottom: 55px
}

.ml55 {
  margin-left: 55px
}

.mtb55 {
  margin-top: 55px;
  margin-bottom: 55px
}

.mrl55 {
  margin-right: 55px;
  margin-left: 55px
}

.p55 {
  padding: 55px
}

.pt55 {
  padding-top: 55px
}

.pr55 {
  padding-right: 55px
}

.pb55 {
  padding-bottom: 55px
}

.pl55 {
  padding-left: 55px
}

.ptb55 {
  padding-top: 55px;
  padding-bottom: 55px
}

.prl55 {
  padding-right: 55px;
  padding-left: 55px
}

.m60 {
  margin: 60px
}

.mt60 {
  margin-top: 60px
}

.mr60 {
  margin-right: 60px
}

.mb60 {
  margin-bottom: 60px
}

.ml60 {
  margin-left: 60px
}

.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px
}

.mrl60 {
  margin-right: 60px;
  margin-left: 60px
}

.p60 {
  padding: 60px
}

.pt60 {
  padding-top: 60px
}

.pr60 {
  padding-right: 60px
}

.pb60 {
  padding-bottom: 60px
}

.pl60 {
  padding-left: 60px
}

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px
}

.prl60 {
  padding-right: 60px;
  padding-left: 60px
}

.m65 {
  margin: 65px
}

.mt65 {
  margin-top: 65px
}

.mr65 {
  margin-right: 65px
}

.mb65 {
  margin-bottom: 65px
}

.ml65 {
  margin-left: 65px
}

.mtb65 {
  margin-top: 65px;
  margin-bottom: 65px
}

.mrl65 {
  margin-right: 65px;
  margin-left: 65px
}

.p65 {
  padding: 65px
}

.pt65 {
  padding-top: 65px
}

.pr65 {
  padding-right: 65px
}

.pb65 {
  padding-bottom: 65px
}

.pl65 {
  padding-left: 65px
}

.ptb65 {
  padding-top: 65px;
  padding-bottom: 65px
}

.prl65 {
  padding-right: 65px;
  padding-left: 65px
}

.m70 {
  margin: 70px
}

.mt70 {
  margin-top: 70px
}

.mr70 {
  margin-right: 70px
}

.mb70 {
  margin-bottom: 70px
}

.ml70 {
  margin-left: 70px
}

.mtb70 {
  margin-top: 70px;
  margin-bottom: 70px
}

.mrl70 {
  margin-right: 70px;
  margin-left: 70px
}

.p70 {
  padding: 70px
}

.pt70 {
  padding-top: 70px
}

.pr70 {
  padding-right: 70px
}

.pb70 {
  padding-bottom: 70px
}

.pl70 {
  padding-left: 70px
}

.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px
}

.prl70 {
  padding-right: 70px;
  padding-left: 70px
}

.m75 {
  margin: 75px
}

.mt75 {
  margin-top: 75px
}

.mr75 {
  margin-right: 75px
}

.mb75 {
  margin-bottom: 75px
}

.ml75 {
  margin-left: 75px
}

.mtb75 {
  margin-top: 75px;
  margin-bottom: 75px
}

.mrl75 {
  margin-right: 75px;
  margin-left: 75px
}

.p75 {
  padding: 75px
}

.pt75 {
  padding-top: 75px
}

.pr75 {
  padding-right: 75px
}

.pb75 {
  padding-bottom: 75px
}

.pl75 {
  padding-left: 75px
}

.ptb75 {
  padding-top: 75px;
  padding-bottom: 75px
}

.prl75 {
  padding-right: 75px;
  padding-left: 75px
}

.m80 {
  margin: 80px
}

.mt80 {
  margin-top: 80px
}

.mr80 {
  margin-right: 80px
}

.mb80 {
  margin-bottom: 80px
}

.ml80 {
  margin-left: 80px
}

.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px
}

.mrl80 {
  margin-right: 80px;
  margin-left: 80px
}

.p80 {
  padding: 80px
}

.pt80 {
  padding-top: 80px
}

.pr80 {
  padding-right: 80px
}

.pb80 {
  padding-bottom: 80px
}

.pl80 {
  padding-left: 80px
}

.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px
}

.prl80 {
  padding-right: 80px;
  padding-left: 80px
}

.m85 {
  margin: 85px
}

.mt85 {
  margin-top: 85px
}

.mr85 {
  margin-right: 85px
}

.mb85 {
  margin-bottom: 85px
}

.ml85 {
  margin-left: 85px
}

.mtb85 {
  margin-top: 85px;
  margin-bottom: 85px
}

.mrl85 {
  margin-right: 85px;
  margin-left: 85px
}

.p85 {
  padding: 85px
}

.pt85 {
  padding-top: 85px
}

.pr85 {
  padding-right: 85px
}

.pb85 {
  padding-bottom: 85px
}

.pl85 {
  padding-left: 85px
}

.ptb85 {
  padding-top: 85px;
  padding-bottom: 85px
}

.prl85 {
  padding-right: 85px;
  padding-left: 85px
}

.m90 {
  margin: 90px
}

.mt90 {
  margin-top: 90px
}

.mr90 {
  margin-right: 90px
}

.mb90 {
  margin-bottom: 90px
}

.ml90 {
  margin-left: 90px
}

.mtb90 {
  margin-top: 90px;
  margin-bottom: 90px
}

.mrl90 {
  margin-right: 90px;
  margin-left: 90px
}

.p90 {
  padding: 90px
}

.pt90 {
  padding-top: 90px
}

.pr90 {
  padding-right: 90px
}

.pb90 {
  padding-bottom: 90px
}

.pl90 {
  padding-left: 90px
}

.ptb90 {
  padding-top: 90px;
  padding-bottom: 90px
}

.prl90 {
  padding-right: 90px;
  padding-left: 90px
}

.m95 {
  margin: 95px
}

.mt95 {
  margin-top: 95px
}

.mr95 {
  margin-right: 95px
}

.mb95 {
  margin-bottom: 95px
}

.ml95 {
  margin-left: 95px
}

.mtb95 {
  margin-top: 95px;
  margin-bottom: 95px
}

.mrl95 {
  margin-right: 95px;
  margin-left: 95px
}

.p95 {
  padding: 95px
}

.pt95 {
  padding-top: 95px
}

.pr95 {
  padding-right: 95px
}

.pb95 {
  padding-bottom: 95px
}

.pl95 {
  padding-left: 95px
}

.ptb95 {
  padding-top: 95px;
  padding-bottom: 95px
}

.prl95 {
  padding-right: 95px;
  padding-left: 95px
}

.m100 {
  margin: 100px
}

.mt100 {
  margin-top: 100px
}

.mr100 {
  margin-right: 100px
}

.mb100 {
  margin-bottom: 100px
}

.ml100 {
  margin-left: 100px
}

.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px
}

.mrl100 {
  margin-right: 100px;
  margin-left: 100px
}

.p100 {
  padding: 100px
}

.pt100 {
  padding-top: 100px
}

.pr100 {
  padding-right: 100px
}

.pb100 {
  padding-bottom: 100px
}

.pl100 {
  padding-left: 100px
}

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px
}

.prl100 {
  padding-right: 100px;
  padding-left: 100px
}

.w5 {
  width: 5%
}

.w10 {
  width: 10%
}

.w15 {
  width: 15%
}

.w20 {
  width: 20%
}

.w25 {
  width: 25%
}

.w30 {
  width: 30%
}

.w35 {
  width: 35%
}

.w40 {
  width: 40%
}

.w45 {
  width: 45%
}

.w50 {
  width: 50%
}

.w55 {
  width: 55%
}

.w60 {
  width: 60%
}

.w65 {
  width: 65%
}

.w70 {
  width: 70%
}

.w75 {
  width: 75%
}

.w80 {
  width: 80%
}

.w85 {
  width: 85%
}

.w90 {
  width: 90%
}

.w95 {
  width: 95%
}

.w100 {
  width: 100%
}

.w5px {
  width: 5px
}

.w10px {
  width: 10px
}

.w15px {
  width: 15px
}

.w20px {
  width: 20px
}

.w25px {
  width: 25px
}

.w30px {
  width: 30px
}

.w35px {
  width: 35px
}

.w40px {
  width: 40px
}

.w45px {
  width: 45px
}

.w50px {
  width: 50px
}

.w55px {
  width: 55px
}

.w60px {
  width: 60px
}

.w65px {
  width: 65px
}

.w70px {
  width: 70px
}

.w75px {
  width: 75px
}

.w80px {
  width: 80px
}

.w85px {
  width: 85px
}

.w90px {
  width: 90px
}

.w95px {
  width: 95px
}

.w100px {
  width: 100px
}

.w105px {
  width: 105px
}

.w110px {
  width: 110px
}

.w115px {
  width: 115px
}

.w120px {
  width: 120px
}

.w125px {
  width: 125px
}

.w130px {
  width: 130px
}

.w135px {
  width: 135px
}

.w140px {
  width: 140px
}

.w145px {
  width: 145px
}

.w150px {
  width: 150px
}

.w155px {
  width: 155px
}

.w160px {
  width: 160px
}

.w165px {
  width: 165px
}

.w170px {
  width: 170px
}

.w175px {
  width: 175px
}

.w180px {
  width: 180px
}

.w185px {
  width: 185px
}

.w190px {
  width: 190px
}

.w195px {
  width: 195px
}

.w200px {
  width: 200px
}

.w205px {
  width: 205px
}

.w210px {
  width: 210px
}

.w215px {
  width: 215px
}

.w220px {
  width: 220px
}

.w225px {
  width: 225px
}

.w230px {
  width: 230px
}

.w235px {
  width: 235px
}

.w240px {
  width: 240px
}

.w245px {
  width: 245px
}

.w250px {
  width: 250px
}

.w255px {
  width: 255px
}

.w260px {
  width: 260px
}

.w265px {
  width: 265px
}

.w270px {
  width: 270px
}

.w275px {
  width: 275px
}

.w280px {
  width: 280px
}

.w285px {
  width: 285px
}

.w290px {
  width: 290px
}

.w295px {
  width: 295px
}

.w300px {
  width: 300px
}

.w305px {
  width: 305px
}

.w310px {
  width: 310px
}

.w315px {
  width: 315px
}

.w320px {
  width: 320px
}

.w325px {
  width: 325px
}

.w330px {
  width: 330px
}

.w335px {
  width: 335px
}

.w340px {
  width: 340px
}

.w345px {
  width: 345px
}

.w350px {
  width: 350px
}

.w355px {
  width: 355px
}

.w360px {
  width: 360px
}

.w365px {
  width: 365px
}

.w370px {
  width: 370px
}

.w375px {
  width: 375px
}

.w380px {
  width: 380px
}

.w385px {
  width: 385px
}

.w390px {
  width: 390px
}

.w395px {
  width: 395px
}

.w400px {
  width: 400px
}

.w405px {
  width: 405px
}

.w410px {
  width: 410px
}

.w415px {
  width: 415px
}

.w420px {
  width: 420px
}

.w425px {
  width: 425px
}

.w430px {
  width: 430px
}

.w435px {
  width: 435px
}

.w440px {
  width: 440px
}

.w445px {
  width: 445px
}

.w450px {
  width: 450px
}

.w455px {
  width: 455px
}

.w460px {
  width: 460px
}

.w465px {
  width: 465px
}

.w470px {
  width: 470px
}

.w475px {
  width: 475px
}

.w480px {
  width: 480px
}

.w485px {
  width: 485px
}

.w490px {
  width: 490px
}

.w495px {
  width: 495px
}

.w500px {
  width: 500px
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both
}

.video-outer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0
}

.video-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media (max-width:768px) {

  .w5,
  .w10,
  .w15,
  .w20,
  .w25,
  .w30,
  .w35,
  .w40,
  .w45,
  .w50,
  .w55,
  .w60,
  .w65,
  .w70,
  .w75,
  .w80,
  .w85,
  .w90,
  .w95,
  .w100,
  .w5px,
  .w10px,
  .w15px,
  .w20px,
  .w25px,
  .w30px,
  .w35px,
  .w40px,
  .w45px,
  .w50px,
  .w55px,
  .w60px,
  .w65px,
  .w70px,
  .w75px,
  .w80px,
  .w85px,
  .w90px,
  .w95px,
  .w100px,
  .w105px,
  .w110px,
  .w115px,
  .w120px,
  .w125px,
  .w130px,
  .w135px,
  .w140px,
  .w145px,
  .w150px,
  .w155px,
  .w160px,
  .w165px,
  .w170px,
  .w175px,
  .w180px,
  .w185px,
  .w190px,
  .w195px,
  .w200px,
  .w205px,
  .w210px,
  .w215px,
  .w220px,
  .w225px,
  .w230px,
  .w235px,
  .w240px,
  .w245px,
  .w250px,
  .w255px,
  .w260px,
  .w265px,
  .w270px,
  .w275px,
  .w280px,
  .w285px,
  .w290px,
  .w295px,
  .w300px,
  .w305px,
  .w310px,
  .w315px,
  .w320px,
  .w325px,
  .w330px,
  .w335px,
  .w340px,
  .w345px,
  .w350px,
  .w355px,
  .w360px,
  .w365px,
  .w370px,
  .w375px,
  .w380px,
  .w385px,
  .w390px,
  .w395px,
  .w400px,
  .w405px,
  .w410px,
  .w415px,
  .w420px,
  .w425px,
  .w430px,
  .w435px,
  .w440px,
  .w445px,
  .w450px,
  .w455px,
  .w460px,
  .w465px,
  .w470px,
  .w475px,
  .w480px,
  .w485px,
  .w490px,
  .w495px,
  .w500px {
    width: 100%
  }

  .sm-m0 {
    margin: 0 !important
  }

  .sm-mt0 {
    margin-top: 0 !important
  }

  .sm-mr0 {
    margin-right: 0 !important
  }

  .sm-mb0 {
    margin-bottom: 0 !important
  }

  .sm-ml0 {
    margin-left: 0 !important
  }

  .sm-mtb0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .sm-mrl0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .sm-p0 {
    padding: 0 !important
  }

  .sm-pt0 {
    padding-top: 0 !important
  }

  .sm-pr0 {
    padding-right: 0 !important
  }

  .sm-pb0 {
    padding-bottom: 0 !important
  }

  .sm-pl0 {
    padding-left: 0 !important
  }

  .sm-ptb0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .sm-prl0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .sm-m5 {
    margin: 5px !important
  }

  .sm-mt5 {
    margin-top: 5px !important
  }

  .sm-mr5 {
    margin-right: 5px !important
  }

  .sm-mb5 {
    margin-bottom: 5px !important
  }

  .sm-ml5 {
    margin-left: 5px !important
  }

  .sm-mtb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
  }

  .sm-mrl5 {
    margin-right: 5px !important;
    margin-left: 5px !important
  }

  .sm-p5 {
    padding: 5px !important
  }

  .sm-pt5 {
    padding-top: 5px !important
  }

  .sm-pr5 {
    padding-right: 5px !important
  }

  .sm-pb5 {
    padding-bottom: 5px !important
  }

  .sm-pl5 {
    padding-left: 5px !important
  }

  .sm-ptb5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
  }

  .sm-prl5 {
    padding-right: 5px !important;
    padding-left: 5px !important
  }

  .sm-m10 {
    margin: 10px !important
  }

  .sm-mt10 {
    margin-top: 10px !important
  }

  .sm-mr10 {
    margin-right: 10px !important
  }

  .sm-mb10 {
    margin-bottom: 10px !important
  }

  .sm-ml10 {
    margin-left: 10px !important
  }

  .sm-mtb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
  }

  .sm-mrl10 {
    margin-right: 10px !important;
    margin-left: 10px !important
  }

  .sm-p10 {
    padding: 10px !important
  }

  .sm-pt10 {
    padding-top: 10px !important
  }

  .sm-pr10 {
    padding-right: 10px !important
  }

  .sm-pb10 {
    padding-bottom: 10px !important
  }

  .sm-pl10 {
    padding-left: 10px !important
  }

  .sm-ptb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }

  .sm-prl10 {
    padding-right: 10px !important;
    padding-left: 10px !important
  }

  .sm-m15 {
    margin: 15px !important
  }

  .sm-mt15 {
    margin-top: 15px !important
  }

  .sm-mr15 {
    margin-right: 15px !important
  }

  .sm-mb15 {
    margin-bottom: 15px !important
  }

  .sm-ml15 {
    margin-left: 15px !important
  }

  .sm-mtb15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
  }

  .sm-mrl15 {
    margin-right: 15px !important;
    margin-left: 15px !important
  }

  .sm-p15 {
    padding: 15px !important
  }

  .sm-pt15 {
    padding-top: 15px !important
  }

  .sm-pr15 {
    padding-right: 15px !important
  }

  .sm-pb15 {
    padding-bottom: 15px !important
  }

  .sm-pl15 {
    padding-left: 15px !important
  }

  .sm-ptb15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
  }

  .sm-prl15 {
    padding-right: 15px !important;
    padding-left: 15px !important
  }

  .sm-m20 {
    margin: 20px !important
  }

  .sm-mt20 {
    margin-top: 20px !important
  }

  .sm-mr20 {
    margin-right: 20px !important
  }

  .sm-mb20 {
    margin-bottom: 20px !important
  }

  .sm-ml20 {
    margin-left: 20px !important
  }

  .sm-mtb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
  }

  .sm-mrl20 {
    margin-right: 20px !important;
    margin-left: 20px !important
  }

  .sm-p20 {
    padding: 20px !important
  }

  .sm-pt20 {
    padding-top: 20px !important
  }

  .sm-pr20 {
    padding-right: 20px !important
  }

  .sm-pb20 {
    padding-bottom: 20px !important
  }

  .sm-pl20 {
    padding-left: 20px !important
  }

  .sm-ptb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
  }

  .sm-prl20 {
    padding-right: 20px !important;
    padding-left: 20px !important
  }

  .sm-m25 {
    margin: 25px !important
  }

  .sm-mt25 {
    margin-top: 25px !important
  }

  .sm-mr25 {
    margin-right: 25px !important
  }

  .sm-mb25 {
    margin-bottom: 25px !important
  }

  .sm-ml25 {
    margin-left: 25px !important
  }

  .sm-mtb25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
  }

  .sm-mrl25 {
    margin-right: 25px !important;
    margin-left: 25px !important
  }

  .sm-p25 {
    padding: 25px !important
  }

  .sm-pt25 {
    padding-top: 25px !important
  }

  .sm-pr25 {
    padding-right: 25px !important
  }

  .sm-pb25 {
    padding-bottom: 25px !important
  }

  .sm-pl25 {
    padding-left: 25px !important
  }

  .sm-ptb25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
  }

  .sm-prl25 {
    padding-right: 25px !important;
    padding-left: 25px !important
  }

  .sm-m30 {
    margin: 30px !important
  }

  .sm-mt30 {
    margin-top: 30px !important
  }

  .sm-mr30 {
    margin-right: 30px !important
  }

  .sm-mb30 {
    margin-bottom: 30px !important
  }

  .sm-ml30 {
    margin-left: 30px !important
  }

  .sm-mtb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
  }

  .sm-mrl30 {
    margin-right: 30px !important;
    margin-left: 30px !important
  }

  .sm-p30 {
    padding: 30px !important
  }

  .sm-pt30 {
    padding-top: 30px !important
  }

  .sm-pr30 {
    padding-right: 30px !important
  }

  .sm-pb30 {
    padding-bottom: 30px !important
  }

  .sm-pl30 {
    padding-left: 30px !important
  }

  .sm-ptb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
  }

  .sm-prl30 {
    padding-right: 30px !important;
    padding-left: 30px !important
  }

  .sm-m35 {
    margin: 35px !important
  }

  .sm-mt35 {
    margin-top: 35px !important
  }

  .sm-mr35 {
    margin-right: 35px !important
  }

  .sm-mb35 {
    margin-bottom: 35px !important
  }

  .sm-ml35 {
    margin-left: 35px !important
  }

  .sm-mtb35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
  }

  .sm-mrl35 {
    margin-right: 35px !important;
    margin-left: 35px !important
  }

  .sm-p35 {
    padding: 35px !important
  }

  .sm-pt35 {
    padding-top: 35px !important
  }

  .sm-pr35 {
    padding-right: 35px !important
  }

  .sm-pb35 {
    padding-bottom: 35px !important
  }

  .sm-pl35 {
    padding-left: 35px !important
  }

  .sm-ptb35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
  }

  .sm-prl35 {
    padding-right: 35px !important;
    padding-left: 35px !important
  }

  .sm-m40 {
    margin: 40px !important
  }

  .sm-mt40 {
    margin-top: 40px !important
  }

  .sm-mr40 {
    margin-right: 40px !important
  }

  .sm-mb40 {
    margin-bottom: 40px !important
  }

  .sm-ml40 {
    margin-left: 40px !important
  }

  .sm-mtb40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
  }

  .sm-mrl40 {
    margin-right: 40px !important;
    margin-left: 40px !important
  }

  .sm-p40 {
    padding: 40px !important
  }

  .sm-pt40 {
    padding-top: 40px !important
  }

  .sm-pr40 {
    padding-right: 40px !important
  }

  .sm-pb40 {
    padding-bottom: 40px !important
  }

  .sm-pl40 {
    padding-left: 40px !important
  }

  .sm-ptb40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
  }

  .sm-prl40 {
    padding-right: 40px !important;
    padding-left: 40px !important
  }

  .sm-m45 {
    margin: 45px !important
  }

  .sm-mt45 {
    margin-top: 45px !important
  }

  .sm-mr45 {
    margin-right: 45px !important
  }

  .sm-mb45 {
    margin-bottom: 45px !important
  }

  .sm-ml45 {
    margin-left: 45px !important
  }

  .sm-mtb45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
  }

  .sm-mrl45 {
    margin-right: 45px !important;
    margin-left: 45px !important
  }

  .sm-p45 {
    padding: 45px !important
  }

  .sm-pt45 {
    padding-top: 45px !important
  }

  .sm-pr45 {
    padding-right: 45px !important
  }

  .sm-pb45 {
    padding-bottom: 45px !important
  }

  .sm-pl45 {
    padding-left: 45px !important
  }

  .sm-ptb45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
  }

  .sm-prl45 {
    padding-right: 45px !important;
    padding-left: 45px !important
  }

  .sm-m50 {
    margin: 50px !important
  }

  .sm-mt50 {
    margin-top: 50px !important
  }

  .sm-mr50 {
    margin-right: 50px !important
  }

  .sm-mb50 {
    margin-bottom: 50px !important
  }

  .sm-ml50 {
    margin-left: 50px !important
  }

  .sm-mtb50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
  }

  .sm-mrl50 {
    margin-right: 50px !important;
    margin-left: 50px !important
  }

  .sm-p50 {
    padding: 50px !important
  }

  .sm-pt50 {
    padding-top: 50px !important
  }

  .sm-pr50 {
    padding-right: 50px !important
  }

  .sm-pb50 {
    padding-bottom: 50px !important
  }

  .sm-pl50 {
    padding-left: 50px !important
  }

  .sm-ptb50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
  }

  .sm-prl50 {
    padding-right: 50px !important;
    padding-left: 50px !important
  }
}

.light {
  font-weight: 100
}

.normal {
  font-weight: 400
}

.bold {
  font-weight: 700
}

.primary-color {
  color: #000
}

.success-color {
  color: #4BAE4F
}

.info-color {
  color: #009FB3
}

.warning-color {
  color: #FE9700
}

.danger-color {
  color: #F34235
}

.gray-color {
  color: #E6E6E6
}

.title-lv1 {
  padding-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 700;
  border-bottom: 1px solid #E6E6E6
}

.title-lv2 {
  font-size: 3rem;
  font-weight: 700
}

.title-lv3 {
  font-size: 2.5rem;
  font-weight: 700
}

.title-lv4 {
  font-size: 2rem;
  font-weight: 700
}

.title-lv5 {
  font-size: 1.8rem;
  font-weight: 700
}

.title-lv6 {
  font-size: 1.6rem;
  font-weight: 700
}

.text10 {
  font-size: 1rem
}

.text11 {
  font-size: 1.1rem
}

.text12 {
  font-size: 1.2rem
}

.text13 {
  font-size: 1.3rem
}

.text14 {
  font-size: 1.4rem
}

.text15 {
  font-size: 1.5rem
}

.text16 {
  font-size: 1.6rem
}

.text17 {
  font-size: 1.7rem
}

.text18 {
  font-size: 1.8rem
}

.text19 {
  font-size: 1.9rem
}

.text20 {
  font-size: 2rem
}

.text21 {
  font-size: 2.1rem
}

.text22 {
  font-size: 2.2rem
}

.text23 {
  font-size: 2.3rem
}

.text24 {
  font-size: 2.4rem
}

.text25 {
  font-size: 2.5rem
}

.text26 {
  font-size: 2.6rem
}

.text27 {
  font-size: 2.7rem
}

.text28 {
  font-size: 2.8rem
}

.text29 {
  font-size: 2.9rem
}

.text30 {
  font-size: 3rem
}

.text31 {
  font-size: 3.1rem
}

.text32 {
  font-size: 3.2rem
}

.text33 {
  font-size: 3.3rem
}

.text34 {
  font-size: 3.4rem
}

.text35 {
  font-size: 3.5rem
}

.text36 {
  font-size: 3.6rem
}

.text37 {
  font-size: 3.7rem
}

.text38 {
  font-size: 3.8rem
}

.text39 {
  font-size: 3.9rem
}

.text40 {
  font-size: 4rem
}

.text41 {
  font-size: 4.1rem
}

.text42 {
  font-size: 4.2rem
}

.text43 {
  font-size: 4.3rem
}

.text44 {
  font-size: 4.4rem
}

.text45 {
  font-size: 4.5rem
}

.text46 {
  font-size: 4.6rem
}

.text47 {
  font-size: 4.7rem
}

.text48 {
  font-size: 4.8rem
}

.text49 {
  font-size: 4.9rem
}

.text50 {
  font-size: 5rem
}

@media (max-width:768px) {
  .title-lv1 {
    font-size: 2.6rem
  }

  .title-lv2 {
    font-size: 2.4rem;
    font-weight: 700
  }

  .title-lv3 {
    font-size: 2.2rem;
    font-weight: 700
  }

  .title-lv4 {
    font-size: 2rem;
    font-weight: 700
  }

  .title-lv5 {
    font-size: 1.8rem;
    font-weight: 700
  }

  .title-lv6 {
    font-size: 1.6rem;
    font-weight: 700
  }

  .text10 {
    font-size: .8rem
  }

  .text11 {
    font-size: .9rem
  }

  .text12 {
    font-size: 1rem
  }

  .text13 {
    font-size: 1.1rem
  }

  .text14 {
    font-size: 1.2rem
  }

  .text15 {
    font-size: 1.3rem
  }

  .text16 {
    font-size: 1.4rem
  }

  .text17 {
    font-size: 1.5rem
  }

  .text18 {
    font-size: 1.6rem
  }

  .text19 {
    font-size: 1.7rem
  }

  .text20 {
    font-size: 1.8rem
  }

  .text21 {
    font-size: 1.9rem
  }

  .text22 {
    font-size: 2rem
  }

  .text23 {
    font-size: 2.1rem
  }

  .text24 {
    font-size: 2.2rem
  }

  .text25 {
    font-size: 2.3rem
  }

  .text26 {
    font-size: 2.4rem
  }

  .text27 {
    font-size: 2.5rem
  }

  .text28 {
    font-size: 2.6rem
  }

  .text29 {
    font-size: 2.7rem
  }

  .text30 {
    font-size: 2.8rem
  }

  .text31 {
    font-size: 2.9rem
  }

  .text32 {
    font-size: 3rem
  }

  .text33 {
    font-size: 3.1rem
  }

  .text34 {
    font-size: 3.2rem
  }

  .text35 {
    font-size: 3.3rem
  }

  .text36 {
    font-size: 3.4rem
  }

  .text37 {
    font-size: 3.5rem
  }

  .text38 {
    font-size: 3.6rem
  }

  .text39 {
    font-size: 3.7rem
  }

  .text40 {
    font-size: 3.8rem
  }

  .text41 {
    font-size: 3.9rem
  }

  .text42 {
    font-size: 4rem
  }

  .text43 {
    font-size: 4.1rem
  }

  .text44 {
    font-size: 4.2rem
  }

  .text45 {
    font-size: 4.3rem
  }

  .text46 {
    font-size: 4.4rem
  }

  .text47 {
    font-size: 4.5rem
  }

  .text48 {
    font-size: 4.6rem
  }

  .text49 {
    font-size: 4.7rem
  }

  .text50 {
    font-size: 4.8rem
  }
}