@charset "UTF-8";
/*

	viewport settings

**************************************************/
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  background: #f5f5f5;
}

.container {
  width: 790px;
  margin: 0 auto;
  padding-bottom: 45px;
  background: #fff;
}

.header {
  height: 120px;
  position: relative;
  margin-bottom: 20px;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -57px;
  width: 114px;
  height: 114px;
}

.header__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  background: #333;
  padding: 10px 50px;
}

.header__pr {
  margin-left: auto;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

.article__head {
  padding: 0 50px;
}

.article__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.35714;
  font-weight: bold;
  margin-bottom: 50px;
  margin-bottom: 25px;
}

.article__lead {
  margin: 0 0 35px;
}

.article__lead p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.article__lead p span {
  color: #bf1a20;
}

.article__section {
  border-top: 5px solid #bf1a20;
  padding: 35px 50px;
}

.article__section h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.46154;
  font-weight: bold;
  margin-bottom: 25px;
}

.article__section > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 30px;
}

.article__section > p img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.article__section > p.point {
  color: #bf1a20;
  font-weight: bold;
}

.article__section > p strong {
  color: #bf1a20;
}

.article__section h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.cta {
  padding: 0 50px;
}

.cta__title {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.38462;
  font-weight: bold;
  margin-bottom: 30px;
}

.cta > p {
  margin-bottom: 25px;
}

.cta > a {
  display: block;
  background: #bf1a20;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.33333;
  text-decoration: none;
  padding: 25px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cta > a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.cta > a i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.cta > a span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.cta__contact {
  text-align: center;
  position: relative;
}

.cta__contact:before {
  display: inline-block;
  content: attr(data-cta);
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-right: 20px;
}

.cta__contact img {
  vertical-align: bottom;
}

.cta__flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.cta__flex li:nth-child(even) {
  margin-left: 40px;
}

.cta__flex li a {
  color: #bf1a20;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cta__flex li a:hover {
  text-decoration: underline;
}

.cta__flex li a i {
  margin-right: 10px;
}

/*# sourceMappingURL=../css/style.map */