@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
html, body, div, span, object, iframe, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  color: #1a1a1a;
  line-height: 1.5;
  font-size: 100%;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, input, select, textarea {
  vertical-align: middle;
}
a {
  color: #000000;
  /*transition: 0.5s;*/
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}
ruby rt {
  font-size: 12px;
}
ruby rt span {
  display: inline-block;
  width: 8px;
  height: 1px;
}
/*Icon Fonts*/
@font-face {
  font-family: 'kokoro';
  src: url('../font/ipaexm.ttf'), url('../font/ipaexg.ttf');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\e600";
}
.icon-twitter:before {
  content: "\e601";
}
.icon-pinterest:before {
  content: "\e602";
}
/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
body {
  font-family: sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 100;
  color: #1a1a1a;
}
/*
=========================================
	Modules（Block）
=========================================
*/
#Contents #ContentsInner {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
#Main {
  margin: 0 auto !important;
  padding: 8px 0 0 !important;
  width: 100% !important;
}
#MainInner {
  border-top: medium none !important;
  margin: 0 auto !important;
  width: 100% !important;
  padding-top: 0 !important;
}
#Main .BreadCrumb {
  border-bottom: 1px solid #dcdcd5;
  margin: 0 auto !important;
  padding-bottom: 6px;
  width: 980px !important;
}
#Footer {
  margin: 0 auto !important;
}
#cn-asahi {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 980px;
}
#cn-top-wrapper {
  clear: both;
  width: 100%;
}
#cn-wrapper {
  width: 100%;
}
#cn-container {
  margin: 0 auto;
  width: 980px;
}
#cn-content {
  margin: 10px auto 50px;
  width: 980px;
}
#cn-main {
  width: 980px;
}
#cn-side {
  float: right;
  width: 300px;
}
/*
=========================================
	Each page（Original）
=========================================
*/
.main_intro {
  background: url("../images/main_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px;
  margin: 10px 0 30px;
  box-sizing: border-box;
  position: relative;
}
.main_intro h1 {
  text-align: center;
  font-size: 180%;
  color: #fff;
  line-height: 1;
}
.main_intro h1 span {
  display: inline-block;
  margin: 25px 0 0;
  font-size: 60%;
}
.main_intro p {
  font-size: 60%;
  letter-spacing: -.02em;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 5px;
}
.comment {
  width: 100%;
  border: 2px solid #000;
  background: #ddf1fc;
  padding: 10px;
  box-sizing: border-box;
  margin: 40px auto;
}
.comment .logo {
  display: block;
  text-align: center;
  padding: 15px 0;
}
.bnr img {
  float: none !important;
  margin: 0 auto !important;
  display: block;
}
.comment .logo img {
  display: block;
  float: none;
  margin: 0 auto;
}
.comment p {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
}
.comment p:first-of-type {
  margin-top: 0;
}
.comment p.name {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  display: block;
}
.article p.note {
  font-size: 12px;
}
.comment p span.smallTxt {
  font-size: 12px;
}
.comment p.name .katagaki {
  font-size: 14px;
  display: block;
}
.comment p a {
  text-decoration: underline;
}
.comment p a:hover {
  text-decoration: none;
}
.comment p.company {
  font-size: 14px;
}
.float_none {
  text-align: center;
}
.float_none img {
  float: none !important;
  margin: 20px auto !important;
}
.smallList li {
  font-size: 13px;
}
.article p.bigTxt {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.article p.prof {
  margin-top: 20px;
  font-size: 12px;
}
.article .kazari {
  text-align: center;
}
.article .kazari span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  border-radius: 20px;
  background: #ec6500;
}
.thin-bg {
  background: #ddf1fc;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
.thin-bg h3 {
  margin: 0;
}
.thin-bg p {
  margin-bottom: 0 !important;
  margin-top: 15px;
}
.intro {
  background-color: #a7cd3a;
  position: relative;
  background-image: url(../images/doctor.jpg);
  background-repeat: no-repeat;
  background-position: 520px bottom;
  background-size: 102px 109px;
  margin-top: 8px;
}
.intro h1 {
  font-size: 190%;
  color: #fff;
  padding: 35px 25px;
  line-height: 1.4;
}
.intro span {
  font-size: 60%;
}
.intro p {
  font-size: 70%;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
}
.article {
  background: #fff;
  color: #444;
  margin-bottom: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.article p {
  margin-bottom: 20px;
  font-size: 100%;
  line-height: 1.6;
  font-weight: normal;
}
h2 {
  font-size: 140%;
  margin: 40px 0 20px;
  line-height: 1;
  padding: 12px 20px;
  background: #0081C4;
  color: #fff;
}
h3 {
  font-size: 120%;
  margin: 35px 0 10px;
  line-height: 1.3;
  padding: 2px 20px;
  border-left: 5px solid #0081C4;
}
.article p.fonts {
  font-size: 80%;
  margin: 0 0 5px;
}
.article a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #444;
  padding-bottom: 2px;
}
.article a:hover {
  border-bottom: 2px solid #444;
}
.article img {
  float: right;
  margin: 0 0 25px 25px;
}
.imgLeft {
  width: 260px;
  float: left;
  margin: 0 25px 25px 0;
}
.imgLeft img {
  margin: 0 0 10px;
  padding: 0;
  display: block;
}
.imgLeft p {
  font-size: 90%;
  margin: 0;
  line-height: 1.4;
}
.article_item {
  width: 100%;
  text-align: center;
}
.article_item img {
  width: 100%;
  max-width: 480px;
  float: none;
  margin: 0 auto;
}
.imgProf {
  float: right;
  width: 200px;
  text-align: center;
  position: relative;
}
.imgProf img {
  float: none;
  width: 150px;
  border: 3px solid #EE1D2A;
  border-radius: 50%;
  margin: 0;
}
.imgProf span {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
.imgProf span.name {
  font-size: 20px;
  margin-top: 5px;
}
.imgProf span.name ruby rt {
  font-size: 10px;
}
.imgProf p.cap {
  font-size: 12px;
  background: red;
  color: #fff;
  padding: 2px 4px;
  position: absolute;
  left: 50px;
  top: 135px;
  margin: 0;
  border-radius: 4px;
}
.profile {
  border: 2px solid #ecffb5;
  overflow: hidden;
  margin-top: 40px;
}
.profile h2 {
  font-size: 100%;
  margin: 0 0 10px;
}
.profile p {
  font-size: 80%;
  margin: 0;
  line-height: 1.4;
  font-weight: normal;
}
.profile .left {
  width: 156px;
  float: left;
  text-align: center;
}
.profile .left img {
  width: 125px;
  height: 79px;
  margin: 35px auto 0;
  float: none;
}
.profile .right {
  width: 440px;
  float: right;
  padding: 15px 20px;
  background-color: #ecffb5;
}
.profile a {
  text-decoration: none;
  color: #444;
}
.profile a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  color: #6E6E6E;
}
.table1 {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
.table1 th, .table1 td {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 5px;
  font-size: 90%;
}
.table1 th {
  font-weight: bold;
  text-align: center;
}
.table1 td {
  font-weight: normal;
}
.table2 {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.table2 th, .table2 td {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 10px;
  font-weight: normal;
}
.table2 th {
  background-color: #ecffb5;
  text-align: left;
}
_:-ms-fullscreen, :root .main_intro h1 span {
  margin: 25px 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ruby {
    display: inline-block !important;
  }
  ruby rt {
    display: inline-block !important;
  }
}
@supports (-ms-ime-align: auto) {
  .main_intro h1 span {
    margin: 25px 0 0;
  }
}
@supports (-ms-accelerator: true) and (not (color: unset)) {
  .main_intro h1 span {
    margin: 25px 0 0;
  }
}
@supports (-ms-accelerator: true) and (color: unset) {
  .main_intro h1 span {
    margin: 25px 0 0;
  }
}
@supports (-ms-ime-align: auto) and (not (-ms-accelerator: true)) and (not (-webkit-text-stroke: initial)) {
  .main_intro h1 span {
    margin: 25px 0 0;
  }
}
.site-policy a {
  text-decoration: underline;
}
.site-policy dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  padding: 5px;
  /* border: 1px solid #000; */
  text-align: center;
  background: #3e3e3e;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.site-policy dt img {
  width: 20px;
  position: absolute;
  right: 15px;
  top: 9px;
}
.site-policy dt:hover {
  cursor: pointer;
  opacity: .7;
  transition: all ease .5s;
}
.site-policy dd {
  display: none;
  font-size: 14px;
  line-height: 1.5;
}
.site-policy p {
  font-size: 14px;
}
/*
=========================================
	Modules（Parts）
=========================================
*/
#cn-main #sns {
  text-align: right;
  padding: 15px 0 5px 0;
}
/* フロート／フロート解除
---------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* 表示調整
---------------------------------*/
/*SP*/
.u-sp {
  display: block;
}
.u-pc {
  display: none;
}
/*