@charset "UTF-8";
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*-------------------------------------------
base
-------------------------------------------*/
/* line 8, ../sass/style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../sass/style.scss */
body {
  min-width: 1260px;
  font-size: 19px;
  color: #333333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  word-wrap: break-word;
  border-top: 7px solid #176bb7;
}

/* line 23, ../sass/style.scss */
img {
  vertical-align: bottom;
}

/* line 27, ../sass/style.scss */
img.under {
  vertical-align: top;
}

/* line 31, ../sass/style.scss */
p, ul, dt, dd {
  margin-bottom: 20px;
}

/*-------------------------------------------
layout
-------------------------------------------*/
/* line 39, ../sass/style.scss */
.container {
  width: 1000px;
  margin: 0 auto;
  padding-top: 90px;
}

/* line 45, ../sass/style.scss */
.container02 {
  width: 1000px;
  margin: 0 auto;
}

/* line 53, ../sass/style.scss */
.page-container {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 50px;
  background-color: #ffffff;
}

/* line 60, ../sass/style.scss */
main {
  display: block;
}

/* line 64, ../sass/style.scss */
.yellow-bg {
  background-color: #FFCA00;
  padding: 40px 0 45px;
}
/* line 67, ../sass/style.scss */
.yellow-bg img {
  display: block;
  margin: 0 auto;
}

.l13 {
	line-height: 1.3em;
}

.orange-bg {
  background-color: #FF9326;
  padding: 30px 0 40px;
}
.blue-bg {
  background-color: #0062C4; /* 勇魅クリームに変更 */
  padding: 35px 0 15px;
}
.lightblue-bg {
  background-color: #fffdea; /* 勇魅クリームに変更 */
  padding: 40px 0 40px;
}
/* line 76, ../sass/style.scss */
.orange-bg img {
  display: block;
  margin: 0 auto;
}
.blue-bg img {
  display: block;
  margin: 0 auto;
}
/* line 82, ../sass/style.scss */
.gray-bg {
  padding: 40px 0;
  background: #EDEDED;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

/*-------------------------------------------
header
-------------------------------------------*/
/* line 91, ../sass/style.scss */
.header-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}
/* line 95, ../sass/style.scss */
.header-inner .left {
  margin-right: 24px;
  float: left;
}
/* line 98, ../sass/style.scss */
.header-inner .left h1 {
  padding-top: 0;
}
/* line 102, ../sass/style.scss */
.header-inner .right {
  float: right;
}
/* line 104, ../sass/style.scss */
.header-inner .right ul {
  margin-bottom: 0;
}
/* line 107, ../sass/style.scss */
.header-inner .right li {
  float: left;
}
/* line 109, ../sass/style.scss */
.header-inner .right li:first-child {
  margin-right: 15px;
}

/*-------------------------------------------
menu
-------------------------------------------*/
/* line 120, ../sass/style.scss */
#profile, #flow, #reason, #price, #access {
  padding-top: 47px;
}

/* line 124, ../sass/style.scss */
#menu {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

/* line 129, ../sass/style.scss */
#menuchange {
  background-color: #0062C4;
  /*background:#296bff;*/
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
  padding: 5px 0px;
}

/* line 141, ../sass/style.scss */
#dropmenu {
  float: left;
  margin: 0px 0px 0px 0px;
}

/* line 146, ../sass/style.scss */
#dropmenu li {
  position: relative;
  float: left;
  padding-right: 30px;
}

/* line 152, ../sass/style.scss */
#dropmenu li.down {
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  color: #555;
  padding: 10px 30px 10px 0px;
}

/* line 159, ../sass/style.scss */
#dropmenu li a {
  display: block;
  padding: 10px 3px 10px;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  color: #555;
}

/* line 167, ../sass/style.scss */
#dropmenu li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  border-radius: 5px;
}

/* line 173, ../sass/style.scss */
#dropmenu li ul li {
  overflow: hidden;
  width: 300%;
  height: 0px;
  color: #FFF;
  transition: all 0.2s ease 0s;
}

/* line 180, ../sass/style.scss */
#dropmenu li ul li a {
  padding: 15px 15px;
  background: none repeat scroll 0% 0% #FFF;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  border: 3px solid #DDD;
  border-radius: 3px;
  color: #555;
}

/* line 190, ../sass/style.scss */
#dropmenu li:hover > a {
  background: none repeat scroll 0% 0% #296bff;
  color: #FFF;
}

/* line 194, ../sass/style.scss */
#dropmenu > li:hover > a {
  border-radius: 5px;
}

/* line 197, ../sass/style.scss */
#dropmenu li:hover ul li {
  overflow: visible;
  height: 40px;
}

/* line 201, ../sass/style.scss */
#dropmenu li:hover ul li:first-child {
  border-top: 0px none;
}

/* line 204, ../sass/style.scss */
#dropmenu li:hover ul li:last-child {
  border-bottom: 0px none;
}

/* line 207, ../sass/style.scss */
#dropmenu li:hover ul li:last-child a {
  border-radius: 5px;
}

/* line 210, ../sass/style.scss */
#dropmenu .lisp {
  margin: 4px 5px 0px 5px;
  color: #666;
  font-size: 10px;
}

/* line 216, ../sass/style.scss */
#dropmenu .last {
  padding-right: 0px;
  margin-right: 0px;
}

/* line 222, ../sass/style.scss */
#menuchange #dropmenu {
  float: left;
  margin: 0px 0px 0px 0px;
}

/* line 227, ../sass/style.scss */
#menuchange #dropmenu li {
  position: relative;
  float: left;
  padding-right: 16px;
}

/* line 233, ../sass/style.scss */
#menuchange #dropmenu li.down {
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  color: #FFF;
  padding: 13px 16px 0px 0px;
}

/* line 240, ../sass/style.scss */
#menuchange #dropmenu li a {
  display: block;
  padding: 13px 3px 10px;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  color: #FFF;
}

/* line 248, ../sass/style.scss */
#menuchange #dropmenu li ul {
  position: absolute;
  top: 130%;
  left: 0px;
  border-radius: 5px;
}

/* line 254, ../sass/style.scss */
#menuchange #dropmenu li ul li {
  overflow: hidden;
  width: 350%;
  height: 0px;
  color: #FFF;
  transition: all 0.2s ease 0s;
}

/* line 261, ../sass/style.scss */
#menuchange #dropmenu li ul li a {
  padding: 15px 15px;
  background: none repeat scroll 0% 0% #FFF;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  border: 3px solid #DDD;
  border-radius: 3px;
  color: #555;
}

/* line 271, ../sass/style.scss */
#menuchange #dropmenu li:hover > a {
  background: none repeat scroll 0% 0% #c46305;
  color: #FFF;
}

/* line 275, ../sass/style.scss */
#menuchange #dropmenu > li:hover > a {
  border-radius: 5px;
}

/* line 278, ../sass/style.scss */
#menuchange #dropmenu li:hover ul li {
  overflow: visible;
  height: 40px;
}

/* line 282, ../sass/style.scss */
#menuchange #dropmenu li:hover ul li:first-child {
  border-top: 0px none;
}

/* line 285, ../sass/style.scss */
#menuchange #dropmenu li:hover ul li:last-child {
  border-bottom: 0px none;
}

/* line 288, ../sass/style.scss */
#menuchange #dropmenu li:hover ul li:last-child a {
  border-radius: 5px;
}

/* line 291, ../sass/style.scss */
#menuchange #dropmenu .lisp {
  margin: 4px 5px 0px 5px;
  color: #666;
  font-size: 10px;
}

/* line 297, ../sass/style.scss */
#menuchange #dropmenu .last {
  padding-right: 0px;
  margin-right: 0px;
}

/* line 303, ../sass/style.scss */
.hwrap {
  width: 1000px;
  padding: 15px 0px;
  margin: 0 auto;
}

/* line 310, ../sass/style.scss */
.wrap {
  width: 1000px;
  margin: 0 auto;
}

/* line 316, ../sass/style.scss */
.toptel2 {
  float: right;
}

/*-------------------------------------------
mainvisual
-------------------------------------------*/
/* line 324, ../sass/style.scss */
#mainvisual {
  background-color: #f7f6f8;
  width: 100%;
  margin: 0 auto;
}

/*-------------------------------------------
footer
-------------------------------------------*/
/* line 335, ../sass/style.scss */
footer {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
  background: #333333;
  padding: 25px 0;
}
/* line 341, ../sass/style.scss */
footer .footer-inner {
  width: 1000px;
  margin: 0 auto;
}
/* line 345, ../sass/style.scss */
footer .left {
  width: 50%;
  float: left;
}
/* line 349, ../sass/style.scss */
footer .right {
  width: 50%;
  float: right;
  padding-left: 40px;
  border-left: 1px solid #666666;
}
/* line 356, ../sass/style.scss */
footer .footer-list li.widget {
  width: 150px;
  float: left;
}
/* line 360, ../sass/style.scss */
footer .footer-list li.widget ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(../images/common/footer-bullet.png) no-repeat;
  background-position: left top 3px;
}
/* line 367, ../sass/style.scss */
footer .footer-list li.widget:nth-child(2n) {
  margin-left: 50px;
}
/* line 370, ../sass/style.scss */
footer .footer-list li.widget a {
  color: #ffffff;
  text-decoration: none;
}
/* line 378, ../sass/style.scss */
footer .footer-menu ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(../images/common/footer-bullet.png) no-repeat;
  background-position: left top 3px;
}
/* line 383, ../sass/style.scss */
footer .footer-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
/* line 390, ../sass/style.scss */
footer h2.widgettitle {
  padding-left: 7px;
  margin-bottom: 15px;
  border-left: 7px solid #ffffff;
}

/*-------------------------------------------
HOME
-------------------------------------------*/

/* line 401, ../sass/style.scss */
.first-press-limited {
  width: 980px; /* 勇魅カスタムに変更 */
  border: 1px solid #bebebe; /* 勇魅カスタムに変更 */
  background-color: #fffdea; /* 勇魅カスタムに変更 */
  margin: 0 auto 30px;
  padding: 35px 30px 30px;
}
/* line 406, ../sass/style.scss */
.first-press-limited p {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
}
/* line 412, ../sass/style.scss */
.first-press-limited s {
  color: #DC0000;
}
/* line 414, ../sass/style.scss */
.first-press-limited s.diagonally {
  position: relative;
  text-decoration: none;
}
/* line 418, ../sass/style.scss */
.first-press-limited s.diagonally:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  overflow: hidden;
  background-color: #DC0000;
  border: 1px solid #DC0000;
}
/* line 430, ../sass/style.scss */
.first-press-limited s.diagonally.rightUp:after {
  -o-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}
/* line 436, ../sass/style.scss */
.first-press-limited.discount {
  border: 3px solid #FFCB00;
  background-color: #FFF7D2;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
/* line 444, ../sass/style.scss */
.first-press-limited .small-number {
  font-size: 60px;
  color: #333333;
}
/* line 448, ../sass/style.scss */
.first-press-limited .big-number {
  font-size: 65px;
  color: #DC0000;
}

/* line 455, ../sass/style.scss */
.container02 .discount-ttl {
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
}
/* line 460, ../sass/style.scss */
.container02 .discount-ttl p {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0 !important;
}

/* line 468, ../sass/style.scss */
.red-container {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
/* line 472, ../sass/style.scss */
.red-container h2 {
  font-size: 48px;
}
/* line 474, ../sass/style.scss */
.red-container h2 .red-box {
  color: #ffffff;
  background-color: #DC0000;
  display: inline-block;
  padding: 10px 70px 5px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 481, ../sass/style.scss */
.red-container h2 .red-ttl {
  font-size: 87px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #DC0000;
}

/* line 489, ../sass/style.scss */
.voice-container {
  padding: 40px 0;
  background: #0062C4;
}
/* line 492, ../sass/style.scss */
.voice-container .voice-block {
  width: 1000px;
  background: #ffffff;
  margin: 0 auto 45px;
  padding: 45px 50px;
}
/* line 498, ../sass/style.scss */
.voice-container .voice-inner {
  width: 900px;
  padding-bottom: 20px;
}

.voice-container .voice-inner .left iframe {
    width: 100%;
	max-height: 205px;
    margin-bottom: 10px !important;
}

/* line 501, ../sass/style.scss */
.voice-container .voice-inner .left p {
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 0;
}

.voice-container .voice-inner .left img {
	margin-bottom: 10px;
}

/* line 506, ../sass/style.scss */
.voice-container .voice-inner .left small {
  font-size: 16px;
  color: #999999;
  display: block;
}
/* line 513, ../sass/style.scss */
.voice-container .qa-list dt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 10px 10px 10px 55px;
  background: url(../images/home/q.png) no-repeat;
  background-position: left 10px top 10px;
  background-color: #EDEDED;
  border: 1px solid #cccccc;
}
/* line 524, ../sass/style.scss */
.voice-container .qa-list dd {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 10px 10px 10px 55px;
  background: url(../images/home/a.png) no-repeat;
  background-position: left 10px top 10px;
  display: inline-block;
}
/* line 535, ../sass/style.scss */
.voice-container h2 {
  font-size: 37px;
  font-weight: bold;
  color: #0070b6;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}
/* line 545, ../sass/style.scss */
.voice-container .left {
  width: 380px;
  float: left;
}
/* line 549, ../sass/style.scss */
.voice-container .right {
  width: 485px;
  float: right;
}

section#reason .orange-bg img.visible-desktop {
    width: 560px;
}



/* line 555, ../sass/style.scss */
.flow-ttl {
  font-size: 34px;
  font-weight: bold;
  background-color: #0062C4;
  text-align: center;
  margin-bottom: 25px;
  padding: 5px 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 563, ../sass/style.scss */
.flow-ttl.no1 h3 {
  background-image: url(../images/home/no1.png);
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 50px;
}
/* line 570, ../sass/style.scss */
.flow-ttl.no2 h3 {
  background-image: url(../images/home/no2.png);
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 50px;
}
/* line 577, ../sass/style.scss */
.flow-ttl.no3 h3 {
  background-image: url(../images/home/no3.png);
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 50px;
}
/* line 584, ../sass/style.scss */
.flow-ttl.no4 h3 {
  background-image: url(../images/home/no4.png);
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 50px;
}
/* line 591, ../sass/style.scss */
.flow-ttl.no5 h3 {
  background-image: url(../images/home/no5.png);
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 50px;
}
/* line 598, ../sass/style.scss */
.flow-ttl.no6 h3 {
  background-image: url(../images/home/no6.png);
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 50px;
}


/* retinaの場合 */
@media (-webkit-min-device-pixel-ratio: 2){
.flow-ttl {
  font-size: 34px;
  font-weight: bold;
  background-color: #0062C4;
  text-align: center;
  margin-bottom: 25px;
  padding: 5px 0 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 563, ../sass/style.scss */
.flow-ttl.no1 h3 {
  background-image: url(../images/home/no1.png);
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 40px;
  }
/* line 570, ../sass/style.scss */
.flow-ttl.no2 h3 {
  background-image: url(../images/home/no2.png);
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 40px;
}
/* line 577, ../sass/style.scss */
.flow-ttl.no3 h3 {
  background-image: url(../images/home/no3.png);
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 40px;
}
/* line 584, ../sass/style.scss */
.flow-ttl.no4 h3 {
  background-image: url(../images/home/no4.png);
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 40px;
}
/* line 591, ../sass/style.scss */
.flow-ttl.no5 h3 {
  background-image: url(../images/home/no5.png);
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 40px;
}
/* line 598, ../sass/style.scss */
.flow-ttl.no6 h3 {
  background-image: url(../images/home/no6.png);
  background-size: 32px;
  background-repeat: no-repeat;
  display: inline;
  background-position: left top 2px;
  padding-left: 40px;
}

}
/* line 607, ../sass/style.scss */
.privilege-container {
  border: 5px solid #E50000;
  margin-bottom: 40px;
  padding-top: 33px; /* 勇魅　値変更 */
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  background-color: #FFFDEE;
}
/* line 612, ../sass/style.scss */
.privilege-container .left {
  float: left;
  margin-right: 15px;
}
/* line 616, ../sass/style.scss */
.privilege-container p.privilege-ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}

/* line 624, ../sass/style.scss */
.worsening-container {
  background-color: #fbfbfb;
  border: 2px solid #dddddd;
  text-align: center;
  margin-bottom: 45px;
  padding-top: 25px;
}

/* line 632, ../sass/style.scss */
.profile-container {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 45px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 637, ../sass/style.scss */
.profile-container p:last-child {
  margin-bottom: 0;
}
/* line 640, ../sass/style.scss */
.profile-container .left {
  margin-right: 30px;
  float: left;
}
/* line 644, ../sass/style.scss */
.profile-container .right {
  padding-top: 25px;
  overflow: hidden;
}

/* line 650, ../sass/style.scss */
.message-container {
  margin-bottom: 80px;
  background-color: #fafafa;
  border: 3px solid #BBBBBB;
  padding: 35px;
}
/* line 655, ../sass/style.scss */
.message-container p {
  margin-bottom: 0;
}

/* line 660, ../sass/style.scss */
.line-ttl {
  font-size: 40px;
  text-align: center;
}

/* line 665, ../sass/style.scss */
.line-container {
  margin-bottom: 35px;
}
/* line 667, ../sass/style.scss */
.line-container .line-ttl01, .line-container .line-ttl02 {
  font-size: 31px;
  text-align: left;
  background: url(../images/home/line01.png) no-repeat;
  background-position: left top 3px;
  padding-left: 45px;
}
/* line 674, ../sass/style.scss */
.line-container .line-ttl02 {
  background: url(../images/home/line02.png) no-repeat;
}
/* line 677, ../sass/style.scss */
.line-container .line-left {
  padding-left: 45px;
}

/* line 682, ../sass/style.scss */
.access-ttl {
  font-size: 40px;
  text-align: center;
}

.access .left {
  float: left;
}

/* line 687, ../sass/style.scss */
.access-container {
  margin-bottom: 35px;
}
/* line 689, ../sass/style.scss */
.access-container .access-ttl01, .access-container .access-ttl02, .access-container .access-ttl03 {
  font-size: 26px;
  text-align: left;
  background: url(../images/home/access-icon.png) no-repeat;
  background-position: 39% 39%;
  padding-left: 390px;
}
/* line 696, ../sass/style.scss */
.access-container .access-ttl02 {
  background: url(../images/home/train-icon.png) no-repeat;
  background-position: 39% 39%;
}
/* line 699, ../sass/style.scss */
.access-container .access-ttl03 {
  background: url(../images/home/car-icon.png) no-repeat;
  background-position: 39% 39%;
}
/* line 702, ../sass/style.scss */
.access-container .access-left {
  padding-left: 390px;
}

/* line 708, ../sass/style.scss */
.ps-container dt {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 713, ../sass/style.scss */
.ps-container dd {
  font-size: 19px;
  margin-bottom: 40px;
}

/* line 721, ../sass/style.scss */
.access-map ul li {
  width: 315px;
  float: left;
  margin-right: 27px;
}
/* line 725, ../sass/style.scss */
.access-map ul li img {
  margin-bottom: 30px;
}
/* line 728, ../sass/style.scss */
.access-map ul li:nth-child(3n) {
  margin-right: 0;
}
/* line 731, ../sass/style.scss */
.access-map ul li p.ttl {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
}

/*-------------------------------------------
お問い合わせ
-------------------------------------------*/
/* line 745, ../sass/style.scss */
.contact-ttl {
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 752, ../sass/style.scss */
.contact-ttl02 {
  text-align: center;
  border: 1px solid #DDDDDD;
  margin-bottom: 20px;
  padding: 15px 0;
}
/* line 757, ../sass/style.scss */
.contact-ttl02 h2 {
  margin-bottom: 0;
}

/* line 762, ../sass/style.scss */
.contact-container {
  background-color: #F5F5F5;
  padding: 25px 45px;
}
/* line 765, ../sass/style.scss */
.contact-container .contact-box {
  font-size: 15px;
  background: #FAFAFA;
  border: 1px solid #dddddd;
  padding: 25px;
}
/* line 770, ../sass/style.scss */
.contact-container .contact-box p {
  line-height: 1.4;
  margin-bottom: 0;
}
/* line 775, ../sass/style.scss */
.contact-container h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
/* line 780, ../sass/style.scss */
.contact-container ul {
  margin-bottom: 15px;
}
/* line 782, ../sass/style.scss */
.contact-container ul li {
  font-size: 15px;
}
/* line 786, ../sass/style.scss */
.contact-container label {
  font-size: 18px;
  font-weight: bold;
}
/* line 790, ../sass/style.scss */
.contact-container .required {
  font-size: 15px;
  color: #ffffff;
  background-color: #B20000;
  padding: 1px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
/* line 798, ../sass/style.scss */
.contact-container .any {
  font-size: 15px;
  color: #ffffff;
  background-color: #BBBBBB;
  padding: 1px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
/* line 806, ../sass/style.scss */
.contact-container input[type="text"], .contact-container input[type="email"], .contact-container input[type="tel"] {
  width: 680px;
  font-size: 24px;
  margin-top: 10px;
  padding: 10px;
}
/* line 812, ../sass/style.scss */
.contact-container .age input[type="text"] {
  width: 163px;
  /* Firefox v3.6+ */
  background-image: -moz-linear-gradient(49% 38% -90deg, white 0%, #bbbbbb 100%);
  /* safari v4.0+ and by Chrome v3.0+ */
  background-image: -webkit-gradient(linear, 49% 38%, 49% 138%, color-stop(0, white), color-stop(1, #bbbbbb));
  /* Chrome v10.0+ and by safari nightly build*/
  background-image: -webkit-linear-gradient(-90deg, white 0%, #bbbbbb 100%);
  /* Opera v11.10+ */
  background-image: -o-linear-gradient(-90deg, white 0%, #bbbbbb 100%);
  /* IE v10+ */
  background-image: -ms-linear-gradient(-90deg, white 0%, #bbbbbb 100%);
  background-image: linear-gradient(180deg, #ffffff 0%, #bbbbbb 100%);
  border-color: #bbbbbb;
  border-width: 1px;
  /* Firefox v1.0+ */
  -moz-border-radius: 1%;
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-border-radius: 0%/3%;
  /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
  border-radius: 0%/3%;
  border-style: solid;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffbbbbbb,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffbbbbbb,GradientType=0);
}
/* line 837, ../sass/style.scss */
.contact-container textarea {
  width: 680px;
  font-size: 24px;
  margin-top: 10px;
  padding: 10px;
}
/* line 843, ../sass/style.scss */
.contact-container input[type="submit"] {
  width: 362px;
  height: 67px;
  background: url(../images/contact/submit.png) no-repeat;
  display: block;
  margin: 0 auto;
  border: 0;
}

/*-------------------------------------------
ブログ形式
-------------------------------------------*/
/* line 858, ../sass/style.scss */
.blog main, .single main, .archive main {
  background: #EDEDED;
  padding-top: 20px;
}
/* line 861, ../sass/style.scss */
.blog main .blog-content, .single main .blog-content, .archive main .blog-content {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 45px;
  background-color: #ffffff;
}
/* line 868, ../sass/style.scss */
.blog .blog-container, .single .blog-container, .archive .blog-container {
  width: 640px;
  float: left;
}
/* line 872, ../sass/style.scss */
.blog #sidebar, .single #sidebar, .archive #sidebar {
  width: 240px;
  float: right;
}
/* line 875, ../sass/style.scss */
.blog #sidebar h2, .single #sidebar h2, .archive #sidebar h2 {
  font-weight: bold;
  line-height: 1.2;
  background: url(../images/blog/book.png) no-repeat;
  background-position: left 10px top 10px;
  background-color: #EDEDED;
  border: 1px solid #CCCCCC;
  margin-bottom: 10px;
  padding: 10px 10px 10px 45px;
}
/* line 886, ../sass/style.scss */
.blog #sidebar ul li ul li, .single #sidebar ul li ul li, .archive #sidebar ul li ul li {
  background: url(../images/blog/bullet.png) no-repeat;
  background-position: left top 8px;
  padding-left: 25px;
}
/* line 890, ../sass/style.scss */
.blog #sidebar ul li ul li a, .single #sidebar ul li ul li a, .archive #sidebar ul li ul li a {
  font-size: 17px;
  color: #333333;
  text-decoration: none;
}

/* line 900, ../sass/style.scss */
.media-block {
  font-size: 17px;
  margin-bottom: 25px;
  padding: 15px 30px 30px 30px;
  border: 1px solid #CCCCCC;
}
/* line 905, ../sass/style.scss */
.media-block h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
/* line 910, ../sass/style.scss */
.media-block h2 a {
  color: #333333;
  text-decoration: none;
}
/* line 915, ../sass/style.scss */
.media-block .more-link {
  color: #007FFF;
}
/* line 918, ../sass/style.scss */
.media-block .alignleft {
  margin-bottom: 0;
}
/* line 921, ../sass/style.scss */
.media-block .category {
  margin-bottom: 20px;
  padding: 1px 10px;
  background-color: #EDEDED;
}
/* line 925, ../sass/style.scss */
.media-block .category ul {
  margin-bottom: 0;
}
/* line 927, ../sass/style.scss */
.media-block .category ul li {
  padding-left: 20px;
  background: url(../images/blog/category.png) no-repeat;
  background-position: left top 8px;
}
/* line 931, ../sass/style.scss */
.media-block .category ul li a {
  font-size: 16px;
  color: #FF5900;
}

/************************************
** レスポンシブページネーション
************************************/
/* line 943, ../sass/style.scss */
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 20px 0;
}

/* line 949, ../sass/style.scss */
.pagination li {
  padding: 5px 0 5px 5px;
}

/* line 953, ../sass/style.scss */
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* line 961, ../sass/style.scss */
.pagination a {
  font-weight: 300;
  text-decoration: none;
  border: 1px solid #ddd;
  min-width: 36px;
  min-height: 36px;
  color: #333;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 1px 3px;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 975, ../sass/style.scss */
.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

/* line 979, ../sass/style.scss */
.pagination li:first-of-type a {
  border-left-width: 1px;
}

/* line 983, ../sass/style.scss */
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* line 993, ../sass/style.scss */
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 1006, ../sass/style.scss */
.pagination li.first a::before {
  content: "\f100 最初へ";
}

/* line 1007, ../sass/style.scss */
.pagination li.last a::after {
  content: "最後へ \f101";
}

/* line 1009, ../sass/style.scss */
.pagination li.previous a::before {
  content: "\f104 前へ";
}

/* line 1010, ../sass/style.scss */
.pagination li.next a::after {
  content: "次へ \f105";
}

/* line 1012, ../sass/style.scss */
.pagination li.current a {
  color: #ffffff;
  background-color: #a6a6a6;
  cursor: default;
  pointer-events: none;
}

/* line 1019, ../sass/style.scss */
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 1024, ../sass/style.scss */
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  /* line 1030, ../sass/style.scss */
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 1038, ../sass/style.scss */
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 1042, ../sass/style.scss */
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 1049, ../sass/style.scss */
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }

  /* line 1059, ../sass/style.scss */
  .pagination li.previous a {
    border-left-width: 0;
  }
	
	.blue-bg {
    padding: 25px 10px 5px;
  }
	
.isami-container {
    padding: 20px 20px 0;
  }
	
	.f21 {
    font-size: 18px !important;
  }
	
	#reason .orange-bg {
    padding: 15px 10px 20px;
  }
	
}
@media only screen and (max-width: 400px) {
  /* line 1063, ../sass/style.scss */
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 1071, ../sass/style.scss */
  .pagination li.previous a {
    border-left-width: 1px;
  }
}

/*-------------------------------------------
症状用コンテンツ
-------------------------------------------*/
/* line 1089, ../sass/style.scss */
.reason .image-left {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
/* line 1094, ../sass/style.scss */
.reason .image-right {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}

/*-------------------------------------------
コンポーネント
-------------------------------------------*/
/* line 1106, ../sass/style.scss */
.font-bold {
  font-weight: bold;
}

/* line 1110, ../sass/style.scss */
.db {
  display: block;
}

.f14{
  font-size: 0.9em;
}


/* line 1114, ../sass/style.scss */
.f24 {
  font-size: 24px;
}

/* line 1118, ../sass/style.scss */
.f27 {
  font-size: 27px;
}

/* line 1122, ../sass/style.scss */
.f33 {
  font-size: 33px;
  line-height: 1.4;
}

/* line 1127, ../sass/style.scss */
.f40 {
  font-size: 36px;
}

/* line 1131, ../sass/style.scss */
.f44 {
  font-size: 40px;
}

/* line 1135, ../sass/style.scss */
.f45 {
  font-size: 40px;
}

/* line 1139, ../sass/style.scss */
.f46 {
  font-size: 40px;
}

/* line 1143, ../sass/style.scss */
.f49 {
  font-size: 36px;
}

/* line 1147, ../sass/style.scss */
.f55 {
  font-size: 45px;
  line-height: 1.3;
}

/* line 1152, ../sass/style.scss */
.f58 {
  font-size: 48px;
  line-height: 1;
}

/* line 1157, ../sass/style.scss */
.f61 {
  font-size: 45px;
  line-height: 1;
}

/* line 1162, ../sass/style.scss */
.red {
  color: #ff0000;
}
.blue {
  color: #286cbd;
}

/* line 1166, ../sass/style.scss */
.red2 {
  color: #DC0000;
}

/* line 1170, ../sass/style.scss */
.black {
  color: #333333;
}

/* line 1174, ../sass/style.scss */
.oreb {
  color: #FF5A10;
}

/* line 1178, ../sass/style.scss */
.center {
  text-align: center;
}

/* line 1182, ../sass/style.scss */
.white {
  color: #ffffff;
}

/* line 1186, ../sass/style.scss */
.orange {
  color: #FF5800;
}

/* line 1190, ../sass/style.scss */
.gray {
  color: #666666;
}

/* line 1194, ../sass/style.scss */
.green {
  color: #2CB200;
}

/* line 1198, ../sass/style.scss */
.bg-yellow {
  background-color: #FFFF00;
}

/* line 1202, ../sass/style.scss */
.underline {
  text-decoration: underline;
}

/* line 1206, ../sass/style.scss */
.text-center {
  text-align: center;
}

/* line 1210, ../sass/style.scss */
.l11 {
  line-height: 1.1;
}

/* line 1214, ../sass/style.scss */
.check-container {
  margin-bottom: 50px;
  background: #ffffff;	 /* 勇魅カスタム　背景色加筆 */
}
/* line 1216, ../sass/style.scss */
.check-container ul {
  padding: 30px 45px;
  border: 1px solid #BBBBBB;
}
/* line 1219, ../sass/style.scss */
.check-container ul li {
  font-weight: bold;
  font-size: 1em;
  line-height: 2.1;
  background: url(../images/home/check.gif) no-repeat;
  padding-left: 45px;
}
/* line 1228, ../sass/style.scss */
.check-container.muitenai ul li {
  background: url(../images/home/batsu.png) no-repeat;
}
/* line 1235, ../sass/style.scss */
.check-container.muiteru ul li {
  background: url(../images/home/maru.png) no-repeat;
}

/* line 1242, ../sass/style.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 1250, ../sass/style.scss */
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
/* line 1253, ../sass/style.scss */
* html .clearfix {
  height: 1%;
}

/* line 1254, ../sass/style.scss */
.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* line 1258, ../sass/style.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 1262, ../sass/style.scss */
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

/* line 1266, ../sass/style.scss */
.mb15 {
  margin-bottom: 15px !important;
}

/* line 1270, ../sass/style.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 1274, ../sass/style.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 1278, ../sass/style.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 1282, ../sass/style.scss */
.mb55 {
  margin-bottom: 55px !important;
}

/* line 1286, ../sass/style.scss */
.mb60 {
  margin-bottom: 60px !important;
}

/* line 1290, ../sass/style.scss */
.mb80 {
  margin-bottom: 80px !important;
}

/* line 1294, ../sass/style.scss */
.mb100 {
  margin-bottom: 100px !important;
}

/* line 1298, ../sass/style.scss */
.mb120 {
  margin-bottom: 120px !important;
}

/* line 1298, ../sass/style.scss */
.mbt30 {
  margin-top: -30px !important;
}

.ml30 {
  margin-left: -30px !important;
}
/* line 1302, ../sass/style.scss */
.pt30 {
  padding-top: 30% !important;
}

/* line 1306, ../sass/style.scss */
.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

/* line 1312, ../sass/style.scss */
.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}

/* line 1318, ../sass/style.scss */
.alignnone {
  margin-bottom: 20px;
}

/* line 1323, ../sass/style.scss */

.youtube iframe {
  width: 100%;
}

.youtube img {
  margin-top: -30px;
}


/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 640px) {
  /* line 1336, ../sass/style.scss */
  body {
    font-size: 16px;
    min-width: 100%;
    border: 0;
  }

  /* line 1342, ../sass/style.scss */
  img {
    max-width: 100%;
    height: auto;
  }
  
	.pc-only {
  display: none;
  }
	.sp-only {
  display: block;
  }
	
	.mb60 {
    margin-bottom: 30px !important;
  }
	.mt50 {
    margin-top: 25px !important;
  }

  /*-------------------------------------------
  header
  -------------------------------------------*/
  /* line 1350, ../sass/style.scss */
  header {
    padding-bottom: 30%;
  }

  /* line 1353, ../sass/style.scss */
  .header-inner {
    width: 100%;
    position: fixed;
    height: 103px;
    background-color: #ffffff;
  }
  /* line 1357, ../sass/style.scss */
  .header-inner .left {
    margin-right: 0;
    float: none;
  }
  /* line 1360, ../sass/style.scss */
  .header-inner .left h1 {
    padding: 0;
  }
  /* line 1363, ../sass/style.scss */
  .header-inner .left .visible-phone {
    width: 70%;
    margin: 0 10px 10px;
    display: block;
  }
  /* line 1369, ../sass/style.scss */
  .header-inner .right {
    float: none;
  }
  /* line 1371, ../sass/style.scss */
  .header-inner .right li {
    width: 49%;
    float: left;
  }
  /* line 1374, ../sass/style.scss */
  .header-inner .right li:first-child {
    margin-right: 0;
  }
  /* line 1377, ../sass/style.scss */
  .header-inner .right li:last-child {
    float: right;
  }

  /* line 1384, ../sass/style.scss */
  #menuchange {
    display: none;
  }

.access .left {
  float: none;
}

.accessright {
	padding-left:0px;
}

/* line 687, ../sass/style.scss */
.access-container {
  margin-bottom: 35px;
}
/* line 689, ../sass/style.scss */
.access-container .access-ttl01, .access-container .access-ttl02, .access-container .access-ttl03 {
    font-size: 24px;
    text-align: left;
    background: url(../images/home/access-icon.png) no-repeat;
    background-position: left top 3px;
    padding-left: 50px;
    background-size: 34px;
}
/* line 696, ../sass/style.scss */
.access-container .access-ttl02 {
  background: url(../images/home/train-icon.png) no-repeat;
}
/* line 699, ../sass/style.scss */
.access-container .access-ttl03 {
  background: url(../images/home/car-icon.png) no-repeat;
}
/* line 702, ../sass/style.scss */
.access-container .access-left {
  padding-left: 40px;
}

  /*-------------------------------------------
  mainvisual
  -------------------------------------------*/
  /* line 1391, ../sass/style.scss */
  #mainvisual {
    width: 100%;
    margin-top: 5px;
  }

  /*-------------------------------------------
  footer
  -------------------------------------------*/
  /* line 1400, ../sass/style.scss */
  footer .footer-inner {
    width: 100%;
    padding: 0 3%;
  }
  /* line 1404, ../sass/style.scss */
  footer .footer-list li.widget:nth-child(2n) {
    margin-left: 0;
  }
  /* line 1407, ../sass/style.scss */
  footer .left {
    width: 100%;
    float: none;
  }
  /* line 1411, ../sass/style.scss */
  footer .right {
    width: 100%;
    float: none;
    border: none;
    padding-left: 0;
  }
  /* line 1418, ../sass/style.scss */
  footer .footer-list li.widget {
    width: 100%;
    float: none;
  }

  /*-------------------------------------------
  layout
  -------------------------------------------*/
  /* line 1429, ../sass/style.scss */
  .container {
    width: 100%;
    padding: 30px 3% 0;
  }

  /* line 1434, ../sass/style.scss */
  .container02, .page-container {
    width: 100%;
    padding: 0 3%;
  }

  /* line 1439, ../sass/style.scss */
  .yellow-bg {
    padding: 25px 0 30px;
  }

  /* line 1443, ../sass/style.scss */
  .gray-bg {
    margin-top: 30px;
    padding-top: 0;
  }

  /*-------------------------------------------
  HOME
  -------------------------------------------*/
	
  /* line 1452, ../sass/style.scss */
  .first-press-limited {
    width: 100%;
    padding: 10px 3%;
  }
  /* line 1455, ../sass/style.scss */
  .first-press-limited p {
    font-size: 18px;
  }
  /* line 1458, ../sass/style.scss */
  .first-press-limited .small-number {
    font-size: 20px;
  }
  /* line 1461, ../sass/style.scss */
  .first-press-limited .big-number {
    font-size: 22px;
  }
  /* line 1464, ../sass/style.scss */
  .first-press-limited .mb30 {
    margin-bottom: 15px !important;
  }

  /* line 1470, ../sass/style.scss */
  .container02 .discount-ttl {
    font-size: 18px;
  }

  /* line 1475, ../sass/style.scss */
  .red-container h2 {
    font-size: 18px;
  }
  /* line 1477, ../sass/style.scss */
  .red-container h2 .red-box {
    padding: 5px 30px 1px;
  }
  /* line 1480, ../sass/style.scss */
  .red-container h2 .red-ttl {
    font-size: 20px;
  }
  
  .voice-container {
  padding: 0px 0;
  background: #d1e1f1;
}

  /* line 1487, ../sass/style.scss */
  .voice-container .voice-block {
    width: 100%;
    background: #ffffff;
    margin: 0 auto 35px;
    padding: 10px 3% 0;
  }
  /* line 1492, ../sass/style.scss */
  .voice-container .voice-block .left {
    width: 100%;
    float: none;
  }
  /* line 1495, ../sass/style.scss */
  .voice-container .voice-block .left p {
    font-size: 18px;
  }
  /* line 1498, ../sass/style.scss */
  .voice-container .voice-block .left small {
    margin-bottom: 20px;
  }
  /* line 1502, ../sass/style.scss */
  .voice-container .voice-block .right {
    width: 100%;
    float: none;
  }
  /* line 1507, ../sass/style.scss */
  .voice-container .voice-inner {
    width: 100%;
    padding-bottom: 0;
  }
  /* line 1510, ../sass/style.scss */
  .voice-container .qa-list dt {
    font-size: 18px;
  }
  /* line 1513, ../sass/style.scss */
  .voice-container .qa-list dd {
    font-size: 18px;
  }
  /* line 1518, ../sass/style.scss */
  .voice-container h2 {
    font-size: 18px;
  }

  /* line 1522, ../sass/style.scss */
  .privilege-container {
    width: 100%;
    padding: 5%;
  }
  /* line 1525, ../sass/style.scss */
  .privilege-container .left {
    width: 35%;
  }
  /* line 1528, ../sass/style.scss */
  .privilege-container p.privilege-ttl {
    font-size: 22px;
  }
  /* line 1530, ../sass/style.scss */
  .privilege-container p.privilege-ttl br {
    display: none;
  }
  /* line 1534, ../sass/style.scss */
  .privilege-container .alignright {
    width: 50%;
  }

  /* line 1539, ../sass/style.scss */
  .flow-ttl {
    font-size: 18px;
    padding: 10px 0 5px;
  }
  /* line 1542, ../sass/style.scss */
  .flow-ttl.no1 h3 {
    padding-left: 30px;
    background-size: contain;
    background-position: left top;
  }
  /* line 1547, ../sass/style.scss */
  .flow-ttl.no2 h3 {
    padding-left: 30px;
    background-size: contain;
    background-position: left top;
  }
  /* line 1552, ../sass/style.scss */
  .flow-ttl.no3 h3 {
    padding-left: 30px;
    background-size: contain;
    background-position: left top;
  }
  /* line 1557, ../sass/style.scss */
  .flow-ttl.no4 h3 {
    padding-left: 30px;
    background-size: contain;
    background-position: left top;
  }
  /* line 1562, ../sass/style.scss */
  .flow-ttl.no5 h3 {
    padding-left: 30px;
    background-size: contain;
    background-position: left top;
  }
  /* line 1567, ../sass/style.scss */
  .flow-ttl.no6 h3 {
    padding-left: 30px;
    background-size: contain;
    background-position: left top;
  }

  /* line 1574, ../sass/style.scss */
  .line-ttl {
    font-size: 18px;
  }

  /* line 1578, ../sass/style.scss */
  .profile-container {
    padding: 25px 5%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 1581, ../sass/style.scss */
  .profile-container .left {
    margin-right: 0;
    float: none;
  }
  /* line 1585, ../sass/style.scss */
  .profile-container .right {
    padding-top: 0;
  }

  /* line 1590, ../sass/style.scss */
  .message-container {
    margin-bottom: 30px;
    padding: 25px 4%;
  }

  /* line 1595, ../sass/style.scss */
  .sp-btn {
    width: 80%;
    margin: 0 auto 30px;
  }
	
	.lightblue-bg {
    padding: 10px 0 10px;
  }

  /* line 1601, ../sass/style.scss */
  .line-container .line-ttl01, .line-container .line-ttl02 {
    font-size: 31px;
    text-align: left;
    background: url(../images/home/line01.png) no-repeat;
    background-position: left center;
    padding-left: 45px;
  }
  /* line 1608, ../sass/style.scss */
  .line-container .line-ttl02 {
    background: url(../images/home/line02.png) no-repeat;
  }
  /* line 1611, ../sass/style.scss */
  .line-container .line-left {
    background-position: left center;
    padding-left: 45px;
  }
	.line-container .line-ttl01, .line-container .line-ttl02 {
    font-size: 24px;
	 background-size: 34px;
  }
	.line-container img {
    width: 155px;
  }

  /* line 1618, ../sass/style.scss */
  .ps-container dt {
    font-size: 18px;
  }
  /* line 1621, ../sass/style.scss */
  .ps-container dd {
    font-size: 16px;
  }
	.isami-redbox {
    padding: 30px 20px 0 !important;
    margin-bottom: 35px !important;
  }
	
	.isami-limitedbox {
	 margin: 0 auto 50px !important;
    padding: 20px 20px 0 !important;
  }

  /* line 1628, ../sass/style.scss */
  .access-map ul li {
    width: 49%;
    margin-right: 2%;
  }
  /* line 1631, ../sass/style.scss */
  .access-map ul li img {
    margin-bottom: 20px;
  }
  /* line 1634, ../sass/style.scss */
  .access-map ul li:nth-child(3n) {
    margin-right: 2%;
  }
  /* line 1637, ../sass/style.scss */
  .access-map ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* line 1640, ../sass/style.scss */
  .access-map ul li p.ttl {
    font-size: 18px;
  }
  /* line 1643, ../sass/style.scss */
  .access-map ul li p {
    font-size: 16px;
  }
	
	.ps-container .f24 {
    font-size: 20px !important;
  }

  .heightLine-group1{
	  margin-bottom: 10px;
  }
  /*-------------------------------------------
  ブログ形式
  -------------------------------------------*/
  /* line 1656, ../sass/style.scss */
  .blog main .blog-content, .single main .blog-content, .archive main .blog-content {
    width: 100%;
    padding: 30px 0;
  }
  /* line 1661, ../sass/style.scss */
  .blog .blog-container, .single .blog-container, .archive .blog-container {
    width: 100%;
    float: none;
    padding: 0 3%;
  }
  /* line 1666, ../sass/style.scss */
  .blog .media-block, .single .media-block, .archive .media-block {
    font-size: 17px;
    margin-bottom: 25px;
    padding: 15px 5% 30px 5%;
    border: 1px solid #CCCCCC;
  }
  /* line 1671, ../sass/style.scss */
  .blog .media-block h2, .single .media-block h2, .archive .media-block h2 {
    font-size: 18px;
  }
  /* line 1675, ../sass/style.scss */
  .blog #sidebar, .single #sidebar, .archive #sidebar {
    width: 100%;
    float: none;
    padding: 0 3%;
  }

  /* line 1683, ../sass/style.scss */
  .contact-ttl img {
    width: 30%;
  }

  /* line 1689, ../sass/style.scss */
  .contact-ttl02 img {
    width: 50%;
  }

  /* line 1694, ../sass/style.scss */
  .contact-container {
    background-color: #F5F5F5;
    padding: 5%;
  }
  /* line 1697, ../sass/style.scss */
  .contact-container .contact-box {
    padding: 0 5%;
  }
  /* line 1700, ../sass/style.scss */
  .contact-container input[type="text"], .contact-container input[type="email"], .contact-container input[type="tel"] {
    width: 100%;
  }
  /* line 1703, ../sass/style.scss */
  .contact-container textarea {
    width: 100%;
  }
  /* line 1706, ../sass/style.scss */
  .contact-container input[type="submit"] {
    width: 100%;
    background: url(../images/sp/contact/submit.png) no-repeat;
    background-size: contain;
  }

  /*-------------------------------------------
  コンポーネント
  -------------------------------------------*/
  /* line 1716, ../sass/style.scss */
  .f24, .f55, .f58, .f33, .f44, .f40, .f61, .f46, .f45, .f49, .f48, .f27 {
    font-size: 24px !important;
  }
  
  .f20{
	  font-size: 20px;
  }

  /* line 1720, ../sass/style.scss */
  .mb40 {
    margin-bottom: 20px !important;
  }

  /* line 1724, ../sass/style.scss */
  .mb80 {
    margin-bottom: 40px !important;
  }

  /* line 1728, ../sass/style.scss */
  .mb100 {
    margin-bottom: 50px !important;
  }

  /* line 1732, ../sass/style.scss */
  .mb120 {
    margin-bottom: 60px !important;
  }

  /* line 1736, ../sass/style.scss */
  .alignleft {
    width: 45%;
    margin-right: 5%;
  }

  /* line 1741, ../sass/style.scss */
  .alignright {
    width: 40%;
    margin-left: 5%;
  }

  /* line 1745, ../sass/style.scss */
  .check-container {
    margin-bottom: 30px;
  }
  /* line 1747, ../sass/style.scss */
  .check-container ul {
    padding: 25px 3% 5px;
    border: 0;
  }
  /* line 1750, ../sass/style.scss */
  .check-container ul li {
    min-height: 37px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  /*-------------------------------------------
  症状用コンテンツ
  -------------------------------------------*/
  /* line 1762, ../sass/style.scss */
  .reason .image-left {
    width: 40%;
    margin-right: 0;
  }
  /* line 1766, ../sass/style.scss */
  .reason .image-right {
    width: 40%;
    margin-left: 0;
  }
  /* line 1770, ../sass/style.scss */
  .reason .text-left {
    width: 55%;
    float: left;
  }
  /* line 1774, ../sass/style.scss */
  .reason .text-right {
    width: 55%;
    float: right;
  }
  /* line 1778, ../sass/style.scss */
  .reason p {
    margin-bottom: 20px;
  }
  
  /* ボタン */
  #rebutton{
	margin: 0 auto;
	width:100% !important;
}

  .readmore-button-box a {
   background-color: #1b44c8; /* ボタンの色(青) */
   color: white;              /* ボタンの文字色(白) */
   border-radius: 18px;       /* 角丸の半径 */
   padding: 0.5em 2.5em;;     /* 内側の余白 */
   display: inline-block;     /* ボタン全体をクリック可能に */
   font-weight: bold;         /* ボタンの文字を太字に */
   font-size: 1.25em;         /* ボタンの文字サイズ */
}
.readmore-button-box a:hover {
   background-color: #cc181e;     /* ボタンにマウスが乗ったら濃い青色に変化 */
}


.readmore-button-box {
   text-align: center;
   background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), white );   /* 上から下へ：[白色半透明]から[白色]へグラデーション */
   padding-top: 4.5em;   /* ボタンの上側でグラデーションを見せる距離(長さ) */
   margin-top: -6.5em;   /* ボックスを上側に重ねる距離(長さ) */
   position: relative; z-index: 0;   /* ボックス全体を上に重ねるために必要 */
}

.readmore-button-box2 a {
   background-color: #cc181e; /* ボタンの色(濃い青) */
   color: white;              /* ボタンの文字色(白) */
   border-radius: 18px;       /* 角丸の半径 */
   padding: 0.5em 2.5em;;     /* 内側の余白 */
   display: inline-block;     /* ボタン全体をクリック可能に */
   font-weight: bold;         /* ボタンの文字を太字に */
   font-size: 1.25em;         /* ボタンの文字サイズ */
}
.readmore-button-box2 a:hover {
   background-color: #1b44c8;     /* ボタンにマウスが乗ったら青色に変化 */
}


.readmore-button-box2 {
   text-align: center;
   padding-top: 4.5em;   /* ボタンの上側でグラデーションを見せる距離(長さ) */
   margin-top: -6.5em;   /* ボックスを上側に重ねる距離(長さ) */
   position: relative;   /* ボックス全体を上に重ねるために必要 */
}

}
/*-------------------------------------------
スマートフォン(縦)
-------------------------------------------*/
@media screen and (max-width: 640px) {
  /*-------------------------------------------
  ブログ形式
  -------------------------------------------*/
  /* line 1797, ../sass/style.scss */
  .blog .blog-container .alignleft {
    width: 40%;
  }
  
  
}
/*-------------------------------------------
スマホ表示有無
-------------------------------------------*/
@media screen and (max-width: 640px) {
  /* line 543, ../sass/style.scss */
  /* line 1809, ../sass/style.scss */
  .visible-desktop {
    display: none !important;
  }
}
@media print, screen and (min-width: 640px) {
  /* line 550, ../sass/style.scss */
  /* line 1815, ../sass/style.scss */
  .visible-phone {
    display: none !important;
  }
}
/*-------------------------------------------
土屋追加
-------------------------------------------*/
/*見出し装飾*/
/* line 1824, ../sass/style.scss */
.midashi1 {
  font-weight: bold;
  font-size: 20px;
  padding: 15px 10px;
  background-color: #ddd;
  border-radius: 15px;
}

/*戻るボタン*/
#page-top {
    position: fixed;
    z-index: 1;
    bottom: -20px;
    right: 10px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 90px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


#rebutton{
	margin: 0 auto;
	width:1000px;
}

.readmore-button-box a {
   background-color: #0062C4; /* ボタンの色(青) *//* 勇魅ブルーに変更 */
   color: white;              /* ボタンの文字色(白) */
   border-radius: 18px;       /* 角丸の半径 */
   padding: 0.5em 2.5em;;     /* 内側の余白 */
   display: inline-block;     /* ボタン全体をクリック可能に */
   font-weight: bold;         /* ボタンの文字を太字に */
   font-size: 1.25em;         /* ボタンの文字サイズ */
}
.readmore-button-box a:hover {
   background-color: #1b44c8;     /* ボタンにマウスが乗ったら濃い青色に変化 */
}


.readmore-button-box {
   text-align: center;
   background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), white );   /* 上から下へ：[白色半透明]から[白色]へグラデーション */
   padding-top: 4.5em;   /* ボタンの上側でグラデーションを見せる距離(長さ) */
   padding-bottom: 2.5em;
   margin-top: -7.5em;   /* ボックスを上側に重ねる距離(長さ) */
   position: relative;
    background-size: contain;
}

.readmore-button-box2 a {
   background-color: #1b44c8; /* ボタンの色(濃い青) */
   color: white;              /* ボタンの文字色(白) */
   border-radius: 18px;       /* 角丸の半径 */
   padding: 0.5em 2.5em;;     /* 内側の余白 */
   display: inline-block;     /* ボタン全体をクリック可能に */
   font-weight: bold;         /* ボタンの文字を太字に */
   font-size: 1.25em;         /* ボタンの文字サイズ */
}
.readmore-button-box2 a:hover {
   background-color: #0062C4;     /* ボタンにマウスが乗ったら青色に変化 *//* 勇魅ブルーに変更 */
}


.readmore-button-box2 {
   text-align: center;
   padding-top: 4.5em;   /* ボタンの上側でグラデーションを見せる距離(長さ) */
   margin-top: -6.5em;   /* ボックスを上側に重ねる距離(長さ) */
   position: relative;   /* ボックス全体を上に重ねるために必要 */
}

.va-middle img {
vertical-align: middle;
}

/* -------------------------------------------------------------- 
動画サイズ
-------------------------------------------------------------- */
.video-wrapper {
	width: 900px;
	max-width: 100%;
}

.youtube2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube2 iframe {
    position:absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/* -------------------------------------------------------------- 
「勇魅」カスタム
-------------------------------------------------------------- */
.voice-container_isami {
  padding: 40px 0;
  background: #ededed;
}
/* line 492, ../sass/style.scss */
.voice-container_isami .voice-block {
  width: 1000px;
  background: #ffffff;
  margin: 0 auto 45px;
  padding: 45px 50px;
}
/* line 498, ../sass/style.scss */
.voice-container_isami .voice-inner {
  width: 900px;
}
/* line 501, ../sass/style.scss */
.voice-container_isami .voice-inner .left p {
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 0;
}
/* line 506, ../sass/style.scss */
.voice-container_isami .voice-inner .left small {
  font-size: 16px;
  color: #999999;
  display: block;
}
/* line 513, ../sass/style.scss */
.voice-container_isami .voice-inner .right dt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 10px 10px 10px 55px;
  background: url(../images/home/q.png) no-repeat;
  background-position: left 10px top 10px;
  background-color: #EDEDED;
  border: 1px solid #cccccc;
}
/* line 524, ../sass/style.scss */
.voice-container_isami .voice-inner .right dd {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 10px 10px 10px 55px;
  background: url(../images/home/a.png) no-repeat;
  background-position: left 10px top 10px;
  display: inline-block;
}
/* line 535, ../sass/style.scss */
.voice-container_isami h2 {
  font-size: 37px;
  font-weight: bold;
  color: #0070b6;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}
/* line 545, ../sass/style.scss */
.voice-container_isami .left {
  width: 380px;
  float: left;
}
/* line 549, ../sass/style.scss */
.voice-container_isami .right {
  width: 485px;
  float: right;
}

.red_underbar {
  color: #ff0000;
  text-decoration: underline	
}
.f_underbar {
  text-decoration: underline	
}
.blue_isami {
  color: #0062c4;
}
.orangeyellow {
  color: #FFA54C;
}
.f21 {
  font-size: 20px;
}
.f48 {
    font-size: 48px;
}
.isami-container {
  border: 1px solid #bbbbbb;
  margin-bottom: 20px;
  padding: 45px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fafafa;	
}
.isami-redbox {
  border: 6px solid #dc0000;
  margin-bottom: 60px;
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 0px;
  padding-left: 45px;
  background-color: #ffffff;	
}
.isami-redbox02 {
  border: 9px solid #e50000;
  margin-bottom: 80px;
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 0px;
  padding-left: 45px;
  background-color: #fffdee;	
}
.isami-limitedbox {
  border-top: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  background-color: #fffdea; 
  margin: 0 auto 100px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}
.border_isami01 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bbbbbb;	
}
.f_isami_m {
  font-size: 1.4em;
}
hr{
  border: none;
  border-top: solid 1px #bbb;
  height: 1px;
  color: #fafafa;	
}
.isami_suisen_block {
  border: 1px solid #bbbbbb;
  margin-bottom: 20px;
  padding: 45px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fafafa;	
}
.isami-left100 {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.isami-right100 {
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}
.isamibox {                     /* 特典の並列化 */
	margin-bottom: 40px;
}
.isamibox .isami_inner {
  width: 90%;
}
.isami-left01_pc {
	width: 48%;
	border: 6px solid #dc0000;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fffdea;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.isami-right01_pc {
	width: 48%;
	border: 6px solid #dc0000;
	float: right;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #fffdea;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.isami-left01_sp {
	width: 45%;
	border: 6px solid #dc0000;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	background-color: #fffdea;
	text-align: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.isami-right01_sp {
	width: 45%;
	border: 6px solid #dc0000;
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	background-color: #fffdea;
	text-align: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.isami-clear{
	clear: both;
}
.isami_right02 {
  overflow: hidden;
}
.tokutenbox {                     /* 特典の小箱 */
  border: 6px solid #dc0000;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  background-color: #fffdea;
}
.isami_mastername {             /* 見出し横の太い罫線 */
  margin-left: 10px;	
  border-left: 6px solid #999;
  padding-left: 10px;	
}
.isami_gray-bg {
	padding: 40px 0;
	background: #EDEDED;
}
.aligncenter {
	text-align: center;
}
/*=== コロナ対策===*/
section#corona {
    background-color: #e6f5fb;
}
p.corona {
    padding: 20px 20px 20px;
    background-color: #fff;
    margin: 0 auto;
    width: 600px;
}

/*=== 症状別ページ（小顔）===*/
section.kogao-banner {
    padding: 0 10px 60px;
}
section.kogao-banner .sub {
    font-size: 28px;
}
section.kogao-banner .banner {
    margin: 20px auto;
}
section.kogao-banner .container {
    padding-top: 70px;
}

@media screen and (max-width: 640px) {
section.kogao-banner .sub {
    font-size: 20px;
    line-height: 1.4;
}
section.kogao-banner {
    padding: 10px 0 ;
}
/*=== コロナ対策===*/
section#corona {
    background-color: #fff;
}
p.corona {
    padding: 20px 10px ;
    background-color: #e6f5fb;
    margin: 0 auto;
    width: 100%;
}
}