@charset "utf-8";
.mv_bg{
	width: 100%;
	height: auto;
	display: block;
}
.mv_bg .mv{
	width: 100%;
	height: auto;
	background-image: url(../img/dl_casestudy/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}
@media only screen and (max-width: 767px){
	.mv_bg .mv{
		background-image: url(../img/dl_casestudy/eye01_sp.png);
		padding: 33px 0 24px;
	}
}
.mv_bg .mv .mv_01{
	width: 1180px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.mv_bg .mv .mv_01{
		width: 90%;
		max-width: 335px;
		flex-direction: column;
	}
}
.mv_bg .mv .mv_01 .mv_01_01{
	width: 590px;
	padding-left: 18px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.mv_bg .mv .mv_01 .mv_01_01{
		width: 100%;
		padding-left: 0;
		align-items: center;
	}
}

.mv_bg .mv .mv_01 .mv_01_01 .text01{
	font-size: 19px;
	line-height: 31px;
	color: #FF6E00;
	position: relative;
	padding: 0 15px 0 15px;
	margin-bottom: 11px;
	margin-top: 7px
}
@media only screen and (max-width: 767px) {
	.mv_bg .mv .mv_01 .mv_01_01 .text01{
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0.02em;
		padding: 0 17px 0 17px;
		margin-bottom: 4px;
		margin-top: 0px;
		text-align: center;
	}
}
.mv_bg .mv .mv_01 .mv_01_01 .text01::before {
	position: absolute;
  	left: 0;
  	top: 0;
  	content: "";
  	width: 2px;
  	height: 100%;
  	background: #FF6E00;
  	border-radius: 3px;
  	transform: rotate(-25deg);
}
.mv_bg .mv .mv_01 .mv_01_01 .text01::after {
	position: absolute;
  	right: 0;
  	top: 0;
  	content: "";
  	width: 2px;
  	height: 100%;
  	background: #FF6E00;
  	border-radius: 3px;
  	transform: rotate(25deg);
}
.mv_bg .mv .mv_01 .mv_01_01 h2{
	font-size: 27px;
	line-height: 37px;
	letter-spacing: 0.02em;
	color: #FF6E00;
	margin-bottom: 31px;
}
@media only screen and (max-width: 767px) {
	.mv_bg .mv .mv_01 .mv_01_01 h2{
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 13px;
		text-align: center;
	}
}
.mv_bg .mv .mv_01 .mv_01_01 h3{
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
	.mv_bg .mv .mv_01 .mv_01_01 h3{
		font-size: 23px;
		line-height: 33px;
		margin-bottom: 8px;
		text-align: center;
	}
}
.mv_bg .mv .mv_01 .mv_01_01 h3 span.text03{
	font-size: 50px;
	line-height: 60px;
	letter-spacing: 0.05em;
	margin-top: 11px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.mv_bg .mv .mv_01 .mv_01_01 h3 span.text03{
		font-size: 33px;
		line-height: 48px;
		margin-top: 0;
		letter-spacing: 0;
	}
}
.mv_bg .mv .mv_01 .mv_01_01 h3 span.text04{
	font-size: 22px;
	line-height: 32px;
	margin-top: 15px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.mv_bg .mv .mv_01 .mv_01_01 h3 span.text04{
		font-size: 15px;
		line-height: 25px;
		margin-top: 7px;
	}
}
.mv_bg .mv .mv_01 .mv_01_01 .text05{
	font-size: 16px;
	line-height: 32px;
}

.mv_bg .mv .mv_01 .mv_01_02{
	width: 590px;
	height: auto;
	display: block;
	padding-left: 11px;
}
@media only screen and (max-width: 767px) {
	.mv_bg .mv .mv_01 .mv_01_02{
		width: 100%;
		padding-left: 0;
	}
}
.mv_bg .mv .mv_01 .mv_01_02 img{
	width: 100%;
	height: auto;
	display: block;
}
.btn01{
	width: 380px;
	height: 75px;
	margin: -40px auto 0;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.018em;
	color: #ffffff;
	background-color: #FF6E02;
	border-radius: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px) {
	.btn01{
		width: 300px;
		height: 55px;
		margin: -24px auto 0;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 0;
	}
}
.btn01::after{
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 34px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.btn01::after{
		content: '';
		width: 7px;
		height: 7px;
		right: 23px;
	}
}
.mv_bg .text05{
	width: 100%;
	height: auto;
	display: block;
	font-size: 15px;
	line-height: 28px;
	text-align: left;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.mv_bg .text05{
		width: 90%;
		max-width: 335px;
		height: auto;
		display: block;
		font-size: 15px;
		line-height: 28px;
		text-align: left;
		margin: 30px auto 0;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	padding: 82px 0 80px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01{
		padding: 50px 0 40px;
	}
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding:0 58px 0 42px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 335px;
		padding: 0;
		flex-direction: column-reverse;
		text-align: left;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 591px;
	height: auto;
	display: block;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_01 h3{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h3{
		font-size: 20px;
		margin-bottom: 25px;
	}
	
}
.contents01 .contents01_01 .contents01_01_01 ul{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01 .contents01_01_01 ul li{
	padding-left: 40px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li{
		padding-left: 28px;
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li:last-child{
	margin-bottom: 19px;
	padding-left: 0;
}
.contents01 .contents01_01 .contents01_01_01 ul li .span01{
	background:linear-gradient(transparent 60%, #FFF500 60%);
}
.contents01 .contents01_01 .contents01_01_01 ul li::before{
	content:'';
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../img/dl_casestudy/check.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 5px;
	left: 0;
}
.contents01 .contents01_01 .contents01_01_01 ul li:last-child::before{
	content: none;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li::before{
		width: 21px;
		height: 21px;
		top: 5px;
		left: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li .span02{
	 vertical-align: super;
	 font-size: 8px; 
	 padding-right: 4px;
}
/*.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_02 .text06_01{
	font-size: 12px;
	line-height: 20px;
	margin-right: 6px;
	flex-shrink: 0;
}*/
.contents01 .contents01_01 .contents01_01_01 .text06{
	font-size: 12px;
	line-height: 20px;
	text-indent: -24px;
  	padding-left: 24px;
}
.contents01 .contents01_01 .contents01_01_01 .text06 span{
	margin-right: 6px;
}
.contents01 .contents01_01 .contents01_01_01 .text06 a{
	text-decoration: underline;
}
.btn02{
	margin: 40px auto 0;
	margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
	.btn02{
		margin: 40px auto 0;
	}
}

.contents01 .contents01_01 .contents01_01_02{
	width: 382px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		margin-bottom: 35px;
	}
}
.contents01 .contents01_01 .contents01_01_02 img{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .contents01_01_02 img:nth-of-type(3),
.contents01 .contents01_01 .contents01_01_02 img:nth-of-type(4){
	margin-top: 11px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 img:nth-of-type(3),
	.contents01 .contents01_01 .contents01_01_02 img:nth-of-type(4){
		margin-top: 10px;
	}
}


/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	padding: 70px 0;
	background-color: #F7F7F7;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02{
		padding: 40px 0;
		margin-bottom: 50px;
	}
}
.contents02 .contents02_01{
	width: 1180px;
	height: auto;
	padding:0 40px;
	text-align: center;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		max-width: 335px;
		padding: 0;
	}
}
.contents02 .contents02_01 h3{
	font-size: 28px;
	line-height: 46px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 h3{
		font-size: 22px;
		line-height: 35px;
		margin-bottom: 30px;
		text-align: left;
	}
}
.contents02 .contents02_01 h3 span{
	font-size: 20px;
	line-height: 30px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 h3 span{
		font-size: 17px;
		line-height: 30px;
		margin-top: 15px;
		display: block;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01{
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
}
.contents02 .contents02_01 .contents02_01_01 img{
	width: 500px;
	height: auto;
	margin-right: 60px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text07{
	width: auto;
	font-size: 15px;
	line-height: 28px;
	text-align: left;
}
.contents02 .contents02_01 .contents02_01_01 .text07 span{
	background:linear-gradient(transparent 60%, #FFF500 60%);
}





/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	padding: 60px 0 70px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03{
		padding: 0 0 20px;
	}
}
.contents03 .contents03_01{
	width: 800px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01{
		width: 90%;
		max-width: 335px;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 20px auto 0;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01:nth-of-type(1){
	margin-top: 0;
}
.
.contents03 .contents03_01 .contents03_01_01 ul{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 ul li{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 ul li:nth-of-type(1){
	border-top: 0;
}
.contents03 .contents03_01 .contents03_01_01 ul li h3{
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	background-color: #F7F7F7;
	/*padding: 16px 0 20px 25px;*/
	padding: 21px 63px 21px 25px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 ul li h3{
		padding: 12px 44px 12px 13px;
		font-size: 16px;

	}
}
.contents03 .contents03_01 .contents03_01_01 ul li h3::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	background-color: #000000;
	transition: all .3s ease-in-out;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 ul li h3::before{
		right: 13px;
		width: 18px;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul li h3::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	background-color: #000000;
	transition: all .2s ease-in-out;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 ul li h3::after{
		right: 13px;
		width: 18px;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul li h3.open::before{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.contents03 .contents03_01 .contents03_01_01 ul li h3.open::after{
	opacity: 0;
}
.contents03 .contents03_01 .contents03_01_01 ul li p{
	font-size: 15px;
	line-height: 28px;
	padding: 0 25px 0 25px;
	margin: 20px auto 0;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .contents03_01_01 ul li p{
		padding: 0;
	}
}
.contents03 .contents03_01 .contents03_01_01 ul li p a{
	text-decoration: underline;
}


/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	padding: 60px 0 70px;
	margin: 0 auto;
	display: block;
	background-color: #F7F7F7;
}
@media only screen and (max-width: 767px){
	.contents04{
		padding: 0 0 40px;
	}
}
.contents04 .contents04_01{
	width: 1180px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01{
		width: 90%;
		max-width: 335px;
		padding: 40px 0 0;
	}
}
.contents04 .contents04_01 h3{
	font-size: 28px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 h3{
		font-size: 22px;
		line-height: 35px;
		text-align: left;
		margin-bottom: 26px;
	}
}
.contents04 .contents04_01 .dl_form{
	width: 850px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	padding: 50px 70px;
	border-radius: 12px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .dl_form{
		width: 100%;
		height: auto;
		background-color: initial;
		padding: 0;
		border-radius: initial;
	}
}

/*.form関係のリセットここから*/
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
/*.form関係のリセットここから*/


/*.contents01ここから*/
.contents04 .contents04_01 .contents01_01_01{
	width: 100%;
	height: auto;
}

.contents04 .contents04_01 .contents01_01_01 table{
	margin: 0 auto 44px;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents01_01_01 table{
		margin: 0 auto 30px;
		background-color: #fff;
		border-radius: 8px;
		padding: 30px 15px;
		display: block;
	}
}
.contents04 .contents04_01 .contents01_01_01 table tr th{
	width: 135px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents01_01_01 table tr th{
		width: 100%;
		display: block;
	}
}
.contents04 .contents04_01 .contents01_01_01 table tr th .span01{
	width: 100%;
	min-height: 40px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents01_01_01 table tr th .span01{
		min-height: initial;
		font-size: 15px;
		line-height: 25px;
	}
}
.contents04 .contents04_01 .contents01_01_01 table tr:nth-of-type(1) th .span01{
	margin-top: 0;
}
.contents04 .contents04_01 .contents01_01_01 table tr th .span01 span{
	width: 10px;
	height: auto;
	color: #FF0000;
	font-size: 20px;
	line-height: 25px;
	display: inline-block;
}
.contents04 .contents04_01 .contents01_01_01 table tr td{
	width: auto;
	height: auto;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents01_01_01 table tr td{
		width: 100%;
		display: block;
	}
}
.contents04 .contents04_01 .contents01_01_01 table tr td .span02{
	width: 100%;
	min-height: 40px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 26px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents01_01_01 table tr td .span02{
		min-height: initial;
		margin-top: 8px;
	}
}
.contents04 .contents04_01 .contents01_01_01 table tr:nth-of-type(1) td .span02{
	margin-top: 0;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents01_01_01 table tr:nth-of-type(1) td .span02{
		margin-top: 8px;
	}
}
.contents04 .contents04_01 .contents01_01_01 table tr td .span02 input{
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 6px 13px;
	font-size: 15px;
	line-height: 26px;
	color: #1B1B1B;
	font-family: 'Noto_Sans_JP',
	sans-serif;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents01_01_01 table tr td .span02 input{
		width: 100%;
		height: auto;
		margin: 0;
		border: 1px solid #AAAAAA;
		border-radius: 3px;
		background-color: #ffffff;
		padding: 6px 13px;
		font-size: 14px;
		line-height: 25px;
		color: #1B1B1B;
		font-family: 'Noto_Sans_JP',
		sans-serif;
		font-weight: 500;
	}
}
.contents04 .contents04_01 .contents01_01_01 table tr td .span02 select{
	width: 229px;
	height: auto;
	margin: 0;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
	background-color: #ffffff;
	background-image: url(../img/reserve/icon01.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center right 16px;
	padding: 6px 40px 6px 13px;
	font-size: 15px;
	line-height: 26px;
	color: #1B1B1B;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents01_01_01 table tr td .span02 select{
		width: 100%;
	}

}
/*ボタン関係ここから*/
/*エラー表示文ここから*/
.contents04 .contents04_01 .contents01_01_01 table tr td .span02 .error{
	width: 100%;
	margin-top: 5px;
	font-size: 13px;
	line-height: 23px;
}
/*エラー表示文ここまで*/

/*独自カスタムここから*/
/*送信ボタン*/
.contents04 .contents04_01 div form .contents01_01_01 .send{
	width: 550px;
	height: 75px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #FF6E02;
	border-radius: 48px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 div form .contents01_01_01 .send{
		width: 100%;
	}
}
.contents04 .contents04_01 .contents01_01_01 .send button.sub{
	font-size: 18px;
	color: #fff;
	padding-left: 50px;
	width: 100%;
	height: 100%;
	border-radius: 48px;
	transition: all .5s;
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents01_01_01 .send button.sub{
		font-size: 15px;
		line-height: 24px;
		text-align: left;
		padding-left: 73px;
		padding-right: 24px;
		border-radius: 48px;
		transition: all .5s;
		position: relative;
	}
}
.contents04 .contents04_01 .contents01_01_01 .send button.sub::before{
	content:'';
	display: block;
	width: 31px;
	height: 26px;
	background-image: url(../img/dl_casestudy/icon01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 42px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .contents01_01_01 .send button.sub::before{
		content:'';
		display: block;
		width: 28px;
		height: 24px;
		left: 29px;
	}
}
.contents04 .contents04_01 .contents01_01_01 .send button.sub:hover{
	opacity: 0.8;
	transition: all .5s;
}


/*.contents05ここから*/
.contents05{
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	padding: 50px 0 60px;
	display: block;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}
@media only screen and (max-width: 767px){
	.contents05{
		margin-top: 50px;
		padding: 40px 0;
	}
}
.contents05 .contents05_01{
	width: 800px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents05 .contents05_01{
		width: 90%;
		max-width: 335px;
	}
}
.contents05 .contents05_01 img{
	width: 114px;
	height: auto;
	display: block;
	margin: 0 auto 28px;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 img{
		margin-bottom: 19px;
	}
}
.contents05 .contents05_01 h3{
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 h3{
		font-size: 16px;
		line-height: 32px;
		text-align: left;
	}
}
.contents05 .contents05_01 h3 span{
	font-size: 22px;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 h3 span{
		font-size: 18px;
	}
}
.contents05 .contents05_01 .contents05_01_01{
	width: 650px;
	height: auto;
	margin: 0 auto 55px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01{
		width: 100%;
		margin: 0 auto 50px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.contents05 .contents05_01 .contents05_01_01 .btn03{
	width: 300px;
	height: 75px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.018em;
	color: #ffffff;
	background-color: #FF6E02;
	border-radius: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .btn03{
		width: 300px;
		height: 55px;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 0.05em;
	}
	.contents05 .contents05_01 .contents05_01_01 .btn03:first-of-type{
		margin-bottom: 15px;
	}
}

.contents05 .contents05_01 .contents05_01_01 .btn03::after{
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 34px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .contents05_01_01 .btn03::after{
		right: 24px;
	}
}
.contents05 .contents05_01 .text08{
	font-size: 20px;
	line-height: 38px;
	text-align: left;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
	.contents05 .contents05_01 .text08{
		font-size: 16px;
		line-height: 32px;
	}
}
.contents05 .contents05_01 .text09{
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	text-indent: -18px;
  	padding-left: 18px;
}
.contents05 .contents05_01 .text09 span{
	margin-right: 6px;
}






