@charset "UTF-8";

.pagebody {
	overflow: hidden;
	color: #333;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pagebody {
	font-size: 100%;
	line-height: 1.8em;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pagebody {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}
}



/*メインイメージ
---------------------------------------------------------*/
.lp_m_img_box {
	background: #d5e7f9 url("../images/lp/ed/m_bg@2x.jpg") no-repeat center top;
	background-size: cover;
}
.lp_m_img_box::before {
	width: 100%;
	height: 40%;
	left: 0;
	top: auto;
	bottom: 0;
background: -moz-linear-gradient(top,  rgba(213,231,249,0) 0%, rgba(213,231,249,1) 50%);
background: -webkit-linear-gradient(top,  rgba(213,231,249,0) 0%,rgba(213,231,249,1) 50%);
background: linear-gradient(to bottom,  rgba(213,231,249,0) 0%,rgba(213,231,249,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d5e7f9', endColorstr='#d5e7f9',GradientType=0 );
}
.lp_m_img {
	padding-top: 60px;
	padding-bottom: 500px;
}
.lp_m_img .m_img {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.lp_m_point {
	top: 580px;	/* ページ毎に位置 */
}
.lp_m_point .in_box {
	border-color: #4d4d4d;
}
.lp_m_point .in_box::before,
.lp_m_point .in_box::after {
	background: #4d4d4d;
}
.lp_m_point .in_box p {
	color: #4d4d4d;
}
.lp_m_point .in_box .abs_caption {
	color: #4d4d4d;
}

/* 微調整 (1500px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
.lp_m_img {
	padding-bottom: 32vw;
}
.lp_m_point .in_box {
	width: 80%;
}
.lp_m_point .in_box p {
	font-size: 2.8vw;
	padding: .2em 0;
}
}

/* 微調整 (1260px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1260px) {
.lp_m_img {
	padding-top: 3vw;
}
.lp_m_point {
	top: 58%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.lp_m_point .in_box .abs_caption {
	font-size: 1.5vw;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.lp_m_img_box::before {
	display: none;
}
.lp_m_img {
	padding-top: 0;
	padding-bottom: 55%;
	/*padding-bottom: 50%;	交通費あり*/
	background: #d5e7f9;
}
.lp_m_img .m_img {
	width: 100%;
}
.lp_m_point {
	bottom: 22% !important;
	/*bottom: 23% !important;	交通費あり*/
}
}



/*共通
---------------------------------------------------------*/
.ed .orange {color: #f7931e;}

.ed .ft_maru {
	font-family: fot-tsukuardgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.ed .ft_euro_italic {
	font-family: europa, sans-serif;
	font-weight: 700;
	font-style: italic;
}

.ed_index {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ed_lead_txt {
	width: 100%;
	max-width: 1100px;
	margin: 50px auto 0;
	border-top: dashed 2px #d2d2d2;
	padding-top: 40px;
	text-align: center;
	font-size: 110%;
	letter-spacing: .05em;
	line-height: 2.2em;
}

.ed_column_box {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
	background: #f5f5f5 url("../images/lp/ed/corner1@2x.png") no-repeat left top;
	background-size: 66px auto;
	box-sizing: border-box;
	padding: 30px 4%;
	position: relative;
}
.ed_column_box::before {
	content: "";	/*はてなマーク*/
	position: absolute;
	z-index: 1;
	width: 56px;
	height: 84px;
	right: 0;
	top: 0;
	background: url("../images/lp/ed/hatena@2x.png") no-repeat center center;
	background-size: contain;
	-webkit-transform: translate(20%, -20%);
	transform: translate(20%, -20%);
}
.ed_column_box dt {
	font-family: fot-tsukuardgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #426ba6;
	font-size: 180%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .2em;
}
.ed_column_box dd {
	font-size: 95%;
	letter-spacing: .05em;
	line-height: 1.8em;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.ed_lead_txt {
	margin-top: 4%;
	padding-top: 3%;
	line-height: 2.0em;
}

.ed_column_box {
	margin-top: 4%;
	padding: 3%;
}
.ed_column_box dd {
	letter-spacing: normal;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.ed_index {
	width: 80%;
}

.ed_lead_txt {
	margin-top: 6%;
	padding-top: 5%;
	text-align: left;
	letter-spacing: normal;
	line-height: 1.8em;
}

.ed_column_box {
	margin-top: 6%;
	background-size: 14% auto;
	padding: 4%;
}
.ed_column_box::before {
	width: 10%;	/*はてなマーク*/
}
.ed_column_box dt {
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.ed_column_box dd {
	letter-spacing: normal;
}
}



/*EDとは?
---------------------------------------------------------*/
.first {
	padding-top: 180px;
	padding-bottom: 80px;
}
.first .ed_index {
	margin-bottom: 20px;
}
.first .img_list {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.first .img_list li:first-child {
	width: 43%;
	max-width: 412px;
}
.first .img_list li:last-child {
	width: 55%;
	max-width: 534px;
}
.first .txt_strong {
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	font-size: 180%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.first .txt_strong div {
	margin-right: 2%;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.first {
	padding-top: 16%;
	padding-bottom: 4%;
}
.first .ed_index {
	margin-bottom: 0;
}
.first .txt_strong {
	margin-top: 3%;
	font-size: 160%;
	letter-spacing: normal;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.first {
	padding-top: 25%;
	/*padding-top: 28%;	交通費あり*/
	padding-bottom: 6%;
	position: relative;
}
.first .ed_index {
	margin-bottom: 0;
}
.first .img_list {
	display: block;
}
.first .img_list li:first-child {
	width: 80%;
	margin: 0 auto -4.0em;
	position: relative;
	z-index: 0;
}
.first .img_list li:last-child {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.first .txt_strong {
	margin-top: 4%;
	display: block;
	font-size: 150%;
	letter-spacing: normal;
	line-height: 1.4em;
	text-align: right;
}
.first .txt_strong p {
	display: inline-block;
	text-align: center;
}
.first .txt_strong div {
	margin: 0;
	position: absolute;
	width: 15%;
	left: 3%;
	bottom: -5px;
	text-align: center;
}
}



/*セルフチェック
---------------------------------------------------------*/
.selfcheck .opne_btn {
	background: #51a3e2;
	padding: 40px 3%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	cursor: pointer;;
	-webkit-transition: color 0.7s, background-color 1.0s;
	-moz-transition: color 0.7s, background-color 1.0s;
	transition: color 0.7s, background-color 1.0s;
}
.selfcheck .opne_btn:hover {
	-webkit-transition: color 0.7s, background-color 0.4s;
	-moz-transition: color 0.7s, background-color 0.4s;
	transition: color 0.7s, background-color 0.4s;
	background-color: #2852c5;
}
.selfcheck .opne_btn h2, .selfcheck .opne_btn h3 {
	display: inline-block;
	font-size: 230%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding-left: 2.3em;
	padding-right: 1.0em;
	background: url("../images/lp/ed/open@2x.png") no-repeat right center;
	background-size: .8em auto;
	position: relative;
	margin-bottom: .2em;
}
.selfcheck.open .opne_btn h3 {
	background-image: url("../images/lp/ed/close@2x.png");
}
.selfcheck .opne_btn h2::before, .selfcheck .opne_btn h3::before {
	content: "";
	position: absolute;
	width: 1.8em;
	height: 110%;
	left: 0;
	top: -.3em;
	background: url("../images/lp/ed/img_check@2x.png") no-repeat left center;
	background-size: contain;
}

.selfcheck .open_box {
	display: none;
	background: #ececec url("../images/lp/ed/slash1.png") repeat center center;
	padding: 70px 0;
}

.selfcheck .check_list {
	margin-bottom: 60px;
}
.selfcheck .check_list:last-of-type {
	margin-bottom: 30px;
}
.selfcheck .check_list dt {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-left: 3.0em;
	position: relative;
	margin-bottom: .3em;
}
.selfcheck .check_list dt span {
	display: inline-block;
	font-family: europa, sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #51a3e2;
	font-size: 140%;
	letter-spacing: normal;
	line-height: 1.2em;
	position: absolute;
	left: 0;
	top: -.1em;
}

.selfcheck .check_list dd {
	text-align: center;
}
.selfcheck .check_list input[type=radio] {
	display: none;
}
.selfcheck .check_list label {
	display: block;
	background: #fff;
	padding: 1.2em 2%;
	border-radius: 10px;
	color: #4d4d4d;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	cursor: pointer;
}
.selfcheck .check_list input[type="radio"]:checked + label {
	background: #51a3e2;
	color: #fff;
}
.selfcheck .check_list dd ul {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.selfcheck .check_list dd ul li {
	margin-top: 1.5%;
}
.selfcheck .check_list dd .col5 li {
	width: 19.1%;
}
.selfcheck .check_list dd .col3 li {
	width: 32.5%;
}
.selfcheck .check_list dd .col2 li {
	width: 49.4%;
}

.selfcheck .result_box .arrow {
	text-align: center;
	margin-bottom: 30px;
}

/* 点数 */
.selfcheck .score_box {
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	text-align: center;
}
.selfcheck #score_box.is_bottom {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: #ccc;
}
.selfcheck .score_box ul {
	width: 72%;
}
.selfcheck .score_box .total {
	width: 25%;
}

.selfcheck .score_box ul {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.selfcheck .score_box li {
	width: 18.4%;
	background: #fff;
}
.selfcheck .score_box li dt {
	background: #999;
	font-family: europa, sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .1em 0;
}
.selfcheck .score_box li dd {
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding-top: .8em;
}

.selfcheck .score_box .total {
	box-sizing: border-box;
	background: #fff;
	border: solid 3px #999;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.selfcheck .score_box .total dt {
	width: 40%;
	background: #999;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .8em 0;
}
.selfcheck .score_box .total dd {
	width: 60%;
	font-size: 130%;
	letter-spacing: normal;
	line-height: 1.4em;
	position: relative;
}
.selfcheck .score_box .total dd #total {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
    border: none;
	padding: 0;
	margin: 0;
    text-align: center;
	width: 80%;	
	font-family: europa, sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #51a3e2;
	font-size: 220%;
	line-height: 1.4em;
	margin-right: .1em;
}
.selfcheck .score_box .total dd span {
	position: absolute;
	right: 5%;
	bottom: 0;
}

/* 結果 */
.selfcheck .result_img {
	width: 100%;
	max-width: 840px;
	margin: 30px auto 60px;
	text-align: center;
}
.selfcheck .result_img > div {
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
	background: #51a3e2;
	border-radius: 10px;
	padding: 20px 3%;
	display: none;
}
.selfcheck .result_img > div.img_show {
	display: block;
}
.selfcheck .result_img > div p {
	margin-top: 10px;
}
.selfcheck .result_img > div a {
	display: block;
	border-radius: 50px;
	background: #fff;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .5em 0;
	padding-right: 1.5em;
	position: relative;
}
.selfcheck .result_img > div a::before {
	content: "";
	position: absolute;
	width: 1.0em;
	height: 1.0em;
	right: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../images/lp/ed/arrow1@2x.png") no-repeat center center;
	background-size: contain;
}
/* Bad */
.selfcheck .result_img #bad_img a {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
/* Good */
.selfcheck .result_img #good_img {
	background: #fff;
}
.selfcheck .result_img #good_img a {
	background: #51a3e2;
	color: #fff;
}
.selfcheck .result_img #good_img a::before {
	background-image: url("../images/lp/ed/arrow2@2x.png");
}

.selfcheck .caption {
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.4em;
}
.selfcheck .caption dt {
	font-weight: bold;
	margin-top: 1.0em;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.selfcheck .opne_btn {
	padding: 3%;
}

.selfcheck .open_box {
	padding: 5% 0;
}

.selfcheck .check_list {
	margin-bottom: 5%;
}
.selfcheck .check_list:last-of-type {
	margin-bottom: 3%;
}

.selfcheck .check_list label {
	letter-spacing: normal;
}

.selfcheck .result_box .arrow {
	margin-bottom: 3%;
}

/* 結果 */
.selfcheck .result_img {
	margin-top: 3%;
	margin-bottom: 4%;
}
.selfcheck .result_img > div {
	padding: 2% 3% 3%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.selfcheck .opne_btn {
	padding: 8% 0 4%;
	letter-spacing: .05em;
}
.selfcheck .opne_btn h2, .selfcheck .opne_btn h3 {
	font-size: 200%;
	letter-spacing: normal;
}

.selfcheck .open_box {
	padding: 8% 0;
}

.selfcheck .check_list {
	margin-bottom: 8%;
}
.selfcheck .check_list:last-of-type {
	margin-bottom: 6%;
}
.selfcheck .check_list dt {
	font-size: 120%;
	letter-spacing: normal;
}

.selfcheck .check_list label {
	letter-spacing: normal;
}
.selfcheck .check_list dd ul li {
	margin-top: 2%;
}
.selfcheck .check_list dd .col5 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.selfcheck .check_list dd .col5 li {
	width: 32%;
	margin-right: 2%;
}
.selfcheck .check_list dd .col5 li:nth-of-type(3n) {
	margin-right: 0;
}
.selfcheck .check_list dd .col3 li {
	width: 49%;
}
.selfcheck .check_list dd .col2 {
	display: block;
}
.selfcheck .check_list dd .col2 li {
	width: 100%;
}

.selfcheck .result_box .arrow {
	margin-bottom: 4%;
}

/* 点数 */
.selfcheck .score_box {
	font-size: 80%;
}
.selfcheck .score_box .total dt {
	font-size: 100%;
}
.selfcheck .score_box .total dd {
	font-size: 110%;
}
.selfcheck .score_box .total dd #total {
	font-size: 180%;
}

/* 結果 */
.selfcheck .result_img {
	margin-top: 4%;
	margin-bottom: 6%;
}
.selfcheck .result_img > div {
	padding: 3%;
}
.selfcheck .result_img > div a {
	font-size: 90%;
	letter-spacing: .05em;
}
/* Bad */
.selfcheck .result_img #bad_img a {
	width: 70%;
	max-width: 100%;
}
}



/*メカニズム
---------------------------------------------------------*/
.mechanism {
	padding-top: 80px;
	padding-bottom: 80px;
}
.mechanism .step_list {
	width: 100%;
	max-width: 1024px;
	margin: 80px auto 0;
	text-align: center;
}
.mechanism .step_list h3, .mechanism .step_list h4 {
	width: 55%;
	margin: 0 auto;
}
.mechanism .step_list ul {
	margin-top: 20px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mechanism .step_list li {
	background-color: #88bbe2;
	background-image: url("../images/lp/ed/bg_arrow1@2x.png");
	background-repeat: no-repeat;
	background-position: right center; 
	background-size: auto 100%;
	padding: 25px 0;
	box-sizing: border-box;
	width: 34%;
	padding-right: 3%;
}
.mechanism .step_list li:last-child {
	width: 32%;
}
.mechanism .step_list li:nth-child(1) {
	border-radius: 10px 0 0 10px;
}
.mechanism .step_list li:nth-child(2) {
	background-color: #71b1e2;
	background-image: url("../images/lp/ed/bg_arrow2@2x.png");
}
.mechanism .step_list li:nth-child(3) {
	background-color: #51a3e2;
	background-image: url("../images/lp/ed/bg_arrow3@2x.png");
}
.mechanism .step_list li div {
	width: 35%;
	margin: 0 auto;
}
.mechanism .step_list li p {
	font-family: fot-tsukuardgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-top: .6em;
}

.mechanism .ed_column_box::after {
	content: "";	/*背景画像**/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: url("../images/lp/ed/bg1@2x.jpg") no-repeat right top;
	background-size: auto 405px;
}
.mechanism .ed_column_box dl {
	position: relative;
	z-index: 1;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.mechanism {
	padding-top: 6%;
	padding-bottom: 6%;
}
.mechanism .step_list {
	margin-top: 3%;
}
.mechanism .step_list ul {
	margin-top: 10px;
}
.mechanism .step_list li {
	padding: 1% 0 3%;
	padding-right: 3%;
}
.mechanism .step_list li p {
	font-size: 120%;
	letter-spacing: normal;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.mechanism {
	padding-top: 10%;
	padding-bottom: 8%;
}
.mechanism .step_list {
	margin-top: 6%;
}
.mechanism .step_list h3, .mechanism .step_list h4 {
	width: 80%;
}
.mechanism .step_list ul {
	margin-top: 5px;
	display: block;
}
.mechanism .step_list li {
	background-position: center bottom; 
	background-size: 100% auto;
	width: 80% !important;
	margin: 0 auto;
	padding: 2% 0 6%;
}
.mechanism .step_list li {
	background-image: url("../images/lp/ed/bg_arrow1_sp@2x.png");
}
.mechanism .step_list li:nth-child(1) {
	border-radius: 10px 10px 0 0;
}
.mechanism .step_list li:nth-child(2) {
	background-image: url("../images/lp/ed/bg_arrow2_sp@2x.png");
}
.mechanism .step_list li:nth-child(3) {
	background-image: url("../images/lp/ed/bg_arrow3_sp@2x.png");
}
.mechanism .step_list li div {
	width: 20%;
}
.mechanism .step_list li p {
	margin-top: 0;
}

.mechanism .ed_column_box::after {
	background-size: 70% auto;	/*背景画像**/
}
}



/*EDの3つの原因
---------------------------------------------------------*/
.ed_type {
	background: #f5f5f5 url("../images/lp/ed/bg_arrow@2x.png") no-repeat center top;
	background-size: 100% 100px;
	padding-top: 200px;
	padding-bottom: 80px;
	line-height: 2.0em;
}
.ed_type .ed_index {
	margin-bottom: 80px;
}

.ed_type .box_shadow {
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	margin-bottom: 120px;
}
.ed_type .bg_white {
	background: #fff;
	position: relative;
	padding: 60px 6% 50px;
}
.ed_type .bg_white::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 30%;
	max-width: 290px;
	height: 100%;
	left: 2%;
	top: -30px;
	background: url("../images/lp/ed/corner2@2x.png") no-repeat left top;
	background-size: contain;
}

.ed_type .bg_white .title_box {
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.ed_type .bg_white .title_box h3, .ed_type .bg_white .title_box h4 {
	color: #4d4d4d;
	font-size: 360%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	width: 440px;
	box-sizing: border-box;
	position: relative;
	padding-left: 110px;
}
.ed_type .bg_white .title_box h3 span, .ed_type .bg_white .title_box h4 span {
	font-size: 105%;
	line-height: 1.2em;
	margin-left: .1em;
}
.ed_type .bg_white .title_box h3::before, .ed_type .bg_white .title_box h4::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 120%;
	left: -10px;
	top: -10px;
	background: url("../images/lp/ed/no1@2x.png") no-repeat center center;
	background-size: contain;
}
.ed_type .box2 .bg_white .title_box h3::before, .ed_type .box2 .bg_white .title_box h4::before {background-image: url("../images/lp/ed/no2@2x.png");}
.ed_type .box3 .bg_white .title_box h3::before, .ed_type .box3 .bg_white .title_box h4::before {background-image: url("../images/lp/ed/no3@2x.png");}

.ed_type .bg_white .title_box ul {
	width: calc(100% - 440px);
	font-family: fot-tsukuardgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #4d4d4d;
	font-size: 140%;
	letter-spacing: normal;
	line-height: 1.4em;
}
.ed_type .bg_white .title_box li {
	padding-left: 1.5em;
	background: url("../images/lp/ed/check@2x.png") no-repeat left .3em;
	background-size: 1.0em auto;
}

.ed_type .bg_white .flt_box {
	position: relative;
	z-index: 1;
}
.ed_type .bg_white .flt_box .img_item {
	float: right;
	width: 35%;
	max-width: 370px;
	margin-left: 3%;
	margin-bottom: 1.0em;
}

/* 器質性ED */
.ed_type .box1 .bg_white {
	padding-bottom: 30px;
}
.ed_type .box1 .sub_box {
	background: #dadada url("../images/lp/ed/slash1.png") repeat center center;
	padding: 30px 6%;
	position: relative;
}
.ed_type .box1 .sub_box .flex_box {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.ed_type .box1 .sub_box .flex_box div {
	width: 14%;
}
.ed_type .box1 .sub_box .flex_box dl {
	width: 83%;
}
.ed_type .box1 .sub_box .flex_box dt {
	color: #426ba6;
	font-size: 180%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom: .2em;
}
.ed_type .box1 .sub_box .flex_box dt span {
	font-size: 70%;
}
.ed_type .box1 .sub_box .flex_box dd {
	width: 80%;
	max-width: 760px;
}
.ed_type .box1 .sub_box .abs {
	position: absolute;
	width: 10%;
	max-width: 90px;
	right: 6%;
	bottom: 0;
}

/* 薬剤性ED */
.ed_type .box3 {
	margin-bottom: 80px;
}
.ed_type .box3 .detail {
	width: 100%;
	max-width: 1040px;
	margin: 30px auto;
}
.ed_type .box3 .detail table {
	width: 100%;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.6em;
}
.ed_type .box3 .detail th,
.ed_type .box3 .detail td {
	box-sizing: border-box;
	padding: .6em 2%;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.ed_type .box3 .detail th {
	width: 25%;
	background: #f4f9fd;
	font-weight: bold;
	letter-spacing: .05em;
}
.ed_type .box3 .detail td .suptext {
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.ed_type .box3 .detail .caption {
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-top: .5em;
}
.ed_type .box3 .detail .txt_link {
	margin-top: 1.0em;
	text-align: center;
}
.ed_type .box3 .detail .txt_link a {
	display: inline-block;
	color: #426ba6;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-right: 1.5em;
	position: relative;
}
.ed_type .box3 .detail .txt_link a::before {
	font-family: 'fontello';
	content: '\e800';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ed_type .box3 .detail .txt_link a:hover {
	color: #51a3e2;
}

/* 複合型ED */
.ed_type .other {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.ed_type .other .img_item {
	width: 25%;
}
.ed_type .other .txt {
	width: 72%;
}
.ed_type .other .txt h2, .ed_type .other .txt h3 {
	color: #51a3e2;
	font-size: 250%;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-bottom: .4em;
}
.ed_type .other .txt h2 span, .ed_type .other .txt h2, .ed_type .other .txt h3 span {
	font-size: 160%;
	background: url("../images/lp/ed/marker@2x.png") repeat-x left bottom;
	background-size: auto .5em;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.ed_type {
	background-size: 100% auto;
	padding-top: 14%;
	padding-bottom: 6%;
	line-height: 1.8em;
}
.ed_type .ed_index {
	margin-bottom: 6%;
}

.ed_type .box_shadow {
	margin-bottom: 8%;
}
.ed_type .bg_white {
	padding: 4% 4% 3%;
}
.ed_type .bg_white::before {
	top: -2.3vw;
}

.ed_type .bg_white .title_box {
	margin-bottom: 2%;
}
.ed_type .bg_white .title_box h3, .ed_type .bg_white .title_box h4 {
	font-size: 5.8vw;
	letter-spacing: .05em;
	width: 48%;
	padding-left: 1.6em;
}
.ed_type .bg_white .title_box h3::before, .ed_type .bg_white .title_box h4::before {
	width: 1.5em;
	left: -.1em;
	top: -.1em;
}
.ed_type .bg_white .title_box ul {
	font-size: 130%;
	width: 52%;
}	

/* 器質性ED */
.ed_type .box1 .bg_white {
	padding-bottom: 3%;
}
.ed_type .box1 .sub_box {
	padding: 3% 4%;
}
	
/* 薬剤性ED */
.ed_type .box3 {
	margin-bottom: 6%;
}
.ed_type .box3 .detail {
	margin: 3% auto;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.ed_type {
	background-size: 100% 8vw;
	padding-top: 14%;
	padding-bottom: 6%;
	line-height: 1.8em;
}
.ed_type .ed_index {
	margin-bottom: 10%;
}

.ed_type .box_shadow {
	margin-bottom: 10%;
}
.ed_type .bg_white {
	padding: 5%;
}
.ed_type .bg_white::before {
	width: 40%;
	left: 4%;
	top: -4vw;
}

.ed_type .bg_white .title_box {
	display: block;
	margin-bottom: 3%;
}
.ed_type .bg_white .title_box h3, .ed_type .bg_white .title_box h4 {
	font-size: 220%;
	letter-spacing: .05em;
	width: 100%;
	padding-left: 2.2em;
}
.ed_type .bg_white .title_box h3::before, .ed_type .bg_white .title_box h4::before {
	width: 2.0em;
	left: 0;
	top: -.1em;
}	
.ed_type .bg_white .title_box ul {
	margin-top: 3%;
	width: 98%;
	margin-left: auto;
	margin-right: 0;
	font-size: 130%;
}
.ed_type .bg_white .title_box li {
	padding-left: 1.2em;
}

.ed_type .bg_white .flt_box .img_item {
	float: none;
	width: 70%;
	margin: 0 auto 1.0em;
}

/* 器質性ED */
.ed_type .box1 .bg_white {
	padding-bottom: 4%;
}
.ed_type .box1 .sub_box {
	padding: 5%;
}
.ed_type .box1 .sub_box .flex_box {
	display: block;
}
.ed_type .box1 .sub_box .flex_box div {
	width: 18%;
	position: absolute;
	left: -3%;
	top: -2%;
}
.ed_type .box1 .sub_box .flex_box dl {
	width: 100%;
}
.ed_type .box1 .sub_box .flex_box dt {
	text-align: center;
	font-size: 160%;
	margin-bottom: .2em;
}
.ed_type .box1 .sub_box .flex_box dt small {
	display: block;
}
.ed_type .box1 .sub_box .flex_box dd {
	width: 100%;
	max-width: 100%;
}
.ed_type .box1 .sub_box .abs {
	width: 14%;
	right: 2%;
	bottom: auto;
	top: -5%;
}

/* 薬剤性ED */
.ed_type .box3 {
	margin-bottom: 10%;
}
.ed_type .box3 .detail {
	margin: 1.0em auto;
}
.ed_type .box3 .detail table {
	font-size: 80%;
	line-height: 1.4em;
}
.ed_type .box3 .detail th {
	letter-spacing: normal;
}

/* 複合型ED */
.ed_type .other {
	display: block;
}
.ed_type .other .img_item {
	width: 50%;
	margin: 1.0em auto 0;
}
.ed_type .other .txt {
	width: 100%;
}
.ed_type .other .txt h2, .ed_type .other .txt h3 {
	font-size: 160%;
}
}



/*Drコメント
---------------------------------------------------------*/
.dr_comment {
	background: #51a3e2;
	padding-top: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 2.0em;
}
.dr_comment .w1100 {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dr_comment .w1100 dl {
	width: 71%;
	box-sizing: border-box;
	padding: 40px 0;
	padding-left: 4%;
	background: url("../images/lp/ed/corner3@2x.png") no-repeat left top;
	background-size: 165px auto;
}
.dr_comment .w1100 .img_item {
	width: 29%;
	max-width: 318px;
}
.dr_comment .w1100 dt {
	font-size: 200%;
	letter-spacing: normal;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.dr_comment .w1100 dt strong {
	font-size: 180%;
}
.dr_comment .w1100 dt .txt_strong {
	font-size: 150%;
}
.dr_comment .w1100 dt .yellow {
	color: #ffeb00;
	font-size: 120%;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.dr_comment {
	padding-top: 4%;
	line-height: 1.8em;
}
.dr_comment .w1100 dl {
	padding: 3% 0;
	padding-left: 3%;
	background-size: 25% auto;
}
.dr_comment .w1100 dt {
	font-size: 160%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dr_comment {
	padding-top: 6%;
	line-height: 1.8em;
}
.dr_comment .w1100 {
	display: block;
}
.dr_comment .w1100 dl {
	width: 100%;
	padding: 4% 0;
	padding-left: 4%;
	background-size: 30% auto;
}
.dr_comment .w1100 .img_item {
	width: 50%;
	margin: 0 auto;
}
.dr_comment .w1100 dt {
	font-size: 140%;
	line-height: 1.4em;
}
.dr_comment .w1100 dt .yellow {
	font-size: 90%;
}
}



/*治療の種類一覧
---------------------------------------------------------*/
.medicine_list {
	padding-bottom: 100px;
	border-bottom: solid 1px #ccc;
}
.medicine_list table {
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
.medicine_list table th,
.medicine_list table td {
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
	padding: 1.0em 1.5%;
}
.medicine_list table th {
	background: #f4f9fd;
	width: 19%;
	text-align: center;
	vertical-align: middle;
	font-size: 110%;
	line-height: 1.6em;
}
.medicine_list table td {
	width: 27%;
	text-align: left;
	vertical-align: top;
	letter-spacing: normal;
	line-height: 1.6em;
}

.medicine_list table thead td {
	text-align: center;
	color: #426ba6;
	font-size: 110%;
	line-height: 1.6em;
	font-weight: bold;
}
.medicine_list table thead td span {
	display: block;
	color: #333;
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.4em;
}

.medicine_list table td .img_list {
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
}
.medicine_list table td .img_list li {
	margin-top: 1.0em;
}
.medicine_list table td .img_list li:first-child {
	margin-top: 0;
}

.medicine_list table .pdf_btn a {
	display: block;
	background: #51a3e2 url("../images/lp/ed/pdf@2x.png") no-repeat .6em center;
	background-size: 1.4em auto;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .5em 2.0em;
	position: relative;
}
.medicine_list table .pdf_btn a:hover {
	background-color: #2852c5;
}
.medicine_list table .pdf_btn a::before {
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
	position: absolute;
	right: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.medicine_list .txt_attention {
	margin-top: 1.0em;
	font-size: 80%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-left: 46%;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medicine_list {
	padding-bottom: 8%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medicine_list {
	padding-bottom: 10%;
}
.medicine_list table {
	font-size: 90%;
}
.medicine_list table th,
.medicine_list table td {
	padding: .8em 2%;
}
.medicine_list table th {
	font-size: 100%;
	line-height: 1.4em;
}

.medicine_list table thead td {
	font-size: 100%;
	letter-spacing: normal;
	padding-left: 0;
	padding-right: 0;
}
.medicine_list table thead td span {
	font-size: 80%;
	letter-spacing: normal;
}
	
.medicine_list table td .img_list {
	font-size: 90%;
	line-height: 1.2em;
}
	
.medicine_list table .pdf_btn a {
	background-position: center .5em;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.2em;
	padding: 2.6em 0 1.8em;
}
.medicine_list table .pdf_btn a::before {
	left: 0;
	right: 0;
	top: auto;
	-webkit-transform: none;
	transform: none;
	bottom: .2em;
}

.medicine_list .txt_attention {
	margin-left: 0;
	text-align: center;
}
}



/*4つの安心
---------------------------------------------------------*/
.anshin {
	padding-top: 120px;
}

/* Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.anshin {
	padding-top: 10%;
}
}

/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {
.anshin {
	padding-top: 10%;
}
}