/*
@media screen and (max-width: 560px) {
    #sysWrap {
        margin-top: 0px!important ;
    }
}
*/

.sysRentalSchedulesCalendarsMonth {
	position: relative;
	left: 0;
}

.sysFuncText.btob, .sysFuncText.other-service, .sysFuncText.about-rental, .sysFuncText.reason, .sysFuncText.selling, .top-content {
	width: 90%;
	2 margin: 0 auto;
}

.top_categorylist ul li, .top_categorylist_dorone ul li, .top_categorylist_airdorone ul li, .top_categorylist_waterdorone ul li, .top_categorylist_other ul li .item-page-accordion {
	width: 100%;
	margin: 50px 0;
}

.menu__item {
	background: #fff;
	color: #fff;
	cursor: pointer;
	display: block;
	margin-bottom: 1px;
}

.menu__item__link {
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	line-height: 60px;
	padding: 0 1rem;
	position: relative;
}

.menu__item__link:after {
	background: #fff;
	content: '＋';
	display: block;
	font-family: "Font Awesome 5 Free";
	line-height: 60px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 60px;
}

.menu__item__link.on:after {
	content: 'ー';
}

.submenu {
	background: #fff;
	display: none;
}

.submenu__item {
	border-bottom: 1px solid #000;
	color: #222;
	padding: 1rem;
}

.top_banner {
	margin: 10px auto;
	padding: 10px;
	background: #70C6F5;
	color: #000000;
}

.banner1 {
	position: relative;
}

.banner1 h3 {
	border-bottom: 3px solid #000080;
	text-align: center;
}

.banner1_left {
	width: 80%;
	color: #000000;
}

.banner1_left p {
	font-weight: bold;
}

.banner1_right {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: 20%;
}

.banner2 table th {
	background: #FFFACD;
	color: #000000;
	border: 1px solid #000;
	padding: 0 3px;
}

.banner2 .disc {
	margin-bottom: 0;
	color: #000000;
}

/*マイページリンク*/
.myp-link {
	position: absolute;
	top: 42px;
	right: 2%;
	position: fixed;
	z-index: 200;
	width: 120px;
	height: 30px;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 20px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	text-align: center;
	cursor: pointer;
}

.myp-link a {
	color: #000;
}

.myp-link :hover {
	opacity: 0.5;
}

.myp-link a:hover {
	opacity: 0.5;
	color: #000;
}

.notice {
	background: #f6f6f6;
	padding: 0.25em 1.0em;
}

.hidden_specifications {
	margin: 0;
	padding: 0;
}

.hidden_specifications label {
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	display: block;
	margin-bottom: 2.0em;
	padding: 0 1.0em 1.0em 0;
	position: relative;
}

.hidden_specifications label:hover {
	color: #56a5c6;
}

.hidden_specifications label:after {
	content: "＋";
	/* 閉じている状態のときにラベルの後ろに続く文字 */
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	right: 1.0em;
	top: -25%;
}

.hidden_specifications input {
	display: none;
}

.hidden_specifications .hidden_detail {
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	transition: 1.2s;
}

.hidden_specifications input:checked+label:after {
	content: "－";
	/* 開いている状態のときにラベルの後ろに続く文字 */
	font-size: 1.25em;
	font-weight: bold;
	position: absolute;
	right: 1.0em;
}

.hidden_specifications input:checked~.hidden_detail {
	height: auto;
	opacity: 1;
	padding: 0 0;
}


/*レスポンシブ商品セクション共通*/
@media screen and (max-width: 1024px) {
	.top_newarrival2 .sysContent .sysHorizontal li, .rental .sysContent .sysHorizontal li, .movie-accessory .sysContent .sysHorizontal li, .lens .sysContent .sysHorizontal li, .camera-accessory .sysContent .sysHorizontal li, .shooting-accessory .sysContent .sysHorizontal li, .projector .sysContent .sysHorizontal li, .light .sysContent .sysHorizontal li {
		width: 30% !important;
	}

	.sysHorizontal li:nth-child(4),
	.rental .sysContent .sysHorizontal li:nth-child(4),
	.movie-accessory .sysContent .sysHorizontal li:nth-child(4),
	.lens .sysContent .sysHorizontal li:nth-child(4),
	.camera-accessory .sysContent .sysHorizontal li:nth-child(4),
	.shooting-accessory .sysContent .sysHorizontal li:nth-child(4),
	.projector .sysContent .sysHorizontal li:nth-child(4),
	.light .sysContent .sysHorizontal li:nth-child(4) {
		margin-top: 10%;
	}

	.top_newarrival2 .sysContent .sysHorizontal li:nth-child(4) {
		margin-top: 3%;
	}

	.sysHorizontal li {
		width: 46% !important;
	}
}

@media screen and (max-width: 767px) {
	.top_newarrival2 .sysContent .sysHorizontal li, .sysHorizontal li, .rental .sysContent .sysHorizontal li, .movie-accessory .sysContent .sysHorizontal li, .lens .sysContent .sysHorizontal li, .camera-accessory .sysContent .sysHorizontal li, .shooting-accessory .sysContent .sysHorizontal li, .projector .sysContent .sysHorizontal li, .light .sysContent .sysHorizontal li {
		width: 44% !important;
		margin-left: 4.4% !important;
	}

	.sysHorizontal li:nth-child(3),
	.rental .sysContent .sysHorizontal li:nth-child(3),
	.movie-accessory .sysContent .sysHorizontal li:nth-child(3),
	.lens .sysContent .sysHorizontal li:nth-child(3),
	.camera-accessory .sysContent .sysHorizontal li:nth-child(3),
	.shooting-accessory .sysContent .sysHorizontal li:nth-child(3),
	.projector .sysContent .sysHorizontal li:nth-child(3),
	.light .sysContent .sysHorizontal li:nth-child(3) {
		margin-top: 10%;
	}

	.top_newarrival2 .sysContent .sysHorizontal li:nth-child(3) {
		margin-top: 3%;
	}

	.rental li .sysItemPrice, .lens li .sysItemPrice, .movie-accessory li .sysItemPrice, .camera-accessory li .sysItemPrice, .shooting-accessory li .sysItemPrice, .projector li .sysItemPrice, .light li .sysItemPrice {
		font-size: 1.9rem !important;
	}
}


@media screen and (max-width: 560px) {
	.top_newarrival2 .sysContent .sysHorizontal li {
		width: 100% !important;
		margin: 5% 0 10% 0 !important;
	}

	.rental .sysContent .sysHorizontal li, .movie-accessory .sysContent .sysHorizontal li, .lens .sysContent .sysHorizontal li, .camera-accessory .sysContent .sysHorizontal li, .shooting-accessory .sysContent .sysHorizontal li, .projector .sysContent .sysHorizontal li, .light .sysContent .sysHorizontal li, .other-item {
		width: 100% !important;
		margin: 5% 0 20% 0 !important;
	}

	.top_newarrival2 li .sysItemName {
		height: 35px !important;
	}
}

/*レンタルについて＆選ばれる理由*/

@media screen and (max-width: 1024px) {
	.contact-link-txt h3 {
		font-size: 2.4rem !important;
	}
}

@media screen and (max-width: 767px) {
	.contact-link-txt2 {
		font-size: 1.6rem !important;
	}

	.reason-item {
		width: 45.5% !important;
	}
}

@media screen and (max-width: 560px) {
	.about-rental-item-box, .reason-item-box {}

	.about-rental-item {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.reason-item {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.reason-item-txt p br {
		display: none;
	}

	.reason-item-img img {
		margin-top: 3%;
	}

	.contact-link-txt h3, .selling-wrap h3 {
		font-size: 1.6rem !important;
	}

	.contact-link-txt h3::before {
		width: 45px !important;
		height: 28px !important;
	}

	.contact-link-txt2 p br {
		display: none;
	}

	.contact-link-btn {
		width: 63% !important;
		padding: 0px !important;
	}

	.crc-footer-item-box h3, .cra-footer-item li {
		font-size: 0.8rem !important;
	}

	.crc-footer-item-box:nth-child(1) {
		width: 33% !important;
	}

	.contact-link-barcode {
		display: block !important;
		width: 124px !important;
		margin: 0% auto !important;
		padding: 3% 0 !important;
		position: unset !important;
	}

	.about-rental-item-txt {
		padding-bottom: 2% !important;
	}

	.about-rental-item-img {
		background-size: 29% !important;
		height: 120px !important;
	}

	.about-rental-item-img2 {
		height: 120px !important;
		background-size: 18% !important;
	}

	.about-rental-item-img3 {
		height: 120px !important;
		background-size: 18% !important;
	}
}




@media screen and (min-width: 560px) {
	.contact-link-txt h3 br {
		display: none;
	}

	.about-rental {
		margin-top: 70px !important;
	}
}



/*レスポンシブメインコンテンツ*/

@media screen and (max-width: 767px) {
	.main_top_items .txt-small {
		font-size: .5em;
	}

	.main_top_items .txt-big {
		font-size: 1.2em;
	}

	.main_top_contents .main_top_link p {
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}

	.main_top_contents .main_top_link p br {
		display: none;
	}

	.main_top_items .main_top_item {
		min-width: 144px;
		width: 45%;
	}

	.main_top_items {
		flex-wrap: wrap;
	}
}


/*レスポンシブヘッダー*/

@media screen and (max-width: 767px) {
	.header_wrap {
		display: none;
	}
}

@media screen and (max-width: 1150px) {
	.credit {
		display: none;
	}
}

@media screen and (max-width: 1150px) {
	.crcHeader_wrapper .hrcHeader_logo {
		width: 85%;
	}
}

@media screen and (max-width: 1212px) {
	.credit img {
		margin: 5% 0 0 5%;
		width: 80%;
	}
}

@media screen and (max-width: 1000px) {
	.company_info {
		display: none;
	}

	.categorynavi_parent>li {
		border: 1px solid #000 !important;
	}

	.categorynavi_parent {
		margin-top: 1px !important;
	}
}

@media screen and (max-width: 1000px) {
	.crcHeader_wrapper .hrcHeader_logo {
		width: 100%;
		justify-content: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.categorynavi {
		display: none;
	}
}


/*レスポンシブ共通*/
@media screen and (min-width: 1440px) {
	.main_top_items .txt-big, .top_newarrival li .sysItemPrice {
		font-size: 30px !important;
	}

	.main_top_items .txt-small {
		font-size: 19px;
	}

}



/*SPヘッダー*/
.logo-sp {
	position: absolute;
	font-size: 24px;
	padding: 5px;
}

.logo-sp a {
	color: #fff;
}

.sponly-header {
	padding: 10px;
	position: fixed;
	top: 0px;
	width: 100%;
	background: #000;
	height: 66px;
	z-index: 100;
}

#nav-drawer {
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	position: absolute;
	top: 16px;
	right: 27px;

}

/*ハンバーガー*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #fff;
	display: block;
	content: '';
	cursor: pointer;
}

#nav-open span:before {
	bottom: -8px;
}

#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}


/*中身*/
#nav-content {
	position: fixed;
	overflow-y: scroll;
	z-index: 9999;
	margin-top: 56px;
	left: 0;
	width: 90%;
	max-width: 330px;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	-webkit-overflow-scrolling: touch;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	padding-bottom: 67px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked~#nav-close {
	display: block;
	/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked~#nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

/*ハンバーガーメニューデザイン*/


.sidenav {
	background-color: #333;
}

.sidenav li {
	border-bottom: 2px solid #FFFFFF;
	color: #fff;
	padding: 3%;
}

.sidenav a {
	color: #fff;
}

.sidenav li:last-child {
	border-bottom: 0px;
}

/*########## 下層ページCSS##########*/

/*下層ページ共通*/
.sub-page {
	margin: 140px auto 50px;
	width: 90%;
}

.sub-page .sysHeadline {
	padding: 5px 0 0;
}

.access {
	margin-top: 150px;
}

.subpage-wrap, .about-law-disclaimer-wrap {
	width: 100%;
	margin: 0 auto;
}

.flow-wrap .short, .subpage-wrap .short, .about-law-disclaimer-wrap .short, .sub-page .short {
	width: 100%;
	margin: 1em 0;
	padding: 0;
}

.txt-right {
	text-align: right;
}

.numberList {
	margin: 1.0em 0 1.0em 3.0em;
	list-style-type: decimal !important;
}

ol {
	padding: 0 0 0 20px;
}

ol, ol li {
	list-style-type: decimal !important;
}

.normalList, .normalList li {
	margin: 1.0em 0 1.0em 3.0em;
	list-style: outside;
}

.quotation {
	padding: 0;
}

.quotation li {
	list-style-type: none !important;
	counter-increment: cnt;
}

.quotation li::before {
	content: "(" counter(cnt) ") ";
}

ol li .quotation li {
	margin: 0.5em;
}

/* 個人のお客様 */
.certification_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.certification_list li {
	width: 25%;
	text-align: center;
	margin-bottom: 5px;
}

.certification_list li p {
	font-size: .8em;
}

/*安心保険制度*/

.license {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0.5em 0;
	width: 100%;
}

.license th,
.license td {
	padding: 10px;
	text-align: center;
}

.license th {
	background: #728497;
	border-right: 1px solid #ffffff;
	color: #ffffff;
}

.license th:last-child {
	border-right: 1px solid #728497;
}

.license td {
	background: #ffffff;
	border: 1px solid #dddddd;
}

.license td.thinColor {
	background: #eff1f3;
	color: #777777;
	font-weight: bold;
	text-align: center;
}

.license td.license_element {
	color: #728497;
	font-weight: bold;
	text-align: center;
}

.privacyTitle {
	font-size: 1.25em;
	line-height: 1.25;
	padding: 1.0em 0.5em;
	margin-left: 1em;
	text-indent: -1em;
}

.privacyTitle span {
	border-left: #56a5c6 solid 5px;
	margin-right: 0.5em;
}

.privacyBack {
	background: #efefef;
}

.insurance_tel {
	text-align: center;
	margin: 5rem 0;
}

/*お支払いについて*/
.payment h4 {
	margin-top: 10px;
}

/*アクセス*/

.access-tel {
	text-align: center;
}

.googleMap {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	margin: 1.5em auto;
	overflow: hidden;
	width: 100%;
}

.googleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.access-address {
	display: flex;
	justify-content: space-between;
}

.company-address {
	margin: 1rem;
	width: 45%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	padding: 2rem;
}

/*レンタルの流れ*/
.flow-wrap {
	margin: 2rem auto;
}

.txt-border {
	border: 1px solid;
}

.term-inner {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.term-item {
	width: 100%;
	margin: 1rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	padding: 1rem;
}

.term-title {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #333;
	padding: 5px;
	margin: 0;
}

.term-desc {
	background: #e8e9fc;
	color: #444;
	font-size: 0.9em;
	padding: 10px;
	margin: 0;
}

.return-img {
	text-align: center;
}

/*レンタルの流れテーブル*/
.flow-table {
	margin: 2rem 0;
}

.coder_g {
	border-spacing: 0;
	border: 1px solid #333;
	margin: 0.5em auto;
	width: 100%;
}

.coder_g th,
.coder_g td {
	padding: 10px;
}

.coder_g th {
	background: #eee;
	border: 1px solid #333;
	color: #333;
	padding: 1.5em 1.0em;
	white-space: nowrap;
}

.coder_g td {
	border: 1px solid #333;
	padding: 1.5em 1.0em;
	vertical-align: top;
}

.cancel-table {
	margin-bottom: 1em;
}

.cancel-table th, .cancel-table td {
	border: 1px solid #333;
	padding: 10px;
}

.cancel-table th {
	font-weight: normal;
	text-align: left;
	background: #fff;
}

.cancel-table td {
	text-align: center;
	background: #eee;
}

/*レンタル補償制度*/
.compensation_table {
	width: auto;
	margin-left: 0;
}

.compensation_table th {
	padding: 5px;
	background: #ffc108;
}

.compensation_table td {
	padding: 5px;
}

.compensation_table td:nth-child(2) {
	text-align: center;
}

.compensation .compensation_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.compensation .compensation_img li p {
	text-align: center;
	font-size: .8em;
	margin-top: 0;
}

/* 比較表 */
.comparison {
	margin: 1em 0 2em;
}

.comparison table {
	border-spacing: 0;
	border: 1px solid #e2e2e3;
	margin: 0.5em auto;
	width: 90%;
}

.comparison thead th {
	background: #666;
	color: #fff;
}

.comparison th,
.comparison td {
	padding: 10px;
	border: 1px solid #333;
}

.comparison th {
	background: #ededed;
	color: #333;
	white-space: nowrap;
}

.comparison td {
	background: #fff;
	text-align: center;
}

/*特定商取引CSS*/
/* .p-law{
margin: 0 auto;
    width: 90%;
} */
.txt-xsmall {
	font-size: 1px;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.txt-xsmall {
		font-size: 1.3rem;
	}
}

/*よくある質問CSS*/

.hidden_question {
	margin: 0;
	padding: 0;
}

.hidden_question label {
	border-bottom: 1px solid;
	cursor: pointer;
	display: block;
	padding: 1.5em 3.5em 1.5em 1.0em;
	position: relative;
}

.hidden_question label:hover {
	background: #fff;
}

.qMark {
	font-family: AvenirNextCondensed Medium, 'Barlow Condensed', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin-right: 0.5em;
}

.aMark {
	color: #ffc107;
	font-family: AvenirNextCondensed Medium, 'Barlow Condensed', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin-right: 0.5em;
}

.hidden_question label:after {
	content: "＋";
	/* 閉じている状態のときにラベルの後ろに続く文字 */
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	right: 1.0em;
	top: 25%;
}

.hidden_question input {
	display: none;
}

.hidden_question .hidden_answer {
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0;
	text-align: left;
	transition: 1.2s;
}

.hidden_question input:checked+label:after {
	content: "－";
	/* 開いている状態のときにラベルの後ろに続く文字 */
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	right: 1.0em;
}

.hidden_question input:checked~.hidden_answer {
	height: auto;
	opacity: 1;
	padding: 10px 0;
}

.hidden_answer {
	background: #fff;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	border-radius: 8px;
	/* CSS3草案 */
	-webkit-border-radius: 8px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;
	/* Firefox用 */
}

.hidden_answer p {
	padding: 1.5em 1.0em 1.5em 2.0em;
}


/*下層ページレスポンシブ*/
/*共通*/

@media screen and (max-width: 560px) {
	.subpage-wrap {
		width: 100%;
	}

	.numberList, .normalList, .normalList li {
		margin: 1.0em 0 1.0em 1em !important;
	}

}


/*########## 下層ページCSS##########*/



/*追加CSS*/
/*追加CSS*/

/*トップページ*/


/*問い合わせページ*/
#sysFormIndex #sysMain, .sysCart #sysMain, .sysMemberRegister #sysMain, .sysMypage #sysMain {
	float: none !important;
}

/*商品ページ*/
/*プラン表*/
.plan-items {
	width: 100%;
}

.plan-items-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.plan-price {
	margin: 5px;
	border: 1px solid #000;
	text-align: center;
	width: 23%;
	min-width: 100px;
}

.planTitle {
	background: #CCCCCC;
	padding: 2px;
	line-height: 1.5;
}

@media screen and (max-width: 560px) {
	.plan-price {
		width: 45%;
	}
}

/*セット品*/
.set-items {
	width: 100%;
}

.set-items-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.set-price {
	margin: 5px;
	border: 1px solid #000;
	text-align: center;
	width: 15%;
	min-width: 100px;
}

.setTitle {
	background: #CCCCCC;
	padding: 2px;
}

@media screen and (max-width: 560px) {
	.set-price {
		width: 45%;
	}
}

/*販売商品セクション（トップページ下部）*/
.selling-wrap {
	text-align: center;
}

.selling-wrap h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #3d6d9d;
}

.sell-box {
	width: 90%;
	margin: 30px auto;

}

.sell-box h4 {
	color: #3d6d9d;
	text-align: left;
}

.agents_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.agents_item li {
	box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
	width: 208px;
	margin: 10px;
}




/*トップ新着販売赤丸*/
.top_newarrival2 li::after {
	position: absolute;
	content: '国内\A正規品';
	display: inline-block;
	white-space: pre;
	text-align: center;
	/* vertical-align: middle; */
	font-size: 10px;
	background-color: red;
	color: #fff;
	line-height: 1.2;
	padding: 10px;
	border-radius: 50%;
	top: 51%;
	right: 3%;
	width: 25px;
	height: 25px;
	font-weight: bold;
}


.top_newarrival2 li {

	position: relative;
}


.rental .sysItemName, .lens .sysItemName, .movie-accessory .sysItemName, .camera-accessory .sysItemName, .shooting-accessory .sysItemName, .projector .sysItemName, .light .sysItemName {
	text-align: left;
	margin: 0% auto 0 5%;
	width: 90%;
	font-weight: bold;
	font-size: 16px;
	min-height: 50px;
	max-height: 50px;

}

.tax-small {
	position: relative;
}

.tax-small::after {
	content: '（税抜）';
	position: absolute;
	font-size: 12px;
	top: -100%;
	right: 7%;
	color: red;
	width: 65px;
}

.top_newarrival2 .tax-small::after {
	display: none;
}

.top_newarrival .tax-small::after {
	content: '（税抜）';
	position: absolute;
	font-size: 12px;
	top: -70%;
	right: 7%;
	color: red;
	width: 65px;
}




/*関連商品*/
.aside-relate .tax-small::after {
	content: "（税抜）";
	position: absolute;
	font-size: 12px;
	top: -1%;
	right: -6%;
	color: red;
	width: 65px;
	display: none;
}

.aside-relate {
	width: 95%;
	margin: 0 auto;
}

.aside-relate .sysContent .sysHorizontal li {
	float: none !important;
	width: 22%;
	padding: 5px;
}

.aside-relate .sysContent .sysHorizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.aside-relate .sysContent .sysHorizontal li .add-link {
	display: none;
}

@media screen and (max-width: 1024px) {
	.aside-relate .sysContent .sysHorizontal li:nth-child(4) {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.aside-relate .sysContent .sysHorizontal li:nth-child(3) {
		margin-top: 0;
	}
}

/*追加共通CSS*/
.top_newarrival li .sysItemPrice {
	position: relative;
}

.sysItemPrice::before {
	content: '1日プラン(実質2泊3日)：';
	display: block;
	padding-top: 10px;
	font-size: 15px;
}

.sysItemPrice::after {
	content: '〜';
}

.top_newarrival2 .sysItemPrice::before {
	content: '販売価格：';
	display: inline-block;
	white-space: pre;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;

	color: #fff;
	line-height: 1;

}

.sysItemImage {
	position: relative;
}

.top_newarrival li .sysItemPrice {
	font-size: 2.6rem;
	color: red;
	font-weight: bold;
}

.rental li .sysItemPrice, .lens li .sysItemPrice, .movie-accessory li .sysItemPrice, .camera-accessory li .sysItemPrice, .shooting-accessory li .sysItemPrice, .projector li .sysItemPrice, .light li .sysItemPrice {
	font-size: 1.7rem;
	color: red;
	font-weight: bold;
	position: relative;
	padding-bottom: 5px;
}

/*トップ商品リスト共通*/
.top_newarrival2 .sysContent .sysHorizontal li, .rental .sysContent .sysHorizontal li, .movie-accessory .sysContent .sysHorizontal li, .lens .sysContent .sysHorizontal li, .camera-accessory .sysContent .sysHorizontal li, .shooting-accessory .sysContent .sysHorizontal li, .projector .sysContent .sysHorizontal li, .light .sysContent .sysHorizontal li {
	float: left;
	width: 22%;
	padding: 0;
	margin-left: 2.4%;
	box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
	min-width: 206px;
	position: relative;
}

/*
.rental .sysContent .sysHorizontal li,.movie-accessory .sysContent .sysHorizontal li,.lens .sysContent .sysHorizontal li,.camera-accessory .sysContent .sysHorizontal li,.shooting-accessory .sysContent .sysHorizontal li,.projector .sysContent .sysHorizontal li,.light .sysContent .sysHorizontal li{
 min-height: 315px;
 max-height: 315px;
}
*/

.top_newarrival2 ul, .rental ul, .lens ul, .movie-accessory ul, .camera-accessory ul, .shooting-accessory ul, .projector ul, .light ul {
	margin: 0 auto;
	width: 98%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*新着商品CSS*/
.top_newarrival2 li #sysDescriptionMobile, .top_newarrival2 li #sysDescriptionPc, .top_newarrival2 li .sysItemPrice {
	text-align: left;
	padding-left: 7px;
	width: 100%;
	background: #707070;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}

.top_newarrival2 li .sysItemName {
	color: #fff;
	text-align: left;
	padding-left: 7px;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	background: #707070;
	height: 65px;
}

.top_newarrival2 li a {
	color: #fff;
}

/*トップ選べれる理由*/
.reason-wrap {
	width: 90%;
	margin: 0 auto;
}

.reason-item-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5%;
}

.reason-item {
	width: 30.5%;
	margin: 10px;
	box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.reason-item-txt {
	width: 84%;
	margin: 0 auto;
	font-size: 15px;
}

.reason-item-title {
	text-align: center;
}

.reason-item-img {
	text-align: center;
	margin: 15px auto;
	height: 95px;
}

.reason-item-img3 {
	text-align: center;
	margin: 0px auto -3px;
	height: 124px;
}

.reason-item-title {
	font-size: 24px;
}

.reason-item-img4 {
	text-align: center;
	margin: 15px auto;
	height: 95px;

}

.reason-item-img4 img {
	margin-top: -20%;
}

/*トップその他サービス*/
.other-wrap a {
	color: #fff;
}

.other-wrap {
	width: 90%;
	margin: 0 auto;
}

.other-item-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 5%;
}

.other-item {

	width: 324px;

	box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 1px 0 20px;
}

.other-item-txt {
	width: 84%;
	margin: 0 auto;
	font-size: 15px;
}

.other-item-img {
	text-align: center;
	margin: 15px auto;
	width: 70%;
}

.other-item-title {
	font-size: 24px;
	width: 84%;
	margin: 0 auto;
}

.other-item-txt p {
	margin: 5px auto;
}

.other-item .add-link {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #4c4c4c;
	color: #fff;
	font-size: 21px;
	padding: 6px;
	text-align: center;
	font-weight: 700;
	position: static;
}



.contact-link-item-box {
	width: 90%;
	margin: 0 auto;
}

.contact-link-txt {
	color: #3d6d9d;
	width: 95%;
	border-top: 4px solid #3d6d9d;
	border-bottom: 4px solid #3d6d9d;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
}

.contact-link-txt h3 {
	font-weight: bold;
	font-size: 30px;
}

.contact-link-txt h3::before {
	content: '';
	background-image: url(../img/24h.png);
	display: inline-block;
	width: 85px;
	height: 55px;
	background-size: contain;
	vertical-align: middle;
}

.contact-link-txt2 {
	color: #3d6d9d;

	margin: 0 auto 2%;
	font-size: 19px;
	width: 87%;
}

.contact-link-item-inner {
	background-color: #c4df9c;
	text-align: center;
	position: relative;
	width: 95%;
	margin: 0 auto 5%;
}

.contact-link-item-inner h3 {
	color: #000;
	padding: 15px;
	font-size: 24px;
	font-family: AvenirNextCondensed Medium, 'Barlow Condensed', sans-serif;
}

.contact-link-btn {
	background: #82dd16;
	text-align: center;
	display: inline-block;
	width: 45%;
	padding: 12px;
	box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 3%;
}

.contact-link-btn a {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

.contact-link-btn a:hover {
	color: #fff;
	opacity: 0.5;
}

.contact-link-btn:hover {
	opacity: 0.5;
}

.contact-link-barcode {
	position: absolute;
	top: 15%;
	right: 5%;
	width: 12%;
}

.contact-link-barcode img {
	width: 100%;
}


/*トップレンタルについて*/
.about-rental-item-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about-rental-item {
	width: 28.5%;
	margin: 4px;
}

.about-rental-item-img {
	height: 161px;
	background-image: url(../img/レンタルについて_レンタルの流れ.png);
	background-position: 47.5% 54.6%;
	background-repeat: no-repeat;
	background-size: 65%;
}

.about-rental-item-img2 {
	height: 161px;
	background-image: url(../img/レンタルについて_お貸出期間.png);
	background-position: 49.5% 48%;
	background-size: 34%;
	background-repeat: no-repeat;
}

.about-rental-item-img3 {
	height: 161px;
	background-image: url(../img/レンタルについて_よくあるご質問.png);
	background-position: 49.5% 48%;
	background-size: 34%;
	background-repeat: no-repeat;
}

.about-rental-item-txt {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 9%;
}

.about-rental-item:first-child {
	background: #3d6d9d;
}

.about-rental-item:nth-child(2) {
	background: #0289fe;
}

.about-rental-item:last-child {
	background: #64b1ff;
}

/*トップオリジナルフッター*/
.crc-footer-wrap {
	background-color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5%;
	font-size: 20px;
}

.crc-footer-item-box {
	color: #fff;
	width: 25%;
}

.crc-footer-item-box h3 {
	font-weight: bold;
	border-bottom: 2px solid #fff;
	width: 100%;
	font-size: 1.6rem;
}

.cra-footer-item li {
	font-size: 1.2rem;
}

.crc-footer-item-box a {
	color: #fff;
}

.crc-footer-item-box:nth-child(2) {
	margin: 0 20px;
}


/*カレンダーデザイン*/
.sysRentalSchedulesCalendars {
	margin: auto;
	width: 80% !important;
}

.sysRentalStartDate {
	width: 80%;
	margin: 0 auto;
}

.sysRentalExtendDays {
	width: 80%;
	margin: 10px auto 0;
}

/*レンタル期間テーブル*/
.sysRentalScheduleInfo {
	width: 80%;
	margin: auto;
}

.sysRentalSendDay, .sysRentalReachDay, .sysRentalUseDays, .sysRentalReturnDay {
	margin: 5px 0;

}

#sysItemDetail .sysRentalScheduleInfo>div>span:first-child {
	width: 150px;
	background-color: #EDEDED;
	border-left: 1px solid #b9b9b9;
}

#sysItemDetail .sysRentalScheduleInfo>div>span {
	display: inline-block;
	text-align: center;
	padding: 3px 0px;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-top: 1px solid #b9b9b9;
}

#sysItemDetail .sysRentalScheduleInfo>div {
	display: flex !important;
}

#sysItemDetail .sysRentalScheduleInfo>div>span:not(:first-child) {
	-ms-flex-positive: 1;
	flex-grow: 1;
}


/*ヘッダー改造版*/
.crcHeader_wrapper {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.hrcHeader_logo {
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 75px;
	width: 72%;
}

.logo {
	width: 31%;

}

.logo a {
	width: 100%;
}

.logo img {
	width: 100%;
}

.hrcHeader_logo h1 {
	font-size: 32px;
	white-space: nowrap;
	color: #3d4497 !important;
	line-height: 0.9;
	margin-right: 3%;
	font-family: 'M PLUS 1p', sans-serif;
}

.h_small {
	font-size: 0.5em;
}

.credit {
	height: 75px;
}

.credit img {
	margin: 5% 0 0 5%;
	width: 80%;
}

.company_info p {
	line-height: 1;
	color: #000;
	white-space: nowrap;
	padding: 0;
	font-size: 17px;
}

.company_info p span {
	font-weight: bold;
	padding-right: 5px;
}

.company_info {
	width: 56%;
}

.top_visual {
	padding-top: 38%;
	background-repeat: no-repeat;
	background-image: url(../img/top-img.jpeg);
	background-position: center;
	background-size: 100%;
}

.categorynavi a {
	color: #fff;
}

.categorynavi .tips li:nth-child(6n-5) a, .categorynavi .tips li:nth-child(6n-5) a:link, .categorynavi .tips li:nth-child(6n-5) a:visited, .categorynavi .tips li:nth-child(6n-4) a, .categorynavi .tips li:nth-child(6n-4) a:link, .categorynavi .tips li:nth-child(6n-4) a:visited {
	color: #FFFFFF;
	background-color: #143b62;
	border: 1px solid #143b62;
}

.categorynavi .categorynavi_child a, .categorynavi .categorynavi_child a:link, .categorynavi .categorynavi_child a:visited {
	color: #565656;
}

.categorynavi li:hover {
	background-color: #333;
}

.categorynavi_parent>li:hover {
	background-color: #254d75 !important;
}

.categorynavi_childList a:hover {
	background-color: inherit;
}

.categorynavi .tips li:nth-child(6n-3) a, .categorynavi .tips li:nth-child(6n-3) a:link, .categorynavi .tips li:nth-child(6n-3) a:visited, .categorynavi .tips li:nth-child(6n-2) a, .categorynavi .tips li:nth-child(6n-2) a:link, .categorynavi .tips li:nth-child(6n-2) a:visited {
	color: #143b62;
	background-color: #FFFFFF;
	border: 2px solid #143b62;
}

.categorynavi .tips li:nth-child(6n-1) a, .categorynavi .tips li:nth-child(6n-1) a:link, .categorynavi .tips li:nth-child(6n-1) a:visited, .categorynavi .tips li:nth-child(6n) a, .categorynavi .tips li:nth-child(6n) a:link, .categorynavi .tips li:nth-child(6n) a:visited {
	color: #FFFFFF;
	background-color: #565656;
	border: 2px solid #565656;
}

.categorynavi {
	font-weight: 700;
	font-size: 0.9em;
	height: 40px;
	background-color: #143b62;
	color: #000;
}

.categorynavi .bg-extend {
	background-color: #000;
}

.categorynavi_parent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	height: 40px;
	margin-top: 3px;
	background-color: #254d75;
	border-top: 3px solid #fff;
}

.categorynavi_parent>li {
	height: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	/*   flex-grow: 1;  */
	border-right: 4px solid #fff;
	border-bottom: 3px solid #fff;
	display: inline-block;
	width: 11.11%;
}

.categorynavi_parent li:hover a {
	color: #000;
}

.categorynavi_parent>li:first-child {
	border-left: 2px solid #FFFFFF;
}

.categorynavi_parent>li:nth-of-type(8n+1) {
	border-left: 2px solid #FFFFFF;
}

.categorynavi_parent>li>a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.categorynavi_parent>li>a span {
	position: relative;
	z-index: 60;
	line-height: 1.4;
	font-weight: 700;
}

.categorynavi_parent>li:hover>a::after {
	display: block;
}

.categorynavi_parent>li.sub:hover>a::after {
	display: none;
}

.categorynavi_child {
	transform: scale(1, 0);
	transform-origin: top;
	transition-duration: 0.2s;
}

.categorynavi_parent>li.hover .categorynavi_child {
	transform: scale(1, 1);
}

.categorynavi_child {
	position: absolute;
	top: 175px;
	left: 0;
	width: 100%;
	height: auto;
	box-shadow: 7px 7px 10px 5px rgba(0, 0, 0, 0.4);
	animation-duration: 0.3s;
	animation-name: show-balloon;
	background-color: #FFFFFF;
	font-size: 100%;
	list-style-type: none;
	z-index: 200;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

/*
#top .categorynavi_child{
top: 113px;
}
*/
.categorynavi_childInner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.categorynavi_childList {
	padding: 5px 20px 15px;
	width: 100%;
}

.categorynavi_childList ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	margin: 20px 0;
}

.categorynavi_childList li {
	-ms-flex-preferred-size: calc(100% / 7);
	flex-basis: calc(100% / 7);
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	display: inline-block;
}

.categorynavi_childList li:hover {
	opacity: 0.8;
	background: #fff;
}

.categorynavi_childList a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 15px 0px;
}

.categorynavi_childList a p {
	font-size: 12px
}

.categorynavi_childList img {
	max-width: 60%;
	margin-bottom: 5px;
}


.categorynavi_childAside p {
	color: #141414;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}

.categorynavi_childAside img {
	max-width: 130px;
	margin-right: 1em;
}

.categorynavi_childAside .tips {
	margin-top: 9%;
}

.categorynavi_childAside .tips ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.categorynavi_childAside .tips ul li {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	text-align: center;
	margin-bottom: 1em;
	display: inline-block;
}

.categorynavi_childAside .tips ul li a {
	width: 90%;

	display: inline-block;
	margin: 0 5px;
	padding: 8px;
	border-radius: 8px;
}

.categorynavi_childTextlinkonly {
	width: 100%;
}

.categorynavi_childTextlinkonly ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 3%;
	width: 100%;
}

.categorynavi_childTextlinkonly ul li {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	max-width: 20%;
	margin-bottom: 1em;
	display: inline-block;
}

.categorynavi_childTextlinkonly a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 600;
	margin-right: 5px;
}

.categorynavi_child1 {
	background-color: #143b62;
}

.categorynavi_child1 li {
	height: 50px;
	padding: 5px;
	line-height: 1.1rem;
}

.categorynavi_parent li:hover .categorynavi_child1 li a {
	color: #fff;
}

.categorynavi_parent li:hover .categorynavi_child1 li:hover a {
	color: #333;
}

.categorynavi_child2 {
	background: #254d75;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.categorynavi_child2 {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}

.sub_dropdown:hover .categorynavi_child2 {
	visibility: visible;
	opacity: 1;
	margin-top: 3px;
}

.categorynavi_child2 li {
	padding: 8px 0;
	text-align: center;
}

.categorynavi_child2 li a {
	color: #fff !important;
}

.categorynavi_child2 li:hover {
	background: #143b62;
}


.main_top_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main_top_item {
	width: 25%;
}

.main_top_item_txt {
	color: #fff;
	width: 90%;
	margin: 15px auto 0;
	text-align: center;
	line-height: 1.4;
}

.box1, .box2, .box3, .box4 {
	margin: 2px;
}

.box1 {
	background-color: #396d9a;
}

.box1 .txt-big, .box3 .txt-big {
	padding-top: 3%;
}

.box2 {
	background-color: #0089fb;
}

.box3 {
	background-color: #80dd34;
}

.box4 {
	background-color: #f94440;
}

.txt-big {
	font-size: 2vw;
	font-weight: 700;
	line-height: 1.3;
}

.txt-small {
	font-size: 16px;
}

.main_top_link {
	width: 100%;
	margin: 10px auto;
	text-align: center;
	color: #000000;
	line-height: 29px;
}

.main_top_link h3 {
	font-size: 1.5em;
	border-top: 2px solid;
	border-bottom: 2px solid;
	border-color: #000000;
	padding: 5px 0;
	margin: 0 30px;
}

.detail {
	background-color: #444141;
	padding: 1% 10%;
	display: inline-block;
	margin-top: 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}


.sysItemImage {
	max-width: 180px;
	margin: 10px auto 5px;
}

.top_newarrival .sysItemImage {
	max-width: 200px;
	height: 200px;
	margin: 0 auto;
}


.crcHeader {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 100;
}

.opcCommonButton opcConfirm_inputStatus_disable {
	display: block;
}

#sysItemCategory #sysWrap, #shopping-guide #sysWrap, #sysInformation #sysWrap {
	width: 80%;
	margin: 20px auto;
}

#sysFormIndex #sysWrap, #law #sysWrap {
	margin: 160px auto;
}

.relativ .sysContent .sysHorizontal li {
	width: 288px;
}

.main_top_link p {
	line-height: 1.3;
}

.main_video {
	width: 100%;
	position: relative;
	line-height: 0;
}

.main_video video {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.main_video_txt {
	background: #333;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	position: absolute;
	bottom: 3px;
	line-height: 1.5;
}

.txt_left {
	left: 20%;
}

.txt_right {
	right: 20%;
}

.drc_link {
	background: transparent;
	font-size: 1em;
}

.drc_link a span {
	color: #fff;
	padding-left: 5px;
}

.drc_link a:hover span {
	color: #ffc107;
}

.micro_drone_txt {
	color: #fff;
	font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.sysFuncInformation ul {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	padding: 5px;
	margin: 10px auto 0;
}

.sysFuncInformation time {
	font-weight: normal;
	font-size: 0.8em;
}

/*新着販売商品*/
.top_newarrival2 li {
	background: #c5e09c;
}





/*取引先*/
.company-logo {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5%;
}


.company-logo-item {
	width: 16.4%;
	margin: 1%;
}






/* 基本設定
 *----------------------------------------------------------------------*/
html {
	/* font-size:62.3%; */
	scroll-behavior: smooth;
}

body {
	color: #000;
	/* font-size: 1.3rem;/*13px*/
	*/ font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-size: 90%;
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 978px) {
	body {
		line-height: 2.0;
		font-size: 100%;
	}
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

.sp_only {
	display: none;
}

#sysAll {
	max-width: 100%;
	background-color: transparent;
	padding: 0;
}

#none #sysWrap {
	width: 100%;
	margin: 119px auto 0;
	padding: 0;
	overflow: hidden;
}

#sysItemDetail #sysWrap {
	width: 90%;
	margin: 0px auto !important;
	padding: 0;
	overflow: hidden;
}
}

#sysWrap {
	width: 80%;
	margin: 160px auto 0;
	padding: 0;
	overflow: hidden;
}

#sysHeader {
	margin: 0;
	padding: 0;
}

div#sysMain {
	/* float: none; */
	width: 100%;
	margin: 160px auto 0 !important;
	padding: 0;
	background: transparent;
}

#sysAside {
	display: none;
	float: none;
	padding: 0;
}

#sysFooter {
	margin: 30px 0 0;
	padding: 0;

}

#top #sysWrap {
	margin-top: 0;
}


.sysContent {
	padding: 0 !important;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: inherit;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: inherit;
}

a:hover {
	color: #222222;
}

img {
	vertical-align: bottom;
	/*you kakunin*/
	height: auto;
}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-filter: "alpha( opacity=50 )";
	-webkit-filter: "alpha( opacity=50 )";
	-o-filter: "alpha( opacity=50 )";
	-ms-filter: "alpha( opacity=50 )";
}

a:hover img.nohover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-filter: "alpha( opacity=100 )";
	-webkit-filter: "alpha( opacity=100 )";
	-o-filter: "alpha( opacity=100 )";
	-ms-filter: "alpha( opacity=100 )";
}

p {
	margin: 10px auto;
}

p.indent {
	margin: 5px 0 !important;
	text-indent: 1em
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* フォーム要素の基本レイアウト */
input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
	-webkit-appearance: none;
	padding: 10px 5px !important;
	width: 100%;
	line-height: 2;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 0;
}

input[type="radio"] {
	margin: 10px 10px 20px;
}

.sysFormField {
	margin: 10px 0;
	line-height: 1.5;
	font-size: 90%;
}

.sysFormField label {
	margin-right: 20px;
	font-size: 15px;
}

.sysFormField a {
	display: inline-block;
	color: #068acc;
	border-bottom: 1px solid #068acc;
	line-height: 15px;
	margin: 0 3px;
}

select {
	height: 40px;
}

#sysItemCategory select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none !important;
	width: 100%;
	padding: 3px 5px;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	/*background: url("owl.video.play.png") no-repeat;*/
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}

.owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-dots {
	position: relative;
	bottom: 53px;
	text-align: center;
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	top: 10px;
}

.owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 5px;
	background: #999;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #f1f1f1;
}

.owl-nav [class*=owl-] {
	position: absolute;
	bottom: 43px;
	margin-top: -18.5px;
	outline: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	z-index: 9999;
	border: none;
	border-radius: none;
	cursor: pointer;
}

.owl-nav .owl-prev {
	left: 20%;
	background: url(/img/common/nav_left.png);
	background-size: 40px;
}

.owl-nav .owl-next {
	right: 20%;
	background: url(/img/common/nav_right.png);
	background-size: 40px;
}

/* 検索ボックス */
.search_bx {
	position: relative;
	top: 142px;
	margin: 0 5%;
}

.search_bx form {
	overflow: hidden;
	border: 1px solid #dddddd;
}

.search_bx .sysItemSearchFormWord {
	float: left;
	width: 70%;
}

.search_bx input[type="search"] {
	height: 40px;
	border: none;
	padding: 5px;
	width: 100%;
}

.search_bx .sysSearchButton {
	overflow: hidden;
	float: left;
	display: block;
	width: 30%;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -999px;
	border-radius: 0px;
	border: none;
	background: #333 url(https://d1twa1akh240nn.cloudfront.net/img/common/ico_search.png) no-repeat center center;
	background-size: 70px;
	cursor: pointer;
}

/* submitボタンの調整 */
#sysMypageReminder #sysMain input[type=submit],
.sysBackButton,
.sysNextSubmit {
	background: #666;
	color: #fff;
	display: block;
	padding: 10px 15px;
	text-shadow: none;
	border-color: transparent;
	border-radius: 3px;
	width: 80%;
	height: 50px;
	margin: 0 auto;
}

/* 商品カテゴリページ */
.sysFuncItemCategory a {
	line-height: 1.75;
}

.sysFuncItemCategory a:hover {
	background: #eee;
}

#sysItemCategory h1.itemCategory {
	margin-left: 5px;
	border-left: 5px solid #222222;
	padding-left: 10px;
	font-size: 18px;
	margin: 20px 0 10px;
}

.sysSelectionDescription {
	margin: 2px 0 10px;
}

/* 4-1-3 Category View Mode */
.sysItemCategoryCtl {
	font-size: small;
}

.sysItemCategoryCtl a {
	display: inline-block;
	padding: 2px 4px;
	background: #ddd;
	border: 1px solid #999;
	border-radius: 3px;
	text-decoration: none;
	margin: 2px 0;
}

/* PRアイコン設定 */
.sysItemPr {
	font-size: small;
	padding: 0 5px;
	background: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	display: inline-block;
	font-weight: bold;
}

/*PRアイコン(商品詳細ページ)*/
.sysPr span {
	width: 24%;
	padding: 3px 10px;
	color: #222222;
	font-weight: bold;
	font-size: 13px;
	border-radius: 15px;
	margin: 0 0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

span.icon_online, span.icon_kyobashi {
	display: inline-block;
	background: #ff1000;
	border: 3px solid #ff1000;
	color: #fff;
}

span.icon_book {
	display: inline-block;
	border: 3px solid #ff1000;
	color: #ff1000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

span.icon_chilled {
	display: inline-block;
	background: #4472c4;
	border: 3px solid #4472c4;
	color: #fff;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
}

/* カートボタン */
.sysCartButton {
	border: none;
	padding: 10px;
	margin: 5px 0;
	border-radius: 5px;
	background-color: #222222;
	color: #fff;
	cursor: pointer;
}

.sysCartButton:hover {
	background: #999;
}

/* アーカイブリスト */
.sysItemList ul.sysList li .sysThumbnailImage {
	width: 40%;
	max-width: 200px;
}

/* 4-1-7  商品サムネイル画像 */
.sysItemList ul.sysThumbnail li {
	display: inline-block;
	float: none;
	vertical-align: top;
	letter-spacing: normal;
}

.sysItemList ul.sysThumbnail {
	letter-spacing: -.4em;
	display: flex;
	flex-wrap: wrap;
}

.sysItemList ul.sysThumbnail input {
	width: 100%;
	padding: 10px 0;
}

.sysItemList ul.sysThumbnail li {
	float: left;
	width: 18%;
	padding: 1%;
	background: #fff;
	margin: 1%;
	border: 1px solid #ccc;
}

/* 商品ぺージ */
/* 商品画像 */
.sysThumbnailImage>span, .sysThumbnailImage>br {
	display: none;
}

.sysItemImages {
	max-width: 500px;
	padding-right: 20px;
}

.sysItemImages .sysImageList li {
	display: inline-block;
	vertical-align: top;
	height: auto;
	width: 32%;
	line-height: 1;
	float: none;
	margin: 1% 0;
}

/* 商品名 */
.sysItemName h1 {
	font-size: x-large;
}

/* 注文エリア*/
.orderArea {
	letter-spacing: -.4em;
	text-align: center;
}

.orderArea>div {
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}

.orderArea>.orderArea>div, .orderArea3>.orderArea3>div {
	width: 100%;
	display: block;
}

/* 注文エリア3カラム*/
.orderArea3 {
	width: 32%;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}

.orderArea2 {
	width: 66%;
	display: inline-block;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}

.orderArea2 .sysItemImages, .orderArea2 .sysDescription {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.orderAreaBox {
	margin-bottom: 15px;
}

.orderAreaBox p {
	padding: 3px;
	color: #fff;
	background: #333;
	display: inline-block;
	text-align: center;
	width: 21%;
	margin: 0 5px;
}

.orderAreaBox img {
	margin-left: 10%;
	display: inline-block;
	width: 40%;
}

/* 商品ページのタイトル */
.sysItemName,
.sysExplanation>div>span,
.sysReview>span {
	display: block;
	margin-bottom: 0px;
	font-size: large;
}

/* 料金表 */
.price-list {
	width: 100%;
}

.price-list th, .price-list td {
	border-bottom: solid 1px;
	padding-top: 15px;
	padding-bottom: 3px;
}

.price-list th {
	font-weight: normal;
}

.price-list td {
	text-align: right;
}

#price-list2, #price-list3, #price-list4, .discount {
	border-bottom: solid 1px;
	padding-top: 15px;
	padding-bottom: 3px;
}

.list-h {
	display: inline-block;
	width: 60%;
}

#price-list3 .list-h {
	width: 56%;
}

#price-list4 .list-h {
	width: 48%;
}

#sysItemDetail .sysRetailPrice, #sysItemDetail #sysSubtotal, #sysItemDetail .sysShippingCost {
	display: inline-block;
	color: #000;
	text-align: right;
	font-size: medium;
}

#sysItemDetail .sysRetailPrice {
	width: 38%;
}

#sysItemDetail #sysSubtotal {
	width: 42%;
}

#sysItemDetail .sysRetailPriceTaxIncluded {
	display: none;
}

#sysItemDetail .sysShippingCost {
	width: 50%;
}

.discount p {
	margin: 0;
}

/* 買い物フォーム */
#sysItemDetail #sysVariation {
	overflow: hidden;
	margin: 5px auto;
}

#sysItemDetail #sysVariation>div {
	margin: 10px auto;
	overflow: hidden;
}

#sysItemDetail .sysNumArea button {
	overflow: hidden;
	display: inline-block;
	width: 25%;
	padding: 10px;
	text-indent: -999px;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
	background: #f1f1f1;
	cursor: pointer;
}

#sysItemDetail .sysNumArea button:hover {
	background-color: #efefef;
}

#sysItemDetail .sysNumArea {
	padding-top: 5px;
	clear: both;
	text-align: right;
	margin-bottom: 10px;
}

#sysWishlist .sysButton,
#sysItemDetail .sysCartButton {
	width: 98%;
	margin-left: 2%;
}

#sysItemDetail .sysShare {
	padding: 5px 0 0 2%;
}

#sysCartInForm {
	width: 100%;
}

/* ログインボタン */
.sysLoginButton,
.sysButton {
	border: none;
	padding: 10px;
	margin: 5px 0;
	border-radius: 5px;
	background-color: #666;
	color: #fff;
	cursor: pointer;
}

.sysLoginButton,
.sysButton:hover {
	background: #999;
}

.sysLoginButton {
	display: block;
	width: 50%;
	margin: 10px auto;
	padding: 20px;
}

/* カートボタン */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit,
.sysCart #sysMain input[type=submit],
.sysCart #sysMain button[type=submit],
.sysCart #sysMain button {
	background: #666;
	color: #fff;
	text-shadow: none;
}

.sysCartInDone {
	margin: 0;
}

/* フォームページの基本レイアウト*/
#sysFormIndex #sysMain,
#sysFormConfirm #sysMain,
#sysFormThanks #sysMain,
.sysMemberRegister #sysMain,
.sysMypage #sysMain {
	width: 90%;
	border: 1px solid;
	padding: 20px 150px !important;
	margin: 30px auto;
}

#sysDestination #sysMain {
	width: 1100px;
	border: 1px solid #eee;
	padding: 20px 150px !important;
	margin: 30px auto;
}

#sysFormConfirm label, #sysMemberRegisterConfirm label {
	//**  display: block;**/
	margin: 15px 0 5px !important;
}

#sysFormConfirm .sysFormField #sysMemberRegisterConfirm .sysFormField {
	margin: 10px 0 20px !important;
}

#sysFormConfirm button.sysButton {
	width: 49%;
	float: left;
	margin: 0;
	margin-right: 1%;
	margin-top: 30px;
	height: 50px;
	border-radius: 3px;
	background: #ccc;
	color: #444;
}

#sysFormConfirm .sysNextSubmit {
	width: 49%;
	margin: 0;
	margin-top: 50px;
	margin-left: 1%;
}

#sysMemberRegisterConfirm .sysNextSubmit {
	width: 49%;
	margin: 0;
	margin-top: 20px;
	margin-right: 1%;
	float: left;
}

#sysMemberRegisterConfirm .sysBackButton {
	width: 49%;
	float: left;
	margin: 0;
	margin-left: 1%;
	margin-top: 0px;
	height: 50px;
	border-radius: 3px;
	background: #ccc;
	color: #444;
}

#sysFormThanks .completeText {
	margin: 20px 0;
	text-align: center;
	font-size: 15px;
}

#sysFormThanks .completeText a {
	color: #068acc;
	text-decoration: underline;
}

#sysMemberRegisterRegister #sysMain h2,
#sysMemberRegisterConfirm #sysMain h2,
#sysMemberRegisterIndex #sysMain h2,
#sysFormThanks #sysMain h2,
#sysFormConfirm #sysMain h2,
#sysFormIndex #sysMain h2 {
	display: none;
}

#sysFormIndex #sysMain input {
	font-size: 15px;
}

#sysMemberRegisterConfirm #sysMain>form,
#sysMemberRegisterIndex #sysMain>form,
#sysFormConfirm #sysMain>form,
#sysFormIndex #sysMain>form {
	padding: 10px;
}

#sysMypageReminder #sysMain input[type="text"],
#sysMemberRegisterIndex #sysMain input[type="text"],
#sysFormIndex #sysMain input[type="text"],
#sysFormIndex #sysMain textarea {
	background: #fff;
	border-radius: 0;
}

#sysMemberRegisterIndex #sysMain input[type="tel"],
#sysMemberRegisterIndex #sysMain input[type="email"],
#sysMemberRegisterIndex #sysMain input[type="password"] {
	background: #fff;
	border-radius: 0;
	margin: 10px 0 30px
}

#sysMain .sysFormLabel {
	display: inline-block;
	border-left: 5px solid #3d3d3d;
	padding-left: 5px;
	line-height: 25px;
	font-size: 15px;
	margin: 30px 0 5px;
	font-weight: bold;
}

#sysMain .sysRequired {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 5px;
}

#sysMain textarea {
	min-height: 75px;
}

.sysZipcode button,
.sysZipcode .sysFormField {
	display: inline-block;
}

.sysZipcode .sysFormLabel {
	display: block;
}

.sysZipcode .sysFormField {
	width: 200px;
}

.sysZipcode br {
	display: none;
}

.sysBirthday input {
	width: auto !important;
}

/* 追加 */
.form-droneschool .sys16 .sysFormLabel,
.form-droneschool_water .sys16 .sysFormLabel,
.form-droneschool_air .sys16 .sysFormLabel {
	display: none !important;
}

/* フォーム確認ぺージ */
#sysMypageEditConfirm #sysMain .sysFormField,
#sysMemberRegisterConfirm #sysMain .sysFormField,
#sysFormConfirm #sysMain .sysFormField {
	border: 1px solid #999;
	line-height: 2;
	padding-left: 10px;
	font-size: small;
	border-radius: 3px;
	margin: 5px auto;
	min-height: 20px;
}

/* マイページ */
.sysMypageMajorHeadLine {
	display: none;
}

.SysMypageMinorHeadLine {
	font-size: 18px;
	border-left: 5px solid #3d3d3d;
	padding-left: 5px;
	margin: 20px 0;
}

#sysMypageLogin .sysMypageMinorHeadLine {
	display: none;
}

/* 購入履歴 */
.sysOrderList {
	border: 1px solid rgb(212, 212, 212);
	padding: 10px;
	max-height: 400px;
	overflow-y: scroll;
}

.sysOrderList li {
	border-bottom: 1px dotted rgb(212, 212, 212);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* Member Profile Editor */
#sysMypageEditDelivery #sysMain>form,
#sysMypageEditMember #sysMain>form {
	padding: 10px;
}

#sysMypageEditDelivery #sysMain input,
#sysMypageEditMember #sysMain input {
	line-height: 15px;
	padding: 5px;
	font-size: small;
	margin: 5px auto;
}

#sysMypageEditConfirm #sysMain>form {
	padding: 10px;
}

/* Special Point */
.sysSpecialPoint {
	overflow: hidden;
	letter-spacing: -.4em;
}

.sysSpecialPoint>div:nth-child(2n) {
	width: 60%;
}

.sysSpecialPoint>div {
	display: inline-block;
	letter-spacing: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #d5d5d5;
}

.sysSpecialPoint>div:nth-child(2n+1) {
	width: 40%;
}

/* 4-5-4 Coupon List */
.sysCoupon {
	border: 1px solid #d5d5d5;
	margin: 10px;
}

/* マイページ（複数配送先編集画面）*/
.sysSelectAddress {
	background: none;
}

.sysSelectAddress a {
	display: block;
	text-decoration: none;
	border: 0px solid;
	padding: 10px;
}

.sysSelectAddress {
	margin: 10px 0;
}

.sysSelectAddress a:hover {
	background: #eee;
}

/***********************************
  商品詳細ページ
***********************************/
/* 検索窓 */
.wrap1 .h_search {
	width: 96%;
	margin: 0 auto;
}

/*商品番号*/
#sysItemDetail .sysItemId {
	text-align: right;
	font-size: 12px;
}

/* 製品型番 */
#sysItemDetail .sysItemViewId {
	font-size: 1.5em;
	margin-bottom: 5px;
}

#sysItemDetail #sysDescription .long {
	margin: 0;
}

/*通常価格*/
#sysItemDetail .sysSuggestedRetailPrice {
	margin-bottom: 5px;
	text-align: right;
}

#sysItemDetail .sysSuggestedRetailPrice span {
	font-size: 1.1rem;
}

/*送料区分*/
/* #sysItemDetail .sysShippingCost {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-top: 5px;
  padding: 0 5px;
  color: #da4636;
  font-weight: bold;
  font-size: 1.1rem;
  border: 1px solid #da4636;
  border-radius: 3px;
} */
/* 商品詳細情報 */
#sysExplanation {
	width: 95%;
}

#sysExplanation h3 {
	margin: 15px 0 5px;
}

#sysExplanation h3::before {
	content: "■";
}

#sysExplanation h4 {
	margin: 10px 5px;
}

.disc {
	margin-bottom: 10px;
}

.disc li {
	list-style-type: disc;
	margin-left: 30px;
}

.mgb10 {
	margin-bottom: 10px;
}

.specification_img img {
	max-width: 60%;
}

/*PRアイコン(カテゴリーページ)*/
#sysItemCategory input[type=submit] {
	margin-top: 0px;
}

.sysAddSelection div {
	margin-bottom: 10px;
}

.sysAddSelection {
	clear: both;
}

.sysAddSelection input, .sysAddSelection select {
	margin: 5px 0;
}

.sysItemPrArea {
	margin-top: 5px;
}

.sysItemPrArea span {
	width: 49%;
	height: 30px;
	display: inline-block;
	padding: 3px 0px;
	font-size: 18px;
	line-height: 18px;
	border-radius: 20px;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: center;
}

.sysRentalSchedulesCalendar caption {
	display: none;
}

.sysRentalSchedulesCalendar td {
	height: auto;
}

.sysRentalSchedulesCalendar td:first-child span {
	color: red;
}

.sysRentalSchedulesCalendar td:last-child span {
	color: blue;
}

.sysRentalSchedulesValidPrice {
	display: none;
}

#sysItemDetail .sysForm select {
	min-width: 300px;
	margin: 5px 0;
}

.sysRentalExtendDays select {
	height: 40px;
}

.sysNextCalendar, .sysPrevCalendar {
	z-index: 1;
}

#sysItemDetail .sysForm select[name="num"] {
	min-width: 200px;
}

#sysItemDetail .sysForm input[type="text"] {
	margin-top: 5px;
}

#sysSelections div {
	margin-bottom: 10px;
}

#sysItemDetail .sysSelections {
	line-height: 30px;
}

#sysItemDetail #sysVariation {
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	margin-left: auto;
}

#sysItemDetail #sysVariation>div {
	margin: 10px auto;
	overflow: hidden;
}

#sysItemDetail .sysNumArea {
	padding-top: 5px;
	clear: both;
	text-align: right;
}

#sysWishlist .sysButton, #sysItemDetail .sysCartButton {
	width: 98%;
	margin-left: 2%;
}

#sysItemDetail .sysShare {
	padding: 5px 0 0 2%;
}

#sysCartInForm {
	width: 100%;
	margin-left: auto;
}

/*バリエーション*/
#sysItemDetail .sysFormVariationName {
	background-color: #fdf5f5;
}

#sysItemDetail .sysFormVariationTable {
	width: 100%;
	max-width: 500px;
}

/*下部フォーム*/
#sysItemDetail .order_bottom {
	margin: 0 auto 40px;
	text-align: right;
}

/*簡易商品説明*/
#sysItemDetail .sysDescription {
	text-align: left;
}

/*商品詳細*/
.search_bx .sysHeadline {
	display: none;
}

.h_search .sysContent {
	padding: 10px !important;
}

.sysExplanation img {
	height: auto;
}

#sysItemDetail .itempage_cap {
	margin-bottom: 30px;
	font-size: 12px;
}

#sysItemDetail .itempage_cap .i_ttl {
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
}

#sysItemDetail .itempage_detail h3 {
	font-size: 18px;
	font-weight: normal;
}

#sysItemDetail .itempage_detail_ttl {
	position: relative;
	margin-top: 40px;
	padding: 5px 0;
	font-weight: bold;
	font-size: 18px;
}

#sysItemDetail .itempage_detail_ttl:after {
	content: "　";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 2px;
	background-color: #000;
}

#sysItemDetail .sysMainImage img {
	width: 100%;
}

/*数量増減*/
#sysItemDetail #sysNumber {
	text-align: right;
}

#sysItemDetail .sysNumArea .sysBtnPlus {
	border-color: #b9b9b9;
	background: url(/img/layout/system/btn_plus.png) center center no-repeat;
	background-size: 65px;
	width: 37%;
}

#sysItemDetail .sysNumArea .sysBtnMinus {
	border-color: #b9b9b9;
	background: url(/img/layout/system/btn_minus.png) center center no-repeat;
	background-size: 90px;
	width: 37%;
}

/*カートに入れる*/
#sysItemDetail .sysCartButton {
	padding: 18px 15px !important;
	background: #da4636;
	font-size: 1em;
}

#sysItemDetail .sysCartButton:hover {
	opacity: 0.8;
}

#sysItemDetail .sysGoCartButton {
	background: #da4636 url(/img/layout/system/btn_cart2.png) center center no-repeat;
	background-size: 127px;
}

/*お気に入り*/
#sysItemDetail #sysWishlist .sysButton {
	overflow: hidden;
	text-indent: -999px;
	border: 1px solid #b9b9b9;
	background: #fff url(/img/layout/system/btn_favo.png) center center no-repeat;
	background-size: 100px;
}

#sysItemDetail #sysWishlist .sysButton:hover {
	background-color: #efefef;
}

/*SNSボタン*/
#sysItemDetail .sysShare {
	padding: 5px 0 0 2%;
	text-align: right;
}

#sysItemDetail .sysShare .sysFacebook {
	position: relative;
	top: -6px;
}

#sysItemDetail .sysShare .sysGoogleplus {
	width: 58px;
}

#sysItemDetail .sysShare .sysLine, #sysItemDetail .sysShare .sysDisplayPcNone {
	display: inline-block !important;
}

#sysItemDetail .sysShare .sysLine {
	position: relative;
	top: 0px;
}

/*.sysReview*/
#sysItemDetail .sysReview {
	margin: 20px 0 40px;
}

/*テーブルデザイン（本体と付属品）*/
.sysExplanation table {
	width: 98%;
	margin: 0 auto 20px;
}

.sysExplanation table tr {
	border-bottom: 1px solid #333;
}

.sysExplanation table th,
.sysExplanation table td {
	font-size: small;
	padding: 3px 10px;
	width: 33%;
}

/*テーブルデザイン（本体と付属品　画像付きバージョン）*/
div.parts_imglist {
	margin-bottom: 30px;
}

div.parts_imglist ul {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.parts_imglist ul li {
	width: 20%;
	border-bottom: 1px solid black;
	padding: 5px 0.5%;
	text-align: center;
}

div.parts_imglist ul li img {
	width: 160px;
	max-width: 100%;
	margin: 0 auto 5px;
}

div.parts_imglist ul li p {
	font-size: 14px;
	margin: 0;
	line-height: 1.3;
}

@media screen and (max-width: 640px) {
	div.parts_imglist ul li {
		width: 50%;
	}
}


/*テーブルデザイン（仕様）*/
.sysExplanation .table_striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.sysExplanation .table_striped th {
	width: 28%;
	text-align: left;
}

.sysExplanation .table_striped td {
	width: 72%;
}

.sysExplanation .table_striped .disc {
	margin-bottom: 0;
}

/*テーブルデザイン カスタム（仕様）*/
.sysExplanation .table_vertical tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.sysExplanation .table_vertical colgroup:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05) !important;
}

.sysExplanation .table_vertical th {
	text-align: center;
	background-color: rgba(255, 255, 255, .05) !important;
}

table.mode_0525 {
	border-collapse: separate !important;
	border-spacing: 1px !important;
	white-space: nowrap;
}

table.mode_0526 {
	border-collapse: separate !important;
	border-spacing: 1px !important;
	white-space: pre-wrap;
}


.sysExplanation table.table_vertical th,
.sysExplanation table.table_vertical td {
	width: auto;
}

.sysExplanation .tv4 th {
	width: 25%
}

.sysExplanation .tv4 td {
	width: 25%;
}

.1th {
	width: 28% !important;
}

.2th {
	width: 72% !important;
}

.sysExplanation .table_vertical .disc {
	margin-bottom: 0;
}

/*テーブルデザイン 0525録画モード（仕様）*/
colgroup.0525_1th {
	width: 4%;
}

colgroup.0525_2th {
	width: 20%;
}

colgroup.0525_3th {
	width: 7%;
}

colgroup.0525_4th {
	width: 7%;
}

colgroup.0525_5th {
	width: 12%;
}

colgroup.0525_6th {
	width: 10%;
}

colgroup.0525_7th {
	width: 20%;
}

colgroup.0525_8th {
	width: 14%;
}

colgroup.0525_9th {
	width: 6%;
}


/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li {
	width: 25%;
	padding: 0 10px;
}

.sysItemBlock {
	margin-bottom: 7%;
}

.itempage_recommend .sysItemName {
	margin-bottom: 0;
	font-size: 14px;
	text-align: left;
}

.itempage_recommend .sysItemPrice {
	text-align: left;
}

/*商品ページ成分表*/
#sysItemDetail .show_bx {
	margin-bottom: 30px;
}

#sysItemDetail .show_bx_inner {
	margin-bottom: 10px;
}

#sysItemDetail .contents_tr table {
	margin-bottom: 0;
}

/***********************************
  カートページ
***********************************/
body.sysCart {
	background-color: #fff;
}

/*カートページ内レイアウト調整*/
.sysCart .header_h1_under,
.sysOpcBody .header_h1_under {
	float: none;
	padding: 10px 0;
	width: 100%;
	height: auto;
	background-color: #fff;
}

.sysCart .header_h1_under a,
.sysOpcBody .header_h1_under a {
	display: block;
	width: 160px;
	margin: 0 auto;
}

.sysCart .header_h1_under .logo img,
.sysOpcBody .header_h1_under .logo img {
	float: none;
	margin-right: 0;
}

.sysCart .header_h1_under .head_title,
.sysOpcBody .header_h1_under .head_title {
	text-align: center;
}

.sysCart .header_wrap {
	border-bottom: none;
	height: auto;
	/*position:fixed;*/
}

.sysCart #sysWrap {
	margin: 140px auto;
}

.sysCart #sysMain,
.sysOpcBody #sysMain {
	max-width: 1100px;
	border: 1px solid #333;
	padding: 20px 150px;
	margin: 0 auto;
}


.sysCart #sysMain, .sysCart #sysMain a {
	color: #000;
}

.sysCart .sysBox, .sysCart .sysSelectPaymentArea,
.sysCart .sysSelectDeliveryArea, .sysCart .sysRemarksArea,
.sysCart .sysSelectOptionArea, .sysCart .sysDetail,
.sysCart .sysOrder .nav,
.sysCart .sysAcceptDomainArea,
.sysCart .sysRepeatOrderSetting {
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	box-shadow: none;
	margin: 1em auto 2em;
	padding: 1em;
}

.sysCart .sysBox hr {
	display: block;
	border: 0;
	height: 0;
	border-bottom: 1px solid #cfcfcf;
	margin: 5px 0;
	padding: 0;
}

.sysCart #sysMain input[type="text"],
.sysCart #sysMain input[type="password"],
.sysCart #sysMain input[type="email"],
.sysCart #sysMain input[type="number"],
.sysCart #sysMain input[type="tel"],
.sysCart #sysMain input[type="search"],
.sysCart #sysMain textarea {
	background: none;
	border-radius: 0;
	border: 1px solid #dddddd;
}

.sysCart .sysTotalTxt {
	text-shadow: none;
}

.sysTotal .sysTotalTxt .sysCartAttention {
	font-size: 2rem;
}

.sysCart .sysSubTotalArea {
	margin: 10px 0;
}

.sysCart .sysNextSubmitArea {
	margin-bottom: 20px;
}

.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	color: #fff;
	font-weight: bold;
	text-shadow: none;
	border-radius: 5px;
	background: #da4636 !important;
	border: none;
}

.sysCart .sysCartAttention, .sysCart .sysRequired {
	color: #da4636;
	font-weight: bolder;
}

.sysCart .sysGetPoint {
	color: #da4636;
	font-weight: bolder;
}

.sysCart .sysCartNote {
	color: #000;
	font-size: 90%;
}

.sysCart .sysCartTitle {
	color: #000;
	font-size: large;
	font-weight: bolder;
	/*  background-color: #ffc107;  */
	padding: 0;
	margin-bottom: 2-px;
}

.sysCart .sysCartTitle span {
	font-size: 1.2rem;
}

.sysCart #sysMain input {
	background: #fff !important;
}

.sysCart #sysMain input[type="submit"], .sysCart #sysMain button[type="submit"], .sysCart #sysMain button {
	display: inline-block;
	padding: 10px;
	width: auto;
	height: auto;
	color: #000;
	background: #fff;
	border-radius: none;
	border: 1px solid #999;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sysCart .sysDeleteArea, .sysCart .sysConfirmButton {
	text-align: right;
}

.sysCart .sysNavImg {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

.sysCart .sysFreeArea {
	color: #000;
	margin: 20px 0;
}

.sysSelectPayment li:last-child,
.sysSelectDelivery li:last-child,
.sysSelectOption li:last-child,
.sysCart .sysDetail li:last-child,
.sysRemarks, .sysCart .sysOrder .nav li:last-child {
	border-bottom: none;
}

.sysCart .sysAcceptDomainArea input {
	padding: 0 10px !important;
}

.sysCart .cart_btn {
	color: #000;
	text-align: center;
	margin-top: 40px;
}

.sysCart .cart_btn p {
	margin: 0;
	padding: 0;
}

.sysCart .cart_btn .btn {
	margin-top: 5px;
}

.sysCart .cart_btn img {
	width: 200px;
	border: 1px solid #d0d0d0;
}

#sysBasket #sysMain {
	padding-top: 10px;
}

.sysCart .cart_info .sysContent {
	max-width: 300px;
	color: #000;
	text-align: center;
	font-weight: bolder;
	font-size: 13px;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	margin: 1em auto 0 auto;
	padding: 10px;
	background-color: #fff;
}

.sysCart #sysMain .sysConfirmButton input[type="submit"] {
	width: auto;
}

.sysCart #sysMain select {
	display: inline-block;
}

.sysCart .sysBtnChange {
	margin-bottom: 10px !important;
}

/*登録せずに購入*/
#sysBillingAddress .input-append input[type="text"] {
	display: inline-block;
}

/*都道府県*/
#sysBillingAddress .sysPrefState select {
	width: 200px;
}

/*性別*/
#sysBillingAddress .sysGender {
	margin-bottom: 20px;
}

#sysBillingAddress .sysGender input {
	vertical-align: middle;
}

#sysBillingAddress .sysGender label {
	display: inline-block;
	margin-right: 20px;
}

/*メルマガ*/
#sysBillingAddress .sysAcceptMailmagazine {
	margin-bottom: 20px;
}

/*注文完了ページ*/
.cart_completion {
	text-align: center;
}

/*ご注文番号*/
#sysThanks #sysMain .sysOrderNumber {
	font-size: 1.5rem;
	font-weight: bold;
}

/*お買い物を続ける*/
body#sysBasket .sysBackButton2 {
	font-weight: bold;
	background: #b4f4ff !important;
	border-color: #000 !important;
}


/***********************************
  ワンページカート
***********************************/
.mdl_btn_.opcDialog, form.opcUseAmazon {
	width: 100%;
	padding-right: 0;
}

.sysCart #sysMain h3 {
	font-size: 20px;
}

.sysCart #sysMain #show-dlg-1,
.sysCart #sysMain #show-dlg-1_low,
.sysCart #sysMain .sysOpcNextSubmit,
.sysCart #sysMain .sysNextSubmit {
	display: block;
	width: 100% !important;
	padding: 15px 10px !important;
	margin: 5px 0 !important;
	color: #fff !important;
	font-size: 1.2rem;
	line-height: 1;
	font-weight: bold;
	text-shadow: none;
	box-shadow: none;
	border: none !important;
	border-radius: 5px;
	background: #da4636 !important;
}

.sysCart #sysMain #show-dlg-2,
.sysCart #sysMain #show-dlg-3 {
	display: block;
	width: 100% !important;
	padding: 10px;
	margin: 0 0 30px !important;
	color: #fff !important;
	font-size: 1.2rem;
	line-height: 1;
	text-shadow: none;
	box-shadow: none;
	border: none !important;
	border-radius: 5px;
	background: #000 !important;
}

.sysCart #sysMain #show-dlg-3 {
	color: #fff !important;
	background: #da4636 !important;
}

.sysCart #sysMain .next_btn {
	color: #fff !important;
	font-size: 1rem;
	line-height: 1;
	border: none !important;
	background: #000 !important;
}

.sysCart #sysMain #order_price_confirm_btn {
	color: #fff !important;
	width: 100% !important;
	box-shadow: none;
	background: #000 !important;
}

.sysCart #sysMain .mdl-js-button {
	box-shadow: none;
}

.sysCart #sysMain #change-to-billAddr,
.sysCart #sysMain #show-dlg-addrList,
.sysCart #sysMain #show-dlg-inputAddr {
	line-height: 1;
	border: none !important;
	background: #000 !important;
}

.sysCart #sysMain p.user_type {
	font-size: 1.2rem;
}

.sysOpcProduct .sysOpcItemName {
	font-size: 1.2rem;
}

/*情報入力ページ調整*/
.sysOpcBody div#sysWrap {
	margin: 60px auto;
}

.sysOpcBody div#sysMain {
	padding: 3em 200px 0;
	margin-bottom: 60px;
}

.sysOpcBody .header_wrap {
	height: auto;
	position: static;
	border-bottom: none;
}

.sysOpcBody .header_h1_under a {
	pointer-events: none;
}

.sysOpcBody .footer .f_gnav_all {
	display: none;
}

input[type="button"],
select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
}

select {
	padding: 0 1em;
}

.sysOpcBody img {
	max-width: 100%;
}

.opcCommonInputText,
.opcCommonInputSelect,
.opcCommonInputRadio,
.opcCommonInputCheckbox {
	margin-left: 0 !important;
}

.opcCommonEditModeBlock {
	background: #fff !important;
	padding: 0;
}

.opcOrderSummaryTitle,
.opcBillingAddressTitle,
.opcDeliveryAddressTitle,
.opcItemTitle,
.opcPaymentMethodTitle {
	font-size: large !important;
	margin-bottom: 0.5em;
}

.opcCommonInputSelect,
.opcCommonButton {
	width: 200px !important;
	background: #fff !important;
}

.opcCommonInputSelect {
	background: #f1f1f1 !important;
}

.opcBillingAddress_completeButton_edit,
.opcDeliveryMethod_completeButton_edit,
.opcPaymentMethod_completeButton_edit,
.opcItem_completeButton_edit,
.opcDeliveryAddress_completeButton_edit,
.opcPointAndCouponDialog_applyButton_edit,
.opcRemarks_completeButton_edit {
	background: #da4636 !important;
	border: 1px solid #da4636 !important;
	color: #fff !important;
	font-weight: bold;
}

.opcConfirm_inputStatus {
	display: block;
	width: 700px !important;
	margin: 0 auto 1em;
	background: #da4636 !important;
	color: #fff !important;
	border: 1px solid #da4636 !important;
	font-weight: bold;
}

.opcConfirm_inputStatus_disable {
	display: none;
	width: 700px !important;
	margin: 0 auto 1em;
	background: #ccc !important;
	color: #000 !important;
}

.opcConfirm_order {
	display: block !important;
	width: 700px !important;
	margin: 0 auto;
	background: #da4636 !important;
	color: #fff !important;
	border: 1px solid #da4636 !important;
	font-weight: bold;
}

.opcConfirm_order_disable {
	display: block !important;
	width: 700px !important;
	margin: 0 auto;
	background: #ccc !important;
	color: #000 !important;
}

.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
	width: 30px !important;
	background: #f1f1f1 !important;
}

.opcCommonButtonGroup {
	margin-top: 1em;
}

.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
	width: 15% !important;
}

.opcBillingAddress_acceptMailmagazineYesLabel_edit {
	margin-top: 1em;
	display: inline-block;
}

.opcOrderSummary_totalPriceAndLabelGroup {
	padding-bottom: 10px !important;
}

.opcCommonEditLabel {
	margin-top: 1em;
}

.opcOrderSummary_priceBreakDownGroup {
	padding-top: 1em;
	padding-bottom: 1em;
}

.opcOrderSummary_feeAndLabelGroup,
.opcOrderSummary_usePointPriceAndLabelGroup {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.opcBillingAddress_prefState_edit {
	margin: 5px 0;
}

.opcBillingAddressButtonGroup_edit,
.opcDeliveryAddress_buttonGroup,
.opcDeliveryMethod_buttonGroup_edit {
	padding: 1em 0;
}

.opcDeliveryMethod_hopeDeliveryDateAndLabelGroup_edit,
.opcDeliveryMethod_hopeDeliveryTimeAndLabelGroup_edit {
	margin-bottom: 1em;
}

.opcItem_itemSubTotalPriceAndLabelGroup {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.opcDeliveryAddressAndDeliveryMethodGroup,
.opcItemList {
	margin-bottom: 0 !important;
	border: none !important;
	padding: 0 !important;
	position: static !important;
}

.opcBillingAddress .opcCommonReferenceLabel {
	width: 70px;
	display: inline-block;
	position: relative;
}

.opcBillingAddress .opcCommonReferenceLabel::after {
	position: absolute;
	right: 0;
}

.opcDeliveryMethod .opcCommonReferenceLabel {
	width: 123px;
	display: inline-block;
	position: relative;
}

.opcDeliveryMethod .opcCommonReferenceLabel::after {
	position: absolute;
	right: 0;
}

.opcCommonRequireLabel {
	color: #da4636 !important;
	font-weight: bold;
}

.opcRemarks_remark_edit {
	width: 100% !important;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2em;
}

.opcDeliveryAddressEditDialog_directChangeLabel {
	width: 100%;
}

.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
	width: calc(32% - 1em) !important;
}

.opcItem_itemName {
	font-weight: bold;
	font-size: 15px;
}

.opcConfirm_headerErrorMessage {
	width: 100% !important;
	max-width: 800px;
}

.opcRemarks_remark,
.opcRemarks_cartOption {
	margin-left: 0 !important;
	width: 100% !important;
	;
	white-space: normal !important;
	;
}

#sysOpc>form+div {
	margin-bottom: 60px !important;
}

.opcDeliveryMethod_normalShippingDetailAndLabelGroup_edit {
	padding-left: 0 !important;
	margin-left: 0 !important;
	border-bottom: none !important;
}

.opcDeliveryAddress {
	border-bottom: 1px solid #9b9b9b;
	margin-bottom: 1em;
}

.opcDeliveryMethod_hopeDeliveryDateLabel_edit {
	width: 126px;
	display: inline-block;
}

/*完了ページ調整*/
#sysThanks #sysMain {
	border: none;
}

#sysThanks .sysNavImg {
	display: none;
}

#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(1),
#sysThanks.sysCart .sysBox:nth-of-type(2) div:nth-of-type(2) {
	margin-bottom: 1em;
}

/***********************************
  検索ページ
***********************************/
#sysItemSearch div#sysMain {
	max-width: 90%;
	margin: 20px auto 40px;
}

#sysItemSearch .sysThumbnail .sysItemPrArea {
	text-align: left;
	margin-top: 5px;
}

#sysItemSearch #sysMain h2 {
	font-size: 13px;
	margin-bottom: 10px;
}

#sysItemSearch #sysMain .sysItemSearchForm {
	font-size: 12px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #ededed;
}

#sysItemSearch #sysMain .sysItemSearchFormWord {
	margin-bottom: 5px;
}

#sysItemSearch #sysMain .sysItemSearchFormWord input {
	height: 40px;
	vertical-align: bottom;
	border: 1px solid #d0d0d0;
}

#sysItemSearch #sysMain .sysSearchButton {
	display: block;
	margin: 10px auto;
	padding: 10px;
	width: 95%;
	border: none;
	background: #222222;
	color: #fff;
	font-size: 120%;
	cursor: pointer;
	border-radius: 3px;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

#sysItemSearch #sysMain .sysItemSearchFormRange,
#sysItemSearch #sysMain .sysItemSearchFormCategory,
#sysItemSearch #sysMain .sysItemSearchFormSort,
#sysItemSearch #sysMain .sysItemSearchFormLimit {
	display: inline-block;
	margin: 5px auto;
}

#sysItemSearch #sysMain .sysItemSearchFormRange input {
	padding: 10px;
}

/***********************************
  お問い合わせ
***********************************/
#sysFormConfirm .sysNextSubmit {
	width: 100%;
	margin: 20px 0 0 !important;
}

#sysFormConfirm button.sysButton {
	width: 30%;
	margin-bottom: 20px;
}

/***********************************
  新規会員登録
***********************************/
.sysMemberRegister #sysWrap {
	margin: 160px auto 0;
}

/***********************************
  マイページ
***********************************/
.sysMypage #sysWrap {
	margin: 160px auto 0;
}

.sysMypage input[type="submit"] {
	margin-top: 10px;
}

/* マイページボタン */
.sysMypageNav>form {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.sysMypageNav .sysButton {
	width: 100%;
	display: block;
	font-size: 15px;
	margin: 5px 0;
	padding: 15px 0;
}

#sysMemberRegisterIndex .sysNextSubmit {
	width: 49%;
	float: left;
	margin-right: 1%;
	border-radius: 5px;
	height: 50px;
	font-size: 15px;
}

#sysMemberRegisterIndex .sysButton[type="submit"] {
	width: 49%;
	float: left;
	margin-right: 1%;
	border-radius: 5px;
	height: 50px;
	font-size: 15px;
	margin-top: 10px;
}

#sysMypageLogin .sysLoginButton {
	width: 49%;
	float: left;
	margin-right: 1%;
	font-size: 15px;
}

#sysMypageLogin .sysButton {
	width: 49%;
	margin-left: 1%;
	font-size: 15px;
}

/***********************************
  ヘッダー
***********************************/

.header_wrap_inner {
	/*max-width:1100px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.h_inner {
	margin: 15px 0 0;
}

.header_h1_under, .header_h1 {
	width: 100%;
	height: 80px;

	/* float: left;*/
}

.header {
	width: 395px;
	height: 80px;
	float: left;
	display: none;
}

.logo img {
	width: 239px;
	float: left;
}

.head_title {
	font-size: 11px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	letter-spacing: 1px;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.header .g_navi li {
	float: left;
	text-align: center;
}

.header .g_navi li a {
	display: block;
	width: 120px;
	margin: 15px 5px 0;
	height: 30px;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #222222;
	border-radius: 20px;
}

.header .g_navi li i {
	margin-right: 5px;
}


/***********************************
  カート情報
***********************************/
#cartInfo {
	top: 8px;
	right: 2%;
	position: fixed;
	z-index: 200;
	width: 120px;
	height: 30px;
	line-height: 28px;
	font-weight: bold;
	font-size: 12px;
	border-radius: 20px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	text-align: center;
	cursor: pointer;

}

#cartInfo p.cartTxt {
	margin: -2px;
	line-height: 21px;
	padding-top: 5px;
	font-size: 10px;
}

#cartInfo p img {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
}

#cartInfo i {
	margin-right: 5px;
}

.h_cart {
	display: none;
	width: 280px;
	height: 145px;
	position: absolute;
	top: 40px;
	right: 5px;
	border: 1px solid #aaa;
	background: #fff;
	color: #000;
	z-index: 110;
	padding: 10px 20px;
}

.h_cart dl {
	font-size: 12px;
	margin-bottom: 0px;
}

.h_cart dl:after {
	display: block;
	content: "";
	clear: both;
}

.h_cart dt, .h_cart dd {
	float: left;
}

.h_cart dd span {
	display: inline-block;
	color: #da4636;
	font-weight: bold;
	padding: 0 5px;
}

.h_cart .sysCartInfoCartIn a {
	display: block;
	background: #fff;
	color: #000;
	width: 100%;
	margin: 10px 0% 5px;
	height: 50px;
	padding: 12px 0 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	border: solid 1px #000;
}

.h_cart .sysCartInfoCartIn a:hover {
	background: #999;
}

.h_cart .sysCartInfoCartIn a img {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}

.h_cart .sysCartInfoCartIn a i {
	margin-right: 5px;
}

/* カート内商品数表示 */
button.itemCount {
	display: none;
	border: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	color: #222222;
	background: #fff;
	border-radius: 10px;
}


/***********************************
  ナビゲーション
***********************************/
.h_navi {
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}

#headNavigation {
	max-width: 1100px;
	margin: 0 auto;
	height: 60px;
}

#headNavigation .pcnone {
	display: none;
}

#headNavigation li.tab1 {
	width: 220px;
	float: left;
	text-align: center;
}

#headNavigation li a {
	display: block;
	font-weight: 700;
}

#headNavigation li a span {
	display: block;
	font-size: 10px;
}

.tabmenu .border:after {
	background-color: #000;
	content: " ";
	height: 15px;
	margin-top: -35px;
	position: absolute;
	right: 0;
	top: 42px;
	width: 1px;

}

/*ナビゲーショントグル*/
.tabmenu:before {
	display: block;
	content: "";
	clear: both;
}

.tabmenu {
	margin: 10px 0 0;
}

.toggleNav {
	display: none;
	width: 220px;
	position: absolute;
	height: 0px;
	/*heightはjs制御*/
	top: 50px;
	left: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 110;
	box-shadow: 2px 2px 4px 0px #ccc;
	-moz-box-shadow: 2px 2px 4px 0px #ccc;
	-webkit-box-shadow: 2px 2px 4px 0px #ccc;
}

.toggleNav:hover {
	overflow: visible !important;
}

.tabmenu li.tab1 {
	position: relative;
}

.tabmenu li.tab1 a {
	font-size: 14px;
}

.tabmenu li.tab2 {
	text-align: left;
	height: 35px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

.tabmenu li.tab2:hover {
	background: #ededed;
}

.tabmenu li.tab2 a {
	display: block;
	position: relative;
	padding: 10px;
	font-size: 12px !important;
	line-height: 15px;
	font-weight: bold;
}

.tabmenu li.tab2 a i {
	position: absolute;
	right: 10px;
	top: 10px;
}

.tabmenu li.tab2 .subCategory {
	position: absolute;
	width: 200px;
	left: 200px;
	top: 0px;
	background: rgba(255, 255, 255, 1);
	visibility: hidden;
	transition: all .10s ease;
	z-index: 120;
	box-shadow: 2px 2px 4px 0px #ccc;
	-moz-box-shadow: 2px 2px 4px 0px #ccc;
	-webkit-box-shadow: 2px 2px 4px 0px #ccc;
}

.tabmenu li.tab2:hover .subCategory {
	visibility: visible;
}

.tabmenu li.tab3 {
	font-size: 14px;
	height: 35px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}

.tabmenu li.tab3:hover {
	background: #ededed;
}

/***********************************
  フッター
***********************************/
.footer {
	width: 100%;
	text-align: center;
	background: #333;
	letter-spacing: 2px;
}

.footer .f_navi_all {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 0;
}

.footer .f_navi h3 {
	margin: 10px 0 0;
	font-size: 15px;
}

.footer .f_navi ul {
	width: 671px;
	text-align: left;
	margin: 0 auto;
}

.footer .f_navi li {
	display: inline-block;
	padding: 0 15px 0 5px;
	margin: 10px 5px 0;
	font-size: 15px;
	position: relative;
}

.footer .f_navi li:after {
	background-color: #000;
	content: "　";
	height: 10px;
	margin-top: -35px;
	position: absolute;
	right: 0;
	top: 41px;
	width: 1px;
}

.footer .f_navi .b_none {
	border-right: 0px;
}

.footer .telephone {
	margin: 20px 0 5px;
}

.footer .telephone .telephone01 {
	width: 250px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #000;
	border-radius: 15px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}

.footer .telephone .telephone02 {
	width: 300px;
	display: inline-block;
	margin-left: 10px;
	font-weight: bold;
}

.footer .telephone .telephone02 a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 25px;
}

.footer .telephone .telephone02 a img {
	display: inline-block;
	height: 30px;
	margin-right: 10px;
}

.footer .telephone:after {
	display: block;
	content: "";
	clear: both;
}

.footer .time {
	font-size: 15px;
	margin: 0 0 10px;
}

.footer .f_gnav_all {
	background: #333;
	padding: 15px 0 10px;
	letter-spacing: 2px;
}

.footer .f_gnav li {
	display: inline-block;
	padding: 0px 20px 0 15px;
	font-size: 12px;
	position: relative;
}

.footer .f_gnav li:after {
	background-color: #fff;
	content: "　";
	height: 10px;
	margin-top: -35px;
	position: absolute;
	right: 0;
	top: 40px;
	width: 1px;
}

.footer .f_gnav li a {
	color: #fff;
	font-weight: bold;
}

.footer .f_gnav li:hover a {
	color: #3d4497;
}

.footer .f_gnav li:last-child {
	border-right: 0px;
}

.footer .f_gnav {
	margin-bottom: 5px;
}

.footer .f_copy {
	background: #fff;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

/***********************************
  フッター部分のご利用ガイド
***********************************/
.f_guide {
	width: 100%;
	border-top: 2px solid #222222;
	margin-top: 50px;
}

.f_guide .sysContent {
	width: 1100px;
	margin: 0 auto;
}

.f_guide .Title {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 30px;
}

.f_guide .clearfix {
	font-size: 0;
}

.f_guide .guideBlock {
	display: inline-block;
	width: 550px;
	font-size: 14px;
	vertical-align: top;
}

.f_guide .guideBlock:after {
	display: block;
	content: "";
	clear: both;
}

.f_guide .guide01 {
	padding-right: 50px;
}

.f_guide .guide02 {
	padding-left: 50px;
}

.f_guide .guideTitle {
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 15px;
	margin-bottom: 10px;
}

.f_guide p {
	font-size: 15px;
	line-height: 22px;
	margin: 5px 0;
}

.f_guide .mt {
	margin-top: 20px;
}

.f_guide .smaller {
	font-size: 12px;
}

.f_guide .freedial {
	background: rgba(0, 0, 0, 0) url("/img/common/dial.png") no-repeat scroll left center / 45px auto;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 50px;
}

/*ボタン*/
.f_guide .common_btn {
	margin: 10px auto;
}

.f_guide .common_btn a {
	font-size: 13px;
	padding: 10px 0;
}

/* ページトップに戻る*/
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 52px;
	height: 52px;
	text-align: center;
	z-index: 999999;
}

.pagetop #page-top {
	display: none;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	background: #000;
	border-radius: 5px;
	padding-top: 4px;
	height: 51px;
}

.pagetop #page-top:hover {
	background: #999;
}

/***********************************
  サイド
***********************************/
/*検索ボックス*/
.side_search {
	margin-bottom: 30px;
}

.side_search form {
	border: none;
}

.side_search input[type="search"] {
	height: 40px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}

.side_search .sysItemSearchFormWord {
	float: none;
	width: 100%;
	margin-bottom: 5px;
}

.side_search .sysSearchButton {
	float: none;
	width: 100% !important;
	height: 40px;
	border-radius: 5px;
	background: #000 url(/img/common/ico_search.png) no-repeat center center;
	background-size: 70px;
	text-indent: -999px;
}

.side_navi .sysHeadline,
.side_navi_item .sysHeadline {
	font-size: 14px;
	margin: 0 !important;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
	width: auto;
	border-bottom: 1px solid #222222;
}

.side_navi .sysHeadline:before,
.side_navi_item .sysHeadline:before {
	content: none;
}

.side_navi a {
	position: relative;
	padding: 7px 5px 7px 20px !important;
	letter-spacing: 1px;
	border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi a:after {
	position: absolute;
	top: 7px;
	right: 10px;
	content: ">";
	font-size: 14px;
}

.side_navi a:hover {
	background: #eee;
}

.side_navi {
	margin-bottom: 30px;
}

/*商品別*/
.side_navi_item {
	margin-bottom: 0;
	border-bottom: 1px solid #000;
}

.side_navi_item .sysHeadline,
.side_navi_item .sysContent {
	width: 90% !important;
	margin-left: auto !important;
}

.side_navi_item a {
	position: relative;
	padding: 7px 5px !important;
	letter-spacing: 1px;
	border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi_item a:after {
	position: absolute;
	top: 7px;
	right: 10px;
	content: ">";
	font-size: 14px;
}

.side_navi_item li:last-child a {
	border-bottom: none !important;
}

.side_navi_item .sysHeadline {
	font-size: 13px;
	padding: 0;
	border-bottom: 1px dotted #cdcdcd !important;
}

.side_navi_item .sysHeadline a {
	display: block;
	border-bottom: none !important;
}

/*お買い物ガイド 最後2つ*/
.side_navi_guide li:nth-last-child(1),
.side_navi_guide li:nth-last-child(2) {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #222222;
	margin-bottom: 10px;
}

.side_navi_guide li:nth-last-child(1) a,
.side_navi_guide li:nth-last-child(2) a {
	padding: 7px 5px !important;
	border: none !important;
}

.side_navi_guide li:nth-last-child(1) a:hover,
.side_navi_guide li:nth-last-child(2) a:hover {
	background-color: #fff;
}

.side_navi_guide li:nth-last-child(3) {
	margin-bottom: 10px;
}

/***********************************
  共通パーツ
***********************************/
hr.style01 {
	width: 100%;
	height: 1px;
	background: #222222;
	margin: 50px auto;
	padding: 0;
	border: 0;
}

.long {
	font-weight: bold;
	margin: 1em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #fff;
	font-size: 18px;
	background-color: #3d4497;
}

.short {
	font-weight: bold;
	margin: 1.5em auto 1rem;
	padding: 3px 10px;
	min-width: 120px;
	max-width: 98%;
	color: #000;
	font-size: 18px;
	border-bottom: solid 2px #000;
}

.rental-item .short {
	padding: 0;
	margin: 1em auto;
}

.sysTitle b, .sysHeadline b {
	display: block;
	font-size: 14px;
}

.sysTitle span, .sysHeadline span {
	position: relative;
	z-index: 2;
	display: inline-block;
}

.contentsWrap {
	width: 1100px;
	margin: 0 auto;
}

.contact-img {
	padding: 5px 10px;
	margin: 0 5px 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/***********************************
  STEPテーブル
***********************************/
.step-box {
	margin: 0 auto 30px;
	max-width: 1100px;
}

.step-box dl {
	overflow: hidden;
	width: 100%;
	background: #e8e9fc;
	margin: 5px 0;
}

.step-box dt {
	width: 30%;
	padding: 15px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	font-weight: bold;
}

.step-box dd {
	margin-left: 30%;
	padding: 15px;
	background: #fff;
	border: solid 1px #eee;
}

.step-box dd:after {
	display: block;
	content: "";
	clear: both;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
#main_tradelaw, .main_tradelaw {
	border: 1px solid #ddd;
	margin: 0 auto 30px;
	max-width: 1100px;
}

#main_tradelaw dl, .main_tradelaw dl {
	border-bottom: 1px dotted #bfbfbf;
	overflow: hidden;
	width: 100%;
	background: #ededed;
}

#main_tradelaw dl:last-child, .main_tradelaw dl:last-child {
	border: 0px;
}

#main_tradelaw dt, .main_tradelaw dt {
	width: 30%;
	padding: 15px 0 15px 20px;
	box-sizing: border-box;
	float: left;
	font-weight: bold;
}

#main_tradelaw dd, .main_tradelaw dd {
	margin-left: 30%;
	padding: 15px;
	background: #fff;
	vertical-align: middle;
}

#main_tradelaw dd:after, .main_tradelaw dd:after {
	display: block;
	content: "";
	clear: both;
}

.shipFee {
	max-width: 1100px;
	margin: 20px auto
}

.shipFee .tableTitle {
	font-size: 16px;
	height: 70px;
	padding: 10px;
	color: #424242;
	margin: 50px 0 0px;
	border: 0px !important;
	text-align: leftr;
}

table.shipFeeTable {
	border-collapse: collapse;
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.5;
	text-align: center;
}

table.shipFeeTable .eyeCatch {
	width: 120px;
	display: block;
	margin: 5px auto;
	height: 25px;
	line-height: 25px;
	color: #000;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
}

table.shipFeeTable thead {
	background: #555;
	text-align: center;
}

.spThead {
	display: none;
}

table.shipFeeTable thead th {
	padding: 10px;
	vertical-align: top;
	font-weight: normal;
	color: #fff;
}

table.shipFeeTable tbody .sum {
	position: relative;
}

table.shipFeeTable tbody .sum i {
	position: absolute;
	color: #888;
	font-size: 35px;
	right: -15px;
	bottom: 30px;
	z-index: 20;
}

table.shipFeeTable tbody th {
	width: 600px;
	padding: 10px;
	vertical-align: top;
	background: #fff;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.shipFeeTable td {
	width: 500px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee;
}

table.shipFeeTable b {
	color: #D42E30;
	display: inline-block;
	padding: 0 3px;
	font-size: 1.2em;
}

div#main_tradelaw a {
	display: inline-block;
	color: #068acc;
	text-decoration: underline;
}

/***********************************
  採用情報
***********************************/
#recruit .subpage-wrap a {
	text-decoration: underline;
}

/***********************************
  2カラムレイアウト
***********************************/
.column2Wrap {
	width: 1100px;
	margin: 0 auto;
}

.column2Wrap:after {
	display: block;
	content: "";
	clear: both;
}

.sideWrap {
	width: 180px;
	height: 1000px;
	background: #aaa;
	margin-right: 20px;
	float: left;
}

.mainWrap {
	width: 900px;
	margin-left: 200px;
}

.col2Style h2.pattern01 {
	font-size: 18px;
	border-left: 5px solid #3d3d3d;
	padding-left: 5px;
	margin: 15px 0;
}

.col2Style h2.pattern02 {
	font-size: 18px;
	border-bottom: 1px solid #3d3d3d;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 15px 0;
}

.col2Style h2.pattern03 {
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	padding: 0 0px 3px 30px;
	margin: 0 0 15px;
	border-bottom: 1px solid #6843ac;
}

.col2Style h3.pattern01 {
	font-size: 14px;
	border-bottom: 0px solid #aaa !important;
	padding: 0px 0px 3px;
	margin: 15px 0 5px;
}

.col2Style h4.style01 {
	font-size: 15px;
	padding-bottom: 3px;
	margin: 20px 0;
	border-bottom: 0px solid #3d3d3d !important;
}

.col2Style .txtBlock {
	margin: 30px 0;
}

.col2Style .imgWrap {
	margin: 30px 0;
}

.col2Style .txtBlock a, #forbusiness .txtBlock a, #relocation .txtBlock a, #privacypolicy .txtBlock a {
	color: #068acc;
	height: 25px;
	line-height: 25px;
	padding-bottom: 1px;
	border-bottom: 1px solid #068acc;
}

#shoplist td a, #corporate dd a {
	color: #068acc;
	height: 25px;
	line-height: 25px;
	padding-bottom: 1px;
	border-bottom: 1px solid #068acc;
}

.col2Style .txtBlock li {
	margin: 5px 0;
	font-size: 12px;
}

.col2Style .txtBlock li .larger {
	font-size: 14px;
	margin-bottom: 10px;
}

.col2Style .txtBlock li span {
	width: 20px;
	display: inline-block;
}

.col2Style .imgWrap img {
	width: 40%;
	margin: 10px 0;
}

.col2Style .floatWrap {
	margin: 20px 0;
}

.col2Style .floatWrap:after {
	display: block;
	content: "";
	clear: both;
}

.col2Style .floatWrap img {
	width: 150px;
	float: left;
}

.col2Style .floatWrap .txt {
	padding-top: 5px;
	margin-left: 170px
}

.col2Style .floatImg {
	text-align: center;
}

.col2Style .floatImg:after {
	display: block;
	content: "";
	clear: both;
}

.col2Style .floatImg .imgWrap {
	width: 50%;
	float: left;
}

.col2Style .floatImg .imgWrap img {
	width: 60%;
	margin: 20px 10%;
}

/***********************************
   お買い物ガイド
***********************************/
.indexList {
	margin: 10px 0;
}

.indexList li {
	display: inline-block;
	text-align: center;
	margin: 0 5px 10px;
	border: 1px solid #aaa;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 15px;
}

.guideBlock {
	padding-top: 30px;
}

/*商品購入ステップ*/
.steps ul {
	width: 700px;
	margin: 0 auto;
}

.steps ul:after {
	display: block;
	content: "";
	clear: both;
}

.steps li {
	float: left;
	padding: 0 6px;
	height: 200px;
}

.steps li a {
	display: block;
	height: 100%;
	height: 200px !important;
}

.steps li img {
	height: 200px;
}


/***********************************
   ボタンデザイン
***********************************/
.common_btn {
	width: 250px;
	margin: 20px auto 50px;
	position: relative;
}

.common_btn a {
	display: block;
	padding: 15px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background: #000;
}

.common_btn a:hover {
	background: #999;
}

.common_btn a i {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}

/***********************************
  TOPページ
***********************************/
/*クロネコペイボタン装飾調整*/
div#kuronekoPayFlex {
	margin-right: 21px;
}

.sysCart #sysMain #kuronekoPayFlex button img {
	margin-top: -11px;
}

.sysCart #sysMain button#kmid-login-subwindow-launch,
.sysCart #sysMain button[onclick="Sys('#kmid-login-subwindow-launch').click()"] {
	padding: 10px 0px 0px 0px;
}

/*ヘッダー下*/
.hrc-header-under {
	margin-top: -5px;
}

/*ライブ配信とは*/
.stream-table {
	width: 80%;
	margin: 5px auto 20px;
	font-size: 1.0em;
	text-align: center;
	border: 1px solid #000;
}

.stream-table tr {
	border-bottom: 1px solid #000;
}

.stream-table tr:last-child {
	border: none;
}

.stream-table th {
	font-weight: bold;
	padding: 3px;
}

.stream-table td {
	padding: 3px;
}

/* モバイルルーター比較表 */
.mobile_router {
	width: 98%;
	margin: 0 auto 3px;
	padding: 3px 0;
	border: 1px solid;
	position: relative;
}

.mobile_router h4 {
	padding-bottom: 1px;
	text-align: center;
}

.mobile_router p {
	width: 80%;
	margin: 0 auto;
}

.mobile_cta {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	font-weight: bold;
	background: #333;
	border: 1px solid #333;
	padding: 5px 15px;
}

.mobile_cta:hover {
	color: #000;
	background: #fff;
}

/*TOP レイアウト要素*/
.summary {
	font-size: 18px;
	line-height: 1.3;
	width: 98%;
	margin: 0 auto;
}

.logo-img ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.logo-img ul li {
	padding: 10px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.red {
	color: red;
}

.top-content .sysHeadline {
	padding: 0;
}

.top-content .long {
	margin: 10px 0;
}

/*配信システムとは*/
.stream .short {
	margin: 10px auto;
}

/*インターネット配信のシステム*/
.flex-item2 {
	width: 48%;
	margin: 4px;
}

.live-stream figure {
	width: 98%;
	margin: 0 auto;
	box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
}

/*配信用アイテム*/
.item_box {
	font-size: 0;
	text-align: left;
}

.item_box li {
	float: none !important;
	display: inline-block;
	width: 23%;
	margin: 0 1% 10px;
	font-size: 12px;
	vertical-align: top;
}

.item_box .audio_img {
	width: 48%;
}

.item_box p {
	font-size: 14px;
	margin: 2px 0;
}

.item_box li p span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

.item_box li figure {
	width: 100%;
	height: 50%;
	text-align: center;
}

.item-summary .item_box li figure {
	border: 1px solid #333;
}

.item-summary .item_box .audio_img figure {
	border: none;
}

.item_box li figure img {
	height: 120px;
}

.item_box .audio_img figure img {
	height: auto;
}

.mike {
	margin: 10px 20px 10px 40px;
}

.mike li {
	list-style: disc;
	font-size: 1.1em;
}

.next_rental {
	text-align: left;
	display: inline-block;
	color: #fff;
	padding: 7px 10px;
	background: #143b62;
}

/*ライブ配信でできること*/
.what-to-do .item_box img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.what-to-do {
	position: relative;
}

.pre-open {
	color: #ffffffc9;
	font-size: 5em;
	font-weight: bold;
	margin: 0 20px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/*配信機材セット*/
.set-item figure {
	text-align: center;
}

.set-item figure img {
	margin-bottom: 10px;
}

/* トップページレンタルセクション */

.new-item ul, .remote ul, .rental-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	position: relative;
}

.new-item ul li, .remote ul li {
	float: none !important;
	width: 23% !important;
	margin: 0 2px;
	padding: 10px !important;
	box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
	position: relative;
}

.flex-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 24%;
	margin: 0 0.5% 14px;
	padding: 10px;
	box-shadow: 4px 3px 5px 5px rgb(0 0 0 / 10%);
	position: relative;
	height: auto;
}

/*
.flex-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.item-box {
    position: absolute;
width: 100%;
}
*/
.box-4k {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
	padding: 0 5px;
	color: red;
	font-weight: bold;
}

.new-item .sysItemName, .remote .sysItemName, .rental-flex h4 {
	font-weight: bold;
	font-size: large;
	margin-top: 5px;
}

.new-item .sysItemPrice, .remote .sysItemPrice {
	font-size: 16px;
	color: red;
	font-weight: bold;
	padding-bottom: 5px;
}

.rental-img {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.rental-img img {
	width: 90%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.rental-price {
	font-size: 16px;
	color: red;
	font-weight: bold;
	margin: 10px 0 5px;
	line-height: 1.5;
}

.rental-plan {
	font-size: 15px;
}

.rental-desc {
	margin: 0 0 5px 0;
	font-size: .8em;
}

.rental-link {
	background: #254d75;
	color: #fff;
	font-size: 18px;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	margin-top: auto;
	border: solid 1px #254d75;
}

p.rental_btn {
	background: #254d75;
	color: #fff;
	font-size: 18px;
	padding: 2px;
	font-weight: bold;
	text-align: center;
	margin-top: auto;
	margin-right: 20px;
}

p.rental_btn a {
	color: #fff;
	display: block;
}

.rental-sec a.rental-link:hover {
	background: #fff;
	color: #254d75;
}

.rental-item .summary {
	margin-bottom: 25px;
}

.rental-item figure {
	width: 98%;
	margin: 0 auto 10px;
	box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
}

.rental-item figure img {
	width: 100%;
}

.about-rental-item2:hover, .detail:hover, .add-link:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-filter: "alpha( opacity=50 )";
	-webkit-filter: "alpha( opacity=50 )";
	-o-filter: "alpha( opacity=50 )";
	-ms-filter: "alpha( opacity=50 )";
}

.sysItemBlock ul li {
	position: relative;
}

.main_top_item_img {
	width: 100%;
	height: 50%;
}

.main_top_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ATEM Mini配信機材セット */
.atem-set ul {
	margin: 0 auto;
	width: 98%;
}

.atem-set li {
	box-shadow: 4px 3px 5px 5px rgba(0, 0, 0, 0.1);
	padding: 5px;
	margin-bottom: 10px;
}

.info ul li a {
	color: #000;
}

.info ul li:nth-child(2) a {
	font-weight: bold;
}

.atem-parent {
	position: relative;
}

.atem-cat {
	color: #fff;
	font-weight: bold;
	background: #333;
	border: 1px solid #333;
	padding: 5px 15px;
}

.atem {
	position: absolute;
	right: 10px;
	color: #fff;
	font-weight: bold;
	background: #333;
	border: 1px solid #333;
	padding: 5px 15px;
}

.atem:hover {
	color: #000;
	background: #fff;
}

.sp_ipad {
	left: 20px;
	right: auto;
}

/* インフォメーション */
.sysNewsDetail {
	margin: 20px auto;
}

.sysNewsDetail h2 {
	margin: 20px 0 10px;
}

.sysNewsDetail ul {
	margin-left: 20px;
}

.sysNewsDetail ul li {
	list-style: disc;
}

/*追記*/
.categorynavi_parent {
	flex-wrap: wrap;
}

.show_bx_inner {
	background: #333;
	color: #fff;
}

.show_bx_inner div a {
	color: #fff;
}

.show_bx_inner div {
	padding: 3%;
	border-bottom: 2px solid #fff;
}

.show_bx_inner div:last-child {
	border: none;
}

.contents_tr {
	padding: 0 0 0 3% !important;
}

ul.cat_child {
	display: flex;
	flex-wrap: wrap;
}

.cat_child li {
	display: inline-block;
	width: 24%;
	font-size: 13px;
	font-weight: bolder;
	border: solid 1px #000;
	margin: 0.5%;
	padding: 1%;
	background: #fff;
}

.cat_child li:hover {
	background: #254d75;
}

.cat_child li a {
	display: block;
}

/*配信請負業務(streaming)*/

@media screen and (min-width: 860px) {
	ul.video_rogo {
		margin: auto;
		width: 330px;
		display: flex;
		flex-wrap: wrap;
	}

	.video_room {
		display: flex;
	}
}

@media screen and (max-width: 860px) {
	ul.video_rogo {
		text-align: center;
	}
}

.video_room_box {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	float: left;
	margin: 20px 10px;
}

.video_room_box img {
	width: 100%;
}


.video_room_box p {
	text-decoration: underline;
}

.contract-table {
	text-align: center;
}

.contract-table th, .contract-table td {
	border: 1px solid #333;
	padding: 10px;
}

.contract-table th {
	font-weight: bold;
	text-align: center;
}

.contract-table td {
	text-align: center;
}

.x-scroll {
	overflow: auto;
}

.x-scroll table {
	width: 90%;
}

.x-scroll table {
	text-align: center;
}

.x-scroll::-webkit-scrollbar {
	height: 5px;
}

.x-scroll::webkit-scrollbar-track {
	background: #F1F1F1;
}

.x-scroll::webkit-scrollbar-thumb {
	background: #d6d6d6;
}

.x-scroll td, .x-scroll th {
	white-space: nowrap;
	/* 文字折り返し禁止 */
}

.machineroom-img {
	width: 100%;
	height: 200px;
}

.stm_yellow {
	border: 3px solid #333 !important;
	background: #ffc107 !important;
}

@media screen and (max-width: 1480px) {
	.streaming-planlist {
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
}

.streaming-planlist {
	display: flex;
}

.streaming-planlist .plantable {
	display: inline-block;
	border-radius: 20px;
	text-align: center;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

.streaming-planlist .stm_yellow .block {
	border-bottom: 2px solid #333;
	padding: 10px;
}

.streaming-planlist .stm_green .block {
	border-bottom: 2px solid #33bd7a;
}

.streaming-planlist .stm_blue .block {
	border-bottom: 2px solid #3a9cff;
}

.streaming-planlist .stm_red .block {
	border-bottom: 2px solid #f62118;
}

.streaming-planlist .stm_orange .block {
	border-bottom: 2px solid #f77e02;
}

.streaming-planlist .stm_gray .block {
	border-bottom: 2px solid #666;
}

.streaming-planlist .stm_green .block,
.streaming-planlist .stm_blue .block,
.streaming-planlist .stm_red .block,
.streaming-planlist .stm_orange .block,
.streaming-planlist .stm_gray .block {
	padding: 10px 15px;
}

.streaming-planlist .stm_yellow .block_last {
	padding: 10px;
}

.streaming-planlist .stm_green .block_last,
.streaming-planlist .stm_blue .block_last,
.streaming-planlist .stm_red .block_last,
.streaming-planlist .stm_orange .block_last,
.streaming-planlist .stm_gray .block_last {
	padding: 10px 15px;
}



/* トップページピックアップ２つ並び */
.pickup2 .sysContent ul {
	list-style: none;
	font-size: 0;
}

.pickup2 .sysContent li:nth-child(8), .pickup2 .sysContent li:nth-child(9) {
	display: inline-block;
	width: 50%;
}

/* トップページ機材の応用 */
.equipment_applied .sysContent li img {
	width: 100%;
}

.equipment_applied .sysContent li {
	margin-bottom: 10px;
}

/*追記*/
/*共通*/
h2.line {
	border-top: 1px solid #3d4497;
	border-bottom: 1px solid #3d4497;
	margin: 15px 0;
	padding: 5px;
	color: #3d4497;
	font-size: 18px;
}

div#sysMain, div#sysAside {
	float: none;
}

/*メインイメージ*/
.hrc-header-mainimg {
	text-align: center;
	margin: 0 auto;
}

/*スライダーmini*/
.top_slider_mini {
	width: 60%;
	margin: 30px auto;
}

/*認定・資格*/
.top_shikaku {
	/*background: #f0f4f8;*/
	text-align: center;
}

.top_shikaku h3 {
	background: #3d4497;
	padding: 8px;
	color: #fff;
	width: 90%;
	margin: 10px auto;
	letter-spacing: normal;
}

.flex_box {
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}

.certification_box {
	font-size: .9em;
	width: 25%;
	text-align: left;
}

.certification_box h4 {
	background: #254d75;
	color: #ffffff;
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
	margin: 0.75em 0.25em 0.25em;
	font-size: 1.25em;
}

/*上部バナー*/
.top-banner {
	width: 90%;
	margin: 15px auto;
}

/*事業案内01*/
.top_jigyoannai {
	width: 90%;
	margin: 25px auto;
}

.top_jigyoannai p {
	float: left;
	width: 70%;
}

.top_jigyoannai a {
	float: right;
	width: 25%;
	text-align: center;
	background: #254d75;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	margin-top: 20px;
}

/*ドローンによる実証実験*/

/*新商品*/
@media (min-width: 980px) {
	.js-thmbnail-slider {
		margin: -55px 0 15px;
	}
}

.top_newitem ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_newitem li {
	/* 枠線をつけて1列に5つ並べる */
	border: solid 1px #ded7c6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 10px;
	width: 19%;
	/* 正方形にするのに必要な部分 */
	height: auto;
	position: relative;
}

.top_newitem li:before {
	content: "";
	display: block;
	padding-top: 100%;
	/* ここを100％にすることで正方形になる */
}

.top_newitem li span {
	/* 正方形にするのに必要な部分 */
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 中央寄せ */
	text-align: center;
	padding: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/* 高さの中央揃えに必要な部分 */
.top_newitem li span:before {
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0px;
	display: inline-block;
}

.top_newitem li span>* {
	vertical-align: middle;
	display: inline-block;
}

.top_newitem li span img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

/*比較*/
.top_hikaku {
	width: 90%;
	margin: 15px auto;
}

.top_hikaku img {
	margin-bottom: 5px;
}

button.hikaku_btn {
	width: 100%;
	background: #143b62;
	padding: 10px;
	border: none;
	margin: 3px 0 2px;
	font-weight: 600;
	font-size: 1.2rem;
}

button.hikaku_btn a {
	color: #fff;
	display: block;
}

button.hikaku_btn:hover {
	opacity: 0.8;
}

/*バナー*/
.top_bnr {
	width: 90%;
	margin: 15px auto;
}

.top_bnr li {
	display: inline-block;
	width: 49.2%;
}

.top_bnr li img {
	width: 100%;
}

.top_bnr li:first-child {
	margin-right: 1%;
}

/*選ばれる理由*/
.top_reason {
	width: 90%;
	margin: 15px auto;
}

.top_reason .flex_box {
	width: 100%;
}

.focal {
	width: 15.5%;
	box-shadow: 4px 3px 5px 5px rgb(0 0 0 / 10%);
	margin: 0.5%;
	padding: 1%;
	text-align: center;
}

.internetTitle {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border-bottom: 2px dotted #66a5c6;
	border-top: 2px dotted #66a5c6;
	color: #66a5c6;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 2;
	margin-bottom: 1em;
	padding: 0.5em 0;
	text-align: center;
}

p.exp_txt {
	text-align: center;
}

/*事業案内02*/
.top_jigyoannai_02 {
	width: 90%;
	margin: 15px auto;
}

div#top_jigyoannai_02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: -250px;
	padding-top: 250px;
}

.Bus_blk {
	display: inline-block;
	width: 49%;
	padding: 1%;
	box-shadow: 1px 2px 4px 2px rgb(0 0 0 / 13%);
	margin: 0px 0.5% 10px;
}

.Various_Bus_img {
	float: left;
	width: 40%;
}

.Various_Bus_img img {
	width: 100%;
}

.Various_Bus_txt {
	float: right;
	width: 60%;
}

.Various_Bus_title {
	background: #254d75;
	color: #fff;
	padding: 5px;
	font-weight: 600;
}

p.txtLeft {
	text-align: left;
	font-size: 0.9rem;
}

/*機材レンタル*/
.top_rental_center {
	width: 90%;
	margin: 50px auto;
}

/*表組*/
.postage {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0.5em 0;
	width: 100%;
}

.postage th, .postage td {
	font-size: 85.7%;
	line-height: 1.5;
	padding: 10px;
}

.postage th {
	background: #728497;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
}

.postage td.thinColor {
	background: #eff1f3;
	color: #777777;
	font-weight: bold;
	text-align: center;
}

.postage td {
	background: #ffffff;
	border: 1px solid #dddddd;
}

.txtRight {
	text-align: right;
}

.postageMobile {
	display: none;
}

.coder {
	border-collapse: collapse;
	border: 1px solid #e2e2e3;
	margin: 0.5em 0;
	width: 60%;
}

.coder th {
	background: #eff1f3;
	border-bottom: 1px solid #e2e2e3;
	border-right: 1px solid #e2e2e3;
	color: #777777;
	padding: 1.5em 1.0em;
	white-space: nowrap;
}

.coder td {
	border: 1px solid #e2e2e3;
	padding: 1.5em 1.0em;
	vertical-align: top;
}

.coder_g {
	border-spacing: 0;
	border: 1px solid #e2e2e3;
	margin: 0.5em 0;
	width: 100%;
}

.p30 {
	width: 30%;
}

.p70 {
	width: 70%;
}

.link_btn a {
	width: 300px;
	text-align: center;
	background: #254d75;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	margin-top: 20px;
}

.top-content {
	width: 100%;
	margin: 0 auto;
	/*background: #f0f4f8;*/
	padding: 10px 5% 0px;
}

.top_categorylist.top-content {
	padding: 15px 5% 0 !important;
}

.top_hrs_link .sysContent {
	text-align: center;
}

.top_hrs_link p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 40px 0;
}

.js-thmbnail-slider .sysHeadline {
	width: 90%;
	margin: 0 auto;
}

.top_infomation {
	width: 100%;
	margin: 0 auto;
	padding: 15px 5% 20px;
}

.info_btn {
	width: 25%;
	text-align: center;
	background: #254d75;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	margin-top: 20px;
	position: relative;
	/* top: -110px; */
	top: -160px;
	right: -68%;
}

.info_btn a {
	color: #fff;
	display: block;
}

/* categoryBack */

.sub-page2 .subpage-wrap {
	width: 95%;
	margin: 0 auto;
}

#categoryBack {
	background: url(../img/background_title.png) #6bb2cf;
	background-size: cover;
	margin-bottom: 2.5em;
}

#panNavi, #panNavi a {
	color: #ffffff;
	padding-top: 0.5em;
	text-align: left;
}

.iconTitle {
	/* padding: 3.0em 0 4.4em 0; */
	padding: 5em 0 4em 0;
}

.iconLeft {
	float: left;
	width: 9%;
	text-align: left;
	margin-left: 5px;
}

.iconRight {
	float: left;
	width: 88%;
	margin-left: 5px;
}

.catTitle_icon {
	color: #ffffff;
	font-family: AvenirNextCondensed Medium, 'Barlow Condensed', sans-serif;
	/* font-weight: normal; */
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	font-size: 2.25em;
}

.catTitle_others {
	color: #ffffff;
	font-family: AvenirNextCondensed Medium, 'Barlow Condensed', sans-serif;
	/* font-weight: normal; */
	letter-spacing: 0.1em;
	line-height: 1.0;
	margin-bottom: 0;
	padding: 2.3em 0 0 0;
	text-align: left;
	text-shadow: 2px 2px 2px #333333;
	font-size: 2.25em;
}

.jaTitle_icon_others {
	color: #ffffff;
	padding-bottom: 0;
	text-align: left;
	text-shadow: 2px 2px 2px #333333;
}

.otherserviceTitle {
	color: #ffffff;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 2.0em;
	text-shadow: 2px 2px 2px #333333;
}

#categoryInner_photographing {
	background-image: url(../img/photographing_header_smartphone.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 0 0 3%;
	width: 97%;
}

#categoryInner_license {
	background-image: url(../img/license_header_smartphone.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 0 0 3%;
	width: 97%;
}

#headOrder {
	margin-bottom: 2.5em;
	margin-top: -2.5em;
	text-align: center;
}

.serviceOrder a:link, .serviceOrder a:visited {
	color: #ffffff;
}

.serviceOrder a {
	background: #f0930f;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 1.0em 0;
	text-align: center;
}

.jaTitle_icon {
	color: #ffffff;
	padding-bottom: 0;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.iconLeft {
		width: 4.5%;
	}

	.iconRight {
		width: 94%;
	}

	.catTitle_others {
		text-shadow: none;
	}

	.jaTitle_icon_others {
		text-shadow: none;
	}

	.otherserviceTitle {
		text-shadow: none;
	}

	.serviceOrder a {
		background: #f0930f;
		color: #ffffff;
		/* display: table; */
		font-weight: bold;
		text-align: center;
		margin-left: auto;
		width: 17em;
	}

	#categoryInner_photographing {
		background-image: url(../img/photographing_header_tablet.png);
	}

	#categoryInner_license {
		background-image: url(../img/license_header_tablet.png);
	}
}

@media screen and (min-width: 978px) {
	body #categoryInner {
		margin: 0 auto;
		width: 97%;
	}

	#categoryInner_photographing {
		background-image: url(../img/photographing_header.png);
		background-position: bottom right;
		margin: 0 auto;
	}

	#categoryInner_license {
		background-image: url(../img/license_header.png);
		background-position: bottom right;
		margin: 0 auto;
	}

	#headOrder {
		text-align: center;
	}

	.serviceOrder {
		margin-left: auto;
		margin-right: auto;
		width: 97%;
	}
}

/* 安心保険制度 */

.siteColor {
	color: #56a5c6;
}

.fukidasiFrame {
	border: 1px solid #dddddd;
	padding: 0.25em 2.0em 0.25em 2.0em;
	position: relative;
}

.txtCenter {
	text-align: center;
}

.sysContentfigure {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.imgMargin {
	padding-bottom: 1.0em;
	padding-top: 1.0em;
}

@media screen and (min-width: 768px) {
	.brh {
		display: none;
	}
}

/* その他のサービス：水中・空中ドローン撮影請負 */
.subpage-wrap .contents {
	color: #303030;
	margin: 0 auto 0 auto;
	padding-bottom: 1.0em;
	width: 100%;
	text-align: left;
	overflow: inherit;
}

.subpage-wrap .contents figure {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.subpage-wrap .contents img {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.others .deliveryTitle {
	border-bottom: solid #e6e6e6 4px;
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 0;
}

.subpage-wrap .contents p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.subpage-wrap section {
	clear: both;
	margin-bottom: 2.0em;
}

.others .deliverysubTitle {
	border-bottom: solid #cbcbcb 1px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 0;
	position: relative;
}

.others .deliverysubTitle:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -5px;
	border: 4px solid transparent;
	border-top: 4px solid #ffffff;
	z-index: 2;
}

.others .deliverysubTitle:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5.666px;
	border: 4.666px solid transparent;
	border-top: 4.666px solid #cbcbcb;
	z-index: 1;
}

.others .deliveryFrame {
	margin: 0 auto;
	text-align: center;
}

.others .deliveryIcon_1 img, .others .deliveryIcon_2 img, .others .deliveryIcon_3 img {
	height: 74px;
	vertical-align: middle;
}

.others .arrowf {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}

.others .arrowf::before,
.others .arrowf::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle
}

.others .arrowfooter::before {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #56a5c6;
}

.others .arrowfooter::after {
	left: 2px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#relationBack {
	background: #f5f6f8;
	clear: both;
}

.yearTitle {
	background: #f5f6f8;
	color: #254d75;
	padding: 1.0em 0.5em 1.0em 1.0em;
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

.photographFrame {
	margin: 0 auto;
	text-align: center;
}

.photographIcon {
	float: left;
	margin-bottom: 1.0em;
	margin-left: 1%;
	margin-right: 1%;
	width: 48%;
	text-align: center;
}

.stock a:link, .stock a:visited {
	color: #ffffff;
}

.stock a:hover, .stock a:active {
	background: #ff7f00;
	color: #ffffff;
}

.stock {
	padding-bottom: 40px;
}

.stock a {
	background: #ef9d29;
	color: #ffffff;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1.25em;
	padding: 1.0em 0;
	text-align: center;
}

.photographTitle {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	color: #254d75;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.5em;
	margin-top: 3.0em;
	padding: 1.5em 0;
	text-align: center;
	font-size: 1.5em;
}

.photographLeft_1 {
	text-align: center;
}

.photographLeft_2 {
	text-align: center;
}

.pflowIcon_1, .pflowIcon_2, .pflowIcon_4, .pflowIcon_5 {
	background-image: url(../img/flowline.gif);
	background-position: 0 50%;
	background-repeat: repeat-x;
	margin-right: 2%;
}

.pflowIcon_1, .pflowIcon_2, .pflowIcon_3, .pflowIcon_4, .pflowIcon_5, .pflowIcon_6 {
	float: left;
	width: 32%;
}

.pflowIcon_3, .pflowIcon_6 {
	padding: 0;
}

.txtStrong {
	font-size: 150%;
}

.noticeLine {
	border-bottom: solid #cccccc 1px;
	font-size: 1.25em;
	line-height: 1.25;
	margin-top: 2.0em;
	padding-bottom: 0.5em;
}

.normalList {
	margin: 1.0em 0 1.0em 3.0em;
	list-style: outside;
}

.notice ul li {
	font-size: .8em;
}

.listBlue li {
	color: #56a5c6;
}

.fukidasiTitle {
	color: #56a5c6;
	margin-top: 1.0em;
	padding-left: 3.0em;
	font-size: 1.5em;
	margin-bottom: 1em;
}

.listBlue span {
	color: #303030;
}

.fukidasi {
	position: absolute;
	left: 0px;
	top: -24px;
}

.gray {
	color: #777777;
}

.txtSmall {
	font-size: 83.4%;
}

.beginLine:before {
	content: "※";
}

.beginLine {
	padding-left: 1em;
	text-indent: -1em;
}

.notice .listBlue li {
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.deliveryTitle {
		padding: 0 2.0em 0.5em 2.0em;
	}

	.deliverysubTitle {
		padding: 0 2.0em 0.5em 2.0em;
	}

	.deliveryFrame {
		margin: 0 auto;
		width: 708px;
	}

	.deliveryIcon_1, .deliveryIcon_2, .deliveryIcon_3 {
		float: left;
		margin-left: 8px;
		margin-right: 8px;
		width: 220px;
		text-align: center;
	}

	.txtSmall {
		font-size: 87.5%;
	}

	.photographFrame {
		margin: 0 auto;
		width: 708px;
	}

	.photographIcon {
		float: left;
		margin-left: 8px;
		margin-right: 8px;
		width: 220px;
		text-align: center;
	}

	.stock a {
		margin-left: 20%;
		margin-right: 20%;
		width: 60%;
	}

	.photographLeft_1 {
		float: left;
		/* margin-right: 3%; */
		width: 51%;
		text-align: left;
	}

	.photographRight_1 {
		float: left;
		width: 46%;
		text-align: left;
	}

	.photographLeft_2 {
		float: right;
		margin-left: 3%;
		width: 33%;
		text-align: right;
	}

	.pflowIcon_1, .pflowIcon_2, .pflowIcon_3, .pflowIcon_4, .pflowIcon_5 {
		background-image: url(../img/flowline.gif);
		background-repeat: repeat-x;
		background-position: 0 50%;
		padding-right: 0;
	}

	.pflowIcon_1, .pflowIcon_2, .pflowIcon_3, .pflowIcon_4, .pflowIcon_5 {
		float: left;
		margin: 0;
		width: 167.6px;
	}

	.pflowIcon_6 {
		float: left;
		margin: 0;
		width: 140px;
	}
}

@media screen and (min-width: 978px) {
	.txtSmall {
		font-size: 87.5%;
	}
}

/* スクール運営事業 */
.topTitle {
	position: relative;
	font-weight: 400;
	margin: 1em 0em;
	padding: 3px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #3d4497;
	font-size: 18px;
	border-top: solid 1px #3d4497;
	border-bottom: solid 1px #3d4497;
}

.schoolLeft, .schoolRight {
	overflow: hidden;
}

.schoolRight {
	position: relative;
	width: 100%;
}

.schoolLeft {
	position: relative;
	width: 100%;
}

.schoolLeft img, .schoolRight img {
	width: 100%;
}

section.school_col .schoolLeft .schoolButton, section.school_col .schoolRight .schoolButton {
	width: 60%;
	display: flex;
	flex-direction: column;
	height: 90%;
}

.schoolLeft .schoolButton, .schoolRight .schoolButton {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
	text-align: center;
	width: 50%;
}

.schoolLeft p.txt_area, .schoolRight p.txt_area {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 1em;
}

.schoolLeft p, .schoolRight p {
	color: #ffffff;
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.5;
}

.schoolLeft p.buttonLine, .schoolRight p.buttonLine {
	margin-top: auto !important;
}

.schoolLeft p.buttonLine, .schoolRight p.buttonLine {
	border: 2px solid #ffffff;
	font-size: 1.25em;
	line-height: 2.0;
	margin-top: 0.5em;
	padding: 0 0;
}

.sns_box {
	padding: 20px 0;
	margin-top: 6px;
	background-color: #8ccce7;
}

.sns_img img {
	border-radius: 10px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

.txt_small {
	font-size: .5em;
}

.schoolRight .schoolButton img {
	position: relative;
	top: -20px;
	width: 100%;
	max-width: 170px;
}

.sns_box p {
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	padding-top: 5px;
	line-height: 1.5;
	font-weight: 540;
}

@media screen and (min-width: 768px) {
	.schoolLeft {
		float: left;
		width: 50%;
	}

	.schoolLeft img, .schoolRight img {
		height: 200px;
		object-fit: cover;
	}

	.schoolRight .schoolButton .schoolButtonRight img {
		height: auto;
		top: 85px;
	}

	.schoolLeft .schoolButton, .schoolRight .schoolButton {
		top: 40%;
	}

	.sns_flex {
		display: flex;
		align-items: center;
	}

	.sns_img {
		margin: 0 20px;
	}

	.sns_p {
		text-align: center;
	}

	.sns_box h3 {
		margin-bottom: 0.5em;
	}

	.sns_box h3 img {
		width: 90%;
	}

	.sns_p img {
		width: 70%;
	}

	.sns_sp {
		display: none;
	}

	.schoolRight {
		float: left;
		width: 50%;
	}

	.schoolButtonRight div {
		width: 25%;
		float: right;
	}

	.schoolRight p.txt_area {
		font-size: 1em;
		width: 80%;
	}

	.schoolButtonRight .txt_area {
		right: auto !important;
	}
}

@media screen and (min-width: 978px) {
	section.school_col .schoolLeft .schoolButton, section.school_col .schoolRight .schoolButton {
		width: 50%;
	}

	.schoolLeft .schoolButton, .schoolRight .schoolButton {
		width: 40%;
	}

	.schoolLeft p.buttonLine, .schoolRight p.buttonLine {
		border: 2px solid #ffffff;
		padding: 0 1.0em;
		margin: 0;
	}

	.sns_box h3 img {
		width: 94%;
	}
}

@media screen and (max-width: 768px) {
	.sns_flex {
		display: none;
	}

	.sns_sp {
		display: block;
		text-align: center;
	}

	.sns_box h3 {
		font-size: 1em;
		text-align: center;
	}

	.sns_box img {
		margin: 1em auto;
		width: 94%;
	}

	.sp_img {
		display: flex;
		justify-content: center;
	}

	.schoolRight .schoolButton img {
		max-width: 100px;
	}

	.schoolLeft p.txt_area, .schoolRight p.txt_area {
		font-size: 1.4em;
		top: 40%;
	}

	.section.school_col .schoolLeft .schoolButton, section.school_col .schoolRight .schoolButton {
		height: 70%;
	}

	.schoolLeft .buttonLine {
		margin: 40px 0;
	}

	.schoolRight .buttonLine {
		margin: 0;
	}
}

/* 水中ドローン教習所 */
.droneschool_water .info {
	margin: 0 20px;
}

.reason-container, .flow-container {
	margin: 40px 0;
}

.reason-inner {
	display: flex;
}

.reason-box {
	padding: 1% 5%;
	position: relative;
}

.reason-index1, .reason-index2, .reason-index3, .reason-index4, .reason-index5 {
	top: -1%;
	left: 1%;
	position: absolute;
	border: 1px solid #56A5C6;
	background-color: #56A5C6;
	display: flex;
	border-radius: 50px;
	z-index: 90;
	padding: 0 2%;
}

.index-no {
	font-size: 50px;
	font-weight: bold;
	font-style: italic;
}

.index-no, .index-p {
	color: #fff;
	line-height: 1em;
}

.index-p {
	padding: 10px 0 0 10px;
}

.index-no, .index-p {
	color: #fff;
	line-height: 1em;
}

.reason-img {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.reason-img img {
	object-fit: cover;
	max-width: 465px;
}

.reason-string {
	margin: 20px 0;
}

.reason-string ul {
	list-style: initial !important;
}

.flow-inner2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flow-box {
	width: 16%;
	height: 240px;
	background: linear-gradient(#254D75 20%, #EFEFEF 0);
	margin: 30px 0;
	border: 1px solid #FFF;
	border-radius: 16px;
	text-align: center;
}

.flow-box-top {
	color: #fff;
}

.flow-box-comment {
	color: #254D75;
}

.flow-box-comment2 {
	color: #254D75;
	padding: 0 10px;
}

.dashed {
	width: 3%;
	height: 160px;
	border-bottom: dashed 5px #BCBCBC;
}

.apply {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.apply-button {
	background-color: #254D75;
	border: solid 1px #254D75;
	margin: 0 1%;
	width: 46%;
	text-align: center;
}

.apply-button:hover {
	opacity: 0.8;
}

.apply-button a {
	font-size: 24px;
	/* text-decoration: none; */
	color: #fff;
}

.flow-box-comment p {
	margin: 2px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}

.flow-box-comment2 p {
	margin: 0;
	font-size: 10px;
}

.explain1 {
	margin-top: 30px;
	font-weight: bold;
	border-bottom: solid 1px #56A5C6;
	display: inline-block;
}

.explain1 h4:before {
	content: "■";
	display: inline-block;
}

.explain_info {
	margin: 0 20px;
}

@media screen and (max-width: 1024px) {
	.info-p1, .info-p2 {
		width: 100%;
	}

	.reason-inner {
		display: block;
	}

	.flow-box {
		width: 100%;
		height: 192px;
		margin: 10px 0;
	}

	.apply, .about-juida, .explain-box {
		display: block;
		text-align: center;
	}

	.apply-button, .juida, .explain-box-container, .explain-box-container-center {
		width: 94%;
		margin: 10px auto;
	}

	.apply-button p, .juida1 p, .explain-box-child1 p, .explain-box-child2 p {
		font-size: 16px !important;
	}

	.dashed {
		display: none;
	}

	.reason-img img {
		width: 100%;
	}
}


/* 空中ドローン教習所 */
.droneschool .info {
	margin: 0 20px;
}

.flow-inner {
	display: flex;
	flex-wrap: wrap;
}

.flow-box-note {
	width: 40%;
	position: relative;
	margin-left: 2%;
}

.flow-box-note p {
	position: absolute;
	bottom: 5%;
}

.about-juida {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.juida {
	text-align: center;
	margin: 1%;
	width: 46%;
}

.juida1 {
	background-color: #728497;
	border: solid 1px #728497;
	color: #FFF;
	font-size: 20px;
}

.juida2 {
	background-color: #fff;
	border: solid 0.5px #728497;
}

.explain-juida {
	padding: 0 70px;
}

.explain2 {
	background-color: #F5F6F8;
	padding: 20px 50px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.explain-box {
	display: flex;
	flex-wrap: wrap;
}

.explain-box-container {
	text-align: center;
	width: 30%;
}

.explain-box-child1 {
	background-color: #728497;
	border: solid 1px #728497;
	color: #FFF;
	font-size: 20px;
}

.explain-box-child2 {
	background-color: #fff;
	border: solid 0.5px #728497;
	height: 90px;
}

.explain-box-child2 p {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.explain-box-child3 p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1em;
	margin: 2px 0;
}

.explain-box-container-center {
	text-align: center;
	margin: 0 4%;
	width: 31%;
}

.explain-table {
	margin-top: 20px;
}

.explain-table table, .explain-table td, .explain-table-last table, .explain-table-last td {
	border: solid 1.5px #DCE2E5;
	border-collapse: collapse;
}

.explain-table-table {
	width: 100%;
	margin-bottom: 2px;
}

.explain-table-table th {
	background-color: #51A4C6;
	color: #fff;
	text-align: center;
	padding: 0;
	width: 20%;
	font-weight: normal;
}

.explain-table-table td {
	padding: 10px 20px;
	color: #254D75;
	width: 35%;
}

.explain-table-last {
	margin: 20px 0 50px 0;
}

.choose-corse {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 3% 0;
}

.choose1 {
	width: 49%;
	background-color: #F5F6F8;
	padding: 1%;
}

.choose1title {
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
	.brh_sp {
		display: none;
	}

	.flow-box-note {
		width: 94%;
		position: static;
	}

	.flow-box-note p {
		position: static;
	}

	.apply-button, .juida, .explain-box-container, .explain-box-container-center {
		width: 94%;
		margin: 10px auto;
	}

	.explain-juida {
		padding: 0;
	}

	.explain2 {
		padding: 20px 25px;
	}

	.apply-button, .juida, .explain-box-container, .explain-box-container-center, .choose1 {
		width: 94%;
		margin: 10px auto;
	}

	.explain1 p, .choose1title {
		font-size: 15px !important;
	}

	.apply, .about-juida, .explain-box, .choose-corse {
		display: block;
		text-align: center;
	}
}

/* データ変換サービス */
.otherBack_contents {
	box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
	padding: 10px;
}

.otherBack_contents .item, .otherBack_contents .item_txt {
	display: inline-block;
}

.otherBack_contents .item_txt {
	vertical-align: bottom;
	margin-top: 10px;
}

.otherBack_contents .detail_w {
	font-weight: bold;
	margin-top: auto;
	margin-bottom: 10px;
	padding: 0.8em;
}

.detail_w {
	background: #ffffff;
	border: 1px solid #254d75;
	color: #254d75;
	padding: 0.5em;
	text-align: center;
}

.otherBack_contents .detail_w:hover {
	background: #254d75;
	color: #ffffff;
}

.otherBack_contents .detail_w {
	font-weight: bold;
	margin-top: auto;
	margin-bottom: 10px;
	padding: 0.8em;
}

@media screen and (min-width: 980px) {
	.otherBack_contents .item {
		margin: 0 40px 5px 0;
	}
}

@media screen and (max-width: 980px) {
	.otherBack_contents {
		text-align: center;
	}
}


.info ul li a {
	padding: 0 10px;
}


/* その他のサービス：飛行許可・承認申請代行 */
.documentLeft {
	text-align: center;
	margin-bottom: 1.0em;
}

.documentRight {
	text-align: center;
	margin-bottom: 1.0em;
}

.contactTitle {
	color: #254d75;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2;
	margin: 0 auto;
	text-align: center;
}

#licenseBack {
	background: #f5f6f8;
	clear: both;
}

.triangle {
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 15px solid #ffffff;
	margin: 0 auto;
	text-align: center;
}

.circleLeft {
	padding-top: 2.0em;
}

#circlePermission {
	background: #56a5c6;
	color: #ffffff;
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.noticeLine_blue {
	border-bottom: solid #cccccc 1px;
	color: #254d75;
	font-size: 1.25em;
	line-height: 1.25;
	margin-top: 2.0em;
	padding-bottom: 0.5em;
}

.license .normalList, .normalList li {
	margin: 0 0 0 1.0em;
	font-weight: bold;
}

.license .normalList {
	margin-top: 1.0em;
}

.license-add {
	width: 98%;
	margin-left: 1%;
}

#circleApproval {
	background: #dcb62d;
	color: #ffffff;
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.tagLine {
	border-bottom: solid #cccccc 1px;
	font-size: 1.25em;
	line-height: 1.25;
	margin-bottom: 2.0em;
	padding-bottom: 1.0em;
}

.sunnyred {
	color: #e31c15;
}

.sflowIcon_1, .sflowIcon_2, .sflowIcon_4, .sflowIcon_5 {
	background-image: url(../img/flowline.gif);
	background-position: 0 50%;
	background-repeat: repeat-x;
	margin-right: 2%;
}

.sflowIcon_1, .sflowIcon_2, .sflowIcon_3, .sflowIcon_4, .sflowIcon_5, .sflowIcon_6, .sflowIcon_7 {
	float: left;
	width: 32%;
}

@media screen and (min-width: 768px) {
	.circleLeft, .circleLeft_2 {
		float: left;
		width: 21.632%;
		padding: 1.0em;
	}

	#circlePermission {
		display: block;
		width: 100%;
		height: 0;
		margin: 0 auto;
		padding-top: 100%;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		text-indent: -9999px;
		background: url(../img/circle_letetr_1.gif) no-repeat 0 0 #f5f6f8;
		background-size: cover;
	}

	.circleRight {
		float: right;
		margin-left: 2.368%;
		width: 74%;
	}

	.whiteFrame {
		background: #ffffff;
		clear: both;
		padding-bottom: 1.5em;
		padding-top: 1.5em;
		text-align: center;
		width: 90%;
		margin-left: 5%;
	}

	#circleApproval {
		display: block;
		width: 100%;
		height: 0;
		margin: 0 auto;
		padding-top: 100%;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		text-indent: -9999px;
		background: url(../img/circle_letetr_2.gif) no-repeat 0 0 #f5f6f8;
		background-size: cover;
	}
}

@media screen and (min-width: 978px) {
	.documentLeft {
		float: left;
		margin-right: 11px;
		text-align: right;
	}

	.documentRight {
		float: left;
		text-align: left;
	}

	.sflowIcon_1, .sflowIcon_2, .sflowIcon_3, .sflowIcon_4, .sflowIcon_5, .sflowIcon_6 {
		background-image: url(../img/flowline.gif);
		background-repeat: repeat-x;
		background-position: 0 50%;
		padding-right: 0;
	}

	.sflowIcon_1, .sflowIcon_2, .sflowIcon_3, .sflowIcon_4, .sflowIcon_5, .sflowIcon_6 {
		float: left;
		margin: 0;
		width: 143px;
	}

	.sflowIcon_1, .sflowIcon_2, .sflowIcon_3, .sflowIcon_4, .sflowIcon_5, .sflowIcon_6 {
		width: 173px;
	}

	.sflowIcon_7 {
		float: left;
		margin: 0;
		width: 120px;
	}
}

/* その他サービス・産業用水中ドローン */
/* その他サービス・産業用空中ドローン */

.other-services-air section.other_services_air_sec02, .other-services-air section.other_services_air_sec03, .other-services-air section.other_services_air_sec04, .other-services-air section.other_services_air_sec06 {
	margin-bottom: 0;
}

.other-services-air .c_white, .other-services-underwater .c_white {
	color: #fff;
}

.other-services-air div.contact_service, .other-services-underwater div.contact_service {
	position: relative;
}

.other-services-air div.contact_service a:hover, .other-services-underwater div.contact_service a:hover {
	opacity: .8;
	text-decoration: none;
}

.other-services-air div.contact_service a, .other-services-underwater div.contact_service a {
	position: absolute;
	top: 0;
	right: 5%;
	display: block;
	padding: 10px 25px;
	color: #fff;
	text-align: center;
	background-color: #ef9229;
}

.other-services-underwater div.other_services_underwater_sec01 {
	padding: 4em 0;
	height: 500px;
	background-image: url(../img/other_services_underwater_sec01.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: 50% 50%; */
}

.other-services-air div.other_services_air_sec01 {
	padding: 4em 0;
	height: 450px;
	background-image: url(../img/other_services_air_sec01.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: 50% 50%; */
}

.other-services-underwater .row {
	max-width: 72.5rem;
	margin-right: 20px;
	margin-left: 40px;
}

.other-services-air .row::before, .other-services-air .row::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.other-services-air .row::after {
	clear: both;
}

.other-services-underwater div.other_services_underwater_sec01 .cap_box, .other-services-air div.other_services_air_sec01 .cap_box {
	position: relative;
	height: 400px;
}

.other-services-underwater div.other_services_underwater_sec01 .cap, .other-services-air div.other_services_air_sec01 .cap {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.other-services-underwater .other_services_underwater_sec02 .title_box, .other-services-underwater .other_services_underwater_sec03 .title_box, .other-services-underwater .other_services_underwater_sec05 .title_box {
	background-color: #fff;
}

.other-services-underwater .title_box {
	margin-top: 0;
	margin-bottom: 0;
}

.other-services-underwater .title_box {
	/* margin: 4em auto; */
	padding: 6em 0;
	background-color: #efefef;
}

.other-services-underwater .other_services_underwater_sec02 h4, .other-services-underwater .other_services_underwater_sec05 h4 {
	color: #5ba8c8;
}

.other-services-air .center, .other-services-underwater .center {
	text-align: center;
}

.other-services-underwater div.other_services_underwater_sec01 .cap h4, .other-services-air div.other_services_air_sec01 .cap h4 {
	font-size: 3.25em;
}

.other-services-underwater .c_blue, .other-services-air .c_blue {
	color: #5BA8C8;
}

.other-services-underwater h4, .other-services-air h4 {
	font-family: AvenirNextCondensed Medium, 'Barlow Condensed', sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 0;
	font-size: 2.0em;
}

.other-services-underwater #categoryBack, .other-services-air #categoryBack {
	margin-bottom: 0;
}

.other-services-underwater section.other_services_underwater_sec02 ul.table_layout, .other-services-underwater section.other_services_underwater_sec03 ul.table_layout, .other-services-underwater section.other_services_underwater_sec04 ul.table_layout, .other-services-underwater section.other_services_underwater_sec05 ul.table_layout {
	width: 100%;
	display: table;
}

.other-services-underwater section.other_services_underwater_sec02 ul.table_layout li, .other-services-underwater section.other_services_underwater_sec03 ul.table_layout li, .other-services-underwater section.other_services_underwater_sec04 ul.table_layout li, .other-services-underwater section.other_services_underwater_sec05 ul.table_layout li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.other-services-underwater section.other_services_underwater_sec02 ul.table_layout li img, .other-services-underwater section.other_services_underwater_sec03 ul.table_layout li img, .other-services-underwater section.other_services_underwater_sec04 ul.table_layout li img, .other-services-underwater section.other_services_underwater_sec05 ul.table_layout li img {
	width: 100%;
	height: auto;
}

.other-services-underwater ul.table_layout li.bg_gray {
	background-color: #EFEFEF;
}

.bg_gray {
	background: #f0f4f8;
}

.other-services-underwater section.other_services_underwater_sec02 ul.table_layout li p, .other-services-underwater section.other_services_underwater_sec03 ul.table_layout li p, .other-services-underwater section.other_services_underwater_sec04 ul.table_layout li p, .other-services-underwater section.other_services_underwater_sec05 ul.table_layout li p {
	width: 62%;
	margin: auto;
}

.other-services-underwater .other_services_underwater_sec03 h4 {
	color: #1A5795;
}

.other-services-underwater section.other_services_underwater_sec03 div.min_inner {
	margin: auto;
	width: 90%;
	max-width: 800px;
}

.other-services-underwater section.other_services_underwater_sec03 div.min_inner p.cap_box {
	padding: 4em 0;
	font-size: 1.1em;
}

.other-services-underwater section.other_services_underwater_sec04 div.bg_blue {
	background-color: #5ba8c8;
}

.other-services-underwater section.other_services_underwater_sec04 .inline dl {
	display: inline-block;
	float: left;
	padding: 10px 20px;
	color: #1A5795;
	font-size: 0.8em;
}

.other-services-underwater section.other_services_underwater_sec04 .inline dl dt {
	font-size: 1.4em;
	font-weight: bold;
}

.other-services-underwater section.other_services_underwater_sec04 .inline dl dd {
	position: relative;
	padding-left: 1.4em;
}

.other-services-underwater section.other_services_underwater_sec04 .inline dl dd::before {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	content: "";
	border-left: 2px solid #1A5795;
	height: 80%;
	width: 2px;
}

.other-services-underwater section.other_services_underwater_sec04 .flex_box, .other-services-air section.other_services_air_sec03 div.min_inner.flex_box {
	width: 100%;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap: wrap;
}

.small-12 {
	width: 100%;
}

@media print, screen and (min-width: 64em) {
	.large-3 {
		width: 25%;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-3 {
		width: 25%;
	}
}

.other-services-underwater section.other_services_underwater_sec05 .inline_box {
	margin-left: auto;
	margin-right: 0;
	max-width: 500px;
}

.other-services-underwater section.other_services_underwater_sec05 .inline dl {
	display: inline-block;
	float: left;
	padding: 10px 20px;
	font-size: 0.8em;
}

.other-services-underwater section.other_services_underwater_sec05 .inline dl dt {
	font-size: 1.4em;
	font-weight: bold;
}

.other-services-underwater section.other_services_underwater_sec05 .inline dl dd {
	position: relative;
	padding-left: 1.4em;
}

.other-services-underwater section.other_services_underwater_sec05 .inline dl dd::before {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	content: "";
	border-left: 2px solid #333;
	height: 80%;
	width: 2px;
}

.other-services-underwater .other_services_underwater_sec07 h4, .other-services-air .other_services_air_sec08 h4 {
	margin-bottom: 1em;
	padding: 1em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

.other-services-underwater .other_services_underwater_sec07 ul.step_box, .other-services-air .other_services_air_sec08 ul.step_box {
	position: relative;
	width: 100%;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	counter-reset: number 0;
	justify-content: center;
}

.other-services-underwater .other_services_underwater_sec07 ul.step_box:before, .other-services-air .other_services_air_sec08 ul.step_box:before {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	/* left: 10%; */
	width: 70%;
	height: 2px;
	content: "";
	border-bottom: 4px dotted;
	border-color: #777;
	border-radius: 2px;
	z-index: -1;
}

.other-services-underwater .other_services_underwater_sec07 ul.step_box li, .other-services-air .other_services_air_sec08 ul.step_box li {
	position: relative;
	width: 12%;
	background-color: #f7f7f7;
	color: #5ba8c8;
	line-height: 1.4;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 0;
	height: 180px;
	margin: 10px;
	display: inline-grid;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	counter-increment: number 1;
}

.other-services-underwater .other_services_underwater_sec07 ul.step_box li:before, .other-services-air .other_services_air_sec08 ul.step_box li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 90px 90px 0 0;
	border-color: #5ba8c8 transparent transparent transparent;
	line-height: 0px;
	_border-color: #5ba8c8 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.other-services-underwater .other_services_underwater_sec07 ul.step_box li span, .other-services-air .other_services_air_sec08 ul.step_box li span {
	position: relative;
	display: block;
	width: 100%;
}

.other-services-underwater .other_services_underwater_sec07 ul.step_box li span:before, .other-services-air .other_services_air_sec08 ul.step_box li span:before {
	position: absolute;
	content: "STEP";
	color: #fff;
	top: -20px;
	left: -1px;
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: normal;
}

.other-services-underwater .other_services_underwater_sec07 ul.step_box li span:after, .other-services-air .other_services_air_sec08 ul.step_box li span:after {
	position: absolute;
	top: -3px;
	left: 11px;
	font-size: 1.2em;
	color: #fff;
	content: counter(number) "";
}

.other-services-underwater section.other_services_underwater_sec03 ul.table_layout li p.title {
	font-size: 1.4em;
}



@media only screen and (max-width: 1200px) {
	.other-services-underwater div.other_services_underwater_sec01 {
		background-position: 20% 50%;
	}
}

@media only screen and (max-width: 1130px) {
	.other-services-underwater div.other_services_underwater_sec01, .other-services-air div.other_services_air_sec01 {
		background-position: 40% 50%;
	}
}

@media only screen and (max-width: 1024px) {
	.other-services-air div.other_services_air_sec01, .other-services-underwater div.other_services_underwater_sec01 {
		background-position: 40% 50%;
	}
}

@media only screen and (max-width: 768px) {
	.other-services-underwater div.other_services_underwater_sec01 {
		padding: 0;
		height: 280px;
	}

	.other-services-underwater div.other_services_underwater_sec01 .cap h4 {
		font-size: 2.25em;
	}

	.other-services-underwater div.contact_service a, .other-services-air div.contact_service a {
		top: -45px;
		right: 0;
	}

	.other-services-underwater .title_box {
		padding: 2em 0;
	}

	.other-services-underwater .other_services_underwater_sec07 ul.step_box li, .other-services-air .other_services_air_sec08 ul.step_box li {
		height: 150px;
	}
}

@media only screen and (max-width: 480px) {
	.other-services-underwater .subpage-wrap {
		width: 100%;
		margin: 0 auto;
	}

	.other-services-underwater div.other_services_underwater_sec01 {
		background-size: auto 65%;
		height: 285px;
		background-position: 75% bottom;
	}

	.other-services-underwater div.other_services_underwater_sec01 .cap {
		position: relative;
		top: 0;
		transform: none;
		margin: 1em auto;
	}

	.other-services-underwater div.other_services_underwater_sec01 .cap h4 {
		font-size: 2.00em;
		text-align: center;
	}

	.other-services-underwater div.other_services_underwater_sec01 .cap p {
		text-align: center;
	}

	.other-services-underwater section {
		margin-bottom: 0;
	}

	.other-services-underwater h4 {
		width: 90%;
		margin: 0 auto;
	}

	.other-services-underwater section.other_services_underwater_sec02 ul.table_layout li, .other-services-underwater section.other_services_underwater_sec03 ul.table_layout li, .other-services-underwater section.other_services_underwater_sec04 ul.table_layout li, .other-services-underwater section.other_services_underwater_sec05 ul.table_layout li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.other-services-underwater section.other_services_underwater_sec02 ul.table_layout li p, .other-services-underwater section.other_services_underwater_sec03 ul.table_layout li p, .other-services-underwater section.other_services_underwater_sec04 ul.table_layout li p, .other-services-underwater section.other_services_underwater_sec05 ul.table_layout li p {
		width: 90%;
		padding: 1.5em 1em;
	}

	.other-services-underwater section.other_services_underwater_sec03 ul.table_layout:nth-of-type(1), .other-services-underwater section.other_services_underwater_sec05 ul.table_layout:nth-of-type(1) {
		display: flex;
		flex-wrap: wrap;
	}

	.other-services-underwater section.other_services_underwater_sec03 ul.table_layout:nth-of-type(2), .other-services-underwater section.other_services_underwater_sec05 ul.table_layout:nth-of-type(2), .other-services-air section.other_services_air_sec03 ul.table_layout:nth-of-type(2), .other-services-air section.other_services_air_sec05 ul.table_layout {
		display: flex !important;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.other-services-underwater section.other_services_underwater_sec03 ul.table_layout li p.title {
		padding-bottom: 0;
	}

	.other-services-underwater .other_services_underwater_sec04 h4 {
		font-size: 16px;
	}

	.other-services-underwater section.other_services_underwater_sec03 div.min_inner p.cap_box {
		padding: 1.5em 0;
		font-size: 1em;
	}

	.other-services-underwater h4 {
		font-size: 1.5em;
	}

	.other-services-underwater section.other_services_underwater_sec05 ul.table_layout li p.title {
		font-size: 16px;
		text-align: center;
		padding: 1em;
	}

	.other-services-underwater section.other_services_underwater_sec06 h4 {
		margin-top: 1.5em;
	}

	.other-services-underwater .other_services_underwater_sec07 ul.step_box li, .other-services-air .other_services_air_sec08 ul.step_box li {
		width: 40%;
	}

	.other-services-underwater .other_services_underwater_sec07 ul.step_box::before, .other-services-air .other_services_air_sec08 ul.step_box::before {
		border: 0;
	}
}

/* クレジット支払い */
#creditBack {
	background: #f5f5f9;
	margin-top: 20px;
	padding: 1.0em 0 1.5em 0;
}

.creditTitle {
	color: #254d75;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em 0 0 0;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#creditBack {
		display: none;
	}
}

/* その他サービス・産業用空中ドローン */
.other-services-air section.other_services_air_sec02 div.content_title {
	margin-bottom: 4em;
	background-image: url(../img/other_services_air_sec02.png);
	background-position: 50% 50%;
}

.other-services-air section.other_services_air_sec02 div.min_inner {
	margin: auto;
	width: 85%;
	/* max-width: 800px;　*/
}

.other-services-air section.other_services_air_sec02 div.min_inner .row {
	margin: 2em auto;
}

/* .other-services-air section.other_services_air_sec02 div.min_inner .table_b {
    display: table;
    padding-top: 40px;
}*/
.other-services-air section.other_services_air_sec02 div.min_inner .columns {
	padding-left: 0;
	padding-right: 0;
}

.other-services-air section.other_services_air_sec02 div.min_inner .table_b div.table_items {
	display: table-cell;
	vertical-align: middle;
}

.other-services-air .title_box {
	/* margin: 4em auto; */
	padding: 6em 0;
	background-color: #efefef;
}

.other-services-air section.other_services_air_sec02 .c_white, .other-services-air section.other_services_air_sec03 .c_white, .other-services-air section.other_services_air_sec04 .c_white, .other-services-air section.other_services_air_sec05 .c_white, .other-services-air section.other_services_air_sec06 .c_white, .other-services-air section.other_services_air_sec07 .c_white {
	text-shadow: 0 0 10px #000;
}

.other-services-air .sec {
	padding: 4em 0;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
}

.other-services-air .columns {
	float: left;
}

@media print, screen and (min-width: 64em) {
	.large-4 {
		width: 33.33333%;
	}

	.large-6 {
		width: 50%;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-4 {
		width: 33.33333%;
	}

	.medium-6 {
		width: 48%;
		margin-left: 20px;
	}
}

.other-services-air section.other_services_air_sec02 div.min_inner .table_b div.table_items p {
	padding-left: 40px;
}

.other-services-air .date_list_box .columns {
	margin-top: 4em;
	padding-left: 0;
	padding-right: 0;
}

.other-services-air .date_list_box .columns ul.table {
	display: table;
	width: 100%;
}

.other-services-air .date_list_box .columns ul.table li {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.other-services-air .title_box.bg_white {
	margin: 4em auto 0;
	background-color: #f9f9f9;
}

.other-services-air .date_list_box .columns ul.table li p.title {
	font-size: 1.6em;
	line-height: 1.3;
	margin-top: .5em;
	margin-bottom: .5em;
}

.other-services-air .date_list_box .columns ul.table li p {
	padding-left: 15px;
	padding-right: 10px;
}

.other-services-air .sec_dr_left {
	background-image: url(../img/other_services_air_sec02_use_bg01.png);
}

.other-services-air .sec_dr_right {
	background-image: url(../img/other_services_air_sec02_use_bg02.png);
}

.other-services-air .other_services_air_sec03 .sec {
	position: relative;
	padding: 4em 0;
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/other_services_air_sec03_bg.png);
}

.other-services-air .other_services_air_sec03 .sec img {
	display: block;
	width: 290px;
	height: auto;
	margin: 2em 0 0;
}

.other-services-air .sec_dr_left, .other-services-air .sec_dr_right {
	position: relative;
	padding: 4em 0;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.other-services-air .sec_dr_left .cap, .other-services-air .sec_dr_right .cap {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin-left: 0;
}

.other-services-air .columns.right {
	float: right;
}

.other-services-air section.other_services_air_sec03 div.min_inner.flex_box .items {
	margin: 1em auto;
}

.other-services-air section.other_services_air_sec03 div.min_inner {
	margin: 4em auto;
	width: 90%;
	/* max-width: 800px; */
}

.other-services-air section.other_services_air_sec03 ul.table_layout, .other-services-air section.other_services_air_sec05 ul.table_layout {
	width: 100%;
	display: table;
}

.other-services-air section.other_services_air_sec03 ul.table_layout li, .other-services-air section.other_services_air_sec05 ul.table_layout>li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.other-services-air section.other_services_air_sec03 ul.table_layout li img, .other-services-air section.other_services_air_sec05 ul.table_layout>li img {
	width: 100%;
	height: auto;
}

.other-services-air section.other_services_air_sec03 ul.table_layout li p {
	width: 60%;
	margin: auto;
}

.other-services-air .title_box.bg_blue {
	margin-top: 0;
	background-color: #5ba8c8;
}

.other-services-air .other_services_air_sec03 .sec_use, .other-services-air .other_services_air_sec04 .sec_use {
	position: relative;
	padding: 4em 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/other_services_air_sec03_use_bg.png);
}

.other-services-air .other_services_air_sec03 .sec_use .columns dl, .other-services-air .other_services_air_sec04 .sec_use .columns dl {
	padding-left: 5em;
}

.other-services-air .other_services_air_sec03 .sec_use .columns dl dt, .other-services-air .other_services_air_sec04 .sec_use .columns dl dt {
	font-weight: bold;
	font-size: 1.4em;
}

.other-services-air .other_services_air_sec04 .sec {
	position: relative;
	padding: 4em 0;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/other_services_air_sec04_bg.jpg);
}

.other-services-air .other_services_air_sec04 .sec .cap, .other-services-air .other_services_air_sec05 .sec .cap, .other-services-air .other_services_air_sec06 .sec .cap, .other-services-air .other_services_air_sec07 .sec .cap {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.other-services-air .mtop_space_zero {
	margin-top: 0 !important;
	background-color: #ffffff;
}

.other-services-air .other_services_air_sec05 .sec {
	position: relative;
	padding: 4em 0;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/other_services_air_sec05_bg.jpg);
}

.other-services-air .other_services_air_sec05 .title_box {
	margin-top: 0;
	margin-bottom: 0;
}

.other-services-air section.other_services_air_sec05 ul.table_layout>li dl {
	width: 80%;
	margin: auto;
	padding-left: 6em;
}

.other-services-air section.other_services_air_sec05 ul.table_layout>li dl dt {
	font-weight: bold;
	font-size: 1.4em;
}

.other-services-air section.other_services_air_sec05 ul.table_layout>li dl dd ol {
	list-style-type: disc;
	margin-left: 1.2em;
}

.other-services-air .other_services_air_sec06 .sec {
	position: relative;
	padding: 4em 0;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/other_services_air_sec06_bg.jpg);
}

.other-services-air .other_services_air_sec06 .title_box {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
}

.other-services-air .sec_dr_right .cap {
	margin-left: 8em;
}

.other-services-air .other_services_air_sec07 .sec {
	position: relative;
	padding: 4em 0;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/other_services_air_sec07_bg.jpg);
}

.other-services-air section.other_services_air_sec03 div.min_inner.flex_box .items img {
	display: block;
	margin: auto;
}


@media only screen and (min-width: 1024px) {
	.other-services-air .columns {
		margin-left: 40px;
	}

	.other-services-air .sec_use .left,
	.other-services-air section.other_services_air_sec02 div.min_inner .columns {
		margin-left: 0 !important;
	}

	.other-services-air .date_list_box .columns {
		margin-left: 20px !important;
	}

	.other-services-air section.other_services_air_sec03 div.min_inner.flex_box .items {
		width: 20% !important;
	}
}

@media only screen and (max-width: 1024px) {
	.other-services-air div.other_services_air_sec01 .cap_box {
		height: 250px;
	}

	.other-services-air .title_box {
		margin-bottom: 0;
		padding: 3em 0;
	}
}

@media only screen and (max-width: 768px) {
	.other-services-air div.other_services_air_sec01, .other-services-air .sec_dr_left, .other-services-air .sec_dr_right, .other-services-air div.other_services_air_sec01 .cap_box {
		height: 280px;
	}

	.other-services-air div.other_services_air_sec01, .other-services-air .sec_dr_left, .other-services-air .sec_dr_right {
		padding: 0;
		background-size: contain;
	}

	.other-services-air .sec_dr_left .cap, .other-services-air .sec_dr_right .cap {
		top: 40%;
	}

	.other-services-air .other_services_air_sec03 .sec {
		background-position: 90% 50%;
		height: 380px;
	}
}

@media only screen and (max-width: 667px) {
	.other-services-air div.other_services_air_sec01, .other-services-air .sec_dr_left, .other-services-air .sec_dr_right, .other-services-air div.other_services_air_sec01 .cap_box {
		height: 243px;
	}
}

@media only screen and (max-width: 480px) {
	.other-services-air div.other_services_air_sec01 {
		background-size: auto 75%;
		height: 310px;
		background-position: 79% bottom;
		background-color: #ebebeb;
	}

	.other-services-air div.other_services_air_sec01 .cap h4 {
		font-size: 2.25em;
		text-align: center;
	}

	.other-services-air div.other_services_air_sec01 .cap {
		position: relative;
		top: 0;
		transform: none;
		margin: 1em auto;
	}

	.other-services-air div.other_services_air_sec01 .cap p {
		text-align: center;
	}

	.other-services-air section.other_services_air_sec02 div.content_title {
		background-position: 66% 50%;
		height: 450px;
		padding: 2em 0;
	}

	.other-services-air section.other_services_air_sec02 h4, .other-services-air section.other_services_air_sec02 ul, .other-services-air .other_services_air_sec02 .sec_dr_right h4, .other-services-air section.other_services_air_sec06 h4, .other-services-air section.other_services_air_sec06 ul, .other-services-air .other_services_air_sec06 .sec_dr_right h4, .other-services-air section.other_services_air_sec07 h4, .other-services-air section.other_services_air_sec07 ul {
		text-align: center;
	}

	.other-services-air div.other_services_air_sec01 .cap_box {
		height: auto;
	}

	.other-services-air section.other_services_air_sec02 div.min_inner .columns {
		text-align: center;
	}

	.other-services-air section.other_services_air_sec02 p, .other-services-air .other_services_air_sec02 .sec_dr_right ul, .other-services-air .other_services_air_sec06 .sec_dr_right ul {
		text-align: center;
		font-size: 12px;
	}

	.other-services-air section.other_services_air_sec02 div.min_inner .table_b {
		margin: 2em auto;
		padding-top: 0;
	}

	.other-services-air section.other_services_air_sec02 div.min_inner .table_b div.table_items {
		display: block;
	}

	.other-services-air .title_box {
		margin-bottom: 0;
		padding: 1.5em 0 1em;
	}

	.other-services-air .date_list_box .columns {
		margin-top: 1em;
	}

	.other-services-air .date_list_box .columns ul.table li p.title {
		font-size: 1.4em;
	}

	.other-services-air .date_list_box .columns ul.table li p {
		font-size: 10px;
		text-align: left;
		line-height: 1.5;
	}

	.other-services-underwater .row {
		margin-left: 20px;
	}

	.other-services-air section.other_services_air_sec02 div.min_inner .table_b div.table_items p {
		padding-left: 0;
	}

	.other-services-air .large-6 {
		font-size: 85%;
	}

	.other-services-air .title_box.bg_white {
		margin: 2em auto 0;
	}

	.other-services-air .sec_dr_left {
		background-size: auto 77%;
		height: 340px;
		background-position: 75% bottom;
		background-color: #ebebeb;
	}

	.other-services-air .sec_dr_right {
		background-size: auto 65%;
		height: 350px;
		background-position: 4% bottom;
	}

	.other-services-air .sec_dr_left .cap, .other-services-air .sec_dr_right .cap {
		position: relative;
		top: 0;
		transform: none;
		margin: 1em auto;
	}

	other-services-air .sec_dr_right .cap {
		margin-left: 0;
	}

	.other-services-air section.other_services_air_sec03 h4 {
		text-align: center;
	}

	.other-services-air section.other_services_air_sec03 p {
		text-align: center;
		margin: 0 2em;
	}

	.other-services-air .other_services_air_sec03 .sec img {
		margin: 10px auto;
	}

	.other-services-air .other_services_air_sec03 .sec {
		height: 330px;
		padding: 2em 0;
	}

	.other-services-air section.other_services_air_sec03 ul.table_layout li {
		display: block;
		width: 100%;
		padding: 1em 0;
	}

	.other-services-air .other_services_air_sec03 .sec_use .columns dl dt, .other-services-air .other_services_air_sec03 .sec_use .columns dl dd, .other-services-air .other_services_air_sec04 .sec_use .columns dl dt, .other-services-air .other_services_air_sec04 .sec_use .columns dl dd {
		text-align: center;
	}

	.other-services-air .other_services_air_sec04 .sec, .other-services-air .other_services_air_sec05 .sec, .other-services-air .other_services_air_sec06 .sec, .other-services-air .other_services_air_sec07 .sec {
		background-position: 30% 50%;
		height: 300px;
	}

	.other-services-air section.other_services_air_sec03 ul.table_layout li p {
		width: 90%;
		padding: 1.5em 1em;
	}

	.other-services-air .other_services_air_sec03 .sec_use .columns dl, .other-services-air .other_services_air_sec04 .sec_use .columns dl {
		padding-left: 0;
		margin-top: 10px;
	}

	.other-services-air .columns, .page-id-2617 .columns {
		padding: 0;
	}

	.other-services-air .other_services_air_sec04 .sec .cap {
		position: absolute;
		top: 25%;
		transform: translate(0, -50%);
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		text-align: center;
	}

	.other-services-air .other_services_air_sec05 .sec .cap {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		text-align: center;
	}

	.other-services-air section.other_services_air_sec05 ul.table_layout li {
		display: block;
		width: 100%;
	}

	.other-services-air section.other_services_air_sec05 ul.table_layout>li dl {
		width: 100%;
		margin: auto;
		padding: 1em 0;
		text-align: center;
	}

}

/* ドローンの研究開発 */
.sell-h {
	color: #54a5c5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	font-size: 1.0em;
}
}

/* ドローンの販売メンテナンス */

.sell-box ul {
	display: flex;
	flex-wrap: wrap;
}

.sell-box ul li {
	width: 180px;
	margin: 3px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
}

.sale .sell-box {
	width: 97%;
}

.sale .otherBack_contents {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	margin: 20px;
}

.flex_reccomend {
	display: flex;
	flex-wrap: wrap;
	margin-left: 1em;
	padding-bottom: 1em;
	max-width: 100%;
	flex-basis: 100%;
}

.flex_item {
	padding: 3px;
}

.sale .mainte_img {
	text-align: center;
}

.sale .subpage-wrap section {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.flex_item {
		width: 32%;
	}

	.sell-box ul li {
		width: 48%;
	}

	.sale .otherBack_contents {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.flex_item {
		width: 46%;
	}
}

/* ドローンによる新しい映像表現の開発 */
.darkblue {
	color: #264e76;
}

.txtBold {
	font-weight: bold;
}

.search_02 p, .search_03 p {
	color: #000;
	padding: 4px 10px 10px 10px;
	font-size: 90%;
	line-height: 1.4;
}

#VideoBox {
	padding-bottom: 1em;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	#movieFrame iframe, #VideoBox iframe {
		width: 100%;
		height: 100%;
	}
}


/* ドローンによる生中継システム */
.programmingsystem .otherBack_contents {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1024px;
	margin: 0 auto;
}

.programmingsystem .contents figure {
	text-align: center;
}

.programmingsystem .detail_prog a {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	background: #ffffff;
	border: 1px solid #254d75;
	color: #254d75;
	padding: 0.5em;
}

.programmingsystem .detail_prog a:hover {
	background: #254d75;
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.programmingsystem .detail_prog a {
		margin-left: 20%;
		margin-right: 20%;
		width: 60%;
	}
}

@media only screen and (max-width: 480px) {
	.programmingsystem .otherBack_contents {
		display: block;
	}
}

/* プログラミング教育事業 */
.kids ul li img {
	border: 1px solid #f5efef;
	margin: 0 2% 2% 0;
}

.kids ul li {
	max-width: 32%;
	height: auto;
	margin-right: 6px;
}

.d_flex {
	display: flex;
	flex-wrap: wrap;
}

.kids .fl_left {
	float: left;
	margin-right: 1.2em;
}

@media screen and (max-width: 896px) {
	.kids ul li {
		max-width: 48%;
		margin-right: 2%;
		margin-bottom: 1%;
	}
}

@media screen and (max-width: 480px) {
	.kids ul li {
		max-width: 100%;
		margin-right: 0;
	}
}

/* よくあるご質問 */

.openMenu {
	background: #264e76;
	color: #ffffff;
	display: block;
	padding: 10px 0 10px 10px;
	position: relative;
}

.pageMenu {
	display: none;
}

.pageMenu a {
	color: #264e76;
	text-decoration: none;
}

.pageMenu li:hover a {
	color: #ffffff;
}

.pageMenu li {
	border-left: 1px solid #264e76;
	border-right: 1px solid #264e76;
	border-top: 1px solid #264e76;
	box-sizing: border-box;
	line-height: 1.5;
	padding: 10px 0 10px 10px;
	position: relative;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}

.pageMenu li {
	display: block;
}

.pageMenu li:hover {
	background: #264e76;
}

.pageMenu li:hover a:after {
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

.pageMenu a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #264e76;
	border-right: solid 2px #264e76;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pageMenu li:last-child {
	border-bottom: 1px solid #264e76;
}

.openMenu span:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.brr {
	display: none;
}

@media screen and (min-width: 768px) {
	.openMenu {
		display: none;
	}

	.pageMenu {
		display: table;
		width: 100%;
	}

	.pageMenu li {
		border-bottom: 1px solid #264e76;
		border-right: none;
		display: table-cell;
		line-height: 1.5;
		padding: 10px 0;
		text-align: center;
		width: 25%;
	}

	.pageMenu a:after {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.pageMenu li:last-child {
		border-right: 1px solid #264e76;
	}
}

/* その他のサービス */
.sorapass_img, .sorapass_text {
	text-align: center;
}

.sorapass_box {
	border: 2px solid #eee;
	padding: 10px 20px 20px 30px;
}


/* アーカイブ事業 */
#archiveBack {
	background: #f5f6f8;
	clear: both;
	margin-bottom: 20px;
}

#archiveBack .info {
	padding: 20px 20px 0;
}

#archiveBack .info_step {
	padding: 20px 30px 0;
}

#archiveBack .figure-item {
	background-color: #56a5c6;
	border: 1px solid #a9a9a9;
	box-shadow: 1.5px 1.5px 2px #696969;
	color: #fff;
	margin-bottom: 0.5em;
	border-radius: 50px;
	font-weight: bold;
	font-size: 1.8em;
	margin-top: 0.1em;
}

#archiveBack .figure-contents {
	width: 30%;
	box-shadow: none;
	flex-grow: 1;
	flex-basis: 250px;
}

#archiveBack .archive-step {
	flex-grow: 0;
}

#archiveBack .archive-step img {
	transform: translate(0, 50%);
}

.archive .otherBack_contents {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.textBox {
	position: relative;
	background-color: #56a5c6;
	padding: 5px 0 2px;
	border-radius: 5px;
	width: 30%;
	text-align: center;
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
}

.textBox::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top: 10px solid #56a5c6;
}

.archive_merit_box {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	margin: 40px 0;
}

.archive_merit {
	width: 340px;
	padding: 10px 20px;
}

.archive_merit .merit {
	border-bottom: solid 3px black;
	margin: 10px 0;
	font-size: 1.3em;
	font-weight: bold;
}

.archive_merit_last {
	width: 680px;
	flex-direction: column;
	margin-top: auto;
	font-size: 80%;
}

.archive_merit p {
	line-height: 1.8;
}

.archive .otherServices {
	font-size: 1.5em;
}

.archive_arr {
	position: relative;
	border-bottom: 2px solid #254d75;
	color: #254d75;
	text-align: center;
	font-size: 24px;
	padding: 30px 0 10px;
	margin: 0;
}

.archive_arr:after {
	border: 25px solid transparent;
	border-top-color: #254d75;
	border-bottom-width: 0;
	bottom: 0;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	width: 0;
	top: 65px;
}

.triangle3 {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid black;
}

.archiveTitle {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	color: #254d75;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 1.5em 0;
	text-align: center;
	font-size: 1.5em;
	margin-top: 1.0em;
}

.step-box .otherServices {
	margin-top: 20px;
}


.step-box dd img {
	float: left;
	margin-right: 6px;
}


@media screen and (max-width: 480px) {
	.archive .otherBack_contents {
		display: block;
	}

	.archive_merit {
		padding: 10px;
	}

	.archive_arr:after {
		left: 45%;
		top: 90px;
	}

	.otherBack_contents .item_txt {
		margin-bottom: 10px;
	}

	.step-box dd img {
		float: none;
		margin-right: 0;
	}

	#archiveBack .archive-step {
		display: none;
	}

	#archiveBack .figure-contents {
		padding: 0;
		margin: 0 0 10px;
	}

}

/* ドローンの撮影請負・調査点検 */
#otherBack {
	background: #f0f4f8;
	padding: 1px;
}

.shoot .flex_box {
	-webkit-justify-content: end;
	justify-content: end;
}

.shoot .flex_box .focal {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 5px 25px 5px;
	position: relative;
	background: #ffffff;
	padding: 0 2%;
	box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
	text-align: left;
}

.shoot .flex_box .item {
	text-align: center;
	position: relative;
}

.shoot .cat-label {
	background-color: #54a5c5;
	color: #ffffff;
	display: block;
	left: 0;
	bottom: 0;
	font-size: .8em;
	font-weight: bold;
	line-height: 28px;
	padding: 1px 10px 0 10px;
	position: absolute;
	overflow: inherit;
	border: none;
}

.shoot .focal h4 {
	font-size: 1em;
	line-height: 1.5;
	margin: 0.5em 0 0.75em 0;
}

.shoot .micro ul {
	font-size: .9em;
	padding: 0 10px;
}

.shoot .micro li {
	list-style: disc;
}

.shoot .micro {
	color: #777777;
}

.shoot .original {
	box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
	padding: 20px;
}

.shoot .contents-wrap, .partner-banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* max-width: 72.5rem; */
	margin: 6px 20px 0 15px;
	background: #fff;
}

.shoot .contents-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 0 10px;
	width: 50%;
}

.shoot .markTitle {
	overflow: hidden;
}

.shoot .contents-item ul {
	text-align: left;
	padding: 5px 25px;
}

.shoot .contents-item li {
	list-style: disc;
}

.shoot a .item:hover img, .shoot a .contents-item:hover img {
	transform: scale(1.2);
	transition-duration: 0.5s;
}

.shoot a .item, .shoot a .contents-item {
	overflow: hidden;
}

.shoot a {
	text-decoration: none;
}

@media (min-width: 980px) {
	.shoot .focal {
		width: 32%;
	}
}

@media only screen and (max-width: 667px) {
	.shoot .license-box ul li {
		width: 44%;
	}
}

@media screen and (max-width: 480px) {
	.shoot .contents-wrap, .partner-banner {
		display: block;
	}

	.shoot .contents-item {
		width: 100%;
	}

	.shoot .original {
		padding: 10px 0;
	}
}



/* 一部ページ級数合わせ */
.sale .iconTitle .jaTitle_icon,
.other-services-air .iconTitle .ja_title_sub,
.other-services-underwater .iconTitle .ja_title_sub,
.droneschool .iconTitle .jaTitle_icon,
.droneschool_water .iconTitle .jaTitle_icon {
	font-size: 1.8em;
	font-weight: bold;
}

.other-services-air .other_services_air_sec05 .table_layout dd li {
	list-style-type: disc !important;
}

p.infobg_red a {
	color: white;
	margin: 0 0 10px;
	background: red;
	padding: 7px 20px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
	display: block;
	font-weight: bold;
}



/* 20251008追加 */
#test_drone .btn_blk {
	position: unset;
	margin-top: 10px;
	min-height: 0;
	margin-left: auto;
	margin-right: 0;
	width: 50%;
}

#test_drone .btn_blk .timeout {
	position: unset;
	width: 100%;
	background: none;
	margin: 0;
	padding: 0;
}

#test_drone .btn_blk .timeout img {
	width: 100%;
}

#test_drone .price_flex {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-top: 20px;
}

#test_drone .price_flex .price_normal,
#test_drone .price_flex .price_irregular {
	flex: 1;
}

#test_drone .price_flex .price_irregular p.price_title,
#test_drone .price_flex .price_normal p.price_title {
	padding: 5px 0;
	box-sizing: border-box;
	color: white;
	border-radius: 8px 8px 0 0;
	margin: 0;
	font-weight: bold;
	text-align: center;
}

#test_drone .price_flex .price_normal p.price_title {
	background: #324F92;
}

#test_drone .price_flex .price_irregular p.price_title {
	background: #254d75;
}

#test_drone .price_flex table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

#test_drone .price_flex table th {
	width: 50%;
	border: 1px solid #000;
	background: #ededed;
	box-sizing: border-box;
	color: black;
	border-bottom: 1px solid #000;
	font-weight: 400;
}

#test_drone .price_flex table th:first-child {
	border-right: 1px solid #000;
}

#test_drone .price_flex table td {
	border: 1px solid #000;
	background: white;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 5px 10px;
	line-height: 1.75;
	box-sizing: border-box;
}

#test_drone .price_flex table td:last-child,
#test_drone .price_flex table td:last-child p {
	text-align: right;
}

#test_drone .price_flex table td p {
	margin: 0;
}

@media screen and (max-width:560px){
.sysDisplayMobileNone{
  display:none !important;
}

.mode_0525{
display:none;
}

.search_bx{
    top: 66px;
    margin: 15px 5%;
}

.sub-page {
    margin: 0px auto 50px;
}

#sysFormIndex #sysWrap, #law #sysWrap {
    margin: 0 auto;
}

/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/

#sysMain,#sysAside{ width: 100%!important;}

.sysMypage #sysWrap,
.sysMemberRegister #sysWrap{
  margin: 130px auto 0;
}

#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain{
  width: 98% !important;
  padding:20px 10px 30px !important;
    margin:10px auto;
}
.sysCart #sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain{
    width: 98% !important;
  padding:20px 10px 30px !important;
    margin:0 auto;
}
.sysCart #sysMain {
  width: 94% !important;
  padding: 0 !important;
  margin: 0 auto;
}
.sysFormField label{display: block;}
#sysFormIndex .txtBlock{text-align: left;}
div#sysMain{ margin: 0 auto!important;}
.grid-col {
  float: none;
  width: 100%!important;
        margin-left: 0;
}
/*Header */
#sysHeader{ margin-bottom: 5px;}

/* Category Pankuzu */
.sysItemCategoryPankuzu {
    font-size: xx-small;
}

/* Archive Thumbnail Item */
.sysItemList ul.sysThumbnail { font-size: small;}
.sysItemList ul.sysThumbnail input { font-size: x-small;}

/* Order Area */
.orderArea { letter-spacing: normal;}
.orderArea > div {
    width: 100%;
    padding-right: 0;
    float: none;
}

/*header検索ボックス*/
.h_search{
  margin-top:30px;
}
/***********************************
  トップページ
***********************************/
/* ヘッダー下 */
.banner1_left {
  width: 100%;
}
.banner1_right {
  display: none;
}
.banner2 ul li {
  font-size: .9em;
}
.main_top_link h3 {
  margin: 0 30px 10px;
}
.txt_left { left: 0; }
.txt_right { right: 0; }

/* ライブ配信でできること */
.item_box li {
  width: 48%;
}
/* 配信システムとは */
.stream-table {
  width: 100%;
}
.live-stream .flex {
  display: block;
}
.live-stream .flex .flex-item2 {
  width: 100%;
}
/* 配信用アイテム */
.item_box .audio_img {
  width: 100%;
}
.item-summary .summary {
  margin: 0 auto 10px;
}
/* トップページレンタル商品ブロック */
.rental-sec {
  width: 100%;
}
.rental-flex {
  display: block;
}
.rental-flex .flex-item {
  width: 100%;
  margin: 10px 0;
}
.mobile_router {
  border: none;
}
.mobile_router table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.stream-table th, .stream-table td {
  border: 1px solid;
}
.mobile_router p {
  width: 100%;
  margin: 10px auto;
}
.mobile_cta {
  position: relative;
  right: auto;
  bottom: auto;
}
.atem {
  position: relative;
  display: block;
  right: auto;
}
/***********************************
  商品詳細ページ
***********************************/
#sysItemDetail #sysMain {
    max-width: 450px;
    width: 90% !important;
}
.sysItemList ul.sysThumbnail li{width: 50% !important;}
.sysItemName a{font-size: 12px;}
/*商品名*/
#sysItemDetail .sysItemName h1{
  font-size:20px;
  padding-bottom:5px;
  margin-bottom:20px;
}
#sysItemDetail .sysSelectionDescription{margin: 5px 0 10px;}
#sysItemDetail #sysNumber{text-align: right;}

/*数量増減*/
#sysItemDetail .sysNumArea button {
  width: 35%;
}
/*PRアイコン(商品カテゴリーページ)*/
#sysItemCategory #sysMain{padding: 5px;}
.sysItemPrArea span{
        width: 48%;
        padding: 3px 0px;
        font-size: 10px;
}
#sysItemCategory input[type=submit]{margin-top: 0px;}
.sysAddSelection{font-size: 12px;}
.sysSelectionDescription{font-size: 10px;}
/*PRアイコン(商品詳細ページ)*/
.sysPr{margin-top: 10px;}
.sysPr span{
        width: 49%;
        font-size: 16px;
}
#sysItemDetail .sysForm select {
  min-width: 300px;
}
#sysItemDetail .sysNumber select {
        min-width: 100px;
}

#sysItemDetail{
  padding-bottom:40px;
}
.orderArea3, .sysRentalStartDate, .sysRentalSchedulesCalendars, .sysRentalScheduleInfo, .sysRentalExtendDays {
  width: 100% !important;
}
/*商品ページ用おすすめ商品*/
.itempage_recommend .sysItemBlock .sysHorizontal li{
  width:50%;
  padding:0 5px;
  margin-bottom:20px;
}
.itempage_recommend .sysItemName{
  font-size:12px;
}
.itempage_recommend .sysItemPrice{
  font-size:11px;
}

/*for demo 2017/01/12*/
.sysExplanation{
  float: none;
  width: 100%;
}

span.sp_newline{display: block}

/***********************************
  ヘッダー
***********************************/
.header_wrap{
  position: fixed;
  height: 120px;
  top: 0px; left: 0; right: 0;
  margin: auto;
  background: #fff;
  z-index: 120;
}
#sysHeader{
  width: 100%;
  margin: 0px auto;
  height: 110px;
}
.h_inner{margin: 0px 0 0;}
.header_h1_under, .header_h1{
  width: 100%;
  height: 20px;
  float: none;
  text-align: center;
  background: #ededed;
}
.header_h1_under a, .header_h1 a{
  display: none;
}
.head_title{
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.header_sp{
  width: 95%;
  margin: 0 2.5%;
  position: relative;
  text-align: center;
}
.header_sp #navBtn{
  position: absolute;
  top: 10px; left: 0;
}
.header_sp .spCart{
  position: absolute;
  top: 10px; right: 0;
}
.header_sp #navBtn img, .header_sp .spCart img{
  width: 40px;
  height: 40px;
}
.header_sp .spLogo img{
  width: 180px;
  margin-top: 15px;
}

/***********************************
  カート情報
***********************************/
#cartInfo{display: none;}

/***********************************
  ナビゲーション
***********************************/
#headNavigation .pcnone{display: block;}
#headNavigation .spnone{display: none;}
#headNavigation li.active{background: #fff;}
.h_navi{
  width: 100%;
  height: 40px;
}
#headNavigation li.tab1{
        width: 25%;
    margin-top:10px;
}
#headNavigation li.tab1 a{
        font-size: 12px;
        line-height: 15px;
        position: relative;
}
#headNavigation li.tab1:nth-of-type(5){
        display:none;
}

/*ナビゲーショントグル*/
.toggleNav{
  display: none;
  width: 100%;
  position: absolute;
  height: 0px; /*heightはjs制御*/
  top: 39px; left:0;
  z-index: 110;
         background: rgba(0,0,0,0);
  box-shadow:0px 0px 0px 0px #ccc;
  -moz-box-shadow:0px 0px 0px 0px #ccc;
  -webkit-box-shadow:0px 0px 0px 0px #ccc;
}
.toggleNav:hover{overflow: visible !important;}
#headNavigation ul.tab{
        position: relative;
}
.tabmenu .border:after{
  content:none;
}
.tabmenu li.tab1{
  position: static;
  border-right:1px solid #000;
}
.tabmenu li.tab1:nth-child(4){
  border-right:none;
}
.tabmenu li.tab1 a{font-size:14px;}
.tabmenu ul:after{
    display: block;
    content: "";
    clear: both;
}
.tabmenu li.tab2{
  width: 100%;
  height:auto;
  text-align: left;
  line-height:1;
  font-size: 18px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  background: rgba(255,255,255,1);
}
.tabmenu li.tab2 a{
  display: block;
  position: relative;
  padding: 5px 15px;
  font-size: 14px !important;
  line-height: 40px !important;
    font-weight: bold;
}
#headNavigation li.tab2 a:after{display: none;}
.tabmenu li.tab2 a i{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top:-7px;
}

.h_spnavi{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px; left: 0;
  background: rgba(220,220,220,0.9);
  z-index: 150;
  color: #444;
  display: none;
        overflow: auto;
}
#spNaviWrap{
  position: absolute;
  width: 100%;
  height: 1550px;
  top: 0px; left: -100%;
  background: rgba(225,225,225,1);
  z-index:  200;
  padding: 30px 10px 0;
        overflow: scroll;
}

/***********************************
  ログイン情報
***********************************/
.h_login .sysHeadline,.h_search .sysHeadline{
  text-align: center;
  font-size: 18px;
    margin-botom: 10px;
}
.h_login .sysContent{text-align: center;}
.h_login .sysFormItem{margin-bottom: 10px;}
.h_login .sysFormLabel{
  display: block;
  font-size: 12px;
  height: 20px;
  text-align: left;
  margin-bottom: 3px;
}
.h_login .sysLoginButton{
  width: 100%;
  margin: 10px 0%;
  border-radius:5px;
  background:#000;
  font-size: 15px;
  height: 35px;
  line-height: 10px;
}
.h_login li{
  border:1px solid #444;
  margin-bottom: 10px;
  font-size: 15px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  border-radius:5px;
}
.h_login li a{
  font-size: 12px;
  padding: 0px 5px 5px 0px;
}

/***********************************
  ナビゲーションメニュー
***********************************/
#closeMenu{
  position: absolute;
  top: 15px; left: 15px;
  font-size: 15px;
}
#closeMenu span{
        font-size: 12px;
        margin: 0 10px;
        display: inline-block;
    cursor:pointer;
}
#closeMenu2{
        text-align: center;
        margin: 20px 0;
        border: 1px solid #444;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    border-radius:5px;
    cursor:pointer;
}
#closeMenu2 span{
        display: inline-block;
        margin: 0 10px;
}
#spNavMenu .navTitle{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#spNavMenu{margin: 30px 0 0;}
#spNavMenu .spMenuList{
  height: auto;
  line-height: 40px;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #aaa;
}
#spNavMenu .spMenuList a{
        display: block;
  padding-left: 15px;
}
#spNavMenu .spToggleNav{
  height: 270px;
  overflow: hidden;
}
#spNavMenu .spToggleNav li{
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  border-bottom: 1px dotted #aaa;
}
#spNavMenu .spToggleNav li{padding-left: 20px;}
#spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
#spNavMenu .spToggleNav li:last-child{border-bottom: 0;}

/***********************************
  フッター
***********************************/
.footer{
  margin: 30px 0 0;
  background: #fff;
  letter-spacing: 2px;
}
.footer .f_navi_all{
  width: 95%;
  margin: 0 auto;
  padding: 10px 2.5% 0;
}
.footer .f_navi h3{
  width: 100%;
  height: 25px;
  background: #424242;
  color: #fff;
  margin: 10px 0;
  font-size: 12px;
  line-height: 25px;
  border-radius: 10px;
}
.footer .f_navi ul{
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.footer .f_navi li{
  display: inline-block;
  height: 25px;
  padding: 0 3px;
  margin: 10px 0px 0;
  font-size: 15px;
  position: relative;
  border-right: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_navi li i{
  position: absolute;
  font-size: 20px;
  line-height: 23px;
  right: 10px; top: 0;
}
.footer .f_navi li.sp_title{
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.footer .f_navi li.sp_title h5{
  position: relative;
  text-align: center;
  background: #fff;
}
.footer .f_navi li.sp_title h5 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.footer .f_navi li.sp_title h5::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.footer .f_navi li.sp_3column{
  width: 32%;
  margin-bottom: 5px;
}
.footer .f_navi li.sp_2column{
  width: 49%;
  margin-bottom: 5px;
}
.footer .f_navi li:after{width: 0;}
.footer .f_navi .b_none, .footer .f_navi .spb_none{border-right: 0px;}

.footer .f_gnav_all{
  padding: 0px 0 0px;
  letter-spacing: 2px;
  text-align: left;
}
.footer .f_gnav ul:after{
  display: block;
  content: "";
  clear: both;
}
.footer .f_gnav{
  width:100%;
  border-top: 1px solid #444;
  margin-bottom: 0;
  overflow: hidden;
}
.footer .f_gnav li {
  height: 45px;
  display: block;
  line-height: 45px;
  padding: 0px 0px 0 15px;
  font-size: 12px;
  border-bottom: 1px solid #444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_gnav li:nth-child(even){
  border-left: 1px solid #444;
}
.footer .f_gnav li:last-child{
  width:100%;
}
.footer .f_gnav li a{display: block;}
.footer .f_gnav .sp_wide{
  width: 100%;
  height: 38px;
  border-bottom: 0px;
}
.footer .f_gnav li:after{width: 0px;}
.footer .f_gnav{margin-bottom: 5px;}

.footer .f_copy{
  padding: 10px 5px;
  font-size: 10px;
}
@media screen and (max-width:320px) {
  .footer .telephone .telephone02 a {
      font-size: 27px;
  }
  .footer .f_gnav:nth-of-type(2) li:nth-child(3) a{
    font-size: 10px;
  }
}

/***********************************
  サイド
***********************************/
.side_search{
  width:95%;
  margin:0 auto 30px;
}
.side_navi_item,
.side_navi{
  width:95%;
  margin:0 auto;
}
.side_navi ul li.sysText a{
  padding:10px 5px !important;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:100% !important;
  margin:0 auto !important;
}
.side_navi_1{
  border-top:1px solid #000;
}

/***********************************
  共通パーツ
***********************************/
.sysTitle{
  width: 100%;
  margin: 30px auto!important;
  position: relative;
  text-align: center;
  font-size: 13px;
  letter-spacing: auto;
}
.sysTitle b{
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 10px 0 20px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.sysTitle::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.sysHeadline{
  margin: 30px auto!important;
  position: static;
  font-size: 20px;
  letter-spacing: 3px;
}
.sysHeadline b{
  width: 100%;
  display: block;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #222222;
  padding: 0 80px;
  margin-top: 3px;
  padding-top: 5px;
}
.sysTitle span, .sysHeadline span{
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
}
.sysTitle::before, .sysHeadline::before {height: 0px;}
.contentsWrap{
  width: 90%;
  margin: 0 auto;
}

/***********************************
  特商法テーブルレイアウト
***********************************/
.p-law .sysTitle{width: 90%;}
#main_tradelaw, .main_tradelaw, .step-box{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 30px;
  border: 0px solid #ddd;
}
#main_tradelaw dl , .main_tradelaw dl, .step-box dl {
  width: 100%;
  background: #ededed;
  border-bottom: 0px dotted #bfbfbf;
  overflow: hidden;
}
#main_tradelaw dl:after, .main_tradelaw dl:after, .step-box dl:after {
  display: block;
  content: "";
  clear: both;
}
#main_tradelaw dt, .main_tradelaw dt {
  width: 100%;
  padding: 15px 0 15px 20px;
  float: none;
  clear: both;
  font-weight: bolder;
}
.step-box dt {
  width: 100%;
  padding: 7px;
  float: none;
  clear: both;
  font-weight: bolder;
}
#main_tradelaw dd, .main_tradelaw dd, .step-box dd {
  margin-left: 0px;
  padding: 15px;
  background: #fff;
}
.shipFee{
  max-width: 1100px;
  margin: 20px auto
}
.shipFee .tableTitle{
  text-align: center;
  font-size: 12px;
}
table.shipFeeTable {
  width: 100%;
  margin: 0%;
    border-collapse: collapse;
  margin-bottom: 30px;
    text-align: left;
    line-height: 1.5;
}
.spThead{display: block;}
.pcThead{display: none;}
table.shipFeeTable thead th {
  font-size: 12px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
  text-align: left;
}
table.shipFeeTable tbody th {
  font-size: 12px;
  display: block;
  width: 100%;
  border: 0px solid #ddd;
}
table.shipFeeTable tbody .sum{
  position: relative;
  padding: 25px 10px;
  text-align: center;
}
table.shipFeeTable tbody .sum i{
  position: absolute;
  color: #888;
  font-size: 35px;
  left: 0;
  right: 0px;
  margin: auto;
  bottom: -20px;
  z-index: 20;
}
table.shipFeeTable td {
  display: block;
    width: 100%;
    vertical-align: top;
  border: 0px;
}
table.shipFeeTable b{
  color: #D42E30;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}

/***********************************
  2カラムレイアウト
***********************************/
.col2Style h2.pattern03{
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  padding: 0 0px 3px 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #6843ac;
}
.col2Style .txtBlock li{margin: 10px 0;}
.col2Style .imgWrap img{
  width: 80%;
  margin: 0px 10%;
}
.col2Style .floatWrap img{
  width: 80%;
        margin: 0px 10%;
  float: none;
}
.col2Style .floatWrap .txt{
  padding-top: 5px;
  margin-left: 0px
}
.col2Style .floatImg .imgWrap{
  width: 100%;
  float: none;
}
.col2Style .floatImg .imgWrap img{
  width: 80%;
  margin: 20px 10%;
}

/***********************************
  お買物ガイド
***********************************/
.indexList li{
  padding: 3px 5px;
  font-size: 12px;
}
.guideBlock{
        padding-top: 0;
        maergin-top: 30px;
}

/***********************************
  ご利用ガイド
***********************************/
.f_guide{margin-top: 30px;}
.f_guide .sysContent{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.f_guide .Title{
  font-size: 20px;
  text-align: center;
  padding: 20px 0 0px;
}
.f_guide .guideBlock{
  width: 95%;
  margin: 50px 2.5%;
  display: block;
  padding: 30px 0px 5px;
  border: 1px solid #424242;
  border-radius: 10px;
  position: relative;
}
.f_guide .guide01{padding-right: 0px;}
.f_guide .guide02{padding-left: 0px;}
.f_guide .guideTitle{
  width: 200px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  top: -15px; left:0; right: 0;
  background: #fff;
  font-size: 15px;
}
.f_guide p{
  font-size: 15px;
  line-height: 20px;
  margin: 5px 0  !important;
  text-align: left;
        padding: 0 10px 0 15px;
}
.f_guide img{width: 100%;}
.f_guide .mt{margin-top: 10px;}
.f_guide .smaller{font-size: 12px;}
.f_guide a.f_guide_btn{
  margin: 20px auto;
  float: none;
}
.f_guide .freedial{
  font-size:30px;
}


/* カート内商品数表示*/
button.itemCount2{
        display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(207,15,42,0.9);
  border:none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
/*商品購入ステップ*/
.steps ul{width: 350px;}
.steps li{
  float: left;
  padding: 0 6px;
  height: 150px;
}
.steps li a{height: 150px !important;}
.steps li img{height: 150px;}
@media screen and (max-width: 350px){
/*商品購入ステップ*/
.steps ul{width: 275px;}
.steps li{
  float: left;
  padding: 0 2px;
  height: 100px;
}
.steps li a{height: 100px !important;}
.steps li img{height: 100px;}
}
/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain{
         width: 95% !important;
        margin-left: 2.5%;
}
#sysBillingAddress form{
        width: 95%;
        padding: 30px 20px;
        margin: 0 auto;
}
#sysPayment #sysMain .sysFormLabel{line-height: 10px;}
#sysDestination #sysMain{
           width: 95%;
            border: 1px solid #aaa;
            padding: 20px 20px !important;
            margin: 30px auto;
}

/***********************************
  マイページ
***********************************/
.sysMypage .sysMypageNav form{width: 100% !important;}

/***********************************
  新規会員登録
***********************************/
#sysMemberRegisterIndex .sysNextSubmit{
        width: 100%;
         float: none;
         margin-right: 0%;
         border-radius: 5px;
         height: 50px;
         font-size: 15px;
}
#sysMemberRegisterIndex .sysButton[type="submit"]{
         width: 100%;
         float: none;
        margin-right: 0%;
        border-radius: 5px;
        height: 50px;
        font-size: 15px;
        margin-top: 0px;
}
#sysMypageLogin .sysLoginButton{
        width: 100%;
        float:none;
        margin-right: 0%;
}
#sysMypageLogin .sysButton{
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
}

/***********************************
  カートページ
***********************************/
/*ドメイン*/
.sysAcceptDomainArea .sysAcceptDomain a{
  padding:0;
  font-size:10px;
}

/***********************************
  ボタンデザイン
***********************************/
.common_btn{
  margin: 20px auto 30px;
}

/***********************************
  TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{height: 130px;}
.top_slider{
  padding-top:0;
  margin:120px auto 0;
}
.owl-dots .owl-dot {
  top:18px;
}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px}

.owl-nav [class*=owl-] {
  margin-top: -25px;
  width: 15px !important;
  height: 28px !important;
bottom: 17%;
}
.owl-nav .owl-prev{
  left:5%;
  background: url(/img/common/controls.png) no-repeat 0 0;
  background-size:30px !important;
}
.owl-nav .owl-next{
  right:5%;
  background: url(/img/common/controls.png) no-repeat -15px 0;
  background-size:30px !important;
}
.owl-nav .owl-prev:hover {
  background-position: 0 0;
}
.owl-nav .owl-next:hover {
  background-position: -15px 0;
}

/*新着アイテム*/
.top_newarrival li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_newarrival li .sysItemName{
  padding-top:0;
}
.top_newarrival li .sysItemPrice{
  font-size:12px;
}

/*特集一覧*/
.top_features{
  overflow:hidden;
}
.top_recommend_item ul{
  font-size:0;
  text-align:left;
}
.top_features li{
  width: 46%;
  margin: 2%;
}

/*おすすめ商品、ランキング*/
.top_ranking_item li{
  width: 30% !important;
  margin: 0 1.5% 30px !important;
  padding:0 !important;
}
.top_recommend_item li .sysItemName,
.top_ranking_item li .sysItemName{
  padding-top:0;
}
.top_recommend_item li .sysItemPrice,
.top_ranking_item li .sysItemPrice{
  font-size:12px;
}
.top_recommend_item li .sysCartButton,
.top_ranking_item li .sysCartButton{
  width:100%;
  font-size:10px;
  letter-spacing:-1px;
}

/*おすすめ商品*/
.top_recommend_item li{
  padding:5px !important;
}

/***********************************
  ワンページカート
***********************************/
/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
  border-bottom: none;
}
.sysOpcBody img {
  max-width: 100%;
}
.sysOpcBody div#sysWrap {
  margin: 20px auto 0;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  border: none;
}
.sysOpcBody div#sysMain {
  padding: 0 3%;
  margin-bottom: 0;
}
.opcCommonInputSelect,
.opcCommonButton {
  width: 49% !important;
}
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
  width: 94% !important;
}
.opcConfirm_inputStatus {
  margin-bottom: .5em;
}
.opcItem_increaseNumButton_edit,
.opcItem_decreaseNumButton_edit {
  width: 40px !important;
}
.opcCommonButtonGroup {
  margin-top: 1em;
}
.opcBillingAddress_genderMaleAndLabelGroup_edit,
.opcBillingAddress_genderFemaleAndLabelGroup_edit {
  width: 30% !important;
}
.opcBillingAddress_prefState_edit {
  margin: 5px 0;
  width: 100% !important;
}
.opcBillingAddress .opcCommonReferenceLabel {
  width: 70px;
  display: inline-block;
  position: relative;
}
.opcBillingAddress .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcDeliveryMethod .opcCommonReferenceLabel {
  width: 123px;
  display: inline-block;
  position: relative;
}
.opcDeliveryMethod .opcCommonReferenceLabel::after {
  position: absolute;
  right: 0;
}
.opcBillingAddress_addressGroup {
  width: calc(100% - 80px) !important;
}
.opcRemarks_remark_edit {
  width: 100% !important;
}
.opcDeliveryAddressEditDialog_directChangeButtonAndLabelGroup .opcCommonButton {
  margin: 0 0 .5em !important;
  width: 100% !important;
}
.opcOrderSummary_totalPriceLabel {
  font-size: 14px !important;
}
/*完了ページ調整*/
#sysThanks #sysMain {
  width: 100% !important;
  padding: 0 !important;
}
/***********************************
  下層ページ
***********************************/
.access-address {
  display: block;
}
.company-address {
  width: 100%;
  margin: 0;
}
.term-inner {
  display: block;
}
.term-item {
  margin: 10px 0;
}
.flow-wrap .license {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.certification_list li {
  width: 50%;
}

/*追記*/
.cat_child li {
    display: inline-block;
    width: 100%;
    font-size: smaller;
    font-weight: bolder;
    border: solid 1px #000;
    margin: 1%;
    padding: 1%;
}
/*カテゴリページ商品一覧*/
#sysItemCategory #sysWrap {
    margin: 30px auto;
}
.sysItemList ul.sysThumbnail li {
    width: 48% !important;
}
/*商品詳細ページ*/
.list-h {
    display: inline-block;
    width: 55%;
    font-size: 15px;
}
#sysItemDetail #sysSubtotal {
    width: 42%;
    font-size: 15px;
}
#sysItemDetail .sysRetailPrice {
    width: 42%;
    font-size: 15px;
}
#sysItemDetail .sysShippingCost {
    width: 42%;
    font-size: 15px;
}
#price-list4 .list-h {
    width: 51%;
}

/***********************************
  テーブルレイアウト
***********************************/
table.mode_0525 {
    white-space: inherit;
}

/*表組*/
.postageMobile {
    display: block;
}
.postagePC{
display: none;
}

/*追記*/
.hrc-header-mainimg {
    text-align: center;
    margin: 65px auto 0;
}
.top_slider_mini {
    width: 80%;
    margin: 30px auto;
}
.certification_box {
    width: 100%;
}
.long {
    text-align: center;
    letter-spacing: normal;
}
.top_jigyoannai p {
    width: 100%;
}
.top_jigyoannai a {
    width: 100%;
}
.top_bnr li {
    width: 100%;
}
.focal {
    width: 100%;
    margin: 2.5%;
    padding: 5%;
}
.Bus_blk {
    display: inline-block;
    width: 100%;
    padding: 3%;
}
.Various_Bus_txt {
    float: right;
    width: 58%;
}
div.controlWrap {
    position: relative;
    width: 100% !important;
    margin: 0 auto;
}
.rental-img img {
/*
    width: 88%;
    padding-left: 10%;
*/
}
.rental-price {
    font-size: 0.8rem;
    color: red;
    font-weight: bold;
    margin-bottom: 5px;
}
.top-content {
    padding: 2.5%;
}
.top_hrs_link {
width: 95%;
margin: 0 auto;
}
.top_hrs_link p {
    font-size: 1rem;
    font-weight: bold;
    margin: 40px 0;
}
.owl-nav {
    display: none;
    top: 100px;
}
.owl-dots {
    bottom: 0; 
}
.sp_only{
  display:block;
}
.internetTitle {
    width: 100%;
    margin-top:30px;
}
p.exp_txt {
    text-align: left;
}
.coder_g th {
    white-space: inherit;
    width: 30%;
}
.cancel-table th {
    width: 45%;
}
.info_btn {
    width: 90%;
    text-align: center;
    background: #254d75;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-top: 20px;
    position: static;
    top: 0;
    right: 0;
    margin: 10px auto;
}
}
@media screen and (min-width:561px) and (max-width:960px){
/*TOPページレイアウト調整*/
/*.flex-item {
width:30%;
}*/


/*商品詳細ページ調整*/
#sysItemDetail #posChangeChild {
width:100%!important;
}

#sysItemDetail #priceBlock {
width:100%!important;
}

.term-inner {
flex-wrap:wrap;
}

/*フリーページ調整*/
.image_blk img{
width:25%;
}

.shoot .flex_box {
justify-content: space-around;
}

.focal {
width:30%;
}

/*ヘッダーフッター調整*/

#topPhoto {
overflow:hidden;
}

.header_wrap{
display:none;
}

.categorynavi{
display:none;
}

.crcHeader_wrapper {
display:none;
}

.crcHeader {
background:transparent;
z-index:99;
}

.mode_0525{
display:none;
}

.footer .f_gnav li:last-child {
    width: 100%;
}

/* 20-0 Only Tablet
 *----------------------------------------------------------------------*/
#sysWrap{margin-top:230px!important;} 
div#sysMain,div#sysAside{
  width: 100% !important;
  float: none;
}
.sysMypage #sysWrap,
.sysMemberRegister #sysWrap{
  margin: 130px auto 0;
}
#sysFormIndex div#sysMain,
#sysFormConfirm div#sysMain,
#sysFormThanks div#sysMain,
.sysMypage div#sysMain,
.sysMemberRegister #sysMain,
#sysItemSearch div#sysMain{
        width: 95% !important;
        margin: 30px auto;
        padding: 20px !important;
}
.sysCart #sysMain{
   width: 92% !important;
    margin: 0 auto;
  padding: 0;
}
.sysFormField label{display: block;}

/* 決済ページ*/
#sysPayment #sysWrap,
#sysConfirm #sysWrap,
#sysThanks #sysWrap,
#sysCartError #sysMain{
         width: 95% !important;
        margin-left: 2.5%;
}
#sysPayment #sysMain .sysFormLabel{line-height: 10px;}
#sysBillingAddress form{
        width: 95%;
        padding: 30px 20px;
        margin: 0 auto;
}
#sysDestination #sysMain{
           width: 95%;
            border: 1px solid #aaa;
            padding: 20px 20px !important;
            margin: 30px auto;
}
/*header検索ボックス*/
.h_search{
  margin-top:100px;
}

/***********************************
  商品詳細ページ
***********************************/
#sysItemCategory #sysMain{padding:  30px 20px;}
#sysItemCategory input[type=submit]{margin-top: 0px;}
#sysItemDetail #sysMain {
    width: 95% !important;
}
#sysItemDetail .sysCategoryPankuzu {
  margin-bottom: 20px;
}
#sysItemDetail .sysItemName h1 {
  font-size: 15px;
}
#sysItemDetail .sysItemId {
  margin: 0 0 10px 0 !important;
  text-align: left !important;
}
#sysItemDetail .sysMainImage {
  max-width: 700px;
  margin: 0 auto;
}
#sysItemDetail .sysImageList {
  max-width: 700px;
  margin: 0 auto 20px;
}
#sysItemDetail .sysImageList li {
  display: inline-block;
  max-width: 60px;
  line-height: 0;
}
#sysItemDetail .sysReview,
#sysItemDetail .description_left,
#sysItemDetail .sysDescription,
#sysItemDetail .sysForm,
#sysItemDetail .sysRetailPrice,
#sysItemDetail .sysImageDescription {
  max-width: 700px;
  margin: 0 auto 10px auto !important;
}
#sysItemDetail .sysForm select {
  min-width: 350px;
  display: inline-block;
  float: none!important;
}
#sysItemDetail #sysNumber{text-align:right;}
.sysItemPrArea span{
        width: 48%;
        font-size: 14px;
}
.sysPr span{font-size: 10px;}

/***********************************
  ヘッダー
***********************************/
.h_inner{margin: 0px 0 0;}
.header_h1_under, .header_h1{
  width: 100%;
  height: 20px;
  float: none;
  text-align: center;
  background: #ededed;
}
.header_h1_under a, .header_h1 a{
  display: none;
}
.head_title{
  font-size: 10px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.header_sp{
  width: 95%;
  margin: 0 2.5%;
  position: relative;
  text-align: center;
}
.header_sp #navBtn{
  position: absolute;
  top: 10px; left: 0;
}
.header_sp .spCart{
  position: absolute;
  top: 10px; right: 0;
}
.header_sp #navBtn img, .header_sp .spCart img{
  width: 40px;
  height: 40px;
}
.header_sp .spLogo img{
  width: 180px;
  margin-top: 15px;
}

/***********************************
  カート情報
***********************************/
#cartInfo{display: none;}

/***********************************
  ナビゲーション
***********************************/
#headNavigation .pcnone{display: block;}
#headNavigation .spnone{display: none;}
#headNavigation li.active{background: #fff;}
.h_navi{
  width: 100%;
  height: 40px;
}
#headNavigation li.tab1{
        width: 25%;
    margin-top:10px;
}
#headNavigation li.tab1 a{
        font-size: 12px;
        line-height: 15px;
        position: relative;
}
#headNavigation li.tab1:nth-of-type(5){
        display:none;
}
/*ナビゲーショントグル*/
.toggleNav{
  display: none;
  width: 100%;
  position: absolute;
  height: 0px; /*heightはjs制御*/
  top: 39px; left:0;
  z-index: 110;
         background: rgba(0,0,0,0);
  box-shadow:0px 0px 0px 0px #ccc;
  -moz-box-shadow:0px 0px 0px 0px #ccc;
  -webkit-box-shadow:0px 0px 0px 0px #ccc;
}
.toggleNav:hover{overflow: visible !important;}
#headNavigation ul.tab{
        position: relative;
}
.tabmenu .border:after{
  content:none;
}
.tabmenu li.tab1{
  position: static;
  border-right:1px solid #000;
}
.tabmenu li.tab1:nth-child(4){
  border-right:none;
}
.tabmenu li.tab1{position: static;}
.tabmenu li.tab1 a{font-size:14px;}
.tabmenu ul:after{
    display: block;
    content: "";
    clear: both;
}
.tabmenu li.tab2{
  width: 100%;
  height:auto;
  text-align: left;
  line-height:1;
  font-size: 18px;
  border-bottom: 1px dotted #ddd;
  position: relative;
  background: rgba(255,255,255,1);
}
.tabmenu li.tab2 a{
  display: block;
  position: relative;
  padding: 5px 15px;
  font-size: 14px !important;
  line-height: 40px !important;
    font-weight: bold;
}
#headNavigation li.tab2 a:after{display: none;}
.tabmenu li.tab2 a i{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top:-7px;
}

/***********************************
  ログイン情報
***********************************/
.h_login{
        max-width: 700px;
        width: 90%;
        margin: 0 auto;
}
.h_login .sysHeadline{
  text-align: center;
  font-size: 25px;
    margin-botom: 10px;
}
.h_login .sysContent{text-align: center;}
.h_login .sysFormItem{margin-bottom: 10px;}
.h_login .sysFormLabel{
  display: block;
  font-size: 15px;
  height: 25px;
  text-align: left;
  margin-bottom: 0px;
}
.h_login .sysLoginButton{
  width: 100%;
  margin: 15px 0%;
  border-radius: 0;
  border:1px solid #444;
  font-size: 15px;
  height: 50px;
  line-height: 10px;
}
.h_login li{
  border:1px solid #444;
  margin-bottom: 15px;
  height: 50px;
  line-height: 45px;
  text-align: center;
}
.h_login li a{
  font-size: 15px;
  padding: 0px 5px 5px 0px;
}

/***********************************
  ナビゲーションメニュー
***********************************/
#closeMenu{
  position: absolute;
  top: 15px; left: 15px;
  font-size: 20px;
}
#closeMenu span{
        font-size: 15px;
        margin: 0 10px;
        display: inline-block;
}
#closeMenu2{
        text-align: center;
        margin: 20px 0;
        border: 1px solid #aaa;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
}
#closeMenu2 span{
        display: inline-block;
        margin: 0 10px;
}
#spNavMenu .navTitle{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
#spNavMenu{
        max-width: 800px;
        margin: 80px auto 0;
        width: 90%;
}
#spNavMenu .spMenuList{
  height: auto;
  line-height: 40px;
  font-size: 15px;
  position: relative;
  border-bottom: 1px solid #aaa;
}
#spNavMenu .spMenuList i{
  position: absolute;
  line-height: 40px;
  right: 10px;
  font-size: 18px;
}
#spNavMenu .spMenuList a{
        display: block;
  padding-left: 15px;
}
#spNavMenu .spToggleNav{
  height: 200px;
  overflow: hidden;
}
#spNavMenu .spToggleNav li{
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  border-bottom: 1px dotted #aaa;
}
#spNavMenu .spToggleNav li:first-child{border-top: 1px solid #aaa}
#spNavMenu .spToggleNav li:last-child{border-bottom: 0;}

/***********************************
  フッター
***********************************/
.footer .f_gnav_all{
  padding: 0px 0 0px;
  letter-spacing: 2px;
}
.footer .f_gnav ul:after{
  display: block;
  content: "";
  clear: both;
}
.footer .f_gnav{
  width:100%;
  border-top: 1px solid #fff;
  margin-bottom:0;
  overflow: hidden;
}
.footer .f_gnav li{
  width: 50%;
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0 15px;
  font-size: 12px;
  position: relative;
  border-bottom: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .f_gnav li i{
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  right: 10px; top: 5px;
}
.footer .f_gnav li:nth-child(even){
  border-left: 1px solid #fff;
}

.footer .f_gnav li a{display: block;}
.footer .f_gnav .sp_wide{
  width: 100%;
  height: 35px;
  border-bottom: 0px;
}
.footer .f_gnav li:after{width: 0px;}

/***********************************
  サイド
***********************************/
.side_search{
  width:95%;
  margin:0 auto 30px;
}
.side_navi_item,
.side_navi{
  width:95%;
  margin:0 auto;
}
.side_navi ul li.sysText a{
  padding:10px 5px !important;
}
.side_navi_item .sysHeadline,
.side_navi_item .sysContent{
  width:100% !important;
  margin:0 auto !important;
}
.side_navi_item .sysContent li,
.side_navi .sysContent li{
  float:left !important;
  width:50% !important;
}
.side_navi_1{
  border-top:1px solid #000;
}

/***********************************
  共通パーツ
***********************************/
.sysTitle{
  width: 600px;
  margin: 50px auto!important;
  position: relative;
  text-align: center;
  font-size: 20px;
  letter-spacing: auto;
}
.sysTitle b{
  display: block;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
}
.sysTitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 40px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.sysTitle::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222222;
}

.contentsWrap{
  width: 90%;
  margin: 0 auto;
}

/***********************************
  商法テーブルレイアウト
***********************************/
.p-law .sysTitle{max-width: 600px;}
.p-law .sysTitle span {
  font-size: 22px;
  padding: 0 40px;
}

#main_tradelaw{width: 90%;}
.shipFee{
  width: 90%;
  margin: 50px auto;
}
.shipFee h3{font-size: 16px;}
table.shipFeeTable .newLine{display: block;}
table.shipFeeTable tbody th {
  width: 500px;
  vertical-align: middle;
}
table.shipFeeTable td{
    width: 500px;
  font-size: 15px;
  vertical-align: middle;
}

/***********************************
   フッター部分のご利用ガイド
***********************************/
.f_guide{margin-top: 50px;}
.f_guide .sysContent{width: 100%;}
.f_guide .Title{ 
  font-size: 15px;
  padding: 20px 0 30px;
}
.f_guide .guideBlock{
  width: 50%;
  padding: 0 2%;
  padding-bottom:30px;
}
.f_guide .guide01{padding-right: 20px;}
.f_guide .guide02{padding-left: 20px;}
.f_guide .freedial{
  font-size:30px;
}
.f_guide a{
  display:block;
  width:200px;
}

/***********************************
  カート内商品数表示
***********************************/
button.itemCount2{
        display:none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: rgba(207,15,42,0.9);
  border:none;
  width: 18px;
  height: 18px;
  border-radius: 10px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}
/***********************************
  商品購入ステップ
***********************************/
.steps ul{width: 550px;}
.steps li{
  float: left;
  padding: 0 2px;
  height: 180px;
}
.steps li a{height: 180px !important;}
.steps li img{height: 180px;}

/***********************************
  TOPページ
***********************************/
/*.トップスライダー*/
#slideShow{height: 190px;}

.top_slider{
  padding-top:0;
  margin-top:120px;
}

/***********************************
  ワンページカート
***********************************/

/*情報入力ページ調整*/
.sysOpcBody .header_wrap {
  border-bottom: none;
}
.sysOpcBody div#sysWrap {
  margin: 20px auto 0;
}
.sysCart #sysMain,
.sysOpcBody #sysMain{
  border: none;
}
.sysOpcBody div#sysMain {
  margin-bottom: 0;
}
.sysOpcBody img {
  max-width: 100%;
}
.sysOpcBody div#sysMain {
  padding: 0 4%;
}
.opcConfirm_inputStatus,
.opcConfirm_inputStatus_disable,
.opcConfirm_order,
.opcConfirm_order_disable {
  width: 94% !important;
}

/*追記*/
.cat_child li {
    display: inline-block;
    width: 48%;
    font-size: smaller;
    font-weight: bolder;
    border: solid 1px #000;
    margin: 1%;
    padding: 1%;
}
/*スライダー<>位置調整*/
.owl-nav .owl-prev {
    left: 15%;
}
.owl-nav .owl-next {
    right: 15%;
}
}
@media screen and (min-width:961px){
.sysDisplayPcNone{
  display:none !important;
}

.sp-table{
display:none;
}
}
/* #END_OF_RESOURCE_FILE */
