@charset "UTF-8";

/* 医療法人営業部LP専用 */

.lp header {
padding-bottom: 2px;
width: 100%;
height: 60px;
background: #ffffff;
position: fixed;
top: 0;
z-index: 9999;
transition: .3s;
border-bottom: 1px solid #F7f7f7;
}
.lp-inner{
max-width: 980px;
margin: 0 auto 10px;
padding: 0 0 60px;
}
.bottom{
position: absolute;
bottom: 0;
width: 100%;
}
.lp img.headline{
display: block;
margin: 0 auto 15px;
width: 70%;
}
#lp-header-nav{
max-width: 980px;
margin: 0 auto;
position: relative;
}

#servicelogo{
display: block;
margin-right: auto;
position: relative;
z-index: 100;
width: 250px;
padding-top: 6px;
}

#lp-logo {
display: block;
margin-left: auto;
width: 158px;
padding-top: 14px;
padding-right: 0;
}

#lp-mainimage{
position: relative;
background: url("../images/reservation/mainimage.png");
background-size: cover;
height: 720px;
}

.mainimage_left{
width: 45%;
float: left;
padding-top: 15%;
}
.mainimage_right{
position: absolute;
width: 40%;
max-width: 440px;
left: 55%;
margin-top: -20px;
z-index: 99;
}
#lp-factor{
position: relative;
background: url("../images/reservation/factor_bg.png") repeat-y center;
background-size: contain;
margin-top: -130px;
padding-top: 180px;
height: 1000px;
}
#lp-factor .lp-inner{
position: relative;
background: url("../images/reservation/factor_inner_bg.png") no-repeat center;
background-size: contain;
height: 560px;
}
#lp-factor .factor_left  {
position:absolute;
width: 320px;
height: 320px;
border-radius: 50%;
background: rgba(115,197,194,0.4);
left: 30px;
top: -60px;
padding: 20px;
}
#lp-factor .factor_right {
position:absolute;
width: 320px;
height: 320px;
border-radius: 50%;
background: rgba(115,197,194,0.4);
right: 30px;
bottom: -30px;
padding: 20px;
}
#lp-factor p{
width: 280px;
height: 280px;
border-radius: 50%;
background: #73c5c2;
color: #FFF;
padding: 55px 27.5px;
}

img.factor_headline{
display: block;
width: 85%;
margin: 0 auto 15px;
}
#lp-factor .factor_text{
padding: 30px 15px 0;
line-height: 1.5;
}
.headline4 {
border-left: 3px solid rgba(115,197,194,0.4);
color: #73c5c2;
margin: 15px 0;
}
#lp-point{
position: relative;
background: #f9f9f9;
height: auto;
}
#lp-point p.text-box{
max-width: 320px;
margin: 15px auto;
padding: 0 15px;
}
#lp-distinctive p.text-box{
padding: 0;
}
p.text-box span{
padding-bottom: 3px;
background: rgba(115,197,194,0.4);
}
.square_btn{
	margin: 0 auto;
	display: block;
	max-width: 540px;
	padding: 20px;
	text-decoration: none;
	background-image: -ms-linear-gradient(90deg, #eb748e, #f38888);
    background-image: linear-gradient(90deg, #eb748e, #f38888);
	color: #FFF;
	border-bottom: solid 6px #bf3d58;
	border-radius: 8px;
	text-align: center;
}
.square_btn img{
width: 75%;
}
.square_btn:active {/*ボタンを押したとき*/
-ms-transform: translateY(4px);
-webkit-transform: translateY(4px);
transform: translateY(3px);/*下に動く*/
border-bottom: none;/*線を消す*/
}

.mt-{
margin-top: -60px;
}
.mt30{
margin-top: 30px;
}
#lp-distinctive{
position: relative;
background: #ffffff;
height: auto;
}
#lp-distinctive .circle-btn {
font-size: 24px;
font-weight: normal;
display: inline-block;
text-decoration: none;
color: #73c5c2;
width: 240px;
height: 240px;
line-height: 240px;
border-radius: 50%;
text-align: center;
vertical-align: middle;
overflow: hidden;
margin-bottom: 20px;
border: 2px solid #73c5c2;
background: #FFFFFF;
}

#lp-voice {
position: relative;
background: #f9f9f9;
}
#lp-voice .lp-inner{
background: url("../images/reservation/voice_bg.png") no-repeat 50% 50%;
background-size: contain;
}
#lp-voice ul{
font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
font-size: 18px;
font-weight: normal;
color: #333333;
margin-bottom: 15px;
line-height: 1.2;
text-shadow: 2px 2px 0 #fff;
text-shadow: #fff 2px 2px 0;
}
#lp-voice ul>li{
margin: 5px;
padding: 5px 5px 5px 15px;
}
#solutionservice .three-block-image a, .three-block-image img {
border-radius: 0;
width: 120px;
margin: 0 auto;
}
#solutionservice .three-block-image{
text-align: center;
}
.spdisp{
display: none;
}

#sidenav{
position: fixed;
width: 55px;
bottom: 12%;
right: 8px;
z-index: 999;
}

#menu > li > a {
  padding: 0 !important;
}


.echo .mainimage_left{
    width: 49%;
    float: left;
    padding-top: 16%;
}

.echo .text-box p:not(:last-child) {
    margin-bottom: 25px;
}

.echo .wrap780 {
    max-width: 770px;
    margin: 0 auto;
}

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

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

.echo .headline-area {
    margin-bottom: 35px;
}

.echo #lp-mainimage {
    position: relative;
    background: url("../images/echo/mainimage.jpg");
    background-size: cover;
    height: 775px;
}

.echo.lp #lp-intro {
    position: relative;
/*    height: 980px;*/
    height: auto;
}

.echo.lp #lp-intro .lp-inner {
    margin: 0 auto;
    padding: 20px 0 0;
}

.echo.lp #lp-intro img.headline01 {
    display: block;
    max-width: 465px;
    width: 100%;
    width: 100%;
    margin: 0 auto 20px;
}

.echo.lp #lp-intro img.headline02 {
    margin: 0 auto 10px;
}

.echo .lp-text-area {
    font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #333333;
    font-size: 24px;
    line-height: 2;
}

.echo #lp-intro .lp-inner {
    padding: 20px 0 60px;
}

.echo #lp-request .lp-inner {
    padding: 20px 0 0;
}

.echo #lp-intro .lp-text-area {
    margin-bottom: 30px;
    text-align: center;
}

.echo .intro-img {
    margin-bottom: 20px;
}

.echo #lp-intro .three-block {
    margin-bottom: 60px;
}

.echo #lp-intro .three-block > div:first-child {
    margin-right: 40px;
}

.echo #lp-intro .three-block > div:last-child {
    margin-left: 40px;
}

.echo .lp-btn {
    position: relative;
    z-index: 2;
}

.echo  #lp-intro .square_btn img {
    max-width: 250px;
}

.echo #lp-request .square_btn img {
    max-width: 282px;
}

.echo #lp-about .square_btn img {
    max-width: 250px;
}

.echo #lp-request {
    height: auto;
    background: #f9f9f9;
}

.echo #lp-request img.headline01 {
    display: block;
    max-width: 734px;
    width: 100%;
    margin: 0 auto 20px;
}

.echo #lp-request img.headline02 {
    display: block;
    max-width: 556px;
    width: 100%;
    margin: 0 auto 30px;
}

.echo #lp-request .two-block > div {
    flex: auto;
}

.echo #lp-request .two-block > div:first-child {
    margin-right: 20px;
}

.echo #lp-request .two-block > div:last-child {
    margin-left: 20px;
}

.echo #lp-request .lp-text-area {
    margin-bottom: 15px;
}

.echo #lp-request .request-img-graph {
    display: block;
    max-width: 390px;
    margin-bottom: 15px;
}

.echo #lp-request .request-img01 {
    display: block;
    margin-bottom: 60px;
}

.echo #lp-about {
    position: relative;
    background: #ffffff;
    height: auto;
}

.echo #lp-about .lp-inner {
    padding: 20px 0 0;
}

.echo #lp-about .lp-text-area {
    text-align: center;
    margin-bottom: 15px;
}

.echo #lp-about .text-box.text-center {
    margin-bottom: 55px;
}

.echo #lp-about img.headline01 {
    display: block;
    max-width: 638px;
    width: 100%;
    margin: 0 auto;
}

.echo #lp-about img.headline02 {
    display: block;
    max-width: 393px;
    width: 100%;
    margin: 0 auto 40px;
}

.echo #lp-about img.headline03 {
    display: block;
    max-width: 329px;
    width: 100%;
    margin-bottom: 15px;
}

.echo #lp-about img.headline04 {
    display: block;
    max-width: 328px;
    width: 100%;
    margin-bottom: 15px;
}

.echo #lp-about img.headline05 {
    display: block;
    max-width: 232px;
    width: 100%;
    margin-bottom: 15px;
}

.echo #lp-about .about-img01 {
    margin-bottom: 65px;
}

.echo #lp-about .about-img02 {
    max-width: 426px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.echo #lp-about .two-block > div {
    flex-grow: unset;
}

.echo #lp-about .two-block {
    margin: 0 auto 40px;
}

.echo #lp-about .two-block > div:first-child {
    flex-basis: 560px;
    margin-right: 10px;
    text-align: right;
}

.echo #lp-about .two-block > div:last-child {
    flex-basis: 400px;
    margin-top: -13px;
    margin-left: 10px;
    text-align: left;
}

.echo #lp-about .about-point {
    margin-bottom: 20px;
}

.echo #solutionservice {
    padding-bottom: 100px;
    background: #f9f9f9;
    
    border: 1px solid #f9f9f9;
}

.echo #solutionservice .lp-inner {
    margin: 0 auto;
    padding: 20px 0 0;
}

.echo #sitemap-section {
    padding: 20px 0 120px;
}

.echo .br-sp {
    display: block;
}

.echo #lp-request ul{
    font-family: "RoundedMgen1pRegular", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 120px;
    line-height: 1.7;
    text-shadow: none;
}

.echo #lp-request ul > li {
    margin: 5px;
/*    padding: 5px 5px 5px 15px;*/
    margin: 0 auto 15px;
    padding: 25px 20px;
    background: rgba(115,197,194,0.40);
    border-radius: 20px;
}
.echo .link_usersite{
    top: 13%;
    max-width: 320px;
    left: 65%;
}

 /* Media Queries
================================================== */
@media (max-width: 1024px){
    .echo .link_usersite{
        top: 15%;
        left: auto;
        right: 2%
    }
}


@media (max-width: 980px){
.echo .lp-inner {
    width: 90%;
}
.echo.lp #lp-intro .lp-inner,
.echo #lp-request .lp-inner,
.echo #lp-about .lp-inner {
    padding: 20px 0 60px;
}

.echo #lp-request .request-img-graph {
    max-width: 100%;
}

.echo #lp-about .about-img02 {
/*    max-width: 426px;*/
    margin-right: 0;
}

.echo #lp-about .about-img02 {
    max-width: 100%;
}
}

@media (max-width: 800px){
.echo .lp-text-area {
    font-size: 18px;
}
}


@media (max-width: 767px){
	#lp-mainimage{
	height: 520px;
	}
	#lp-factor{
	margin-top: -100px;
	}
	.lp header {
	height: 40px !important;
	}
	#servicelogo{
	width: 190px;
	padding-top: 2px;
	}
	#lp-logo{
	width: 105px;
	padding-top: 10px;
	}
	#lp-header-nav{
	padding: 0 2%;
	}
	#lp-factor {
	margin-top: -100px;
	padding-top: 120px;
	}
	#lp-factor .lp-inner{
	height: 680px;
	}
	#lp-distinctive .circle-btn {
	width: 220px;
	height: 220px;
	line-height: 220px;
	}
	#lp-distinctive p.text-box {
    padding: 0 15px;
	}
	.lp-inner{
	width: 100%;
	display: block;
	}
	.mt-{
	margin-top: 0;
	}
	.spdisp{
	display: none;
	}
	.pcdisp{
	display: block;
	}

/* 181219_追記 LP - エコー動画館  */
.echo #lp-mainimage {
    height: 520px;
}

.echo.lp #lp-intro img.headline01 {
    max-width: 365px;
}

.echo #lp-request img.headline01 {
    max-width: 534px;
}

.echo #lp-request img.headline02 {
    max-width: 456px;
}

.echo #lp-about img.headline01 {
    max-width: 538px;
}

.echo #lp-about img.headline02 {
    max-width: 293px;
}
}

@media (max-width: 600px){
.echo .br-sp {
    display: none;
}

.echo #lp-intro .lp-text-area {
    text-align: left;
}

.echo #lp-intro .three-block {
    display: block;
    margin: 0 auto 30px;
}

.echo #lp-intro .three-block > div {
    display: block;
    width: 85%;
    margin: 0 auto 30px;
}

.echo #lp-intro .three-block > div:first-child {
    margin: 0 auto 30px;
}

.echo #lp-intro .three-block > div:last-child {
    margin: 0 auto;
}

.echo #lp-request .two-block,
.echo #lp-about .two-block {
    display: block;
}

.echo #lp-request .two-block > div:last-child {
    width: 85%;
}

.echo #lp-request .two-block > div:first-child {
    margin: 0 auto 30px;
}

.echo #lp-request .two-block > div:last-child {
    margin: 0 auto;
}

.echo #lp-about .two-block > div:first-child {
    margin: 0 auto 30px;
    text-align: left;
}

.echo #lp-about .two-block > div:last-child {
    margin: 0 auto;
}

.echo #lp-about .text-box.text-center,
.echo #lp-about .lp-text-area {
    text-align: left;
}

.echo #lp-about .about-img01 {
    margin-bottom: 40px;
}

.echo #lp-about img.headline02 {
    max-width: 200px;
}

.echo #lp-about img.headline03 {
    max-width: 280px;
}

.echo #lp-about img.headline04 {
    max-width: 280px;
}

.echo #lp-about img.headline05 {
    max-width: 200px;
}

.echo  #lp-intro .square_btn img {
    max-width: 180px;
}

.echo #lp-request .square_btn img {
    max-width: 200px;
}

.echo #lp-about .square_btn img {
    max-width: 180px;
}

.echo #lp-request ul {
    font-size: 14px;
}

.echo #solutionservice {
    padding-bottom: 0;
}

.echo #solutionservice .headline3 {
    display: block;
    text-align: left;
}

.echo #solutionservice .lp-inner {
    width: 100%;
}

.echo.lp #lp-intro img.headline02 {
    margin: 0 auto 30px;
}
}

@media (max-width: 479px){
	.two-block {
	display: block;
	}
	.two-block > div:last-child {
	margin-left: 0;
	}
	#lp-mainimage {
	background: url("../images/reservation/mainimage_sp.png") no-repeat 50% 0;
	background-size: contain;
	height: auto;
	}
	#lp-mainimage .lp-inner{
	padding: 0;
	}
	.mainimage_left {
	width: 90%;
	padding: 50px 15px 20px;
	}
	.mainimage_right {
	position: static;
	width: 80%;
	float: right;
	display: block;
	margin-top: -20px;
	padding-bottom: 20px;
	}
	#lp-distinctive .three-block-text {
	width: 100%;
	margin-top: -100px;
	}

	#lp-factor {
	position: relative;
	background: #FFF;
	height: auto;
	margin-top: 0;
	padding-top: 0;
	}
	#lp-factor .lp-inner {
	position: relative;
	background: none;
	height: auto;
	padding: 0 15px;
	}
	#lp-factor .factor_text {
	color: #73c5c2;
	font-size: 22px;
	letter-spacing: 0.02em;
	}
	.lp img.headline {
	width: 95%;
	}
	.spdisp{
	display: block;
	}
	.pcdisp{
	display: none;
	}
	#lp-voice .lp-inner{
	background: url("../images/reservation/voice_bg_sp.png") no-repeat 50% 50%;
	background-size: contain;
	}
	#solutionservice .three-block-text {
	margin-left: 80px;
	}
	#solutionservice .three-block-image {
	text-align: left;
	margin-left: 0;
	width: 60px;
	}
	#solutionservice .three-block > div {
	margin: 0;
	}
	#solutionservice .three-block-image a, .three-block-image img {
	width: 60px;
	margin: 0 auto;
	}
	#sidenav{
	width: 45px;
	}

.echo #lp-mainimage {
    position: relative;
    background: url("../images/echo/mainimage_sp.png") 0 0 no-repeat ;
    height: 0;
    padding-top: 144%;
    background-size: contain;
}

.echo #lp-mainimage .lp-inner {
    padding: 0;
}

.echo .mainimage_left {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    float: none;
    padding-top: 45%;
}

.echo #lp-intro .three-block > div,
.echo #lp-request .two-block > div,
.echo #lp-about .two-block > div {
    width: 100%;
}

.echo #lp-request .request-img01 {
    display: none;
}

.echo #lp-request .lp-inner {
	background: url("../images/echo/request-img_03.png") no-repeat;
    background-position : center bottom 110px;
    background-size: 90%;
}

/* 190724_追記 LP - エコー動画館 */
    .echo .link_usersite{
    top: 12%;
    max-width: 55%;
    position: absolute;
    }
}

@media (max-width: 320px){
    .echo .link_usersite{
    top: 14%;
    }
}

/* LP修正 200124 */

.lp-btn{
    padding: 0 15px;
}

.square_btn{
    color: #FFF;
    font-size: 2.4rem;
    font-family: "Shuei MaruGo B", "秀英丸ゴシック B";
    vertical-align: middle;
}

.square_btn span.subtext{
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

@media (max-width: 600px){
    .square_btn{
        font-size: 1.6rem;        
    }
    .square_btn span.subtext{
        font-size: 1.0rem;
    }

}


