@charset "utf-8";
/* CSS Document */

/* 共通スタイル */
html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	line-height:150%;
	font-family: Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
#wrap {
	min-height:100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}
ul,li {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
}
h1 ,h2,h3,h4,h5,h6 {
	margin:0;
}
h1 ,h2 {
	padding:0;
	font-size:12px;
	color:#4D4D4D;
}
.clearfix:after {
	content:"";
	display:block;
	height:0;
	line-height:0;
	font-size:0.1em;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}
.clearfix {  
    display: inline-block;  
    min-height: 1%;  
}
a {
	text-decoration:none;
}
a:active ,a:link {
	outline:none;
	color:#FF4741;
}

button {
	cursor:pointer;
}
img {
	border:0 none;
}

/* お問い合わせボタン */
#headInquiry .form a {
	margin-left:10px;
	display: inline-block;
	padding:8px 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color:#FF4741;
	border: 2px solid #FF4741;
	color: #fff;
	font-size:18px;
}
#headInquiry .form a::before,
#headInquiry .form a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#headInquiry .form a,
#headInquiry .form a::before,
#headInquiry .form a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#headInquiry .form a:hover {
	background-color: #fff;
	border-color: #FF4741;
	color: #FF4741;
}
#headInquiry .form a::before,
#headInquiry .form a::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #FF4741;
}
#headInquiry .form a::before {
	top: 0;
}
#headInquiry .form a::after {
	bottom: 0;
}
#headInquiry .form a:hover::before,
#headInquiry .form a:hover::after {
	height:0;
	background-color: #FF4741;
}/* ---(お問い合わせボタン)--- */

#contentsArea .btn-style a {
	z-index: 2;
}
#contentsArea .btn-style a::before,
#contentsArea .btn-style a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

/* link装飾用-基本スタイル */
.btn-base a {
	outline: none;
}
.btn-base a::before,
.btn-base a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn-base a,
.btn-base a::before,
.btn-base a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* 上から降りてくるスタイル */
.btn-down a {
	position: relative;
	z-index: 2;
	color:#FF4741;
}
.btn-down li {
	overflow: hidden;
}
.btn-down a:hover {
	color: #fff;
}
.btn-down a::after {
	top: -100%;
	left:0;
	width: 100%;
	height: 100%;
}
.btn-down a:hover::after {
	top: 0;
	/*background-color: rgba(51, 174, 227, 0.6);*/
	background-color: rgba(255, 152, 149, 0.2);
}
span.red{ color:#FF4741; }
/*************************************
  共通ページ
*************************************/
#right-main a {
	color:#FF4741;
	text-decoration:underline;
}

#right-main a:hover {
	color:#FF4741;
	text-decoration:none;
}
.tab ,.sp ,.pc-none {
	display:none;
}
ul.d{
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
.d li {
	margin: 0 0 0 26px;
	padding: 0;
	list-style-type: disc;
}


