@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  /* CSS Document */
  /* reset css */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* main css */
body {
  line-height: 160%;
  font-size: small;
  background: url(../../images/bg.jpg) repeat-x top #FCFBF9;
  color: #333;
  font-family: Meiryo, "メイリオ", Osaka, Verdana, Arial, "Hiragino Kaku Gothic Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
body a {
  text-decoration: none;
}
a.f:hover {
  position: relative;
  left: 0;
  top: 0;
}
body {
  border-top: 3px solid #00C6EC;
  background: url(../images/bg.jpg) repeat-x top;
}
body div:after, body ul:after, body p:after, body h1:after, body h2:after, body h3:after {
  content: "";
  display: block;
  clear: both;
}
body dl:after, body dl dt:after, body dl dd:after {
  content: "";
  display: block;
  clear: both;
}
body ul:after, body ul li:after {
  content: "";
  display: block;
  clear: both;
}
body img {
  vertical-align: top;
}
div#wrapper {
  min-width: 900px;
  margin: 0 auto;
  padding: 0;
}
div#header {
  margin: 0;
  padding: 0;
  width: 900px;
  margin: 0 auto;
}
div#wrapper #header h1 {
  display: inline;
  float: left;
  width: 437px;
  margin: 0;
  padding: 0;
}
div#header p.contact_bt {
  display: inline;
  float: right;
  margin: 30px 0 0 0;
  padding: 0;
}
div#header ul {
  clear: both;
  width: 900px;
}
div#header ul li {
  display: inline;
  float: left;
  position: relative;
}
div#header ul li ul {
  left: 0;
  position: absolute;
}
div#header ul li ul li {
  overflow: hidden;
  height: 0;
  background: #fff;
  text-align: center;
}
div#header ul li ul li a {
  color: #333;
  letter-spacing: 0.2em;
}
div#header ul li:hover > ul > li {
  overflow: visible;
  width: 180px;
  height: 30px;
  padding: 10px 0 0 0;
  border: 1px solid #ccc;
}
div#main_img {
  width: 900px;
  margin: 0 auto;
  padding-top: 20px;
}
div#index {
  width: 900px;
  margin: 0 auto;
}
div#index01 {
  display: inline;
  width: 900px;
}
.news_box01 {
  margin: 20px 5px;
}
.news_box01 a {
  /* display: block; */
}
.news_box01 a:hover {
  text-decoration: underline;
}
.accordion__checkbox {
  display: none;
}
.accordion__title {
  display: block;
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 20px;
  padding-left: 2em;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.accordion__title:hover {
  color: #007cba;
}
.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  inset: 0px;
  margin: auto;
  margin-left: 0px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-right-width: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion__title::before {
  opacity: 1;
  transform: -webkit- translateY(-0.2em) rotateZ(45deg);
  transform: translateY(-0.2em) rotateZ(45deg);
}
.accordion__title::after {
  opacity: 0;
  transform: -webkit- translateY(1em) rotateZ(225deg);
  transform: translateY(1em) rotateZ(225deg);
}
.accordion__contents {
  max-height: 0px;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion__checkbox:checked + .accordion__title::before {
  opacity: 0;
  transform: -webkit- translateY(-1em) rotateZ(45deg);
  transform: translateY(-1em) rotateZ(45deg);
}
.accordion__checkbox:checked + .accordion__title::after {
  opacity: 1;
  transform: -webkit- translateY(0.2em) rotateZ(225deg);
  transform: translateY(0.2em) rotateZ(225deg);
}
.accordion__checkbox:checked + .accordion__title + .accordion__contents {
  max-height: 500px;
  height: auto;
}
.time {
  width: 120px;
  padding-left: 10px;
}
.time img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.news_box_main01 {
  padding-left: 20px;
  width: 740px;
  padding-bottom: 20px;
  padding-right: 10px;
}
#index01 h2 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
  margin-left: 5px;
  padding-left: 5px;
}
div#index02 {
  display: inline;
  float: right;
  width: 340px;
  margin: 20px 0 20px 0;
}
div#company {
  width: 900px;
  margin: 0 auto;
  background: white;
}
div#company h2 {
  width: 840px;
  margin: 0 auto 20px;
}
div#company01 table {
  width: 840px;
  margin: 30px auto 20px;
  border-bottom: 1px dotted #cccccc;
}
div#company01 table th {
  border-top: 1px dotted #cccccc;
  padding: 10px;
  background: #EDF8FA;
  font-weight: normal;
  text-align: left;
  width: 140px;
  vertical-align: middle;
}
div#company01 table td {
  border-top: 1px dotted #cccccc;
  padding: 10px;
  vertical-align: middle;
}
div#company02 p {
  width: 810px;
  margin: 20px auto 40px;
}
div#about01 {
  width: 900px;
  margin: 0 auto;
  background: white;
  text-align: center;
}
div#report {
  background: white;
  width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}
div#report01 ul {
  width: 840px;
  margin: 0 auto;
}
div#report01 ul li {
  margin: 20px;
}
div#report01 ul li a {
  padding: 2px 0 2px 25px;
  background: url(../../images/report/pdf.jpg) no-repeat left top;
}
div#contact_form {
  width: 900px;
  background: white;
  padding-bottom: 20px;
  margin: 0 auto;
}
div#contact_form table#outer_table {
  width: 840px;
  margin: 0 auto 20px;
  border-bottom: 1px dotted #cccccc;
}
div#contact_form table#outer_table th {
  border-top: 1px dotted #CCCCCC;
  padding: 10px;
  background: #EDF8FA;
  font-weight: normal;
  text-align: left;
  width: 200px;
  vertical-align: middle;
}
div#contact_form table#outer_table td {
  border-top: 1px dotted #CCCCCC;
  padding: 10px;
}
div#contact_form table#outer_table td input {
  width: 300px;
}
div#contact_form table#outer_table td textarea {
  width: 450px;
  height: 200px;
}
div.contact_lead {
  width: 840px;
  margin: 0 auto 20px;
}
div.contact_lead p {
  margin-bottom: 10px;
}
div.contact_lead:after {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
div.contact_lead h3 {
  margin-bottom: 10px;
}
div.contact_confirm_button table {
  width: 500px;
  margin: 10px auto;
}
div.contact_confirm_button table td {
  text-align: center;
}
span.must {
  color: #900;
  font-size: 11px;
}
div#crumbs {
  width: 840px;
  text-align: left;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 11px;
}
div.back_to_top {
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}
div.back_to_top p a {
  padding: 0 0 0 15px;
  background: url(../images/arrow02.jpg) no-repeat left center;
  color: #666;
}
div#footer_wrapper {
  clear: both;
  width: 100%;
  background: url(../images/footer_bg02.jpg) repeat-x;
  background-position: top center;
}
div#footer {
  width: 900px;
  margin: 0 auto;
  height: 100px;
  padding: 47px 0 0 0;
  text-align: center;
  background: url(../images/footer_bg.jpg) repeat-x;
  background-position: top center;
}
div#footer ul {
  width: 780px;
  margin: 20px auto 0;
}
div#footer ul li {
  display: inline;
  float: left;
  margin: 5px 7px;
}
div#footer ul li a {
  color: #999;
  padding: 0 0 0 15px;
  background: url(../images/arrow03.png) no-repeat left center;
}
div#footer address {
  margin: 20px 0;
  color: #999;
  font-style: normal;
}
div.contact_button {
  width: 840px;
  margin: 0 auto;
  text-align: center;
}
#main_img01 {
  width: 900px;
  margin: 0 auto;
}
.under {
  width: 900px;
  margin: 0 auto;
}
.under p {
  padding-right: 40px;
}
.baner_main {
  padding: 35px;
}
.baner_main ul li {
  float: left;
}
.baner_main ul li p {
  text-align: left;
  margin-top: 5px;
}
.baner_main ul li p a:hover {
  text-decoration: underline;
}
.baner_main ul li a:hover {
  opacity: 0.7;
}
.end {
  clear: both;
}
.link_01 {
  margin-right: 10px;
}
.link_03 {
  padding: 0px 210px;
}
.baner_main p {
  text-align: left;
}
.baner_main a p:hover {
  text-decoration: underline;
}
.support_main {
  text-align: left;
  margin: 25px 35px;
}
.bt01 {
  display: inline-block;
  margin-right: 25px;
  float: left;
}
.bt01 .button {
  display: inline-block;
  width: 400px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  border: 2px solid #4FCAFD;
  color: #fff;
  line-height: 50px;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.bt01 .button::before, .bt01 .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.bt01 .button::before, .bt01 .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bt01 .button:hover {
  color: #333;
}
.bt01 .button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4FCAFD;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.bt01 .button:hover::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.bt02 .button {
  display: inline-block;
  width: 400px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  border: 2px solid #5E83FB;
  color: #fff;
  line-height: 50px;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.bt02 .button::before, .bt02 .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.bt02 .button::before, .bt02 .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bt02 .button:hover {
  color: #333;
}
.bt02 .button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5E83FB;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.bt02 .button:hover::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.bt03 .button {
  display: inline-block;
  width: 400px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  border: 2px solid #9E83FB;
  color: #fff;
  line-height: 50px;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.bt03 .button::before, .bt03 .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.bt03 .button::before, .bt03 .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bt03 .button:hover {
  color: #666;
}
.bt03 .button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9E83FB;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.bt03 .button:hover::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
div#seizoukoyukigo {
  background: white;
  width: 900px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
div#header ul li ul {
  left: 0;
  position: absolute;
}
div#header ul li ul li {
  overflow: hidden;
  height: 0;
  background: #fff;
  text-align: center;
}
div#header ul li ul li a {
  color: #333;
  letter-spacing: 0.2em;
}
div#header ul li:hover > ul > li {
  display: block;
  float: none;
  width: 150px;
  height: auto;
  box-sizing: border-box;
  padding: 0;
}
div#header ul li:hover > ul > li a {
  display: block;
  padding: 10px 0;
}
div#company01 table {
  width: 100%;
  margin: 0 auto 20px;
  border-bottom: 1px dotted #cccccc;
}
div#company02 p {
  width: 100%;
  margin: 20px auto 40px;
}
/* add180208
---------------------------------------------------------------------------- */
.inner {
  overflow: hidden;
  width: 840px;
  margin: 0 auto;
}
.mainColumn {
  float: right;
  width: 660px;
}
.subColumn {
  float: left;
  width: 170px;
  padding: 5px;
  box-sizing: border-box;
}
.subColumn li {
  position: relative;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 5px;
}
.subColumn li a {
  display: block;
  padding: 5px 10px;
}
.subColumn li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background: #000000;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
}
.icTtl {
  border-bottom: 1px solid #dcdcdc;
  background: url(../../images/ic_ttl.png) no-repeat left 15px;
  width: 840px;
  margin: 0 auto 20px auto;
  padding: 22px 0 15px 45px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  box-sizing: border-box;
}
#message {
  background: #ffffff;
  width: 900px;
  margin: 0 auto;
}
#message h3 {
  margin: 40px 0;
  font-size: 18px;
  color: #1153a2;
  text-align: center;
}
#message .mainColumn p {
  margin-bottom: 15px;
}
#rinen {
  background: #ffffff;
  width: 900px;
  margin: 0 auto;
}
.bt02 {
  float: right;
}
/*1802 理念ページ*/
.philosophy .mission {
  margin-bottom: 40px;
  text-align: center;
}
.philosophy .idea {
  margin: 10px auto 30px;
  width: 90%;
}
.philosophy .idea li {
  margin-bottom: 15px;
  font-size: 14px;
  border-bottom: 1px dotted #dcdcdc;
}
.philosophy .idea li:first-letter {
  color: #82c024;
  font-size: 18px;
  font-weight: bold;
}
/*# sourceMappingURL=./base.css.map */



/* .acd-check {
  display: none;
}
.acd-label {
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  margin: 1em auto 0;
  font-weight: bold;
  background-color: red;
  color: white;
  font-size: 21px;
}
.acd-label::after {
  display: flex;
  align-items: center;
  content: "▼";
  transition: all 0.3s;
}
.acd-content {
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  padding: 0;
  margin: 0 auto;
  background-color: #F2F2F2;
}
.acd-content p {
  margin: 1rem;
  word-break: break-all;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  word-break: break-all;
}
.acd-check:checked + .acd-label::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .acd-label {
      width: 95%;
  }
  .acd-content {
      width: 95%;
  }
  .acd-check:checked + .acd-label + .acd-content {
      padding: 10px 0;
  }
} */
