@charset "utf-8";
/* CSS Document */


/* サブページ共有 */


ul.breadCrumb {
    padding-top: 20px;
    font-weight: 400;
    flex-wrap: wrap;
	align-items: center;
}

ul.breadCrumb li {
    list-style: none;
    font-size: 1.3rem;
    line-height: 2.1rem;
}

ul.breadCrumb li a {
    font-size: 1.3rem;
    text-decoration: underline;
    color: #122131;
}

ul.breadCrumb li a::after {
    content: '-';
    display: inline-block !important;
    margin: 0 0.5em !important;
}


#Sub h2.headline{
    text-align: center;
    margin: 0 auto;
    display: block;
    margin: 30px 0px;
}

#Sub h2.headline span{
    padding-left:0%;
}

.back_blue{
    background-color: #E1F0F8;
}

h4.Common_Title01{
	font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.2em;
	line-height: 1.45em;
}

h4.Common_Title01 span{
	display:inline-block;
    font-size: 1.3rem;
	color: #0961AE;
	position: relative;
	padding-left: 15px;
}

h4.Common_Title01 span::before{
	content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #0961AE;
    position: absolute;
    left: 0px;
    bottom: 14px;
}


/* FAQページ */

.faq .Sub_img{
    background-image: url(../img/faq_top-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    width: 94%;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
}

.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 1100px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	background-color: #fff;
    border-radius: 10px;
}

h3.title {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    padding: 3% 14% 3% 50px;
    transition: all .5s ease;
    font-size: 1.6rem;
    color: #122131;
}

h3.title span{
    position: relative;
}

h3.title span::before{
    position: absolute;
    content: "Q";
    color: #0961AE;
    left: -35px;
    top: -7px;
    font-family: "calibri", sans-serif;
    font-size: 2em;
    line-height: 1em;
}

h3.title>span::after{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #ddd;
}


.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    right: 20px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    right: 20px;
    transform: rotate(90deg);

}

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

.box {
    display: none;
    margin: 0 3% 3% 3%;
    padding: 3%;
    border-top: 1px solid #ddd;
}

#Sub .module01{
    padding: 60px 0px;
}


/* プライバシーポリシーページ */

.privacypolicy .Sub_img{
    background-image: url(../img/faq_top-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    width: 94%;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
}



.privacypolicy .module01 .content01{
    background-color: #fff;
    padding: 40px;
	border-radius: 15px;
}

.privacypolicy .module01 .content01 ol{
	padding-left: 2%;
}

.privacypolicy .module01 .content01 ol li{
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.privacypolicy .module01 .content01 ol li h5{
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.privacypolicy .module01 .content01 ol li p{
    font-weight: 300;
}

.privacypolicy .module01 .content01 ol li h6{
    border-radius: 50px;
    border: solid 1px #122131;
    display: inline-block;
    padding: 10px 16px;
    font-size: 1.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.privacypolicy .module01 .content01 ol li ul{
	margin-top: 1em;
	padding-left: 2%;
}

.privacypolicy .module01 .content01 ol li ul>li{
	list-style: disc;
	font-weight: 300;
	
}

/* 制作実績ページ */

.works .Sub_img{
    background-image: url(../img/faq_top-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    width: 94%;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
}

.works .module01 ul.cat-btn{
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.works .module01 ul.cat-btn li{
	list-style: none;
    font-size: 1.6rem;
    border: solid 1px #0961AE;
	width: 24%;
    text-align: center;
    margin-bottom: 1%;
}

.works .module01 ul.cat-btn li:hover{
	background-color: #0961AE;
	transition: background-color .3s, transform .3s;
}


.works .module01 ul.cat-btn li a{
	color:#0961AE;
	text-decoration: none;
	display: block;
    padding: 5px 5px;
}

.works .module01 ul.cat-btn li a:hover{
		color: #fff;
}

.works .module02 ul{
	flex-wrap: wrap;
}

.works .module02 ul li{
	list-style: none;
	width: 22%;
    margin: 0 4% 4% 0;
}

.works .module02 ul li:nth-child(4n){
    margin-right: 0;
}

.works .module02 ul li img{
    aspect-ratio: 640 / 480;
    object-fit: cover;
	width: 100%;
    height: auto;
    vertical-align: bottom;
}

.works .module02 .item-content a{
	display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}


.works .module02 .item-content .caption {
    width: 100%;
	font-size:		1.4rem;
	text-align: 		center;
	padding:		0 1.25em;
	color:			#fff;
	line-height: 1.3em;

}


.works .module02 .item-content .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(9,97,174,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
    display: flex;
    align-items: center;
}
.works .module02 .item-content:hover .mask {
	opacity:		1;	/* マスクを表示する */
}


/*infoエリアをはじめは非表示*/
#info{
	display: none;
}

section[id^="info"]{
	display: none;
}


/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 800px;
    border-radius: 20px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.modaal-content-container{
    padding: 40px;
}

.modaal-content-container figure{
    text-align: center;
    margin-bottom: 20px;
}

.modaal-content-container figure img{
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.modaal-content-container .itemTit{
    align-items: center;
    margin-bottom: 15px;
}

.modaal-content-container .itemTit ul li{
	display: inline-block;
    font-size: 1.0rem;
    line-height: 1;
    color: #fff;
    padding: .75em 1.25em;
    background-color: #0961AE;
}

.modaal-content-container .itemTit span{
    display: inline-block;
    font-size: 1.0rem;
    line-height: 1;
    color: #fff;
    padding: .75em 1.25em;
    background-color: #0961AE;
}

.modaal-content-container .itemTit p{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
	margin-top: 10px;
}


/* 取り扱い商品ページ */

.service .Sub_img{
    background-image: url(../img/faq_top-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    width: 94%;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
}

.service .counter{
    counter-reset: number;
}

.service .Service{
    align-items: center;
}

.service .Service .txt_area{
    width: 50%;
    padding-right: 5%;
}

.service .Service .txt_area h3{
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-left: 2em;
}

.service .Service .txt_area h3:before{
    position: absolute;
    counter-increment: number;
    content: counter(number,decimal-leading-zero);
    display:inline-block;
    color: #fff;
    background-color: #0961AE;
    font-family: "calibri", sans-serif;
    font-weight:bold;
    font-size: 2.4rem;
    border-radius: 50%;
    left: 0;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service .back_blue .Service .txt_area h3:before{
    color: #fff;
    background-color: #0961AE;
}

.service .Service figure.img_area{
    width: 50%;
    height: 430px;
    border-radius: 20px 0px 0px 20px;
}

.service figure.img_area{
    background: url("../img/service-1_img01.jpg");
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.service .S_02 figure.img_area{
    background-image: url("../img/service-2_img01.jpg");
}

.service .S_03 figure.img_area{
    background-image: url("../img/service-3_img01.jpg");
}

.serviceItems{
    margin-top: 80px;
}

.serviceItems ul{
    flex-wrap: wrap;
}

.serviceItems ul li{
    list-style: none;
    width: 47.5%;
    margin: 0 5% 5% 0;
}

.serviceItems ul li:nth-child(2n){
    margin-right: 0;
}

.serviceItems ul li{
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.serviceItems ul li a{
    width: 40%;
}

.serviceItems ul li a figure{
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s;
}

.serviceItems ul li a:hover figure{
    outline: 3px solid #00A7DC;
    outline-offset: -3px;
}

.serviceItems ul li a figure img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.serviceItems ul li .txtContents{
    width: 55%;
}

.serviceItems ul li .txtContents > span{
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5em;
}

.service .module01 h4{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 2em 0 1em;
    position: relative;
}

.service .module01 h4::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0961AE;
    position: absolute;
    left: 0;
    top: .75em;
}

.service .module01 h4 span{
    padding-right: .5em;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.service .module01.back_blue h4 span{
    background-color: #E1F0F8;
}

.serviceEquipment ul{
    flex-wrap: wrap;
}

.serviceEquipment ul li{
    list-style: none;
    width: 31.25%;
    margin: 0 2.75% 3% 0;
}

.serviceEquipment ul li:nth-child(3n){
    margin-right: 0;
}

.serviceEquipment ul li figure{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.serviceEquipment ul li figure img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.serviceEquipment ul li .txtContents span{
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
}

/* 会社概要ページ */

#Sub.about .module01{
    padding: 60px 0 100px;
}

#Sub.about .module02,
#Sub.about .module03,
#Sub.about .module04,
#Sub.about .module05,
#Sub.about .module06{
  padding: 100px 0;
}

.about .Sub_img{
    background-image: url(../img/faq_top-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    width: 94%;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
}

.aboutCatchTxt{
    text-align: center;
    margin-bottom: 100px;
}

.aboutCatchTxt > span{
    display: block;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

.aboutCatchTxt > p{
    text-align: center;
}

.featuresList ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.featuresList ul li{
    list-style: none;
    width: 30%;
    margin-right: 5%;
}

.featuresList ul li:last-child{
    margin: 0;
}

.featuresList ul li figure img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.featuresList ul li > span{
    display: block;
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #0961AE;
    padding-top: 2em;
    margin-bottom: .85em;
    position: relative;
}

.featuresList ul li > span::before{
    content: '';
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: #0961AE;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.companyProfile{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.companyProfile .container{
    width: 47.5%;
}

.companyProfile .container dl{
    display: flex;
    justify-content: space-between;
    font-size: 1.45rem;
    line-height: 1.5;
}

.companyProfile .container dl dt{
    width: 10em;
    padding: 1.75em 0;
    border-bottom: 1px solid #122131;
    margin-right: 2%;
}

.companyProfile .container dl dd{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #122131;
}

.companyProfile .container dl:first-child dt,
.companyProfile .container dl:first-child dd{
    border-top: 1px solid #122131;
}

.companyProfile .container dl dd a{
    display: inline-block;
    font-size: 1.45rem;
    line-height: 1.5;
}

.historyList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.historyList .container{
    width: 47.5%;
}

.historyList .container ul li{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.45rem;
    line-height: 1.5;
    border-bottom: 1px solid #122131;
}

.historyList .container ul li .year{
    width: 11.5em;
    padding: 1.25em 0;
    margin-right: 1.5em;
}

.historyList .container ul li .year span{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: .5em .75em;
    background-color: #0961AE;
    border-radius: 5px;
}

.historyList .container ul li .year span br{
    display: none;
}

.historyList .container ul li .txtContents{
    width: 100%;
}

.historyList .container ul li .txtContents p{
    text-align: left;
    line-height: 1.5;
}

.about2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about2Col > .container{
    width: 47.5%;
}

.about2Col > .container h5{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: .75em 1em;
    background-color: #0961AE;
    border-radius: 5px;
    margin-bottom: .75em;
}

.aboutDetailList li{
    list-style: none;
    font-size: 1.45rem;
    line-height: 1.5;
    padding: 1em;
    border-bottom: 1px solid #122131;
}

.about2ColList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about2ColList .container{
    width: 48%;
}

.aboutDetailTable{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    line-height: inherit;
}

.aboutDetailTable td{
    font-size: 1.45rem;
    line-height: 1.5;
    padding: 1em;
    border-bottom: 1px solid #122131
}

.aboutDetailTable td:nth-child(2){
    word-break: keep-all;
}

.aboutDetailTable td.borderGray{
    border-bottom-color: #B5B9B9;
}


/* お知らせ */

.news .Sub_img{
    background-image: url(../img/faq_top-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    width: 94%;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
}

.news section.module01 ul li {
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 1.8em;
    list-style: none;
}

.news section.module01 ul li a {
	align-items: center;
	text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s;
    padding: 12px 18px;
}

.news section.module01 ul li a:hover{
    outline: 3px solid #0961AE;
    outline-offset: -3px;
    
}

.news section.module01 ul li time {
    font-size: 1.3rem;
}

.news section.module01 ul li span {
    background: #51A747;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    padding: 3px 5px;
    width: 89px;
    margin: 0px 15px;
    border-radius: 10px;
    display: block;
}

.news section.module01 ul li p {
    font-size: 1.35rem;
}


.news .D_contents{
	background-color: #fff;
    padding: 40px;
    border-radius: 15px;
}

.news .D_contents h3{
	font-size: 2rem;
    border-bottom: solid 1px #ddd;
    padding-bottom: 0.25em;
    margin-bottom: 1.5em;
	line-height: 1.38em;
}

.news .D_contents p.date{
	font-size: 1.2rem;
    text-align: right;
    margin-bottom: 20px;
}


div.wp-pagenavi{
	
	clear: both;
	text-align:center;
	margin:40px 0;

	}
	
/* 各リンクのCSS */

div.wp-pagenavi a{	

	border: 1px solid #fff;
	color: #0961AE;
	padding:8px 8px;
	margin: 0 4px;
	text-decoration: none;
	background:#FFF;
	border-radius: 3px;
	-border-radius: 3px;
	-webkit-border-radius: 3px;
		font-size: 1.5rem;

@media screen and (max-width:767px){
	font-size: 1.3rem;

    }
@media screen and (max-width:374px) {

		padding:5px;
		margin: 0 3px;
		font-size: 1.0rem;

    }
	}

/* 各リンクのCSS(マウスオーバー時) */

div.wp-pagenavi a:hover{
	
	background:#0961AE;
	border: 1px solid #0961AE;	
	color: #fff;
		}

	/* 総ページ数のCSS */

div.wp-pagenavi span.pages{
	
	border: 1px solid #0961AE;
	color: #0961AE;
	padding:8px 8px;
	margin: 0 4px;
	background:#FFF;
	border-radius: 3px;
	-border-radius: 3px;
	-webkit-border-radius: 3px;
		font-size: 1.5rem;
   @media screen and (max-width: 767px) {
        display: none;
    }
	}

/* 現在のページのCSS */
div.wp-pagenavi span.current{
	
	border:1px solid #0961AE;
	color: #FFF;
	padding:8px 8px;
	margin: 0 4px;
	background:#0961AE;
	border-radius: 3px;
	-border-radius: 3px;
	-webkit-border-radius: 3px;
		font-size: 1.5rem;
@media screen and (max-width:767px) {

		font-size: 1.3rem;

    }
	
@media screen and (max-width:374px) {
	padding:5px;
margin: 0 3px;
font-size: 1.0rem;

    }
}


div.wp-pagenavi span.extend{
		display: none;
	}



/* コラム */

.column .Sub_img{
    background-image: url(../img/faq_top-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    width: 94%;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
}

.column section.module01 ul {
    margin-top: 40px;
    flex-wrap: wrap;
}

.column section.module01 ul li {
    list-style: none;
    width: 31%;
    margin-top: 0.35em;
    margin-bottom: 40px;
    margin-right: 3.5%;
}

.column section.module01 ul li:nth-child(3n){
    margin-right: 0%;
}

.column section.module01 ul li a{
    display: block;
    text-decoration: none;
}

.column section.module01 ul li img {
    width: 100%;
    border-radius: 20px;
    transition: all .2s;
	height: auto;
}
.column section.module01 ul li img:hover{
    outline: 3px solid #0961AE;
    outline-offset: -3px;
}

.column section.module01 ul li .txt_area {
    margin-top: 0.5em;
}

.column section.module01 ul li .txt_area time{
   font-size: 1.3rem; 
}


.column section.module01 ul li .txt_area h5 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 0.45em;
    line-height: 1.4em;
}

.column section.module01 ul li .txt_area p {
    font-size: 1.35rem;
    line-height: 1.7em;
}


/* お問い合わせ */


.contact .Sub_img{
    background-image: url(../img/faq_top-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    width: 94%;
    margin: auto;
    border-radius: 0px 0px 20px 20px;
}

.contact .module01 ul{
	margin-top: 80px;
}

.contact .module01 ul.counter{
	counter-reset: number;
}


.contact .module01 ul.counter li p{
	position: relative;
}

.contact .module01 ul.counter li p:before{
	position: absolute;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    display: inline-block;
    color: #0961AE;
    font-family: "calibri", sans-serif;
    font-weight: bold;
    font-size: 3.4rem;
    border-radius: 50%;
    left: 0;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact .module01 ul li{
	border: solid 2px #0961AE;
    padding: 25px;
	list-style: none;
	margin-bottom: 8em;
	border-radius: 10px;
}

.contact .module01 ul li h5{
	right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: -12px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}

.contact .module01 ul li h5 span{
	background-color: #fff;
	padding: 0px 15px;
}

.contact .module01 ul li p{
	text-align: center;
}


.contact .module02{
	padding-top: 40px;
}


.contact .module02 p.center{
	text-align: center;
}

.contact .module02 .contact_top{
	background-color: #fff;
    padding: 40px 30px;
	border-radius: 10px;
}

.contact .module02 .contact_top h3{
	text-align: center;
    font-size: 1.6rem;
}


.contact .module02 .contact_top address{
	text-align: center;
}

.contact .module02 .contact_top address a{
	color: #0961AE;
    text-align: center;
    font-family: "calibri", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6.2rem;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;
	position: relative;
}

.contact .module02 .contact_top address a::before{
		position: absolute;
		background-image: url(../img/Icon-akar-phone.svg);
		content: "";
		left: -50px;
		top: 0px;
		font-family: "calibri", sans-serif;
		font-size: 2em;
		line-height: 1em;
		width: 40px;
		height: 40px;
		background-size: 100%;
		background-repeat: no-repeat;
	}

.contact .module02 .contact_box ul.form_inner{
	list-style: none;
	margin-top: 4em;
}

.contact .module02 .contact_box ul.form_inner li{
	margin-bottom: 2em;
    border-bottom: 1px solid #122131;
    padding-bottom: 2em;
}

.contact .module02 .contact_box ul.form_inner li h5{
	margin-bottom: 0.8em;
    font-size: 1.6rem;
	display: flex;
	align-items: center;
}

.contact .module02 .contact_box ul.form_inner li .form_input{
	margin-bottom: 14px;
}

.contact .module02 .contact_box ul.form_inner li h5 span.Required{
	color: #51A747;
    border: solid 1px #51A747;
    padding: 4px 4px;
    font-size: 1.2rem;
    border-radius: 4px;
    margin-left: 15px;
    display: inline-block;
}


.contact .module02 .contact_box ul.form_inner .form_bottom input{
	border: none;
    padding: 15px 20px;
    border-radius: 5px;
}


.contact .module02 .contact_box ul.form_inner li .form_input textarea{
	max-width: 100%;
    width: 100%;
    border: none;
    height: 280px;
	border-radius: 5px;
	padding: 10px;
}


.contact .module02 .contact_box input.wpcf7-previous{
	background-color: #0961AE;
    border: none;
    color: #fff;
    margin: 0 auto;
    display: block;
    font-size: 1.8rem;
    padding: 20px 70px;
    border-radius: 50px;

}



.contact .module02 .contact_box input.wpcf7-submit{
	background-color: #0961AE;
    border: none;
    color: #fff;
    margin: 0 auto;
    display: block;
    font-size: 1.8rem;
    padding: 20px 70px;
    border-radius: 50px;
}



/* サブページ共通 -------------------------------------*/


@media (max-width: 800px){
    #Sub .Sub_img{
        height: 170px;
    }
    
    ul.breadCrumb {
        padding-top: 5px;
    }
    
    #Sub .module01 {
    padding: 20px 0px;
}
	
	.privacypolicy .module01 .content01{
		padding: 25px;
	}
    
    .service .Service{
		flex-wrap: wrap-reverse;
		margin-top: 0px;
	}
	
	.service .Service .txt_area{
		width: 100%;
		padding-right: 0%;
		margin-top: 28px;
        margin-bottom: 50px;
	}
	
	.service .Service figure.img_area{
		width: 100%;
		height: 200px;
    	border-radius: 20px;
	}
    
    .serviceItems{
        margin: 0;
    }
    
    .serviceItems ul li{
        flex-wrap: wrap;
    }
    
    .serviceItems ul li a{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .serviceItems ul li .txtContents{
        width: 100%;
        height: 100%;
    }
    
    .serviceEquipment ul li{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 30px;
    }
    
    .serviceEquipment ul li figure{
        width: 30%;
        margin: 0;
    }
    
    .serviceEquipment ul li .txtContents{
        width: 65%;
    }
    
    #Sub.about .module01{
        padding: 20px 0 60px;
    }
    
    #Sub.about .module02,
    #Sub.about .module03,
    #Sub.about .module04,
    #Sub.about .module05,
    #Sub.about .module06{
        padding: 40px 0 60px;
    }
    
    .aboutCatchTxt > span{
        font-size: 2.8rem;
    }
    
    .featuresList ul li{
        width: 47.5%;
        margin: 5% 5% 0 0;
    }
    
    .featuresList ul li:nth-child(2){
        margin-right: 0;
    }
    
    .featuresList ul li figure{
        width: 70%;
        margin: 0 auto;
    }
    
    .featuresList ul li > span{
        font-size: 2.4rem;
    }
    
    .companyProfile .container{
        width: 100%;
    }
    
    .companyProfile .container:nth-child(2) dl:first-child dt,
    .companyProfile .container:nth-child(2) dl:first-child dd{
        border-top: none;
    }
    
    .historyList .container{
        width: 100%;
    }
    
    .about2Col > .container{
        width: 100%;
        margin-bottom: 40px;
    }
    
    .about2Col > .container:last-child{
        margin: 0;
    }
    
    .news section.module01 ul li a {
        flex-wrap: wrap;
    }

    .news section.module01 ul li p {
        margin-top: 10px;
    }

    
    .column section.module01 ul li{
        width: 48%;
        margin-right: 4%;
}    
    
    .column section.module01 ul li:nth-child(2n){
    margin-right: 0%;
}
    
   .column section.module01 ul li:nth-child(3n){ 
    margin-right: auto;
}

    .column section.module01 ul li .txt_area h5{
        font-size: 1.5rem;
    }
    
    .column section.module01 ul li .txt_area time {
    font-size: 1.2rem;
}
	
	.contact .module01 ul.counter li p{
		padding-left: 10%;
        text-align: left;
	}
	
	.contact .module01 ul li{
		margin-bottom: 3em;
		padding: 20px;
	}

	.contact .module01 ul.counter li p:before{
		    left: -17px;
		    font-size: 2.6rem;
	}
	
	.contact .module02 .contact_box ul.form_inner .form_bottom input{
		width: 100%;
	}
	
	.contact .module02 .contact_top address a{
		font-size: 3.7rem;
		margin-top: 15px;
	}
	

	.contact .module02 .contact_top address a::before{
		left: -33px;
		top: 2px;
		width: 25px;
		height: 25px;
	}
	

@media (max-width: 670px){
    .serviceItems ul li{
        width: 100%;
        margin: 0 0 30px;
    }
    
    .serviceItems ul li:last-child{
        margin: 0;
    }
    
    .serviceEquipment ul li{
        margin-bottom: 15px;
    }
    
    .serviceItems ul li a figure{
        width: 80%;
        margin: 0 auto;
    }
    
    .serviceEquipment ul li figure{
        width: 25%;
    }
    
    .serviceEquipment ul li .txtContents{
        width: 71%;
    }
    
    .serviceEquipment ul li .txtContents span{
        font-size: 1.5rem;
    }
    
    .serviceEquipment ul li .txtContents p{
        font-size: 1.3rem;
        line-height: 1.5;
    }
    
    .works .module01 ul.cat-btn li{
        width: 49%;
        margin: 0 .5% 1%;
    }
    
    .works .module01 ul.cat-btn li a{
        font-size: 1.5rem;
    }
    
    .works .module02 ul li{
        width: 48%;
    }
    
    .works .module02 ul li:nth-child(4n){
        margin-right: 4%;
    }
    
    .works .module02 ul li:nth-child(2n){
        margin-right: 0;
    }
    
    .modaal-container{
        border-radius: 10px;
    }
    
    .modaal-content-container{
        padding: 20px;
    }
    
    .modaal-content-container .itemTit{
        display: block;
        margin-bottom: 10px;
    }
    
    .modaal-content-container .itemTit span{
        padding: .5em .75em;
        margin-bottom: .5em;
    }
    
    .modaal-content-container .itemTit p{
        padding: 0;
    }
    
    .aboutCatchTxt{
        margin-bottom: 40px;
    }
    
    .aboutCatchTxt > span{
        font-size: 2.2rem;
    }
    
    .aboutCatchTxt > span br{
        display: none;
    }
    
    .aboutCatchTxt > p{
        text-align: justify;
    }
    
    .aboutCatchTxt > p br{
        display: none;
    }
    
    .featuresList ul li{
        width: 100%;
        margin: 0 0 30px;
    }
    
    .featuresList ul li > span{
        font-size: 2.2rem;
    }
    
    .historyList .container ul li .year{
        width: 9em;
        margin-right: 1.25em;
    }
    
    .historyList .container ul li .year span{
        padding: .5em;
    }
    
    .historyList .container ul li .year span br{
        display: block;
        font-size: 0;
    }
    
    .about2ColList .container{
        width: 100%;
    }
    
    
    
    
    
    
}










