﻿@charset "utf-8";

.h02 {}
.h02 {
	text-align:center;
	font-size: 48px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom:1em;
}
.h02 span {
	font-family: "MS Serif", "New York", serif;
	font-size: 14px;
	color: #4093df;
	border-left: 2px solid #4093df;
	vertical-align: middle;
	margin-left: 1em;
	padding-left: 1em;
}
.h03 {
	text-align:center;
	font-size: 40px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom:1em;
}
.h04 {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom:0.5em;
}
.h04b {
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: center;
	font-size: 36px;
	font-weight: normal;
}
.h04b:after {
  background: #ccc;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.h04b:after {
  margin-left: 20px;
}

/*---------------------------------- box --*/

.box01 {
	padding: 20px;
	border: 1px solid #CCC;
	margin: 10px;
}
.boxshadow {
	box-shadow: 5px 5px 16px -2px rgba(0,0,0,0.4);
	padding: 20px;
}
.boxradius {
	border-radius: 7px;
	padding: 20px;
	border: 1px solid #CCC;
	margin: 10px;
}
.stbox {
	position: relative;
}
.stbox .box-title {
	border-radius: 5px;
	position: absolute;
	top: -13px;
	left: 1.5em;
	padding: 5px 10px;
	font-size: 14px;
	background: #325a8c;
	color: #fff;
	font-weight: bold;
	margin-left: 12px;
}

.stbox .box-title_cen {
	border-radius: 5px;
	position: absolute;
	top: -2px;
	left: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	padding: 5px 10px;
	font-size: 14px;
	background: #325a8c;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}
/* step */
.step {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
	clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
	background-color: #00a0e9;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	width: 136px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	padding-top: 0.4em;
	padding-bottom: 1em;
}
.step span{
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
}

/*------------------------------------------- リスト --*/
ul.ullist01 {
	/*margin-left: 1.6em;*/
	margin-left: 1em;
	margin-bottom:1em;
}
ul.ullist01 li {
	margin-bottom: 0.4em;
	padding-left: 0.8em;
}
ul.ullist01 li:before {
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	font-weight: 900;
	color:#4093df;
	left: -8px;
	position: relative;
	margin-left: -8px;
	font-size: 50%;
}
/* ----------------------------------point-- */

.point01 {
	margin-bottom: 0.4em;
	padding-left: 20px;
	font-weight: bold;
}
.point01:before {
	font-family: "Font Awesome 6 Free";
	content: "\f0da";
	color: #4093df;
	left: -5px;
	position: relative;
	margin-left: -12px;
	font-weight: 900;
}
.point01 a {font-weight: bold;color: #036;text-decoration: none;}
.point01 a:hover {text-decoration: underline;}

/*------------------------------------------- table --*/
.tbl_hikaku {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    color: #353535;
}

.tbl_hikaku th,.tbl_hikaku td {
    border: 1px solid #ccc;
    padding: 10px;
	text-align:center;
}
.tbl_hikaku th {
	background-color: #D9ECFF;
}

.tbl_hikaku tr:nth-child(2n) td {
    background-color: #fafafa;
}

.tbl_hikaku td:nth-child(2) {
    border-left: 5px solid #EF8633;
    border-right: 5px solid #EF8633;
}

.tbl_hikaku tr:first-child td:nth-child(2) {
    border-top: 5px solid #EF8633;
	background-color:#EF8633;
	color:#fff;
}

.tbl_hikaku tr:last-child td:nth-child(2) {
    border-bottom: 5px solid #EF8633;
}
.tbl01 {
	border-collapse: collapse;
	padding: 0;
	table-layout: fixed;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.tbl01 tr {
  padding: .35em;
  border-bottom: 2px solid #fff;
}
/*
.tbl01 th,
.tbl01 td {
  padding: 1em 20px 1em 2em;
  border-right: 2px solid #fff;
}
*/
.tbl01 th,
.tbl01 td {
	font-size: .85em;
	padding: 0.5em 0.5em;
	border-right: 2px solid #fff;
}


.tbl01 th {
    background: #78bbc7;
    color: #fff;
}
.tbl01 td {
    background: #f1f1f1;
}

/*------------------------------------------- 分割 --*/

.row {display: flex;flex-wrap: wrap;}
.row > * {flex-grow: 0;flex-shrink: 0;}

.row-re {display: flex;flex-wrap: wrap-reverse;}
.row-re > * {flex-grow: 0;flex-shrink: 0;}

.col-20,.col-25,.col-30,.col-33,.col-40,.col-50,.col-60,.col-70,.col-75,.col-80 {padding-right: 1%;padding-left: 1%;}
.col-20 {width: 20%;}
.col-25 {width: 25%;}
.col-30 {width: 30%;}
.col-33 {width: 33%;}
.col-40 {width: 40%;}
.col-48 {width: 48%;}
.col-50 {width: 50%;}
.col-60 {width: 60%;}
.col-70 {width: 70%;}
.col-75 {width: 75%;}
.col-80 {width: 80%;}

/*------------------------------------------- 記事一覧 --*/
.wap-header {
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	background-image: url(../images/bg01.svg);
	object-fit: cover;
	}
.wap-header .inner {
	height:250px;
	padding-top:150px;
	}
.wap-header h1 {
	font-size:36px;
	color:#4093df;
	text-align: center;
	margin-bottom: 2em;
}
/* 事例 */
.article-case-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.article-case-list::after{
  content:"";
  display: block;
  width:32%;
}
.article-case-list .article-item {
	width:32%;
	margin-bottom:25px;
	border: 1px double #CCC;
}
.article-thumb { width:100%; margin-bottom:1em;}
.article-thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-bottom: 1px solid #CCC;
}
/* 事例以外 */
.article-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:50px;
}
.article-list .article-item {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px dashed #999;
}

.article-contents {padding:10px;}
.article-title {
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.article-title a { color:#4093df;}
.article-title a:hover {}

.article-category {}
.article-category span {}
.article-date {font-size:14px; color:#999; text-align:right; margin-bottom:1em;}
.article-list .article-excerpt { display:none;}
.article-list .article-readmore { display:none}
.article-readmore { text-align:right;}
.article-readmore a {
	font-size: 14px;
	border-radius: 20px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #666;
	color: #333;
	background-color: #fff;
	white-space: nowrap;
	transition-duration: 0.3s;
	text-decoration: none;
}
.article-readmore a:hover{
	background-color: #666;
	color:#fff;
	text-decoration: none;
}
.article-readmore a:before{
	font-family: "Font Awesome 6 Free";
	content: "\f138";
	font-weight: 900;
	font-size: 14px;
	margin-top: -1px;
	margin-right: 8px;
}
.article-list .article-item {
	margin-bottom:0;
}
.article-list .article-item .article-contents {
	display: flex;
	flex-flow: wrap row-reverse;
	justify-content: space-between;
}
.article-list .article-item .article-contents .article-date {
	width: 100px;
	text-align: left;
	font-size: 16px;
	color: #000;
}
.article-list .article-item .article-contents .article-title {
	width: calc(100% - 120px);
	font-size: 18px;
}

/* -------------------------------ページャ-- */
.pagination {
color: #777;
font-size: 90%;
margin-bottom: 3rem;
}
.pagination a {
	color: inherit;
	text-decoration: none;
	}
.pagination .page-numbers {
display: inline-block;
min-width: 40px;
text-align: center;
margin-right: 2px;
margin-left: 2px;
padding-left:5px;
padding-right:5px;
line-height: 2.0em;
}
.pagination .page-numbers a {
display: block;
color: #666;
text-decoration: none;
}
.pagination .page-numbers a:hover {
background-color:#ccc;
}
.pagination .prev,
.pagination .next {
display: inline-block;
}
.pagination a.page-numbers {
color:#000;
border: solid 1px #369;
}
.pagination a.page-numbers:hover {
background-color:#f1f1f1;
}
.pagination .current {
background-color: #369 !important;
color: #fff;
}



/*------------------------------------------- 記事 --*/
.site-content {}
.postarea {
	margin-top:100px;}
.content-area {
	margin-top:120px;
	margin-bottom:5%;
	display: flex;
	justify-content: space-between;
}
.site-main { width:70%;}

.entry-header { margin-bottom:1.2em;}
.entry-title {
	font-size: 36px;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	font-weight: normal;
	padding: 2%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.post-date { text-align:right; margin-bottom:5%;}
.entry-meta {}

.sidebar {
	width: 25%;
}
.sidebar h2 {
	border-left: 10px solid #CCC;
	line-height: 1em;
	margin-bottom: 10px;
	padding-left: 10px;
}

.sidebar ul {
}
.sidebar ul li {
	margin-bottom: 0.8em;
	padding-left: 1.0em;
	border-bottom: 1px dashed #999;
	padding-bottom: 0.4em;
}
.sidebar ul li:before {
	font-family: "Font Awesome 6 Free";
	content: "\f0da";
	font-size:90%;
	color: #333;
	left: -8px;
	position: relative;
	margin-left: -7px;
	font-weight: 900;
}

.post-navigation {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-top: 2px solid #d6d6d6;
	padding-top: 50px;
	margin-top: 80px;
}
.prev-post {
	width: 49%;
	padding: 10px;
}
.next-post {
	width: 49%;
	padding: 10px;
	text-align:right;margin-left: auto;
}
.prev-label:before {
	font-family: "Font Awesome 6 Free";
	content: "\f053";
	color: #999;
	font-weight: 900;
	margin-right:0.5em;
}
.next-label:after {
	font-family: "Font Awesome 6 Free";
	content: "\f054";
	color: #999;
	font-weight: 900;
	margin-left:0.5em;
}
.prev-post:hover,.next-post:hover {
	
}
.prev-label,.next-label {
	font-size:80%;
	color:#999;
}

/*
.post-navigation:has(p) .prev-post {
	background-color:#f00;
}
.post-navigation:has(p) .next-post {
	background-color:#f00;
}
*/
.prev-post:has(p) {
	border: 1px solid #CCC;
}
.next-post:has(p) {
	border: 1px solid #CCC;
}

.prev-post:hover:has(p) {
	background-color:#f8f8f8;
}
.next-post:hover:has(p) {
	background-color:#f8f8f8;
}



/*------------------------------------------- contact -- */
/* botton */
.inq,.inq2,.inq3 {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  width:150px;
  font-weight: 700;
  font-size: 15px;
  padding: 17px 60px;
  margin: 0 auto;
}
.inq,.inq2 {background-color: #222;}
.inq2 {color: #333;background-color: #fff;}
.inq3 {background-color: #f60;}
.inq span,.inq2 span,.inq3 span {
  position: relative; 
  z-index: 1;
}
.inq:after,.inq2:after,.inq3:after {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  height: 490%;
  width: 140%;
  background: #78c7d2;
  transition: all .3s ease-in-out;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.inq:hover:after,.inq2:hover:after,.inq3:hover:after {
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

@media (max-width: 1200px) {
.content-area { margin-top:70px;}
.postarea {margin-top:50px;}
}


@media (max-width: 1000px) {

.h02 {font-size: 36px;}
.h03 {font-size: 34px;}
.h04 {font-size: 24px;}

.col-20 {width: 100%;}
.col-25 {width: 100%;}
.col-30 {width: 100%;}
.col-33 {width: 100%;}
.col-40 {width: 90%;}
.col-48 {width: 100%;}
.col-50 {width: 100%;}
.col-60 {width: 100%;}
.col-70 {width: 100%;}
.col-75 {width: 100%;}
.col-80 {width: 100%;}

}

@media (max-width: 820px) {
.article-case-list .article-item {
	width:48%;
	margin-bottom:25px;
}

.content-area {
	display: flex;
	flex-wrap: wrap;
	margin-top:50px;
}
.entry-title { font-size:24px;}
.site-main {width:100%; margin-bottom:100px;}

.sidebar {width: 100%; padding-left:0;}

.wap-header {
}
.wap-header .inner {
	height:150px;
	padding-top:70px;
	}
.wap-header h1 {
	font-size:30px;
	color:#4093df;
	text-align: center;
	margin-bottom: 2em;
}

.pagination {
font-size: 80%;
}
.pagination .page-numbers {
display: inline-block;
min-width: 18px;
text-align: center;
margin-right: 2px;
margin-left: 2px;
padding-left:5px;
padding-right:5px;
line-height: 2.0em;
}
.nav-links {flex-wrap: wrap;}
.nav-previous {width:100%;margin-bottom:5px;}
.nav-next {width: 100%;}

}

@media (max-width: 620px) {
.post-navigation {
	flex-wrap: wrap;
}
.prev-post {
	width: 100%;
	margin-bottom:0.5em;
}
.next-post {
	width: 100%;
}

}

@media (max-width: 500px) {
.article-case-list .article-item {
	width:99%;
	margin-bottom:25px;
}

.content-area {}

.article-list .article-item .article-contents {

	flex-flow: wrap-reverse column-reverse;
}
.article-list .article-item .article-contents .article-date {
	width: 100%;
}
.article-list .article-item .article-contents .article-title {
	width: 100%;
}


}




