.kv{
height: 450px;
overflow: hidden;
}
	.kv .kv_noimg{
	background: #333;
	}
	.kv .kv_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	}
		.kv .kv_img img{
		width: 100%;
		height: auto;
		}


/* ========================
//#google-prettify-monokai-theme
//#Version: 0.3
//#Author: RaphaelDDL
//#Github: https://github.com/RaphaelDDL/google-prettify-monokai-theme/
//For use with Google Code Prettify, HTML Syntax only
//======================== */

pre .str, code .str { color: #e6db5a; } /* string */
pre .kwd, code .kwd { color: #66d9ef; } /* keyword */
pre .com, code .com { color: #75715e; font-style: italic; } /* comment */
pre .typ, code .typ { color: #66d9ef; } /* type */
pre .lit, code .lit { color: #ae81ff; } /* literal */
pre .pun, code .pun { color: #fff; } /* punctuation */
pre .pln, code .pln { color: #fff; } /* plaintext */
pre .tag, code .tag { color: #f92672; } /* html/xml tag */
pre .atn, code .atn { color: #a6e22a; } /* html/xml attribute name */
pre .atv, code .atv { color: #e6db74; } /* html/xml attribute value */
pre .dec, code .dec { color: #ae81ff; } /* decimal */

pre.prettyprint, code.prettyprint {
	background-color: #272822;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	font-family: consolas, menlo, courier, monospace;
}

pre.prettyprint {
	width: 100%;
	margin: 1em auto;
	padding: 1em;
	white-space: pre-wrap;
}

pre.prettyprinted {
	box-shadow:inset 0 0 1px 2px #3c3d39, 0 0 15px rgba(0,0,0,0.5);
	border:1px solid #0b0c0a;
}


/* ------------------------
//Section: class 'linenums' for line numbering
//------------------------ */
ol.linenums {
	margin-top: 0;
	margin-bottom: 0;
	color: #75715e;
	list-style: decimal inside !important;
} /* IE indents via margin-left */


/* =============================================
//Section: Print Styles (partially from Sunburn Theme)
//================================================ */
@media print {
	pre.prettyprinted, pre.prettyprint, code.prettyprint {
		background-color:#fff;
		color:#000;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		-o-border-radius:0;
		-ms-border-radius:0;
		-khtml-border-radius:0;
		border-radius:0;
	}

	pre .str, code .str { color: #060; }
	pre .kwd, code .kwd { color: #006; font-weight: bold; }
	pre .com, code .com { color: #600; font-style: italic; }
	pre .typ, code .typ { color: #404; font-weight: bold; }
	pre .lit, code .lit { color: #044; }
	pre .pun, code .pun { color: #440; }
	pre .pln, code .pln { color: #000; }
	pre .tag, code .tag { color: #006; font-weight: bold; }
	pre .atn, code .atn { color: #404; }
	pre .atv, code .atv { color: #060; }
}
/**********************************
			ボタン1
**********************************/
.btn-pt1 {
	display: inline-block;
}
.btn-pt1 a {
	display: block;
	width: 180px;
	height: auto;
	padding: 12.5px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
/**********************************
			ボタン2
**********************************/
.btn-pt2 {
	display: inline-block;
}
.btn-pt2 a {
	display: block;
	width: 180px;
	height: auto;
	padding: 12.5px;
	background-color: #979CB2;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #FFFFFF;
	box-shadow: 0px 4px 0px 0px #ccc;
}
/**********************************
			ボタン3
**********************************/
.btn-pt3 {
	display: inline-block;
}
.btn-pt3 a {
	display: block;
	width: 180px;
	height: auto;
	padding: 12.5px;
	background-color: #CC9B52;
	color: #333333;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	border: 3px solid #FFFFFF;
}
/**********************************
			ボタン4
**********************************/
.btn-pt4 {
	display: inline-block;
}
.btn-pt4 a {
	display: block;
	width: 180px;
	height: auto;
	padding: 12.5px;
	color: #6A7C88;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #6A7C88;
}
/**********************************
			ボタン5
**********************************/
.btn-pt5 {
	display: inline-block;
}
.btn-pt5 a {
	display: block;
	width: 180px;
	height: auto;
	padding: 12.5px;
	background-color: #F0E65E;
	color: #000000;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/**********************************
			ボタン6
**********************************/
.btn-pt6 {
	display: inline-block;
}
.btn-pt6 a {
	display: block;
	width: 180px;
	height: auto;
	padding: 12.5px;
	background-color: #C5EA7B;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/**********************************
			ボタン7
**********************************/
.btn-pt7 {
	display: inline-block;
}
.btn-pt7 a {
	font-size: 13px;
	display: block;
	width: 130px;
	height: auto;
	padding: 5px;
	color: #ABCE66;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #ABCE66;
}
/**********************************
			ボタン8
**********************************/
.btn-pt8 {
	display: inline-block;
}
.btn-pt8 a {
	font-size: 13px;
	display: block;
	width: 130px;
	height: auto;
	padding: 5px;
	background-color: #BD5249;
	color: #FFFFFF;
	text-align: center;
	box-shadow: 0px 4px 0px 0px #ccc;
}
/**********************************
			ボタン9
**********************************/
.btn-pt9 {
	display: inline-block;
}
.btn-pt9 a {
	font-size: 13px;
	display: block;
	width: 130px;
	height: auto;
	padding: 5px;
	background-color: #437DCD;
	color: #FFFFFF;
	text-align: center;
}
/**********************************
			ボタン10
**********************************/
.btn-pt10 {
	display: inline-block;
}
.btn-pt10 a {
	display: block;
	width: 200px;
	height: auto;
	padding: 15px;
	color: #BD5249;
	text-align: center;
	box-shadow: 0px 4px 0px 0px #ccc;
	border: 2px solid #BD5249;
}
/**********************************
			ボタン11
**********************************/
.btn-pt11 {
	display: inline-block;
}
.btn-pt11 a {
	display: block;
	width: 200px;
	height: auto;
	padding: 15px;
	background-color: #BCDA73;
	color: #FFFFFF;
	text-align: center;
}
/**********************************
			ボタン12
**********************************/
.btn-pt12 {
	display: inline-block;
}
.btn-pt12 a {
	display: block;
	width: 200px;
	height: auto;
	padding: 15px;
	background-color: #D26E4D;
	color: #FFFFFF;
	text-align: center;
	box-shadow: 0px 4px 0px 0px #ccc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
/**********************************
			バッチ1
**********************************/
.badge-pt1 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #CD433C;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ2
**********************************/
.badge-pt2 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #EFEC55;
	color: red;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ3
**********************************/
.badge-pt3 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #3673B8;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ4
**********************************/
.badge-pt4 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #5EC559;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ5
**********************************/
.badge-pt5 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #C96D4A;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ6
**********************************/
.badge-pt6 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #D49B48;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ7
**********************************/
.badge-pt7 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #95D45A;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ8
**********************************/
.badge-pt8 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #DBDBDB;
	color: #000000;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ9
**********************************/
.badge-pt9 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #657C89;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ10
**********************************/
.badge-pt10 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #2A6188;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ11
**********************************/
.badge-pt11 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #A9AE7D;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ12
**********************************/
.badge-pt12 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			バッチ13
**********************************/
.badge-pt13 {
	font-size: 13px;
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: #D29089;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/**********************************
			フレーム1
**********************************/
.frame-pt1 {
	font-size: 16px;
	width: auto;
	height: auto;
	padding: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #8D6930;
}
/**********************************
			フレーム2
**********************************/
.frame-pt2-wrap {
	font-size: 16px;
	width: auto;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.frame-pt2-title {
	font-size: 13px;
	background-color: #3673B8;
	padding: 5px 10px;
	color: #FFFFFF;
}
.frame-pt2-text {
	background-color: #EEEEEE;
	padding: 10px;
}
/**********************************
			フレーム3
**********************************/
.frame-pt3 {
	background-image:linear-gradient(90deg,rgba(204,204,204,0) 0%,rgba(201,204,204,0) 49%,rgba(255,255,255,100) 50%,rgba(255,255,255,100) 100%),
	linear-gradient(180deg,rgba(204,204,204,0) 0%,rgba(204,204,205,0) 96.5%,rgba(30,30,30,100) 100%);
	background-repeat:repeat-x,repeat-y;
	background-size:4px 100%,100% 1.8em;
	padding: 1.8em 10px;
	line-height: 1.8em;
}
/**********************************
			ボーダー1
**********************************/
.border-pt1 {
	width: 100%;
	height: 2px;
	border-top: 2px solid #dd3333;
	margin: 10px 0px;
}
/**********************************
			ボーダー2
**********************************/
.border-pt2 {
	width: 100%;
	height: 2px;
	border-top: 2px solid #33dd33;
	margin: 10px 0px;
}
/**********************************
			ボーダー3
**********************************/
.border-pt3 {
	width: 100%;
	height: 2px;
	border-top: 2px solid #3333dd;
	margin: 10px 0px;
}
/**********************************
			ボーダー4
**********************************/
.border-pt4 {
	width: 100%;
	height: 2px;
	border-top: 2px dotted #1e73be;
	margin: 10px 0px;
}
/**********************************
			ボーダー5
**********************************/
.border-pt5 {
	width: 100%;
	height: 2px;
	border-top: 2px dotted #1ebe73;
	margin: 10px 0px;
}
/**********************************
			ボーダー6
**********************************/
.border-pt6 {
	width: 100%;
	height: 2px;
	border-top: 2px dotted #731ebe;
	margin: 10px 0px;
}
/**********************************
			ボーダー7
**********************************/
.border-pt7 {
	width: 100%;
	height: 2px;
	border-top: 4px double #000000;
	margin: 10px 0px;
}
/**********************************
			ボーダー8
**********************************/
.border-pt8 {
	width: 100%;
	height: 2px;
	border-top: 4px double #ff5b00;
	margin: 10px 0px;
}
/**********************************
			ボーダー9
**********************************/
.border-pt9 {
	width: 100%;
	height: 2px;
	border-top: 4px double #3333dd;
	margin: 10px 0px;
}
/**********************************
			ボーダー10
**********************************/
.border-pt10 {
	width: 100%;
	height: 2px;
	border-top: 10px solid #acd68f;
	margin: 10px 0px;
}
/**********************************
			ボーダー11
**********************************/
.border-pt11 {
	width: 100%;
	height: 2px;
	border-top: 10px solid #dd3333;
	margin: 10px 0px;
}
/**********************************
			ボーダー12
**********************************/
.border-pt12 {
	width: 100%;
	height: 2px;
	border-top: 10px solid #8facd6;
	margin: 10px 0px;
}
/**********************************
			ボーダー13
**********************************/
.border-pt13 {
	width: 100%;
	height: 2px;
	border-top: 15px dotted #ccc;
	margin: 10px 0px;
}
/**********************************
			ボーダー14
**********************************/
.border-pt14 {
	width: 100%;
	height: 2px;
	border-top: 15px dotted #f0c;
	margin: 10px 0px;
}
/**********************************
			ボーダー15
**********************************/
.border-pt15 {
	width: 100%;
	height: 2px;
	border-top: 15px dotted #00c;
	margin: 10px 0px;
}
/**********************************
			ボーダー16
**********************************/
.border-pt16 {
	width: 100%;
	height: 2px;
	border-top: 15px double #eee;
	margin: 10px 0px;
}
/**********************************
			ボーダー17
**********************************/
.border-pt17 {
	width: 100%;
	height: 2px;
	border-top: 20px double #eeee22;
	margin: 10px 0px;
}
/**********************************
			アイコン
**********************************/
.content-icon,.content-icon i{
	vertical-align: baseline;
	padding: 0 .2em;
}
.content-icon-pt1 {
	color: #80a1bf;
	font-size: 18px;
}
.content-icon-pt2 {
	color: #898989;
	font-size: 30px;
}
.content-icon-pt3 {
	color: #31b513;
	font-size: 40px;
}
.content-icon-pt4 {
	color: #dd3333;
	font-size: 24px;
}
.content-icon-pt5 {
	color: #dd8b0f;
	font-size: 28px;
}
/**********************************
			グリッド
**********************************/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.columns_two {
	float: left;
	width: 48%;
}
.columns_two:first-child {
	margin-right: 4%;
}
.columns_three {
	float: left;
	width: 32%;
}
.columns_three:nth-child(-n+2) {
	margin-right: 2%;
}
@media screen and (max-width:768px) {
	.columns_two {
		float: none;
		width: 100%;
		margin-bottom: 5%;
	}
	.columns_two:first-child {
		margin-right: 0%;
	}
	.columns_two:last-child {
		margin-bottom: 0;
	}
	.columns_three {
		float: none;
		width: 100%;
		margin-bottom: 5%;
	}
	.columns_three:nth-child(-n+2) {
		margin-right: 0%;
	}	
	.columns_three:last-child {
		margin-bottom: 0;
	}
}
/**********************************
			引用
**********************************/
blockquote{
    position: relative;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    padding: 40px;
    padding-top: 30px;
    margin:15px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 10px #ddd;
    -moz-box-shadow: 0 3px 10px #ddd;
    box-shadow: 0 3px 10px #ddd;
    -webkit-box-shadow: 0 2px 5px rgba(100, 100, 100, 0.25);
    -moz-box-shadow: 0 2px 5px rgba(100, 100, 100, 0.25);
    box-shadow: 0 2px 5px rgba(100, 100, 100, 0.25);
    color: #555555;
}
blockquote:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '“';
    font-size: 8em;
    line-height: 0.5;
    color: #000000;
    opacity: 0.2;
}
.blockquote_ref {
    font-size: 0.9em;
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 100%;
}
.blockquote_ref div {
    overflow: hidden;
    text-align: right;
}
.blockquote_ref div a {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	color: #7696B9;
}
.blockquote_ref div a:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 2em;
}
.blockquote_ref div a:before {
	right: 100%;
}
/**********************************
			横棒グラフ
**********************************/
.barchart{
    display: block;
    background: #006d97;
    text-align: left;
    padding-left: 20px;
    color: #f0ffff;
    height: 2.5em;
    line-height: 2.5em;
    margin:5px 0;
    border-radius: 0 10px 10px 0;
}
.barchart-pt1 {
	width:98%;
	background:#f44336;
}
.barchart-pt2 {
	width:50%;
	background:#d4c915;
}
.barchart-pt3 {
	width:40%;
	background:#42bb6a;
}
.barchart-pt4 {
	width:25%;
	background:#1566d4;
}
.barchart-pt5 {
	width:23%;
	background:#71b9d8;
}
/**********************************
			吹き出し
**********************************/
.balloon {
    color: #333;
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    margin: 10px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 0;
    border-radius: 5px;
}
.balloon:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
}
.balloon:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    z-index: -1;
}
.balloon.bottom {
    margin-bottom: 10px;
}
.balloon.top {
    margin-top:10px; 
}
.ballon.left{
    margin-left: 10px;
}
.ballon.right{
    margin-right: 10px;
}
.balloon.bottom:before, .balloon.top:before {
    left: 10%;
    margin-left: -9px;
}
.balloon.bottom:after, .balloon.top:after {
    left: 10%;
    margin-left: -6px;
}
.balloon.left:before, .balloon.right:before {
    top: 30%;
    margin-top: -13px;
}
.balloon.left:after, .balloon.right:after {
    top: 30%;
    margin-top: -10px;
}
.balloon.bottom:before {
    bottom: -15px;
    border-width: 20px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
}
.balloon.bottom:after {
    bottom: -16px;
    border-width: 16px 12px 0 12px;
    border-color: #ccc transparent transparent transparent;
}
.balloon.top:before {
    top: -15px;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #fff transparent;
}
.balloon.top:after {
    top: -16px;
    border-width: 0 12px 16px 12px;
    border-color: transparent transparent #ccc transparent;
}
.balloon.left:before {
    left: -15px;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff transparent transparent;
}
.balloon.left:after {
    left: -16px;
    border-width: 12px 16px 12px 0;
    border-color: transparent #ccc transparent transparent;
}
.balloon.right:before {
    right: -15px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff;
}
.balloon.right:after {
    right: -16px;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #ccc;
}
/**********************************
			口コミ
**********************************/
.voice {
    width: 100%;
    margin: 10px 0;
}
.voice .faceicon {
    float: left;
    margin-right: 2%;
    width: 23%;
}
.voice .faceicon img{
    width: 100%;
    height: auto;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}
.voice .chatting {
	float: left;
    width: 75%;
}
.says {
    display: inline-block;
	width: 100%;
    position: relative; 
    margin: 0 0 0 5px;
    padding: 20px;
    border-radius: 10px;
    background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	font-size: 15px;
}
.says:before,
.says:after {
    position: absolute;
    top: 20px; 
    left: -14px;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	border-width: 14px;
}
.says:before {
    border-right-color: #CCCCCC;
    margin-left: -14px;
}
.says:after {
    border-right-color: #FFFFFF;
    margin: 0 0 0 -13px;
}
.says h1 {
	font-size: 18px;
	line-height: 150%;
	margin: 0;
	padding: 0;
}
.star-rating {
	position: relative;
	width: 5em;
	height: 1em;
	font-size: 15px;
}
.star-rating-front {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #ffcc33;
	width: 50%;
}
.star-rating-back {
  color: #ccc;
}
.says-border {
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 15px 0px 10px 0px;
}
.says p {
    margin: 0;
    padding: 0;
}
@media screen and (max-width:640px) {
.voice .faceicon {
    float: none;
    margin-right: 0;
    width: 100%;
}
.voice .faceicon img{
    width: 100%;
    height: auto;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}
.voice .chatting {
	float: none;
    width: 100%;
}
.says {
    display: inline-block;
	width: 100%;
    position: relative; 
    margin: 15px 0 15px 0;
    padding: 20px;
    border-radius: 10px;
    background: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	font-size: 15px;
}
.says:before,
.says:after {
    position: absolute;
    top: -29px; 
    left: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	border-width: 14px;
}
.says:before {
    border-right-color: none;
    margin-left: 0;
    border-bottom-color: #CCCCCC;
    margin-bottom: -14px;
}
.says:after {
    border-right-color: none;
    border-bottom-color: #FFFFFF;
    margin: 1px 0 0 0;
}
.says h1 {
	font-size: 18px;
	line-height: 150%;
	margin: 0;
	padding: 0;
}
.star-rating {
	position: relative;
	width: 5em;
	height: 1em;
	font-size: 15px;
}
.star-rating-front {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #ffcc33;
}
.star-rating-back {
  color: #ccc;
}
.says-border {
	width: 100%;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 15px 0px 10px 0px;
}
.says p {
    margin: 0;
    padding: 0;
}
}
/**********************************
			会話
**********************************/
.chat {
	margin: 0px 0;
	padding : 0;
	position: relative;
}
.chat:after,.chat:before {
	clear: both;
	content: "";
	display: block;
}
.chat-image-left {
	float: left;
	width: 10%;
	height: auto;
	margin: 0;
	padding: 0;
}
.chat figure img {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: 50%;
}
.chat-image-description {
	padding: 0;
	font-size: 10px;
	text-align: center;
}
.chat-text-right {
	position: relative;
	width: 76%;
	float: left;
	margin-top: 20px;
	margin-left: 2%;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 0px 20px 20px 20px;
	background: #FFFFFF;
}
.chat-text-right:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #aaa;
	top: -1px;
	left: -11px;
}
.chat-text-right:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	top: 0px;
	left: -9px;
}
.chat-image-right {
	float: right;
	width: 10%;
	height: auto;
	margin: 0;
	padding: 0;
}
.chat-text-left {
	position: relative;
	width: 76%;
	float: right;
	margin-top: 20px;
	margin-right: 2%;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 20px 0px 20px 20px;
	background: #4D65A9;
	color: #FFFFFF;
}
.chat-text-left:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #aaa;
	top: -1px;
	right: -11px;
}
.chat-text-left:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #4D65A9;
	top: 0px;
	right: -9px;
}
.chat p {
	margin: 0;
}
.chat p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width:640px) {
.chat {
	margin: 20px 0;
	padding : 0;
	position: relative;
}
.chat:after,.chat:before {
	clear: both;
	content: "";
	display: block;
}
.chat-image-left {
	float: left;
	width: 15%;
	height: auto;
	margin: 0;
	padding: 0;
}
.chat figure img {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 1px solid #aaa;
	border-radius: 50%;
}
.chat-image-description {
	padding: 0;
	font-size: 10px;
	text-align: center;
}
.chat-text-right {
	position: relative;
	width: 80%;
	float: left;
	margin-top: 20px;
	margin-left: 5%;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 0px 20px 20px 20px;
	background: #FFFFFF;
}
.chat-text-right:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #aaa;
	top: -1px;
	left: -11px;
}
.chat-text-right:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	top: 0px;
	left: -9px;
}
.chat-image-right {
	float: right;
	width: 15%;
	height: auto;
	margin: 0;
	padding: 0;
}
.chat-text-left {
	position: relative;
	width: 80%;
	float: right;
	margin-top: 20px;
	margin-right: 5%;
	padding: 10px;
	border: 1px solid #aaa;
	border-radius: 20px 0px 20px 20px;
	background: #4D65A9;
	color: #FFFFFF;
}
.chat-text-left:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #aaa;
	top: -1px;
	right: -11px;
}
.chat-text-left:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top: 10px solid #4D65A9;
	top: 0px;
	right: -9px;
}
.chat p {
	margin: 0;
}
.chat p:last-child {
	margin-bottom: 0;
}
}
/**********************************
			ランキング
**********************************/
#rank1{	background-image: url(img/common/no1.png);}
#rank2{	background-image: url(img/common/no2.png);}
#rank3{	background-image: url(img/common/no3.png);}
#rank4{	background-image: url(img/common/no4.png);}
#rank5{	background-image: url(img/common/no5.png);}

.rank-ttl {
	margin-bottom: 20px;
	padding: 0px 0px 20px 75px;
	border-bottom: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: 2% 0%;
	background-size: 35px;
}
.rank-ttl h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.rank-image {
	float: left;
	width: 32.5%;
	margin-right: 2.5%;
}
.rank-image img {
	width: 100%;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
}
.rank-text {
	float: left;
	width: 65%;
}
.rank-text ul {
	margin: 20px 0 0 0;
	padding: 0 0 0 25px;
}
.rank-balloon {
 	position: relative;
	display: block;
 	margin: 0;
	padding: 5px 10px;
	min-width: 120px;
 	max-width: 100%;
	font-size: 16px;
 	color: #FFFFFF;
	background: #F2C168;
	border-radius: 4px;
}
.rank-balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 60px;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #F2C168;
}
.rank-balloon p {
	margin: 0;
	padding: 0;
}
.rank-comment {
	width: 100%;
	height: auto;
	border: 1px solid #EEEEEE;
	padding: 20px;
	margin-top: 10px;
}
@media screen and (max-width:640px) {
.rank-image {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
.rank-text {
	float: none;
	width: 100%;
}
}
/**********************************
			質問
**********************************/
.q {
	width: 100%;
	height: auto;
	font-weight: bold;
	color: #d74535;
	padding: 10px 10px 10px 40px;
	background-image: url(img/common/q.png);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	background-size: 30px;
	
}
.answer {
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 40px;
	background-image: url(img/common/a.png);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	background-size: 30px;
	
}
.border-ques {
	width: 100%;
	height: 1px;
	border-top: 1px solid #CCCCCC;
	margin: 10px 0px;
}
/**********************************
			コード
**********************************/
code {
    position: relative;
    display: block;
    box-sizing: border-box;
    background-color: #394034;
    color: #f8f8f2;
    line-height: 1.4;
    padding: 20px 30px;
    text-align: left;
    overflow: auto;
    resize: horizontal;
    border: 0;
    border-radius: 8px;
    vertical-align: 0;
    font-family: Menlo, Consolas, 'DejaVu Sans Mono', monospace;
    font-size: 14px;
    font-weight: 700
}
em {
  font-style: norma;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #424242;
  display: inline-block;
  width: 100%;
}
/**********************************
			トグル
**********************************/
.toggle_box{
    border: 1px solid #ccc;
}
.toggle_title{
    padding: 10px 20px;
    position: relative;
    background: #eee;
	background-image: url(img/common/angle-down.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 95% 50%;
}
.toggle_title.active{
    padding: 10px 20px;
    position: relative;
    background: #eee;
	background-image: url(img/common/angle-up.png);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 95% 50%;
}
.toggle_content{
    padding: 10px 20px;
    display: none;
}
/**********************************
			QR
**********************************/
img.qr {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


/*Start : dammy Setting*/
.dammy {    background-color: #000; }
/*End : dammy Setting*/
/*Start : h1 Setting*/
#page_title h1{
/* Start no3 */
padding: 0.5em;
color: #000;
background: #f8f8f8;
border-left: solid 5px #1c429a;
}
#page_title h1:before {
display:none;
}
#page_title h1:after{
display:none;
}
/*End : h1 Setting*/
/*Start : h2 Setting*/
.contents_inner h2{ 
/* Start no1 */
  background-color: #1c429a;
  color: #fff;
  border-radius: 4px;
  padding: 12px 20px 10px;
  box-sizing: border-box;
/* End no1 */
}
.contents_inner h2:before {
display:none;
}
.contents_inner h2:after{
display:none;
}

/*End : h2 Setting*/
/*Start : h3 Setting*/
.contents_inner h3{
/* Start no5 */
  border-bottom: 3px solid #1c429a;
  padding: 10px 0px;
/* End no5 */
}
.contents_inner h3:before {
display:none;
}
.contents_inner h3:after{
display:none;
}

/*End : h3 Setting*/
/*Start : h4 Setting*/
.contents_inner h4{
/* Start no1 */
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    font-weight: bold;
    height: auto;
    margin: 0 auto 20px;
    display: block;
    box-sizing: border-box;
    padding: 5px;
}

.contents_inner h4:before {
display:none;
}

.contents_inner h4:after{
    content: ".";
    line-height: 0;
    width: 32%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #1c429a;
    position: absolute;
    margin-top: 5px;
}
/* End no1 */
/*End : h4 Setting*/
/*Start : common Setting*/
body {background-color: #f8f8f8; }
a {color: #2b679d; }
a:hover {color: #de30ca; }
#footer {background-color: #5a6074; }
/*End : common Setting*/
/*Start : gnavi Setting*/
.gnavi {    background-color: #ffffff; }
.gnavi li{border-right:1px solid #808d96;}
.gnavi li:first-child{border-left:1px solid #808d96;}
.gnavi li a{    color: #808d96;}
.gnavi li a:hover{    color: #de30ca;}
/*End : gnavi Setting*/
/*Start : cta Setting*/
.header_cta li a.btn{background-color: #efa338; }
.header_cta li a.btn{color: #fff; }
.header_cta li a.btn{border-color: rgba(224,148,41,1); }

.side_cta a.btn{background-color: #ce45c4; }
.side_cta a.btn{color: #ffffff; }
.side_cta a.btn{border-color: rgba(191,54,181,1); }

a.btn.cv_button1{background-color: #d73535; }
a.btn.cv_button1{color: #fff; }
a.btn.cv_button1{border-color: rgba(200,38,38,1); }

a.btn.cv_button2{background-color: #efa338; }
a.btn.cv_button2{color: #fff; }
a.btn.cv_button2{border-color: 
rgba(224,148,41,1); }

/*End : cta Setting*/
/*Start : SNS Setting*/
.icon_tw:before{ color: ; }
.icon_fb:before{ color: ; }
.icon_gl:before{ color: ; }
.icon_ln:before{ color: ; }
.icon_in:before{ color: ; }
.icon_yt:before{ color: ; }
/*End : SNS Setting*/
/*Start : topslide Setting*/
.top1_btn{ background-color: ; }
.top1_btn:hover{ background-color: ; }
.top1_btn{ color: ; }
.top1_btn{border-color: rgba(0,1); }

.top2_btn{ background-color: ; }
.top2_btn:hover{ background-color: ; }
.top2_btn{ color: ; }
.top2_btn{border-color: rgba(0,1); }

.top3_btn{ background-color: ; }
.top3_btn:hover{ background-color: ; }
.top3_btn{ color: ; }
.top3_btn{border-color: rgba(0,1); }

.top4_btn{ background-color: ; }
.top4_btn:hover{ background-color: ; }
.top4_btn{ color: ; }
.top4_btn{border-color: rgba(0,1); }

.top5_btn{ background-color: ; }
.top5_btn:hover{ background-color: ; }
.top5_btn{ color: ; }
.top5_btn{border-color: rgba(0,1); }
/*End : topslide Setting*/
