@charset "utf-8";
/* color1.css：デフォルトカラーCSS */
/* ブレイクポイント：1366px・1024px・896px・480px */
/* 規則
・クラス名表記規則: camelCase
・CSS記述規則：各デバイス対応は、コンテンツごとに各コンテンツ下部に記述
・以下の意味で使用
　txt：テキスト配置／bg：背景／btn：ボタン／　…etc.
*/


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
コンテンツ背景
class: bg～
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.contWrap {	/* コンテンツ基本背景 */
	background-image: url(../images/bg1.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: 100% auto;
	padding: 40px 20px;
	min-height: 100vh;
}
.contInbox {
	background: linear-gradient(180deg,transparent 0%,transparent 25px,#ffffff 25px,#ffffff 100%);
	padding: 70px 20px 30px;
	position: relative;
}
.contInbox::before {
	background-image: url("../images/bg_inbox.svg");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 1200px;
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
	top:0;
}

/*********************** ▼▼▼デバイス対応 1024px以下▼▼▼ ***********************/
@media screen and (max-width: 1024px) {
.contWrap {	/* コンテンツ基本背景 */
	padding: 30px 20px;
}
.contInbox {
	padding: 50px 20px 20px;
}

.contInbox::before {
	height: 25.5px;
}
}

/*********************** ▼▼▼デバイス対応 480px以下▼▼▼ ***********************/
@media screen and (max-width: 480px) {
.contWrap {	/* コンテンツ基本背景 */
	padding: 20px 0;
}
.contInbox {
	padding: 40px 15px 20px;
}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Button
class: btn～
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/********** ボタン大 **********/
.btnL001, .btnLback {
	border: none;
	display: inline-block;
	margin-bottom: 1rem;
	padding: 20px;
	border-radius: 6px;
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
}
.btnL001 {
	min-width: 300px;
	background: #ef8226 url("../images/btn_ico.svg") no-repeat right 20px center;
	background-size: 18px auto;
	box-shadow: 5px 5px 0px #e04206;
	text-indent: -1rem;
	
}
.btnLback {
	min-width: 140px;
	background-color: #bfbfbf;
	box-shadow: 5px 5px 0px #898989;
}
.btnL001:hover, .btnLback:hover {
	opacity: .9;
}


/*********************** ▼▼▼デバイス対応 1366px以下▼▼▼ ***********************/
@media screen and (max-width: 1366px) {
/********** ボタン大 **********/
.btnL001, .btnLback {
	font-size: 2.6rem;
}
}

/*********************** ▼▼▼デバイス対応 1024px以下▼▼▼ ***********************/
@media screen and (max-width: 1024px) {
/********** ボタン大 **********/
.btnL001, .btnLback {
	padding: 15px 20px;
	font-size: 2.2rem;
	background-size: 14px auto;
	
}
.btnL001 {
	min-width: 220px;
	box-shadow: 4px 4px 0px #e04206;
}
.btnLback {
	min-width: 120px;
	box-shadow: 4px 4px 0px #898989;
}
.btnWmax {
	width: 220px;
}
}

/*********************** ▼▼▼デバイス対応 896px以下▼▼▼ ***********************/
@media screen and (max-width: 896px) {
/********** ボタン大 **********/
.btnL001, .btnLback {
	font-size: 2rem;
}
.btnL001 {
	min-width: 200px;
	background-position: right 15px center;
	
}
}

/*********************** ▼▼▼デバイス対応 480px以下▼▼▼ ***********************/
@media screen and (max-width: 480px) {
/********** ボタン大 **********/
.btnL001, .btnLback {
	min-width: 100px;
	font-size: 1.8rem;
}
.btnL001 {
	background-image: none;
	text-indent: 0;
}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Title
class: ttl～
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/********** ページタイトル **********/
.ttlPagebox {
	text-align: center;
	width: 100%;
}
.ttlPage {
	display: inline-block;
	margin-bottom: 2rem;
	padding-left: 55px;
	background: url("../images/ttl_pg_ico.svg") no-repeat left top 5px;
	background-size: 50px auto;
	color: #754c24;
}

/********** 確認タイトル **********/
.ttlType {
	margin-bottom: 3rem;
	text-align: center;
	border: 2px solid #754c24;
	padding: 12px 20px;
	color: #754c24;
	letter-spacing: .5rem;
}

/********** フォームタイトル　レベル1 **********/
.ttlLv1 {	/* デフォルトアイコン */
	margin-bottom: 2rem;
	padding-top: 5px;
	padding-left: 55px;
	min-height: 45px;
	background: url("../images/yellow/ttl_df_icoy01.svg") no-repeat left top;
	background-size: 40px auto;
	color: #754c24;
}

/* タイトルアイコン設定 */
.ttlIco2 {
	background: url("../images/yellow/ttl_df_icoy02.svg") no-repeat left 15px top 5px;
	background-size: 25px auto;
}
.ttlIco3 {
	background: url("../images/yellow/ttl_df_icoy03.svg") no-repeat left 5px top 5px;
	background-size: 35px auto;
}
.ttlIco4 {
	background: url("../images/yellow/ttl_df_icoy04.svg") no-repeat left 8px top 3px;
	background-size: 32px auto;
}
.ttlIco5 {
	background: url("../images/yellow/ttl_df_icoy05.svg") no-repeat left 5px top 5px;
	background-size: 40px auto;
}
.ttlIco6 {
	background: url("../images/yellow/ttl_df_icoy06.svg") no-repeat left 8px top 3px;
	background-size: 35px auto;
}
.ttlIco7 {
	background: url("../images/yellow/ttl_df_icoy07.svg") no-repeat left 10px top 3px;
	background-size: 32px auto;
}
.ttlIco8 {
	background: url("../images/yellow/ttl_df_icoy08.svg") no-repeat left 15px top;
	background-size: 28px auto;
}
.ttlIco9 {
	background: url("../images/yellow/ttl_df_icoy09.svg") no-repeat left 5px top;
	background-size: 40px auto;
}
.ttlIco10 {
	background: url("../images/yellow/ttl_df_icoy10.svg") no-repeat left 5px top;
	background-size: 40px auto;
}
.ttlIco11 {
	background: url("../images/yellow/ttl_df_icoy11.svg") no-repeat left 5px top;
	background-size: 40px auto;
}

/********** フォームタイトル　レベル2 **********/
.ttlLv2 {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}
.ttlLv2 span {
	display: inline-block;
	min-width: 100px;
	padding: 10px 25px;
	border-radius: 25px;
	text-align: center;
	background-color: #754c24;
	color: #ffffff;
}

/*********************** ▼▼▼デバイス対応 1024px以下▼▼▼ ***********************/
@media screen and (max-width: 1024px) {
/********** ページタイトル **********/
.ttlPage {
	margin-bottom: 1.5rem;
	padding-left: 50px;
	background-position: left top 0;
	background-size: 40px auto;	
}
/********** 確認タイトル **********/
.ttlType {
	margin-bottom: 2rem;
}

/********** フォームタイトル　レベル1 **********/
.ttlLv1 {
	padding-top: 2px;
	padding-left: 40px;
	min-height: 35px;
	background-size: 30px auto;
}

/* タイトルアイコン設定 */
.ttlIco2 {
	background-position: left 10px top 3px;
	background-size: 18px auto;
}	
.ttlIco3 {
	background-position: left 3px top 2px;
	background-size: 25px auto;
}
.ttlIco4 {
	background-position: left 5px top;
	background-size: 25px auto;
}
.ttlIco5 {
	background-position: left 3px top 3px;
}
.ttlIco6 {
	background-position: left 3px top;
}
.ttlIco7 {
	background-position: left 5px top 3px;
	background-size: 25px auto;
}
.ttlIco8 {
	background-position: left 10px top;
	background-size: 20px auto;
}
.ttlIco9 {
	background-position: left 3px top;
}
.ttlIco10 {
}
.ttlIco11 {
}	
	
	
/********** フォームタイトル　レベル2 **********/
.ttlLv2 span {
	padding: 8px 20px;
	border-radius: 20px;
}
}

/*********************** ▼▼▼デバイス対応 896px以下▼▼▼ ***********************/
@media screen and (max-width: 896px) {
/********** 確認タイトル **********/
.ttlType {
	padding: 10px 15px;
}
/********** フォームタイトル　レベル1 **********/
.ttlLv1 {
	margin-bottom: 1.5rem;
}
/********** フォームタイトル　レベル2 **********/
.ttlLv2 {
	margin-bottom: 1.5rem;
}
}

/*********************** ▼▼▼デバイス対応 480px以下▼▼▼ ***********************/
@media screen and (max-width: 480px) {
/********** ページタイトル **********/
.ttlPage {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 40px;
	background-size: 34px auto;	
}
/********** 確認タイトル **********/
.ttlType {
	letter-spacing: .3rem;
}
/********** フォームタイトル　レベル1 **********/
.ttlLv1 {
	padding-top: 2px;
	padding-left: 30px;
	min-height: 30px;
	background-size: 25px auto;
}
		
/* タイトルアイコン設定 */
.ttlIco2 {
	background-position: left 3px top 3px;
	background-size: 15px auto;
}
.ttlIco3 {
	background-position: left top 3px;
	background-size: 20px auto;
}
.ttlIco4 {
	background-position: left top;
	background-size: 20px auto;
}
.ttlIco5 {
	background-position: left top 3px;
}	
.ttlIco6 {
	background-position: left top;
}
.ttlIco7 {
	background-position: left 2px top 3px;
	background-size: 20px auto;
}
.ttlIco8 {
	background-position: left 5px top;
	background-size: 16px auto;
}
.ttlIco9 {
	background-position: left top;
}
.ttlIco10 {
	background-position: left top;
}
.ttlIco11 {
	background-position: left top;
}	
	
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
応募期間／シリアルナンバー／その他テキスト
class: txt～
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.txtNoarticle {
	margin-top: 10%;
	margin-bottom: 15%;
	text-align: center;
}
.txtPeriod {
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 30px;
	display: inline-block;
	border-radius: 30px;
	font-weight: 400;
	margin-bottom: 4rem;
	background-color: #754c24;
	color: #ffffff;
}
.formBox001 label.serialLabel, p.serialNum {
	display: inline-block;
	width: auto;
}
.formBox001 label.serialLabel {
	margin-right: 15px;
}

/*********************** ▼▼▼デバイス対応 1024px以下▼▼▼ ***********************/
@media screen and (max-width: 1024px) {
.txtPeriod {
	margin-bottom: 2rem;
}
}

/*********************** ▼▼▼デバイス対応 480px以下▼▼▼ ***********************/
@media screen and (max-width: 480px) {
.txtPeriod {
	padding: 5px 20px;
}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Form
class: form～
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/********** フォーム梱包 **********/
.formWrap {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.formBox001 {
	margin-bottom: 3rem;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.formBox001 label {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-weight: 500;
	/*font-size: 1.8rem;*/
}

/********** 必須 **********/
.formRequired {
	display: inline-block;
	background-color: #e2433b;
	line-height: 1;
	color: #ffffff;
	padding: 5px 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 15px;
	font-size: 1.3rem;
}

/********** エラーメッセージ **********/
.error {	
	display: block;
	width: 100%;
	/*margin-top: 1rem;*/
	font-size: 1.5rem;
	color: #e2433b;
	position: relative;
	padding-left: 15px;	
}
.error:before {
	display: inline-block;
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

/********** 注意テキスト **********/
.formNotice {	
	font-size: 1.5rem;
}

/********** フォーム基本設定 **********/
.formBox001 input, .formBox001 textarea, .formBox001 select {
	border: none;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
.formBox001 input, .formBox001 select {
	height: 54px;
}


.formBox001 input[type="text"], .formBox001 input[type="email"], .formBox001 input[type="tel"] {
	-webkit-appearance: none;
    appearance: none;
	border: none;
    outline: none;
	border: 1px solid #898989;
	background-color: #ffffff;
	border-radius: 4px;
	transition:all .2s ease-in-out;
}
.formBox001 input[type="text"]:-webkit-autofill, .formBox001 input[type="email"]:-webkit-autofill, .formBox001 input[type="tel"]:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff8dc inset !important;
	/*-webkit-box-shadow: #fff8dc !important;*/
}
.formBox001 input[type="text"], .formBox001 input[type="email"] {
	width: 100%;
	max-width: 500px;
}
.formBox001 select {
	/*-webkit-appearance: none;
    appearance: none;*/
	border: none;
    outline: none;
	border: 1px solid #898989;
	background-color: #ffffff;
	border-radius: 4px;
	transition:all .2s ease-in-out;
}
.formBox001 textarea {
	-webkit-appearance: none;
    appearance: none;
    outline: none;
	border: 1px solid #898989;
	background-color: #ffffff;
	border-radius: 4px;
	width: 100%;
	max-width: 680px;
	transition:all .2s ease-in-out;
}
.formBox001 input[type="text"]:focus, .formBox001 input[type="email"]:focus, .formBox001 input[type="tel"]:focus, .formBox001 textarea:focus {
	background-color: #fff8dc;
	box-shadow: 0 0 0 2px #754c24;
	outline-offset: 2px;
}
.formBox001 select:focus {
	background-color: #fff8dc;
	box-shadow: 0 0 0 2px #754c24;
	outline-offset: 2px;
	border-radius: 4px;
}

/* テキストフィールドサイズ */
/*.formBox001 input[type="text"].formInputXs {
	max-width: 90px;
}*/
.formBox001 input[type="text"].formInputSm {
	max-width: 120px;
}
.formBox001 input[type="text"].formInputMax {
	max-width: 680px;
}


/********** セレクトBOX **********/
.formSelect select {
	width: 100%;
	min-width: 90px;
	vertical-align: middle;
}
.formSelect select p, .formSelect select option {
	background-color: #ffffff;
	box-sizing: border-box;
}
.formSelect {
  	display: inline-block;
	position: relative;
}
.formRttxt {
	margin-left: 5px;
	margin-right: 15px;
	display: inline-block;
}


/********** フォーム内テキスト **********/
.formTxt001 {
	margin-bottom: 2rem;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.formTxt002 {
	margin-bottom: 1.5rem;
	max-width: 900px;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
}


/********** ラジオボタン・チェックボックス装飾 **********/
.formBox001 .mwform-radio-field label, .formBox001 .mwform-checkbox-field label {
	width: auto;
	display: inline-block;
	margin-right: 3rem;
}
input[type=radio], input[type=checkbox] {
	appearance: none;
	opacity:0;
	position: absolute;
}
input[type=radio] + span, input[type=checkbox] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 28px;
}
input[type="radio"]:focus + span:before, input[type="checkbox"]:focus + span:before {	/* フォーカス時外枠border色変更 */
  	transition:all .2s ease-in-out;
	box-shadow: 0 0 0 2px #754c24;
	outline-offset: 2px;
}

/* ラジオボタン */
input[type=radio] + span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18.5px;
	height: 18.5px;
	border: 1px solid #898989;
	border-radius: 50%;
	margin-top: 5px;
	opacity:1;
}
input[type=radio]:checked + span:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	background-color: #b7977e;
	border-radius: 50%;
	margin-top: 5px;
	opacity:1;
}

/* チェックボックス */
input[type=checkbox] + span:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1.8rem;
	height: 1.8rem;
	border: 1px solid #898989;
	background-color: #ffffff;
	margin-top: 5px;
	opacity:1;
}
input[type=checkbox]:checked + span:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: 7px;
	width: 8px;
	height: 16px;
	transform: rotate(40deg);
	border-bottom: 4px solid #b7977e;
	border-right: 4px solid #b7977e;
	margin-top: 5px;
	opacity:1;
}

/********** フォーム区切り **********/
.formLine {
	border: none;
	border-top: 1px solid #898989;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

/********** 電話番号 **********/
.mwform-tel-field input[type="text"] {
	margin-right: 5px;
	margin-left: 5px;
	width: auto;
}
.mwform-tel-field input[type="text"]:first-of-type {
	margin-left: 0px;
}
.mwform-tel-field input[type="text"]:last-of-type {
	margin-right: 0px;
}

/********** 送信BOX **********/
.formSendbox {
	text-align: center;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.formSendbox li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

/*********************** ▼▼▼デバイス対応 1024px以下▼▼▼ ***********************/
@media screen and (max-width: 1024px) {
/********** フォーム基本設定 **********/
.formBox001 input, .formBox001 select {
	height: 50px;
}

/********** 必須 **********/
.eformRequired {
	padding: 4px 5px;
}

/********** 電話番号 **********/
.mwform-tel-field input[type="text"] {
	margin-right: 3px;
	margin-left: 3px;
}

/********** 送信BOX **********/
.formSendbox {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
}

/*********************** ▼▼▼デバイス対応 896px以下▼▼▼ ***********************/
@media screen and (max-width: 896px) {
/********** フォーム梱包 **********/
.formBox001 {
	margin-bottom: 2rem;
}
/********** ラジオボタン・チェックボックス装飾 **********/
input[type=radio] + span:before, input[type=radio]:checked + span:after, input[type=checkbox] + span:before, input[type=checkbox]:checked + span:after  {
	margin-top: 3px;
}
/********** フォーム区切り **********/
.formLine {
	margin-bottom: 2rem;
}

/********** 送信BOX **********/
.formSendbox li {
	margin-left: 10px;
	margin-right: 10px;
}

}

/*********************** ▼▼▼デバイス対応 480px以下▼▼▼ ***********************/
@media screen and (max-width: 480px) {
/********** フォーム梱包 **********/
.formBox001 {
	margin-bottom: 1.5rem;
}
/********** 必須 **********/
.formRequired {
	font-size: 1.2rem;
}

/********** ラジオボタン・チェックボックス装飾 **********/
.formBox001 .mwform-radio-field label, .formBox001 .mwform-checkbox-field label {
	display: block;
}

/********** 注意テキスト **********/
.formNotice {	
	display: block;
}

/********** 送信BOX **********/
.formSendbox {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.formSendbox li {
	margin-left: 6px;
	margin-right: 6px;
}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
個人情報の取り扱いについて／お問い合わせ先
class: priv～
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.notesBox {
	width: 900px;
	max-width: 100%;
	margin-top: 5rem;
	margin-left: auto;
	margin-right: auto;
	border: 3px solid #754c24;
	border-radius: 12px;
	padding: 0 30px 30px;
	box-sizing: border-box;
}
.notesBox h2 {
	display: inline-block;
	margin-bottom: 1.5rem;
	padding-left: 20px;
	padding-right: 20px;
	color: #754c24;
	margin-top: -20px;
	background-color: #ffffff;
}
.notesTxt {
	margin-top: 2rem;
}

/*********************** ▼▼▼デバイス対応 1024px以下▼▼▼ ***********************/
@media screen and (max-width: 1024px) {
.notesBox {
	padding: 0 20px 20px;
}
}

/*********************** ▼▼▼デバイス対応 896px以下▼▼▼ ***********************/
@media screen and (max-width: 896px) {
.notesBox {
	margin-top: 3rem;
}
}

/*********************** ▼▼▼デバイス対応 480px以下▼▼▼ ***********************/
@media screen and (max-width: 480px) {
.notesBox {
	padding: 0 15px 15px;
	border-radius: 10px;
}
.notesBox h2 {
	margin-bottom: 1rem;
	padding-left: 5px;
	padding-right: 5px;
}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Footer
class: foot～
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footWrap {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-top: 6px dotted #754c24;
	padding-top: 40px;
	text-align: center;
}
.footBn {
	margin-bottom: 3rem;
}
.footBn img {
	width: 120px;
	height: auto;
}
.footAdd {
	font-weight: 500;
	margin-bottom: 2rem;
}
.footTelbox li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}
.footCopy {
	font-size: 1.5rem;
	color: #82939c;
}

/*********************** ▼▼▼デバイス対応 1024px以下▼▼▼ ***********************/
@media screen and (max-width: 1024px) {
.footWrap {
	border-top-width: 4px;
	padding-top: 30px;
}
.footBn {
	margin-bottom: 2rem;
}
.footCopy {
	font-size: 1.4rem;
}
}

/*********************** ▼▼▼デバイス対応 480px以下▼▼▼ ***********************/
@media screen and (max-width: 480px) {
.footWrap {
	padding-top: 20px;
}
.footBn {
	margin-bottom: 1.5rem;
}
.footAdd p, .footTelbox li {
	font-size: 1.5rem;
}
.footAdd {
	margin-bottom: 1rem;
}
.footTelbox li {
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.footCopy {
	font-size: 1.3rem;
}
}


/* ブレイクポイント設定▼ */
/*********************** ▼▼▼デバイス対応 1366px以下▼▼▼ ***********************/
@media screen and (max-width: 1366px) { 
}

/*********************** ▼▼▼デバイス対応 1024px以下▼▼▼ ***********************/
@media screen and (max-width: 1024px) { 
}

/*********************** ▼▼▼デバイス対応 896px以下▼▼▼ ***********************/
@media screen and (max-width: 896px) {
}

/*********************** ▼▼▼デバイス対応 480px以下▼▼▼ ***********************/
@media screen and (max-width: 480px) {
}





