@charset "utf-8";

/* #topmenu_box {
	height:44px;
	line-height:44px;
	background-color:#ffffff;
	box-shadow:0px 5px 8px -5px rgba(0,0,0,0.5);
	position:relative;
	z-index:1;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

#topmenu_box ul {
	width: 275px;
	margin:0px auto;
	line-height:inherit;
}

#topmenu_box ul li {
	float:left;
	margin:0px 15px 0px 0px;
}

#topmenu_box ul li:last-child {
	margin:0px;
} */

.maininfo_box {
	margin:20px 15px;
}

#mainvisual {
	width:100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.gt_slider {
	width: 100%;
}

.swiper-container.gt_slider li {
	width: 84%;
}

.swiper-container.gt_slider li img {
	width: 100%;
}

.gt_slider::before, .gt_slider::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
	z-index: 2;
	top: 0px;
}

.gt_slider::before {
	right: 50%;
	margin-right: 42%;
}

.gt_slider::after {
	left: 50%;
	margin-left: 42%;
}

.gt_slide_control {
	position: static;
	display: flex;
	justify-content: center;
}

.gt_slide_control .swiper-button-prev, .gt_slide_control .swiper-button-next, .gt_slide_control .swiper-pagination {
	position: static;
	margin: 10px;
}

.gt_slide_control .swiper-pagination-bullet {
	margin: 0 5px 0 5px;
}

.gt_slide_control .swiper-pagination-bullet-active {
	background: #868686;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(/sp/img/main/2020/fvslider_arrow_right.png);
	background-color: transparent;
	background-size: 9px 15px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(/sp/img/main/2020/fvslider_arrow_left.png);
	background-color: transparent;
	background-size: 9px 15px;
}

.gt_keywords {
	box-sizing: border-box;
	margin: 0 auto 20px;
	padding: 0 15px 0 15px;
	background-color: #FFFFFF;
}

.gt_keywords ul {
	white-space: nowrap;
}

.gt_keywords .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: inherit;
	width: inherit;
	display: inline-block;
	padding: 10px 0 10px 0;
	margin: 0;
}

.gt_osusume {
	box-sizing: border-box;
	padding: 0 15px 0 15px;
}

.gt_osusume_items {
	margin-bottom: 40px;
}

.gt_osusume_items li {
	background-color: #FFFFFF;
	width: 60%;
	height: auto;
	border: solid 1px #EFEFEF;
}

.gt_osusume_link {
	display: block;
}

.gt_osusume_link div {
	padding: 10px;
	text-align: left;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	font-size: 14px;
}

.gt_osusume_link img {
	width: 100%;
}

.gt_navi {
	padding: 0 15px 0;
	margin: 0 auto 30px;
}

.gt_navi_items {
	margin: 0 -10px 20px 0;
}

.gt_navi_items li {
	float: left;
	width: 50%;
	font-size: 14px;
	font-weight: normal;
}

.gt_navi_items li a {
	display: block;
	margin: 0 10px 10px 0;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	font-weight: bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.gt_navi_items li a span {
	margin-left: -10%;
}

.gt_navi_items li a:hover {
	text-decoration: none;
}

.gt_navi_items li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 2%;
	background-image: url(/sp/img/main/2020/linkarrow_red.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 14px;
	margin: -7px 0 0 0;
	background-size: contain;
}

.gt_arrow_r {
	text-align: right;
	overflow: hidden;
}

.gt_arrow_r a {
	display: block;
	padding-right: 25px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	color: #555555;
}

.gt_arrow_r a::after {
	content: "";
	position: absolute;
	display: block;
	background-image: url(/sp/img/main/2020/link_arrow_down.png);
	background-repeat: no-repeat;
	right: 0px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	background-size: contain;
}

.gt_brand {
	padding: 0 15px 0;
	margin: 0 auto 70px;
}

.gt_brand_items {
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}

.gt_brand_items li {
	width: 50%;
}

.gt_brand_link {
	margin: 0 10px 10px 0;
	display: block;
}

.gt_brand_link img {
	width: 100%;
	background-color: #FFFFFF;
	border: solid 1px #EFEFEF;
}

.gt_brand_link div {
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
}

.gt_main_ttl {
	text-align:center;
	padding:0 0 12px;
	border-bottom:1px solid #000000;
	margin:0 0 20px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

#poprank_box {
	margin:0px 5px 40px;
}

#poprank_box h3 {
	text-align:center;
	margin:0px 0px 20px;
}

#poprank_box > div > div > div {
	margin:0px 0px 20px;
}

#poprank_box > div > div > div > ul > li > a > ul > li {
	word-break:break-all;
}

#poprank_box > div > div > div > ul > li > a > ul > li:nth-of-type(1) {
	margin:0px 0px 6px;
	padding:2px 0px 0px;
	position:relative;
}

#poprank_box > div > div > div > ul > li:nth-of-type(1) > a > ul > li:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/sp/img/common/rank1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25%;
	height: 45%;
}

#poprank_box > div > div > div > ul > li:nth-of-type(2) > a > ul > li:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/sp/img/common/rank2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25%;
	height: 45%;
}

#poprank_box > div > div > div > ul > li:nth-of-type(3) > a > ul > li:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/sp/img/common/rank3.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25%;
	height: 45%;
}

#poprank_box > div > div > div > ul > li:nth-of-type(4) > a > ul > li:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/sp/img/common/rank4.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25%;
	height: 45%;
}

#poprank_box > div > div > div > ul > li:nth-of-type(5) > a > ul > li:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/sp/img/common/rank5.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25%;
	height: 45%;
}

#poprank_box > div > div > div > ul > li:nth-of-type(6) > a > ul > li:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/sp/img/common/rank6.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25%;
	height: 45%;
}

#poprank_box > div > div > div > ul > li:nth-of-type(7) > a > ul > li:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/sp/img/common/rank7.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25%;
	height: 45%;
}

#poprank_box > div > div > div > ul > li:nth-of-type(8) > a > ul > li:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/sp/img/common/rank8.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25%;
	height: 45%;
}

#poprank_box > div > div > div > ul > li:nth-of-type(9) > a > ul > li:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/sp/img/common/rank9.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25%;
	height: 45%;
}

#poprank_box > div > div > div > ul > li:nth-of-type(10) > a > ul > li:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: -3px;
	left: 5px;
	background-image: url(/sp/img/common/rank10.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 25%;
	height: 45%;
}

#poprank_box > div > div > div > ul > li > a > ul > li:nth-of-type(2) {
	font-size:12px;
}

#poprank_box > div > div > div > ul > li > a > ul > li:nth-of-type(3) {
	font-size:12px;
}

.customervoice_box {
	margin: 0px 0px 0px;
	padding: 0px 0px 40px;
}

.customervoice_box > ul, .customervoice_box > div {
	padding: 0px 15px;
}

.customervoice_box h2 {
	text-align:center;
	padding:0 0 12px;
	border-bottom:1px solid #000000;
	margin:0 0 20px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.customervoice_box > ul , .customervoice_box > dl > dd > ul {
	margin: 20px 0px 0px;
	padding-top: 20px;
	border-top: 1px dotted #999999;
}

.customervoice_box > ul:nth-of-type(1) {
	border:none;
	padding-top:0px;
}

.customervoice_box > ul > li > img , .customervoice_box > dl > dd > ul > li > img {
	float:left;
	width:60px;
	margin:0px 15px 0px 0px;
}

.customervoice_box > ul > li > div , .customervoice_box > dl > dd > ul > li > div {
	float:right;
	width:100%;
	margin:0px 0px 0px -75px;
}

/* 6/6以降修正分 ここから */
.customervoice_box > ul > li > div > ul , .customervoice_box > dl > dd > ul > li > div > ul {
	float:left;
}
/* 6/6以降修正分 ここまで */

.customervoice_box > ul > li > div > ul , .customervoice_box > dl > dd > ul > li > div > ul {
	font-size:12px;
	color:#999999;
}

.customervoice_box > ul > li > div > ul > li:nth-of-type(1) , .customervoice_box > dl > dd > ul > li > div > ul > li:nth-of-type(1) {
	margin:0px 0px 15px;
}

.customervoice_box > ul > li > div > ul > li:nth-of-type(1) img , .customervoice_box > dl > dd > ul > li > div > ul > li:nth-of-type(1) img {
	vertical-align: middle;
	margin:-2px 0px 0px 10px;
}

.customervoice_box > ul > li > div > ul > li:nth-of-type(2) , .customervoice_box > dl > dd > ul > li > div > ul > li:nth-of-type(2) {
	color:#000000;
	font-weight:bold;
}

.customervoice_box > ul > li:nth-of-type(1) , .customervoice_box > dl > dd > ul > li:nth-of-type(1) {
	margin:0px 0px 15px;
}

.customervoice_box > ul > li:nth-of-type(2) , .customervoice_box > dl > dd > ul > li:nth-of-type(2) {
	font-size:16px;
	font-weight:bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.customervoice_box > ul > li:nth-of-type(3) , .customervoice_box > dl > dd > ul > li:nth-of-type(3) {
	font-size:12px;
}

.customervoice_box > ul > li:nth-of-type(3) > a , .customervoice_box > dl > dd > ul > li:nth-of-type(3) > a {
	color:#3D85C6;
}

/*6/6以降修正分 ここから*/
.customervoice_box > dl > dt {
	font-weight: bold;
	color: #555555;
	text-align:right;
}
/*6/6以降修正分 ここまで*/

.customervoice_box > dl > dd {
	display:none;
}

/*6/6以降修正分 ここから*/
.customervoice_box > dl {
	margin: 10px 0px 10px;
	position: relative;
}

.customervoice_box > dl > dt:after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(/sp/img/common/co_ico.png);
	background-size: 20px;
	background-repeat: no-repeat;
	position: absolute;
	right: 74px;
}

.customervoice_box > div {
	position:static;
	text-align: right;
}

.customervoice_box > div a {
	display: inline-block;
	position: relative;
	font-weight: bold;
	text-align: right;
	color: #555555;
	font-size: 14px;
}

.customervoice_box > div a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	background-image: url(/sp/img/main/2020/link_arrow_right.png);
	background-size: contain;
	background-repeat: no-repeat;
}
/*6/6以降修正分 ここまで*/

.gt_service {
	padding: 0 15px 0;
	margin: 0 auto 70px;
}

.gt_service_items {
	margin-right: -10px;
	margin-bottom: 30px;
}

.gt_service_items li {
	width: 50%;
	float: left;
}

.gt_service_link {
	margin: 0 10px 10px 0;
	display: block;
}

.gt_service_link div {
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
}

.gt_service_link img {
	width: 100%;
	background-color: #FFFFFF;
	border: solid 1px #EFEFEF;
}

.gt_service_bnr li {
	margin: 0 auto 10px;
}

.gt_service_bnr_sq li {
  margin-bottom: 10px;
  width: 49%;
}

.gt_service_bnr_sq {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.gt_service_bnr_sq li:nth-child(odd) {
  margin-right: 2%;
}

.gt_service_bnr img {
	width: 100%;
}

.gt_event {
	padding: 0 15px 0;
	margin: 0 0 70px;
}
.gt_event_items {
	margin-right: -10px;
	margin-bottom: 30px;
}

.gt_event_items li {
	width: 50%;
	float: left;
}

.gt_event_link {
	margin: 0 10px 10px 0;
	display: block;
	background-color: #FFFFFF;
	border: solid 1px #EFEFEF;
}

.gt_event_link img {
	width: 100%;
}

.gt_event_link div {
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}

.gt_event_bnr img {
	width: 100%;
}

.column_bt_box {
	/* padding: 0 0 30px; */
}

.column_bt_box > h2 {
	/* text-align:center; */
	/* padding:0 0 12px; */
	/* border-bottom:1px solid #000000; */
	/* margin:0 0 20px; */
	/* font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; */
}

.column_itm_box {
	/* display: table; */
	/* margin: 0 0 20px; */
	/* border-collapse: separate; */
	/* border-spacing: 15px 0; */
}

.column_itm_box > li {
	/* display: table-cell; */
	/* width: 48%; */
	/* border: solid 1px #EFEFEF; */
}

.column_itm_box > li a {
	/* background-color: #fff; */
	/* display: block; */
}

.column_itm_box > li:nth-of-type(2n) {
	/* margin: 0 0 20px; */
}

.column_itm_box > li img {
	/* width: 100%; */
	/* vertical-align: top; */
}

.column_itm_title {
	/* padding: 6px 5px; */
	/* font-weight: bold; */
}

.column_itm_date {
	/* padding: 0px 5px 8px; */
	/* color: #999999; */
	/* font-size: 12px; */
}

.column_itm_img {
	/* position: relative; */
}

.column_itm_box .itm_img_new:after {
	/* content: "NEW"; */
	/* position: absolute; */
	/* right: 0px; */
	/* top: 0px; */
	/* width: 70px; */
	/* height: 24px; */
	/* line-height: 24px; */
	/* text-align: center; */
	/* background-color: #b43636; */
	/* color: #fff; */
}

.column_itm_link a , .column_itm_link a:link , .column_itm_link a:visited {
	/* font-size: 14px; */
	/* font-weight: bold; */
	/* color: #555555; */
	/* display: block; */
	/* padding-right: 40px; */
	/* position: relative; */
	/* text-align: right; */
}

.column_itm_link a::after {
	/* content: ""; */
	/* position: absolute; */
	/* display: block; */
	/* background-image: url(/sp/img/main/2020/link_arrow_right.png); */
	/* background-repeat: no-repeat; */
	/* right: 15px; */
	/* top: 50%; */
	/* width: 18px; */
	/* height: 18px; */
	/* margin: -9px 0 0 0; */
	/* background-size: contain; */
}

.column_itm_b_box .itm_img_new a:after {
	content: "NEW";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #b43636;
	color: #fff;
}

.column_photo_box h3 , .column_bt_s_box h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid;
	line-height: 1.3;
	text-align: center;
}

.column_photo_box h3:before , .column_bt_s_box h3:before {
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 26px;
	height: 24px;
	background: url(/img/main/column_ico.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.column_itm_b_box {
	margin: 0 10px ;
	padding: 0 0 50px;
}

.column_itm_b_box li {
	width: 32%;
	float: left;
	margin: 0 2% 10px 0;
}

@media (max-width: 1063px){
.column_itm_b_box li:nth-of-type(3n) {
	margin: 0 0 10px 0;
}
}

.column_itm_b_box li img {
	width: 100%;
}

@media (min-width: 1063px){
.column_itm_b_box li {
	width: 24%;
	margin: 0 1.2% 10px 0;
}

.column_itm_b_box li:nth-of-type(4n) {
	margin: 0 0 10px 0;
}

}

.column_bt_s_box {
	background-color: transparent;
}

.column_lead_text {
	/* margin-bottom: 20px; */
	/* padding: 0 15px; */
}

.top_message {
    padding: 10px;
    margin: 0 15px;
    font-size: 16px;
    text-align: left;
    background-color: #FFFFFF;
}

.top_message p:first-child {
	margin: 10px 0 10px;
}

.top_message a {
	color: #3D85C6;
}

#footer .footertop_box div.listlink a {
	padding-right: 25px;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
}

#footer .footertop_box div.listlink a:after {
	content: "";
	position: absolute;
	right: 0px;
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	top: 50%;
	background-image: url(/sp/img/main/2020/link_arrow_right.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* 20200821 修正 */
#mainvisual > div > ul > li {
  border: none;
  background: unset;
  line-height: unset;
}
#mainvisual > div > ul > li > a {
  display: unset;
  padding: unset;
}
#mainvisual > div > ul {
  position: relative;
  left: unset;
  bottom: unset;
}
.column_bt_box {
  /* background: none; */
}
.column_bt_box > h2 {
  /* width: unset; */
}
.column_bt_box > h2:after {
	content: unset;
}
.column_itm_link a, .column_itm_link a:link, .column_itm_link a:visited {
  /* background: none; */
}
.top_message {
  border: none;
}
.customervoice_box > ul:nth-of-type(1) {
  padding: 0 15px;
}

/* 20200824 修正 */
.swiper-button-prev:focus, .swiper-button-next:focus, .swiper-pagination-bullet:focus {
	outline:0;
}

.gt_rank_box {
	margin: 0px 0px 40px 0px;
	
}

.gt_rank_ttl {
	text-align: center;
	margin: 0px 0px 20px;
}

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

.gt_rank_items > li:first-child {
	margin-left: 5px;
}

.gt_rank_item {
	width: 29%;
	height: auto;
	position: relative;
	padding-top: 4px;
}

.gt_rank_item::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 4px;
	background-image: url(/sp/img/main/2020/rank1.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20%;
	height: 20%;
	z-index: 1;
}

.gt_rank_items li:nth-of-type(2)::before {
	background-image: url(/sp/img/main/2020/rank2.png);
}

.gt_rank_items li:nth-of-type(3)::before {
	background-image: url(/sp/img/main/2020/rank3.png);
}

.gt_rank_items li:nth-of-type(4)::before {
	background-image: url(/sp/img/main/2020/rank4.png);
}

.gt_rank_items li:nth-of-type(5)::before {
	background-image: url(/sp/img/main/2020/rank5.png);
}

.gt_rank_items li:nth-of-type(6)::before {
	background-image: url(/sp/img/main/2020/rank6.png);
}

.gt_rank_items li:nth-of-type(7)::before {
	background-image: url(/sp/img/main/2020/rank7.png);
}

.gt_rank_items li:nth-of-type(8)::before {
	background-image: url(/sp/img/main/2020/rank8.png);
}

.gt_rank_items li:nth-of-type(9)::before {
	background-image: url(/sp/img/main/2020/rank9.png);
}

.gt_rank_items li:nth-of-type(10)::before {
	background-image: url(/sp/img/main/2020/rank10.png);
}

.gt_rank_link {
	display: block;
	box-sizing: border-box;
	padding: 4px 4px 0px;
	background-color: #FFFFFF;
	border: solid 1px #EFEFEF;
	height: 100%;
	position: relative;
}

.gt_rank_item_image img {
	width: 100%;
}

.gt_rank_item_name {
	padding: 10px 5px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}
