@charset "UTF-8";
/* =================================================
 * font
 * ================================================*/

	
@font-face {
	font-family: AudiType;
	src: url("../fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeBold;
	src: url("../fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedNormal;
	src: url("../fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedItalic;
	src: url("../fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendBold;
	src: url("../fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedBoldItalic;
	src: url("../fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.atn {
	font-family: AudiType;
	font-weight: normal !important;
}
.atb {
	font-family: AudiTypeBold;
	font-weight: normal !important;
}
.aten {
	font-family: AudiTypeExtendedNormal;
	font-weight: normal !important;
}
.atei {
	font-family: AudiTypeExtendedItalic !important;
	font-weight: normal !important;
	padding: 0;
}
.ateb {
	font-family: AudiTypeExtendBold !important;
	font-weight: normal !important;
	padding: 0;
}
.atebi {
	font-family: AudiTypeExtendedBoldItalic;
	font-weight: normal !important;
	padding: 0;
}
/* =================================================
 * common
 * ================================================*/


/* hero_wrap */
.hero_wrap {
	position: relative;
}
.hero_tit {
	position: absolute;
	top: 30px;
	left: 30px;
	display: inline-block;
	font-size: 28px;
	line-height: 1.25;
	background: #ffffff;
	padding: 5px 20px 0 20px;
}
.hero_tit sup {
	font-size: 16px;
}
.hero_txt {
	position: absolute;
	top: 85px;
	left: 30px;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	background: #ffffff;
	padding: 5px 20px 5px 20px;
	line-height: 1;
}
.hero_txt_cap {
	position: absolute;
	left: 30px;
	bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}
/******* cpn *******/

.content_wrap {
	width: 1020px;
	margin: 0 auto;
}
#campaign_zoom .title {
	line-height: 1.3;
	margin-left: 15px;
	margin-bottom: 35px !important;
	border: none !important;
}
#campaign_zoom .title .ateb {
	font-size: 36px;
}
#campaign_zoom #mainimage {
	margin-bottom: 40px;
}
.title .tit_min {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 3px;
}
.lead {
	font-size: 16px;
	margin-bottom: 65px;
}
.txt_strong {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 50px;
	line-height: 1.5;
}
.tit_box_wrap {
	margin-bottom: 75px;
}
.tit_box {
	margin-bottom: 40px;
}
.tit_box_tit {
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	border-bottom: solid 1px #000000;
	padding: 0 5px 5px 5px;
	margin-bottom: 10px;
}
.tit_box_dd {
	font-size: 16px;
	vertical-align: top;
}
.tit_box_dd_list li {
	display: inline-block;
	font-size: 15px;
	margin: 0 3px 5px 0;
}
.tit_box_dd_list ul ul li:after {
	display: inline-block;
	content: "/";
	font-size: 13px;
	margin-left: 5px;
}
.tit_box_dd_list li + li ul li:nth-last-child(1):after {
	content: none;
}
/* col4_wrap */

.col4_wrap_bg {
}
.col4_wrap_bg .txt_strong {
	margin-bottom: 22px;
}
.col4_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 45px;
}
.col4 {
	width: 23.5%;
	margin-bottom: 20px;
}
.col4_inner_img {
	width: 100%;
	margin-bottom: 11px;
}
.bsg {
	border: solid 1px #cccccc;
	box-sizing: border-box;
}
.txt_col4 {
	width: 98%;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.6;
}
/* cpn_bnr */
.cpn_bnr {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
}
.cpn_bnr .col2_l {
	width: 50%;
	padding: 0 25px;
	box-sizing: border-box;
}
.cpn_bnr .col2_tit {
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.cpn_bnr .col2_txt {
	font-size: 15px;
	line-height: 1.8;
}
.cpn_bnr .col2_img {
	width: 50%;
}
/* list_cap */

ul.list_cap {
	margin-bottom: 65px;
}
ul.list_cap li {
	display: inline;
	font-size: 12px;
	padding: 0 1px 0 0;
	line-height: 1.8;
}
/* .btn_wrap */

.btn_wrap {
	float: right;
	margin-bottom: 45px;
}
.btn_wrap li {
	margin-bottom: 10px;
}
.btn_box a {
	display: block;
	width: 495px;
	padding: 11px 20px;
	line-height: 1.25;
	background: #000000 url("../img/arrow_w.png") right 20px center no-repeat;
	background-size: 14px;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.btn_box a:hover {
	opacity: .7;
	text-decoration: none;
}
.sp {
	display: none;
}
/* .dl_flap_cap */

.dl_flap_cap dt {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	margin: 45px 15px 3px 0;
}
.dl_flap_cap dd {
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 15px 0 0;
}
@media screen and (max-width:640px) {
#campaign_zoom {
	width: auto;
}
#campaign_zoom #mainimage {
	margin-bottom: 0;
}
#campaign_zoom .in_contents .title {
	display: block;
	margin-left: 0;
	line-height: 1.3;
	margin-bottom: 15px !important;
}
#campaign_zoom .in_contents .title .ateb {
	font-size: 16px;
	line-height: 1.2;
}
.title .tit_min {
	font-size: 12px;
	line-height: 1.5;
	display: block;
	margin-bottom: -20px;
}
.content_wrap {
	width: auto;
}
.lead {
	font-size: 13px;
	margin-bottom: 25px;
}
.txt_strong {
	font-size: 11px;
	margin-bottom: 25px;
}
.tit_box_wrap {
	margin-bottom: 35px;
}
.tit_box {
	margin-bottom: 15px;
}
.tit_box_tit {
	font-size: 11px;
	padding: 0 2px 1px 2px;
	margin-bottom: 5px;
}
.tit_box_dd {
	font-size: 13px;
}
.tit_box_dd_list li {
	font-size: 12px;
	margin: 0 1px 0 0;
}
.tit_box_dd_list ul, .tit_box_dd_list ul li {
	display: inline-block;
}
.tit_box_dd_list li:after {
	margin-left: 3px;
}
/* col4_wrap */

.col4_wrap_bg {
}
.col4_wrap_bg .txt_strong {
	margin-bottom: 10px;
}
.col4_wrap {
	margin-bottom: 10px;
}
.col4 {
	width: 48%;
	margin-bottom: 15px;
}
.col4_inner_img {
	margin-bottom: 5px;
}
.txt_col4 {
	width: 95%;
	font-size: 9px;
	line-height: 1.5;
}
/* cpn_bnr */
.cpn_bnr {
	margin-bottom: 25px;
	display: block;
}
.cpn_bnr .col2_l {
	width: auto;
	padding: 10px 10px;
}
.cpn_bnr .col2_tit {
	font-size: 12px;
	margin-bottom: 5px;
}
.cpn_bnr .col2_txt {
	font-size: 12px;
	line-height: 1.5;
}
.cpn_bnr .col2_img {
	width: 100%;
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
}
/* list_cap */

ul.list_cap {
	margin-bottom: 35px;
}
ul.list_cap li {
	display: inline-block;
	font-size: 10px;
	line-height: 1.5;
	padding: 0 5px 0 0;
	text-indent: -10px;
	margin-left: 10px;
}
/* btn */

.btn_wrap {
	float: none;
	margin: 0 0 25px 0;
}
.btn_box {
	float: none;
	margin-bottom: 30px;
}
.btn_box a {
	width: auto;
	padding: 10px 20px;
	line-height: 1.25;
	background: #000 url("../img/arrow_w.png") no-repeat scroll right 20px center / 14px auto;
	color: #FFF;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
}
.btn_box a:hover {
	opacity: 1;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.title_medium {
    font-size: 14px !important;
    margin-bottom: 20px !important;
}
}

.title_medium {
    font-size: 28px;
    margin-bottom: 35px;
}
.col1 {
    width: 23.5%;
}
.col1_plus {
    width: 23.5%;
    padding: 30px 0;
}
.txt_min {
    display: inline-block;
    font-size: 85%;
    margin-top: 10px;
}

.title_top {
    display: block;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.title_midle {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.title_bottom {
    display: block;
    font-size: 30px;
    line-height: 1.2;
}

@media screen and (max-width:640px) {
	.col1 {
	    width: 48%;
	}
	.col1_plus {
	    width: 48%;
	    padding: 20px 0;
	}
	/* .dl_flap_cap */
.dl_flap_cap dt {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 15px 3px 0;
}
.dl_flap_cap dd {
	display: inline-block;
	font-size: 10px;
	line-height: 1.5;
	margin: 0 15px 3px 0;
}
}
.col2_line {
	border-top: solid 1px #b3b3b3;
	padding: 20px 0;
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}