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

/*共通*/
.ttl01{
	text-align: center;
}

.ttl01 h2{
	font-size: 40px;
	margin-bottom: 15px;
	font-family: 'Cinzel', serif;
	font-weight: normal;
}

.ttl02 h3{
	color: #49a60a;
    font-size: 43px;
    line-height: 1.4;
    text-align: center;
	margin-bottom: 15px;
}

h2.ttl02{
    font-size: 30px;
    color: #0680f1;
    padding: 15px 0;
    border-top: 1px dotted #9b9999;
    border-bottom: 1px dotted #9b9999;
    margin-bottom: 10px;
    background-color: #fff;
}

/*黒背景ボタン*/
.btn01{
	text-align: center;
}

.btn01 a {
    font-size: 16px;
    text-align: center;
    padding: 8px 0 14px;
    display: inline-block;
    background: url("../img/common/btn01.png") no-repeat center center;
    margin-top: 30px;
	width: 277px;
	color: #fff;
}

.two-bnr{
	display: flex;
    margin: 0 auto;
    margin-top: 30px;
    width: 620px;
}

.btn02{
	margin-right: 10px;
}

.btn02 a{
    display: inline-block;
    padding: 4px 70px;
    border: 1px solid #0680f1;
    color: #0680f1;
}

.btn02 a:hover{
	background-color: #0680f1;
	color:#fff;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.btn03{
	padding: 40px 0 0;
    text-align: center;
}

.btn03 a{
	background-color: #ec7d05;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 25px 60px;
    border-radius: 40px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-decoration: none;
}

.two-bnr-02{
	display: flex;
    margin: 0 auto;
    margin-top: 50px;
    width: 650px;
}

.two-bnr-02 > div:first-child{
	margin-right: 20px;
}


.btn04 a{
	border: 1px solid #0680f1;
    display: inline-block;
    padding: 20px 70px;
    background-color: #0680f1;
	color:#fff;
}

.btn04 a:hover{
	border: 1px solid #0680f1;
    color: #0680f1;
    background-color: #fff;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.btn05 a{
	border: 1px solid #ec7d05;
    display: inline-block;
    padding: 20px 70px;
    background-color: #ec7d05;
	color:#fff;
}

.btn05 a:hover{
	border: 1px solid #ec7d05;
    color: #ec7d05;
    background-color: #fff;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*トップページ
=========================================== */
#topBox01{
	background: #bee9f0 url("../img/topBox01-bg.jpg") no-repeat center center;
	height: 895px;
}

#topBox01 .wrap{
	position: relative;
	height: 895px;
}

#topBox01-1{
	width: 550px;
	position: absolute;
    top: 180px;
}

#topBox01-1 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 147px;
 	background: url(../img/top-ttl01.png) no-repeat center top;
 	margin-bottom:20px;
}

#topBox01-1 p{
	width: 500px;
}

#topBox01-2{
	width: 340px;
	position: absolute;
    top: 590px;
    left: 640px;
}

#topBox01-2 h2{
	font-size: 28px;
	color: #0680f1;
	font-weight: bold;
	margin-bottom: 10px;
}

#topBox01-2 h3{
	font-size: 18px;
	font-weight: bold;
}

#topBox01-2 .btn01{
	text-align: left;
}

#topBox02 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 69px;
 	background: url(../img/top-ttl02.png) no-repeat center top;
 	margin-bottom:45px;
}

#topBox02-1{
	display:flex;
	background: url(../img/topBox02-2-bg.jpg) no-repeat center top;
}

#topBox02-1 > div > div{
	text-align: center;
}

#topBox02-1 > div h3{
	font-size: 23px;
	color: #0680f1;
	font-weight: bold;
}

div#topBox02-3 {
    margin-top: 25px;
    margin-left: 80px;
}

div#topBox02-3 > div{
	margin-left: -50px;
}

div#topBox02-3 h3{
	margin-top: 40px;
}

div#topBox02-4 {
    margin-top: 20px;
    margin-left: 100px;
}

div#topBox02-4 h3{
	margin-top: 85px;
}

div#topBox02-5 {
    margin-top: 17px;
    margin-left: 120px;
}

div#topBox02-5 h3{
	margin-top: 16px;
}

#topBox03{
	background: #e7f8fb url("../img/topBox03-bg.jpg") no-repeat center top;
	height: 1130px;
	margin-bottom: 0;
}

#topBox03 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	width: 300px;
 	height: 82px;
 	background: url(../img/top-ttl03.png) no-repeat center top;
 	position: absolute;
    top: 120px;
}

#topBox03-1{
	width: 705px;
	position: absolute;
    top: 140px;
    right: 0;
}

.topBox03-2{
	background: url(../img/number_bg.jpg) no-repeat center top;
	position: relative;
	height: 112px;
	margin-bottom: 15px;
}

.topBox03-2 .number{
	color: #fff;
	font-size: 30px;
    position: absolute;
    top: 30px;
    left: 27px;
}

.topBox03-2 h3{
	font-size: 28px;
	position: absolute;
    top: 10px;
    left: 130px;
}

.topBox03-2 p{
	width: 550px;
	position: absolute;
	top: 55px;
    left: 130px;
    line-height: 1.5;
}

#topBox04{
	background-color: #b4d2cb;
	padding: 90px 0;
	background-size: cover;
}

#topBox04 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 71px;
 	background: url(../img/top-ttl04.png) no-repeat center top;
 	margin-bottom: 60px;
}

#topBox04-2{
	display: flex;
}

#topBox04-2 > div{
	padding-right: 25px;
	width: 18%;
}

#topBox04-2 > div img{
	width: 100%;
	height: auto;
}

#topBox04-2 > div h3{
	text-align: center;
	padding: 30px 0;
	background-color: #0680f1;
	color: #fff;
    font-size: 20px;
}

#topBox04-2 > div:nth-child(2) h3,#topBox04-2 > div:nth-child(4) h3{
	padding:12px 0;
}

#topBox04-2 > div p{
	background-color: #fff;
	padding: 15px;
}

#topBox05 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 66px;
 	background: url(../img/top-ttl05.png) no-repeat center top;
 	margin-bottom: 60px;
}

/*新着情報*/

.whats_in{
	display: flex;
}

.top_news-date{
	color: #0680f1;
}

.whats-cont{
	padding: 20px;
}

.top_news-title{
	font-size: 15px;
}

.whats_box a:hover{
	text-decoration: underline;
}

/*電子化
=========================================== */
#digitization01 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 71px;
 	background: url(../img/service-ttl01.png) no-repeat center top;
 	margin-bottom: 35px;
}

.digitizationBox > h3{
	background-color: #0680f1;
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 15px;
}

.digitizationBox{
	overflow: hidden;
	margin-bottom: 50px;
}

.digitizationBox .textBox{
	width: 660px;
	float: right;
}

.digitizationBox > img{
	float: left;
}

.digitizationBox h4{
	font-size: 24px;
	color: #0680f1;
	margin:0 0 10px;
}

.linebox{
	padding: 25px;
	border:1px solid #a9d7df;
	margin-top: 20px;
}

#digitization02 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 71px;
 	background: url(../img/service-ttl02.png) no-repeat center top;
 	margin-bottom: 35px;
}

.digitizationBox02{
	background-color: #ebf9fc;
	padding:75px;
}

.digitizationBox02 ul{
	overflow: hidden;
}

.digitizationBox02 ul li{
	float: left;
	margin-right: 25px;
	font-size: 16px;
}

.digitizationBox02 ul li:before{
	    content: "■ ";
}

.digitizationBox02 p{
	margin-top: 15px;
}

#digitization03 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 71px;
 	background: url(../img/service-ttl03.png) no-repeat center top;
 	margin-bottom: 35px;
}

/*よくある質問*/
article.faqBox {
	border-top: solid 1px #c5c5c5;
	border-bottom: solid 1px #c5c5c5;
	margin-bottom: 15px;
	background:#fff;
}

.q-text {
	padding: 13px 55px 13px 50px;
	position:relative;
	cursor: pointer;
	background: url(../img/que.jpg) no-repeat center left;
}

.q-text:before{
	content:"＋";
	position:absolute;
	height:60px;
	right:30px;
	top:0;
	bottom:0;
	margin:auto 0;
	font-size:30px;
	color: #000000;
}

.q-text.on:before{
	content:"－";
}

.a-text {
	padding: 20px;
	border-top: solid 1px #c5c5c5;
	display:none;
	font-size:14px;
	min-height: 60px;
}

.q-text h3 {
	font-size: 18px;
	font-weight: 500;
}

/*料金・納期目安
=========================================== */
#price01 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 71px;
 	background: url(../img/price-ttl01.png) no-repeat center top;
 	margin-bottom: 35px;
}

#price01 p{
	text-align: center;
}

.pricebox h3{
	text-align: center;
	font-size: 28px;
	color: #0680f1;
	padding: 15px;
	background-color: #ebf9fc;
}

.pricebox h4{
	text-align: center;
	font-size: 19px;
	color: #fff;
	padding: 10px;
	background-color: #54bed9;
}

.price-linebox{
	border-right: 3px solid #c5e8f0;
	border-left: 3px solid #c5e8f0;
	margin-bottom: 40px;
}

.price-linebox > div{
	padding: 35px 40px;
	border-bottom: 3px solid #c5e8f0;
}

.price-linebox table th,.price-linebox table td{
	text-align: center;
	padding: 25px 0;
	width: 25%;
	border-bottom: 3px solid #c5e8f0;
	border-right: 3px solid #c5e8f0;
}

.price-linebox table td:last-child{
	border-right:none;
}

.price-linebox table th:last-child{
	border-right:none;
}

.price-linebox table th{
	font-size: 18px;
	background-color: #ebf9fc;
}

.price-linebox table td{
	font-size: 30px;
	color: #0680f1;
	line-height: 0;
}

.price-linebox table td br{
	display: none;
}

.price-linebox table td span{
	font-size: 18px;
}

#price03 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 71px;
 	background: url(../img/price-ttl02.png) no-repeat center top;
 	margin-bottom: 25px;
}

#price03 p{
	text-align: center;
}

.pricebox02{
	background-color: #ebf9fc;
	padding: 60px 110px;
}

.pricebox02 h3{
	font-size: 18px;
	padding-left: 10px;
	margin-bottom: 15px;
}

#price03 .pricebox02 > div{
	background-color: #fff;
	padding: 20px 110px;
	position: relative;
	margin-bottom: 20px;
}

.pricebox02 > div p{
	text-align: left !important;
    position: absolute;
    left: 480px;
    top: 26px;
    font-size: 16px;
    line-height: 1.5;
    color: #0680f1;
}

.pricebox02 > p{
	text-align: left !important;
}

#price03 .pricebox02{
	margin-top: 45px;
}

#price04 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 71px;
 	background: url(../img/price-ttl03.png) no-repeat center top;
 	margin-bottom: 25px;
}

#price04 .pricebox02 p{
	text-align: center !important;
	font-size: 18px;
}

#price04 .pricebox02{
	margin-bottom: 30px;
}

/*ご利用の流れ
=========================================== */
#flow01 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 71px;
 	background: url(../img/flow-ttl01.png) no-repeat center top;
 	margin-bottom: 35px;
}

#flow01{
	text-align: center;
}

#flow01 h3{
	font-size: 20px;
	color: #0680f1;
	margin-bottom: 15px;
}

.flowBox{
	position: relative;
	background-color: #ebf9fc;
	display: flex;
	align-items: flex-start;
	margin-bottom: 48px;
	padding:25px 0 40px;
}

.flowBox a{
	text-decoration: underline;
}

.flowBox a:hover{
	text-decoration: none;
}

.flowBox .flow-no{
	text-align: center;
	color: #fff;
	padding: 0 20px;
	font-size: 40px;
	display: inline-block;
	background-color: #50a6d7;
	height: 85px;
}

.flow-text {
	margin-top: 24px;
	margin-left: 30px;
	width: 683px;
}

.flow-text p {
	width: 635px;
}

.flow-text h3{
	font-size: 34px;
	margin-bottom: 25px;
	line-height: 1;
}

.flow-text h3 span{
	font-size: 25px;
}

.flow-text > div{
	padding:25px;
	border: 2px solid #98cde8;
	margin-bottom: 10px;
	background-color: #fff;
}

.flow-text > div h4{
	font-size: 24px;
	color: #0680f1;
}

/*その他サービス
=========================================== */
.other-serviceBox{
	overflow: hidden;
}

.other-serviceBox h2{
	margin-top: 90px;
}

.other-serviceBox .textBox h3{
	font-size: 18px;
	margin: 15px 0 10px;
}

.other-serviceBox .textBox{
	width: 430px;
}

#other01 img,#other03 img,#other05 img{
	float: left;
}

#other01 .textBox,#other03 .textBox,#other05 .textBox{
	float: right;
}

#other02 img,#other04 img,#other06 img{
	float: right;
}

#other02 .textBox,#other04 .textBox,#other06 .textBox{
	float: left;
}

/*導入事例
=========================================== */
.work-list > p{
	font-size: 18px;
	margin-bottom: 25px;
}

.workBox{
	padding: 30px 0 30px 150px;
	border-top: 1px dotted #9b9999;
	font-size: 15px;
}

.w-new .workBox:nth-child(1),.w-new .workBox:nth-child(2),.w-new .workBox:nth-child(3){
	background: url(../img/new_mark.png) no-repeat left 50px center;
}

.workBox:last-child{
	border-bottom: 1px dotted #9b9999;
}

.workBox a{
	text-decoration: underline;
}

.workBox a:hover{
	text-decoration: none;
}

.s-workBox h2 {
    font-size: 20px;
    background-color: #ebf9fc;
    padding: 30px 20px;
    margin-bottom: 25px;
}


/*会社概要
=========================================== */
.gmap iframe {
    height: 600px;
}

#infoBox01 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 46px;
 	background: url(../img/info-ttl01.png) no-repeat center center;
 	margin-bottom: 40px;
}

#infoBox02 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 46px;
 	background: url(../img/info-ttl02.png) no-repeat center center;
 	margin-bottom: 50px;
}


/*お問い合わせ
=========================================== */

#contactBox{
	font-size:18px;
	text-align:center;
	margin-bottom:30px;
}

.tel_box{
	margin-bottom: 80px;
	text-align: center;
	background-color: #ebf9fc;
	padding: 50px 100px 80px;
}

#contactBox .boxN{
	margin-bottom:50px;
	text-align: center;
	padding: 40px 0;
}

#contactBox .boxN p{
	text-align:center;
}

#contactBox .tel_box > .pc{
	margin-bottom: 25px;
}

#contactBox02 h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 37px;
 	background: url(../img/contact-ttl01.png) no-repeat center center;
 	margin-bottom: 40px;
}

#contactBox02 .boxN{
	margin-bottom:50px;
	text-align: center;
}

#contactBox02 .boxN h4{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}

#contactBox02 .boxN p{
	text-align:center;
	font-size: 16px;
}

/*依頼・見積もりフォーム*/

#offerBox h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 64px;
 	background: url(../img/offer-ttl01.png) no-repeat center center;
 	margin-bottom: 40px;
}

#offerBox .boxN{
	margin-bottom:50px;
	text-align: center;
}

#offerBox .boxN h4{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}

#offerBox .boxN p{
	text-align:center;
	font-size: 16px;
}

.contact-text01{
	margin-bottom: 40px;
}

select.select-css02 {
    padding: 10px;
    margin-bottom: 10px;
}

/*フォーム*/
.req {
    width: 30px;
    margin: 0 0 0 10px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    background-color: #e60012;
}

.contactTable{
	margin:0 auto 30px auto;
}

.contactTable h3{
	font-size: 25px;
    color: #0680f1;
    padding: 5px 0;
    border-top: 1px dotted #9b9999;
    border-bottom: 1px dotted #9b9999;
    margin-bottom: 10px;
    background-color: #fff;
}

.contactTable table{
	width:100%;
	margin:0 auto 40px auto;
	    border-top: 1px solid #cccccc;
}

.contactTable th,
.contactTable td{
	padding:20px;
	text-align:left;
	vertical-align:middle;
	font-weight:normal;
	font-size: 15px;
	border-bottom:1px solid #cecece;
}

.contactTable th{
	width:43%;
	font-weight:bold;
	background-color:#ebf9fc;
}

.midashi th{
	background-color: #54bed9;
	color: #fff;
	font-size: 19px;
	padding: 5px 0 5px 20px;
}

.midashi td{
	background-color: #54bed9;
	padding: 5px;
}

.contactTable input, .contactTable textarea {
    border: 1px solid #cecece;
    padding: 3px;
    background-color: #fff;
    font-size: 15px;
    border-radius: 2px;
    margin: 5px;
}

.contactB{
	margin-bottom:50px;
	background-color: #f0f6f7;
	padding: 40px;
}

.contactB h4{
	font-size:23px;
	font-weight:bold;
	margin-bottom:20px;
}

.formBt input {
    width: 440px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none!important;
	background: #0680f1 url("../img/common/mark01.png") no-repeat right 20px center;
	cursor: pointer;
}

.formBt input:hover{
	opacity:0.5;
}

.select-css {
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	margin-top: 5px;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}
.select-css option {
	font-weight:normal;
}

.formBt {
    margin: 0px auto;
    text-align: center;
}

.contactBox{
	padding: 40px 30px;
	background-color: #f6f6f6;
}

.contactBox .inner{
	height: 450px;
	padding: 0 20px 0 0;
	overflow-y: scroll;
}

.contactB h4{
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:35px;
}

/*住所*/
.zip-box td{
	position: relative;
}

.zip-box td button.zip-button{
	position: absolute;
    left: 250px;
    top: 20px;
    padding: 5px 40px;
}


/*ブログ
=========================================== */
.blog-list{
	float:left;
	width: 821px;
}

.blog-side{
	float:right;
	width:225px;
}

.blogs-cont{
	width:495px;
	margin-left:20px;
	position: relative;
}

.blogs-title h2,.blogs-title h3{
	font-size: 18px;
	line-height:1.3;
	margin-top:15px;
}

article.blogs{
	margin-bottom:40px;
    padding-bottom: 40px;
}

article.blogs{
	border-bottom: 1px solid #ddd;
}

.news-cate{
	display: inline-block;
	padding: 2px 50px;
	color:#fff;
}

.single-blogs .blog-date{
	padding-top:10px;
}

.single-blogs h2{
	font-size:20px;
	background-color: #ebf9fc;
	padding: 30px 20px;
	margin-bottom: 25px;
}

.blogs-cont .blogs-date{
	position: absolute;
	top:0;
	right:0;
	color: #666;
}

/*カテゴリー一覧*/
.category #blogBox01 .wrap > h2{
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #F5F5F6;
  font-size: 22px;
  margin-bottom: 30px;
}

/*ブログ詳細
=========================================== */

.blog-info{
	margin-bottom:20px;
}

.blog-cont p img{
	margin: 20px 0;
}

.blog-cont p{
	margin-bottom:10px;
}

.blog-cont h2{
	font-size: 18px;
    padding: 15px 0;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	margin-bottom:10px;
	background-color: #fff;
	margin-top: 50px;
}

.blog-cont h3{
	font-size: 18px;
	margin-bottom:10px;
	margin-top: 30px;
}

.post-navigation{
	margin:30px 0 50px;
}

.post-navigation ul {
	text-align: center;
}

.post-navigation ul li {
	display:inline-block;
}

.post-navigation ul li a{
	width:128px;
	height: 38px;
	display:table-cell;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	border:solid 1px #0680f1;
	color:#0680f1;
}

.post-navigation ul li a:hover{
	background-color: #0680f1;
	color:#fff;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.post-navigation ul li.blog-back{
	margin:0 5px;
}

.single span.staff-names {
	margin: 0 10px 0 0;
}

/*ページャー*/
.wp-pagenavi {
	text-align: center;
	margin-top: 60px;
	background-color: #dcdcdc;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-size:17px;
	background-color: #fff;
	border: solid 1px #000!important;
	color: #333!important;
	padding: 5px 11px!important;
	margin: 5px!important;
	display: inline-block;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current,span.pages {
	background: #000;
	color:#fff!important;
}

span.pages {
	display: none;
}

.works-list02 article .news-cate{
	display:block;
	padding:5px;
	text-align:center;
}

/*関連記事*/
#s-blogBox01 .whats > h2{
    font-size: 24px;
    padding: 0 0 5px;
    border-bottom: solid #000 1px;
    margin: 0 0 20px;
}

#s-blogBox01 .whats article{
	width: 30%;
}


/*STlearning追加2024.09.05*/
.step {
}

.step li {
    display: flex;
    align-items: center;
    gap: 8rem;
    padding-bottom: 5rem;
    position: relative;
}

.step .txt_content {
    width: calc((100% - 15rem) / 2);
    flex-shrink: 0;
}

.step .num {
    background-color: #0680f1;
    border-radius: 50rem;
    width: 8rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.step .num span {
    font-family: "makinas-4-flat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
}

.step .thumb {
    flex-shrink: 0;
    width: calc((100% - 29.2rem) / 2);
    flex-shrink: 0;
    text-align: center;
}

.step li:first-child:after {
    height: 50%;
}

.step li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 56.7%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #707070;
}

.title-h5 {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
}

.step p.txt {
    font-size: 1rem;
}

.complete {
    width: 25rem;
    height: 25rem;
    margin-left: 430px;
    border: solid 0.2rem #0680f1;
    border-radius: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -6rem;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.complete p {
    font-size: 2rem;
    color: #0680f1;
    font-weight: bold;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.step li:last-child:not(:first-child):after {
    content: "";
    top: 0;
    height: 50%;
}

#stlearning04 .step li:after{
	display: none;
}

#stlearning04 .digitizationBox > img{
	margin-bottom: 50px;
}