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

* {
	margin: 0px;
	padding: 0px;
}
.pc_hide{ display:none; }
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body {
	font-size: 15px;
	font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/*共通ヘッダー個別カラー指定*/
#header{
	border-color: #000066;
}
.header_wrapper .top_navi li a{
	color: #000066;
	border-color: #000066;
}
.header_wrapper .tel .st0{
	fill:#000066;
}
.header_wrapper .tel span{
	color: #000066;
}
#hamburger .text {
	color:  #000066;
}
#hamburger .inner_line {
	background-color:  #000066;
}
#hamburger .line_1, #hamburger .line_2, #hamburger .line_3 {
	background-color: #fff;
}
/*共通ヘッダー個別カラー指定ここまで*/

.tax_note{
	text-align: right;
}
#elect_wrapper {
	width:950px;
	margin:0px auto;
}
a img {
	border: none;
}

/*.topimg_wrapper {
	background: url(../../images/special/elect/body_bg.jpg) no-repeat center top;
	width:100%;
}*/
.topimg_wrapper {
	display: block;
	/*height: 240px;
	background-image: url("../../images/special/elect/main_visual_pc.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	image-rendering: pixelated;*/
}
.topimg_wrapper{
    display: block;
    width: 100%;
    height: 360px;
}
.topimg_wrapper img {
	display: block;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    max-width: 1920px; /*ブラウザを拡大したときの表示くずれ対策*/
    margin-inline:auto;
    height: 100%;
    min-height: 360px;
}
.topimg_wrapper img.img-pc_hide {
	display: none;
}
/*.topimg {
	height:400px;
	display:block;
	overflow:hidden;
	text-align:center;
}*/
/*.topimg:before {
	display:inline-block;
	content:url("../../images/special/elect/topimg-2.jpg");
	padding-inline:15px;
	box-sizing: border-box;
	width: 100%;
}*/
.top_items{
	background: #E3E3ED;
	padding: 50px 10px;
}
.top_items h2{
	font-size: 24px;
	color: #000066;
	text-align: center;
	font-weight: normal;
}
.top_items h2 strong{
	font-size: 40px;
	font-weight: bold;
}
.top_items ul{
	width: 100%;
	max-width: 950px;
	display: flex;
	justify-content: space-between;
	margin: 10px auto 0px;
	box-sizing: border-box;
	gap:5px;
}
.top_items a {
	text-decoration: none;
}
.top_items li{
	list-style: none;
	transition: 0.5s ease;
	width: calc(100% / 5 - 5px);
}
.top_items li:hover{
	transform: scale(1.05);
}
.top_items li p{
	text-align: center;
	color: #000066;
}
.top_items li a img {
	width: 100%;
}
.contents_wrapper {
	width: 100%;
	max-width:950px;
	margin:0px auto;
	box-sizing: border-box;
}
h3.to_list_h3{
	margin:60px 0px 40px 0px;
	text-align:center;
	color:#000066;
	font-weight:normal;
	font-size:24px;
	line-height:1.4em;
	letter-spacing:0.1em;
	padding-inline:10px;
}
ul.to_list{
	margin:0px auto 0px auto;
	width: 100%;
	max-width:950px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:20px;
}
ul.to_list li{
	list-style:none;
	width: calc(100% / 4 - 10px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
ul.to_list li img{
	width:100%;
	max-width: 180px;
}
ul.to_list li p {
	margin-top: 10px;
	font-size: min(2.8vw,18px);
	font-weight: bold;
	color: #006;
	text-align: center;
	line-height: 1.3em;
}

.read {
	font-size:15px;
	line-height:28px;
	color:#333;
	margin:50px auto 45px auto;
	display:block;
	text-align:center;
	padding-inline: 10px;
}
.read a,
.kitting_menu + p a{
	color:#FF0049;
	text-decoration:underline;
}
.elect .p_mark{
	display: flex;
	justify-content: space-between;
	width:fit-content;
	margin: 0 auto 40px auto;
	align-items: center;
	padding-inline:10px;
}
.elect .p_mark p.read{
	text-align: left;
	margin: 0px;
}
.elect .p_mark img{
	width: 100px;
	margin-right: 20px;
	height: auto;
}
.elect .p_mark .p-mark_wrap span {
	font-size: 13px;
}
.elect .p_mark .p-mark_wrap p span {
	background: rgba(249,255,51,1);
}
.elect .p_mark .p-mark_wrap p span .sp_br-read{
	display: inline;
}
.elect .p_mark .p-mark_wrap span a {
	color: #FF0049;
	text-decoration: underline;
} 
.reason {
	background: #f2f3f5;
	padding: 25px 10px;
	box-sizing: border-box;
}
.reason .reason-wrap {
	width: 100%;
	max-width: 950px;
	background: #fff;
	padding: 15px 5px;
	margin-inline:auto;
	box-sizing: border-box;
}
.reason .reason-wrap h2 {
	display: flex;
	justify-content: center;
	align-items:center;
	gap:5px;
	margin-bottom: 15px;
	color: #006;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.reason .reason-wrap ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	list-style: none;
	justify-content: center;
	align-items: flex-start;
}
.reason .reason-wrap ul li {
	border-right: 1px solid #e8e8ea;
	display: flex;
	justify-content: flex-start;
	align-items:center;
	flex-flow: column;
	gap:3px;
	padding-inline:5px;
	height: 100%;
}
.reason .reason-wrap ul li:last-child {
	border-right: none;
}
.reason .reason-wrap ul li h3 {
	text-align: center;
	letter-spacing: -0.5px;
	line-height: 1.4em;
	margin: 4px 0 8px 0;
}
.reason .reason-wrap ul li h3 .marker-y {
	background: linear-gradient(transparent 70%, #fffbb3 70%);
	background-position: left -5px;
}
.reason .reason-wrap ul li p {
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: center;
}
.inquiry-top {
	width: 100%;
	max-width: 950px;
	margin: 40px auto 0 auto;
	box-sizing: border-box;
	padding-inline:10px;
}
.inquiry-top h2,
.achievement h2{
	font-size: 24px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	color: #006;
	text-align: center;
}
.inquiry-top .inquiry-content {
	padding: 15px;
	border: 1px solid #006;
	border-radius: 4px;
	display: flex;
	justify-content:space-around;
	margin-top: 15px;
	gap:15px;
	box-sizing: border-box;
	flex-wrap: wrap;
	max-width: 670px;
	margin-inline:auto;
}
.inquiry-top .inquiry-content .tel{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.inquiry-top .inquiry-content .tel > p,
.inquiry-top .inquiry-content .tel small,
.inquiry-top .inquiry-content .mail
{
	font-size: 13px;
}
.inquiry-top .inquiry-content .tel > p,
.inquiry-top .inquiry-content .mail > p{
	background:linear-gradient(transparent 70%, #fffbb3 70%)
}
.inquiry-top .inquiry-content .tel .tel-num {
	font-size: 32px;
	font-weight: bold;
	color: #006;
	display: flex;
	justify-content: center;
	gap:10px;
	align-items: center;
	margin-top: 3px;
}
.inquiry-top .inquiry-content .tel .tel-num a {
	text-decoration: none;
	color: #006;
	pointer-events: none;
}
.inquiry-top .inquiry-content .tel .tel-num i {
	font-size: 24px;
	transform: rotate(90deg);
	width: 26px;
	height: 26px;
}
.inquiry-top .inquiry-content .mail {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: column;
}
.inquiry-top .inquiry-content .mail a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 8px 15px 7px;
	background:#FF0049;
	border: 1px solid #FF0049;
	box-sizing: border-box;
	margin-top: 15px;
	transition: all .3s;
	border-radius: 2px;
}
.inquiry-top .inquiry-content .mail a:hover {
	background: #fff;
	color: #FF0049;
	border: 1px solid #FF0049;
	transition: all .3s;
}
.inquiry-top .inquiry-content .mail a i {
	font-size: 18px;
	padding-bottom: 3px;
}
.achievement {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	margin-top: 30px;
	padding-inline:10px;
	box-sizing: border-box;
}
.achievement .read {
	margin: 15px 0 0 0;
	padding-inline:0;
	line-height: 1.4em;
}
.achievement h2 small {
	font-size: 16px;
}
.achievement ul li{
	list-style: none;
	font-size: 14px;
}
.achievement ul li p:nth-child(1) {
	color: #006;
	text-align: left;
	width: 215px;
}
.achievement ul li small {
	display: block;
	text-align: right;
	margin-top: 5px;
}
.achievement .achievement-box {
	margin-top: 15px;
	border-top: 3px double #006;
	border-bottom: 3px double #006;
	padding: 15px 0;
}
.achievement .achievement-box > li {
	display: flex;
	justify-content: flex-start;
	gap:8px;
	align-items: flex-start;
	border-bottom: 1px solid #E4E4EE;
	padding: 10px 0;
}
.achievement .achievement-box > li:first-child {
	padding-top: 0;
}
.achievement .achievement-box > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.achievement .achievement-box > li p:nth-child(2) {
	width:calc(100% - 225px);
}

.point{
	background: url(../../images/special/elect/point_bg.jpg) no-repeat center top;
	max-height: 770px;
	height: 100%;
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	padding: 5% 0;
	background-size: cover;
}
.point dl{
	width: 100%;
	max-width: 600px;
	margin-left: 43%;
}
.point dt{
	font-size: 25px;
	font-weight: bold;
	color:#F9FF33;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.point dd{
	font-size: min(4.2vw,45px);
	color: #FFF;
	font-weight: normal;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	line-height: 1.3em;
}
	
.contents_wrapper h2 {
	color:#FFF;
	background:#006;
	padding:15px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size:24px;
	line-height:normal;
	letter-spacing:0.1em;
}
#inview2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-inline:10px;
}
#inview2 li {
	width: calc(100% / 2 - 5px);
	height: auto;
	padding: 10px 15px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-flow: column;
	list-style:none;
	background:#FFE4EB;
	margin-bottom:20px;
}
.kitting{
	margin-top: 60px;
}
.kitting .kitting_wrap > p,
.kitting .kitting_menu + p{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
.kitting_wrap {
	box-sizing: border-box;
}
.kitting .kitting_wrap > p{
	margin: 50px auto;
}
.kitting .kitting_wrap h3 + p{
	margin-top: 0px;
}
.kitting .kitting_menu + p{
	margin-top: 10px;
}
.kitting h3{
	text-align: center;
	margin: 50px auto 10px;
	font-size: 24px;
}
.kitting .voice{
	padding: 30px;
	background: #E5F9F7;
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
	margin: 20px auto;
}
.kitting .voice .img01 {
	display: block;
	margin: 0 auto 50px auto;
}
.kitting .voice .img02 {
	display: block;
	margin: 0 auto 30px auto;
	width: 100%;
}
.kitting .voice p {
	font-size: 22px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
}


.kitting .kitting_menu .other {
	font-size: 14px;
	text-align: center;
}
.kitting .goto_kitting{
	background: #F2F1F7;
	margin: 20px auto 100px;
}
.kitting .goto_kitting dl{
	margin: 0 auto;
	padding: 20px 0px;
	font-size: 12px;
}
.kitting .goto_kitting dt{
	text-align: center;
	margin: 0 auto 5px;
	font-size: 14px;
}
.kitting .goto_kitting dd{
	text-align: center;
}
.kitting .goto_kitting dd img{
	transition: 0.3s ease;
	max-width: 650px;
	width: 100%;
}
.kitting .goto_kitting dd img:hover{
	transform: scale(1.02);
}
.note_stock {
	text-align:right;
	margin-top:4px;
	margin-bottom:30px;
	font-size:10px;
	color:#333;
}
.item_read{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	margin:40px 0px;
}
.item_attention{
	margin-bottom:30px;
	color:#DD0000;
	text-align:center;
	font-size:14px;
}

ul.rental_list li {

}
ul.rental_list li:nth-child(odd) {
}
ul.rental_list li:nth-child(even) {
}
ul.rental_list .item_header {
	border-bottom:1px dashed #FF0049;
	padding-bottom:8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:3px;
}
ul.rental_list .digno_guide {
	background:#FFF;
	padding:5px 5px 5px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}
ul.rental_list .digno_guide img {
	margin-right:10px;
	height:29px;
}
ul.rental_list .digno_guide p{
	line-height:1.2em;
	color:#090;
}
ul.rental_list .item_header h3 {
	line-height:1em;
	color:#FF0049;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	font-size: min(2.6vw,25px);
}
ul.rental_list .item_header h3 a{
	color: #FF0049;
	text-decoration: none;
}
ul.rental_list .item_header .price1L {
	font-size:min(1.2vw, 11px);
	color:#333;
	line-height:16px;
}
ul.rental_list .item_header .price2L {
	margin:4px 0px 0px 0px;
	font-size:min(1.2vw, 11px);
	color:#333;
	line-height:16px;
}
ul.rental_list .item_header .price2L .big,
ul.rental_list .item_header .price1L .big {
	font-size: min(1.8vw, 14px);
	font-weight: bold;
}
ul.rental_list .item_header .data_capa {
	font-size:min(1.2vw, 11px);
	line-height:14px;
	background:#FECBD9;
	color:#333;
	padding:4px;
	border-radius:6px;
	font-weight:bold;
}
ul.rental_list .item_image {
	text-align:center;
	margin: 10px 0;
	width: 40%;
	padding-inline:0 1%;
	box-sizing: border-box;
}
ul.rental_list .item_image a {
	display: block;
}
ul.rental_list .item_image img {
	width:100%;
	height: auto;
	transition: 0.5s;
}
ul.rental_list .item_image img:hover{
	opacity: 0.9;
	transition: 0.5s;
	transform: scale(1.05);
}
ul.rental_list li .item {

}
ul.rental_list li .item_text {
	font-size:13px;
	line-height:21px;
	text-align:justify;
	width:60%;
	padding-inline:1% 0;
	word-break: break-all;
}
ul.rental_list li h4 {
	color:#FF0049;
	font-size:16px;
	margin-bottom:7px;
	line-height: 1em;
}
ul.rental_list li h4 .small{
	font-size:10px;
	color: #000;
}

ul.rental_list li .item_contents {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 10px 0;
}
ul.rental_list li .goto_item {
	background:	#FF0049;
	border:1px solid #FF0049;
	width:178px;
	height:45px;
	line-height:45px;
	text-align:center;
	margin:auto auto 0 auto;
	color:#FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration:none;
	display: flex;
	justify-content: center;
}
ul.rental_list li .goto_item:hover {
	background:#FFFFFF;
	border:1px solid #FF0049;
	color:#FF0049;
}
/* hometel */
ul.rental_list li.hometel {
	width: 100%;
	height: auto;
}
ul.rental_list li.hometel .item_contents{
	width: 950px;
	height: auto;
}
ul.rental_list li.hometel .item_image {
    width: 470px;
	height: auto;
}
ul.rental_list li.hometel .item_image img{
    width: 100%;
	margin-top: 20px;
}
ul.rental_list li.hometel .item_text{
	width: 420px;
}
ul.rental_list li.hometel .item_text dl{
	margin-bottom: 30px;
}
ul.rental_list li.hometel .item_text dt{
	background: #ff0049;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 15px;
}
ul.rental_list li.hometel .item_text dd:nth-of-type(1){
	width: 120px;
}
ul.rental_list li.hometel .item_text dd:nth-of-type(1) img{
	width: 100%;
}
ul.rental_list li.hometel .item_text dd:nth-of-type(2){
	margin-left: 10px;
	width: 290px;
}
ul.rental_list li.hometel .item_movie{
	margin-bottom: 20px;
	width: 100%;
}
ul.rental_list li.hometel .item_movie p{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 26px;
}
ul.rental_list li.hometel .item_movie h3{
	padding: 10px 0px;
	color:#ff0049;
	background: #FFF;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 10px;
	
}
ul.rental_list li.hometel .goto_item{
	margin-bottom: 26px;
}
.flow{
	letter-spacing:0.15em;
}
.flow_read{
	font-size:24px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	margin:40px 0px;
}
.flow_overview{
	width: 100%;
	max-width:796px;
	padding:25px 10px;
	box-sizing: border-box;
	background:#F2F1F7;
	display:block;
	margin:0px auto;
}
.flow_overview p{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.flow_overview ul{
	width: 100%;
	max-width:530px;
	margin:20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_overview ul li{
	background:#FFF;
	list-style:none;
	text-align:center;
	font-weight:bold;
	padding:0px 0px;
	width:250px;
	border:1px solid #000866;
	border-radius:10px;
	box-sizing:border-box;
	color:#000866;
	font-size:18px;
	line-height:26px;
	height:73px;
}
.flow_overview ul li:first-child{
	margin-right:30px;
	padding-top:10px;
}
.flow_overview ul li:last-child{
	line-height:73px;
	padding:0px;
}
.flow_title{
	font-size:24px;
	text-align:center;
	margin:40px 0px 20px 0px;
}
.flow img{
	display:block;
	margin:0 auto 48px auto;
	width: 100%;
	padding-inline:10px;
	box-sizing: border-box;
}
.flow img.pc_hide{
	display:none;
}
.corona_measures{
	margin-bottom: 100px;
}
.corona_measures h2{
	margin-bottom: 40px;
	line-height: normal;
}

dl.qa {
	padding:40px 25px;
}
dl.qa dt {
	font:16px;
	color:#FF0049;
	margin-bottom:15px;
}
dl.qa dd {
	margin-bottom:50px;
	padding-left:1.4em;
	text-indent:-1.4em;
}
.contact {
	background:#E4E4EE;
	text-align:center;
	padding:15px;
}
.contact h3 {
	font-size:24px;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	color:#000066;
}
.contact dl {
	width: 100%;
	max-width:450px;
	margin:0px auto;
	text-align:left;
}
.contact dl dt {
	font-size:18px;
	font-weight:bold;
	margin:20px 0px 0px 0px;
}
.contact dl dd {
	font-size:16px;
	color:#000;
	margin-left:40px;
}
.contact dl dd:first-child {
	margin:5px 0px 20px 0px;
}
.contact dl dd .footer_tel {
	font-size:32px;
	font-weight:bold;
	vertical-align:middle;
	text-decoration: none;
	color: #000000;
	pointer-events: none;
}
.contact dl dd.sec {
	font-weight:bold;
}
.contact dl dd.comment {
	margin-top:10px;
	
}

.contact dl dd.time {
	font-size:14px;
	margin-top:10px;
}
.contact dl dd.mail {
	margin:20px auto 10px auto;
	color:#000088;
	font-weight:bold;
	text-align:center;
}
.contact dl dd.mail a{
	color:#000088;
}
.contact dl dd.mail img{
	margin-right:3px;
}
.touhaba,
.touhaba2 {
	font-family:monospace;
}
.goto_top {
	text-align:right;
	margin-top:10px;
}
.goto_top a {
	color:#000066;
	font-size:12px;
	border-bottom:1px dashed #000066;
	text-decoration:none;
}
.goto_top a:hover {
	color:#3BA6BB;
	border-color:#3BA6BB;
}
footer {
	margin-top:50PX;
	height:100px;
	background:#EFEFEF;
	line-height:100px;
	text-align:center;
	font-size:12px;
}


/*-------------------------
clearfix
-------------------------*/
/*.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}*/
/* Hides from IE-mac \*/
/** html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}*/
/* End hide from IE-mac */

/*-------------------------
clearfixここまで
-------------------------*/
@media screen and (max-width:970px) {
	.topimg_wrapper {
		background-image: none;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		image-rendering: auto;
	}
	.topimg_wrapper img.img-pc_hide {
		display: block;
		width: 100%;
		min-width: auto;
	}
	.reason .reason-wrap {
		padding-top: 25px;
	}
	.reason .reason-wrap h2 {
		font-size: 18px;
		padding-inline:10px;
		line-height: 1.3em;
	}
	.reason .reason-wrap h2 img {
		width: 30px;
		height: auto;
	}
	.reason .reason-wrap ul {
		grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	}
	.reason .reason-wrap ul li {
		flex-flow: row;
		justify-content: flex-start;
		gap:5px;
		width: 100%;
		max-width: 340px;
		margin-inline:auto;
		border-right: none;
		border-bottom: 1px solid #e8e8e8;
		padding: 10px 0;
		box-sizing: border-box;
	}
	.reason .reason-wrap ul li:last-child {
		border-bottom: none;
	}
	.reason .reason-wrap ul li img {
		width: 47%;
		max-width: 171px;
	}
	.reason .reason-wrap ul li > div {
		width: 53%;
	}
	.reason .reason-wrap ul li h3 {
		text-align: left;
	}
	.reason .reason-wrap ul li p {
		text-align: left;
	}
	.inquiry-top h2 {
		font-size: 18px;
	}
	.inquiry-top .inquiry-content .mail a {
		margin-top: 10px;
	}
	.inquiry-top .inquiry-content .tel .tel-num a {
		pointer-events: auto;
	}
} 
@media screen and (max-width:768px) {
	.delete {
		display: none;
	}
	.pc_hide {
		display: block!important;
	}
	img.pc_hide {
		width: 100%;
		/*padding-left: 20px;*/
		box-sizing: border-box;
	}
	.topimg {
		display: none;
	}
	.topimg:before {
		display: none;
	}
	.top_items {
		padding: 5% 10px;
	}
	.top_items h2 strong {
		font-size: min(4.2vw,45px);
	}
	.point {
		margin-bottom: 40px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.point dl {
		margin-left: calc(100% / 2 - 60px);
	}
	.point dt {
		font-size: min(3.5vw,25px);
	}
	ul.rental_list li .item_contents {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	ul.to_list {
		padding-inline:10px;
		box-sizing: border-box;
	}
	h3.to_list_h3 {
		margin: 10% 0 20px 0;
		font-size: min(3.5vw,45px);
	}
	.kitting h3 {
		margin: 20px;
	}
	.kitting .kitting_menu {
		/*width: 100% !important;
		max-width: 485px;
		*/
		padding-inline:10px;
		box-sizing: border-box;
	}
	.kitting .kitting_menu dl {
		/*width: calc(100% / 3 - 5px)!important;
		height: auto!important;*/
	}
	.kitting .kitting_menu dd.image {
		/*width: 100%;
		height: auto!important;*/
	}
/*	.kitting .kitting_menu dd.image img {
		width: 100%;
	}*/
	.kitting .kitting_menu .name {
		height: auto!important;
		font-size: 11px!important;
	}
	.kitting .voice p {
		font-size: min(3.5vw,25px);
	}
	.contact dl dd {
		margin-left: 10px;
	}
	#inview2 {
		flex-flow: column;
	}
	#inview2 li {
		width: 100%;
	}
	ul.rental_list .item_header {
		justify-content: flex-start;
		gap:15px;
	}
	ul.rental_list .item_image img {
		width: 100%;
	}
	ul.rental_list .item_image {
		width: 30%;
		margin: 0;
	}
	ul.rental_list li .item_text {
		width: 70%;
	}
	.kitting .goto_kitting dl {
		padding-inline:10px;
	}
	.kitting .goto_kitting {
		margin-bottom: 40px;
	}
	.corona_measures {
		margin-bottom: 40px;
	}
	 .item_read{
		margin: 20px 0;
	}
	.flow_overview ul li {
		width: 43%;
	}
	.flow img.pc_hide {
		display: none !important;
	}
	.contact h3 {
		font-size: min(3.5vw,25px);
	}
	.achievement {
		padding: 15px 10px;
	}
	.achievement h2 {
		font-size: 18px;
	}
	.achievement h2 small {
		font-size: 14px;
	}
	.achievement .achievement-box {
		padding: 10px 0;
	}
	.achievement .achievement-box > li {
		flex-flow: column;
	}
	.achievement ul li p:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	.achievement .achievement-box > li p:nth-child(2) {
		width: 100%;
	}
	.contact dl dd .footer_tel {
		pointer-events: auto;
		color: #006;
	}
}
@media screen and (max-width:481px) {
	 .top_items h2 {
		font-size: 18px;
	}
	.read {
		text-align: left;
	}
	h3.to_list_h3 {
		font-size: 16px;
		font-weight: bold;
	}
	.elect .p_mark {
		flex-flow: column;
		align-items: center;
	}
	.elect .p_mark a {
		width: 100%;
		text-align: center;
	}
	.elect .p_mark a img {
		width: 30%;
		margin-right: 0;
	}
	.elect .p_mark .p-mark_wrap {
		width: 100%;
	}
	.elect .p_mark p.read {
		padding-inline: 0;
	}
	.point dt {
		font-size: min(4.4vw,25px);
	}
	.point dd {
		font-size:min(4.4vw,45px);
	}
	.contents_wrapper h2 {
		font-size: 18px;
		padding: 10px;
	}
	.item_read {
		margin: 10px 0;
		font-size: 16px;
	}
	ul.to_list {
		justify-content: center;
		flex-flow: wrap;
		gap:10px;
	}
	ul.to_list li {
		margin: 0;
		min-width: 160px;
	}
	ul.to_list li p {
		font-size: min(3.2vw,18px)
	}
	ul.rental_list .item_header {
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap:3px;
	}
	ul.rental_list .item_header h3 {
		font-size: min(6vw,20px);
	}
	.reason .reason-wrap ul li img {
		max-width: 145px;
	}
	.reason .reason-wrap ul li h3 {
		line-height: 1.2em;
	}
	ul.rental_list .item_image {
		width: 100%;
		padding: 0;
		margin-bottom: 5px;
	}
	ul.rental_list li .item_text {
		width: 100%;
		padding: 0;
	}
	ul.rental_list .item_image img {
		width: 50%;
	}
	ul.rental_list .item_header .price2L, ul.rental_list .item_header .price1L {
		font-size: min(3vw,13px);
	}
	ul.rental_list .item_header .price2L br {
		display: none;
	}
	ul.rental_list .item_header .price2L .big, ul.rental_list .item_header .price1L .big {
		font-size: min(3.4vw,15px);
		margin-right: 5px;
	}
	.flow_read {
		font-size: 16px;
		margin: 15px;
	}
	.flow_overview p {
		font-size: 16px;
	}
	.flow_overview ul {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.flow_overview ul li:first-child {
		margin: 0 0 15px 0 ;
	}
	.flow img.sp_hide {
		display: none;
	}
	.flow img.pc_hide {
		display: block!important;
	}
	.kitting .kitting_wrap > p {
		margin: 20px 0;
		padding-inline: 10px;
		box-sizing: border-box;
	}
	.kitting .voice p {
		font-size: min(4.5vw,16px);
		line-height: normal;
	}
	.kitting .kitting_menu dl {
		width: auto!important;
		height: 9vh!important;
	}
	.kitting .kitting_menu dd.image {
		height: 9vh!important;
	}
	.kitting h3 {
		font-size: 16px;
	}
	.kitting .kitting_menu dt.name {
		margin-top: 1.8vh!important;
	}
	.corona_measures p {
		padding-inline:10px;
		box-sizing: border-box;
	}
	.contact dl dd .footer_tel {
		font-size: 16px;
		font-weight: normal;
	}
	.contact dl dd {
		margin-left: 0;
	}
	.contact h3 {
		font-size: 16px;
	}
}
@media screen and (min-width: 1450px) {
	.special .float_menu.sp_none {
		background: #006
	}
	.float_menu .tel .tel_num,
	.float_menu .tel .time{
		color: #006
	}
	.mail svg .cls-1, .mail svg .cls-2, .mail svg .cls-3 {
		fill:#006
	}
}
@media screen and (min-width: 481px) and (max-width: 1450px) {
	.float_menu.pc_none {
		background: #006
	}
	.float_menu .tel, .float_menu .mail, .float_menu .ext {
		background: #006
	}
}
@media screen and (max-width: 480px) {
	.float_menu {
		background: #006
	}
}