@charset "utf-8";

/*:root {
	--width-pc: 980px;
	--width-sp: 375px;

	--main-theme-color:    #f6aebe;
	--sub-theme-color:     #f3d8ee;
	--sub-theme-color-txt: #80745c;
	--main-theme-color-bg: #decdee;
}*/
body {
	margin:0;
	padding:0;
}
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
	background-color: #efefef;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
main section .button-others {
	width: 180px;
	margin: 0 auto 10px;
}
main section .button-others a {
	position: relative;
	display: block;
	padding: 5px;
	background: #333333;
	border: 1px solid #333333;
	color: #ffffff;
	text-align: center;
}
main section .button-others a:hover {
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}
main section .button-others a i.fas {
	position: absolute;
	top: calc(50% - 8px);
	right: 3%;
}


/*------------------------------------*/

h1{
	margin: 0;
}
.down-arrow-wrap{
}
.down-arrow{
position: relative;
    top: -120px;
    width: 50%;
    margin: 0 auto;
}

.down-arrow img{
    width: 100%;
    height: auto;
}


main .local-navigation {
	width: 100%;
	height:50px;
	margin: 0 auto;
	background-color:#295075;
}
main .local-navigation .anchors li a {
	min-height: auto;
}
main .local-navigation {
	position: relative;
}
main .local-navigation .anchors {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
main .local-navigation .anchors li {
	display: inline-block;
	width: 100%;
	padding: 0 1px;
}
main .local-navigation .anchors li a {
	display: block;
	min-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	line-height:50px;
}
main .local-navigation .anchors li+li{
    position: relative;
}
main .local-navigation .anchors li+li::before{
    content: "";
    display: block;
    height: 30px;
    border-left: 2px solid #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
main .local-navigation .anchors li a span {
	display: inline-block;
}
main .local-navigation .anchors li a i.fas {
	position: absolute;
    left: calc(50% - 4px);
    bottom: 0;
    display: block;
    font-size: 10px;
}
main .local-navigation .anchors li a:link,
main .local-navigation .anchors li a:visited,
main .local-navigation .anchors li a:hover,
main .local-navigation .anchors li a:active,
main .local-navigation .anchors li a:focus {
	text-decoration: none;
}
main .local-navigation .link {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: var(--button-secondary-color);
}


.about-best{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color: #efefef;
	overflow:hidden;
}
h2.about-title{
	width:100%;
	height:auto;
	margin: 0 auto;
    background: #FFFFFF;
    padding: 30px 0;
}

.about-explanation{
	background-color:#FFFFFF;
}
.about-explanation p{
	width: 80%;
    height: auto;
    margin: 0 10%;
	padding: 0 0 40px 0;
	font-size:14px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	color:#295075;
	line-height: 25px;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.about-best-review-wrap{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.about-best-review a{
	width:100%;
	height:auto;
	margin:0 auto 30px;
	text-align:center;
	color:#00a0e9;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Noto Sans Japanese';
	clear:both;
	display:block;
}

.three-points{
	width:100%;
	height:auto;
	margin:50px auto 100px;
	background-image:none;
}
h2.three-points-img{
	width: 50%;
    height: auto;
    float: right;
}
.three-points-wrap{
	width:100%;
	height:auto;
	margin:50px auto 0;
}
.three-points-wrap:first-child{
	margin:0 auto;
}
.three-points-inner{
	width:100%;
	height:auto;
	margin:0 auto;
	clear:both;
}
.three-points-icon{
	width:300px;
	height:200px;
	float:none;
	margin:0 auto;
}
.three-points-caption{
	width:100%;
	height:auto;
	color:#295075;
	font-size:24px;
	font-weight:900;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
	font-family:"Noto Sans Japanese";
	text-align:center;
	margin-bottom:20px;
}
.three-points-caption span a{
	color:#00a0e9;
	text-decoration:none;
	font-size:18px;
	font-weight:500;
}
.three-points-explanation{
	clear:both;
	padding:0 40px;
	font-size: 20px;
    font-weight:500;
	font-family:"Noto Sans Japanese";
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.three-points-explanation span{
	font-size:10px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	color:#BF0000;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.five-reasons{
	width:100%;
	height:auto;
	margin:100px auto 0;
	background-color:#efefef;
	overflow:hidden;
}
h2.five-reasons-title{
	width:100%;
	height:auto;
	margin:30px auto;
}
.five-reasons-wrap{
	width:100%;
	height:auto;
	margin:0 auto 50px;
}
.fr-bg01{
	background: url(../images/definition/5reasons_01.png) right bottom no-repeat;
	margin-bottom:0 !important;
	background-size: 45%;
}
.fr-bg02{
	background:url(../images/definition/5reasons_02.png) left bottom no-repeat;
	background-size: 45%;
}
.fr-bg03{
	background:url(../images/definition/5reasons_03.png) right bottom no-repeat;
	background-size: 45%;
}
.fr-bg04{
	background:url(../images/definition/5reasons_04.png) left bottom no-repeat;
	background-size: 45%;
}
.fr-bg05{
	background:url(../images/definition/5reasons_05.png) right bottom no-repeat;
	background-size: 45%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.five-reasons-outer{
	width: 100%;
	height: 190px;
	margin:0 auto;
}
.five-reasons-inner{
	width: 100%;
	height: auto;
}
.five-reasons-number{
	width:15%;
	text-align:center;
	line-height: 65px;
	font-size: 80px;
	color:#295075;
	float:left;
	font-family: 'Cabin', sans-serif;
}
.five-reasons-caption{
	height:auto;
	font-size: 19px;
	font-weight:900;
	font-family:"Noto Sans Japanese";
	margin-bottom:32px;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.five-reasons-explanation{
	clear:both;
	margin-left: 3%;
	font-size: 12px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
	width: 48%;
	float:left;
}
.five-reasons-explanation-right{
	clear:both;
	margin-right: 3%;
	font-size: 12px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
	width: 50%;
	float:right;
}
.five-reasons-explanation02{
	clear:both;
	margin-left: 3%;
	font-size: 12px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
	width: 60%;
	float:left;
}
.five-reasons-explanation02 span{
	font-size:11px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	color:#BF0000;
	line-height: 30px;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.five-reasons-map{
	width:100%;
	height:auto;
	margin-bottom:0;
}
.carlife{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	overflow:hidden;
}
h2.carlife-title{
	width:100%;
	height:auto;
	margin:30px auto;
}
.carlife-explanation{
	width:80%;
	height:auto;
	margin:0 auto;
}
.carlife-explanation p{
	font-size: 14px;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    color: #000000;
    text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
    margin-bottom: 40px;
    line-height: 24px;
}
.carlife-image-outer{
	width:100%;
	margin:0 auto;
}
.carlife-app-outer{
	width: 90%;
	height: auto;
	margin: 30px auto;
	clear: both;
	overflow:hidden;
}
.carlife-app-inner{
	width: 48%;
	float: left;
	margin-right: 4%;
	border-radius: 20px;
	border: solid 3px #dcdddd;
	padding:2%;
	box-sizing:border-box;
	background-color:#FFFFFF;
}
.carlife-app-inner:last-child{
	width: 48%;
	float: left;
	margin-right: 0;
	border-radius: 20px;
	border: solid 3px #dcdddd;
	padding:2%;
	box-sizing:border-box;
	background-color:#FFFFFF;
}
.carlife-image-inner01{
	width:100%;
	height:90px;
	margin:0 auto;
	background:url(../images/definition/carlife_bg.png) center center no-repeat;
	background-size: cover;
}
.carlife-image-inner02{
	width: 100%;
    height: 66px;
    margin: 0 auto;
    background: url(../images/definition/carlife_logo.png) center center no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
.carlife-app-qr{
	width:100%;
	height:auto;
}
.carlife-app-qr-left{
	width:60%;
	float:left;
}
.carlife-app-qr-left p{
	text-align:center;
	font-size:17px;
	font-family:"Noto Sans Japanese";
	font-weight:600;
	padding:14% 0;
	
}
.carlife-app-qr-right{
	/*width:40%;*/
	float:left;
}
.carlife-app-dl{
	width: 47%;
    height: auto;
    float: left;
}
.carlife-app-dl:last-child{
	margin-left:6%;
}
.bg_gry{
	background-color:#dcdddd;
}
/*-- タブレット／PC用スタイリング --*/
/*@media screen and (min-width:768px) and (max-width:959px) {*/
@media screen and (min-width:768px) {
	.pc{
	display: block;
	}
	.sp{
	display: none;
	}
	section.key-visual{
		width: 100%;
	}
	section.key-visual　> .main-img img {
		max-width: var(--width-pc);
	}
	section.situation{
		width: 100%;
	}
	section.situation　> .main-img img {
		max-width: var(--width-pc);
	}
main section.key-visual {
	width:100%;
	height:500px;
	position: relative;
	background: url(../images/definition/main_bg.jpg) right center no-repeat #235cab;
	margin-bottom: 0;
}
.key-visual-inner{
	width:1300px;
	height:500px;
	margin:0 auto;
}


main .local-navigation {
	width: 100%;
	height:100px;
	margin: 0 auto;
	background-color:#295075;
}
main .local-navigation .anchors li a {
	min-height: auto;
}
main .local-navigation {
	position: relative;
}
main .local-navigation .anchors {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	width: 700px;
	padding: 0;
	margin: 0 auto;
}
main .local-navigation .anchors li {
	display: inline-block;
	width: 100%;
	padding: 0 1px;
}
main .local-navigation .anchors li a {
	display: block;
	min-height: 100px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	line-height:100px;
}
main .local-navigation .anchors li+li{
    position: relative;
}
main .local-navigation .anchors li+li::before{
    content: "";
    display: block;
    height: 30px;
    border-left: 2px solid #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
main .local-navigation .anchors li a span {
	display: inline-block;
}
main .local-navigation .anchors li a i.fas {
	position: absolute;
    left: calc(50% - 4px);
    bottom: 0;
    display: block;
    font-size: 10px;
}
main .local-navigation .anchors li a:link,
main .local-navigation .anchors li a:visited,
main .local-navigation .anchors li a:hover,
main .local-navigation .anchors li a:active,
main .local-navigation .anchors li a:focus {
	text-decoration: none;
}
main .local-navigation .link {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	padding: 5px 10px;
	box-sizing: border-box;
	background: var(--button-secondary-color);
}

.about-best{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color: #efefef;
	overflow:hidden;
}
h2.about-title{
	width:100%;
	height:auto;
	margin: 0 auto;
    background: #FFFFFF;
    padding: 50px 0 30px;
}
.about-explanation{
	background-color:#FFFFFF;
}
.about-explanation p{
	width: 900px;
    height: auto;
    margin: 0 auto;
	padding: 0 0 60px 0;
	font-size:22px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	color:#295075;
	line-height: 50px;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}

.about-best-wrap01{
	width:100%;
	height:auto;
	margin:100px auto 100px;
}
.ab-bg01{
	background:url(../images/definition/about_11.png) left top no-repeat;
}
.about-best-outer{
	width:1000px;
	height:250px;
	margin:0 auto;
}
.about-best-inner{
	width:620px;
	height:250px;
}
.about-best-number{
	width:15%;
	text-align:center;
	line-height:100px;
	font-size:140px;
	color:#295075;
	float:left;
	font-family: 'Cabin', sans-serif;
}
.about-best-caption{
	/*width:85%;*/
	height:auto;
	margin:30px 0 30px 10%;
	text-align:right;
	font-size:30px;
	font-weight:900;
	font-family:"Noto Sans Japanese";
	color:#295075;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.about-best-explanation{
	clear:both;
	margin-left:15%;
	text-align:right;
	font-size:20px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.about-best-explanation span{
	font-size:16px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	color:#BF0000;
	line-height: 55px;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.about-best-wrap02{
	width:100%;
	height:auto;
	margin:0 auto 100px;
}
.about-best-70{
	width:700px;
	height:250px;
	float:right;
}
.about-best-70bg{
	width:1100px;
	height:440px;
	margin:0 auto;
	background:url(../images/definition/about_70_bg.jpg) no-repeat;
}
.about-best-wrap03{
	width:100%;
	height:auto;
	margin:0 auto;
}
.about-best-10{
	width:880px;
	height:250px;
	float:left;
}
.about-best-10bg{
	width:1100px;
	height:600px;
	margin:0 auto;
	background:url(../images/definition/about_10_bg.png) no-repeat;
}
.about-best-10bg p{
	clear: both;
    padding: 50px 120px;
	margin:0 auto;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Noto Sans Japanese';
    line-height: 40px;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.about-best-review-wrap{
	width:900px;
	height:auto;
	margin:0 auto;
}
.about-best-review a{
	width:33.3%;
	height:auto;
	text-align:center;
	float:left;
	color:#00a0e9;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Noto Sans Japanese';
	clear:none;
}


.three-points{
	width:100%;
	height:auto;
	margin:100px auto 0;
	background:url(../images/definition/3points_title.png) right top no-repeat;
}
.three-points-wrap{
	width:100%;
	height:auto;
	margin:100px auto 0;
}
.three-points-wrap:first-child{
	margin:0 auto;
}
.three-points-inner{
	width:1000px;
	height:auto;
	margin:0 auto;
}
.three-points-icon{
	width:300px;
	height:200px;
	float:left;
}
.three-points-caption{
	width:700px;
	height:auto;
	float:left;
	color:#295075;
	font-size:32px;
	font-weight:900;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
	font-family:"Noto Sans Japanese";
	padding-top:20px;
	text-align:left;
}
.three-points-caption span a{
	color:#00a0e9;
	text-decoration:none;
	font-size:18px;
	font-weight:500;
}
.three-points-explanation{
	clear:both;
	padding:0 50px;
	font-size: 20px;
    font-weight:500;
	font-family:"Noto Sans Japanese";
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.three-points-explanation span{
	font-size:14px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	color:#BF0000;
	line-height: 30px;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.five-reasons{
	width:100%;
	height:auto;
	margin:100px auto 0;
	background-color:#efefef;
	overflow:hidden;
}
h2.five-reasons-title{
	width:100%;
	height:auto;
	margin:100px auto;
}
.five-reasons-wrap{
	width:100%;
	height:auto;
	margin:0 auto 100px;
}
.fr-bg01{
	background:url(../images/definition/5reasons_01.png) right top no-repeat;
	margin-bottom:0 !important;
}
.fr-bg02{
	background:url(../images/definition/5reasons_02.png) left top no-repeat;
}
.fr-bg03{
	background:url(../images/definition/5reasons_03.png) right top no-repeat;
}
.fr-bg04{
	background:url(../images/definition/5reasons_04.png) left top no-repeat;
}
.fr-bg05{
	background:url(../images/definition/5reasons_05.png) right top no-repeat;
}
.left{
	float:left;
}
.right{
	float:right;
}
.five-reasons-outer{
	width:1000px;
	height:250px;
	margin:0 auto;
}
.five-reasons-inner{
	width:620px;
	height:250px;
}
.five-reasons-number{
	width:15%;
	text-align:center;
	line-height:100px;
	font-size:140px;
	color:#295075;
	float:left;
	font-family: 'Cabin', sans-serif;
}
.five-reasons-caption{
	/*width:85%;*/
	height:auto;
	font-size:32px;
	font-weight:900;
	font-family:"Noto Sans Japanese";
	margin-bottom:30px;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.five-reasons-explanation{
	width:auto;
	clear:both;
	margin-left:15%;
	font-size:20px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.five-reasons-explanation span{
	font-size:16px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	color:#BF0000;
	line-height: 55px;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
}
.five-reasons-map{
	width:100%;
	height:auto;
	margin-bottom:50px;
}
.carlife{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	overflow:hidden;
}
h2.carlife-title{
	width:100%;
	height:auto;
	margin:100px auto 50px;
}
.carlife-explanation{
	width:900px;
	height:auto;
	margin:0 auto;
}
.carlife-explanation p{
	font-size:22px;
	font-family:"Noto Sans Japanese";
	font-weight:500;
	color:#000000;
	line-height: 50px;
	text-shadow: -1px 1px 2px #FFFFFF, 1px -1px 2px #FFFFFF;
	margin-bottom: 60px;
}
.carlife-image-outer{
	width:100%;
	height:250px;
	margin:0 auto;
}
.carlife-app-outer{
	width: 1000px;
	height: auto;
	margin: 50px auto;
	clear: both;
	overflow:hidden;
}
.carlife-app-inner{
	width: 48%;
	float: left;
	margin-right: 4%;
	border-radius: 20px;
	border: solid 3px #dcdddd;
	padding:2%;
	box-sizing:border-box;
	background-color:#FFFFFF;
}
.carlife-app-inner:last-child{
	width: 48%;
	float: left;
	margin-right: 0;
	border-radius: 20px;
	border: solid 3px #dcdddd;
	padding:2%;
	box-sizing:border-box;
	background-color:#FFFFFF;
}
.carlife-image-inner01{
	max-width:1300px;
	height:250px;
	margin:0 auto;
	background:url(../images/definition/carlife_bg.png) center center no-repeat;
}
.carlife-image-inner02{
	max-width:1300px;
	height:250px;
	margin:0 auto;
	background:url(../images/definition/carlife_logo.png) center center no-repeat;
}
.carlife-app-qr{
	width:100%;
	height:auto;
}
.carlife-app-qr-left{
	width:60%;
	float:left;
}
.carlife-app-qr-left p{
	text-align:center;
	font-size:17px;
	font-family:"Noto Sans Japanese";
	font-weight:600;
	padding:14% 0;
	
}
.carlife-app-qr-right{
	/*width:40%;*/
	float:left;
}
.carlife-app-dl{
}
.bg_gry{
	background-color:#dcdddd;
}
.balloon-001::before {
    bottom: -21px;
    width: 50px;
    height: 22px;
}
.balloon {
    padding: 1em;
    border: 6px solid #ef8f3a;
    background: #fff;
}
.down-arrow {
    position: relative;
    top: -300px;
    }
.intro {
    margin-top: -520px;
}

.intro-img {
    width: 24%;
}
.intro-h2 {
    top: -400px;
    font-size: 1.8rem;
}
.situation-wrap {
    max-height: 450px;
}


main section.situation {
    background-position: top;
    background-size: contain;
    background-repeat: repeat-x;
}

.situation-item p {
    font-size: 1rem;
    padding: 0% 0 2%;
}

main section.used-items {
    padding-top: 2%;
}

.sticker {
    width: 40%;
    top: -50px;
    left: -90px;
}
.h2-deco {
    margin: 4% auto 0;
    font-size: 2rem;
    }

.purchase-wrap {
    max-width: 980px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #acacac;
    border-top: 20px solid transparent;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    border-bottom: 20px solid transparent;
    border-left: 20px solid #acacac;
    border-top: 20px solid transparent;
}

.slider-item {
    /*width: 24.25%;*/
    width: calc(25% - 1%); /* 4つ横並び時の幅調整 */
    margin: 0;
    margin-right: 1%;
}
.slider-item-last{
    margin-right: 0;
}
.item-detail table {
    font-size: 0.7em;
}
.item-detail table th {
    padding: 4% 1% 2%;
    }
.item_name {
    margin: 2% auto 2%;
}
.used-item-wrap {
    padding: 4%;
    margin: 0 auto;
    display: flex;
    }

.used-item{
    width: 32%;
    margin: 2%;
    background-color: #fff;
    padding: 2%;
    border-radius: 10px;
    border: #ffa800 5px solid; 
}

.item_img {
    width: 100%;
    background-color: #fff;
    margin: -80px auto 0;
    border-radius: 50%;
    height: auto;
}
h3 {
    font-size: 0.9rem;
    }
.item_img-last {
    margin-top: 0;
}
.point_item{
    width: 31.333%;
    margin: 1%;
}
.h2-purchase {
    padding: 2%;
}
.panel2 {
    border: 2px solid #f9d23c;
    background-color: #fff;
    margin-top: 0;
    padding-bottom: 3%;
    margin: 0 auto 8%;
}
.panel > dt {
    padding: 1.5%;
    font-size: 1.2em;
    width: 40%;
}
.panel2 > dt {
    padding: 1% 2%;
    font-size: 1.4em;
    width: 80%;
    margin: 2% auto;
}
.panel2 > dd {
    margin: 0 auto;
    padding: 0 3%;
    font-size: 1rem;
    width: 80%;
}

.swiper-button-prev, .swiper-button-next {
    top: 65px;
}

.balloon-003 {
    background: inherit;
    }
.balloon-003::before {
    background-color: inherit;
}
main section.step {
    padding: 5% 2%;
    max-width: 980px;
}
.step-wrap {
    display: flex;
}

.point_item_subtext {
    width: 80%;
    height: 120px;
}
    .point_item_img {
    width: 80%;
}
.qa ,.access,.intro-img-wrap,.used-item-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.shop-wrap{
	display: flex;
    flex-direction: row;
    margin: 0 auto;
}
.access-h2{
    display: inline-block;
    border: 2px solid #f9d23c;
    padding: 1% 9%;
}
.bg-white{
    background: inherit;
}
.shop-name {
font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    margin: 2%;
}
.shop-img{
	 width: 40%;
         margin: 2% 2% 2% 3%;
}
.shop-text{
	 width: 60%;
    padding: 0;
}

.intro-img-wrap{
    max-width: 980px;
}
 .storeblogs {
        width: 680px;
        margin-bottom: 90px;
    }
    .storeblogs .similar-articles { width: 680px;}
    .storeblogs .similar-articles .photo { display: block; }
    .storeblogs .similar-articles .detail { position: static; background: none; padding: 0 0 0 12px; }
    .storeblogs .similar-articles .detail .title { color: #000000; padding: 0 0 7px 0; border-bottom: 1px solid #000;font-weight: bold; }
    .storeblogs .similar-articles .detail .title::after,
    .storeblogs .similar-articles .detail .title::before { display: none; }
    .storeblogs .similar-articles .detail .description { display: block; margin: 12px 0 38px; }
    .storeblogs .similar-articles .detail .con-button { left: auto; right: 20px; transform: none; }
    .storeblogs .similar-articles .detail .con-button.blog-link { display: block; }
    .storeblogs .similar-articles a:visited .detail .title,
    .storeblogs .similar-articles a:link .detail .title,
    .storeblogs .similar-articles a:link .detail .con-button, 
    .storeblogs .similar-articles a:visited .detail .con-button { color: #000000; }
    .storeblogs .similar-articles a:hover .detail .con-button { background: #000000; color: #ffffff; }

}
@media screen and (min-width:960px) {
.down-arrow {
    top: -200px;
    }
.intro-h2 {
    top: -520px;
    font-size: 2rem;
}
.sticker {
    left: -114px;
}
.item_img-last {
    margin-top: 10px;
}
.intro {
    margin-top: -600px;
}
.situation-item p {
    font-size: 1.2rem;
}
.balloon {
    padding: 1em 2em 1em 2em;
}
.swiper-button-prev, .swiper-button-next {
    top: 90px;
}
.item-detail table {
    font-size: 0.8em;
}
}
@media screen and (min-width:1180px) {
.down-arrow {
    top: -400px;
    }
.intro-h2 {
    top: -574px;
}
.intro {
    margin-top: -670px;
}
}
@media screen and (max-width:1320px) {
	main section.key-visual {
	width: 100%;
    height: auto;
    background: url(../images/definition/main_bg.jpg) right center no-repeat #235cab;
    margin-bottom: 0;
    background-size: cover;
	}
	.key-visual-inner{
	width: 100%;
    height: auto;
    margin: 0 auto -10px;
	}
}
@media screen and (min-width:1500px) {
.down-arrow {
    top: -420px;
    }
.intro-h2 {
    top: -700px;
}
.intro {
    margin-top: -800px;
}
}
