@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");  html {
font-size:10px;
}
body {
position:relative;
font-size:1rem;
line-height:1.8;
font-family: 'M PLUS Rounded 1c', sans-serif;
color:#595757;
letter-spacing: .15em;
padding-top: 80px;
-webkit-font-feature-settings: "palt";
-moz-font-feature-settings: "palt";
-ms-font-feature-settings: "palt";
-o-font-feature-settings: "palt";
font-feature-settings: "palt"; }
@media screen and (max-width: 1500px) {
html { }
body {
font-size:1rem;
width: 100%;
min-width: 100%;
}
}
@media screen and (max-width: 1100px) {
body {
padding-top: 100px;
}
}
@media screen and (max-width: 767px) {
html {
font-size:2.868vw;
}
body {
font-size:1rem;
width: 100%;
min-width: 100%;
line-height:1.7;
padding-top: 14.993vw;
-webkit-font-feature-settings: "palt";
-moz-font-feature-settings: "palt";
-ms-font-feature-settings: "palt";
-o-font-feature-settings: "palt";
font-feature-settings: "palt";
}
body.fixed {
position: fixed;
width: 100%;
height: 100%;
left: 0;
}
html body {
top:  inherit !important;
}
}
* {
font-style: normal;
font-weight: 500;
letter-spacing: .1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
a {color: #595757; text-decoration: none; transition: .5s; word-wrap: break-all;}
a:hover {color: #999999; text-decoration:none; transition: .5s; word-wrap: break-all;}
main a {color: #595757; text-decoration: none;	transition: .5s; word-wrap: break-all;}
main a:hover {color: #999999; text-decoration:none;	transition: .5s; word-wrap: break-all;}
a:hover img ,
a.opacity:hover ,
footer footer_in .f_contents section dl a:hover {
text-decoration:none;
opacity:0.65;
zoom:1;
}
header h2 a:hover img ,
footer dl dt a:hover img {
opacity:1.0;
zoom:1;
}
a:before, a:after,
a:hover:before, a:hover:after{
text-decoration: none !important;
display: inline-block;
}
img {
width: 100%;
height: auto;
backface-visibility:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
image-rendering: -webkit-optimize-contrast;
} .sp , .sp_img {
display: none;
}
@media screen and (max-width: 767px) {
img {
max-width: none;
width: 100%;
height: auto;
}
.pc {
display: none;
}
.sp , .sp_img {
display: block;
}
}   h1 {
display:none;
}
header {
position: fixed;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 150px;
background: rgba(255, 255, 255, .8);
padding: 35px 35px 0 40px;
display: flex;
transition: .5s;
}
header.h_small {
transition: .5s;
box-shadow: 0px 0px 15px -5px #777777;
}
header h2 {
margin-right: 20px;
}
header h2 a {
display: flex;
text-decoration: none;
}
header h2 a:hover {
text-decoration: none;
}
header h2 a span {
display: block;
}
header h2 a span:first-of-type {
width: 150px;
margin-right: 20px;
transition: .5s;
}
header.h_small h2 a span:first-of-type {
width: 100px;
}
header h2 a span:last-of-type em ,
header h2 a span:last-of-type i {
display: block;
line-height: 1.1;
color: #595757;
}
header h2 a span:last-of-type em {
font-size: 3.2rem;
font-weight: 700;
letter-spacing: .3em;
margin-bottom: .2em;
}
header h2 a span:last-of-type i {
font-size: 2.1rem;
font-weight: 700;
letter-spacing: .15em;
}
header nav {
display: flex;
flex-direction: column;
margin-left: auto;
}
header nav address {
order: 1;
display: flex;
justify-content: flex-end;
align-items: center;
margin-left: auto;
line-height: 1.1;
}
header nav address span {
display: block;
font-size: 1.6rem;
margin-right: 1em;
}
header nav address dl {
display: flex;
align-items: center;
}
header nav address dl dt {
background: rgb(238,120,0);
background: -moz-linear-gradient(left,  rgba(238,120,0,1) 0%, rgba(225,96,0,1) 100%);
background: -webkit-linear-gradient(left,  rgba(238,120,0,1) 0%,rgba(225,96,0,1) 100%);
background: linear-gradient(to right,  rgba(238,120,0,1) 0%,rgba(225,96,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7800', endColorstr='#e16000',GradientType=1 );
font-size: 1.2rem;
font-weight: 700;
color: #FFF;
padding: .6em 1em;
border-radius: .3em;
margin-right: 1em;
}
header nav address dl dd a {
font-family: 'Noto Sans JP', sans-serif;
font-size: 2.5rem;
font-weight: 600;
color: #ee7800;
pointer-events: none;
}
header nav address dl dd a:hover {
color: #ee7800;
}
header nav .nav_box {
position: relative;
z-index: 2;
order: 2;
margin-top: auto;
padding-bottom: 15px;
}
header nav .nav_box > ul {
display: flex;
}
header nav .nav_box > ul > li {
}
header nav .nav_box > ul > li:not(:last-of-type) {
margin-right: 30px;
}
header nav .nav_box > ul > li > a {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
header nav .nav_box > ul > li > a > span ,
header nav .nav_box > ul > li > a > em {
display: block;
}
header nav .nav_box > ul > li > a > span {
font-size: 1.6rem;
font-weight: 700;
}
header nav .nav_box > ul > li > a > em {
font-size: 1.2rem;
color: #ee7800;
letter-spacing: .2em;
}
header nav .nav_box > ul > li > a:hover > span {
color: #ee7800;
}
header nav .nav_box > ul > li.trigger > a + .menu {
position: absolute;
top: 80px;
left:0;
z-index: 20;
display: none;
white-space:nowrap;
background: rgba(255, 255, 255, 1);
border-radius: 10px;
filter: drop-shadow(5px 5px 5px #999999);
}
header nav .nav_box > ul > li:last-of-type.trigger > a + .menu {
left:inherit;
right:0;
}
header nav .nav_box > ul > li.trigger.selected:before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 80px;
content: '';
}
header nav .nav_box > ul > li.trigger.selected > a::after {
position: absolute;
bottom: -10px;
left: 0;
right: 0;
z-index: -1;
margin: 0 auto;
width: 13px;
height: 8px;
background: url(//www.kahokusmile.com/img/common/nav_arrow.svg) no-repeat center center;
background-size: cover;
content: '';
}
header nav .nav_box > ul > li.trigger > a + .menu .box {
display: flex;
justify-content: center;
padding: 15px;
font-size: 1.3rem;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul:not(:last-of-type) {
margin-right: .5em;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul li:not(:last-of-type) {
margin-bottom: .5em;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul li a {
display: block;
background: #e9eaea;
border-radius: .5em;
padding: .5em 1.2em;
text-align: center;
font-weight: 700;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul li a:hover {
background: #fde7cf;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul li a span {
color: #69ba46;
font-weight: 700;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul li a em {
color: #ee7800;
font-weight: 700;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul li a span + em {
color: #ee7800;
font-weight: 700;
margin-left: .5em;
}
.sidebarIconToggle > div + span {
display: none;
}
@media screen and (max-width: 1340px) {
input.openSidebarMenu[type="checkbox"]:checked ~ header nav .nav_box {
transform: translateX(0);
}	
.openSidebarMenu {
display: none;
transition: all 0.3s;
}
.sidebarIconToggle {
transition: all 0.3s;
cursor: pointer;
position: fixed;
z-index: 200;
top: 25px;
right: 20px;
height: 30px;
width: 50px;
mix-blend-mode: exclusion;
}
.sidebarIconToggle > div div {
position: relative;
height: 1px;
width: 100%;
background: #FFF;
transition: all 0.3s;
}
.sidebarIconToggle > div div:nth-of-type(2) {
margin-top: 14px;
}
.sidebarIconToggle > div div:nth-of-type(3) {
margin-top: 14px;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle {
position: fixed;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div {
transition: all 0.3s;
background: #FFF;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(2) {
transition: all 0.3s;
opacity: 0;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(1) {
transition: all 0.3s;
transform: rotate(135deg);
margin-top: 15px;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(3) {
transition: all 0.3s;
transform: rotate(-135deg);
margin-top: -15px;
}
.sidebarIconToggle > div + span {
display: block;
font-size: 1.2rem;
text-align: center;
color: #FFF;
padding-top: .8em;
transition: all 0.3s;
letter-spacing: 0;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div + span {
padding-top: 1.5em;
}
header {
z-index: 100;
}
header nav address {
order: 1;
display: flex;
justify-content: flex-end;
align-items: flex-end;
flex-direction: column;
margin-left: auto;
line-height: 1.1;
padding-right: 80px;
}
header nav address span {
display: block;
font-size: 1.6rem;
margin-right: 0;
margin-bottom: 1.5em;
}
header nav {
}
header nav .nav_box {
position: fixed;
top: 0;
right: 0;
z-index: 100;
width: 500px;
height: 100vh;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
transform: translateX(500px);
transition: transform 500ms ease-in-out;
background: rgba(255, 255, 255, .9);
-webkit-backdrop-filter: blur(30px);
backdrop-filter: blur(30px);
padding: 50px 0;
padding-left: 50px;
overflow: auto;
}
header nav .nav_box > ul {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
padding-bottom: 50px;
}
header nav .nav_box > ul > li {
}
header nav .nav_box > ul > li:not(:last-of-type) {
margin-right: 0;
margin-bottom: 10px;
}
header nav .nav_box > ul > li:last-of-type {
padding-bottom: 50px;
}
header nav .nav_box > ul > li > a {
position: relative;
display: flex;
flex-direction: row;
align-items: baseline;
justify-content: flex-start;
}
header nav .nav_box > ul > li > a > span ,
header nav .nav_box > ul > li > a > em {
display: block;
}
header nav .nav_box > ul > li > a > span {
font-size: 1.6rem;
font-weight: 700;
margin-right: 1em;
}
header nav .nav_box > ul > li > a > em {
font-size: 1.2rem;
color: #ee7800;
letter-spacing: .2em;
}
header nav .nav_box > ul > li > a:hover > span {
color: #ee7800;
}
header nav .nav_box > ul > li.trigger > a {
pointer-events: none;
}
header nav .nav_box > ul > li.trigger > a + .menu {
position: relative;
top: inherit;
left:inherit;
z-index: 1;
display: none;
white-space:nowrap;
background: none;
border-radius: 0;
filter: none;
}
header nav .nav_box > ul > li.trigger.selected:before {
display: none;
}
header nav .nav_box > ul > li.trigger.selected > a::after {
position: absolute;
bottom: -10px;
left: 1.5em;
right: inherit;
z-index: -1;
margin: 0;
width: 13px;
height: 8px;
background: url(//www.kahokusmile.com/img/common/nav_arrow.svg) no-repeat center center;
background-size: cover;
content: '';
}
header nav .nav_box > ul > li.trigger > a + .menu .box {
display: flex;
justify-content: flex-start;
flex-direction: column;
padding: 15px;
font-size: 1.3rem;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul {
display: flex;
flex-direction: column;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul:not(:last-of-type) {
margin-right: 0;
margin-bottom: .5em;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul li:not(:last-of-type) {
margin-bottom: .5em;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul li a {
display: block;
background: #e9eaea;
border-radius: .5em;
padding: .5em 1.2em;
text-align: center;
font-weight: 700;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul li a br {
display: none;
}
}
@media screen and (max-width: 1040px) {
header {
height: 100px;
padding: 15px 35px 0 20px;
}
header h2 a span:first-of-type {
width: 110px;
}
header.h_small h2 a span:first-of-type {
width: 80px;
}
header h2 a span:last-of-type em {
font-size: 2.8rem;
letter-spacing: .2em;
}
header nav address {
padding-right: 50px;
}
header nav address span {
font-size: 1.3rem;
margin-bottom: .5em;
}
header nav address dl {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.sidebarIconToggle {
top: 25px;
}
}
@media screen and (max-width: 840px) {
header nav address span {
font-size: 1.2rem;
margin-bottom: .7em;
}
}
@media screen and (max-width: 767px) {
header {
height: 15vw;
padding: 3vw 5vw 0 2vw;
}
header h2 {
margin-right: 0;
}
header h2 a span:first-of-type {
width: 10vw;
margin-right: 2vw;
}
header.h_small h2 a span:first-of-type {
width: 10vw;
}
header h2 a span:last-of-type em {
font-size: 2.0em;
letter-spacing: .3em;
margin-bottom: .1em;
}
header h2 a span:last-of-type i {
font-size: 1.3rem;
font-weight: 700;
letter-spacing: .15em;
}
.sidebarIconToggle {
top: 3vw;
right: 5vw;
height: 9vw;
width: 14vw;
}
.sidebarIconToggle > div div:nth-of-type(2) {
margin-top: 3vw;
}
.sidebarIconToggle > div div:nth-of-type(3) {
margin-top: 3vw;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(1) {
margin-top: 3vw;
}
input.openSidebarMenu[type=checkbox]:checked ~ .sidebarIconToggle > div div:nth-of-type(3) {
margin-top: -3vw;
}
.sidebarIconToggle > div + span {
font-size: 1.1rem;
letter-spacing: 0;
line-height: 1.1;
padding-top: .2em;
}
input.openSidebarMenu[type="checkbox"]:checked ~ header nav {
transform: translateX(0);
}
input.openSidebarMenu[type="checkbox"]:checked ~ header nav .nav_box {
transform: none;
}	
header nav {
position: fixed;
top: 0;
right: 0;
z-index: 100;
width: 80vw;
height: 100vh;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
transform: translateX(80vw);
transition: transform 500ms ease-in-out;
background: rgba(255, 255, 255, .9);
-webkit-backdrop-filter: blur(30px);
backdrop-filter: blur(30px);
padding-left: 10vw;
padding-top: 10vw;
padding-bottom: 20vw;
margin: 0;
overflow: auto;
}
header nav address {
order: 2;
display: block;
margin: 0;
padding: 0;
}
header nav address span {
font-size: 1.4rem;
line-height: 1.7;
}
header nav address dl dt {
font-size: 1.2rem;
padding: .6em 1em;
border-radius: .3em;
margin: 0;
margin-bottom: 3vw;
}
header nav address dl dd a {
font-size: 2.0rem;
pointer-events: auto;
}
header nav .nav_box {
order: 1;
position: relative;
top: inherit;
right: inherit;
width: auto;
height: auto;
display: block;
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
transform: none;
transition: none;
background: none;
-webkit-backdrop-filter: none;
backdrop-filter: none;
padding: 0;
margin: 0;
overflow: visible;
}
header nav .nav_box > ul {
padding-bottom: 5vw;
}
header nav .nav_box > ul > li:not(:last-of-type) {
margin-right: 0;
margin-bottom: 3vw;
}
header nav .nav_box > ul > li:last-of-type {
padding-bottom: 0;
}
header nav .nav_box > ul > li > a {
flex-direction: column;
}
header nav .nav_box > ul > li.trigger > a + .menu .box ul li a br {
display: block;
}	
} footer {
max-width: 1200px;
margin: 0 auto;
padding: 40px 150px 70px 70px;
display: flex;
}
footer .f_logo {
margin-right: 20px;
}
footer .f_logo a {
display: flex;
flex-direction: column;
text-decoration: none;
white-space: nowrap;
}
footer .f_logo a:hover {
text-decoration: none;
}
footer .f_logo a span {
display: block;
}
footer .f_logo a span:first-of-type {
width: 112px;
margin-bottom: 15px;
}
footer .f_logo a span:last-of-type em ,
footer .f_logo a span:last-of-type i {
display: block;
line-height: 1.1;
color: #595757;
}
footer .f_logo a span:last-of-type em {
font-size: 2.4rem;
font-weight: 700;
letter-spacing: .3em;
margin-bottom: .2em;
}
footer .f_logo a span:last-of-type i {
font-size: 1.6rem;
font-weight: 700;
letter-spacing: .15em;
}
footer .box_r {
margin-left: auto;
}
footer .box_r .f_nav {
display: flex;
margin-bottom: 20px;
}
footer .box_r .f_nav ul:not(:last-of-type) {
margin-right: 60px;
}
footer .box_r .f_nav ul:not(:last-of-type) li:first-of-type {
font-size: 1.8rem;
margin-bottom: .6em;
}
footer .box_r .f_nav ul:not(:last-of-type) li:first-of-type a {
font-weight: 700;
}
footer .box_r .f_nav ul:not(:last-of-type) li:not(:first-of-type) {
font-size: 1.4rem;
}
footer .box_r .f_nav ul:not(:last-of-type) li:not(:first-of-type):not(:last-of-type) {
margin-bottom: .3em;
}
footer .box_r .f_nav ul:last-of-type li {
font-size: 1.8rem;
}
footer .box_r .f_nav ul:last-of-type li a {
font-weight: 700;
}
footer .box_r .f_nav ul:last-of-type li:not(:last-of-type) {
margin-bottom: .4em;
}
footer .box_r .f_nav + .f_nav_sub {
display: flex;
align-items: center;
font-size: 1.3rem;
}
footer .box_r .f_nav + .f_nav_sub ul {
display: flex;
margin-right: 1em;
}
footer .box_r .f_nav + .f_nav_sub ul li:not(:last-of-type) {
margin-right: 1em;
}
footer .box_r .f_nav + .f_nav_sub ul li::before {
font-family: 'Noto Sans JP', sans-serif;
color: #ee7800;
margin-right: .2em;
content: '▶';
}
footer .box_r .f_nav + .f_nav_sub ul + .copy {
display: block;
font-size: 1.3rem;
font-weight: 300;
}
.f_fixed {
position: fixed;
right: 20px;
bottom: 20px;
z-index: 10;
width: 100px;
}
.f_fixed ul li:not(:last-of-type) {
margin-bottom: 10px;
}
.side_fixed {
position: fixed;
top: 50%;
transform: translateY(-50%);
right: 0;
z-index: 10;
width: 100px;
}
.side_fixed ul li:not(:last-of-type) {
margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
footer {
padding: 40px 150px 70px 20px;
display: flex;
}
footer .box_r .f_nav {
display: flex;
flex-direction: column;
}
footer .box_r .f_nav ul {
display: flex;
flex-wrap: wrap;
margin-bottom: -10px;
}
footer .box_r .f_nav ul:not(:last-of-type) {
margin-right: 0;
margin-bottom: 10px;
}
footer .box_r .f_nav ul:not(:last-of-type) li:first-of-type {
width: 100%;
margin-bottom: .2em;
}
footer .box_r .f_nav ul:not(:last-of-type) li:not(:first-of-type) {
font-size: 1.4rem;
}
footer .box_r .f_nav ul:not(:last-of-type) li:not(:first-of-type):not(:last-of-type) {
margin-right: 1em;
margin-bottom: 10px;
}
footer .box_r .f_nav ul:last-of-type li {
margin-right: 1em;
margin-bottom: 10px;
}
}
@media screen and (max-width: 1040px) {
.f_fixed {
width: 80px;
}
.side_fixed {
width: 60px;
}
}
@media screen and (max-width: 767px) {
footer {
max-width: 1200px;
margin: 0 auto;
padding: 10vw 4% 15vw;
display: flex;
flex-direction: column;
}
footer .f_logo {
display: flex;
justify-content: center;
align-items: center;
margin-right: 0;
margin-bottom: 5vw;
}
footer .f_logo a {
display: flex;
flex-direction: column;
text-decoration: none;
white-space: nowrap;
}
footer .f_logo a span:first-of-type {
width: 50vw;
margin-bottom: 5vw;
}
footer .f_logo a span:last-of-type em {
font-size: 2.4rem;
}
footer .f_logo a span:last-of-type i {
font-size: 1.6rem;
}
footer .box_r {
margin-left: 0;
}
footer .box_r .f_nav {
display: none;
}
.f_fixed {
right: 5vw;
bottom: 12vw;
z-index: 11;
width: 15vw;
}
.f_fixed ul li:not(:last-of-type) {
margin-bottom: 0;
}
.f_fixed ul li:last-of-type {
position: fixed;
bottom: 0;
left: 0;
}
.side_fixed {
position: fixed;
top: inherit;
transform: translateY(0);
right: inherit;
bottom: 0;
left: 0;
z-index: 10;
width: 100%;
background: #FFF;
}
.side_fixed ul {
display: flex;
width: 100%;
}
.side_fixed ul li {
width: 40%;
}
.side_fixed ul li:not(:last-of-type) {
margin-bottom: 0;
}
.side_fixed ul li:first-of-type {
width: 20%;
}
} main {
display: block !important;
font-size: 1.6rem;
} .page_title {
position: relative;
max-width: 1000px;
height: 400px;
margin: 0 auto;
display: flex;
align-items: flex-end;
background-size: cover !important;
padding: 0 0 30px 25px;
}
.page_title::before {
position: absolute;
bottom: -4em;
left: -18em;
transform:rotate(-90deg);
font-size: 1.3rem;
font-weight: 300;
color: #a7a7a8;
content: 'Copyright© Smile Dental Clinic All Rights Reserved';
}
.page_title h3 {
display: flex;
align-items: baseline;
line-height: 1.1;
}
.page_title h3 span ,
.page_title h3 em {
display: block;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
-1px 1px 0 #FFF, 1px -1px 0 #FFF,
0px 1px 0 #FFF,  0-1px 0 #FFF,
-1px 0 0 #FFF, 1px 0 0 #FFF;
color: #ee7800;
}
.page_title h3 span {
font-size: 4.0rem;
font-weight: 700;
margin-right: .2em;
}
.page_title h3 em {
font-size: 1.5rem;
font-weight: 400;
}
.page_title_white {
position: relative;
max-width: 1000px;
height: 400px;
margin: 0 auto;
display: flex;
align-items: flex-end;
background-size: cover !important;
padding: 0 0 30px 25px;
}
.page_title_white::before {
position: absolute;
bottom: -4em;
left: -18em;
transform:rotate(-90deg);
font-size: 1.3rem;
font-weight: 300;
color: #a7a7a8;
content: 'Copyright© Smile Dental Clinic All Rights Reserved';
}
.page_title_white h3 {
display: flex;
align-items: baseline;
line-height: 1.1;
}
.page_title_white h3 span ,
.page_title_white h3 em {
display: block;
color: #FFF;
}
.page_title_white h3 span {
font-size: 4.0rem;
font-weight: 700;
margin-right: .2em;
}
.page_title_white h3 em {
font-size: 1.5rem;
font-weight: 400;
}
@media screen and (max-width: 767px) {
.page_title {
height: 40vh;
padding: 0 0 5vw 4vw;
}
.page_title::before {
display: none;
}
.page_title h3 {
flex-direction: column;
}
.page_title h3 span {
font-size: 2.4rem;
margin-right: 0;
margin-bottom: .2em;
}
.page_title h3 em {
font-size: 1.5rem;
}
.page_title_white {
height: 40vh;
padding: 0 0 5vw 4vw;
}
.page_title_white::before {
display: none;
}
.page_title_white h3 {
flex-direction: column;
}
.page_title_white h3 span {
font-size: 2.4rem;
margin-right: 0;
margin-bottom: .2em;
}
.page_title_white h3 em {
font-size: 1.5rem;
}
} .pan {
padding-top: 30px;
padding-bottom: 10px;
font-size: 1.2rem;
font-weight: 700;
color: #595757;
}
.pan a ,
.pan a:hover {
font-weight: 700;
color: #595757;
}
@media screen and (max-width: 767px) {
.pan {
padding-top: 5vw;
padding-bottom: 5vw;
font-size: 1.2rem;
}
} .w1000 {
position: relative;
z-index: 1;
max-width: 1040px;
margin: 0 auto;
padding-right: 20px;
padding-left: 20px;
}
.w900 {
position: relative;
z-index: 1;
max-width: 940px;
margin: 0 auto;
padding-right: 20px;
padding-left: 20px;
}
.w840 {
position: relative;
z-index: 1;
max-width: 880px;
margin: 0 auto;
padding-right: 20px;
padding-left: 20px;
}
.w1000 .w840 {
max-width: 840px;
padding-right: 0;
padding-left: 0;
}
.w740 {
position: relative;
z-index: 1;
max-width: 780px;
margin: 0 auto;
padding-right: 20px;
padding-left: 20px;
}
@media screen and (max-width: 767px) {
.w1000 {
max-width: 100%;
padding-right: 4%;
padding-left: 4%;
}
.w900 {
max-width: 100%;
padding-right: 4%;
padding-left: 4%;
}
.w900 .w840 {
max-width: 100%;
padding-right: 0;
padding-left: 0;
}
.w840 {
max-width: 100%;
padding-right: 4%;
padding-left: 4%;
}
.w1000 .w840 {
max-width: 100%;
padding-right: 0;
padding-left: 0;
}
.w740 {
max-width: 100%;
padding-right: 4%;
padding-left: 4%;
}
} .bg_green {
position: relative;
overflow: hidden;
}
.bg_green::before {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: -1;
width: 100%;
height: 205px;
background: url(//www.kahokusmile.com/img/common/bg_green.svg) no-repeat center top;
background-size: cover;
content: '';
}
@media screen and (min-width: 1200px) {
.bg_green::before {
position: absolute;
top: 0;
right: inherit;
left: -10vw;
z-index: -1;
width: 120vw;
height: 50vw;
background: #f0f8ec repeat center center;
background-size: contain;
border-radius: 50%;
content: '';
}	
}
.bg_green::after {
position: absolute;
top: 205px;
left: 0;
z-index: -1;
width: 100%;
height: calc(100% - 205px);
background: #f0f8ec repeat center center;
background-size: cover;
content: '';
}
.bg_green .bg_green_in {
position: relative;
}
.bg_green .bg_green_in::before {
position: absolute;
top: 260px;
left: 0;
width: 184px;
height: 302px;
background: url(//www.kahokusmile.com/img/common/bg_icon.svg) no-repeat center center;
background-size: cover;
content: '';
}
.bg_orange {
position: relative;
overflow: hidden;
}
.bg_orange::before {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: -1;
width: 100%;
height: 205px;
background: url(//www.kahokusmile.com/img/common/bg_orange.svg) no-repeat center top;
background-size: cover;
content: '';
}
@media screen and (min-width: 1200px) {
.bg_orange::before {
position: absolute;
top: 0;
right: inherit;
left: -10vw;
z-index: -1;
width: 120vw;
height: 50vw;
background: #fef4e8 repeat center center;
background-size: contain;
border-radius: 50%;
content: '';
}	
}
.bg_orange::after {
position: absolute;
top: 205px;
left: 0;
z-index: -1;
width: 100%;
height: calc(100% - 205px);
background: #fef4e8 repeat center center;
background-size: cover;
content: '';
}
.bg_orange .bg_orange_in {
position: relative;
}
.bg_orange .bg_orange_in::before {
position: absolute;
top: 260px;
left: 0;
width: 184px;
height: 302px;
background: url(//www.kahokusmile.com/img/common/bg_icon.svg) no-repeat center center;
background-size: cover;
content: '';
}
@media screen and (max-width: 767px) {
.bg_green .bg_green_in::before {
top: calc(33.898vw * 2);
width: calc(23.99vw * 2);
height: calc(39.374vw * 2);
}
.bg_orange .bg_orange_in::before {
top: calc(33.898vw * 2);
width: calc(23.99vw * 2);
height: calc(39.374vw * 2);
}
} .menu_title-green {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 40px;
}
.menu_title-green em ,
.menu_title-green span {
display: block;
}
.menu_title-green em {
display: inline-block;
background: #69ba46;
font-size: 2.0rem;
font-weight: 700;
color: #FFF;
padding: .34em 2em;
margin-bottom: .6em;
border-radius: 1.5em;
border: solid 1px #FFF;
}
.menu_title-green span {
font-size: 3.8rem;
font-weight: 700;
}
.menu_title-orange {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 40px;
}
.menu_title-orange em ,
.menu_title-orange span {
display: block;
}
.menu_title-orange em {
display: inline-block;
background: #ee7800;
font-size: 2.0rem;
font-weight: 700;
color: #FFF;
padding: .34em 2em;
margin-bottom: .6em;
border-radius: 1.5em;
border: solid 1px #FFF;
}
.menu_title-orange span {
font-size: 3.8rem;
font-weight: 700;
}
@media screen and (max-width: 767px) {
.menu_title-green {
margin-bottom: 6vw;
}
.menu_title-green em {
font-size: 1.6rem;
padding: .5em 2em;
}
.menu_title-green span {
font-size: 2.0rem;
}
.menu_title-orange {
margin-bottom: 6vw;
}
.menu_title-orange em {
font-size: 1.6rem;
padding: .5em 2em;
}
.menu_title-orange span {
font-size: 2.0rem;
}
} .title-green {
display: flex;
justify-content: flex-start;
font-size: 3.0rem;
margin-bottom: 1.5em;
}
.title-green span {
display: block;
font-weight: 700;
border-bottom: solid 2px #69ba46;
}
.title-green span em {
font-size: 2.0rem;
font-weight: 700;
} .title-arrow-green {
position: relative; padding-left: 40px;
font-size: 2.2rem;
margin-bottom: 1em;
color: #69ba46;
}
.title-arrow-green::before {
position: absolute;
top: .35em;
left: .1em;
width: 26px;
height: 26px;
background: url(//www.kahokusmile.com/img/common/arrow_green.svg) no-repeat center center;
background-size: cover;
content: '';
}
.title-arrow-green span {
display: inline-block;
font-weight: 700;
padding: 0 .1em;
background:linear-gradient(transparent 60%, #FFF 60%);
}
.title-arrow-green span em {
font-size: 1.6rem;
font-weight: 700;
} .title_stripe_orange {
background: url(//www.kahokusmile.com/img/common/bg_stripe_orange.svg) repeat center center;
border: solid 2px #ee7800;
padding: .5em 1.4em;
border-radius: 2em;
margin-bottom: 2em;
display: flex;
align-items: baseline;
color: #ee7800;
}
.title_stripe_orange span {
display: block;
font-size: 2.7rem;
font-weight: 700;
}
.title_stripe_orange em {
display: block;
font-size: 2.0rem;
font-weight: 700;
}
@media screen and (max-width: 1040px) {
.title_stripe_orange {
flex-direction: column;
}
} .title_green_under {
position: relative;
top: -1em;
z-index: 1;
display: flex;
justify-content: center;
margin-bottom: calc(80px - 1em);
}
.title_green_under span {
display: block;
font-size: 3.0rem;
font-weight: 700;
border-bottom: solid 2px #69ba46;
} .title_orange_under {
position: relative;
top: -1em;
z-index: 1;
display: flex;
justify-content: center;
margin-bottom: calc(80px - 1em);
}
.title_orange_under span {
display: block;
font-size: 3.0rem;
font-weight: 700;
border-bottom: solid 2px #ee7800;
}
@media screen and (max-width: 767px) { .title-green {
font-size: 2.0rem;
}
.title-green span em {
display: block;
font-size: 1.6rem;
} .title-arrow-green {
padding-left: 1.3em;
font-size: 2.0rem;
}
.title-arrow-green::before {
position: absolute;
top: .35em;
left: .1em;
width: 1.1em;
height: 1.1em;
}
.title-arrow-green span {
display: inline;
font-weight: 700;
padding: 0 .1em;
background:linear-gradient(transparent 60%, #FFF 60%);
}
.title-arrow-green span em {
font-size: 1.6rem;
} .title_stripe_orange {
background: url(//www.kahokusmile.com/img/common/bg_stripe_orange.svg) repeat center center;
border: solid 2px #ee7800;
padding: .5em .8em;
border-radius: 10px;
margin-bottom: 2em;
display: flex;
align-items: baseline;
flex-direction: column;
}
.title_stripe_orange span {
font-size: 2.0rem;
}
.title_stripe_orange em {
font-size: 1.6rem;
} .title_green_under {
position: relative;
top: -1em;
z-index: 1;
display: flex;
justify-content: center;
margin-bottom: calc(6vw - 1em);
}
.title_green_under span {
font-size: 2.0rem;
} .title_orange_under {
position: relative;
top: -1em;
z-index: 1;
display: flex;
justify-content: center;
margin-bottom: calc(6vw - 1em);
}
.title_orange_under span {
font-size: 2.0rem;
}
} .card-green {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #FFF;
border: solid 1px #69ba46;
padding: 30px;
margin-bottom: 80px;
}
.card-green h4 {
font-size: 1.6rem;
font-weight: 700;
color: #69ba46;
}
.card-green h4 + p {
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.3rem;
font-weight: 500;
margin-bottom: 2em;
}
.card-green ul {
display: flex;
justify-content: center;
}
.card-green ul li {
width: 124px;
}
.card-green ul li:not(:last-of-type) {
margin-right: 5px;
}
@media screen and (max-width: 767px) {
.card-green {
padding: 5vw;
margin-bottom: 10vw;
}
.card-green ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-bottom: -6vw;
}
.card-green ul li {
width: 33.3%;
padding: 0 2%;
margin-bottom: 6vw;
}
.card-green ul li:not(:last-of-type) {
margin-right: 0;
}
}
.lang_change {
position: fixed;
left: 20px;
bottom: 20px;
z-index: 10;
}
.gtranslate_wrapper * {
font-size: 1.4rem;
}
.gtranslate_wrapper img {
max-width: 100%;
width: inherit;
height: auto;
}
@media screen and (max-width: 767px) {
.lang_change {
position: relative;
left: inherit;
bottom: inherit;
z-index: 10;
padding-top: 5vw;
order: 3;
}
.lang_change .gt_float_switcher {
box-shadow: inherit;
}
} .anc:before {
position: relative;
z-index: -1;
padding-top: 150px;
margin-top: -150px;
display: block;
content: '';
}
@media screen and (max-width: 767px) {
.anc:before {
padding-top: 30vw;
margin-top: -30vw;
content: '';
}
}
.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
width:100%;
padding:1em .6em;
font-size:1.5rem;
background:#FFF;
border: solid 1px #444444;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .3em;
}
.form input[type="text"]:focus ,
.form input[type="tel"]:focus ,
.form input[type="email"]:focus ,
.form input[type="number"]:focus ,
.form input[type="date"]:focus ,
.form textarea:focus {
outline: 0;
background:#FFF;
border: solid 1px #cccccc;
}
.form input[type="number"] {
text-align:center;
}
.form textarea { height:180px;
}
.form input.input01 {
width:100%;
}
.form input.input02 {
width:320px;
}
.form .select_box01 {
position:relative;
overflow:hidden;
display:inline-block;
min-width:10em;
background:#fafafa;
border: solid 1px #dddddd;
color:#333;
margin:0;
padding:0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.form .select_box01 select {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
position:relative;
z-index:2;
display:block;
min-width:10em;
margin:0;
padding:10px 10px;
background:transparent;
border:0;
outline:none;
font-size:1.6rem;
line-height:1.5;
text-align:center;
}
.form .select_box01:before {
font-family: "Font Awesome 5 Free";
content: "\f107";
position:absolute;
z-index:2;
top: 50%;
-webkit-transform: translateY(-50%); transform: translateY(-50%);
right:0;
font-size:2.0rem;
line-height:1;
color:#FFF;
display: block;
text-align:center;
width:40px;
}
.form .select_box01:after {
content:'';
position:absolute;
z-index:1;
top:0;
right:0;
display: block;
background:#aaaaaa;
width:40px;
height:100%;
}
.form .mwform-radio-field ,
.form .mwform-checkbox-field {
display:inline-block;
margin:0 30px 0 0;
}
.form .mwform-radio-field:last-of-type ,
.form .mwform-checkbox-field:last-of-type {
margin:0 ;
}
input[type=checkbox] {
appearance: none;
display: none;
}
input[type=checkbox] + span {
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
padding-left: 30px;
}
input[type=checkbox] + span:before {
position: absolute;
top: -.1em;
left: 0; font-family: "FontAwesome";
font-size: 2.0rem; content: "\f096";
display: inline-block;
margin-right: 0.5em;
font-weight: 400;
color: #a4a2a2;
}
input[type=checkbox]:checked + span:before { content: "\f14a";
font-size: 2.0rem;
font-weight: 400;
color: #2776c0;
}
input[type=radio] {
appearance: none;
display: none;
}
input[type=radio] + span {
position: relative;
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
input[type=radio] + span:before {
position: relative;
top: .1em;
font-family: "Font Awesome 5 Free";
font-size: 2.0rem;
content: "\f111";
display: inline-block;
margin-right: 0.5em;
font-weight: 400;
color: #a4a2a2;
}
input[type=radio]:checked + span:before {
content: "\f192";
font-size: 2.0rem;
font-weight: 400;
color: #2776c0;
}
:-moz-placeholder {
color: #bdbec6;
opacity: 1;
}
::-moz-placeholder {
color: #bdbec6;
opacity: 1;
}
:-ms-input-placeholder {
color: #bdbec6;
}
::-ms-input-placeholder {
color: #bdbec6;
}
::-webkit-input-placeholder {
color: #bdbec6;
}
::placeholder {
color: #bdbec6;
}
.form .btn {
font-size:0;
text-align:center;
padding-top: 50px;
}
.form .btn dl {
display: inline-block;
font-size:0;
margin:0;
padding:0;
text-align:center;
}
.form .btn dl dt ,
.form .btn dl dd {
display:inline-block;
font-size:0;
margin:0;
padding:0;
text-align:center;
width:240px;
}
.form .btn dl dd {
margin:0 0 0 50px;
}
.form .btn p {
width:270px;
margin: 0 auto;
}
.form .btn input ,
.form .btn button {
position:relative;
background: #69ba46;
border: solid 1px #69ba46;
display:block;
cursor:pointer;
color:#FFF;
padding:.9em 0;
width:100%;
text-align:center;
font-size:1.6rem;
font-weight:700;
line-height:1.1;
margin:0;
text-decoration:none;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: 0;
}
.form .btn input[type=reset] ,
.form .btn button[type=reset] {
background: #919292;
border: solid 1px #919292;
color:#FFF;
}
.form .btn input[type=reset]:after ,
.form .btn button[type=reset]:after {
display: none;
}
.form .btn input:hover ,
.form .btn button:hover ,
.form .btn input:focus ,
.form .btn button:focus {
text-decoration:none;
opacity:0.65;
filter: alpha(opacity=65); -ms-filter: "alpha(opacity=65)"; -moz-opacity:0.65; -khtml-opacity: 0.65; zoom:1;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td .select-wrap {
margin:0;
border:none;
color: inherit;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background:none;
min-width:inherit;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td .select-wrap:before ,
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td .select-wrap:after {
display:none;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview th ,
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td {
padding-top:1.5rem;
padding-bottom:1.5rem;
font-size:1.5rem;
}
.mw_wp_form.mw_wp_form_input span.error {
font-size:1.5rem;
}
.mw_wp_form_confirm .btn dl:first-of-type { }
@media screen and (max-width: 1000px) {
.form .btn dl {
display: block;
width: 100%;
font-size: 0;
text-align: center;
}
.form .btn dl dt ,
.form .btn dl dd {
display: inline-block;
font-size:0;
margin:0;
padding:0;
text-align:center;
width:48%;
}
.form .btn dl dd {
margin:0 0 0 1%;
}
}
@media screen and (max-width: 767px) {
.form input[type="text"] ,
.form input[type="tel"] ,
.form input[type="email"] ,
.form input[type="date"] ,
.form input[type="number"] ,
.form textarea {
padding:3vw 1vw;
font-size:1.6rem;
}
.form textarea {
height:60vw;
}
.form input.input01 {
width:100%;
}
.form input.input02 {
width:100%;
}
.form input.input03 {
width:100%;
}
.form input.input04 {
width:100%;
}
.form .select_box01 {
min-width:100%;
min-width:100%;
}
.form .select_box01 select {
min-width:100%;
min-width:100%;
}
.form .btn {
text-align:center;
font-size:0;
width:100%;
padding-top: 15vw;
padding-left: 0;
margin:0 auto;
}
.form .btn p {
width:70vw;
}
.form .btn dl {
display: block;
width: 100%;
font-size: 0;
text-align: center;
}
.form .btn dl dt ,
.form .btn dl dd {
display: inline-block;
font-size:0;
margin:0;
padding:0;
text-align:center;
width:48%;
}
.form .btn dl dd {
margin:0 0 0 1%;
}
.form .btn input ,
.form .btn button {
padding:5vw 0;
font-size:1.5rem;
}
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview th ,
.confirm .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview td {
padding-top:1.5em;
padding-bottom:1.5em;
font-size:1.5rem;
}
.mw_wp_form.mw_wp_form_input span.error {
font-size:1.5rem;
}
} .pagination {
padding-top: 50px;
}
.pagination .pagination-box {
text-align:center;
font-size:0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
position: relative;
display:inline-block;
font-size:1.6rem;
font-weight: 700;
width:32px;
height:32px;
line-height:1.8em;
text-align:center;
margin-right:10px;
color:#1076cd;
border: solid 1px #a7a8aa;
text-decoration:none;
}
.pagination .pagination-box a:not(.inactive) em {
display: inline-block;
font-size:1.6rem;
}
.pagination .pagination-box a:last-child ,
.pagination .pagination-box span:last-child {
margin-right:0;
}
.pagination .pagination-box span.current {
background:#3391e2;
border: solid 1px #3391e2;
color:#FFF;
font-weight: 700;
}
.pagination .pagination-box a:hover {
text-decoration:none;
opacity:0.65;
filter: alpha(opacity=65); -ms-filter: "alpha(opacity=65)"; -moz-opacity:0.65; -khtml-opacity: 0.65; zoom:1;
}
@media screen and (max-width: 768px) {
.pagination {
padding:10vw 0 0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
font-size:1.4rem;
width:4.694vw;
height:6.78vw;
line-height:4.694vw;
margin-right:1.304vw;
}
} .contents {
font-size:1.5rem;
}
.contents img {
width:auto;
max-width:100%;
height:auto;
}
.contents .thum_img {
text-align:left;
margin:0 auto;
margin-bottom:50px;
}
.contents h1 {
font-size: 2em;
margin: 0.67em 0;
}
.contents figcaption,
.contents figure,
.contents main {
display: block;
}
.contents figure {
margin: 1em 0;
}
.contents hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
.contents pre {
font-family: monospace, monospace;
font-size: 1em;
}
.contents abbr[title] {
border-bottom: 1px #767676 dotted;
text-decoration: none;
}
.contents b,
.contents strong {
font-weight: inherit;
}
.contents b,
.contents strong ,
.contents strong span ,
.contents strong em ,
.contents strong i {
font-weight: 700;
}
.contents code,
.contents kbd,
.contents samp {
font-family: monospace, monospace;
font-size: 1em;
}
.contents dfn {
font-style: italic;
}
.contents mark {
background-color: #eee;
color: #222;
}
.contents small {
font-size: 80%;
}
.contents sub,
.contents sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.contents sub {
bottom: -0.25em;
}
.contents sup {
top: -0.5em;
}
.contents audio,
.contents video {
display: inline-block;
}
.contents audio:not([controls]) {
display: none;
height: 0;
}
.contents button,
.contents input,
.contents optgroup,
.contents select,
.contents textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
.contents button,
.contents input {
overflow: visible;
}
.contents button,
.contents select {
text-transform: none;
}
.contents button,
.contents html [type="button"],
.contents [type="reset"],
.contents [type="submit"] {
-webkit-appearance: button;
}
.contents button::-moz-focus-inner,
.contents [type="button"]::-moz-focus-inner,
.contents [type="reset"]::-moz-focus-inner,
.contents [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
.contents button:-moz-focusring,
.contents [type="button"]:-moz-focusring,
.contents [type="reset"]:-moz-focusring,
.contents [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
.contents fieldset {
border: 1px solid #bbb;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
.contents legend {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
.contents progress {
display: inline-block;
vertical-align: baseline;
}
.contents textarea {
overflow: auto;
}
.contents [type="checkbox"],
.contents [type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.contents [type="number"]::-webkit-inner-spin-button,
.contents [type="number"]::-webkit-outer-spin-button {
height: auto;
}
.contents [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
.contents [type="search"]::-webkit-search-cancel-button,
.contents [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.contents ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
.contents details,
.contents menu {
display: block;
}
.contents summary {
display: list-item;
}
.contents canvas {
display: inline-block;
}
.contents template {
display: none;
}
.contents [hidden] {
display: none;
}
.contents .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.contents .alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.contents .aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.contents .clear:before,
.contents .clear:after,
.contents .entry-content:before,
.contents .entry-content:after,
.contents .entry-footer:before,
.contents .entry-footer:after,
.contents .comment-content:before,
.contents .comment-content:after,
.contents .site-header:before,
.contents .site-header:after,
.contents .site-content:before,
.contents .site-content:after,
.contents .site-footer:before,
.contents .site-footer:after,
.contents .nav-links:before,
.contents .nav-links:after,
.contents .pagination:before,
.contents .pagination:after,
.contents .comment-author:before,
.contents .comment-author:after,
.contents .widget-area:before,
.contents .widget-area:after,
.contents .widget:before,
.contents .widget:after,
.contents .comment-meta:before,
.contents .comment-meta:after {
content: "";
display: table;
table-layout: fixed;
}
.contents .clear:after,
.contents .entry-content:after,
.contents .entry-footer:after,
.contents .comment-content:after,
.contents .site-header:after,
.contents .site-content:after,
.contents .site-footer:after,
.contents .nav-links:after,
.contents .pagination:after,
.contents .comment-author:after,
.contents .widget-area:after,
.contents .widget:after,
.contents .comment-meta:after {
clear: both;
}
.contents button,
.contents input,
.contents select,
.contents textarea {
color: #333;
font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
font-size: 15px;
font-size: 0.9375em;
font-weight: 400;
line-height: 1.66;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
clear: both;
line-height: 1.4;
margin: 0 0 0.75em;
padding: .5em .1em;
}
.contents h1:first-child,
.contents h2:first-child,
.contents h3:first-child,
.contents h4:first-child,
.contents h5:first-child,
.contents h6:first-child {
padding-top: 0;
}
.contents h1 {
font-size: 24px;
font-size: 1.5em;
font-weight: 300;
}
.contents h2,
.contents .home.blog .entry-title {
color: #666;
font-size: 20px;
font-size: 1.25em;
font-weight: 300;
}
.contents h3 {
color: #333;
font-size: 18px;
font-size: 1.125em;
font-weight: 300;
}
.contents h4 {
color: #333;
font-size: 16px;
font-size: 1em;
font-weight: 800;
}
.contents h5 {
color: #767676;
font-size: 13px;
font-size: 0.8125em;
font-weight: 800;
letter-spacing: 0.15em;
text-transform: uppercase;
}
.contents h6 {
color: #333;
font-size: 15px;
font-size: 0.9375em;
font-weight: 800;
}
.contents p {
margin: 0 0 1.5em;
padding: 0;
}
.contents p:last-child {
margin: 0;
padding: 0;
}
.contents dfn,
.contents cite,
.contents em,
.contents i {
font-style: italic;
}
.contents blockquote {
color: #666;
font-size: 18px;
font-size: 1.125em;
font-style: italic;
line-height: 1.7;
margin: 0;
overflow: hidden;
padding: 0;
}
.contents blockquote cite {
display: block;
font-style: normal;
font-weight: 600;
margin-top: 0.5em;
}
.contents address {
margin: 0 0 1.5em;
}
.contents pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375em;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
.contents code,
.contents kbd,
.contents tt,
.contents var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375em;
}
.contents abbr,
.contents acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
.contents mark,
.contents ins {
background: #eee;
text-decoration: none;
}
.contents big {
font-size: 125%;
}
.contents blockquote {
quotes: "" "";
}
.contents q {
quotes: "“" "”" "‘" "’";
}
.contents blockquote:before,
.contents blockquote:after {
content: "";
}
.contents :focus {
outline: none;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
font-weight: 700;
}
.contents hr {
background-color: #bbb;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
.contents ul,
.contents ol {
margin: 20px 0 1.5em 40px;
padding: 0;
}
.contents ul {
list-style: disc;
}
.contents ol {
list-style: decimal;
}
.contents li > ul,
.contents li > ol {
margin-bottom: 20px;
margin-left: 1.5em;
}
.contents dt {
font-weight: 700;
}
.contents dd {
margin: 0 1.5em 1.5em;
}
.contents table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}
.contents thead th { padding-bottom: 0.5em;
}
.contents th {
padding: 0.4em;
text-align: left;
}
.contents tr { }
.contents td {
padding: 0.4em;
}
.contents th:first-child,
.contents td:first-child {
padding-left: 0;
}
.contents th:last-child,
.contents td:last-child {
padding-right: 0;
}
@media screen and (max-width: 768px) { .contents { }
.contents button,
.contents input,
.contents select,
.contents textarea {
font-size: 18px;
font-size: 1.125em;
}
.contents h1 {
font-size: 30px;
font-size:calc( 1.875em * 0.9);
}
.contents h2,
.contents .home.blog .entry-title,
.contents .page .panel-content .recent-posts .entry-title {
font-size: 26px;
font-size:calc( 1.625em * 0.9);
}
.contents h3 {
font-size: 22px;
font-size:calc( 1.375rem * 0.9);
}
.contents h4 {
font-size: 18px;
font-size:calc( 1.125em * 0.9);
}
.contents h5 {
font-size: 13px;
font-size:calc( 0.8125em * 0.9);
}
.contents h6 {
font-size: 16px;
font-size:calc( 1em * 0.9);
}
.contents .entry-content blockquote.alignleft,
.contents .entry-content blockquote.alignright {
font-size: 14px;
font-size: 0.875em;
}
.contents img.alignleft {
float: left;
margin-right: 1.5em;
}
.contents img.alignright {
float: right;
margin-left: 1.5em;
}
.contents th {
display:block;
}
.contents tr { }
.contents td {
display:block;
}
}
.contents h1 {
border-bottom: solid 3px #3391e2;
position: relative;
display:block !important;
margin:0 0 1.2em 0;
padding: 0 .2em .5em;
font-size: 2.2rem;
font-weight:700;
color:#000000;
}
h1:after {
position: absolute;
left:0;
content: " ";
display: block;
border-bottom: solid 3px #083478;
bottom: -3px;
width: 20%;
}
.contents h2 {
position: relative;
margin:0 0 1.2em ;
padding: 0 0 0 1em;
font-size: 2.0rem;
font-weight:500;
border: none;
line-height: 1.7;
color:#000000;
}
.contents h2:before {
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 100%;
background: #3391e2;
display: block;
border-radius: 3px;
content: '';
}
.contents h3 {
position: relative;
z-index: 2;
margin:0 0 1.2em 0;
padding:0;
font-size: 1.8rem;
font-weight:500;
border: none;
line-height: 1.7;
color:#000; }
.contents h3 span {
position: relative;
font-weight:500;
background:linear-gradient(transparent 50%, #e4eff8 50%);
}
.contents h4{ 
border: none;
border-bottom: solid 1px #728199;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.6rem;
font-weight:500;
color:#000;
}
.contents h5{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em;
font-size: 1.5rem;
font-weight:500;
color:#000000;
}
.contents h6{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.4rem;
font-weight:500;
color:#000000;
border-bottom: dotted 1px #666666;
}