@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	text-align: center;
	background: #EFEBDD;
}
#main .contactUsBox {
	margin: -40px 0 98px;
	padding: 56px 0 33px;
	background: #006EB0;
}
#main .contactUsBox .title {
	margin-bottom: -21px;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
#main .contactUsBox .title span {
	padding: 0 15px 0 28px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main .contactUsBox .title span::before,
#main .contactUsBox .title span::after {
	width: 4px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 5px;
	transform: translateY(-50%) rotate(-32deg);
	background: #fff;
	content: "";
}
#main .contactUsBox .title span::after {
	left: auto;
	right: 0;
	transform: translateY(-50%) rotate(32deg);
}
#main .contactUsBox .title em {
	color: #feda30;
}
#main .contactUsBox .textImg {
	margin-bottom: 19px;
}
#main .contactUsBox ul {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
#main .contactUsBox li {
	width: calc((100% - 20px) / 2);
}
#main .contactUsBox li a {
	display: block;
}
#main .contactUsBox li a:hover {
	opacity: 0.7;
}
#main .contactUsBox .note {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .titleBox {
	margin-bottom: 30px;
	padding-top: 30px;
	background: url(../img/index/sec05_mark01.png) no-repeat left 55px bottom 4px,url(../img/index/sec05_mark02.png) no-repeat right 25px bottom 5px;
}
#main .titleBox .headLine01 {
	margin-bottom: 0;
	line-height: 1.4;
}
#main .titleBox .headLine01 span {
	margin-bottom: 8px;
}
#main .caseList .slick-slide {
	margin: 0 28px;
	width: 770px;
	opacity: 0.4;
}
#main .caseList .slick-current {
	opacity: 1;
}
#main .slideBox {
	position: relative;
}
#main .slideBox .arrowList li {
	width: 51px;
	height: 51px;
	position: absolute;
	left: 50%;
	top: 50%;
	list-style: none;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
#main .slideBox .arrowList li:hover {
	opacity: 0.7;
}
#main .slideBox .arrowList .prev {
	margin-left: -440px;
}
#main .slideBox .arrowList .next {
	margin-left: 440px;
}
#main .caseList li {
	margin-bottom: 7px;
	padding-bottom: 44px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 7px 7px 0 #BAD1DF;
	overflow: hidden;
	vertical-align: top;
}
#main .caseList li h3 {
	margin-bottom: 32px;
	position: relative;
	min-height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-align: center;
	background: #006eb0;
}
#main .caseList li h3::after {
	content:'';
	min-height:inherit;
	font-size:0;
}
#main .caseList li h3 .num {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #006eb0;
	font-size: 2rem;
	letter-spacing: 0.04em;
	line-height: 1.3;
	border-radius: 50%;
	background: #fff;
}
#main .caseList li .txtBox {
	margin: 0 50px 31px;
	padding-bottom: 28px;
	background: url(../img/common/line01.png) repeat-x left bottom;
}
#main .caseList li .txtBox h4 {
	margin-bottom: 22px;
	padding-left: 40px;
	color: #006eb0;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	background: url(../img/common/icon03.png) no-repeat left top;
}
#main .caseList li .txtBox p {
	line-height: 30px;
	letter-spacing: 0.04em;
}
#main .caseList li .txtBox .emText {
	margin: 26px 0 0;
	padding: 10px;
	color: #a81212;
	font-size: 2rem;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
	background: #feda30;
}
#main .caseList li dl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#main .caseList li dt {
	margin-right: 13px;
	padding: 5px 0;
	width: 185px;
	color: #fff;
	letter-spacing: 0.04em;
	text-align: center;
	border-radius: 4px;
	background: #A81212;
	box-sizing: border-box;
}
#main .caseList li dd {
	display: flex;
	align-items: center;
	color: #a81212;
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	line-height: 1;
}
#main .caseList li dd span {
	margin-left: 10px;
	display: block;
	position: relative;
	font-size: 4rem;
	letter-spacing: 0.04em;
}
#main .caseList li dd span::before {
	width: 100%;
	height: 7px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #FEDA30;
	content: "";
	z-index: -1;
}
#main .caseList .slick-dots {
	width: 100%;
	height: 12px;
	position: absolute;
	left: 0;
	bottom: -42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .caseList .slick-dots li {
	margin: 0 9px;
	padding: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
}
#main .caseList .slick-dots li:before {
	display: none;
}
#main .caseList .slick-dots li.slick-active {
	background: #006eb0;
}
#main .caseList .slick-dots li button {
	display: none !important;
}
#main .sec01 {
	margin-bottom: 110px;
}
#main .sec01 .imgBox {
	padding: 3.2% 3.4% 3.5% 4.7%;
	display: flex;
	justify-content: space-between;
	border-radius: 8px;
	background: #F8F6EF;
	box-shadow: 7px 7px 0 #E8E0C4;
}
#main .sec01 .imgBox .textBox {
	margin: 2.5% -3.6% 0 0;
	width: 58%;
}
#main .sec01 .imgBox .textBox li {
	padding-left: 37px;
	font-size: 2rem;
	letter-spacing: 0.04em;
	background: url(../img/common/icon01.png) no-repeat left top 6px;
}
#main .sec01 .imgBox .textBox li:not(:last-child) {
	margin-bottom: 9px;
}
#main .sec01 .imgBox .photoBox {
	width: 45.6%;
}
#main .sec02 {
	padding: 99px 0;
	background: #E0EFF8;
}
#main .sec02 .area {
	margin-bottom: 23px;
	padding: 5.6% 4.4% 6.3%;
	border-radius: 8px;
	background: #fff;
	box-shadow: 7px 7px 0 #BAD1DF;
}
#main .sec02 .area h3 {
	margin-bottom: 11px;
	font-size: 3.2rem;
	text-align: center;
}
#main .sec02 .area h3 span {
	padding-left: 57px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/common/icon02.png) no-repeat left center / 46px auto;
}
#main .sec02 .area h3 em {
	color: #006eb0;
}
#main .sec02 .area .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .sec02 .area .imgBox .photoBox {
	width: 52.1%;
}
#main .sec02 .area .imgBox .textBox {
	margin: 3.6% 0 0 0.8%;
	width: 43%;
}
#main .sec02 .area .imgBox .textBox ul {
	counter-reset: section;
}
#main .sec02 .area .imgBox .textBox li {
	padding-bottom: 18px;
	position: relative;
	display: flex;
	align-items: flex-start;
	font-size: 2rem;
	font-weight: bold;
	counter-reset: subsection;
	background: url(../img/common/line01.png) repeat-x left bottom;
}
#main .sec02 .area .imgBox .textBox li:not(:last-child) {
	margin-bottom: 16px;
}
#main .sec02 .area .imgBox .textBox li::before {
	margin-right: 8px;
	padding-right: 2px;
	width: 32px;
	height: 32px;
	flex: none;
	color: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background: #006eb0;
	box-sizing: border-box;
	counter-increment:section;
    content: counter(section);
}
#main .sec03 {
	margin-bottom: 98px;
	padding: 100px 0 78px;
	background: url(../img/index/sec03_bg01.png) no-repeat center top 80%,url(../img/index/sec03_bg02.png) repeat left top;
}
#main .sec03 .headLine01 {
	margin-bottom: 30px;
}
#main .sec03 ul {
	margin: 0 auto;
	max-width: 790px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
#main .sec03 ul::after {
	width: 248px;
	content: "";
}
#main .sec03 li {
	margin-bottom: 22px;
	padding-top: 33px;
	width: 248px;
	height: 248px;
	color: #655511;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background: url(../img/index/sec03_bg03.png) no-repeat center center;
	box-sizing: border-box;
}
#main .sec03 li .ttl {
	margin-bottom: 5px;
	color: #006eb0;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#main .sec03 li .txt {
	min-height: 144px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#main .sec03 li .txt:after {
	content: '';
	min-height: inherit;
	font-size: 0;
}
#main .sec04 .photo {
	margin: -5px 0 0;
	text-align: center;
}
#main .sec04 .textImg {
	text-align: center;
}
#main .sec05 {
	margin: -171px 0 100px;
	padding: 167px 0 145px;
	background: #E0EFF8;
}
#main .sec06 .photo {
	margin: -1px 0 0;
	text-align: center;
}
#main .sec06 .textImg {
	text-align: center;
}
#main .sec07 {
	margin: -100px 0 99px;
	padding: 167px 0 145px;
	background: #F3E9C0;
}
#main .sec07 .titleBox {
	margin-bottom: 30px;
	padding-top: 30px;
	background: url(../img/index/sec07_mark01.png) no-repeat right 102px bottom 5px;
}
#main .sec07 .caseList li {
	box-shadow: 7px 7px 0 #F8E0A5;
}
#main .sec07 .caseList li .txtBox {
	background-image: url(../img/common/line02.png);
}
#main .sec07 .caseList li dt {
	display: none;
}
#main .sec07 .caseList li h3 {
	background: #FF7E15;
}
#main .sec07 .caseList li h3 .num {
	color: #FF7E15;
}
#main .sec07 .caseList li .txtBox h4 {
	color: #FF7E15;
	background-image: url(../img/common/icon04.png);
}
#main .sec07 .caseList .slick-dots li {
	box-shadow: none;
}
#main .sec07 .caseList .slick-dots li.slick-active {
	background: #FF7E15;
}
#main .sec08 {
	margin-bottom: 100px;
	text-align: center;
}
#main .sec08 .textImg {
	margin-bottom: 139px;
}
#main .sec08 .contactUsBox {
	margin: 0;
	padding-top: 1px;
}
#main .sec08 .contactUsBox .textImg {
	margin: -72px 0 19px;
}
#main .sec08 .contactUsBox .time {
	margin-bottom: 20px;
}
#main .sec09 {
	margin-bottom: 94px;
}
#main .sec09 h3 {
	margin: -2px 0 20px;
	padding: 10px 10px 12px;
	color: #fde24e;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	text-align: center;
	border-radius: 8px;
	background: #006EB0;
}
#main .sec09 h3 span {
	margin: 0 25px 0 3px;
}
#main .sec09 h4 {
	margin-bottom: 5px;
	color: #006EB0;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	text-align: center;
}
#main .sec09 .topText {
	margin-bottom: 23px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 26px;
	text-align: center;
}
#main .sec09 .contactBox {
	margin-bottom: 85px;
	padding: 34px 50px 32px;
	position: relative;
	border-radius: 8px;
	box-shadow: 7px 7px 0 #E8E0C4;
	background-color: #F8F6EF;
}
#main .sec09 .contactBox::after {
	width: 31px;
	height: 16px;
	position: absolute;
	left: 50%;
	bottom: -53px;
	transform: translateX(-50%);
	background: url(../img/common/icon09.png) no-repeat center center / 100% 100%;
	content: '';
}
#main .sec09 .contactBox .text {
	margin-bottom: 40px;
	letter-spacing: 0.04em;
	text-align: center;
}
#main .sec09 .contactBox .text span {
	padding-left: 69px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	background: url(../img/common/icon05.png) no-repeat left top 6px;
}
#main .sec09 .contactBox .text em {
	margin-top: 2px;
	display: block;
	color: #a81212;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 2;
}
#main .sec09 .contactBox .zoomBox {
	padding-bottom: 43px;
	display: none;
}
#main .sec09 .contactBox .zoomBox .title {
	margin-bottom: 20px;
	color: #006EB0;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 42px;
	text-align: center;
}
#main .sec09 .contactBox .zoomBox .stepList {
	margin-bottom: 20px;
}
#main .sec09 .contactBox .zoomBox .stepList li {
	margin-bottom: 10px;
	padding: 20px 40px 20px 20px;
	min-height: 66px;
	position: relative;
	background-color: #fff;
	display: flex;
	align-items: center;
	line-height: 30px;
	letter-spacing: 0.04em;
	border-radius: 8px;
	box-sizing: border-box;
}
#main .sec09 .contactBox .zoomBox .stepList li::after {
	content:'';
	min-height:inherit;
	font-size:0;
}
#main .sec09 .contactBox .zoomBox .stepList li span {
	margin-right: 16px;
	width: 116px;
	flex: none;
	color: #fff;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.04em;
	border-radius: 4px;
	background: #006eb0;
}
#main .sec09 .contactBox .zoomBox .textList > li {
	padding-left: 20px;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 26px;
	background: url(../img/common/icon06.png) no-repeat left top 5px / 12px auto;
}
#main .sec09 .contactBox .zoomBox .textList li a {
	text-decoration: underline;
}
#main .sec09 .contactBox .zoomBox .textList li a:hover {
	text-decoration: none;
}
#main .sec09 .contactBox .zoomBox .textList ul {
	margin: 6px 0 9px;
}
#main .sec09 .contactBox .zoomBox .textList ul li {
	margin-right: 8px;
	display: inline-block;
}
#main .sec09 .contactBox .zoomBox .textList ul li:last-of-type {
	margin-right: 0;
}
#main .sec09 .contactBox .zoomBox .textList ul li a {
	display: block;
}
#main .sec09 .contactBox .zoomBox .textList ul li a:hover {
	opacity: 0.7;
}
#main .sec09 .contactBox .zoomBox .textList p {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 26px;
}
#main .sec09 .contactBox .button {
	margin: 0;
}
#main .sec09 .contactBox .button a {
	padding: 6px 40px 5px;
	display: block;
	position: relative;
	color: #006eb0;
	font-size: 2rem;
	font-weight: bold;
	display: block;
	text-align: center;
	border-radius: 50px;
	border: 2px solid #006eb0;
	background: #fff url(../img/common/icon08.png) no-repeat right center;
}
#main .sec09 .contactBox .button a:hover {
	opacity: 0.7;
}
#main .sec09 .contactBox .button .close {
	display: none;
}
#main .sec09 .contactBox .button.on .open {
	display: none;
}
#main .sec09 .contactBox .button.on .close {
	display: block;
}
#main .sec09 .contactBox .button.on a {
	background-image: url(../img/common/icon07.png);
}
#main .sec09 .ctrText {
	margin-bottom: 34px;
	padding-top: 3px;
	text-align: center;
	letter-spacing: 0.04em;
}
#main .sec09 .textImg {
	text-align: center;
}
#main .sec09 .contactBox.noBg {
	margin-bottom: 78px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
#main .sec09 .contactBox.noBg::after {
	bottom: -46px;
}
#main .sec10 {
	margin-bottom: 101px;
	padding: 98px 0 70px;
	background: #E0EFF8;
}
#main .sec10 h3 {
	margin: -1px 0 41px;
	padding: 8px 5px 10px;
	color: #006EB0;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #006EB0;
	background: #fff;
}
#main .sec10 dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .sec10 dl:not(:last-of-type) {
	margin-bottom: 42px;
}
#main .sec10 dt:not(:last-of-type),
#main .sec10 dd:not(:last-of-type) {
	margin-bottom: 31px;
	border-bottom: 1px solid #006eb0;
}
#main .sec10 dt {
	width: 154px;
	color: #006eb0;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}
#main .sec10 dd {
	padding-bottom: 33px;
	width: calc(100% - 154px);
}
#main .sec10 dd h4 {
	margin-bottom: 4px;
	color: #a81212;
	font-size: 2.4rem;
	letter-spacing: 0.06em;
}
#main .sec10 dd .ttl {
	letter-spacing: 0.04em;
}
#main .sec10 dd .noteList li {
	padding-left: 17px;
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 26px;
	background: url(../img/common/icon06.png) no-repeat left 2px top 5px / 10px auto;
}
#main .sec10 table {
	margin: 8px 0;
	width: 100%;
	border-collapse: collapse;
}
#main .sec10 th,
#main .sec10 td {
	padding: 13px 0 14px;
	height: 57px;
	font-size: 1.8rem; 
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 30px;
	word-break: break-all;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #E0EFF8;
	background: #fff;
	box-sizing: border-box;
}
#main .sec10 th {
	padding: 0;
	width: 17%;
	height: 47px;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #fff;
	background: #006EB0
}
#main .sec10 th:nth-child(2) {
	width: 34%;
}
#main .sec10 th:nth-child(3) {
	width: 49%;
}
#main .sec10 th:last-child,
#main .sec10 td:last-child {
	border-right: none;
}
#main .sec10 .taLeft {
	padding-left: 4.6%;
	text-align: left !important;
}
#main .sec11 {
	margin-bottom: 100px;
}
#main .sec11 .qaDl {
	margin-bottom: 10px;
	padding: 16px 30px;
	border-radius: 8px;
	border: 1px solid #006EB0;
}
#main .sec11 .qaDl > dd,
#main .sec11 .qaDl > dt {
	display: flex;
}
#main .sec11 .qaDl > dd .en,
#main .sec11 .qaDl > dt .en {
	margin-right: 12px;
	width: 36px;
	flex: none;
}
#main .sec11 .qaDl > dd span,
#main .sec11 .qaDl > dt span {
	width: calc(100% - 80px);
} 
#main .sec11 .qaDl > dt {
	position: relative;
	color: #006EB0;
	font-size: 2rem;
	line-height: 1.5;
	align-items: center;
	cursor: pointer;
}
#main .sec11 .qaDl > dt::before,
#main .sec11 .qaDl > dt::after {
	width: 26px;
	height: 2px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	background-color: #006EB0;
	content: '';
}
#main .sec11 .qaDl > dt::before {
	transform: rotate(-90deg);
	transition: .3s;
}
#main .sec11 .qaDl > dt.on::before {
	transform: rotate(0);
}
#main .sec11 .qaDl > dd {
	margin-top: 19px;
	padding-top: 22px;
	letter-spacing: 0.04em;
	flex-wrap: wrap;
	border-top: 1px solid #006EB0;
	display: none;
}
#main .sec11 .qaDl > dd .en {
	margin-top: -4px;
}
#main .sec11 .qaDl dl {
	margin: 15px 0 0 50px;
	display: flex;
	flex-wrap: wrap;
}
#main .sec11 .qaDl dl dd,
#main .sec11 .qaDl dl dt {
	padding-right: 10px;
	width: 50%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
#main .sec11 .qaDl dl dd {
	padding: 0 0 0 10px;
}
#main .sec12 {
	margin-bottom: 100px;
	padding: 100px 0 107px;
	background: #F8F6EF;
}
#main .sec12 .mailForm {
	margin: 0 auto;
	padding: 57px 50px 78px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 7px 7px 0 #E8E0C4;
	box-sizing: border-box;
}
#main .sec12 .mailForm select,
#main .sec12 .mailForm textarea,
#main .sec12 .mailForm input {
	padding: 8px 27px;
	width: 100%;
	height: 56px;
	-webkit-appearance: none;
	appearance: none;
	font-size: 2rem;
	border: 1px solid #B5B5B5;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 1em;
	color: inherit;
}
select::-ms-expand { display: none; }
#main .sec12 .mailForm dl {
	margin-bottom: 29px;
}
#main .sec12 .mailForm dt {
	margin-bottom: 18px;
	color: #006eb0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
#main .sec12 .mailForm dt span {
	margin-left: 14px;
	padding: 2px 2px 3px;
	width: 50px;
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.2;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	vertical-align: top;
	background-color: #a81212;
}
#main .sec12 .mailForm dd {
	margin-bottom: 35px;
}
#main .sec12 .mailForm .ddStyle02 li {
	margin-right: 25px;
	display: inline-block;
}
#main .sec12 .mailForm .ddStyle02 input {
	display: none;
}
#main .sec12 .mailForm .ddStyle02 input + span {
	padding: 5px 0 5px 33px;
	background: url(../img/common/radio_img01.png) no-repeat left center;
	cursor: pointer;
}
#main .sec12 .mailForm .ddStyle02 input:checked + span {
	background-image: url(../img/common/radio_img02.png);
}
#main .sec12 .mailForm .ddStyle01 li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
#main .sec12 .mailForm .ddStyle01 li:last-of-type {
	margin-bottom: 0;
}
#main .sec12 .mailForm .ddStyle01 span {
	padding-right: 14px;
	width: 94px;
	flex: none;
	box-sizing: border-box;
}
#main .sec12 .mailForm .ddStyle01 input {
	padding: 2px 60px 2px 27px;
	background: #fff url(../img/common/data_img01.png) no-repeat right 29px center / 23px auto;
}
#main .sec12 .mailForm dd:last-of-type {
	margin-bottom: 0;
}
#main .sec12 .mailForm select {
	padding: 8px 50px 8px 20px;
	background: #fff url(../img/common/icon10.png) no-repeat right 26px center / 14px auto;
}
#main .sec12 .mailForm textarea {
	height: 250px;
	resize: inherit;
}
#main .sec12 .mailForm p {
	margin-bottom: 28px;
	letter-spacing: 0.04em;
}
#main .sec12 .mailForm h3 {
	margin-bottom: 7px;
	font-size: 2rem;
	letter-spacing: 0.04em;
}
#main .sec12 .mailForm .textList {
	margin-bottom: 45px;
}
#main .sec12 .mailForm .textList li {
	padding-left: 21px;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 26px;
	text-align: justify;
	text-justify: inter-ideograph;
	background: url(../img/common/icon06.png) no-repeat left 2px top 6px / 12px auto;
}
#main .sec12 .mailForm .agree {
	margin-bottom: 44px;
	text-align: center;
	letter-spacing: 0.04em;
}
#main .sec12 .mailForm .agree input {
	display: none;
}
#main .sec12 .mailForm .agree input + span {
	padding-left: 35px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	background: url(../img/common/check_img01.png) no-repeat left center;
}
#main .sec12 .mailForm .agree input + span:hover {
	opacity: 0.7;
}
#main .sec12 .mailForm .agree input:checked + span {
	background-image: url(../img/common/check_img02.png);
}
#main .sec12 .mailForm .submit {
	margin-top: -20px;
}
#main .sec12 .mailForm .submit li {
	margin: 20px auto 0;
	width: 600px;
	text-align: center;
}
#main .sec12 .mailForm .submit input {
	padding: 10px 25px;
	width: 100%;
	height: 90px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.286;
	letter-spacing: 1px;
	text-shadow: 0px 2px 0px rgba(87, 9, 9, 0.004);
	border-radius: 8px;
	border: none;
	box-sizing: border-box;
	background-image: linear-gradient( to bottom, rgb(168,18,18) 0%, rgb(123,13,13) 100%);
	cursor: pointer;
}
#main .sec12 .mailForm .submit input:hover {
	opacity: 0.7;
}
#main .sec12 .errorMsg {
	margin-bottom: 20px;
	color: #a81212;
}
#main .sec13 {
	margin-bottom: 93px;
}
#main .sec13 .imgBox {
	padding-top: 5px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#main .sec13 .imgBox .textBox {
	margin-top: -20px;
	width: 50%;
}
#main .sec13 .imgBox .textBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .sec13 .imgBox .textBox th,
#main .sec13 .imgBox .textBox td {
	padding: 15px 0 14px;
	width: 20%;
	font-size: 1.8rem; 
	font-weight: normal;
	letter-spacing: 0.04em;
	line-height: 30px;
	word-break: break-all;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}
#main .sec13 .imgBox .textBox th {
	font-weight: bold;
}
#main .sec13 .imgBox .textBox td {
	padding-left: 10px;
	width: 80%;
}
#main .sec13 .imgBox .photoBox {
	width: 45%;
}
#main .sec13 .imgBox .photoBox .logo {
	margin-bottom: 22px;
	width: 386px;
}
.thanksPage {
    padding: 0 15px;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    font-size: 1.6rem;
}
.thanksPage p {
    margin-bottom: 1.5em;
}
@media (min-width: 897px) and (max-width: 960px) {
	#main .slideBox .arrowList li {
		left: auto;
		transform: translateY(-50%);
	}
	#main .slideBox .arrowList .prev {
		margin-left: 0;
		left: 15px;
	}
	#main .slideBox .arrowList .next {
		margin-left: 0;
		right: 15px;
	}
}
@media all and (min-width: 897px) {
	.thanksPage p a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .contactUsBox {
		margin: 0 0 59px;
		padding: 20px 0 27px;
	}
	#main .contactUsBox .title {
		margin-bottom: 16px;
		font-size: 2.5rem;
		line-height: 1.32;
	}
	#main .contactUsBox .title span {
		padding: 0 23px 0 28px;
	}
	#main .contactUsBox .title span::before,
	#main .contactUsBox .title span::after {
		width: 3px;
		height: calc(100% - 5px);
	}
	#main .contactUsBox .textImg {
		margin: 0 0 14px;
	}
	#main .contactUsBox .textImg img {
		width: 100%;
	}
	#main .contactUsBox ul {
		margin-bottom: 7px;
	}
	#main .contactUsBox li {
		width: calc((100% - 13px) / 2);
	}
	#main .contactUsBox li img {
		width: 100%;
	}
	#main .contactUsBox .note {
		font-size: 1rem;
	}		
	#main .titleBox {
		margin-bottom: 20px;
		padding: 0 0 120px;
		background: url(../img/index/sp_sec05_mark01.png) no-repeat left 58% bottom / 251px auto;
	}
	#main .titleBox .headLine01 {
		margin-bottom: 0;
		line-height: 1.4;
	}
	#main .titleBox .headLine01 span {
		margin-bottom: 8px;
	}
	#main .caseList .slick-slide {
		margin: 0 10px;
		width: 276px;
	}
	#main .slideBox .arrowList li {
		width: 33px;
		height: 33px;
		left: auto;
		transform: translateY(-50%);
	}
	#main .slideBox .arrowList li:hover {
		opacity: 1;
	}
	#main .slideBox .arrowList .prev {
		margin-left: 0;
		left: 7px;
	}
	#main .slideBox .arrowList .next {
		margin-left: 0;
		right: 7px;
	}
	#main .caseList li {
		margin: 23px 0;
		padding-bottom: 30px;
		border-radius: 8px;
		box-shadow: 4px 4px 0 #BAD1DF;
		overflow: visible;
	}
	#main .caseList li h3 {
		margin-bottom: 20px;
		padding: 28px 0 14px;
		min-height: inherit;
		font-size: 1.5rem;
		line-height: 24px;
		border-radius: 8px 8px 0 0;
	}
	#main .caseList li h3::after {
		display: none;
	}
	#main .caseList li h3 .num {
		padding-top: 2px;
		width: 45px;
		height: 45px;
		position: absolute;
		left: 50%;
		top: -22px;
		font-size: 1.2rem;
		line-height: 16px;
		transform: translateX(-50%);
		box-sizing: border-box;
	}
	#main .caseList li .txtBox {
		margin: 0 15px 21px;
		padding: 0 5px;
		padding-bottom: 20px;
		background-size: auto 4px;
	}
	#main .caseList li .txtBox h4 {
		margin-bottom: 10px;
		padding-left: 30px;
		font-size: 1.8rem;
		line-height: 25px;
		background-size: 19px auto;
	}
	#main .caseList li .txtBox p {
		font-size: 1.4rem;
		line-height: 23px;
		letter-spacing: 0.04em;
	}
	#main .caseList li .txtBox .emText {
		margin: 15px 0 0;
		padding: 10px 10px;
		font-size: 1.4rem;
		line-height: 18px;
		border-radius: 5px;
	}
	#main .caseList li dl {
		display: block;
		text-align: center;
	}
	#main .caseList li dt {
		margin: 0 auto 10px;
		padding: 2px 0 0;
		width: 134px;
		font-size: 1.4rem;
		letter-spacing: 0.04em;
		border-radius: 4px;
	}
	#main .caseList li dd {
		display: block;
		font-size: 1.8rem;
	}
	#main .caseList li dd span {
		margin: 8px 0 0;
		display: inline-block;
		vertical-align: top;
		font-size: 2.5rem;
	}
	#main .caseList li dd span::before {
		height: 6px;
	}
	#main .caseList .slick-dots {
		height: 8px;
		bottom: -4px;
	}
	#main .caseList .slick-dots li {
		margin: 0 5px;
		width: 8px;
		height: 8px;
	}
	#main .sec01 {
		margin-bottom: 64px;
	}
	#main .sec01 .headLine01 {
		margin-bottom: 20px;
	}
	#main .sec01 .imgBox {
		padding: 30px 15px 35px;
		display: block;
		border-radius: 8px;
		box-shadow: 4px 4px 0 #E8E0C4;
	}
	#main .sec01 .imgBox .textBox {
		margin: 0 0 13px;
		width: auto;
	}
	#main .sec01 .imgBox .textBox li {
		padding-left: 30px;
		font-size: 1.8rem;
		line-height: 25px;
		background-size: 21px auto;
		background-position: left top 2px;
	}
	#main .sec01 .imgBox .textBox li:not(:last-child) {
		margin-bottom: 19px;
	}
	#main .sec01 .imgBox .photoBox {
		width: 100%;
		margin: 0 auto;
		max-width: 276px;
	}
	#main .sec02 {
		padding: 60px 0;
	}
	#main .sec02 .headLine01 {
		margin-bottom: 20px;
	}
	#main .sec02 .area {
		margin-bottom: 26px;
		padding: 28px 15px 35px;
		border-radius: 8px;
		box-shadow: 4px 4px 0 #BAD1DF;
	}
	#main .sec02 .area h3 {
		margin-bottom: 25px;
		font-size: 2rem;
	}
	#main .sec02 .area h3 span {
		padding-left: 33px;
		background-size: 27px auto;
	}
	#main .sec02 .area .imgBox {
		display: block;
	}
	#main .sec02 .area .imgBox .photoBox {
		margin: 0 auto;
		width: 100%;
		max-width: 288px;
	}
	#main .sec02 .area .imgBox .textBox {
		margin: 0 0 23px;
		width: auto;
	}
	#main .sec02 .area .imgBox .textBox li {
		padding-bottom: 15px;
		font-size: 1.8rem;
		background-size: auto 4px;
		font-feature-settings: "palt";
	}
	#main .sec02 .area .imgBox .textBox li:not(:last-child) {
		margin-bottom: 12px;
	}
	#main .sec02 .area .imgBox .textBox li::before {
		margin: 3px 4px 0 0;
		padding-right: 1px;
		width: 23px;
		height: 23px;
		font-size: 1.5rem;
		line-height: 23px;
	}
	#main .sec02 .textImg {
		text-align: center;
	}
	#main .sec03 {
		margin-bottom: 60px;
		padding: 58px 0 124px;
		position: relative;
		background: url(../img/index/sp_sec03_bg01.png) no-repeat center top 30px / 90% auto,url(../img/index/sec03_bg02.png) repeat left top / 10px auto;
	}
	#main .sec03::before {
		width: 275px;
		height: 181px;
		position: absolute;
		left: 50%;
		bottom: -17px;
		transform: translateX(-50%);
		background: url(../img/index/sp_sec03_bg02.png) no-repeat center center / 275px auto;
		content: "";
		z-index: 1;
	}
	#main .sec03 .headLine01 {
		margin-bottom: 18px;
	}
	#main .sec03 ul {
		margin: 0 5px;
		max-width: inherit;
	}
	#main .sec03 ul::after {
		display: none;
	}
	#main .sec03 li {
		margin-bottom: 15px;
		padding-top: 17px;
		width: 160px;
		height: 160px;
		font-size: 1.5rem;
		line-height: 23px;
		background-size: 100% auto;
	}
	#main .sec03 li .ttl {
		margin-bottom: -5px;
		font-size: 1rem;
	}
	#main .sec03 li .txt {
		min-height: 100px;
	}
	#main .sec04 .photo {
		margin: -2px -4px 15px 0;
	}
	#main .sec04 .textImg {
		margin: 0 -14px 0 7px;
	}
	#main .sec05 {
		margin: -60px 0 60px;
		padding: 120px 0 62px;
	}
	#main .sec05 .headLine01 {
		line-height: 32px;
	}
	#main .sec05 .headLine01 span {
		margin-bottom: 4px;
	}
	#main .sec06 .photo {
		margin: -2px 12px 15px 15px;
	}
	#main .sec06 .textImg {
		margin: 0 2px 0 22px;
	}
	#main .sec07 {
		margin: -60px 0 60px;
		padding: 120px 0 65px;
	}
	#main .sec07 .titleBox {
		margin-bottom: 23px;
		padding: 0 0 117px;
		background-size: 157px auto;
		background-position: left 58% bottom;
	}
	#main .sec07 .titleBox .headLine01 span {
		margin-bottom: 0;
	}
	#main .sec07 .caseList li {
		box-shadow: 3px 3px 0 #F8E0A5;
	}
	#main .sec08 {
		margin-bottom: 60px;
	}
	#main .sec08 .textImg {
		margin: 0 5px 90px 15px;
	}
	#main .sec08 .contactUsBox {
		margin: 0;
		padding-top: 1px;
	}
	#main .sec08 .contactUsBox .textImg {
		margin: -47px 0 14px;
	}
	#main .sec08 .contactUsBox .time {
		margin-bottom: 15px;
	}
	#main .sec09 {
		margin-bottom: 54px;
	}
	#main .sec09 .headLine01 {
		margin-bottom: 22px;
	}
	#main .sec09 h3 {
		margin: -2px 0 21px;
		padding: 5px;
		font-size: 1.8rem;
		border-radius: 5px;
	}
	#main .sec09 h3 span {
		margin: 0 20px 0 0;
	}
	#main .sec09 h4 {
		margin-bottom: 15px;
		font-size: 1.8rem;
		line-height: 24px;
	}
	#main .sec09 .topText {
		margin-bottom: 19px;
		font-size: 1rem;
		letter-spacing: 0.04em;
		line-height: 14px;
		text-align: left;
	}
	#main .sec09 .contactBox {
		margin-bottom: 56px;
		padding: 26px 20px 30px;
		box-shadow: 4px 4px 0 #E8E0C4;
	}
	#main .sec09 .contactBox::after {
		width: 20px;
		height: 10px;
		bottom: -34px;
	}
	#main .sec09 .contactBox .text {
		margin-bottom: 30px;
	}
	#main .sec09 .contactBox .text span {
		padding-left: 45px;
		background-size: 35px auto;
		background-position: left top 5px;
	}
	#main .sec09 .contactBox .text em {
		margin: 10px 0 0 -45px;
		font-size: 1.4rem;
		line-height: 23px;
		text-align: center;
	}
	#main .sec09 .contactBox .zoomBox {
		padding-bottom: 28px;
	}
	#main .sec09 .contactBox .zoomBox .title {
		margin-bottom: 17px;
		font-size: 1.8rem;
		line-height: 24px;
	}
	#main .sec09 .contactBox .zoomBox .stepList {
		margin-bottom: 22px;
	}
	#main .sec09 .contactBox .zoomBox .stepList li {
		margin-bottom: 10px;
		padding: 9px 15px;
		min-height: 70px;
		font-size: 1.4rem;
		line-height: 23px;
		align-items: flex-start;
		border-radius: 8px;
	}
	#main .sec09 .contactBox .zoomBox .stepList li:nth-child(2) {
		align-items: center;
	}
	#main .sec09 .contactBox .zoomBox .stepList li span {
		margin: 6px 12px 0 0;
		width: 58px;
		height: 58px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.2rem;
		line-height: 18px;
		letter-spacing: 0.04em;
		border-radius: 6px;
	}
	#main .sec09 .contactBox .zoomBox .stepList li:nth-child(2) span {
		margin-top: 0;
	}
	#main .sec09 .contactBox .zoomBox .textList > li {
		padding-left: 16px;
		font-size: 1rem;
		line-height: 1.4;
		background-size: 8px auto;
		background-position: left 2px top 3px;
	}
	#main .sec09 .contactBox .zoomBox .textList li a:hover {
		text-decoration: underline;
	}
	#main .sec09 .contactBox .zoomBox .textList ul {
		margin: 7px 1px;
		max-width: 432px;
		display: flex;
		justify-content: space-between;
	}
	#main .sec09 .contactBox .zoomBox .textList ul li {
		margin-right: 0;
		width: calc((100% - 8px) / 2);
		display: block;
	}
	#main .sec09 .contactBox .zoomBox .textList p {
		font-size: 1rem;
		line-height: 14px;
	}
	#main .sec09 .contactBox .button {
		margin: 0;
	}
	#main .sec09 .contactBox .button a {
		padding: 8px 40px 8px;
		font-size: 1.4rem;
		border-width: 1px;
		background: #fff url(../img/common/sp_icon02.png) no-repeat right center / 50px auto;
	}
	#main .sec09 .contactBox .button.on a {
		background-image: url(../img/common/sp_icon01.png);
	}
	#main .sec09 .ctrText {
		margin: -3px 0 14px;
		padding-top: 0;
		text-align: left;
	}
	#main .sec09 .contactBox.noBg {
		margin-bottom: 53px;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
		background: none;
	}
	#main .sec09 .contactBox.noBg::after {
		bottom: -30px;
	}
	#main .sec10 {
		margin-bottom: 60px;
		padding: 59px 0 44px;
	}
	#main .sec10 .headLine01 {
		margin-bottom: 21px;
	}
	#main .sec10 h3 {
		margin: 0 0 24px;
		padding: 3px 5px 4px;
		font-size: 1.8rem;
		border-radius: 4px;
	}
	#main .sec10 dl {
		display: block;
		text-align: center;
	}
	#main .sec10 dl:not(:last-of-type) {
		margin-bottom: 57px;
	}
	#main .sec10 dt:not(:last-of-type),
	#main .sec10 dd:not(:last-of-type) {
		margin-bottom: 6px;
	}
	#main .sec10 dd:not(:last-of-type) {
		margin-bottom: 25px;
	}
	#main .sec10 dt {
		width: auto;
		font-size: 1.8rem;
		border-bottom: none !important;
	}
	#main .sec10 dd {
		padding-bottom: 29px;
		width: auto;
	}
	#main .sec10 dd:last-child {
		padding-bottom: 0;
	}
	#main .sec10 dd h4 {
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	#main .sec10 dd .ttl {
		margin-bottom: 2px;
	}
	#main .sec10 dd .noteList li {
		padding-left: 15px;
		font-size: 1rem;
		line-height: 1.4;
		text-align: left;
		background-size: 8px auto;
		background-position: left 2px top 3px;
	}
	#main .sec10 table {
		margin: 10px 0;
	}
	#main .sec10 th,
	#main .sec10 td {
		padding: 11px 0 12px;
		height: 44px;
		font-size: 1.4rem; 
		line-height: 19px;
	}
	#main .sec10 th {
		padding: 0;
		width: 17%;
		height: 33px;
	}
	#main .sec10 th:nth-child(2) {
		width: 38%;
	}
	#main .sec10 th:nth-child(3) {
		width: 45%;
	}
	#main .sec10 th:last-child,
	#main .sec10 td:last-child {
		border-right: none;
	}
	#main .sec10 .taLeft {
		padding-left: 4.6%;
		text-align: left !important;
	}
	#main .sec11 {
		margin-bottom: 61px;
	}
	#main .sec11 .headLine01 {
		margin-bottom: 20px;
	}
	#main .sec11 .qaDl {
		margin-bottom: 10px;
		padding: 10px 14px;
	}
	#main .sec11 .qaDl > dd .en,
	#main .sec11 .qaDl > dt .en {
		margin-right: 6px;
		width: 24px;
	}
	#main .sec11 .qaDl > dd span,
	#main .sec11 .qaDl > dt span {
		width: calc(100% - 70px);
	} 
	#main .sec11 .qaDl > dd span {
		width: 100%;
	} 
	#main .sec11 .qaDl > dt {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .sec11 .qaDl > dt::before,
	#main .sec11 .qaDl > dt::after {
		width: 18px;
		height: 2px;
		right: 0;
		top: calc(50% - 1px);
	}
	#main .sec11 .qaDl > dd {
		margin-top: 11px;
		padding-top: 16px;
	}
	#main .sec11 .qaDl > dd .en {
		display: none;
	}
	#main .sec11 .qaDl dl {
		margin: 15px 0 0;
	}
	#main .sec11 .qaDl dl dd,
	#main .sec11 .qaDl dl dt {
		padding-right: 10px;
		width: 50%;
	}
	#main .sec11 .qaDl dl dd {
		padding: 0 0 0 10px;
	}
	#main .sec12 {
		margin-bottom: 60px;
		padding: 60px 0 63px;
	}
	#main .sec12 .headLine01 {
		margin-bottom: 21px;
	}
	#main .sec12 .mailForm {
		margin: 0 auto;
		padding: 35px 20px 50px;
		box-shadow: 3px 3px 0 #e8e0c4;
	}
	#main .sec12 .mailForm select,
	#main .sec12 .mailForm textarea,
	#main .sec12 .mailForm input {
		padding: 2px 12px;
		height: 41px;
		border-radius: 3px;
		font-size: 1.4rem;
		border-color: #DADADA;
	}
	#main .sec12 .mailForm dl {
		margin-bottom: 19px;
	}
	#main .sec12 .mailForm dt {
		margin-bottom: 6px;
		font-size: 1.4rem;
		line-height: 1.2;
	}
	#main .sec12 .mailForm dt span {
		margin-left: 8px;
		padding: 2px;
		width: 30px;
		font-size: 1rem;
		border-radius: 3px;
	}
	#main .sec12 .mailForm dd {
		margin-bottom: 30px;
	}
	#main .sec12 .mailForm .ddStyle02 li {
		margin-right: 15px;
		font-size: 1.4rem;
	}
	#main .sec12 .mailForm .ddStyle02 input + span {
		padding: 4px 0 4px 22px;
		background-size: 18px auto;
	}
	#main .sec12 .mailForm .ddStyle01 li {
		margin-bottom: 10px;
	}
	#main .sec12 .mailForm .ddStyle01 span {
		padding-right: 5px;
		width: 71px;
		font-size: 1.4rem;
		flex-shrink: 0;
	}
	#main .sec12 .mailForm .ddStyle01 input {
		padding: 2px 40px 2px 12px;
		background-size: 18px auto;
		background-position: right 14px center;
		width: calc(100% - 71px);
	}
	#main .sec12 .mailForm dd:last-of-type {
		margin-bottom: 0;
	}
	#main .sec12 .mailForm select {
		padding: 2px 30px 2px 12px;
		color: #000;
		background-size: 9px auto;
		background-position: right 13px center;
	}
	#main .sec12 .mailForm textarea {
		height: 250px;
	}
	#main .sec12 .mailForm p {
		margin-bottom: 23px;
		text-align: justify;
	}
	#main .sec12 .mailForm h3 {
		margin-bottom: 6px;
		font-size: 1.4rem;
	}
	#main .sec12 .mailForm .textList {
		margin-bottom: 24px;
	}
	#main .sec12 .mailForm .textList li {
		padding: 0 10px 0 13px;
		font-size: 1rem;
		line-height: 1.4;
		background-size: 8px auto;
		background-position: left top 3px;
	}
	#main .sec12 .mailForm .agree {
		margin-bottom: 44px;
	}
	#main .sec12 .mailForm .agree input + span {
		padding-left: 22px;
		font-size: 1.4rem;
		background-position: left top 35%;
		background-size: 17px auto;
	}
	#main .sec12 .mailForm .agree input + span:hover {
		opacity: 1;
	}
	#main .sec12 .mailForm .submit li {
		width: auto;
	}
	#main .sec12 .mailForm .submit input {
		margin: 0 auto;
		width: 100%;
		height: 55px;
		max-width: inherit;
		font-size: 2rem;
		line-height: 1;
		border-radius: 8px;
		box-sizing: border-box;
	}
	#main .sec12 .mailForm .submit input:hover {
		opacity: 1;
	}
	#main .sec13 {
		margin-bottom: 56px;
	}
	#main .sec13 .imgBox {
		padding-top: 5px;
		display: block;
	}
	#main .sec13 .imgBox .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .sec13 .imgBox .textBox th,
	#main .sec13 .imgBox .textBox td {
		padding: 15px 0;
		font-size: 1.4rem; 
		line-height: 23px;
	}
	#main .sec13 .imgBox .textBox td {
		padding-left: 4px;
	}
	#main .sec13 .imgBox .photoBox {
		margin: 0 auto 13px;
		width: 78.5%;
	}
	#main .sec13 .imgBox .photoBox img {
		width: 100%;
	}
	#main .sec13 .imgBox .photoBox .logo {
		margin-bottom: 12px;
		width: auto;
		max-width: 232px;
	}
}
@media (min-width: 380px) and (max-width: 896px) {
	#main .sec03 ul {
		margin: 0 auto;
		max-width: 340px;
	}
}
@media all and (max-width: 374px) {
	#main .sec02 .area h3 span {
		padding: 5px 0 5px 33px;
		font-size: 1.6rem;
	}
	#main .sec03 {
		padding-bottom: 140px;
	}
	#main .sec03 ul {
		margin: 0;
	}
	#main .sec03 li {
		padding-top: 17px;
		width: 140px;
		height: 140px;
		font-size: 1.4rem;
	}
	#main .sec13 .imgBox .textBox th,
	#main .sec13 .imgBox .textBox td {
		width: 25%;
	}
	#main .sec13 .imgBox .textBox td {
		width: 75%;
	}
	#main .sec10 th,
	#main .sec10 td {
		padding: 11px 5px 12px;
		font-size: 1.2rem;
	}
}
@media all and (max-width: 359px) {
	#main .sec11 .qaDl dl {
		font-size: 1.2rem;
	}
}
@media all and (-ms-high-contrast:none){
	#main .sec01 .imgBox .textBox li {
		background-position: left top 4px;
	}
	#main .sec02 .area .imgBox .textBox li::before {
		padding: 3px 1px 0 0;
	}
	#main .caseList li h3 .num {
		padding-top: 11px;
		box-sizing: border-box;
	}
	#main .sec09 .contactBox .button a {
		background-position: right -1px center;
		position: relative;
		z-index: 2;
		background-image: none;
	}
	#main .sec09 .contactBox .button a::after {
		width: 56px;
		height: 100%;
		position: absolute;
		right: -1px;
		top: 0;
		background: #fff url(../img/common/icon08.png) no-repeat right -1px center;
		background-color: #006eb0;
		border-radius: 0 50px 50px 0;
		content: '';
	}
	#main .sec09 .contactBox .button.on a::after {
		background-image: url(../img/common/icon07.png);
	}
	#main .sec09 h3 {
		padding: 14px 10px 8px;
	}
	#main .sec09 .contactBox .button a {
		padding: 9px 30px 2px;
	}
	#main .sec10 h3 {
		padding: 13px 5px 5px;
	}
	#main .sec12 .mailForm dt span {
		padding: 5px 2px 0;
	}
	#main .sec12 .mailForm .ddStyle01 input {
		padding: 5px 60px 2px 27px;
	}
	#main .sec12 .mailForm .agree input + span {
		background-position:  left top calc(50% - 2px);
	}
	#main .sec12 .mailForm .submit input {
		padding: 15px 25px 10px;
	}
}
@media (max-width: 896px) and (-ms-high-contrast:none) {
	#main .sec09 .contactBox .button a::after {
		width: 50px;
	}
}