@charset "utf-8";
/* CSS Document */

*{
	font-style: normal;
}


/*ホーム：ABOUT*/

#home_about {
	width:70%;
	margin:0 auto 150px;
}

#home_about section{
	display:flex;
	justify-content: space-between;
}

#home_about section div{
	width:48%;
}

#home_about section div figure{
	margin-bottom: 20px;
}

#home_about section div figure img{
	border-radius: 20px;
}

#home_about section div p{
	font-size:16px;
	line-height:27px;
	padding:0 80px;
	box-sizing: border-box;
}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	#home_about {
	width:80%;}
	#home_about section div figure img{
	border-radius: 15px;}
	#home_about section div p{
	font-size:15px;
	line-height:24px;
	padding:0 10px;}}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	#home_about {
	width:80%;}
	#home_about section div figure img{
	border-radius: 10px;}
	#home_about section div p{
	font-size:13px;
	line-height:22px;
	padding:0 10px;}
}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	#home_about {
	width:80%;}
	#home_about section div figure img{
	border-radius: 10px;}
	#home_about section div p{
	font-size:12px;
	line-height:20px;
	padding:0 6px;}
}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	#home_about {
	width:80%;}
	#home_about section{
	display:inherit;}
	#home_about section div{
	width:100%;}
	#home_about section div:first-child{margin-bottom: 50px;
	}
	#home_about section div figure img{
	border-radius: 10px;}
	#home_about section div p{
	font-size:12px;
	line-height:20px;
	padding:0 10px;}
}





/*ホーム：SERVICE*/
#home_service section {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#home_service section div {
	width: 24%;
	height: 350px;
	border-radius: 20px;
	background-size: cover;
	background-position: center center;
}
#home_service section div a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	font-size: 20px;
	line-height: 32px;
	border-radius: 20px;
}
#home_service section div ul {
	box-sizing: border-box;
	padding: 24px 0 0 24px;
	list-style: none;
	opacity: 0;
}
#home_service section div a:hover ul {
	opacity: 100;
	transition: 0.7s;
}
#home_service section div a:hover {
	background: rgba(0,0,0,0.5);
	transition: 0.7s;
}
.home_service_bg1 {background: url("../images/home_service1.png");}
.home_service_bg2 {background: url("../images/home_service2.png");}
.home_service_bg3 {background: url("../images/home_service3.png");}
.home_service_bg4 {background: url("../images/home_service4.png");}

/* Extra large devices (large desktops, 1200px and up) */
/*PC / iPadPro横*/
/*iPadPro横まで*/
@media screen and (max-width: 1367px) {
	#home_service section {width: 1200px;}
	#home_service section div {
		height: 300px;}
	#home_service section div ul {
	padding: 24px 0 0 24px;
	box-sizing: border-box;
	opacity: 100;
}
	#home_service section div a {
        text-shadow: 
            black 2px 2px 20px, black -2px 2px 20px,
            black 2px -2px 20px, black -2px -2px 20px;
    }
}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	#home_service section {width: 60%; flex-wrap: wrap;}
	#home_service section div {width:48%;}
	#home_service section div:nth-child(1){margin-bottom: 30px;}
}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	#home_service section {width:80%; flex-wrap: wrap;}
	#home_service section div {width:48%;}
	#home_service section div:nth-child(1){margin-bottom: 30px;}
}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	#home_service section {width:70%; flex-wrap: wrap;}
	#home_service section div {width:48%;}
	#home_service section div:nth-child(1){margin-bottom: 30px;}
	#home_service section div a {
	font-size: 14px;
	line-height: 24px;}
}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	#home_service section {width:60%; display:block; justify-content: center; /*flex-wrap:nowrap;*/}
	#home_service section div {
	width:100%;
	height: 260px;
	border-radius: 20px;}
	#home_service section div:nth-child(1){margin-bottom: 30px;}
	#home_service section div:nth-child(2){margin-bottom: 30px;}
	#home_service section div:nth-child(3){margin-bottom: 30px;}
	#home_service section div a {
	font-size: 14px;
	line-height: 24px;}
}



/*-----------------発表会ページ-------------------------*/


/*業務内容*/

.service_header{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.service_header2{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.service_header3{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.service_header4{
	display:flex;
	justify-content: space-between;
	align-items: center;
}

.service_header figure{
	width:70%;
	height:510px;
	background-image:url("../images/recital_service.jpg");
	background-size:cover;
	background-position:center center;
	position:relative;
}

.service_header2 figure{
	width:70%;
	height:510px;
	background-image:url("../images/prvideo_service.jpg");
	background-size:cover;
	background-position:center center;
	position:relative;
}

.service_header3 figure{
	width:70%;
	height:510px;
	background-image:url("../images/drone_service.jpg");
	background-size:cover;
	background-position:center center;
	position:relative;
}

.service_header4 figure{
	width:70%;
	height:510px;
	background-image:url("../images/photo_service.jpg");
	background-size:cover;
	background-position:center center;
	position:relative;
}

.service_header figure h4{
	width:520px;
	position:absolute;
	bottom:50px;
	left:50px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.7));
}

.service_header2 figure h4{
	width:520px;
	position:absolute;
	bottom:50px;
	left:50px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.7));
}

.service_header3 figure h4{
	width:520px;
	position:absolute;
	bottom:50px;
	left:50px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.7));
}

.service_header4 figure h4{
	width:520px;
	position:absolute;
	bottom:50px;
	left:50px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.7));
}

.service_header figure ul{
	color:#FFF;
	font-size:28px;
	line-height:40px;
	position: absolute;
	bottom:40px;
	right:40px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.7));
}

.service_header2 figure ul{
	color:#000;
	font-size:28px;
	line-height:40px;
	position: absolute;
	bottom:40px;
	right:40px;
	filter: drop-shadow(0px 0px 5px rgba(255,255,255,1))drop-shadow(0px 0px 5px rgba(255,255,255,1));
}

.service_header3 figure ul{
	color:#000;
	font-size:28px;
	line-height:40px;
	position: absolute;
	bottom:40px;
	right:40px;
	filter: drop-shadow(0px 0px 10px rgba(255,255,255,.7));
}

.service_header4 figure ul{
	color:#FFF;
	font-size:28px;
	line-height:40px;
	position: absolute;
	bottom:40px;
	right:40px;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.7));
}

.service_header div{
	font-size:22px;
	line-height:35px;
}

.service_header2 div{
	font-size:22px;
	line-height:35px;
}

.service_header3 div{
	font-size:22px;
	line-height:35px;
}

.service_header4 div{
	font-size:22px;
	line-height:35px;
}

/*発表会レスポンシブ*/

/* Extra large devices (large desktops, 1200px and up) */
/*PC / iPadPro横*/
/*iPadPro横まで*/
@media screen and (max-width: 1366px) {
	.service_header figure h4{
	width:450px;
	bottom:40px;
	left:40px;}
.service_header figure ul{
	font-size:24px;
	line-height:36px;
	bottom:35px;
	right:45px;}
.service_header div{
	font-size:20px;
	line-height:32px;
}}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	.service_header{
		display:inherit;}
	.service_header figure{
		width:100%;
		height:420px;
		margin-bottom: 20px;}
	.service_header figure h4{
		width:450px;
		bottom:45px;
		left:45px;}
	.service_header figure ul{
		font-size:28px;
		line-height:40px;
		bottom:40px;
		right:45px;}
	.service_header div{
		width:75%;
		margin:0 auto;
		font-size:18px;
		line-height:26px;}
	.service_header div br{
		display: none;
}}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.service_header figure{
		height:320px;}
	.service_header figure h4{
		width:330px;
		bottom:35px;
		left:35px;}
	.service_header figure ul{
		font-size:18px;
		line-height:26px;
		bottom:30px;
		right:35px;}
	.service_header div{
		font-size:16px;
		line-height:24px;}}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	.service_header figure{
		height:300px;}
	.service_header figure h4{
		width:310px;
		bottom:30px;
		left:30px;}
	.service_header figure ul{
		font-size:16px;
		line-height:24px;
		bottom:30px;
		right:30px;}
	.service_header div{
		font-size:14px;
		line-height:22px;}}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	.service_header figure{
		height:300px;}
	.service_header figure h4{
		width:250px!important;
		bottom:20px;
		right: 10px;}
	.service_header figure ul{
		font-size:16px;
		line-height:24px;
		top:20px;
		left:18px;}
	.service_header div{
		width: 100%;
		font-size:12px;
		line-height:20px;}}


/*企業ビデオレスポンシブ*/

/*PC / iPadPro横*/
/*iPadPro横まで*/
@media screen and (max-width: 1366px) {
	.service_header2 figure h4{
	width:450px;
	bottom:40px;
	left:40px;}
.service_header2 figure ul{
	font-size:24px;
	line-height:36px;
	bottom:35px;
	right:45px;}
.service_header2 div{
	font-size:20px;
	line-height:32px;
}}

/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	.service_header2{
		display:inherit;}
	.service_header2 figure{
		width:100%;
		height:420px;
		margin-bottom: 20px;}
	.service_header2 figure h4{
		width:450px;
		bottom:45px;
		left:45px;}
	.service_header2 figure ul{
		font-size:28px;
		line-height:40px;
		bottom:40px;
		right:45px;}
	.service_header2 div{
		width:75%;
		margin:0 auto;
		font-size:18px;
		line-height:26px;}
	.service_header2 div br{
		display: none;
}}

/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.service_header2 figure{
		height:320px;}
	.service_header2 figure h4{
		width:330px;
		bottom:35px;
		left:35px;}
	.service_header2 figure ul{
		font-size:18px;
		line-height:26px;
		bottom:30px;
		right:35px;}
	.service_header2 div{
		font-size:16px;
		line-height:24px;}}

/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	.service_header2 figure{
		height:300px;}
	.service_header2 figure h4{
		width:310px;
		bottom:30px;
		left:30px;}
	.service_header2 figure ul{
		font-size:16px;
		line-height:24px;
		bottom:30px;
		right:30px;}
	.service_header2 div{
		font-size:14px;
		line-height:22px;}}

/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	.service_header2 figure{
		height:300px;}
	.service_header2 figure h4{
		width:250px;
		bottom:20px;
		right: 10px;}
	.service_header2 figure ul{
		font-size:16px;
		line-height:24px;
		top:20px;
		left:18px;}
	.service_header2 div{
		width: 100%;
		font-size:12px;
		line-height:20px;}}


/*ドローン撮影レスポンシブ*/


/*PC / iPadPro横*/
/*iPadPro横まで*/
@media screen and (max-width: 1366px) {
	.service_header3 figure h4{
	width:450px;
	bottom:40px;
	left:40px;}
.service_header3 figure ul{
	font-size:24px;
	line-height:36px;
	bottom:35px;
	right:45px;}
.service_header3 div{
	font-size:20px;
	line-height:32px;
}}

/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	.service_header3{
		display:inherit;}
	.service_header3 figure{
		width:100%;
		height:420px;
		margin-bottom: 20px;}
	.service_header3 figure h4{
		width:450px;
		bottom:45px;
		left:45px;}
	.service_header3 figure ul{
		font-size:28px;
		line-height:40px;
		bottom:40px;
		right:45px;}
	.service_header3 div{
		width:75%;
		margin:0 auto;
		font-size:18px;
		line-height:26px;}
	.service_header3 div br{
		display: none;
}}

/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.service_header3 figure{
		height:320px;}
	.service_header3 figure h4{
		width:330px;
		bottom:35px;
		left:35px;}
	.service_header3 figure ul{
		font-size:18px;
		line-height:26px;
		bottom:30px;
		right:35px;}
	.service_header3 div{
		font-size:16px;
		line-height:24px;}}

/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	.service_header3 figure{
		height:300px;}
	.service_header3 figure h4{
		width:310px;
		bottom:30px;
		left:30px;}
	.service_header3 figure ul{
		font-size:16px;
		line-height:24px;
		bottom:30px;
		right:30px;}
	.service_header3 div{
		font-size:14px;
		line-height:22px;}}

/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	.service_header3 figure{
		height:300px;}
	.service_header3 figure h4{
		width:250px;
		bottom:20px;
		right: 10px;}
	.service_header3 figure ul{
		font-size:16px;
		line-height:24px;
		top:20px;
		left:18px;}
	.service_header3 div{
		width: 100%;
		font-size:12px;
		line-height:20px;}}


/*写真撮影レスポンシブ*/

/* Extra large devices (large desktops, 1200px and up) */
/*PC / iPadPro横*/
/*iPadPro横まで*/
@media screen and (max-width: 1366px) {
	.service_header4 figure h4{
	width:450px;
	bottom:40px;
	left:40px;}
.service_header4 figure ul{
	font-size:24px;
	line-height:36px;
	bottom:35px;
	right:45px;}
.service_header4 div{
	font-size:20px;
	line-height:32px;
}}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	.service_header4{
		display:inherit;}
	.service_header4 figure{
		width:100%;
		height:420px;
		margin-bottom: 20px;}
	.service_header4 figure h4{
		width:450px;
		bottom:45px;
		left:45px;}
	.service_header4 figure ul{
		font-size:28px;
		line-height:40px;
		bottom:40px;
		right:45px;}
	.service_header4 div{
		width:75%;
		margin:0 auto;
		font-size:18px;
		line-height:26px;}
	.service_header4 div br{
		display: none;
}}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.service_header4 figure{
		height:320px;}
	.service_header4 figure h4{
		width:330px;
		bottom:35px;
		left:35px;}
	.service_header4 figure ul{
		font-size:18px;
		line-height:26px;
		bottom:30px;
		right:35px;}
	.service_header4 div{
		font-size:16px;
		line-height:24px;}}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	.service_header4 figure{
		height:300px;}
	.service_header figure h4{
		width:310px;
		bottom:30px;
		left:30px;}
	.service_header4 figure ul{
		font-size:16px;
		line-height:24px;
		bottom:30px;
		right:30px;}
	.service_header4 div{
		font-size:14px;
		line-height:22px;}}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	.service_header4 figure{
		height:300px;}
	.service_header4 figure h4{
		width:250px;
		bottom:20px;
		right: 10px;}
	.service_header4 figure ul{
		font-size:16px;
		line-height:24px;
		top:20px;
		left:18px;}
	.service_header4 div{
		width: 100%;
		font-size:12px;
		line-height:20px;}}



/*料金表*/

.service_price figure{
	width:1000px;
	margin:0 auto 40px;
}

.service_price h4{
	text-align: center;
	font-size: 36px;
	line-height: 56px;
	color: #B33530;
}

.service_price h4 span{
	font-size:44px;
	font-weight: 600;
}

.service_price{
	margin-bottom: 80px;
}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	.service_price figure{width:800px;}
}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.service_price figure{width:600px;}
	.service_price h4{font-size: 20px; line-height: 40px;}
	.service_price h4 span{font-size:30px;}
	.service_price{margin-bottom: 50px;}
}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	.service_price figure{width:500px; margin:0 auto 20px;}
	.service_price h4{font-size: 18px; line-height: 30px;}
	.service_price h4 span{font-size:24px;}
}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	.service_price figure{width:310px; margin:0 auto 18px;}
	.service_price h4{font-size: 12px; line-height: 22px;}
	.service_price h4 span{font-size:16px;}
}


.service_priceset{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service_priceset div{
	display: flex;
	justify-content: space-between;
	width:1200px;
	margin:0 auto 50px;
}

.service_priceset div figure{
	width:15%;
}

.service_priceset div figure p{
	text-align: center;
	font-size:13px;
	line-height: 18px;
	padding-top: 10px;
}

.service_priceset ul li{
	font-size:18px;
	line-height: 26px;
}

.service_priceset h5{
	display: none;
}

.service_priceset_br2{
	display: none;
}


/*写真撮影料金表セット*/

.service_priceset_photo{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service_priceset_photo div{
	display: flex;
	justify-content: space-between;
	width:800px;
	margin:0 auto 50px;
}

.service_priceset_photo div figure{
	width:20%;
}

.service_priceset_photo div figure p{
	text-align: center;
	font-size:13px;
	line-height: 18px;
	padding-top: 10px;
}

.service_priceset_photo ul li{
	font-size:18px;
	line-height: 26px;
}

.service_priceset_photo h5{
	display: none;
}




/* Extra large devices (large desktops, 1200px and up) */
/*PC / iPadPro横*/
/*iPadPro横まで*/
@media screen and (max-width: 1366px) {}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	.service_priceset div{width:100%; 
	margin:0 auto 10px;}
	.service_priceset div figure p{display:none;}
	.service_priceset h5{display: inherit; width:80%; margin-bottom: 30px; font-size:13px;}
	.service_priceset ul{width:80%;}
	.service_priceset_br{display: none;}
}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.service_priceset ul li{font-size:13px; line-height: 22px;}
	.service_priceset h5{font-size:11px; line-height: 18px;}
	.service_priceset_br{display: inherit;}
}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
    .service_priceset div {flex-wrap: wrap;}
    .service_priceset div figure {width: 30%;}
	.service_priceset div figure:first-child{margin-bottom: 10px;}
	.service_priceset h5{width:auto; text-align: center; font-size:10px; line-height: 13px;}
	.service_priceset ul{width:100%;}
	.service_priceset ul li{font-size:12px; line-height: 18px;}
	.service_priceset_br2{display: inherit;}
}


/*写真撮影料金セットレスポンシブ*/

/*PC / iPadPro横*/
/*iPadPro横まで*/
@media screen and (max-width: 1366px) {}

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	.service_priceset_photo div{width:80%; margin:0 auto 10px;}
	.service_priceset_photo div figure{width:22%;}
	.service_priceset_photo div figure p{display:none;}
	.service_priceset_photo h5{display: inherit; width:80%; margin-bottom: 30px; font-size:13px;}
	.service_priceset_photo ul{width:80%;}
	.service_priceset_br{display: none;}
}

/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.service_priceset_photo ul li{font-size:13px; line-height: 22px;}
	.service_priceset_photo h5{font-size:11px; line-height: 18px;}
	.service_priceset_br{display: inherit;}
}

/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {}

/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
    .service_priceset_photo div {width:100%;}
    .service_priceset_photo div figure {width: 23%;}
	.service_priceset_photo div figure:first-child{margin-bottom: 10px;}
	.service_priceset_photo h5{width:auto; text-align: center; font-size:10px; line-height: 13px;}
	.service_priceset_photo ul{width:100%;}
	.service_priceset_photo ul li{font-size:12px; line-height: 18px;}
	.service_priceset_br2{display: inherit;}
}




/*オプション*/

.service_cont_detail {
    width: 1200px;
    margin: 0 auto 50px;
    background-color: #FFF;
    border-radius: 20px;
    display: flex;
}

.service_cont_detail:nth-child(even){
	flex-flow: row-reverse;
}

.service_cont_detail:last-child {
    margin: 0 auto;
}
.service_cont_detail div ,.service_cont_detail figure {
    width: 50%;
    box-sizing: border-box;
    padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.service_cont_detail div h4{
	text-align: center;
	color:#A14748;
	font-size: 24px;
	margin-bottom: 30px;
}

.service_cont_detail div h5 {
    display: none;
}

.service_cont_detail div p{
	font-size: 14px;
	line-height: 20px;
}


/*オプションのレスポンシブ*/

/* Large devices (desktops, 992px and up) */
/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
	.service_cont_detail {width: 100%;}
}

/* Medium devices (tablets, 768px and up) */
/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
	.service_cont_detail div {
    width: 58%; padding: 30px;}
	.service_cont_detail figure{
	width:42%; padding: 30px;}
}

/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
	.service_cont_detail div {
    width: 57%;}
	.service_cont_detail figure{
	width:43%;}
	.service_cont_detail div h4{
	font-size: 16px;
	margin-bottom: 15px;}
	.service_cont_detail div p{
	font-size: 11px;
	line-height: 16px;}
}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
	.service_cont_detail div {width: 100%}
	.service_cont_detail figure{display: none;}
	.service_cont_detail div h5{
		display: inherit;
		width:70%;
		margin: 0 auto 40px;
		align-items: flex-start;}
	.service_cont_detail div h4{
	font-size: 20px;
	margin-bottom: 40px;}
}




/*お問い合わせヘッダ部*/

.contact_header {
	display: flex;
	justify-content: center;
}

.contact_header div p{
	margin-bottom: 30px;
}

.contact_header div h4{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}


/* Small devices (landscape phones, 576px and up) */
/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
.contact_header div p{font-size:12px; margin-bottom: 30px;}
.contact_header div h4{font-size: 26px;}
}

/* Extra small devices (portrait phones, less than 576px) */
/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
.contact_header div p{margin-bottom: 20px;}
.contact_header div h4{font-size: 24px;}
}


/*お問い合わせフォーム部*/

.form_ue{
	margin-top: -100px;
}

.contact_form {
	margin:0 auto;
	border-top: solid 1px #CCC;
	font-size: 14px;
}

.contact_form tr{
	border-bottom: solid 1px #CCC;
}

.contact_form th{
	background-color: #A14748;
	text-align: left;
	vertical-align: middle;
	padding:15px 100px 15px 30px;
	color: #FFF;
}

.contact_form td{
	padding:15px 20px;
}

.contact_form input{
	font-size: 16px;
	padding:5px;
}

.contact_form_hissu{
	background-image: url("../images/contact_hissu.svg");
	background-repeat: no-repeat;
	background-size:40px;
	background-position:right 10% center;
	position:relative;
}

.input_size1 {
	width:200px;
}

.input_size2{
	width:500px;
}

.input_size3{
	width:500px;
	height:300px;
	resize: none;
	font-size: 16px;
	line-height: 25px;
}

.submit_button {
	display:block;
	padding: 10px 20px;
	margin:50px auto 0;
	background-color: #A14748;
	color: #FFF;
	font-size: 16px;
	border: 2px solid #A14748;
	transition: .3s;
}

.submit_button:hover{
	color:#A14748;
	background:#FFF;
}

/*iPadPro縦 / iPad横*/
@media screen and (max-width: 1199px) {
.form_ue{margin-top: -50px;}
}

/*iPad縦 / iPhoneX横*/
@media screen and (max-width: 991px) {
.contact_form {font-size: 14px;}
.contact_form th{padding:15px 50px 15px 20px;}
.contact_form td{padding:15px 20px;}
.contact_form input{font-size: 16px; padding:5px;}
.input_size1 {width:200px;}
.input_size2{width:380px;}
.input_size3{width:380px;
			height:200px;
			font-size: 16px;
			line-height: 25px;}
	.contact_form_hissu{
	background-size:40px;
	background-position: right 10% center;
}
}

/*iPhoine6.7.8Plus横 / iPhoine6.7.8横*/
@media screen and (max-width: 767px) {
.form_ue{margin-top: -30px;}
.contact_form {font-size: 12px;}
.contact_form th{padding:15px 60px 15px 15px;}
.contact_form input{font-size: 12px; padding:5px;}
.input_size2{width:300px;}
.input_size3{width:300px;
			font-size: 14px;
			line-height: 22px;}
.submit_button {padding: 10px 20px;
				margin:20px auto 0;
				font-size: 14px;}
	.contact_form_hissu{
	background-size:30px;
	background-position: right 10% center;
}
}

/*iPhoneX縦 / iPhoine6.7.8Plus縦 / iPhoine6.7.8縦 / iPhone5.SE縦横*/
@media screen and (max-width: 575px) {
.form_ue{margin-top: -30px;}
.contact_form tr{display:block;}
.contact_form th{display: block; padding:10px 50px 15px 20px;}
.input_size1 {width:200px;}
.input_size2{width:250px;}
.input_size3{width:250px;
			height:200px;}
	.contact_form_hissu{
	background-size:40px;
	background-position: right 10% center;
}
}