/*---------------------------------------------------------
Theme Name: Hoken
Theme URI: 
Description: 
Author: しまちゃん
Author URI: 
License:
License URI:
Tags:
Version: 20240717
---------------------------------------------------------*/

@charset "UTF-8";

/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    /*font-size: 100%;*/
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
html{
    font-size: 100%; /*-- 1rem=16px  --*/
}

body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/*===========================
                         　初期設定
============================*/
/* -- クリアフィックス -- */
.clearfix:before,
.clearfix:after { content: " ";  display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* -- リンク＆画像のマウスオーバー -- */
a {
	color: #0066CC;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
a:hover{ color: #F0687C;}

a{ transition-duration: 0.5s; }
a img{ transition-duration: 0.5s; }
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: &quot;alpha( opacity=70 )&quot;;/* ie6 */
}


:root {
	--midori: #2fc492;
	--pink: #F0687C;
}



/*===========================
                          デザイン開始
============================*/
html {
    font-size: 62.5%; /*-- 1rem=10px  --*/
    margin: 0 auto;
	scroll-behavior: smooth;/*　ページ内スクロールをなめらかに */
}
body {
	font-size: 1.4rem;
	font-family: 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color: #333;
	background: url(./images/top/body.jpg) left top;
}

#site {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*===========================
                       #content-area
============================*/

.content-area {
	position: relative;
	margin: 30px auto 60px;
	width: 1040px;/*960*/
}
.home .content-area {
	width: 100%;
	margin: 0 0 0px;
}
.topic-content {
	width: 744px;
	float: left;
}
#breadcrumbs {
	color: #777;
}
#breadcrumbs a {
	color: #777;
	text-shadow: none;
}
#breadcrumbs a:hover {
	color: #F0687C;
}


.topic {
	display: block;
	position: relative;
	margin-bottom: 0;
	padding: 59px 39px;
	border: 1px solid #CCC;
	border-top: none;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	background: #FFF;
	box-shadow: 1px 1px 5px -2px #CCC ,
				-1px 0px 5px -2px #CCC;
	text-shadow: none;
}
.archive .topic:first-child {
	border-top: 1px solid #CCC;
}
.topic:hover {
	color: #333;
/*	background: #EEE;*/
}
a.topic:after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 279px;
	background: transparent;
	transition-duration: 0.5s;
}
a.topic:hover:after {
	width: 744px;
	background: rgba(150,150,150,0.1);
}
.topic-info {
	float: right;
	width: 398px;
	height: 159px;
	border-bottom: 1px dashed #333;
}
.topic-title {
	position: relative;
	margin: 10px 0 10px;
	padding: 6px 6px 0px 0px;
	font-size: 2.0rem;
	text-align: left;
}

.topic-picture {
	float: left;
	width: 240px;
	height: 160px;
	margin-right: 16px;
}
.topic-picture img {
	width: 240px;
	height: 160px;
	border: 1px solid #CCC;
}
.topic-meta {
	position: relative;
	list-style: none outside;
}
.topic-date {
	-webkit-font-smoothing: antialiased;
	font-family: sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	margin-right: 10px;
}
.topic-week {
	margin-left: 5px;
	font-weight: bold !important;
	font-family: sans-serif;
}
.topic-category {
	position: absolute;
	width: 80px;
	top: -45px;
	right: -40px;
	margin-right: -10px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold !important;
	color: #FFF!important;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	background: #1ABC9C;
}
.topic-category:before {
	position: absolute;
	content: "";
	top: 100%;
	right: 0;
	border: 5px solid transparent;
	border-top-color: #16A085;
	border-left-color: #16A085;
}
.topic-author {
	position: absolute;
	right: 0;
	top: 0;
}
.topic-author img {
	vertical-align: text-top;
	width: 30px;
	height: 30px;
}

.topic-arrow {
	position: absolute;
	font-size: 18px;
	font-size: 1.8rem;
	bottom: 15px;
	right: 50px;
	opacity: 0.2;
	transition-duration: 0.5s;
}
.topic:hover .topic-arrow {
	opacity: 1;
	right: 10px;
}

/*-----------------------------
　ページナビ（コリスさん作）
------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	font-size: 1.1rem;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	line-height: 13px;
	margin-bottom: 20px;
	padding: 20px 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #CC9966;
	border: 1px solid #CC9966;
}
.pagination a:hover {
	color: #CC9966;
	background: #FFF;
	border: 1px solid #CC9966;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #CC9966;
	background-color: #FFF;
	border: 1px solid #CC9966;
}

/*===========================
	固定ページ と シングルページ
============================*/
.content {
	width: 744px;
	float: left;
}
body.page .content-area {
	width: 1040px;
}
body.page .content-area .content {
	width: 1040px;
}
body.page-template-blog .content-area {
	width: 960px;
}
body.page-template-blog .content {
	width: 704px;
}

/*-- ここまで --*/
.content img {
	max-width: 100%;
	height: auto;
}
#breadcrumb {
	margin: 0 40px 15px;
}
#breadcrumb div {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
}

#breadcrumb div a {
	color: #777;
	text-decoration: none;
}

#breadcrumb div a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/*-- Yoast --*/
#breadcrumbs {
	margin: 0 40px 15px;
	font-size: 13px;
}
/*===========================
	固定ページ
============================*/
.post-wrapper {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 0px;
	border: 0px solid #CCC;
	border-radius: 2px;
	/*box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.4) ,
				-3px 0px 5px -2px rgba(0,0,0,0.4);*/
	background: url('./images/article_bg02.png');
	background: transparent;
}
.post {
	background: #FFF;
	padding: 0px 30px 40px;
	border-radius: 4px;
}

.post-header {}
.post-title {
	margin: 10px 0;
	padding: 4px 0;
	font-size: 30px;
	font-size: 3rem;
	color: #222;
	border-bottom: 1px dotted #CCC;
}
.post-body {
	padding: 32px 0px 0;
	font-size: 1.7rem;
	word-wrap: break-word;
	/*font-weight: 500;*/
	font-family: 'Segoe UI','Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
.post-body p{
}

/*===========================
	シングルページ
============================*/
.article-wrapper {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 1px;
	border-right: 0px solid #CCC;
	border-radius: 2px;
	background: #FFF;	
	box-shadow: 1px 1px 5px -1px rgba(0,0,0,0.2) ,
				-1px 0px 5px -1px rgba(0,0,0,0.2);
	background: url('./images/article_bg02.png');
}
.article {
	background: #FFF;
	padding: 29px 29px 39px;
}
.article-header {}
.article-header figure {
	min-height: 50px;
}
ul.article-meta {
	margin-top: -50px;
	padding-left: 5px;
	position: relative;
	display: block;
	list-style: none outside;
	background: rgba(255,255,255,0.8);
}
ul.article-meta li {
	display: inline;
}
.article-date {
	font-size: 2.6rem;
	margin-right: 5px;
}
.article-week {
	margin-right: 5px;
}
ul.article-meta li a {
	display: inline-block;
	color: #333;
	text-shadow: none;
	font-size: 1.4rem;
}
ul.article-meta li a img {
	vertical-align: text-bottom;
	width: 30px;
	height: 30px;
}
.article-category {
	position: absolute;
	width: 80px;
	bottom: 10px;
	right: -30px;
	margin-right: -10px;
	padding: 5px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	background: #1ABC9C;
}
.article-category:before {
	position: absolute;
	content: "";
	top: 100%;
	right: 0;
	border: 5px solid transparent;
	border-top-color: #16A085;
	border-left-color: #16A085;
}

.article-title {
	margin: 10px 0;
	padding: 4px 0;
	font-size: 30px;
	font-size: 3rem;
	color: #222;
	border-bottom: 1px dotted #CCC;
}
.articleBody {
	padding: 32px 0px 0;
	font-size: 1.7rem;
	word-wrap: break-word;
	font-weight: 300;
	font-family: 'Segoe UI','Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
.articleBody p{
	line-height: 1.75;
	margin-bottom: 32px;
}
.articleBody h2 {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	background: #F3F3F3;
	padding: 21px 18px 20px;
	border-radius: 10px;
	margin: 34px 0 17px;
}
.articleBody h3 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 18px 0;
	margin: 34px 0 17px;
}
.articleBody h4 {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 34px 0 17px;
	padding-left: 10px;
	border-left: 4px solid #000;
	background: #F3F3F3;
}
.articleBody .quote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-size: 1.5rem;
	font-weight: normal;
}

.job {
	display: table;	
	width: 100%;
	border-collapse: separate;
	font-size: 1.4rem;
	margin: 0 ;
	border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;	
    border-spacing: 0;
    background: #FFF;
}
.job dl {
	display: table-row;
	text-align: left;
}
.job dt ,
.job dd {
	display: table-cell;
	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.job dt {
	width: 200px;
	padding: 10px 14px;
	background: #eeebe4;
	font-weight: normal;
}
.job dd {
	padding: 10px;
	font-size: 1.4rem;
}

.article-adsense {
	margin-top: 40px;
}
.adsense_01 {
	float: left;
	width: 336px;
}
.adsense_02 {
	float: right;
	width: 336px;
}

.article-share {
	margin-top: 40px;
	padding: 10px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.article-share-lead {
	text-align: center;
}
.article-share ul {
	display: block;
	height: 40px;
	width: 580px;
	list-style: none ;
	margin: 10px auto 0;
}
.article-share ul li {
	display: inline;
}
.article-share ul li a {
	display: block;
	float: left;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #FFF;
	text-shadow: none;
	font-size: 1.4rem;
	transition-duration: 0.0s;
}
.article-share ul li a:hover {
	margin-top: 1px;
}
.article-share ul li:last-child a {
	margin-right: 0;
}
.article-share ul li a i {
}
.article-share ul li.twitter a {
	background: #222;
	box-shadow: 0 3px 0 #000;
}
.article-share ul li.twitter a:hover {
	box-shadow: 0 2px 0 #000;
}
.article-share ul li.facebook a {
	background: #3b5998;
	box-shadow: 0 3px 0 #2c4373;
}
.article-share ul li.facebook a:hover {
	box-shadow: 0 2px 0 #2c4373;
}
.article-share ul li.line a {
	background: #00B900;
	box-shadow: 0 3px 0 #008000;
}
.article-share ul li.line a:hover {
	box-shadow: 0 2px 0 #008000;
}
.article-share ul li.hatebu a {
	background: #00a5de;
	box-shadow: 0 3px 0 #0081b8;
}
.article-share ul li.hatebu a:hover {
	box-shadow: 0 2px 0 #0081b8;
}
.article-share ul li.hatebu a i {
	font-style: normal;
	font-weight: bold;
}
.fb-like-area {
	display: flex;
	margin-top: 20px; 
	background: #333;
}
.fb-like-left {
	width: 276px;
	height: 207px;
}
.fb-like-left img {
	width: 276px;
	height: 207px;
}
.fb-like-right {
	display: block;
	width: 408px;
	height: 207px;
	padding: 60px 0;
	text-align: center;
	color: #FFF;
	font-size: 1.3rem;
}
.fb-like-right p {
	margin-bottom: 10px;
}
.fb-like-right ul {
	width: 220px;
	margin:  auto;
}






.article-follow {
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}
.article-follow h5 {
	text-align: center;
	font-size: 1.6rem;
}
.article-follow ul {
	display: block;
	width: 640px;
	height: 40px;
	list-style: none ;
	margin: 20px auto 0;
}
.article-follow ul li {
	display: inline;
}
.article-follow ul li a {
	display: block;
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 37px;
	line-height: 37px;
	padding: 0 15px;
	border-radius: 3px;
	color: #FFF;
	text-shadow: none;
	font-size: 1.4rem;
	transition-duration: 0.0s;
}
.article-follow ul li a:hover {
	margin-top: 1px;
}
.article-follow ul li:last-child a {
	margin-right: 0;
}
.article-follow ul li a i {
	padding-right: 10px;
	margin-right: 7px;
	border-right: 1px solid #FFF;
}
.article-follow ul li.twitter a {
	background: #55acee;
	box-shadow: 0 3px 0 #4892cb;
}
.article-follow ul li.twitter a:hover {
	box-shadow: 0 2px 0 #4892cb;
}
.article-follow ul li.facebook a {
	background: #3b5998;
	box-shadow: 0 3px 0 #2c4373;
}
.article-follow ul li.facebook a:hover {
	box-shadow: 0 2px 0 #2c4373;
}
.article-follow ul li.instagram a {
	box-shadow: 0 3px 0 rgba(203,16,67,1.0);
}
.article-follow ul li.instagram a:hover {
	box-shadow: 0 2px 0 rgba(203,16,67,1.0);
}
.article-follow ul li.line a {
	background: #25AF00;
	box-shadow: 0 3px 0 #219900;
}
.article-follow ul li.line a:hover {
	box-shadow: 0 2px 0 #219900;
}
.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px;/*高さ*/
  width: 150px;/*幅*/
  text-align:;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  vertical-align: middle;/*垂直中央寄せ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 1.5rem;/*アイコンサイズ*/
  position: relative;
  top: 0px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}


.article-footer {
	margin-top: 30px;
	border: 2px solid #300;/*#274A78*/
	border-radius: 3px;
	background: #FAFAFA;
}
.author-title {
	padding: 5px 15px;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: #333;/*#274A78*/
}

.author-body_01 ,
.author-body_02 {
	position: relative;
	padding: 20px;
	font-size: 1.4rem;
}/* コンテンツ部分 width 640px */
.author-left {
	float: left;
	width: 100px;
}
.author-right {
	float: right;
	width: 500px;
	padding-left: 20px;
}
.author-picture {}
.author-sns {
	list-style: none outside;
}
.author-sns li {
	display: inline;
}
.author-sns li a {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 2rem;
	line-height: 1.0;
	color: #999;
}
.author-sns li:last-child a {
	margin-right: 0;
}

.author-twitter:hover { color: #00A8E8; }
.author-facebook:hover { color: #3D58A4; }
.author-instagram:hover { color: #E6009D; }
.author-pinterest:hover { color: #D4222A;}

.author-name {
}
.author-name h3 {
	display: inline;
	font-size: 2.2rem;
	font-weight: bold;
	color: #333;
}
.author-name a {
}
.author-name a:hover {
	color: #E5A323;
}
.author-name span {
	color: #666;
	font-size: 1.3rem;
}
.author-position {
	font-weight: normal;
	font-size: 1.4rem;
}
.author-description {
	margin-top: 10px;
}
.author-description p {
	margin-bottom: 14px;
}

.newentry-title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #333;
	font-size: 1.6rem;
}
.newentry-title a {
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
	font-size: 1.4rem;
}
.newentry-title a:hover {
	color: #F0687C;
}
.newentry-list ul {
	list-style: none outside;
}
.newentry-list ul li {
	display: inline;
}
.newentry-list ul li a {
	display: block;
	float: left;
	width: 145px;
	min-height: 167px;
	margin-right: 19px;
	color: #333;
}
.newentry-list ul li a:hover {
	background: #ECECEC;
}
.newentry-list ul li:last-child a {
	margin-right: 0;
}
.newentry-list ul li a figure {
	width: 145px;
	height: 100px;
}
.newentry-list ul li a figure img {
	width: 145px;
	height: 100px;
}
.newentry-list ul li a div {
	position: relative;
}
.newentry-list ul li a div time {
	font-weight: 500;
}
.newentry-list ul li a div span {
	position: absolute;
	right: 0;
	bottom: 3px;
	padding: 0 5px;
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	font-size: 1.1rem;
	line-height: 1.5;
	word-break: keep-all;
}
.newentry-list ul li h5 {
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 1.5;
}
.newentry-category {
	background: #1ABC9C;
}
.kanren-wrapper {
	margin-top: 40px;
	font-size: 1.4rem;
	border: 2px solid #333;
	border-radius: 3px;
}
.kanren-title {
	padding: 5px 15px;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	background: #333;/*#274A78*/
}
.kanren-body {background: #FAFAFA;}
.p20 { padding: 20px; }
.kanren ul {
	list-style: none outside;
}
.kanren ul li {
	display: inline;
}
.kanren ul li a {
	display: block;
	float: left;
	width: 340px;
	height: 115px;
	padding: 20px;
	border-bottom: 1px solid #CCC;
	box-sizing: border-box;
	color: #333;
}
.kanren ul li a:hover {
	background: #ECECEC;
}
.kanren ul li:nth-child(odd) a {
	border-right: 1px solid #CCC;
}
.kanren-left {
	float: left;
	width: 80px;
}
.kanren-right {
	position: relative;
	float: right;
	width: 219px;
	height: 73px;
	padding-left: 10px;
}
.kanren ul li a figure {
	width: 80px;
	height: 53px;
}
.kanren ul li a figure img {
	width: 80px;
	height: 53px;
}
.kanren-category {
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 1.1rem;
	color: #FFF;
	background: #1ABC9C;
}
.kanren ul li a h4 {
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.5;
}
.kanren ul li a time {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 500;
	text-shadow: none;
}
.article-cm {
	padding: 40px 0px;
	background: #FFF;
	border-radius: 4px;
}

.article-cm .bx-wrapper .bx-prev {
	left: -35px;
}
.article-cm .bx-wrapper .bx-next {
	right: -35px;
}
.cm_01 ,
.cm_02{
	padding: 40px 40px;
	background: #FAFAFA;
}
.cm_01 h4 {
	margin: 10px 0 30px;
	text-align: center;
	font-size: 2.4rem;
	color: #F0687C;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
}
.cm_01 p { margin-bottom: 20px;}


.cm-link {
	display: block;
	width: 200px;
	margin: 80px auto 0;
	text-align: center;
	padding: 10px 0px;
	color: #02B4ED;
	border-radius: 30px;
	border: 1px solid #02B4ED;
	box-sizing: border-box;
	background: #FFF;
	font-weight: 500;
	text-shadow: none;
}
.cm-link:hover {
	border: 1px solid #F0687C;
}


.navigation {
	position: relative;
	margin-top: 30px;
	padding: 15px 40px;
	border: 1px solid #D1C9AE;
	background: #FFF;
	box-shadow: 1px 1px 5px -2px #CCC , -1px 0px 5px -2px #CCC;
	text-align: center;
	line-height: 1.5;
}
.navigation:before {
	content: "";
	width: 0;
	position: absolute;
	bottom: 100%;
	left: 330px;
	border: 20px solid transparent;
	border-bottom-color: #FFF;
	z-index: 99;
}
.navigation:after {
	content: "";
	width: 0;
	position: absolute;
	bottom: 100%;
	left: 328px;
	border: 22px solid transparent;
	border-bottom-color: #D1C9AE;
}
.navigation-previous {
	float: left;
	width: 50%;
	padding-right: 15px;
	border-right: 1px solid #CCC;
}
.navigation-next {
	float: left;
	width: 50%;
	padding-left: 15px;
}





/*===========================
                       #widget-area
============================*/

#widget-area {
	width: 280px;
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}
.widget {
	margin-bottom: 32px;
	border: 0px solid #46B980;
	border-radius: 2px;
	background: rgba(255,255,255,0.8);
	box-shadow: 1px 1px 5px -2px rgba(0,0,0,0.4) , -1px 0px 5px -2px rgba(0,0,0,0.4);
	background: #FFF;
	/*background: url('./images/article_bg02.png');
	padding: 1px;*/
}
.widget img {
	max-width: 100%;
	height: auto;
}
.widget-title {
	padding: 12px 7px;
	background: #02B4ED;/*FAF4E8*/	
}
.widget-title h5 {
	border-left: 2px solid #FFF;/*EAA43B*/
	padding-left: 8px;
	font-weight: 500;
	font-size: 1.4rem;
	color: #FFF;
	/*text-shadow: -1px -1px 0 rgba(255,255,255,1.0);*/
	box-shadow: 1px 0 0 #FFF inset,
				-1px 0 0 #FFF;
}
.widget-title h5 span {
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
}
.widget-body {
	background: #FFF;
	padding: 12px;
}
.widget-info {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.widget-info dl {
	display: table-row;
	width: 100%;
}
.widget-info dl:nth-child(even) {
	background: #F1F1F1;
}
.widget-info dl dt {
	display: table-cell;
	width: 30%;
	padding: 5px;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-align: justify;
	vertical-align: middle;
	box-sizing: border-box;
}
.widget-info dl dd {
	display: table-cell;
	width: 70%;
	padding: 5px 5px 5px 15px;
	box-sizing: border-box;
}
.widget-info dl dd ul {
	list-style: none outside;
}
a.widget-reserve {
	display: block;
	margin-top: 12px;
	margin-bottom: 4px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	color: #FFF;
	background: #EF2261;
	background: #f29b8a;
	border-radius: 4px;
	box-shadow: 0 4px rgba(156,5,51,1.0);
	box-shadow: 0 4px rgba(182,49,20,1.0);
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
a.widget-reserve:hover {
	box-shadow: 0 3px rgba(182,49,20,1.0);/*156,5,51,1.0*/
	margin-top: 13px;
	margin-bottom: 3px;
}
/*
a.widget-reserve {
	background: #630045;
	box-shadow: 0 4px #361B11;
}*/

a.widget-reserve span {
	display: block;
	font-size: 1.3rem;
}
ul.widget-newhairstyle {
	list-style: none outside;
}
ul.widget-newhairstyle figure {
	margin-bottom: 12px;
}
ul.widget-newhairstyle li:last-child figure {
	margin-bottom: 0;
}

.widget-button {
	display: block;
    width: 200px;
    margin: 20px auto;
    text-align: center;
    padding: 10px 0px;
    color: #02B4ED;
    border-radius: 30px;
    border: 1px solid #02B4ED;
    box-sizing: border-box;
    background: #FFF;
    font-weight: 500;
    text-shadow: none;
}
.widget-button:hover {
    border: 1px solid #F0687C;
}


.wpp-list {
	list-style: none outside;
	counter-reset: wpp-ranking;/*定義＆リセット*/
}
.wpp-list li {
	clear: both;
	position: relative;
	display: block;
	min-height: 72px;
	margin-bottom: 10px;
}
.wpp-list li:before {
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	position: absolute;
	left: -5px;
	top: -5px;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
	border-radius: 2px;
	background: #F0687C;/*F0A54A*/
	box-shadow: 1px 1px 3px rgba(255,255,255,0.4) inset,
				-1px -1px 3px rgba(255,255,255,0.4) inset;
	z-index: 9999;
}

.wpp-list li:hover {
	background: rgba(204,204,204,0.3);
}
.wpp-list li:hover a {
	color: #F0687C;
}
.wpp-list figure {
	float: left;
	margin-right: 5px;
	width: 72px;
	height: 72px;
	vertical-align: text-top;
	background: #FFF;
}
.wpp-list img {
	width: 72px;
	height: 72px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
.wpp-list a {
	float: left;
	display: inline-block;
	min-height: 72px;
	color: #333;
}
.wpp-post-title {
	padding-left: 10px;
	width: 184px;
	box-sizing: border-box;
}
.wpp-list span.wpp-meta {
	position: absolute;
	right: 0;
	bottom: 0;
}

.new-post {
	position: relative;
	width: 50px;
	height: 50px;
	margin-bottom: -65px;
	overflow: hidden;
}
.new-post:before {
	position: absolute;
	content: "";
	border: 10px transparent solid;
	border-top-color: #E95464;
	border-left-color: #E95464; 
}
.new-post span {
	display: block;
	margin-left: -13px;
	color: #FFF;
	background: #E95464;
	font-size: 7px;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#topnews{
	margin-top: 15px;
	list-style: none outside;
}
#topnews li {
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
#topnews li:hover {
	background: rgba(204,204,204,0.3);
}
#topnews li:hover a {
	color: #F0687C;
}
#topnews figure {
	float: left;
	margin-right: 10px;
	width: 72px;
	height: 72px;
	background: #FFF;
}
#topnews img {
	width: 72px;
	height: 72px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
#topnews a {
	display: block;
	width: 100%;
	min-height: 72px;
	color: #333;
}
.widget-onlinestore {
	margin-top: 5px;
}
.widget-line {
	margin-top: 5px;
	border-radius: 13px;
	width: 190px;
}
ul.widget-sns {
	display: block;
	margin: 5px auto 0;
	width: 190px;
	height: 50px;
	list-style: none;
}
ul.widget-sns li {
	display: inline-block;
} 
ul.widget-sns li a {
	display: inline-block;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 3.5rem;
	text-align: center;
	border-radius: 13px;
}
ul.widget-sns li:last-child a {
	margin-right: 0;
}
ul.widget-sns li.widget-twitter a {
	background: #46AAEB;
}
ul.widget-sns li.widget-facebook a {
	background: #385895;
}
ul.widget-sns li.widget-instagram {
	margin-top: -5px;	
}
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 2rem;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  vertical-align: middle;/*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}
span.insta { /*位置調整*/
	margin-top: -10px;
}

.widget-recruit {
	margin-top: 5px;
}
.widget-recruit img {
	border-radius: 4px;
}

.search {
	margin-bottom: 32px;
	padding: 0 16px 16px;
	border: 0px solid #46B980;
	border-radius: 2px;
	background: rgba(255,255,255,0.8);
	box-shadow: 1px 1px 5px -2px #CCC , -1px 0px 5px -2px #CCC;
	background: url("images/bg/search.png");
	background: #FFF;
/*	
	box-shadow: 3px 3px 5px -2px #CCC , -3px 0px 5px -2px #CCC;
*/
}
.search img {
	max-width: 100%;
	height: auto;
}
.search-title {
	margin: 0 -16px 10px;
	padding: 12px 16px 8px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
/*
	border-bottom: 1px dotted #CCC;
*/
	border-radius: 2px 2px 0 0;
	background: #FBF4E9;	
}
.search-title span {
	position: relative;
	display: block;
	padding-left: 0px;
	color: #333;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.search-title span:before {
  content: "";
  position: absolute;
  background: #F0A54A;/*#00a1e9*/
  top: -7px;
  left: -5px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-title span:after {
  content: "";
  position: absolute;
  background: #F0A54A;/*#409ecc*/
  top: 3px;
  left: -10px;
  height: 5px;
  width: 5px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.search-title span i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.6rem;
	color: #F5A656;
	text-shadow: none;
}

ul.search-gallery {
	list-style: none outside;
}
ul.search-gallery li {
	position: relative;
}
ul.search-gallery li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px dashed #CCC;
	color: #333;
}
ul.search-gallery li a:hover {
	color: #E5A323;
}
ul.search-gallery li span {
	position: absolute;
	right: 0;
	top: 10px;
	background: #FAF8F5;
	padding: 0 4px;
	border-radius: 8px;
}


/*===========================
                           #footer
     グローバルナビは#header領域で兼用編集
============================*/
.footerFrame {
	font-family: "Segoe UI", "Noto Sans Japanese", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
}
.site-share {
	padding-top: 7px;
	background: rgba(255,255,255,0.3);
}
.sns-btn {
	list-style: none;
	width: 960px;
	margin: 0 auto; 
}
.sns-btn li {
	float: left;
	margin-right: 15px;
}
.tw-btn {
	width: 80px;
}
#footerMenu {
	border-bottom: 1px solid #589617;
	box-shadow: 0px 1px #9EDF5D;
}
.page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.page-top a {
	color: #333;
	font-size: 30px;
	font-size: 3rem;
}
.page-top a:hover {
	color: #3498DB;
}

.footer-low {
	padding: 80px 0;
	color: #FFF;
	background: var(--midori);
}
.footer-logo {
	text-align: center;
	width: 280px;
	margin: 0 auto;
}
.footer-logo a img {
	-webkit-transition: 0.0s;
	transition: 0.0s;
}
.footer-logo img {
	width: 280px;
}

.footer-sns {
	margin-top: 45px;
	text-align: center;
}
.footer-sns a {
	color: #FAFAFA;
	text-shadow: none;
	margin: 0 10px;
}
.footer-sns a i {
	padding-right: 10px;
	font-size: 3rem;
}
.footer-sns a span {
	font-size: 1.3rem;
}

.footer-in {
	padding: 32px 0;
	width: 980px;
	margin: 40px auto 0;
	color: #FFF;
}
.footer-left {
	float: left;
	width: 704px;
	margin-right: 16px;
}
.footer-right {
	float: left;
	width: 260px;
}
.footer-navi-title {
	margin: -17px 0 10px; 
	position: relative;
	color: #FFF;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 0 34px 5px;
}
.footer-navi-title:before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: "";
	width: 20px;
	border-top: 1px solid #FFF;
}
.footer-navi-title:after {
	position: absolute;
	top: 5px;
	left: 115px;
	content: "";
	width: 200px;
	border-top: 1px solid #FFF;
}
.footer-navi {
	list-style: none outside;
}
.footer-navi li {
	position: relative;
	display: inline-block;
	float: left;
}
.footer-navi li a {
	display: block;
	height: 36px;
	padding: 15px 15px;
	margin-bottom: 15px;
	text-align: center;
	color: #FFF;
	font-size: 1.3rem;
	text-shadow: none;
	transition-duration: 0.0s;
	box-sizing: border-box;
}
.footer-navi li a:hover {
	color: #FFF;
}
.footer-navi li a:after {
	display: block;
	margin: 6px auto;
	transition-duration: 0.3s;
	bottom: 0;
	content: "";
	width: 5px;
	height: 2px;
	background: #CCC;
}
.footer-navi li a:hover:after {
	display: block;
	width: 20px;
	box-shadow: 0 1px rgba(0,0,0,0.2);
	background: #FFF;
}

.footer-right dl {
	margin-top: 24px;
	font-size: 1.3rem;
}
.footer-right dl dt {
	text-align: center;
}
.footer-right dl dd {
	margin-top: 10px;
	padding-left: 40px;
}

.footer-precautions {
	margin: 20px auto 0;
	width: 980px;
}
.footer-precautions ul li {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 20px;
}
.footer-right dl dd i{
	padding-right: 8px;
}
#copyright {
	display: block;
	padding: 15px 0 ;
	border-top: 1px solid #CCC;
	box-shadow: 0px -1px rgba(204,204,204,0.3);
	text-align: center;
}
#copyright a {
	color: rgb(51,51,51);
	text-shadow: none;
}
/*-------------------------
	　共用css
--------------------------*/
.list-mv02{
	opacity: 0;
	transition: 1.5s;
}
.mv02{
	opacity: 1.0;
}
.list-mv07{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: 1.5s;
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.mt0 { margin-top: 0px !important; }
.mt40 { margin-top: 40px;}
.mt80 { margin-top: 80px !important; }
.mb40 { margin-bottom: 40px; }
.mb80 { margin-bottom: 80px; }
.center { text-align: center;}
.font15 { font-size: 1.5rem;}
.bold {font-weight: bold;}
.marker-yellow {
	background:linear-gradient(transparent 60%, #ebeb34 0%);
	font-weight: 500;
}
.marker-pink {
	background:linear-gradient(transparent 60%, #ffdfef 0%);
	font-weight: 500;
}
.stripe-pink {
	background: url('images/stripe-pink.png');
    background-size: 8.5px;
    background-repeat: repeat-x;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position: bottom left;
    font-weight: 500;
}
.cat-sales {
	background: #E4C12B!important;
}
.cat-sales:before {
	border-top-color: rgba(193,155,26,1.0)!important;
	border-left-color: rgba(193,155,26,1.0)!important;
}
.cat-office-worker {
	background: #F79B8C!important;
}
.cat-office-worker:before {
	border-top-color: #BC331B!important;
	border-left-color: #BC331B!important;	
}
.cat-other {
	background: #EF3965!important;
}
.cat-other:before {
	border-top-color: rgba(202,0,46,1.0)!important;
	border-left-color: rgba(202,0,46,1.0)!important;	
}
.cat-items {
	background: #457DAD!important;
}
.cat-items:before {
	border-top-color: rgba(50,100,137,1.0)!important;
	border-left-color: rgba(50,100,137,1.0)!important;
}
.chat {
	margin: 30px 0 15px;
}
.chat figure {
	width: 104px;
	height: 104px;
	float: left;
	margin-right: 20px;
}
.chat figure img {
	border: 2px solid #FFF;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.chat div {
	position: relative;
	width: 560px;
	padding: 15px;
	float: left;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: linear-gradient(#FFFFFF, #F2F2F2);
}
.chat div:before ,
.chat div:after {
	position: absolute;
	content: "";
}
.chat div:before {
	top: 10px;
	left: -20px;
	border: 10px solid transparent;
	border-right-color: #FFF;
	z-index: 2;
}
.chat div:after {
	top: 9px;
	left: -22px;
	border: 11px solid transparent;
	border-right-color: #CCC;
	z-index: 1;
}
/*---------------------------
		guide
----------------------------*/
.guide-wrapper {
	padding-top: 80px;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
}
.guide h5 {
	font-size: 2.4rem;
	font-weight: 500;
	border-bottom: 4px solid #EEE;
}
.guide-left {
	float: left;
	width: 470px;
	margin-right: 40px;
}
.guide-left a img {
	width: 30%;
	margin-right: 20px;
}
.guide-right {
	float: right;
	width: 470px;
}
.guide-info {
	display: table;
	width: 100%;
}
.guide-info dl {
	display: table-row;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
.guide-info dl:first-child dt ,
.guide-info dl:first-child dd{
	border-top: 1px solid #E5E5E5;
}
.guide-info dt {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
	width: 30%;
	border-bottom: 1px solid #E5E5E5;
}
.guide-info dd {
	display: table-cell;
	padding: 10px 0;
	width: 70%;
	border-bottom: 1px solid #E5E5E5;
}



.company .table {
	display: block;	
	border-collapse: separate;
	font-size: 1.4rem;
	width: 680px;
	margin: 0 150px;
	border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;	
    border-spacing: 0;
}
.table dl {
	display: table-row;
	text-align: left;
	width: 680px !important;
}
.table dt ,
.table dd {
	display: table-cell;
	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.table dt {
	width: 30%;
	width: 204px;
	padding: 10px 14px;
	background: #eeebe4;
	font-weight: normal;
}
.table dd {
	width: 70%;
	padding: 10px;
	font-size: 1.4rem;
}
.table dd div {
	margin-bottom: 20px;
}

/*---------------------------
		保険商品のページ
----------------------------*/
.insurance-subject {
	padding: 10px 20px;
	background: var(--midori);
	color: #FFF;
	border-radius: 4px;
}

.insurance-personal-list ul {
	margin-top: 40px;
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: space-around;
}
.insurance-personal-list ul li {
	max-width: 24%;
}
.insurance-personal-list ul li a {
	display: block;
	position: relative;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}
.insurance-personal-list ul li a img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-radius: 4px;	
}
.insurance-personal-list ul li a span {
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	height: 36px;
	text-align: center;
    background: rgba(47, 196, 146, 0.8);
    color: #FFF;
    box-sizing: border-box;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.3rem;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.insurance-cat {
	margin: 40px 0;
	background: url('./images/line_01.png') repeat-x bottom;
	font-size: 2.4rem;
}
.insurance-cat i {
	margin-right: 4px;
	color: var( --midori);
}
.insurance-table {
	width: 100%;
	margin-bottom: 80px;
	display: table;
	box-sizing: border-box;
	border-collapse: collapse;
}
.insurance-table dl {
	width: 100%;
	height: 140px;
	display: table-row;
	border-bottom: 1px solid #CCC;
}
.insurance-table dt {
	display: table-cell;
	width: 20%;
	padding: 20px;
	vertical-align: middle;
}
.insurance-table dt figure {
	width: 100%;
}
.insurance-table dt figure img {
	width: 100%;
	height: auto;
}
.insurance-table dd {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
	padding: 20px;
	text-align: center;
}

/*---------------------------
		入退居
----------------------------*/
.flow h2 ,
.caution h2 {
	padding: 5px 20px;
	color: #FFF;
	background: #02b4ed;
	margin-bottom: 40px;
	border-radius: 4px;
}
.flow-box ,
.caution-box {
	display: flex;
	justify-content: space-between;
	width: 980px;
}
.flow-left ,
.caution-left {
	width: 320px;
}
.flow-right ,
.caution-right {
	width: 660px;
	padding-left: 40px;
}

.flow-left img ,
.caution-left img {
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.flow ol, .caution ul {
    list-style: none;
    padding: 0;
}

.flow li, .caution li {
    background-color: #fff;
    margin: 20px 0;
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #EEE;
}

.flow h3, .caution h3 {
    margin-top: 0;
    padding: 10px 20px;
    background: #EEE;
    border-radius: 5px 5px  0 0;
}
.flow h3 i, .caution h3 i {
	padding-right: 8px;
}
.flow p, .caution p {
	padding: 20px;
}

.move-out .flow h2,
.move-out .caution h2 {
	margin-top: 40px;
	background: #f0687c;
}
/*---------------------------
		お支払い方法
----------------------------*/
.payment-lead {
	text-align: center;
	font-weight: 500;
	font-size: 1.8rem;
	margin: 20px 0 40px;
}
.pay-list {
	margin: 0px auto 40px;
}
.pay-list ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
.pay-list ul li {
	position: relative;
	display: inline-block;
	width: 270px;
}
.pay-list ul li:nth-child(2) {
	border-left: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
}
.pay-list ul li:nth-child(3) {
	width: 420px;
}
.pay-list ul li a {
	display: block;
	width: 100%;
	padding: 20px 40px;
	text-align: center;
	box-sizing: border-box;
	color: #333;
	font-size: 1.4rem;
}

.pay-list ul li a img {
	display: block;
	max-height: 140px;
	width: auto;
}
.pay-list-title {
	display: block;
	padding: 10px 10px;
	margin-bottom: 20px;
	border: 1px solid #02B4ED;
	border-radius: 30px;
	text-align: center;
	color: #02B4ED;
	font-weight: bold;
	font-size: 1.5rem;
	text-shadow: none;
}
.pay-list ul li a:hover .pay-list-title{
	color: #FFF;
	background: #02B4ED;
}
.pay-list-aicard {
	display: flex;
	justify-content: flex-start;
}
.pay-list-aicard img {
	margin-right: 20px;
}
.pay-list-aicard p {
	text-align: left;
}
.pay-list ul li a.pay-list-aicard-link {
	position: absolute;
	right: 40px;
	bottom: 20px;
	width: 160px;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 30px;
	color: #FFF;
	background: #F0687C;
	border: 1px solid #F0687C;
	text-align: center;
}
.pay-list ul li a.pay-list-aicard-link:hover {
	background: #FFF;
	color: #F0687C;	
}
.pay-koufuri  ,
.pay-credit  ,
.pay-aicard  {
	margin: 80px 0;
}
.pay-koufuri h2 ,
.pay-credit h2 ,
.pay-aicard h2 {
	margin: 20px 0;
	padding: 10px 20px;
	background: #02B4ED;
	color: #FFF;
	border-radius: 8px;
}
.pay-koufuri p a {
	text-shadow: none;
}
.pay-bank-list {
	width: 960px;
	margin: 40px 10px;
}
.pay-bank-list p {
	padding: 5px 20px;
	font-weight: bold;
	width: 960px;
	background: #B3E8F9;
	color: #555;
	box-sizing: border-box;
	border: 1px solid #02B4ED;
}
.pay-bank-list p i {
	padding-right: 8px;
}
.pay-bank-list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;	
}
.pay-bank-list ul li {
	display: inline-block;
	width: 240px;
	padding: 5px 15px;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #02B4ED;
	border-bottom: 1px solid #02B4ED;
}
.pay-bank-list ul li:nth-child(1),
.pay-bank-list ul li:nth-child(2),
.pay-bank-list ul li:nth-child(3),
.pay-bank-list ul li:nth-child(4) {
	/*border-top: 1px solid #02B4ED;*/
}
.pay-bank-list ul li:nth-child(1),
.pay-bank-list ul li:nth-child(5) {
	border-left: 1px solid #02B4ED;
}
.pay-card-list {
	margin: 40px 10px;
	border: 1px solid #02B4ED;
}
.pay-card-list p {
	margin-bottom: 20px;
	padding: 5px 20px;
	font-weight: bold;
	width: 960px;
	background: #B3E8F9;
	color: #555;	
}
.pay-card-list p i {
	padding-right: 8px;
}
.pay-card-list ul {
	width: 960px;
	list-style: none;
	display: flex;
	justify-content: center;
}
.pay-card-list ul li {
	width: 150px;
	text-align: center;
}
.pay-card-list ul li img {
	max-height: 55px;
	width: auto;
}
/*.pay-aicard img { transition-duration: 0.5s; }*/
.pay-aicard i {
	font-size: 1.4rem;
	text-shadow: none;
	padding-right: 4px;
}
.pay-aicard img {
	opacity: 0.9;
	filter: alpha(opacity=70);
	-ms-filter: &quot;alpha( opacity=70 )&quot;;/* ie6 */
	max-width: 100%;
	height: auto;
	border-radius: 4px 4px 0 0;
}

.pay-aicard-entry {
	margin-top: -10px;
	padding: 15px;
	text-align: center;
	background: rgba(0,0,0,0.8);
	border-radius: 0 0 4px 4px;
}
.pay-aicard-btn {
    position: relative;
    text-decoration: none;
    display: inline-block;
    background: #E40073;
    color: #fff;
    padding: 16px 60px 16px 40px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    font-size: 1.4em;
    font-weight: 500;
    border-radius: 100vh;
    box-shadow: 0px 5px 0 0 #730039;
}
.pay-aicard-btn:hover {
    background: #EEE;
    color: #E40073;
}

/*---------------------------
		ガス料金
----------------------------*/
.price-anchor {
	margin: 40px auto 80px;
}

.price-anchor ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
.price-anchor ul li {
	display: inline-block;
	width: 250px;
	height: 100px;
	margin: 0 40px;
}
.price-anchor ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #02B4ED;
	text-align: center;
	font-size: 1.4rem;
	box-sizing: border-box;
	padding: 18px 0;
	border-radius: 4px;
	color: #FFF;
	box-shadow: 0px 4px #01A2D5;
	transition-duration: 0.1s; 
}
.price-anchor ul li a:hover {
	box-shadow: 0px 2px #01A2D5;
	margin-top: 2px;
}
.price-anchor ul li a i {
	font-size: 2.4rem;
}

.price-anchor ul li:nth-child(2) a {

}
.price-anchor ul li a:hover {
	color: #FFF;
}


.price-title {
	position: relative;
	text-align: center;
	margin: 40px auto;
}

.price-title:before {
    position: absolute;
    top: 2em;
    left: calc(50% - 40px);
    width: 80px;
    height: 5px;
    content: '';
    border-radius: 5px;
    background: #333;
}

.price-title i {
	padding-right: 10px;
}

.price-detail {
	display: table;	
	border-collapse: separate;
	font-size: 1.4rem;
	margin: 20px 60px;
	border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;	
    border-spacing: 0;
    background: #FFF;
}
.price-detail dl {
	display: table-row;
	text-align: left;
}
.price-detail dt ,
.price-detail dd {
	display: table-cell;
	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.price-detail dt {
	width: 200px;
	padding: 10px 14px;
	background: #eeebe4;
	font-weight: normal;
}
.price-detail dd {
	padding: 10px;
	font-size: 1.4rem;
}


.price-table {
	margin: 40px auto;
	width: 550px;
	font-weight: normal;
}
.price-table table {
	width: 100%;
}
.price-table table ,
.price-table td ,
.price-table th {
	border: 1px solid #BCBCBC;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
}
.price-table td ,
.price-table th {
	padding: 10px;
	width: 33%;
}
.kihon {
	background: #1ABC9C;
	color: #FFF;
	font-size: 1.8rem;
}
.juuryou {
	background: #EEE;
	font-size: 1.8rem;
}
.juuryou span {
	font-size: 1.4rem;
	font-weight: normal;
}
.price-table tr:nth-child(1) {
	border-bottom: double 4px #CCC;
	font-weight: bold;
}

.siyouryou ,
.juuryoutanka {
	color: #333;
	background: #EEE;
	font-size: 1.6rem;
}
.price-table p {
	margin-top: 8px;
	text-align: right;
	font-size: 1.4rem;
}
/*---------------------------
		会社情報
		このページだけ背景透過
		パディングしない
----------------------------*/
.post-company {
	background: transparent;
}

.company-title {
	position: relative;
	text-align: center;
	margin: 0px auto 40px;
}

.company-title:before {
    position: absolute;
    top: 2em;
    left: calc(50% - 40px);
    width: 80px;
    height: 5px;
    content: '';
    border-radius: 5px;
    background: #333;
}
.company-title i {
	padding-right: 10px;
}
.company-picture {
	position: relative;
	display: flex;
	padding: 40px 0;
}
.company-picture figure {
	width: 500px;
	margin-right: 80px;
}
.company-picture img {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	box-sizing: border-box;
}

.company-certification {
	width: 500px;
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.company-certification img {
	width: 120px;
	height: auto;
}


.company-comment {
	text-align: left;
	width: 460px;
}
.company-comment h3 ,
.company-comment h4 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}
.company-position {
	margin-bottom: 40px;
}
.company-comment-text p {
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.company-slider {
	margin-bottom: 100px;
}
.company-slider img {
	border-radius: 8px;
}
.company-slider span {
	display: block;
	text-align: center;
}

.company-in .table {
	margin: 0 auto 40px;
	width: 90%;
	line-height: 1.5;
}

.company-base {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
}
.company-base section {
	display: inline-block;
	width: 320px;
	padding: 20px 10px;
	background: #FFF;
	border-radius: 8px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}
.company-base section h4 {
	text-align: center;
	font-size: 2.2rem;
}
.company-base section figure {
	width: 300px;
	margin: 20px 0;
}

.company-base section figure img {
	width: 300px;
	height: auto;
}

.company-base-table {
	width: 100%;
	display: table;
	border-collapse: collapse;
	font-size: 1.4rem;
}
.company-base-table dl {
	display: table-row;
}
.company-base-table dl dt,
.company-base-table dl dd {
	display: table-cell;
	padding: 5px 10px;
	line-height: 1.5;
	border: 1px solid #CCC;
}
.company-base-table dl dt {
	width: 28%;
	background: #FAFAFA;
}
.company-base-table dl dd {
	width: 72%;
}


.table {
	display: block;	
	border-collapse: separate;
	font-size: 1.4rem;
	margin: 0 60px;
	border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;	
    border-spacing: 0;
    background: #FFF;
}
.table tr {
	text-align: left;
}
.table th ,
.table td {
	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}
.table th {
	width: 200px;
	padding: 10px 14px;
	background: #eeebe4;
	font-weight: normal;
}
.table td {
	padding: 10px;
	font-size: 1.4rem;
}
.double td {
	width: 300px;
}

.company-insurance {
	margin-top: 40px;
}
.company-insurance h3 {
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.6rem;
}
.company-insurance ul {
	margin: 40px auto 80px;
	list-style: none;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

/*---------------------------
		緊急時の連絡先
----------------------------*/
.post-emg {
	background: #FFF;
}
.emg-title {
	position: relative;
	text-align: center;
	margin: 0px auto 40px;
}

.emg-title:before {
    position: absolute;
    top: 2em;
    left: calc(50% - 40px);
    width: 80px;
    height: 5px;
    content: '';
    border-radius: 5px;
    background: #333;
}
.emg-title i {
	padding-right: 10px;
}

.emg-flow ul {
	margin: 4rem 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
}
.emg-flow ul li {
	text-align: center;
	width: 28%;
}
.emg-flow ul li img {
	width: 100%;
	height: auto;
}
.emg-flow ul li span {
	display: block;
}
.emg-slider {
	margin: 5rem 5rem 8rem;
}
.emg-slider img {
	border-radius: 8px;
}
.emg-slider span {
	display: block;
	text-align: center;
}
.emg-insurance {
	margin-top: 40px;
}
.emg-insurance ul {
	margin: 40px auto 80px;
	list-style: none;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}


/*---------------------------
		お問い合わせ
----------------------------*/
.inquiry-lead {
	display: flex;
	justify-content: center;
	padding: 40px;
	background: #FAFAFA;
	font-size: 1.4rem;
}
.inquiry-left {
	width: 450px;
	padding-right: 40px;
	border-right: 1px solid #333;
}
.inquiry-right {
	width: 450px;
	padding-left: 40px;
	text-align: center;
}
.inquiry-phone {
	font-size: 2.8rem;
	letter-spacing: 0.3rem;
	font-weight: 600;
}
.inquiry-phone i {
	font-size: 2.0rem;
	margin-right: 8px;
}
.inquiry-time {
}
.inquiry {
	display: table;	
	border-collapse: separate;
	font-size: 1.4rem;
	margin: 30px 30px;
	width: 900px;
	border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;	
    border-spacing: 0;
    background: #FFF;
}
.inquiry dl {
	display: table-row;
}
.inquiry dl dt ,
.inquiry dl dd {
	display: table-cell;
	border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: 15px 20px;
}
.inquiry dl dt {
	width: 200px;
	background: #eeebe4;
	font-weight: normal;
	vertical-align: middle;
}
.inquiry dl dd {
	width: 500px;
}
.inquiry input ,
.inquiry textarea {
	width: 100%;
	box-sizing: border-box;
	font-family: 'Segoe UI','Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important;
	padding: 8px;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1),
				-1px -1px 3px rgba(0,0,0,0.1);
}

.inquiry input:focus ,
.inquiry textarea:focus {
	outline: 2px solid #02B4ED;
	border: none;
}

.inquiry .reply label { 
	display: inline-block;
	text-align: center;
}
.inquiry input[type="radio"] {
	border: none;
	box-shadow: none;

}


.accept {
	padding-left: 60px;
}
.accept input {
	width: 20px;
	height: 20px;
}
.accept input:focus {
	outline: 2px solid #02B4ED;
	border: none;	
}

.submit {
	text-align: center;
}
.submit input {
	padding: 8px 16px;
	font-family: 'Segoe UI','Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important;
	font-size: 1.4rem;
}

.hissu {
	padding-left: 4px;
	color: red;
	font-size: 1.4rem;
}

/*---------------------------
		オンライン相談
----------------------------*/
.online-title {
	font-size: 2.6rem;
	margin: 40px 0 60px;
	text-align: center;
}
.online-lead {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.online-step {
	width: 28%;
}
.online-step h4 {
}
.online-step h4 span {
	padding: 4px;
	font-size: 1.4rem;
	color: #FFF;
	background: var(--midori);
	border-radius: 4px;
}
.online-step figure {
	text-align: center;
	margin: 20px 0 20px;
}
.online-step figure img {
	height: 130px;
	width: auto;
	max-width: 100%;
}
.online-step p {
	font-size: 1.4rem;
}
/*---------------------------
		勧誘方針
----------------------------*/
h2.policy-title {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.6;
	background: #F3F3F3;
	padding: 21px 18px 20px;
	border-radius: 10px;
	margin: 34px 0 17px;
	text-align: center;
}
h3.policy-title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px;
	margin: 60px 0 40px;
}
.policy-rule {
	margin-left: 45px;
}
ul.policy-list {
	margin-left: 45px;
}
ul.policy-list li {
	margin-bottom: 40px;
}

.policy-sign {
	text-align: right;
}
.policy-body {
	margin-top: 40px;
}
.policy-body p {
	margin-bottom: 40px;
}
.policy-box {
	border: 2px dashed #CCC;
	margin: 40px;
	padding: 40px 40px 0;
}
.policy-box ul {
	margin-left: 40px;
	margin-bottom: 40px;
}
.policy-kpi ,
.policy-actionplan {
	margin-left: 40px;
}
.policy-kpi span ,
.policy-actionplan span {
	padding: 4px 8px;
	margin-right: 16px;
	color: #FFF;
	background: var(--midori);
	border-radius: 4px;
	font-size: 1.4rem;
}
.policy-actionplan span {
	background: var(--pink);
}
.policy-table {
	display: table;
	width: 100%;
}
.policy-table dl {
	display: table-row;
}
.policy-table dt ,
.policy-table dd {
	display: table-cell;
	line-height: 2;
}
.policy-table dt {
	width: 150px;
	text-align: right;
	padding-right: 20px;
	border-right: 1px solid #CCC;
}
.policy-table dd {
	padding-left: 30px;
}
.cn-button {
	color: #FFF!important;
}

/*---------------------------
		緊急時
----------------------------*/

.emg-list {
	width: 500px;
	margin: 0 auto 40px;
	padding: 20px;
	background: #02B4ED;
	border-radius: 4px;
	box-shadow: 0px 4px #01A2D5;
}
.emg-list h2 {
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
.emg-list h2 i {
	padding-right: 10px;
}
.emg-list ul {
	display: flex;
	list-style: none;
	justify-content: center;
}
.emg-list ul li {
	display: inline-block;
	margin: 0 20px;
	width: 140px;
	height: 120px;
	background: #FFF;
	border-radius: 4px;
	box-shadow: 2px 2px #999;

}

.emg-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 5px 5px;
	box-sizing: border-box;
	color: #333;
	font-size: 1.2rem;
}
.emg-list ul li a img {
	display: block;
	margin: 0 auto;
}
.emg-case { margin-bottom: 80px }
.emg-h3 {
	margin-bottom: 20px;
	padding: 20px;
	background: #DDD;
	background: #02B4ED;
	color: #FFF;
	border-radius: 8px;
	font-size: 2.4rem;
}
.emg-detail {
	margin: 20px 40px 0;
	padding: 20px;
	border: 4px dotted #CCC;
	border-radius: 8px;
	font-size: 1.4rem;
}
.emg-base {
	display: flex;
	justify-content: center;
	padding: 40px 0 0;
}
.emg-base dl {
	display: block;
	width: 310px;
	margin: 0 10px;
	padding: 20px;
/*	background: #EEE;*/
	border-radius: 4px;

	border: 4px double #02B4ED;
}
.emg-base dl:nth-child(2) {
}

.emg-base dl dt {
	font-weight: bold;
	font-size: 1.8rem;
}
.emg-base dl dd {

}
.emg-detail ul {
	margin: 20px 0 20px 40px;
}
.emg-maicon {
	margin: 20px 40px 0;
	padding: 4px;
	border: 1px solid #CCC;
	border-radius: 4px;	
}

/*---------------------------
		固定productページ
		page-product.php
----------------------------*/
.item-table {
	margin-bottom: 60px;
}
.item-table ul {
	width: 100%;
	display: flex;
	list-style: none;
	justify-content: space-around;
	flex-wrap: wrap;
}
.item-table ul li {
	margin-bottom: 40px;
	width: 220px;
	height: 60px;
	vertical-align: text-top;
	border: 1px solid #02B4ED;
	box-sizing: border-box;
}
.item-table ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	color: #333;
}
.item-table ul li a:hover {
	color: #F0687C;
}
.item-table ul li:hover {
	border-color: #F0687C;
}
.item-table ul li a img {
	display: block;
	width: 80px;
	height: auto;
	max-height: 100%;
}
.item-table ul li a span {
	display: block;
	width: 140px;
	padding: 0 10px;
	font-size: 1.4rem;
	line-height: 60px;
	box-sizing: border-box;
}

.item-box {
	background: #02B4ED;
	border: 6px solid #02B4ED;
	border-radius: 4px;
	margin-bottom: 40px;
}
.item-header {
	position: relative;
	padding: 10px 20px;
	color: #FFF;
}
.item-header-link {
	position: absolute;
	top: 15px;
	right: 20px;
	padding: 5px 30px;
	border-radius: 20px;
	background: #FAFAFA;
	color: #555;
	font-size: 1.4rem;
	text-shadow: none;
}
.item-header i {
	padding-right: 40px;
}
.item-body {
	background: #FFF;
	padding: 20px;
	border-radius: 4px;
}
.item-list {
	display: flex;
	width: 100%;
	justify-content: space-around;
}
.item-list dl {
	width: 280px;
	text-align: center;
}
.item-list dl a {
	color: #333;
}
.item-list dl a:hover {
	color: #F0687C;
}
.item-list img {
	border-radius: 4px;
	max-height: 186px;
}
.item-list dl dd {
	font-size: 1.4rem;
}

/*---------------------------
		taxonomy別一覧ページ
	  （taxonomy-pdc_cat.php）
----------------------------*/
.pdc-box {
	width: 1040px;
	display: flex;
	margin-bottom: 40px;
}
.pdc-left {
	width: 400px;
}
.pdc-left img {
	width: 400px;
	height: auto;
}
.pdc-right {
	margin-left: 40px;
	width: 700px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.5);

}
.pdc-right h1 {
	margin-bottom: 20px;
}
.pdc-right p {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 16px;
}
.pdc-listbox {
	width: 1040px;
	display: flex;
	/*justify-content: space-around;*/
	flex-wrap: wrap;
}
.pdc-item {
	width: 300px;
	padding: 20px;
	margin: 0 23px 60px;
	background: #FFF;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
.pdc-item a {
	display: block;
}
.pdc-meta {
	margin-bottom: 10px;
}
.pdc-maker {
	color: #FFF;
	padding: 2px 8px;
	background: #555;
	border-radius: 4px;
	font-size: 1.4rem;
	margin-right: 4px;
}
.pdc-recommend {
	color: #FFF;
	padding: 2px 8px;
	background: #F0687C;
	border-radius: 4px;
	font-size: 1.4rem;
}
.pdc-picture {
	min-height: 200px;
}
.pdc-item img {
	max-width: 100%;
	height: auto;
	max-height: 200px;
}

.pdc-title {
	margin-top: 10px;
}
.pdc-title {
	color: #333;
	font-size: 1.6rem;
}
.pdc-item:hover .pdc-title {
	color: #F0687C;
}
.pdc-nebiki {
	padding-left: 0px;
	font-size: 2rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: red;
}
.pdc-tokka {
	padding: 2px 8px;
	color: #FFF;
	background: red;
	font-size: 1.3rem;
	border-radius: 4px;
}

.pdc-teika {
	margin-top: 8px;
	padding-left: 8px;
	color: #888;
	font-size: 1.4rem;
	font-family: 'Noto Sans Japanese', sans-serif;	
}
.pdc-teika span {
	text-decoration: line-through;
}
.pdc-hosoku {
	font-size: 1.4rem;
}