@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Quicksand);

/* フォントをQuicksandにする */
body{
 font-family: 'Quicksand', sans-serif;
}

/* フォント */
body{
　color:#555555 !important;
}/* フォントを灰色にする */

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover{
    color: #10aba6 !important;
　　　　　　　　background-color:white;
}
#navi ul li a:before{
   background:#10aba6 !important;
}
#navi ul,#navi{
 background-color:white;
}

/* 記事を読むボタンの装飾 */
#breadcrumb span.sp {
    display:none;
}

#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] {
  background: #F3F3F3;
  padding: 4px;
  position:relative;
  margin-right:20px;
}
 
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after,
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:before
{
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background: #F3F3F3;
  transform: skew(-10deg);
}
 
 
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:before{
  left: -.6em;
  border-radius: 5px 0 0 5px;
}
#breadcrumb div[itemtype="http://data-vocabulary.org/Breadcrumb"] a:after{
  right: -.6em;
  border-radius: 0 5px 5px 0;
}

#breadcrumb a {
    color: #4D4D4D;
    font-weight:700;
}

#breadcrumb {
    color: #4D4D4D;
}

/* 見出しを変更 */
/*******記事見出しh1*********************************************/
.article h1 {
    position: relative;
    color: #333333;
    /* background-color: rgba(48,65,93,0.8); */
    font-size: 25px;
    line-height: 150%;
    margin: 0 -10px 0px -10px;
    padding: 10px 15px;
    /* -webkit-box-shadow: 0 1px 3px #777; */
    /* box-shadow: 0 1px 3px #777; */
}

#archive-title {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 117%;
}

/*******記事見出しh2*************************************************/
.article h2, .cps-post-main h2 {
	border-left: 50px solid rgba(142,174,189,0.8);
	margin: 0 0 30px -45px;
	padding: 25px 30px;
	font-size: 26px;
}
.article h2:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: auto;
	border: 5px solid transparent;
	border-top: 5px solid #333;
	left: -49px;
	border-right: 5px solid #333;
}

/*.cps-post-main h2:before {
	content: "";
	position: absolute;
    top: 55.8%;
	height: 0;
	width: auto;
	border: 5px solid transparent;
	border-top: 5px solid #333;
	left: -15px;
	border-right: 5px solid #333;
}*/

/*******記事見出しh3 h4*****************************************/
.article h3, .cps-post-main h3 {
	font-size: 23px;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #CF6766;
	border-bottom: none;
}
.article h4 {
	border-left: 30px solid #CF6766;
	border-bottom: 0px;
	padding: 5px 0 5px 10px;
	margin-bottom: 30px;
}

/*******トップページ記事見出しh2********************************/
.entry h2 a{
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
}

/* サイドバーの見出しh3 **********************************/
#sidebar h3{
	position: relative;
	color: #FFF;
	background-color: rgba(48,65,93,0.8);
	line-height: 117%;
	margin: 0 -25px 30px -25px;
	padding: 20px 25px;
	-webkit-box-shadow: 0 1px 3px #777;
	box-shadow: 0 1px 3px #777;
}
#sidebar h3:after,
#sidebar h3:before{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: auto;
	border: 5px solid transparent;
	border-top: 5px solid #663333;
}
#sidebar h3:before{
	right: 0;
	border-left: 5px solid #663333;
}
#sidebar h3:after{
	left: 0;
	border-right: 5px solid #663333;
}

/** サムネイル画像******************************/
.entry-thumb, .entry-large-thumb, .related-entry-thumb {
	overflow: hidden;
}
.entry-thumb img, .entry-large-thumb img, .related-entry-thumb img {
	-webkit-transition: all 0.3s ;
	transition: all 0.3s;
	-webkit-transform: scale(1.4,1.4) rotate(15deg);
	transform: scale(1.4,1.4) rotate(15deg);
}
.entry-thumb img:hover, .entry-large-thumb img:hover, .related-entry-thumb img:hover {
	opacity: 0.6;
	-webkit-transform: scale(1.0,1.0);
	transform: scale(1.0,1.0);
}

/* キャッチフレーズの非表示 */
#site-description{
display:none;
}

/*スライドインメニューでHome表示*/
a#footer-button-home{
display: block !important;
}
a#footer-button-prev,
a#footer-button-next{
display: none;
}

/* 記事を読むボタンの装飾 */
.entry-read a,.related-entry-read a{
 color:#D4D4D4;
 font-size:15px;
 font-weight:bold;
 padding:3px 8px 3px 8px;
 text-decoration:none;
 transition: .4s;
 }

.entry-read {
text-align: right;
margin-right: 10px; 
}

/* サイドバーカテゴリー */
#sidebar aside ul li ul li { 
	background: #fff;
	padding-left: 0;
}
#sidebar aside li.cat-item a { 
	display: block;
	overflow: hidden;
	font-size: 15px; 
	line-height: 2.4em; 
	text-decoration: none;
	vertical-align: middle;
	padding: 0 8px; 
	color: #2098A8; 
	background: #fff; 
	margin-bottom: 1px; 
    border-bottom:1px dotted #406572; 
}
#sidebar aside li.cat-item a:hover {
	background: fff; 
	color: #C03; 
}
#sidebar aside li.cat-item span { 
	line-height: 1em;
	float: right; 
	margin: 8px 0 0 8px; 
	padding: 4px 8px; 
	border-radius: 4px; 
	color: #fff; 
	background: #406572;
}

/* 引用部分の影 *************************************/
blockquote {
	-webkit-box-shadow: 0 1px 3px #777;
	box-shadow: 0 1px 3px #777;
}

/* 枠線 ************************************/
#main {
	background: transparent;
	border: none;
}
.single #main, .page #main {
	border: 5px solid #031424;
	border-radius: 0;
	background: #FFF;
}

.entry {
	border: 5px solid #031424;
	padding: 10px;
	background: #FFF;
}
#sidebar{
	border: none;
	background: transparent;
	padding: 0;
}
#sidebar .widget {
	border: 5px solid #031424;
	padding: 10px;
	background: #FFF;
}

/*トップの固定ページのタイトルと日付を消す*/

#post-1390 .post-meta {
 display: none;
}

/* 記事のメタ情報スタイルの上書き */
.post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 680px) {
  .post-meta {
    font-size: 12px;
  }
}

.post-meta .ad {
  margin: 0;
}

.related_media{
	background-color:#1E314F;
	overflow:hidden;
	padding:10px 10px 10px 10px;
}

.related_media_txt{
color:#fff;
margin-bottom:0px;
font-weight:bold;
font-size:15px;
}

.related_media ul{
	list-style-type:none;
}

.related_media ul li{
	float:left;
	margin-right:10px;
	font-size:15px;
}

.related_media a{
	color:#fff;
	font-size:13px;
}


/******
 * 追加スタイル
 * *****/

/*装飾*/
.bb {
    font-weight: bold;
}
.bbr {
    color: #ff0000;
    font-weight: bold;
}

.bbline {
    color: #000;
    font-weight: bold;
    background: #ffee6c;
}
.right {
    text-align: right;
    font-size: 17px;
	font-weight:bold
}

.quote_r{
	margin-top: -15px;
    font-size: 12px;
    text-align: right;
}

.small {
	font-size: 80%;
}

.big {
	font-size: 150%;
	font-weight: bold;
}
.bigbig {
	font-size: 200%;
	font-weight: bold;
}

.readmore {
	text-align:right;
	margin-bottom:20px;
}

.readmore p{
	text-align:left;
}

.t_title {
    font-size: 15px;
    color: #797979;
    margin-bottom: -15px;
}

.table_r {
    margin-top: -20px;
    font-size: 12px;
    text-align: right;
}

.category_link_b {
    margin: 40px 0px 20px 0px;
    font-size: 100%;
    color: #616161;
}
.fa-file-alt:before {
    content: "\f07b";
}


/*ボックス*/

.box1_blue {
  border: #E2E1E1 3px solid;
  padding: 10px 10px 0px 10px;
  margin-bottom: 25px;
}

.box1_tile_blue {
  border-left: 9px solid #BCE1FC;
  font-size: 16px;
  font-weight: bold;
  padding-left: 8px;
  line-height: 130%;
  position: relative;
}

.box1_tile_blue:before {
  content: "";
  border: #A4C9E5 4.5px solid;
  width: 0px;
  height: 8px;
  position: absolute;
  left: -9px;
  z-index: 10;
}

.box1_tile_blue span.sub_t {
  display: block;
  color: #464646;
  font-size: 12px;
  font-weight: normal;
}

/**/

.explanation_pen {
  border: #D7D7D7 3px solid;
  padding: 10px 10px 0px 10px;
  margin-bottom: 25px;
  background: #F7F7F7;
  border-radius: 10px;
}

.exp_tile_pen {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 0px 0px 5px 25px;
  border-bottom: dashed 1px #ccc;
}

.exp_tile_pen:before {
  display: block;
  content: ' ';
  background-image: url('/wp-content/uploads/pen.svg');
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0px;
}

/**/

.gray_box {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 25px;
}

.dottbox_w {
    border: dotted 1px #ccc;
    border-radius: 5px;
    background: #FFF;
    padding: 10px;
    margin-bottom: 25px;
}

/*リンクカード*/

.link_card06 a, .link_card07 a, .link_card09 a {
	text-decoration:none;
}

@media screen and (min-width:760px) {
  .link_card_title {
    top: -35px;
  }
}

.link_card_title {
  background-color: rgba(48,65,93,0.8);
  color: #fff;
  font-weight: bold;
  display: inline;
  padding: 5px 10px;
  position: absolute;
  top: -36px;
  left: -2px;
  border-radius: 5px 5px 0px 0px;
  font-size: 14px;
}

.link_card06 a:hover {
  text-decoration: none;
}

.link_card06 {
  position: relative;
  min-height: 100px;
  margin: 50px 0px 20px;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(48,65,93,0.8);
  border-image: initial;
  background: rgb(255, 255, 255);
}

.link_card06 .photo img {
  margin-bottom: 10px;
  border: 1px solid #eee;
}

.link_card06 .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 5px;
  color: #000;
}

.link_card06 .text {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 150%;
  color: #666666;
}

.link_card06 .text a {
  color: #2098A8;
}

.link_card06 .btnlink {
  text-align: right;
  color: #fff;
  margin-top: 5px;
}

.link_card06 .btnlink:before {
  content: "\f061";
  font-family: fontawesome;
  color: #2098A8;
}


.link_card07 {
  border-bottom: 1px dashed #aaa;
  overflow: hidden;
  padding: 10px 0px
}

.link_card07 .photo img {
  width: 100px;
  float: left;
  margin-bottom: 0px;
  border: 1px solid #eee;
  margin-right: 10px;
}

.link_card07 {
  color: #333;
}

.link_card07:last-child {
  border-bottom: none;
}

.link_card09 {
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 0.5rem;
  margin-right: 1%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  border: 2px solid #ddd;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 48%;
  float: left;
}

.link_card09 .photo {
  height: 200px;
  width: 100%;
  border-bottom: 1px solid rgb(211, 211, 211);
}

@media screen and (max-width: 480px) {
  .link_card09 .photo {
    height: 114px;
  }
}

.link_card09 .photo img {
  overflow: hidden;
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
}
.link_card09 .title {
  color:#2098A8;
}

.link_card09 .description {
  padding: 0 10px;
  overflow: hidden;
}


.link_card09 .description .title {
  font-size: 16px;
  margin: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 130%;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .link_card09 .description .title {
    font-size: 14px;
    font-weight: unset;
    height: 70px;
  }
}

.link_card09 .description .text p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 480px) {
  .link_card09 .description .text p {
    margin-bottom: 16px;
  }
}

.link_card09 .description .btnlink {
  margin-bottom: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #4C9BFA;
  padding: 5px;
  border-radius: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .link_card09 .description .btnlink {
    display: none;
  }
}

.link_card09 .description .btnlink:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: '\f061';
  color: #fff;
}
.link_card09 .btnlink a{
	color:#fff;
}

.link_card09 a:hover {
  text-decoration: none;
}

.link_card09 .tag {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: -3px;
  z-index: 10;
  left: 0px;
}

.link_card09 .tag span {
  background: #DD007E;
  padding: 1px 2px;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
}

.link_card09+ :not(.link_card09)::before {
  content: '';
  display: block;
  clear: both;
}

/**********
 * 目次スタイル
 * *******/

/*新バージョンの目次*/

/* デフォルトのスタイル */
#mokuji.mokujibox {
  /*display: inline-block;*/
  width: 250px;
margin-bottom:25px;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  transition-property: width;
}
#mokuji.mokujibox:not(.show_mokuji) div#collapse {
  display:none;
}

.mokujibox {
	margin: 0 0 0px;
	padding: 15px 15px 15px 15px;
	background: #f8f8f8;
	border: 1px solid #e6e6e0;
	border-radius: 6px;
	clear: both;
}


/* 目次開いた後のスタイル */
#mokuji.mokujibox.show_mokuji {
  /*display: inline-block;*/
  width: 90%;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  transition-property: width;
}


@media screen and (max-width: 480px){
#mokuji.mokujibox.show_mokuji {
  width: 90%;
}
}

.panel-heading{
	zpadding:0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 120%;
}
.panel-title a, .panel-title a:hover, .panel-title a:visited {
	color:#000!important;
}

.mokuji-title:after {
	content:"[表示]";
  color: #2098A8;
  font-size: 13px;
  margin-left: 10px;
  display:inline;
	font-weight:normal;
}

.mokuji-title {
  background:url(/img/yajirusi_sita.svg) no-repeat right center;
  background-size:20px; 
  cursor: pointer;
  font-weight:bold;
  text-align:left;
}

.mokuji-title-show:after {
	content:"[非表示]";
  color:#2098A8;
	font-size: 13px;
  margin-left: 10px;
	font-weight:normal;
}

.mokuji-title-show {
  background:url(/img/yajirusi_ue.svg) no-repeat right center;
  cursor: pointer;
  text-align:center;
  background-size:20px; 
font-weight:bold;
}

.mokuji-title a, .mokuji-title-show a{
  text-decoration:none;
}

.mokujibox_inner {
  margin-top:15px;
}

#mokuji p:first-child{
margin-top:20px;
}

.mokujibox p.mokuji_indent1, .mokujibox p.mokuji_indent2 {
	margin-top: -6px;
	margin-left: 1.5em;
	color: #707059;
	font-size:12px;
}
.mokujibox p.mokuji_indent1:before, .mokujibox p.mokuji_indent2:before {
	display: inline-block;
	position:relative;
	left:-8px;
	font-family: FontAwesome;
	content: "\f0da";
}

/*******ボックス黒柳20190306********************************/

#main .br_line{
	border-top:1px #6483B7 dotted;
	margin:10px 0;
}

#mvbox-main {
    margin: 0 15px
}

#mvbox-main .panel_area  p{
    margin: 0px;
    padding: 0px
}

#mvbox-main .panel_area  br{
	display:none;
}

#mvbox-main h3 {
    position: relative;
    color: #0000ff;
    font-size: 2rem;
    font-weight: 700;
    padding: 0 10px;
    margin-left: 6px;
    border-left: #8893A4 6px solid
}

#mvbox-main h3::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 0;
    width: 6px;
    height: 100%;
    border-right: 6px solid #596476
}


#mvbox-main .header_img {
    width: 100%;
	margin-bottom: 10px;
}

/*tab */
#mvbox-main .tab_wrap {
    margin: 10px 0px;

}

input[type="radio"] {
    display: none;
}

input[type="checkbox"] {
    display: none;
}


#mvbox-main p{
	display:none;
}

#mvbox-main .panel_area {
    position: relative;
    background: #fff;

}

#mvbox-main .tab_area {
    font-size: 0;
    margin: 0px;
    position: relative;
    width: 100%
}

#mvbox-main .tab_area label {
    display: inline-block;
    padding: 10px;
    text-align: center;
    /*    transition: ease 0.2s opacity;*/
    /* margin-bottom: -2.5px; */
}

#mvbox-main .tab_area .tab1_label {
    position: absolute;
    left: 10px;
    bottom: -5px; 
    border-radius: 5px;
    font-size: 1.3rem;
    background: #5F84B8;
    color: #fff;
    font-weight: 700;
    width: 50%
}

#mvbox-main .tab_area .tab1_label::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #5F84B8 transparent transparent transparent;
    border-width: 10px 7px 0 7px;
}

#mvbox-main .yellow {
    color: yellow
}

#mvbox-main .tab_area .tab2_label {
    border: solid #878787;
    border-width: 2px 2px 0px;
    font-size: 1.2rem;
    position: absolute;
    right: -0.6%;
    bottom: 0px;
    padding: 5px;
    color: #fff;
    background-color: #878787;
    margin-bottom: 0px;
    width: 25%
}

#mvbox-main .tab_panel {
    width: 100%;
    padding: 15px 0;
    display: none;
}

/*左タブ選択で左ラベルの変化*/
#tab1:checked ~ .tab_area .tab1_label {
    z-index: 2;
}

/*左タブ選択で下のパネル変化*/
#tab1:checked ~ .panel_area #panel1 {
    position: relative;
    display: block;
    border: solid #5F84B8 2px;
    background-color: #F4F8FC;
}

/*右タブ選択で右ラベルの変化*/
#tab2:checked ~ .tab_area .tab2_label {
    background: #fff;
    border-bottom-color: #fff;
    z-index: 2;
    color: #373737
}

/*右タブ選択で右ラベルの変化*/
#tab2:checked ~ .panel_area #panel2 {
    position: relative;
    display: block;
    border: solid #878787 2px;
}

/*サロンの並び*/
.flex-box {
    display: flex;
    margin: 5px auto;
    width: 100%
}

.flex-box a {
    margin: 5px 5px 0;
    width: 100%
}

.flex-box img {
    width: 100%;
    height: 100%
}

#hidden_box {
    margin: 0;
    /*前後の余白*/
    padding: 10px 0;
    width: 100%;
}

/*ボタン装飾*/
#hidden_box {
    text-align: right
}

#hidden_box label {
    width: 100%;
    color: #2098A8;
    margin-right: 10px;
    font-size: 1.8rem;
    font-size: 18px
}

#hidden_box label img {
    vertical-align: middle
}

/*チェックは見えなくする*/
#hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
#hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
#hidden_box input:checked ~ .hidden_show {
    padding: 0px 0;
    height: auto;
    opacity: 1;
}

@media screen and (max-width: 480px) {
#mvbox-main .tab_panel {
    padding: 15px 0 0 0;
}
	
#mvbox-main h3 {
    position: relative;
    color: #0000ff;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 10px;
    margin-left: 6px;
    border-left: #8893A4 6px solid
}
	
	#mvbox-main .tab_wrap {
    margin: 10px 0px;
}
	
	#mvbox-main .tab_area .tab1_label {
    font-size: 0.9rem;
}
	
	#mvbox-main .tab_area .tab2_label {
    font-size: 0.8rem;
	width: 30%;
	 right: -1%;
}
	
	#hidden_box label {
    font-size: 1rem;
}
	
	.flex-box a {
    margin: 0px 3px 0;
    width: 100%;
}
	
  }


/**********************
  口コミのスタイル
 **********************/

.box-wom2 {
  padding: 10px;
  background: #f1f1f1;
  border-radius: 12px;
  margin-bottom: 10px;
}

.box-wom-body2 {
  vertical-align: top;
}

.box-wom-body2 h4 {
  margin-top: 15px;
}

.box-wom-body2 h4:before {
  content: none;
}

.box-wom-body2 figure.img-thumbnail2 {
  border-radius: 30px;
  height: 60px;
  width: 60px;
  margin-left: 0px;
}

.box-wom-rating2 br {
  display: none;
}

.box-wom-body2 figure.img-thumbnail2 img {
  width: 100%;
  height: auto;
  zmargin-left: 10px;
  border-radius: 50px;
}

figure.img-thumbnail2 {
  float: left;
  margin-right: 10px;
  padding: 0;
  width: 80px;
  height: 60px;
  border-radius: 0;
}

.img-thumbnail2 {
  padding: 4px;
  line-height: 1.7;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.box-wom-body2 .num-rating2 {
  margin-left: 5px;
  color: #dc007f;
  font-size: 200%;
  display: none;
}

.box-wom-body2 h4 {
  padding: 0px;
  border: none;
  margin-bottom: 13px;
}

.article_body .box-wom-body2 h4 {
  padding: 7px 0px 7px 3px;
  margin: 20px 0px 10px 0px;
  line-height: 130%;
}

.box-wom-body2 .box-wom-rating2 {
  margin-top: -15px;
  margin-bottom: 20px;
  color: #dc007f;
  min-height: 25px;
}

.box-wom-inner2 {
	
}

.box-wom-body2 p {
  padding: 0 10px 0 20px;
}

.box-wom-body2 .name {
  text-align: right;
  margin: 10px 15px 10px 10px;
  font-size: 90%;
}


/**********
 * 吹き出し
 * ********/

.bigining_box {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
}
.bigining_box .faceicon {
	float: left;
	margin-right: -90px;
	width: 60px;
}
.bigining_box .faceicon img {
	width: 100%;
	height: auto;
	zborder: solid 3px #d7ebfe;
	border-radius: 50%;
	margin-bottom: 0px;
}

.bigining_box .square img {
	border-radius: 50%; /*画像を丸く*/
}


.bigining_box .chatting {
	width: 100%;
}

.bigining_text {
	display: inline-block;
	position: relative;
	margin: 5px 0 0 80px;
	padding: 10px 10px;
	border-radius: 12px;
	background: #d7ebfe;
}
.bigining_text:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
}
.bigining_text p{
	font-size:14px;
	line-height:160%;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.bigining_text p:last-child,
.bigining_text ul:last-child {
	margin: 0;
	padding: 0;
}


/************
 * ボタンスタイルの調整
 * ***********/

.wc-shortcodes-button.wc-shortcodes-button-danger:visited, .wc-shortcodes-button.wc-shortcodes-button-danger{
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
}

.wc-shortcodes-item {
    margin-top: 0 !important;
}

/**********
 * 開閉
**********/

.open2 {
	color:#2098A8;
	cursor:pointer;
}


/**********
 * PC,SPの表示切り替え
**********/

@media (max-width: 680px) {
	  .pconly {
    display: none;
  }
}

@media (min-width: 681px) {
  /*追加スタイル*/
  .sponly {
    display: none;
  }
	
}

@media (max-width: 767px){

#main .nl-vod-search-table-btn {
    position: relative;
    display: block;
    font-size: 1.1rem;
    line-height: 160%;
    font-weight: bold;
    padding: 6px 5px;
    margin: 0 5%;
}
	
	#main .nl-vod-search-table-text{
	font-size: 0.9rem;
	font-weight:bold;
	text-decoration:none;
	}
	
}
.nl-vod-search-table-text{
	font-size: 1.2rem;
	font-weight:bold;
	text-decoration:none;
	line-height:200%;
	}

#main .nl-vod-search-table-text:hover{
	color:#F93;
	}
	
