@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: #434343;
}

.container {
  width: 790px;
  margin: 0 auto;
}

.header {
  border-top: 10px solid #0068b6;
  padding: 40px 0 0;
}

.header__title {
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .4em;
  padding: 0 30px;
}

.header__name {
  position: relative;
  margin-top: -20px;
  padding: 0 30px 40px;
  border-bottom: 1px solid #ccc;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.article {
  margin-bottom: 65px;
}

.article__head {
  padding: 40px 30px;
}

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

.article__sponsored {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}

.article__lead {
  padding: 35px 40px;
}

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

.article__lead p span {
  color: #0068b6;
  font-weight: bold;
}

.billboard__list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.billboard__list li a {
  -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;
}

.billboard__list li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.section__head {
  position: relative;
}

.section__head:before {
  display: block;
  width: 710px;
  height: 5px;
  background: #0068b6;
  content: "";
  margin: 0 auto;
}

.section__head > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
}

.section__head > p {
  margin-bottom: 50px;
}

.section__title {
  padding: 0px 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.07143;
  letter-spacing: -.05em;
  font-weight: bold;
  position: relative;
}

.section__title span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
  margin-left: 1em;
}

.section__step {
  margin-right: 20px;
  background: #0068b6;
  width: 100px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: bold;
}

.section__step span {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

.section__body {
  padding: 0 40px;
}

.section__body > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: .01em;
}

.section__body > p span {
  font-weight: bold;
  color: #0068b6;
}

.section__body > p + p {
  margin-top: 40px;
}

.section + .section {
  margin-top: 60px;
}

.advice {
  background: #e3f2fd;
  padding: 40px 40px 15px;
  margin: 55px 0 40px;
}

.advice__lead {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: .075em;
}

.advice__list li {
  padding: 25px 0;
}

.advice__list li > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.advice__list li + li {
  border-top: 1px solid #fff;
}

.advice__ico {
  width: 70px;
  margin-right: 20px;
}

.advice__text {
  width: calc( 100% - 90px);
  margin-left: auto;
}

.advice__text > p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57143;
  letter-spacing: .01em;
}

.advice__title {
  color: #0068b6;
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-weight: bold;
}

.point {
  background: #fffce1;
  padding: 30px 15px;
  margin-top: 60px;
}

.point__title {
  text-align: center;
  color: #e65100;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  letter-spacing: .05em;
  font-weight: bold;
}

.point p {
  text-align: center;
  color: #e65100;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  letter-spacing: .05em;
  font-weight: bold;
  font-weight: 600;
}

.flow {
  background: #e1f5fe;
  margin-top: 55px;
  padding: 30px 40px;
}

.flow__title {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: #0068b6;
  font-weight: bold;
  margin-bottom: 30px;
}

.flow__list li {
  background: #fff;
  padding: 0 10px 0 0;
}

.flow__list li > div {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.flow__list li + li {
  margin-top: 10px;
}

.flow__num {
  height: 74px;
  width: 74px;
  background: #0068b6;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 2.46667;
  text-align: center;
}

.flow__txt {
  width: calc( 100% - 80px);
  margin-left: auto;
}

.flow__txt .bold {
  color: #0068b6;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}

.flow__txt > p {
  margin-bottom: 0px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846;
}

.result {
  margin: 40px 0 60px;
}

.cta {
  background: #00497f;
}

.cta--top {
  position: relative;
  padding: 30px 40px;
}

.cta--top__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.cta--top__photo {
  width: 140px;
  margin-right: 20px;
}

.cta--top__text {
  width: calc( 100% - 140px);
}

.cta--top__text > p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  letter-spacing: .013em;
  margin-bottom: 15px;
}

.cta__pop {
  width: 87px;
  height: 85px;
  position: absolute;
  top: 16px;
  right: 75px;
}

.cta__pop img {
  position: absolute;
  width: 87px;
  height: 85px;
  z-index: 10;
}

.cta__convi {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #003a66;
  padding: 5px 10px;
}

.cta__convi p + p {
  margin-left: auto;
}

.cta__convi a {
  display: block;
  -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__convi a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.cta__convi img {
  vertical-align: bottom;
}

.cta--bottom {
  background: #0068b6;
  padding: 20px 40px;
}

.cta--bottom__inner {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.cta--bottom__photo {
  width: 244px;
  margin-right: 30px;
}

.cta--bottom__btns ul {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.cta--bottom__btns ul li a {
  display: block;
  -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--bottom__btns ul li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.cta--bottom__btns ul li:nth-child(even) {
  margin-left: 10px;
}

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