.grid-cmn {
    margin: 30px 0 30px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.inquiry-full {
	width: 100%!important;
	padding-left: 10px;
	padding-right: 10px;
}

.contents-main {
	padding: 0!important;
}
.js-accordion .toggle, .js-accordion-tab .toggle {
	right: 20px!important;
}

.js-accordion+.js-accordion-body, .js-accordion-tab+.js-accordion-body {
	padding-top: 10px!important;
}
.mod-cmn-movie iframe {
	max-width: 100%!important;
}

/* area */
.spno {
	display: none;
}

.cl-main {
	background: #ed5542;
	font-family: "���S�V�b�N��", YuGothic, "���S�V�b�N", "Yu Gothic", "���C���I", sans-serif;
	font-weight: 500;
	padding-bottom: 30px;
}

.contents {
	width: 100%!important;
}

.cl-mv {
	width: 100%;
	height: auto;
	background: #ccc;
}

.cl-mv img {
	width: 100%;
}

.cl-menu-btn {
	width: 100%;
	height: auto;
	background: #edece7;
	padding: 30px 0;
}


.content-back {
	background: #edece7;
	margin: 10px;
	padding: 30px 10px 50px 10px;
	border-radius: 10px;
	position: relative;
}

.content-area {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.inquiry-full {
    width: 940px;
    margin: 0 auto;
}

.sp-img img {
	width: 100%;
}

/* Text */

a {text-decoration: none;}
.mt-20 {margin-top: 10px!important;}
.mt-50 {margin-top: 30px!important;}
.mb-20 {margin-bottom: 10px!important;}
.mb-50 {margin-bottom: 30px!important;}
.txt-c {text-align: center;}
.txt-b {font-weight: bold;}
.txt-h {color: #fff!important;}
.txt-red {color: #ed5542;}

.cl-main h2 {
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #efdd02 0%);
	display: table;
	margin: 0 auto;
	margin-bottom: 30px;
}

.cl-main h3 {
	font-size: 15px;
	font-weight: bold;
	background: #EE0031;
	color: #fff;
	padding: 20px 0 20px 20px;
	border-radius: 10px;
}

.cl-main h4 {
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #ED5542;
	color: #ED5542;
	padding: 10px 0 10px 20px;
	border-radius: 10px;
}

.cl-main h5 {
	font-size: 15px;
	padding: 10px;
	border-left: 4px solid #ED5542;
}

.txt-lead {
	font-size: 15px;
	font-weight: bold;
}

.list-01-txt {
	margin: 10px 0 30px 0;
}

.tab-number {
	font-size: 30px;
	position: relative;
	top: 3px;
}

.slider-title01 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #ed5542;
	color: #fff;
	padding: 10px 0 20px 0;
	border-radius: 10px;
	margin-bottom: 10px;
}

.slider-title02 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #eb9942;
	color: #fff;
	padding: 10px 0 20px 0;
	border-radius: 10px;
	margin-bottom: 10px;
}

.slider-title03 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #e9b500;
	color: #fff;
	padding: 10px 0 20px 0;
	border-radius: 10px;
	margin-bottom: 10px;
}

.swiper-slide p {
	padding-top: 10px;
}


/* Menu btn */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 50%;
	padding: 5px 10px;
}
.col_4 > div > a > div {
	height: 55px;
	background: #EFDD02;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 10px;
}
.col_4 > div {
	position: relative;
}

.col_4 > div >::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	top: 45%;
	right: 31px;
	margin-top: -7px;
}
.col_4 > div >::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 9px #333;
	top: 55%;
	right: 35.5px;
	margin-top: -3px;
	transform: rotate(90deg);
}

.col_4 > div > a > div:hover {
	background-color: #cabb01;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 100%;
	}
}

/* campaign btn */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4_campaign > div >::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 9px #333;
	right: 30.5px;
	margin-top: -8px;
	margin-top: -46px;
}

.col_4_campaign {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4_campaign > div{
	margin: 0 auto;
}
.col_4_campaign > div > a > div {
	height: 80px;
	background: #EFDD02;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 10px;
}
.col_4_campaign > div {
	position: relative;
}

.col_4_campaign > div >::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	top: 45%;
	right: 31px;
	margin-top: -7px;
}

.col_4_campaign > div > a > div:hover {
	background-color: #cabb01;
}
@media screen and (max-width: 960px) {
	.col_4_campaign > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4_campaign > div{
		width: 100%;
	}
}


/* Tab */

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	width: 100%;
	margin: 5px 0;
	display: block;
	float: left;
	position: relative;
	border-radius: 0 10px 10px 10px;
	margin-top: 30px;
}

.tabs nav li:nth-child(1) {
	background: #ed5542;
}

.tabs nav li:nth-child(2) {
	background: #eb9942;
}

.tabs nav li:nth-child(3) {
	background: #e9b500;
}

.tabs nav li.tab-current {
	z-index: 100;
}



.tabs nav a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

a.icon-001::after {
	content: "\305D\306E 1";
	position: absolute;
	background: #ED5542;
	padding: 2px 10px;
	top: -30px;
	left: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

a.icon-002::after {
	content: "\305D\306E 2";
	position: absolute;
	background: #EB9942;
	padding: 2px 10px;
	top: -30px;
	left: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

a.icon-003::after {
	content: "\305D\306E 3";
	position: absolute;
	background: #E9B500;
	padding: 2px 10px;
	top: -30px;
	left: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

/* Content */

.content section {
	padding: 20px 0;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 1em 1em 1em;
    margin: 0;
    line-height: 1.3;
    text-align: center;
}
.cl-arrow {
	padding: 30px 10px 0 10px;
}
.cl-arrow img {
	width: 100%;
}

/* �֘A�R���� */

.list-02 img {
	width: 100%;
}

.list-02-txt {
	color: #000;
	padding: 10px 10px 20px 10px;
}

.list-02-txt-title {
	font-size: 15px;
	font-weight: bold;
}

.d-pc {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 50px;
}

.d-pc-l {
	width: 100%;
	text-align: center;
}

.d-pc-l img {
	width: 50%;
	margin: 0 auto;
}

.d-pc-icon {
	position: absolute;
	top: -30px;
	right: -13px;
}

.d-pc-icon img {
	width: 75px;
}

.d-pc-r {
	width: 100%;
}

.d-pc-r-title {
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #ddd;
	line-height: 33px;
	margin-bottom: 10px;
}

/*=====================================
�X���C�h�V���[
=====================================*/
.iot-mainimage {
	position: relative;
	width: 100%;
}
.swiper-container {
	position: relative;
	text-align: center;
}
.swiper-container .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}
.swiper-container .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-container .swiper-slide img {
	width: 100%;
}
.swiper-my-pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	border-radius: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
.swiper-my-pagination {
	position: absolute;
	bottom: 10px!important;
	left: 0;
	right: 0;
	margin: auto;
	width: 98%!important;
	z-index: 50;
}
.swiper-my-pagination img {
	box-shadow: none;
	margin: 0;
	width: 100%;
	border: solid 1px #cfcfcf;
	vertical-align: bottom;
}
.swiper-my-pagination .swiper-pagination-bullet {
	display: inline-block;
	padding: 4px;
	width: 20%;
	background-color: transparent;
	text-align: center;
	opacity: 1;
	outline: none;
}
.swiper-my-pagination .swiper-pagination-bullet-active img {
	border: solid 1px #ca0a37;
}

.campaign-icon-01 img {
    width: 85px;
    position: absolute;
    top: 225px;
    right: 12px;
}

/*img*/
.cl-banner{
	background: #edece7;
	padding-top: 30px;
	text-align: center
		
}

.cl-banner img{
	margin: auto;
	max-width: 80%;
}