﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
共通ナビゲーション
========================*/
nav {
  width: 100%;
  position: sticky;
  top: 0;
  padding: 0 6px 0 0;
  margin: 0 auto;
  z-index: 1;
  background-color: #FFF;
  border-bottom: 1px solid #A6A7AD;
}
nav h1{
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
nav h1 img{
  width: 100%;
  max-width: 200px;
  transition: 0.5s;
}
nav.transform h1 img{
  max-width: 164px;
  transition: 0.5s;
}
nav ul{
  width:100%;
  max-width: 960px;
  height: auto;
  margin: 0 0 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
nav ul li{
  height: auto;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
}
nav ul li a{
  display: block;
  height: 100%;
  text-decoration: none;
  color: #2C5985;
  font-weight: 600;
  text-align: center;
  padding: 32px 0 18px;
  font-size: 0.95em;
  transition: 0.3s;
}
nav ul li span{
  display: block;
  line-height: 1.8;
  font-size: 0.85em;
  color: #A5A6AC;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: normal;
}
nav.transform ul li a{
  padding: 24px 0 12px;
  font-size: 0.9em;
}
nav ul li a:hover{
  transform: translateY(-5px);
  transition-duration: 0.3s;
}
nav ul li:hover:after{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  display: block;
  width: 64px;
  border-bottom: 3px solid #2D5986;
}
nav ul li a.current:after{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  display: block;
  width: 64px;
  border-bottom: 3px solid #2D5986;
}
.current:hover{
  transform: none;
}
.current:hover:after{
  border-bottom: none;
}
@media screen and (max-width: 1240px) {
nav ul{
  max-width: 740px;
  }
nav h1 img{
  max-width: 164px;
  }
nav ul li a{
  font-size: 0.8em;
  }
nav.transform ul li a{
  padding: 24px 0 12px;
  font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) {
nav ul{
  max-width:800px;
  padding: 6px 0 6px 200px;
  }
nav ul li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  padding: 0;
  border-right: none;
  border: 3px solid #FFF;
  background-color: #EFEFEF;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  letter-spacing: 0.03em;
  }
nav ul li:hover{
  background-color: #D8E7ED;
}
nav ul li a{
  display: block;
  padding: 0 8px;
  position: relative;
  font-size: 0.85em;
  line-height: 2;
}
nav.transform ul li a{
  padding: 0 8px;
  font-size: 0.85em;
  }
nav ul li span{
  display: none;
  }
nav ul li a:hover{
  transform: none;
  }
nav ul li:hover:after{
  border: 0;
  }
nav ul li a.current{
  color: #FFF;
  background-color: #2D5986;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  }
nav ul li a.current:after{
  position: static;
  bottom: auto;
  left: auto;
  border: 0;
  }
}
@media screen and (max-width: 640px) {
nav {
  display: none;
  }
}


/*========================
ヘッダー
========================*/
header{
  position: relative;
  width: 100%;
  height: 480px;
  margin: 0 auto;
  padding: 0;
background-image:url(../img/kodomo/header.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
header h2{
	position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%,-42%);
  -webkit-transform: translate(-50%,-42%);
  -ms-transform: translate(-50%,-42%);
  text-align: center;
  font-weight: 600;
  font-size: 3.8em;
  white-space: nowrap;
  letter-spacing: 0.08em;
  color: #FFF;
  line-height: 1;
  text-shadow:
  0 0 5px rgba(0, 0, 0, 0.6),
  0 0 10px rgba(0, 0, 0, 0.4),
  0 0 20px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
}
header h2 span{
  display: block;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-size: 0.6em;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
header .headinnlogo{
  display: none;
}
@media screen and (max-width: 1240px) {
header h2{
  font-size: 3.2em;
  }
}
@media screen and (max-width: 960px) {
header{
  height: 420px;
  }
header h2{
  font-size: 2.6em;
  }
}
@media screen and (max-width: 640px) {
header{
  height: 340px;
  }
header h2{
  top: 24%;
  left: 50%;
  transform: translate(-50%,-24%);
  -webkit-transform: translate(-50%,-24%);
  -ms-transform: translate(-50%,-24%);
  }
header h2 span{
  display: none;
  }
header .headinnlogo{
  display: block;
  margin: 0 auto 24px;
  }
header .headinnlogo img{
  width: 100%;
  max-width: 132px;
  }
header h2{
  font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
header{
  height: 300px;
  }
header h2{
  top: 24%;
  left: 50%;
  transform: translate(-50%,-24%);
  -webkit-transform: translate(-50%,-24%);
  -ms-transform: translate(-50%,-24%);
  }
header h2{
  font-size: 1.5em;
  }
header .headinnlogo img{
  max-width: 112px;
  }
}


/*========================
本文
========================*/
main {
  width: 100%;
  margin: -100px auto 0;
  padding: 42px 24px 64px;
  background-image: url("../img/common/kodomobg.png");
}
@media screen and (max-width: 640px) {
main {
  padding: 42px 18px 48px;
  }
}

/*-------------------------
セクション
--------------------------*/
section{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 64px;
  padding: 0;
  background-color: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  position: relative;
}
section:last-child{
  margin: 0 auto;
}
section .title {
  display: block;
  text-align: center;
  padding: 0 18px;
  margin: 64px auto 42px;
}
section .title img{
  width: 100%;
  max-width: 240px;
  margin: -64px auto 24px;
}
section .title h3{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 2.2em;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
}
section .title h3 span{
  display: block;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.55em;
  line-height: 1;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-top: 18px;
}
section .inner{
  width: 100%;
  padding: 0 64px 48px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 960px) {
section .title img{
  max-width: 200px;
  margin: -64px auto 24px;
}
section .title h3{
  font-size: 1.8em;
}
section .inner{
  padding: 0 42px 42px;
  }
}
@media screen and (max-width: 767px) {
section{
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  }
section .inner{
  padding: 0 32px 32px;
  }
}
@media screen and (max-width: 640px) {
section{
  margin: 0 auto 42px;
  }
section .title h3{
  font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
section .title {
  margin: 48px auto 32px;
  }
section .title img{
  max-width: 164px;
  margin: -48px auto 18px;
  }
section .title h3{
  font-size: 1.4em;
  }
section .inner{
  padding: 0 24px 32px;
  }
}

/*-------------------------
各セクションタイトル・カラー
--------------------------*/
.feature{color: #84B172;}
.importance{color: #AC92CD;}
.habit{color: #C7A944;}
.ortho{color: #67A3C7;}
.maternity{color: #C38AA4;}
/*予備olive{color: #ABA861;}*/

/*-------------------------
サブタイトル
--------------------------*/
.subtitle{
  padding: 0.3em 0;
  margin: 32px auto 18px;
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: bottom;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.5;
}
.st_feature {color: #84B172; background-image: linear-gradient(90deg, #84B172 0 20%, #CECFD2 20%);}
.st_importance {color: #AC92CD; background-image: linear-gradient(90deg, #AC92CD 0 20%, #CECFD2 20%);}
.st_habit {color: #C7A944; background-image: linear-gradient(90deg, #C7A944 0 20%, #CECFD2 20%);}
.st_ortho {color: #67A3C7; background-image: linear-gradient(90deg, #67A3C7 0 20%, #CECFD2 20%);}
.st_maternity {color: #C38AA4; background-image: linear-gradient(90deg, #C38AA4 0 20%, #CECFD2 20%);}
@media screen and (max-width: 767px) {
.subtitle{
  font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
.subtitle{
  background-size: 100% 4px;
  margin: 24px auto 12px;
  }
}


/*-------------------------
チェックボックス付き箇条書き
--------------------------*/
.checkbox_feature,
.checkbox_importance,
.checkbox_habit,
.checkbox_ortho,
.checkbox_maternity {
  line-height: 1.6;
  margin: 0.8em 0 0.6em;
}
.checkbox_feature p,
.checkbox_importance p,
.checkbox_habit p,
.checkbox_ortho p,
.checkbox_maternity p{
  padding: 0 0 0 1.8em;
  margin: 0 0 0.5em;
	position: relative;
  font-size: 1.05em;
  font-weight: 500;
}
.checkbox_feature p:before,
.checkbox_importance p:before,
.checkbox_habit p:before,
.checkbox_ortho p:before,
.checkbox_maternity p:before{
	position: absolute;
	top: 0;
	left: 0;
  font-size: 1.5em;
  line-height: 1;
  font-family:"Material Symbols Rounded";
	content: "\e834"; /*チェックマーク*/
  font-variation-settings:
  'FILL' 1,
  'wght' 300
}
.checkbox_feature p:before{color: #84B172;}
.checkbox_importance p:before{color: #AC92CD;}
.checkbox_habit p:before{color: #C7A944;}
.checkbox_ortho p:before{color: #67A3C7;}
.checkbox_maternity p:before{color: #C38AA4;}
@media screen and (max-width: 480px) {
.checkbox_feature p,
.checkbox_importance p,
.checkbox_habit p,
.checkbox_ortho p,
.checkbox_maternity p{
  font-size: 1em;
  }
}


/*========================
小さな歯を、一生の宝物に。
========================*/
.introduction{
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 42px;
  padding: 0 12px;
  position: relative;
}
.introimg{
  text-align: center;
}
.introimg img{
  width: 100%;
  max-width: 640px;
  margin: -48px auto 0;
}
.intromessage{
  font-family: 'Zen Old Mincho', serif;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.03em;
  margin: 24px auto 0;
}
@media screen and (max-width: 960px) {
.introimg img{
  max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
.intromessage{
  text-align: left;
  font-size: 1.1em;
  }
.intromessage br{
  display: none;
  }
}
@media screen and (max-width: 640px) {
.introduction{
  margin: 0 auto 24px;
  }
.introimg img{
  max-width: 340px;
  margin: -24px auto 0;
  }
}
@media screen and (max-width: 480px) {
.introimg img{
  max-width: 300px;
  }
.intromessage{
  font-size: 1.05em;
  }
}

/*-------------------------
ドクター紹介
--------------------------*/
.kodomodoctor {
  width:100%;
  max-width: 1000px;
  margin: 42px auto 0;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.kodomodoctor li:last-child{
  width: 360px;
  text-align: center;
}
.kodomodoctor li:first-child{
  flex: 1;
  padding: 0 42px 0 0;
}
.kodomodoctor li:last-child p{
  text-align: left !important;
  font-size: 0.9em;
  line-height: 1.65;
  margin-top: 12px;
}
.kodomodoctor li:last-child h5{
  font-family: 'Zen Old Mincho', serif;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 6px auto;
}
.kodomodoctor li:last-child h5 ruby rt{
	letter-spacing: 0.05em;
	ruby-align: center;
	font-size: 100%;
  line-height: 1;
	zoom: 0.4;
	margin-bottom: 0.2em;
}
.kodomodoctor li:first-child h4{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  color: #E58C72;
  font-size: 1.8em;
  line-height: 1.65;
  margin-bottom: 12px;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 960px) {
.kodomodoctor li:last-child{
  width: 320px;
  }
.kodomodoctor li:first-child h4{
  font-size: 1.4em;
	letter-spacing: 0.05em;
  }
}
@media screen and (max-width:767px) {
.kodomodoctor {
  width:100%;
  max-width: 640px;
  margin: 32px auto 0;
  display: block;
  flex-direction: column;
  }
.kodomodoctor li:last-child{
  width: 100%;
  }
.kodomodoctor li:first-child{
  padding: 0 0 24px 0;
  }
.kodomodoctor li:last-child img{
  width: 100%;
  max-width: 320px;
  }
.kodomodoctor li:first-child h4{
  font-size: 1.8em;
  }
}
@media screen and (max-width:480px) {
.kodomodoctor li:last-child img{
  max-width: 280px;
  }
.kodomodoctor li:first-child h4{
  font-size: 1.4em;
  }
}

/*-------------------------
ページ内アンカーリンク
--------------------------*/
.pagelink{
  width:100%;
  margin: 0 auto 42px;
  padding:0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
  flex-wrap: wrap;
}
.pagelink li{
  margin: 0.2em 1em 0.2em 0;
}
.pagelink li:last-child{
  margin: 0.2em 0 0.2em 0;
}
.pagelink li a{
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.4em;
  letter-spacing: 0.02em;
}
.pagelink li a:before {
	position: absolute;
  top: 0.55em;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.3em;
  line-height: 0;
  color: #E58C72;
  font-family:"Material Symbols Rounded";
	content: "\e7cd"; /*丸囲み矢じりのみ矢印*/
  font-variation-settings:
  'FILL' 1,
  'wght' 400
}
@media screen and (max-width: 767px) {
.pagelink{
  justify-content: flex-start;
  margin: 0 auto 32px;
  }
}
@media screen and (max-width: 480px) {
.pagelink{
  display: block;
  flex-direction: column;
  }
.pagelink li{
  margin: 0.5em 0;
  }
.pagelink li:last-child{
  margin: 0.5em 0;
}
.pagelink li a{
  font-size: 0.95em;
  }
}


/*========================
こども歯科の特長
========================*/
.featurepoints{
  margin: 0 auto 42px;
}
.featurepoints:last-child{
  margin: 0 auto 0;
}
.featurepoints h4{
  display:flex; 
  align-items:center;
  position: relative;
  padding: 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 auto 24px;
}
.featurepoints h4 img{
  width: auto;
  height: 64px;
  margin: 0 0.8em 0 0;
}
.featurepoints h4:after {
  margin-left:0.5em; 
  border-top:3px solid #81AC70; 
  content:""; 
  flex-grow:1;
}
@media screen and (max-width: 767px) {
.featurepoints{
  margin: 0 auto 32px;
  }
.featurepoints h4{
  font-size: 1.3em;
  }
.featurepoints h4 img{
  height: 48px;
  }
.featurepoints h4:after {
  border-top:2px solid #81AC70; 
  }
}
@media screen and (max-width: 480px) {
.featurepoints h4{
  margin: 0 auto 18px;
  }
.featurepoints h4 img{
  height: 42px;
  }
.featurepoints h4:after {
  border-top:none; 
  }
}

.featurepointscol {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.featurepointscol li:first-child{
  width: 400px;
}
.featurepointscol li:last-child{
  flex: 1;
  padding: 0 0 0 32px;
}
.featurepointscol li:first-child img{
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
@media screen and (max-width: 1240px) {
.featurepointscol{
  align-items:flex-start;
  }
.featurepointscol li:first-child{
  width: 320px;
  }
.featurepointscol li:last-child{
  padding: 12px 0 0 32px;
  }
}
@media screen and (max-width: 960px) {
.featurepointscol{
  display: block;
  flex-direction: column;
  }
.featurepointscol li:first-child{
  width: 100%;
  text-align: center;
  }
.featurepointscol li:first-child img{
  width: 100%;
  max-width: 480px;
  }
.featurepointscol li:last-child{
  padding: 24px 1em 0 1em;
  }
.fpindent{
  padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
.featurepointscol li:first-child img{
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  }
}
@media screen and (max-width: 480px) {
.featurepointscol li:last-child{
  padding: 18px 0.8em 0 0.8em;
  }
.fpindent{
  padding: 0 0.8em;
  }
}

/*-------------------------
予防治療を第一に
--------------------------*/
.yobou {
  width:100%;
  height: auto;
  margin: 32px auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
}
.yobou li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  height: auto;
  padding: 0 24px;
  border-right: 1px solid #A6A8AE;
}
.yobou li:last-child{
  border-right: none;
}
.yobou li h5{
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  margin: 24px auto 12px;
}
.yobou li h6{
  font-size: 0.9em;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
.yobou li h5{
  font-size: 1.05em;
  }
}
@media screen and (max-width: 640px) {
.yobou {
  max-width: 420px;
  margin: 24px auto;
  display: block;
  flex-direction: column;
  }
.yobou li{
  width: 100%;
  max-width:100%;
  padding: 0 0 24px;
  border-right: none;
  text-align: center;
  }
.yobou li:last-child{
  padding: 0;
  }
.yobou li img{
  width: 100%;
  max-width: 200px;
  }
.yobou li h5{
  font-size: 1.15em;
  margin: 18px auto 8px;
  }
}

/*スラッシュ吹き出し*/
.featurepoints .balloon span{
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 32px auto 18px;
  padding: 0.3em 1.2em 0;
  color: #7FAC70;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.featurepoints .balloon span:before,
.featurepoints .balloon span:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 86%;
  background: #7FAC70;
}
.featurepoints .balloon span:before {
  transform: rotate(-24deg);
  left: 0;
}
.featurepoints .balloon span:after {
  transform: rotate(24deg);
  right: 0;
}
@media screen and (max-width: 767px) {
.featurepoints .balloon span{
  padding: 0.3em 1em 0;
  font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
.featurepoints .balloon span{
  font-size: 1.1em;
  }
}


/*========================
小児歯科に通うことの大切さ
========================*/
.trouble {
  width:100%;
  height: auto;
  margin: 32px auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:stretch;
}
.trouble li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  height: auto;
  padding: 0 12px;
  text-align: center;
}
.trouble li img{
  width: 100%;
  max-width: 200px;
}
.trouble li h4{
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.5;
  margin: 24px auto 0;
}
@media screen and (max-width: 960px) {
.trouble li h4{
  font-size: 1.05em;
  }
}
@media screen and (max-width: 640px) {
.trouble {
  max-width: 420px;
  margin: 24px auto;
  display: block;
  flex-direction: column;
  }
.trouble li{
  width: 100%;
  max-width:100%;
  padding: 0 0 24px;
  }
.trouble li:last-child{
  padding: 0;
  }
.trouble li h4{
  font-size: 1.1em;
  margin: 18px auto 0;
  }
}


/*========================
小児矯正
========================*/
.orthotype {
  width:100%;
  margin: 42px auto 0;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.orthotype li:first-child{
  width: 400px;
}
.orthotype li:last-child{
  flex: 1;
  padding: 0 0 0 32px;
}
.orthotype li:first-child img{
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.orthotype li:last-child h5{
  color: #66A3C5;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
}
.orthotype li:last-child h5 strong{
  display: inline-block;
  background: #66A3C5;
  color: #FFF;
  font-size: 1.25em;
  padding: 0 0.3em;
  margin: 0.1em 0 0 0.2em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media screen and (max-width: 1240px) {
.orthotype{
  align-items:flex-start;
  }
.orthotype li:first-child{
  width: 320px;
  }
.orthotype li:last-child{
  padding: 0 0 0 32px;
  }
}
@media screen and (max-width: 960px) {
.orthotype{
  display: block;
  flex-direction: column;
  }
.orthotype li:first-child{
  width: 100%;
  text-align: center;
  }
.orthotype li:first-child img{
  width: 100%;
  max-width: 480px;
  }
.orthotype li:last-child{
  padding: 18px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
.orthotype li:first-child img{
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  }
}
@media screen and (max-width: 480px) {
.orthotype {
  margin: 32px auto 0;
  }
}








/*========================
小さな歯を、一生の宝物に。
========================*/
