@charset "UTF-8";
/*
Theme Name: takenaka
Description: takenaka
*/
html {
  min-width: 1000px;
}

body {
  margin: 0;
  font-family: 'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ ProN W3', "ヒラギノ角ゴ Pro" , 'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
  padding: 1% 2%;
  font-size: 24px;
}

p {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #e60012;
  text-decoration: none;
}

a:hover, a:active {
  opacity: .8;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

div {
  margin: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

header {
  min-width: 1000px;
  height: 80px;
  border-top: 8px solid #ff0000;
}

header .inner {
  width: 1000px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .inner .title .sub {
  font-size: 18px;
  font-weight: bold;
  margin-top: 3px;
}

header .inner .title .main {
  font-size: 28px;
  font-weight: bold;
}

header .inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
  font-weight: bold;
}

header .inner nav li {
  padding: 0 20px;
  font-size: 13px;
  border-right: 1px solid;
}

header .inner nav li:last-child {
  border: none;
}

header .inner nav li a {
  color: #000;
}

section {
  border-top: 10px solid #e60012;
}

section h1 {
  text-align: center;
  color: #e60012;
  margin: 40px 0 40px 0;
}

section h1 .main {
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

section h1 .main:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
}

section h1 .sub {
  font-size: 20px;
}

section h2 {
  height: 35px;
  margin: 0;
  padding: 0 0 0 10px;
  background-color: #ffe6e8;
  color: #e60012;
  font-size: 17px;
  line-height: 35px;
}

section h3 {
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #e60012;
  border-radius: 20px;
  color: #fff;
  margin: 0;
}

section .inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

section .red {
  color: #e60012;
}

section .blue {
  color: #1b2e8f;
}

#topimg {
  height: 600px;
  border-top: none;
}

#sns {
  height: 650px;
}

#sns h1 .main:before {
  background-image: url(images/icon/sns.png);
}

#sns .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  height: auto;
}

#sns .inner .twitter, #sns .inner .facebook {
  margin: 0 20px;
  height: 420px;
  overflow: hidden;
}

#sns .inner .twitter {
  overflow: scroll;
  width: 300px;
}

#sns .inner .twitter iframe {
  width: 300px!important;
}

#sns .inner .facebook iframe{
  width: 100%;
}

#sns .inner .instagram {
  width: 300px;
}

#blog {
  text-align: center;
  padding-bottom: 90px;
  background-position: center;
}

#blog h1 .main:before {
  background-image: url(images/icon/blog.png);
}

/* #blog .img {
  height: 167px;
} */

#blog .img img {
  border: 4px solid #e60012;
}

#report h1 .main:before {
  background-image: url(images/icon/report.png);
}

#report .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* height: 360px; */
  margin-bottom: 70px;
}

#report .inner li {
  width: 212px;
  margin-top: 30px;
  background-image: url(./images/sb.png);
  background-repeat: no-repeat;
  text-align: center;
}

#report .inner li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

#report .inner li a div {
  height: 60px;
  line-height: 40px;
}

#report .inner li a img {
  width: 100%;
  border: 1px solid #c5c5c5;
}

#policy h1 .main:before {
  background-image: url(images/icon/policy.png);
}

#policy .inner {
  text-align: center;
  margin: 20px auto 90px auto;
}

#profile h1 .main:before {
  background-image: url(images/icon/profile.png);
}

#profile .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 110px;
}

#profile .inner .content1 {
  width: 485px;
  height: 380px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#profile .inner .content1 .namebox {
  margin-left: 20px;
}

#profile .inner .content1 .namebox .name {
  color: #e60012;
  font-size: 60px;
  font-weight: bold;
  padding-top: 50px;
}
#profile .inner .content1 .namebox .fb {
  width: 50%;
  margin: 10px auto 0;
}

#profile .inner .content1 .img {
  width: 35%;
}

#profile .inner .content1 .img img {
  width: 100%;
  border-radius: 8px;
}

#profile .inner .content2 {
  width: 485px;
  margin-left: 15px;
  font-size: 17px;
}

#profile .inner .content2 .top {
  height: 180px;
}

#profile .inner .content2 .top li {
  padding: 0 10px 5px 10px;
}

#profile .inner .content2 .bottom li {
  padding: 0 0 5px 10px;
}

#profile .inner .content3 {
  width: 553px;
  margin-left: 30px;
  font-size: 17px;
}

#profile .inner .content3 ul {
  padding: 15px 0 0 10px;
}

#profile .inner .content3 ul li {
  padding: 0 0 10px;
}

#profile .inner .content3 ul li .nen {
  display: inline-block;
  width: 75px;
  font-size: 17px;
  font-weight: 500;
}

#profile .inner .content3 ul li .item {
  margin-left: 25px;
}

#profile .inner .content4 {
  width: 350px;
  margin: 0 28px;
}

#profile .inner .content4 ul {
  margin-top: 20px;
}

#profile .inner .content4 ul li {
  margin-bottom: 20px;
}

#profile .inner .content4 ul li div {
  font-size: 17px;
}

#profile .inner .content4 ul li div:first-child {
  font-size: 23px;
}

#profile .inner .content4 ul li div:first-child:before {
  content: "・";
  color: #e60012;
}

#profile .inner .content4 ul li div:last-child {
  margin-left: 25px;
}

#profile .inner .content4 div img {
  width: 100%;
}

#banner {
  border: none;
}

#banner .inner .top, #banner .inner .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#banner .inner .top {
  width: 1000px;
  padding-bottom: 36px;
}

#banner .inner .top li {
  width: 240px;
  height: 84px;
  margin: 5px;
}

#banner .inner .top li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}

#banner .inner .top li a img {
  width: 100%;
}

#banner .inner .top li.textbnr {
  border: 1px solid #c5c5c5;
  background-color: #83cce8;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 90px;
}

#banner .inner .bottom {
  width: 350px;
  padding-bottom: 55px;
}

footer {
  position: relative;
  min-width: 1000px;
  height: 345px;
  background-color: #e60012;
}

footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

footer .inner .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 30px;
}

footer .inner .top .left {
  width: 400px;
  font-weight: bold;
  color: #fff;
}

footer .inner .top .left .subname {
  font-size: 26px;
}

footer .inner .top .left .name {
  font-size: 54px;
}

footer .inner .top .left .name span {
  font-size: 24px;
  margin: 0 10px;
}

footer .inner .top .left .addr {
  margin-top: 8px;
  font-weight: 200;
}

footer .inner .top .left .addr span {
  font-size: 14px;
  margin-right: 6px;
}

footer .inner .top .left .tel {
  font-weight: 200;
}

footer .inner .top .left .tel:before {
  display: inline-block;
  content: "";
  background-image: url(./images/tel.png);
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-size: contain;
  vertical-align: middle;
}

footer .inner .top .left .tel a {
  color: #fff;
}

footer .inner .top .left .mail {
  font-weight: 200;
}

footer .inner .top .left .mail:before {
  display: inline-block;
  content: "";
  background-image: url(./images/mail.png);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: contain;
  vertical-align: middle;
}

footer .inner .top .left .mail a {
  color: #fff;
}

footer .inner .top .right {
  width: 200px;
}

footer .inner .top .right nav li {
  margin-bottom: 5px;
}

footer .inner .top .right nav li a {
  color: #fff;
  font-weight: 200;
  font-size: 15px;
}

footer .inner .top .right nav li a:before {
  content: "＞";
  color: #fff;
  font-weight: 100;
  margin-right: 10px;
}

footer .inner .bottom {
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */