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

body {
  line-height: 1;
}

img {
  max-width: 100%;
}

* {
  webkit-appearance: none;
  -webkit-appearance: none;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

div, p {
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

input, select, textarea {
  vertical-align: middle;
  border: none;
  font-size: inherit;
}

input[type=text],
input[type=number],
input[type=search],
select {
  padding: 10px;
  border: 1px solid #808080;
  box-sizing: border-box;
  width: 100%;
}

select {
  background: url("/smartphone/images/template/5/icon-select.png") no-repeat 92% center;
  background-size: 20px 20px;
  padding-right: 36px;
}

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

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5em;
  color: #000;
  background: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, arial, helvetica, sans-serif;
  position: relative;
  right: 0;
  font-size: 15px;
}

a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  transition: 1s;
}
a:hover {
  text-decoration: underline;
  color: #000;
}
a:hover img {
  transition: 1s;
  opacity: 0.7;
}
a:visited {
  color: #000;
}

label {
  cursor: pointer;
  display: inline-block;
}

/* wrapper
================================================*/
#main_bg {
  width: 100%;
  box-sizing: border-box;
  min-width: 100px;
  min-height: 500px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#main_bg #main {
  width: 960px;
  padding: 0px;
  margin: 0 auto;
}
#main_bg #main #contents {
  width: 960px;
  padding: 0;
  margin: 0px auto 0;
}
#main_bg #main #contents img {
  display: block;
  margin: 300px auto;
  max-width: 200px;
}
#main_bg #main:last-of-type {
  margin-bottom: 0 !important;
}

@media (max-width: 960px) {
  #main_bg #main {
    width: 100%;
  }
  #main_bg #main #contents {
    width: 100%;
  }
  #main_bg #main #contents img {
    margin: 100px auto;
  }
}
.w_l {
  width: 100%;
  margin: 0 auto;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

/* header
================================================*/
/* footer
================================================*/
footer {
  width: 100%;
  margin: 0 auto;
}
footer .footer_inner p.copy {
  font-size: 12px;
  text-align: center;
}

/* 下層共通
================================================*/
/* タイトル */
.ttl_typeA {
  font-weight: normal;
  font-size: 45px;
  margin-bottom: 6.25rem;
  letter-spacing: 0.05em;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

.ttl_typeB {
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 3.25rem;
  letter-spacing: 0.05em;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

/* テキスト */
.ta_c {
  text-align: center !important;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.img_c {
  margin: 0 auto;
  display: block;
}

.txt_typeA {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
}
.txt_typeA:before {
  content: "\\";
  padding-right: 0.5em;
}
.txt_typeA:after {
  content: "/";
  padding-left: 0.5em;
}

/* img */
.img_w_100 img {
  width: 100%;
  height: auto;
}

.img_c img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/* float */
.f_r {
  float: right;
}

.f_l {
  float: left;
}

/* 表示切替 */
.dp_n {
  display: none !important;
}

.sp_catch {
  display: none !important;
}

/* ボタン */
.btn {
  text-align: center;
  font-size: 1.375rem;
  margin: 0 auto;
}
.btn .typeA {
  display: inline-block;
  width: 25rem;
  background: #000;
  color: #fff;
  border-radius: 5px;
  line-height: 6.25rem;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.btn .typeA:hover {
  opacity: 0.7;
}

/* テーブル */
.table_typeA {
  width: 100%;
}
.table_typeA th,
.table_typeA td {
  padding: 15px 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-weight: normal;
}
.table_typeA th {
  width: 25%;
}

.table_typeB {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  border: 3px solid #f8f8f6;
}
.table_typeB th,
.table_typeB td {
  padding: 15px 10px;
  text-align: left;
  font-weight: normal;
}
.table_typeB th {
  background: #f8f8f6;
}
.table_typeB td {
  background-color: #cccccc;
}

/* リスト */
.li_check li {
  list-style: none;
  border-bottom: 1px dotted #eee;
  margin: 5px;
  padding: 4px 0 4px 15px;
  text-indent: -1em;
}
.li_check li:before {
  color: #616153;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  padding-right: 0.2em;
  font-weight: bold;
}

.li_ast li {
  list-style: none;
  padding: 4px 0 4px 1.2em;
  text-indent: -1.2em;
  font-size: 0.8em;
  line-height: 100%;
}
.li_ast li:before {
  color: #616153;
  content: "※";
  padding-right: 0.2em;
  font-weight: bold;
}

/* grid */
.row-0,
.row-10,
.row-20,
.row-30,
.row-40 {
  font-size: 0;
}

.row-0 > div,
.row-10 > div,
.row-20 > div,
.row-30 > div,
.row-40 > div {
  display: inline-block;
  float: none;
  vertical-align: top;
}

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

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

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

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2-4,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
  font-size: 15px;
}

.col-lg-12 {
  width: 100%;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-10 {
  width: 83.33333333%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-2 {
  width: 16.66666667%;
}

.col-lg-1 {
  width: 8.33333333%;
}

/*5カラム*/
.col-lg-2-4 {
  width: 20%;
}

/*8カラム*/
.col-lg-1-5 {
  width: 12.5%;
}

.col-lg-pull-11 {
  right: 91.66666667%;
}

.col-lg-pull-10 {
  right: 83.33333333%;
}

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

.col-lg-pull-8 {
  right: 66.66666667%;
}

.col-lg-pull-7 {
  right: 58.33333333%;
}

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

.col-lg-pull-5 {
  right: 41.66666667%;
}

.col-lg-pull-4 {
  right: 33.33333333%;
}

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

.col-lg-pull-2 {
  right: 16.66666667%;
}

.col-lg-pull-1 {
  right: 8.33333333%;
}

.col-lg-pull-0 {
  right: auto;
}

/*5カラム*/
.col-lg-pull-2-4 {
  right: 20%;
}

/*8カラム*/
.col-lg-pull-1-5 {
  right: 12.5%;
}

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

.col-lg-push-11 {
  left: 91.66666667%;
}

.col-lg-push-10 {
  left: 83.33333333%;
}

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

.col-lg-push-8 {
  left: 66.66666667%;
}

.col-lg-push-7 {
  left: 58.33333333%;
}

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

.col-lg-push-5 {
  left: 41.66666667%;
}

.col-lg-push-4 {
  left: 33.33333333%;
}

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

.col-lg-push-2 {
  left: 16.66666667%;
}

.col-lg-push-1 {
  left: 8.33333333%;
}

.col-lg-push-0 {
  left: auto;
}

/*5カラム*/
.col-lg-push-2-4 {
  left: 20%;
}

/*8カラム*/
.col-lg-push-1-5 {
  left: 12.5%;
}

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

.col-lg-offset-11 {
  margin-left: 91.66666667%;
}

.col-lg-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-lg-offset-8 {
  margin-left: 66.66666667%;
}

.col-lg-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-lg-offset-5 {
  margin-left: 41.66666667%;
}

.col-lg-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-lg-offset-2 {
  margin-left: 16.66666667%;
}

.col-lg-offset-1 {
  margin-left: 8.33333333%;
}

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

/*5カラム*/
.col-lg-offset-2-4 {
  margin-left: 20%;
}

/*8カラム*/
.col-lg-offset-1-5 {
  margin-left: 12.5%;
}

/* 余白 */
.mb_0 {
  margin-bottom: 0px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.mb_150 {
  margin-bottom: 150px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.pt_200 {
  padding-top: 200px !important;
}

.box_l {
  padding: 30px;
  background: #f7f9fb;
}

.box_m {
  padding: 20px;
}

.box_s {
  padding: 10px;
}/*# sourceMappingURL=style.css.map */