@charset "UTF-8";
.hv {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hv:hover {
  opacity: 0.6;
}

/*------------------------------
レイアウト
 ------------------------------*/
.container {
  width: 100%;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.table-layout {
  width: 100%;
  margin: 20px 0;
}

.table-layout {
  overflow: auto;
  /* white-space: nowrap; */
}

.table-layout::-webkit-scrollbar {
  height: 6px;
  background: #FFF;
}

.table-layout::-webkit-scrollbar-track {
  background: inherit;
}

.table-layout::-webkit-scrollbar-thumb {
  background: #CDCFD2;
  border-radius: 10px;
}

.table-layout th:first-child {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: #FFF;
}

#menu.sp {
  width: 30px;
  position: fixed;
  right: 10px;
  top: 11px;
  z-index: 3;
  display: block;
  background: inherit;
  border: none;
  padding: 0;
}

#menu.sp span {
  background: #ffaacf;
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 0 8px;
}

#menu.sp span:last-child {
  margin: 0;
}

/*============================
#menu_list
============================*/
#menu_list {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 100;
}

#menu_list .blue #close_btn {
  display: block;
  position: absolute;
  right: 0;
  top: -50px;
  padding: 22px 0 0;
  width: 50px;
  height: 50px;
  background: #ffaacf;
}

#menu_list .blue #close_btn span {
  display: block;
  margin: 0 auto 10px;
  background: #ffffff;
  height: 3px;
  width: 25px;
  transform: rotate(-45deg);
}

#menu_list .blue #close_btn span:last-child {
  position: relative;
  top: -13px;
  left: 0px;
  transform: rotate(45deg);
}

#menu_list .blue .nv li {
  width: 100%;
  text-align: center;
}

#menu_list .blue .nv li:nth-child(2) {
  border-right: none;
}

#menu_list .blue .nv li:nth-child(2n+1) {
  border-right: none;
}

#menu_list .blue .nv li.w2 {
  width: 100%;
  border-right: none;
}

#menu_list .blue .nv li a {
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  padding: 10px 10px 10px;
  font-size: 16px;
  color: #231815;
  border-bottom: 2px solid #ffaacf;
  background: url(../../img/common/v_04.png) no-repeat right 10px center;
  background-size: 6px;
}

#menu_list .blue .snsBtn li {
  width: 33.33%;
  border-right: 1px solid #959595;
}

#menu_list .blue .snsBtn li:nth-child(1) a img {
  width: 22px;
}

#menu_list .blue .snsBtn li:nth-child(2) {
  border-right: 1px solid #959595;
  padding: 0 0px 0 0;
  position: relative;
}

#menu_list .blue .snsBtn li:nth-child(2) a img {
  width: 9px;
  position: relative;
  top: 1px;
}

#menu_list .blue .snsBtn li:nth-child(3) a img {
  width: 19px;
}

#menu_list .blue .snsBtn li a {
  background: none;
  text-align: center;
  padding: 7px 0 4px;
  padding: 10px 0 0px;
  height: 40px;
}

#menu_list .blue .ctBtn {
  margin: 10px 5% 10px 0;
  float: right;
  width: calc(100% - 160px);
  background: #e50012;
}

#menu_list .blue .ctBtn a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 6px 0 6px;
}

#menu_list .blue .ctBtn a:hover {
  opacity: 0.6;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

/*============================
#header
============================*/
#header .top {
  display: block;
  height: 50px;
  border-bottom: 2px solid #FFAACF;
  padding: 0 5%;
}
#header .top.fixed {
  height: 50px;
}
#header .top.fixed #logo {
  width: 150px;
  padding: 8px 0 0;
}
#header .top #logo {
  width: 150px;
  padding: 8px 0 0;
}
#header .top #navi {
  display: none;
}
#header .bottom {
  position: relative;
  padding: 50px 0 0;
}
#header .bottom.fixed {
  padding: 50px 0 0;
}
#header .bottom:before {
  top: 50px;
}
#header .bottom .slick_container .box {
  height: 180px;
}
#header .bottom .txt {
  max-width: 280px;
  margin: auto;
  left: 0;
  right: 0;
  top: 94px;
}

/*============================
#footer
============================*/
#footer {
  padding: 20px 0 20px;
}
#footer:before {
  height: 24px;
  background-size: 270px;
  top: -21px;
}
#footer p.copyright {
  font-size: 12px;
}

#content.fx {
  padding-top: 0px;
}

section .container h2 {
  font-size: 18px;
  margin: 0 0 40px;
}
section .container h2:before {
  width: 47px;
  height: 47px;
  bottom: -14px;
}
section .container h2:after {
  width: 47px;
  height: 47px;
  bottom: -14px;
}
section .container h3 {
  font-size: 16px;
}
section .container p {
  font-size: 14px;
  margin: 0 0 10px;
}
section .container .table {
  padding: 0px 0 0;
}
section .container .table table {
  width: 100%;
  table-layout: fixed;
}
section .container .table table thead th {
  font-size: 14px;
  width: 200px;
  border-width: 2px;
  background: #efefef;
}
section .container .table table thead th:first-child {
  width: 140px;
  background: #efefef;
  border-right-width: 0px;
}
section .container .table table thead th:first-child:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #707070;
  width: 2px;
  height: 100%;
  right: 0px;
  top: 0;
}
section .container .table table tbody tr:nth-child(2n) {
  background: #fff6f6;
}
section .container .table table tbody tr:nth-child(2n) th:first-child {
  background: #fff6f6;
}
section .container .table table tbody tr th {
  font-size: 14px;
  border-width: 2px;
  z-index: 2;
}
section .container .table table tbody tr th:first-child {
  border-right-width: 0px;
}
section .container .table table tbody tr th:first-child:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #707070;
  width: 2px;
  height: 100%;
  right: 0px;
  top: 0;
}
section .container .table table tbody tr td {
  font-size: 14px;
  border-width: 2px;
}
section .container .table table tbody tr td:last-child a {
  max-width: 80px;
  padding: 5px 0 5px 33px;
  text-align: left;
}
section .container .table table tbody tr td a {
  margin: auto;
  max-width: 170px;
  text-align: center;
  padding: 10px 10px;
}

section .container .table table tbody tr td:nth-child(2){
  text-align: left;
}

section .container .table table tbody tr:nth-child(1) td:nth-child(3){
  text-align: left;
}

section .container .table table tbody tr:nth-child(2) td:nth-child(3){
  text-align: left;
}

section .container .table table tbody tr:nth-child(4) td:nth-child(3){
  text-align: left;
}

section .container .table table tbody tr:nth-child(5) td:nth-child(3){
  text-align: left;
}

section .container .table table tbody tr:nth-child(6) td:nth-child(3){
  text-align: left;
}

section .container .table table tbody tr:nth-child(9) td:nth-child(3){
  text-align: left;
}

section .container .table table tbody tr:nth-child(10) td:nth-child(3){
  text-align: left;
}

section .container .table table tbody tr:nth-child(11) td:nth-child(2){
  text-align: left;
}
/*============================
#section01
============================*/
#section01 {
  padding: 40px 5%;
}

/*============================
#section02
============================*/
/*============================
#section03
============================*/
#section03 {
  padding: 20px 5% 20px;
}
#section03 .container {
  border: 2px solid #FFC6A0;
  padding: 10px;
}
#section03 .container h2 {
  margin: 0 0 40px;
}

#section03 .container .table table tbody tr td{
  text-align: center;
}

/*============================
#section04
============================*/
#section04 .container {
  padding: 10px;
  border: 2px solid #D6C5C5;
}
#section04 .container p {
  margin: 0 0 21px;
}
#section04 .container .table table thead tr th {
  width: 100px;
}
#section04 .container .table table thead tr th:nth-child(1) {
  width: 150px;
}
#section04 .container .table table tbody tr th {
  vertical-align: middle;
  width: 100px;
}
#section04 .container .table table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
#section04 .container .table table tbody tr:nth-child(2) th {
  vertical-align: middle;
}
#section04 .container .table table tbody tr:nth-child(2) td {
  vertical-align: middle;

}
