@charset "utf-8";
/* CSS Document */


/*------------------------------------------------
基本設定
------------------------------------------------*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #666;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
	font-size: 13px;
	letter-spacing: .01em;
	line-height: 1.7;
	margin: 0;
	max-width: 100%;
	padding: 0;
	position: relative;
}

.wrap {
	clear: both;
	width: 100%;
}

.box {
	clear: both;
	margin: 0 auto;
	max-width: 950px;
	text-align: left;
	width: 950px;
}

a,
a:active,
a:hover,
a:link,
a:visited {
	text-decoration: none;
}

a img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover img {
	opacity: .7;
}

img {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/*------------------------------------------------
テキスト
------------------------------------------------*/
.f_10 {
	font-size: 10px;
}

.f_11 {
	font-size: 11px;
}

.f_12 {
	font-size: 12px;
}

.f_13 {
	font-size: 13px;
}

.f_14 {
	font-size: 14px;
}

.f_15 {
	font-size: 15px;
}

.f_16 {
	font-size: 16px;
}

.f_17 {
	font-size: 17px;
}

.f_18 {
	font-size: 18px;
}

.f_19 {
	font-size: 19px;
}

.f_20 {
	font-size: 20px;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.middle {
	vertical-align: middle;
}

.minchou {
	font-family: "Hiragino Mincho ProN", serif;
	font-weight: bold;
}

.ie11lt .minchou {
	font-weight: bold;
}

.p_b {
	color: #6aced3;
}

.p_p {
	color: #ef8eaa;
}




/*------------------------------------------------
リスト
------------------------------------------------*/
.demical_list {
	display: list-item;
	list-style: outside decimal;
	margin-left: 2em;
}

.disc_list {
	display: list-item;
	list-style: outside disc;
	margin-left: 1.3em;
}

.circle_list {
	display: list-item;
	list-style: outside circle;
	margin-left: 1.3em;
}

.latin_list {
	display: list-item;
	list-style: outside lower-latin;
	margin-left: 1.3em;
}

.kome_mark {
	width: 12px;
}

.kome_info {
	width: auto;
}




/*------------------------------------------------
レイアウト
------------------------------------------------*/
.mt5,
.container_5 {
	margin-top: 5px !important;
}

.mt10,
.container_10 {
	margin-top: 10px !important;
}

.mt15,
.container_15 {
	margin-top: 15px !important;
}

.mt20,
.container_20 {
	margin-top: 20px !important;
}

.mt25,
.container_25 {
	margin-top: 25px !important;
}

.mt30,
.container_30 {
	margin-top: 30px !important;
}

.mt35,
.container_35 {
	margin-top: 35px !important;
}

.mt40,
.container_40 {
	margin-top: 40px !important;
}

.mt45,
.container_45 {
	margin-top: 45px !important;
}

.mt50,
.container_50 {
	margin-top: 50px !important;
}




/*------------------------------------------------
フレックスボックス
------------------------------------------------*/
.flex {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}




/*------------------------------------------------
ヘッダー
------------------------------------------------*/
.collection_header {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
	left: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 10;
}

.collection_header a {
	color: #666;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.collection_header a:hover {
	color: #f24955;
}

.collection_header .inner {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	height: 85px;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	width: 950px;
}

.header_navs {
	font-size: 14px;
	margin: 0 0 0 auto;
}

.header_navs .nav {
	margin: 0 30px 0 0;
}




/*------------------------------------------------
コンテンツ
------------------------------------------------*/
.collection_content {
	padding: 0 0 20px;
}


/*共通パーツ
------------------------------------------------*/
.form_btns {
	margin: 40px auto 0;
	text-align: center;
	width: 760px;
}

.form_btns .info_1 {
	font-size: 25px;
	font-weight: normal;
	margin: 0 auto;
	position: relative;
	width: 325px;
	z-index: 5;
}

.form_btns .btn {
	display: block;
	height: 200px;
	margin: -25px auto 0;
	width: 760px;
}

.form_btns .info_2 {
	margin: -28px auto 0;
	position: relative;
	width: 336px;
	z-index: 5;
}

.form_btns_last {
	background-image: url(/collection/images/pc/form_btn_last_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 760px 190px;
	height: 190px;
	margin: 90px auto 0;
	width: 760px;
}


/*カバー
------------------------------------------------*/
.collection_cover {
	background-image: url(/collection/images/pc/cover_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 950px 555px;
	height: 555px;
	padding: 40px 0 0;
}

.collection_cover .title {
	margin: 0 0 0 12px;
}

.collection_cover .info {
	font-size: 17px;
	margin: 15px 0 0 20px;
}

.collection_cover .info::after {
	background-image: url(/collection/images/pc/cover_thumb.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 395px 190px;
	content: "";
	display: block;
	height: 190px;
	margin: 20px 0 0 -20px;
	width: 395px;
}


/*section 1
------------------------------------------------*/
.section_1 {
	background-image: url(/collection/images/pc/section_1_bg.gif);
	background-position: left 65px;
	background-repeat: no-repeat;
	background-size: 950px 290px;
	margin: -65px 0 0;
}

.collection_features {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 910px;
}

.collection_reasons {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 65px auto 0;
	position: relative;
	width: 835px;
}

.collection_reasons::before {
	background-image: url(/collection/images/pc/reason_plus.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	content: "";
	display: block;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}

.collection_reasons::after {
	background-image: url(/collection/images/pc/reason_arrow.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px 22px;
	content: "";
	display: block;
	height: 22px;
	margin: 30px auto 0;
	width: 100%;
}

.collection_reason {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
}

.section_1 .form_title {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.3;
	margin: 30px auto 0;
	text-align: center;
}


/*section 2
------------------------------------------------*/
.section_2 {
	background-image: url(/collection/images/pc/collection_section_2_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 950px 634px;
	margin: 55px auto 0;
}

.section_2 .title {
	height: 260px;
}

.section_2 .subtitle {
	height: 130px;
}

.section_2 .samples {
	height: 420px;
	margin: 0 auto;
	width: 908px;
}

.section_2 .sample_thumb {
	display: block;
}

.section_2 .sample_1 {
	float: left;
	height: 418px;
	width: 591px;
}

.section_2 .sample {
	float: right;
	width: 296px;
}

.section_2 .sample_2 {
	height: 209px;
	width: 296px;
}

.section_2 .sample_2 + .clearfix {
	margin: 14px 0 0;
}

.section_2 .sample_3,
.section_2 .sample_4 {
	height: 195px;
	width: 138px;
}

.section_2 .sample_3 {
	float: left;
}

.section_2 .sample_4 {
	float: right;
}

.collection_tags {
	margin: 20px auto 0;
	width: 912px;
}

.collection_tag {
	float: left;
	height: 50px;
	margin: 9px 0 0 18px;
	width: 168px;
}

.collection_tag:nth-child(1),
.collection_tag:nth-child(6),
.collection_tag:nth-child(11) {
	margin: 9px 0 0;
}

.section_2 .thumb {
	height: 445px;
	margin: 50px auto 0;
	width: 950px;
}

.section_2 .form_title {
	height: 210px;
	margin: 65px auto 60px;
	width: 950px;
}


/*section 3
------------------------------------------------*/
.section_3 {
	margin: 100px auto 0;
}

.collection_users {
	background-color: #f9f2f4;
	background-image: url(/collection/images/pc/collection_user_bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 950px 80px;
	margin: 0 auto 60px;
	padding: 0 20px 80px;
}

.collection_user {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	padding: 30px 20px;
}

.collection_user + .collection_user {
	margin: 20px auto 0;
}

.collection_user .thumb {
	float: left;
	height: 190px;
	width: 190px;
}

.collection_user .infos {
	float: right;
	width: 660px;
}

.collection_user .name {
	height: 30px;
	width: 660px;
}

.collection_user .info {
	font-size: 18px;
	line-height: 1.75;
	margin: 5px 0 0;
}

.collection_user .marker {
	background-color: #f9f6ba;
}


/*section 4
------------------------------------------------*/
.section_4 {
	margin: 90px auto 0;
}

.section_4 .thumb {
	height: 845px;
	margin: 45px auto 80px;
	width: 950px;
}


/*section 5
------------------------------------------------*/
.section_5 {
	background-image: url(/collection/images/pc/section_5_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 950px 543px;
	margin: 120px auto 0;
	padding: 50px 70px 0 0;
}

.section_5 .inner {
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, .05);
	box-shadow: 10px 10px 10px -10px rgba(0, 0, 0, .05);
	padding: 50px 0;
	position: relative;
	width: 880px;
}

.section_5 .inner::before {
	background-image: url(/collection/images/pc/section_5_thumb.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 400px 490px;
	content: "";
	display: block;
	height: 490px;
	position: absolute;
	right: -70px;
	top: -10px;
	width: 400px;
}

.section_5 .title {
	height: 147px;
	width: 540px;
}

.section_5 .info {
	font-size: 18px;
	line-height: 1.6;
	margin: 15px 0 0 20px;
	width: 520px;
}

.section_5 .subtitle {
	height: 45px;
	margin: 50px 0 0;
	width: 840px;
}


/*section 6
------------------------------------------------*/
.section_6 {
	margin: 120px auto 0;
}

.section_6 .inner {
	background-image: url(/collection/images/pc/section_6_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 950px 10px;
	margin: 0 0 70px;
	padding: 0 0 80px;
	position: relative;
}

.section_6 .inner::after {
	background-image: url(/collection/images/pc/section_6_thumb.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 390px 301px;
	bottom: 0;
	content: "";
	display: block;
	height: 301px;
	position: absolute;
	right: 0;
	width: 390px;
}

.section_6 .title {
	height: 300px;
	width: 950px;
}

.collection_lists {
	background-image: url(/collection/images/pc/collection_list_bg_2.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 950px 60px;
	margin: 50px 0;
	position: relative;
}

.collection_lists::before,
.collection_lists::after {
	background-repeat: no-repeat;
	background-size: 950px 50px;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	width: 950px;
}

.collection_lists::before {
	background-image: url(/collection/images/pc/collection_list_bg_1.png);
	background-position: center top;
	top: -50px;
}

.collection_lists::after {
	background-image: url(/collection/images/pc/collection_list_bg_3.png);
	background-position: center bottom;
	bottom: -50px;
}

.collection_list {
	margin: 0 auto;
	padding: 0 25px;
	width: 910px;
}

.collection_list .info {
	font-size: 18px;
	line-height: 1.6;
	margin: 10px auto 15px;
}

.collection_list:last-child .info {
	margin: 10px auto 0;
}


/*section 7
------------------------------------------------*/
.section_7 {
	margin: 120px auto 0;
}

.collection_steps {
	margin: 20px auto 60px;
	overflow: visible;
	width: 910px;
}

.collection_step {
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	float: left;
	font-size: 16px;
	padding: 27px 0;
	position: relative;
	text-align: center;
	width: 290px;
}

.collection_step + .collection_step {
	margin: 0 0 0 20px;
}

.collection_step::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px 60px;
	content: "";
	display: block;
	height: 60px;
	left: 50%;
	margin: 0 0 0 -40px;
	position: absolute;
	top: -33px;
	width: 80px;
}

.collection_step:nth-child(1)::before {
	background-image: url(/collection/images/pc/step_num_1.gif);
}

.collection_step:nth-child(2)::before {
	background-image: url(/collection/images/pc/step_num_2.gif);
}

.collection_step:nth-child(3)::before {
	background-image: url(/collection/images/pc/step_num_3.gif);
}

.section_7 .form_btns {
	margin: 20px auto 0;
}


/*section 8
------------------------------------------------*/
.section_8 {
	background-color: #f9f2f4;
	margin: 120px auto 0;
	padding: 0 0 100px;
}

.collection_faqs {
	margin: 0 auto;
	width: 910px;
}

.collection_faq {
	margin: 40px auto 0;
	position: relative;
}

.collection_faq::before {
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	display: block;
	position: absolute;
}

.collection_faq:nth-child(1)::before {
	background-image: url(/collection/images/pc/faq_bg_1.png);
	background-size: 73px 130px;
	height: 130px;
	right: 50px;
	top: -78px;
	width: 73px;
}

.collection_faq:nth-child(6)::before {
	background-image: url(/collection/images/pc/faq_bg_2.png);
	background-size: 84px 142px;
	height: 142px;
	right: 80px;
	top: -90px;
	width: 84px;
}

.collection_faq .a {
	background-image: url(/collection/images/pc/faq_a.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 24px;
	font-size: 18px;
	margin: 15px 0 0;
	padding: 0 0 0 40px;
}


/*section 9
------------------------------------------------*/
.section_9 {
	background-color: #eff9f9;
	padding: 70px 20px 20px;
}

.collection_outline {
	float: left;
	width: 445px;
}

.collection_outline + .collection_outline {
	margin: 0 0 0 20px;
}

.collection_table {
	border: 1px solid #6aced3;
	margin: 15px auto 0;
	width: 100%;
}

.collection_table .th,
.collection_table .td {
	padding: 5px 10px;
	vertical-align: middle;
}

.collection_table .th {
	background-color: #6aced3;
	border-top: 1px solid #eff9f9;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	width: 120px;
}

.collection_table .th_1 {
	border-top: none;
}

.collection_table .td {
	background-color: #fff;
	border-top: 1px solid #6aced3;
	font-size: 16px;
}


/*section 10
------------------------------------------------*/
.section_10 {
	margin: 70px auto 0;
}

.collection_table_2 .th {
	border-left: 1px solid #fff;
}

.collection_table_2 .th:nth-child(1) {
	border-left: none;
}

.collection_table_2 .td {
	border-left: 1px solid #6aced3;
	text-align: center;
}

.collection_table_2 .tr_even .td {
	background-color: #f0fafb;
}


/*section 11
------------------------------------------------*/
.section_11 {
	margin: 70px auto 0;
}


/*フォーム関係
------------------------------------------------*/
.border_title {
	background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
}

.form_table th {
	white-space: nowrap;
}

.form_submit_set_wrap {
	width: 330px;
}

.form_submit_set_wrap li {
	float: left;
	height: 40px;
	width: 150px;
}

.form_submit_set_wrap li + li {
	margin: 0 0 0 30px;
}




/*------------------------------------------------
ヘッダー
------------------------------------------------*/
.headerInner .left {
	float: left;
	width: 600px;
}

.headerInner .right {
	float: right;
	margin: 0;
	width: 330px;
}

.headerInner .left .tpLeft {
	border-top: solid 5px #1b9332;
	float: left;
	width: 248px;
}

.headerInner .tpRight {
	float: right;
	width: 332px;
}

.headerInner .tpRight .headPr {
	margin: 32px 0 0 0;
}

.headerInner h1 {
	color: #6e6e6e;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0 0 0;
}

.headerArea .right ul {
	float: right;
	margin: 10px 0 0 0;
}

.headerArea .right li {
	float: left;
	font-size: 10px;
	line-height: normal;
	padding: 3px 9px 0 10px;
}

.headerArea .right li.riLine {
	border-right: solid 1px #d9d9d9;
}

.headerArea .right li a {
	color: #434343;
	text-decoration: none;
}

.headerArea .right .searchArea {
	background: url(/style_images/search_bg.jpg) no-repeat;
	float: right;
	height: 46px;
	width: 330px;
}

.headerArea .right .searchArea input {
	border: none;
	float: left;
	height: 23px;
	margin: 9px 0 0 15px;
	outline: medium none;
	padding: 0;
	width: 243px;
}

.headerArea .right .searchArea img {
	float: right;
	padding: 0;
}

#global_header .header_head_wrap {
	background-color: #f4f4f4;
	padding: 5px 0;
}

#global_header h1 {
	color: #666;
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 25px;
}

#global_header .header_search_area {
	float: right;
}

#global_header .header_search_area input {
	border: 1px solid #ddd;
	border-right: none;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
}

#global_header .header_search_area a {
	float: right;
}

#global_header .global_login {
	float: right;
	font-size: 11px;
	line-height: 25px;
	text-align: right;
}

#global_header .global_login a {
	color: #333;
}

#global_header .global_login .right_link {
	margin-left: 20px;
}

#global_header .global_login .mypage {
	background: url(/style_images/mypage_icon.jpg) no-repeat left center;
	padding-left: 15px;
}

#global_header .global_login .logout {
	background: url(/style_images/logout_icon.jpg) no-repeat left center;
	padding-left: 18px;
}

#global_header .global_login .regist {
	background: url(/style_images/regist_icon.jpg) no-repeat left center;
	padding-left: 15px;
}

#global_header .global_login .login {
	background: url(/style_images/login_icon.jpg) no-repeat left center;
	padding-left: 18px;
}

#global_header .headerInner {
	margin-top: 20px;
}

#global_header .left {
	width: 250px;
}

#global_header .right {
	float: right;
	width: 500px;
}

#global_header .right li {
	padding: 8px 0 0 12px;
}

.gnavArea {
	background: url(/style_images/gnav_bg.jpg) repeat-x;
}

.gnavInner li {
	background: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
}

.gnavInner li:nth-child(1) {
	background-image: url(/style_images/gnav_11_on.jpg);
}

.gnavInner li:nth-child(2) {
	background-image: url(/style_images/gnav_12_on.jpg);
}

.gnavInner li:nth-child(3) {
	background-image: url(/style_images/gnav_13_on.jpg);
}

.gnavInner li:nth-child(4) {
	background-image: url(/style_images/gnav_14_on.jpg);
}

.gnavInner li:nth-child(5) {
	background-image: url(/style_images/gnav_collection_now.jpg);
}

.gnavInner li:nth-child(6) {
	background-image: url(/style_images/gnav_rsm_on.jpg);
}

.gnavInner li a {
	color: #fff;
}

.gnavInner a img {
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
}

.gnavInner a:hover img {
	filter: alpha(opacity=0);
	opacity: 0;
}




/*------------------------------------------------
フッター
------------------------------------------------*/
.footerArea {
	border-top: solid 10px #eaeaea;
	margin: 60px auto 60px auto;
}

.footerArea * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.footerInner .left {
	float: left;
	margin: 95px 0 0 0;
	text-align: center;
	width: 250px;
}

.footerInner .left img {
	display: inline;
}

.footerInner .left p {
	color: #a8a8a8;
	font-size: 9px;
	line-height: 1.3em;
	margin: 25px 0 0 0;
	text-align: center;
}

.footerInner .left p a {
	color: #a8a8a8;
	text-decoration: none;
}

.footerInner .left p a:hover {
	text-decoration: underline;
}

.footerInner .right {
	float: right;
	margin: 55px 0 0 0;
	width: 660px;
}

.footerInner .right .firstArea li.fst {
	margin-left: 0 !important;
}

.footerInner .right .firstArea li {
	float: left;
	margin-left: 13px;
}

.footerInner .right .secondArea {
	border-top: solid 3px #f0f0f0;
	margin: 10px 0 0 0;
	position: relative;
}

.footerInner .right .secondArea .inLeft {
	float: left;
	width: 430px;
}

.footerInner .right .secondArea .inRight {
	float: right;
	margin-top: 18px;
	position: absolute;
	right: 0;
	width: 233px;
}

.footerInner .right .secondArea .inRight span {
	color: #a8a8a8;
	font-size: 10px;
}

.footerInner .right .secondArea .fst {
	margin-left: 0 !important;
}

.footerInner .right .secondArea ul {
	border-left: solid 1px #e2e2e2;
	float: left;
	margin: 30px 0 0 0;
	padding: 0 0 0 15px;
	width: 125px;
}

.footerInner .right .secondArea li.fst {
	margin-top: 0 !important;
}

.footerInner .right .secondArea li {
	line-height: 0;
	margin-top: 10px;
}

.footerInner .right .secondArea li a {
	display: block;
	line-height: normal;
	outline: none;
}


.footerInner .right .inRight .searchArea {
	background: url(/style_images/ft_search_bg.jpg) no-repeat;
	float: right;
	height: 31px;
	padding: 3px;
	width: 227px;
}

.footerInner .right .inRight .searchArea input {
	background: #f5f5f5;
	border: solid 1px #f5f5f5;
	float: left;
	height: 23px;
	padding: 0 5px 0 5px;
	width: 183px;
}

.footerInner .right .inRight .searchArea img {
	padding: 4px 0 0 7px;
}


.footerInner .right .otherList {
	border-top: solid 1px #eaeaea;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}

.footerInner .right .otherList li {
	border-left: solid 1px #e3e3e3;
	float: left;
	padding: 0 10px 0 10px;
}

.footerInner .right .otherList a {
	outline: none;
}

.footerInner .right .otherList .fst {
	border: none !important;
	padding-left: 0 !important;
}

.footerInner .right .otherList li {
	letter-spacing: normal;
	line-height: 1.1;
}

.footerInner .right .otherList li a {
	color: #333;
	font-size: 10px;
	font-weight: bold;
}

/*フッターメニュー修正*/
#mod_footer .left {
	margin-top: 115px;
}

#mod_footer .firstArea li {
	margin: 5px 0 0 0;
	width: 132px;
}

#mod_footer .firstArea li.top {
	margin-top: 0;
}

#mod_footer .secondArea {
	margin-top: 15px;
}

#mod_footer .firstArea a {
	background: url(/style_images/foot_arrow.jpg) no-repeat left center;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: normal;
	padding-left: 10px;
}

.footerInner .right .secondArea li {
	margin-top: 2px;
}

.footerInner .right .secondArea a {
	color: #333;
	font-size: 11px;
	font-weight: bold;
}




/*ヘッダー改修
------------------------------------------------*/
.header_ads_wrap {
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0;
}

.header_ads_wrap .ads {
	background-color: #fff;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
	text-align: center;
	width: 728px;
}

.latest_global_header_2021 h1 {
	background-color: #f4f4f4;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	padding: 0 calc((100% - 950px) / 2);
}

.latest_global_header_2021 .inner {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 15px 0 0;
}

.latest_global_header_2021 .logo {
	height: 40px;
	width: 200px;
}

.latest_global_header_2021 .header_searchs {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	margin: 0 0 0 20px;
	max-width: 270px;
	width: 270px;
}

.latest_global_header_2021 .help {
	border: 3px solid #1b9332;
	border-radius: 20px 0 0 20px;
	border-right: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: left;
	height: 40px;
	padding: 0 10px 0 20px;
	width: 225px;
}

.latest_global_header_2021 .tipped {
	color: #333;
}

.latest_global_header_2021 ::-webkit-input-placeholder {
	color: #bbb;
}

.latest_global_header_2021 :-ms-input-placeholder {
	color: #bbb;
}

.latest_global_header_2021 ::-moz-placeholder {
	color: #bbb;
}

.latest_global_header_2021 ::-ms-input-placeholder {
	color: #bbb;
}

.latest_global_header_2021 ::placeholder {
	color: #bbb;
}

.latest_global_header_2021 .cap {
	font-size: 10px;
	line-height: 1.4;
	text-align: right;
}

.latest_global_header_2021 .btn_set {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin: 0 0 0 auto;
}

.latest_global_header_2021 .btns {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 0 0 5px;
}

.latest_global_header_2021 .btn {
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 5px;
	text-align: center;
	width: 140px;
}

.latest_global_header_2021 .bl {
	border-radius: 3px;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.latest_global_header_2021 .bl:hover {
	opacity: .7;
}

.latest_global_header_2021 .btn_1 {
	background-color: #810505;
}

.latest_global_header_2021 .btn_2 {
	background-color: #1b9332;
}


/*ヘッダー改修2
------------------------------------------------*/
.latest_global_header_2021_v2 h1 {
	background-color: #eaeaea;
}

.latest_global_header_2021_v2 .inner {
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	padding: 22px 0;
}




/*スクロールすると出てくるバナー
------------------------------------------------*/
.scroll_bnrs {
	background-color: #1b9332;
	bottom: 0;
	height: 80px;
	left: 0;
	padding: 10px 0;
	position: fixed;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	width: 100%;
	z-index: 1000;
}

.scroll_bnr {
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.scroll_bnr:first-child {
	float: left;
	width: 540px;
}

.scroll_bnr:last-child {
	float: right;
	width: 400px;
}

.scroll_bnr .title,
.scroll_bnr .btn {
	float: left;
}

.scroll_bnr .btn_2 {
	margin: 0 0 0 5px;
}

.scroll_bnrs .close {
	border-radius: 3px 3px 0 0;
	height: 40px;
	left: 50%;
	margin: 0 0 0 480px;
	overflow: hidden;
	position: absolute;
	top: -20px;
	width: 40px;
}

.scroll_bnrs .close:hover {
	opacity: 1 !important;
}

.scroll_bnrs .close img {
	height: 40px;
	width: 40px;
}

.scroll_bnrs.is_show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}




/*------------------------------------------------
よくある質問修正
------------------------------------------------*/
.collection_faq_latest .q {
	border-bottom: 1px dashed #999;
	font-size: 24px;
	padding: 0 0 10px;
}

.collection_faq_latest .num {
	color: #ef8eaa;
	font-size: 26px;
	margin: 0 10px 0 0;
}

.collection_faq_latest .a {
	background-position: left 3px;
}

.collection_faq_latest ol {
	margin: 10px 0 0;
}

.collection_faq_latest ol li {
	list-style: outside decimal;
	margin: 10px 0 0 1em;
}

.collection_faq_latest .note {
	margin: 10px 0 0;
}

.collection_faq_latest a {
	color: #fb2333;
	font-weight: 700;
	text-decoration: underline;
}

.collection_faq_latest a:hover,
.collection_faq_latest a:link,
.collection_faq_latest a:visited {
	color: #fb2333;
}




/*------------------------------------------------
休暇案内
------------------------------------------------*/
.announcements {
	border: 1px solid red;
	margin: 30px 0 0;
	text-align: center;
}

.announcements .title {
	background-color: red;
	color: #fff;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
}

.announcements .infos {
	padding: 15px;
}

.announcements .red {
	color: red;
}

.announcements a {
	color: red;
	text-decoration: underline;
}

.announcements a:hover {
	text-decoration: none;
}

.announcement_modal {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 700px;
	width: 90%;
}

.announcement_modal .modai_inner {
	padding: 0;
}

.announcements_navs {
	margin: 40px 0 0;
}

.announcement_nav {
	background-color: #810505;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	width: 460px;
}

.announcement_nav a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
}

.announcement_nav:first-child {
	float: left;
}

.announcement_nav:last-child {
	float: right;
}




/*------------------------------------------------
休暇案内（スライダー）
------------------------------------------------*/
.announcements_slider {
	border: none;
	border-radius: 3px;
	margin: 15px 0 0;
	text-align: center;
}

.announcements_slider .title {
	background: rgb(184,0,0);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(184,0,0,1)), to(rgba(255,0,0,1)));
	background: linear-gradient(0deg, rgba(184,0,0,1) 0%, rgba(255,0,0,1) 100%);
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.announcements_slider .title_none {
	border-radius: 3px 3px 0 0;
}

.announcements_slider .title::after {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	content: "";
	display: block;
	height: 7px;
	margin: -4px 0 0;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	width: 7px;
}

.announcements_slider .title_none::after {
	display: none;
}

.announcements_slider .infos {
	border: 2px solid red;
	line-height: 1.5;
	margin: 10px 0 0;
	padding: 25px;
}

.announcements_slider .subtitle {
	color: red;
	font-size: 1.2em;
	font-weight: 700;
}

.announcements_slider .subtitle + .info {
	margin: 1em 0 0;
}

.announcements_slider .info + .info {
	margin: .5em 0 0;
}

.announcements_slider .red {
	color: red;
}

.announcements_slider a {
	color: red;
	text-decoration: underline;
}

.announcements_slider a:hover {
	text-decoration: none;
}

.announcements_trigger {
	cursor: pointer;
}




/*------------------------------------------------
完了画面休暇案内
------------------------------------------------*/
.comp_announcement {
	border: 2px solid red;
	margin: 20px 0;
	padding: 20px;
	text-align: center;
}

.comp_announcement .red {
	color: red;
}

.comp_announcement .title {
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

.comp_announcement .info {
	margin: .5em 0 0;
}
