@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------------------
	リセットCSS
------------------------------------------------------------*/
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: 1.0em;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}


/* -----------------------------------------------------------
	共通
------------------------------------------------------------*/

article, aside, main, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

a:focus {
	outline: none;
}

/*to enable resizing for IE*/
input, textarea, select {
*font-size:100%;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

/* 01. default-style
   ========================================================================== */

html {
	color: #212121;
	background: #ffffff;
	overflow-y: scroll;
}

body {
	min-width: 1215px !important;
-webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: 'ipaexm';
  src: url('../font/ipaexm.ttf');
}

* {
  font-family: 'ipaexm';
}

a {
	color: #0278BA;
	text-decoration: none;
}

a:visited {
	color: #114663;
}

a:hover {
	color: #000;
}

a img:hover {
opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
 -webkit-transition: .5s;
transition: .5s;
}

img {
	width: auto;
	height: auto;
	vertical-align: middle;
}

/* 02. multi-class
   ========================================================================== */


.clear {
	clear: both;
}

.center {
	text-align: center !important;
}

/*creafix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.sp {
display: none;
}

.fl-left {
float: left;
}

.fl-right {
float: right;
}


/* 03. header
   ========================================================================== */

.headerArea {
	height: 128px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
}

.header {
	min-width: 1215px;
	background: #fe6f00;
}

.header_inner {
	width: 1215px;
	margin: 0 auto;
	padding: 16px 0;
}

.logo {
	float: left;
}

.header_tel {
	float: left;
	margin: 0 0 0 22px;
}

.header_form {
	float: left;
	margin: 0 0 0 22px;
}

.navigation {
width: 1215px;
margin: 0 auto;
}

.navigation ul {
width: 756px;
margin: 0 auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 5px 0px;
box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 5px 0px;
border-radius: 0 0 10px 10px;
border: 1px solid #d7d4d4;
border-top: none;
background: white;
overflow: hidden;
position: relative;
}

.navigation li {
float: left;
font-size: 14px;
line-height: 50px;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.navigation li a {
color: inherit;
display: block;
padding: 0 13.8px;
font-weight: bold !important;
border-right: 1px solid #d7d4d4;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.navigation li a:hover {
 -webkit-transition: .5s;
transition: .5s;
background: #D6E4EB;
}

.navigation li.last-child a {
border-right: none;
}

.navigation li.last-child {
position: absolute;
right: 0;
}


/* コンテンツ幅＆共通設定
   ========================================================================== */

#contents {
width: 100%;
margin-top: 130px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#contents h2 {
text-align: center;
}

#contents p {
font-weight: bold;
line-height: 180%;
}

#contents p span {
font-weight: inherit;
}

.inner {
width: 1000px;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


/* メイン画像
   ========================================================================== */

#firstview {
width: 1200px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
padding: 20px 0 5px;
background: url(/images/lp/torasemide/key.png) no-repeat right bottom;
}

#firstview h2,
#firstview h3 {
text-align: left;
margin: 0 auto 25px 100px;
}

#firstview ul {
margin: 0 auto 0 100px;
}

#firstview li {
float: left;
margin-right: 10px;
}


/* サムネイルスライダー
   ========================================================================== */

#slider-thum {
padding: 30px 0 15px;
margin-bottom: 5px;
background: url(/images/lp/torasemide/bg01.png);
border-top: 20px solid #dcdadb;
}

#slider-thum ul {
margin-bottom: 20px;
}

.simply-scroll-container {
position: relative;
}

.simply-scroll-clip {
position: relative;
overflow: hidden;
}

.simply-scroll-list {
overflow: hidden;
}

.simply-scroll-list li {
float: left; /* Horizontal scroll only */
width: 160px;
height: 220px;
margin-right: 45px;
}

.simply-scroll-list li img {
display: block;
}

#slider-thum p {
color: #fff;
text-align: center;
font-size: 30px;
}

#slider-thum p span {
color: #fff;
}


/* contact
   ========================================================================== */

.contact {
margin: 45px auto;
}

.contact h2 img {
width: 100%;
}

.contact_tel {
width: 570px;
margin: 20px auto 20px 10px;
text-align: center;
float: left;
}

.contact_form {
width: 415px;
margin: 28px 0 20px 0;
text-align: center;
float: right;
}

.contact_form_txt {
margin: 0 0 15px 0;
}

.contact-info {
padding: 15px 0;
background: #f0eeee;
}

.contact-info p {
width: 900px;
margin: 0 auto;
font-size: 17px;
}


/* onayami
   ========================================================================== */

.onayami {
text-align: center;
}

.onayami-child {
margin: 45px auto 0;
padding-bottom: 30px;
background-image: url(/images/lp/torasemide/illust2.png);
background-size: 33%;
background-position:right bottom;
background-repeat:no-repeat;
}

.onayami-child h2 {
margin-bottom: 60px;
}

.onayami-child p {
padding-left:1%;
width: 66%;
text-align: left;
font-size: 20px;
line-height: 200%;
}

.onayami-child p span {
background: #fefc79;
}


/* riyu
   ========================================================================== */

.riyu {
padding: 30px 0;
}

.riyu ul {
margin: 30px auto;
}

.riyu li {
width: 29.5%;
float: left;
padding: 2%;
min-height: 400px;
border-right: 1px solid black;
}

.riyu li.last-child {
border-right: none;
padding-right: 0;
}

.riyu li img {
display: block;
margin: 0 auto 20px;
}

.riyu li p {
width: 80%;
margin: 0 auto;
}


/* LPスライダー / bolck03
   ========================================================================== */

.slide {
padding: 45px 0;
text-align: center;
background: url(/images/lp/torasemide/bg01.png);
}

.slide h2 {
margin-bottom: 20px;
}

.slide .lp_slide {
margin: 30px auto;
padding-top: 15px;
background: white;
}

.slide .lp_slide iframe {
vertical-align: bottom;
}


/* seika
   ========================================================================== */

.seika {
padding: 30px 0;
}

.seika h2 {
margin-bottom: 20px;
}

.seika .inner > p {
width: 90%;
margin: 0 auto 30px;
font-size: 20px;
}

.case {
overflow: hidden;
padding: 15px 20px;
margin-bottom: 30px;
border-radius: 5px;
border: 1px solid #cecccc;
}

.case img {
float: right;
}

.case-info {
width: 64%;
float: left;
}

.case-info h3 {
color: #fff;
font-size: 27px;
font-weight: bold;
padding: 5px 20px 3px;
margin-bottom: 20px;
background: url(/images/lp/torasemide/bg01.png);
border-radius: 5px;
position: relative;
}

.case-info h3 span {
display: inline-block;
position: absolute;
right: 20px;
padding-right: 20px;
background: url(../images/lp1/ico_arrow02.png) no-repeat right;
color:#fff;
font-weight:bold;
}

.case-info p.case-catch {
font-size: 44px;
text-align: center;
margin-bottom: 20px;
line-height: 130% !important;
}

.case-info p.case-catch span {
color: #fe6f00;
font-size: 50px;
}

.case-info p.case-txt {
width: 90%;
margin: 0 auto;
font-size: 20px;
line-height: 200%;
}

.case-info p.case-txt span {
background: #fefb4b;
}


/* voice
   ========================================================================== */

.voice {
padding: 45px 0;
background: url(/images/lp/torasemide/bg02.png);
}

.voice h2 {
margin-bottom: 20px;
}

.voice li {
text-align: center;
margin-bottom: 20px;
}


/* price
   ========================================================================== */

.price {
padding: 30px 0;
}

.price h2 {
margin-bottom: 20px;
}

.price-txt01 {
width: 90%;
margin: 0 auto 20px;
color: white;
font-size: 45px;
text-align: center;
padding-top: 5px;
line-height: 150% !important;
background: #fe6f00;
border-radius: 50px;
}

.price-txt01 span {
color: #fefb4b;
}

.price-txt02 {
width: 90%;
font-size: 20px;
margin: 0 auto 20px;
}

.price-txt02 span {
color: #dd0000;
}


/* プラン詳細 */

.price-child {
overflow: hidden;
margin-bottom: 15px;
}

.price-box {
width: 25%;
padding: 2%;
float: left;
border-right: 1px solid black;
box-sizing:border-box;
}

.price-box.last-child {
border-right: none;
padding-right: 0;
}

.price-box .price-light,
.price-box .price-standard,
.price-box .price-premium {
overflow: hidden;
margin-bottom: 5px;
border: 1px solid #e3e3e3;
border-radius: 10px;
}

.price-box p {
text-align: center;
}

.price-box h3 {
color: white;
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 10px 0 5px;
}

.price-box ul {
width: 92%;
margin: 15px auto;
}

.price-box li {
font-size: 14px;
text-align: left;
font-weight: bold;
margin-bottom: 5px;
}

.price-box .price-txt03 {
color: white;
font-size: 40px;
background: #fe6f00;
}

.price-box .price-txt03 span {
font-size: 70%;
}

.price-box .price-txt04 {
color: #fefc09;
font-size: 42px;
text-shadow: 2px 2px 0 black, 0 2px 0 black, 0 0 0 black, 2px 0 0 black;
margin-bottom: 10px;
background: url(/images/lp/torasemide/ico_arrow03.png) no-repeat center;
}

.price-box .price-txt05 {
color: #dd0000;
font-size: 28px;
}

.price-box .price-txt05 span {
font-size: 52px;
}

.price-light h3 {
background: #fe6f00;
}

.price-light li:before {
content: "■";
color: #fe6f00;
font-size: 16px;
margin-right: 3px;
}

.price-standard h3 {
background: #fe6f00;
}

.price-standard li:before {
content: "■";
color: #fe6f00;
font-size: 16px;
margin-right: 3px;
}

.price-premium h3 {
background: #fe6f00;
}

.price-premium li:before {
content: "■";
color: #fe6f00;
font-size: 16px;
margin-right: 3px;
}

.price-info {
padding: 15px;
background: url(/images/lp/torasemide/bg01.png);
border-radius: 10px;
margin-bottom: 30px;
}

.price-info2 {
padding: 25px;
background: url(../images/lp1/plan38bg.png);
border-radius: 10px;
margin-bottom: 30px;
}

.price-txt06 {
font-size: 18px;
padding: 15px;
margin-bottom: 15px;
background: white;
border-radius: 10px;
}

.price-txt07 {
width: 95%;
margin: 0 auto;
color: #fefdfd;
font-size: 18px;
font-weight: normal !important;
}

.price-txt07b {
	color: #fff;
font-weight:bold;
}

.price-txt07b a.tl_bk,.price-txt07b a.tl_bk:visited {
	color: #000;
	font-weight:bold;
text-decoration: underline;
}


/* その他 */

.price-txt08 {
width: 95%;
font-size: 40px;
margin: 30px auto;
}

.price-txt08 {
overflow: hidden;
}

.price-txt08 li {
width: 32%;
margin-right: 2%;
float: left;
color: white;
text-align: center;
font-size: 24px;
font-weight: bold;
padding: 5px 0 2px;
background: #fe6f00;
border-radius: 30px;
}

.price-txt08 li.last-child {
margin-right: 0;
}

.price-txt09 {
padding: 2px 0 15px;
background: #f0eeee;
}

.price-txt09 p {
width: 950px;
margin: 0 auto;
}

.price-txt10 {
width: 95%;
font-size: 40px;
margin: 30px auto;
}

.price-txt10 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.price-txt10 li {
color: white;
width: 45%;
text-align: center;
font-size: 28px;
font-weight: bold;
padding: 5px 0 2px;
background: #666;
border-radius: 30px;
}

.price-txt10 li:first-of-type,.price-txt10 li:nth-child(2) {
margin-bottom: 30px;
}

p.plan38link {
color: white;
width: 95%;
text-align: center;
font-size: 20px;
font-weight: bold;
padding: 5px 0 2px;
background: #222222;
border-radius: 30px;
margin: 30px auto 50px;
}

h2 img.resize{ width: 95%}

/* service
   ========================================================================== */

.service {
padding: 45px 0 10px;
background: url(../images/lp1/bg04.png);
}

@media screen and (max-width: 736px) {
.service {
padding: 20px 0 3px;
}
}

.service h2 {
margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
.service h2 {
margin-bottom: 3px;
}
}

.service-txt01 {
width: 90%;
margin: 0 auto 20px;
color: #000;
font-size: 60px;
text-align: center;
padding-top: 5px;
line-height: 150% !important;
background: #fff;
border-radius: 50px;
}

.service-txt01 span {
color: #dd0000;
}

.service-txt02 {
padding: 10px;
font-size: 20px;
margin: 0 auto;
color: #fff;
}

.service2 {
padding: 20px 0 ;
background: url(../images/lp1/bg05.png);
}

@media screen and (max-width: 736px) {
.service2 {
padding: 0;
}
}



.service-txt03 {
padding: 10px;
}

.service-txt03 p {
font-size: 16px;
margin: 0 auto;
color: #fff;
}


/* nagare
   ========================================================================== */

.nagare {
padding: 30px 0;
}

.nagare h2 {
margin-bottom: 24px;
}

.nagare ul {
width: 90%;
margin: 0 auto;
position: relative;
}

.nagare li {
width: 40px;
min-height: 610px;
line-height: 40px;
float: left;
font-size: 22px;
font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
padding: 0 46px 0 0px;
background: url(../images/lp1/ico_bar01.png) repeat-x center 20px;
}

.nagare li:first-child {
padding-left: 0;
}

.nagare li.last-child {
padding-right: 0;
position: absolute;
right: 0;
}

.nagare li img {
display: inline-block;
margin-bottom: 15px;
vertical-align: top !important;
}

.nagare li.nagare01 {
color: #fe6f00;
}

.nagare li.nagare02 {
color: #fe6f00;
}

.nagare li.nagare03 {
color: #1f84fc;
}

.nagare-txt01 {
padding-top: 55px !important;
font-size: 30px !important;
}

.nagare-txt01 span {
color: #dd0000;
font-weight: bold;
}

.nagare-txt01 em {
font-weight: bold;
margin-bottom: 15px;
}


/* faq
   ========================================================================== */

.faq {
padding: 30px 0;
margin-bottom:0;
background: url(/images/lp/torasemide/bg03.png);
}

.faq h2 {
margin-bottom: 30px;
}

.faq dl {
padding: 20px;
margin-bottom: 30px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid black;
border-radius: 5px;
background: white;
}

.faq dl dt {
height: 60px;
font-size: 32px;
font-weight: bold;
padding: 8px 0 10px 80px;
margin-bottom: 10px;
border-bottom: 1px solid #c2c0c0;
background: url(/images/lp/torasemide/ico_q.png) no-repeat left top;
}

.faq dl dd {
font-size: 18px;
font-weight: bold;
padding: 10px 0 10px 80px;
background: url(/images/lp/torasemide/ico_a.png) no-repeat left;
}


/* form
   ========================================================================== */

.form {
	margin-top: 75px;
	margin-bottom: 90px;
}

.form h3 {
	padding: 35px;
	background: #000;
	text-align: center;
}

.form_txt {
	margin-top:-30px;
	padding-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}

.form_tel {
	margin-top: 40px;
	margin-bottom: 90px;
	text-align: center;
}

.lisket-form-maker-form table {
	width: 920px !important;
	margin: 0 auto;
}

.lisket-form-maker-form td, .lisket-form-maker-form th {
	border: 1px solid #aaa;
	padding: 8px 10px;
}

.lisket-form-maker-form th {
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
}

.lisket-form-maker-form th label {
	font-weight: bold;
}

.lisket-form-maker-form th span {
	font-weight: bold;
	color: #990000;
	font-size: 0.9em;
}

.lisket-form-maker-form span.example {
	color: #36c;
	font-size: 0.9em;
}

.lisket-form-maker-form input {
	margin: 0 5px 0 0;

}

#data_field_0, #data_name, #data_field_2, #data_mail, #data_field_4 {
	width: 250px;
}

#data_field_5 label {
	margin: 0 20px 0 0;
}

.lisket-form-maker-form textarea#data_field_6 {
	width: 650px;
	height: 150px;
	border: 1px solid #AAA;
}

input[type="radio"] {
    border: 0px;
}

.form input[type="submit"],
.form input[type="reset"] {
width: 100px;
padding: 5px 0;
 -webkit-appearance: none;
}

.form input[type="submit"] {
margin-right: 30px;
}

.form input[type="submit"]:hover ,
.form input[type="reset"]:hover {
cursor: pointer;
}


/* listing
   ========================================================================== */

.listing {
padding: 30px 0;
}

.listing h2 {
margin-bottom: 30px;
}

.listing h3 {
margin-bottom: 30px;
}

.listing p + p {
margin-top: 30px;
}

.listing li {
font-weight: bold;
font-size: 24px;
padding: 0 0 20px 60px;
margin-bottom: 20px;
background: url(../images/lp1/listing/listing_ico_check.png) no-repeat left 10px;
border-bottom: 1px solid #000;
}

.listing li:last-of-type {
border-bottom: none;
margin-bottom: 0;
}

.listing li span {
font-weight: inherit;
background: #fefb4b;
}


/* listing-box01 */

.listing-box01 {
max-width: 900px;
margin: 0 auto 30px;
}

.listing-box01 p {
font-size: 23px;
}

.listing-box01 p span {
color: #c70101;
}


/* listing-box02 */

.listing-box02 {
max-width: 900px;
margin: 0 auto 100px;
padding: 15px;
border: 1px solid #5a5959;
border-radius: 5px;
position: relative;
}

.listing-box02:after {
position: absolute;
content: "";
display: block;
width: 200px;
height: 61px;
left: 0;
right: 0;
top: 100%;
margin: auto;
background: url(../images/lp1/listing/listing_ico_arrow01.png) no-repeat center bottom;
background-size: contain;
}


/* listing-box03 */

.listing-box03 {
max-width: 930px;
padding-bottom: 20px;
margin: 0 auto;
background: url(../images/lp1/listing/listing_ico_woman01.png) no-repeat right bottom;
background-size: contain;
}

.listing-box03 h3 {
text-align: left;
}

.listing-box03 p {
width: 60%;
font-size: 26px;
line-height: 140% !important;
}


/* listing-box04 */

.listing-box04 {
max-width: 900px;
margin: 0 auto 100px;
padding: 15px;
border: 1px solid #5a5959;
border-radius: 5px;
position: relative;
}

.listing-box04:after {
position: absolute;
content: "";
display: block;
width: 200px;
height: 60px;
left: 0;
right: 0;
top: 100%;
margin: auto;
background: url(../images/lp1/listing/listing_ico_arrow02.png) no-repeat center bottom;
background-size: contain;
}


/* listing-box05 */

.listing-box05 {
max-width: 960px;
margin: 0 auto 45px;
}


/* listing-box06 */

.listing-box06 {
color: #fff;
max-width: 900px;
margin: 0 auto 40px;
padding: 15px;
border-radius: 5px;
background: url(/images/lp/torasemide/bg01.png);
}

.listing-box06 h3 {
margin-bottom: 40px;
}

.listing-box06 p {
width: 65%;
font-size: 22px;
}

.listing-box06-child {
padding: 15px 15px 10px;
margin-top: 20px;
background: #674dd9;
border-radius: 5px;
position: relative;
}

.listing-box06-child li {
display: inline-block;
font-size: 22px;
font-weight: normal;
border-bottom: none;
padding: 0 0 0 25px;
margin: 0 30px 5px 0;
position: relative;
background: none;
}

.listing-box06-child li:before {
position: absolute;
content: "■";
left: 0;
}

.listing-ico-woman02 {
position: absolute;
right: 0;
bottom: 100%;
}


/* listing-box07 */

.listing-box07 {
text-align: center;
}

.listing-box07 h2 {
padding: 30px 0;
margin-bottom: 45px;
background: #c16dc4;
}

.listing-txt08 {
margin-bottom: 50px;
}

.listing-box07-child {
max-width: 1000px;
margin: 0 auto 50px;
text-align: left;
font-size: 26px;
}

.listing-txt09 {
padding: 40px 0;
background: url(/images/lp/torasemide/bg01.png);
}


/* -----------------------------------------------------------
	media query
------------------------------------------------------------*/

/* スマホ横1*/
@media screen and (max-width: 736px) {
body {
width: 100%;
min-width: 100% !important;
}

.pc {
display: none;
}

.sp {
display: block;
}

img {
width: auto;
max-width: 100%;
}

#firstview ul li{
	width:100%;
	margin: 0 auto;
}


/* SP用 contact
   ========================================================================== */

.sp-contact {
padding: 10px 0;
width: 100%;
position:fixed;
bottom: -100%;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
transition: .5s;
background: rgba(255,255,255,.7);
padding-left:6px;
padding-right:6px;
box-sizing:border-box;
}

.sp-contact li {
color: white;
width: 100%;
font-size: 14px !important;
text-align: center;
}

.sp-contact li a {
color: inherit;
display: block;
padding: 10px 5px;
font-weight: bold !important;
}

.sp-btn-tel {
background: #fe6f00;
}

.sp-btn-form {
background: #fe6f00;
}


/* header
   ========================================================================== */

#sp-header {
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fe6f00;
padding: 5px;
display:-webkit-box;
display:-moz-box;
display:box;
display:-webkit-flex;
display:flex;
-webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
-ms-flex-pack:center;/*--- IE10 ---*/
-webkit-justify-content:center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

#sp-header h1 {
width: 60%;
}

#sp-header p {
width: 40%;
}


/* コンテンツ幅＆共通設定
   ========================================================================== */

#contents {
margin: 10px auto;
}

#contents p {
line-height: 150%;
font-size: 14px;
}

.inner {
width: 100%;
}


/* メイン画像
   ========================================================================== */

#firstview {
width: 100%;
padding: 0;
background: url(/images/lp/torasemide/key.png) no-repeat right bottom;
background-size: 105%;
}

#firstview h2,
#firstview h3 {
text-align: left;
margin: 0 0 10px 0;
}

#firstview ul {
display:-webkit-box;
display:-moz-box;
display:box;
display:-webkit-flex;
display:flex;
width: 98%;
margin: 0 auto;
}

#firstview li {
float: none;
width: 31%;
}


/* サムネイルスライダー
   ========================================================================== */

#slider-thum {
padding: 45px 0 15px;
margin-top: -50px;
}

#slider-thum ul {
margin-bottom: 0;
height: 190px;
}

.simply-scroll-list li {
width: 120px;
margin-right: 20px;
}

#slider-thum p {
font-size: 18px;
width: 90%;
margin: 0 auto;
}


/* onayami
   ========================================================================== */

.onayami .yajirushi {
width: 40%;
}

.onayami-child {
margin: 15px auto 0;
padding-bottom: 30px;
background-size: 80%;
background-position:right bottom;
}

.onayami-child h2 {
margin-bottom: 15px;
}
.onayami-child h2 img{
margin-bottom: 60px;
}

.onayami-child p {
width: 95%;
margin: 0 auto;
color: black;
padding: 5px;
background: rgba(255,255,255,.7);
}


/* riyu
   ========================================================================== */

.riyu {
padding:0;
}

.riyu ul {
width: 95%;
margin: 20px auto;
}

.riyu li {
width: 100%;
float: none;
padding: 2% 0;
min-height: 100% !important;
border-right: none;
border-bottom: 1px solid black;
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:box;
display:-webkit-flex;
display:flex;
-webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
-ms-flex-pack:center;/*--- IE10 ---*/
-webkit-justify-content:center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.riyu li.last-child {
padding-right: inherit;
border-bottom: none;
}

.riyu li img {
width: 40%;
display: inline;
}

.riyu li p {
width: 55%;
float: right;
}


/* サムネイルスライダー
   ========================================================================== */

.slide p img {
margin: 0 auto;
}

#slider-thum2 {
margin: 15px auto 0 !important;
}

#slider-thum2 ul {
height: 220px;
}

#slider-thum2 .simply-scroll-list li {
width: 160px;
height: 220px;
margin-right: 15px !important;
}


/* seika
   ========================================================================== */

.seika{
padding:0;
}
.seika h2{
margin-bottom: 16px;	
}

.seika .inner > p {
width: auto;
margin: 0px auto 15px;
}

.case {
overflow: hidden;
padding: 10px;
margin-bottom: 20px;
border-radius: 5px;
border: 1px solid #cecccc;
box-shadow: 0px -3px 5px 1px rgba(0,0,0,0.4) inset;
}

.case img {
float: none;
width: 100%;
display: block;
margin: 0 auto;
}

.case-info {
width: 100%;
margin-bottom: 10px;
}

.case-info h3 {
font-size: 16px;
padding: 5px 5px 3px;
margin-bottom: 10px;
position: static;
}

.case-info h3 span {
padding-right: 0;
margin-left: 20px;
position: static;
background: none;
color:#fff;
font-weight:bold;
}

.case-info p.case-catch {
font-size: 22px;
line-height: 200% !important;
margin-bottom: 10px;
}

.case-info p.case-catch span {
color: #fe6f00;
font-size: 28px;
}

.case-info p.case-txt {
width: 100%;
}


/* voice
   ========================================================================== */
.voice {
padding: 25px 0 10px;	
}

.voice li {
width: 95%;
margin: 0 auto 15px;
}


/* price
   ========================================================================== */

.price {
padding: 20px 0;
}

.price h2 {
margin-bottom: 10px;
}

.price-txt01 {
width: 95%;
margin: 0 auto 10px;
color: white;
font-size: 16px !important;
}


/* プラン詳細 */

.price-child {
width: 100%;
margin: 0 auto 15px;
}

.price-box {
width: 100%;
float: none;
padding: 10px !important;
border-right: none;
border-bottom: 1px solid black;
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:box;
display:-webkit-flex;
display:flex;-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
box-sizing: border-box;
}

.price-box .price-light,
.price-box .price-standard,
.price-box .price-premium {
margin-bottom: 0;
width: 50%;
border: 1px solid #e3e3e3;
}

.price-box.last-child {
border-bottom: none;
}

.price-box h3 {
font-size: 16px;
padding: 5px;
}

.price-box ul {
margin: 10px 1px;
}

.price-box li {
font-size: 10px;
letter-spacing: -1px;
line-height: 120%;
margin-bottom: 10px;
}

.price-box .sp {
width: 50%;
}

.price-box .sp .price-txt06 {
float: none;
width: auto;
padding: 0;
margin-bottom: 5px;
line-height: 100% !important;
font-size: 24px !important;
}

.price-txt06 span {
display: block;
font-size: 12px !important;
}

.price-box .price-txt04 {
font-size: 20px !important;
background-size: contain;
}

.price-box .price-txt05 {
font-size: 12px !important;
line-height: 180% !important;
}

.price-box .price-txt05 span {
margin-top: 5px;
display: block;
font-size: 32px !important;
}

.price-light li:before,
.price-standard li:before,
.price-premium li:before {
font-size: 8px;
margin-right: 1px;
}

.price-info {
padding: 10px;
width: 95%;
margin: 0 auto 15px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.price-txt06 {
padding: 15px;
margin-bottom: 0;
background: white;
border-radius: 10px;
}

.price-txt06 font{
font-size:0.9rem;
color:#dd0000;
}	

.price-txt07 {
font-size: 12px !important;
}


/* その他 */
.price-txt08{
margin: 15px auto;
}

.price-txt08 li {
font-size: 12px !important;
width: 100%;
float: none;
padding: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto 10px;
}
.price-txt09 p {
width: 95%;
margin: 0 auto;
}



/* nagare
   ========================================================================== */

.nagare {
padding: 0 0;
}

.nagare ul {
width: 100%;
margin: 0 auto;
max-width: 400px;
position: static;
}

.nagare li {
color: white !important;
width: 100%;
min-height: 100%;
line-height: 150%;
float: none;
font-weight: normal;
font-size: 14px !important;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
writing-mode: horizontal-tb;
text-align: center;
background: none;
padding: 5px 5px 5px 25px !important;
margin-bottom: 24px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 30px;
position: relative;
}

.nagare li:nth-child(1) {
background: #fe6f00  url(/images/lp/torasemide/sp_ico_num1.png) no-repeat 5px center;
background-size: 20px;
}

.nagare li:nth-child(2) {
background: #fe6f00  url(/images/lp/torasemide/sp_ico_num2.png) no-repeat 5px center;
background-size: 20px;
}

.nagare li:nth-child(3) {
background: #fe6f00  url(/images/lp/torasemide/sp_ico_num3.png) no-repeat 5px center;
background-size: 20px;
}

.nagare li:nth-child(5) {
background: #fe6f00  url(/images/lp/torasemide/sp_ico_num4.png) no-repeat 5px center;
background-size: 20px;
}

.nagare li:nth-child(6) {
background: #1f84fc  url(/images/lp/torasemide/sp_ico_num5.png) no-repeat 5px center;
background-size: 20px;
}

.nagare li:nth-child(7) {
background: #1f84fc  url(/images/lp/torasemide/sp_ico_num6.png) no-repeat 5px center;
background-size: 20px;
}

.nagare li:nth-child(8) {
background: #1f84fc  url(/images/lp/torasemide/sp_ico_num7.png) no-repeat 5px center;
background-size: 20px;
}

.nagare li:nth-child(9) {
background: #1f84fc  url(/images/lp/torasemide/sp_ico_num8.png) no-repeat 5px center;
background-size: 20px;
}

.nagare li:nth-child(10) {
background: #1f84fc  url(/images/lp/torasemide/sp_ico_num9.png) no-repeat 5px center;
background-size: 20px;
}

.nagare li:nth-child(11) {
background: #fe6f00  url(/images/lp/torasemide/sp_ico_num10.png) no-repeat 5px center;
background-size: 20px;
}

.nagare li.last-child {
position: static;
}

.nagare li img {
display: none;
}

.nagare li:after {
width: 15px;
height: 13px;
content: "";
display: block;
position: absolute;
right: 0;
left: 0;
margin: auto;
bottom: -30px;
}

.nagare li.nagare01:after,
.nagare li.nagare-txt01:after {
background: url(/images/lp/torasemide/sp_ico_arrow04.png) no-repeat center bottom;
margin-bottom: 10.8px;
}

.nagare li.nagare02:after {
background: url(/images/lp/torasemide/sp_ico_arrow05.png) no-repeat center bottom;
margin-bottom: 10.8px;
}

.nagare li.nagare03:after {
background: url(/images/lp/torasemide/sp_ico_arrow05.png) no-repeat center bottom;
margin-bottom: 10.8px;
}

.nagare li.last-child:after {
display: none;
}

.nagare .nagare-txt01 {
color: black !important;
font-size: 26px !important;
padding: 5px !important;
}

.nagare .nagare-txt01 em {
display: none;
}

.nagare li.nagare-txt01:after {
bottom: -58%;
}


/* faq
   ========================================================================== */
.faq{
padding: 16px 0;
margin-bottom: 16%;
}
.faq h2{
margin-bottom: 19px;	
}
.faq dl {
width: 95%;
margin: 0 auto 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
}

.faq dl dt {
height: auto;
min-height: 35px;
font-size: 16px !important;
padding: 3px 5px 5px 40px;
background: url(/images/lp/torasemide/ico_q.png) no-repeat left 5px;
background-size: 30px;
}

.faq dl dd {
font-size: 12px !important;
padding: 3px 5px 5px 40px;
background: url(/images/lp/torasemide/ico_a.png) no-repeat left 5px;
background-size: 30px;
}


/* form
   ========================================================================== */

.form {
margin: 0 auto;
padding-bottom: 60px;
}

.form h3 {
padding: 0;
}

.form_tel {
display: none;
}

.lisket-form-maker-form table {
width: 100% !important;
margin: 20px auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.lisket-form-maker-form td,
.lisket-form-maker-form th {
font-size: 14px !important;
padding: 5px;
width: 100% !important;
display: block !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.lisket-form-maker-form span.example {
color: #36c;
font-size: 0.8em;
}

.lisket-form-maker-form input {
margin: 0 5px 0 0;
padding: 5px;
}

.lisket-form-maker-form input[type="text"],
.lisket-form-maker-form input[type="email"],
.lisket-form-maker-form textarea {
width: 100% !important;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#data_field_5 label {
margin: 0 0 10px;
}

#data_field_5 label:after {
content: "";
display: block;
margin-bottom: 5px;
}


/* listing
   ========================================================================== */

.listing h2,
.listing h3 {
margin-bottom: 20px;
}

.listing p + p {
margin-top: 15px;
}

.listing li {
font-size: 16px;
padding: 0 0 10px 30px;
margin-bottom: 10px;
background-position: left 5px;
background-size: 20px;
}


/* listing-box01 */

.listing-box01 {
margin: 0 10px 30px;
}


/* listing-box02 */

.listing-box02 {
padding: 10px;
margin: 0 10px 70px;
}

.listing-box02:after {
width: 150px;
height: 46px;
}


/* listing-box03 */

.listing-box03 {
margin: 0 10px;
background: none;
}

.listing-box03 p {
width: auto;
line-height: 150% !important;
}


/* listing-box04 */

.listing-box04 {
padding: 10px;
margin: 0 10px 70px;
}

.listing-box04:after {
width: 150px;
height: 45px;
}


/* listing-box05 */

.listing-box05 {
margin: 0 10px 30px;
}


/* listing-box06 */

.listing-box06 {
padding: 10px;
margin: 0 10px 30px;
}

.listing-box06 h3 {
margin-bottom: 20px;
}

.listing-box06 p {
width: auto;
}

.listing-box06-child {
padding: 10px 10px 5px;
margin-top: 10px;
}

.listing-box06-child li {
font-size: 14px;
padding: 0 0 0 18px;
margin: 0 15px 5px 0;
}

.listing-ico-woman02 {
display: none;
}


/* listing-box07 */

.listing-box07 h2 {
padding: 10px;
margin-bottom: 30px;
}

.listing-box07 p {
margin: 0 10px 20px;
}

#contents .listing-txt08 {
margin-bottom: 30px;
}

.listing-box07-child {
margin-bottom: 30px;
}

.listing-txt09 {
padding: 15px 10px;
}

/* 追加 */

.price-txt10 li {
    font-size: 12px !important;
    width: 100%;
    float: none;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 10px;
}
.price-txt10 li:first-of-type, .price-txt10 li:nth-child(2) {
    margin-bottom: 10px;
}
p.plan38link {
font-size: 3.5vw !important;
font-weight: bold;
padding: 5px 0 2px;
margin: 20px auto 30px;
}

}


/* スマホ横2 */
@media screen and (max-width: 568px) {
body {
}
}

/* スマホ縦 */
@media screen and (max-width: 414px) {
body {
}

.listing-box06-child li {
display: block;
}
}

/* カート */
.table01 {
        width: 100%;
        background-image:url("/images/lp/torasemide/cartBack.png");
		background-size:cover;
		background-repeat:no-repeat;
        color: #fff;
    }

    #prodid2 {
        margin: 15px 24%;
    }

    .obi {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        background-color: #fe6f00;
        padding: 10px;
        margin-bottom: 10px;
    }
.obi span{
	    font-weight:bold;
}
    .products {
        font-weight: 600;
        margin-left: 5px;
    }

    .select_area {
        padding-bottom:1rem;
        color: #000;
        background-color: #fff;
    }

    .listprice {
        font-size: 15px;
        color: #464646;
    }

    .sellingprice {
        font-size: 17px;
        color: #dd0000;
		font-weight: bold;
    }

    .quantity_area {
        padding-top: 10px;
        font-size: 17px;
        font-weight: 600;
        float: left;
        margin-left: 24%;
    }

    .cartbtn_area {
        padding-bottom: 15px;
        float: right;
        margin-right: 24%;
    }

    .button {
        display: block;
        font-size: 17px;
        font-weight: 700;
        width: 400px;
        height: 50px;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        background-color: #dd0000;
        /*ボタン色*/
        border-bottom: solid 6px #aa0000;
        /*下線色*/
        border-radius: 5px;
        /*角丸*/
    }
    
.area {
    width: 100%;
    overflow: hidden;
}
/* 表示領域に合わせてサイズと余白を設定 */
.marquee {
    overflow:hidden;
    width: 600%;
    padding-left: 100%;
    white-space: nowrap;

    animation-name: marquee;
    animation-duration: 80s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes marquee {
    from    { transform: translate(0%); }
    100%,to { transform: translate(-100%); }
}

.marquee h3 { float: left;
	          margin-right: 1rem;
	          font-size: 1rem;
	          font-weight: bold;
	          color: #fe6f00;
}

@media screen and (max-width: 736px) {
	#prodid2 {
        margin: 15px 15px;
    }
	.quantity_area{
		margin-left: 15px;
	}
	.cartbtn_area {
        margin-right: 15px;
    }
	.button{
		width:179px;
	}
	.marquee {
    overflow:hidden;
    width: 600%;
    padding-left: 100%;
    white-space: nowrap;

    animation-name: marquee;
    animation-duration: 26s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
	.quantity_area input, .cartbtn_area input{
		-webkit-appearance: none;
	}
}
