/******************************************************************
Theme Name: Kida Co., Ltd.
Autor: Tokyo Art Inc
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Global WebFont reset ---------------------------- */
.f-maru {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
/* Global TAG styles---------------------------- */
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
dl {
  list-style: none;
}
a {
  text-decoration: none;
  color: #183a90;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
a:hover {
  color: #183a90;
  text-decoration: underline;
}
a:hover img {
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  opacity: 0.7;
}
body {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.05em;
  color: #333;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 2em;
}
strong {
  font-weight: bold;
}
hr {
  margin-bottom: 60px;
}
table {
  width: 100%;
  border: none;
}
table th {
  color: #183a90;
  font-weight: normal;
}
table th,
table td {
  padding: 5px 10px;
}
table.line01 {
  border: 1px solid #183a90;
}
table.line01 th,
table.line01 td {
  border: 1px solid #183a90;
  padding: 10px 20px;
}
table.bg01 th,
table.bg01 td {
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
}
table.bg01 th {
  background: #516bab;
}
table.bg01 td {
  background: #8b9cc7;
}
/* Grobal Class styles------------------------------ */
/* Clearfix
=================================*/
.clearfix:after,
.wp_social_bookmarking_light:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix,
.wp_social_bookmarking_light {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* Hide from Mac IE \*/
.clearfix,
.wp_social_bookmarking_light {
  display: block;
}
* html .clearfix,
* html .wp_social_bookmarking_light {
  height: 1%;
}
/* Hide from Mac IE */
/* Margin
=================================*/
.mgb5 {
  margin-bottom: 5px;
}
/* Image
=================================*/
.img-center {
  margin-bottom: 10px;
  text-align: center;
}
.img-right {
  margin-bottom: 10px;
  margin-left: 15px;
  float: right;
  width: 30%;
}
.img-right img {
  width: 100%;
}
.img-left {
  margin-bottom: 10px;
  margin-right: 15px;
  float: left;
  width: 30%;
}
.img-left img {
  width: 100%;
}
.soon {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* Module
=================================*/
.btn01 {
  border: 1px solid #999;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 10px;
  text-align: center;
  color: #333;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.btn01:hover {
  background: rgba(40,40,40,0.1);
  color: #222;
  text-decoration: none;
}
.btn02 {
  border: 1px solid #183a90;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 10px;
  text-align: center;
  color: #183a90;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.btn02:hover {
  background: #d6e0f8;
  text-decoration: none;
}
.btn03 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 10px;
  text-align: center;
  background: #183a90;
  color: #fff;
  letter-spacing: 0.2em;
  cursor: pointer;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.btn03:hover {
  background: #086cb5;
  text-decoration: none;
}
.btn03-no {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 10px;
  text-align: center;
  background: #ccc;
  color: #fff;
  letter-spacing: 0.2em;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.ac_list dt {
  display: block;
  padding: 10px;
  text-align: center;
  background: url("/assets/img/common/ico_minus.png") 98% center no-repeat;
  background-size: 17px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #183a90;
  font-size: 18px;
  letter-spacing: 0.2em;
  cursor: pointer;
  overflow: hidden;
  margin-top: -1px;
}
.ac_list dt.open {
  background-image: url("/assets/img/common/ico_plus.png");
}
.ac_list dd {
  margin-top: -1px;
  padding: 20px 0 60px;
  border-top: 1px solid #183a90;
  display: block;
}
.cols2_list {
  font-size: 12px;
  padding-top: 10px;
  overflow: hidden;
  margin-left: -5%;
  width: 105%;
}
.cols2_list > * {
  width: 45%;
  float: left;
  margin-left: 5%;
  box-sizing: border-box;
  margin-bottom: 5%;
}
.cols3 {
  font-size: 12px;
  padding-top: 10px;
  overflow: hidden;
}
.cols3 > * {
  width: 32%;
  float: left;
  margin-left: 2%;
  box-sizing: border-box;
}
.cols3 > *:first-child {
  margin-left: 0;
}
.sub-menu01 {
  display: block;
  text-align: center;
}
.sub-menu01 li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 20px;
}
article {
  margin-bottom: 80px;
  padding-top: 140px;
  margin-top: -140px;
}
section div.mdcenter {
  text-align: center;
}
section > div.mdcenter > h2,
article > div.mdcenter > h2 {
  color: #183a90;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  position: relative;
  letter-spacing: 0.3em;
  padding: 0 0 3px;
  margin-bottom: 40px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section > div.mdcenter > h2::after,
article > div.mdcenter > h2::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background: #ccc;
  bottom: 0;
  margin-left: -0.15em;
}
section > .btn01 {
  width: 150px;
  margin: 20px auto;
}
/* Plugin Class styles------------------------------ */
/* Grobal Layout styles------------------------------ */
#main {
  padding-top: 200px;
  margin: -130px auto 0;
  padding-bottom: 40px;
  clear: both;
  overflow: hidden;
}
#main>.wrapper>section {
  margin-bottom: 100px;
}
#main>section,
#main .wrap {
  width: 900px;
  margin: 0 auto 100px;
}
#main>section h2,
#main .wrap h2 {
  text-align: center;
  margin-bottom: 40px;
}
#main>section h2 img,
#main .wrap h2 img {
  height: 75px;
}
/*-----------header------------*/
header {
  width: 100%;
  z-index: 10;
  background: #000 url("../img/top/kv.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 40%;
}
header h1 {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  text-indent: 4px;
  display: block;
  position: absolute;
  top: 33%;
  left: 50%;
  height: 47%;
  margin-left: -35%;
  z-index: 1;
}
header h1 img {
  max-width: inherit;
  height: 100%;
}
header p {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  display: block;
  position: absolute;
  top: 45%;
  left: 67%;
  height: 45%;
  z-index: 1;
}
header p img {
  max-width: inherit;
  height: 100%;
}
/*-----------main------------*/
#main dl {
  margin: 0 20px;
}
#main dt {
  width: 120px;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
#main dd {
  width: 700px;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-bottom: 20px;
}
#company dl {
  margin: 0;
}
#company dt {
  width: 80px;
  font-size: 18px;
}
#company dd {
  width: 800px;
  font-size: 18px;
}
#company iframe {
  width: 100%;
}
#main>section#awards {
  width: 100%;
  background: #cdcdd2;
  margin-top: -30px;
}
#profile h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 50px;
}
#profile p {
  margin: 0 50px;
}
#contact {
  text-align: center;
}
#contact a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 40px;
}
#contact a::before {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  background: url("../img/common/arrow.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
/* --------------------------------------------
 *					Footer
 * -------------------------------------------- */
footer {
  clear: both;
  width: 100%;
  padding: 5px 0;
  position: relative;
  background: #9696a0;
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
}
footer .wrapper {
  position: relative;
}
footer .wrapper p {
  margin: 0;
  text-align: center;
}
.section {
  margin-bottom: 50px;
}
.modal_content {
  display: none;
}
.onlypc {
  display: inherit;
}
.onlysp {
  display: block;
  display: none;
}
@media screen and (max-width: 900px) {
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  body {
    line-height: 1.5;
    border: none;
  }
  .onlypc {
    display: none;
  }
  .onlysp {
    display: inherit;
  }
  iframe {
    max-width: 100%;
  }
  .cols2_list {
    padding-top: 10px;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
  }
  .cols2_list > * {
    width: 100%;
    float: none;
    margin-left: 0;
    box-sizing: border-box;
    margin-bottom: 5%;
  }
  .cols3 > * {
    width: 100%;
    float: none;
  }
  #main {
    width: 100%;
    padding: 100px 0 40px;
    margin: -50px auto 0;
    clear: both;
    position: relative;
    min-width: inherit;
  }
  #main>section,
  #main .wrap {
    width: 90%;
    margin-bottom: 50px;
  }
  #main>section h2,
  #main .wrap h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #main>section h2 img,
  #main .wrap h2 img {
    height: 40px;
  }
  .btn01 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 10px;
    cursor: pointer;
  }
  .btn02 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 10px;
    cursor: pointer;
  }
  .btn03,
  .btn03-no {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 10px;
    cursor: pointer;
  }
  .ac_list dt {
    display: block;
    padding: 10px;
    background: url("/assets/img/common/ico_plus.png") 95% center no-repeat;
    background-size: 17px;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    margin-top: -1px;
  }
  .ac_list dt.open {
    background-image: url("/assets/img/common/ico_minus.png");
  }
  .ac_list dd {
    margin-top: -1px;
    padding: 20px 0 60px;
    display: none;
  }
  .cols2_list {
    font-size: 12px;
    padding-top: 10px;
    overflow: hidden;
    margin-left: -5%;
    width: 105%;
  }
  .cols2_list > * {
    width: 45%;
    float: left;
    margin-left: 5%;
    box-sizing: border-box;
    margin-bottom: 5%;
  }
  .cols3 {
    font-size: 12px;
    padding-top: 10px;
    overflow: hidden;
  }
  .cols3 > * {
    width: 32%;
    float: left;
    margin-left: 2%;
    box-sizing: border-box;
  }
  .cols3 > *:first-child {
    margin-left: 0;
  }
  section > .btn01 {
    width: 150px;
    margin: 20px auto;
  }
}
#main dl {
  margin: 0;
}
#main dt {
  width: 120px;
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
#main dd {
  width: calc(100% - 130px);
  font-weight: bold;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-bottom: 20px;
}
#company dl {
  margin: 0;
}
#company dt {
  width: 80px;
  font-size: 16px;
}
#company dd {
  width: 100%;
  font-size: 16px;
}
#company iframe {
  width: 100%;
}
#main>section#awards {
  width: 100%;
  background: #cdcdd2;
  margin-top: -30px;
}
#profile h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#profile p {
  margin: 0;
}
#contact {
  text-align: center;
/* --------------------------------------------
	 *					Footer
	 * -------------------------------------------- */
}
#contact a {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 40px;
}
#contact a::before {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  background: url("../img/common/arrow.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
#contact .section {
  margin-bottom: 50px;
}
