@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC');
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
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,
sup,
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.6;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', メイリオ, Meiryo,
    sans-serif;
  margin: 0px;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  color: #0c419a;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha( opacity=80 )';
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

img {
  width: 100%;
}
a:focus {
  outline: none;
}
a {
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
ul {
  list-style: none;
}
html {
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow-y: scroll;
}
p {
  margin: 0px 0px;
}
/* --------------------------------------------------------------------------------------------------------------------
common
-------------------------------------------------------------------------------------------------------------------- */
.color--red {
  color: #ff0004;
}
.font--bold {
  font-weight: 700;
}

.link--gray {
  color: #8f8f8f;
  text-decoration: none;
}

.main-title {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
  margin-top: 4%;
  margin-bottom: 20px;
  padding: 1% 5% 1% 6%;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  color: #333;
  box-sizing: border-box;
}
.main-title__sub {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: left;
  text-decoration: underline;
}

.headeing-title {
  position: relative;
  padding: 2% 3% 2% 3%;
  margin: 3% 0 3% 0;
  font-size: 27px;
  text-align: left;
  line-height: 1.4;
  color: #1e1e1e;
  padding: 0.5em;
}
.headeing-title:after {
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  height: 10px;
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 3px, #fff 3px, #fff 6px);
}

/*** ヘッダー
******************************************/
.l-header {
  text-align: center;
  height: 100%;
  padding: 0px 0px;
  max-width: auto;
  margin: 0 auto;
}

.l-header > header h1 {
  line-height: 0;
  background: none;
  padding: 0;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  background-color: #f4f4f2;
  height: 130px;
}
.header__logo {
  font-family: 'Playfair Display SC', serif;
  font-size: 24px;
  font-weight: normal;
}
.header__txt {
  font-size: 12px;
  text-align: right;
}
.header-txt__company {
  width: 100%;
  color: #8f8f8f;
  margin-bottom: 20px;
}
.header-txt__company a {
  text-decoration: none;
  color: #8f8f8f;
}
.header-txt__year {
  width: 100%;
  font-size: 16px;
  color: #1e1e1e;
}
.header-txt__pr {
  border: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 1px 4px 1px 5px;
  color: #8f8f8f;
}

/*** 記事コンテンツ
******************************************/
#article {
  max-width: 1000px;
  margin: 0 auto;
}
.article__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 3% 5% 2% 5%;
  color: #333;
  text-align: left;
  line-height: 2;
  font-size: 18px;
}
.article__img {
  width: 90%;
  margin: 0 auto;
}

.article__inner img {
  width: 90%;
}

.article__inner p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.7;
}

/*** ctaボタン
******************************************/
.cta-float {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 9px;
  font-size: 77%;
  display: none;
  background-image: url('/lp/article/img/img_bnr-06.gif');
  background-size: 250px;
  width: 250px;
  height: 208px;
  z-index: 1;
}
.cta-float:hover {
  opacity: 0.6;
}

/*** フッター
******************************************/
.l-footer {
  text-align: 14px;
}

.information {
  background-color: #f4f4f2;
  padding: 20px;
  width: 100%;
  margin-bottom: 10px;
  color: #333;
}
.information h4 {
  text-align: center;
}

.information p {
  max-width: 400px;
  margin: 10px auto;
  line-height: 1.5em;
}
.information__link {
  display: inline-block;
}
.copy {
  text-align: center;
  color: #333;
  padding: 10px;
  font-size: 14px;
}

/*** sp
******************************************/
@media screen and (max-width: 768px) {
  .header__inner {
    height: 40px;
  }
  .header__logo {
    font-size: 20px;
  }
  .header__txt {
    margin-right: 10px;
  }
  .header-txt__company {
    margin-top: 10px;
  }
  .header-txt__year {
    margin-left: 30px;
    text-align: left;
  }

  .main-title {
    margin-bottom: 20px;
    font-size: 20px;
    padding: 2% 2% 2% 2%;
  }
  .main-title__sub {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .headeing-title {
    font-size: 18px;
  }
  .article__inner {
    padding: 3% 5% 2% 5%;
  }
  .article__inner p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
  }
  .article__img {
    width: 100%;
  }
  .article__img img {
    width: 100%;
  }
  .l-footer {
    text-align: 12px;
  }
  .information {
    padding: 10px;
  }
  .information p {
    font-size: 14px;
  }
  .copy {
    padding: 10px 0 10px 0;
    font-size: 12px;
  }
}
