@charset "UTF-8";
/*=====<=====<=====<=====<=====<=====<=====
  top
=====>=====>=====>=====>=====>=====>=====*/
#top #topHeader {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 150;
}
#top #topHeader .logo {
  display: none;
}
#top #topHeader h1 {
  width: 100%;
}
#top #topHeader h1 a {
  width: 100%;
  display: block;
}
#top #sec01, #top #sec02, #top #sec03 {
  padding-bottom: 250px;
}
#top #sec01 .inner, #top #sec02 .inner, #top #sec03 .inner {
  position: relative;
}
#top #sec01 figure, #top #sec02 figure, #top #sec03 figure {
  position: relative;
  position: relative;
}
#top #sec01 figure::before, #top #sec02 figure::before, #top #sec03 figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 75px;
  background: url(../img/top/sec01_bg.png);
  background-position: 0 0;
  background-size: 18px;
}
#top #sec01 .box, #top #sec02 .box, #top #sec03 .box {
  padding: 95px 45px;
  position: absolute;
  top: 150px;
  right: 0;
  width: 550px;
  height: 500px;
  background: #fff;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: .5s;
}
#top #sec01 .box .more, #top #sec02 .box .more, #top #sec03 .box .more {
  text-align: right;
  position: absolute;
  right: 45px;
  bottom: 90px;
  display: block;
}
#top #sec01 .box::before, #top #sec01 .box::after, #top #sec02 .box::before, #top #sec02 .box::after, #top #sec03 .box::before, #top #sec03 .box::after {
  content: "";
  width: 100px;
  height: 2px;
  display: block;
  position: absolute;
  background: #03d6f9;
  transform: rotate(-45deg);
  transition: .5s;
}
#top #sec01 .box::after, #top #sec02 .box::after, #top #sec03 .box::after {
  bottom: 20px;
  right: -30px;
}
#top #sec01 .box::before, #top #sec02 .box::before, #top #sec03 .box::before {
  top: 20px;
  left: -30px;
}
#top #sec01 .box:hover, #top #sec02 .box:hover, #top #sec03 .box:hover {
  box-shadow: 0 0 0 rgba(3, 214, 249, 0.1);
}
#top #sec01 .box:hover .more::before, #top #sec02 .box:hover .more::before, #top #sec03 .box:hover .more::before {
  content: "";
  width: 200px;
  height: 1px;
  background: #03d6f9;
}
#top #sec01 .box:hover::before, #top #sec01 .box:hover::after, #top #sec02 .box:hover::before, #top #sec02 .box:hover::after, #top #sec03 .box:hover::before, #top #sec03 .box:hover::after {
  content: "";
  width: 100px;
  height: 1px;
  opacity: 0;
  display: block;
  position: absolute;
  background: #03d6f9;
  transform: rotate(-45deg);
}
#top #sec01 {
  padding-top: 100px;
}
#top #sec02 .inner {
  position: relative;
  justify-content: flex-end;
}
#top #sec02 figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: auto;
  right: 75px;
  background: #315065;
  background-size: 10px;
}
#top #sec02 .box {
  position: absolute;
  right: auto;
  left: 0;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
#top #sec04 {
  padding-bottom: 170px;
}
#top #sec04 .inner {
  position: relative;
}
#top #sec04 article {
  width: 340px;
  position: relative;
}
#top #sec04 article .box.nopost {
  height: 495px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
#top #sec04 article .box.nopost:hover {
  pointer-events: none;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
#top #sec04 article > p {
  width: 100%;
}
#top #sec04 .box {
  display: block;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
  transition: .5s;
}
#top #sec04 .box:hover {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(3, 214, 249, 0.1);
}
#top #sec04 .box:hover img {
  opacity: .7;
}
#top #sec04 .box img {
  width: 100%;
  height: auto;
}
#top #sec04 .box div {
  padding: 45px 43px;
  background: #fff;
}
#top #sec04 .box h4 {
  min-height: 50px;
  text-align: left;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: normal;
}
#top #sec04 .box .cat {
  width: 90px;
  height: 31px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  padding-left: .5em;
  align-items: center;
  color: #fff;
  font-size: 14px;
  background: url(../img/top/cat_bg.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 20px;
}
#top #sec04 .box .arrow {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: #aaa;
  float: right;
  padding: 0;
  position: absolute;
  bottom: 35px;
  right: 45px;
}
#top #sec04 .more {
  position: absolute;
  bottom: -70px;
  right: 0;
  margin-top: 300px;
  float: right;
  display: block;
  text-align: right;
}

/*=====<=====<=====<=====<=====<=====<=====
  common
=====>=====>=====>=====>=====>=====>=====*/
.titlePrimary {
  padding-bottom: 20px;
  color: #315065;
  font-family: "Hiragino Kaku Gothic ProN",YuGothic,"Yu Gothic",Meiryo,sans-serif;
  letter-spacing: .08em;
}
.titlePrimary h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
}
.titlePrimary + p {
  color: #525252;
  line-height: 2.1;
}

#service .titlePrimary h3 {
  font-size: 26px;
}

/*=====<=====<=====<=====<=====<=====<=====
  dental
=====>=====>=====>=====>=====>=====>=====*/
#dental #sec01 .inner, #dental #sec02 .inner, #dental #sec03 .inner {
  position: relative;
}
#dental #sec01 figure, #dental #sec02 figure, #dental #sec03 figure {
  position: relative;
}
#dental #sec01 .box, #dental #sec02 .box, #dental #sec03 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 80px;
  position: absolute;
  top: 90px;
  width: 580px;
  background: #fff;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 350px;
  text-align: left;
}
#dental #sec01 figure::before, #dental #sec03 figure::before {
  content: "";
  width: 980px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 60px;
  background: #ccdbe5;
  background-position: 0 0;
}
#dental #sec01 .box, #dental #sec03 .box {
  left: 10px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
#dental #sec02 figure::before {
  content: "";
  width: 980px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 60px;
  background: #ccdbe5;
  background-position: 0 0;
}
#dental #sec02 .box {
  right: 0;
}
#dental #sec01 {
  padding-bottom: 210px;
  padding-top: 110px;
}
#dental #sec01 .inner {
  position: relative;
  justify-content: flex-end;
}
#dental #sec01 .box {
  position: absolute;
  right: auto;
}
#dental #sec02 {
  padding-bottom: 210px;
}
#dental #sec03 {
  padding-bottom: 310px;
}
#dental #sec03 .inner {
  position: relative;
  justify-content: flex-end;
}
#dental #sec03 .box {
  position: absolute;
  right: auto;
}

/*=====<=====<=====<=====<=====<=====<=====
  service
=====>=====>=====>=====>=====>=====>=====*/
#service #sec01 dt, #service #sec01 dd, #service #sec01 p, #service #sec02 dt, #service #sec02 dd, #service #sec02 p, #service #sec03 dt, #service #sec03 dd, #service #sec03 p, #service #sec04 dt, #service #sec04 dd, #service #sec04 p {
  line-height: 2.1;
}
#service #sec01 .inner, #service #sec02 .inner, #service #sec03 .inner, #service #sec04 .inner {
  position: relative;
}
#service #sec01 figure, #service #sec02 figure, #service #sec03 figure, #service #sec04 figure {
  position: relative;
}
#service #sec01 .box header + p, #service #sec02 .box header + p, #service #sec03 .box header + p, #service #sec04 .box header + p {
  line-height: 2;
}
#service #sec01 .inBox h4, #service #sec02 .inBox h4, #service #sec03 .inBox h4, #service #sec04 .inBox h4 {
  margin-bottom: 20px;
  color: #315065;
  font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho",serif;
  font-size: 22px;
  text-align: left;
  line-height: 1.7;
}
#service #sec01 .inBox ol li, #service #sec02 .inBox ol li, #service #sec03 .inBox ol li, #service #sec04 .inBox ol li {
  padding-left: 1em;
  text-indent: -1.5em;
  line-height: 1.8;
  text-shadow: 1px 1px 3px #fff,-1px -1px 3px #fff,1px 1px 3px #fff,-1px -1px 3px #fff;
}
#service #sec01 .inBox ol li + li, #service #sec02 .inBox ol li + li, #service #sec03 .inBox ol li + li, #service #sec04 .inBox ol li + li {
  margin-top: .6em;
}
#service #sec01 .titlePrimary, #service #sec02 .titlePrimary {
  padding-bottom: 35px;
}
#service #sec01 figure::before, #service #sec02 figure::before {
  position: absolute;
  top: 45px;
  right: 90px;
  z-index: -1;
  width: 87%;
  height: 100%;
  content: "";
  background: url(../img/top/sec01_bg.png) 0px 0px/18px;
  background-position: 0px 0px;
}
#service #sec01 .box, #service #sec02 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 60px 50px;
  position: absolute;
  top: 390px;
  width: 800px;
  background: #fff;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 255px;
  text-align: left;
}
#service #sec03 .inner, #service #sec04 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#service #sec03 .box, #service #sec04 .box {
  width: 510px;
  margin: auto auto auto 0;
}
#service #sec03 figure img, #service #sec04 figure img {
  border: 1px solid #e3e3e3;
}
#service #sec03 figure img:first-child, #service #sec04 figure img:first-child {
  margin-bottom: 25px;
}
#service #sec03 dl + dl, #service #sec04 dl + dl {
  margin-top: 20px;
}
#service #sec03 dl dt, #service #sec04 dl dt {
  color: #315065;
  font-weight: bold;
  font-size: 18px;
}
#service #sec01 {
  padding-top: 100px;
  padding-bottom: 280px;
}
#service #sec01 .box {
  right: 0;
}
#service #sec02 {
  padding-top: 100px;
  padding-bottom: 467px;
}
#service #sec02 .inner {
  justify-content: flex-end;
}
#service #sec02 .box {
  left: 0;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}
#service #sec02 figure::before {
  display: none;
}
#service #sec03 {
  padding-top: 140px;
}
#service #sec04 {
  padding-top: 100px;
  padding-bottom: 110px;
}
#service #jobDes-bg {
  background: url(../img/common/company_bg.jpg);
  background-position: center;
  background-size: cover;
}
#service #jobDes-bg .jobDes-inner {
  display: flex;
  width: 100%;
  height: 300px;
  flex-direction: row;
  align-items: center;
}
#service #jobDes-bg h3 {
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -390px;
  width: 780px;
  height: 92px;
  background: #fff;
  text-align: center;
  display: block;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  letter-spacing: .1em;
  padding: 23px 0;
  font-size: 32px;
  color: #315065;
  font-weight: 700;
}
#service .titleJobDes h4 {
  color: #315065;
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-size: 28px;
  text-align: left;
  letter-spacing: 0.03em;
  padding-top: 35px;
  padding-bottom: 20px;
}
#service .titleJobDes span {
  font-family: 'DIN-bold';
  color: #6eebff;
  font-size: 64px;
  letter-spacing: 0.11em;
}

/*=====<=====<=====<=====<=====<=====<=====
  epithese
=====>=====>=====>=====>=====>=====>=====*/
#epithese #sec01 .inner, #epithese #sec02 .inner {
  position: relative;
}
#epithese #sec01 figure, #epithese #sec02 figure {
  position: relative;
}
#epithese #sec01 .box, #epithese #sec02 .box {
  padding: 70px 80px;
  position: absolute;
  top: 90px;
  width: 580px;
  background: #fff;
  box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 350px;
  text-align: left;
}
#epithese #sec01 {
  padding-bottom: 100px;
  padding-top: 110px;
}
#epithese #sec01 figure::before {
  content: "";
  width: 980px;
  height: 450px;
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 60px;
  background: #ccdbe5;
  background-position: 0 0;
}
#epithese #sec01 figure img:first-child {
  margin-bottom: 40px;
}
#epithese #sec01 .inner {
  position: relative;
  justify-content: flex-end;
}
#epithese #sec01 .box {
  left: 10px;
  position: absolute;
  right: auto;
}
#epithese #sec02 {
  padding-bottom: 352px;
}
#epithese #sec02 figure::before {
  content: "";
  width: 980px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: 60px;
  background: #ccdbe5;
  background-position: 0 0;
}
#epithese #sec02 .box {
  right: 0;
}

/*=====<=====<=====<=====<=====<=====<=====
  topics
=====>=====>=====>=====>=====>=====>=====*/
#topics main:after {
  border: none;
}

#postWrap {
  padding-top: 70px;
  padding-bottom: 80px;
}

.postBody {
  width: 750px;
}

.post-list {
  padding: 23px 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-list .thumb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-right: 20px;
  width: 170px;
  max-width: 170px;
  -ms-flex: 170px;
  -webkit-box-flex: 170px;
  flex: 170px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.post-list .thumb a {
  border: 2px solid #ddd;
}
.post-list .thumb a:hover img {
  opacity: .7;
}
.post-list .thumb a img {
  transition: .5s;
}
.post-list .thumb:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.post-list .body {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -ms-flex: 0 0 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: left;
}
.post-list .post-list_thumb {
  display: block;
  height: 132px;
  width: 154px;
  overflow: hidden;
}
.post-list .post-list_thumb img {
  object-fit: cover;
  -o-object-fit: cover;
}
.post-list .title {
  width: 100%;
  font-size: .9rem;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 700;
  line-height: 1.8;
}
.post-list .detail {
  margin-bottom: 20px;
}
.post-list .detail time {
  font-size: 12px;
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
  letter-spacing: .07em;
  margin-right: 8px;
}
.post-list .category {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
}
.post-list .category a {
  color: #fff;
  padding: 4px 11px;
  font-size: 10px;
  letter-spacing: .18em;
  background: #0a2436;
  border-width: 1px;
  border-style: solid;
  border-color: #0a2436;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: color,border-color,background-color;
  transition-property: color,border-color,background-color;
  display: inline-block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.post-list .category a:hover {
  color: #0a2436;
  background-color: #fff;
}

/* aside */
aside {
  width: 250px;
  padding-top: 17px;
}
aside section {
  margin-bottom: 40px;
}
aside .post-list {
  padding: 10px 0;
  margin-bottom: 15px;
}
aside .post-list .title {
  white-space: normal;
  line-height: 1.2rem;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: underline;
}
aside .post-list .title:hover {
  text-decoration: none;
}
aside .post-list .detail {
  margin-bottom: 13px;
}
aside .post-list .detail time {
  font-size: 10px;
}
aside .post-list .category a {
  padding: 4px 9px;
  font-size: 9px;
}
aside .cat-list li {
  margin-bottom: 15px;
}
aside .cat-list li a {
  font-size: 14px;
}
aside h4 {
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 25px;
  padding: 8px 0 5px;
  text-align: left;
  font-size: 17px;
}
aside h4::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-bottom: 2px solid #0a2436;
}

/* pagination */
#pagination {
  margin: 30px 0;
  padding: 0;
  overflow: hidden;
}
#pagination ul {
  text-align: center;
}
#pagination li {
  margin: 0 85px;
  padding: 0;
  display: inline-block;
  list-style: none;
  text-align: center;
}
#pagination li a {
  text-decoration: underline;
  font-size: 16px;
  display: block;
}
#pagination li a:hover {
  text-decoration: none;
}
#pagination li:first-child a {
  padding-left: 27px;
}
#pagination li:first-child a:before {
  left: 0;
  top: 50%;
  background: url(../img/common/ico-arrowLeft.svg) no-repeat;
}
#pagination li:last-child a {
  padding-right: 27px;
}
#pagination li:last-child a:after {
  right: 0;
  top: 50%;
  background: url(../img/common/ico-arrowRight.svg) no-repeat;
}
#pagination li:first-child a, #pagination li:last-child a {
  position: relative;
  letter-spacing: 0.5px;
  background: none;
}
#pagination li:first-child a:before, #pagination li:last-child a:after {
  display: block;
  content: "";
  position: absolute;
  margin-top: -5px;
  background-size: 6px 12px;
  width: 6px;
  height: 12px;
}

#pagination span, #pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 15px 12px 15px 12px;
  text-decoration: none;
  width: auto;
  color: #000;
}

/*
#pagination .active{
  padding:15px 12px 15px 12px;
  background: #e1e1e1;
}
*/
#single #postWrap article img {
  max-width: 100%;
  height: auto;
}
#single article .detail {
  margin-bottom: 10px;
}
#single article h1 {
  margin-top: 1em;
  padding-bottom: .7em;
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 2px solid #0a2436;
}

/*=====<=====<=====<=====<=====<=====<=====
  company
=====>=====>=====>=====>=====>=====>=====*/
#company #sec01 {
  padding-top: 90px;
}
#company #sec02 {
  padding-top: 100px;
  padding-bottom: 30px;
}
#company #sec02 #map-01, #company #sec02 #map-02 {
  width: 1100px;
  height: 660px;
}
#company #sec02 #map-01 iframe, #company #sec02 #map-02 iframe {
  width: 100%;
  height: 660px;
}
#company #sec02 .accessMap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 170px;
}
#company #sec02 .accessMap.first .accessInfo {
  bottom: 100px;
}
#company #sec02 .accessMap.last .accessInfo {
  bottom: 80px;
}
#company #sec02 .accessInfo {
  position: absolute;
  left: 50%;
  margin-left: -220px;
  display: block;
  width: 440px;
  min-height: 135px;
  box-sizing: border-box;
  padding: 20px 0;
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-size: 30px;
  color: #315065;
  text-align: center;
  background: #ffffff;
  box-shadow: -6px 6px 0 rgba(0, 0, 0, 0.1);
}
#company #sec02 .accessInfo h3 {
  font-size: 22px;
  padding-bottom: 5px;
  letter-spacing: .14em;
}
#company #sec02 .accessInfo p {
  font-size: 19px;
  letter-spacing: .1em;
}
#company #sec02 .accessInfo p + p {
  margin-top: 4px;
  letter-spacing: .14em;
}

.companyTb {
  border-bottom: 1px solid #315065;
}
.companyTb tr th {
  width: 200px;
  text-align: center;
  border-right: 1px solid #315065;
  padding: 21px 0px 20px;
  font-weight: 700;
  letter-spacing: .1em;
}
.companyTb tr td {
  padding: 21px 10px 20px 40px;
}
.companyTb tr th, .companyTb tr td {
  display: table-cell;
  border-top: 1px solid #315065;
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
  line-height: 2;
  color: #0a2436;
}

/*=====<=====<=====<=====<=====<=====<=====
  info
=====>=====>=====>=====>=====>=====>=====*/
#info #sec01, #thanks #sec01 {
  padding-top: 80px;
  padding-bottom: 110px;
}
#info #sec01 .txtBox, #thanks #sec01 .txtBox {
  text-align: center;
}
#info #sec01 .txt-head, #thanks #sec01 .txt-head {
  font-size: 24px;
  margin-bottom: 25px;
  letter-spacing: .06em;
  font-weight: 700;
}
#info #sec01 .txt-headSub, #thanks #sec01 .txt-headSub {
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}
#info #sec01 .txt-tel, #thanks #sec01 .txt-tel {
  font-size: 35px;
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin-bottom: 0;
}
#info #sec01 .txt-telSub, #thanks #sec01 .txt-telSub {
  display: block;
  font-size: 15px;
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-weight: 700;
}

.infoTb {
  margin-top: 60px;
  margin-bottom: 30px;
}
.infoTb tr:first-child th, .infoTb tr:first-child td {
  border: none;
}
.infoTb tr:last-child th {
  vertical-align: top;
}
.infoTb tr th, .infoTb tr td {
  display: table-cell;
  text-align: left;
  border-top: 1px solid #134669;
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
  line-height: 2;
}
.infoTb tr th {
  width: 280px;
  padding: 22px 10px 21px 20px;
  font-weight: 700;
  letter-spacing: .1em;
}
.infoTb tr th .required:after {
  float: right;
  content: "必須";
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  padding: 0 8px;
  background-color: #0a2435;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}
.infoTb tr th span {
  font-weight: 700;
}
.infoTb tr td {
  padding: 21px 10px 20px 40px;
}
.infoTb tr td p.error {
  margin-top: .5em;
  color: #b42b2b;
  font-weight: bold;
  font-size: 13px;
}
.infoTb input[type=text], .infoTb input[type=email], .infoTb input[type=tel], .infoTb textarea {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.infoTb input[type=text]:focus,
.infoTb input[type=email]:focus,
.infoTb input[type=tel]:focus,
.infoTb textarea:focus {
  border-color: #66afe9;
  ontline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 8px rgba(102, 175, 233, 0.6);
}
.infoTb .form-control, .infoTb .message {
  display: inline-block;
  min-height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.infoTb .form-control {
  height: 34px;
}
.infoTb tr:first-child td, .infoTb tr:nth-child(2) td {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.infoTb tr:first-child td > div, .infoTb tr:nth-child(2) td > div {
  width: 50%;
}

.form-checkbox {
  text-align: center;
  margin-bottom: 50px;
}
.form-checkbox .form {
  padding: 0 10px 0 0;
  margin: 0 0 -.5em 0;
  display: inline-block;
}
.form-checkbox .form + label {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.form-checkbox input[type=checkbox]:checked {
  background-image: url(../img/common/cb_on.jpg);
  background-size: 22px 22px;
}
.form-checkbox input[type=checkbox] {
  background-image: url(../img/common/cb_off.jpg);
  background-size: 22px 22px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-submit {
  text-align: center;
}
.form-submit .submit {
  text-indent: -999em;
  height: 0;
  overflow: hidden;
  position: relative;
  border: none !important;
}
.form-submit button {
  font-family: inherit;
  border: 0;
}
.form-submit .btn_txt {
  display: inline-block;
  background: #0a2436;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1;
  width: 310px;
  height: 70px;
  padding: 0 10px;
  line-height: 70px;
  font-size: 18px;
  position: relative;
  transition: .4s;
}
.form-submit .btn_txt:after {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -7px;
  display: block;
  width: 8px;
  height: 14px;
  content: "";
  background: url(../img/common/ico-arrowRIght02.svg) no-repeat;
  background-size: 8px 14px;
}
.form-submit .btn_txt:before {
  content: "";
  width: 310px;
  height: 70px;
  border: 1px solid #0a2436;
  position: absolute;
  left: 50%;
  margin-left: -164px;
  margin-top: 10px;
  display: inline-block;
}
