@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 h2 {
	box-sizing: border-box;
	width: 100%;
	height: 68px;
	padding: 0 28px;
	margin: 0 auto 25px;
	font-size: 26px;
	line-height: 36px;
	color: #ffffff;
	background-color: #191719;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 h2 {
		height: 62px;
		padding: 0 15px;
		margin: 0 auto 15px;
		font-size: 19px;
		line-height: 21px;
	}
}
.contents01 .contents01_01 .contents01_01_01 h2 img {
	width: 169px;
	height: auto;
	margin: 0 11px 0 0;
	display: block;
	flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 h2 img {
		width: 143px;
		margin: 0 9px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 {
		margin: 0 auto 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .slick_start{
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 img{
	width: 815px;
	height: auto;
	margin: 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 img{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-prev,
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-next{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	z-index: 1;
	transition: all .5s;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-prev,
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-next{
		width: 34px;
		height: 34px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-prev:hover,
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-next:hover{
	opacity: .8;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-prev{
	left: 14px;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-prev{
		left: -16px;
		right: auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-next{
	left: auto;
	right: 14px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-next{
		left: auto;
		right: -16px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-prev::before {
	content: '';
	width: 12px;
	height: 12px;
	margin: 0 0 0 6px;
	display: block;
	border-top: 3px solid #BCB7BC;
	border-left: 3px solid #BCB7BC;
	background: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-prev::before{
		width: 9px;
		height: 9px;
		margin: 0 0 0 4px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-next::before{
	content: '';
	width: 12px;
	height: 12px;
	margin: 0 6px 0 0;
	display: block;
	border-bottom: 3px solid #BCB7BC;
	border-right: 3px solid #BCB7BC;
	background: none;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-next::before{
		width: 9px;
		height: 9px;
		margin: 0 4px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-dots{
	width: 100px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: auto;
	bottom: 22px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-dots{
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-dots li{
	width: 9px;
	height: 9px;
	margin: 0 calc(11px / 2);
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-dots li:first-of-type{
	margin-left: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-dots li:last-of-type{
	margin-right: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-dots li button{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-dots li button::before{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	display: block;
	font-family: none;
	font-size: 0;
	line-height: 0;
	position: static;
	background: none;
	background-color: #FFFFFF;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .slick-dots .slick-active button::before{
	background-color: #646464;
}
.contents01 .contents01_01 .contents01_01_01 h3 {
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	font-size: 28px;
	line-height: 38px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 h3 {
		font-size: 23px;
		line-height: 33px;
	}
}
.contents01 .contents01_01 .contents01_01_01 p {
	width: 100%;
	height: auto;
	margin: 0 auto 26px;
	font-size: 15px;
	line-height: 27px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 p {
		margin: 0 auto 15px;
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto 36px;
	border: 1px solid #909090;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02{
		margin: 0 auto 26px;
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table{
	width: 50%;
	height: auto;
	margin: 0;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table:nth-of-type(1){
	border-right: 1px solid #909090;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table:nth-of-type(1){
		border-right: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table tr{
	border-top: 1px solid #909090;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table tr:nth-of-type(1){
	border-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table:nth-of-type(2) tr:nth-of-type(1){
		border-top: 1px solid #909090;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table tr th {
	width: 160px;
	padding: 8px 5px 8px 22px;
	font-size: 14px;
	line-height: 24px;
	background-color: #F4F4F4;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table tr th {
		width: 50%;
		padding: 8px 5px 8px 18px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table tr td {
	width: auto;
	padding: 8px 5px 8px 22px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 table tr td {
		width: 50%;
		padding: 8px 5px 8px 18px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_05{
	width: 100%;
	height: auto;
	margin: 0 auto 23px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_05{
		margin: 0 auto 28px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_05 .contents01_01_01_05_01{
	width: auto;
	height: auto;
	margin: 0 auto;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_05 .contents01_01_01_05_01{
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_05 .contents01_01_01_05_01::after {
	content: '';
	width: 0;
	height: 0;
	margin: 0 0 0 5px;
	border-style: solid;
	border-width: 11.4px 6.55px 0 6.55px;
	border-color: #191719 transparent transparent transparent;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_05 .contents01_01_01_05_01::after {
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_05 .contents01_01_01_05_01 span{
	width: auto;
	height: auto;
	margin: 0 7px 0 0;
	font-size: 15px;
	line-height: 25px;
	color: #C64018;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_05 .contents01_01_01_05_01 span{
		margin: 0;
		line-height: 23px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_05 .contents01_01_01_05_01 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_05 .contents01_01_01_05_01 a{
		margin: 0 0 10px;
		line-height: 23px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_06{
	width: 100%;
	height: auto;
	margin: 0 auto 23px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_06{
		margin: 0 auto 28px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_06 .text01{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 25px;
	line-height: 35px;
	color: #C9241F;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_06 .text01{
		font-size: 22px;
		line-height: 32px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03{
	width: 100%;
	height: auto;
	margin: 0 auto 49px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03{
		margin: 0 auto 28px;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03 .btn {
	width: 295px;
	height: 64px;
	margin: 0;
	border-radius: calc(64px/2);
	font-size: 17px;
	line-height: 27px;
	color: #ffffff;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03 .btn {
		width: 100%;
		max-width: 320px;
		height: 66px;
		border-radius: calc(66px/2);
		text-align: center;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03 .btn:nth-of-type(1) {
	background-color: #057390;
	background-image: url(../img/aun200/item02.svg);
	background-size: 19px auto;
	background-position: center right 27px;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03 .btn:nth-of-type(2) {
	margin-left: 30px;
	background-color: #C64018;
	background-image: url(../img/aun200/item03.svg);
	background-size: 21px auto;
	background-position: center right 30px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03 .btn:nth-of-type(1) {
	}
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_03 .btn:nth-of-type(2) {
		margin: 15px 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 40px 46px;
	margin: 26px auto 0;
	background-color: #EDEDED;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04{
		padding: 33px 16px 29px;
		margin: 26px auto 0;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 img{
	width: 207px;
	height: auto;
	margin: 0 41px 0 0;
	display: block;
	flex-shrink: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 img{
		width: 100%;
		max-width: 165px;
		margin: 0 0 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01{
		width: 100%;
		margin: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 h3 {
	width: 100%;
	height: auto;
	margin: 0 auto 11px;
	font-size: 22px;
	line-height: 32px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 h3 {
		margin: 0 auto 9px;
		font-size: 19px;
		line-height: 27px;
		text-align: center;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 p {
	width: 100%;
	height: auto;
	margin: 0 auto 17px;
	font-size: 13px;
	line-height: 21px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 p {
		margin: 0 auto 13px;
		font-size: 13px;
		line-height: 21px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 .contents01_01_01_04_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 .contents01_01_01_04_01_01{
		justify-content: center;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 .contents01_01_01_04_01_01 .btn {
	width: 210px;
	height: 49px;
	margin: 0;
	border-radius: calc(49px/2);
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 .contents01_01_01_04_01_01 .btn {
		width: 100%;
		max-width: 210px;
		height: 49px;
		border-radius: calc(49px/2);
		text-align: center;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 .contents01_01_01_04_01_01 .btn:nth-of-type(1) {
	background-color: #436872;
	background-image: url(../img/aun200/item04.svg);
	background-size: 15px auto;
	background-position: center right 20px;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 .contents01_01_01_04_01_01 .btn:nth-of-type(2) {
	margin-left: 15px;
	background-color: #057390;
	background-image: url(../img/aun200/item05.svg);
	background-size: 15px auto;
	background-position: center right 22px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_04 .contents01_01_01_04_01 .contents01_01_01_04_01_01 .btn:nth-of-type(2) {
		margin: 13px 0 0;
	}
}
/*.contents01ここまで*/