@charset 'utf-8';

/*reset*/

* {
	box-sizing: border-box;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

ol,
ul,
dl {
	margin-top: 0;
	list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
	list-style-type: none;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

img {
	vertical-align: bottom;
	border-style: none;
}

table {
	border-collapse: collapse;
}

a {
	color: #000000;
}

p {
	margin: 0;
}

/*reset*/

.sp_br {
	display: none;
}

.pc_br {
	display: block;
}

.tb_br {
		display: none;
}

/*campaign_sec01*/

.campaign_sec01 {
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	margin-top: 60px;
}

.campaign_sec01_inner {
	max-width: 1124px;
	margin: 0 auto;
}

.campaign_tit {
	padding-top: 5%;
}

.campaign_tit {
	position: relative;
	font-family: UDTypos512;
}

.campaign_tit > p {
	background-color: #998661;
	color: #fff;
	font-size: 26px;
	padding: 25px 0;
	position: relative;
	padding-left: 10%;
}

.campaign_tit > p:before,
.campaign_tit > p:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

.campaign_tit > p:before {
	top: 0;
	left: 0;
	border-width: 43px 0px 43px 43px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}

.campaign_tit > p:after {
	top: 0;
	right: 0;
	border-width: 43px 43px 43px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

.campaign_tit > p > span {
	font-size: 23px;
}

.campaign_tit > div {
	display: flex;
	margin-bottom: 2%;
}

.campaign_tit > div > p {
	font-size: 43px;
	padding-left: 5%;
}

.campaign_tit > div > img {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 5;
}

.taRget {
	font-family: Shin Go Regular;
	color: #000;
}

.taRget > ul {
	display: flex;
	margin-top: 30px;
}

.taRget > ul > li.T_icon {
	font-size: 29px;
	display: inline-block;
	width: 88px;
	height: 83px;
	border-radius: 40px;
	background: #c9caca;
	color: #fff;
	text-align: center;
	line-height: 83px;
	vertical-align: middle;
}

.taRget > ul > li.T_txt {
	margin-left: 15px;
}

.taRget > ul > li > p > .cap_icon {
	font-size: 12px;
}

.taRget > ul > li > p.taRget_txt01 {
	font-size: 18px;
	margin-bottom: 10px;
}

.taRget > ul > li > p.taRget_txt02 {
	font-size: 25px;
	margin-bottom: 10px;
}

.taRget > ul > li > p.taRget_txt03 {
	font-size: 14px;
}


/*Contents01*/

.campaign_con01 {
	position: relative;
	margin-top: 60px;
}

.campaign_con01_icon {
	position: absolute;
	top: -27px;
	left: 0;
}

.campaign_con01 > .campaign_con01_tit {
	font-family: Midashi Go MB31;
	font-size: 28px;
	color: #998661;
	border-top: 1px solid #998661;
	border-bottom: 1px solid #998661;
	text-align: center;
	padding: 10px 0;
	margin-left: 45px;
}

.campaign_con01 > .campaign_con01_tit > span {
	color: #c30d23;
}

.campaign_con01_details {
	display: flex;
	margin-top: 30px;
}

.campaign_con01_txt {
	text-align: center;
	margin-left: 8px;

}

.campaign_con01_txt01 {
	font-size: 20px;
	font-family: Shin Go Regular;
	margin-bottom: 10px;
}

.campaign_con01_txt02 {
	color: #c30d23;
	font-family: UDTypos512;
	font-size: 28px;
	margin-bottom: 0;
}

.campaign_con01_txt02 > span {
	color: #000;
	font-size: 12px;
}

.campaign_con01_txt03 {
	font-family: 'Anton', sans-serif;
	color: #c30d23;
	font-size: 70px;
	background: linear-gradient(transparent 80%, #f39800 80%);
	display: inline-block;
}

.campaign_con01_txt03 > span {
	font-family: UDTypos512;
	font-size: 40px;
}

.campaign_con01_txt04 {
	font-family: Shin Go Regular;
	margin-top: 10px;

}

/*Contents02*/

.campaign_con02 {
	position: relative;
	margin-top: 60px;
}

.campaign_con02_icon {
	position: absolute;
	top: -27px;
	left: 0;
}

.campaign_con02 > .campaign_con02_tit {
	font-family: Midashi Go MB31;
	font-size: 28px;
	color: #998661;
	border-top: 1px solid #998661;
	border-bottom: 1px solid #998661;
	text-align: center;
	padding: 10px 0;
	margin-left: 45px;
}

.campaign_con02_tit > .span01 {
	color: #c30d23;
	font-family: 'Anton', sans-serif;
	font-size: 28px;
}

.campaign_con02_tit > .span02 {
	color: #c30d23;
	font-family: Midashi Go MB31;
}

.campaign_con02_details > ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.campaign_con02_details > ul > li {
	display: flex;
	flex-direction: column;
	/*	position: relative;*/
	width: 32%;
	border: solid 1px #707070;
	margin-bottom: 30px;
}

.campaign_con02_details > ul > li > .flex_box {
	display: flex;
	justify-content: space-between;
	padding-left: 2rem;
	align-items: center;
}

/*
.campaign_con02_details >ul >li >p.campaign_con02_details_txt04{
position: absolute;
bottom: 0;
right: 0;
}
*/

.campaign_con02_details > ul > li > p > img {
	width: 100%;
}

.campaign_con02_details_txt02 {
	font-family: Shin Go Regular;
	background-color: #998661;
	color: #fff;
	font-size: 21px;
	text-align: center;
	padding: 8px;

}

.campaign_con02_details_txt02 > span {
	font-size: 16px;
}

.campaign_con02_details_txt03 {
	font-family: Shin Go Regular;
	font-size: 20px;
}

.campaign_con02_details_txt03 > span {
	font-size: 15px;
}

/*campaign_sec02*/

.campaign_sec02 {
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	margin-top: 60px;
	background-color: #f0f0f0;
	padding-bottom: 60px;
}

.campaign_sec02_inner {
	max-width: 1124px;
	margin: 0 auto;
}

.campaign_tit02 {
	padding-top: 5%;
	font-family: UDTypos512;
	font-size: 32px;
	color: #00234b;
	text-align: center;
}


/*campaign_con03_details*/

.campaign_con03_details > ul {}

.campaign_con03_details > ul > p {
	max-width: 23px;
	margin: 30px auto;
}


.campaign_con03_details > ul > li {
	background-color: #fff;
	position: relative;
	font-family: Gothic Medium BBB;
	padding: 30px;
	margin-top: 50px;
}

.campaign_con03_details_txt01,
.graph2_txt01,
.graph3_txt01 {
	font-family: 'Anton', sans-serif;
	position: absolute;
	top: -34px;
	left: 0;
	font-size: 47px;
	color: #c30d23;
}

.campaign_con03_details_txt02 {
	text-align: center;
	font-size: 24px;
}

.campaign_con03_details_txt02 > span {
	color: #c30d23;
}

.graph2 > li > div,
.graph3 > li > div {
	display: flex;
}




.graph2_txt03 {
	text-align: center;
	font-size: 24px;
	margin-left: 234px;
	padding-top: 3%;
}



.graph2_txt03 > span {
	color: #c30d23;
}



.graph2 > li > div.graph2_inner {
	background-color: #dde8e7;
	margin-top: 3%;
}

.circlebox {
	font-size: 16px;
	font-family: Gothic Medium BBB;
	display: inline-block;
	width: 157px;
	height: 157px;

    border-radius: 80px;
	text-align: center;
	vertical-align: middle;
}

.graph2 > li > div.graph2_inner > .graph2_txt04 {

	background: #f39800;
	color: #fff;
	padding-top: 57px;
	margin-top: 1%;
	margin-left: 1%;
}

.graph3 > li > div > .graph3_txt02 {


	background: #00234b;
	color: #fff;
	vertical-align: middle;
	padding-top: 57px;
	margin-top: 3%;
}

.graph2 > li > div > .graph2_txt02 {
	background: #00234b;
	color: #fff;
	padding-top: 57px;
}



.graph2_txt05 {
	font-family: Gothic Medium BBB;
	text-align: center;
	font-size: 19px;
	margin-left: 234px;
	padding-top: 3%;
	margin-left: 67px;
	padding: 2%;
}



.graph2_txt05 > span {
	color: #c30d23;
}




.graph3_txt03 {
	text-align: center;
	font-size: 24px;
	margin-left: 4%;
}

.graph3_txt03 > span {
	color: #c30d23;
}

.graph3_txt03 > span.span03 {
	display: block;
	color: #c30d23;
	font-size: 18px;
	line-height: 21px;
	background-color: #e3d6bc;
	padding: 1%;
}


.campaign_con03_details > ul > p.graph_btn {
	margin: 0 auto;
	max-width: 245px;
}

.campaign_con03_details > ul > p.start_txt {
	max-width: 100%;
	text-align: center;
	font-size: 24px;
	color: #c30d23;
	border-bottom: 1px solid #c30d23;
	padding: 1%;
}

/*campaign_sec03*/

.campaign_sec03 {
	margin-top: 60px;
	padding-bottom: 60px;
}

.campaign_sec03_inner {
	max-width: 1124px;
	margin: 0 auto;
}

.campaign_tit03 {
	position: relative;
}

.campaign_tit03 > p {
	position: absolute;
}

.campaign_tit03 > div {
	margin-left: 25%;
}

.campaign_tit03 > div > p {
	font-size: 27px;
	color: #004165;
	border-bottom: 1px solid #004165;
	font-family: UDTypos512;
	margin-bottom: 20px;
}

.campaign_tit03 > div > div {
	display: flex;
	justify-content: center;

}

.campaign_tit04 {
	font-family: UDTypos512;
	margin-top: 80px;
	text-align: center;
}

.campaign_tit04 > p:first-child {
	display: inline-block;
	font-size: 25px;
	color: #a59060;
	border-bottom: 1px solid #a59060;
}

.campaign_tit04 > p:nth-child(2) {
	font-size: 18px;
}

.eVent_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.eVent_con > li {
	display: flex;
	flex-direction: column;
	width: 25%;
	margin-bottom: 2%;
}

.eVent_con > li > p {
	text-align: center;

}

.eVent_con > li > p:nth-child(2) {
	font-family: UDTypos512;
	font-size: 15px;
	color: #004165;
}

.eVent_con > li > p:nth-child(3) {
	font-family: Gothic Medium BBB;
	font-size: 14px;
}

.line_banner {
	display: flex;
	background-color: #2bac38;
	border-radius: 10px;
}


.line_banner > div {
	width: 50%;
}

.line_banner > div > p {
	color: #fff;
	font-family: UDTypos512;
	text-align: center;
	margin-bottom: 2%;
	margin-top: 2%;
}

.line_banner > div:first-child > p:first-child {

	font-size: 25px;

}

.line_banner > div:first-child > p:nth-child(2) {
	font-size: 35px;

}

.line_banner > div:first-child > p:nth-child(2) > span {
	border: 1px solid #FFF;
	padding: .5%;

}

.line_banner > div:first-child > p:nth-child(3) {
	font-size: 14px;

}

/*campaign_sec04*/

.campaign_sec04 {
	background-color: #f0f0f0;
	margin-top: 60px;
	padding-bottom: 60px;
    margin-bottom: 60px;
}

.campaign_sec04_inner {
	max-width: 1124px;
	margin: 0 auto;
	padding: 60px 0;
}


.campaign_sec04_inner > h5 {
	font-size: 25px;
	font-family: Gothic Medium BBB;
	text-align: center;
	margin-bottom: 30px;
}

.campaign_sec04_inner > p {
	font-size: 20px;
	font-family: Gothic Medium BBB;
	position: relative;
	padding-left: 2%;
	margin-bottom: 1%;

}

.campaign_sec04_inner > p::before {
	content: "●";
	position: absolute;
	left: 0;
}


span.under_line {
	border-bottom: 1px solid #000;

}

span.txt_s {
	font-size: 18px;
	display: block;
	margin-top: 3%;
}



@media screen and (min-width:768px) and ( max-width:1123px){

	.sp_br {
		display: none;
	}

	.pc_br {
		display: block;
	}

	.tb_br {
		display: block;
	}
	
.campaign_sec01_inner,
.campaign_sec02_inner,
.campaign_sec03_inner,
.campaign_sec04_inner
	{
    width: calc(100% - 5%);
}
	.campaign_tit > div > p {
    font-size: 30px;
    padding-left: 5%;
}

	.campaign_tit > div >h3{
width: 20%;
	}
	
	.campaign_tit > div >h3 >img{
width: 100%;
	}
	
.campaign_tit > div > p {
    font-size: 30px;
    padding-left: 0;
}
	
.campaign_tit > p:before {

    border-width: 64px 0px 64px 40px;

}
	
.campaign_tit > p:after {

    border-width: 64px 43px 64px 0px;
}

.campaign_tit > div > img {

    top: 22px;
    width: 20%;
}
	


.campaign_con01_icon {
    top: -24px;

}
	
.campaign_con01 > .campaign_con01_tit {

    font-size: 24px;

}

.campaign_con02 > .campaign_con02_tit {

    font-size: 24px;
}
	


.graph2 > li > div > .graph2_txt02 {
    width: 161px;
    height: 161px;

}

.campaign_con01_txt03 {
    font-size: 62px;
}
	
.campaign_con01_txt03 > span {
    font-size: 31px;
}

.campaign_con02_details > ul > li {

    width: 48%;
	}
	
.graph3 > li > div > .graph3_txt02 {
    width: 161px;
    height: 161px;
}
	
.graph2_txt03 {
    margin-left: 0;
}

.graph2_txt05 {
    margin-left: 0;
	
}

.btn-primary {
padding: 10%;
}

.campaign_tit03 > p {
    width: 20%;
}

.campaign_tit03 > div {
    margin-left: 20%;
}

.eVent_con > li {
    width: 33%;
}

.line_banner > div:first-child > p:first-child {
    font-size: 20px;
}

.line_banner > div:first-child > p:nth-child(2) {
    font-size: 25px;
}

.line_banner > div > p {
    margin-right: 2%;
}

.graph2_txt03 {
    width: 70%;
	}

	
.graph2_txt05 {
    width: 70%;
}

.graph3_txt03 {
    width: 70%;
}
	
}

	

@media only screen and (max-width: 767px) {

	.sp_br {
		display: block;
	}

	.pc_br {
		display: none;
	}

	
	.campaign_sec01_inner {
		width: calc(100% - 5%);
	}

	.campaign_tit > div > img {

		width: 28%;
	}

	.campaign_tit > p {
		text-align: center;
		padding: 0;
	}

	.campaign_tit > p:after {
		border-width: 41px 20px 41px 0px;
	}

	.campaign_tit > p:before {

    border-width: 41px 0px 41px 20px;
		border-color: transparent transparent transparent #fff;

	}

	.campaign_tit > div {
		flex-direction: column;
	}
	.campaign_tit > div > p {
		font-size: 30px;
		text-align: center;

	}

	.campaign_tit > div > h3 {
		width: 30%;
		text-align: center;
		margin: 8% auto 2% auto;
	}

	.campaign_tit > p {
		margin-top: 13%;
	}
	.campaign_tit > div > img {
top: 162px;

	}

	.campaign_tit > p > span {
		font-size: 16px;
	}

	.campaign_tit > p {

		font-size: 20px;
	}

	.taRget > ul > li.T_icon {
		font-size: 22px;
		border-radius: 0%;
		line-height: 36px;
		vertical-align: middle;
		padding: 5px;
	}

	.taRget > ul > li > p.taRget_txt01 {
		font-size: 17px;
	}

	.taRget > ul > li > p.taRget_txt02 {
		font-size: 20px;
	}

	.campaign_con01_icon > img,
	.campaign_con02_icon > img {
		width: 50%;
	}

	.campaign_con01 > .campaign_con01_tit {

		font-size: 20px;
		margin-left: 0;
	}

	.campaign_con01_icon {
		top: -20px;

	}
	.campaign_con01_details {
		flex-direction: column;
	}

	.campaign_con01_txt {
		margin: 15px 0 0 0;
	}

	.campaign_con01_txt03 {

		font-size: 65px;

	}

	.campaign_con01_txt03 > span {
		font-size: 35px;
	}

	.campaign_con02 > .campaign_con02_tit {
		font-size: 22px;
		padding: 10px 0 0 24px;
		margin-left: 0;
	}

	.campaign_con02_details > ul > li {
		width: 100%;
	}

	.campaign_con02_details_txt03 > span {
		font-size: 12px;
	}

	.campaign_con02_details > ul > li > p.campaign_con02_details_txt04 {
		width: 30%;
	}

	.campaign_con02_details_txt03 {

		font-size: 20px;
	}

	.campaign_con02_details > ul > li > .flex_box {
		padding-left: 1rem;
	}

	.campaign_tit02 {
		padding-top: 15%;
		font-size: 28px;

	}

	.campaign_sec02_inner {
		width: calc(100% - 5%);
	}

	.campaign_con03_details_txt02 {
		font-size: 18px;
	}

	.graph2_txt03 {
		text-align: center;
		font-size: 18px;
		margin-left: 0;
	}

	.campaign_con03_details > ul > li {
		padding: 10px;
	}

	.campaign_con03_details_txt01,
	.graph2_txt01,
	.graph3_txt01 {
		top: -49px;
	}


	.graph2_txt05 {
		font-size: 16px;
		margin-left: 0;

	}

	.graph2 > li > div,
	.graph3 > li > div {
		display: flex;
		flex-direction: column;
	}

	.circlebox {
		font-size: 16px;
		border-radius: 0;
		width: 100%;
		height: 100%;
		padding: 10px;
	}

	.graph2 > li > div > .graph2_txt02 {
		padding-top: 10px;
	}


	.graph2 > li > div.graph2_inner > .graph2_txt04 {
		padding-top: 10px;
		margin: 0;
	}

	.graph3 > li > div > .graph3_txt02 {
		padding-top: 10px;
	}


	.graph3_txt03 {
		font-size: 18px;
		margin-left: 0;
		padding-top: 3%;
	}

.graph3_txt03 > span.span03 {

    font-size: 16px;
    margin: 10px 0;
    padding: 10px;

}
	.campaign_con03_details > ul > p.start_txt {
		font-size: 22px;
	}

	.btn-primary {
		padding: 9%;
	}

	.campaign_tit03 > p {
		width: 21%;
	}

	.campaign_sec03_inner {
		width: calc(100% - 5%);
	}

	.campaign_tit03 > div > p {
		font-size: 20px;
	}

	.campaign_tit03 > div {
		margin-left: 0;
	}

	.campaign_tit03 > div > p {
		margin-left: 21%;
	}

	.campaign_tit04 > p:first-child {
		font-size: 20px;
	}

	.eVent_con > li {
		width: 50%;
	}

	.eVent_con > li > p:nth-child(3) {
		font-size: 12px;
	}

	.eVent_con > li > p:nth-child(2) {
		font-size: 14px;
	}

	.line_banner {
		flex-direction: column;
	}
	.line_banner > div {
		width: 100%;
	}

	.line_banner > div:first-child > p:first-child {
		font-size: 20px;
	}

	.line_banner > div:first-child > p:nth-child(2) {
		font-size: 25px;
	}

	.line_banner > div > p {
		margin: 3%;
	}

	.campaign_sec04_inner {
		width: calc(100% - 5%);
	}

	.campaign_sec04_inner > h5 {
		font-size: 20px;
	}

	.campaign_sec04_inner > p {
		font-size: 16px;
	}

	.campaign_sec04_inner > p {
		padding-left: 5%;
	}

	span.txt_s {
		font-size: 14px;
	}
	
.campaign_sec04_inner > p {
    margin-bottom: 5%;
}

}
