@media screen and (min-device-width: 769px) {
.delete{
    	display:none;
    	}

/* modal */
.modalContent {
	position: absolute;
	display: none;
	width: 1000px;
	padding: 60px 0;
	background: rgba(35,24,21,.95);
	overflow: auto;
	z-index: 110;
}
.modalContent dt {
	padding: 15px 110px;
	background: #b80a20;
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
}
.modalContent dd {
	padding: 50px 110px;
	font-size: 20px;
}
.modalContent .brand dd ul {
	margin: -10px 0 0 -20px;
}
.modalContent .brand dd li {
	float: left;
	width: 240px;
	min-height: 55px;
	margin: 10px 0 0 20px;
}
.modalContent .brand dd li label {
	width: 100%;
	color:#FFFFFF;
}
.modalContent .brand dd li label>span {
	display: table-cell;
	vertical-align: top;
}
.modalContent .brand dd li label>span+span {
	padding-left: 10px;
	width: 220px;
}
.modalContent .brand dd li input {
	margin-right: 10px;
	width:15px;
	height:15px;
	vertical-align:-1px;
	-moz-transform-origin: right middle;
	-moz-transform: scale( 1.5 , 1.5 );
}
.modalContent .area dd ul+ul {
	margin: 20px 0 0;
}
.modalContent .area dd li {
	float: left;
	width: 110px;
	margin: 0 0 0 10px;
}
.modalContent .area dd li:first-child {
	margin: 0;
	width:250px;
}
.modalContent .area dd li label {
	color:#FFFFFF;
	width: 100%;
}
.modalContent .area dd li label>span {
	display: table-cell;
	vertical-align: top;
}
.modalContent .area dd li label>span+span {
	padding-left: 10px;
	width: 90px;
}
.modalContent .area dd li input {
	margin-right: 10px;
	width:15px;
	height:15px;
	vertical-align:-1px;
	-moz-transform: scale( 1.5 );
	backface-visibility: hidden;
}


.modalContent .campaign dd li {
	margin: 25px 0 0;
}
.modalContent .campaign dd li:first-child {
	margin: 0;
}
.modalContent .campaign dd li input {
	margin-right: 10px;
	width:15px;
	height:15px;
	vertical-align:-1px;
	-moz-transform-origin: right middle;
	-moz-transform: scale( 1.5 , 1.5 );
}
.modalContent .btnSubmit {
	padding: 0 110px;
	text-align: right;
}
.modalContent .btnSubmit button {
	width: 300px;
	padding: 12px;
	background: #b10b20;
	border: 1px solid #fff;
	color:#FFFFFF;
	font-size: 20px;
	letter-spacing: 4px;
	cursor:pointer;
}

.modalContent a{
	color:#ffffff;
	}

.modalContent a:hover{
	text-decoration:none;
	}

.modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 109;
}

.modalClose{
	position:absolute;top:68px;right:80px;font-size:30px;cursor:pointer;
	}


/* ==========================================================
 header
========================================================== */


#global a{
	color:#FFFFFF;
	}

#global li{
	display:inline-block;
	padding:10px 30px;
	border-left:1px #666666 solid;
	margin:0;
	}

#global .last{
	border-right:1px #666666 solid;
	}

#global li:hover{
	background:rgba(220,0,0,0.5)
	}

/* ==========================================================
 global nav
========================================================== */
.gnavArea {
	position: absolute;
	top: 0;
	left: 0;
}
/* menu */
.gnavArea .menu {
	position: absolute;
	top: 7px;
	left: 20px;
	cursor: pointer;
	border:1px solid #FFF;
	padding:10px 10px 10px;
	width:160px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
}

.gnavArea .menu:hover {
	background-color:#9e1223;
}

.gnavArea .gnav {
	position: fixed;
	top: 49px;
	left: 0;
	display: none;
	width: 250px;
	height: 80%;
	padding: 20px 9px 100px;
	background: rgba(0,0,0,.8);
	overflow-y: scroll;
	font-size: 15px;
}
.gnavArea .gnav dt {
	width: 226px;
	color: #fff;
	font-weight:bold;
}
.gnavArea .gnav dl {
	width: 245px;
	color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gnavArea .gnav dd {
	margin-top: 20px;
}
.gnavArea .gnav ul {
}
.gnavArea .gnav li {
	border-bottom: 1px solid #fff;
}
.gnavArea .gnav li:first-child {
	border-top: 1px solid #fff;
}

.gnavArea .gnav li a {
	display: block;
	padding: 14px;
	color:#FFFFFF;
}
.gnavArea .gnav li a:before {
	display: inline-block;
	content: "";
	width: 8px;
	height: 11px;
	margin-right: 5px;
	background: url(../img/arrow_gnav.png) no-repeat 0 0;
	vertical-align: middle;
}
.gnavArea .gnav li a:hover {
	background: #9e1223;
}

.gnavArea li.close span {
	display: block;
	width: 80%;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
}

/* menu2 */
.gnavArea2 {
	position: absolute;
	top: 0;
	right: 0;
}
.gnavArea2 .menu {
	position: absolute;
	top: 7px;
	right: 20px;
	width: 98px;
	height: 35px;
	cursor: pointer;
}

.gnavArea2 .gnav {
	position: fixed;
	top: 49px;
	right: 0;
	display: none;
	width: 230px;
	height: 100%;
	padding: 40px 17px 134px;
	background: rgba(0,0,0,.8);
	overflow-y: auto;
	z-index:2;
}
.gnavArea2 .gnav dt {
	width: 226px;
	color: #fff;
	font-size: 15px;
	font-weight:bold;
}

.gnavArea2 .gnav dl {
	width: 226px;
	color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gnavArea2 .gnav dd {
	margin-top: 20px;
}
.gnavArea2 .gnav ul {
}
.gnavArea2 .gnav li {
	border-bottom: 1px solid #fff;
}
.gnavArea2 .gnav li:first-child {
	border-top: 1px solid #fff;
}

.gnavArea2 .gnav li a {
	display: block;
	padding: 13px;
	color:#ffffff;
}
.gnavArea2 .gnav li a:before {
	display: inline-block;
	content: "";
	width: 8px;
	height: 11px;
	margin-right: 5px;
	background: url(../img/arrow_gnav.png) no-repeat 0 0;
	vertical-align: middle;
}
.gnavArea2 .gnav li a:hover {
	background: #9e1223;
}

.gnavArea2 li.close2 span {
	display: block;
	width: 80%;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
}

.btn > span:last-of-type,
.btn.active > span:first-of-type
        {
            display: none;
        }

.btn.active > span:last-of-type {
            display: inline;
        }
header {
    a:hover {
        color: #fff;
        text-decoration: none;
    }
}

.footerarea{
	font-size:14px;
	float:left;
	width:263px;
}

.col-1 {
    display: inline-block;
    width: 140px;
    margin-top:-5px;
}
.col-1 button{
    vertical-align: bottom;
}
.col-2 {
    display: inline-block;
    padding-top:5px;
}

/* ���x���̃X�^�C���@*/
.chkbox label {
	padding-left:		30px;			/* ���x���̈ʒu */
	font-size:		17px;
	line-height:		22px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}

/* �{�b�N�X�̃X�^�C�� */
.chkbox label:before {
	content:		'';
	width:			18px;			/* �{�b�N�X�̉��� */
	height:			18px;			/* �{�b�N�X�̏c�� */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow:		inset 1px 2px 3px 0px #000;
	border-radius:		3px;
}
/* ���̃`�F�b�N�{�b�N�X��\�����Ȃ� */
.chkbox input[type=checkbox] {
	display:		none;
}
/* �`�F�b�N�������̃X�^�C�� */
.chkbox input[type=checkbox]:checked + label:before {
	content:		'\2714';		/* �`�F�b�N�̕��� */
	font-size:		22px;			/* �`�F�b�N�̃T�C�Y */
	color:			#fff;			/* �`�F�b�N�̐F */
	background-color:	#e50505;			/* �`�F�b�N�������̐F */
}


.radiobutton label {
	padding: 0 0 0 40px;	/* ���x���̈ʒu */
	font-size: 18px;
	line-height: 22px;		/* �{�^���̃T�C�Y�ɍ��킹�� */
	display: inline-block;
	cursor:	pointer;
	position: relative;
	color:#ffffff;
}
.radiobutton label:before {
	content: '';
	width: 20px;		/* �{�^���̉��� */
	height: 20px;		/* �{�^���̏c�� */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eeeeee;
	border-radius: 50%;
}
.radiobutton input[type="radio"] {
	display: none;
}
.radiobutton input[type="radio"]:checked + label:after {
	content: '';
	width: 12px;		/* �}�[�N�̉��� */
	height: 12px;		/* �}�[�N�̏c�� */
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #e50505;
	border-radius: 50%;
}

.form_privacy {font-size:1em;text-align:center;margin:10px 0 30px 0;}
.form_privacy a,.form_privacy a:-webkit-any-link {text-decoration:underline;color:#1e90ff}

}
@media screen and (max-device-width: 768px) {
.sokujitsu_badge {
	position:fixed;top:16vw;right:1vw;width:18vw;z-index:1;
	}

.modalContent{
	display:none;
}
.logoWrap .logo a img{
	width:18%;
	}

/* ==========================================================
 global nav
========================================================== */
.gnav_m {
	position: fixed;
	top: 44px;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	padding-top:0;
	z-index:2;
}
.gnav_m ul {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.gnav_m li {
	border-bottom: 1px solid #bcbcbc;
}
.gnav_m li:first-child {
	border-top: 1px solid #bcbcbc;
}
.gnav_m li a {
	position: relative;
	display: block;
	padding: 15px 20px;
	color:#ffffff;
}
.gnav_m li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gnav_m li.close {
	margin-top: 25px;
	border: none;
}
.gnav_m li.close span {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #fff;
	text-align: center;
	color:#fff;
}

.delete_sp{
    		display:none;
    	}
.searchHeader{
width:100%;
background-color:#B40404;
vertical-align:middle;
font-size:16px;
padding:10px 0 10px 10px;
z-index:200;
color:#fff;
}

.searchHeader_fixed{
position:fixed;
top:0px;
}

#sec03 {
	margin-top:-100px;
	padding-top:100px;
	}

#maker_search{
	display:block;
	font-size:30px;
	}

#maker_search div{
	margin:15px 0;
	vertical-align:middle;
	color:#fff;
	font-size:16px;
	}

#campaign_search{
	display:block;
	font-size:18px;
	}

#campaign_search div{
	display:block;
	padding:3px 0;
	margin:3px 0;
	color:#fff;
	}

#acMenu{
	margin-top:56px;
	}

#acMenu dt{
    display:block;
    width:100%;
    height:25px;
    padding:20px 10px 10px 20px;
    border:#666 1px solid;
    cursor:pointer;
    font-size:18px;
    background-color:#000000;
    position:relative;
    color:#fff;
    }

#acMenu dt span{
    margin-left:50px;
    }

#acMenu dt:before{
	content: url(/contents/sp/images/ac_button.png);
	position: absolute;
	margin:-0.9em 20px 0 0;
	}

#acMenu dt.active:before{
	content: url(/contents/sp/images/ac_button_thumb.png);
	position: absolute;
    top: 50%;
	margin:-0.9em 20px 0 0;
	}

#acMenu dd{
    background:#222222;
    width:100%;
    padding:10px 0 0 80px;
    border:#666 1px solid;
    display:none;
    font-size:16px;
    color:#fff;
    }

#acMenu dd div{
	margin:4px 0;
	color: #fff;
    }

label div input[type=checkbox]{
	margin:10px 20px;
	pointer-events:auto;
	}

label div input[type=radio]{
	margin:10px 20px;
	pointer-events:auto;
	}

.check_clear{
	display:inline-block;
	margin:0 0 0 30px;
	display:inline-block;
	vertical-align:middle;
	padding:10px 30px;
	background: #222222;
	border: none;
	border-radius: 8px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	}

.fixedbutton {
	display:block;
	width: 80%;
	padding: 15px;
	background: #B40404;
	border: none;
	border-radius: 8px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	margin:20px auto 50px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.research-button {
	display:inline-block;
	width: 32%;
	padding: 30px 15px;
	background: none;
	border: 1px #FFFFFF solid;
	border-radius: 8px;
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	margin:10px auto 50px;
}

.modal-overlay {
    z-index:130;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:rgba(0,0,0,.8);
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    }

a.modal-open:hover {cursor:pointer}

.modal-content {
	width:100%;
	padding-bottom:150px;
	min-width:200px;
	position:fixed;
	height:100%;
    display:none;
    z-index:131;
    background:#000000;
    overflow-y: scroll;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}

#modal1{
	-webkit-overflow-scrolling: touch;
	}

.modal-content > a {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a.modal-close {
    position:absolute;
    top:0px;
    right:0px;
    color:#ffffff;
    font-size:25px;
    padding:17px 30px 30px 40px;
    line-height:1;
    font-weight:bold;
    text-decoration:none;
    }

a.modal-close:hover {cursor:pointer;}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input[type=radio] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

input[type=checkbox] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.form_privacy {font-size:.8em;text-align:center;margin-bottom:30px;}
.form_privacy a,.form_privacy a:-webkit-any-link {text-decoration:underline;color:#1e90ff}
}
