﻿
/* reset
========================================================================== */

body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, table, tr, thead, tbody, tfoot, th, td,header, footer, nav, article, aside, section, figure, figcaption {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

select, option, input, button, label, textarea {
  line-height: 1;
}

input {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

table th,
table td {
  word-break: break-all;
}

img,
a img {
  border: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

:root * {
  box-sizing: border-box;
}

a {
  word-wrap: break-word;
  color: #588ed1;
}

@font-face{ 
  font-family: 'mplus-2p-light';
  src: url('../font/mplus-2p-light.woff') format('woff');
}

@font-face{ 
  font-family: 'mplus-2p-bold';
  src: url('../font/mplus-2p-bold.woff') format('woff');
}

@font-face{ 
  font-family: 'mplus-2p-regular';
  src: url('../font/mplus-2p-regular.woff') format('woff');
}

html, body{
    font-family: "mplus-2p-regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    min-width: 1020px;
    background: #ebebeb;
    color: #262626;
    font-size: 14px;
}

footer {
  padding: 22px 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 10px;
  color: rgba(38,38,38,0.5);
}

/* content
========================================================================== */
.container {
  width: 1000px;
  margin: 25px auto;
}
section {
  padding: 82px 30px 28px 30px;
  background: #ffffff;
  position: relative;
}
section + section {
  margin-top: 30px;
  padding-bottom: 50px;
}

/* hl */
h1 {
  padding: 8px 0 20px 0;
  font-size: 24px;
  font-family: 'mplus-2p-light';
}
h1 img {
  margin-right: 14px;
  position: relative;
  top: -8px;
}

h2 {
  display: inline-block;
  padding: 14px 20px;
  font-size: 18px;
  color: #ffffff;
  background: #262626;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-family: 'mplus-2p-light';
}

.hl_h3 {
  margin-bottom: 35px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(38,38,38,0.1);
}
dl + .hl_h3 {
  margin-top: 70px;
}
.hl_h3 h3 {
  font-size: 24px;
  line-height: 1;
  font-family: 'mplus-2p-light';
}
.hl_h3 p {
  margin-top: 14px;
  line-height: 1;
}

/* text */
.txt_note {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.45;
}
.txt_note + .txt_note {
  margin-top: 0;
}

/* list */
dl {
  padding: 0 0 0 23px;
}
dl + dl {
  margin-top: 45px;
}
dl dt {
  font-family: 'mplus-2p-bold';
  font-size: 18px;
  line-height: 1.1
  letter-spacing : -0.05em;
}
dl dt + dd {
  margin-top: 14px;
}
dl dd .txt {
  line-height: 1.71;
}

/* img */
.img {
  text-align: center;
}

.icon_tyoe01,
.icon_tyoe04 {
  display: inline-block;
  width: 36px;
  height: 14px;
  position: relative;
  line-height: 1;
}
.icon_tyoe04 {
  width: 186px;
}
.icon_tyoe01 img,
.icon_tyoe04 img {
  position: absolute;
  top: -5px;
  left: 4px;
  margin: 0;
}
.icon_tyoe02 {
  position: relative;
  margin: 0 2px;
  top: -3px;
  vertical-align: middle;
}
.icon_tyoe03 {
  position: relative;
  margin: 0 4px;
  top: -1px;
  vertical-align: middle;
}

/* box */
.info {
  margin-top: 38px;
  padding: 38px 40px 40px 40px;
  background: #f7f7f7;
}
.info_ttl {
  margin-bottom: 28px;
  display: inline-block;
  padding: 9px 10px;
  font-size: 18px;
  font-family: 'mplus-2p-bold';
  border: 1px solid #262626;
  line-height: 1;
}

.info_list li {
  display: flex;
}
.info_list li + li {
  margin-top: 16px;
}
.info_list_ttl {
  float: left;
  width: 275px;
  position: relative;
}
.info_list_ttl:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  border-top: 1px dotted #262626;
  top: 14px;
  left: 0;
}
.info_list_ttl span {
  padding-right: 5px;
  font-size: 18px;
  background: #f7f7f7;
  position: relative;
  z-index: 1;
  font-family: 'mplus-2p-bold';
}
.info_list_ttl span img {
  margin-right: 10px;
  position: relative;
  top: -5px;
}
.info_list_txt {
  padding-left: 5px;
  padding: 4px 0 0 5px;
}

.info_key {
  margin-top: 40px;
  padding: 25px 25px 25px 0;
  background: #ffffff;
  display: flex;
}

.info_key_ttl {
  width: 280px;
  font-family: 'mplus-2p-bold';
  text-align: center;
  letter-spacing: -1px;
}
.info_key_list {
  display: flex;
}
.info_key_list li {
  font-family: 'mplus-2p-bold';
  text-align: center;
}
.info_key_list li + li {
  margin-left: 15px;
}
.info_key_list li span {
  display: block;
  width: 100px;
  padding: 2px 0;
  color: #ffffff;
  background: #262626;
}
.info_key_list li p {
  line-height: 1;
  margin-top: 14px;
  font-size: 18px;
}

.info .txt_note {
  margin-top: 2px;
}