@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #424344;
}

form, h1, h2, h3, h4, h5, h6, div, p, span, ul, ol, li, dl, dt, dd, a {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

table {
	border-collapse: collapse;
}

input , textarea , select , option {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #424344;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.find {
	cursor: pointer;
}

.pc {
	display: none;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

input, select, .middle {
	vertical-align: middle;
}

input[type='checkbox'] {
	vertical-align: top;
}

input[type='radio'] {
	margin: 0 0 2px;
	vertical-align: middle;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	outline: none;
	text-decoration: underline;
	color: #d23c89;
}

a:hover {
	text-decoration: underline;
	color: #e99400;
}

a:hover img,
input[type='image']:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

input[type='submit'] {
	cursor: pointer;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	background: #fff;
	border-bottom: solid 1px #cfd1d3;
	text-align: left;
	position: relative;
}

#header .container {
	border-bottom: solid 3px #f0f1f2;
}

#header h1 {
	display: none;
}

#header .f_left {
	float: left;
	width: 30%;
	margin: 8px 6px 5px;
}

#header .f_left img {
	width: auto;
	height: 26px;
}

.hlogin {
	float: right;
	height: 30px;
	margin: 5px;
	padding: 6px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 2px #d23c89;
	background: #feeff7;
	text-align: center;
	font-size: 12px;
}

.hlogin li {
	display: inline-block;
	vertical-align: top;
	height: 15apx;
	line-height: 16px;
}

.hlogin li:nth-child(1) {
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #d23c89;
}

.hlogin li a {
	display: block;
	padding-left: 17px;
	background: url(../images/h_login.png) no-repeat 0 1px;
	text-decoration: none;
	color: #d23c89;
}

.hlogin li:nth-child(2) a {
	background: url(../images/h_register.png) no-repeat 0 1px;
}

.hlogin li a:hover {
	text-decoration: underline;
	color: #424344;
}

.hlogin li:nth-child(3) {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#hmenu {
	float: right;
	width: 30px;
	height: 30px;
	margin: 5px 5px 0 1px;
	background: url(../images/h_menu.png) no-repeat left top;
	background-size: auto 30px;
	text-indent: -9999px;
}

#hmenu.active {
	background: url(../images/h_menu.png) no-repeat right top;
	background-size: auto 30px;
}

/* ---------------------------------------------------------
	CSS Document header > navi
--------------------------------------------------------- */

#navi {
	display: none;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

#navi li a {
	display: block;
	padding: 0 5px;
	border-top: solid 1px #d23c89;
	text-align: left;
	text-decoration: none;
	line-height: 34px;
	color: #424344;
	position: relative;
}

#navi li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #d23c89;
	border-right: solid 1px #d23c89;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	right: 14px;
}

/* ---------------------------------------------------------
	CSS Document huser
--------------------------------------------------------- */

#huser {
	border-top: solid 1px #cfd1d3;
	font-size: 11px;
	line-height: 24px;
}

#huser .container {
	border-right: solid 1px #cfd1d3;
}

#huser .f_left {
	height: 25px;
	padding-right: 10px;
	padding-left: 28px;
	border-bottom: solid 1px #cfd1d3;
	background: url(../images/h_user.png) no-repeat 5px;
	background-size: 18px auto;
	text-align: left;
}

#huser .f_left li:first-child {
	float: left;
}

#huser .f_left a {
	text-decoration: none;
	color: #2a558a;
}

#huser .f_right {
	padding-right: 10px;
	text-align: right;
}

#huser .f_right li {
	display: inline-block;
	vertical-align: top;
	padding-left: 14px;
}

#huser .f_right a {
	padding-left: 18px;
	background: url(../images/h_gnavi.png) no-repeat left;
	text-decoration: none;
	color: #424344;
}

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document support-block
--------------------------------------------------------- */

.support-block {
	max-width: 470px;
	margin: 0 10% 30px;
	padding: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #F0F1F2;
	text-align: center;
}

.support-text {
	margin-bottom: 10px;
}

.support-btn {
	display: inline-block;
	vertical-align: top;
	width: 192px;
	height: 44px;
	padding-left: 20px;
	border: solid 2px #d23c89;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FEEFF7 url(../images/i_flag.png) no-repeat 48px;
	background-size: auto 22px;
	text-decoration: none;
	font-size: 15px;
	line-height: 41px;
	color: #d23c89;
	cursor: pointer;
}

.support-btn:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.support-link {
	margin-top: 10px;
	font-size: 12px;
}

/* ---------------------------------------------------------
	CSS Document pnavi
--------------------------------------------------------- */

#pnavi ul {
	margin: 0 0 2px;
	padding: 10px;
	text-align: center;
	font-size:15px;
}

#pnavi li  { 
    display: inline; 
    margin: 0 2px; 
    padding: 0; 
} 
#pnavi li span, 
#pnavi li a { 
    display: inline-block; 
    margin-bottom: 5px; 
    padding: 5px 10px; 
    background: #fff; 
    border: 1px solid #d74e93; 
    text-decoration: none; 
    vertical-align: middle; 
} 
#pnavi li span { 
    color: #fff; 
    background: #d74e93; 
} 
#pnavi li a { 
    background: #fff; 
    color: #d74e93; 
}

#pnavi li a:hover {
	background: #feeff7;
}

/* ---------------------------------------------------------
	CSS Document footer > fnavi
--------------------------------------------------------- */

#fnavi {
	background: #eff0f1;
	text-align: left;
	font-size: 12px;
	line-height: 2;
	color: #ccc;
}

#fnavi h2 {
	padding-left: 5px;
	font-weight: 100;
	font-size: 14px;
	color: #d43989;
}

#fnavi h2 a {
	text-decoration: none;
	color: #d43989;
}

#fnavi ul {
	margin: 0 5px 5px;
	padding: 3px 5px 2px 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
}

#fnavi li {
	display: inline;
	margin-right: 3px;
}

#fnavi li br {
	display: none;
}

#fnavi li:after {
	content: ' | ';
}

#fnavi li:last-child:after {
	content: '';
}

#fnavi li a {
	padding: 0 5px 0 0;
	text-decoration: none;
	font-size: 11px;
	line-height: 15px;
	color: #424344;
}

#fnavi .f_tel {
	display:block;
	margin:20px 5px;
	padding:15px 20px;
	background:#fff;
	border:#dadbdb 1px solid;
	border-radius:5px;
	color:#333;
	text-align:center;
	line-height:18px;
}

#fnavi .f_tel span {
	font-size:23px;
	line-height:33px;
	color:#d95b9c;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	padding: 15px 0 50px;
	background: #969a9e;
	color: #fff;
}

#footer .f_left li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2px;
	font-size: 12px;
}

#footer .f_left li:after {
	content: ' | ';
	margin-left: 4px;
}

#footer .f_left li:last-child:after {
	content: '';
	vertical-align: top;
	margin-right: 0;
}

#footer .f_left li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
}

#footer address {
	font-size: 11px;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	margin-left: -40px;
	position: fixed;
	bottom: -70px;
	left: 50%;
}

#pagetop img {
	width: 80px;
	cursor: pointer;
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* スマホ版ではヘッダーのお問い合わせは隠す */
#header .f_tel
{
	display: none;
}

.hlogin_hf
{
	font-size: 10px;
}

#sp-global-navi
{
	width: 100%;
}

.sp-global-navi
{
	text-align:center;
}

.sp-global-navi li
{
	display: inline-block;
	border-left: dotted 1px #cfd1d3;
	font-size: 10px;
	line-height: 30px;
	padding-left: 2px;
}

.sp-global-navi .top-li
{
	border-left: none;
}

.sp-global-navi li a
{
	display: block;
	text-decoration: none;
	color: #424344;
}
