/*+-----+
/+ 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, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: top; }
  img[usemap] {
    border-width: 0; }
  a img {
    border-width: 0;
    text-decoration: none; }

ul, li {
  list-style: none; }

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

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; }


/* --- 下記から各コンポーネント --- */


.content-wrap {
    width: 100%;
    padding: 0;
    clear: both;
    text-align: left;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #666464;
}


/* --- PCでのみ表示 --- */
.pc-only {
  display: block;
}

@media screen and (max-width: 670px) {
  .pc-only {
    display: none;
  }
}

/* --- スマホでのみ表示 --- */
.sp-only {
  display: none;
}

@media screen and (max-width: 670px) {
  .sp-only {
    display: block;
  }
}


.content-box{
	max-width: 1000px;
	width: 100%;
	padding: 0 20px;
	margin: auto;
}

.heading-block{
	margin-bottom: 64px;
}

@media screen and (max-width: 670px) {
  .heading-block{
  	margin-bottom: 32px;
  }
}

.heading-block__bg{
	background: #f5f5f5;
	padding: 36px 20px;
	margin-bottom: 40px;
}

@media screen and (max-width: 670px) {
  .heading-block__bg{
    text-align: center;
    padding: 16px 20px;
    margin-bottom: 30px;
  }
}

.heading-level1{
	max-width: 1300px;
	width: 100%;
	padding: 0 10px;
	display: table;
  margin: auto;
}

@media screen and (max-width: 670px) {
  .heading-level1{
  	display: block;
  }
}

.heading-level1__image{
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}


@media screen and (max-width: 670px) {
  .heading-level1__image{
  	display: inline-block;
    width: 100%;
    margin: 0 auto 7px;
  }

  .heading-level1__image img{
  	width: 100px;
  }
}

.heading-level1__text{
	font-size: 36px;
  font-weight: bold;
	color: #666464;
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
  line-height: 1.4;
}


@media screen and (max-width: 670px) {
  .heading-level1__text{
  	display: inline-block;
    width: 100%;
    font-size: 20px;
    padding-left: 0;
  }
}

.lead-text-box {
	width: 100%;
}

.lead-text-box p{
	font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 670px) {
  .lead-text-box p{
  	font-size: 14px;
  }
}

.lead-text-box p strong{
	display: inline-block;
	margin-top: 16px;
}

.step-block{
	text-align: center;
	margin-bottom: 64px;
}

@media screen and (max-width: 670px) {
  .step-block{
  	text-align: center;
  	margin-bottom: 40px;
  }
}

.heading-level2{
	font-size: 32px;
  font-weight: bold;
	text-align: center;
	padding: 12px 0;
	color: #fff;
	background: #0068b7;
	margin-bottom: 40px;
}

@media screen and (max-width: 670px) {
  .heading-level2{
  	font-size: 20px;
    margin-bottom: 15px;
  }
}

.text-box {
	width: 100%;
}

.text-box p{
	font-size: 16px;
	margin-bottom: 40px;
  line-height: 1.5;
}

@media screen and (max-width: 670px) {
  .text-box p{
  	font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
  }
}

.image-box{
	max-width: 720px;
	width: 100%;
	margin: auto;
}

.basic-button{
	width: 400px;
	margin: 0 auto 80px;
}

@media screen and (max-width: 670px) {
  .basic-button{
  	width: 87.5%;
    margin: 0 auto 40px;
  }
}

.basic-button a{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 25px 10px 20px 10px;
  border-radius: 4px;
  box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.75);
	font-size: 20px;
  font-weight: bold;
  text-decoration: none;
	color: #fff;
	background: #ff7100 url('../mail_img/icon_arrow.png') no-repeat 96% center;
}

.basic-button a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 670px) {
  .basic-button a{
  	font-size: 16px;
  }
}
