@charset "UTF-8";

/*------------------------------------------------------------
	mv
------------------------------------------------------------*/
#main .mv {
    position: relative;
    width: 100%;
    height: 687px;
    background: url(/celes/img/lp/lp_mvarea01_bg.png) #0089cd 50% 0% repeat-x;
    background-size: auto 703px;
    margin-bottom: 30px;
}
#main .mv .inner{
    max-width: 1167px;
    width: 100%;
    margin: 0 auto;
}
#main .mv .inner div{
    position: relative;
    padding-top: 20px;
    left: 40px;
}
@media screen and (max-width: 640px) {
    #main .mv {
        position: relative;
        height: auto;
        background: none !important;
        margin: 0 auto 10px;
    }
    #main .mv .inner div{
        padding-top: 0;
        left: 0;
    }
}
/*------------------------------------------------------------
	youtubeBanner
------------------------------------------------------------*/
.youtubeBanner {
    border: 2px solid #ccc;
    box-sizing: border-box;
    width: 90%;
    margin: auto;
}
.youtubeBanner img {
    max-width: 100%;
}
/*------------------------------------------------------------
	イントロ
------------------------------------------------------------*/
.pr_ttl {
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    font-size: 22px;
    background-color: #fef8cb;
    margin: 0 auto 20px;
    border: solid #f7ea89;
    border-width: 2px 0;
    color: #564a33;
}
.introText p{
    margin: 0 5px 25px;
    font-size: 1.6rem;
    line-height: 1.71;
}
@media screen and (max-width: 640px) {
    .pr_ttl {
        font-size: 1.6rem;
        line-height: 1.2em;
        margin: 15px auto 10px;
    }
    .introText p{
        margin: 0 5px 23px;
        font-size: 1.3rem;
        line-height: 1.71;
    }
}
/*------------------------------------------------------------
	画像回り込み
------------------------------------------------------------*/
.floatBox {
    width: 100%;
    position: relative;
}
.floatBox::after {
    content: "";
    clear: both;
    display: table;
}
.floatBox .hRight {
    float: right;
    width: calc(37% - 20px);
    margin: 0 0 20px 20px;
}
.floatBox .hRight img{
    width: 100%;
}
@media screen and (max-width: 640px) {
    .floatBox .hRight {
        width: calc(55% - 20px);
    }
}
/*------------------------------------------------------------
	sectionCont
------------------------------------------------------------*/
.sectionCont{
    margin-bottom: 37px;
    border: 1px solid #d5d5d5;
    border-top: none;
}
.sectionCont .contWrap{
    padding: 0 25px 20px;
}
@media screen and (max-width: 640px) {
    .sectionCont {
        margin-bottom: 22px;
    }
    .sectionCont .contWrap{
        padding: 0 13px 28px;
    }
}
/*------------------------------------------------------------
	contTextArea
------------------------------------------------------------*/
.contTextArea p{
    margin: 0 5px 25px;
    font-size: 1.6rem;
    line-height: 1.71;
}
.contTextArea p a{
    color: #317ef6;
    text-decoration: underline;
}
.contTextArea .clinicName{
    display: inline-block;
    max-width: 151px;
    width: 100%;
    vertical-align: baseline;
}
.contTextArea .clinicName img{
    vertical-align: baseline;
}
@media screen and (max-width: 640px) {
    .contTextArea p{
        font-size: 1.3rem;
        margin: 21px 3px 15px;
        line-height: 1.7;
    }
}
/*------------------------------------------------------------
	flow_ttl
------------------------------------------------------------*/
.flow_ttl {
    display: table;
    color: #4493d0;
    font-size: 3rem;
    width: 100%;
    margin-bottom: 25px;
}
.flow_ttl {
    display: flex;
    align-items: center;
}
.flow_ttl p {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    margin-right: 15px;
    max-width: 88px;
    max-height: 88px;
    width: 100%;
    height: 100%;
    border: 1px solid #4493d0;
    padding: 10px;
    text-align: center;
    font-size: 3rem !important;
    vertical-align: middle;
    border-radius: 50%;
    box-sizing: border-box;
}
.flow_ttl i {
    display: block;
    font-size: 2rem;
    width: 100%;
}
@media screen and (max-width: 640px) {
    .flow_ttl h3 {
        font-size: 1.9rem;
        line-height: 1.5;
    }
}
/*------------------------------------------------------------
	flexBox
------------------------------------------------------------*/
.flexBox{
    display: flex;
}
.flexBox.type02{
    flex-direction: row-reverse;
}
.flexBox .hRight{
    width: calc(38% - 20px);
    margin: 0 0 20px 20px;
}
.flexBox.type02 .contTextArea{
    width: calc(100% - (38% - 20px));
}
@media screen and (max-width: 640px) {
    .flexBox.type02{
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .flexBox .hRight{
        width: calc(55% - 20px);
    }
    .flexBox.type02 .contTextArea{
        width: 100%;
    }
    .flexBox.type02 .contTextArea p{
        margin-top: 0;
    }
}
/*------------------------------------------------------------
	iframeContent
------------------------------------------------------------*/
.iframeContent{
    position: relative;
    width: 650px;
    margin: 15px auto 30px;
    padding: 65% 0 0 0;
}
.iframeContent iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 640px) {
    .iframeContent {
        position: relative;
        width: 100%;
        margin: 15px auto;
        padding: 75% 0 0 0;
    }
}
/*------------------------------------------------------------
	.phoList
------------------------------------------------------------*/
.phoList {
    width: 720px;
    margin: 25px auto;
    text-align: center;
}
.phoList.center {
    width: 350px;
    margin: 15px auto;
}
.phoList li {
    margin-right: 73px;
    width: 323px;
    float: left;
}
.phoList.center li {
    width: 350px;
}
.phoList li:last-child {
    position: relative;
    margin-right: 0;
}
.phoList.center .arrow{
    width: 17px;
    margin: 0 auto;
    float: none;
}
.phoList.center .arrow .pic {
    padding: 0;
    border: none;
    box-shadow: none;
}
.phoList .pic .arrow {
    position: absolute;
    top: 43%;
    right: -52px;
}
.phoList .pic {
    margin-bottom: 13px;
    background-color: #fff;
    padding: 4px 5px;
    border: 1px solid #d5d5d5;
    box-shadow: 2px 2px 4px #f0f0f0;
    position: relative;
}
.phoList li.arrow .pic {
    background-color: transparent;
}
.phoList .pic img,
.phoList li .pic img{
    width: 100%;
    height: auto;
}
.phoList p {
    width: 100%;
    display: table;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.8;
}
.phoList p .txt {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 640px) {
    .phoList {
        width: 100%;
    }
    .phoList li {
        margin-right: 10%;
        width: 45%;
    }
    .phoList .pic {
        margin-bottom: 9px;
        padding: 1px;
    }
    .phoList .pic .arrow {
        width: 13px;
        height: 13px;
        top: 35%;
        right: -16%;
    }
    .phoList img {
        width: 100%;
        height: auto;
    }
    .phoList p {
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .phoList.center {
        width: 100%;
        margin: 15px auto 15px 10px;
    }
    .phoList.center li {
        width: 94%;
    }
    .phoList.center li img {
        width: 100%;
        height: auto;
    }
}
/*------------------------------------------------------------
	.texList
------------------------------------------------------------*/
.texList {
    list-style-type: disc;
    font-size: 1.5rem;
    margin: 0 0 20px 27px;
}
.texList li {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.8em;
    padding-left: 5px;
    position: relative;
}
.texList li::after,
.texList li::before {
    content: "";
    display: block;
    position: absolute;
}
.texList li::after {
    top: 0.35em;
    left: -1.2em;
    width: 14px;
    height: 14px;
    background-color: #3498db;
    border-radius: 100%;
}
.texList li::before {
    z-index: 2;
    top: 0.625em;
    left: -0.975em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.texList li:last-child {
    margin-bottom: 0;
}
.texList a {
    color: #317ef6;
}
.texList.contents {
    font-size: 1.8rem;
}
.texList.contents li {
    border-bottom: dotted 1px #000;
    padding: 10px 0;
}
.texList.contents li:first-child {
    padding-top: 0;
}
@media screen and (max-width: 640px) {
    .texList li {
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 1.5em;
        padding-left: 5px;
        position: relative;
    }
}
