/*
 Theme Name: kaizuka
 Author: D.K
*/
*,
*:before,
*:after {
	box-sizing: border-box;
}
html {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, sans-serif;
  margin: 0;
  padding: 0;
	font-size: 80%;
  line-height: 1.6;
  letter-spacing: 2px;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	-webkit-font-smoothing: antialiased;
  position: relative;
}
h1,h2,h3,h4,h5,h6 {
  letter-spacing: 3px;
}
h1,h2,h3,h4,h5,h6,p,a,span,ul,li,time,dl,dt,dd {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/*** レスポンシブ ****************************/
@media screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
/**************************************************/
/* 共通
/**************************************************/
.inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 15px;
  }
}
/**************************************************/
/* ヘッダー
/**************************************************/
#header {
  padding: 15px 0 5px;
  background: rgb(235,219,213);
}
#site-title img {
  height: 40px;
}
#header-contact {
  color: #fff;
  text-align: right;
  font-size: 90%;
}
#header-contact span {
  display: inline-block;
  padding: 5px 10px;
  background: rgb(8,164,38);
  cursor: pointer;
}
#header-contact span i {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 15px 0;
  }
  #header .inner {
    position: relative;
  }
  #site-title img {
    height: 50px;
  }
  #header-contact {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
/**************************************************/
/* フッター
/**************************************************/
#footer {
  padding: 20px 5px;
  background: rgb(30,46,80);
  color: #fff;
}
#footer h3 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro W3', 'メイリオ', Meiryo, sans-serif;
  margin-bottom: 10px;
}
#copyright {
  margin-top: 40px;
}
/**************************************************/
/* キービジュアル
/**************************************************/
#kv {
  background: #000;
}
#kv .inner {
  background: url('images/kv.jpg') no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
#kv img {
  display: block;
  margin: 0 auto;
  height: 70px;
}
/* タブレット */
@media screen and (min-width: 768px) {
  #kv .inner {
    padding: 150px 0;
  }
  #kv img {
    display: block;
    margin: 0 auto;
    height: 90px;
  }
}
/**************************************************/
/* スター
/**************************************************/
#star {
  background: rgb(235,219,213);
  padding: 30px 0 20px;
  position: relative;
}
.star-box-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.star-box {
  width: 31%;
}
#ttl1 img:nth-of-type(1) {
  margin: 30px 0 10px;
}
#ttl1 img:nth-of-type(2) {
  display: block;
  margin: 15px auto 0;
  width: 70px;
}
#ttl1:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid rgb(235,219,213);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: 0 auto;
  z-index: 10;
}
/* タブレット */
@media screen and (min-width: 768px) {
  .star-box {
    background-size: 80px;
  }
  .star-box p {
    margin: 120px 0 20px;
  }
  #ttl1 {
    position: relative;
  }
  #ttl1 img:nth-of-type(1) {
    margin: 100px 0 50px;
    padding-right: 200px;
  }
  #ttl1 img:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
  }
  #ttl1:after {
    bottom: -100px;
  }
}
/**************************************************/
/* お悩み
/**************************************************/
#onayami {
  background: url('images/tiny_grid.png');
  position: relative;
  padding: 70px 0 20px;
}
#onayami h2 {
  padding: 0 20px;
  margin-bottom: 40px;
}
#onayami img {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  #onayami {
    padding: 70px 0 50px;
  }
  #onayami img {
    margin: 0 auto 40px;
  }
}
/**************************************************/
/* 解決
/**************************************************/
#kaiketsu {
  padding: 70px 0 90px 80px;
  background: url('images/woman2.jpg') no-repeat 10px bottom;
  background-size: 100px auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #kaiketsu {
    padding: 100px 0 200px 250px;
    background: url('images/woman2.jpg') no-repeat 10px bottom;
    background-size: 300px auto;
  }
}
/**************************************************/
/* 代理します
/**************************************************/
#represent {
  background: rgb(236,231,230);
  padding: 60px 0;
}
#represent h2 {
  margin-bottom: 60px;
  padding: 0 10px;
  text-align: center;
}
#represent h3 {
  background: url('images/ttl-bg1.png') no-repeat left top;
  background-size: 30px;
  line-height: 30px;
  padding-left: 40px;
  margin-bottom: 25px;
}
#represent p {
  margin-bottom: 30px;
}
/**************************************************/
/* ご依頼の流れ
/**************************************************/
#flow {
  padding: 60px 0;
}
#flow h2 {
  margin-bottom: 60px;
  padding: 0 10px;
  text-align: center;
}
.flow-box:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin: 20px auto 0;
  border: 20px solid transparent;
  border-top: 30px solid rgb(195,103,108);
}
.flow-box p:nth-of-type(1) {
  background: rgb(195,193,103);
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
.flow-box p:nth-of-type(1) span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgb(195,103,108);
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 80%;
}
.flow-box p:nth-of-type(2) {
  border: 1px solid rgb(195,193,103);
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .flow-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .flow-box p:nth-of-type(1) {
    width: 25%;
  }
  .flow-box p:nth-of-type(2) {
    width: 75%;
  }
}
/**************************************************/
/* 出願後の流れ
/**************************************************/
#flow2 {
  background: rgb(236,231,230);
  padding: 40px 0;
}
#flow2 h2 {
  margin-bottom: 60px;
  padding: 0 10px;
  text-align: center;
}
#flow2 .flow-image {
  display: block;
  margin: 0 auto;
}
#judge {
  background: #fff;
  border: 3px dashed rgb(70,23,26);
  margin: 30px 0;
  padding: 20px 10px;
}
#judge h2 {
  color: rgb(193,39,45);
  font-weight: bold;
  text-align: center;
}
#judge p {
  margin-bottom: 20px;
}
#judge .judge-box {
  padding: 0 5px;
}
#judge .judge-box h3 {
  margin-bottom: 10px;
}
#judge .judge-box h3:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  transform: rotate(45deg);
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  #judge {
    padding: 30px 30px;
  }
  #judge p {
    margin-bottom: 50px;
  }
  #judge .judge-box {
    padding: 0 30px;
  }
  #judge .judge-box h3 {
    margin-bottom: 20px;
  }
  #judge .judge-box h3:before {
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }
  #judge .judge-box p {
    padding-left: 30px;
  }
}
/**************************************************/
/* 費用（特許）
/**************************************************/
#price {
  padding: 40px 0;
}
#price h2 {
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: center;
}
#price .price-box {
  border: 5px solid;
  margin-bottom: 20px;
}
#price .price-box h3 {
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}
#price .price-box dl {
  margin-bottom: 20px;
  padding: 0 10px;
}
#price .price-box dt {
  margin-bottom: 5px;
}
#price .price-box dt:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  transform: rotate(45deg);
  margin-right: 8px;
}
#price .price-box dd {
  text-indent: 10px;
  margin-bottom: 5px;
}
#price .price-box p {
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: right;
  font-weight: bold;
}
#price .price-box p span {
  color: rgb(193,39,45);
  font-size: 150%;
}
#price1 .price-box:nth-of-type(1) {
  border-color: rgb(32,144,136);
}
#price1 .price-box:nth-of-type(1) h3 {
  background: rgb(32,144,136);
}
#price1 .price-box:nth-of-type(2) {
  border-color: rgb(66,95,157);
}
#price1 .price-box:nth-of-type(2) h3 {
  background: rgb(66,95,157);
}
#price1 .price-box:nth-of-type(3) {
  border-color: rgb(66,157,83);
}
#price1 .price-box:nth-of-type(3) h3 {
  background: rgb(66,157,83);
}
#price1 .price-box:nth-of-type(4) {
  border-color: rgb(71,147,221);
}
#price1 .price-box:nth-of-type(4) h3 {
  background: rgb(71,147,221);
}
#price2 .price-box {
  border-color: rgb(176,130,73);
}
#price2 .price-box h3 {
  background: rgb(176,130,73);
}
@media screen and (min-width: 768px) {
  #price .price-box-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #price .price-box {
    width: 49%;
  }
  #price2 .price-box {
    width: 100%;
  }
}
/**************************************************/
/* お問い合わせ
/**************************************************/
#contact {
  background: rgb(128,150,196);
  padding: 40px 0;
}
#contact h2 {
  margin-bottom: 30px;
  padding: 0 10px;
  text-align: center;
}
#contact .wpcf7-form {
  background: #fff;
  padding: 10px;
}
#contact .contact-form-row {
  margin-bottom: 10px;
}
#contact .wpcf7-form label {
  display: inline-block;
  margin-bottom: 5px;
}
#contact .wpcf7-form span.req {
  background: rgb(193,39,45);
  color: #fff;
  padding: 2px 5px;
  font-size: 75%;
  font-weight: bold;
  vertical-align: middle;
}
#contact .wpcf7-form input[type=text],
#contact .wpcf7-form input[type=email],
#contact .wpcf7-form textarea {
  width: 100%;
  padding: 2px 5px;
  border: 1px solid rgb(200,200,200);
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
}
#contact .wpcf7-form input[type=text]:focus,
#contact .wpcf7-form input[type=email]:focus,
#contact .wpcf7-form textarea:focus {
  border-color: rgb(128,150,196);
}
#contact .wpcf7-form input[type=text],
#contact .wpcf7-form input[type=email] {
  height: 30px;
}
#contact .contact-form-submit {
  text-align: center;
}
#contact .wpcf7-form input[type=submit] {
  width: 200px;
  height: 50px;
  padding: 5px;
  background: rgb(8,164,38);
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  border: none;
  border-radius: 0;
}
#contact div.wpcf7 img.ajax-loader {
  display: block;
  margin: 10px auto 0px;
}
#contact div.wpcf7-response-output {
  max-width: 460px;
  margin: 0 auto 20px;
  padding: 0;
}
#contact div.wpcf7-validation-errors {
  border: 0;
  color: #f00;
  font-weight: bold;
}
#contact div.wpcf7-mail-sent-ok {
  border: 0;
  color: #00f;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #contact .wpcf7-form {
    max-width: 800px;
    margin: 0 auto;
  }
  #contact .contact-form-row {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #contact .contact-form-row label {
    width: 30%;
    background: rgb(240,240,240);
    padding: 10px;
  }
  #contact .contact-form-row > span {
    width: 69%;
  }
  #contact .wpcf7-form input[type=text],
  #contact .wpcf7-form input[type=email] {
    height: 45px;
  }
  #contact div.wpcf7-response-output {
    max-width: 520px;
  }
}
/**************************************************/
/* 商標登録 スター
/**************************************************/
#main.trademark #ttl1 {
  text-align: center;
}
#main.trademark #ttl1 img:nth-of-type(1) {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  #main.trademark #ttl1 img:nth-of-type(1) {
    margin: 50px 0 30px;
  }
}
/**************************************************/
/* 商標登録 費用
/**************************************************/
#main.trademark #price {
  padding: 40px 0 80px;
}
#main.trademark #price table {
  width: 100%;
}
#main.trademark #price table th,
#main.trademark #price table td {
  border: 1px solid #fff;
  padding: 10px 2px;
  font-size: 70%;
}
#main.trademark #price table thead td {
  background: rgb(230,230,230);
  text-align: center;
  font-weight: bold;
}
#main.trademark #price table tbody tr:nth-of-type(1) th,
#main.trademark #price table tbody tr:nth-of-type(1) td {
  background: rgb(202,229,226);
}
#main.trademark #price table tbody tr:nth-of-type(2) th,
#main.trademark #price table tbody tr:nth-of-type(2) td {
  background: rgb(211,229,147);
}
#main.trademark #price table tbody tr:nth-of-type(3) th,
#main.trademark #price table tbody tr:nth-of-type(3) td {
  background: rgb(236,225,211);
}
#main.trademark #price table tbody td {
  letter-spacing: 1px;
}
#main.trademark #price table tbody td span {
  color: rgb(193,39,45);
  font-size: 120%;
  font-weight: bold;
}
@media screen and (min-width: 375px) {
  #main.trademark #price table th,
  #main.trademark #price table td {
    font-size: 85%;
  }
}
@media screen and (min-width: 768px) {
  #main.trademark #price table th,
  #main.trademark #price table td {
    border: 2px solid #fff;
    padding: 10px;
    font-size: 100%;
  }
}
/**************************************************/
/* 商標登録 english
/**************************************************/
body.english {
  font-family: 'Arial', sans-serif;
  letter-spacing: normal;
}
body.english h1,
body.english h2,
body.english h3,
body.english h4,
body.english h5,
body.english h6 {
  font-family: 'Arial', sans-serif;
}
body.english #site-title img {
  height: auto;
}
body.english p.sub {
  margin-bottom: 30px;
}
body.english .flow-box p:nth-of-type(2) span {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
body.english #price h3 {
  margin-bottom: 20px;
}
body.english #price p {
  margin-bottom: 25px;
}
body.english #contact h2 {
  color: #fff;
  font-size: 120%
}
body.english #kaiketsu h2 {
  text-align: center;
}
body.english #main.trademark #price table {
  font-size: 80%;
  letter-spacing: 0;
}
body.english #main.patent #flow2 {
  background: #fff;
}
body.english #main.patent #price {
  background: rgb(236,231,230);
}
body.english #price3 table {
  background: #fff;
  width: 100%;
  font-size: 80%;
  letter-spacing: 0;
}
body.english #price3 table thead {
  background: rgb(202,229,226);
}
body.english #price3 table tbody tr.tr-header {
  background: rgb(211,229,147);
}
body.english #price3 table tbody tr.tr-header th {
  font-weight: bold;
}
body.english #price3 table th,
body.english #price3 table td {
  border: 2px solid rgb(236,231,230);
  padding: 5px;
}
body.english #price3 table th {
  width: 35px;
  font-weight: normal;
}
body.english #price3 table td {
  text-align: right;
}
body.english #price3 table tr > td:nth-of-type(1) {
  text-align: left;
}
@media screen and (min-width: 400px) {
  body.english #price3 table {
    font-size: 90%;
  }
  body.english #price3 table th {
    width: 55px;
  }
}
@media screen and (min-width: 768px) {
  body.english #site-title img {
    height: 50px;
  }
}
