@charset "Shift_JIS";

/*
	ページ内共通
----------------------------------------------------------------------------------------*/
#main *{
	box-sizing: border-box;
	line-height: 1.4;
}

a{
	transition: opacity 300ms ease-out;
}

a:hover {
	text-decoration: none;
	color: inherit;
	opacity: 0.75;
}

.flex-box {
	display: flex;
	justify-content: center;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

sup{
	font-size:10px;
	position: relative;
	top: -0.5em;
}

#main {
	padding-top:40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*
	ボタン装飾
----------------------------------------------------------------------------------------*/
#main .pdf_download_button{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	height:100%;
	background: linear-gradient(#d73939,#ea6a6a,#d73939);
	border: 1px solid #d73939;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 4px #d73939, -2px -2px 4px #d73939, 0 0 4px #d73939;
	box-shadow: inset 0 0 2px rgba(255,255,255,1);
}

#main .pdf_download_button::before{
	display: none;
}

#main .pdf_download_button::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top:-7px;
	border-style: solid;
	border-width: 0 3px 3px 0;
	border-color: transparent white white transparent;
	border-radius:1px;
	transform: rotate(-45deg);
}

#main .white_button{
	display: flex;
	align-items: center;
/*	justify-content: center;*/
	position: relative;
	height:100%;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	background: linear-gradient(#f7f7f7,#dddddd);
	font-size:24px;
	font-weight: bold;
	color:#313131;
}

#main .white_button::before{
	content: '';
	display: block;
	background-color: #c20037;
	width: 100%;
	height: 2px;
	position: absolute;
	left:0;
	bottom: 3px;
}

#main .white_button::after{
	content: '';
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top:-8px;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color:  transparent transparent transparent #e51700;
}

/* アイコン */
i.icon{
	display: inline-block;
	margin-right:16px;
	background: transparent no-repeat 0 0;
	background-size:cover;
	font-style: normal;
}

i.icon.pdf{
	width: 48px;
	height: 50px;
	margin-right:14px;
	margin-left:16px;
	background-image:url('/business/visual_solution/system/akidoko/img/icon_pdf.png');
}

i.icon.calc{
	width: 16px;
	height: 22px;
	background-image:url('/business/visual_solution/system/akidoko/img/icon_calc.png');
}

i.icon.mail{
	width: 24px;
	height: 18px;
	background-image:url('/business/visual_solution/system/akidoko/img/icon_mail.png');
}

/*
	メインイメージ
----------------------------------------------------------------------------------------*/
.mainimg { background-color: #FEC068;}

.mainimg .mainimg-inner{
	position: relative;
	width: 980px;
	margin:0 auto;
	text-align: center;
}

.mainimg img {
	width: 980px;
	height: auto;
}

.mainimg .button_list{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: absolute;
	bottom:20px;
	right:0;
	width: 388px;
}

.mainimg .button_list li:nth-of-type(1){
	width: 100%;
	height:70px;
	margin-bottom:8px;
}

.mainimg .button_list li:nth-of-type(1) .white_button{
	justify-content: center;
}

.mainimg .button_list li:nth-of-type(2){
	width: 154px;
	height:70px;
}

#main .mainimg .button_list li:nth-of-type(2) a::after{
	right:12px;
}

#main .mainimg .button_list li:nth-of-type(2) i.icon.calc{
	margin-right:8px;
	margin-left:12px;
}

#main .mainimg .button_list li:nth-of-type(2) a{
	font-size:22px;
}

.mainimg .button_list li:nth-of-type(3){
	width: 224px;
	height:70px;
}

#main .mainimg .button_list li:nth-of-type(3) a{
	font-size:16px;
}

#main .mainimg .button_list li:nth-of-type(3) a::after{
	right:12px;
}

#main .mainimg .button_list li:nth-of-type(3) i.icon.pdf{
	width: 22px;
	height: 24px;
	margin-right:8px;
	margin-left:8px;
	background-image:url('/business/visual_solution/system/akidoko/img/icon_pdf.png');
}

/*
	メインコンテンツ
----------------------------------------------------------------------------------------*/
#page-main-content {
	max-width: 980px;
	margin: 0 auto;
}

/*
	あきどこ
----------------------------------------------------------------------------------------*/
#about-akidoko h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 70px 0 40px 0;
}

.merit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.merit h3 {
	position: relative;
	color: #3f84e4;
	/* background-color: #fff; */
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -17px;
	z-index: 3;
}
.merit h3 span {
	background-color: #fff;
	padding: 0 15px;
}
.merit ol {
	width: 640px;
	position: relative;
	z-index: 2;
	padding: 60px 40px 52px 40px;
	background: white;
	border: 1px solid #2d387d;
	border-radius: 5px;
	color: #2d387d;
	font-size: 24px;
	font-weight: bold;
}
.merit ol li {padding: 0 0 15px 1.5em;}
.merit ol li:last-child {padding-bottom: 0;}
.merit ol li::before{
	margin-left:-1.5em;
	padding-right:0.5em;
}
.merit ol li:nth-child(1)::before {content: '1.';}
.merit ol li:nth-child(2)::before {content: '2.';}
.merit ol li:nth-child(3)::before {content: '3.';}

.merit figure{
	position: relative;
	z-index: 1;
	right:30px;
}

#about-akidoko p {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding: 40px 0 70px 0;
}

.check::before {
	content: '';
	display: inline-block;
	background-image: url("/business/visual_solution/system/akidoko/img/icon_check.png");
	background-size: cover;
	width: 25px;
	height: 25px;
}

.anchor-links {
	display: flex;
	justify-content: space-between;
}

.anchor-links li {
	flex:  0 0 32.6%;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	background: linear-gradient(#f7f7f7,#dddddd);
}

.anchor-links li i{
	font-style: normal;
}

.anchor-links li a {
	color: #000;
	padding: 15px 0;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.anchor-links li a::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #e51700 transparent transparent transparent;
	position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.anchor-links li a::before {
	content: '';
	display: block;
	background-color: #c20037;
	width: 100%;
	height: 2px;
	position: absolute;
	left:0;
	bottom: 3px;
}
.anchor-links span {
	font-size: 24px;
	padding-left: 0.2em;
}

.each-content h2 {
	border-left: 18px solid #e51e09;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0 6px 20px;
	margin-top: 10px;
}
.each-content h2 span {
	font-size: 30px;
	padding-left: 0.1em;
	letter-spacing: 0.05em;
}
.each-content {
	border-top: 2px solid #e51e09;
	margin-top: 70px;
}

/*
	あきどこ特長　あきどこ機能
----------------------------------------------------------------------------------------*/
#features h3,#function h3 {
	display: flex;
	align-items: center;
	position: relative;
	background: linear-gradient(to right,#e62b17 0%,#ed948b,#f4f4f4 6%);
	padding: 15px 0;
	margin: 35px 0 30px 0;
	font-weight: bold;
}
#features h3 .feature-text,#function h3 .function-text {
	font-size: 24px;
	padding-left: 90px;
}
#features h3 .number,#function h3 .number {
	position: relative;
	top:0px;
	font-size: 24px;
	padding-left: 3px;
}
#features h3 strong,#function h3 strong {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}
#features h3 strong::before,#function h3 strong::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17.3px;
	border-color: transparent transparent transparent #e51f09;
	padding-right: 20px;
}

#features figure,#function figure {
	text-align: center;
}
#features p,#function p {
	font-size: 16px;
	padding-top: 20px;
	text-align: center;
}
#function p {
	font-size: 20px;
	font-weight: bold;
}
#function ul {
	text-align: center;
	padding-top: 30px;
}
#function ul li {
	font-size: 16px;
	padding-left:1.5em;
}

#function ul li::before {
	content:'・';
	margin-left:-1.5em;
}

.blue {
	color: #01a6fb;
	font-weight: bold;
}
.red {
	color: #f00;
	font-weight: bold;
}
.yellow {
	color: #ffa800;
	font-weight: bold;
}


/*
	あきどこ活用モデル
----------------------------------------------------------------------------------------*/
#application > p {
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0 40px 40px;
}
#application h3 {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	background-color: #e6ca94;
	padding: 14px 0;
	font-size: 24px;
	font-weight: bold;
	line-height:1;
	position: relative;

}
#application h3 .case-title {
	display: block;
	font-size: 24px;
	padding-left: 40px;
	float: left;
}
#application h3 .number {
	font-size: 24px;
	padding-left: 3px;
}
#application h3 strong {
	flex:1 1 auto;
/*	display: block;*/
	text-align: center;
	font-size: 24px;
	display: inline-block;
	width: 100%;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}

#application ol li > p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
	padding: 10px 0;
}

#application figure{
	margin-bottom: 30px;
	text-align: center;
}

#application .check_list{
	width:900px;
	margin:0 0 40px 40px;
}

#application .check_list li{
	position: relative;
	margin-bottom:20px;
	padding-left:40px;
	font-size:16px;
	line-height: 1.6;
}

#application .check_list li::before {
	content: '';
	display: inline-block;
	position: absolute;
	left:0;
	background-image: url("/business/visual_solution/system/akidoko/img/icon_check.png");
	background-size: cover;
	width: 30px;
	height: 30px;
	margin-right:10px;
}

#application .other_application h3{
	display: block;
	margin-bottom:40px;
	background: #e8e8e8;
	text-align: center;
}

#application .other_application h4 {
	padding:0;
	font-size:20px;
	font-weight:bold;
}

#application .other_application figure{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:80px;
	padding:0;
}

#application .other_application figure img.left{
	width:450px;
}

#application .other_application figure img.right{
	width:515px;
}

#contact{
	margin-bottom:100px;
}

#contact h2{
	margin-bottom:30px;
	padding-bottom: 12px;
}

#contact h2 span{
	font-size:24px;
}

#contact .banner_wrap{
	position: relative;
}

#contact .banner_wrap .pc{
	width:980px;
	height:auto;
}

#contact .button_list{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	bottom:20px;
	left:50%;
	width: 948px;
	transform: translateX(-50%);
}

#contact .button_list .pdf_download_button{
	font-size:22px;
}

#contact .button_list .white_button{
	font-size:20px;
}

#contact .button_list li{
	flex:1 1 auto;
	position: relative;
}

#contact .button_list li a{
	width: 280px;
	height:70px;
}

#contact .button_list li a.pdf_download_button{
	width: 360px;
	/*height:94px;*/
}


#contact i.icon.calc{
	margin-left:90px;
	margin-right:10px;
}
#contact i.icon.mail{
	margin-left:20px;
	margin-right:10px;
}


.pc{}
.sp{display: none;}


#pc_pic_02_02{
	max-width:445px;
	height:auto;
}
#pc_pic_02_03{
	max-width:535px;
	height:auto;
}

#pc_pic_02_05{
	max-width:480px;
	height:auto;
}
#pc_pic_02_06{
	max-width:500px;
	height:auto;
}

#pc_pic_03_04{
	max-width:480px;
	height:auto;
}
#pc_pic_03_05{
	max-width:500px;
	height:auto;
}

#pc_pic_04_01{
	max-width:980px;
	height:auto;
}

#pc_pic_04_02{
	max-width:440px;
	height:auto;
}
#pc_pic_04_03{
	max-width:522px;
	height:auto;
}

#pc_pic_04_04{
	max-width:980px;
	height:auto;
}




@media screen and (max-width: 767px){

	#main{
		padding-top: 0;
	}

	#main img{
		width: 100%;
		height: auto;
	}

	a:hover {
		text-decoration: none;
		color: inherit;
		opacity: 0.7;
	}
	.flex-box {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
	}
	.clearfix::after {
		content: "";
		display: block;
		clear: both;
	}

	sup{
		font-size:10px;
		position: relative;
		top: -0.5em;
	}

	/*
	ボタン装飾
	----------------------------------------------------------------------------------------*/
	#main .pdf_download_button{
		justify-content: center;
		align-items: center;
		font-size: 18px;
	}

	#main .pdf_download_button::before{
		display: none;
	}

	#main .pdf_download_button::after{
		right: 8%;
	}

	#main .white_button{
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		height:100%;
		border: 1px solid #d3d3d3;
		border-radius: 3px;
		background: linear-gradient(#f7f7f7,#dddddd);
		font-size:18px;
		font-weight: bold;
		color:#313131;
	}

	#main .mainimg .button_list li:nth-of-type(2) a{
		font-size:18px;
	}

	#main .white_button::before{
		content: '';
		display: block;
		background-color: #c20037;
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 3px;
	}

	#main .white_button::after{
		content: '';
		display: inline-block;
		position: absolute;
		right:4%;
		top: 50%;
		width: 0;
		height: 0;
		margin-top:-8px;
		border-style: solid;
		border-width: 8px 0 8px 10px;
		border-color:  transparent transparent transparent #e51700;
	}

	#main .mainimg .button_list li:nth-of-type(2) a::after{
		right:4%;
	}

	#main .mainimg .button_list li:nth-of-type(2) i.icon.calc{
		margin-right:16px;
	}
	/* アイコン */
	i.icon{
		display: inline-block;
		margin-right:16px;
		background: transparent no-repeat 0 0;
		background-size:cover;
		font-style: normal;
	}

	i.icon.pdf{
		width: 60px;
		height: 64px;
		margin-right:14px;
		margin-left:16px;
		background-image:url('/business/visual_solution/system/akidoko/img/icon_pdf.png');
	}

	i.icon.calc{
		width: 16px;
		height: 22px;
		background-image:url('/business/visual_solution/system/akidoko/img/icon_calc.png');
	}

	i.icon.mail{
		width: 24px;
		height: 18px;
		background-image:url('/business/visual_solution/system/akidoko/img/icon_mail.png');
	}

	/*
		メインイメージ
	----------------------------------------------------------------------------------------*/
	.mainimg { background-color: #FEC068;}

	.mainimg .mainimg-inner{
		position: relative;
		width: 100%;
		margin:0 auto;
		text-align: center;
	}

	.mainimg img {
		width: 1200px;
		height: auto;
	}

	.mainimg .button_list{
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
		position: static;
		bottom:auto;
		right:auto;
		width: 90%;
		margin:0 auto 30px auto;
	}

	.mainimg .button_list li:nth-of-type(1),
	.mainimg .button_list li:nth-of-type(2),
	.mainimg .button_list li:nth-of-type(3){
		width: 100%;
		height:70px;
		margin-bottom:8px;
	}

	.mainimg .button_list li:nth-of-type(1){order:3;}
	.mainimg .button_list li:nth-of-type(2){order:2;}
	.mainimg .button_list li:nth-of-type(3){order:1;}



	#main .mainimg .button_list li:nth-of-type(3) a{
		justify-content: space-between;
		font-size:20px;
		padding-right:16%;
	}

	#main .mainimg .button_list li:nth-of-type(3) a::after{
		right:4%;
	}

	#main .mainimg .button_list li:nth-of-type(3) i.icon.pdf{
		width: 42px;
		height: 44px;
		margin-right:16px;
		margin-left:4%;
		background-image:url('/business/visual_solution/system/akidoko/img/icon_pdf.png');
	}

	/*
		メインコンテンツ
	----------------------------------------------------------------------------------------*/
	#page-main-content {
		max-width: 100%;
		margin: 0 auto;
	}

	#about-akidoko h2 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		padding: 30px 0 42px 0;
	}

	.merit {
		display: block;
		margin:-60px 0 30px 0;
	}

	.merit h3 {
		position: relative;
		top:70px;
		left:0;
		padding-left:8%;
		font-size: 18px;
		text-align: left;
		margin-bottom: 0;
		z-index: 3;
	}
	.merit h3 span {
		background-color: transparent;
		padding: 0;
	}
	.merit ol {
		width: 96%;
		position: relative;
		z-index: 2;
		margin:0 auto;
		padding: 90px 8% 220px 6%;
		background: white;
		border: 1px solid #2d387d;
		border-radius: 5px;
		color: #2d387d;
		font-size: 14px;
		font-weight: bold;
	}
	.merit ol li {padding-bottom: 0.5em;}
	.merit ol li:last-child {padding-bottom: 0;}
	.merit ol li::before{}
	.merit ol li:nth-child(1)::before {content: '1.';}
	.merit ol li:nth-child(2)::before {content: '2.';}
	.merit ol li:nth-child(3)::before {content: '3.';}

	.merit figure{
		position: relative;
		z-index: 4;
		right:auto;
		width: 50%;
		height:auto;
		margin:-200px auto 0 auto;
	}

	#about-akidoko p {
		text-align: left;
		font-size: 18px;
		font-weight: bold;
		margin:0 4%;
		padding: 24px 0 20px 24px;
		line-height: 1.6;
	}
	.check::before {
		content: '';
		display: inline-block;
		background-image: url("/business/visual_solution/system/akidoko/img/icon_check.png");
		background-size: cover;
		width: 18px;
		height: 18px;
		margin-left:-24px;
	}
	.anchor-links {
		display: flex;
		justify-content: space-between;
	}
	.anchor-links li {
		flex: 0 0 32%;
		border: 1px solid #d3d3d3;
		border-radius: 3px;
		background: linear-gradient(#f7f7f7,#dddddd);
	}
	.anchor-links li a {
		height:100%;
		color: #000;
		padding: 15px 0 25px 0;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.anchor-links li a::after {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 6px 0 6px;
		border-color: #e51700 transparent transparent transparent;
		position: absolute;
		right: 50%;
		top: auto;
		bottom: 10px;
		margin: 0 -6px 0 0;
	}
	.anchor-links li a::before {
		content: '';
		display: block;
		background-color: #c20037;
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 3px;
	}
	.anchor-links span {
		font-size:20px;
		padding-left: 0.2em;
	}

	.each-content h2 {
		border-left: 8px solid #e51e09;
		font-size: 16px;
		font-weight: bold;
		padding: 6px 0 6px 4%;
		margin-top: 4px;
	}
	.each-content h2 span {
		font-size: 28px;
		padding-left: 0.1em;
		letter-spacing: 0.05em;
	}
	.each-content {
		border-top: 2px solid #e51e09;
		margin: 30px auto 0 auto;
		width: 96%;
	}

	.each-content img{
		margin-bottom:20px;
	}

	/*
		あきどこ特長　あきどこ機能
	----------------------------------------------------------------------------------------*/
	#features h3,#function h3 {
		flex-flow:column wrap;
		position: relative;
		background: linear-gradient(to right,#e62b17 0%,#ed948b,#f4f4f4 6%);
		padding: 14px 0;
		margin: 20px 0 20px 0;
		font-weight: bold;
		text-align: center;
	}
	#features h3 .feature-text,#function h3 .function-text {
		display: block;
		font-size: 16px;
		padding-left:0;
		margin-right: 0;
		margin-bottom: 4px;
		text-align: center;
	}
	#features h3 .number,#function h3 .number {
		font-size: 18px;
		padding-left:0;
	}
	#features h3 strong,#function h3 strong {
		display: block;
		width: 100%;
		font-size: 16px;
		position: static;
		transform: none;
	}
	#features h3 strong::before,#function h3 strong::before {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 8px;
		border-color: transparent transparent transparent #e51f09;
		padding-right: 1%;
		transform: translateY(-2px);
	}

	#features figure,#function figure {
		text-align: center;
	}
	#features p,#function p {
		font-size: 14px;
		padding-top:0;
		padding-left:10px;
		margin-bottom: 20px;
		text-align: left;
	}
	#function p {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	#function ul {
		text-align: left;
		padding-top: 0;
	}
	#function ul li {
		font-size: 14px;
		padding-left:1.5em;
		margin-bottom:10px;
	}

	#function ul li::before {
		content:'・';
		margin-left:-1em;
	}
	.blue {
		color: #01a6fb;
		font-weight: bold;
	}
	.red {
		color: #f00;
		font-weight: bold;
	}
	.yellow {
		color: #ffa800;
		font-weight: bold;
	}


	/*
		あきどこ活用モデル
	----------------------------------------------------------------------------------------*/
	#application > p {
		font-size: 14px;
		font-weight: bold;
		padding: 20px 4% 20px 4%;
	}
	#application h3 {
		display: block;
		background-color: #e6ca94;
		padding: 12px 4%;
		font-size: 16px;
		font-weight: bold;
	}
	#application h3 .case-title {
		display: block;
		font-size: 14px;
		padding-left: 0;
		float: none;
		text-align: center;
	}
	#application h3 .number {
		font-size: 18px;
		padding-left: 3px;
	}
	#application h3 strong {
		display: block;
		text-align: center;
		font-size: 16px;
		width: 100%;
		font-size: 16px;
		position: static;
		transform: none;
	}

	#application ol li > p {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		margin: 10px 0;
		padding: 10px 0 20px 0;
	}

	#application figure{
		margin-bottom: 10px;
		text-align: center;
	}

	#application .check_list{
		width:100%;
		margin:0 auto;
	}

	#application .check_list li{
		margin-bottom: 14px;
		padding-left: 20px;
		font-size: 14px;
		line-height: 1.6;
	}

	#application .check_list li::before {
		width: 14px;
		height: 15px;
		margin-right: 6px;
		top: 3px;
	}

	#application .other_application h3{
		margin-bottom:20px;
		background: #e8e8e8;
		text-align: center;
	}

	#application .other_application h4 {
		padding:0 0 5px;
		font-size: 14px;
		font-weight:bold;
	}

	#application .other_application figure{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom:10px;
		padding:0 0;
	}

	#application .other_application figure img.left{
		width:100%;
	}

	#application .other_application figure img.right{
		width:100%;
	}

	#contact{
		margin-bottom:50px;
	}

	#contact h2{
		margin-bottom:10px;
		padding-bottom: 6px;
	}

	#contact h2 span{
		font-size: 24px;
	}

	#contact .banner_wrap{
		position: relative;
		background: #fec068;
	}

	#contact .banner_wrap img{
		margin-bottom:0;
	}

	#contact .button_list{
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
		position: static;
		bottom: auto;
		left: auto;
		width: 100%;
		transform: none;
		margin: 0 auto 0 auto;
		padding:0 4%;
		background: #fec068;
	}

	#contact .button_list li{
		flex: 0 0 100%;
		margin-bottom: 10px;
		position: relative;
	}

	#contact .button_list li a{
		width: 100%;
		height:70px;
	}

	#contact .button_list li a.pdf_download_button{
		justify-content: space-between;
		width: 100%;
		height:70px;
		padding-right:20%;
	}

	#contact .button_list li a.pdf_download_button::after{
		right:4%;
	}

	#contact i.icon.pdf {
		width: 30px;
		height: 32px;
	}

	#contact .button_list .pdf_download_button{
		font-size:18px;
	}

	#contact .button_list .white_button{
		font-size:18px;
	}

	#contact i.icon.calc,#contact i.icon.mail{
		margin-right:16px;
		margin-left:0;

	}
	.pc{display: none;}
	.sp{display: inline-block;}

}