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

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
button[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button[type="button"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
button[type="button"]{
  outline-offset: -2px;
}

input[type="text"],textarea {
    font-size:16px;
}


/*共通*/
.pc{
	display:none!important;
}

.sp{
	display:block;
}

body{
	display:none;
}

body {
	background:#fff;
}


body{
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","メイリオ","Mayryo ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.8;
	color: #313131;
}

img{
	width:100%;
	height:auto;

}

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

.center {
	text-align: center;
}

table {
	width: 100%;
}

.bold {
	font-weight:bold;
}
.red {
	color:#bf2d01;
}
.blue {
	color: #3c59ab;
}
.orange{
	color:#f9b800;
}
.green{
	color:#01a41b;
}

.wrap{
	position:relative;
}

/*Google map*/
.shop-map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top:20px;
}
.shop-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

section > div{
	margin:0 10px;
}

section{
	margin-bottom:35px;
}

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

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

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

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

.btn04 a{
	border: 1px solid #0680f1;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #0680f1;
    color: #fff;
}

.btn05 a{
	border: 1px solid #ec7d05;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #ec7d05;
	color:#fff;
}

/*問い合わせ固定ボタン*/

div#scr {
    padding: 15px 10px 10px;
    background: #006EAF;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    transition: 0.3s;
    height: 75px;
}

div#scr{
	opacity : 0;
	transform : translate(0, 10px);
	transition : all 800ms;
}

.fixed div#scr{
	opacity : 1;
	transform : translate(0, 0);
}

div#scr > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.scr-center {
    width: 49%;
}

.scr-btn02 {
    width: 49%;
    height: 45px;
    display: table;
    transition: 0.3s;
    top: 0;
    position: relative;
}

.scr-center > a {
    display: block;
    width: 100%;
    height: 45px;
    background: #F27214;
    color: #fff;
    box-shadow: 0 3px 0 #D15800;
    text-align: center;
    border-radius: 5px;
}

.scr-btn02 a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 5px;
    background: #4DB8BF;
    color: #fff;
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 3px 0 #328D94;
}

a span.telsp {
    display: inline-block;
    background: url(../img/common/scr-sp-tel.png) no-repeat bottom 14px left;
    padding: 5px 0 10px 25px;
    background-size: 20px;
    font-size: 19px;
    font-weight: 900;
}

span.sp-scr-mail {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/common/scr-sp-mail.png) no-repeat left center;
    background-size: 20px;
}

#top-back{
	position: fixed;
    right: 5px;
    bottom: 80px;
    width: 40px;
    height: 40px;
}

#top-back{
	opacity : 0;
	transform : translate(0, 10px);
	transition : all 800ms;
}

.fixed #top-back{
	opacity : 0.8;
	transform : translate(0, 0);
	z-index: 99;
}

/*header
---------------------------------------------------------------*/
#header {
	width:100%;
}


h1#logo{
	position:absolute;
	top: 0;
    left: 15px;
	z-index: 10;
}

h1#logo a{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
    width: 180px;
	height:70px;
	display:block;
	background: url(../img/common/logo.png) no-repeat center center;
	background-size: contain;
}

#header_sp{
	height: 80px;
}

.home #header_sp{
	height: 0;
}

#header_sp .top-text {
    text-align: left;
    color: #0680f1;
    font-size: 12px;
    position:absolute;
	top: 10px;
    left: 30px;
}

div#contents {
    padding: 0;
}

a {
    color: #333;
}

#top-link span{
	display:none;
}


/* main */
/*-------------------------------------------*/
div#main{
	display:none;
}

/*TOPページ*/
.home div#main{
	display:block;
	width:100%;
	height:auto;
}

div#main .wrap a{
	position: absolute;
    bottom: 20px;
    right: 10px;
    width: 165px;
}

div#main p{
	position: absolute;
	top:150px;
	z-index: 10;
	text-align: center;
	width: 100%;
}

div#main p img{
	width: 70%;
}

/*中ページ*/

div#s-main,.zoom-meetings-template-default #page-header{
	padding: 10px 0;
    margin-bottom: 15px;
}

div#s-main h2,.zoom-meetings-template-default #page-header h2{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	height: 50px;
 	background-size: contain !important;
 	margin-left: 25px;
}

/*各中ページ*/

/*電子化*/
.page-digitization div#s-main h2{
	background: url(../img/main/service_ttl.png) no-repeat left center;
}

/*料金・納期目安*/
.page-price div#s-main h2{
	background: url(../img/main/price_ttl.png) no-repeat left center;
}

/*ご利用の流れ*/
.page-flow div#s-main h2{
	background: url(../img/main/flow_ttl.png) no-repeat left center;
}

/*その他サービス*/
.page-other-service div#s-main h2{
	background: url(../img/main/other_ttl.png) no-repeat left center;
}

/*お知らせ・ブログ*/
.page-blog div#s-main h2,.category div#s-main h2,.single div#s-main h2{
	background: url(../img/main/blog_ttl.png) no-repeat left center;
}

/*導入事例*/
.page-works div#s-main h2,.single-work div#s-main h2{
	background: url(../img/main/work_ttl.png) no-repeat left center;
}

/*問い合わせ*/
.page-info div#s-main h2{
	background: url(../img/main/info_ttl.png) no-repeat left center;
}

/*問い合わせ*/
.page-contact div#s-main h2,.page-contact-confirm div#s-main h2,.page-contact-thanks div#s-main h2{
	background: url(../img/main/contact_ttl.png) no-repeat left center;
}

/*ご依頼フォーム*/
.page-offer div#s-main h2,.page-offer-confirm div#s-main h2,.page-offer-thanks div#s-main h2{
	background: url(../img/main/offer_ttl.png) no-repeat left center;
}

/*オンライン*/
.page-online div#s-main h2,.zoom-meetings-template-default #page-header h2{
	background: url(../img/main/online_ttl.png) no-repeat left center;
}

/*STlearning*/
.page-stlearning div#s-main h2{
	background: url(../img/main/stlearning-ttl.png) no-repeat left center;
}

/*パンくず*/
div#bread {
	margin:0 0 20px 20px;
}

#bread ul li {
	display: inline-block;
	font-size:13px;
}

ul.bread-list li a{
	font-size:13px;
	text-decoration:underline;
}

ul.bread-list li:after{
	content:">";
	margin-left:10px;
	margin-right: 5px;
}

ul.bread-list li:last-child:after{
	content:none;
}

/*-------------------------------------------*/
/*SLICK*/

button.slick-arrow{
	display:none;
}

button.slick-arrow.slick-prev{
	left:0;
}

button.slick-arrow.slick-next{
	right:0;
}

button.slick-arrow:hover{
	opacity:0.7;
}

button.slick-arrow:before{
	content:none;
}


/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 見出し */
/*-------------------------------------------*/
.ttl01{
	text-align: center;
}

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

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

#contents p{
	margin-bottom:10px;
}

.btn01{
	text-align: center;
}

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

/* footer */
/*-------------------------------------------*/

div#footer {
	position: relative;
}

div#footer #ftInfo{
	padding:35px 0 0 0;
	margin-top: 35px;
}

div#footer #ftInfo .wrap{
	position:relative;
	padding: 20px;
}

#fbox01 .top-text{
	color: #0680f1;
	text-align: center;
	margin-bottom: 10px;
}

#fbox01 #logo{
	margin-bottom: 40px;
	text-align: center;
}

#fbox01 #logo img{
	width: 100%;
}

.fbox02 .tel{
	font-size: 30px;
	padding-left: 18px;
	background: url(../img/common/tel_icn.png) no-repeat left center;
	font-weight: bold;
	line-height: 1.3;
	color: #0680f1;
	display: inline-block;
}

.f01 {
    text-align: center;
}

div#footer #ftInfo .btn_online{
	margin:10px 0 20px;
	text-align: center;
}

div#footer #ftInfo .btn_access{
	margin-top: 0;
}

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

div#footer #ftInfo .tel{
	font-size: 38px;
    margin-top: 20px;
    background: url(../img/common/tel_icn.png) no-repeat left 15px center;
    font-weight: bold;
    line-height: 1.3;
    color: #0680f1;
    text-align: center;
}

div#footer #ftInfo .tel a,div#footer #ftInfo .fax a{
	color: #0680f1;
}

div#footer #ftInfo .fax{
	font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #0680f1;
    text-align: center;
}

.btn_online a{
	padding: 8px 15px;
	background-color: #0680f1;
	background: #0680f1 url(../img/common/mark01.png) no-repeat right 20px center;
	color: #fff;
	display: block;
}

.btn_offer a{
	padding: 8px 15px;
	background: #ec7d05 url(../img/common/mark01.png) no-repeat right 20px center;
	color: #fff;
	display: block;
}

.btn_contact a{
	padding: 8px 15px;
	color: #fff;
	display: block;
	background: #0680f1 url(../img/common/mark01.png) no-repeat right 20px center;
}

#header_sp nav .btn_online{
	margin-bottom: 150px;
}

.btn_access{
	margin-top: -5px;
}

.btn_access a{
	overflow: hidden;
  	text-indent: 100%;
 	white-space: nowrap;
 	display: block;
 	height: 34px;
 	background: url(../img/common/access_btn.png) no-repeat center center;
 	margin:20px 0;
}

ul.sns{
	display: flex;
	margin:20px 0 20px 50px;
}

ul.sns li{
	margin-right: 5%;
}

div ul.f-sitemap {
	margin-bottom: 50px;
}

.f-sitemap li{
	border-bottom:solid 1px #0680f1;
	display:block;
	text-decoration:none;
	background-size: cover;
	display:block;
	width:100%;
}

.f-sitemap li a{
	width:100%;
	display:block;
	text-decoration:none;
	color:#0680f1;
	padding:15px 10px;
}

.f-sitemap > li > ul > li:last-child a{
	border-bottom:none;
}

.fbox03 > div{
	padding: 20px;
    background-color: #fff;
    text-align: center;
}

.fbox03 h4{
	font-size: 21px;
	color: #0680f1;
	margin-bottom: 10px;
}

.copyright{
	background-color:#0680f1;
	padding: 10px 0;
}

.ftb {
    margin-bottom: 75px;
}

.copyright p {
	color: #fff;
	text-align:center;
}


/*トップページ
=========================================== */
/*NEWS*/
div#slide-news {
	margin-bottom:20px;
	padding: 15px 0;background:#0680f1;
}

div#slide-news-list{
	margin-bottom:0;
	padding-left: 20px;
}

.topics-date {
	color: #fff;
	position: absolute;
	left: 0;
	top:2px;
	font-size: 15px;
}

.topics-cont,.topics-cont p{
	color:#fff;
	font-size: 14px;
	width: 90%;
}
article.topics {
	position: relative;
	padding-left: 80px;
}
.topics-btn {
	display: none;
}

.topics-cont {
	padding: 2px 0;
}

.topics-cont a {
	color: #fff;
	text-decoration: underline;
}

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

#topBox01-1{
	margin-bottom: 50px;
}

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

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

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

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

#topBox03 {
    background: #e7f8fb url(../img/topBox03-bg.jpg) no-repeat center top;
    background-size: contain;
    margin-bottom: 0;
    padding: 50px 0;
}

#topBox03 h2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 50px;
    background: url(../img/top-ttl03.png) no-repeat center top;
    background-size: contain;
    margin-bottom: 30px;
}

.topBox03-2{
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
}

.topBox03-2 .number{
	display: inline-block;
	background-color: #006EB0;
	color: #fff;
	padding: 5px 10px;
}

.topBox03-2 h3{
	font-size: 18px;
	margin-top: -40px;
	padding-left: 50px;
	margin-bottom: 20px;
}

#topBox04{
	padding: 50px 0 0;
}

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

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

#topBox04-2 > div{
	margin-bottom: 30px;
}

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

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

.whats-cont{
	padding: 20px;
}

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

.whats_box{
	margin-bottom: 30px;
	padding: 30px;
	border-bottom: 1px solid #ddd;
}

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

.digitizationBox{
	margin-bottom: 50px;
}

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

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

.linebox {
    padding: 20px;
    border: 1px solid #a9d7df;
    margin: 20px 0 20px;
}

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

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

.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: 45px;
 	background: url(../img/service-ttl03.png) no-repeat center top;
 	background-size: contain;
 	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: 45px;
 	background: url(../img/price-ttl01.png) no-repeat center top;
 	background-size: contain;
 	margin-bottom: 35px;
}

.pricebox h3{
	text-align: center;
	font-size: 18px;
	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: 16px;
	background-color: #ebf9fc;
}

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

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

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

.pricebox02{
	background-color: #ebf9fc;
	padding: 50px 10px;
	margin-top: 50px;
}

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

.pricebox02 > div p{
	margin-top: 10px;
    line-height: 1.5;
    color: #0680f1;
}

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

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

#price04 .pricebox02{
	margin-top: 0;
}

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

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

.flowBox{
	position: relative;
	background-color: #ebf9fc;
	margin-bottom: 50px;
	padding:25px 20px;
}

.flowBox img{
	width: 80%;
	margin:0 auto;
}

.flowBox a{
	text-decoration: underline;
}

.flowBox .flow-no{
	text-align: center;
	color: #fff;
	padding: 0 15px;
	font-size: 25px;
	display: inline-block;
	background-color: #50a6d7;
	height: 43px;
	margin-bottom: 0 !important;
}

.flow-text {
	margin-top: 24px;
	margin-bottom: 10px;
}

.flow-text p {
}

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

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

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

.flow-text > div h4{
	font-size: 16px;
	color: #0680f1;
	margin-bottom: 15px;
}

/*その他サービス
=========================================== */
.other-serviceBox .textBox h3{
	font-size: 18px;
	margin: 15px 0 10px;
}

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

.workBox{
	padding: 20px 0 20px 75px;
	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 10px center;
	background-size: 40px;
}

.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;
}

.two-bnr{
    margin-top: 30px;
}

.btn02{
	margin-bottom: 15px;
}

.btn02 a{
    width: 100%;
    padding: 15px;
    border: 1px solid #0680f1;
    color: #0680f1;
    display: block;
    text-align: center;
}

/*会社概要
=========================================== */

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

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

/*オンライン
=========================================== */

.page-online .flowBox img{
	display: none;
}

.page-online .flow-text h3{
	font-size: 18px;
}



/*ブログ
=========================================== */

.blogs-img{
	margin-bottom: 15px;
}

.blogs-cont{
	position: relative;
}

.blogs-title h2{
	margin-top:10px;
}

article.blogs{
	margin-bottom:20px;
	border-bottom: 1px solid #9d7e6a;
	padding:20px;
	overflow:hidden;
}

.blogs-cont .blogs-date{
	margin: 10px 0 10px 0;
	position: absolute;
    left: 200px;
}

.news-cate{
	color:#fff;
	text-align:center;
	margin:0;
	display: inline-block;
	padding: 3px 20px;
	margin-top: 10px;
}

/*ブログカテゴリー*/
.cate01{
	background-color:#184281;
}

.cate02{
	background-color:#9fbbe6;
}

.cate03{
	background-color:#aaaaaa;
}

.cate04{
	background-color:#cfa972;
}

#sidebar ul li.widget ul li{
	margin-bottom:20px;
	border-bottom: 1px solid #CCCCCC;
  	background: url(../img/common/link_mark01.jpg) no-repeat right 20px top 10px;
	padding-bottom:20px;
}

#sidebar h2{
	font-size:18px;
	margin-bottom:20px;
	padding: 10px 0;
	text-align:left;
}



/*ブログ詳細
=========================================== */
.single-blogs h2{
	font-size: 18px;
    background-color: #eeeeee;
    padding: 15px;
    margin-bottom: 10px;
}

.single-blogs{
}

.blog-info{
	overflow: hidden;
	margin-left: 0;
}

.blog-info .news-cate{
	margin-top: 0;
}

.blog-info > div{
	float: left;
}

.blog-date{
	margin-top: 15px;
}

.post-navigation{
	margin-top:30px;
}

.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 #b6b6b6;
	color:#333;
}

.post-navigation ul li a:hover{
	background:#0068b7;
	color:#fff;
}

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

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

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

.wp-pagenavi a, .wp-pagenavi span {
	font-size:17px;
	border: solid 1px #000!important;
	background-color: #fff;
	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;
}

.cate-name{
	margin-left:10px;
}

.blog-info{
	margin-bottom:5px;
	font-weight:bold;
}

.blog-list{
	margin-bottom:30px;
}

/*****************************************************
	記事詳細ページコンテンツのスタイル
*****************************************************/
.blog-cont{
	line-height: 1.8;
}

.blog-cont>:first-child {
	margin-top: 0;
}

.blog-cont>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .textwidget>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .wp-block-column>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){
	margin-top: 2rem;
}

.blog-cont>h2{
	margin: 3.125rem 0 2.75rem;
}

.blog-cont>h3{
	margin: 3.125rem 0 2.25rem;
	font-size: 120%;
}

.blog-cont>h4{
	margin: 2.125rem 0 2rem;
}

.blog-cont>h2+h2,
.blog-cont>h2+h3,
.blog-cont>h2+h4,
.blog-cont>h2+h5,
.blog-cont>h2+h6,
.blog-cont>h3+h2,
.blog-cont>h3+h3,
.blog-cont>h3+h4,
.blog-cont>h3+h5,
.blog-cont>h3+h6,
.blog-cont>h4+h2,
.blog-cont>h4+h3,
.blog-cont>h4+h4,
.blog-cont>h4+h5,
.blog-cont>h4+h6,
.blog-cont>h5+h2,
.blog-cont>h5+h3,
.blog-cont>h5+h4,
.blog-cont>h5+h5,
.blog-cont>h5+h6,
.blog-cont>h6+h2,
.blog-cont>h6+h3,
.blog-cont>h6+h4,
.blog-cont>h6+h5,
.blog-cont>h6+h6{
	margin-top: 0;
}

.blog-cont h4{
	background: transparent !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 !important;
	color: #000000 !important;
	font-size: 15px !important;
}

.blog-cont ul:not(.tag),
.blog-cont ol{
	margin-left: 1.5em;
}

.blog-cont ul:not(.tag) li{
	margin-bottom: 5px;
	list-style: disc;
}

.blog-cont ol li{
	margin-bottom: 5px;
	list-style: decimal;
}

/* 色設定でbackgroundカラーを指定したとき */
p.has-background{
	padding: 15px 20px !important;
}

/* Coblocks設定 */
.wp-block-coblocks-column ul{
	margin-bottom: 2em;
}

/* YouTubeレスポンシブ対応 */
.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*会社概要
=========================================== */

/* teble */
/*-------------------------------------------*/
.table01 table{
}

.table01 table tr{
}

.table01 table th,.table01 table td{
	border-bottom: 1px dotted #817f7f;
	padding:15px 10px;
}

.table01 table th{
	font-size:15px;
	background-color:#eeeeee;
	width:25%;
}
.table01 table td{
	background-color:#fff;
}

.table01 table th,
.table01 table td {
　　border-bottom: none;
    display: block;
    width: 100% !important;
  }

.gmap iframe {
    height: 300px;
}


/* お問い合わせ
=========================================== */
.contact-text01{
	margin-bottom:30px !important;
}

.tel_box{
	margin-bottom: 80px;
}

.contact-box {
    padding: 25px 19px;
    text-align: left;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

.contact-box-text {
    font-size: 14px;
    padding-left: 0;
    line-height: 1.4;
    letter-spacing: .065em;
}

.contact-box-tel {
    font-size: 24px;
    letter-spacing: .065em;
    margin: 18px auto 3px;
    padding-right: 0;
    font-weight: 700;
}

.contact-box-note {
    font-size: 10px;
    padding: 0 0 0 2px;
    letter-spacing: .05em;
}

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

/* お見積り
=========================================== */

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

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

#offerBox .boxN h4{
	margin-bottom:15px;
}

/*住所*/
.zip-box td #zip1,.zip-box td #zip2{
	width: 120px;
	margin:10px;
}

.zip-box td button.zip-button{
    padding: 5px 40px 5px 27px;
    border:1px solid #333;
    font-size: 18px;
    background:#eee url(../img/common/link_mark01.jpg) no-repeat center right 20px;
    margin:10px 0 20px 28px;
}

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

.midashi th{
	background-color: #54bed9 !important;
    color: #fff;
}

.midashi td{
	display: none !important;
}

.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;
}

.quantity input[type="text"]{
	width: 50% !important;
	margin-right: 5px;
	margin-bottom: 5px;
}

.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;
}
.tel_box .tel{
	font-size:40px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}

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

.contactTable table{
	width:100%;
	margin:0 auto 40px auto;
}

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

.contactTable th,
.contactTable td {
    display: block;
    width: 100% !important;
    border:1px solid #cecece;
  }

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

.contactTable input, .contactTable textarea {
    border: 1px solid #e6e6e6;
    padding: 10px 3px;
    background-color: #fff;
    font-size: 15px;
	width: 100%;
	margin-top: 5px;
}

.contactTable input[type="radio"]{
	width: 10%;
}

.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 input:hover{
	opacity:0.5;
}

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

.ppBox{
	padding:0 4% 7%;
}

.ppBox div{
	margin-left:0;
	margin-right:0;
}

.contactB{
	padding: 10px;
	background-color: #f0f6f7;
}

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

.contactB .inner{
	height: 500px;
	overflow-y: scroll;
}

.kaito input{
	width:10%;
}

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

span.mwform-radio-field.horizontal-item{
	margin-right: 20px;
	    font-size: 18px;
}

.mwform-radio-field input{
	margin-right: 1px !important;
}

select::-ms-expand {
	display: none;
}


/*STlearning追加2024.09.05*/

.step li {
	display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 1rem;
    padding-bottom: 3rem;
    position: relative;
}

.step .txt_content {
    width: calc(100% - 5.5rem);
}

.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: 2rem;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
}

.step .num {
    width: 4rem;
    height: 4rem;
}

.step li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 2.5rem;
    width: 1px;
    height: 110%;
    background-color: #707070;
}

.title-h5 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    min-height: 4rem;
    display: flex;
    align-items: center;
}

.step .thumb {
    width: 80%;
    margin: 0 auto 1.5rem;
}

.step p.txt {
    font-size: 0.9rem;
    line-height: 1.75;
}

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

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

.complete img {
    max-width: 8rem;
}

.step li:last-child:not(:first-child):after {
    display: none;
}

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

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



