@charset "utf-8";
/* ================================================== 
COMMON CSS
================================================== */
* {xborder: solid 1px #ee5 !important;}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-feature-settings: "palt";
	line-height:1.8;
	color: #484848;
	word-break: break-all;
	overflow-wrap: break-word;
	min-width:1024px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	letter-spacing: .5px;
}
img{ vertical-align:bottom;}
/* TEXT CLASS
----------------------------------------*/
.red {color:#d5307a;}
.redbo {color:#d5307a;font-weight: bold;}
.blue {color:#0066cc;}
.bo, strong {font-weight: bold;}
.center{text-align: center !important;}
.small {font-size: .8em;}
.big {font-size:2em;}
.ce {text-align: center !important;}
.re {text-align: right !important;}
.le {text-align: left !important;}
/*background-color*/
.blue_bk {background-color: #daeaef !important;}
.red_bk {background-color: #FBD6D7 !important;}
/*marker*/
.line_pink {background: linear-gradient(transparent 0%, #ff99c7 0%);}
.line_blue {background: linear-gradient(transparent 0%, #9cceff 0%);}
.line_yellow {background: linear-gradient(transparent 0%, #ffff66 0%);}
.m1em {margin:1em !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}

.pc-only {display: inherit;}
.sp-only {display: none;}
.pc-table {display: table;}
.sp-table {display: none;}
@media only screen and (max-device-width:640px){
	.pc-only {display: none;}
	.sp-only {display: inherit;}
	.pc-table {display: none;}
	.sp-table {display: table;}
}

/*--------------------------------------------------*/
/* cfa
/*--------------------------------------------------*/
.cfa:before,
.cfa:after{
	content:" ";
    display:block;
    clear:both;
}

/* PSEDO CLASS
----------------------------------------*/
a {
	text-decoration: underline;
	color: #d5307a;
}
a:hover {text-decoration: none;}
a.point {
	background:  url(../img/common/icon_arrow02.png) no-repeat center left;
	padding-left: 10px;
}
a.blank_web {
	background: url(../img/common/icon_blankweb.png) right center no-repeat;
	padding-right: 15px;
}

/* COMMON CLASS
----------------------------------------*/
.pc_disp {display: block !important;}
.sp_disp {display: none !important;}

a img,
.over1,
#global_navi ul li a,
#sub_navi dd.one_menu a,
#sub_navi dl dt,
.list_menuArea li a {
	transition: opacity .2s;
}
a img:hover,
.over1:hover,
#global_navi ul li a:hover,
#sub_navi dd.one_menu a:hover,
#sub_navi dl dt:hover,
.list_menuArea li a:hover {
	opacity: .6;
}

/* ==================================================
FORM COMMON
================================================== */
.btn_center {
	text-align: center;
	margin: 1em 0;
}
img.img_100 {
	width:98%;
	height:auto;
	margin:0 1%;
}
.required {
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	background-color: #d5307a;
	padding: 2px 5px;
	margin-left: .2em;
	border-radius: 5px;
	display: inline;
}
.sample {
	color: #666;
	font-size: .8em;
	line-height: 1.2;
}
.message_box {
	text-align: center;
	line-height: 1.8;
	margin: 30px auto 70px;
}
/* button */
.btn{
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	box-shadow: 0 6px rgba(0,0,0,0.70);
	color:#fff !important;
	position: relative;
	border-radius:5px;
	cursor: pointer;
  	}
.btn:hover{
	box-shadow: 0 3px rgba(0,0,0,0.70);
    top: 3px;
	}
.btn:active {
	box-shadow: 0 0 rgba(0,0,0,0.70);
    top: 6px;
}
.btn.go{background-color:#1695A3;}
.btn.back{color: #333;}
#form_area .btn {
	margin: 1em;
}



/*---- form style ----*/
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="button"],
button,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="text"], input[type="email"], input[type="tel"],
input[type="url"], input[type="password"], select ,textarea {
	border-radius:5px;
	font-size:1.2em;
	line-height:1.5;
	padding:.2em .5em;
	border: solid 1px #d5307a;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, 
input[type="password"]:focus, input[type="file"]:focus,textarea:focus, select:focus,
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover,
input[type="password"]:hover, input[type="file"]:hover,textarea:hover, select:hover {
	background: #f4f4f4;
}
label {
	display: inline-block;
	margin: 0.5em;
}
label span {
	vertical-align: middle;
	padding: 0 0.5em 0 0;
	display: inline-block;
}
label input {
	vertical-align: middle;
	display: inline-block;
}
input[type="radio"] {
	margin: 0 .3em 0 0;
}
input[type="radio"] + span{
	cursor: pointer;
}
input[type="checkbox"] + label {
	margin-left: .2em;
	cursor: pointer;
}
/*---- form size ----*/
.w70 {width: 70px;}
.w100 {width: 100px;}
.w150 {	width: 150px;}
.w300 {	width: 300px;}
.h150 {	height: 150px;}
.wm {
	width : 98%;
	width : -webkit-calc(100% - 1em);
	width : calc(100% - 1em);
}

/* ==================================================
dl CLASS
================================================== */

.general_dl {
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
}

.general_dl dt {
	color:#d5307a;
	font-weight: bold;
	margin-bottom: 1rem;
}
	


/* ==================================================
TABLE CLASS
================================================== */
table {
	border-collapse: collapse;
	margin: 10px auto 40px;
	width: 100%;
	background-color: #fff;
}
table th, table td {
	border: solid 1px #ddd;
	line-height: 1.7;
}
table th {
	background: url(../img/common/bg_white.png) repeat #00cccc;
	color:#fff;
	vertical-align: middle;
	font-size: 1em;
	padding: 1em;
}
table td {padding: 1.2em 1em;}
/* table_typeH 横タイプ */
table.table_typeH th {text-align: center;}
/* table_typeV 縦タイプ */
table.table_typeV { font-size: 14px !important; width: 99%; margin-left: auto; margin-right: auto;}
table.table_typeV thead th {text-align: center;}
table.table_typeV tbody th {
	text-align: right;
	background-color:#dde9e9;
	color:#333;
}
table.table_typeV tbody td {text-align: center;}
table.table_typeV tfoot th {
	text-align: right;
	background-color: #b1c9ea;
}
table.table_typeV tfoot td {
	text-align: center;
	background-color: #dfe8f2
}
table.wtable th {	padding: 1em .5em;}
table.wtable td {	padding: 1.2em .5em;}

table td[align="center"] {text-align: center !important;}
table td[align="left"] {text-align: left !important;}
table td[align="right"] {text-align: right !important;}
table caption,.tablecaption {
	line-height: 1.8;
	text-align: center;
	color: #313131;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .3em;
	background-color: #e8e8e8;
	border: solid 1px #ccc;
}

/* ==================================================
 clearfix
 ================================================== */
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {min-height: 1px;}
* html .cf {height: 1px;/*¥*//*/height: auto;overflow: hidden;/**/}
*:first-child+html .cf {zoom: 1;} /* IE7 */

@media only screen and (max-device-width:640px) {
  /* ================================================== 
  COMMON CSS
  ================================================== */
  body {/*padding:0 1%;*/min-width: inherit;}
  .pc_disp {display: none !important;}
  .sp_disp {display: block !important;}
  /* ==================================================
  FORM COMMON
  ================================================== */
  .message_box {margin: 1em auto;}
  #form_area table th, #form_area table td,
  table.table_typeL tbody th,table.table_typeL tbody td {
	display:list-item;
	border-bottom:none;
	list-style:none;
	text-align:left;
	padding:1.2em 1em;
	width : 100% ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	#form_area table, table.table_typeL{border-bottom:solid 1px #ddd;}
  /*---- form style ----*/
  .w70, .w100, .w150,.w300, .h150, .wm {
	  width : 98%;
	  width : -webkit-calc(100% - 1em);
	  width : calc(100% - 1em);
  }
  /* ==================================================
  TABLE CLASS
  ================================================== */
  .scroll {
	  overflow: auto;/*tableをスクロールさせる*/
	  white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
	  -webkit-overflow-scrolling: touch;
  }
  .scroll:before {
	  content: "右にスワイプします>>>";
	  background-color: #5abbc4;
	  font-size: 14px;
	  line-height: 30px;
	  color: #fff;
	  width:98%;
	  display: block;
	  text-align: center;
	  position: absolute;
  }
  .scroll table {
	  margin-top: 35px;
  }
  .scroll::-webkit-scrollbar {/*tableにスクロールバーを追加*/
  height: 5px;
  }
  .scroll::-webkit-scrollbar-track {/*tableにスクロールバーを追加*/
  background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
  background: #BCBCBC;
  }
  .ranking_txt .scroll:before{width:87%;}
	
	}
/* ================================================== 
HEADER
================================================== */

#header_line {
	background-color: #d5307a;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

#header_line h1 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
}

#header_line p {
	font-size: .9em;
	display: inline;
}

@media only screen and (max-device-width:640px) {
	#header_line h1 {
		font-size: 80%;
		letter-spacing: 0;
	}
	#header_line p {
		display: none;
	}
}

/* HEADER
----------------------------------------*/

header * {
	xborder: solid 1px #ee5 !important;
}

header {
	width: 1024px;
	margin: 0 auto;
	padding: 1em 0;
}

header #header_left {
	display: table-cell;
	width: 500px;
}

header #header_left .logo {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
	padding-right: 1em;
}
header #header_left .logo img {
	max-width: 183px;
	height: auto;
}

header #header_left p {
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.2;
}

header #header_right {
	display: table-cell;
	vertical-align: middle;
	width: 674px;
}

header #header_right #tel_area {
	float: right;
}

header #header_right #tel_area {
	text-align: center;
}

header #header_right #tel_area .tel_msg {
	color: #393939;
	font-size: .9em;
	background-color: #a5cfcf;
	border-radius: 5px;
	margin-bottom: .5em;
	margin: 0 auto .5em;
}

header #header_right #tel_area .tel_number {
	font-size: 2.7em;
	line-height: 32px;
	font-weight: bold;
	color: #d5307a;
	font-family: "Arial", sans-serif;
	margin-bottom: .3em;
}

header #header_right #tel_area .tel_number img {
	vertical-align: middle;
}

header #header_right #tel_area .tel_time {
	font-size: .9em;
	line-height: 11px;
	color: #1d1d1d;
	margin-top: 5px;
}

header .bt_form {
	float: right;
}

/*--------------------------------------------------*/

/* bt
/*--------------------------------------------------*/

.thickness-button {
	display: block;
	position: relative;
}

.bt_form {
	padding: .5em .5em .2em;
	/*width: 100%;*/
	/*float: right;*/
	margin: .3em 1em;
	text-shadow: 0 -1px 1px #b72969;
}

.bt_form a {
	display: block;
	padding: 1em 1em;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 130%;
	background: #d2518b;
	color: #FFFFFF;
	box-shadow: 0 3px 0 #b72969;
	text-decoration: none;
	font-size: 110%;
}

.bt_form a:visited {
	color: #FFF;
}

.bt_form a:hover {
	box-shadow: 0 0px 0 #b72969;
	top: 3px;
	background: #b72969;
}

.bt_form span {
	font-size: 75%;
	font-weight: normal;
}

@media only screen and (max-width:640px) {
	.bt_form a {
		padding: .3em .5em;
		line-height: 120%;
		font-size: 90%;
	}
}

/* ================================================== 
GLOBAL NAVI
================================================== */

#global_navi {
	border-top: solid 1px #9c9c9c;
	border-bottom: solid 1px #d9d9d9;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #f2f2f2 50%, #ececec 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #f2f2f2 50%, #ececec 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%, #f2f2f2 50%, #ececec 100%);
}

#global_navi ul {
	width: 1024px;
	margin: 0 auto;
	border-bottom: solid 1px #fff;
}

#global_navi ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	background-color: #d5307a;
}

#global_navi ul li:before {
	content: url(../img/common/line_global_navi.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

#global_navi ul li a {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 45px;
	text-decoration: none;
	font-weight: bold;
	background: #f8f8f8;
	background: url(../img/common/icon_arrow_navi.png), -moz-linear-gradient(top, #f8f8f8 0%, #f2f2f2 50%, #ececec 100%);
	background: url(../img/common/icon_arrow_navi.png), -webkit-linear-gradient(top, #f8f8f8 0%, #f2f2f2 50%, #ececec 100%);
	background: url(../img/common/icon_arrow_navi.png), linear-gradient(to bottom, #f8f8f8 0%, #f2f2f2 50%, #ececec 100%);
	background-position: center 90%;
	background-repeat: no-repeat;
}

#global_navi ul li.active a {
	background: url(../img/common/icon_arrow_navi_on.png) center 90% no-repeat rgba(255, 255, 255, 0.0) !important;
	color: #fff;
}

#global_navi ul li.form {
	background: none;
}

#global_navi ul li.form a {
	background: url(../img/common/btn_entry.png) center top no-repeat;
	text-indent: -9999px;
	height: 50px;
}

#global_navi ul li.form.active a {
	background: url(../img/common/btn_entry.png) center bottom no-repeat !important;
}

/* ================================================== 
CONTENTS
================================================== */

#contents {
	width: 1024px;
	margin: 0 auto;
}

/* TOPICPATH
----------------------------------------*/

#topicpath {
	margin: 25px 0;
	padding: 7px 15px;
	font-size: 11px;
	background-color: #e4e4e4;
}

#topicpath ul li {
	float: left;
	padding-right: 7px;
}

#topicpath ul li:before {
	content: ">";
	font-size: 9px;
	color: #aaa;
	margin-right: 5px;
}

#topicpath ul li:first-child {
	background: url(../img/common/icon_home.png) left center no-repeat;
	background-size: auto 11px;
	padding-left: 9px;
}

#topicpath ul li:first-child:before {
	content: "";
}

/* PRIMARY
----------------------------------------*/

#primary {
	width: 750px;
	float: left;
}

#primary a {
	color: #0064ff;
	text-decoration: underline;
}

#primary a:hover {
	text-decoration: none;
}

#primary section {
	margin: 0 0 2em 0;
}

#primary section h1 {
	background: url(../img/common/h2_bg.png) right bottom no-repeat #d5307a;
	padding: 5px 15px;
	font-size: 1.8em;
	line-height: 1.8;
	color: #fff;
	font-weight: bold;
	position: relative;
	margin-bottom: 2em;
}

#primary section h1:before,
#primary section h1:after {
	position: absolute;
	bottom: 8px;
	z-index: -1;
	content: "";
	width: 30%;
	height: 50%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.20);
}

#primary section h1:before {
	left: .3em;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

#primary section h1:after {
	right: .3em;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
}

#primary section h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 2em 0 .5em;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	position: relative;
}

#primary section h2:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: "";
	width: 20%;
	height: 4px;
	background-color: #d5307a;
}
#primary section p+h2 {
	margin-top: 3em;
}

#primary section h2 span {
	background-color: #d5307a;
	color: #fff;
	font-size: 24px;
	border-radius: 50%;
	padding: 0 12px;
	margin-right: .5em;
	display: inline-block;
}

#primary section h3 {
	font-size: 1.14em;
	font-weight: bold;
	line-height: 1.2;
	color: #d5307a;
	margin: 1em 0 .5em;
	padding: .5em 0 .5em 1em;
	background: url(../img/common/h3_bg.png) bottom repeat-x;
	position: relative;
}

#primary section h3:after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	content: url(../img/common/h3_sq.png);
}
#primary section p+h3 {
	margin-top: 3em;
}

#primary section h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #d5307a;
	margin: .5em 0;
}

#primary section h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	margin: .5em 0;
}

#primary section h6 {
	font-size: 1em;
	font-weight: bold;
	margin: .5em 0 .2em;
}

/*#primary p{
	line-height:1.8;
	text-indent:1em;
	margin:.5em 0;	
	}*/

#primary p {
	line-height: 1.8;
/*	text-indent: 1em;*/
	margin: 1em 0 1.5em;
	letter-spacing: 1px;
	font-size: 15px;
}

#primary table+p[align="right"] {
	margin-top: -30px;
}

#primary table+p[align="right"]+p[align="right"] {
	margin: -1em 0 10px;
}

/* SECONDARY
----------------------------------------*/

#secondary {
	width: 230px;
	float: right;
}

#secondary h2 {
	border-top: 1px solid #d5307a;
	border-bottom: 1px solid #d5307a;
	font-size: 1.3em;
	font-weight: bold;
	color: #313131;
	padding: 5px 0;
	margin: 40px 0 25px;
}

/* SECONDARY SUB NAVIGATION
----------------------------------------*/

#secondary #sub_navi {
	margin: 10px 0 40px;
	background-color: #d5307a;
	border-top: dashed 1px #d5307a;
}

#secondary #sub_navi dd.one_menu {
	display: block;
	border-bottom: dashed 1px #d5307a;
	line-height: 50px;
	background-color: #d5307a;
}

#secondary #sub_navi dd.one_menu a {
	text-decoration: none;
	display: block;
	height: 50px;
	width: 210px;
	padding-left: 20px;
	background: #fff;
}

#secondary #sub_navi dd.one_menu a.active {
	background-color: rgba(255, 255, 255, 0.0);
	color: #fff;
}

#secondary #sub_navi dl dt {
	border-bottom: solid 1px #d5307a;
	background: url(../img/common/icon_arrow_subNavi.png) 1% center no-repeat #fff;
	line-height: 50px;
	color: #d5307a;
	padding-left: 20px;
}

#secondary #sub_navi dl dt.active {
	background: url(../img/common/icon_arrow_subNavi_on.png) 1% center no-repeat #fff;
}

#secondary #sub_navi dl dd {
	display: none;
	border-bottom: solid 1px #d5307a;
	background-color: #f4f4f4;
}

#secondary #sub_navi dt[class*="active"]+dd {
	display: block;
}

#secondary #sub_navi dl dd ul {
	padding: 1em 10px 0 40px;
}

#secondary #sub_navi dl dd ul li {
	min-height: 30px;
	font-size: 11px;
	margin-bottom: 1em;
}

#secondary #sub_navi dl dd ul li a {
	text-decoration: none;
	color: #313131;
	display: block;
}

#secondary #sub_navi dl dd ul li a:hover,
#secondary #sub_navi dl dd ul li a.active {
	color: #d5307a;
	font-weight: bold;
}

.bn_area ul {
	margin-bottom: 2em;
}

.bn_area ul li {
	margin-bottom: 1em;
}

.bn_area ul li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media only screen and (max-device-width:640px) {
	.bn_area ul li {
		padding: 10px 5px 15px;
		border-bottom: 1px dotted #aaa;
		margin-bottom: 5px;
	}
	.bn_area ul li img{
		box-shadow: 0 0 4px rgba(0,0,0,0.3);
	}
}

#secondary #side_tel_area {
	text-align: center;
	border: 2px solid #d5307a;
	padding: .5em;
	margin-bottom: 2.5em;
}

#secondary #side_tel_area .tel_msg {
	color: #393939;
	font-size: .9em;
	background-color: #a5cfcf;
	border-radius: 5px;
	margin-bottom: .5em;
	margin: 0 auto .5em;
}

#secondary #side_tel_area .tel_number {
	font-size: 1.8em;
	line-height: 32px;
	font-weight: bold;
	color: #d5307a;
	font-family: "Arial", sans-serif;
	margin-bottom: .3em;
}

#secondary #side_tel_area .tel_number img {
	vertical-align: middle;
}

#secondary #side_tel_area .tel_time {
	font-size: .9em;
	line-height: 11px;
	color: #1d1d1d;
	margin-top: 5px;
}

/* ================================================== 
   FOTTER
================================================== */

footer {
	clear: both;
	margin-top: 40px;
	border-top: solid 1px #d5307a;
	background: url(../img/common/bg_footer.png) repeat;
}

footer .logo {
	text-align: center;
	padding: 15px 0 25px;
}
footer .logo img{
	max-width: 183px;
	height: auto;
}

footer #footer_navi {
	width: 1024px;
	margin: 0 auto;
}

footer #footer_navi ul {
	width: 18.4%;
	margin-left: 2%;
	float: left;
}

footer #footer_navi ul:first-child {
	margin-left: 0;
}

footer #footer_navi ul li {
	list-style: url(../img/common/icon_arrow03.png) outside;
	margin-left: 15px;
	font-size: .9em;
	margin-bottom: .5em;
	color: #d5307a;
}

footer #footer_navi ul li:first-child {
	margin-bottom: 1.5em;
	font-weight: bold;
	font-size: 1.1em;
}

footer #footer_navi ul li a {
	text-decoration: none;
}

footer #footer_navi ul li a:hover {
	text-decoration: underline;
}

footer p.copy {
	text-align: center;
	padding: 40px 0;
	color: #313131;
	font-size: 11px;
	letter-spacing: .2em;
}

/* PAGE TOP
----------------------------------------*/

#page-top {
	position: fixed;
	bottom: 100px;
	right: 10px;
}

#page-top a {
	display: block;
	background: url(../img/common/page-top.png) left center no-repeat;
	width: 39px;
	height: 50px;
	text-indent: -9999px;
}

#page-top a:hover {
	background: url(../img/common/page-top_on.png) left center no-repeat;
}

@media only screen and (max-device-width:640px) {
	/* ================================================== 
HEADER
================================================== */
	header {
		width: 100%;
		padding: .5em 0;
	}
	header #header_left {
		display: block;
		width: 100%;
		text-align: center;
	}
	header #header_left .logo {
		height: auto;
		text-align: center;
		width: 100%;
		padding: 0;
		display: block;
	}
	header #header_left .logo img {
		max-width: 183px;
		height: auto;
	}
	header #header_left p {
		text-align: center;
		padding: 0;
		width: 100%;
		display: block;
	}
	header #header_right {
		display: none;
	}
	/* ================================================== 
GLOBAL NAVI
================================================== */
	#global_navi ul {
		width: 100%;
	}
	#global_navi ul li {
		display: block;
		width: 50%;
		float: left;
	}
	#global_navi ul li a {
		display: block;
		width: 100%;
		height: 40px;
	}
	#global_navi ul li:first-child a {
		width: auto;
	}
	x#global_navi ul li.form a {
		background-size: 95% auto;
	}
	#global_navi ul li.top {
		/*display: none;*/
	}
	/* ================================================== 
CONTENTS
================================================== */
	#contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 .3em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#topicpath {
		xdisplay: none;
	}
	#primary {
		width: 100%;
		float: none;
	}
	#primary section h1 {
		font-size: 1.5em;
		line-height: 1.2;
		margin-bottom: .5em;
	}
	#primary section h2 {
		font-size: 1.3em;
		margin: 1em 0 .5em;
	}
	/* SECONDARY
----------------------------------------*/
	#secondary {
		width: 100%;
		float: none;
	}
	/* SECONDARY SUB NAVIGATION
----------------------------------------*/
	#secondary #sub_navi dd.one_menu a {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#secondary #sub_navi dl dt {
		display: block;
	}
	/* ================================================== 
   FOTTER
================================================== */
	footer #footer_navi {
		width: 96%;
		margin: 0 auto;
	}
	footer #footer_navi ul {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	footer p.copy {
		letter-spacing: 0;
		margin-bottom: 3em;
	}
}

/*--------------------------------------------------*/

/* sp_footer_nav
/*--------------------------------------------------*/

@media only screen and (min-width:640px) {
	.sp_footer_nav {
		display: none;
	}
}

.sp_footer_nav {
	border-top: 2px solid #FFF;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 99;
}

.sp_footer_nav ul {
	margin: 0;
	padding: 0;
}

.sp_footer_nav ul li {
	display: inline-block;
	*display: block;
	*zoom: 1;
	width: 49.5%;
	text-align: center;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	font-size: 14px;
	line-height: 140%;
}

.nav1 ul li:first-child {
	border-left: 1px solid #EEE;
}

.sp_footer_nav a {
	display: block;
	padding: .3em 0;
	text-decoration: none;
	background-color: #d2518b;
	color: #FFF;
}

.sp_footer_nav a:hover {
	background-color: #0b1050;
	transition: 1s;
}