@charset "UTF-8";

/* COMPASS
 * ----------------------------------------------- */
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%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
	text-decoration: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
	background-color: #fff;
	color: #000;
}





/* BASE
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}



body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font: inherit;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display:none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
}

/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
  text-justify: distribute;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

strong {
  font-weight: normal;
}

.img {
  display: block;
  max-width: 100%;
}


/* RESPONSIVE
 * ----------------------------------------------- */
.sm,
.sp,
.tb {
  display: none !important;
}

@media (max-width: 900px) {
  body {
    font-size: 16px;
  }

  .wrapper {
    width: auto;
  }

  .md {
    display: none !important;
  }

  .tb {
    display: block !important;
  }
  
}
@media (max-width: 899px) {
  .pc {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .sm,
  .sp,
  .sm01 {
    display: block !important;
  }

  .trans,
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  html {
    font-size: 18.18182vw;
  }

  

  .wrapper {
    width: auto;
    margin: 0;
  }

  .img {
    width: 100%;
  }
}

/* PC用のスタイルシート */
header {
    padding: 15px 0;
    display: block;
}
header h1 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
}
header h1 > span {
    display: inline-block;
    padding: 8px 0 8px 40px;
    line-height: 1;
    background-image: url(../images/logo_pc.png);
    background-size: 35px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}
header h1 > span .name_catch {
    font-size: 14px;
    letter-spacing: 0;
}

.mv {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
}

.mv .inner {
    position: relative;
    margin-bottom: 5vw;
    padding-top: 4.5vw;
    height: 46vw;
    background-image: url(../images/index_pc1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}


.mv .inner h2 {
	font-size: 35px;
	margin-left: 8%;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.mv .inner h2 strong {
    background: linear-gradient(transparent 60%, #FF6 60%);
    font-weight:bold;
    font-size: 40px;
}

.allmihoudai {
	margin-left:8%;
	font-size: 25px;
	margin-top: 50px;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.redtxt {
	color: #C91422;
	font-weight: bold;
}

.mv .entry {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 34%);
    text-align: center;
}

.entry .montry2970mihoudai {
    margin-bottom: 12px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.entry .montry2970mihoudai::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.entry .montry2970mihoudai::after {
    margin-left: 24px;
    transform: rotate(25deg);
}

.entry .montry2970mihoudai::before, .entry .montry2970mihoudai::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #000;
}
.entry .btn_style_1 {
    margin: 0 auto;
    width: 500px;
    font-size: 22px;
    background-color: #C91422;
    border: 5px solid #fff;
    border-radius: 45px;
}
.entry .btn_style_1 a {
    display: block;
    padding: 18px 0;
    color: #fff;
    font-weight: bold;
}
.entry .btn_style_1:hover {
	opacity: .70;
}

.entry .btn_style_1 a i {
	font-size: 22px;
	margin-left: 10px;
}

.sairiyou_btn {
    margin: 0 auto 50px auto;
    width: 500px;
    font-size: 18px;
    background-color: #83111a;
    border: 5px solid #fff;
    text-align: center;
    border-radius: 45px;
    letter-spacing: 0.1em;
}
.sairiyou_btn a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
}
.sairiyou_btn:hover {
	opacity: .70;
}

.sairiyou_btn a i {
	font-size: 18px;
	margin-left: 10px;
}


.mv .contents_100 {
    position: absolute;
    right: 40%;
    bottom: 3%;
    transform: translateX(206%);
    width: 180px;
}

.mv .contents100_txt {
	position: absolute;
	right: 42%;
	width: 210px;
	transform: translateX(206%);
	bottom: -5%;
	font-size: 12px;
}

.page_thum_top {
	width: 60%;
	height: auto;
	margin: 50px auto 10px auto;
	padding-top: 30px;
}

.page_thum_top img {
	width: 100%;
}

.price_img {
	width: 65%;
	height: auto;
	margin: 0 auto 10px auto;
}

.price_img img {
	width: 100%;
}

.sairiyou_info {
	text-align: center;
	margin: 0 auto 20px auto;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

.mv .contents_100 img {
	width: 100%;
}
.mv .bgph {
    height: 220px;
    background-image: url(../images/index_bg02_pc.png);
    background-size: 800px auto;
    background-position:50% -10%;
    background-repeat: no-repeat;
}

.cts {
    margin: 0 auto;
    width: 100%;
}

.mv .txt02 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
}

.kv_wrap {
	margin-bottom: 100px;
    width: 100%;
    height: 230px;
    background: url(../images/kv_r.png) right center/50% no-repeat #f2f2f2;
}

.kv_wrap .kv_2 {
	position: relative;
    width: 100%;
    height: 230px;
    background: url(../images/kv_l.png) left center/50% no-repeat;
}


.kv_wrap .kv_2 h3 {
	font-size: 28px;
	line-height: 1.8;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    letter-spacing: 0.1em;
}

.contents_box1 {
	width: 100%;
	height: auto;
}

.contents_box1 h3 {
	font-size: 30px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;	
}


.contents_box1 h3::before {
    content: '';
    display: block;
    background: #000;
    height: 3px;
    width: 60px;
    margin: 0 auto 30px auto;
}

.contents_box1 .txt1 {
	width: 70%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.contents_box1 .txt1 p {
	margin-bottom: 25px;
}

.contents_box1 .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}

.twoman_bg {
	width: 100%;
    height: 0;
    margin: 50px auto 0 auto;
    padding-top: calc(500 / 1300 * 100%);
    background: url(../images/twoman_fail.jpg) center center / cover no-repeat;
}

.succeccman_bg {
	width: 100%;
    height: 0;
    margin: 50px auto 0 auto;
    padding-top: calc(420 / 1300 * 100%);
    background: url(../images/success_toushika.jpg) center center / cover no-repeat;
}

.whatman_success {
	font-size: 28px;
    position: relative;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background: #0594b4;
    margin-top: 70px;
    font-weight: bold;
    margin-bottom: 40px;
}


.whatman_success:after {
    position: absolute;
    bottom: -20px;
    left: 47%;
    width: 0;
    height: 0;
    content: '';
    border-top: 25px solid #0594b4;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}

.message1 {
	padding: 100px 0 0 0;
    background-image: url(../images/index_bg06_pc.png);
    background-size: 70% auto;
    background-position: 50% 20px;
    background-repeat: no-repeat;
}

.message1 h4 {
	text-align: center;
    color: #0594b4;
    font-size: 30px;
    font-weight: bold;
}

.kanae_profile_box {
	width: 80%;
	height: auto;
	margin: 30px auto;
	background-color: #eee;
	padding: 20px;
}

.kanaename {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.kanae_pro_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.kanae_pro_txt {
	width: 60%;
	height: auto;
	margin-right: 5%;
	float: left;
	font-size: 14px;
	line-height: 1.7;
}

.kanae_pro_photo {
	width: 35%;
	float: left;
}

.kanae_pro_photo img {
	width: 100%;
}


.kanae_books {
	width: 60%;
	height: auto;
	margin: 50px auto 0 auto;
}

.kanae_books img {
	width: 100%;
}

.contents_box2 {
	width: 100%;
	height: auto;
}

.contents_box2 h3 {
	font-size: 30px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;	
}


.contents_box2 h3::before {
    content: '';
    display: block;
    background: #000;
    height: 3px;
    width: 60px;
    margin: 0 auto 30px auto;
}

.contents_box2 .txt1 {
	width: 70%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.contents_box2 .txt1 p {
	margin-bottom: 25px;
}

.contents_box2 .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}


.recommend_person_box {
	padding: 0 0 50px 0;
    background-color: #DBF0F5;
}

.recommend_person_box .whatman_success {
	margin-bottom: 70px;
}

.recommend_person_box h3 {
	margin-bottom: 20px;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.recommend_person_box h3::before, .recommend_person_box h3::after {
    content: '―';
    margin-right: 8px;
}
.recommend_person_box h3::after {
    margin-left: 8px;
}

.recomend_list {
    margin: 0 auto;
    width: 70%;
} 

.recomend_list li {
	font-size: 17px;
    margin: 10px;
    padding: 5px 10px;
    display: inline-block;
    background-color: #fff;
}

.service_box {
	padding: 115px 0;
    background-color: #ECE8E3;
    background-image: url(../images/index_bg03_pc.png);
    background-size: 711px auto;
    background-position: 50% 115px;
    background-repeat: no-repeat;
}

.service_box h2 {
	text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.service_box .txt1 {
	width: 70%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.service_box .txt1 p {
	margin-bottom: 25px;
}

.service_box .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}

.service_cotents_box {
	width: 70%;
	height: auto;
	background-color: #fff;
	padding: 30px 20px;
	margin: 50px auto 0 auto;
}

.service_cotents_box h3 {
	margin-bottom: 20px;
    color: #0f9dbd;
    font-size: 25px;
    font-weight: bold;
}

.servic1_bg {
	width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: calc(357 / 800 * 100%);
    background: url(../images/service1.jpg) center center / cover no-repeat;
}

.txt1_image {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.txt1_image img {
	width: 100%;
}

.servic2_bg {
	width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: calc(520 / 800 * 100%);
    background: url(../images/service2.jpg) center center / cover no-repeat;
}

.servic3_bg {
	width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: calc(419 / 800 * 100%);
    background: url(../images/service3.jpg) center center / cover no-repeat;
}

.service_cotents_box .txt1 {
	width: 100%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.service_cotents_box .txt1 p {
	margin-bottom: 25px;
}

.service_cotents_box .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}

.letter_test {
	width: 100%;
	height: auto;
	margin: 50px auto 0 auto;
}

.btn_letter {
	text-align: center;
	margin: 0 auto;
    width: 400px;
    font-size: 18px;
    background-color: #C91422;
    border-radius: 40px;
}

.btn_letter a {
    display: block;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
}

.btn_letter a i {
	margin-left: 10px;
}

.if_member {
	width: 70%;
	height: auto;
	margin: 50px auto 0 auto;
	font-size: 18px;
	line-height: 1.8;
}

.if_member strong {
	font-weight: bold;
	font-size: 20px;
}

.entry-wrap {
	padding: 95px 0 125px;
    background-image: url(../images/index_ph08_pc.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.entry-wrap .entry_txt01 {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.entry-wrap .entry_txt01::before, .entry-wrap .entry_txt01::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 8px;
    width: 2px;
    height: 28px;
    background-color: #fff;
}
.entry-wrap .entry_txt01::before {
    margin-right: 32px;
    transform: rotate(-25deg);
}

.entry-wrap .entry_txt01::after {
    margin-left: 24px;
    transform: rotate(25deg);
}

.entry-wrap .entry_style1 {
    margin: 0 auto;
    width: 500px;
    font-size: 22px;
    background-color: #C91422;
    border: 5px solid #fff;
    border-radius: 45px;
    text-align: center;
}
.entry-wrap .entry_style1 a {
    display: block;
    padding: 18px 0;
    color: #fff;
    font-weight: bold;
}

.entry-wrap .entry_style1:hover {
	opacity: .70;
}

.entry-wrap .entry_style1 a i {
	font-size: 22px;
	margin-left: 10px;
}

.presents_box {
	padding: 100px 0;
    background-color: #ffffc8;
}

.presents_box h3 {
    font-size: 30px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.presents_box h3::before {
    content: '';
    display: block;
    background: #000;
    height: 3px;
    width: 60px;
    margin: 0 auto 30px auto;
}
.presents_box .txt1 {
	width: 70%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.presents_box .txt1 p {
	margin-bottom: 25px;
}

.presents_box .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}

.presentsbox_1 {
	width: 70%;
	height: auto;
	margin: 50px auto 0 auto;
	background-color: #fff;
	padding: 30px;
}

.freepresents_vol {
	text-align: center;
	margin-bottom: 30px;
	color: #C91422;
	font-size: 20px;
	line-height: 1.7;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: 0.1em;
}

.free_thum {
	width: 50%;
	height: auto;
	margin: 0 auto;
}

.free_thum img {
	width: 100%;
}

.presentsbox_1 h4 {
	font-size: 25px;
	line-height: 1.7;
	color:#0f9dbd;
	font-weight: bold;
	margin-top: 30px;
	text-align: left;
}

.presents_box .txt2 {
	width: 100%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.presents_box .txt2 p {
	margin-bottom: 25px;
}

.presents_box .txt2 p strong {
	font-weight: bold;
	font-size: 20px;
}

.greybg_setumei {
	width: 95%;
	height: auto;
	margin: 20px auto;
	padding: 20px;
	background-color: #eee;
}

.bold_setumei {
	font-size: 17px;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 10px;
}

.normail_setumei {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.contents_box3 {
	width: 100%;
	height: auto;
	margin-top: 100px;
}

.contents_box3 h3 {
	font-size: 30px;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;	
}


.contents_box3 h3::before {
    content: '';
    display: block;
    background: #000;
    height: 3px;
    width: 60px;
    margin: 0 auto 30px auto;
}

.contents_box3 .txt1 {
	width: 70%;
	height: auto;
	font-size: 17px;
	line-height: 1.7;
	margin: 40px auto 0 auto;
}

.contents_box3 .txt1 p {
	margin-bottom: 25px;
}

.contents_box3 .txt1 p strong {
	font-weight: bold;
	font-size: 20px;
}

.contents_box3 .cts {
	padding: 0 120px;
	width: 100%;
	margin: 0 auto;
}

.contents_box3 ol {
	position: relative;
}

.contents_box3 ol li:nth-child(1) {
    background-image: url(../images/index_tx01.png);
}

.contents_box3 ol li:nth-child(2) {
    background-image: url(../images/index_tx02.png);
}
.contents_box3 ol li:nth-child(3) {
    background-image: url(../images/index_tx03.png);
}

.contents_box3 ol li {
    padding-top: 24px;
    padding-left: 96px;
    width: 60%;
    margin: 30px auto 0 auto;
    text-align: left;
    background-size: 78px auto;
    background-repeat: no-repeat;
    list-style: none;
}

section {
	display: block;
}

.contents_box3 ol li h5 {
    margin-bottom: 24px;
    color: #c91422;
    font-size: 24px;
    font-weight: bold;
}

.contents_box3 ol li p {
	font-size: 16px;
	margin-bottom: 20px;
}

.contents_box3 ol li p strong{
	font-size: 18px;
	font-weight: bold;
}
.contents_box3 ol li p.red_txt2 {
	font-size: 14px;
	color: #ff0000;
}


.why_unlimited {
	width: 70%;
	height: auto;
	margin: 30px auto 50px auto;
	background-color: #eee;
	font-size: 17px;
	line-height: 1.7;
	padding: 20px;
}

.why_unlimited p {
	margin-bottom: 20px;
}

.why_unlimited p.red_txt2 {
	font-size: 14px;
	color: #ff0000;
}

.contents_box4 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 30px 0;
    background-color: #ece8e3;
}
.qa {
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.1em;
}

.contents_box4 ul {
    margin: 0 auto;
    width: 70%;
}

.contents_box4 ul li {
    margin-bottom: 30px;
    padding: 30px;
    font-weight: bold;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
}
.contents_box4 ul li dt {
    position: relative;
    font-size: 18px;
}

.contents_box4 ul li dd {
    margin-top: 30px;
    padding: 20px;
    background-color: #f0f0f0;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
}


.contents_box4 ul li dd .red_txt2 {
	font-size: 14px;
	color: #ff0000;
}

.contents_box5 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 100px 0 30px 0;
    background-color: #ece8e3;
}

.suisen_voice {
	margin-bottom: 48px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.1em;
}

.suisen_box {
	width: 70%;
	height: auto;
	margin: 0 auto 40px auto;
	border-bottom: 2px solid #0594b4;
	padding-bottom: 40px;
}

.suisen_box_last {
	width: 70%;
	height: auto;
	margin: 0 auto 40px auto;
}

.suisen_box h3 {
	font-size: 28px;
	color: #0594b4;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.7;
}

.suisen_member {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;	
}

.suisen_photo {
	width: 125px;
	height: auto;
	margin-right: 20px;
	float: left;
}

.suisen_photo img {
	width: 100%;
}

.suisen_name{
	width: 610px;
	height: auto;
	float: left;
}

.suisen_name .katagaki {
	margin-bottom: 15px;
	font-size: 18px;
}

.suisen_name .honnin_name {
	font-size: 20px;
	font-weight: bold;
}

.suisen_txt {
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #fff;
	font-size: 15px;
	line-height: 1.7;
	margin: 30px auto 0 auto;
}

.suisen_txt p {
	margin-bottom: 20px;
}


.contents_box6 {
	width: 100%;
	height: auto;
	margin: 0 auto 50px auto;
}

.user_voice_box {
	width: 70%;
	height: auto;
	margin:50px auto 0 auto;
    padding: 30px;
    font-weight: bold;
    text-align: left;
    background-color: #eee;
    border-radius: 10px;
}

.user_voice_box h3 {
	font-size: 25px;
    color: #0594b4;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.7;
}

.user_voice_img {
	width: 550px;
	height: auto;
	margin: 0 auto;	
}

.user_voice_img img {
	width: 100%;
}

.user_voice_txt {
	width: 100%;
	height: auto;
	margin: 30px auto 0 auto;
	font-size: 16px;
	line-height: 1.7;
	font-weight: normal;
}

.fotter_link {
	text-align: center;
	width: 100%;
	height: auto;
	padding: 20px 0;
	font-size: 17px;
}

.fotter_link a {
	font-size: 17px;
}

.copyright {
	font-size: 15px;
	text-align: center;
	padding: 20px 0;
}




.footer-bar {
  position: fixed;
  z-index: 30000;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(51, 51, 51, 0.8);
  padding: 8px 0;
}

.footer_link_box {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.footer_link_box i {
	margin-right: 10px;
}


.footer-bar .btn {
  background: #C91422;
  width: 30%;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  float: left;
  margin: 0;
}

.footer-bar .btn1 {
  background: #ffb400;
  width: 30%;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  float: left;
  margin: 0 0 0 5%;
}

.footer-bar .btn2 {
  background: #5d62ca;
  width: 30%;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  float: left;
  margin: 0 0 0 5%;
}




/* iPad用のスタイルシート */

@media (max-width: 1050px) {
	.footer-bar {
    padding: 10px 0;
  }
  .footer-bar .btn {
    width: 30%;
    line-height: 30px;
    font-size: 16px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .footer-bar .btn1 {
    width: 30%;
    line-height: 30px;
    font-size: 16px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 5%;
  }
  .footer-bar .btn2 {
    width: 30%;
    line-height: 30px;
    font-size: 16px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 5%;
  }



}





/* SP用のスタイルシート */
@media (max-width: 899px) {
	.footer-bar {
    padding: 0.1rem 0;
  }
  
  .footer_link_box {
	  width: 95%;
  }
  .footer-bar .btn {
    font-size: 0.12rem;
    width: 100%;
    float: left;
    margin: 0 0 2% 0;;
    padding: 0.1rem;
    line-height: 1;
  }
  .footer-bar .btn1 {
    font-size: 0.12rem;
    width: 48%;
    float: left;
    margin: 0 0 0 0;
    padding: 0.1rem;
    line-height: 1;
  }
  .footer-bar .btn2 {
    font-size: 0.12rem;
    width: 48%;
    float: left;
    margin: 0 0 0 4%;
    padding: 0.1rem;
    line-height: 1;
  }

  
  
 header {
    padding: 5px 0;
    display: block;
} 
  
.mv .inner {
    position: relative;
    margin-bottom: 11vw;
    padding-top: 40vw;
    height: 140vw;
    background-image: url(../images/index_ph01_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}  

.mv .inner h2 {
    font-size: 0.28rem;
    background-color: rgba(255,255,255,0.8);
    margin-left: 0;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding: 0 0.2rem;
}
.mv .inner h2 strong {
    background: linear-gradient(transparent 60%, #FF6 60%);
    font-weight: bold;
    font-size: 0.3rem;
}

.allmihoudai {
    margin-left: 0.3rem;
    font-size: 0.22rem;
    margin-top: 0.6rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
}  
.mv .contents_100 {
    position: absolute;
    right: 0;
    left:60%;
    bottom: 12%;
    transform: none;
    width: 35%;
}

.mv .contents100_txt {
	position: absolute;
	right: 0;
	left: 5%;
	width: 55%;
	transform: translateX(0);
	bottom: 16%;
	font-size: 0.14rem;
	line-height: 1.7;
}

  
.entry .montry2970mihoudai {
    margin-bottom: 0.2rem;
    color: #000;
    font-size: 0.18rem;
    font-weight: bold;
}  
.entry .btn_style_1 {
    margin: 0 auto;
    width: 90%;
    font-size: 0.22rem;
    background-color: #C91422;
    border: 5px solid #fff;
    border-radius: 45px;
}
.mv .entry {
    position: absolute;
    right: 50%;
    width: 100%;
    bottom: 0;
    transform: translate(50%, 34%);
    text-align: center;
}  
.mv .bgph {
    padding-top: 15vw;
    height: 55vw;
    background-image: url(../images/index_bg02_sp.png);
    background-size: 100% auto;
    background-position: 0 0;
}  
.mv .txt02 {
    color: #000;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
}  
.kv_wrap .kv_2 h3 {
    font-size: 0.2rem;
} 
  
.contents_box1 h3 {
    font-size: 0.3rem;
}
.contents_box1 .txt1 {
    width: 95%;
    height: auto;
    font-size: 0.16rem;
    line-height: 1.7;
    margin: 0.5rem auto 0 auto;
}

.contents_box2 .txt1 {
    width: 95%;
    height: auto;
    font-size: 0.16rem;
    line-height: 1.7;
    margin: 0.5rem auto 0 auto;
}
  

.contents_box1 .txt1 p strong {
    font-weight: bold;
    font-size: 0.18rem;
}

.whatman_success {
    font-size: 0.25rem;
    position: relative;
    padding:0.2rem;
    text-align: left;
    color: #fff;
    background: #0594b4;
    margin-top: 0.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.whatman_success:after {
    left: 10%;
}

.message1 {
	padding: 20vw 0 0;
    background-image: url(../images/index_bg03_sp.png);
    background-size: 100% auto;
    background-position: 0 5vw;
    background-repeat: no-repeat;
}

.service_box {
    padding: 20vh 0 0;
    background-color: #ECE8E3;
    background-image: url(../images/index_bg03_sp.png);
    background-size: 100% auto;
    background-position: 0 10vw;
    background-repeat: no-repeat;
}


.message1 h4 {
    text-align: center;
    color: #0594b4;
    font-size: 0.28rem;
    font-weight: bold;
}

.kanae_profile_box {
	width: 90%;
	height: auto;
	margin: 0.3rem auto;
	background-color: #eee;
	padding: 0.2rem;
}

.kanaename {
	font-size: 0.22rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.kanae_pro_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.kanae_pro_txt {
	width: 100%;
	height: auto;
	margin-right: 0;
	float: none;
	font-size: 0.17rem;
	line-height: 1.8;
}

.kanae_pro_photo {
	width: 70%;
	margin: 0.2rem auto 0 auto;
	float: none;
}


.kanae_books {
    width: 90%;
    height: auto;
    margin: 0.5rem auto 0 auto;
}
.contents_box2 .txt1 p strong {
    font-weight: bold;
    font-size: 0.18rem;
}

.recommend_person_box h3 {
	width: 100%;
	margin: 0 auto 0.3rem auto;
    text-align: center;
    font-size: 0.2rem;
    padding: 0 0.2rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.recommend_person_box h3::before, .recommend_person_box h3::after {
    content: '';
    margin-right: 0;
}
.recommend_person_box h3::after {
    margin-left:0;
}
.recomend_list {
    margin: 0 auto;
    width: 95%;
}
.recomend_list li {
    font-size: 0.18rem;
    margin: 0.1rem 0;
    padding: 0.1rem;
    display: inline-block;
    background-color: #fff;
}
.recommend_person_box {
    padding: 0 0 0.5rem 0;
    background-color: #DBF0F5;
}
.service_box h2 {
    text-align: center;
    color: #000;
    font-size: 0.28rem;
    font-weight: bold;
}
.service_box .txt1 {
    width: 100%;
    height: auto;
    font-size: 0.16rem;
    line-height: 1.7;
    margin: 0.3rem auto 0 auto;
}
.service_box .txt1 p strong {
    font-weight: bold;
    font-size: 0.18rem;
}
.service_cotents_box {
    width: 95%;
    height: auto;
    background-color: #fff;
    padding: 0.2rem;
    margin: 0.5rem auto 0 auto;
}

.txt1_image {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.txt1_image img {
	width: 100%;
}


.service_cotents_box h3 {
    margin-bottom: 0.2rem;
    color: #0f9dbd;
    font-size: 0.22rem;
    font-weight: bold;
}
.service_cotents_box .txt1 p {
    margin-bottom:0.22rem;
}

.contents_box1 .txt1 p {
    margin-bottom: 0.22rem;
}
.contents_box2 .txt1 p {
    margin-bottom: 0.22rem;
}
.letter_test {
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0 auto;
}
.btn_letter {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    font-size: 0.16rem;
    background-color: #C91422;
    border-radius: 40px;
}
.if_member {
    width: 90%;
    height: auto;
    margin: 0.5rem auto 0 auto;
    font-size: 0.18rem;
    line-height: 2;
    padding-bottom: 0.5rem;
}

.if_member strong {
    font-weight: bold;
    font-size: 0.2rem;
}

.entry-wrap {
    padding: 0.5rem 0 0 0;
    background-image: url(../images/index_ph08_pc.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.entry-wrap .entry_txt01 {
    margin-bottom: 0.2rem;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
}
.entry-wrap .entry_style1 {
    margin: 0 auto;
    width: 90%;
    font-size: 0.22rem;
    background-color: #C91422;
    border: 5px solid #fff;
    border-radius: 45px;
    text-align: center;
}
.presents_box {
	margin-top: 0.7rem;
    padding: 0.5rem 0;
    background-color: #ffffc8;
}
.presents_box h3 {
    font-size: 0.3rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.presents_box .txt1
{
    width: 90%;
    height: auto;
    font-size: 0.16rem;
    line-height: 1.7;
    margin: 0.5rem auto 0 auto;
}

.presentsbox_1 {
    width: 90%;
    height: auto;
    margin: 0.4rem auto 0 auto;
    background-color: #fff;
    padding: 0.2rem 0.2rem 0.1rem 0.2rem;
}
.freepresents_vol {
    text-align: center;
    margin-bottom: 0.2rem;
    color: #C91422;
    font-size: 0.22rem;
    line-height: 1.7;
    font-weight: bold;
    font-style: oblique;
    letter-spacing: 0.1em;
}

.free_thum {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
.presentsbox_1 h4 {
    font-size: 0.24rem;
    line-height: 1.7;
    color: #0f9dbd;
    font-weight: bold;
    margin-top: 0.3rem;
    text-align: left;
}
.presents_box .txt2 {
    width: 100%;
    height: auto;
    font-size: 0.16rem;
    line-height: 1.7;
    margin: 0.3rem auto 0 auto;
}

.presents_box .txt2 p {
    margin-bottom: 0.22rem;
}
.greybg_setumei {
    width: 100%;
    height: auto;
    margin: 0.3rem auto;
    padding: 0.2rem;
    background-color: #eee;
}

.bold_setumei {
    font-size: 0.18rem;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.normail_setumei {
    font-size: 0.16rem;
    line-height: 1.6;
    margin-bottom: 0.4rem;
}

.presents_box .txt2 p strong {
    font-weight: bold;
    font-size: 0.18rem;
}

.contents_box3 .cts {
    padding: 0 0.3rem;
    width: 100%;
    margin: 0 auto;
}

.contents_box3 ol li {
    padding-top: 15px;
    padding-left: 75px;
    width: 100%;
    margin: 0.4rem auto 0 auto;
    text-align: left;
    background-size: 60px auto;
    background-repeat: no-repeat;
    list-style: none;
}
.contents_box3 ol li h5 {
    margin-bottom: 0.1rem;
    color: #c91422;
    font-size: 0.22rem;
    font-weight: bold;
} 
  
.contents_box3 ol li p {
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
}
.why_unlimited {
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0 auto;
    background-color: #eee;
    font-size: 0.18rem;
    line-height: 1.7;
    padding: 0.2rem;
}
.why_unlimited p {
    margin-bottom: 0.22rem;
}
.contents_box3 {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
}
.contents_box4 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 30px 0;
    background-color: #ece8e3;
}

.contents_box5 {
    width: 100%;
    height: auto;
    margin: 0.5rem auto  0 auto;
    padding: 100px 0 30px 0;
    background-color: #ece8e3;
}

.qa {
    margin-bottom: 0.4rem;
    font-size: 0.27rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.1em;
}
.contents_box4 ul {
    margin: 0 auto;
    width: 90%;
}
.contents_box4 ul li {
    margin-bottom: 0.3rem;
    padding: 0.2rem;
    font-weight: bold;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
}


.contents_box4 ul li dt {
    position: relative;
    font-size: 0.18rem;
}

.contents_box4 ul li dd {
    margin-top: 0.25rem;
    padding: 0.2rem;
    background-color: #f0f0f0;
    font-weight: normal;
    font-size: 0.16rem;
    line-height: 1.7;
}

.suisen_voice {
    margin-bottom: 0.4rem;
    font-size: 0.25rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.1em;
}
.suisen_box {
    width: 90%;
    height: auto;
    margin: 0 auto 0.4rem auto;
    border-bottom: 2px solid #0594b4;
    padding-bottom: 0.3rem;
}
.suisen_box_last {
    width: 90%;
    height: auto;
    margin: 0 auto 0.4rem auto;
}
.suisen_box h3 {
    font-size: 0.25rem;
    color: #0594b4;
    text-align: left;
    margin-bottom: 0.2rem;
    line-height: 1.7;
}

.suisen_box_last h3 {
    font-size: 0.25rem;
    color: #0594b4;
    text-align: left;
    margin-bottom: 0.2rem;
    line-height: 1.7;
}

.suisen_photo {
    width: 25%;
    height: auto;
    margin-right: 5%;
    float: left;
}
.suisen_name {
    width: 70%;
    height: auto;
    float: left;
}

.suisen_name .katagaki {
    margin-bottom:0.15rem;
    font-size: 0.16rem;
}

.suisen_name .honnin_name {
    font-size: 0.18rem;
    font-weight: bold;
}
.suisen_txt {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    background-color: #fff;
    font-size: 0.16rem;
    line-height: 1.7;
    margin: 0.3rem auto 0 auto;
}

.user_voice_box {
    width: 95%;
    height: auto;
    margin: 0.4rem auto 0 auto;
    padding: 0.25rem;
    font-weight: bold;
    text-align: left;
    background-color: #eee;
    border-radius: 10px;
}

.user_voice_box h3 {
    font-size: 0.25rem;
    color: #0594b4;
    text-align: left;
    margin-bottom: 0.2rem;
    line-height: 1.7;
}

.user_voice_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.user_voice_txt {
    width: 100%;
    height: auto;
    margin: 0.3rem auto 0 auto;
    font-size: 0.16rem;
    line-height: 1.7;
    font-weight: normal;
}
.fotter_link {
	margin-top: 1rem;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0.2rem 0;
    font-size: 0.16rem;
}

.fotter_link a {
    font-size: 0.16rem;
}

.copyright {
    font-size: 0.13rem;
    text-align: center;
    padding:0.2rem 0;
}

.page_thum_top {
	width: 95%;
	height: auto;
	margin: 0 auto 10px auto;
	padding-top: 30px;
}

.page_thum_top img {
	width: 100%;
}


.price_img {
	width: 95%;
	height: auto;
	margin: 0 auto 0.1rem auto;
}

.sairiyou_info {
	text-align: left;
	width: 90%;
	margin: 0 auto 0.3rem auto;
	font-size: 0.13rem;
	color: #ff0000;
	font-weight: bold;
}
.sairiyou_btn {
	width: 90%;
}

	
}