.contents {
    margin: 20px auto 0;
}
.grid-cmn.grid-cmn-cl {
	width: 100%;
	background: #fff;
	padding: 20px 20px;
	border-radius: 10px;
	position: relative;
}
.mod-cmn-bnr-cl img {
	width: 120px;
}
.contents-main.full .grid-cmn>.col3-1, .grid-cmn.s-full>.col3-1 {
    width: 220px;
}
.contents-main.full .grid-cmn>.col3-2, .grid-cmn.s-full>.col3-2 {
    width: 640px;
}
.js-accordion .toggle, .js-accordion-tab .toggle {
	font-size: 18px;
	right: 20px!important;
	top: 20px!important;
}

.js-accordion+.js-accordion-body, .js-accordion-tab+.js-accordion-body {
	padding-top: 20px!important;
}
.mod-cmn-movie iframe {
	max-width: 100%!important;
}
.mod-cmn-movie {
	margin: 0 auto!important;
	width: 560px;
}
.ytp-cued-thumbnail-overlay-image{
	background-size: contain!important;
}

/* area */
.pcno {
	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: 100px;
}

@media all and (-ms-high-contrast: none){
	.cl-main {
		background: #ed5542;
		font-family: 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
		font-weight: 500;
		padding-bottom: 100px;
	}
}

.contents {
	width: 100%!important;
}

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

.cl-mv img {
	width: 100%;
	padding: 0 50px 0px 50px;
}

.cl-menu-btn {
	width: 100%;
	background: #edece7;
}


.content-back {
	background: #edece7;
	margin: 50px;
	padding: 50px 150px 100px 150px;
	border-radius: 10px;
}

.content-area {
	width: 940px	;
	height: auto;
	margin: 0 auto;
}

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

/* Text */

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

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

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

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

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

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

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

/* img */

.cl-banner{
    background: #FFF;
    text-align: center;
    padding: 30px 0px 30px 0px;
}

.cl-banner img{
	margin: auto;
}

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

span.spno.campaign-icon-01 {
    position: absolute;
    top: 10px;
    right: 10px;
}

span.spno.campaign-icon-01 img {
    width: 100px;
}

/* ��1�A��2 */

.list-01 {
	display: flex;
}

.list-01 li {
	width: 100%;
}
.list-01-txt {
	padding: 10px 20px 0 20px;
}

/* 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: 33.333%;
	padding: 10px;
}
.col_4 > div > a > div {
	height: 80px;
	background: #EFDD02;
	font-size: 18px;
	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: 52%;
	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: 50%;
	}
}


/* 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{
	width: 50%;
	padding: 10px;
	margin: 0 auto;
}
.col_4_campaign > div > a > div {
	height: 80px;
	background: #EFDD02;
	font-size: 18px;
	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: 50%;
	}
}


/* Tab */

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

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

.tabs nav ul {
	width: 100%;
	display: inline-flex;
}

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

.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 {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-002:before {
	content: "";
}

.icon-003:before {
	content: "";
}

/* Content */
.tabs > .content {
	font-size: 16px;
}

.content section {
	padding: 20px 0 50px 0;
	display: none;
	margin: 0 auto;
}

#section-1 {
	border-top: 10px solid #ED5542;
}

#section-2 {
	border-top: 10px solid #EB9942;
}

#section-3 {
	border-top: 10px solid #E9B500;
}

.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: 33%;
	padding: 0 10px;
}

.mediabox-col2 {
	width: 50%;
}

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

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

.mediabox p {
	padding: 10px 10px 0 10px;
    margin: 0;
    line-height: 1.3;
    text-align: center;
}

/* accbox */

/*�{�b�N�X�S��*/
.accbox {
	margin: 2em 0;
	padding: 0;
	width: 100%;/*�ő啝*/
}

/*���x��*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #ed5542;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 10px;
}

/*�A�C�R����\��*/
.accbox label:before {
	content: '�J��';
	font-family: 'FontAwesome';
	padding-right: 8px;
}

/*���x���z�o�[��*/
.accbox label:hover {
	background :#ffe9a9;
}

/*�`�F�b�N�͉B��*/
.accbox input {
	display: none;
}

/*���g���\���ɂ��Ă���*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*�N���b�N�Œ��g�\��*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding-top: 20px;
	opacity: 1;
}

.accbox .accshow p {
	margin: 15px 10px}

/*�A�C�R�������ւ���*/
.cssacc:checked + label:before {
	content: '����';
}

/* accbox02 */

/*�{�b�N�X�S��*/
.accbox02 {
	margin: 2em 0;
	padding: 0;
	width: 100%;/*�ő啝*/
}

/*���x��*/
.accbox02 label {
    display: block;
    margin: 1.5px 0;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #ed5542;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 10px;
}

/*�A�C�R����\��*/
.accbox02 label:before {
	content: '�J��';
	font-family: 'FontAwesome';
	padding-right: 8px;
}

/*���x���z�o�[��*/
.accbox02 label:hover {
	background :#ffe9a9;
}

/*�`�F�b�N�͉B��*/
.accbox02 input {
	display: none;
}

/*���g���\���ɂ��Ă���*/
.accbox02 .accshow02 {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*�N���b�N�Œ��g�\��*/
.cssacc02:checked + label + .accshow02 {
	height: auto;
	padding-top: 20px;
	opacity: 1;
}

.accbox02 .accshow02 p {
	margin: 15px 10px}

/*�A�C�R�������ւ���*/
.cssacc02:checked + label:before {
	content: '����';
}

.cl-arrow {
width: 500px;
	margin: 0 auto;
	margin-top: 50px;
}
.cl-arrow img {
	width: 500px;
}

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

.list-02 {
	display: flex;
}

.list-02 li {
	width: 100%;
	padding: 0 10px;
}
.list-02-txt {
	color: #000;
	padding: 0 10px;
}
.list-02-txt-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 41px;
}

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

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

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

.d-pc-icon {
	position: absolute;
	top: -34px;
	right: -25px;
}

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

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

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

@media screen and (min-width:1025px) and ( max-width:1566px) {
	.contents-main.full .grid-cmn>.col3-1, .grid-cmn.s-full>.col3-1 {
    width: 120px;
	}
	.contents-main.full .grid-cmn>.col3-2, .grid-cmn.s-full>.col3-2 {
	    width: 307px;
	}
	.content-area {
	    width: 100%;
	    padding: 40px 20px;
	}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.content-back {
		padding: 50px 50px 100px 50px;
	}
	.grid-cmn.grid-cmn-cl {
		width: 100%;
	}
	.cl-mv img {
		width: 100%;
		padding: 0 20px 20px 20px;
	}
	.content-area {
	    width: 100%;
	    padding: 0 20px;
	}
	.sp-img img {
		width: 100%;
	}
	.col_4_campaign > div {
	    width: 50%;
	}
	.grid-cmn {
		display: flex;
	}
	.col_4 > div >::before {
	    width: 20px;
	    height: 20px;
	    top: 48%;
	    right: 15px;
	}
	.col_4 > div >::after {
	    right: 16.5px;
	}
	.list-02 img {
		width: 100%;
	}
	.tabs nav a {
	    font-size: 15px;
	}
}