@charset "UTF-8";
/* --------------------------------------------------
　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: 100%;
	font: inherit;
	vertical-align: baseline;
}
/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --------------------------------------------------
　CSSリセットここまで
-------------------------------------------------- */
figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 40px;
}

/* Text-level semantics
   ========================================================================== */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

*, ::before, ::after {
    box-sizing: border-box;
    background-repeat: no-repeat;
}

::before, ::after {
    vertical-align: inherit;
    text-decoration: inherit;
}

body {
    min-width: 320px;
	/*min-width: 1300px;*/
    width: 100%;
    color: #1A1A1A;
	font-size: 16px;
    /*font-size: 1rem;*/
    font-family: MyYuGothicM,YuGothic,-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	/*font-family: "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-weight: 400;
  font-style: normal;
    line-height: 1.5;
    -webkit-font-variant-ligatures: no-common-ligatures;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-feature-settings: "liga" 0,"clig" 0;
    font-feature-settings: "liga" 0,"clig" 0;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}


p {
    margin: 0;
	font-size: 17px !important;
    line-height: 2;
}

p, li, dt, dd, th, td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-break: strict;
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .4;
}

#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: right 40px top 150px,right -50px top 140px;
	background-size: 900px auto,1800px auto;
}

.text-center{
	text-align: center;
}
.bold {
	font-weight: bold;
}

.banner-box{
	position: relative;
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 2em 0 2em 0;
	text-align: center;
	font-size: 1.2em;
	z-index: 1;
}

/*2025/06/12追加*/
header{
	position: fixed;
}
/*2025/06/12追加*/

.cmn-headber {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding-left: 5.5556%;
    width: 100%;
    height: 65px;
    /*background-color: #fff;*/
    justify-content: space-between;
    align-items: center;
}

.cmn-headber .sitename {
    margin: 2.4em 0 0 1.5em;
    width: 280px;
}

.cmn-headber .sitename a {
    display: block;
}

.cmn-headber .sitename img {
    display: block;
}

@-webkit-keyframes humbergerTop {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
}

@keyframes humbergerTop {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
}

@-webkit-keyframes humbergerBottom {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
}

@keyframes humbergerBottom {
    0% {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
}

@-webkit-keyframes humbergerTopRev {
    0% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes humbergerTopRev {
    0% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes humbergerBottomRev {
    0% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes humbergerBottomRev {
    0% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
}

/*.cmn-humberger {
    position: relative;
    z-index: 9999;
    display: block;
    margin: 0;
    padding: 0;
    width: 65px;
    height: 65px;
    outline: none;
    border: 0;
    background: transparent;
    background-color: #ccc;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cmn-humberger > .bdr {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -1.5px;
    margin-left: -14px;
    width: 28px;
    height: 3px;
    background-color: #fff;
}

.cmn-humberger > .bdr.-top {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-animation: humbergerTop .5s forwards;
    animation: humbergerTop .5s forwards;
}

.cmn-humberger > .bdr.-middle {
    transition: opacity .2s .2s;
}

.cmn-humberger > .bdr.-bottom {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: humbergerBottom .5s forwards;
    animation: humbergerBottom .5s forwards;
}*/

.cmn-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.cmn-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    /*background-color: #d7d7d7;*/
    content: "";
    transition-timing-function: ease;
    transition-duration: .1s;
    transition-property: background-color;
}

.cmn-header.is-active.is-hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cmn-header a{
	color: #0f0f0f;
}

.cmn-main {
    position: relative;
    padding-top: 65px;
}

/*250711追加*/
ul {
	list-style: none;
}
.header-nav {
	display: block;
}
.header-list {
	display: flex;
	justify-content: center;
	margin: 0 15px 0 auto;
	font-weight: bold;
}
.header-list ul li{
	margin: 0 5px;
}
.header-item:hover {
	color: #0063B0;
	box-shadow: 0 3px 6px 0 rgba(94, 94, 94, 0.5);
}
.header-item a {
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px !important;
	text-align: center;
	height: 44px;
	padding: 20px;
	white-space: nowrap;
}
#top {
	border-radius: 40px 0 0 40px;
	background-color: #FFFFFF;
	margin-right: 5px;
	padding: 0 10px 0 20px;
	box-shadow: 0 3px 6px 0 rgba(94, 94, 94, 0.5);
}
#top a {
	border-radius: 40px 0 0 40px;
}
.middle{
	background-color: #FFFFFF;
	margin: 0 5px;
	padding: 0 5px;
	box-shadow: 0 3px 6px 0 rgba(94, 94, 94, 0.5);
}

.header-item a:hover,#top a:hover,#last a:hover{
	color: #0063B0;
}
#last {
	border-radius: 0 40px 40px 0;
	background-color: #16A08B;
	margin-left: 5px;
	padding: 0 20px 0 10px;
	box-shadow: 0 3px 6px 0 rgba(94, 94, 94, 0.5);
	background-image: url("../newtop-img/partners-cafe-bg.png");
	background-repeat: repeat;
}
#last a {
	line-height: 1.3em;
	color: #FFFFFF ;
}
.megaMenu {
	background-color: #f0f1f3;
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-align: left;
	transition: height .5s;
	width: 100%;
	margin-top: 30px;
}
.mm-title{
	width: 80%;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	color: #0063B0;
	margin: 50px auto 0 auto;
	padding-bottom: 10px;
	border-bottom: solid 2px #C9C9C9;
}
/*.s-font{
	font-size: 0.8em;
}*/
.mm-color{
	color :#333333;
	font-size: 18px;
}
.megaMenu-list {
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 30px 10px;
	text-align: left !important;
}
.megaMenu-item {
	display: inline-block;
	width: 31%;
	text-align: left !important;
	margin: 0;
	padding: 0;
}
.megaMenu-item a{
	display: block;
	font-size: 16px !important;
	text-align: left !important;
	margin: 0 auto 0 0;
	padding: 0;
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
	height: 316px; /* メガメニューの高さ */
}
#language {
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}
#language a {
	font-weight: bold;
	color: #333333;
}
/*250711追加*/
/* コンテンツカバー */
/*.header-item:hover ~ .header-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9995;
	background: rgba(3,3,3,.5);
	display: block;
}*/

.cmnnav-lang {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 15px auto;
    padding: 0;
    width: 146px;
    border-radius: 14px;
    list-style: none;
    list-style-type: none;
}

.cmnnav-lang:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    border-radius: 14px;
    background-color: #97f9ea;
    content: "";
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: left;
}

.cmnnav-lang.-jp:before {
    left: 0;
}

.cmnnav-lang.-jp .-jp a {
    color: #000;
}

.cmnnav-lang.-jp .-en a {
    color: #000;
}

.cmnnav-lang.-en:before {
    left: 50%;
}

.cmnnav-lang.-en .-ja a {
    color: #000;
}

.cmnnav-lang.-en .-en a {
    color: #000;
}

.cmnnav-lang > li {
    position: relative;
    width: 50%;
}

.cmnnav-lang a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.75;
    transition-delay: .1s;
    transition-timing-function: ease;
    transition-duration: .3s;
    transition-property: color;
}

.cmnnav-lang a:link, .cmnnav-lang a:visited, .cmnnav-lang a:focus, .cmnnav-lang a:active {
    text-decoration: none;
}

.cmnnav-sub {
    margin: 0;
    padding: 1.5rem 5.5%;
    list-style: none;
    list-style-type: none;
}

.cmnnav-sub > li:not(:last-child) {
    margin-bottom: 2rem;
}

/*NEWハンバーガーメニュー*/
.menu-btn {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-color: #CCCCCC;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #FFFFFF;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: #FFFFFF;
	transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
	padding: 70px 10px 0;
}
.menu-content ul li {
	list-style: none;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color: #444444;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding: 12px 15px 12px 0;
	position: relative;
	border-bottom: solid 1px #CCCCCC;
}
.menu-content ul li a:hover{
	color:#0082FF;
}
#menu-btn-check:checked ~ .menu-content {
	left: 0;/*メニューを画面内へ*/
}

/*ベース*/
.toggle {
	display: none;
}
.hbg-label {
	padding: 1em;
	display: block;
	color: #111111;
	font-weight: bold;
	background-color:#F0F1F3;
}
.hbg-label::before{/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #0082FF;
	border-right: 2px solid #0082FF;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.hbg-label:hover{
	color: #0082FF;
}
.hbg-label,.hbg-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition:  all 0.2s 0s linear;
}
.hbg-content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .hbg-label + .hbg-content {/*開閉時*/
	height: auto;
	padding:20px ;
	transition:  all 0.8s 0s ease;
}
.toggle:checked + .hbg-label::before {
	transform: rotate(-45deg) !important;
}
.title-l-color{
	font-size: 0.9em;
	color: #7F7F7F;
}
/*開閉しない部分のメニュー*/
.n-acc{
	display: block;
	background-color:#F0F1F3;
}
.menu-content ul li .n-acc a {
	padding: 1em;
	color:#111111;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	border: none;
}
.menu-content ul li .n-acc a:hover{
	color: #0082FF;
}
/*NEWハンバーガーメニューおわり*/

/*トップイメージ*/
.index-kv {
    position: relative;
    overflow: hidden;
}

.index-kv:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 58.3333%;
    height: 60%;
    /*background-color: #fff;*/
    content: "";
}

.index-kv .inner {
    position: relative;
	margin: 5px auto 8em auto;
    padding: 20px 6% 40px 4%;
	min-height: 500px;
}

h1{
	font-size: 57px;
	line-height: 1.3em;
	margin-bottom: 40px;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.inner p{
	font-size: 22px;
	line-height: 1.7em;
	margin-bottom: 90px;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.br-top-on{
	display: block;
}

/*リンクボタン*/
.link-b-blue-top{
	display: block;
	width: 260px;
	height: auto;
	background-color: #227abc;
	text-align: center;
	margin: 20px 0;
	padding: 0.8em 1.3em;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
.link-b-blue-top:hover{
	background-color: #0A427F;
	transition: 0.5s;
}
.link-b-blue{
	background-color: #227abc;
	padding: 0.8em 1.3em;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
.link-b-blue:hover{
	background-color: #0A427F;
	transition: 0.5s;
}
.link-b-white{
	background-color: #FFFFFF;
	padding: 0.8em 1.5em;
	color: #227abc;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #227abc;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
.link-b-white:hover{
	background-color: #227abc;
	color: #FFFFFF;
	transition: 0.5s;
}
a.link-b-blue-top:after{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("../newtop-img/link-btn-icon.png");
	background-size: contain;
	vertical-align: middle;
	background-position: 2px -2px;
}
a.link-b-blue:after,a.link-b-white:after{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("../newtop-img/link-btn-icon.png");
	background-size: 22px 22px;
	vertical-align: middle;
	background-position: 4px 0;
}

/*250711追加*/
/*ふきだし1------------------------------------------*/
.contents1 {/*ふきだしのブロック。位置調整はここで*/
	position: absolute;
	top: 50px;
	right:600px;
	display: block;
	padding-top: 18px;
}
.fukidashi1{/*ふきだしの元の大きさと枠線の指定*/
	display: block;
	width: 290px;/*ふきだし横幅*/
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;/*枠線指定*/
	border-radius: 10px;
}
.fukidashi1:before,
.fukidashi1:after{/*ふきだし三角部分の指定*/
	content: "";
	position:absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.fukidashi1:before{/*ふきだし三角部分、枠線の位置、色指定*/
	top: 40px;
	left: calc(103% - 10px);
	border-left: 20px solid #FFFFFF;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.fukidashi1:after{/*吹き出し三角部分、中身の位置、色指定*/
	top: 40px;
	left: calc(102% - 13px);
	border-left: 20px solid #5ea4b9;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	z-index: 10;
}
.fukidashi1 a{/*ふきだしタイトルの文字指定*/
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	line-height:inherit;
}
.fukidashi1-title a:hover{/*ふきだしタイトルロールオーバー指定*/
	display: block;
	background-color: #FFFFFF;
	color:#5ea4b9;
	border-radius: 6px;
}
.f1 {/*ふきだしの文字色、背景色指定*/
	color: #FFFFFF;
	background-color: #5ea4b9;
}
.fukidashi1-item{/*ふきだし開放後の中身と枠線の指定*/
    height: 0;
    width: 290px;
    margin: 0 0 0 -13px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    position: absolute;
    text-align: center;
    padding: 5px 0;
    transition: height .5s;
    background-color: #5ea4b9;
    border-bottom: solid 3px #FFFFFF;
    border-left: solid 3px #FFFFFF;
    border-right: solid 3px #FFFFFF;
}
.fukidashi1-item img {
	padding-top: 15px;
}
.fukidashi1:hover .fukidashi1-item{/*ふきだし開放後の開く高さ*/
	height: 180px;
}

/*ふきだし2------------------------------------------*/
.contents2 {
	position: absolute;
	top: 370px;
	right:730px;
	display: block;
	padding-top: 18px;
}
.fukidashi2{
	display: block;
	width: 290px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi2:before,
.fukidashi2:after{
	content: "";
	position:absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.fukidashi2:before{
	top: 0px;
	left: calc(50% - 13px);
	border-bottom: 20px solid #FFFFFF;
	border-left: 20px solid transparent;
	border-right: 0px solid transparent;
}
.fukidashi2:after{
	top: 6px;
	left: calc(50% - 17px);
	border-bottom: 20px solid #69af99;
	border-left: 20px solid transparent;
	border-right: 0px solid transparent;
	z-index: 10;
}
.fukidashi2 a{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	line-height:inherit;
}
.fukidashi2-title a:hover{
	display: block;
	background-color: #FFFFFF;
	color:#69af99;
	border-radius: 6px;
}
.f2 {
	color: #FFFFFF;
	background-color: #69af99;
}
.fukidashi2-item{
	height: 0;
	width: 290px;
	margin: 0 0 0 -13px;
	border-radius:0 0 10px 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	position: absolute;
	text-align: center;
	padding: 5px;
	transition: height .5s;
	background-color: #69af99;
	border-bottom: solid 3px #FFFFFF;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
}
.fukidashi2-item img {
	padding-top: 10px;
}
.fukidashi2:hover .fukidashi2-item{
	height: 170px;
}

/*ふきだし3------------------------------------------*/
.contents3 {
	position: absolute;
	top: 400px;
	right: 40px;
	display: block;
	padding-top: 18px;
}
.fukidashi3{
	display: block;
	width: 290px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi3:before,
.fukidashi3:after{
	content: "";
	position:absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.fukidashi3:before{
	top: 0px;
	left: calc(50% - 13px);
	border-bottom: 20px solid #FFFFFF;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.fukidashi3:after{
	top: 6px;
	left: calc(50% - 13px);
	border-bottom: 20px solid #D18633;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	z-index: 10;
}
.fukidashi3 a{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	line-height:inherit;
}
.fukidashi3-title a:hover{
	display: block;
	background-color: #FFFFFF;
	color:#d68858;
	border-radius: 6px;
}
.f3 {
	color: #FFFFFF;
	background-color: #d68858;
}
.fukidashi3-item{
	height: 0;
	width: 290px;
	margin: 0 0 0 -13px;
	border-radius:0 0 10px 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	position: absolute;
	text-align: center;
	padding: 5px;
	transition: height .5s;
	background-color: #d68858;
	border-bottom: solid 3px #FFFFFF;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
}
.fukidashi3-item img {
	padding-top: 10px;
}
.fukidashi3:hover .fukidashi3-item{
	height: 170px;
}
/*ふきだし4------------------------------------------*/
.contents4 {
	position: absolute;
	top: 520px;
	right: 390px;
	display: block;
	padding-top: 18px;
}
.fukidashi4{
	display: block;
	width: 290px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi4:before,
.fukidashi4:after{
	content: "";
	position:absolute;
	right: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
}
.fukidashi4:before{
	top: 0px;
	left: calc(50% - 13px);
	border-bottom: 20px solid #FFFFFF;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.fukidashi4:after{
	top: 6px;
	left: calc(50% - 13px);
	border-bottom: 20px solid #ac7b9e;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	z-index: 10;
}
.fukidashi4 a{
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	line-height:inherit;
}
.fukidashi4-title a:hover{
	display: block;
	background-color: #FFFFFF;
	color:#ac7b9e;
	border-radius: 6px;
}
.f4 {
	color: #FFFFFF;
	background-color: #ac7b9e;
}
.fukidashi4-item{
	height: 0;
	width: 290px;
	margin: 0 0 0 -13px;
	border-radius:0 0 10px 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	position: absolute;
	text-align: center;
	padding: 5px 0;
	transition: height .5s;
	background-color: #ac7b9e;
	border-bottom: solid 3px #FFFFFF;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
}
.fukidashi4-item img {
	padding-top: 10px;
}
.fukidashi4:hover .fukidashi4-item{
	height: 160px;
}
/*250711追加*/

/*吹き出し*/
.fukidashi {
  position: relative;
  width: fit-content;
  padding: 12px 20px;
  color: #ffffff;
  border-radius: 10px;
  background-color: #333333;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  width: 20px;
  height: 12px;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #333333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.br-fukidashi-on{
	display: none;
}
.top-b-rokuro{
	width: 70px;
	height: auto;
	position: absolute;
	top: 405px;
	right: 345px;
}
.click-tap-img{
	position: absolute;
	top: 50px;
	right: 30px;
	display: block;
}
.fukidashi-click{
	display: block;
	width: 100px;
	height: auto;
}
.fukidashi-tap{
	display: none;
	width: 100px;
	height: auto;
}

/*おしらせ*/
.news-box{
	display: block;
	width: 50%;
	margin: 5em auto 4em auto;
	padding: 3em;
	background-color: rgba(255, 255, 255, 0.6);
	/*border: 1px solid #3B3B3B;*/
	border-radius: 50px ;
	-moz-border-radius: 50px ;
	-webkit-border-radius: 50px ;
}

.oshirase-title{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 1em auto;
}
.oshirase-title-text{
	display: block;
	font-size: 22px;
	text-align: left;
	color: #1A1A1A;
}
.oshirase-title a{
	display: block;
	margin: 0 0 0 auto;
	padding: 0.8em 1.5em;
	height: 60px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}

.oshirase-blue{
	font-size: 18px;
	color: #227abc;
	font-weight: bold;
}
.news-list{
	display: block;
}
.news-list table {
    width: 100%;
}
.news-list th {
    font-weight: normal;
    font-size: 14px;
	color: #227abc;
    border-bottom: 1px solid #bababa;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 18%;
}
.news-list td {
    font-size: 16px;
    border-bottom: 1px solid #bababa;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
}
.news-list a{
	color: #1A1A1A;
    text-decoration: none;
}
.news-list a:hover{
    color: #142B89 ;
    text-decoration: none;
}
.p-link {
	color: #227abc;
}
.p-link:hover {
	color: #142B89;
}

/*製品情報*/
.clear{
	clear: both;
}
.product-box{
	display: block;
}
h2{
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0;
}
h3{
	font-size: 18px;
	font-weight: bold;
	color: #227abc;
	margin-top: 0.5em; 
	padding: 0;
}
h3::before{
	content: '●';
	display: inline-block;
	font-size: 12px;
	color: #227abc;
}

h4{
	font-size: 18px;
	font-weight: bold;
}
.product-sub-title{
	margin: 30px 0 10px 0;
}

.h3-black{
	font-size: 22px;
	color: #1A1A1A;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
/*Dental X[R]*/
.dxr-box-bg{
	display: block;
	margin: 0;
	padding: 0.5em 0 2.5em 0;
	background-image: url("../newtop-img/bg/bg02.png");
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
	background-size: 1800px auto;
}
.dxr-box{
	display: block;
	width: 85%;
	margin: 0.5em auto 2.5em 0;
	padding: 3em;
	background-color: #28afe5;
	border-radius: 0 100px 100px 0 ;
	-moz-border-radius: 0 100px 100px 0 ;
	-webkit-border-radius: 0 100px 100px 0 ;
}
.dxr-box .product-l-box{
	display: block;
	float: left;
	width: 45%;
}
.dxr-box .product-r-box{
	display: block;
	float: right;
	width: 45%;
}
.dxr-box h4,.dxr-box p{
	color: #FFFFFF;
	line-height: 1.7em;
}
.dxr-box .pro-howto-title-box{
	display: flex;
	justify-content: flex-start;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.dxr-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 9px 0 9px 18px;
	width: 230px;
	font-size: 18px;
	color: #28afe5;
	background-color: #FFFFFF;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.dxr-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border-top: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid #FFFFFF;
	border-left: 23px solid #FFFFFF;
}
.dxr-box .pro-howto-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 500px;
	margin: 0 auto 2em auto;
	padding: 1em;
	border: 2px solid #FFFFFF;
	border-radius: 0 20px 20px 20px ;
	-moz-border-radius: 0 20px 20px 20px ;
	-webkit-border-radius: 0 20px 20px 20px ;
}
.dxr-box .pro-howto-img-box{
	display: block;
	text-align: center;
	width: 28%;
	margin: 0.5em 0.5em;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}

.dxr-logo{
	width: 85%;
	height: auto;
	margin: 20px auto 0 0;
}
.dxr-big-img-mobile{
	display: none;
}
.dxr-big-img{
	width: 100%;
	height: auto;
}

/*iQalte*/
.iq-box-bg{
	display: block;
	margin: 0;
	padding: 0 0 2.5em 0;
	background-image: url("../newtop-img/bg/bg03.png");
	background-repeat: no-repeat;
	background-position: left 0px top 50px;
	background-size: 1800px auto;
}
.iqalte-box{
	display: block;
	width: 75%;
	margin: 0 0 2.5em auto;
	padding: 3em;
	background-color: #46293a;
	border-radius: 100px 0 0 100px ;
	-moz-border-radius: 100px 0 0 100px ;
	-webkit-border-radius: 100px 0 0 100px ;
}
.iqalte-box .product-l-box{
	display: block;
	float: left;
	width: 48%;
}
.iqalte-box .product-r-box{
	display: block;
	float: right;
	width: 45%;
	text-align: right;
}
.iqalte-box h4,.iqalte-box p{
	color: #FFFFFF;
	line-height: 1.7em;
}
.iqalte-box .pro-howto-title-box{
	display: flex;
	justify-content: flex-start;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.iqalte-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 9px 0 9px 18px;
	width: 230px;
	font-size: 18px;
	color: #46293a;
	background-color: #FFFFFF;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.iqalte-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border-top: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid #FFFFFF;
	border-left: 23px solid #FFFFFF;
}
.iqalte-box .pro-howto-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 400px;
	margin: 0 auto 0 0;
	padding: 1em;
	border: 2px solid #FFFFFF;
	border-radius: 0 20px 20px 70px ;
	-moz-border-radius: 0 20px 20px 70px ;
	-webkit-border-radius: 0 20px 20px 70px ;
}
.iqalte-box .pro-howto-img-box{
	display: block;
	text-align: center;
	width: 38%;
	margin: 0.5em 0.5em;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.iq-logo{
	width: 60%;
	height: auto;
	margin: 20px auto 0 0;
}
.iqalte-box .dxr-big-img{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.card-itg-btn{
	position: relative;
}
.card-itg-btn:hover{
	opacity: 0.7;
}
.card-itg-btn img{
	width: 80%;
	height: auto;
}

/*Dental E*/
.e-box-bg{
	display: block;
	margin: 0;
	padding: 0 0 2.5em 0;
	background-image: url("../newtop-img/bg/bg04.png");
	background-repeat: no-repeat;
	background-position: right 0px top 100px;
	background-size: 1800px auto;
}
.e-box{
	display: block;
	width: 75%;
	margin: 0 auto 2.5em 0;
	padding: 3em;
	background-color: #b4efed;
	border-radius: 0 100px 100px 0 ;
	-moz-border-radius: 0 100px 100px 0 ;
	-webkit-border-radius: 0 100px 100px 0 ;
}
.e-box .product-l-box{
	display: block;
	float: left;
	width: 48%;
}
.e-box .product-r-box{
	display: block;
	float: right;
	width: 48%;
	text-align: right;
}
.e-title-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.e-title-box-l{
	display: block;
	width: 73%;
}
.e-title-box-r{
	display: block;
	width: 25%;
	padding: 0 0 1em 0;
	text-align: center;
}
.e-title-box-r img{
	width: 85%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.e-title-box-r p{
	font-size: 12px !important;
	line-height: 1.3;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.e-box h4, .e-box p{
	color: #283846;
	line-height: 1.7em;
}
.e-box .pro-howto-title-box{
	display: flex;
	justify-content: flex-start;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.e-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 9px 0 9px 18px;
	width: 230px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #6d510c;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.e-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border-top: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid #6d510c;
	border-left: 23px solid #6d510c;
}
.e-box .pro-howto-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 420px;
	margin: 0 auto 0 0;
	padding: 1em;
	border: 2px solid #6d510c;
	border-radius: 0 20px 20px 20px ;
	-moz-border-radius: 0 20px 20px 20px ;
	-webkit-border-radius: 0 20px 20px 20px ;
}
.e-box .pro-howto-img-box{
	display: block;
	text-align: center;
	width: 38%;
	margin: 0.5em 0.5em;
}
.e-box .pro-howto-img-box p{
	line-height: 1.5em;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.e-logo{
	width: 90%;
	height: auto;
	margin: 20px auto 0 0;
}
.e-box .dxr-big-img{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

/*その他の製品*/
.other-box-bg{
	display: block;
	margin: 0;
	padding: 1em 0 1em 0;
	background-image: url("../newtop-img/bg/bg05.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1800px auto;
}
.other-box{
	display: block;
	width: 80%;
	margin: 1em auto 1em auto;
	padding: 0 0 4em 0;
	background-color: #e5f4dc;
	text-align: center;
	border-radius: 92px;
	-moz-border-radius: 92px;
	-webkit-border-radius: 92px;
}
.other-box img{
	width: 100%;
	height: auto;
	margin: 0 auto 3em auto;
	border-radius: 92px 92px 0 0;
	-moz-border-radius: 92px 92px 0 0;
	-webkit-border-radius: 92px 92px 0 0;
}
.other-img-pc{
	display: block;
}
.other-img-mb{
	display: none;
}

/*選ばれる理由*/
.reasons-box-bg{
	display: block;
	margin: 0;
	padding: 0.5em 0 0 0;
	background-image: url("../newtop-img/bg/bg06.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1800px auto;
}
.reasons-title{
	display: block;
	margin: 8em auto 0 auto;
	padding: 2em;
}
.reasons-box{
	display: block;
	width: 68%;
	margin: 0.5em auto 4em auto;
	padding: 0;
}
.reasons-box h4{
	font-size: 26px;
	font-weight: bold;
	color: #1A1A1A;
	margin: 0 0 1.5em 0; 
	padding: 0;
}
.reasons-box h4::before{
	content: '●';
	display: inline-block;
	font-size: 26px;
	color: #545144;
}
.reasons-box-title{
	display: inline-block;
	width: auto;
	margin: 0 auto 1.5em auto;
	padding: 10px 40px;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #545144;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.reasons-graph-pc{
	display: block;
}
.reasons-graph-mb{
	display: none;
}
.reasons-frame01{
	display: block;
	width: 98%;
	height: auto;
	margin: 2em auto 4em auto;
	padding: 1em 1.7em;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	border: 3px solid #545144;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.reasons-share01{
	display: block;
	width: 100%;
	margin: 0 auto 3em auto;
}
.reasons-share01-l{
	display: block;
	float: left;
	width: 72%;
}
.reasons-share01-l p{
	padding-left: 30px;
	font-size: 27px !important;
	font-weight: bold;
	line-height: 1.5em;
}
.p-normal{
	font-size: 18px !important;
}
.p-red{
	font-size: 27px !important;
	color: #d91b1b;
}
.reasons-share01-r{
	display: block;
	float: right;
	width: 27%;
}
.reasons-share01-r img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.reasons-share02{
	display: block;
	width: 100%;
	margin: 0 auto 3em auto;
}
.reasons-share02-l{
	display: block;
	float: left;
	width: 40%;
	padding: 20px 0 0 30px;
}
.reasons-share02-l img{
	display: block;
	width: 260px;
	height: auto;
	margin: auto auto auto 0;
}
.reasons-share02-c{
	display: block;
	float: left;
	width: 42%;
}
.reasons-share02-c p{
	text-align: left;
	font-size: 24px !important;
	font-weight: bold;
	line-height: 1.5em;
}
.p-right p{
	display: block;
	text-align: right !important;
	padding: 0 0 0 auto;
	font-size: 18px !important;
}
.reasons-share02-r{
	display: block;
	float: right;
	width: 17%;
}
.reasons-share02-r img{
	display: block;
	width: 210px;
	height: auto;
	position: relative;
	left: 90px;
}
.reasons-frame02{
	display: block;
	width: 100%;
	height: 170px;
	background-color: #eeede9;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.reasons-frame02 img{
	display: block;
	float: left;
	width: 470px;
	height: auto;
	position: relative;
	top: -25px;
	left: 30px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.reasons-frame02 p{
	float: left;
	margin: 1em 0 0 2.5em;
	font-size: 26px !important;
	font-weight: bold;
	line-height: 1.5em;
}

/*ユーザーの声*/
.users-voice-top-bg{
	display: inline-block;
	width: 100%;
	height: 70px;
	margin: 3em auto 0 auto;
	padding: 1em 0; 
	border-radius: 50% / 100% 100% 0 0;
	background: #e1f2ff;
}
.users-voice{
	display: block;
	margin: 0 auto;
	padding: 1em 0; 
	background-color: #e1f2ff;
}
.users-voice-title-box{
	display: block;
	width: 100%;
}
.users-voice-title{
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding-left: 2em;
}
.users-voice-title-box img{
	display: block;
	float: right;
	width: 220px;
	height: auto;
	margin: 0 43% 0 0;
	padding: 0;
	position: relative;
	top: -60px;
}
/*250709追加*/
.c-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.c-carousel__activator-main {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-carousel__main {
  overflow: hidden;
  position: relative;
}
.c-carousel__main-track {
  display: flex;
  white-space: nowrap;
  transition: transform 0.3s ease-out;
}
.c-carousel__main-item {
  flex-shrink: 0;
	display: block;
	width: 325px;
	margin: 0 1em;
	padding: 0;
	background-color: #FFFFFF;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.carousel-space{
	width: 100px;
	opacity: 0;
}
.c-carousel__main-item a {
	display: block;
	padding: 0.8em;
	color: #1A1A1A;
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2;
	text-decoration: none;*/
}
.c-carousel__main-item p{
	font-size: 18px !important;
	line-height: 1.5em;
}
.p-city{
	font-size: 16px !important;
}
.c-carousel__main-image {
  display: block;
  width: 100%;
}
.c-carousel__main-control-item {
  display: none;
}
.c-carousel__btn-prev-main, .c-carousel__btn-next-main {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
  transition: opacity 0.5s;
  cursor: pointer;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.4));
}
.c-carousel__btn-prev-main {
  right: auto;
  left: 50px;
}
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(1) {
  display: block;
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(2) {
  display: block;
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(3) {
  display: block;
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(4) {
  display: block;
}
.c-carousel__activator-main:nth-child(5):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(5) {
  display: block;
}
.c-carousel__activator-main:nth-child(6):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(6) {
  display: block;
}
.c-carousel__activator-main:nth-child(7):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(7) {
  display: block;
}
.c-carousel__activator-main:nth-child(8):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(8) {
  display: block;
}
.c-carousel__activator-main:nth-child(9):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(9) {
  display: block;
}
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 0));
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 1));
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 2));
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 3));
}
.c-carousel__activator-main:nth-child(5):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 4));
}
.c-carousel__activator-main:nth-child(6):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 5));
}
.c-carousel__activator-main:nth-child(7):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 6));
}
.c-carousel__activator-main:nth-child(8):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 7));
}
.c-carousel__activator-main:nth-child(9):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-50% * 8));
}

/*2つ目の右ボタン非表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(2) .c-carousel__btn-next-main {
  display: none !important;
}


/*250709追加*/
.clinic-img{
	width: 100%;
	height: auto;
	margin-bottom: 16px;
	border-radius: 40px 40px 0 0;
	-moz-border-radius: 40px 40px 0 0;
	-webkit-border-radius: 40px 40px 0 0;
}
.voice-title{
	display: block;
	width: 100%;
	margin: 0.5em auto 0 auto;
	padding: 1em 0;
	border-top: 2px dashed #227abc;
}
.voice-title p{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 1.5em;
	text-align: justify;
	white-space: pre-wrap;
}
.voice-arrow-box{
	display: block;
	margin: 0;
	padding: 0;
}
.voice-arrow{
	display: block;
	width: 20px;
	height: auto;
	margin: 0 10px 10px auto;
	padding: 0;
}
.voice-btn-box{
	display: block;
	width: 100%;
	height: auto;
	margin: 4em auto 2em auto;
	padding: 0;
	text-align: right;
}
.voice-btn-box a{
	margin: 0 50px 0 auto;
}

/*開業etc*/
.pro-title{
	display: block;
	margin: 0 auto;
	padding: 2em;
}
.pro-title-l{
	display: block;
	float: left;
	width: 15%;
}
.pro-title-r{
	display: block;
	float: right;
	width: 84%;
}
.pro-title-r p{
	width: 80%;
}
.open-ppc-bg{
	display: block;
	margin: 0;
	padding: 3em 0 0 0;
	background-image: url("../newtop-img/bg/bg07.png");
	background-repeat: no-repeat;
	background-position: top -30px center;
	background-size: 1800px auto;
}
.open-title{
	display: block;
	margin: 3em auto 0 auto;
	padding: 2em;
}
.open-title-l{
	display: block;
	float: left;
	width: 24%;
}
.open-title-r{
	display: block;
	float: right;
	width: 75%;
	padding-top: 5px;
}
.contents-box{
	display: flex;
	justify-content: space-between;
	width: 88%;
	margin: 2em auto 8em auto;
	padding: 0;
}
.contents-box-ppc{
	display: flex;
	justify-content: space-between;
	width: 88%;
	margin: 2em auto 0 auto;
	padding: 0;
}
.text-h2{
	margin-left: 2em;
}
.contents{
	display: block;
	width: 45%;
}
.contents h4{
	font-size: 18px;
	font-weight: bold;
	margin: 1em auto;
}
.partners-furigana{
	color: #009ae1;
}

.cafe-about-bg{
	display: block;
	margin: 0;
	padding: 4em 0 0 0;
	background-image: url("../newtop-img/bg/bg08.png");
	background-repeat: no-repeat;
	background-position: top 50px center;
	background-size: 1800px auto;
}
/*カフェ*/
.cafe-box{
	display: block;
	width: 85%;
	margin: 4em auto 8em auto;
	padding: 2em 4em;
	text-align: center;
	background-image: url("../newtop-img/partners-cafe-bg.png");
	background-repeat: repeat;
	border-radius: 68px;
	-moz-border-radius: 68px;
	-webkit-border-radius: 68px;
}
.cafe-box p{
	color: #FFFFFF;
	font-size: 18px;
}
.cafe-box-l{
	display: block;
	float: left;
	width: 48%;
	text-align: left;
}
.cafe-box-l p{
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
	margin: 1em 0 0 0;
}
.cafe-box-l img{
	width: 100%;
	height: auto;
	margin: 0.5em 0 0 0;
	filter: drop-shadow(0px 0px 5px rgba(27,104,89,0.9));
}
.cafe-box-r{
	display: block;
	float: right;
	width: 48%;
}
.cafe-box-r img{
	width: 100%;
}
.link-b-cafe{
	background-color: #fff2b0;
	padding: 0.8em 1.5em;
	color: #763e38;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #fff2b0;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
.link-b-cafe:hover{
	background-color: #FFFFFF;
	border: 2px solid #763e38;
	transition: 0.5s;
}
a.link-b-cafe:after{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("../newtop-img/link-btn-icon-cafe.png");
	background-size: 22px 22px;
	vertical-align: middle;
	background-position: 4px 0;
}

/*プラネットとは？*/
.about-us{
	display: block;
	width: 85%;
	margin: 5em auto 0 0;
	padding: 2em;
}
.about-us-l{
	display: block;
	float: left;
	width: 22%;
	height: 100%;
	text-align: left;
}
.about-us-l-img-box{
	vertical-align: middle;
    display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0;
}
.about-us-l img{
	display: block;
	width: 80%;
	height: auto;
	margin: 150px 0 auto 0;
}
.about-us-r{
	display: block;
	float: right;
	width: 77%;
	text-align: left;
}
.about-us-r img{
	width: 100%;
}
.about-us-text{
	display: block;
	margin: 0 0 0 50px;
	padding: 0;
}

/*マンガ・アニメ事業*/
.manga-bg{
	display: block;
	margin: 0;
	padding: 5em 0 0 0;
	background-image: url("../newtop-img/bg/bg09.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1800px auto;
}
.news-bottom-bg{
	display: block;
	margin: 0;
	padding: 5em 0 1.5em 0;
	background-image: url("../newtop-img/bg/bg10.png");
	background-repeat: no-repeat;
	background-position: bottom -50px center;
	background-size: 1800px auto;
}

/*ページ右下ボタン*/
/*.footer_area_box{
	position: fixed;
	bottom: 5px;
	right: 15px;
	width: 220px;
	margin: 400px 0;
	padding: 0;
}*/
.footer_area {
	position: fixed;
	text-align: center;
	bottom: 5px;
	right: 15px;
	width: 220px;
	z-index: 9980;
	/*transform: translateY(250px);*/
}
/*.animate {
     opacity: 0;
     transition: opacity 3s ease-out, transform 3s ease-out;
}
.show {
     opacity: 1;
     transform: translateY(0) scale(1) translateX(0) rotateY(0);
}*/


.footer_area .footer_btn{
	width: 220px;
}
.footer_btn_img{
	display: block;
	width: 100%;
	margin: 0 0 10px auto;
	padding: 0;
	text-align: right;
}
.footer_btn_img a img{
	width: 60px;
	height: 60px;
	margin: 0 0 0 auto;
	padding: 0;
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.3));
}
.footer_btn_img a img:hover{
	opacity: 0.8;
}
.footer_area .footer_btn .link-b-blue{
	display: block;
	width: 220px;
	margin: 0 auto 15px auto;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.footer_area .footer_btn .link-b-blue:hover{
	
}

.mobile-footer-box{
	display: none;
}

/*フッター*/
.sns{
	text-align: center;
	margin: 0 0 1.5em 0;
}
.sns img{
	width: 40px;
	height: auto;
	margin: 0 1em;
}
.menu {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1000px;
	font-size: 0.9em;
	text-align: left;
	margin: 2em auto;
}
.menu .pack{
	width: 30%;
	text-align: left;
}
.menu a {
	display: block;
	text-decoration: none;
	color: #666666;
}
.menu a:hover {
	color: #E07A3B;
	transition: .3s ease-in-out;
}
footer{
	display: block;
	background-color: #FFFFFF;
	border-top: 1px solid #a0a0a0;
	padding-bottom: env(safe-area-inset-bottom); 
}
footer label {
	display: block;
	margin: 0 0 4px 0;
	padding : 1em 0;
	color :#666666;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #a0a0a0;
}
footer .menu-box{
	position: relative;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 0.3em 0 0 0;
	text-align: center;
	z-index: 1;
}
footer input {
	display: none;
}
.menu ul {
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 0;
	width:100%;
}
.menu li {
	width:100%;
	padding: 0.5em 0;
	border-bottom: 1px solid #ECECEC;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li {
	height: 50px;
	opacity: 1;
}
.cafe-banner{
	width: 400px;
	height: auto;
	margin: 3em auto 1em auto;
}

.footer-bottom-box{
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 2em 1em 2em;
	text-align: center;
	z-index: 1;
	border-top: 1px solid #227abc;
}
.mark-box{
	display: flex;
	justify-content: flex-start;
	width: 55%;
}
.copyright-box{
	display: block;
	width: 40%;
	text-align: right;
}
.mark-box-line{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 200px;
	margin: 1em 0 1em 0;
	padding: 1em 1em;
	border: solid 1px #666666;
}
.iso-mark-box,.isms-mark-box{
	display: block;
	width: 75px;
}
.iso-mark{
	width: 63px;
	height: auto;
}
.isms-mark{
	width: 60px;
	height: auto;
}
.iso-mark-text{
	font-size: 12px !important;
	text-align: left;
    line-height: 1.5;
	color: #666666;
}
.iso-mark-text-box{
	display: block;
	margin: 1em auto;
}
.f-logo {
    margin: 2em 0 0 auto;
    width: 150px;
	height: auto;
}
.f-logo-text{
	font-size: 14px !important;
	color: #666666;
}
.copyright{
	font-size: 12px !important;
	color: #666666;
	margin-top: 1em;
	padding: 1em 0;
}

@-webkit-keyframes kvImage {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes kvImage {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kvImageCover {
    0% {
        opacity: 0;
        -webkit-transform: translate(-101%, 0);
        transform: translate(-101%, 0);
    }

    1% {
        opacity: 1;
        -webkit-transform: translate(-101%, 0);
        transform: translate(-101%, 0);
    }

    40% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    60% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@keyframes kvImageCover {
    0% {
        opacity: 0;
        -webkit-transform: translate(-101%, 0);
        transform: translate(-101%, 0);
    }

    1% {
        opacity: 1;
        -webkit-transform: translate(-101%, 0);
        transform: translate(-101%, 0);
    }

    40% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    60% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

.cmn-header {
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 2200px) {
	
/*2つ目の右ボタン表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(2) .c-carousel__btn-next-main {
  display: block!important;
}
/*3つ目の右ボタン非表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(3) .c-carousel__btn-next-main {
  display: none !important;
}
	
}

@media (max-width: 1660px) {
	
/*3つ目の右ボタン表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(3) .c-carousel__btn-next-main {
  display: block!important;
}
/*4つ目の右ボタン非表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(4) .c-carousel__btn-next-main {
  display: none !important;
}
	
}

@media (max-width: 1400px) {
	
.contents1 {
	top: 100px;
	right: 580px;
}
.contents2 {
	top: 350px;
	right: 650px;
}
.contents4 {
	top: 520px;
	right: 345px;
}
	
}

@media print,screen and (max-width: 1366px) {
	
.banner-box{
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
}

@media (max-width: 1330px) {
	
.e-title-box-r p{
	font-size: 11px !important;
	line-height: 1.3;
}
.reasons-frame02{
	height: 160px;
}
.reasons-frame02 img{
	width: 400px;
	top: -15px;
	left: 25px;
}
.reasons-frame02 p{
	margin: 0.75em 0 0 2.5em;
}
/*4つ目の右ボタン表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(4) .c-carousel__btn-next-main {
  display: block!important;
}
/*5つ目の右ボタン非表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(5) .c-carousel__btn-next-main {
  display: none !important;
}
	
}

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

    .index-kv:before {
        width: calc(0% - 20px);
    }

}

@media (max-width: 1280px) {
	
#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: right 25px top 150px,right -50px top 140px;
	background-size: 750px auto,1500px auto;
}
h1{
	font-size: 52px;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.contents1 {
	top: 80px;
	right: 470px;
}
.contents2 {
	top: 320px;
	right: 540px;
}
.contents3 {
	top: 420px;
	right: 15px;
}
.contents4 {
	top: 520px;
	right: 310px;
}
.top-b-rokuro{
	width: 59px;
	height: auto;
	top: 345px;
	right: 280px;
}
.dxr-box-bg{
	display: block;
	margin: 0;
	padding: 0.5em 0 2.5em 0;
	background-image: url("../newtop-img/bg/bg02.png");
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
	background-size: 1500px auto;
}
.iq-box-bg{
	display: block;
	margin: 0;
	padding: 0 0 2.5em 0;
	background-image: url("../newtop-img/bg/bg03.png");
	background-repeat: no-repeat;
	background-position: left 0px top 50px;
	background-size: 1500px auto;
}
.e-box-bg{
	display: block;
	margin: 0;
	padding: 0 0 2.5em 0;
	background-image: url("../newtop-img/bg/bg04.png");
	background-repeat: no-repeat;
	background-position: right 0px top 100px;
	background-size: 1500px auto;
}
.other-box-bg{
	display: block;
	margin: 0;
	padding: 1em 0 1em 0;
	background-image: url("../newtop-img/bg/bg05.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1500px auto;
}
.reasons-share02-r{
	display: block;
	float: right;
	width: 17%;
}
.reasons-share02-r img{
	display: block;
	width: 210px;
	height: auto;
	position: relative;
	left: 40px;
}
.reasons-frame02{
	display: block;
	width: 100%;
	height: 160px;
	background-color: #eeede9;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.reasons-frame02 img{
	display: block;
	float: left;
	width: 350px;
	height: auto;
	position: relative;
	top: 0px;
	left: 25px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.reasons-frame02 p{
	float: left;
	margin: 0.75em 0 0 2em;
	font-size: 26px !important;
	font-weight: bold;
	line-height: 1.5em;
}
.open-ppc-bg{
	display: block;
	margin: 0;
	padding: 3em 0 0 0;
	background-image: url("../newtop-img/bg/bg07.png");
	background-repeat: no-repeat;
	background-position: top -30px center;
	background-size: 1500px auto;
}
.cafe-about-bg{
	display: block;
	margin: 0;
	padding: 4em 0 0 0;
	background-image: url("../newtop-img/bg/bg08.png");
	background-repeat: no-repeat;
	background-position: top 50px center;
	background-size: 1500px auto;
}
.manga-bg{
	display: block;
	margin: 0;
	padding: 5em 0 0 0;
	background-image: url("../newtop-img/bg/bg09.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1500px auto;
}
.news-bottom-bg{
	display: block;
	margin: 0;
	padding: 5em 0 1.5em 0;
	background-image: url("../newtop-img/bg/bg10.png");
	background-repeat: no-repeat;
	background-position: bottom -50px center;
	background-size: 1500px auto;
}
	
}

@media print,screen and (min-width: 768px) and (max-width: 1279px) {
    .index-kv:before {
        width: 32.8125%;
        margin-bottom: 0vw;
    }
}

@media (max-width: 1150px) {

#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: right 25px top 330px,right -50px top 320px;
	background-size: 750px auto,1500px auto;
}
h1{
	font-size: 52px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.inner p{
	font-size: 22px;
	line-height: 1.7em;
	margin-bottom: 350px;
}
.contents1 {
	top: 270px;
	right: 470px;
}
.contents2 {
	top: 510px;
	right: 540px;
}
.contents3 {
	top: 600px;
	right: 15px;
}
.contents4 {
	top: 690px;
	right: 310px;
}
.top-b-rokuro{
	width: 59px;
	height: auto;
	top: 525px;
	right: 280px;
}
.click-tap-img{
	position: absolute;
	top: 200px;
	right: 10px;
	display: block;
}
.fukidashi-click{
	display: block;
	width: 90px;
	height: auto;
}
.fukidashi-tap{
	display: none;
	width: 90px;
	height: auto;
}
	
.reasons-frame02{
	display: block;
	width: 100%;
	height: 150px;
	background-color: #eeede9;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.reasons-frame02 img{
	display: block;
	float: left;
	width: 320px;
	height: auto;
	position: relative;
	top: 0px;
	left: 25px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.reasons-frame02 p{
	float: left;
	margin: 0.75em 0 0 2em;
	font-size: 24px !important;
	font-weight: bold;
	line-height: 1.5em;
}
	
/*5つ目の右ボタン表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(5) .c-carousel__btn-next-main {
  display: block!important;
}
/*6つ目の右ボタン非表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(6) .c-carousel__btn-next-main {
  display: none !important;
}
	
.news-box{
	display: block;
	width: 70%;
	margin: 3em auto 3em auto;
	padding: 3em;
	border-radius: 30px ;
	-moz-border-radius: 30px ;
	-webkit-border-radius: 30px ;
}
	
}

@media (max-width: 1100px) {

.p-red{
	font-size: 25px !important;
	color: #d91b1b;
}
.reasons-share02{
	display: block;
	width: 100%;
	margin: 0 auto 3em auto;
}
.reasons-share02-l{
	display: block;
	float: left;
	width: 39%;
	padding: 20px 0 0 auto;
}
.reasons-share02-l img{
	display: block;
	width: 95%;
	height: auto;
	margin: auto auto auto 0;
}
.reasons-share02-c{
	display: block;
	float: left;
	width: 44%;
}
.reasons-share02-c p{
	text-align: left;
	font-size: 22px !important;
	font-weight: bold;
	line-height: 1.5em;
}
.p-right p{
	display: block;
	text-align: right !important;
	padding: 0 0 0 auto;
	font-size: 16px !important;
}	
.reasons-share02-r{
	display: block;
	float: right;
	width: 16%;
}
.reasons-share02-r img{
	display: block;
	width: 200px;
	height: auto;
	position: relative;
	left: 40px;
}
.reasons-frame02{
	display: block;
	width: 100%;
	height: 150px;
	background-color: #eeede9;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.reasons-frame02 img{
	display: block;
	float: left;
	width: 300px;
	height: auto;
	position: relative;
	top: 0px;
	left: 20px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.reasons-frame02 p{
	float: left;
	margin: 0.75em 0 0 1.5em;
	font-size: 22px !important;
	font-weight: bold;
	line-height: 1.5em;
}

}

@media print,screen and (min-width: 1024px) {
	
.hamburger-menu{
	display: none !important;
}
	
    .cmn-headber {
        padding: 0;
        max-width: 220px;
        width: 18.0328%;
    }

    .cmn-headber .sitename {
        width: 100%;
    }

    .cmn-humberger {
        display: none;
    }

    .cmn-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: center;
        /*padding: 0 2.3438%;*/
        height: 110px;
        /*border-bottom: 2px solid #d7d7d7;*/
        /*background-color: #fff;*/
        justify-content: space-between;
        align-items: center;
    }

    .cmn-header:after {
        display: none;
    }

    .cmn-main {
        padding-top: 110px;
    }
    .cmnnav-lang {
        width: 175px;
        border-radius: 10px;
    }

    .cmnnav-lang:before {
        border-radius: 10px;
    }

    .cmnnav-lang a {
        font-size: .75rem;
        line-height: 1.6667;
        white-space: nowrap
    }
    .cmnnav-sub {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        -ms-flex-align: center;
        margin: 0;
        padding: .5rem 0 0;
        align-items: center;
        justify-content: flex-end;
    }

    .cmnnav-sub > li:not(:last-child) {
        margin-right: 1.5rem;
        margin-bottom: 0;
    }
	
}

@media (max-width: 1023px) {
	
.cmn-headber .sitename {
    width: 180px;
	margin: 0.3em 0 0 0;
}
.header-nav {
	display: none;
}
#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: center top 340px,right 0 top 330px;
	background-size: 750px auto,1500px auto;
}
.index-kv .inner {
	margin: 5px auto 12em auto;
    padding: 20px 6% 40px 4%;
	min-height: 750px;
}
h1{
	font-size: 48px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.inner p{
	font-size: 22px;
	line-height: 1.7em;
	margin-bottom: 20px;
}
.br-top-on{
	display: none;
}
.link-b-blue-top{
	width: 260px;
	height: auto;
	margin: 20px 0;
	padding: 0.8em 1.3em;
	font-size: 16px;
}
.mob-del{
	display: none !important;
}
.contents1 {
	top: 300px;
	right: 58%;
}
.contents2 {
	top: 540px;
	right: 65%;
}
.contents3 {
	top: 600px;
	right: 2%;
}
.contents4 {
	top: 720px;
	right: 35%;
}
.top-b-rokuro{
	width: 59px;
	height: auto;
	top: 580px;
	right: 37.5%;
}
.click-tap-img{
	position: absolute;
	top: 300px;
	right: 10px;
	display: block;
}
.fukidashi-click{
	display: block;
	width: 90px;
	height: auto;
}
.fukidashi-tap{
	display: none;
	width: 90px;
	height: auto;
}

.reasons-box{
	width: 75%;
	margin: 0.5em auto 4em auto;
	padding: 0;
}
	
.footer-bottom-box{
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0.5em 2em 4em 2em;
	text-align: center;
	z-index: 1;
	border-top: 1px solid #227abc;
}
	
.footer_area .footer_btn .link-b-blue{
	display: none !important;
}
	
/*モバイル用フッターボタン*/
.mobile-footer-box{
	display: block;
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 100%;
	z-index: 9981;
}
.mobile-footer{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: nowrap;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
.link-b-mobile{
	background-color: #227abc;
	width: 33%;
	margin: 0 2px;
	padding: 0.8em 1.3em;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
}
.link-b-mobile:hover{
	background-color: #0A427F;
}
.mobile-cafe{
	background-color: #16A08B;
	background-image: url("../newtop-img/partners-cafe-bg.png");
	background-repeat: repeat;
}
.mobile-cafe:hover{
	background-color: #1B7D6E;
	opacity: 0.8;
}
.br-mobile-footer{
	display: none;
}
	
}

@media (max-width: 960px) {
	
/*6つ目の右ボタン表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(6) .c-carousel__btn-next-main {
  display: block!important;
}
/*7つ目の右ボタン非表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(7) .c-carousel__btn-next-main {
  display: none !important;
}
	
}

@media print,screen and (min-width: 900px) {
.banner-box{
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	z-index: 1;
}

}

@media (max-width: 900px) {
	
#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: center top 370px,right 0 top 360px;
	background-size: 650px auto,1300px auto;
}
.index-kv .inner {
	margin: 5px auto 12em auto;
    padding: 20px 6% 40px 4%;
	min-height: 750px;
}

.mob-del{
	display: none !important;
}
.contents1 {
	top: 300px;
	right: 58%;
}
.fukidashi1{
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi1 a{
	font-size: 16px;
}
.fukidashi1:before{
	top: 52px;
	left: calc(104% - 10px);
}
.fukidashi1:after{
	top: 52px;
	left: calc(103% - 13px);
}
.fukidashi1-item{
    width: 200px;
}
.fukidashi1-item img {
	padding: 10px 5px 0 5px;
}
.fukidashi1:hover .fukidashi1-item{
	height: 135px;
}
.contents2 {
	top: 530px;
	right: 69%;
}
.fukidashi2{
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi2 a{
	font-size: 16px;
}
.fukidashi2-item{
	width: 200px;
}
.fukidashi2-item img {
	padding-top: 10px;
}
.fukidashi2:hover .fukidashi2-item{
	height: 130px;
}
.contents3 {
	top: 590px;
	right: 2%;
}
.fukidashi3{
	display: block;
	width: 200px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi3:before{
	top: 0px;
	left: 0;
}
.fukidashi3:after{
	top: 6px;
	left: 0;
}
.fukidashi3 a{
	font-size: 16px;
	padding: 16px 4px 16px 4px;
}
.fukidashi3-item{
	height: 0;
	width: 200px;
	margin: 0 0 0 -13px;
	border-radius:0 0 10px 10px;
	padding: 5px;
}
.fukidashi3-item img {
	padding-top: 0;
}
.fukidashi3:hover .fukidashi3-item{
	height: 135px;
}
.contents4 {
	top: 710px;
	right: 35%;
}
.fukidashi4{
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi4:before{
	top: 0px;
	left: 0;
}
.fukidashi4:after{
	top: 6px;
	left: 0;
}
.fukidashi4 a{
	font-size: 16px;
}
.fukidashi4-item{
	width: 200px;
}
.fukidashi4-item img {
	padding: 0 5px;
}
.fukidashi4:hover .fukidashi4-item{
	height: 115px;
}
.br-fukidashi-on{
	display: block;
}
.top-b-rokuro{
	width: 52px;
	height: auto;
	top: 570px;
	right: 37%;
}
	
.pro-title{
	display: block;
	margin: 0 auto;
	padding: 2em;
}
.pro-title-l{
	display: block;
	float: none;
	width: 100%;
}
.pro-title-r{
	display: block;
	float: none;
	width: 100%;
	padding-left: 15px;
}
.pro-title-r p{
	width: 100%;
}
.dxr-box-bg{
	display: block;
	margin: 0;
	padding: 0.5em 0 0 0;
	background-image: url("../newtop-img/bg/bg02.png");
	background-repeat: no-repeat;
	background-position: right 0px top 0px;
	background-size: 1500px auto;
}
.dxr-box{
	width: 100%;
	margin: 0.5em auto 0 0;
	padding: 3em;
	border-radius: 0 0 0 0 ;
	-moz-border-radius: 0 0 0 0 ;
	-webkit-border-radius: 0 0 0 0 ;
}
.iq-box-bg{
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	background-image: url("../newtop-img/bg/bg03.png");
	background-repeat: no-repeat;
	background-position: left 0px top 50px;
	background-size: 1500px auto;
}
.iqalte-box{
	width: 100%;
	margin: 0 0 0 auto;
	padding: 3em;
	border-radius: 0 0 0 0 ;
	-moz-border-radius: 0 0 0 0 ;
	-webkit-border-radius: 0 0 0 0 ;
}
.e-box-bg{
	display: block;
	margin: 0;
	padding: 0 0 2.5em 0;
	background-image: url("../newtop-img/bg/bg04.png");
	background-repeat: no-repeat;
	background-position: right 0px top 100px;
	background-size: 1500px auto;
}
.e-box{
	width: 100%;
	margin: 0 auto 2.5em 0;
	padding: 3em;
	border-radius: 0 0 0 0 ;
	-moz-border-radius: 0 0 0 0 ;
	-webkit-border-radius: 0 0 0 0 ;
}
.other-box{
	display: block;
	width: 100%;
	margin: 1em auto 1em auto;
	padding: 0 0 4em 0;
	background-color: #e5f4dc;
	text-align: center;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.other-box img{
	width: 100%;
	height: auto;
	margin: 0 auto 3em auto;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}	
	
.reasons-box{
	width: 80%;
	margin: 0.5em auto 4em auto;
	padding: 0;
}
.reasons-box-title{
	margin: 0 auto 1.5em auto;
	padding: 10px 40px;
	font-size: 24px;
}
.reasons-frame01{
	width: 98%;
	height: auto;
	margin: 2em auto 4em auto;
	padding: 1em 1.6em;
	font-size: 22px;
}
.reasons-box h4{
	font-size: 22px;
	margin: 0 0 1.5em 0; 
}
.reasons-box h4::before{
	font-size: 22px;
}
.reasons-share01-l p{
	padding-left: 30px;
	font-size: 22px !important;
	font-weight: bold;
	line-height: 1.5em;
}
.p-normal{
	font-size: 16px !important;
}
.p-red{
	font-size: 22px !important;
}
.reasons-share02{
	display: block;
	width: 100%;
	margin: 0 auto 2em auto;
}
.reasons-share02 h4{
	margin-bottom: 7em;
}
.reasons-share02-l{
	display: block;
	float: left;
	width: 48%;
	padding: 10px 0 0 30px;
}
.reasons-share02-l img{
	display: block;
	width: 240px;
	height: auto;
	margin: auto auto auto 0;
}
.reasons-share02-c{
	display: block;
	float: left;
	width: 48%;
}
.reasons-share02-c p{
	text-align: left;
	font-size: 20px !important;
	font-weight: bold;
	line-height: 1.5em;
}
.reasons-share02-r{
	display: block;
	float: none;
	width: 0%;
}
.reasons-share02-r img{
	display: block;
	width: 170px;
	height: auto;
	position: absolute;
	left: auto;
	transform: translate(280px, -150px);
}
.reasons-frame02{
	display: block;
	width: 100%;
	height: 130px;
	background-color: #eeede9;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.reasons-frame02 img{
	display: block;
	float: left;
	width: 300px;
	height: auto;
	position: relative;
	top: 0px;
	left: 25px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.reasons-frame02 p{
	float: left;
	margin: 0.75em 0 0 2em;
	font-size: 22px !important;
	font-weight: bold;
	line-height: 1.5em;
}

.users-voice-title-box img{
	width: 160px;
	height: auto;
	margin: 0 4% 0 0;
	padding: 0;
	position: relative;
	top: -30px;
}
	
.open-title{
	display: block;
	margin: 3em auto 0 auto;
	padding: 2em;
}
.open-title-l{
	display: block;
	float: none;
	width: 100%;
}
.open-title-r{
	display: block;
	float: none;
	width: 100%;
	padding: 5px 0 0 15px;
}
.contents-box{
	width: 90%;
	margin: 2em auto 8em auto;
	padding: 2em;
	justify-content: center;
	flex-wrap: wrap;
}
.contents-box-ppc{
	width: 90%;
	margin: 2em auto 0 auto;
	padding: 2em;
	justify-content: center;
	flex-wrap: wrap;
}
.text-h2{
	margin: 1em auto;
	padding: 0;
	text-align: center;
}
.contents{
	display: block;
	width: 100%;
	padding-bottom: 5em;
}
.contents h4{
	font-size: 18px;
	font-weight: bold;
	margin: 1em auto;
}

.cafe-box{
	width: 100%;
	margin: 4em auto 8em auto;
	padding: 1em 3em 3em 3em;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.cafe-box p{
	color: #FFFFFF;
	font-size: 18px;
}
.cafe-box-l{
	display: block;
	float: left;
	width: 48%;
	text-align: left;
}
.cafe-box-l img{
	width: 100%;
	height: auto;
	margin: 0.5em 0 0 0;
	filter: drop-shadow(0px 0px 5px rgba(27,104,89,0.9));
}
.br-cafe-on{
	display: none;
}
.cafe-box-r{
	display: block;
	float: right;
	width: 48%;
}
.cafe-box-r img{
	width: 100%;
	margin: 1em 0 0 0;
}
.link-b-cafe{
	padding: 0.7em 1.4em;
	font-size: 18px;
}
	
.about-us{
	display: block;
	width: 90%;
	margin: 5em auto 0 auto;
	padding: 2em;
}
.about-us-l{
	float: none;
	width: 100%;
	height: 100%;
}
.about-us-l-img-box{
	vertical-align: middle;
    display: inline-block;
	margin: 0;
	padding: 0;
}
.about-us-l img{
	display: block;
	width: 170px;
	height: auto;
	margin: 0 0 0 0;
	position: absolute;
	transform: translate(500px, -50px);
}
.about-us-r{
	float: none;
	width: 100%;
}
.about-us-r img{
	width: 100%;
}
.about-us-text{
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
	
	
.news-box{
	display: block;
	width: 80%;
	margin: 3em auto 3em auto;
	padding: 3em;
	border-radius: 30px ;
	-moz-border-radius: 30px ;
	-webkit-border-radius: 30px ;
}
.oshirase-title a{
	display: block;
	margin: 0 0 0 auto;
	padding: 0.6em 1.4em 0.8em 1.4em;
	height: 50px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
.oshirase-blue{
	font-size: 18px;
	color: #227abc;
	font-weight: bold;
}
.news-list{
	display: block;
}
.news-list table {
    width: 100%;
}
.news-list th {
    font-weight: normal;
    font-size: 14px;
	color: #227abc;
    border-bottom: 1px solid #bababa;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 18%;
}
.news-list td {
    font-size: 16px;
    border-bottom: 1px solid #bababa;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
}
	
}

@media (max-width: 850px) {
	
/*7つ目の右ボタン表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(7) .c-carousel__btn-next-main {
  display: block!important;
}
/*8つ目の右ボタン非表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(8) .c-carousel__btn-next-main {
  display: none !important;
}
	
}

@media (max-width: 800px) {

.reasons-frame02{
	display: block;
	width: 100%;
	height: 130px;
	background-color: #eeede9;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.reasons-frame02 img{
	display: block;
	float: left;
	width: 270px;
	height: auto;
	position: relative;
	top: 0px;
	left: 25px;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.reasons-frame02 p{
	float: left;
	margin: 0.75em 0 0 2em;
	font-size: 20px !important;
	font-weight: bold;
	line-height: 1.5em;
}
	
.footer-bottom-box{
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0.5em 2em 4em 2em;
}
.mark-box{
	display: flex;
	justify-content: flex-start;
	width: 80%;
}
.copyright-box{
	display: block;
	width: 80%;
	text-align: center;
}
.iso-mark{
	width: 58px;
	height: auto;
}
.isms-mark{
	width: 54px;
	height: auto;
}
.f-logo {
    margin: 2em auto 0 auto;
    width: 150px;
	height: auto;
}
	
.footer_area {
	bottom: 45px;
	right: 15px;
}
.footer_btn_img a img{
	width: 50px;
	height: 50px;
}

.mobile-footer{
	width: 100%;
}
	
	
}

@media print,screen and (min-width: 768px) {

    a:hover {
        text-decoration: none;
    }

    p {
        font-size: 1rem;
        line-height: 2;
    }

    .cmn-header > .cmnnav-lang {
        margin: .5rem 0 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
     .index-kv {
        min-height: 0;
    }

    .index-kv:before {
        height: 100%;
    }

}

@media screen and (max-width: 767px) {

    .cmn-header > .cmnnav-lang {
        position: absolute;
        top: 50%;
        right: 5.5556%;
        margin: 0;
        width: 100px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cmn-header > .cmnnav-lang a {
        font-size: .75rem;
        line-height: 1.6667;
    }

}

@media only screen and (max-width: 750px) {

/*DXR*/
.dxr-box{
	width: 100%;
	margin: 0.5em 0 0 0;
	padding: 2em;
	border-radius: 0 0 0 0 ;
	-moz-border-radius: 0 0 0 0 ;
	-webkit-border-radius: 0 0 0 0 ;
}
.dxr-box .product-l-box{
	display: block;
	float: none;
	width: 100%;
}
.dxr-box .product-r-box{
	display: block;
	float: none;
	width: 100%;
}
.dxr-box h4,.dxr-box p{
	color: #FFFFFF;
	line-height: 1.7em;
}
.dxr-box .pro-howto-title-box{
	display: flex;
	justify-content: flex-start;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.dxr-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 9px 0 9px 18px;
	width: 230px;
	font-size: 18px;
	color: #28afe5;
	background-color: #FFFFFF;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.dxr-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border-top: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid #FFFFFF;
	border-left: 23px solid #FFFFFF;
}
.dxr-box .pro-howto-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 2em auto;
	padding: 1em;
	border: 2px solid #FFFFFF;
	border-radius: 0 20px 20px 20px ;
	-moz-border-radius: 0 20px 20px 20px ;
	-webkit-border-radius: 0 20px 20px 20px ;
}
.dxr-box .pro-howto-img-box{
	display: block;
	text-align: center;
	width: 28%;
	margin: 0.5em 0.5em;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}

.dxr-logo{
	width: 85%;
	height: auto;
	margin: 20px auto 0 0;
}
.dxr-big-img{
	display: none;
}
.dxr-big-img-mobile{
	display: block;
	width: 80%;
	margin: 1em auto;
	height: auto;
}

/*iQalte*/
.iqalte-box{
	width: 100%;
	margin: 0;
	padding: 2em;
	border-radius: 0 0 0 0 ;
	-moz-border-radius: 0 0 0 0 ;
	-webkit-border-radius: 0 0 0 0 ;
}
.iqalte-box .product-l-box{
	display: block;
	float: none;
	width: 100%;
}
.iqalte-box .product-r-box{
	display: block;
	float: none;
	width: 100%;
	text-align: left;
}
.iqalte-box h4,.iqalte-box p{
	color: #FFFFFF;
	line-height: 1.7em;
}
.iqalte-box .pro-howto-title-box{
	display: flex;
	justify-content: flex-start;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.iqalte-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 9px 0 9px 18px;
	width: 230px;
	font-size: 18px;
	color: #46293a;
	background-color: #FFFFFF;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.iqalte-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border-top: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid #FFFFFF;
	border-left: 23px solid #FFFFFF;
}
.iqalte-box .pro-howto-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 0 0;
	padding: 1em;
	border: 2px solid #FFFFFF;
	border-radius: 0 20px 20px 20px ;
	-moz-border-radius: 0 20px 20px 20px ;
	-webkit-border-radius: 0 20px 20px 20px ;
}
.iqalte-box .pro-howto-img-box{
	display: block;
	text-align: center;
	width: 38%;
	margin: 0.5em 0.5em;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.iq-logo{
	width: 60%;
	height: auto;
	margin: 20px auto 0 0;
}
.iqalte-box .dxr-big-img{
	display: none;
}

/*Dental E*/
.e-box{
	width: 100%;
	margin: 0 0 2.5em 0;
	padding: 2em;
	border-radius: 0 0 0 0 ;
	-moz-border-radius: 0 0 0 0 ;
	-webkit-border-radius: 0 0 0 0 ;
}
.e-box .product-l-box{
	display: block;
	float: none;
	width: 100%;
}
.e-box .product-r-box{
	display: block;
	float: none;
	width: 100%;
	text-align: left;
}
.e-title-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.e-title-box-l{
	display: block;
	width: 73%;
}
.e-title-box-r{
	display: block;
	width: 25%;
	padding: 0 0 1em 0;
	text-align: center;
}
.e-title-box-r img{
	width: 85%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.e-title-box-r p{
	font-size: 12px !important;
	line-height: 1.3;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.e-box h4, .e-box p{
	color: #283846;
	line-height: 1.7em;
}
.e-box .pro-howto-title-box{
	display: flex;
	justify-content: flex-start;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.e-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 9px 0 9px 18px;
	width: 230px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #6d510c;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.e-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	border-top: 23px solid transparent;
	border-right: 23px solid transparent;
	border-bottom: 23px solid #6d510c;
	border-left: 23px solid #6d510c;
}
.e-box .pro-howto-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 0 0;
	padding: 1em;
	border: 2px solid #6d510c;
	border-radius: 0 20px 20px 20px ;
	-moz-border-radius: 0 20px 20px 20px ;
	-webkit-border-radius: 0 20px 20px 20px ;
}
.e-box .pro-howto-img-box{
	display: block;
	text-align: center;
	width: 38%;
	margin: 0.5em 0.5em;
}
.e-box .pro-howto-img-box p{
	line-height: 1.5em;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.e-logo{
	width: 90%;
	height: auto;
	margin: 20px auto 0 0;
}
.e-box .dxr-big-img{
	display: none;
}
	
/*その他*/
.other-img-pc{
	display: none !important;
}
.other-img-mb{
	display: block !important;
}
	
/*8つ目の右ボタン表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(8) .c-carousel__btn-next-main {
  display: block!important;
}
/*9つ目の右ボタン非表示*/
.c-carousel__main .c-carousel__main-control-item:nth-child(9) .c-carousel__btn-next-main {
  display: none !important;
}
	
}
	
@media (max-width: 680px) {
	
#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: center top 380px,right -30px top 370px;
	background-size: 600px auto,1200px auto;
}
.contents1 {
	top: 300px;
	right: 58%;
}
.contents2 {
	top: 510px;
	right: 66%;
}
.contents3 {
	top: 580px;
	right: 1.5%;
}
.contents4 {
	top: 680px;
	right: 34%;
}
.top-b-rokuro{
	width: 48px;
	height: auto;
	top: 560px;
	right: 35%;
}
	
/*9つ目の右ボタン表示?*/
.c-carousel__main .c-carousel__main-control-item:nth-child(9) .c-carousel__btn-next-main {
  display: block!important;
}
	
/*フッターメニュー*/
.menu {
	display: block;
	max-width: 90%;
	font-size: 1em;
	text-align: left;
}
.menu .pack{
	width: 100%;
	text-align: left;
}
.menu a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #333333;
}
.menu a:hover {
	color: #E07A3B;
	transition: .3s ease-in-out;/*滑らかに表示*/
}
footer label {
	display: block;
	margin: 0 0 4px 0;
	padding : 15px;
	line-height: 1;
	color :#333333;
	border-bottom: 1px solid rgba(231,231,231,1);
	font-weight: bold;
	cursor :pointer;
	position: relative;
}
footer label:after{
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	transform: rotate(135deg);
	position: absolute;
	right: 10px;
	top: 15px;
}
footer input {
	display: none;
}
footer .menu-box{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0.3em 0 0 0;
	text-align: center;
	z-index: 1;
}
.menu ul {
	margin: 0 0 10px 0;
	padding: 0;
}
.menu li {
	width:100%;
	padding: 0.5em 0;
	border-bottom: 1px solid #ECECEC;
}
.menu li {
	height: 0;
	padding: 0;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border-bottom: none;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li {
	height: 50px;
	opacity: 1;
}
/*フッターメニュー*/
	
}

@media (max-width: 610px) {
	
#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: center top 430px,right -30px top 420px;
	background-size: 500px auto,1000px auto;
}
.contents1 {
	top: 350px;
	right: 58%;
}
.contents2 {
	top: 540px;
	right: 60%;
}
.contents3 {
	top: 605px;
	right: 1%;
}
.contents4 {
	top: 700px;
	right: 30%;
}
.top-b-rokuro{
	width: 40px;
	height: auto;
	top: 565px;
	right: 35%;
}
.br-top-on{
	display: block;
}
.click-tap-img{
	position: absolute;
	top: 350px;
	right: 10px;
	display: block;
}
.fukidashi-click{
	display: block;
	width: 80px;
	height: auto;
}
.fukidashi-tap{
	display: none;
	width: 80px;
	height: auto;
}
	
.mark-box{
	display: flex;
	justify-content: flex-start;
	width: 90%;
}
	
}

@media (max-width: 500px) {

#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: center top 440px,right -30px top 430px;
	background-size: 450px auto,900px auto;
}
.contents1 {
	top: 320px;
	right: auto;
	left: 5%;
}
.fukidashi1{
	display: block;
	width: 170px;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi1 a{
	font-size: 14px;
}
.fukidashi1-item{
    width: 170px;
	margin: 0 0 0 -8px;
}
.fukidashi1-item img {
	padding-top: 5px;
}
.fukidashi1:hover .fukidashi1-item{
	height: 110px;
}
.contents2 {
	top: 510px;
	right: auto;
	left: 1%;
}
.fukidashi2{
	display: block;
	width: 170px;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi2:before{
	top: 0px;
	left: 4px;
}
.fukidashi2:after{
	top: 6px;
	left: 0;
}
.fukidashi2 a{
	font-size: 14px;
}
.fukidashi2-item{
	width: 170px;
	margin: 0 0 0 -8px;
}
.fukidashi2-item img {
	padding-top: 5px;
}
.fukidashi2:hover .fukidashi2-item{
	height: 105px;
}
.contents3 {
	top: 570px;
	right: 1%;
}
.fukidashi3{
	display: block;
	width: 170px;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi3 a{
	font-size: 14px;
	padding: 14px 4px 14px 4px;
}
.fukidashi3-item{
	height: 0;
	width: 170px;
	margin: 0 0 0 -8px;
	border-radius:0 0 10px 10px;
	padding: 5px;
}
.fukidashi3-item img {
	padding-top: 0 5px;
}
.fukidashi3:hover .fukidashi3-item{
	height: 110px;
}
.contents4 {
	top: 670px;
	right: 36%;
}
.fukidashi4{
	display: block;
	width: 170px;
	text-align: center;
	margin: 0 auto;
	padding: 5px;
	border: solid 3px #FFFFFF;
	border-radius: 10px;
}
.fukidashi4 a{
	font-size: 14px;
}
.fukidashi4-item{
	width: 170px;
	margin: 0 0 0 -8px;
}
.fukidashi4-item img {
	padding: 0 5px;
}
.fukidashi4:hover .fukidashi4-item{
	height: 95px;
}
.top-b-rokuro{
	width: 40px;
	height: auto;
	top: 550px;
	right: 35%;
}
.click-tap-img{
	position: absolute;
	top: 350px;
	right: 10px;
	display: block;
}
.fukidashi-click{
	display: none;
	width: 80px;
	height: auto;
}
.fukidashi-tap{
	display: block;
	width: 80px;
	height: auto;
}

.index-kv .inner {
	margin: 5px auto 6em auto;
    padding: 20px 4% 20px 4%;
	min-height: 740px;
}	
h1{
	font-size: 46px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.inner p{
	font-size: 16px !important;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.link-b-blue-top{
	width: 230px;
	height: auto;
	margin: 14px 0;
	padding: 0.5em 1.3em;
	font-size: 16px;
	border-radius: 50px;
}
.link-b-blue{
	background-color: #227abc;
	padding: 0.8em 1em;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
.link-b-white{
	background-color: #FFFFFF;
	padding: 0.8em 1em;
	color: #227abc;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #227abc;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
}
a.link-b-blue-top:after{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("../newtop-img/link-btn-icon.png");
	background-size: contain;
	vertical-align: middle;
	background-position: 2px -2px;
}
a.link-b-blue:after,a.link-b-white:after{
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("../newtop-img/link-btn-icon.png");
	background-size: 22px 22px;
	vertical-align: middle;
	background-position: 4px 0;
}

h2{
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 0.4em 0;
	padding: 0;
}
p{
	font-size: 14px;
}
.pro-title{
	display: block;
	margin: 0 auto;
	padding: 1em;
}
.dxr-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 7px 0 0 14px;
	width: 210px;
	height: 38px;
	font-size: 16px;
	color: #28afe5;
	background-color: #FFFFFF;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.dxr-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
	border-top: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 19px solid #FFFFFF;
	border-left: 19px solid #FFFFFF;
}
.dxr-box .pro-howto-box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 2em auto;
	padding: 1em;
	border: 2px solid #FFFFFF;
	border-radius: 0 20px 20px 20px ;
	-moz-border-radius: 0 20px 20px 20px ;
	-webkit-border-radius: 0 20px 20px 20px ;
}
.dxr-box .pro-howto-img-box{
	display: block;
	text-align: center;
	width: 38%;
	margin: 0.5em 0.5em;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.iqalte-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 7px 0 0 14px;
	width: 210px;
	height: 38px;
	font-size: 16px;
	color: #46293a;
	background-color: #FFFFFF;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.iqalte-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
	border-top: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 19px solid #FFFFFF;
	border-left: 19px solid #FFFFFF;
}
.e-title-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.e-title-box-l{
	display: block;
	width: 80%;
}
.e-title-box-r{
	display: block;
	width: 100%;
	padding: 0 0 1em 0;
	text-align: center;
}
.e-title-box-r img{
	width: 40%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.e-title-box-r p{
	font-size: 12px !important;
	line-height: 1.3;
}
.e-box .pro-howto-title{
	display: block;
	float: left;
	margin: 0;
	padding: 7px 0 0 14px;
	width: 210px;
	height: 38px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #6d510c;
	font-family : "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", monospace;
  font-weight: 400;
  font-style: normal;
}
.e-box .pro-howto-title-tri{
	float: right;
	text-align: left;
	width: 19px;
	height: 19px;
	margin: 0;
	padding: 0;
	border-top: 19px solid transparent;
	border-right: 19px solid transparent;
	border-bottom: 19px solid #6d510c;
	border-left: 19px solid #6d510c;
}
.pro-howto-img-box p{
	font-size: 14px !important;
}
.text-center{
	text-align: left;
	padding-left: 0.5em;
}

.reasons-title{
	display: block;
	margin: 8em auto 0 auto;
	padding: 1em;
}
.reasons-box{
	width: 90%;
	margin: 0.5em auto 4em auto;
	padding: 0;
}
.reasons-box h4{
	font-size: 22px;
	margin: 0 0 1em 0; 
}
.reasons-graph-pc{
	display: none;
}
.reasons-graph-mb{
	display: block;
	margin: 2em auto;
}
.reasons-share01{
	display: block;
	width: 100%;
	margin: 0 auto 3em auto;
}
.reasons-share01-l{
	display: block;
	float: left;
	width: 72%;
}
.reasons-share01-l p{
	padding-left: 20px;
	font-size: 22px !important;
	font-weight: bold;
	line-height: 1.5em;
}
.p-normal{
	font-size: 16px !important;
	line-height: 1em;
}
.p-red{
	font-size: 22px !important;
}
.reasons-share01-r{
	display: block;
	float: right;
	width: 27%;
}
.reasons-share01-r img{
	display: block;
	width: 100%;
	height: auto;
	margin: 3em 0 0 0;
}
	
.reasons-share02{
	display: block;
	width: 100%;
	margin: 0 auto 2em auto;
}
.reasons-share02 h4{
	margin-bottom: 1em;
}
.reasons-share02-l{
	display: block;
	float: none;
	width: 100%;
	padding: 10px 0 0 22px;
}
.reasons-share02-l img{
	display: block;
	width: 240px;
	height: auto;
	margin: auto auto auto 0;
}
.reasons-share02-c{
	display: block;
	float: none;
	width: 80%;
	padding: 10px 0 0 22px;
}
.reasons-share02-c p{
	text-align: left;
	font-size: 20px !important;
	font-weight: bold;
	line-height: 1.5em;
}	
.p-right p{
	display: block;
	text-align: right !important;
	padding: 0 0 0 auto;
	font-size: 18px !important;
}	
.reasons-share02-r img{
	display: block;
	width: 160px;
	height: auto;
	position: absolute;
	transform: translate(130px, 10px);
}
.reasons-frame02{
	display: block;
	width: 100%;
	height: 280px;
	margin-top: 10em;
	background-color: #eeede9;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.reasons-frame02 img{
	display: block;
	float: none;
	width: 80%;
	height: auto;
	position: relative;
	top: -10px;
	left: auto;
	margin: 0 auto;
	padding: 0;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
}
.reasons-frame02 p{
	float: none;
	width: 75%;
	margin: 0 auto 0 auto;
	font-size: 22px !important;
	font-weight: bold;
	line-height: 1.5em;
}

.users-voice-top-bg{
	display: inline-block;
	width: 100%;
	height: 40px;
	margin: 3em auto 0 auto;
	padding: 1em 0; 
	border-radius: 50% / 100% 100% 0 0;
	background: #e1f2ff;
}
.c-carousel__main-item {
  flex-shrink: 0;
	display: block;
	width: 70%;
	margin: 0 1em;
	padding: 0;
	background-color: #FFFFFF;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
}
.carousel-space{
	width: 6%;
	opacity: 0;
}
.c-carousel__btn-prev-main, .c-carousel__btn-next-main {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
  transition: opacity 0.5s;
  cursor: pointer;
	filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.4));
}
.c-carousel__btn-prev-main {
  right: auto;
  left: 20px;
}
	
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-76.5% * 0));
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-76.5% * 1));
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-76.5% * 2));
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-76.5% * 3));
}
.c-carousel__activator-main:nth-child(5):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-76.5% * 4));
}
.c-carousel__activator-main:nth-child(6):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-76.5% * 5));
}
.c-carousel__activator-main:nth-child(7):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-76.5% * 6));
}
.c-carousel__activator-main:nth-child(8):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-76.5% * 7));
}
.c-carousel__activator-main:nth-child(9):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-76.5% * 8));
}
.voice-btn-box{
	display: block;
	width: 100%;
	height: auto;
	margin: 4em auto 2em auto;
	padding: 0;
	text-align: center;
}
.voice-btn-box a{
	margin: 0 auto!important;
}

.open-title{
	display: block;
	margin: 3em auto 0 auto;
	padding: 1em;
}
.contents-box{
	width: 90%;
	margin: 2em auto 8em auto;
	padding: 0;
	justify-content: center;
	flex-wrap: wrap;
}
.contents-box-ppc{
	width: 90%;
	margin: 2em auto 0 auto;
	padding: 0;
	justify-content: center;
	flex-wrap: wrap;
}

.cafe-box{
	width: 100%;
	margin: 4em auto 8em auto;
	padding: 1em 2em 2em 2em;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.cafe-box p{
	color: #FFFFFF;
	font-size: 18px;
}
.cafe-box-l{
	display: block;
	float: none;
	width: 100%;
	text-align: left;
}
.cafe-box-l img{
	width: 100%;
	height: auto;
	margin: 0.5em 0 0 0;
	filter: drop-shadow(0px 0px 5px rgba(27,104,89,0.9));
}
.br-cafe-on{
	display: none;
}
.cafe-box-r{
	display: block;
	float: none;
	width: 100%;
}
.cafe-box-r img{
	width: 100%;
	margin: 1em 0 0 0;
}
.link-b-cafe{
	padding: 0.7em 1em;
	font-size: 16px;
}

.about-us{
	display: block;
	width: 90%;
	margin: 5em auto 0 auto;
	padding: 0;
}
.about-us-l img{
	display: block;
	width: 160px;
	height: auto;
	margin: 0 0 0 0;
	position: absolute;
	transform: translate(250px, -100px);
}
	
.news-box{
	display: block;
	width: 100%;
	margin: 3em auto 3em auto;
	padding: 2em;
	border-radius: 0 ;
	-moz-border-radius: 0 ;
	-webkit-border-radius: 0 ;
}
.oshirase-title a{
	display: block;
	margin: 0 0 0 auto;
	padding: 0.6em 1.4em 0.8em 1.4em;
	height: 50px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}
.oshirase-blue{
	font-size: 18px;
	color: #227abc;
	font-weight: bold;
}
.news-list{
	display: block;
}
.news-list table {
    width: 100%;
}
.news-list th {
    font-weight: normal;
    font-size: 14px;
	color: #227abc;
    border-bottom: 1px solid #bababa;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 20%;
}
.news-list td {
    font-size: 16px;
    border-bottom: 1px solid #bababa;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 79%;
}
	
.cafe-banner{
	width: 90%;
	height: auto;
	margin: 3em auto 1em auto;
}
	
.footer_area {
	bottom: 45px;
	right: 8px;
}
.link-b-mobile{
	height: 52px;
	margin: 0 2px;
	padding: 0.6em 0.8em;
	font-size: 14px;
	line-height: 1.3em;
}
.mobile-re{
	padding: 1.2em 0.8em 0.6em 0.8em;
}
.br-mobile-footer{
	display: block;
}

.mark-box{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.mark-box-line{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 180px;
	margin: 1em 0 1em 0;
	padding: 1em 1em;
	border: solid 1px #666666;
}
.iso-mark-box,.isms-mark-box{
	display: block;
	width: 65px;
}
.iso-mark{
	width: 53px;
	height: auto;
}
.isms-mark{
	width: 50px;
	height: auto;
}
.iso-mark-text{
	font-size: 12px !important;
	text-align: left;
    line-height: 1.5;
	color: #666666;
}
.iso-mark-text-box{
	display: block;
	margin: auto auto 1em 1em;
}
	
}

@media print,screen and (max-width: 480px) {

.cafe{
	width: 100% !important;
	height: auto;
}

	
}

@media (max-width: 450px) {
	
#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: center top 460px,right -30px top 450px;
	background-size: 400px auto,800px auto;
}
.contents1 {
	top: 320px;
	/*right: 58%;*/
	left: 4%;
}
.contents2 {
	top: 505px;
	/*right: 60%;*/
	left: 1%;
}
.contents3 {
	top: 580px;
	right: 1%;
}
.contents4 {
	top: 670px;
	right: 39%;
}
.fukidashi4:before{
	top: 0px;
	left: 100px;
}
.fukidashi4:after{
	top: 6px;
	left: 100px;
}
.top-b-rokuro{
	width: 30px;
	height: auto;
	top: 555px;
	right: 35%;
}

.index-kv .inner {
	margin: 5px auto 6em auto;
    padding: 20px 4% 20px 4%;
	min-height: 740px;
}	
h1{
	font-size: 44px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
	
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-77.5% * 0));
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-77.5% * 1));
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-77.5% * 2));
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-77.5% * 3));
}
.c-carousel__activator-main:nth-child(5):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-77.5% * 4));
}
.c-carousel__activator-main:nth-child(6):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-77.5% * 5));
}
.c-carousel__activator-main:nth-child(7):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-77.5% * 6));
}
.c-carousel__activator-main:nth-child(8):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-77.5% * 7));
}
.c-carousel__activator-main:nth-child(9):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-77.5% * 8));
}
	
.about-us-l img{
	display: block;
	width: 150px;
	height: auto;
	margin: 0 0 0 0;
	position: absolute;
	transform: translate(200px, -100px);
}
	
}

@media (max-width: 420px) {

.contents1 {
	top: 320px;
	left: 4%;
}
.contents2 {
	top: 505px;
	left: 1%;
}
.contents3 {
	top: 580px;
	right: 1%;
}
.contents4 {
	top: 670px;
	right: 43%;
}
	
}

@media (max-width: 400px) {

#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: center top 460px,right -30px top 450px;
	background-size: 375px auto,750px auto;
}
.contents1 {
	top: 310px;
	left: 4%;
}
.contents2 {
	top: 500px;
	left: 1%;
}
.contents3 {
	top: 570px;
	right: 1%;
}
.contents4 {
	top: 670px;
	right: 46%;
}
.top-b-rokuro{
	width: 30px;
	height: auto;
	top: 545px;
	right: 35%;
}
.click-tap-img{
	position: absolute;
	top: 320px;
	right: 10px;
	display: block;
}
.fukidashi-click{
	display: none;
	width: 70px;
	height: auto;
}
.fukidashi-tap{
	display: block;
	width: 70px;
	height: auto;
}
h1{
	font-size: 40px;
	line-height: 1.3em;
	margin-bottom: 15px;
}	

.dxr-big-img-mobile{
	display: block;
	width: 100%;
	margin: 1em auto;
	height: auto;
}
	
.c-carousel__main-item {
  flex-shrink: 0;
	display: block;
	width: 74%;
	margin: 0 1em;
	padding: 0;
	background-color: #FFFFFF;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}
.carousel-space{
	width: 1%;
	opacity: 0;
}
.clinic-img{
	width: 100%;
	height: auto;
	margin-bottom: 16px;
	border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
}
.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-82% * 0));
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-82% * 1));
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-82% * 2));
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-82% * 3));
}
.c-carousel__activator-main:nth-child(5):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-82% * 4));
}
.c-carousel__activator-main:nth-child(6):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-82% * 5));
}
.c-carousel__activator-main:nth-child(7):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-82% * 6));
}
.c-carousel__activator-main:nth-child(8):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-82% * 7));
}
.c-carousel__activator-main:nth-child(9):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-82% * 8));
}
	
}

@media (max-width:  370px) {
	
.users-voice-title-box img{
	width: 130px;
	height: auto;
	margin: 0 3% 0 0;
	padding: 0;
	position: relative;
	top: -20px;
}
.about-us-l img{
	display: block;
	width: 130px;
	height: auto;
	margin: 0 0 0 0;
	position: absolute;
	transform: translate(200px, -100px);
}
	
}

@media (max-width:  350px) {
	
#cmn-main{
	background-image:  url("../newtop-img/top-bg-clinic-b.png"),url("../newtop-img/bg/bg01.png");
	background-repeat: no-repeat,no-repeat;
	background-position: center top 440px,right -30px top 430px;
	background-size: 350px auto,700px auto;
}
.contents1 {
	top: 280px;
	left: 4%;
}
.contents2 {
	top: 470px;
	left: 1%;
}
.contents3 {
	top: 560px;
	right: 1%;
}
.contents4 {
	top: 640px;
	right: auto;
	left: 2%;
}
.top-b-rokuro{
	width: 30px;
	height: auto;
	top: 515px;
	right: 35%;
}	
h1{
	font-size: 36px;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.inner p{
	font-size: 14px !important;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.index-kv .inner {
	margin: 5px auto 6em auto;
    padding: 20px 4% 20px 4%;
	min-height: 710px;
}	

.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-84% * 0));
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-84% * 1));
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-84% * 2));
}
.c-carousel__activator-main:nth-child(4):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-84% * 3));
}
.c-carousel__activator-main:nth-child(5):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-84% * 4));
}
.c-carousel__activator-main:nth-child(6):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-84% * 5));
}
.c-carousel__activator-main:nth-child(7):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-84% * 6));
}
.c-carousel__activator-main:nth-child(8):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-84% * 7));
}
.c-carousel__activator-main:nth-child(9):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-84% * 8));
}
	
}
