﻿@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');


/*=================================================
OSA
=================================================*/
.MASwrap {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
  padding: 30px 20px;
  margin: 0 auto;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}


/*=================================================
セレック
=================================================*/
/*-------------------------
ステップ
--------------------------*/
/*ステップ*/
.cerecstep {
  width: 100%;
  max-width: 640px;
  padding: 12px 20px;
  margin: 0 auto;
  background: #EEE;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1.6;
}
.cerecstep_arr {
  margin: 15px 0; 
}
@media screen and (max-width: 640px) {
.cerecstep {
  padding: 10px 15px;
  }
.cerecstep_arr {
  margin: 10px 0; 
  }
}


/*=================================================
当院のご案内
=================================================*/
/*-------------------------
2カラムレイアウト
--------------------------*/
.sidelayout {
  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: flex-start;
}
.sidelayout_title {
  width:25%;
  max-width: 240px;
  margin:0 30px 0 0;
}
.sidelayout_article {
  width:75%;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
.sidelayout {
  flex-direction: column;
  display:block;
  }
.sidelayout_title {
  width:100%;
  max-width:100%;
  margin:0 0 0 0;
  }
.sidelayout_article {
  width:100%;
  max-width: 100%;
  }
}

/*-------------------------
項目テーブル
--------------------------*/
.infotable {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}
table.infotable th {
  width: 25%;
  font-weight: bold;
  color: #FDBA2F;
  vertical-align: top;
  padding: 0 15px 0 0;
}
table.infotable td {
  width: 75%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
table.infotable th,
table.infotable td {
  display:block;
  width: 100%;
  }
}

/*-------------------------
診療内容リンク
--------------------------*/
.servicelink {
  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: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.servicelink li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 20px 20px 0;
  box-sizing: border-box;
}
.servicelink img {
  width:100%;
  max-width: 120px;
}
@media screen and (max-width: 640px) {
.servicelink li {
  padding:0 15px 15px 0;
  }
.servicelink img {
  max-width: 80px;
  }
}

/*-------------------------
スタッフ紹介
--------------------------*/
.staff {
  width:100%;
  margin: auto;
  padding:0 0 30px;
  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;
}
.staff_img {
  width:100%;
  max-width:240px;
  margin:0 30px 0 0;
}
.staff_text {
  box-sizing: border-box;
  max-width: 100%;
  flex: 1;
  padding: 15px 0 0;
}
@media screen and (max-width: 640px) {
.staff {
  flex-direction: column;
  display:block;
  }
.staff_img {
  max-width:100%;
  margin:0 0 15px 0;
  }
.staff_text {
  padding: 0 0 0;
  }
.staff_img img{
  max-width:180px;
  }
}


/*=================================================
トップページ
=================================================*/
/*-------------------------
スライダー
--------------------------*/
.topimg {
  width: 100%;
  height: auto;
  min-height: 680px;
}
@media screen and (max-width: 960px) {
.topimg {
  min-height: 420px;
  }
}
@media screen and (max-width: 640px) {
.topimg {
  min-height: 240px;
  }
}

/*-------------------------
お知らせ
--------------------------*/
.news {
  width:100%;
  margin: auto;
  padding:0 0 50px;
  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;
}
.news_title {
  width:100%;
  max-width: 100%;
  margin:0 30px 0 0;
  flex: 1;
}
.news_article {
  box-sizing: border-box;
  max-width: 640px;
  flex: 2;
}
.news_title img{
  width:100%;
  max-width:240px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
.news {
  flex-direction: column;
  display:block;
  padding:0 0 40px;
  }
.news_title {
  width:100%;
  max-width:100%;
  margin:0 0 15px 0;
  }
.news_article {
  max-width: 100%;
  }
.news_title img{
  max-width:200px;
  }
}

/*-------------------------
当院の特徴
--------------------------*/
/* 黄色線あり */
.pointsbox {
  width: 100%;
  padding: 40px 0;
  margin: 0;
  background: #FFF5E0;
  border-top: 5px solid #FDBA2F;
}
@media(max-width:640px){
.pointsbox {
  padding: 25px 0;
  border-top: 3px solid #FDBA2F;
  }
}

.points {
  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: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.points li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 20px 30px 0;
  box-sizing: border-box;
}
.points img {
  width:100%;
}
.points a {
  font-weight: normal;
  text-decoration:none;
  color: #333;
}
@media screen and (max-width: 640px) {
.points {
  flex-direction: column;
  display:block;
  }
.points li {
  width: 100%;
  max-width:100%;
  padding:0 0 20px 0;
  }
.points li:last-child{
  padding:0 0 0 0;
  }
}

/*=================================================
共通パーツ
=================================================*/
/*-------------------------
共通ヘッダー
--------------------------*/
header {
  width:100%;
  margin: auto;
  padding:0;
  background: #FFF;
}
.headwrap {
  width: 100%;
  max-width: 1000px;
  padding: 20px 20px 20px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
.headlogo {
  width:100%;
  max-width:360px;
  margin:0 20px 0 0;
}
.headinfo {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 960px) {
.headlogo img{
  max-width:300px;
  }
}
@media screen and (max-width: 640px) {
.headwrap {
  padding: 15px 15px 10px;
  }
.headinfo {
  display: none;
  }
.headlogo{
  margin:0 0 0 0;
  max-width:100%;
  }
.headlogo img{
  max-width:200px;
  }
}

/*-------------------------
共通ナビゲーション
--------------------------*/
nav {
  width:100%;
  max-width: 1000px;
  margin: auto;
  padding:0;
  line-height: 100%;
}
.navbar {
  background: #FDBA2F;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0 20px 60px;
  padding: 15px 0;
}
.navwrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:center;
  align-items:center;
  flex-wrap: nowrap;
  background-image:url(../img/common/navdot.png);
  background-position:center top;
  background-repeat:repeat-y;
-moz-background-size:contain;
background-size:contain;
}
.navwrap li {
  width: 25%;
  width: calc(100% / 4);
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
}
.navwrap li img {
  width: 100%;
  max-width: 140px;
  padding: 0 10px;
}
.navwrap li a {
  display: block;
}
@media(max-width:767px){
.navbar {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 0 10px 30px;
  padding:8px 0;
  }
.navwrap li img {
  max-width: 120px;
  padding: 0 6px;
  }
}

/*-------------------------
共通フッター
--------------------------*/
footer {
  width: 100%;
  background: #FFF;
  padding: 25px 0 0;
  margin: 0;
  text-align: center;
}
footer a {
  text-decoration: none !important;
}
.copyright {
  font-size: 0.7em;
  color: #999;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 20px;
}

/* 区切り線付きリンク */
.footlink {
  margin: 20px 0 10px;
  line-height: 2em;
  text-align: center;
  font-size: 0.9em;
  padding: 0 15px;
}
.footlink li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}
.footlink li+li {
	border-left:1px solid #999;
}
@media(max-width:767px){
.footlink {
  font-size: 0.8em;
  }
.footlink li {
  white-space: nowrap;
  }
}
/* フッターマップ埋め込み */
.footmap {
  position: relative;
  padding-top: 30%;
  height: 0;
  overflow: hidden;
}
.footmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media(max-width:767px){
.footmap {
  padding-top: 60%;
  }
}

/*-------------------------
お問い合わせ導入枠
--------------------------*/
.consulbox {
  width: 100%;
  padding: 50px 0 40px;
  margin: 60px 0 0;
  background: #FFF5E0;
}
@media(max-width:640px){
.consulbox {
  padding: 30px 0 25px;
  margin: 30px 0 0;
  }
}
/* 横並びボタン */
.consulbtnbox {
  width: 100%;
  margin: auto;
  padding:15px 0 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;
}
.consulbtnbox li{
  margin:0 10px 0 0;
}
.consulbtnbox li:last-child{
  margin:0 0 0 0;
}
@media(max-width:640px){
.consulbox {
  margin: 40px 0 0;
  }
.consulbtnbox li{
  margin:0 5px 0 0;
  }
}

/*-------------------------
フッター診療内容ナビ
--------------------------*/
.servicenav {
  width:100%;
  margin: 0;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:flex-start;
  align-items: center;
  align-items:stretch;
  flex-wrap: wrap;
}
.servicenav li {
  width: 16.66%;
  width: calc(100% / 6);
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  height: 200px;
  line-height: 200px;
  margin: 0;
  overflow: hidden;
}
.servicenav li img {
  width:100%;
  max-width: 240px;
  height: auto;
  padding: 15px;
}
.servicenav_imgmask {
  height: 100%;
  background: rgba(0,0,0,0.50);
}
.servicenav01 {
  background-image:url(../img/common/nav_ippan_img.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.servicenav02 {
  background-image:url(../img/common/nav_kyosei_img.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.servicenav03 {
  background-image:url(../img/common/nav_shinbi_img.png);
  background-position:center top;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.servicenav04 {
  background-image:url(../img/common/nav_implant_img.png);
  background-position:center top;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.servicenav05 {
  background-image:url(../img/common/nav_cerec_img.png);
  background-position:center top;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.servicenav06 {
  background-image:url(../img/common/nav_mouthpiece_img.png);
  background-position:center top;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 1200px) {
.servicenav li {
  width: 33.33%;
  width: calc(100% / 3);
  height: 140px;
  line-height: 140px;
  }
.servicenav img {
  padding: 10px;
  }
}
@media screen and (max-width: 767px) {
.servicenav li {
  width: 50%;
  width: calc(100% / 2);
  height: 100px;
  line-height: 100px;
  }
}
@media screen and ( min-width: 640px ){
.servicenav a:hover{
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(1.2);
  transition:all 0.8s ease;
  }
}

/*-------------------------
黄色背景ボックス
--------------------------*/
.yellowbox {
  width: 100%;
  padding: 30px;
  margin: 15px 0 40px;
  background: #FFF5E0;
}
@media(max-width:640px){
.yellowbox {
  padding: 15px;
  margin: 10px 0 30px;
  }
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 40px;
  bottom:40px;
}
.jumpbtn {
  width:5em;
  height:5em;
  cursor:pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor:pointer;
  background:#FDBA2F;
  position: relative;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 45%;
  right: 1.7em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-top: 2px solid #FFF; 
  border-right: 2px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:768px){
#jumptop{
  right: 20px;
  bottom:20px;
  }
.jumpbtn {
  width: 3.5em;
  height: 3.5em;
  }
.jumpbtn:before {
  top: 42%;
  right: 1.2em;
  width: 1em;
  height: 1em;
  }
}

/*-------------------------
サブタイトル
--------------------------*/
/* 黒大文字＋英文 */
.subtitle {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.3;
  color: #000;
  font-weight: normal;
  font-size: 2em;
  margin-bottom: 6px;
}
.subtitle_eng {
  font-family: 'Quicksand', sans-serif;
  line-height:1.2;
  color: #FDBA2F;
  font-weight: 300;
  font-size: 1.6em;
  margin: 0 0 30px;
}
.subtitle_S {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.3;
  color: #000;
  font-weight: normal;
  font-size: 1.8em;
  margin: 0 0 30px;
}
@media screen and (max-width: 960px) {
.subtitle {
  font-size: 1.6em;
  }
.subtitle_eng {
  font-size: 1.2em;
  margin: 0 0 20px;
  }
.subtitle_S {
  font-size: 1.4em;
  margin: 0 0 20px;
  }
}

/* 黄色ドット下線 */
.subtitle2 {
  width: 100%;
  padding: 0 0 4px;
  margin: 0;
  background-image:url(../img/common/dotline.png);
  background-position:bottom left;
  background-repeat:repeat-x;
  font-size: 1.3em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
}
.subtitle2_S {
  width: 100%;
  padding: 0 0 4px;
  margin: 0;
  background-image:url(../img/common/dotline.png);
  background-position:bottom left;
  background-repeat:repeat-x;
  font-size: 1.15em;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 840px) {
.subtitle2 {
  font-size: 1.1em;
  }
.subtitle2_S {
  font-size: 1em;
  }
}

/* 文頭に黄色丸 */
.subtitle3 {
	position:relative;
	line-height:1.6;
	padding-left:1.1em;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 2px;
}
.subtitle3:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:0.8em;
	height:0.8em;
	background:url(../img/common/marker.png) no-repeat;
	background-size:contain;
  margin: 5px 0 0;
}
@media screen and (max-width: 640px) {
.subtitle3 {
  font-size: 1em;
  }
}

/* 文頭に黄色丸のみ */
.subtitle4 {
	position:relative;
	line-height:1.6;
	padding-left:1.1em;
  margin-bottom: 2px;
}
.subtitle4:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:0.6em;
	height:0.6em;
	background:url(../img/common/marker.png) no-repeat;
	background-size:contain;
  margin: 0.4em 0 0;
}

/*-------------------------
ボタン
--------------------------*/
/* 黄角丸ボタン */
.btn {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  font-size:1em;
  cursor: pointer;
  padding: 6px 12px;
  text-decoration: none;
  color: #FFF;
  background: #FDBA2F;
  text-align: center;
  font-weight: bold;
  line-height: 100%;
  border: 2px solid #FDBA2F;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin:10px 0;
  display: inline-block;
  transition: all .3s;
}
a.btn:hover {
  background: #FFF;
  color: #FDBA2F;
  border: 2px solid #FDBA2F;
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び2列固定 */
.gallery2 {
  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: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 15px 15px 0;
  box-sizing: border-box;
}
.gallery2 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2 li {
  padding:0 10px 10px 0;
  }
}

/* 写真ギャラリー横並び3列固定 */
.gallery3 {
  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: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 15px 15px 0;
  box-sizing: border-box;
}
.gallery3 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3 li {
  padding:0 8px 8px 0;
  }
}

/* 写真ギャラリーキャプション */
.gallerycaption {
  font-size: 0.8em;
  margin-top: 6px;
  line-height: 1.5;
  padding: 0;
}
@media screen and (max-width: 640px) {
.gallerycaption {
  font-size: 0.7em;
  margin-top: 5px;
  line-height: 1.4;
  }
}
/*-------------------------
横並びflexbox
--------------------------*/
/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  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: flex-start;
  align-items:flex-start;
}
.col2 li{
  width:50%;
  margin:0 40px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 15px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

/* 画像＋テキスト／幅1:2＆中央揃え (640px以下で縦列切り替え) */
.column {
  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;
}
.column_img {
  flex: 1;
  margin:0 20px 0 0;
}
.column_text {
  flex: 2;
}
@media screen and (max-width: 960px) {
.column {
  align-items:flex-start;
  }
}
@media screen and (max-width: 640px) {
.column {
  flex-direction: column;
  display:block;
  }
.column_img {
  max-width:100%;
  margin:0 0 10px 0;
  }
}

/* 画像＋テキスト／幅1:2＆中央揃え (767px以下で上揃え) */
.column2 {
  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;
}
.column2_img {
  flex: 1;
  margin:0 20px 0 0;
}
.column2_text {
  flex: 2;
}
@media screen and (max-width: 767px) {
.column2 {
  align-items:flex-start;
  }
.column2 li {
  margin:0 15px 0 0;
  }
.column2 li:last-child{
  margin:0 0 0 0;
  }
}

/*-------------------------
ブログ更新プログラム
--------------------------*/
/*レイアウト*/
.blogarticle {
  width:100%;
  margin: 0;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.blogarticle_main {
  box-sizing: border-box;
  width:100%;
  max-width: 640px;
}
.blogarticle_parts {
  width:100%;
  max-width:300px;
  margin:0 0 0 30px;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
@media screen and (max-width: 960px) {
.blogarticle_parts {
  max-width:240px;
  }
}
@media screen and (max-width: 740px) {
.blogarticle {
  flex-direction: column;
  display:block;
  }
.blogarticle_main {
  max-width:100%;
  margin:0 0 40px;
  }
.blogarticle_parts {
  max-width:100%;
  margin:0;
  }
}

/*記事タイトル*/
.blogarticle_main h2 {
  font-family: "Noto Sans Japanese", sans-serif;
  line-height:1.5;
  font-weight: bold;
  font-size: 1.8em;
  color: #FDBA2F;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
.blogarticle_main h2 {
  font-size: 1.4em;
  }
}

/* アイコン付き文字(更新日時・カテゴリ) */
.blog_document {
  width: 100%;
  margin: 0 0 30px;
}
.articledate{
	position:relative;
	line-height:100%;
	padding-left:1.4em;
  color: #999;
  font-size: 0.9em;
  margin-right: 12px;
  white-space: nowrap;
}
.articledate:before{
	position:absolute;
	left:0;
  top: 0.2em;
	content:"";
	display:inline-block;
	width:1.1em;
	height:1.1em;
	background:url(../img/blog/icon_clock.png) no-repeat;
	background-size:contain;
}
.articlecat{
	position:relative;
	line-height:100%;
	padding-left:1.3em;
  color: #999;
  font-size: 0.9em;
  margin-right: 12px;
  white-space: nowrap;
}
.articlecat:before{
	position:absolute;
	left:0;
  top: 0.2em;
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(../img/blog/icon_folder.png) no-repeat;
	background-size:contain;
}
.articlecat a {
  text-decoration: none;
  color: #999;
  font-weight: normal;
}
.articlecat a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
.articledate,
.articlecat {
  font-size: 0.8em;
  margin-right: 8px;
  }
}

/* 記事メイン画像 */
.blog_mainimg {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

/* 目次 */
.chapterlisttitle {
  width: 100px;
  background: #FDBA2F;
  color: #FFF;
  font-weight: bold;
  margin: 30px 0 0;
  text-align: center;
  padding: 8px 6px 6px;
  line-height: 100%;
  white-space: nowrap;
}
.chapterlist {
  width: 100%;
  background: #FFF;
  padding: 10px 15px;
  margin: 0 0 30px;
  border: 1px solid #FDBA2F;
}
.chapterlist a {
  text-decoration: none;
  font-weight: normal;
}
.chapterlist a:hover {
  text-decoration:underline;
}
.chapterlist h3 {
  margin: 6px 0;
}

/* 各チャプタータイトル */
.chaptertitle {
	position: relative;
	overflow: hidden;
	padding-bottom: 5px;
  margin: 30px 0 15px;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5;
  color: #333;
}
.chaptertitle::before,
.chaptertitle::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.chaptertitle:before{
	border-bottom: 4px solid #FDBA2F;
	width: 100%;
}
.chaptertitle:after{
	border-bottom: 4px solid #DADAD9;
	width: 100%;
}
@media screen and (max-width: 640px) {
.chaptertitle {
  font-size: 1.2em;
  }
}

/* 右枠ブログパーツ */
.blogpartsboxtitle {
  padding: 0;
  margin: 0 0 18px;
  color: #FDBA2F;
  font-weight: 700;
  font-size: 1em;
  line-height: 100%;
  white-space: nowrap;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.03em;
}
.blogpartsbox {
  width: 100%;
  padding: 15px 15px 5px;
  margin: 0 0 20px;
  background: #F5F5F5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.blogpartsbox a {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.6;
}
.blogpartsbox a:hover {
  text-decoration:underline;
}
.blogpartslink {
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  width: 96%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.blogpartslink::before,
.blogpartslink::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: top;
}
.blogpartslink::before{
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FDBA2F;
  border-right: 2px solid #FDBA2F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}