@charset "UTF-8";

/********************************
DEFAULT
*********************************/
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, 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 {
	margin:0px;
	padding:0px;
	outline: 0;
}
h1,h2,h3,h4,h5,h6,caption,address,th{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}
ul,ol,li,dl,dt,dd {
	list-style:none;
}
img,iframe {
	vertical-align:middle;
	border:0px;
}
img{
	line-height:0;
	font-size:0;
}
table {
	border-collapse:collapse;
}
th {
	font-weight: normal;
	text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea{
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
select{
	padding:2px;
}
input, select {
	font-size: 79%;
    vertical-align: middle;
}
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}
textarea {
	font-size: 99%;
}
input {
	vertical-align:middle;
}
label {
	padding:0 0 0 2px;
}
hr {
	display:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.clear {
	clear:both;
}
a,
a:link {
	color:#333;
	text-decoration:underline;
}
a:visited {
	color:#333;
}
a:hover,
a:active {
	color:#333;
	text-decoration:none;
}
.m_b0 {
	margin-bottom:0px !important;
}
.m_b1 {
	margin-bottom:1px !important;
}
.m_b2 {
	margin-bottom:2px !important;
}
.m_b3 {
	margin-bottom:2px !important;
}
.m_b5 {
	margin-bottom:5px !important;
}
.m_b7 {
	margin-bottom:7px !important;
}
.m_b8 {
	margin-bottom:8px !important;
}
.m_b10 {
	margin-bottom:10px !important;
}
.m_b11 {
	margin-bottom:11px !important;
}
.m_b12 {
	margin-bottom:12px !important;
}
.m_b13 {
	margin-bottom:13px !important;
}
.m_b15 {
	margin-bottom:15px !important;
}
.m_b20 {
	margin-bottom:20px !important;
}
.m_b25 {
	margin-bottom:25px !important;
}
.m_b30 {
	margin-bottom:30px !important;
}
.m_b35 {
	margin-bottom:35px!important;
}
.m_b40 {
	margin-bottom:40px !important;
}
.m_b45 {
	margin-bottom:45px !important;
}
.m_b50 {
	margin-bottom:50px !important;
}
.m_b55 {
	margin-bottom:55px !important;
}
.m_b60 {
	margin-bottom:60px !important;
}
.m_b65 {
	margin-bottom:65px !important;
}
.m_b70 {
	margin-bottom:70px !important;
}
.m_b75 {
	margin-bottom:75px !important;
}
.m_b80 {
	margin-bottom:80px !important;
}
.m_b85 {
	margin-bottom:85px !important;
}
.m_b90 {
	margin-bottom:90px !important;
}
.m_b100 {
	margin-bottom:100px !important;
}
.center {
	text-align:center !important;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.bold {
	font-weight:bold;
}
html {
	height:100%;
	overflow-y:scroll;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	text-align:center;
    min-height:100%;
    min-width: 1030px;
    height:auto;
    position:relative;
	-webkit-text-size-adjust: none;
	background: #ffffff;
    color:#333333;
    font-size:16px;
	font-weight: 500;
    line-height: 2;
}
.com_pc {
	display:block;
}
.com_sp {
	display:none;
}
.com_pc_in {
    display:inline;
}
.com_sp_in {
    display:none;
}
.c-wid {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.c-ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.c_btn {
	position: relative;
	display: table;
	width: 368px;
	height: 68px;
	margin: 0 auto;
	z-index: 52;
}
.c_btn .c-btn {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border: 1px solid #333333;
	border-radius: 35px;
	background: #fff;
	cursor: pointer;
}
.c_btn.is-ver2 .c-btn {
	background: #fdf5ef;
}
.c_btn .c-btn span {
	display: inline-block;
	position: relative;
	padding: 0 50px;
}
.c_btn .c-btn span:before {
	content: "";
	position: absolute;
	display: block;
	width: 19px;
	height: 11px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
	background: url("../img/arw_down.png") no-repeat 0 0;
}
.c_btn .c-btn.on span:before {
	transform: translateY(-50%) rotate(180deg);
}
.site-copyright {
	background: #fff;
}
.site-copyright small {
	color: #333;
}
@media (min-width:896px) {
	.c_btn .c-btn:hover {
		background: #ffeade;
	}
}
