@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-top a {
	background-color: #5aaf94;
}

/* ==========================================================================
	MAIN
	========================================================================== */
	
.mainslider {
  position: relative;
  overflow: hidden;
  margin-bottom: 5%!important;
}
.slider {
	position: relative;
	width: 100%;
	left: 50%;
	margin: 0 auto 0 -50%;
}
.slick-slide img {
	width: 100%;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

/*TOP*/

.news-list {
  display: flex;
  padding: 20px;
}
.news-list:nth-child(even) {
  background-color: var(--color02);
}
.news-list__date {
  width: 200px;
}
.news-list__tit {
  flex: 1;
}
.news .bt-cmn01 {
  margin-top: 50px;
}
.mynumber {
  background-color: #f7f7f7;
}
.mynumber__txt {
  float: left;
  width: 58%;
}
.mynumber__tit {
  color: var(--color01);
  font-size: clamp(2.2rem,3.25vw,2.8rem);
}
.mynumber__img {
  float: right;
  width: 37%;
}
.infection__tit {
  color: var(--color01);
  font-size: clamp(2.2rem,3.25vw,2.8rem);
  text-align: center;
}
.infection__tit::before {
  content: "-";
  margin-right: 5px;
}
.infection__tit::after {
  content: "-";
  margin-left: 5px;
}
.infection__tit02 {
  color: var(--color01);
  font-size: clamp(2rem,2.625vw,2.3rem);
  text-align: center;
  margin-bottom: 20px;
}
.infection-list {
  display: inline-block;
  text-align: center;
}
.infection-list__item {
  display: inline-block;
  background-color: var(--color02);
  border-radius: 5px;
  padding: 10px;
  margin: 0 10px 10px 0;
}

.aboutkaneko__tit {
  color: var(--color01);
  font-size: clamp(2.4rem,3.5vw,3rem);
  text-align: center;
}
.aboutkaneko__tit span {
  display: inline-block;
  background-color: #fff;
  padding: 15px;
}
.aboutkaneko-list__item a {
  display: block;
  margin-bottom: 20px;
}
.aboutkaneko-list__item span {
  display: block;
  color: var(--color01);
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 10px;
}
.aboutkaneko-list__item span::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}
.aboutkaneko-list__item p {
  font-size: 90%;
  text-align: center;
}

/*ABOUT*/

.point-list__tit {
  color: var(--color01);
  font-size: 2rem;
  background-color: var(--color02);
  padding: 10px;
}
.doctor__txt {
  float: left;
  width: 60%;
}
.doctor__tit {
  font-size: 2rem;
}
.doctor__img {
  float: right;
  width: 30%;
}
.career-list {
  display: flex;
  padding: 10px;
}
.career-list:nth-child(odd) {
  background-color: #f8f8f8;
}
.career-list__year {
  width: 100px;
}
.career-list__txt {
  flex: 1;
}

/*MEDICAL GUIDANCE*/

.link-nav {
  padding: 8px;
}
.link-nav__item {
  position: relative;
  font-family: var(--font01);
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.link-nav__item:hover {
  background-color: var(--color02);
}

.link-nav__item a {
  display: block;
  color: var(--color01);
  text-align: center;
  border-radius: 10px;
  padding: 40px 0 30px 0;
}
.link-nav__item a img {
  display: block;
  width: 70px;
  margin: 0 auto 20px auto;
}
.link-nav__item a i {
  display: block;
}
.link-nav__tit {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 10px;
}

/*BEGINNER*/

.flow {
  background: url("../images/beginner-images/arrow.gif") 50% 100% no-repeat;
  background-size: 100px;
  padding-bottom: 45px;
  margin-bottom: 15px;
}
.flow-list {
  display: flex;
  background-color: var(--color02);
  padding: 40px;
}
.flow-list__tit {
  color: var(--color01);
  font-size: 2.5rem;
}
.flow-list__img {
  width: 30%
}
.flow-list__txt {
  flex: 1;
  padding-left: 50px;
}
.faq {
  margin-bottom: 50px;
}
.faq:last-child {
  margin-bottom: 0;
}
.faq__tit {
  color: #3c97fd;
  font-family: var(--font01);
  font-size: 2rem;
  margin-bottom: 20px;
}
.faq__tit::before {
  content: "Q";
  color: #3c97fd;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: bold;
  margin-right: 10px;
}
.faq__txt {
	padding-left: 1.5em; /*1em（1文字）分、右に動かす*/
	text-indent: -1.5em; /*最初の行だけ1em（1文字）分、左に動かす*/
  background-color: #fff5ef;
  padding: 20px 40px 20px 40px;
}
.faq__txt span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold;
}
.faq__txt::before {
  content: "A";
  color: var(--color01);
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 10px;
}

/*ACCESS*/

iframe {
  margin-bottom: 40px;
}
.outline tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.outline__tit {
  width: 150px;
  padding: 20px;
}
.outline__txt {
  padding: 20px;
}
.access-list__item {
  float: left;
  width: 33.333%;
}
.access-list__item {
  text-align: center;
  border-right: dotted 1px var(--color01);
  padding: 0 20px;
}
.access-list__item:last-child {
  border-right: none;
}
.access-list__img {
  display: block;
  width: 60px;
  margin: 0 auto 20px auto;
}
.access-list__tit {
  color: var(--color01);
  font-size: 2rem;
  margin-bottom: 15px;
}
.access-list__item p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

/*NEWS*/

.article__tit {
  font-size: clamp(1.6rem,2.25vw,2rem);
  border-bottom: solid 2px var(--color01);
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.article__date {
  font-size: 80%;
  text-align: right;
}
.pager a {
  color: var(--color01);
}
.article .tit-cmn02 {
  margin-bottom: 10px;
}
.anchor {
	background-color: var(--color03);
	padding: 40px 0;
}
.inner-wrap {
  display: block;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.inner-wrap .blockLine {
  padding: 0;
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.inner-wrap .blockLine > .block {
  display: inline-block;
  width: 49%;
  padding: 0;
  margin: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
.inner-wrap .blockLine > .block p {
  text-align: left;
}
.inner-wrap .blockLine > .block figure {
  display: block;
  margin: auto;
}
.inner-wrap .blockLine > .block:first-child {
  margin-left: 0 !important;
}
.inner-wrap .blockLine > .block:last-child {
  margin-right: 0 !important;
}
.inner-wrap .blockLine.blocks_2 > .block {
  width: calc((100% - 2%) / 2);
}
.inner-wrap .blockLine.blocks_3 > .block {
  width: calc((100% - 4%) / 3);
}
.inner-wrap .blockLine.blocks_4 > .block {
  width: calc((100% - 6%) / 4);
}
.inner-wrap .blockLine.blocks_5 > .block {
  width: calc((100% - 8%) / 5);
}
.inner-wrap .blockLine.blocks_6 > .block {
  width: calc((100% - 10%) / 6);
}
.inner-wrap .blockLine.blocks_7 > .block {
  width: calc((100% - 12%) / 7);
}
.inner-wrap .blockLine.blocks_8 > .block {
  width: calc((100% - 14%) / 8);
}
.inner-wrap .blockLine.blocks_2 > .block:nth-child(2n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_3 > .block:nth-child(3n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_4 > .block:nth-child(4n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_5 > .block:nth-child(5n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_6 > .block:nth-child(6n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_7 > .block:nth-child(7n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_8 > .block:nth-child(8n) {
  margin-right: 0;
}

.inner-wrap .blockLine.vertical > .block {
  float: none;
  vertical-align: middle;
  position: relative;
}
.inner-wrap .blockLine.reversal > .block {
  float: right;
  position: relative;
}
.inner-wrap .blockLine .block.last + .block {
  margin-left: 0;
  clear: both;
}
.inner-wrap .blockLine.reversal > .block:first-child {
  margin-left: 2% !important;
  margin-right: 0;
}
.inner-wrap .blockLine.reversal > .block:last-child {
  margin-left: 0;
}

.blockLine > .block.wd10 {
  width: 9%;
}

.blockLine > .block.wd15 {
  width: 14%;
}

.blockLine > .block.wd20 {
  width: 19%;
}

.blockLine > .block.wd25 {
  width: 24%;
}

.blockLine > .block.wd30 {
  width: 29%;
}

.blockLine > .block.wd35 {
  width: 34%;
}

.blockLine > .block.wd40 {
  width: 39%;
}

.blockLine > .block.wd45 {
  width: 44%;
}

.blockLine > .block.wd50 {
  width: 49%;
}

.blockLine > .block.wd55 {
  width: 54%;
}

.blockLine > .block.wd60 {
  width: 59%;
}

.blockLine > .block.wd65 {
  width: 64%;
}

.blockLine > .block.wd70 {
  width: 69%;
}

.blockLine > .block.wd75 {
  width: 74%;
}

.blockLine > .block.wd80 {
  width: 79%;
}

.blockLine > .block.wd85 {
  width: 84%;
}

.blockLine > .block.wd90 {
  width: 89%;
}

.blockLine > .block.wd95 {
  width: 94%;
}

.blockLine > .block.wd100 {
  width: 99%;
}

@media (max-width: 767px) {
  .inner-wrap .blockLine:not(.fix) > .block {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
    float: none;
  }
  .inner-wrap .blockLine:not(.fix) .wd10, .inner-wrap .blockLine:not(.fix) .wd20, .inner-wrap .blockLine:not(.fix) .wd30, .inner-wrap .blockLine:not(.fix) .wd40, .inner-wrap .blockLine:not(.fix) .wd60, .inner-wrap .blockLine:not(.fix) .wd70, .inner-wrap .blockLine:not(.fix) .wd80, .inner-wrap .blockLine:not(.fix) .wd90, .inner-wrap .blockLine:not(.fix) .wd15, .inner-wrap .blockLine:not(.fix) .wd25, .inner-wrap .blockLine:not(.fix) .wd35, .inner-wrap .blockLine:not(.fix) .wd45, .inner-wrap .blockLine:not(.fix) .wd65, .inner-wrap .blockLine:not(.fix) .wd75, .inner-wrap .blockLine:not(.fix) .wd85, .inner-wrap .blockLine:not(.fix) .wd95 {
    width: 100%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block {
    display: inline-block;
    width: 49%;
    padding: 0;
    margin: auto;
    float: left;
    margin-top: 2%;
    text-align: left;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(even) {
    margin-left: 2%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(odd) {
    clear: both;
  }
  .inner-wrap .blockLine.reversal > .block:first-child {
    margin-left: 0 !important;
  }
  }

/* ==========================================================================
	PC 1025px -
	========================================================================== */

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

.aboutkaneko {
  background: url("../images/cmn-images/bg.jpg") 50% 0 no-repeat;
	background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

/*TOP*/

.news-list__date {
  width: 170px;
}
.aboutkaneko {
  background: url("../images/cmn-images/bg.jpg") 50% 0 no-repeat;
}

/*ACCESS*/

.access-list__item img {
  width: 40px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

/*TOP*/

.news-list {
  display: block;
  padding: 15px;
}
.news-list__date {
  width: 100%;
  margin-bottom: 10px;
}
.news .bt-cmn01 {
  margin-top: 30px;
}
.mynumber__txt {
  float: none;
  width: 100%;
  margin-bottom: 40px;
}
.mynumber__img {
  display: block;
  float: none;
  width: 70%;
  margin: 0 auto;
}
.aboutkaneko {
  background: url("../images/cmn-images/bg.jpg") 50% 0 repeat;
}

/*ABOUT*/

.point-list__tit {
  font-size: 1.7rem;
}
.doctor__txt {
  float: none;
  width: 100%;
  margin-bottom: 40px;
}
.doctor__tit {
  font-size: 1.8rem;
}
.doctor__img {
  display: block;
  float: none;
  width: 60%;
  margin: 0 auto;
}
.career-list__year {
  width: 70px;
  font-size: 80%;
}
.career-list__txt {
  flex: 1;
}

/*MEDICAL GUIDANCE*/

.link-nav {
  padding: 5px;
}
.link-nav__item a {
  padding: 20px 0 10px 0;
}
.link-nav__item a img {
  width: 50px;
  margin: 0 auto 15px auto;
}
.link-nav__tit {
  font-size: 1.8rem;
}

/*BEGINNER*/

.flow {
  background: url("../images/beginner-images/arrow.gif") 50% 100% no-repeat;
  background-size: 70px;
  padding-bottom: 35px;
  margin-bottom: 10px;
}
.flow-list {
  display: block;
  padding: 20px;
}
.flow-list__tit {
  font-size: 2rem;
}
.flow-list__img {
  width: 100%;
  margin-bottom: 30px;
}
.flow-list__txt {
  padding-left: 0;
}
.faq__tit {
  font-size: 1.8rem;
}
.faq__txt {
	padding-left: 1.9em; /*1em（1文字）分、右に動かす*/
	text-indent: -1.9em; /*最初の行だけ1em（1文字）分、左に動かす*/
  background-color: #fff5ef;
  padding: 15px 20px 15px 40px;
}

/*ACCESS*/

.outline__tit {
  display: block;
  width: 100%;
  padding: 15px 15px 0 15px;
}
.outline__txt {
  display: block;
  width: 100%;
  padding: 15px;
}
.access-list__item {
  float: none;
  width: 100%;
}
.access-list__item {
  display: flex;
  border-bottom: dotted 1px var(--color01);
  border-right: none;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.access-list__item:last-child {
  border-right: none;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.access-list__img {
  width: 60px;
  margin: 0;
}
.access-list__item img {
  display: block;
  width: 40px;
  margin: 0 auto 20px auto;
}
.access-list__box {
  flex: 1;
  text-align: left;
  padding-left: 20px;
}
.access-list__tit {
  color: var(--color01);
  font-size: 2rem;
  margin-bottom: 15px;
}
.access-list__item p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

}

