@charset "utf-8";

/*common parts for second view*/

.second-main-content {
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	margin: 0 auto;
}

.add-concept {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 1.6rem 1rem 1.6rem 9%;
	border-top-left-radius: 4.6rem;
	border-bottom-right-radius: 5rem;
	background: linear-gradient(to bottom right, #24D189, #9EC1FC);
}

.add-concept p {
	text-align: left;
	color: white;
	text-shadow: 1px 1px 2px darkgreen, -1px -1px 2px darkgreen, -1px 1px 2px darkgreen, 1px -1px 2px darkgreen, 2px 1px 2px darkgreen,-2px -1px 2px darkgreen, -2px 1px 2px darkgreen, 2px -1px 2px darkgreen, 1px 2px 2px darkgreen,-1px -2px 2px darkgreen, -1px 2px 2px darkgreen, 1px -2px 2px darkgreen;
	font-size: 3rem;
	margin-left: 6%;
	padding: 1rem;
}

.add-concept p a{
	font-size: 1.6rem;
	margin-left: 2rem;
	color: white;
	text-shadow: none;
	text-decoration: underline;
}

.arrow {
	display: flex;
    align-items: center;
    flex-direction: column;
	margin: 1.6rem auto;
	width: 92%;
}

.arrow ul li {
	list-style: none;
	padding-left: 3.3rem;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	font-size: 2rem;
	background: url("../images/arrow.png") no-repeat;
	background-size: 28px;
	background-position: top 16px left 0;
}


.second-main-flex {
	display: flex;
	flex-direction: row;
}

.sub-header {
	margin-left: 8px;
	width: 40px;
	background: #476557;
	position: relative;
	flex-shrink: 0;
}

.sub-header p {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-weight: 600;
	font-size: 2.4rem;
	color: #FFFFFF;
}

.sub-header:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 20px solid #FFFFFF;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	z-index: 1;
}

.sub-header:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 20px solid #476557;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	z-index: 2;
}

.sub-content {
	width: calc(100% - 50px);
	padding-top: 1rem;
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	box-sizing: border-box;
}

.sub-header2 {
	margin-left: 8px;
	width: 40px;
	background: #CAF1E4;
	position: relative;
	flex-shrink: 0;
}

.sub-header2 p {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-weight: 600;
	font-size: 2.4rem;
	color: #000000;
}

.sub-header2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-top: 20px solid #CAF1E4;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	z-index: 2;
}

.sub-title {
	width: 90%;
	margin-right: 10%;
	height: 180px;
	display: table;
	background: url("../images/ema.png") no-repeat;
	background-size: 270px;
	background-position: center;
	margin-bottom: 20px;
}

.sub-title p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	padding-top: 4.2rem;
}

.feature-list li{
	position: relative;
	list-style: none;
	padding-left: 8%;
	background: url("../images/dot-gold.svg") no-repeat;
	background-size: 14px;
	background-position: left calc(8% - 2rem) top 6px;
	font-size: 1.8rem;
	margin-bottom: 1.4rem;
}

.back-reset {
	background: none !important;
}

.feature-list p{
	position: relative;
}

.feature-list li a{
	margin-left: 1rem;
}

.feature-list li a,
.feature-list p a{
	color: darkgreen;
	text-decoration: underline;
}

.feature-list li span {
	font-weight: 600;
	text-decoration: underline dotted darkgreen;
}

.link-r:after {
	content: "";
	position: absolute;
	top: 37%;
	width: 6px;
	height: 6px;
	border-top: solid 1px rgba(110,110,110,1.00);
	border-right: solid 1px rgba(110,110,110,1.00);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.feature-list p {
	display: inline-block;
	margin-left: 10%;
	padding-left: 8%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 8%;
	background: #F1EBEB;
	border-radius: 6px;
	margin-bottom: 10px;
}

.card {
	width: 96%;
	height: 80px;
	background: url("../images/card.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.suica {
	width: 96%;
	height: 120px;
	background: url("../images/suica.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.pay {
	width: 96%;
	height: 80px;
	background: url("../images/pay.png") no-repeat;
	background-size: contain;
	background-position: center;
}

.feature-attension {
	display: block;
	margin-left: 5%;
	width: 85%;
	border: dotted 2px #CAF1E4;
	border-radius: 16px;
	padding: 1.2rem;
	margin-bottom: 30px;
}

.feature-attension li {
	list-style-type: none;
	margin-left: 1.2rem;
	text-indent: -0.9rem;
}
	
.feature-attension li:before{
	display: inline;
	content: "※";
}

/*2021追加*/
.figure-second {
	position: relative;
	display: block;
	background-color: rgba(252,244,228,0.70);
	padding: 1rem;
	margin: 1.6rem auto;
	width: 74%;
}

.figure-second:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -2px;
	height: calc(100% + 10px);
	width: 100%;
	border-left: 2px solid #F1E4CA;
	border-right: 2px solid #F1E4CA;
	pointer-events: none;
}

.figure-second:after {
	content: '';
	position: absolute;
	top: -2px;
	left: -5px;
	height: 100%;
	width: calc(100% + 10px);
	border-top: 2px solid #F1E4CA;
	border-bottom: 2px solid #F1E4CA;
	pointer-events: none;
}

.figure-second p {
	display: block;
	text-indent: 1em;
	padding: 0.5rem;
	font-size: 1.6rem;
}

.figure-second span{
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 0.7rem;
}

ul.treatment-link {
	padding-top: 10px;
	padding-bottom: 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	width: 90%;
	margin: 0 auto;
}
ul.treatment-link li {
	display: table;
	position: relative;
	width: 80%;
	padding: 10px;
	margin: 10px;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid #476557;
	background: rgba(217,247,245,0.50);
}
ul.change-color li {background: rgba(248,217,158,0.74) !important;}

ul.treatment-link li:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	height: calc(100% - 8px);
	width: calc(100% - 8px);
	border: solid 2px #476557;
	pointer-events: none;
}
ul.treatment-link li:last-child {
	margin-bottom: 40px;
}
ul.treatment-link li a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	font-weight: 600;
}


/*2024追加*/
.concept-title {
	display: block;
	text-align: center;
	padding: 30px 20px 10px;
	font-size: 1.9rem;
	font-weight: 600;
}

.concept-cont {
	display: block;
	margin: 0 auto;
	text-align: left;
	text-indent: 1rem;
	width: 92%;
	padding: 1rem 0;
	font-size: 1.7rem;
}

.between {
	background: url("../images/line2.svg") no-repeat;
	background-size: contain;
	background-position: center;	
	height: 20px;
	width: 100%;
}

.illust {
	width: 100%;
}

.illust img {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}

.visit-times1 {
	border-collapse: collapse;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.visit-times1 tr td{
	border: solid 2px #868686;
	text-align: center;
	font-size: 1.6rem;
	background-color: rgba(245,245,220,0.9);
	height: 3rem;
}

.visit-times1 tr:nth-of-type(1){
	border-bottom: double 4px #484848;
}

.concept-cont2 {
	display: block;
	margin: 0 auto;
	text-indent: 1.2rem;
	width: 80%;
	padding: 1rem 0;
	text-align: center;
	line-height: 1.6rem;
	font-size: 1.6rem;
}

.strong-annot {
	color: red;
}

.accordion-title {
	margin-top: 30px;
	margin-left: 2.4rem;
	background: url("../images/dot3.svg") no-repeat;
	background-size: 14px;
	background-position: left 4px top 6px;
	position: relative;
	padding-left: 3rem;
	font-size: 1.9rem;
}

.accordion-box {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 3rem;
}

.accordion-inner {
	padding: 1.2rem;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-radius: 0 0 20px 20px;
}

.accordion-inner-padding {
	padding-top: 1.6rem;
}

.accordion-inner p a {
	text-decoration: underline !important;
}

.accordion-heading {
	display: block;
	position: relative;
	margin-top: 1.6rem;
	padding: 1rem 2rem;
	background: #CAF1E4;
	border-radius: 20px 20px 0 0;
	text-decoration: underline !important;
}
 
.accordion-content {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease-out 0s;
}
 
.accordion-checkbox {
	display: none;
}
 
.accordion-checkbox:checked + .accordion-content {
	max-height: 9999px;
	transition: max-height 1.5s ease-in;
}

.record p {
	text-align: center;
	font-size: 2.7rem;
	margin-top: 2rem;
	padding: 1.4rem 0 2rem;
	background: url("../images/line-silver.png") no-repeat;
	background-size: auto;
	background-position: left 50% top 50%;
	color: white;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black, 2px 1px 2px black,-2px -1px 2px black, -2px 1px 2px rgba(0,203,193,0.8), 3px -1px 3px rgba(0,203,193,0.8), 1px 3px 3px rgba(0,203,193,0.8),-1px -3px 3px rgba(0,203,193,0.8), -1px 3px 3px rgba(0,203,193,0.8), 1px -3px 3px rgba(0,203,193,0.8);
}

ul.record-title {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 90%;
	margin: 0 auto 3rem;
	justify-content: center;
}

ul.record-title li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 0 auto;
	padding: 0.6rem 0 0.6rem;
	text-align: center;
	box-sizing: border-box;
	background-image: url("../images/record.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

ul.record-title li p {
	font-size: 2.2rem;
	color: white;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black, 2px 1px 2px black,-2px -1px 2px black, -2px 1px 2px rgba(0,203,193,0.8), 3px -1px 3px rgba(0,203,193,0.8), 1px 3px 3px rgba(0,203,193,0.8),-1px -3px 3px rgba(0,203,193,0.8), -1px 3px 3px rgba(0,203,193,0.8), 1px -3px 3px rgba(0,203,193,0.8);
	padding: 0 0 0.6rem;
}

ul.record-title li p span {
	font-size: 3.2rem;
	color: white;
}

ul.record-title li span {
	font-size: 1.5rem;
	color: black;
}

@media screen and (min-width: 1024px) {
	ul.record-title {width: 50%}
	ul.record-title li {
	width: 40%;
	}
}  

@media screen and (min-width: 769px) {
	.illust img {width: 50%;}
}

@media screen and (min-width: 769px) {
	ul.treatment-link li:last-child {
	margin-bottom: 10px;
	}
}
@media screen and (min-width: 1024px) {
	ul.treatment-link li {
		width: 28%;
	}
}

.concept {
	display: block;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 90px;
	padding-left: 2rem;
	margin: 3rem 0 2rem;
	height: 90px;
	background-image: url(../images/treatment-back.jpg);
	background-image: -webkit-image-set( url(../images/treatment-back.jpg) 1x, url(../images/treatment-back@2.jpg) 2x, url(../images/treatment-back@3.jpg) 3x );
	background-image: image-set( url(../images/treatment-back.jpg) 1x, url(../images/treatment-back@2.jpg) 2x, url(../images/treatment-back@3.jpg) 3x );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.p-map {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}

.p-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lp-title {
	display: block;
	position: relative;
	width: 80%;
	background-color: rgba(250,252,249,0.9);
	padding: 1rem 1.6rem 1rem 1.6rem;
	margin: 1rem auto;
}

.lp-title:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -4px;
	height: calc(100% + 20px);
	width: 100%;
	border-left: 4px solid #CAF1E4;
	border-right: 4px solid #CAF1E4;

	pointer-events: none;
}

.lp-title:after {
	content: '';
	position: absolute;
	top: -4px;
	left: -10px;
	height: 100%;
	width: calc(100% + 20px);
	border-top: 4px solid #CAF1E4;
	border-bottom: 4px solid #CAF1E4;
	pointer-events: none;
}

.lp-title p {
	text-align: center;
	padding: 0.5rem 1rem;
	font-size: 1.8rem;
}

.lp-title span{
	display: inline-block;
	font-size: 2.6rem;
	color: white;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black, 2px 1px 2px black,-2px -1px 2px black, -2px 1px 2px rgba(0,203,193,0.8), 3px -1px 3px rgba(0,203,193,0.8), 1px 3px 3px rgba(0,203,193,0.8),-1px -3px 3px rgba(0,203,193,0.8), -1px 3px 3px rgba(0,203,193,0.8), 1px -3px 3px rgba(0,203,193,0.8);
}

.lp-child {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.lp-chibox {
		width: 66%;
		margin: 0 auto;
	}

@media screen and (min-width: 769px) {
	.lp-child {
		flex-direction: row;
	}
	.lp-chibox {
		width: 46%;
		margin: 0 2%;
	}
}

.lp-chibox p {
	margin: 3px auto;
	text-align: center;
	font-size: 1.5rem;
}

.lp-tell {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 2rem auto 10px;
	width: 100%;
	height: 60px;
	border: solid 2px #476557;
	background: url("../images/tell_icon.svg") no-repeat;
	background-position: left 10% top 50%;
	background-size: 46px;
	background-color: #FFFFFF !important;
}

.lp-tell:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	height: calc(100% - 8px);
	width: calc(100% - 8px);
	border: solid 2px #476557;
	pointer-events: none;
}

.lp-tell a,.lp-web a {
	text-align: center;
	width: 100%;
	color: #476557;
	font-size: 1.5rem !important;
	text-shadow: 1px 1px 2px rgba(0,203,193,0.3), -1px -1px 2px rgba(0,203,193,0.3), -1px 1px 2px rgba(0,203,193,0.3), 1px -1px 2px rgba(0,203,193,0.3), 2px 1px 2px rgba(0,203,193,0.3),-2px -1px 2px rgba(0,203,193,0.3);
}

.lp-web {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 2rem auto 10px;
	width: 100%;
	height: 60px;
	border: solid 2px #476557;
	background-color: #FFFFFF !important;
}

.lp-web:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	height: calc(100% - 8px);
	width: calc(100% - 8px);
	border: solid 2px #476557;
	pointer-events: none;
}

.flex-change {flex-direction: column!important}

.disease-feature p {
	text-align: center;
	font-size: 2.9rem;
	padding: 1.4rem 0 2rem;
	background: url("../images/line-gold.png") no-repeat;
	background-size: auto;
	background-position: left 50% top 50%;
	color: white;
	text-shadow: 1px 1px 2px black, -1px -1px 2px black, -1px 1px 2px black, 1px -1px 2px black, 2px 1px 2px black,-2px -1px 2px black;
}

.disease-ul {
	width: 86%;
	margin: 0 auto;
	padding-top: 2.4rem;
	padding-left: 4%;
	list-style: none;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 1px 1px 0.5px rgba(255,215,0,0.3);
}

@media screen and (min-width: 769px) {
	.disease-ul {
		padding-left: 12%;
		width: 70%;
	}
} 

.disease-ul li {
	padding-left: 3rem;
	padding-bottom: 1.4rem;
	background: url("../images/dot-gold.svg") no-repeat;
	background-size: 20px;
	background-position: top 8px left 0;
}


@media screen and (max-width: 320px) { /*iPhone SE用クエリ*/

} 

@media screen and (min-width: 481px) {} 

@media screen and (min-width: 769px) {
	.second-main-view {height: 400px;}
}  

@media screen and (min-width: 1024px) {
	.second-main-content {width: 70%;}
}