@charset "UTF-8";

/***********************************
* 大見出し	*
***********************************/
/* 中身だし --------------------*/
/* 小見出し*/
	@media (min-width: 768px) {
	}
	@media (min-width: 992px) {
	}

/* ボーダー吹き出し --------------------*/
.comment-sub {
	background: #07313a;
	border: solid 3px #fff;
	border-radius: 20px;
	color: #000;
	padding: 20px 20px;
	position: relative;
	margin:30px 20px 10px 20px;
}
.comment-sub::before,
.comment-sub::after {
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: solid 15px #fff;
	bottom: -15px;
	content:"";
	display:block;
	height:0;
	left:50%;
	margin-left:-5px;
	position: absolute;
	width:0;
}
.comment-sub::after {
	border-top-color: #07313a;
	bottom:-10px;
}

.comment-sub p{
	color:#fff;
	text-align:center;
}
.comment-sub p.p01{
	font-size:20px;
	font-weight: bold;
}

.icon01{
	text-align: center;
	font-size: 130px;
	color: #fff;
}
	@media (min-width: 768px){
		.icon01{
			font-size:160px;
		}
	}


/* ホームへ戻るボタン --------------------*/
a.a_backbtn{
	background:#fff;
	color:#07313a;
	padding:5px 10px;
	display:inline-block;
	border-radius:5px; /* 記述無し */
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Google Chrome、Safari */
	-o-border-radius:5px; /* Opera */
	-ms-border-radius:5px; /* Internet Explorer */
}
a.a_backbtn:hover{
	text-decoration:none;
	background:#b5c2c4;
}
