@charset "UTF-8";
/* CSS Document */
/*------------------共通------------------*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 14px;
  color: #2e2d2d;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

.sp_none {
  display: none !important;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

a:link {
  text-decoration: none;
  color: #2e2d2d;
}

a:visited {
  text-decoration: none;
  color: #2e2d2d;
}

a:active {
  text-decoration: none;
  color: #2e2d2d;
}

a:hover {
  text-decoration: none;
  color: #2e2d2d;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}

.text-box p {
  padding-bottom: 1.5em;
  line-height: 1.5;
}
.text-box p br {
  display: none;
}

.text-box p:last-child {
  padding-bottom: 0;
}

/*img thumb*/
.thumb {
  display: block;
  width: 100%;
  /*トリミング後の横幅*/
  padding-top: 100%;
  /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumb.no-photo {
  background: #ccc;
}
.thumb.no-photo img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/*footer 固定 css*/
html, body {
  height: 100%;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  overflow: hidden;
}

/*flex*/
.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.fle-bet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fle-aro {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fle-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fle-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fle-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fle-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}

.flex-wrap > .flex:nth-child(2n) div:nth-child(2n) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.inbox {
  padding: 0 3%;
}

img {
  max-width: 100%;
}

/*header
---------------------------------------------*/
.header {
  background: #fff;
  position: relative;
  padding: 0 3% 1%;
}
.header ul {
  width: 120px;
  height: 80px;
}
.header ul li {
  float: right;
  width: 50px;
}
.header ul li a {
  display: block;
  cursor: pointer;
  padding: 15% 15% 13%;
  background: #0a528f;
}
.header ul li:first-child {
  width: 52px;
  float: left;
}

.h-left {
  display: none;
  /* height:85px;
  width: 440px;
  h1{
  	font-size: 14px;
  	} */
}

.h-right {
  width: 100%;
  display: none;
}

.h-cont p {
  font-size: 3vw;
  margin-bottom: 5px;
  line-height: 1;
}
.h-cont li {
  width: 60%;
}
.h-cont li:last-child {
  width: 38%;
}

.h-logo {
  text-align: center;
  width: 80px;
  z-index: 9999;
}

/*nav
---------------------------------------------*/
.navi {
  background: url(../img/common/cmn_bg_blue.png) repeat left top;
  display: none;
}

#sp_nav {
  position: fixed;
  right: 3%;
  top: 1%;
  z-index: 9999;
}

.sp_nav {
  background: #0a528f;
  max-width: 50px;
}

.sp_nav a {
  display: block;
  cursor: pointer;
  padding: 15% 15% 13%;
  background: #0a528f;
}

#sp_nav_li {
  padding: 50px 0 0;
  background: #0a528f;
}

#sp_nav_li > li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sp_nav_li > li:nth-child(odd) {
  border-right: 1px solid #fff;
}

#sp_nav_li > li:last-child {
  width: 100%;
  border-bottom: none;
  text-align: center;
  padding: 2% 3%;
  border-right: none;
  background: #fff;
}

#sp_nav_li > li:last-child .tel {
  color: #0a528f;
  width: 100%;
}

#sp_nav_li > li:last-child .tel a {
  color: #0a528f;
}

#sp_nav_li > li > a {
  display: block;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 5px;
}

#sp_nav_li > li > a span {
  font-size: 10px;
  font-weight: 400;
}

#sp_nav_li > li:nth-child(-n+2) {
  border-top: 1px solid #fff;
}

/*---------main_visual------------*/
#main_visual {
  width: 100%;
  height: 70vw;
  position: relative;
  overflow: hidden;
}

#mv-ttl {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  width: 95%;
}

#top_slider li {
  text-align: center;
  height: 70vw;
}

#top_slider li:nth-child(1) {
  background: url(../img/top/slider01.jpg) no-repeat center/cover;
}

#top_slider li:nth-child(2) {
  background: url(../img/top/slider02.jpg) no-repeat center/cover;
}

#top_slider li:nth-child(3) {
  background: url(../img/top/slider03.jpg) no-repeat center/cover;
}

/* bxslider
---------------------------------------------------- */
.bx-wrapper {
  width: 100%;
  height: 70vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.bx-wrapper .bx-viewport {
  margin: auto;
  text-align: center;
}
.bx-wrapper .bx-pager {
  display: none;
}

/*section01
-----------------------------------------------------*/
.sec-ttl {
  text-align: center;
  margin-bottom: 8%;
}

#section01 {
  background: url(../img/top/sec01_bg_righttop.png) no-repeat right top, url(../img/top/sec01_bg_leftbottom.png) no-repeat left bottom, url(../img/top/sec01_bg_center.png) no-repeat center;
  background-size: 44%,41%,cover;
  padding: 8% 0 15%;
}

.sec01-text {
  width: 100%;
  margin-bottom: 5%;
  padding-right: 10%;
}
.sec01-text.chinese01 {
  padding: 0 0 0 10%;
}

/*section02
-----------------------------------------------------*/
#section02 {
  background: url(../img/top/sec02_bg.png) no-repeat center right/cover;
  background-size: cover;
  padding: 10% 3%;
}

.sec02-ttl {
  text-align: left;
}

.sec02-text-wrap {
  color: #fff;
  font-weight: 400;
}

.sec02-list li {
  margin-bottom: 25px;
}
.sec02-list li:last-child {
  margin-bottom: 0;
}
.sec02-list li dt {
  font-size: 4vw;
  margin-bottom: 10px;
}
.sec02-list li dd {
  padding-left: 8%;
  font-size: 3vw;
  color: rgba(255, 255, 255, 0.57);
}

/*section03
-----------------------------------------------------*/
#section03 {
  background: url(../img/top/sec03_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 8% 0 15%;
}

.case-list li {
  width: 48%;
  float: left;
  margin: 4% 4% 0 0;
}
.case-list li:nth-child(2n) {
  margin-right: 0;
}
.case-list li:nth-child(-n+2) {
  margin-top: 0;
}
.case-list li .case-img {
  margin-bottom: 10px;
}
.case-list li .case-img.star {
  position: relative;
}
.case-list li .case-img.star:before {
  content: "";
  width: 40%;
  padding-top: 100%;
  background: url(../img/common/gallery_new_tag.png) no-repeat top left/contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.case-list li h4 {
  line-height: 1.3;
  font-size: 15px;
}
.case-list li a {
  display: block;
}
.case-list li p {
  text-align: right;
  color: #0a528f;
}

.cmn-btn {
  margin-top: 10%;
}
.cmn-btn a {
  width: 170px;
  display: block;
  margin: auto;
  color: #cfa972;
  padding: 2px;
  text-align: center;
  background: url(../img/common/cmn_bg_blue.png) repeat left top;
  line-height: 1;
}
.cmn-btn .btn-border {
  border: 1px solid #cfa972;
  padding: 15px 0 15px;
}

/*section04
-----------------------------------------------------*/
#section04 {
  background: url(../img/top/sec04_bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 10% 0 15%;
}

.sec04-box {
  position: relative;
  background: white;
  padding: 10px;
}
.sec04-box:before, .sec04-box:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background: url(../img/top/sec04_box_bfaf.jpg) no-repeat center/contain;
}
.sec04-box:before {
  left: 8px;
  top: 8px;
}
.sec04-box:after {
  right: 8px;
  top: 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sec04-border {
  border: 1px solid #a2988e;
  padding: 5% 8% 10%;
}
.sec04-border:before, .sec04-border:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background: url(../img/top/sec04_box_bfaf.jpg) no-repeat center/contain;
}
.sec04-border:before {
  left: 8px;
  bottom: 8px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sec04-border:after {
  right: 8px;
  bottom: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sec04-ttl-wrap {
  position: relative;
  text-align: center;
}
.sec04-ttl-wrap .sec04-btn {
  /* position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999; */
  width: 40%;
  margin: auto;
}

.sec04-bnr-list {
  margin-top: 45px;
}
.sec04-bnr-list li {
  margin: 5% 0 0 0;
}

/*section05
-----------------------------------------------------*/
#section05 {
  background: url(../img/top/sec05_bg.jpg) no-repeat center;
  background-size: cover;
}

/*footer
-----------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 9999;
}

#footer {
  background: url(../img/common/footer_bg.png) repeat left top;
  padding: 5% 0 8%;
  color: #fff;
  text-align: center;
}

.f-right {
  width: 100%;
}

.f-left {
  width: 100%;
}
.f-left p {
  margin: 5% 0;
}
.f-left p br {
  display: none;
}

.f-nav {
  text-align: center;
  margin-bottom: 25px;
  display: none;
}
.f-nav ul {
  padding: 0 0 25px 35px;
  border-bottom: 1px solid #fff;
}
.f-nav li {
  float: left;
  position: relative;
  margin-top: 5px;
}
.f-nav li:nth-child(-n+6) {
  margin-top: 0;
}
.f-nav li a {
  font-size: 14px;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.9);
}
.f-nav li:after {
  content: "/";
  padding: 0 10px;
}
.f-nav li:nth-child(6):after, .f-nav li:last-child:after {
  display: none;
}

#copyright {
  font-size: 10px;
  margin-top: 8%;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
#copyright a {
  color: rgba(255, 255, 255, 0.9);
}

.f-cont > .flex {
  width: 100%;
}
.f-cont li {
  width: 60%;
}
.f-cont li:last-child {
  width: 38%;
}
.f-cont p {
  margin-bottom: 2%;
  line-height: 1;
  font-size: 3vw;
}

/*下層
-------------------------------------------------*/
#main_area {
  background: url(../img/common/main_bg.jpg) no-repeat center;
  background-size: cover;
}

#main-in {
  width: 100%;
  height: 50vw;
  margin: auto;
  text-align: center;
}

#main-ttl {
  font-size: 10vw;
  color: #fff;
  text-shadow: #9c895b 1px 1px 10px, #9c895b -1px 1px 10px, #9c895b 1px -1px 10px, #9c895b -1px -1px 10px;
  position: relative;
  z-index: 1;
}
#main-ttl:before {
  content: "";
  width: 100%;
  height: 50vw;
  background: url(../img/common/main_ttl_bg.png) no-repeat center/contain;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#bread {
  padding: 2%;
}
#bread li {
  float: left;
  font-size: 12px;
  margin-right: 2px;
  padding-right: 14px;
  position: relative;
}
#bread li:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 1px;
}
#bread li:last-child:after {
  display: none;
}

.btt-content {
  padding: 10% 0 18%;
}
.btt-content.inbox {
  padding: 10% 3%;
}

.title01 {
  padding: 0 0 2% 12%;
  background: url(../img/common/title01_icon.png) no-repeat left top/10%;
  border-bottom: 4px double #2e2d2d;
  font-size: 6vw;
  line-height: 1.3;
  margin-bottom: 8%;
}

ol {
  list-style: none;
  /* olがはき出す数字を消す */
  padding: 0;
  /* paddingキャンセル */
  margin: 0;
  /* marginキャンセル */
  counter-reset: li;
  position: relative;
}
ol.cmn-ol-list li {
  font-size: 25px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: 1px;
}
ol.cmn-ol-list li:before {
  counter-increment: li;
  /*リストの数字を1つ進める。IE7以下、未対応*/
  content: counter(li) ".";
  /*リストを連番にする*/
  display: block;
  width: 60px;
  text-align: right;
  font-size: 30px;
  color: #0a528f;
  position: absolute;
  left: 0;
  top: -6px;
}

.num-list li {
  position: relative;
  padding-left: 70px;
}
.num-list li:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.num-list li:nth-of-type(1):before {
  background: url(../img/common/num01.png) no-repeat center top;
}
.num-list li:nth-of-type(2):before {
  background: url(../img/common/num02.png) no-repeat center top;
}
.num-list li:nth-of-type(3):before {
  background: url(../img/common/num03.png) no-repeat center top;
}
.num-list li:nth-of-type(4):before {
  background: url(../img/common/num04.png) no-repeat center top;
}

.cmn-sec {
  padding-bottom: 100px;
}

.cmn-sec:last-child {
  padding-bottom: 0;
}

/*content
------------------------------------------*/
.content {
  padding: 0;
}

.content section {
  padding: 10% 3% 60%;
  width: 100%;
  color: #fff;
  background: url(../img/content/content_sec01_bg.png) no-repeat bottom left/200%, url(../img/content/content_sec01_bg.png) no-repeat center right/cover;
}
.content section:nth-child(2) {
  background: url(../img/content/content_sec02_bg.png) no-repeat bottom right/200%, url(../img/content/content_sec02_bg.png) no-repeat center left/cover;
}
.content section:nth-child(3) {
  background: url(../img/content/content_sec03_bg.png) no-repeat bottom left/200%, url(../img/content/content_sec03_bg.png) no-repeat center right/cover;
}
.content section .content-box {
  width: 100%;
}
.content section .content-box h3 {
  font-size: 6.5vw;
  background: url(../img/content/content_ttl_border.png) no-repeat left bottom;
  padding-bottom: 3%;
  margin-bottom: 3%;
  font-weight: 300;
}
.content section .content-box h3 span {
  display: block;
  color: #cfa972;
  font-size: 4vw;
}
.content section:nth-child(2n) .content-box {
  float: left;
}

/*flow
------------------------------------------*/
.flow {
  background: url(../img/flow/flow_bg.png) no-repeat center/cover;
  padding-bottom: 20%;
}
.flow .title01 {
  margin-bottom: 10%;
}

.flow-list {
  padding: 10px 0 0 0;
  position: relative;
  width: 100%;
}
.flow-list:before {
  content: "";
}
.flow-list:before span {
  color: #f2f2f2;
}
.flow-list li {
  font-size: 5vw;
  border-bottom: 1px dotted #2e2d2d;
  padding: 3% 0 3% 0;
  margin-bottom: 10px;
  margin-left: 40px;
}
.flow-list li:before {
  left: -40px;
  top: 10px;
  width: 30px;
  height: 30px;
}
.flow-list li:nth-of-type(1):before {
  background: url(../img/flow/num01.png) no-repeat center top/contain;
}
.flow-list li:nth-of-type(2):before {
  background: url(../img/flow/num02.png) no-repeat center top/contain;
}
.flow-list li:nth-of-type(3):before {
  background: url(../img/flow/num03.png) no-repeat center top/contain;
}
.flow-list li:nth-of-type(4):before {
  background: url(../img/flow/num04.png) no-repeat center top/contain;
}
.flow-list li:nth-of-type(5):before {
  background: url(../img/flow/num05.png) no-repeat center top/contain;
}
.flow-list li:nth-of-type(6):before {
  background: url(../img/flow/num06.png) no-repeat center top/contain;
}

.num-list > .flex:nth-child(2) li:nth-of-type(1):before {
  background: url(../img/flow/num07.png) no-repeat center top/contain;
}
.num-list > .flex:nth-child(2) li:nth-of-type(2):before {
  background: url(../img/flow/num08.png) no-repeat center top/contain;
}
.num-list > .flex:nth-child(2) li:nth-of-type(3):before {
  background: url(../img/flow/num09.png) no-repeat center top/contain;
}
.num-list > .flex:nth-child(2) li:nth-of-type(4):before {
  background: url(../img/flow/num10.png) no-repeat center top/contain;
}
.num-list > .flex:nth-child(2) li:nth-of-type(5):before {
  background: url(../img/flow/num11.png) no-repeat center top/contain;
}
.num-list > .flex:nth-child(2) li:nth-of-type(6):before {
  background: url(../img/flow/num12.png) no-repeat center top/contain;
}
.num-list > .flex:nth-child(2) li:nth-of-type(7):before {
  background: url(../img/flow/num13.png) no-repeat center top/contain;
}
.num-list > .flex:nth-child(2) li:nth-of-type(8):before {
  background: url(../img/flow/num14.png) no-repeat center top/contain;
}
.num-list > .flex:nth-child(2) li:nth-of-type(9):before {
  background: url(../img/flow/num15.png) no-repeat center top/contain;
}

.num-before {
  font-size: 14px;
  position: relative;
  border-bottom: 8px solid #0a528f;
  display: block;
  width: 100%;
  padding: 0 0 1%;
}
.num-before em {
  color: #a40000;
}

.flow .num-list > .flex:nth-child(2) .num-before {
  margin-top: 15px;
  border-bottom: 8px solid #000;
}

/*works gallery
-----------------------------------------*/
/*sg*/
.case-main-img-wrap {
  width: 100%;
  height: 70vw;
  position: relative;
  padding-top: 0;
}
.case-main-img-wrap a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.case-main-img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

 /*
@supports ( object-fit: contain ) {
	.case-main-img-wrap{
		width: 800px;
		height: 480px;
		overflow: hidden;
		position: relative;
	}
	.case-main-img-wrap img{
		position: absolute;
		height: 100%;
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
	} */
.sub-img-list {
  float: right;
  width: 100%;
  height: 25vw;
  margin-top: 10px;
  padding-right: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.sub-img-list li {
  width: 32%;
  margin: 2% 2% 0 0;
  background-color: #e6e6e6;
  text-align: center;
  position: relative;
  float: left;
}

.sub-img-list li:nth-child(3n) {
  margin-right: 0;
}

.sub-img-list li:nth-child(-n+3) {
  margin-top: 0;
}

.sub-img-list li .no-photo img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#viewer {
  margin-bottom: 10px;
}

.sub-img {
  width: 100%;
  padding-top: 60%;
}

.case-text {
  margin-bottom: 60px;
}

.s-case h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.pdf-btn {
  margin-bottom: 10px;
}

/*company
------------------------------------------*/
.cmn-table {
  width: 100%;
}
.cmn-table tr {
  border: 1px solid #dcbb89;
}
.cmn-table tr th, .cmn-table tr td {
  padding: 5%;
  display: block;
}
.cmn-table tr th {
  background: #0a528f;
  color: #fff;
  font-size: 15px;
  width: 100%;
}
.cmn-table tr td {
  background: #f3f3f3;
}

.map {
  margin-top: 30px;
}
.map iframe {
  height: 250px;
}

/*site_map
------------------------------------------*/
.site_map-li > li {
  border-bottom: 1px dotted #2e2d2d;
}
.site_map-li > li span {
  display: block;
  color: #2e2d2d;
  padding: 14px 0 11px;
  font-size: 18px;
}
.site_map-li > li a {
  display: block;
  color: #2e2d2d;
  padding: 14px 40px 11px;
  font-size: 18px;
  position: relative;
}
.site_map-li > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #0a528f;
  position: absolute;
  left: 15px;
  top: 19px;
}

/*drop dowbあるとき*/
.site_map-li li ul {
  margin: -10px 0 10px;
}
.site_map-li li ul li a {
  font-size: 16px;
  margin-left: 40px;
  padding: 9px 40px 6px;
  border-bottom: 0;
}
.site_map-li li ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0a528f;
  position: absolute;
  left: 15px;
  top: 15px;
  border-width: 0;
}

/*privacy
----------------------------------*/
.privacy_box {
  margin-bottom: 45px;
}

/*news
-----------------------------------*/
.news-list li {
  margin-bottom: 10%;
}
.news-list li a {
  display: block;
}
.news-list li dl {
  position: relative;
}
.news-list li dl dt {
  /*border-bottom: 1px dotted #795c36;*/
  width: 100%;
}
.news-list li dl dt span {
  display: block;
}
.news-list li dl dt span.news-ymd {
  width: 110px;
  color: #cfa972;
}
.news-list li dl dt span.news-ttl {
  font-size: 5vw;
  color: #0a528f;
}
.news-list li dl dd {
  padding: 10px;
  font-size: 14px;
  margin-top: 5px;
  background: #f2f2f2;
}

.a-news-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0a528f;
}

/*news-sg
-----------------------------------*/
.sg_day {
  font-size: 12px;
  color: #0a528f;
  text-align: right;
  padding: 15px 0 0;
  font-weight: 700;
}

.page_btn {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #333;
  position: relative;
  font-weight: 700;
}
.page_btn a {
  font-size: 12px;
  color: #0a528f;
}
.page_btn .left {
  position: absolute;
  left: 0;
  top: 10px;
}
.page_btn .left a {
  padding: 0 0 2px 15px;
  position: relative;
}
.page_btn .left a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #0a528f transparent transparent;
  position: absolute;
  left: 0;
  top: 30%;
}
.page_btn .right {
  position: absolute;
  right: 0;
  top: 10px;
}
.page_btn .right a {
  padding: 0 15px 2px 0;
  position: relative;
}
.page_btn .right a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0a528f;
  position: absolute;
  right: 0;
  top: 30%;
}

ul.pagenation {
  text-align: center;
  margin-top: 15px;
}

.pagenation li {
  padding: 0px 5px;
  display: inline-block;
  border: 1px solid #0a528f;
  color: #0a528f;
}

.pagenation li.current {
  background-color: #0a528f;
  color: #fff;
}

/*contact
----------------------------------------------*/
/*==================================================
入力フィールド
================================================== */
select,
textarea,
input[type='tel'],
input[type='num'],
input[type='text'],
input[type='email'] {
  max-width: 100%;
  padding: 0 4px;
  border: 2px solid #e6e6e6;
  height: 30px;
  background-color: #fff;
}

textarea {
  width: 100%;
  height: 200px;
}

/* ボタン
-------------------------------------------------- */
.contact_btn ul {
  margin-top: 35px;
  text-align: center;
}

.contact_btn li {
  display: inline-block;
  margin: 10px;
  position: relative;
}

.contact_btn li input {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: none;
  font-weight: bold;
  padding: 28px 0 25px;
  width: 280px;
  background-color: #0a528f;
  -webkit-appearance: none;
  opacity: 1;
}

.contact_btn li:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 35px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
  margin: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #0a528f;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #0a528f;
  border-bottom: 3px solid #0a528f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*==================================================
テーブル
================================================== */
.cont-table {
  margin: 0 0 16px;
}

/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .cont-table,
  .cont-table tbody,
  .cont-table tr,
  .cont-table th,
  .cont-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #a40000;
}

/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  padding: 2px 4px;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
}

.optional-mark {
  background: #a40000;
}

.required-mark {
  background: #a40000;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #a40000;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* リキャプチャ */
.contact_agree {
  margin-top: 25px;
  text-align: center;
}

.contact-recaptcha-wrap {
  width: 300px;
  margin: 15px auto 0;
}

.contact_privacy a {
  color: #0a528f;
  text-decoration: underline;
}
