@charset "UTF-8";
/*
Theme Name: kararepo1
Description: トーキョービューティースタイルテンプレート
Author: e.yamamoto
Version: 1.0
*/


/* ↓基本設定
-----------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: none;
}

img{
	border: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

html{
	overflow-y: scroll;
}

div#wrapper{
	margin: 0 auto;
}

.pc_none {
	display: none;

}

.pc_block_none {
	display: none;

}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	line-height: 1.6;
	background-color: #fff;
	color: #333;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

.underline {
	text-decoration: underline;

}

.clear {
  clear: both;
}

.br1{
	margin-top: 50px;
}

/* ↓共通
-----------------------------*/

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.mt-30{
	margin-top: 30px;
}

.mt-40{
	margin-top: 40px;
}

.mt-50{
	margin-top: 50px;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-40{
	margin-bottom: 40px;
}

.mb-50{
	margin-bottom: 50px;
}

.ml-10{
	margin-left: 10px;
}

.ml-20{
	margin-left: 20px;
}

.ml-30{
	margin-left: 30px;
}

.ml-40{
	margin-left: 40px;
}

.ml-50{
	margin-left: 50px;
}

.mr-10{
	margin-right: 10px;
}

.mr-20{
	margin-right: 20px;
}

.mr-30{
	margin-right: 30px;
}

.mr-40{
	margin-right: 40px;
}

.mr-50{
	margin-right: 50px;
}

.pt-10{
	padding-top: 10px;
}

.pt-20{
	padding-top: 20px;
}

.pt-30{
	padding-top: 30px;
}

.pt-40{
	padding-top: 40px;
}

.pt-50{
	padding-top: 50px;
}

.pb-10{
	padding-bottom: 10px;
}

.pb-20{
	padding-bottom: 20px;
}

.pb-30{
	padding-bottom: 30px;
}

.pb-40{
	padding-bottom: 40px;
}

.pb-50{
	padding-bottom: 50px;
}

.pl-10{
	padding-left: 10px;
}

.pl-20{
	padding-left: 20px;
}

.pl-30{
	padding-left: 30px;
}

.pl-40{
	padding-left: 40px;
}

.pl-50{
	padding-left: 50px;
}

.pr-10{
	padding-right: 10px;
}

.pr-20{
	padding-right: 20px;
}

.pr-30{
	padding-right: 30px;
}

.pr-40{
	padding-right: 40px;
}

.pr-50{
	padding-right: 50px;
}

.bold{
	font-weight: bold;

}

.blown1{
	color: #856045;

}

.green1{
	color: #6dba70;

}

.pink1{
	color: #fa7397;

}

.blue1{
	color: #00bfff;

}

.red1{
	color: #ff0000;

}

.yellow1{
	color: #ffc723;
}


.em1{
    color: #333;
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 70%, #fff45c 70%);
}

.em2{
    color: #333;
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 70%, #ffc1e0 70%);
}

.hr-text{
	border-bottom: solid 1px #deddd8;
}

.hr{
	background-repeat: repeat-x;
	height: 1px;
	clear: both;
}

.hr--type1{
	background: url(img/top_bar3.png);
    background-repeat: repeat-x;
    margin: 0 10px;
}

.hr--type2{
	background: url(img/top_bar3.png);
    background-repeat: repeat-x;
    margin: 0 10px;
}

.hr--type3{
	background: url(img/top_bar4.png);
}

.hr--type4{
	background: url(img/top_bar1.png);
}

.button{
	text-align: center;
	margin: 50px auto 30px;
	padding: 12px 16px;
	font-size: 14px;
	background-color: #848484;
    width: 330px;
    border: 1px solid #999999;
    border-radius: 5px;
}

.button a{
    color: #fff;
    margin: 0 5px;
    box-sizing: border-box;
	-webkit-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;

}

.button a:hover{
	opacity: 0.7;

}

.button2__outer{
	text-align: center;

}

.button2{
    text-align: center;
    margin: 0px auto;
    padding: 12px 16px;
    font-size: 14px;
    width: 330px;
    border-radius: 5px;
    color: #ffffff;
    -webkit-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
    font-weight: bold;
}

.button2--pink{
	margin-bottom: 20px;
	background-color: #f986a5;
	border: 1px solid #fa4c7b;
}

.button2--blue{
    margin-bottom: 20px;
    background-color: #96d6e0;
    border: 1px solid #5ccddf;
}


.button3 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 5px auto;
    background-color: #ed4545;/*ボタンの色*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.button3:hover {
    text-decoration: none;
    color: #fff;
}
.button3::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button3 3s ease-in-out infinite;
}
@-webkit-keyframes button3 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.button3__text-outer{
	text-align: center;
	color: #f85983;
	font-weight: bold;
	font-size: 16px;
	margin: 30px 0 40px;
}

.button4 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 5px auto;
    background-color: #5ccddf;;/*ボタンの色*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.button4:hover {
    text-decoration: none;
    color: #fff;
}
.button4::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button3 3s ease-in-out infinite;
}
@-webkit-keyframes button3 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.button4__text-outer{
	text-align: center;
	color: #5ccddf;
	font-weight: bold;
	font-size: 16px;
	margin: 30px 0 40px;
}


.button5 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 5px auto;
    background-color: #886a9e;/*ボタンの色*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.button5:hover {
    text-decoration: none;
    color: #fff;
}
.button5::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: button5 3s ease-in-out infinite;
}
@-webkit-keyframes button5 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.button5__text-outer{
	text-align: center;
	color: #886a9e;
	font-weight: bold;
	font-size: 16px;
	margin: 30px 0 40px;
}

.h4--type1{
	color: #000;
	text-shadow: 0 0 5px white;
	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 3px,#ffe4b1 3px, #ffe4b1 7px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 3px,#ffe4b1 3px, #ffe4b1 7px);
	font-weight: bold;
	font-size: 18px;
	margin: 40px 0 20px;
}

.h4--type2{
	color: #ed4545;
	text-shadow: 0 0 5px white;
	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 3px,#ffe4b1 3px, #ffe4b1 7px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 3px,#ffe4b1 3px, #ffe4b1 7px);
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
}


.genretag0{
	padding: 2px 6px;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 1.5px 1.5px 2px #999, -1.5px -1.5px 2px #999, 1.5px -1.5px 2px #999, -1.5px 1.5px 2px #999;
}

.genretag1{
	font-weight: bold;
	background-color: #E9B8B8;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #fff;
}

.genretag1 a{
	color: #fff;

}

.genretag2{
	font-weight: bold;
	background-color: #B7B3CC;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #fff;
}

.genretag3{
	font-weight: bold;
	background-color: #EFCCAA;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #fff;
}

.genretag4{
	font-weight: bold;
	background-color: #A5CEB6;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #fff;
}

.genretag5{
	font-weight: bold;
	background-color: #D8D5A8;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #fff;
}

.genretag6{
	font-weight: bold;
	background-color: #A5CAD7;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #fff;
}


.genretag7{
	font-weight: bold;
	background-color: #E9BAAA;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #fff;
}

.genretag8{
	font-weight: bold;
	background-color: #bbb;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #fff;
}

.bluetag1{
	font-weight: bold;
	background-color: #91d6d5;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #fff;
}

.yellowtag1{
	font-weight: bold;
	background-color: #fff45c;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #000;
}

.subtitle1{
	padding: 2px 0 0 0px;
	margin: 20px 0 20px 0;
	font-weight: bold;
	box-sizing: border-box;
	line-height: 1.3;
	font-size: 16px;
	height: 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.breadcrumb{
	margin: 30px 0 30px;
	font-size: 12px;
	box-sizing: border-box;
	padding: 0 10px;
}

.slick-prev{
	left: 10px !important;
	z-index: 1;
}

.slick-next{
	right: 30px !important;
	z-index: 1;
}

.slick-prev:before, .slick-next:before {
	font-size: 30px !important;
}

.instagram-center {
	margin:0 auto;
	max-width: 450px;
}

.bg-color-gray{
	background: #eee;
}

.bg-color-green{
	background: #99b783;
}

.bg-color-lightblue{
	background: #a9ceec;
}

.textAlignCenter{
	text-align: center;
}

@media screen and (max-width: 640px) {

	.slick-next{
		right: 25px !important;
		z-index: 1;
	}

}

.blog-card {
  position: relative;
  border: 2px solid #e5e5e5;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  margin: 1em 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.blog-card a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.blog-card a:hover {
  color: #333;
  background: rgba(235, 235, 235, 0.8);
  text-decoration: none;
}

.blog-card-thumbnail {
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}

.blog-card-thumbnail img {
  padding: 0;
  max-width: 100%;
}

.blog-card-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0.4em;
  border-left: #e5e5e5 solid 2px;
}

.blog-card-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-excerpt {
  display: none;/*消します*/
}

.blog-card .clear {
  clear: both;
}

/*ブログカードでラベルを付ける*/
.blog-card-label{
    display: inline-block;
    position: absolute;
    background-color: #ffb36b;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 25px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
}


@media screen and (max-width: 500px) {
  .blog-card-title {
    font-size: .85em;
  }
  .blog-card-thumbnail {
    width: 160px;
  }
}


/* ↓ヘッダー
-----------------------------*/

.header{
	width: 1000px;
	/*height: 80px;*/
	height: 100px;
	/*height: 120px;*/
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.header img{
	margin-top: 20px;
}

.header__sup{
	font-size: 12px;
}

.header h1 img{
	/* width: 350px;*/
	height: 40px;
}

.header p img{
	/* width: 350px;*/
	height: 40px;
}


.header__search{
	width: 200px;
	position: relative;
	top: -35px;
	right: 400px;
	margin: 0 auto;
}

.header__search form {
	position: relative;
}

.header__search-text {
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	border: solid 1px #ccc;
	width: 200px;
	height: 30px;
	box-sizing: border-box;
}

.header__search-submit {
	border: solid 1px #ccc;
	border-left: none;
	box-sizing: border-box;
	position: absolute;
	height: 30px;
	padding: 5px 10px;
}

.header__sns {
	width: 200px;
	position: relative;
	top: -78px;
	left: 400px;
	margin: 0 auto;
}

.header__sns img{
	margin-left: 20px;
}


/* ↓ナビ
-----------------------------*/

.nav{
	width: 100%;
	margin: 0 auto;
	clear :both;
	text-align: center;
	position: relative;
	border-top: solid 1px #deddd8;
	border-bottom: solid 1px #deddd8;
	padding: 10px 0;
	font-size: 14px;
}

.nav ul li{
    display: inline-block;
    width: 200px;
}

.nav ul li a{
    display: inline-block;
    width: 200px;
    color: #848484;
}


/* ↓トップページ
-----------------------------*/
.main{
	width: 100%;
	overflow: auto;
}

.headline__banner1{
	width: 100%;
	margin: 40px 0 10px;
}

.headline__banner1 img{
	width: 100%;
}

.headline{
	width: 100%;
	margin: 0 auto;
	height: auto;
	text-align: center;
	padding: 10px 0 0 0;
}

.headline__content{
	margin: 0 auto;
	background-color: #ffffff;
	width: 1020px;
	height: auto;
}

.headline__media{
	float: left;
	width: 490px;
	margin: 10px 9px 0;
	position: relative;

}

.headline__media-img{
	width: 490px;
	height: 295px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px #deddd8 solid;
}


.headline__media-img img{
	width: 490px;
	height: 295px;
	-webkit-transition: all 0.40s ease-in-out;
	transition: all 0.40s ease-in-out;
}

.headline__media-img img:hover{
	transform: scale(1.10,1.10);
	-webkit-transform: scale(1.10,1.10);
	-moz-transform: scale(1.10,1.10);
	-ms-transform: scale(1.10,1.10);
	-o-transform: scale(1.10,1.10);
}

.headline__media-desp{
	text-align: left;
	width : 490px;
	height: 110px;
	background-color: #fff;
	position: absolute;
	top: 186px;
	left: 1px;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	padding: 10px 14px;
	box-sizing: border-box;
}

.headline__media-tag{
	font-size: 12px;
	margin-bottom: 10px;
	position: absolute;
	top: 2px;
	right: 0px;
	z-index: 1;
}

.headline__media-date{
	font-size: 14px;
	color: #999999;
	margin-top: 0px;
}

.headline__media-info{
	font-size: 14px;
	color: #999999;
	margin-top: 6px;
	float: right;
}

.headline__media-desp h2{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 2px;
	height: 44px;
}

.content{
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px;
	overflow: auto;

}

.content-left{
	width: 720px;
	float: left;
	margin-top: 20px;

}

.article{
	background-color: #fff;
}

.article--top{
	margin: 0 0 10px;
}

.article--top h3{
	padding: 2px 0 0 10px;
    margin: 10px 0 20px 0;
    font-weight: bold;
    /*border-left: solid #333;*/
    box-sizing: border-box;
    line-height: 1.0;
    font-size: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.article--top h3:after{
	content:'';
	display: inline-block;
	background:url(img/top_bar4.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	position: relative;
	top: -10px;
	left: -12px;
}

.article--top h3 small{
	font-size: 12px;
	margin: 0 0 4px 12px;
	font-weight: normal;
}

.media{
	padding: 0 0 20px 0;
	margin: 0 8px 20px 0;
	box-sizing: border-box;
	width: 230px;
	height: 230px;
	-webkit-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
	float: left;
	border: solid 1px #deddd8;
	border-radius: 0 0 3px 3px;
    
}

.media:hover{
	opacity: 0.7;
}

.media__img{
	width: 230px;
	height: auto;
	position: relative;
}

.media__img img{
	width: 228px;
	height: auto;

}

.media__desp{
	width: 230px;
	padding: 0 2px 0 6px;
	box-sizing: border-box;
}

.media__desp_tag{
	font-size: 10px;
	position: absolute;
	bottom: 9px;
	right: 1px;
}

.media__desp h2{
	font-weight: bold;
	font-size: 12px;
	word-break: break-all;
}

.media__info{
	font-size: 12px;
	color: #999999;
	margin: 2px 6px 0 0;
	float: right;
}

.media__date{
	font-size: 12px;
	color: #999999;
	float: none;
	margin-top: 0px;
}

.pagenation{
	text-align: center;
	clear: both;
}

.page-numbers{
	display: inline-block;
	background-color: #fff;
	color: #999999;
	padding: 5px 12px;
	margin: 30px 5px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #999999;
}

.current{
	display: inline-block;
	background-color: #f0f0f0;
	color: #999999;
	padding: 6px 13px;
	margin: 0 5px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 0px;
}

.pagenation2{
	text-align: center;
	display: inline-block;
	background-color: #fff;
	padding: 5px 48px;
	margin: 10px auto 20px;
	width: 50%;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	transition: all 0.20s ease-in-out;
	color: #999999;
}

.pagenation2_outer{
	text-align: center;
	clear:both;
}

.genre1{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;    
	width: 100%;
}

.genre1 a{
	display:block;
	width: 100%;
    font-weight: bold;
    color: #848484;
	line-height: 24px;
}

.genre1__media{
	width: 25%;
    float: left;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #848484;
    margin: 10px 0;
}

.genre1__media img{

}

.content-right{
	width: 280px;
	float: right;
}

.content-right__space{
	height: 60px;
}

.content-right__space2{
	height: 55px;
}

.aside-section{
	margin: 20px 0 0;
	font-size: 14px;
	background-color: #fff;
	border: solid 1px #deddd8;
	border-radius: 3px;
	border-bottom: none;
	overflow: hidden;
	clear: both;

}

.aside-section_adarea{
	margin: 50px 0 0;

}

.aside-section_adarea img{
	width: 100%;

}

.aside-section h2{
	padding: 14px 0 0 12px;
	font-size: 16px;

}

.aside-section h2 small{
	font-size: 12px;
	margin: 0 0 4px 6px;
}

.aside-section__desc{
	padding: 0 0 0px 12px;
	font-size: 12px;
	color: #999999;
}

.aside-section__hr{
	height: 1px;
	border: none;
	border-top: 1px #deddd8 solid;
	margin-top: 10px;
}

.aside-section__navi li{
	padding: 10px 0 10px 12px;
	color: #333030;
	border-bottom: solid 1px #deddd8;
	position: relative;
	-webkit-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}

.aside-section__navi li:hover{
	background: #f7f7f7;
}

.aside-section__navi li img{
	position: relative;
	top: 5px;
	right: 13px;
}

.aside-section__label{
	padding: 10px 0 10px 24px;
	color: #333030;
	border-bottom: solid 1px #deddd8;
	position: relative;
	font-weight: bold;
	background: #f7f7f7;
	clear: both;
}

.aside-section__label img{
	position: relative;
    top: 4px;
    right: 12px;
    margin-left:5px;
}

.aside-section__media{
	border-bottom: 1px #deddd8 solid;
	height: 90px;
	-webkit-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
}

.aside-section__media:hover{
	opacity: 0.7;
}


.aside-section__media_img{
	width: 100px;
	position: relative;
}

.aside-section__media_img img{
	width: 100px;
	height: 60px;
	margin : 15px 0 4px;
	float: left;
	margin-left: 12px;
	position: absolute;
	border: 1px #deddd8 solid;
}

.aside-section__rank{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 15px;
	left: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3.5px;
	box-sizing: border-box;
}

.rank1{
	background-color: #d8c981;
}

.rank2{
	background-color: #c8d0d0;
}

.rank3{
	background-color: #caa889;
}

.rank4{
	background-color: #86b4f5;
}

.rank5{
	background-color: #86b4f5;
}

.aside-section__desp{
	width: 155px;
	float: right;
	margin :10px 0 4px;
}

.aside-section__desp h3{
	font-size: 12px;

}

.aside-section__desp-info{
	font-size: 10px;
    color: #999999;
    float: right;
    margin: 2px 4px 0 0;
}

.aside-section__desp-info a{
    color: #999999;
}

.aside-section__desp-date{
	font-size: 10px;
    color: #999999;
    margin-top: 0px;
}

.aside-section__desp-next{
	clear: both;
	font-size: 12px;
	padding: 0 0 0 10px;
	text-decoration: underline;
	color: #999;
}

.aside-section__menbers--media{
    width: 100px;
    text-align: center;
    float: left;
    margin: 15px 18px 20px;
    height: 120px;
}

.aside-section__menbers--media img{
	width: 100%;
    height: auto;
    border: solid 1px #e0ddd6;
    border-radius: 80px;
}

/* ↓フッター
-----------------------------*/

footer{
	clear: both;
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 12px;
}


.footer__content{
	width: 850px;
	margin: 20px auto;
	overflow: hidden;
}

.footer__section{
	float: left;
	padding-top: 20px;
}

.footer__section--type1{
	width: 300px;
}

.footer__section--type2{
	width: 300px;
}

.footer__section--type3{
	width: 250px;
	overflow: hidden;
}

.footer__section h4{
	font-weight: bold;

}

.footer__section-img{
	text-align: center;
	width: 230px;
}

.footer__section-about{
	margin-top: 20px;
	text-align: left;
	width: 230px;
}

.footer__section-sns{
	padding-top: 24px;

}

.footer__section-sns a{
	margin: 0 10px;

}

.footer__section ul{
	float:left;
}

.footer__section--type2 ul{
	margin-top: 10px;
}

.footer__section--type3 ul{
	margin-top: 20px;
}

.footer__section li{
	margin: 0 45px 15px 0
}

.footer__bar{
	clear: both;
	border-top: solid 1px #deddd8;
	padding: 20px;
	text-align: center;
}


/* ↓トップページ以外
-----------------------------*/

.article--type1{
	width: 680px;
	margin: 30px 0 10px;
	background-color: #fff;
	border:solid 1px #e0ddd6;
	border-radius: 3px;
	height: auto;
	overflow: auto;
}

.article--type1 h1{
	margin: 30px 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 0 20px;
}

.article--normal{
	margin: 30px 0 10px;
}


.article--normal h1{
	margin: 30px 0;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px;
}

.article--single{
	margin: 30px 0 10px;
}


.article--single h1{
	margin: 30px 0;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px;
}

.article__sup{
	padding: 0 10px 30px;
	font-size: 14px;
	margin: 0 0 20px;
}

.section{
	padding: 20px 20px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
}

.section h2{
	padding: 2px 0 0 10px;
	margin: 10px 0 40px 0;
	font-weight: bold;
	border-left: solid #333;
	box-sizing: border-box;
	line-height: 1.3;
	font-size: 18px;
	height: 20px;
	position: relative;
}

.section h2:after{
	content:'';
	display: inline-block;
	background:url(img/top_bar4.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	position: relative;
	top: -10px;
	left: -12px;
}

.section p{
	margin: 0 0 30px;
}

.section__avatar{
	width: 130px;
	text-align: center;
	float: left;
	margin:20px 30px;

}

.section__avatar img{
	width: 100%;
	height: auto;
	border: solid 1px #e0ddd6;
    border-radius: 80px;
}

.blog__title{
	margin: 0 0 45px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px;

}

.blog__date{
	font-size: 14px;
    color: #999999;
    padding: 20px 10px 4px;
}

.blog__desp{
	padding: 0 10px 10px;
	font-size: 14px;
}

.blog__info{
	font-size: 12px;
	margin: 2px 0 10px;
	float: left;
}

.blog__sns{
	float: left;
}

.blog__section{
	padding: 20px 10px 20px 10px;
	font-size: 14px;
	line-height: 1.8;
}

.blog__section h2{
	padding: 2px 0 0 10px;
	margin: 40px 0 20px 0;
	font-weight: bold;
	border-left: solid #333;
	box-sizing: border-box;
	line-height: 1.3;
	font-size: 18px;
	height: 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.blog__section h2:after{
	content:'';
	display: inline-block;
	background:url(img/top_bar4.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	position: relative;
	top: -10px;
	left: -12px;
}

.blog__section h3{
	padding: 2px 0 0 0px;
	margin: 0px 0 0px 0;
	font-weight: bold;
	box-sizing: border-box;
	line-height: 1.3;
	font-size: 16px;
	height: 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.blog__section h3:after{
	content:'';
	display: inline-block;
	background:url(img/top_bar4.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	position: relative;
	top: -10px;
	left: -12px;
}

.blog__section p{
	margin: 0 0 30px;
}

.blog__section img{
	max-width: 98%;
	height: auto;
	border: 1px #deddd8 solid;
}

.blog__section strong{
	font-weight: bold;
}

.blog__section table{
	width: 100%;
}


.blog__section table th{
	font-weight: bold;
	text-align: left;
	background-color: #f1f1f1;
	border: solid 1px #deddd8;
	padding: 6px 8px 6px 8px;

}

.blog__section table td{
	text-align: left;
	padding-left: 3px;
	border: solid 1px #deddd8;
	padding: 6px 8px 6px 8px;
}

.blog__chara{
	width: 75px;
	height: 75px;
	border-radius: 80px;
	border: solid 1px #deddd8;
}

.blog__tag{
	margin: 50px 0 0px;
	overflow: hidden;
	font-size: 14px;
	padding: 0 10px;
}

.blog__tag li{
	float: left;
	margin: 0 12px 10px 0;
}

.blog__tag a{
	background-color: #848484;
    padding: 2px 10px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
}

.blog__author{
	padding: 20px 20px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
}

.blog__author-title{
	padding: 2px 0 0 10px;
	margin: 10px 0 20px 20px;
	font-weight: bold;
	border-left: solid #333;
	box-sizing: border-box;
	line-height: 1.0;
	font-size: 18px;
	height: 20px;
	position: relative;
    clear: both;
}

.blog__author-title:after{
	content: '';
	display: inline-block;
	background: url(img/top_bar4.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	position: relative;
	top: -6px;
	left: -12px;

}

.blog__author-img{
	float: left;
	width: 120px;

}

.blog__author-img img{
	border-radius: 80px;
	border: solid 1px #deddd8;
}


.blog__author-desp{
	float: left;
	width: 500px;
}

.blog__author-name{
	font-weight: bold;
}

.blog__author-desp p a:first-child{
	margin-top: 4px;

}

.blog__author-desp p a{
	display: block;
	color: #00bfff;
	text-decoration: underline;
	font-weight: bold;
}

.blog__author-link{
	float: right;
	font-size: 12px;
	text-decoration: underline;
}

.blog__relation{
	margin:10px 0 0;
	font-size:14px;
	padding: 20px 20px 20px 20px;
	line-height: 1.8;
}

.blog__relation-title{
	padding: 2px 0 0 10px;
	margin: 10px 0 20px 0;
	font-weight: bold;
	border-left: solid #333;
	box-sizing: border-box;
	line-height: 1.0;
	font-size: 18px;
	height: 20px;
	position: relative;
	clear: both;
}

.blog__relation-title:after{
	content:'';
	display: inline-block;
	background:url(img/top_bar4.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	position: relative;
	top: -6px;
	left: -12px;
}

.blog__relation-media{
	padding: 20px 0px 10px 0px;
    box-sizing: border-box;
    width: 630px;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
    border-bottom: 1px #deddd8 solid;
    line-height: 1.6;

}

.blog__relation-media:hover{
	opacity: 0.7;

}

.blog__relation-media-img{
    width: 200px;
    float: left;
    position: relative;
}

.blog__relation-media-img img{
    width: 100%;
    height: auto;
}

.blog__relation-media-desp{
	width: 360px;
    float: left;
    margin-left: 20px;
}

.blog__relation-media-desp-date{
	font-size: 12px;
    color: #999999;
    float: right;
    margin-top: 6px;

}

.blog__relation-media-desp-desp{
    font-size: 14px;
    color: #999999;
    
}

.blog__relation-media-desp-info{
    font-size: 12px;
    color: #999999;
    margin-top: 6px;
    float: left;
}

.blog__menbers{
	padding: 20px 20px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
}

.blog__menbers-img{
	float: left;
	width: 120px;
}

.blog__menbers-img img{
	border-radius: 80px;
	border: solid 1px #deddd8;
}

.blog__menbers-namearea{
	float: left;
	padding: 30px 0 0 20px;
}

.blog__menbers-name{
	font-weight: bold;
	font-size: 20px;
}

.blog__menbers-kana{
	font-size: 14px;
	font-weight: bold;
}

.blog__menbers-job{
	font-weight: bold;
	font-size: 14px;
}

.blog__menbers-des{
	padding-top: 10px;
	clear: both;
	width: 100%;
}

.blog__tableinfo{
	width: 80%;
	margin: 0 auto;

}

.blog__tableinfo--type1 table td{
	text-align: center;

}

.blog__horoscope-section{
	clear: both;
}

.blog__horoscope-leftarea{
	float: left;
	width: 25%;
}

.blog__horoscope-leftarea img{
	width: auto;
	max-width: 100%;
	border: none;
	height: 100px;
}

.blog__horoscope-rightarea{
	float: left;
	width: 75%;
}

.blog__horoscope-rightarea img{
	width: auto;
	max-width: 100%;
	border: none;
	height: 100px;
}

.blog__horoscope-textarea{
	clear: both;
	padding: 15px 5% 30px;
	
}


.blog__horoscope_search1 {
	position: relative;
	border: solid 2px #e0d31d;
	border-radius: 2px;
	word-break: break-all;
	background-color: #FFFDEB;
	margin: 60px 0 30px;
}


.blog__horoscope_search1 .blog__point-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 18px;
	background-color: #f9eb21;
	color: #000;
	font-weight: bold;
	border: solid 2px #f9eb21;
}

.blog__horoscope_search1-section{
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.blog__horoscope_search1-sectionleft{
	display:inline-block;
	width: auto;
	margin-right: 20px;
}

.blog__horoscope_search1-sectionright{
	display:inline-block;
	width: auto;
	margin-left: 20px;
}

.cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.blog__horoscope_multifont{
	position: relative;
	display: inline-block;
	bottom: 15px;

}


.blog__horoscope_search1-result{
	clear: both;
	padding-top: 20px;
}

.blog__horoscope_search1-subtitle1{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}



/* ↓記事用
-----------------------------*/

.blog-center{
	text-align: center;
	margin: 0 auto 30px;
	width: 90%;
}

.blog-prof-center{
	text-align: center;
	margin: 0 auto 30px;
	width: 90%;
}

.blog-prof-center img{
	border-radius: 5px;
}


.blog__sup{
	font-size: 12px;
	color: #666;
	display: inline-block;
	text-align: left;
	font-weight: bold;
}

.blog__link1{
	color: #009fac;
    font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
}

.blog__link-mini1{
	color: #009fac;
    font-weight: bold;
	text-decoration: underline;
	word-break: break-all;
}

.blog__point {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #009fac;
	border-radius: 8px;
	word-break: break-all;
}

.blog__point .blog__point-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #009fac;
	font-weight: bold;
}

.blog__point p {
	margin: 0; 
	padding-top: 10px;
	min-height: 75px;
	margin-left: 85px;
	box-sizing: border-box;
	font-weight: bold;
}

.blog__pointimg{
	width: 75px;
	height: 75px;
	float: left;
}

.blog__pointimg img{
	width: 100%;
	height: auto;
	border-radius: 80px;
	border: solid 1px #deddd8;
}



.blog__point2 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em 1em;
	border: solid 2px #ddd;
	border-radius: 2px;
	word-break: break-all;
	background-color: #f8f8f8;
}

.blog__point2 .blog__point-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 18px;
	background-color: #f8f8f8;
	color: #000;
	font-weight: bold;
	border: solid 2px #ddd;
}

.blog__point2 .blog__point-title2 {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 18px;
	background-color: #f9eb21;
	color: #000;
	font-weight: bold;
	border: solid 2px #e0d31d;
}

.blog__point2 p {
	margin: 0; 
	padding-top: 20px;
	min-height: 75px;
	margin-left: 85px;
	box-sizing: border-box;
	font-weight: bold;
}

.blog__pointimg2{
	width: 75px;
	height: 75px;
	float: left;
	padding-top: 10px;
}

.blog__pointimg2 img{
	width: 100%;
	height: auto;
	border-radius: 80px;
	border: solid 1px #deddd8;
}

.blog__point3 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em 1em;
	border: solid 2px #e0d31d;
	border-radius: 2px;
	word-break: break-all;
	background-color: #FFFDEB;
}

.blog__point3 .blog__point-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 18px;
	background-color: #f9eb21;
	color: #000;
	font-weight: bold;
	border: solid 2px #f9eb21;
}

.blog__point3 p {
	margin: 0; 
	padding-top: 20px;
	min-height: 75px;
	margin-left: 85px;
	box-sizing: border-box;
	font-weight: bold;
}

.blog__pointimg3{
	width: 75px;
	height: 75px;
	float: left;
	padding-top: 10px;
}

.blog__pointimg3 img{
	width: 100%;
	height: auto;
	border-radius: 80px;
	border: solid 1px #deddd8;
}

.blog__point4 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em 1em;
	border: solid 2px #ccc;
	border-radius: 2px;
	word-break: break-all;
	background-color: #eee;
}

.blog__point4 .blog__point-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 4px 9px;
	line-height: 1;
	font-size: 15px;
	background-color: #eee;
	color: #000;
	font-weight: bold;
	border: solid 2px #ccc;
}

.blog__point4 p {
	margin: 0; 
	padding-top: 20px;
	min-height: 75px;
	margin-left: 85px;
	box-sizing: border-box;
	font-weight: bold;
}

.blog__pointimg4{
	width: 75px;
	height: 75px;
	float: left;
	padding-top: 10px;
}

.blog__pointimg4 img{
	width: 100%;
	height: auto;
	border-radius: 80px;
	border: solid 1px #deddd8;
}

.blog__auote1 {
	position: relative;
	margin-bottom: 1em;
	padding: 0.5em 1em 1em;
	border: solid 2px #ccc;
	border-radius: 2px;
	word-break: break-all;
	background-color: #eee;
}

.blog__auote1-reference{
	text-align: right;
	margin-top: 10px;

}


.blog__diagnosis1 {
	position: relative;
	border: solid 2px #e0d31d;
	border-radius: 2px;
	word-break: break-all;
	background-color: #FFFDEB;
}

#chart__aroma2 form{
	margin: 2em 0;
	padding: 0.5em 2em 1em;
}

.blog__diagnosis1 .blog__point-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 18px;
	background-color: #f9eb21;
	color: #000;
	font-weight: bold;
	border: solid 2px #f9eb21;
}

.blog__diagnosis1-section{
	margin-bottom: 30px;

}

.blog__diagnosis1-title{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 20px;;
}

.blog__diagnosis1-subtitle1{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

/* ラジオボタン03 */
.blog__diagnosis1 input[type=radio] {
    display: none;
}
.blog__diagnosis1-radio1 {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 5px 10px 0px 30px;
    position: relative;
    width: auto;
}
.blog__diagnosis1-radio1::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.blog__diagnosis1-radio1::after {
    background: #96d6e0;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 10px;
}

.blog__diagnosis1-canvas{
	width: 100%;
	height: 100%;
}

input[type=radio]:checked + .blog__diagnosis1-radio1::before {
    border-color: #666;
}
input[type=radio]:checked + .blog__diagnosis1-radio1::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}

.btn1,
a.btn1,
button.btn1 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	display: inline-block;
	padding: 0.5rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 0.5rem;
}

.btn1--orange,
a.btn1--orange {
	color: #fff;
	background-color: #eb6100;
}
.btn1--orange:hover,
a.btn1--orange:hover {
	color: #fff;
	background: #f56500;
}

.blog__diagnosis1-result-title{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0 20px;
}

.blog__diagnosis1-result-title-color{
	color: #009fac;
}

.blog__diagnosis1-result-result{
	text-align: left;
	font-size: 14px;
	margin: 20px 0 20px;
	padding: 0em 6em;
}

.blog__diagnosis1-result-and{
	text-align: center;
	font-size: 14px;
	margin: 50px 0;
}

.btn__outer1{
	text-align: center;
	margin:20px 0;
}

.blog__quote{
	background-color: #f8f8f8;
	position: relative;
}

.blog__quote--type1{
	width: 50%;
}

.blog__quote-inner{
	width: 95%;
	margin: 0 auto;
}

.blog__quote--type1 .blog__quote-inner{
	width: 95%;
	margin: 0 auto;
	position: relative;
	top: 10px;
}

.blog__quote-heading{
	text-align: center;

}

.blog__quote-heading img{
	border: none;
	width: 120px;
}

.blog__company{
	background-color: #f8f8f8;
}

.blog__company-inner{
	width:90%;
	margin: 0 auto;

}

.blog__company-name{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.blog__company-heading{
	background: #565455;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 3px 10px 3px 10px;
	display: inline-block;
	color: #fff;
	width: 90px;
}

.blog__company table{
	margin-top: 10px;
}

.blog__company table tr{
    margin-bottom: 10px;
    display: block;
}


.blog__company table td{
    padding-left: 0px;
    border: none;
    padding: 0;
}

.blog__company .table-heading{
	width: 130px;
	font-size: 12px;
}


.blog_black1{
    color: #000;
    font-weight: bold;
}

.blog_blue1{
    color: #00bfff;
    font-weight: bold;
}

.blog_pink2{
    color: #ff749f;
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 60%, #fcfbcf 60%);
}

.blog_underline_blue1{
    color: #000;
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 60%, #c0fbf9 60%);
}

.blog_underline_yellow1{
    color: #000;
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 60%, #fcfbcf 60%);
}

.blog_underline_pink1{
    color: #000;
    font-weight: bold;
    font-style: normal;
    background: linear-gradient(transparent 60%, #fcc4d5 60%);
}

.blog__text_mini{
	font-size: 12px;
	color: #666;
	font-weight: bold;
}

.blog__text_mini_em1{
    color: #fff;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    background: linear-gradient(transparent 0%, #009fac 0%);
}

.speechbubble{
    text-align: left;
}

.speechbubble--type1{
    font-size: 14px;
    margin: 0 0 30px;
}

.speechbubble--type1 .speechbubble__image{
	float: left;
	width: 55px;
	height: 70px;
}

.speechbubble--type1 .speechbubble__image img{
	width: 50px;
	border-radius: 60px;
}

.speechbubble--type1 .speechbubble__body{
	float: left;
    padding: 10px 0 0;
}

.speechbubble--type1 .speechbubble__bubble{
    clear: both;
    padding: 10px 10px 0px 10px;
    background-color: #eee;
    border: solid 1px #deddd8;
    border-radius: 10px;
    position: relative;
}


.speechbubble--type1 .speechbubble__bubble:before{
    content: "";
    position: absolute;
    top: -24px;
    left: 4%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #eee;
    z-index: 2;
}

.speechbubble--type1 .speechbubble__bubble:after{
	content: "";
	position: absolute;
	top: -28px;
	left: 4%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #deddd8;
 	z-index: 1;
}

.speechbubble--type1 .speechbubble__bubble p{
    padding-left: 10px;
}

.speechbubble--type1 .speechbubble__detail{
    font-size: 12px;
    padding: 0 0 10px;
}

.speechbubble--type1 .speechbubble__reference{
    font-size: 12px;
    padding: 0 0 10px;
    text-align: right;
}

.blog-sp1{


}


.blog-sp1__media{
    margin: 0 4px 20px 0;
	width: 32%;
	height: auto;
	position: relative;
	float: left;
	box-sizing: border-box;
	-webkit-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
	border: solid 1px #deddd8;
    border-radius: 0 0 3px 3px;	
}

.blog-sp1__media_img{
	width: 100%;
	text-align: center;
	position: relative;
}

.blog-sp1__media_img_text1{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px !important;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 10px !important;
	background-color: #5ccddf;
}

.blog-sp1__media_img_text1 span{
	font-size: 14px;

}

.blog-sp1__media_img img{
	width: 100%;
}

.blog-sp1__media__desp{
	text-align: center;
}

.blog-sp1__media__name{
	font-size: 16px;
}


.blog-sp1__media2{
    margin: 0 4px 20px 0;
	width: 49%;
	height: auto;
	position: relative;
	float: left;
	box-sizing: border-box;
	-webkit-transition: all 0.20s ease-in-out;
	transition: all 0.20s ease-in-out;
	border: solid 1px #deddd8;
    border-radius: 0 0 3px 3px;	
}

.blog-sp1__media2_img{
	width: 100%;
	text-align: center;
}

.blog-sp1__media2_rank{
    border: none !important;
}

.blog-sp1__media2_img img{
	width: 100%;
}

.blog-sp1__media2__desp{
	text-align: center;
}

.blog-sp1__media2__name{
	font-size: 16px;
}


/* ↓テーブル・フォーム
-----------------------------*/

.table{
	width: 550px;
	font-size: 14px;
	margin: 20px auto 20px;
}

.table td{
	vertical-align: middle;
	border: 1px #e5e5e5 solid;
	padding: 20px 15px;
}

.table .type1{
	width: 150px;
	background-color: #f0f0f0;
}

.form__text{
	color: #333;
    font-size: 16px;
    text-align: left;
    border: solid 1px #ccc;
    width: 100%;
    height: 25px;
}

.form__textarea{
    color: #333;
    font-size: 16px;
    text-align: left;
    border: solid 1px #ccc;
    width: 100%;
}

.form__required{
	color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    background-color: #848484;
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;
    white-space: nowrap;

}

.form__outer{
	padding: 20px 0 0;
	text-align: center;
}

.form__button{
	background-color: #848484;
    width: 200px;
    color: #fff;
    padding: 12px 16px;
    margin: 0 5px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #999999;
	-webkit-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}

.form__button:hover{
	opacity: 0.7;
}

.form__thanks{
	padding: 20px 0;
	text-align: center;
}



/* ------------------------------
   上部へスクロール
------------------------------ */

#pageTop {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 999;
}
 
#pageTop a {
	display: block;
	padding: 0 0 0 0;
	border-radius: 70px;
	width: 70px;
	height: 70px;
	background-color: #848484;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
 
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#pageTopImg{
	padding:7px 0 0 0;
}

/* ------------------------------
   youtube用
------------------------------ */

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* ------------------------------
   ギャラリー用
------------------------------ */

.blog__gallery a{
	width: 33%;
	float: left;
}

.linkcard{
	margin-top: -30px !important;
}

/* ------------------------------
   基本
------------------------------ */


.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt40{
	margin-top: 40px;
}

.mt50{
	margin-top: 50px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb50{
	margin-bottom: 50px;
}

.pt10{
	padding-top: 10px;
}

.pt20{
	padding-top: 20px;
}

.pt30{
	padding-top: 30px;
}

.pt40{
	padding-top: 40px;
}

.pt50{
	padding-top: 50px;
}

.pb10{
	padding-bottom: 10px;
}

.pb20{
	padding-bottom: 20px;
}

.pb30{
	padding-bottom: 30px;
}

.pb40{
	padding-bottom: 40px;
}

.pb50{
	padding-bottom: 50px;
}

.mauto{
	margin-left: auto;
	margin-right: auto;
}

.textcenter{
	text-align: center;
}

.textleft{
	text-align: left;
}

.textright{
	text-align: right;
}

.textsize130{
	font-size: 130%;
}

/* ↓スマホ用・レスポンシブ対応
-----------------------------*/
@media screen and (max-width: 640px) {



	/* ↓基本設定(レスポンシブ用)
	-----------------------------*/

	.pc_none {
		display:inline;

	}

	.pc_block_none {
		display:block;

	}

	.sp_none { 
		display:none;

	}

	body {
		line-height:1.5;

	}


	.breadcrumb{
		margin: 30px auto 0px;
		width: 95%;
		font-size: 12px;
		box-sizing: border-box;
	}


	/* ↓共通
	-----------------------------*/

	.button{
		width: 280px;
	}
	
	.button2 {
	    width: auto;/*ボタンの幅*/
	}
	
	.button3 {
	    width: 95%;/*ボタンの幅*/
	}	


	/* ↓ヘッダー(レスポンシブ用)
	-----------------------------*/


	.header{
		width: 100%;
		/*height: 95px;*/
		height: 110px;
		/*height: 125px;*/
		position: fixed;
		top: 0px;
		left: 0px;
		background-color: #fff;
		z-index: 1;
	}

	.header > a > img{
		margin-top: 15px;
		height: 30px;
	}

	.header h1 img{
		/*width: 200px;*/
		height: 30px;
	}

	.header__sup{
		font-size: 11px;
	}

	.header p img{
		/*width: 200px;*/
		height: 30px;
	}

	.header__search{
		position: static;
		top: 0;
		right: 0;
		margin: 10px auto 0;
	}

	.header__sns {
		width: 135px;
		position: static;
		top: 0;
		left: 0;
		margin: 30px auto 0px;
	}

	.header__sns img{
		margin: 0 10px;
	}


	/*スマホ用ナビ*/
	#nav-drawer {
		position: relative;
		float:left;
		top: -32px;
		left: 17px;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
		display: inline-block;
		width: 30px;
		height: 8px;
		vertical-align: middle;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;/*線の太さ*/
		width: 18px;/*長さ*/
		border-radius: 3px;
		background: #848484;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -7px;
	}
	#nav-open span:after {
		bottom: -14px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
		display: none;/*はじめは隠しておく*/
		position: fixed;
		z-index: 99;
		top: 0;/*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}


	/*中身*/
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;/*最前面に*/
		width: 60%;/*右側に隙間を作る（閉じるカバーを表示）*/
		max-width: 330px;/*最大幅（調整してください）*/
		height: 100%;
		background: #fff;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);/*左に隠しておく*/
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
		display: block;/*カバーを表示*/
		opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}


	/*ナビ2*/
	#nav-drawer2 {
		position: relative;
		float:right;
		top: -48px;
		right: 12px;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown2 {
		display:none;
	}

	/*アイコンのスペース*/
	#nav-open2 {
		display: inline-block;
		width: 30px;
		height: 10px;
		vertical-align: middle;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open2 span img{
		width: 20px;
        margin-top: 13px;

	}


	/*閉じる用の薄黒カバー*/
	#nav-close2 {
		display: none;/*はじめは隠しておく*/
		position: fixed;
		z-index: 99;
		top: 0;/*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}


	/*中身*/
	#nav-content2 {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;/*最前面に*/
		width: 100%;/*右側に隙間を作る（閉じるカバーを表示）*/
		height: 27%;
		background: #fff;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(170%);
		transform: translateX(170%);/*左に隠しておく*/
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input2:checked ~ #nav-close2 {
		display: block;/*カバーを表示*/
		opacity: .5;
	}

	#nav-input2:checked ~ #nav-content2 {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}


	.navi-mobile{
		margin: 20px 0 0;
		font-size: 14px;
		background-color: #fff;
		border: solid 1px #deddd8;
		border-radius: 3px;
		border-bottom: none;
	}

	.navi-mobile h2{
		padding: 14px 0 0 12px;
		font-size: 16px;
		text-align: center;
	}

	.navi-mobile small{
		font-size: 12px;
		margin: 0 0 4px 6px;
	}

	.navi-mobile__desp{
		padding: 0 0 0px 12px;
		font-size: 12px;
		color: #999999;
		text-align: center;
	}

	.navi-mobile__hr{
		height: 1px;
		border: none;
		border-top: 1px #deddd8 solid;
		margin-top: 10px;
	}

	.navi-mobile li{
		padding: 10px 0 10px 0;
		color: #333030;
		border-bottom: solid 1px #deddd8;
		position: relative;
		-webkit-transition: all 0.20s ease-in-out;
	    transition: all 0.20s ease-in-out;
	}

	.nav_swiper{
		width: 100%;
		font-size: 12px;
		top: -10px;
		padding-bottom: 12px !important;
		border-bottom: solid 1px #deddd8;
	}
	
	.swiper-slide{
		width: auto !important;
	}
	
	.nav_swiper_active:after{
		content: "";
		display: block;
		position: absolute;
		top: 28px;
		width: 100%;
		height: 3px;
		background-color: #000;
	}
	
	.nav_swiper_active a{
		font-weight: bold;
		color: #000 !important;
	}
		
	.swiper-slide a{
	    color: #aaa;
	    font-size: 12px;
	    display: block;
	    padding: 0 15px;
	}
	

	/* ↓トップページ(レスポンシブ用)
	-----------------------------*/
	.main{
		margin-top: 30px;
	}

	.headline{
		padding: 10px 0 0 0;
	}

	.headline__content{
		width: 100%;
	    border: none;
	    border-radius: 0px;
	}

	.headline__media{
		float: none;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;

	}

	.headline__media-img{
		width: 100%;
		height: auto;
		border: none;
		
	}

	.headline__media-img img{
		width: 100%;
		height: 100%;
	    -webkit-transition: none;
	    transition: none;
	    border: 1px #deddd8 solid;

	}

	.headline__media-img img:hover{
	    transform: none;
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    -o-transform: none;
	}

	.headline__media-desp{
		text-align: left;
		margin: 0 0 -100px 0;
		width :100%;
		height: 110px;
		font-size: 14px;
		position: relative;
		top: -107px;
		filter:alpha(opacity=75);
		-moz-opacity: 0.75;
		opacity: 0.75;  
		color: #fff;

	}

	.headline__media-tag{
	    font-size: 14px;
	    position absolute;
	    margin-bottom: -25px;
		z-index: 0;
	    top: 0px;
	    right: 0px;
	    left: auto;
	}

	.headline__media-date{
	    margin: 0 0 0 10px;
	}


	.headline__media-info{
		font-size: 12px;
	}


	.headline__media-desp h2{
		color: #444444;
		padding: 2px 10px;
		word-break: break-all;
	}

	.headline__media-desp p{
		font-size: 12px;
		color: #444444;
		margin-top: 0px;
		width: auto;
	}

	.headline__media-desp .genretag0{
		padding: 2px 10px;
		box-sizing: border-box;
		color: #fff;
		text-shadow: 1.5px 1.5px 2px #999, -1.5px -1.5px 2px #999, 1.5px -1.5px 2px #999, -1.5px 1.5px 2px #999;
		font-weight: normal;
	}


	.content{
		width: 100%;
	}

	.content-left{
		width: 100%;
		float: none;
	}
	
	.content--top{
		/*margin-top: 30px;*/
		margin-top: 50px;
		/*margin-top: 70px;*/
	}

	.content--single{
		margin-top: 50px;
	}
	.article{
		border: solid 1px #deddd8;
		border-bottom: none;
		border-radius: 0 0 3px 3px;
	}
	
	.article--normal{
		/*margin: 15px 0 10px;*/
		margin: 35px 0 10px;
		/*margin: 50px 0 10px;*/
	}
	
	.article--normal h1{
		font-size: 18px;
	}
	
	.article--single{
		margin: 15px 0 10px;
	}
	
	.article--single h1{
		font-size: 18px;
	}		

	.media{
		padding: 0;
		margin: 0;
		width: 100%;
		height: 100%;
	    border: none;
	    border-radius: 0;
		border-bottom: 1px #deddd8 solid;
		overflow: auto;
	}

	.media__img{
		width: 50%;
		float: left;
	}

	.media__img img{
		width: 100%;
	}

	.media__desp{
		width: 50%;
		padding: 0 6px;
		float: right;
	}

	.media__desp_tag{
		top: 0px;
		right: 0px;
	}

	.media__desp h2{
		margin-top: 4px;
		height: 60px;
	}

	.media__info{
	    margin-top: 12px;
	}

	.page-numbers{
		padding: 5px 10px;
	}

	.pagenation2{
		width: 90%;
		margin: 20px auto 20px;
	}
	.content-right{
		width: 100%;
		float: none;
	}

	.content-right__space{
		height: 0px;
	}
	
	.content-right__space2{
		height: 0px;
	}	

	.aside-section_adarea{
		margin: 20px 0 0;
	}

	.aside-section h2{
		text-align: center;
	}

	.aside-section__desc{
		text-align: center;
	}

	.aside-section__navi li{
		padding: 10px 0 10px 25px;
	}

	.aside-section__media{
	    border-radius: 0;
		overflow: auto;
	    box-sizing: border-box;
	    width: 100%;
	    height: 120px;
	}

	.aside-section__media_img{
		width: 50%;

	}

	.aside-section__media_img img{
		width: 100%;
		height: auto;
		margin : 0px 0 0px;
		float: none;
		margin-left: 0px;
		position: none;
		border: none;
	}

	.aside-section__rank{
		width: 24px;
		height: 24px;
		top: 0px;
		left: 0px;
		font-size: 14px;
		padding: 1px 0 0 7px;
	}

	.aside-section__desp{
		width: 50%;
		margin : 0px;
		padding: 0 6px;
		box-sizing: border-box;
	}

	.aside-section__desp h3{
		font-weight: bold;
		margin-top: 3px;
		color: #333;
	}

	.aside-section__desp-info{
		font-size: 12px;
	    margin-top: 20px;
	}

	.aside-section__desp-date{
		font-size: 12px;
	}
	
	.aside-section__menbers--media{
	    width: 26%;
	    text-align: center;
	    float: left;
	    margin: 15px 12px 20px;
	    height: 120px;
	}

	.blog__chara{
		width: 60px;
		height: 60px;
	}
	/* ↓フッター(レスポンシブ用)
	-----------------------------*/

	footer{
		clear: both;
		width: 100%;
		text-align: left;
		/*background-color: #48a74b;*/
		color: #000;
		font-size: 12px;
		overflow: auto;
	}


	.footer__content{
		width: 100%;
		margin: 0px auto 0;

	}

	.footer__section{

	}

	.footer__section--type1{
		float: none;
		width: 100%;
		margin: 40px auto 0;
		padding: 0;
		text-align: center;
	}

	.footer__section--type2{
		float: none;
		width: 300px;
		padding-top: 20px;
	}

	.footer__section--type3{
		float: none;
		width: 350px;
		padding: 10px 0 60px;
		margin: 0 auto;
		text-align: center;
	}

	.footer__section-img{
		 margin: 0 auto;
	}

	.footer__section img{
		margin: 0 auto;
	}
	
	.footer__section-about{
		margin: 20px auto 0;
	}

	.footer__section ul{
		float: none;
	}

	.footer__section--type2 ul{
		margin-top: 20px;
	}

	.footer__section li{
		margin: 0 45px 15px 0;
	}

	.footer__section--type3 li{
		margin: 0 12px 0 12px;
		float: none;
		display: inline;
	}

	#footer_content_bar{
		clear: both;
		border-top: solid 1px #dddddd;
		padding: 20px;
		text-align: center;
	}
	
	.footer__menu{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		opacity: 0.9;
		display: flex;
		justify-content:center
	}
	
	.footer__menu-botton{
		background-color:#fff;
		width: 33%;
		text-align: center;
		padding: 10px 0;
	}
	
	.footer__menu-botton img{
		width: 22%;
	}
	.guidance-area{
		width: 100%;
		height: 50px;
		position: relative;
		top: 0;
		background-color: #eee;
		z-index: 1;
	}
	
	.my-parts {
		display: inline-block;
		width: 20px;
		height: 20px;
		position: relative;
		cursor: pointer;
		position: absolute;
		top: 8px;
		left: 12px;
	}
	.my-parts span::before,
	.my-parts span::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 84%;
		height: 16%;
		margin: -8% 0 0 -42%;
		background: #aaa;
	}
	.my-parts span::before {
		transform: rotate(-45deg);
	}
	.my-parts span::after {
		transform: rotate(45deg);
	}
	
	.guidance-area__icon{
		width: 40px;
		height: 40px;
		position: absolute;
		top: -10px;
		left: 45px;
	}
	
	.guidance-area__txt{
		position: absolute;
		top:  11px;
		left: 100px;
		font-size: 10px;
		text-align: left;
	}
	
	.guidance-area__button{
		position: absolute;
		top:  10px;
		right: 16px;
		color: #fff;
	    background: #00B900;
	    font-size: 13px;
		border-radius: 2px;
		padding: 6px 6px;
		
	}


	/* ↓トップページ以外(レスポンシブ用)
	-----------------------------*/
	.article--type1{
		width: 100%;
		margin: 30px 0 10px;
		background-color: #fff;
		border:solid 1px #e0ddd6;
		border-radius: 3px;

	}

	.article--type1 h1{
		margin: 30px 0;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		padding: 0 20px;

	}


	.article--type1 input{
		border: solid 1px #e0ddd6;
	    border-radius: 3px;
	    font-size: 16px;
		width: 95%;
		padding: 5px;

	}


	.article--type1 textarea{
		border: solid 1px #e0ddd6;
	    border-radius: 3px;
	    font-size: 16px;
		width: 95%;
		padding: 5px;

	}

	.section__avatar{
		width: 90px;
		text-align: center;
		float: left;
		margin:20px 10px;

	}

	.section__avatar img{
		width: 100%;
		height: auto;
		border: solid 1px #e0ddd6;
	    border-radius: 80px;

	}
	
	.blog__section{
		font-size: 15px;
		line-height: 1.7;
	}

	.blog__section h2 br{
		display: none;
	}
	
	.blog__section .fortuneteller1{
		width: 60%;
	}	

	.blog__tag{
		width: 90%;
	}

	.blog__author-img{
		width: 24%;
	}

	.blog__author-img img{
	    width: 100%;
	    height: 100%;
	}

	.blog__author-desp{
	    width: 66%;
	    margin-left: 20px;
	    font-size: 12px;
	    line-height: 1.4;
	}

	.blog__author-name{
		margin: 0 0 10px 0;
		font-size: 14px;
	}

	.blog__relation{
		padding: 0;
	}

	.blog__relation-title{
		margin: 20px;
	}

	.blog__relation-media{
		padding: 0px;
	    border: none;
	    border-radius: 0;
		overflow: auto;
	    width: 100%;
	}

	.blog__relation-media-img{
		width: 50%;
		position: relative;
	}

	.blog__relation-media-img img{
		margin : 0px 0 0px;
		float: none;
		margin-left: 0px;
		position: none;
		border: none;
	}

	.blog__relation-media-desp{
		width: 50%;
		float: right;
		margin : 0px;
		padding: 0 2px 0 6px;
		box-sizing: border-box;
	}

	.blog__relation-media-desp-date{
		font-size: 12px;
	    color: #999999;
	    margin-top: 20px;
		float: none;
	}


	.blog__relation-media-desp-info{
	    margin: 6px 10px 0 0;
	    float: right;

	}
	
	.blog__relation-media-desp-info2{
	    margin: 0;
	    position: absolute;
	    font-size: 12px;
	    right: 0;
	    top: -1px;
	}	

	.blog__menbers-name{
		font-size: 16px;
	}

	.blog__menbers-kana{
		font-size: 12px;
	}

	.blog__menbers-job{
		font-size: 12px;
	}
	
	


	/* ↓記事用(レスポンシブ用)
	-----------------------------*/

	.blog-center{
		width: 100%;
	}

	.blog-center img{
		width: 100%;
		height: auto;
	}
	
	.blog-prof-center{
		width: 70%;
		margin: 0 auto;
	}

	.blog-prof-center img{
		width: 100%;
		height: auto;
	}	

	.blog_space1{
		height: 30px;

	}
	
	.blog__link1{
		font-size: 20px;
	}
	
	.blog__point p {
		min-height: 90px;
	}
	
	.blog__pointimg{
		width: 75px;
		height: 75px;
		float: left;
		margin-top: 10px;
	}
	
	.blog__point2 p {
		min-height: 90px;
	}
	
	.blog__pointimg2{
		width: 75px;
		height: 75px;
		float: left;
		margin-top: 10px;
	}	
	
	.blog__quote--type1{
		width: 95%;
		margin: 0 auto;
	}
	
	.blog__diagnosis1-result-result{
		padding: 0em 2em;
	}
	
	.blog__horoscope-leftarea{
		float: none;
		width: 25%;
		margin: 0 auto;
	}
	
	.blog__horoscope-leftarea img{
		height: 70px
	}	

	.blog__horoscope-rightarea{
		float: none;
		width: 100%;
	}
	
	.blog__horoscope-rightarea img{
		height: 70px
	}	

	.blog__horoscope_search1-section{
		text-align: center;
	}

	.blog__horoscope_multifont{
		bottom: 0px;

	}
	
	.blog-sp1__media{
		width: 31%;
		height: 210px; 
	}
	
	.blog-sp1__media__desp{
		font-size: 12px;
	}

	.blog-sp1__media__name{
		font-size: 14px;
	}
	
	.blog-sp1__media2{
		width: 48%;
		height: 230px; 
	}
	
	.blog-sp1__media2__desp{
		font-size: 12px;
	}

	.blog-sp1__media2__name{
		font-size: 14px;
	}
	
	
	.blog-sp1__media_img_text1{
		font-size: 8px !important;
	}

	.blog-sp1__media_img_text1 span{
		font-size: 12px;

	}	
	
	
	.cp_ipselect.cp_sl01 select {
		font-size: 16px;
	}
	
	.speechbubble--type1{
		width: 95%;
		margin: 0 auto 20px;
	}

	.speechbubble--type1 .speechbubble__bubble:before{
		left: 7%;
	}

	.speechbubble--type1 .speechbubble__bubble:after{
		left: 7%;
	}
	
	.speechbubble--type1 .speechbubble__reference{
	    text-align: left;
	    word-break: break-all;
	}
	
	

	/* ↓テーブル・フォーム(レスポンシブ用)
	-----------------------------*/

	.table{
		width: 95%;
		font-size: 14px;
		margin: 20px auto 20px;
	}

	.table .type1{
		width: 70px;
	}


	/* ------------------------------
	   上部へスクロール(レスポンシブ用)
	------------------------------ */
	#pageTop{
		bottom: 100px;
	
	}

	#pageTop a {
		width: 60px;
		height: 60px;
	}
	 

	#pageTopImg{
		padding: 8px 0 0 0;
		width: 40px;
	}

	/* ------------------------------
	   ギャラリー用
	------------------------------ */

	.blog__gallery a{
		width: 50%;
	}


}