@charset "UTF-8";

/* 中面ページ共通h2 */
.inner-title h2{
  font-size: 22px;
  padding: 10px 20px;
  margin-bottom: 50px;
  color: #333;
  background-color: #70BB92;
}


/* 実績 */
.workBox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.work{
  width: 30%;
  /* height: 260px; */
  border: 1px solid #000;
  margin-bottom: 40px;
  padding: 10px;
  display: flex;
  align-items:flex-start;
}

.work img{
  width: 55%;
  margin-right: 10px;
}
.other_photo img{
  width: 40%;
}
.workText h3{
  font-size: 16px;
  font-weight: normal;
  background-color: #64b45b;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  margin: 10px 0 20px;
}

.workText .bookTitle{
  font-size: 18px;
  margin-bottom: 30px;
}

.workText p.bookCom{
  font-size: 14px;
}

/* 企画・編集／制作の流れ */
.flowBox{
  margin-bottom: 80px;
  text-align: center;}

.flowBox p{
  font-size: 18px;
  margin-bottom: 30px;
}


/* 会社概要 */
.comBox{
  margin-bottom: 40px;
}
.comBox dl{
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin:0 0 30px 120px;
}

.comBox dl dt{
  width: 15%;
  margin-bottom: 15px;
}

.comBox dl dd{
  width: 80%;
  margin: 0 0 15px 0;
}


.comBox figure{
  text-align: center;
}

.comBox p{
  font-size: 18px;
  line-height: 2.5rem;
  margin: 0 0 0 120px;
}

.comBox p a{
  color: #000;
  text-decoration: underline;
}

.comBox p a:hover{
  color: #999;
  text-decoration: none;
}

.greeting{
  width: 950px;
}

.greetingImg{
  text-align: right;
  margin: 20px 0 80px;
}


/*お問い合わせ　teble form部分*/
.contactbox ul{
  padding: 0;
}

.description{
  font-size: 18px;
  line-height: 1.8em;
}

/* .contactbox input[type="text"], .contactbox input[type="email"],.contactbox textarea, .contactboxr input[type="radio"],
.contactbox input[type="checkbox"],select{
  font-size: 16px;}

.contactbox input[type="text"],.inner input[type="email"],
textarea {
  padding: 5px;
  border: #333 1px solid;
}

.contactbox input[type="text"]:focus {background: #e8efda;}

.contactbox input[type="email"]:focus {background: #e8efda;}

.contactbox textarea:focus {background: #e8efda;} */

.center {
  text-align:center;
  margin-top: 30px;}

.button {
  margin-top: 40px;
  padding: 10px;
  font-size: 16px;
  background-color: #541507;
  color: #fff;
  border-style: none;
  width: 200px;
  transition: 0.5s ease
}

.button:hover {opacity: 0.5;}













/*お問い合わせ*/
.contactbox {
  width: 1000px;
  margin: 3em auto 0;
  padding-bottom: 3em;
  font-size: 12px;
}

.contactbox dl{display: flex;
  flex-wrap: wrap;}

.contactbox dl dt{width: 10%;}

.contactbox dl dd{width: 70%;
  margin: 0;}

::placeholder {font-size: 1em;}

input[type="text"]:focus {
  background: #d8dfeb;
  outline: 0;}

input[type="email"]:focus {
  background: #d8dfeb;
  outline: 0;}

textarea:focus {
  background: #d8dfeb;
  outline: 0;}

select:focus {
  background: #d8dfeb;
  outline: 0;}

.thanks {padding: 20px;}

hr {margin: 30px 50px;}

.privacyinfo dl {
  font-size: 1em;
  margin: 0px 50px;
  display: flex;
  flex-wrap: wrap;}

.privacyinfo dt,
.privacyinfo dd {padding: 10px;}

.privacyinfo dt {
  width: 20%;
  font-weight: normal;
  padding: 15px 10px;}

.privacyinfo dd {width: 80%;}


/*php用*/
.sentbottom {
  display: flex;
  width: 90%;
  margin: 0 auto;}

.button {
  margin: 20px 20px 40px;
  font-weight: bold;
  padding: 10px;
  font-size: 16px;
  border-style: none;
  width: 40%;
  transition: 0.5s ease;
  border: 1px solid #999;}

.button:hover {
  opacity: 0.5;
  background-color: #70BB92;
  color: #fff;}

/* プライバシーポリシー */
.privacy {
  width: 65%;
  height: 300px;
  font-size: 1em;
  overflow: scroll;
  margin: 2em 5.9em 3em auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;}

.privacy h4 {
  font-size: 1em;
  border-bottom: 1px dotted #333;
  margin-bottom: 10px;
  padding-bottom: 5px;}

.privacy p {
  font-size: 0.9em;
  line-height: 1.8em;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;}

.privacy a {
  color: #000;
  transition: 0.5s ease;}

.privacy a:hover {
  opacity: 0.5;
  color: #70BB92;}

/*thanksページ*/
.thanks {
  font-size: 1.2em;
  line-height: 2em;}