@charset "UTF-8";

/* 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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
	width: 100%;
  line-height: 1;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: -25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

img {
  display: block;
	max-width: 100%;
}

.wrap {
	max-width: 640px;
	margin: 0 auto;
}

.mv_contents {
	position: relative;
  text-align: center;
}

.mv_contents h1 {
  position: absolute;
  top: 0;
	left: 10px;
	width: 30%;
}

.mv_contents p {
/*	display: inline-block;*/
  position: absolute;
  bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
  color: #fd3b3b;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: underline;
	width: 85%;
}

.mv_contents p span {
  display: inline-block;
  padding-bottom: 19px;
  font-size: 1.1rem;
  text-decoration: underline;
  vertical-align: baseline;
}

.mv_contents p .txt {
  color: #333;
  font-size: 1.1rem;
  text-decoration: underline;
  vertical-align: baseline;
}

.mv_contents p [data-switch*="off"] {
  display: none!important;
}
.mv_btn{
    position: absolute;
    top: 5px;
    right:5%;
    width:35%;
}
.mv_anchorbtn{
    position: absolute;
    bottom: 30px;
   /* width: 597px;
    left:20px;*/
    padding:0 15px;
}
/*item_contents*/

.item_contents {
	background: #ffffea;
	width: 100%;
}

.item_contents h2 {
  margin-bottom: 10px;
}

.item_contents a {
  display: block;
}

.item_contents .point {
	display: inline-block;
  color: #f02d6e;
	font-size: 0.8rem;
	font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-decoration: underline;
	margin: 0 0 10px 7%;
}

.item_contents__inner {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

.item_contents__inner .inner {
	width: 45%;
	text-align: center;
	margin-bottom: 30px;
}

.item_contents__inner .inner .left_conts {
	margin-bottom: 10px;
}

.item_contents__inner .inner .right_conts p {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}

.item_contents__inner .inner .right_conts .ttl-s {
	font-size: 14px;
	margin: 10px 0
}

.item_contents__inner .inner .right_conts .ttl-m {
	font-size: 16px;
	margin: 10px 0
}

.item_contents__inner_05 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}

.item_contents__inner_05 .inner {
	text-align: center;
	width: 33%;
}

.item_contents__inner_05 .inner img {
	width: 80%;
}

.item_contents__inner_05 .inner p {
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0;
}

.item_contents__inner_05 .inner img {
	display: block;
	margin: 0 auto;
}

.item_contents__inner_05 .inner.top-60 {
	position: relative;
	top: -55px;
}

.item_contents__inner_05 .inner .point {
	display: inline-block;
	position: relative;
	top: 15px;
}

.item_contents__inner_05 .inner .ttl-s {
	font-size: 13.5px;
	margin: 10px 0;
}

.item_contents__inner_05 .inner .ttl-xs {
	font-size: 12px;
	margin: 10px 0;
}

.item_contents__inner_05 .inner .ttl-m {
	font-size: 14px;
	margin: 10px 0;
}

/*step_contents*/


.step_contents {
	background: #ffffea;
}

.step_contents .step_inner {
	width: 90%;
	margin: 0 auto;
}

.step_contents .contents {
	display: none;
	margin-top: 20px;
}

.step_contents .step_inner .btn_ttl img {
	margin: 0 auto;
}

.step_contents .step_inner .contents img {
	margin: 0 auto;
}

.arrow {
	margin: 25px auto;
}


/*voice_contents*/

.voice-bottom {
	position: relative;
}

.voice_contents .voice-bottom a {
	display: block;
	position: absolute;
	bottom: 20px;
	width: 90%;
	margin-left: 20px;
}


/*faq_contents*/


.clearText {
  overflow: hidden;
  line-height: 0px;
  text-indent: 100%;
  white-space: nowrap;
}

.faq_contents .contents_01, .faq_contents .contents_02, .faq_contents .contents_03, .faq_contents .contents_04 {
	display: none;
}

.faq_contents {
  margin-bottom: 15px;
  background: #ffffea;
  text-align: center;
}

.faq-img {
	width: 92%;
	margin: 0 auto;
}

.faq_contents .contents_01 .faq_ml20 {
	position: relative;
	top: -9px;
	margin: 0 auto;
	width: 92%;
}

.tel {
	position: absolute;
	bottom: 43%;
	left: 19%;
	font-size: 16px;
	color: #e3485c;
	font-weight: bold
}

.tel_box{
	position: relative;
}

.faq_contents .contents_03 {
	position: relative;
}

/*footer*/

footer {
  padding: 20px;
  background: #666;
  color: #fff;
  text-align: center;
/*	margin-top: 20px;*/
}

footer p{
  line-height: 18px;
  font-size: 12px;
}