﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('//fonts.googleapis.com/css?family=Cinzel');


/*=====================
矯正治療
=====================*/
/*-------------------------
ヘッダー
--------------------------*/
.kyoseiheader {
  width: 100%;
  height: 520px;
  padding: 0;
  margin: 0 auto;
  background-image: url(../img/kyosei/header_bg.png);
  background-repeat:  no-repeat;
  background-position: left center;
  background-size:cover;
  position: relative;
}
.kyoseiheader img {
  width: 100%;
  max-width: 606px;
  padding:20px;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -36%);
  -webkit-transform: translate(-50%, -36%);
  -ms-transform: translate(-50%, -36%);
}
.kyoseiheader h2{
  width: 100%;
  text-align: center;
  padding: 0 20px 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 800;
  font-size: 1.6em;
  line-height: 1.6;
  text-shadow:0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
}
.kyoseih2br {
  display: none;
}
@media screen and (max-width: 960px) {
.kyoseiheader {
  height: 400px;
  }
.kyoseiheader img {
  max-width: 500px;
  }
.kyoseiheader h2{
  padding: 0 20px 15px;
  font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
.kyoseiheader {
  height: 320px;
  }
.kyoseiheader img {
  max-width: 420px;
  }
.kyoseiheader h2{
  font-size: 1.2em;
  text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
  }
.kyoseih2br {
  display: block;
  }
}
@media screen and (max-width: 480px) {
.kyoseiheader {
  height: 260px;
  }
.kyoseiheader img {
  max-width: 320px;
  }
.kyoseiheader h2{
  font-size: 1.15em;
  }
}

/*-------------------------
ワイヤー矯正との違い
--------------------------*/
.kyoseicolumn {
  width:100%;
  margin: 20px 0 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:flex-start;
}
.kyoseicolumn li{
  width:50%;
  max-width: 480px;
  padding: 0 15px;
  margin:0 auto;
}
.kyoseicolumn li img {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
.kyoseicolumn {
  flex-direction: column;
  display:block;
  }
.kyoseicolumn li {
  width:100%;
  padding: 0 0 15px;
  }
}

/*-------------------------
背景色
--------------------------*/
/*メリット*/
.mpmeritwrap {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #FFF6DB;
}
@media screen and (max-width: 640px) {
.mpmeritwrap {
  padding: 40px 0;
  }
}
/*デメリット*/
.mpdemeritwrap {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
  background: #E0F0FF;
}
@media screen and (max-width: 640px) {
.mpdemeritwrap {
  padding: 40px 0;
  }
}

/*-------------------------
見出し
--------------------------*/
/*メリット*/
.mpmerit_title {
  width: 100%;
  padding: 0 0 0 18px;
  margin: 0 0 30px;
  line-height:1.6;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  color: #FF7F00;
  border-left: solid 8px #FF7F00;
}
@media(max-width:640px){
.mpmerit_title {
  padding: 0 0 0 12px;
  margin: 0 0 20px;
  font-size: 1.25em;
  border-left: solid 5px #FF7F00;
  }
}
/*デメリット*/
.mpdemerit_title {
  width: 100%;
  padding: 0 0 0 18px;
  margin: 0 0 30px;
  line-height:1.6;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  color: #4CA5FF;
  border-left: solid 8px #4CA5FF;
}
@media(max-width:640px){
.mpdemerit_title {
  padding: 0 0 0 12px;
  margin: 0 0 20px;
  font-size: 1.25em;
  border-left: solid 5px #4CA5FF;
  }
}
/*その他注意事項*/
.mpnote {
  width: 100%;
  padding: 0 0 0 18px;
  margin: 0 0 20px;
  line-height:1.6;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  color: #333;
  border-left: solid 8px #333;
}
@media(max-width:640px){
.mpnote {
  padding: 0 0 0 12px;
  margin: 0 0 15px;
  font-size: 1.25em;
  border-left: solid 5px #333;
  }
}

/*-------------------------
チェックマーク
--------------------------*/
/*メリット*/
.mpmerit_check {
  background: url(../img/kyosei/merit.png) no-repeat;
  background-position:0;
  background-size: 1.4em;
  padding:0 0 0 1.8em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media(max-width:767px){
.mpmerit_check {
  background-size: 1.3em;
  padding:0 0 0 1.6em;
  font-size: 1.1em;
  margin-bottom: 5px;
  }
}
/*デメリット*/
.mpdemerit_check {
  background: url(../img/kyosei/demerit.png) no-repeat;
  background-position:0;
  background-size: 1.4em;
  padding:0 0 0 1.8em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media(max-width:767px){
.mpdemerit_check {
  background-size: 1.3em;
  padding:0 0 0 1.6em;
  font-size: 1.1em;
  margin-bottom: 5px;
  }
}
