@charset "utf-8";

/* col1_1_type01
-------------------------------------------------------------------*/

.col1_1_type01 .left_area {
	float: left;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
}

.col1_1_type01 .right_area {
	float: right;
	width: 50%;
}

@media screen and (max-width:768px) {
	.col1_1_type01 .left_area {
		float: none;
		width: 100%;
		padding-right: 0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin-bottom: 20px;
	}
	.col1_1_type01 .right_area {
		float: none;
		width: 100%;
	}
}


/* col1_1_type02
-------------------------------------------------------------------*/

.col1_1_type02 .left_area {
	float: left;
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.col1_1_type02 .right_area {
	float: right;
	width: 50%;
}

@media screen and (max-width:768px) {
	.col1_1_type02 .left_area {
		padding-right: 10px;
	}
}


/* col1_2_type01
-------------------------------------------------------------------*/

.col1_2_type01 .left_area {
	float: left;
	width: 33%;
	padding-right: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.col1_2_type01 .right_area {
	float: right;
	width: 66%;
}

@media screen and (max-width:768px) {
	.col1_2_type01 .left_area {
		float: none;
		width: 100%;
		padding-right: 0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin-bottom: 20px;
	}
	.col1_2_type01 .right_area {
		float: none;
		width: 100%;
	}
}


/* col1_2_type02
-------------------------------------------------------------------*/

.col1_2_type02 .left_area {
	float: left;
	width: 33%;
	padding-right: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.col1_2_type02 .right_area {
	float: right;
	width: 66%;
}

@media screen and (max-width:768px) {
	.col1_2_type02 .left_area {
		float: left;
		width: 33%;
		padding-right: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		margin-bottom: 20px;
	}
	.col1_2_type02 .right_area {
		float: right;
		width: 66%;
	}
}


/* col1_1_1_type01
-------------------------------------------------------------------*/

.col1_1_1_type01 .left_area,
.col1_1_1_type01 .center_area,
.col1_1_1_type01 .right_area {
	float: left;
	padding-right: 5px;
	width: 33%;
}

.col1_1_1_type01 .right_area {
	padding-right: 0px;
}

@media screen and (max-width:768px) {
	.col1_1_1_type01 .left_area,
	.col1_1_1_type01 .center_area,
	.col1_1_1_type01 .right_area {
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 20px;
	}
}


/* col1_1_1_type02
-------------------------------------------------------------------*/

.col1_1_1_type02 .left_area,
.col1_1_1_type02 .center_area,
.col1_1_1_type02 .right_area {
	float: left;
	padding-right: 5px;
	width: 33%;
}

.col1_1_1_type02 .right_area {
	padding-right: 0px;
}

@media screen and (max-width:768px) {
	.col1_1_1_type02 .left_area,
	.col1_1_1_type02 .center_area,
	.col1_1_1_type02 .right_area {
		float: left;
		padding-right: 5px;
		width: 33%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
}


/* col1_1_type02
-------------------------------------------------------------------*/

.col2_1 > .left_area {
	float: left;
}

.col2_1 > .right_area {
	float: right;
}

@media screen and (max-width:768px) {
	.col2_1 > .left_area,
	.col2_1 > .right_area {
		float: none;
	}
}


/* col1_2_type01
-------------------------------------------------------------------*/

.col2_2 > .left_area {
	float: left;
}

.col2_2 > .right_area {
	float: right;
}


/* --- PC3カラム SP1カラム---
-------------------------------------------------------*/

.col3_1 > .left_area {
	float: left;
}

.col3_1 > .center_area {
	float: left;
}

.col3_1 > .right_area {
	float: right;
}

@media screen and (max-width:768px) {
	.col3_1 > .left_area,
	.col3_1 > .center_area,
	.col3_1 > .right_area {
		float: none;
	}
}


/* col1_1_1_type01
-------------------------------------------------------------------*/

.col4_1 > .left_area {
	float: left;
}

.col4_1 > .left_center_area {
	float: left;
}

.col4_1 > .right_center_area {
	float: left;
}

.col4_1 > .right_area {
	float: right;
}

@media screen and (max-width:768px) {
	.col4_1 > .left_area {
		float: none;
	}
	.col4_1 > .left_center_area {
		float: none;
	}
	.col4_1 > .right_center_area {
		float: none;
	}
	.col4_1 > .right_area {
		float: none;
	}
}


/* --- PC4カラム SP1カラム---
-------------------------------------------------------*/

.col4_2 > .left_area {
	float: left;
}

.col4_2 > .left_center_area {
	float: left;
}

.col4_2 > .right_center_area {
	float: left;
}

.col4_2 > .right_area {
	float: right;
}

@media screen and (max-width:768px) {
	.col4_2 > .left_area {
		float: left;
	}
	.col4_2 > .left_center_area {
		float: right;
	}
	.col4_2 > .right_center_area {
		float: left;
	}
	.col4_2 > .right_area {
		float: right;
	}
}


/* --- PC4カラム SP1カラム---
-------------------------------------------------------*/

.col4_4 > .left_area {
	float: left;
}

.col4_4 > .left_center_area {
	float: left;
}

.col4_4 > .right_center_area {
	float: left;
}

.col4_4 > .right_area {
	float: left;
}


/* --- PC4カラム SP2カラム---
-------------------------------------------------------*/

.col5_5 > .left_area {
	float: left;
}

.col5_5 > .left_center_area {
	float: left;
}

.col5_5 > .center_area {
	float: left;
}

.col5_5 > .right_center_area {
	float: left;
}

.col5_5 > .right_area {
	float: left;
}


/* --- flow レイアウト ---
-------------------------------------------------------*/

.l_flow.col4_4 {
	width: 986px;
	margin: 0 auto;
	list-style-type: none;
}

.l_flow.col4_4 > li {
	width: 173px;
	text-align: center;
	position: relative;
}

.l_flow.col4_4 .arrow {
	position: relative;
	display: block;
}

.l_flow.col4_4 .arrow:after {
	position: absolute;
	top: 50%;
	right: -32%;
	content: "";
	display: block;
	width: 16px;
	height: 25px;
	margin-top: -12px;
	background-image: url(../img/common/flow_arrow.png);
	background-repeat: no-repeat;
}

.l_flow.col4_4 > li:not(:last-child) {
	margin-right: 98px;
}

.l_flow.col4_4 > li > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:768px) {
	.l_flow.col4_4 {
		width: 100%;
		padding: 0;
	}
	.l_flow.col4_4 > li {
		width: 20.5%;
		text-align: center;
	}
	.l_flow.col4_4 .arrow:after {
		position: absolute;
		top: 0;
		right: -18%;
		bottom: 0;
		content: "";
		display: block;
		width: 6px;
		height: 11px;
		margin: auto;
		background-image: url(../img/common/flow_arrow.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.l_flow.col4_4 > li:not(:last-child) {
		margin-right: 6%;
	}
	.l_flow.col4_4 > li > img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.l_flow.col5_5 {
	width: 1077px;
	margin: 0 auto;
	list-style-type: none;
}

.l_flow.col5_5 > li {
	width: 173px;
	text-align: center;
	position: relative;
}

.l_flow.col5_5 > .arrow:after {
	position: absolute;
	top: 50%;
	right: -20%;
	content: "";
	display: block;
	width: 16px;
	height: 25px;
	margin-top: -12px;
	background-image: url(../img/common/flow_arrow.png);
	background-repeat: no-repeat;
}

.l_flow.col5_5 > li:not(:last-child) {
	margin-right: 53px;
}

@media screen and (max-width:768px) {
	.l_flow.col5_5 {
		width: 100%;
		padding: 0;
	}
	.l_flow.col5_5 > li {
		width: 16%;
		text-align: center;
		position: relative;
	}
	.l_flow.col5_5 > .arrow:after {
		position: absolute;
		top: 0;
		right: -21%;
		bottom: 0;
		content: "";
		display: block;
		width: 6px;
		height: 11px;
		margin: auto;
		background-image: url(../img/common/flow_arrow.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.l_flow.col5_5 > li:not(:last-child) {
		margin-right: 5%;
	}
}


/* news
-------------------------------------------------------------------*/

.news {
	border-bottom: #003EBD 1px solid;
	background-color: #fff;
}

.news dt {
	float: left;
	width: 225px;
	font-size: 114%;
	padding: 15px 0 14px;
	text-align: center;
	background-image: url(../img/common/arrow_01.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.news dd {
	padding-left: 240px;
	font-size: 128%;
}

.news dd a {
	text-decoration: none;
	display: block;
	padding: 13px 0;
}

.news dd a:hover {
	text-decoration: underline;
}

@media screen and (max-width:768px) {
	.news {
		border-bottom: 1px solid #ADADAD;
	}
	.news dt {
		float: none;
		width: 100%;
		font-size: 85.7%;
		padding: 6px 0 0 10px;
		color: #003EBD;
		text-align: left;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		background-size: 8px 8px;
		background-position: left 10px;
	}
	.news dd {
		width: 100%;
		font-size: 85.7%;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.news dd a {
		padding: 0 0 6px;
	}
	.news dd a:hover {
		text-decoration: none;
	}
}

.whats_new_area {
	padding: 35px 0;
}

@media screen and (max-width:768px) {
	.whats_new_area {
		padding: 10px 0 30px;
	}
}


/* --- title ---
-------------------------------------------------------*/

.tit_bar_big {
	position: relative;
	color: #fff;
	font-size: 228%;
	text-align: center;
	padding: 9px 0 12px;
	margin-bottom: 28px;
	background-image: url(../img/common/tit_bar_big_bg.gif);
	background-repeat: repeat-x;
}

.tit_bar_big:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 4px;
	left: 0;
	background-image: url(../img/common/line_01.png);
	background-repeat: repeat-x;
}
.tit_bar_big span{
	display:block;
	width:1080px;
	margin:0 auto;
	text-align: center;
	padding:0 10px;
	font-size:32px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.tit_bar_big {
		position: relative;
		color: #fff;
		font-size: 23px;
		text-align: center;
		padding: 9px 0 12px;
		margin-bottom: 12px;
		background-image: url(../img/common/tit_bar_big_bg.gif);
		background-repeat: repeat;
		background-size: 15px 45px;
	}
	.tit_bar_big:after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 4px;
		left: 0;
		background-image: url(../img/common/line_01.png);
		background-repeat: repeat-x;
		background-size: 7px 1px;
	}
	.tit_bar_big span{
		display:block;
		width:auto;
		margin:0 auto;
		font-size: 20px;
	}
}

.menu_tit_wp {
	margin-bottom: 50px;
	background-color: #FAFAFA;
}

.menu_tit {
	display: table;
	width: 1080px;
	height: 80px;
	margin: 0 auto;
}
.menu_tit_wp h1{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro",
	"Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#003EBD;
	font-weight:bold;
	font-size:29px;
	text-align:left;
	width: 1080px;
	margin:0 auto;
	padding:10px 10px;
	box-sizing:border-box;
	letter-spacing:-0.03em;
}

.menu_tit_inner {
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px;
	text-align: left;
}

@media screen and (max-width:768px) {
	.menu_tit_wp {
		margin-bottom: 10px;
		background-color: #fff;
	}
	.menu_tit {
		display: table;
		width: 100%;
		height: 64px;
		margin: 0 auto;
	}
	.menu_tit_wp h1{
		font-size:21px;
		text-align:left;
		width: 100%;
	}	
	.menu_tit_inner {
		display: table-cell;
		vertical-align: middle;
		padding-left: 16px;
		text-align: left;
	}
	.menu_tit_inner img {
		display: block;
		width: 100px;
	}
	.common_tit .menu_tit_inner img {
		display: block;
		width: auto;
		height:20px;
	}
	.common_tit.wide .menu_tit_inner img {
		display: block;
		width: 95%;
		height:auto;
		max-width:280px;
		max-height:20px;
	}	
}


/* --- フォントサイズ28px 薄い青背景白文字タイトル --- */

.tit_01 {
	color: #fff;
	font-size: 200%;
	text-align: center;
	padding-top: 2px;
	margin-bottom: 15px;
	background-color: #659AFC;
}
.tit_01 a{
	color:#fff;
	text-decoration:none;
	display:block;
}
.tit_01 a:hover{
	text-decoration:underline;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

@media screen and (max-width:768px) {
	.tit_01 {
		font-size: 100%;
		padding: 3px 0 2px;
		margin-bottom: 10px;
	}
}


/* --- フォントサイズ26px 青文字タイトル --- */

.tit_02 {
	font-size: 186%;
	color: #003EBD;
}

@media screen and (max-width:768px) {
	.tit_02 {
		font-size: 92.8%;
	}
}

.tit_03 {
	font-size: 181%;
	font-weight: bold;
	padding-left: 17px;
	line-height: 1.2;
	padding-top: 8px;
	padding-bottom:8px;
	margin-bottom:15px;
	border-top: 1px solid #003EBD;
	border-bottom: 1px solid #003EBD;
}

@media screen and (max-width:768px) {
	.tit_03 {
		font-size: 114%;
		padding-left: 20px;
		margin-bottom: 20px;
	}
}

.tit_04 {
	position: relative;
	font-size: 114%;
	color: #fff;
	padding: 3px 0 3px 75px;
	margin: 7px 0 13px;
	background-color: #003EBD;
}

.tit_04:before {
	content: "";
	display: block;
	width: 54px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -27px;
	background-image: url(../img/common/tit_04_icn.png);
	background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
	.tit_04 {
		position: relative;
		font-size: 85.7%;
		color: #fff;
		padding: 7px 0 6px 15px;
		margin: 0 0 10px 12px;
	}
	.tit_04:before {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 0;
		left: -10px;
		bottom: 0;
		margin: auto;
		background-image: url(../img/common/tit_04_icn.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
}

.tit_04_icn_01:before {
	background-image: url(../img/common/tit_04_icn_02.png);
}


/* --- フォントサイズ24px 左ボーダー --- */

.tit_05 {
	font-size: 181%;
	font-weight: bold;
	padding-left: 17px;
	line-height: 1.2;
	padding-top: 8px;
	padding-bottom:8px;
	border-top: 1px solid #003EBD;
	border-bottom: 1px solid #003EBD;
}

@media screen and (max-width:768px) {
	.tit_05 {
		font-size: 100%;
		font-weight: bold;
		padding: 3px 0 2px 8px;
		line-height: 1.2;


	}
}


/* --- フォントサイズ24px 青文字 --- */

.tit_06 {
	font-size: 171%;
	color: #003EBD;
}

@media screen and (max-width:768px) {
	.tit_06 {
		font-size: 100%;
	}
}


/* --- フォントサイズ28px 青背景 白文字 --- */

.tit_07 {
	color: #fff;
	font-size: 200%;
	padding: 8px 0;
	margin-bottom: 25px;
	text-align: center;
	background-color: #003EBD;
}

@media screen and (max-width:768px) {
	.tit_07 {
		font-size: 121%;
		padding: 6px 12px 5px;
		margin-bottom: 0;
	}
}

.tit_08 {
	color: #fff;
	font-size: 128%;
	padding: 7px 15px 6px;
	background-color: #0743BF;
}

@media screen and (max-width:768px) {
	.tit_08 {
		padding: 7px 10px 6px;
		font-size: 100%;
	}
}

.tit_09 {
	font-size: 171%;
	color: #003EBD;
}

@media screen and (max-width:768px) {
	.tit_09 {
		font-size: 121%;
	}
}

.tit_10 {
	position: relative;
	color: #fff;
	font-size: 171%;
	background: #2c6df8;
	padding: 4px 0 0 30px;
	background: -moz-linear-gradient(top, #2c6df8 0%, #003ebd 100%);
	background: -webkit-linear-gradient(top, #2c6df8 0%, #003ebd 100%);
	background: linear-gradient(to bottom, #2c6df8 0%, #003ebd 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2c6df8', endColorstr='#003ebd', GradientType=0);
}

.tit_10:before {
	content: "";
	position: absolute;
	top: 0;
	left: 14px;
	bottom: 0;
	display: block;
	width: 4px;
	height: 62.5%;
	margin: auto;
	background-color: #fff;
}

@media screen and (max-width:768px) {
	.tit_10 {
		font-size: 85.7%;
		padding: 5px 0 3px 24px;
	}
	.tit_10:before {
		left: 5px;
		width: 3px;
	}
}

.whats_new_tit {
	font-size: 243%;
	color: #fff;
	line-height: 1;
	margin-bottom: 28px;
	padding: 6px 0 10px 5px;
	letter-spacing: 0.06em;
	background-image: url(../img/common/line_01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}


/* --- whats new タイトル --- */

.whats_new_tit_02 {
	display: none;
}

@media screen and (max-width:768px) {
	.whats_new_tit {
		font-size: 22px;
		padding: 4px 0 11px;
		margin: 0 0 4px;
		background-size: 7px 1px;
		text-align: center;
	}
	.whats_new_tit_02 {
		display: block;
		width: 85.7%;
		padding: 0 5px;
		margin-bottom: 15px;
		border-left: 2px solid #003EBD;
	}
}


/* --- button ---
-------------------------------------------------------*/

.copybtn_area {
	text-align: center;
}

.copybtn {
	background-color: #999;
	width: 168px;
	height: 48px;
	margin-left: 20px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 157%;
	vertical-align: middle;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);
}

@media screen and (max-width:768px) {
	.copybtn {
		width: 105px;
		height: 40px;
		margin-left: 15px;
		font-size: 114%;
	}
}

.detail_btn {
	display: block;
	width: 68px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1;
}

.detail_btn a {
	display: block;
	height: 30px;
	background-image: url(../img/common/detail_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.detail_btn a:hover {
	background-position: left -34px;
}


/* --- index menu --- */

.index_menu {
	width: 1080px;
	margin: 0 auto 55px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 32px 40px;
	border: 2px solid #ccc;
	border-radius: 10px;
	background-color: #F2F2F2;
}

.index_menu_list > li {
	display: inline-block;
	letter-spacing: 0.06em;
}

.index_menu_list > li > a {
	padding-left: 18px;
	color: #003EBD;
	background-image: url(../img/common/arrow_06.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.index_menu_list > li:first-child {
	margin-right: 155px;
	font-size: 128%;
}

.index_menu_list > li:not(:first-child) {
	font-size: 128%;
}

.index_menu_list > li:not(:first-child) a {
	background-image: url(../img/common/arrow_07.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.index_menu_list{
	text-align:left;
}
.index_menu_list > li:nth-child(2) {
	margin-right: 95px;
}
.index_menu_list.item4 > li:nth-child(n+1){
	margin-right: 60px;
}
.index_menu_list.item4 > li:last-child{
	margin-right: 0;
}
.index_menu_list.item4 li.reserve_txt{
	font-weight:bold;
	/* font-size: 88.7%; */
	width: 40%;
}
@media screen and (max-width:768px) {
	/* --- index menu --- */
	.index_menu {
		width: auto;
		margin: 0 12px 20px;
		padding: 10px 8px;
		border: 1px solid #ccc;
	}
	.index_menu_list > li > a {
		padding-left: 10px;
		background-size: 5px 6px
	}
	.index_menu_list > li > a:hover {
		text-decoration: underline;
	}
	.index_menu_list > li:first-child {
		/* width: 100%; */
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 85.7%;
	}

	.index_menu_list > li:not(:first-child) {
		font-size: 85.7%;
	}
	.index_menu_list > li:not(:first-child) a {
		background-image: url(../img/common/arrow_07.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 4px auto;
	}
	.index_menu_list > li:nth-child(2) ,
	.index_menu_list.item4 > li:nth-child(n+1){
		margin-right: 20px;
	}
	.index_menu_list.item4 li.reserve_txt{
		font-size: 88.7%;
	}
	.index_menu_list.item4 > li:nth-child(3),
	.index_menu_list.item4 li:last-of-type{
		margin-right: 0;
	}
}


/* --- selectbox ---
-------------------------------------------------------*/

.easy-select-box {
	outline: none;
	font-size: 114%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #bbb;
	color: #333333;
}

.easy-select-box .esb-displayer {
	background-image: url(../img/common/select_arrow.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	padding: 0 30px 0 3px;
	width: 203px;
}

.easy-select-box:hover .esb-displayer {
	text-decoration: none;
}

.easy-select-box .esb-dropdown {
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
	overflow: auto;
	max-height: 200px;
	position: absolute;
	z-index: 999;
}

.easy-select-box .esb-item {
	padding: 4px 3px;
	background-color: #eee;
	cursor: default;
	color: #333;
}

.easy-select-box .esb-item:hover {
	background-color: #1452D1;
	color: #fff;
	text-decoration: none;
}


/* --- PC SP select NEW---
-------------------------------------------------------*/

select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: inherit;
	outline: none;
	border: none;
}

select:focus {
	outline: none;
}

select::-ms-expand {
	display: none;
}

select option {
	padding: 0 3px;
	border-right: 1px solid #aaa;
}

.selectbox01_wp {
	width: 88%;
	font-size: 114%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	border: 1px solid #bbb;
	margin-right: 0.5em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
}

.selectbox01_wp:after {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	background-image: url(../img/common/select_arrow.png);
	background-repeat: no-repeat;
}

.selectbox01_wp > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: #333;
	border-radius: 0;
	width: 100%;
	padding: 7px 10px;
	border: none;
	background-color: #eee;
	padding:3px 10px 3px 100px;;
	font-size:120%;
	text-align:center;
	text-align:-webkit-center;
}

@media screen and (max-width:768px) {
	.selectbox01_wp {
		font-size: 100%;
	}
	.selectbox01_wp > select {
		padding: 5px 10px;
		padding: 5px 40px 5px 10px;
		text-align: right;
	}
}

.selectbox02_wp {
	width: 358px;
	font-size: 114%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 0.5em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	border: 1px solid #bbb;
}

.selectbox02_wp:after {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	background-image: url(../img/common/select_arrow.png);
	background-repeat: no-repeat;
}

.selectbox02_wp > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: #333;
	border-radius: 0;
	width: 100%;
	padding: 17px 34px 17px 10px;
	background-color: #eee;
}

@media screen and (max-width:768px) {
	.selectbox02_wp {
		width: 100%;
		font-size: 100%;
	}
	.selectbox02_wp > select {
		padding: 5px 45px 5px 10px;
		width: 100%;
		border: none;
		background-image: none;
	}
}

.selectbox03_wp {
	width: 100%;
	font-size: 114%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	border: 1px solid #bbb;
}

.selectbox03_wp:after {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	background-image: url(../img/common/select_arrow.png);
	background-repeat: no-repeat;
}

.selectbox03_wp > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: #333;
	border-radius: 0;
	width: 100%;
	padding: 6px 28px 6px 15px;
	background-color: #eee;
}

@media screen and (max-width:768px) {
	.selectbox03_wp {
		width: 100%;
		font-size: 100%;
	}
	.selectbox03_wp > select {
		padding: 5px 10px;
	}
}

.selectbox04_wp {
	width: 197px;
	font-size: 114%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	border: 1px solid #bbb;
}

.selectbox04_wp:after {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	background-image: url(../img/common/select_arrow.png);
	background-repeat: no-repeat;
}

.selectbox04_wp > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: #333;
	border-radius: 0;
	width: 100%;
	padding: 4px 30px 4px 15px;
	background-color: #fff;
}

@media screen and (max-width:768px) {
	.selectbox04_wp {
		width: 136px;
		font-size: 85.7%;
	}
	.selectbox04_wp > select {
		padding: 5px 10px;
	}
}


/* 会員登録内容変更・新規会員登録内 都道府県セレクトボックス */

.selectbox05_wp {
	width: 180px;
	font-size: 100%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	border: 1px solid #bbb;
}

.selectbox05_wp:after {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	background-image: url(../img/common/select_arrow.png);
	background-repeat: no-repeat;
}

.selectbox05_wp > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: #333333;
	border-radius: 0;
	width: 100%;
	padding: 5px 30px 5px 10px;
	background-color: #FFDEDE;
}

.selectbox05_wp > select option {
	color: #333;
}
/*追加*/
.order_pay_block_01_01 .order_pay_box.order_pay_box_03 .selectbox05_wp > select {
	color: #333;
	background-color: #FFF;
}
@media screen and (max-width:768px) {
	.selectbox05_wp {
		width: 140px;
		font-size: 100%;
	}
	.selectbox05_wp > select {
		padding: 5px 35px 5px 10px;
	}
}


/* 新規会員登録内 年セレクトボックス */

.selectbox06_wp {
	width: auto;
	font-size: 100%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	/* border: 1px solid #bbb; */
}
.selectbox06_wp > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: #333;
	border-radius: 0;
	width: 150%;
	padding: 5px 30px 5px 10px;
	background-color: #FFDEDE;
	background-image: url(../img/common/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.selectbox06_wp > select option {
	color: #333;
}
select#MemberBirthYear,
select#MemberBirthMonth,
select#MemberBirthDay {
    border: 1px solid #bbb;
    width: 158px;
    display: inline-block;
    margin:0 8px 0 4px;
}
select#MemberBirthYear{ margin-left:0; }

@media screen and (max-width:768px) {
	.selectbox06_wp {
		width: 100%;
		font-size: 100%;
	}
	.selectbox06_wp > select {
		padding: 5px 10px;
	}
	select#MemberBirthYear,
	select#MemberBirthMonth,
	select#MemberBirthDay {
		border: 1px solid #bbb;
		width: 85%;
		display: inline-block;
		margin:4px 8px 8px 4px;
	}
}


/* 新規会員登録内 月・日セレクトボックス */

.selectbox07_wp {
	width: 110px;
	font-size: 100%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	border: 1px solid #bbb;
}

.selectbox07_wp:after {
	content: "";
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	pointer-events: none;
	background-image: url(../img/common/select_arrow.png);
	background-repeat: no-repeat;
}

.selectbox07_wp > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: #aaa;
	border-radius: 0;
	width: 150%;
	padding: 5px 30px 5px 10px;
	background-color: #FFDEDE;
}

.selectbox07_wp > select option {
	color: #333;
}

@media screen and (max-width:768px) {
	.selectbox07_wp {
		width: 84%;
		font-size: 100%;
	}
	.selectbox07_wp > select {
		padding: 5px 10px;
	}
}

.txtarea01 {
	width: 100%;
	height: 160px;
	font-size: 114%;
	color: #333;
	padding: 15px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-color: #eee;
	border: 1px solid #bbb;
	resize: vertical;
}

.txtarea01::-webkit-input-placeholder {
	color: #808080;
}

.txtarea01::-moz-placeholder {
	color: #808080;
}

.txtarea01:-moz-placeholder {
	color: #808080;
}

.txtarea01:-ms-input-placeholder {
	color: #808080;
}

@media screen and (max-width:768px) {
	.txtarea01 {
		padding: 10px;
		font-size: 85.7%;
	}
}


/* --- sp select ---
-------------------------------------------------------*/

@media screen and (max-width:768px) {
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		vertical-align: middle;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #aaa;
		font-size: 100%;
		outline: none;
		border-radius: 0;
	}
	select option {
		color: #333;
	}
	.select01 {
		width: 88%;
		padding: 5px 10px;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
		border: 1px solid #bbb;
		background-color: #eee;
		background-image: url(../img/common/select_arrow.png);
		background-repeat: no-repeat;
		background-position: 96% center;
	}
	.select02 {
		width: 100%;
		padding: 5px 10px;
		border: 1px solid #bbb;
		background-color: #eee;
		background-image: url(../img/common/select_arrow.png);
		background-repeat: no-repeat;
		background-position: 96% center;
	}
	.select03 {
		width: 100%;
		padding: 5px 10px;
		border: 1px solid #bbb;
		background-color: #eee;
		background-image: url(../img/common/select_arrow.png);
		background-repeat: no-repeat;
		background-position: 96% center;
	}
	.select04 {
		width: 136px;
		padding: 2px 10px;
		border: 1px solid #bbb;
		background-color: #fff;
		background-image: url(../img/common/select_arrow.png);
		background-repeat: no-repeat;
		background-position: 96% center;
	}
	.select05 {
		width: 100%;
		white-space: normal;
		font-size: 12px;
		padding: 2px 30px 2px 10px;
		border: 1px solid #bbb;
		background-color: #fff;
		background-image: url(../img/common/select_arrow.png);
		background-repeat: no-repeat;
		background-position: 97% center;
	}
	.select06 {
		width: 32%;
		padding: 5px 10px 4px;
		border: 1px solid #bbb;
		background-color: #fff;
		background-image: url(../img/common/select_arrow.png);
		background-repeat: no-repeat;
		background-position: 96% center;
	}
	.select07 {
		width: 32%;

		padding: 5px 10px 4px;
		border: 1px solid #bbb;
		background-color: #fff;
		background-image: url(../img/common/select_arrow.png);
		background-repeat: no-repeat;
		background-position: 96% center;
	}
}


/* --- list ---
-------------------------------------------------------*/

.list_01 {
	color: #808080;
	line-height: 1.6;
}

.list_01 > li:not(:last-child) {
	margin-bottom: 35px;
}

.list_01 > li:before {
	content: "\30FB";
}

@media screen and (max-width:768px) {
	.list_01 > li {
		font-size: 85.7%;
	}
	.list_01 > li:not(:last-child) {
		margin-bottom: 25px;
	}
}

.list_icn:before {
	content: "\30FB";
}

.list_02 > li:before {
	content: "\30FB";
}


/* --- icon --- */

.green_icn {
	position: relative;
	padding-left: 30px;
	display: inline-block;
}

.green_icn:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -12px;
	background-color: #89C75C;
}

.yellow_icn {
	position: relative;
	padding-left: 30px;
	display: inline-block;
}

.yellow_icn:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -12px;
	background-color: #FFBF00;
}

@media screen and (max-width:768px) {
	.green_icn {
		padding-left: 15px;
	}
	.green_icn:before {
		width: 10px;
		height: 10px;
		margin-top: -5px;
	}
	.yellow_icn {
		padding-left: 15px;
	}
	.yellow_icn:before {
		width: 10px;
		height: 10px;
		margin-top: -5px;
	}
}


/* --- color --- */

.red {
	color: #ff0000;
}
.txt_link.red a{
	color: #ff0000;	
} 

/* --- table ---
-------------------------------------------------------*/

.calendar_date {
	font-size: 143%;
	color: #003EBD;
	text-align: center;
	padding: 3px 0 2px;
}

.calendar_tb {
	width: 100%;
	table-layout: fixed;
}

.calendar_tb th {
	text-align: center;
	height: 32px;
	vertical-align: middle;
	background-color: #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}

.calendar_tb td {
	text-align: center;
	height: 32px;
	vertical-align: middle;
	border-bottom: 1px solid #E2E2E2;
}

.calendar_tb td.shipment {
	background-color: #FFBF00;
}

.calendar_tb td.holiday {
	background-color: #89C75C;
}

@media screen and (max-width:768px) {
	.calendar_date {
		font-size: 100%;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.calendar_tb {
		font-size: 71.4%;
	}
	.calendar_tb th {
		height: 25px;
	}
	.calendar_tb td {
		height: 25px;
	}
}

.tb_01 {
	width: 100%;
}

.tb_01 th {
	width: 213px;
	color: #fff;
	font-size: 114%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0 0 0 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #003EBD;
	background-image: url(../img/common/tit_04_icn.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	/*追加*/
	padding: 7px 10px 7px 65px;
	background-position: 3px center;
}

.tb_01 td {
	height: 44px;
	padding: 5px 0 5px 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tb_01 td label {
	font-size: 114%;
}

@media screen and (max-width:768px) {
	.tb_01 {
		width: 100%;
	}
	.tb_01 th {
		width: 105px;
		color: #fff;
		padding: 40px 10px 10px;
		font-size: 85.7%;
		vertical-align: top;
		background-image: url(../img/common/tit_04_icn.png);
		background-repeat: no-repeat;
		background-position: 4px 4px;
		background-size: 24px 25px;
	}
	.tb_01 td {
		height: 30px;
		font-size: 85.7%;
		padding: 5px 0 5px 10px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.tb_01 td label {
		font-size: 85.7%;
	}
}

.l_tb {
	display: table;
	width: 100%;
}

.l_tb_cell {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	.l_tb {
		display: block;
	}
	.l_tb_cell {
		display: block;
	}
}

.tb_02 {
	width: 100%;
}

.tb_02 th {
	width: 185px;
	vertical-align: top;
	padding: 6px 0 6px 20px;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
	background-color: #DFEFFF;
}

.tb_02 td {
	background-color: #fff;
	padding: 6px 20px;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

@media screen and (max-width:768px) {
	.tb_02 {
		width: 100%;
	}
	.tb_02 th {
		width: 96px;
		vertical-align: top;
		padding: 6px 10px;
		border-top: 1px solid #C3C3C3;
		border-bottom: 1px solid #C3C3C3;
		background-color: #DFEFFF;
	}
	.tb_02 td {
		background-color: #fff;
		padding: 6px 10px;
		border-top: 1px solid #C3C3C3;
		border-bottom: 1px solid #C3C3C3;
	}
}

.tb_03 {
	width: 100%;
	/* font-size: 124%; */
	font-size: 114%;
}

.tb_03 tr:nth-of-type(even) > td {
	background-color: #E8E8E8;
}

.tb_03 th {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #fff;
	padding: 10px;
	height: 30px;
	text-align: center;
	border: 1px solid #C3C3C3;
	background-color: #0743BF;
}

.tb_03 td {
	box-sizing: border-box;
	padding: 10px;
	height: 45px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #C3C3C3;
}

.tb_03_sp {
	display: none;
}

@media screen and (max-width:768px) {
	.tb_03 {
		display: none;
	}
	.tb_03_sp {
		display: table;
		width: 100%
	}
	.tb_03_sp th {
		color: #fff;
		width: 94px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		padding: 5px 5px 5px 15px;
		height: 35px;
		font-size: 85.7%;
		border: 1px solid #C3C3C3;
		background-color: #0743BF;
	}
	.tb_03_sp td {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		padding: 5px 5px 5px 15px;
		height: 35px;
		border: 1px solid #C3C3C3;
		font-size: 85.7%;
	}
}


/* --- box_01 ---
-------------------------------------------------------*/

.box_01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-bottom: 10px;
	text-align: left;
	border: 5px solid #003EBD;
	background-image: url(../img/common/box_01_bg.gif);
}

.box_01 .tit {
	color: #fff;
	font-size: 200%;
	padding-left: 16px;
	margin-bottom: 10px;
	background-color: #003EBD;
}

.box_01_inner {}

.box_01 .left_area {
	float: left;
	margin: 0 32px 0 33px;
}

.box_01 .center_area {
	float: left;
	margin-right: 32px;
}

.box_01 .right_area {
	float: left;
}

.box_01_item_01 {
	/* width: 420px;*/
	width: 354px;
	text-align: center;
	color: #444;
	background-color: #fff;
}/*
.box_01_item_01:nth-child(2){
	width:300px;
}*/
.box_01_item_01 dt {
	float: left;
	width: 160px;
	color: #fff;
	text-indent: -0.5em;
	/*font-size: 160%;
	padding: 27px 0 27px;*/
	font-size: 157%;
	padding: 29px 0 28px;
	position: relative;
	background-color: #659AFC;
}

.box_01_item_01 dt:before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 22px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 22px solid transparent;
	border-left: 10px solid transparent;
	content: "";
}

.box_01_item_01 dt:after {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 22px solid #fff;
	border-left: 10px solid transparent;
	content: "";
}

.box_01_item_01 dd {
	overflow: hidden;
	font-size: 200%;
	padding: 0;
	line-height: 84px;
}

.box_01_item_01 .month,
.box_01_item_01 .day {
	font-size: 50%;
	margin: 0 0.25em;
}

.box_01_item_02 {
	width: 187px;
	text-align: center;
	padding: 15px 20px 10px;
	font-size: 20px;
	margin-bottom: 10px;
	background-color: #fff;
}

.box_01 .logout {
	text-align: right;
}

.box_01_item_02 > p {
	margin-bottom: 5px;
}

.box_01 .txt {
	position: relative;
	width: 70%;
	top: -1.4em;
	margin-bottom: -1.4em;
	padding: 0 44px 0 28px;
}

.box_01 .txt.caption {
	font-weight:bold;
	font-size:110%;
	text-indent:-1.5em;
	margin-left:15px;
	padding-left:1.5em;
	color: #ff1100;
}

@media screen and (max-width:768px) {
	.box_01 {
		padding-bottom: 10px;
		border: 3px solid #003EBD;
		background-image: url(../img/common/box_01_bg.gif);
		background-size: 30px auto;
	}
	.box_01 .tit {
		font-size: 100%;
		font-weight: bold;
		padding: 1px 0 1px 10px;
		margin-bottom: 10px;
		background-color: #003EBD;
	}
	.box_01_inner {
		padding: 0 15px;
		margin-bottom: 0;
	}
	.box_01 .left_area {
		float: none;
		margin: 0 auto 10px;
	}
	.box_01 .center_area,
	.box_01_item_01:nth-child(2) {
		float: none;
		margin: 0 auto 10px;
		width:auto;
	}
	.box_01 .right_area {
		float: none;
		margin: 0 auto 10px;
		position: relative;
	}
	.box_01_item_01 {
		width: 100%;
	}
	.box_01_item_01 dt {
		min-width: 94px;
		width: 33%;
		text-indent: -20px;
		font-size: 78.6%;
		font-weight: bold;
		padding: 8px 0;
	}
	.box_01_item_01 dt:before {
		border-top: 11px solid #fff;
		border-right: 5px solid #fff;
		border-bottom: 11px solid transparent;
		border-left: 5px solid transparent;
	}

	.box_01_item_01 dt:after {
		border-top: 11px solid transparent;
		border-right: 5px solid #fff;
		border-bottom: 11px solid #fff;
		border-left: 5px solid transparent;
	}
	.box_01_item_01 dd {
		font-size: 100%;
		text-indent: -20px;
		padding: 5px 0;
		line-height: normal;
	}
	.box_01_item_02 {
		width: 100%;
		font-size: 85.7%;
		padding: 6px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
    .box_01_item_02 > p .name{
    	display:inline-block;
    	margin-right:15px;
    }
	.box_01_item_02 > a {
		display: none;
	}
	.box_01_item_02 > p {
		margin-bottom: 0;
		text-align:left;
	}
	.box_01 .logout {
		font-size: 85.7%;
		text-align: right;
		position: absolute;
		right: 2%;
		top: 25%;
	}
	.box_01 .logout a{
		background-color:#659AFC;
		color:#fff;
		text-decoration:none;
		padding:5px;
	}
	.box_01_item_02 > p {
		/* margin-bottom: 5px; */
		line-height: 1.8;
		padding: 0 10px 0 20px;
	}
    
	.box_01 .txt {
		position: relative;
		width: auto;
		top: 0;
		margin-bottom: 0;
		padding: 0 15px;
		font-size: 12px;
		line-height: 1.2;
	}
}

.box_02 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #C3C3C3;
	background-color: #eee;
}

@media screen and (max-width:768px) {
	.box_02 {
		width: 100%;
		border: none;
	}
}

.box_03 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 70px;
	margin-right: 70px;
	background-color: #fff;
}

.box_03_clr_01 {
	background-color: #E2E2E2;
}

@media screen and (max-width:768px) {
	.box_03 {
		padding-left: 12px;
		padding-right: 12px;
		margin-left: 0;
		margin-right: 0;
	}
}

.box_04 {
	padding: 15px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background-color: #eee;
	border: 1px solid #fff;
}

.box_05 {
	font-size: 128%;
	text-align: center;
	color: #E84600;
	padding: 15px 0;
	border: 6px solid #E84600;
	border-radius: 6px;
	background-color: #eee;
}

.txt_box {
	padding: 12px 0 11px;
	font-size: 186%;
	text-align: center;
	color: #003EBD;
	font-weight: bold;
	border: 1px solid #003EBD;
}

@media screen and (max-width:768px) {
	.txt_box {
		padding: 12px 0 11px;
		font-size: 128%;
		text-align: center;
	}
}

@media screen and (max-width:768px) {
	.box_05 {
		font-size: 100%;
		padding: 10px;
	}
}

.scroll_box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow-y: auto;
	height: 270px;
	padding: 20px;
	border: 1px solid #bbb;
}

@media screen and (max-width:768px) {
	.scroll_box {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		overflow-y: auto;
		height: 218px;
		padding: 10px 20px;
		border: 1px solid #bbb;
	}
}

.brp_s {
	display: none;
}

.brp_m {
	display: inline-block;
}

@media screen and (max-width:768px) {
	.brp_s {
		display: inline-block;
	}
	.brp_m {
		display: none;
	}
}

input[type="image"]:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

@media screen and (max-width:768px) {
	input[type="image"]:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
	}
}

button {
	border: none;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input,
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width:768px) {
	button {
		-webkit-appearance: none;
		border-radius: 0;
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"] {
		-webkit-appearance: none;
		border-radius: 0;
	}
	textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}
}

.required_area {
	background-color: #FFDEDE;
}

.required_icn {
	display: inline-block;
	float: right;
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	text-align: center;
	padding: 2px 10px;
	vertical-align: middle;
	background-color: #7BBE00;
}

@media screen and (max-width:768px) {
	.required_icn {
		display: block;
		float: none;
		width: 40px;
		font-size: 9px;
		margin-top: 10px;
	}
}

.errmsg {
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 3px 5px;
	margin-top: 16px;
	text-align: left;
	border-radius: 3px;
	background-color: #ff0000;
	box-shadow: 0px 0px 3px #aaa;
}

.errmsg:before {
	content: "";
	display: block;
	position: absolute;
	top: -16px;
	left: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 8px;
	height: 10px;
	border: 8px solid transparent;
	border-bottom: 10px solid #ff0000;
}

@media screen and (max-width:768px) {
	.errmsg {
	top: -8px;
	}
}

.errmsg_finish {
	margin:-30px 0 30px 450px
}

.errmsg_option {
	margin:-30px 0 30px 430px
}

@media screen and (max-width:768px) {
	.errmsg_finish {
		margin:0px 0 30px 120px
	}

	.errmsg_option {
		margin:0px 0 30px 120px
	}
}

/* チェックボックス・ラジオボタン共通設定 */

input[type=radio],
input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	cursor: pointer;
}

@media (min-width: 1px) {
	input[type=radio],
	input[type=checkbox] {
		display: none;
		margin: 0;
	}
	input[type=radio] + label,
	input[type=checkbox] + label {
		padding: 0 0 0 24px;
	}
	input[type=radio] + label::before,
	input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	input[type=radio] + label::before {
		border: 2px solid #bbb;
		border-radius: 30px;
	}
	input[type=checkbox] + label::before {
		border: 2px solid #bbb;
	}
	input[type=radio]:checked + label::after,
	input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		display: block;
	}
	input[type=radio]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #003EBD;
		border-radius: 8px;
	}
	input[type=checkbox]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #003EBD;
		border-bottom: 3px solid #003EBD;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@media screen and (max-width:768px) {
	input[type=radio] + label,
	input[type=checkbox] + label {
		padding: 0 0 0 22px;
	}
	input[type=radio] + label,
	input[type=checkbox] + label {
		margin-right: 0;
	}
}


/*Webkit*/

::-webkit-input-placeholder {
	color: #aaa
}


/*Firefox 19以降*/

::-moz-placeholder {
	color: #aaa
}


/*Firefox 18以前*/

:-moz-placeholder {
	color: #aaa
}


/*Windows IE*/

:-ms-input-placeholder {
	color: #aaa
}

.table_style{
	font-size:16px;
	width:915px;
	margin:0 auto;
}
.table_style.type01{ background:#DFEFFF;}
.table_style.type02{ background:#EEEEEE;}
.table_style.type02 h2{
	background:#DFEFFF;
	color:#003EBD;
	font-size:18px;
	padding:10px 20px;
	border-top:solid 1px #C3C3C3;
	border-bottom:solid 1px #C3C3C3;
} 
.table_style dl{ border-bottom:solid 1px #C3C3C3;}
.table_style dt,
.table_style dd{ padding:15px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.table_style dt{ float:left; width:190px;}
.table_style dd{ 	float:left; width:725px; background:#fff;}
.table_style dd p,
.table_style dd .row{ margin-bottom:1.6em;}
.table_style dd p:last-child{ margin-bottom:0;}
@media screen and (max-width:768px) {
.table_style{ width:auto; font-size:14px; margin-bottom:20px;}
.table_style.type02 h2{ font-size:16px; padding:15px 10px;}
.table_style dl{ border-bottom:none;}
.table_style dt,
.table_style dd{ float:none; width:auto;padding: 10px;}
.table_style dt{ border-bottom:solid 1px #C3C3C3;}
.table_style dt br{ display:none;}
.table_style dd{ padding-bottom:20px;}
.table_style dd p{ margin-bottom:10px;}
.table_style dd .row{ margin-bottom:0;}
}

a.link_style01{ color:#003EBD;}

.common_block .txt_indent,
.common_block .list_indent li{
	padding-left:1em;
	text-indent:-1em;
}
.h_style01{
	font-size:38px;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	padding-bottom:6px;
	background:url(../img/common/bg_hborder.gif) repeat-x left bottom;
	margin-bottom:10px;	
}
.h_style02{
	font-size:28px;
	color:#fff;
	padding: 10px 10px;
	background: #2c6df8;
	background: -moz-linear-gradient(top,  #2c6df8 0%, #003ebd 100%);
	background: -webkit-linear-gradient(top,  #2c6df8 0%,#003ebd 100%);
	background: linear-gradient(to bottom,  #2c6df8 0%,#003ebd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6df8', endColorstr='#003ebd',GradientType=0 );
	margin-bottom:20px;
}
.h_style02 span{ 
	border-left: solid 6px #fff; 
	display:block;
	padding-left:30px;
} 
.h_style03{
	font-size:26px;
	font-weight:bold;
	border-top: solid 1px #003EBD;
	border-bottom: solid 1px #003EBD;
	padding:10px;
	margin-bottom:10px;
}
.h_style04{
	font-size:26px;
	font-weight:bold;
	padding:20px 40px;
	background:url(../img/common/bg_hs.gif) repeat left center;

}
@media screen and (max-width:768px) {
	.h_style01{
		font-size:26px;
		text-align:left;
		padding: 10px;
	}
	.h_style01 br{ display:none;}
	.h_style02{font-size: 20px;}
	.h_style02 span{ padding-left:5px;}
	.h_style03{font-size: 20px;}
	.h_style04{
		font-size:18px;
		padding:10px;
	}
}

.chapters{ margin-bottom:40px;}
.chapters .h_style03{ margin-top:30px;}
.chapters .list_indent{margin-bottom:1.6em;font-size: 16px;}

.common_lead{ margin-bottom:60px;}
.common_lead.texts{ font-size:20px;}
/*.common_lead.texts p{ margin-bottom:1.6em;}
.common_lead.texts p:last-child{ margin-bottom:0;}*/
@media screen and (max-width:768px) {
	.common_block .list_indent li{ margin-bottom:5px;}
	.common_lead{ 
	margin-bottom:40px;
	padding:0 10px ;
	}
	.common_lead.txt{ font-size:16px;}
	.chapters{ margin-bottom:30px;}
	.chapters .h_style03{ margin-top:15px;}
	.chapters .list_indent,
	.chapters .txt_indent,
	.indent_wrap > p,
	.indent_wrap > ul{ margin:0 10px;}
}
.anchor_menu{
	border-radius: 5px;
	border:solid 2px #CCCCCC;
	background:#F2F2F2;
	padding:30px 30px 20px;
	margin-bottom:40px;
}
.anchor_menu p{ float:left; width:20%;}
.anchor_menu ul{ float:left; width:80%;}
.anchor_menu li{ 
	float:left; width:50%;
	margin-bottom:10px;
}
.anchor_menu.type3 li{ width:33%;}
.anchor_menu.single li {
    width: auto;
    margin-right: 80px;
}
.anchor_menu a{ 
	font-size:19px;
	font-weight:bold;
	color:#003EBD;
	padding-left:18px;
	background:url(../img/common/ico_link_arrow01.gif) no-repeat bottom left;
}
.anchor_menu li a{ 
	background:url(../img/common/ico_link_arrow02.gif) no-repeat bottom left;
    background-size: 8px;
}
.page_links{ display:block; margin-top:-70px;padding-top:70px;}
.page_links.fixed_link{  margin-top:-70px;padding-top:70px;}
.caution_box{ color:#ff0000; border:solid 1px #cccccc; padding:10px; margin-bottom:20px;}
.common_text{ font-size:20px; margin-bottom:20px;}
@media screen and (max-width:768px) {
.anchor_menu{
	padding:15px 15px 10px;
	margin-bottom:20px;
	margin:0 5px 20px;
}
.anchor_menu p{ float:none; width:auto;margin-bottom:5px;}
.anchor_menu ul{ float:none; width:auto;}
.anchor_menu li,
.anchor_menu.type3 li,
.anchor_menu.single li{ 
	float:none; width:auto;
	margin-bottom:3px;
	padding-left:2em;
	text-indent:-1em;
}
.anchor_menu a{ 
	font-size: 13px;
    background-size: 8px;
}
.page_links,
.page_links.fixed_link{display:block;margin-top: -50px;padding-top:50px;}
.caution_box{ margin:0 10px; padding:10px 5px; margin-bottom:20px;}
.common_text{ font-size:16px; padding:0 10px; }
}

.enclosure_box h3{
	font-size:24px;
	color:#fff;
	font-weight:bold;
	padding:10px 20px 0;
background: #2c6df8;
background: -moz-linear-gradient(top,  #2c6df8 0%, #003ebd 100%);
background: -webkit-linear-gradient(top,  #2c6df8 0%,#003ebd 100%);
background: linear-gradient(to bottom,  #2c6df8 0%,#003ebd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6df8', endColorstr='#003ebd',GradientType=0 );
}
.enclosure_box  > p,
.enclosure_box  > ul,
.enclosure_box  > .box{
	border:solid 6px #003EBD;
	padding:20px;
	margin-bottom:10px;
	font-size:20px;
	line-height:1.4;
}
.enclosure_box.radius h3{
	border-top-left-radius:5px; 
	border-top-right-radius:5px;
}
.enclosure_box.radius >  p,
.enclosure_box.radius > ul,
.enclosure_box.radius > .box{
	border-bottom-left-radius:5px; 
	border-bottom-right-radius:5px;
}
.enclosure_box h4{ font-size:28px; font-weight:bold; margin-bottom:20px;}
.affter_arrow{ 
	padding-bottom:42px;
	background:url(../img/guide/ico_arrow_small.gif) no-repeat bottom center;
 }
.before_arrow{ 
	padding-top:44px;
	background:url(../img/guide/ico_arrow_small.gif) no-repeat top center; }
.blue_box{
	border:solid 5px #003EBD;
	background:#DFEBFF;
	padding:5px;
}
.blue_box2{
	border:solid 6px #003EBD;
	background: url(../img/common/box_01_bg.gif) repeat top center;
	padding: 20px 30px;
	font-size:20px;
}
.blue_box2 .tit{
	color:#003EBD;
	font-size:24px;
	font-weight:bold;
}
.radius{ border-radius:5px;}
@media screen and (max-width:768px) {
.enclosure_box{
	background:#F2F2F2;
	padding:10px;
	margin:10px 10px 20px;
	font-size:20px;
}
.enclosure_box h3{
	font-size:18px;
	padding:10px 5px;
}
.enclosure_box h4{ font-size:18px; font-weight:bold; margin-bottom:10px;}
.enclosure_box > p,
.enclosure_box > ul,
.enclosure_box > .box{
	padding:10px;
	font-size:16px;
}
.blue_box2{
	border:solid 6px #003EBD;
	background: url(../img/common/box_01_bg.gif) repeat top center;
	padding: 10px 15px;
	font-size:16px;
}
}
.txt_red{ color:#ff0000;}
.txt_blue{ color:#003EBD;}
.uline{ text-decoration: underline;}

@media screen and (min-width:768px) {
	.pc_center{ text-align:center;}
}
.bd_top{ border-top: solid 1px #ccc;}

p.txt.indent_3 {
    text-indent: -3em;
    padding-left: 3em;
    text-align: left;
    width: 630px;
    margin: auto;
}
@media screen and (max-width:768px) {
p.txt.indent_3 {
    width: auto;
}
}

.f_middle {
	font-size:97%;
	letter-spacing:-0.03em;
}