@charset"utf-8";

body {
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Montserrat', sans-serif;
  background-color: rgb(230, 241, 251);
align-content: center;
}


wrapper {
  background-color: rgb(244, 240, 240);
  width: 1200px;
  margin: 0 auto;


}

/* ヘッダー */


header h1,
nav.grnav a,
footer h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Noto Sans JP', sans-serif;

}

.logoimg {
  border: 4px #17009a;
  border-radius: 6px;
  box-shadow: 2px 2px 2px #000;
}

.headerbord{
width: auto;
height: 40px;
background-color: rgb(16, 0, 88);
}


header {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

header h1 {
  font-size: 28px;
  font-weight: 900;

  padding-left: 45px;

}

.headbox002_01 {
  color: #030;
  margin-top: 100px;
  font-size: 0.6rem;
}

span {
  text-decoration: underline;
}

span.box002text {
  text-decoration: none;
}

.grnav ul {
  display: flex;
}

.temp03 .grnav ul {
  display: block;
}

.grnav ul dt {
  margin-top: 8rem;
}

.temp03 .grnav ul li {
  width: 200px;
}


.grnav li a {
  display: block;
  color: #030;
  font-weight: 600;
  text-decoration: none;
  padding: 0 20px;
  border-right: 1px solid #030;
}

.grnav li:last-child a {
  padding-right: 0;
  border-right: 0;
}

.grnav li a:hover .navspn {
  color: #b27616;
  border-bottom: 2px solid #b27616;

}



header h1 a {
  color: #030;
  text-decoration: none;
}

.visual_img p{

  margin-left: 5px;
}




/* キービジュアル */


.visual_img {
  background-image: url(../images/textsite_header.jpg);
  background-size: cover;
  height: 180px;

}

.index .visual_img {
  height: 180px;
  padding-top: 40px;
  padding-left: 90px;
}

.visual_img p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}



/* コンテナ */

.container {
  margin: 40px;
  display: flex;
  justify-content: space-between;

}

main {
  width: 850px;

}

main h2 {
  width: 70%;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  background-image: url(../images/abc_logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  margin-bottom: 10px;
  text-shadow: 2px 2px 3px black;
}

main .company_images {
  margin-left: 50px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: -6px;
}

main p {
  margin-left: 50px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: justify;

}


/* アサイド */




aside {
  width: 250px;
  background-image: url(../images/aside_br.jpg);
  background-size: cover;
  margin-top: 40px;
  margin-right: 0;
  margin-left: 10px;

}


aside .ad {
  margin-bottom: 20px;
  align-items: center;
}

/* .index02 aside{
  background-image: none;
} */


/* メイン */

main section {
  margin-bottom: 20px;
}

main section:last-child {
  margin-bottom: 0px;
}

.production {
  display: flex;
  justify-content: space-between;
}

.compout {
  display: flex;
}

.comp {
  width: 450px;
  margin-right: 60px;
}

.company_img002 h3,
.greeting h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.commentary {
  width: 530px;
  line-height: 2rem;
  margin-top: 2.6rem;
  margin-left: 4rem;

}

/* .refer{
font-size: 14px;
margin-top: 50px;
} */

figure {
  width: 260px;
  text-align: center;

}

figure img {
  margin-bottom: 10px;

}

/* figcaption{
  font-size: 14px;
  margin-left: 5px;
} */

.goserv {
  color: red;
  text-decoration: underline;
  margin-bottom: 5px;
}

/* infomation */

dl.info {
  height: 200px;
  margin-left: 50px;
  padding: 10px 20px;
  border: 1px solid #030;
  overflow-y: auto;
}

dl.info div.news {
  height: 24px;
  display: flex;
  padding: 10px 0;
  margin-bottom: 5px;
  border-bottom: 2px dotted #ccc;
}

dl.info dt {
  width: 9em;

}



/* フッター */

footer {
  background-color: #030;
  padding: 20px 40px;
  color: #ead4d4;
  margin-top: 29px;

}


footer .footwrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid #fff;

}

footer a{
  line-height: 1rem;
text-decoration: underline;

}

footer h2 {
  font-size: 22px;
  line-height: 34px;
  background-image: url(../images/abc_logo48px.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 55px;
  margin-bottom: 20px;
}

.footernav {

  margin-top: 5px;

}

.footernav ul li {
  display: inline-block;
  margin-left: 30px;
}

.footernav ul li a {
  color: #fff;
  text-decoration: none;

}

.footernav ul li a:hover {
  border-bottom: 1px solid #fff;

}

hr {
  background-color: #cbc7c7;
  border: 0;
  height: 1px;
  margin-top: 20px;

}

small {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}


.footercontact {
  width: 300px;
  padding-left: 20px;

}

.footcont {

  margin-top: 150px;


}









/* 業務実績ぺーじ */
/* key visal */

.works02 .visual_img {
  background-image: url(../images/textsite_header02.jpg);
  background-position: 0 5px;
}

h4 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.clientboxin {
  margin-top: 50px;
  margin-left: 24px;
}

.works h2 {
font-size: 1.5rem;
font-weight: 700;
font-style: italic;
}

.works h3,
.service h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #030;
  background-image: url(../images/markpoint.png);
  /* background-repeat: no-repeat; */
  background-position: 0 2px;
  padding-left: 24px;
  margin-bottom: 30px;
}

.clientboxin p{
margin-left: 24px;
margin-bottom: 30px;
height: 200px;
margin-top: 20px;
}

.clientboxin p img{
  background-color: #fff;
  border:1px solid #ccc;
  box-shadow: 2px 2px 2px #000000ab;
  padding: 16px 16px 36px;
  float: left;
  margin-right: 20px;
margin-bottom: 10px;
}

.text111{
margin-bottom: 1.5rem;
text-decoration: none;
font-size: 1.1rem;

}


/* main3column */




.button003 .dounyubutton{
text-decoration: underline;


}





/* カブ４アイテム */


.works_client {
  width: 640px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-content: space-evenly;
  justify-content: center;
  flex-wrap: wrap;
  
}

.works_client p{
  margin-top: 3rem;
}

.works_client img{
border:3px solid silver;
}




  /* <!-- 7つの実例集service --> */



.service02 .visual_img{

background-image: url(../images/logo_br003.jpg);
background-size: contain;
background-position: 160px 0px;

}


/* <!-- ７つのサービスモデル ２--> */


.showcase{

  height: 1500px;
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: space-between;
margin-left: 50px;
margin-top: 30p;
margin-left: 40px;

}

.showcase section{

  width: 240px;
text-align: center;
margin-top: 20px;
margin-bottom: 40px;


}


.showcase h3{
  background-color: rgba(0, 0, 255, 0.289);
  background-blend-mode: screen;
  color: red;
  text-shadow: 2px 2px 1px #fff;

}


.service001 p{
  text-align: left;
margin-left: 20px

}





/* wordwindows */

.question{
text-align: center;

}

h5{
  text-indent: 1rem;
}


.box001,.inner02{
overflow:scroll ;
width: 250px;
height: 600px;
padding:15px;
overflow-y: scroll;
margin: 0 auto;
}

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

animation{
  animation:fadein 3s ease-in-out;
}


.box001 dt,
.inner02 dt{
  margin: 1px;
  font-size: 1rem;
  background-color: rgba(249, 247, 252, 0.467);
  color: #e4a9a9;
   text-shadow: 2px 2px 1px #570202;
   font-style: italic;
   font-weight: 500;
}


.box001 dd,
.inner02 dd{
  margin: 12px;
font-size: 0.8rem;
background-color: rgba(20, 0, 51, 0.304);
  color: #fbf6f6;
text-shadow: 2px 2px 1px #570202;
}



/* お問い合わせ */

.contact{
  background-color: #4a417c33;
margin: 0 auto;


justify-content: center;
align-content: center;
}

.contact p{
  text-decoration: underline;
}

.contact02.visual_img.visual_img{
  background-image: url(../images/);
}


/* テーブル設定 */

table{
width: calc(100%-50px);
margin-left: 50px;
border:1px solid #030;
}

table th{
  width: 160px;
background-color: #331661;
color: #fff;
text-align: right;
padding: 10px 20px;
border-bottom: 1px solid #fff;

}

table tr:nth-child(7)th{
border-bottom: 1px solid #030;

}

table td{
padding: 10px 20px;
border: 1px solid #030;

}

table tr:last-child td{
text-align: center;

}










/* form */
input[type="text"]{
width: 70%;
padding: 5px;

}

form span.caution{
  color: f00;
font-size: 14px;
margin-left: 10px;


}

input[type="text"]{
  width: 70%;
}

input#mail{
  margin-bottom: 10px;

}

td label{
  margin-right: 20px;

}


input[type="radio"],
input[type="checkbox"]{

margin-left: 20px;

}

select{
  padding: 5px;
}

textarea{
width: 90%;
padding: 5%;
box-sizing: border-box;
resize: none;
vertical-align: bottom;

}

img[type="submit"]{
width: 200px;
padding: 5px;
}

.infocontact{
border: 1px solid #023d8a;
padding: 15px 5px ;
margin-bottom: 30px;
}






/* 質疑応答 */
.qandagr{
width: 840px;
height: 450px;
overflow-y: auto;
border: 2px solid #320389;
border-radius:80px 0;
margin: 0 auto;

}

h4{
font-weight: 800;
font-size: 2rem;
}

.qanda{
width: 780px;
border: 1px dashed rgb(141, 141, 141);
border-radius: 40px 0;
padding: 30px;

}

.qanda .qa001{
border: 1px dashed black;
background-color: #cbc7cb9d;
border-radius: 15px;
margin-left: 10px;
width: 300px;
margin-top: 30px;
padding: 20px;
}


.qanda .qa002{
border: 1px dashed black;
background-color: #c7cbca9d;
border-radius: 15px 0;
margin-left: 400px;
width: 300px;
margin-top: 30px;
padding: 20px;
}

.qanda{
margin-left: 20px; 

}

.qandaimg001{
margin-top: -15px;

}

.qandaimg002{
margin-left: 450px;
margin-top: -15px;

}


.qandaimg003{
margin-left: 10px;

}

.qandabox002{
  display: flex;
  justify-content: space-between;
}


.qanda .qa003{
border: 1px dashed black;
background-color: #c7cbca9d;
border-radius: 15px 0;
width: 300px;
margin-top: 10px;
padding: 20px;
}
/* 会社概要 */

.company02 .visual_img{
  background-image: url(../images/company004.JPG);
  background-position: 0 70px;
}

.company02 p{
color: rgb(254, 251, 251);


}

.comp001,
.comp002,
.comp003,
.comp004,
.comp005{
border: 1px solid #030;
padding-left: 30px;
padding-top: 20px;margin-bottom: 30px;
background-color: aliceblue;

}


.company02 td{
font-weight: 700;
font-style: italic;
font-size: 1.2rem;
line-height: 2rem;
}

.company02 dd{
text-indent: 6rem;
margin-bottom: 1rem;

}



.company02 h3{
  margin-left: 25px;
  margin-bottom: 10px;

}

dl{
font-size: 18px;
font-weight: 500;
line-height: 30px;
color: #030;
border-bottom: 20px;
text-align: justify;


}

/* @media(max-width:768px) {
  body{

    background-color: blue;
    color: blanchedalmond;
  }
  
} */


/* ぷろせす */

.production00{
  line-height:  2.2ßrem;
}



.process p{
font-weight: bold;
font-size: 1rem;
color: red;
margin-top: 1rem;
}

.process h5{
font-weight: bold;
font-size: 1.2rem;
color: red;
margin-top: 1.5rem;
}

.production00 dl{
font-weight: bold;
font-size: 1.2rem;
margin-top: 20px;

}

.production00 dt{
font-style: italic;
color: #b40502;
font-weight: 700;
margin-top: 20px;

}

.production00 dd{
font-size: 0.9rem;

}

.production00 article dl{
  margin-top: 10px;
  margin-bottom: 10px;
}


/* テンプコンタクト */
.navtemp{
position: fixed;
bottom: 80px;
right: 360px;
width: 150px;
height: 180px;
border: 5px dotted silver;
border-radius: 20px
;
}

.footerimg02{

  margin-left: 270px;
}

