@charset "UTF-8";

/* ==========================================================
 【個別スタイル / ページリスト】

 1. Index
 2. flow
 3. Rental
 4. Buy
 5. Faq
 6. Shop
 7. shitadori

 ========================================================== */

/* --------------------------------------
 1.Index
 - index_banners
 - index_mutualy
 - index_repair_menu
 - index_repair_movie
 - index_facebook
 - index_contact
 - index_map
 -------------------------------------- */

/* index_banners
 * ------------------------- */
.index_banners {
	margin-bottom: 5px;
	overflow: hidden;
}
.index_banners img{
	background-color:#fff;
}

/* iphones */
.index_banners .iphones {
	margin-right: -12px;
	overflow: hidden;
}
.index_banners .iphones .list_item {
	float: left;
	width: 474px;
	margin-right: 12px;
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.index_banners {
		margin-bottom: 0;
	}
	/* iphones */
	.index_banners .iphones {
		margin-left: -1.5625%;
		margin-right: -1.5625%;
	}
	.index_banners .iphones .list_item {
		width: 46.875%;
		margin-left: 1.5625%;
		margin-right: 1.5625%;
		margin-bottom: 3.125%;
	}
}

/* ipads */
.index_banners .ipads {
	overflow: hidden;
}
.index_banners .ipads .list_item {
	width: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.index_banners .ipads .list_item {
		text-align: center;
		margin-bottom: 3.125%;
	}
}

/* index_mutualy
 * ------------------------- */
.index_mutualy {
	margin-bottom: 20px;
	overflow: hidden;
}
.index_mutualy img{
	background-color:#fff;
}

@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.index_mutualy {
		margin-bottom: 3.125%;
	}
}

/* index_repair_menu
 * ------------------------- */
.index_repair_menu {
	margin-bottom: 35px;
	overflow: hidden;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.index_repair_menu {
		margin-bottom: 3.125%;
	}
}

/* index_repair_movie
 * ------------------------- */
.index_repair_movie {
	margin-bottom: 35px;
	overflow: hidden;
}

/* movie */
.index_repair_movie .movie {
	text-align: center;
	margin-bottom: 20px;
}
.index_repair_movie .movie iframe {
	max-width: 100%;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.index_repair_movie {
		margin-bottom: 3.125%;
	}
	/* movie */
	.index_repair_movie .movie {
		margin-bottom: 3.125%;
	}
	.index_repair_movie .movie iframe {
		width: 100%;
		height: auto;
	}
}

/* index_facebook
 * ------------------------- */
.index_facebook {
	margin-bottom: 40px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.index_facebook {
		margin-bottom: 6.25%;
		overflow:hidden;
	}
}

/* index_contact
 * ------------------------- */
.index_contact {
	margin-bottom: 50px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.index_contact {
		margin-bottom: 6.25%;
	}
}

/* index_map
 * ------------------------- */
.index_map {
	margin-bottom: 60px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.index_map {
		margin-bottom: 6.25%;
	}
}

/* index_map_head */
.index_map_head {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.index_map_head .title, .index_map_head .body {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.index_map_head .title {
	width: 45%;
	font-size: 180%;
}
.index_map_head .title.al_center {
	text-align: center;
}
.index_map_head .body {
	font-size: 110%;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	/* index_map_head */
	.index_map_head {
		display: block;
		width: auto;
		margin-bottom: 3.125%;
	}
	.index_map_head .title, .index_map_head .body {
		display: block;
		text-align: center;
	}
	.index_map_head .title {
		width: auto;
		font-size: 150%;
		margin-bottom: 3.125%
	}
	.index_map_head .body {
		font-size: 100%;
	}
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	/* index_map_body */
	.index_map_body iframe {
		width: 100%;
		height: auto;
	}
}

/* --------------------------------------
 2.flow
 - flow_point
 - block_flow
 -------------------------------------- */

/* flow_point
 * ------------------------- */
.flow_point {
	margin-right: -48px;
	overflow: hidden;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.flow_point {
		margin-left: -1.5625%;
		margin-right: -1.5625%;
		margin-bottom: 4.6875%;
	}
}

/* body */
.flow_point .body {
	float: left;
	width: 288px;
	height: 288px;
	padding: 155px 10px 0;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 48px;
}
.flow_point .body.pink {
	color: #d96196;
	background-image: url(../img/flow_shop/img_easy.png);
}
.flow_point .body.blue {
	color: #22a3d0;
	background-image: url(../img/flow_shop/img_relief.png);
}
.flow_point .body.green {
	color: #6cac53;
	background-image: url(../img/flow_shop/img_speedy.png);
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	/* body */
	.flow_point .body {
		position: relative;
		width: 30.208%;
		height: 0;
		padding: 30.208% 0 0;
		background-size: 100% 100%;
		margin-left: 1.5625%;
		margin-right: 1.5625%;
		margin-bottom: 3.125%;
	}
}

/* text */
.flow_point .text {
	display: block;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.flow_point .text {
		position: absolute;
		top: 57%;
		left: 0;
		width: 100%;
		font-size: 80%;
	}
}

/* block_flow
 * ------------------------- */
.block_flow {
	overflow: hidden;
}

/* flow_head */
.flow_head {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.flow_head div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.flow_head .body {
	width: 530px;
	padding-right: 30px;
	box-sizing: border-box;
}
.flow_head .title {
	font-size: 180%;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.flow_head {
		display: block;
		width: auto;
		margin-bottom: 7.8125%;
	}
	.flow_head div {
		display: block;
	}
	.flow_head .body {
		width: auto;
		padding-right: 0;
		margin-bottom: 6.25%;
	}
	.flow_head .title {
		font-size: 150%;
	}
	.flow_head .image img {
		width: 71.3%;
	}
}

/* flow_foot */
.flow_foot {
	display: table;
	width: 100%;
	background-color: #ffe300;
	overflow: hidden;
}
.flow_foot div {
	display: table-cell;
	padding: 20px 0;
	vertical-align: middle;
}
.flow_foot .img {
	width: 150px;
	text-align: center;
}
.flow_foot .body {
	text-align: center;
}
.flow_foot .body .title {
	font-size: 210%;
}
.flow_foot .body .text {
	font-size: 125%;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.flow_foot div {
		padding: 1.5625% 0;
	}
	.flow_foot .img {
		width: 20%;
	}
	.flow_foot .img img {
		width: 80%;
	}
	.flow_foot .body {
		padding-right: 0;
	}
	.flow_foot .body .title {
		font-size: 132%;
	}
	.flow_foot .body .text {
		font-size: 80%;
	}
}

/* --------------------------------------
 3.Rental
 - block_rental
 -------------------------------------- */

/* block_rental
 * ------------------------- */
.block_rental {

}

/* rental_head */
.rental_head {
	margin-bottom: 35px;
}
.rental_head .title {
	text-align: center;
	font-size: 200%;
}
.rental_head .text {
	text-align: center;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.rental_head {
		margin-bottom: 5.46875%;
	}
	.rental_head .title {
		font-size: 150%;
	}
}

/* rental_body */
.rental_body {
	overflow: hidden;
}

/* --------------------------------------
 4.Buy
 - block_buy
 -------------------------------------- */

/* block_buy
 * ------------------------- */
.block_buy {
	overflow: hidden;
}

/* buy_head */
.buy_head {
	margin-bottom: 60px;
	overflow: hidden;
}
.buy_head .title {
	text-align: center;
	font-size: 310%;
	margin-bottom: 10px;
}
.buy_head .img {
	text-align: center;
	margin-bottom: 60px;
}
.buy_head .list {
	margin-left: 200px;
	overflow: hidden;
}
.buy_head .list .list_item {
	padding-left: 40px;
	font-size: 140%;
	font-weight: bold;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
.buy_head .list .first {
	background-image: url(../img/buy/icon_first.png);
}
.buy_head .list .second {
	background-image: url(../img/buy/icon_second.png);
}
.buy_head .list .third {
	background-image: url(../img/buy/icon_third.png);
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.buy_head {
		margin-bottom: 6.25%;
	}
	.buy_head .title {
		text-align: center;
		font-size: 250%;
		margin-bottom: 1.5625%;
	}
	.buy_head .img {
		margin-bottom: 9.375%;
	}
	.buy_head .img img {
		width: 66.67%;
	}
	.buy_head .list {
		margin-left: 0;
	}
	.buy_head .list .list_item {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 35px;
		line-height: 1.5;
		font-size: 109%;
		background-size: 30px auto;
		margin-bottom: 3.90625%;
	}
}

/* --------------------------------------
 5.Faq
 - block_faq
 -------------------------------------- */

/* block_faq
 * ------------------------- */
.block_faq {
	overflow: hidden;
}

/* faq_question */
.faq_question {
	display: table;
	width: 100%;
	background-color: #fff;
}
.block_faq section:first-child .faq_question {
	border-top: 1px solid #009ade;
}
.faq_question div {
	display: table-cell;
	padding: 40px 0;
	vertical-align: middle;
}
.faq_question .label {
	width: 110px;
	text-align: center;
}
.faq_question .body {
	padding-right: 20px;
	text-align: left;
	color: #0d9bdb;
	font-size: 120%;
	font-weight: bold;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.faq_question div {
		padding: 3.125% 0;
	}
	.faq_question .label {
		width: 80px;
	}
	.faq_question .label img {
		width: 60%;
	}
	.faq_question .body {
		padding-right: 3.125%;
		font-size: 117%;
	}
}

/* faq_answer */
.faq_answer {
	display: table;
	width: 100%;
	border-top: 1px solid #009ade;
	border-bottom: 1px solid #009ade;
}
.faq_answer div {
	display: table-cell;
	padding: 40px 0;
	vertical-align: top;
}
.faq_answer .label {
	width: 110px;
	text-align: center;
}
.faq_answer .body {
	padding-right: 20px;
	text-align: left;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.faq_answer div {
		padding: 3.125% 0;
		vertical-align: top;
	}
	.faq_answer .label {
		width: 80px;
	}
	.faq_answer .label img {
		width: 60%;
	}
	.faq_answer .body {
		padding-right: 3.125%;
	}
}

/* --------------------------------------
 6.Shop
 - block_shop
 - shop_section
 -------------------------------------- */

/* block_shop
 * ------------------------- */
.block_shop {
	padding-bottom: 35px;
	border-bottom: 1px solid #f4c600;
	margin-bottom: 35px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.block_shop {
		padding-bottom: 5.46875%;
		margin-bottom: 5.46875%;
	}
}

/* shop_section
 * ------------------------- */
.shop_section {
	display: table;
	width: 100%;
	padding-top: 115px;
	background: url(../img/common/icon_arrow_yellow2.png) no-repeat center 40px;
}
.shop_section:first-child {
	padding-top: 0;
	background: none;
}
.shop_section div {
	display: table-cell;
	vertical-align: middle;
}
.shop_section .img {
	width: 600px;
}
.shop_section .img img {
	width: 100%;
}

/* body */
.shop_section .body {
	padding: 0 20px 0 30px;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.shop_section {
		display: block;
		width: auto;
		padding-top: 80px;
		background-position: center 30px;
		background-size: 20px auto;
	}
	.shop_section div {
		display: block;
		vertical-align: middle;
	}
	/* img */
	.shop_section .img {
		width: auto;
		text-align: center;
		margin-bottom: 3.125%;
	}
	.shop_section .img img {
		width: 100%;
	}
	/* body */
	.shop_section .body {
		padding: 0;
	}
}

/* --------------------------------------
 7. shitadori
 - block_shitadori
 -------------------------------------- */
.shitadori_rank {
	padding-right: 310px;
	background: url(../img/campaign_shitadori/icon_arrow_rainbow.png) no-repeat 80% top;
	overflow: hidden;
}

/* shitadori_rank_section
 * ------------------------- */
.shitadori_rank_section {
	display: table;
	width: 100%;
	margin-bottom: 60px;
}
.shitadori_rank_section div {
	display: table-cell;
	vertical-align: middle;
}
.shitadori_rank_section .logo {
	width: 17%;
	text-align: left;
}
@media screen and (max-width: 640px) , screen and (orientation: landscape) and (max-width: 738px) {
	.shitadori_rank {
		padding-right: 0;
		background: none;
	}
	/* shitadori_rank_section
	 * ------------------------- */
	.shitadori_rank_section {
		display: table;
		width: 100%;
		margin-bottom: 6.25%;
	}
	.shitadori_rank_section div {
		display: table-cell;
		vertical-align: middle;
	}
	.shitadori_rank_section .logo {
		width: 15%;
		text-align: left;
	}
}