@charset "utf-8";


/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.blue {
	color: #0e5c97;
}
.white {
	color: #fff;
}
.orange {
	color: #fb9006;
}
.area {
	padding: 70px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.ttl01 {
	text-align: center;
	margin: 0 0 40px;
	line-height: 1.3;
	font-weight: 700;
	font-size: 210%;
}
.contact {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		margin: 0 0 30px;
		font-size: 140%;
	}
	.contact {
		flex-flow: column;
	}
	.contact li {
		width: 100%;
		height: 100%;
	}
}


/* header
-------------------------------------------------------*/
#header {
	box-sizing: border-box;
	padding: 15px;
}
#header .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}
#header .txt {
	font-size: 70%;
	line-height: 1.3;
	margin: 0 0 10px;
}
#header .logo img {
    max-width: 292px;
}
#header .contact {
	flex-flow: row nowrap;
	justify-content: flex-end;
}
#header .contact li {
	padding-left: 20px;
}
#header .contact .tel a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
#header .contact .tel a .icon {
	margin: 0 10px 0 0;
}
#header .contact .tel a .icon img {
	max-width: 68px;
	min-width: 50px;
}
#header .contact .tel a .time {
	font-size: 65%;
	margin: 0 0 5px;
}
#header .contact .tel a .num {
	font-weight: 700;
	font-size: 170%;
	margin: 0 0 5px;
}
#header .contact .tel a .com {
	font-weight: 700;
	font-size: 65%;
}
#header .contact .mail img {
	max-width: 262px;
	min-width: 200px;
}
@media screen and (max-width:768px) {
	#header {
		text-align: center;
		padding: 10px;
	}
	#header .wrap {
		width: 100%;
	}
	#header .logo img {
		max-width: 200px;
	}
	#header .contact {
		justify-content: center;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9;
		background: rgba(255, 255, 255, 0.9);
		padding: 10px 5px;
		width: 100%;
		box-sizing: border-box;
	}
	#header .contact li {
		padding: 0 5px!important;
		width: auto;
	}
	#header .contact .tel a {
		border: 1px solid #cccccc;
		padding: 5px;
		color: #333;
		max-width: 200px;
		text-align: left;
	}
	#header .contact .tel a .icon {
		margin: 0 5px 0 0;
	}
	#header .contact .tel a .icon img {
		max-width: px;
		min-width: px;
	}
	#header .contact .tel a .time {
		font-size: 50%;
	}
	#header .contact .tel a .num {
		font-size: 120%;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
		word-break: keep-all;
	}
	#header .contact .tel a .num span {
		margin: 0 5px 0 0;
	}
	#header .contact .tel a .num span img {
		max-width: 15px;
		min-width: 15px;
	}
	#header .contact .tel a .com {
		font-size: 55%;
	}
	#header .contact .mail img {
		max-width: 200px;
		min-width: 140px;
	}
}


/* visual
-------------------------------------------------------*/
#visual {
	padding: 0;
	box-sizing: border-box;
	background: url(../img/visual_bg.png)no-repeat center/cover;
}
#visual .inner {
	max-width: 1400px;
}
@media screen and (max-width:768px) {

}


/* footer
-------------------------------------------------------*/
#footer {
	text-align: center;
	border-top: 5px solid #0e5c97;
}
#footer.area {
	padding: 50px 20px 70px;
}
#footer .logo {
    margin: 0 0 30px;
}
#footer .logo img {
    max-width: 292px;
}
#footer .txt {
    font-size: 80%;
    text-align: center;
    margin: 0 0 50px;
	line-height: 1.6;
}
#footer .copy {
	font-size: 75%;
}
@media screen and (max-width:768px) {
	#footer {
		border-top: 3px solid #0e5c97;
	}
	#footer.area {
		padding: 30px 20px 100px;
	}
	#footer .logo img {
		max-width: 200px;
	}
	#footer .txt {
		margin: 0 0 40px;
	}
}


/* banner
-------------------------------------------------------*/
.banner {
	background: #0e5c97;
}
.banner.area {
	padding: 0 20px 40px;
}
.banner .inner {
	background: linear-gradient(180deg, #0e5c97 0%, #0e5c97 10%, #fff 10%, #fff 100%);
	padding: 60px 30px 20px 10px;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	justify-content: space-between;
}
.banner .img {
	width: 30%;
	margin: 0 0 -20px;
}
.banner .img img {
	max-width: 264px;
}
.banner .box {
	position: relative;
	width: 70%;
}
.banner .ttl {
	margin: 0 0 20px;
}
.banner .ttl img {
	max-width: 669px;
}
.banner .com_icon {
	position: absolute;
	right: -50px;
	top: -50px;
}
.banner .com_icon img {
	max-width: 140px;
}
.banner .contact {
	justify-content: flex-end;
}
.banner .contact li {
	margin: 0 0 0 20px;
}
.banner .contact .tel a {
	border: 1px solid #cccccc;
	padding: 15px 10px 15px 15px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
}
.banner .contact .tel a .icon {
	margin: 0 10px 0 0;
}
.banner .contact .tel a .icon img {
	max-width: 74px;
	min-width: 60px;
}
.banner .contact .tel a .time {
	font-size: 85%;
	margin: 0 0 5px;
	white-space: nowrap;
}
.banner .contact .tel a .num {
	font-weight: 700;
	font-size: 180%;
	margin: 0 0 5px;
}
.banner .contact .tel a .com {
	font-weight: 700;
	font-size: 85%;
}
.banner .contact .mail img {
	max-width: 292px;
}
@media screen and (max-width:1160px) {
	.banner .com_icon {
		right: -30px;
	}
	.banner .com_icon img {
		max-width: 100px;
	}
}
@media screen and (max-width:768px) {
	.banner.area {
		padding: 20px;
	}
	.banner .inner {
		background: #fff;
		padding: 20px;
	}
	.banner .ttl {
		text-align: center;
		margin: 0 auto 20px;
	}
	.banner .ttl img {
		max-width: 400px;
		margin: 0 auto;
	}
	.banner .box {
		width: 100%;
	}
	.banner .img {
		display: none;
	}
	.banner .img_sp {
		text-align: center;
	}
	.banner .img_sp img {
		max-width: 200px;
	}
	.banner .contact li {
		margin: 0;
	}
	.banner .contact .tel {
		margin: 0 0 20px;
	}
	.banner .contact .tel a {
		justify-content: center;
		text-align: center;
		margin: 0 auto;
	}
	.banner .contact .tel a {
		padding: 10px 5px 10px 10px;
		max-width: 292px;
		box-sizing: border-box;
	}
	.banner .contact .tel a .icon {
		margin: 0 10px 0 0;
	}
	.banner .contact .tel a .icon img {
		max-width: 65px;
		min-width: 50px;
	}
	.banner .contact .tel a .time {
		font-size: 65%;
		white-space: nowrap;
	}
	.banner .contact .tel a .num {
		font-size: 170%;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
	}
	.banner .contact .tel a .num span {
		margin: 0 5px 0 0;
	}
	.banner .contact .tel a .num span img {
		max-width: 20px;
		min-width: 20px;
	}
	.banner .contact .tel a .com {
		font-size: 70%;
	}
	.banner .illu {
		margin: 0 0 -10px;
	}
	.banner .illu img {
		max-width: 50px;
	}
	.banner .contact .mail {
		margin: 0;
		text-align: center;
	}
}


/* boxil
-------------------------------------------------------*/
#boxil{
    padding: 50px 0;
}
#boxil img{
    max-width: 100%;
    height: auto;
}
#boxil p{
    text-align: center;
}
#boxil p img{
    width: 300px;
}
#boxil ul{
    margin: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
}
#boxil p.caution{
    line-height: 1.6;
    text-align: right;
    font-size: 86%;
}
#boxil p.caution span{
    display: inline-block;
    text-align: left;
}
#boxil p.caution span b{
    font-weight: normal;
}
@media screen and (max-width:768px) {
#boxil{
    padding: 30px 15px;
}
#boxil p img{
    width: 260px;
}
#boxil ul{
    display: none;
}
#boxil p.caution{
    margin: 10px 0 0 0;
}
}



/* problem
-------------------------------------------------------*/
#problem .inner {
	position: relative;
}
#problem .box {
	max-width: 900px;
	margin: 0 auto 40px;
	padding: 40px 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	position: relative;
}
#problem .box .img {
	position: absolute;
	right: -80px;
	bottom: -30px;
}
#problem .box .img img {
	max-width: 309px;
}
#problem ul li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
#problem ul li:not(:last-child) {
	margin: 0 0 20px;
}
#problem ul li .icon {
	margin: 0 20px 0 0;
}
#problem ul li .icon img {
	max-width: 23px;
	min-width: 23px;
}
#problem ul li .txt {
	font-size: 120%;
	font-weight: 500;
}
#problem ul li .blue {
	background: linear-gradient(transparent 80%, rgba(14,92,151,0.3) 80%);
}
#problem .btm {
	text-align: center;
	font-size: 250%;
	line-height: 1.6;
	font-weight: 700;
}
#problem .arrow {
	position: absolute;
	right: 50%;
	transform: translate(50%,0);
	bottom: -120px;
}
#problem .arrow img {
	max-width: 520px;
}
@media screen and (max-width:768px) {
	#problem .box {
		margin: 0 auto 30px;
		padding: 30px 20px;
	}
	#problem .box .img {
		right: 0;
		bottom: -30px;
	}
	#problem .box .img img {
		max-width: 120px;
	}
	#problem ul li {
		align-items: flex-start;
	}
	#problem ul li .icon {
		margin: 0 5px 0 0;
	}
	#problem ul li .icon img {
		max-width: 18px;
		min-width: 18px;
	}
	#problem ul li .txt {
		font-size: 90%;
		font-weight: 500;
		line-height: 1.4;
	}
	#problem .btm {
		font-size: 130%;
	}
	#problem .arrow {
		bottom: -50px;
	}
	#problem .arrow img {
		max-width: 300px;
	}

}



/* video
-------------------------------------------------------*/
#video {
	background: #e7f6ff;
}
#video .video {
	text-align: center;
}
@media screen and (max-width:768px) {
	#video .video iframe{
		width: 100%;
		height: 230px;
	}
}


/* about
-------------------------------------------------------*/
#about {
	background: url("../img/bg01.png")no-repeat center/cover;
}
#about .inner {
	max-width: 1340px;
}
#about .ttl01 {
	margin: 0 0 80px;
}
#about .list {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#about .list>li {
	background: #fff;
	position: relative;
	width: 24%;
	padding: 50px 20px 30px;
	box-sizing: border-box;
}
#about .list>li .icon {
	position: absolute;
	top: -35px;
	right: 50%;
	transform: translate(50%,0);
}
#about .list>li .icon img {
	max-width: 70px;
}
#about .list>li .ttl {
	text-align: center;
	font-size: 140%;
	font-weight: 700;
	margin: 0 0 30px;
	padding: 0 0 20px;
	position: relative;
}
#about .list>li .ttl::after {
	position: absolute;
	display: block;
	content: "";
	background: linear-gradient(90deg,#0e5c97 0%,#0e5c97 50% ,#707070 50%,#707070 100%);
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#about .list>li .ttl::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/arrow02.png")no-repeat center/23px 15px;
	width: 23px;
	height: 15px;
	bottom: -11px;
	right: 50%;
	transform: translate(50%,0);
	z-index: 2;
}
#about .list_in li {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
#about .list_in li:not(:last-child) {
	margin: 0 0 10px;
}
#about .list_in li .check {
	margin: 0 15px 0 0;
}
#about .list_in li .txt {
	line-height: 1.4;
}
#about .list_in li .check img {
	max-width: 10px;
}
@media screen and (max-width:768px) {
	#about .ttl01 {
		margin: 0 0 50px;
	}
	#about .list {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#about .list>li {
		width: 100%;
		padding: 40px 20px 20px;
	}
	#about .list>li:not(:last-child) {
		margin: 0 0 50px;
	}
	#about .list>li .icon {
		top: -30px;
	}
	#about .list>li .icon img {
		max-width: 60px;
	}
	#about .list>li .ttl {
		font-size: 130%;
	}
}


/* reason
-------------------------------------------------------*/
#reason .inner {
	max-width: 1130px;
}
#reason ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#reason ul li {
	width: 18%;/* size */
	line-height: 1.6;
}
#reason ul li .img {
	margin: 0 0 10px;
}
#reason ul li .ttl_box {
	padding: 3px;
	position: relative;
	margin: 0 0 20px;
}
#reason ul li .ttl_box::before,#reason ul li .ttl_box::after {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/ttl_bar.png")no-repeat center/14px 56px;
	top: 0;
	width: 14px;
	height: 56px;
}
#reason ul li .ttl_box::before {
	left: 0;
}
#reason ul li .ttl_box::after {
	right: 0;
	transform: scale(-1,1)
}
#reason ul li .ttl {
	text-align: center;
	background: rgba(14,92,151,0.1);
	font-weight: 700;
	font-size: 110%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#reason ul li .txt {
	font-size: 90%;
}
@media screen and (max-width:768px) {
	#reason ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#reason ul li {
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	#reason ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#reason ul li .img {
		margin: 0 20px 0 0;
		text-align: center;
		width: 35%;
	}
	#reason ul li .txt_box {
		width: 65%;
	}
	#reason ul li .ttl_box {
		margin: 0 0 10px;
	}
}


/* case
-------------------------------------------------------*/
#case {
	background: #f6f6f6;
}
#case ul li {
	background: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
	margin: 0 20px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
#case ul li .ttl {
	font-size: 120%;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 20px;
}
#case ul li .name {
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 20px;
	border-left: 3px solid #0e5c97;
	padding: 10px 0 10px 10px;
}
#case ul li .info {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #7d7d7d;
}
#case ul li .info dl {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
#case ul li .info dl:not(:last-child) {
	margin: 0 0 10px;
}
#case ul li .info dl dt {
	width: 70px;
	background: #0e5c97;
	color: #fff;
	font-weight: 700;
	font-size: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	margin: 0 20px 0 0;
}
#case ul li .com .com_box {
	line-height: 1.6;
}
#case ul li .com .com_box:not(:last-child) {
	margin: 0 0 30px;
}
#case ul li .com .com_ttl {
	font-weight: 700;
	margin: 0 0 10px;
}
@media screen and (max-width:768px) {
	#case ul li {
		padding: 20px;
		margin: 0 10px;
	}
	#case ul li .ttl {
		font-size: 110%;
	}
	#case ul li .name {
		font-size: 90%;
	}
	#case ul li .info {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #7d7d7d;
	}
	#case ul li .com .txt {
		font-size: 90%;
	}

}


/* price
-------------------------------------------------------*/
#price {
	background: url("../img/bg02.png")no-repeat center/cover;
}
#price .inner {
	max-width: 1140px;
}
#price .ttl {
	text-align: center;
	font-weight: 700;
	font-size: 150%;
	padding: 0 0 30px;
	margin: 0 0 40px;
	position: relative;
}
#price .ttl::after {
	position: absolute;
	display: block;
	content: "";
	background: linear-gradient(90deg,#0e5c97 0%,#0e5c97 50% ,#707070 50%,#707070 100%);
	width: 280px;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 1;
}
#price .ttl::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/arrow02.png")no-repeat center/23px 15px;
	width: 23px;
	height: 15px;
	bottom: -11px;
	right: 50%;
	transform: translate(50%,0);
	z-index: 2;
}
#price ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 30px;
}
#price ul li {
	width: 48%;
	padding: 30px 50px;
	box-sizing: border-box;
	background: #fff;
}
#price dl {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
#price dl.bd {
	border-bottom: 1px solid #7d7d7d;
}
#price dl dt {
	width: 30%;
	font-weight: 700;
	font-size: 120%;
	padding: 20px;
}
#price dl .blue {
	font-weight: 700;
	font-size: 150%;
}
#price dl .blue.large {
	font-size: 190%;
}
#price .txt {
	margin: 20px 0 0;
	line-height: 1.6;
}
#price .box {
	background: #fff;
	padding: 30px 50px;
}
#price .box_in {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#price .box_in table {
	width: 48%;
	border: 1px solid #d7d7d7;
}
#price .box_in table tr {
	border-bottom: 1px solid #d7d7d7;
}
#price .box_in table th {
	width: 50%;
	background: #0e5c97;
	padding: 15px;
	text-align: center;
	color: #fff;
	border-right: 1px solid #d7d7d7;
}
#price .box_in table td {
	padding: 15px;
	text-align: center;
	font-weight: 500;
	border-right: 1px solid #d7d7d7;
}
#price .caution {
	text-align: right;
	margin: 20px 0 0;
}
@media screen and (max-width:768px) {
	#price .ttl {
		font-size: 130%;
		padding: 0 0 30px;
		margin: 0 0 20px;
	}
	#price ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
		margin: 0 0 30px;
	}
	#price ul li {
		width: 100%;
		padding: 30px 20px;
	}
	#price ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#price dl {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
	}
	#price dl dt {
		font-size: 90%;
		padding: 20px 0;
	}
	#price dl .blue {
		font-size: 130%;
	}
	#price dl .blue.large {
		font-size: 160%;
	}
	#price .txt {
		margin: 10px 0 0;
		font-size: 90%;
	}
	#price .box {
		padding: 30px 20px;
	}
	#price .box_in {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#price .box_in table {
		width: 100%;
		font-size: 90%;
		line-height: 1.2;
		margin: 0 0 20px;
	}
	#price .box_in table th {
		padding: 10px;
		vertical-align: middle;
	}
	#price .box_in table td {
		padding: 10px;
		vertical-align: middle;
	}
	#price .caution {
		font-size: 80%;
		margin: 0;
	}
}



/* qa
-------------------------------------------------------*/
#qa dl {
    border: 1px solid #7d7d7d;
	line-height: 1.4;
	padding: 20px;
}
#qa dl:not(:last-child) {
    margin: 0 0 30px;
}
#qa dt {
    font-size: 110%;
    font-weight: 700;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
	cursor: pointer;
	transition: .3s;
}
#qa dl dt span.icon {
    display: block;
    background: url("../img/qa01.png")no-repeat left/40px 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}
#qa dl dd {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin: 20px 0 0;
}
#qa dl dd p {
	padding: 5px 0 0;
}
#qa dl dd span.icon {
    display: block;
    background: url("../img/qa02.png")no-repeat left/40px 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}
#qa .aco_btn {
	position: relative;
}
#qa .aco_btn .btn {
    position: absolute;
    top:10px;
    bottom:-10px;
    right: 10px;
    margin: auto;
    display: block;
    width: 28px;
    height: 28px;
}
#qa .aco_btn .btn span {
    background: #0e5c97;
    width: 28px;
    height: 2px;
    display: block;
}
#qa .aco_btn .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(1);
    transition: .5s;
}
#qa .aco_btn.open .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(0);
}
#qa .aco_btn:hover {
    opacity: .7;
}
#qa .aco_btn span {
    margin-right: 20px;
}

@media screen and (max-width:768px) {
    #qa dl:not(:last-child) {
        margin: 0 0 20px;
    }
    #qa dt {
        align-items: flex-start;
        padding: 0 20px 0 0;
    }
    #qa dl dt span.icon {
        background: url("../img/qa01.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    #qa dl dd span.icon {
        display: block;
        background: url("../img/qa02.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    #qa .aco_btn .btn {
        right: 0;
        width: 20px;
        height: 20px;
        top: 7px;
    }
    #qa .aco_btn .btn span {
        width: 20px;
        height: 2px;
    }
    #qa .aco_btn .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(1);
        transition: .5s;
    }
    #qa .aco_btn.open .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(0);
    }
}


/* contact
-------------------------------------------------------*/
#contact {
	background: #f6f6f6;
}
#contact .box {
	background: #fff;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 20px 50px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
}
/* table_temp start */
#contact .table_temp {
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
}
#contact.contact_after .inner {
	padding: 0;
}
#contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#contact tr>* {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px;
	box-sizing: border-box;
	line-height: 1;
}
#contact tr th {
	width: 200px;
	text-align: left;
}
#contact tr th b {
	display: block;
	position: relative;
	font-weight: normal;
}
#contact tr.hissu th b::after,
#contact tr.nini th b::after {
	color: #fff;
	font-weight: 500;
	font-size: 75%;
	width: 40px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 3px;
}
#contact tr.hissu th b::after {
	content: "必須";
	background: #e71f19;
}
#contact tr.nini th b::after {
	content: "任意";
	background: #898989;
}
#contact.contact_after tr {
	border-bottom: 1px solid #ccc;
}
#contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
#contact.contact_after tr th {
	color: #aaa;
}
#contact.contact_after tr td {
	font-weight: 500;
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
#contact input[type="text"],
#contact select,
#contact textarea {
	width: 100%;
	background: #fbfbfb;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
#contact input[type="text"],
#contact select {
	height: 40px;
}
#contact textarea {
	min-height: 150px;
	resize: vertical;
}
#contact .radio_area label,
#contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
#contact .txt_form {
	text-align: center;
	line-height: 2.0;
}
#contact .txt_form span {
	display: block;
}
::placeholder {
	color: #ccc;
}
#contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#contact .form_btn01,
#contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 300px;
	height: 70px;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin: 30px auto 0;
	box-sizing: border-box;
	font-size: 120%;
	color: #fff;
	line-height: 1;
    text-align: center;
}
#contact .form_btn01 {
	background: #fb9006;
}
#contact .form_btn02 {
	background: #333;
}
#contact .privacy {
	border: 1px solid #aeaeae;
	padding: 30px;
	height: 250px;
	overflow: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	margin: 20px auto 0;
	max-width: 740px;
}
#contact .privacy .ttl_privacy {
	text-align: center;
	font-size: 120%;
	margin: 0 0 30px;
}
#contact .privacy .sub_ttl {
	font-weight: 700;
	margin: 0 0 20px;
}
#contact .privacy .txt {
	font-size: 90%;
	line-height: 1.6;
	margin: 0 0 40px;
}
#contact .privacy .date {
	text-align: right;
	font-size: 90%;
	line-height: 1.5;
}

/* table_temp end */
@media screen and (max-width:768px) {
	#contact .txt_head {
		font-size: 100%;
	}
	/* table_temp start */
	#contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	#contact tr>* {
		display: block;
		padding: 15px 0;
		line-height: 1.3;
	}
	#contact tr th {
		width: 100%;
		font-size: 100%;
	}
	#contact tr td {
		padding-top: 0;
	}
	#contact tr.hissu th b::after,
	#contact tr.nini th b::after {
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	#contact .radio_area label,
	#contact .check_area label {
		display: flex;
		align-items: center;
	}
	#contact .form_btn {
		flex-flow: column;
	}
	#contact .form_btn01,
	#contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
	}
	/* table_temp end */
	#contact .privacy {
		padding: 20px;
		height: 200px;
	}
	#contact .privacy .ttl_privacy {
		font-size: 110%;
		margin: 0 0 20px;
	}
	#contact .privacy .sub_ttl {
		font-size: 90%;
	}
	#contact .privacy .txt {
		font-size: 80%;
		margin: 0 0 30px;
	}

}


#area05 .inner {
    max-width: 1200px;
}

#case ul li {
	min-height: 900px;
}

@media screen and (max-width:768px) {
#case ul li {
	min-height: auto;
}
#header .contact .tel a .num span img {
	display: none;
}
}

.inner h2{
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
	color: #0e5c97;
	margin-bottom: 2.0rem;
}
@media screen and (max-width:768px) {
	.inner h2{
		font-size: 1.5rem;
	}
}