@charset "UTF-8";
/* CSS Document */

/* ========================================
	popup
=========================================== */
/*outline*/
#container.popup {
	background: none;
}
#container.popup #content_wrap {
	font-size: 75%;
	line-height: 2em;
	padding: 0 0 40px;
}
#container.popup #content_bg {
	background-color: #eceef0;
	margin-top: 19px;
	padding: 34px 0;
}
#container.popup #content {
	font-size: 100%;
	background-color: #FFF;
	border-radius: 5px;
	margin-top: 0;
	padding: 0;
}
#container.popup #content_inner {
	font-size: 116.6%;
	padding: 60px;
}
/*pagetop(for ie8)*/
#container.popup #content .pagetop {
	font-size: 85.7%;
	width: auto!important;
	min-width: 0!important;
}
/*arr*/
.arr_b {
	display: inline-block;
	padding-left: 12px;
	background: url(../img/arrow_b.png) no-repeat 0 48%;
}
/*title*/
.popup #module_titleArea {
	min-width: 0;
}
#container.popup .title {
	font-size: 228.5%;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 34px;
	padding: 42px 0;
}
/*tab*/
#container.popup #tab_menu {
	line-height: 1.2;
	margin-bottom: 24px;
}
#container.popup #tab_menu ul {
	display: table;
	width: 100%;
}
#container.popup #tab_menu ul li {
	position: relative;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	font-size: 157.2%;
	font-weight: bold;
	text-align: center;
}
#container.popup #tab_menu span {
	display: inline-block;
}
#container.popup #tab_menu a {
	display: block;
	border: 1px solid #cccccc;
	padding: 22px 10px;
}
#container.popup #tab_menu a span {
	padding-left: 15px;
}
#container.popup #tab_menu a:hover span {
	text-decoration: underline;
}
#container.popup #tab_menu .current {
	color: #ffffff;
}
#container.popup #tab_menu .tab_blue a {
	color: #144680;
}
#container.popup #tab_menu .tab_orange a {
	color: #ff7917;
}
#container.popup #tab_menu .tab_blue a span {
	background:url(../img/arrow_tab_b.png) no-repeat left center;
}
#container.popup #tab_menu .tab_orange a span {
	background:url(../img/arrow_tab_o.png) no-repeat left center;
}
#container.popup #tab_menu .tab_blue.current {
	background-color: #144680;
}
#container.popup #tab_menu .tab_orange.current {
	background-color: #ff7917;
}
#container.popup #tab_menu .tab_arrow_blue {
	position: absolute;
	left: 47%;
	bottom: -20px;
	width: 27px;
	height: 21px;
	background:url(../img/balloon_bottom_b.png) no-repeat;
}
#container.popup #tab_menu .tab_arrow_orange {
	position: absolute;
	left: 47%;
	bottom: -20px;
	width: 27px;
	height: 21px;
	background:url(../img/balloon_bottom_o.png) no-repeat;
}
/*comment*/
.comment {
	background-color: #f2f2f2;
	border-radius: 5px;
	margin: 58px 0 36px;
	padding: 15px 27px;
}
/*box*/
.box {
	line-height: 1.5em;
	padding: 25px 40px 20px 40px;
}
.border_b {
	border-bottom: 1px dotted #b5b4b4;
}
.box .headline_area {
	display: table;
}
.box .headline_area .icon,
.box .headline_area .text {
	display: table-cell;
	vertical-align: middle;
}
.box .headline_area .text {
	font-weight: bold;
	font-size: 114.3%;
}
.box .headline_area .icon {
	width: 90px;
}
.box .box_inner {
	padding: 20px 40px 0;
}
.box .float_left {
	margin-right: 40px
}
.box .float_left.last {
	margin-right: 0;
}
.box .image {
	border: 1px solid #cccccc;
}
.box .image_caption {
	text-align: center;
	margin-top: 24px;
}
.box .image_align_bottom {
	position: relative;
}
.box .image_align_bottom .item_left {
	position: absolute;
	bottom: 0;
	left: 0;
}
.box .image_align_bottom .item_right {
	position: absolute;
	bottom: 0;
	left: 354px;
}
/*note*/
.note_area {
	border: 1px solid #2B6C95;
	border-radius: 6px;
	width: 100%;
}
.note_area .inner {
	margin: 15px;
	line-height: 1.7em;
}
.note dt {
	position: relative;
}
.note dt span {
	position: absolute;
}
.note dd {
	padding-left: 1em;
}

/* ========================================
	common
=========================================== */
.float_left,
.image_left,
.text_left {
	float: left;
}
.float_right,
.image_right,
.text_right {
	float: right;
}
.text_left,
.text_right {
	width: 430px;
}
.image_right {
	margin-left: 35px;
}
.br05em {
	margin-bottom: .5em;
}
.br1em {
	margin-bottom: 1em;
}

@media only screen and (min-width: 641px) and (max-width: 979px) {
	#container.popup #content_bg {
		padding: 34px 20px;
	}
	/*box*/
	.box .float_left {
		width: 43%;
	}
	.box .float_left .image {
		width: 100%;
		height: auto;
	}
	.box .image_align_bottom .item_left,
	.box .image_align_bottom .item_right {
		position: static;
	}
	.text_left,
	.text_right {
		width: 100%;
	}
	.image_left,
	.image_right {
		float: none;
		text-align: center;
		margin: 0;
	}
}

@media only screen and (max-width: 640px) {
	/*outline*/
	#container.popup #content_wrap {
		font-size: 100%;
		max-width: inherit;
	}
	#container.popup #content_bg {
		margin: 0;
		padding: 17px 20px 30px;
	}
	#container.popup #content_inner {
		font-size: 100%;
		padding: 35px 25px 30px;
	}
	/*pagetop*/
	#container.popup #content .pagetop {
		margin: 20px 0 0;
	}
	/*arr*/
	.arr_b {
		display: inline-block;
		padding-left: 15px;
		background: url(../img/arrow_b_x2.png) no-repeat 0 48%;
		background-size: 12px auto;
	}
	/*title*/
	#container.popup .title {
		font-size: 157.2%;
		padding: 35px 0;
		margin-bottom: 20px;
	}
	/*tab*/
	#container.popup #tab_menu {
		margin-bottom: 0;
	}
	#container.popup #tab_menu ul {
		display: block;
	}
	#container.popup #tab_menu ul li {
		display: block;
		width: 100%;
		font-size: 142.8%;
	}
	#container.popup #tab_menu span {
		background:url(../img/arrow_w_bottom_x2.png) no-repeat left center;
		background-size: 14px auto;
		padding-left: 22px;
	}
	#container.popup #tab_menu span br.sp_only {
		display: inline-block;
	}
	#container.popup #tab_menu .tab_blue a {
		padding: 24px 0;
	}
	#container.popup #tab_menu .tab_orange a {
		padding: 12px 0;
	}
	#container.popup #tab_menu .tab_blue a span {
		background:url(../img/arrow_tab_b_x2.png) no-repeat left center;
		background-size: 11px auto;
		padding-left: 22px;
	}
	#container.popup #tab_menu .tab_orange a span {
		background:url(../img/arrow_tab_o_x2.png) no-repeat left center;
		background-size: 11px auto;
		padding-left: 22px;
	}
	#container.popup #tab_menu .tab_blue.current {
		padding: 25px 0;
	}
	#container.popup #tab_menu .tab_orange.current {
		padding: 13px 0;
	}
	#container.popup #tab_menu .tab_arrow_blue,
	#container.popup #tab_menu .tab_arrow_orange {
		display: none;
	}
	/*comment*/
	.comment {
		margin: 25px 0 40px;
		padding: 20px;
	}
	/*box*/
	.box_b_01 {
		background:url(../img/ico_b_1_x2.jpg) no-repeat top center;
	}
	.box_b_02 {
		background:url(../img/ico_b_2_x2.jpg) no-repeat top center;
	}
	.box_b_03 {
		background:url(../img/ico_b_3_x2.jpg) no-repeat top center;
	}
	.box_b_04 {
		background:url(../img/ico_b_4_x2.jpg) no-repeat top center;
	}
	.box_b_05 {
		background:url(../img/ico_b_5_x2.jpg) no-repeat top center;
	}
	.box_b_06 {
		background:url(../img/ico_b_6_x2.jpg) no-repeat top center;
	}
	.box_b_07 {
		background:url(../img/ico_b_7_x2.jpg) no-repeat top center;
	}
	.box_b_01 .image_01 {
		background:url(../img/cap_cmetop_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		margin-bottom: 22px;
		height: 232px;
	}
	.box_b_01 .image_02 {
		background:url(../img/cap_001_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 232px;
	}
	.box_b_02 .image_01 {
		background:url(../img/cap_001_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		margin-bottom: 22px;
		height: 232px;
	}
	.box_b_02 .image_02 {
		background:url(../img/cap_002_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 177px;
	}
	.box_b_03 .image_01 {
		background:url(../img/cap_003_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 762px;
	}
	.box_b_04 .image_01 {
		background:url(../img/cap_004_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 176px;
	}
	.box_b_05 .image_01 {
		background:url(../img/cap_005_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 178px;
	}
	.box_b_06 .image_01 {
		background:url(../img/cap_006_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 178px;
	}
	.box_b_07 .image_01 {
		background:url(../img/cap_007_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 178px;
	}
	.box_o_01 {
		background:url(../img/ico_o_1_x2.jpg) no-repeat top center;
	}
	.box_o_02 {
		background:url(../img/ico_o_2_x2.jpg) no-repeat top center;
	}
	.box_o_03 {
		background:url(../img/ico_o_3_x2.jpg) no-repeat top center;
	}
	.box_o_04 {
		background:url(../img/ico_o_4_x2.jpg) no-repeat top center;
	}
	.box_o_05 {
		background:url(../img/ico_o_5_x2.jpg) no-repeat top center;
	}
	.box_o_06 {
		background:url(../img/ico_o_6_x2.jpg) no-repeat top center;
	}
	.box_o_07 {
		background:url(../img/ico_o_7_x2.jpg) no-repeat top center;
	}
	.box_o_08 {
		background:url(../img/ico_o_8_x2.jpg) no-repeat top center;
	}
	.box_o_09 {
		background:url(../img/ico_o_9_x2.jpg) no-repeat top center;
	}
	.box_o_10 {
		background:url(../img/ico_o_10_x2.jpg) no-repeat top center;
	}
	.box_o_01 .image_01 {
		background:url(../img/cap_cmetop_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 232px;
	}
	.box_o_02 .image_01 {
		background:url(../img/cap_008_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 178px;
	}
	.box_o_03 .image_01 {
		background:url(../img/cap_009_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 176px;
	}
	.box_o_04 .image_01 {
		background:url(../img/cap_010_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 178px;
	}
	.box_o_05 .image_01 {
		background:url(../img/cap_011_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 178px;
	}
	.box_o_06 .image_01 {
		background:url(../img/cap_012_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 207px;
	}
	.box_o_07 .image_01 {
		background:url(../img/cap_013_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 176px;
	}
	.box_o_08 .image_01 {
		background:url(../img/cap_014_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 177px;
	}
	.box_o_09 .image_01 {
		background:url(../img/cap_003_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 762px;
	}
	.box_o_10 .image_01 {
		background:url(../img/cap_007_x2.jpg) no-repeat top center;
		background-size: 226px auto;
		height: 178px;
	}
	.box {
		background-size: 84px auto;
		margin-top: 25px;
		padding: 100px 0 30px 0;
	}
	.box .box_inner {
		padding: 20px 0 0;
	}
	.box .headline_area .icon {
		display: none;
	}
	.box .image_center {
		text-align: center;
	}
	.box .float_left {
		margin-right: 0;
	}
	.box .image_align_bottom .item_left,
	.box .image_align_bottom .item_right {
		position: static;
	}
	.box .image {
		display: none;
	}
	.box .image_caption {
		display: none;
	}
	/*common*/
	.float_left,
	.image_left,
	.text_left,
	.float_right,
	.image_right,
	.text_right {
		float: none;
	}
	.text_left,
	.text_right {
		width: auto;
	}
	.image_left,
	.image_right {
		text-align: center;
		margin: 0;
	}
}
