@charset "utf-8";
/* CSS Document */

.entry-content {
	font-size: 1.125rem;
}
.entry-content p {
	line-height: 2;
	letter-spacing: .04em;
}
.entry-content h2 {
	font-size: 1.75rem;
	padding: 1.875rem;
	background-color: #005B9C;
	color: #FFF;
	border-radius: 10px;
}
.entry-content h3 {
	border-bottom: 5px solid #B3E3E8;
	font-size: 1.5rem;
	padding: 1rem .5rem;
}
.entry-content h4 {
	background-color: #F3F6F7;
	position: relative;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 1rem .5rem;
}
.entry-content h4::before {
	position: absolute;
	left: 0;
	top: -2px;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #CBCBCB;
}
.entry-content h4::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #CBCBCB;
}
.entry-content h5 {
	position: relative;
	padding-left: 2rem;
	font-size: 1.125rem;
	font-weight: 500;
}
.entry-content h5::before {
	position: absolute;
	left: 0;
	top: 12px;
	content: '';
	width: 16px;
	height: 3px;
	background-color: #005B9C;
}
.entry-content p.pb1 {
	padding-bottom: 1rem;
}
.entry-content p.pb0 {
	padding-bottom: 0;
}
.tx-u {
	text-decoration: underline;
	font-weight: 500;
}
body.about .entry-header {
	background-image: url(images/head-image001.jpg);
}
body.service .entry-header {
	background-image: url(images/head-image002.jpg);
}
body.re-group .entry-header {
	background-image: url(images/head-image003.jpg);
	background-position: center top 40%;
}
body.post-type-archive-works .page-header,body.tax-group .page-header,body.single-works .entry-header {
	background-image: url(images/head-image004.jpg);
	background-position: center top 85%;
}
.entry-content p.about-en {
	font-size: 4.5rem;
	color: #C7DBE1;
	width: 100%;
	line-height: 1;
	padding-bottom: 0;
}
body.about .entry-content h2 {
	font-weight: 500;
	font-size: 2rem;
	background-color: transparent;
	color: #000;
	padding: 0 0 3rem 0;
	margin: 2rem auto 3rem auto;
	position: relative;
}
body.about .entry-content h2::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100px;
	height: 1px;
	background-color: #808080;
}
.greeting-box {
	display: flex;
	flex-wrap: wrap;
	padding: 2rem 0 10rem 0;
}
.greeting-box .image {
	width: 30%;
	margin: 0;
}
.greeting-box .tx {
	width: 65%;
	margin: 0 0 0 5%;
}
.info-box {
	margin: 6rem 0 12rem 10%;
	background-color: #E8EBEC;
	padding: 8%;
	position: relative;
}
.info-box.company {
	margin-top: 18rem;
	padding: 8% 0;
}
.info-box.company .c2-img {
	position: relative;
	z-index: 3;
	display: flex;
	flex-wrap: wrap;
	margin-top: -18rem;
	width: 100%;
	margin-left: -10%;
	margin-bottom: 6rem;
}
.info-box.company .c2-img .box {
	width: 50%;
}
.info-box.company .c2-img .box:nth-child(2) {
	position: relative;
	z-index: 4;
	margin-left: -5%;
	margin-top: 8rem;
}
table.type-line {
	border-width: 0;
	max-width: 960px;
	margin: 0 auto;
}
table.type-line th, table.type-line td {
	border: 1px solid #C0C0C0;
	border-width: 0 0 1px 0;
	padding: 1rem .5rem;
}
table.type-line th {
	width: 25%;
	font-weight: 500;
	vertical-align: top;
}
.info-box.company table.type-line tr:last-child th, .info-box.company table.type-line tr:last-child td {
	border-width: 0;
}
.staff-box {
	margin: 7rem auto 10rem auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.staff-box::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-color: #E8EBEC;
	width: 55%;
	height: 420px;
}
.staff-box .tx {
	margin: 5rem 5% 0 5%;
	width: 38%;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 5rem 0;
}
.staff-box .image {
	width: 52%;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	margin-top: -8rem;
}
.f-orange {
	margin: 0 auto 2rem auto;
	position: relative;
	color: #E78C00;
	font-weight: 700;
	font-size: 1.25rem;
	padding: 0 2.5rem;
	display: inline-flex;
	line-height: 1.5;
}
.f-orange::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 22px;
	height: 40px;
	background-image: url(images/f-orange-l.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.f-orange::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 22px;
	height: 40px;
	background-image: url(images/f-orange-r.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.line-dot {
	border-bottom: 2px dotted #999;
	padding-bottom: .5rem;
	margin-bottom: .75rem;
	display: inline-flex;
	font-weight: 500;
}
.entry-content .staff-box p.tx-c {
	padding: 0;
}
.acc-box {
	max-width: 1100px;
	margin: 0 auto;
}
.acc-box p {
	line-height: 1.5;
	width: 100%;
	padding: .75rem 0 0 0;
}
.no-sidebar.service .entry-content {
	max-width: initial;
	padding-top: 6rem;
	margin: 0 auto;
}
.no-sidebar.service .entry-content ul.ser-icon-sub {
	max-width: 1300px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 5rem auto;
	padding: 0;
	list-style-type: none;
}
ul.ser-icon-sub li {
	width: 23%;
	margin: 0 1% 1rem 1%;
}
ul.ser-icon-sub li a {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	flex-wrap: wrap;
	min-height: 70px;
	line-height: 1.1;
	padding-left: 4.5rem;
	font-weight: 700;
	color: #005B9C;
	position: relative;	
	border: 2px solid #005B9C;
}
ul.ser-icon-sub li a::before {
	position: absolute;
	left: 10px;
	top: 16px;
	content: '';
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 45px;
	height: 36px;
}
ul.ser-icon-sub li:nth-child(1) a::before {
	background-image: url(images/biz-icon001.png);
}
ul.ser-icon-sub li:nth-child(2) a::before {
	background-image: url(images/biz-icon004.png);
}
ul.ser-icon-sub li:nth-child(3) a::before {
	background-image: url(images/biz-icon002.png);
}
ul.ser-icon-sub li:nth-child(4) a::before {
	background-image: url(images/biz-icon003.png);
}
ul.ser-icon-sub li:nth-child(5) a::before {
	background-image: url(images/biz-icon008.png);
}
ul.ser-icon-sub li:nth-child(6) a::before {
	background-image: url(images/biz-icon006.png);
}
ul.ser-icon-sub li:nth-child(7) a::before {
	background-image: url(images/biz-icon005.png);
}
ul.ser-icon-sub li:nth-child(8) a::before {
	background-image: url(images/biz-icon012.png);
}
ul.ser-icon-sub li:nth-child(9) a::before {
	background-image: url(images/biz-icon009.png);
}
ul.ser-icon-sub li:nth-child(10) a::before {
	background-image: url(images/biz-icon010.png);
}
ul.ser-icon-sub li:nth-child(11) a::before {
	background-image: url(images/biz-icon011.png);
}
ul.ser-icon-sub li:nth-child(12) a::before {
	background-image: url(images/biz-icon007.png);
}
ul.ser-icon-sub li a::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #005B9C;
	border-right: solid 2px #005B9C;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 27px;
	right: 20px;
}
.service-box {
	padding: 9rem 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.service-box.white {
	background-color: #FFF;
}
.service-box.gray {
	background-color: #F4F7F8;
	position: relative;
	flex-flow: row-reverse;
}
.service-box .image {
	width: 50%;
	position: relative;
	z-index: 3;
}
.service-box .tx {
	width: 50%;	
	padding: 0 3rem;
	position: relative;
	z-index: 3;
}
.entry-content .service-box h2 {
	background-color: transparent;
	color: #000;
}
.service-box.white::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(images/wave-bg-color.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
.service-box.gray::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(images/wave-bg-white.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
#ser12 .service-box.gray {
	padding-bottom: 15rem;
}
#ser12 .service-box.gray::before {
	display: none;
}
.entry-content .service-box h2 {
	background-color: transparent;
	color: #000;
	font-size: 2.25rem;
	text-align: center;
	padding: 6.25rem 0 0 0;
	margin: 0 auto 3rem auto;
	letter-spacing: .08em;
	position: relative;
}
.entry-content .service-box h2::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	content: '';
	width: 80px;
	height: 80px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.entry-content #ser01 .service-box h2::before {
	background-image: url(images/ser-icon001.png);
}
.entry-content #ser02 .service-box h2::before {
	background-image: url(images/ser-icon004.png);
}
.entry-content #ser03 .service-box h2::before {
	background-image: url(images/ser-icon002.png);
}
.entry-content #ser04 .service-box h2::before {
	background-image: url(images/ser-icon003.png);
}
.entry-content #ser05 .service-box h2::before {
	background-image: url(images/ser-icon008.png);
}
.entry-content #ser06 .service-box h2::before {
	background-image: url(images/ser-icon006.png);
}
.entry-content #ser07 .service-box h2::before {
	background-image: url(images/ser-icon005.png);
}
.entry-content #ser08 .service-box h2::before {
	background-image: url(images/ser-icon012.png);
}
.entry-content #ser09 .service-box h2::before {
	background-image: url(images/ser-icon009.png);
}
.entry-content #ser10 .service-box h2::before {
	background-image: url(images/ser-icon010.png);
}
.entry-content #ser11 .service-box h2::before {
	background-image: url(images/ser-icon011.png);
}
.entry-content #ser12 .service-box h2::before {
	background-image: url(images/ser-icon007.png);
}
.entry-content .service-box h2.mb-s {
	margin-bottom: .5rem;	
}
.entry-content .service-box p.fs-ss {
	font-size: 1rem;
	text-align: center;
	color: #005B9B;
	font-weight: 500;
}
body.service .entry-content, body.service .site-main {
	padding-bottom: 0;
}
.service-box .w100 {
	padding: 3rem;
	width: 100%;
	position: relative;
	z-index: 5;
}
ul.melit-col2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
ul.melit-col2 li {
	margin: 1rem 2%;
	width: 46%;
	border: 1px dotted #999;
	padding: 1.5rem;
	font-size: 1rem;
}
ul.melit-col2 li {
	margin: 1rem 2%;
	width: 46%;
	border: 1px dotted #999;
	padding: 1.5rem;
	font-size: 1rem;
	background-color: #F4F7F8;
}
ul.circle {
	width: 100%;
	padding: 0 1rem 1rem 1rem;
	font-size: 1.1rem;
	list-style-type: none;
}
.service-box .w100 ul.circle {
	padding: 0 3rem 1rem 3rem;
}
ul.circle li {
	position: relative;
	padding-left: 1.25rem;
}
ul.circle li::before {
	background-color: #B2E2E7;
	border-radius: 50vh;
	width: 7px;
	height: 7px;
	position: absolute;
	content: '';
	left: 0;
	top: 12px;
}
.entry-content ol {
	width: 100%;
	padding: 0 1rem 1rem 1rem;
	list-style-type: none;
	counter-reset: number 0;
}
.entry-content ol li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: .75rem;
}
.entry-content ol li::before {
	counter-increment: number 1;
	content: counter(number)".";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
.tax-list {
	max-width: 1300px;
	margin: 5rem auto 3rem auto;
	padding: 0 .5rem;
}
.tax-list ul {
	width: 100%;
	margin: 0 auto;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.tax-list ul li {
	width: calc(100% / 6);
	padding: 0 5px;
}
.tax-list ul li a {
	position: relative;
	border: 2px solid #005B9C;
	color: #005B9C;
	display: block;
	padding: 1rem;
	font-weight: 700;
	font-size: 1.125rem;
}
.tax-list ul li a::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #005B9C;
	border-right: solid 2px #005B9C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 27px;
	right: 12px;
}
.list-area {
	display: flex;
	flex-wrap: wrap;
	max-width: 1500px;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 5rem;
}
.list-area .n-box {
	width: 21%;
	margin: 0 2% 2rem 2%;
}
.list-area .n-box a {
	position: relative;
	display: block;
	font-weight: 500;
	color: #000;
	font-size: 1.125rem;
}
.list-area .n-box a .group {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
	font-size: .875rem;
	font-weight: 500;
	color: #FFF;
	padding: .75rem 1.75rem;
}
.list-area .n-box a .ecocute {
	background-color: #2AA738;
}
.list-area .n-box a .solar {
	background-color: #F39800;
}
.list-area .n-box a .aircon {
	background-color: #61AAE5;
}
.list-area .n-box a .reform {
	background-color: #7C929D;
}
.list-area .n-box a .electrical-work {
	background-color: #DC67E5;
}
.list-area .n-box a .other {
	background-color: #AFAEA7;
}
body.archive.post-type-archive-works .list-area article,body.tax-group .list-area article,body.archive .list-area article {
	padding: 0;
}
.ws-title .entry-title {
	background-color: #005B8D;
	border-radius: 6px;
	max-width: 1300px;
	width: 98%;
	margin: 2rem auto;
	color: #FFF;
	text-align: left;
	padding: 2.5rem 1.5rem;
	letter-spacing: .06em;
	font-size: 2.25rem;
}
.return {
	margin: 0 auto;
	padding: 2rem 0 5rem 0;
	text-align: center;
	max-width: 300px;
	width: 80%;
}
.return a {
	background-color: #005B94;
	color: #FFF;
	text-align: center;
	display: block;
	padding: 1.5rem;
	position: relative;
	font-weight: 500;
}
.return a::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 33px;
	right: 20px;
}
.detail-head {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 8rem auto;
	background-color: #EAEDEE;
	display: flex;
	flex-wrap: wrap;
	padding: 3rem 0;
	justify-content: center;
}
.detail-head .comment-area, .detail-head .thum-l {
	width: 44%;
	margin: 0 3%;
}
.detail-head .comment-area {
	font-size: 1.125rem;
	line-height: 2.25;
	padding-top: 1rem;
}
.ba-area {
	margin: 0 auto;
	padding: 0 0 5rem 0;
	width: 100%;
}
.ba-area .ba-title {
	border-bottom: 3px solid #005B8D;
	font-size: 1.5rem;
	color: #005B8D;
	font-weight: 700;
	padding: 1rem .5rem;
	margin: 0 auto 2rem auto;
	background-color: transparent;
	border-radius: 0;
}
.qa-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 2.5rem;
}
.qa-box .before {
	width: 32%;
	max-width: 420px;
	margin-right: 15%;
	position: relative;
}
.qa-box .before::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	border-top: solid 8px #D9DCDD;
	border-right: solid 8px #D9DCDD;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: -25%;
}
.qa-box .after {
	max-width: 500px;
	width: 53%;
}
.qa-box .before .title,.qa-box .after .title {
	display: inline-block;
	line-height: 1;
	margin: 0 0 .25rem 0;
	padding: .5rem 1.5rem;
	color: #FFF;
	font-weight: 500;
}
.qa-box .before .title {
	background-color: #6BBDC7;
}
.qa-box .after .title {
	background-color: #FF9B2E;
}
.pana-box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 3rem 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pana-box .logo {
	width: 20%;
	margin: 0;
}
.pana-box .tx {
	width: 75%;
	margin: 0 0 0 5%;
	font-size: 1rem;
}
.pana-box .tx p {
	width: 100%;
	padding: 0;
}
.pana-box .tx .regular {
	padding: .25rem 2rem;
	background-color: #E68B00;
	color: #FFF;
	text-align: center;
	max-width: 460px;
	border-radius: 50vh;
	margin-bottom: .75rem;
}
.group-cont {
	margin: 5rem auto;
	background-color: #F2F5F6;
	padding: 3.5em 4rem;
}
.entry-content .group-cont h2 {
	background-color: transparent;
	color: #005B9C;
	padding: 1rem 0 0 0;
	margin: 0 auto 2rem auto;
}
.group-box p {
	width: 100%;
}
.group-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.group-box .info {
	width: 47%;
	margin: 0 8% 0 0;
	padding-top: .5rem;
}
.group-box .image {
	width: 45%;
}
table.re-info {
	border: 1px solid #CCC;
	border-width: 1px 0 0 0;
}
table.re-info th, table.re-info td {
	border: 1px solid #CCC;
	border-width: 0 0 1px 0;
	font-size: 1rem;
	line-height: 1.5;
	padding: 1rem .5rem;
}
table.re-info th {
	background-color: #E2EBED;
	font-weight: 500;
	text-align: center;
	width: 80px;
}
.group-cont .btn {
	max-width: 240px;
	margin: 1rem 0 0 0;
}
.group-cont .btn a {
	display: block;
	text-align: left;
	line-height: 1;
	padding: 1rem;
	background-color: #005B9B;
	color: #FFF;
	font-weight: 500;
	font-size: 1rem;
	text-decoration: none;
	position: relative;
}
.group-cont .btn a::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	right: 15px;
}
.entry-content .group-cont h2:nth-of-type(2) {
	margin-top: 3rem;
}
table.form,#wpcf7cpcnf table {
	border-width: 1px 0 0 0;
	margin-bottom: 30px;
}
table.form th, table.form td,#wpcf7cpcnf table th,#wpcf7cpcnf table td {
	border-width: 0 0 1px 0;
	padding: 25px 12px;
	box-sizing: border-box;
}
table.form th,#wpcf7cpcnf table th {
	font-size: 1.25rem;
	border-width: 0 0 1px 0;
	padding: 16px 12px;
	width: 25%;
	background-color: #F2F5F6;
}
table.form td p {
	padding: 10px 4px;
	line-height: 1.375;
}
#wpcf7cpcnf table th p,#wpcf7cpcnf table td p {
	padding-bottom: 0;
}
.hissu {
	display: inline-block;
	box-sizing: border-box;
	line-height: 1;
	background-color: #BF5151;
	color: #FFF;
	font-weight: 500;
	padding: 4px 10px;
	font-size: .9375rem;
	margin-left: 20px;
}
select, option {
	padding: 0.625em 0.4375em;	
}
.form-btn {
	margin: 0 auto 30px auto;
	text-align: center;
}
.form-btn input {
	min-width: 200px;
}
.form-btn input:hover {
	opacity: .6;
}
div.wpcf7cp-btns {
	text-align: center;
}
div.wpcf7cp-btns button {
	background-color: #124582;
	padding: 20px 40px;
}
input,select,textarea {
	font-family: "Zen Maru Gothic","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica",Verdana, sans-serif;
	
}
.service-box .image ul.over-col2 {
	width: 100%;
	margin: 0 auto;
	padding: 5rem 0 0 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.service-box .image ul.over-col2 li {
	width: 52%;
}
.service-box .image ul.over-col2 li:nth-child(2) {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 2rem;
}

@media screen and (max-width:1240px){
	.info-box.company {
		padding: 8% 5%;
	}
	.line-dot {
		font-size: 1rem;
	}
	ul.ser-icon-sub li a::before {
		width: 35px;
		height: 28px;
		top: 20px;
	}
	ul.ser-icon-sub li a {
		padding-left: 3.75rem;
	}
	ul.ser-icon-sub li a::after {
		width: 8px;
		height: 8px;
		right: 12px;
		top: 28px;
	}
	.service-box .tx {
		padding: 0 3rem;
	}
}
@media screen and (max-width:1024px){
	.info-box.company .c2-img {
		margin-bottom: 3rem;
	}
	.staff-box .image {
		position: relative;
		width: 75%;
		max-width: 640px;
		margin: 2rem auto;
	}
	.staff-box {
		margin-top: 0;
	}
	.staff-box::before {
		display: none;
	}
	.staff-box .tx {
		background-color: #E8EBEC;
		width: 100%;
		margin: 0 auto 3rem auto;
	}
	.f-orange {
		font-size: 1.5rem;
	}
	.line-dot {
		font-size: 1.125rem;
	}
	ul.ser-icon-sub li {
		width: calc(100% / 3);
		margin: 0 0 1rem 0;
		padding: 0 1%;
	}
	.service-box .tx {
		width: 100%;
		padding: 0 2rem;
	}
	.service-box .image {
		width: 90%;
		margin: 0 auto;
	}
	#ser01 .service-box.white {
		padding-top: 5rem;
	}
	.service-box.gray {
		flex-flow: initial;
		flex-wrap: wrap;
	}
	body.re-group .entry-header {
		background-position: center top;
		background-size: 100%;
	}
	.tax-list ul li {
		width: calc(100% / 4);
		margin: 0 0 .5rem 0;
	}
	body.post-type-archive-works .page-title,body.tax-group .page-title,body.archive .page-title {
		text-align: center;
	}
	body.category .list-area .n-box a {
		font-size: .9rem;
		line-height: 1.375;
	}
	body.single-works .entry-header .entry-title {
		text-align: center;
	}
	.detail-head .comment-area, .detail-head .thum-l {
		width: 90%;
		margin: 1rem auto;
	}
	.detail-head .comment-area {
		order: 2;
	}
	.detail-head .thum-l {
		order: 1;
		max-width: 640px;
		margin: 0 auto;
	}
	.qa-box .before::after {
		top: 32%;
	}
	body.service .entry-content p.tx-c {
		text-align: left;
	}
	.service-box .w100 {
		padding-bottom: 0;
	}
}
@media screen and (max-width:768px){
	.entry-content p.about-en {
		font-size: 3rem;
	}
	body.about .entry-content h2 {
		font-size: 1.75rem;
	}
	.greeting-box .tx {
		margin: 2rem auto 0 auto;
		width: 100%;
	}
	.greeting-box .image {
		width: 40%;
		margin: 0 auto;
	}
	.info-box {
		margin: 3rem auto 10rem auto;
	}
	.info-box.company {
		margin: 2rem auto 10rem auto;
		padding: 0;
		background-color: transparent;
	}
	.info-box.company table {
		background-color: #E8EBEC;
		padding: 3rem 1rem;
		margin-top: -3.5rem;
	}
	.info-box.company .c2-img {
		margin-bottom: 2.5rem;
		margin-top: 0;
		margin-left: 0;
	}
	ul.ser-icon-sub li {
		width: calc(100% / 2);
	}
	#ser11 .service-box.white {
		padding-bottom: 0;
	}
	.tax-list ul li {
		width: calc(100% / 3);
	}
	.tax-list {
		margin: 3rem auto;
	}
	.list-area .n-box {
		width: calc(100% / 3);
		margin: 0 0 2rem 0;
		padding: 0 1rem;
	}
	.list-area .n-box a .group {
		padding: .5rem;
		font-size: .75rem;
	}
	body.no-sidebar:not(.search-results).single article:not(.type-page) .entry-content {
		width: 96%;
	}
	.ws-title .entry-title {
		padding: 1.5rem 1rem;
		font-size: 1.75rem;
	}
	.qa-box .before::after {
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		top: initial;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.qa-box .before {
		margin-right: auto;
		margin-left: auto;
		width: 60%;
		padding-bottom: 3rem;
		margin-bottom: 3rem;
	}
	.qa-box .after {
		width: 100%;
	}
	.group-cont {
		padding: 2rem 2.5rem;
	}
	.group-box .info {
		width: 100%;
		margin: 0;
		order: 2;
	}
	.group-box .image {
		width: 80%;
		margin: 0 auto 1rem auto;
		order: 1;
	}
	.service-box .w100 ul.circle {
		padding: 0 1rem 1rem 1rem;
	}
}
@media screen and (max-width:640px){
	.entry-content p.about-en {
		font-size: 2.25rem;
	}
	body.about .entry-content h2 {
		padding-bottom: 2rem;
		margin: 1.5rem auto 2.5rem auto;
	}
	.info-box.company .c2-img .box:nth-child(2) {
		margin-top: 5rem;
	}
	table.type-line th {
		width: 100%;
		display: block;
		padding-bottom: 0;
		border-width: 0;
	}
	table.type-line td {
		display: block;
		width: 100%;
		padding-top: 0.5rem;
	}
	.info-box {
		padding: 8% 4%;
	}
	.no-sidebar.service .entry-content {
		padding-top: 3rem;
	}
	ul.ser-icon-sub li {
		font-size: 1rem;
		letter-spacing: normal;
		margin-bottom: .5rem;
	}
	#ser01 .service-box.white {
		padding-top: 2rem;
	}
	.entry-content .service-box h2 {
		font-size: 2rem;
		padding-top: 7rem;
		margin-bottom: 2rem;
	}
	.service-box .tx {
		padding: 0 1rem;
	}
	.entry-content h2 {
		padding: 1.5rem;
		font-size: 1.5rem;
	}
	.entry-content h3 {
		margin: 2rem auto;
		font-size: 1.375rem;
	}
	.entry-content h4 {
		margin: 2rem auto;
		padding: .75rem .5rem;
		font-size: 1.125rem;
	}
	.entry-content h5 {
		margin: 1.25rem auto;
	}
	.tax-list ul li a {
		font-size: 1rem;
		padding: 1rem .5rem;
	}
	.tax-list ul li a::before {
		width: 7px;
		height: 7px;
		right: 7px;
	}
	.tax-list ul li a {
		padding: .5rem;
		font-size: .9rem;
	}
	.tax-list ul li a::before {
		top: 18px;
	}
	.list-area .n-box a {
		font-size: .9rem;
		line-height: 1.375;
	}
	.list-area .n-box {
		width: calc(100% / 2);
	}
	body.category .list-area {
		margin-top: 2.5rem;
	}
	.detail-head {
		margin-bottom: 4rem;
	}
	.pana-box .logo {
		width: 30%;
		margin: 0 auto;
	}
	.pana-box .tx {
		width: 100%;
		margin: 2rem auto 0 auto;
	}
	.pana-box .tx .regular {
		margin: 0 auto 1rem auto;
		padding: .25rem .75rem;
	}
	table.form tr, #wpcf7cpcnf table tr {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	table.form th, table.form td, #wpcf7cpcnf table th, #wpcf7cpcnf table td {
		width: 100%;
	}
	body.service .entry-content p.tx-c {
		line-height: 1.5;
		font-size: 1rem;
	}
	.service-box .w100 {
		padding: 3rem 1rem 0 1rem;
	}
	ul.melit-col2 li {
		width: 96%;
		margin: .5rem auto;
	}
	ul.ser-icon-sub li a .txbr {
		display: inline-flex;
		width: 100%;
	}
	.group-cont {
		padding: 2rem;
	}
}
@media screen and (max-width:480px){
	.entry-content p.about-en {
		font-size: 1.75rem;
	}
	body.about .entry-content h2 {
		font-size: 1.5rem;
	}
	.greeting-box {
		margin-bottom: 5rem;
	}
	.info-box.company,.info-box,.staff-box {
		margin-bottom: 8rem;
	}
	.f-orange {
		font-size: 1.25rem;
		padding: 0 1.5rem;
	}
	.line-dot {
		font-size: .875rem;
		letter-spacing: normal;
	}
	.staff-box .tx {
		padding: 2.5rem 0;
	}
	.staff-box .image {
		margin: 0 auto;
	}
	.entry-content .service-box h2 {
		font-size: 1.5rem;
	}
	ul.ser-icon-sub li a {
		min-height: 60px;
		padding-left: 3rem;
	}
	ul.ser-icon-sub li a::before {
		width: 28px;
		height: 22px;
		top: 18px;
	}
	ul.ser-icon-sub li a::after {
		top: 24px;
	}
}