@charset "UTF-8";
/* CSS Document */
/*------------------共通------------------*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP","游ゴシック", YuGothic,"ヒラギノ角ゴ pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  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.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

a:link {
  text-decoration: none;
  color: #3a3a3a;
}

a:visited {
  text-decoration: none;
  color: #3a3a3a;
}

a:active {
  text-decoration: none;
  color: #3a3a3a;
}

a:hover {
  text-decoration: none;
  color: #3a3a3a;
}

.inbox {
  padding: 0 3%;
}

.text-box p {
  padding-bottom: 1.5em;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

.text-box p:last-child {
  padding-bottom: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}
.text_c p {
  text-align: center;
}

/*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: #f2f2f2;
}
.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;
}

/* .content_w {
	position: relative;
	padding-bottom: 425px;
}

#footer {
	height: 425px;
	position:absolute;
	right: 0;
	bottom:0;
	left: 0;
	box-sizing: border-box;
	} */
/*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;
}

img {
  max-width: 100%;
}

/*header
---------------------------------------------*/
.header {
  background: #fff;
  padding: 10px 0;
  position: absolute;
  z-index: 9;
  width: 100%;
}

.h-logo {
  width: 50px;
}

.h-left {
  width: 80%;
}
.h-left .fle-column {
  height: 57px;
  margin-left: 5%;
  width: 125px;
}
.h-left .fle-column p {
  display: block;
  font-size: 20px;
  font-weight: 500;
  width: 125px;
}
.h-left .fle-column h1 {
  font-size: 14px;
  display: none;
}

.h-right {
  width: 100%;
}
.h-right .tel {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.tel dl, .fax dl {
  display: table;
  line-height: 1;
  font-weight: 500;
}
.tel dt, .tel dd, .fax dt, .fax dd {
  display: table-cell;
}

.tel dt {
  font-size: 5vw;
  letter-spacing: -0.1em;
  padding-right: 0.3em;
}
.tel dt:first-letter {
  font-size: 7vw;
}
.tel dd {
  font-size: 7vw;
  letter-spacing: -0.03em;
}

.fax dt {
  font-size: 3vw;
  padding-right: 0.3em;
}
.fax dt:first-letter {
  font-size: 5vw;
}
.fax dd {
  font-size: 5vw;
  letter-spacing: 0;
}

.mail {
  width: 38%;
}

/*nav
---------------------------------------------*/
.navi {
  background: #0865a7;
  display: none;
  /* li{
  	flex-basis: 210px;
  	text-align: center;
  	flex-grow: 1;
  	position: relative;
  	border-left: 1px solid #00a0e9;
  	&:before{
  		content:"";
  		width: 1px;
  		height: 100%;
  		background: #00479d;
  		position: absolute;
  		top: 0;
  	}
  	&:before{
  		left: -2px;
  	}
  	&:last-child{
  		border-right: 1px solid #00a0e9;
  		&:after{
  			content:"";
  			width: 1px;
  			height: 100%;
  			background: #00479d;
  			position: absolute;
  			top: 0;
  			right:0;
  		}
  	}
  	a{
  		display: block;
  		color: #fff;
  		font-weight: 500;
  		height: 65px;
  		font-size: 16px;
  		background: url(../img/common/nav_li_bg.png)no-repeat center top 15px #0a71ba;
  		.flex{
  			height: 65px;
  		}
  		span{
  			display: block;
  			color: $sub_color;
  			font-weight: 400;
  			font-size: 13px;
  		}
  	}
  	} */
}

.sp_nav {
  position: fixed;
  right: 3%;
  top: 2%;
  z-index: 9999;
  background: #255097;
  max-width: 50px;
}

.sp_nav a {
  display: block;
  cursor: pointer;
  padding: 15% 15% 13%;
  background: #255097;
}

#sp_nav_li {
  padding: 50px 0 0;
  background: #255097;
}

#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:nth-last-child(-n+2) {
  border-bottom:none;
}

#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 p {
  color: #fff;
}
#sp_nav_li > li:last-child .tel {
  color: #255097;
  width: 100%;
}
#sp_nav_li > li:last-child .tel a {
  color: #255097;
}

#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;
}

/*#sp_nav_li>li:nth-child(n+5):nth-child(odd){
	border-right: none;
	}*/
.remodal-close {
  color: #fff;
}

/*---------main_visual------------*/
#main_visual {
  width: 100%;
  height: 70vw;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

#mv-ttl {
  margin: auto;
  position: absolute;
  top: 82%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
}

#top_slider li {
  text-align: center;
  height: 70vw;
}

#top_slider li:nth-child(1) {
  background: url(../img/top/slide01.jpg) no-repeat bottom/cover;
}

#top_slider li:nth-child(2) {
  background: url(../img/top/slide02.jpg) no-repeat bottom/cover;
}

#top_slider li:nth-child(3) {
  background: url(../img/top/slide03.jpg) no-repeat bottom/cover;
}

#top_slider li:nth-child(4) {
  background: url(../img/top/slide04.jpg) no-repeat bottom/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
-----------------------------------------------------*/
#section01 {
  background: #fff;
  padding: 15% 0;
}

.sec01-text-wrap {
  width: 100%;
}
.sec01-text-wrap h3 {
  font-size: 7vw;
  color: #255097;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5%;
}

/*section02
-----------------------------------------------------*/
#section02 {
  -webkit-box-shadow: 0 2px 10px rgba(58, 58, 58, 0.2);
          box-shadow: 0 2px 10px rgba(58, 58, 58, 0.2);
  position: relative;
  z-index: 9;
}

.sec02-ttl {
  text-align: center;
  color: #fff;
  font-size: 10vw;
  font-weight: 400;
  background: url(../img/top/sec02_ttl_bg.png) repeat left top #255097;
  height: 25vw;
}

.sec02-list li {
  width: 50%;
  overflow: hidden;
  background-color: rgba(135, 135, 135, 0.9);
}
.sec02-list li a {
  display: block;
}
.sec02-list li .thumb {
  padding-top: 70%;
}
.sec02-list li .thumb img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sec02-list li:hover .thumb img {
  width: 120%;
  height: 120%;
}
.sec02-list .sec02-h4 {
  text-align: center;
  font-size: 5vw;
  line-height: 1;
  padding: 5%;
  background: url(../img/top/sec02_arr.png) no-repeat right 5% center #fff;
  background-size: 7%;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.red {
  font-size: 3vw !important;
  color: #e60012;
  padding-top: 3%;
  display: block;
}

/*section03
-----------------------------------------------------*/
#section03 {
  background: url(../img/top/sec03_bg.jpg) no-repeat center left;
  background-size: cover;
  padding: 10px 0;
}

.rec_sec-in {
  position: relative;
}

.rec_sec-text_wrap {
  width: 100%;
  background: url(../img/top/sec03_text_bg.png) no-repeat center/100%;
  text-align: center;
  height: 94vw;
  padding: 10%;
}
.rec_sec-text_wrap h3 {
  border-top: 2px solid #434343;
  border-bottom: 2px solid #434343;
  padding: 3% 0;
  margin: 0 5px 4%;
}
.rec_sec-text_wrap h3 img {
  max-height: 8vw;
}
.rec_sec-text_wrap .text-box p {
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.5;
}
.rec_sec-text_wrap .tel {
  color: #035fa1;
  margin: 3% auto;
}
.rec_sec-text_wrap .tel dl {
  font-weight: 700;
}
.rec_sec-text_wrap .tel a {
  color: #035fa1;
}
.rec_sec-text_wrap .tel dt {
  font-size: 7vw;
}
.rec_sec-text_wrap .tel dt:first-letter {
  font-size: 9vw;
}
.rec_sec-text_wrap .tel dd {
  font-size: 9vw;
}

.cmn-btn a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 3%;
  background: #035fa1;
  border-radius: 200px;
  font-size: 4vw;
}

/*section04
-----------------------------------------------------*/
#section04 {
  background: url(../img/top/sec04_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 15% 3%;
}

.sec04-in {
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(58, 58, 58, 0.2);
          box-shadow: 0 5px 10px rgba(58, 58, 58, 0.2);
  padding: 5%;
}

.sec04-ttl-wrap {
  position: relative;
  border-bottom: 3px solid #d2d2d2;
  margin-bottom: 10px;
}
.sec04-ttl-wrap:after {
  content: "";
  width: 40%;
  height: 3px;
  background: #255097;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.sec04-ttl-wrap h3 {
  font-size: 7vw;
  margin-bottom: 5px;
}
.sec04-ttl-wrap h3 span {
  margin-top: 0;
  padding-top: 0;
}
.sec04-ttl-wrap .cmn-btn {
  width: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec04-ttl-wrap .cmn-btn a {
  font-size: 3.5vw;
  background: #1076be;
  padding: 5px;
}

/*footer
-----------------------------------------------------*/
/* #pageTop {
	position: fixed;
	bottom: 3%;
	right: 3%;
	z-index: 9999;
	} */
#footer {
  background: #0865a7;
}

.f-in {
  padding: 10% 3%;
}

.f-left {
  color: #fff;
  width: 100%;
}
.f-left a {
  color: #fff;
}
.f-left .f-logo {
  line-height: 1;
  font-size: 7vw;
  font-weight: 400;
}
.f-left ul {
  display: none;
  /* li{
  	a{
  		padding-left: 	12px;
  		position: relative;
  		&:before{
  			content:"";
  			width: 0;
  			height: 0;
  			border-style: solid;
  			border-width: 4.5px 0 4.5px 6px;
  			border-color: transparent transparent transparent #fff;
  			position: absolute;
  			left: 0;
  			top: 50%;
  			transform: translateY(-50%);
  		}
  	}
  	} */
}

.f-add {
  margin: 5% 0;
}
.f-add br {
  display: none;
}

.f-right {
  width: 100%;
}

.f-nav {
  text-align: center;
  margin-bottom: 45px;
  display: none;
}
.f-nav li {
  line-height: 1;
}
.f-nav li a {
  display: block;
  color: #fff;
}

.f-cont {
  width: 100%;
  background: #fff;
  padding: 3% 5%;
}

.f-tel-wrap {
  width: 100%;
}
.f-tel-wrap p {
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  font-size: 3.5vw;
}
.f-tel-wrap p span {
  display: inline-block;
  padding: 0 5%;
  position: relative;
  background: #fff;
  z-index: 2;
}
.f-tel-wrap p:before, .f-tel-wrap p:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #3a3a3a;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.f-tel-wrap p:before {
  left: 0;
}
.f-tel-wrap p:after {
  right: 0;
}
.f-tel-wrap .tel dt {
  font-size: 4vw;
}
.f-tel-wrap .tel dt:first-letter {
  font-size: 6vw;
}
.f-tel-wrap .tel dd {
  font-size: 6vw;
}
.f-tel-wrap .fax {
  padding-top: 2%;
}
.f-tel-wrap .fax dt {
  font-size: 2vw;
}
.f-tel-wrap .fax dt:first-letter {
  font-size: 4vw;
}
.f-tel-wrap .fax dd {
  font-size: 4vw;
}

.f-mail {
  width: 100%;
  margin-top: 3%;
  text-align: center;
}

#copyright {
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #00416f;
}
#copyright a {
  color: #fff;
}

/*下層
-------------------------------------------------*/
#main_area {
  background: url(../img/common/main_bg.jpg) no-repeat center;
  background-size: cover;
  margin-top: 79px;
}

#main-in {
  height: 40vw;
}

#main-ttl {
  font-size: 10vw;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 8px black;
  position: relative;
  text-align: center;
}
#main-ttl:after {
  content: "";
  width: 20%;
  height: 3px;
  background: #fff100;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -2vw;
}

#bread {
  padding: 4px 3% 3px;
  margin-top: 10px;
}
#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 15%;
}
.btt-content.inbox {
  padding: 10% 3% 15%;
}

.title01 {
  font-size: 6vw;
  font-weight: 500;
  border-bottom: 3px solid #d2d2d2;
  position: relative;
  margin-bottom: 5%;
  padding-bottom: 5px;
}
.title01:after {
  content: "";
  width: 40%;
  height: 3px;
  background: #035fa1;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.title02 {
  font-size: 19px;
  padding: 3px 15px;
  border-left: 6px solid #035fa1;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 20px;
}

ol {
  list-style: none;
  /* olがはき出す数字を消す */
  padding: 0;
  /* paddingキャンセル */
  margin: 0;
  /* marginキャンセル */
  counter-reset: li;
  position: relative;
}

.cmn-sec {
  padding-bottom: 15%;
}

.cmn-sec:last-child {
  padding-bottom: 0;
}

/*about
------------------------------------------*/
.about-list01 li {
  width: 100%;
  margin-top: 10%;
}
.about-list01 li:nth-child(-n+1) {
  margin-top: 0;
}
.about-list01 li .title02 {
  margin: 10px 0;
}

.bold p {
  font-size: 5vw;
  font-weight: 700;
}

.about-list02 {
  margin-top: 15%;
}
.about-list02 li {
  border: 1px solid #bfbfbf;
  padding: 5%;
  margin-bottom: 10%;
}
.about-list02 li:last-child {
  margin-bottom: 0;
}

.works-text-wrap {
  width: 100%;
}

.works-img {
  width: 100%;
  margin-top: 3%;
}

/*gallery
------------------------------------------*/
.gallery-list li {
  width: 48%;
  float: left;
  margin: 4% 4% 0 0;
}
.gallery-list li:nth-child(2n) {
  margin-right: 0;
}
.gallery-list li:nth-child(-n+2) {
  margin-top: 0;
}
.gallery-list li .thumb {
  padding-top: 70.33%;
  margin-bottom: 10px;
}

/*recruit
------------------------------------------*/
.cmn-text-wrap {
  width: 100%;
}

.cmn-img {
  width: 100%;
  margin-top: 3%;
}

.rec-sec02 {
  margin-bottom: 15%;
}
.rec-sec02 ul {
  width: 100%;
  margin: auto;
}
.rec-sec02 li {
  padding: 0 0 5px 30px;
  background: url(../img/recruit/check.png) no-repeat left center;
  border-bottom: 1px dashed #7d7d7d;
  margin-bottom: 3%;
  text-align: left;
  font-weight: 700;
  font-size: 3.5vw;
}
.rec-sec02 li:last-child {
  margin-bottom: 0;
}
.rec-sec02 h3 img {
  max-height: 16vw;
}

.cmn-table {
  width: 100%;
}
.cmn-table tr {
  border-bottom: 1px solid #fff;
}
.cmn-table tr th, .cmn-table tr td {
  padding: 3% 5%;
  display: block;
}
.cmn-table tr th {
  background: #0b72bb;
  color: #fff;
  font-weight: 500;
  width: 100%;
}
.cmn-table tr td p {
  padding-bottom: 1.5em;
}
.cmn-table tr td em {
  font-weight: 700;
}

.rec-bnr {
  margin-top: 60px;
  background: url(../img/recruit/rec_bnr_bg.png) no-repeat left bottom;
  background-size: cover;
  padding: 10% 10%;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 8px 0 8px -2px rgba(58, 58, 58, 0.2);
          box-shadow: 8px 0 8px -2px rgba(58, 58, 58, 0.2);
}
.rec-bnr .rec-bnr-text-left {
  width: 100%;
  float: none;
}
.rec-bnr h3 {
  font-size: 8vw;
  padding: 5% 0;
  line-height: 1;
  text-align: center;
  border-top: 2px solid #626262;
  border-bottom: 2px solid #626262;
  font-weight: 900;
}
.rec-bnr h3 span {
  font-weight: 400;
  font-size: 3.5vw;
  display: block;
  padding-top: 10px;
}
.rec-bnr .tel {
  color: #1076be;
  margin: 5% 0;
}
.rec-bnr .tel dl {
  font-weight: 700;
  margin: auto;
}
.rec-bnr .tel a {
  color: #1076be;
}
.rec-bnr .tel dt {
  font-size: 7vw;
}
.rec-bnr .tel dt:first-letter {
  font-size: 9vw;
}
.rec-bnr .tel dd {
  font-size: 9vw;
}
.rec-bnr .cmn-btn {
  width: 100%;
  margin: auto;
}
.rec-bnr .cmn-btn a {
  background: #f39700;
}

.rec-bnr-text-right {
  background: url(../img/recruit/rec_bnr_text_right_bg.png) repeat left top;
  color: #fff;
  padding: 5%;
  font-size: 3.5vw;
  margin-top: 5%;
}

/*company
------------------------------------------*/
.map-wrap {
  margin-top: 30px;
}

.map iframe {
  width: 100%;
  height: 250px;
}

/*site_map
------------------------------------------*/
.site_map-li > li {
  border-bottom: 1px dotted #3a3a3a;
}
.site_map-li > li span {
  display: block;
  color: #3a3a3a;
  padding: 14px 0 11px;
  font-size: 18px;
}
.site_map-li > li a {
  display: block;
  color: #3a3a3a;
  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 #255097;
  position: absolute;
  left: 15px;
  top: 19px;
}

/*privacy
----------------------------------*/
.privacy_box {
  margin-bottom: 45px;
}

.privacy_text {
  font-size: 16px;
}

/*news
-----------------------------------*/
.news-list li {
  border-bottom: 1px dotted rgba(58, 58, 58, 0.5);
}
.news-list li a {
  display: block;
  padding: 15px 0 10px;
}
.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 .news-ymd {
  width: 110px;
}
.news-list li dl dt .news-ttl {
  font-weight: 500;
}
.news-list li dl dd {
  background-color: #f2f2f2;
  padding: 10px;
  font-size: 14px;
}

/*news-sg
-----------------------------------*/
.sg_day {
  font-size: 12px;
  color: #255097;
  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: #255097;
}
.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 #255097 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 #255097;
  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 #255097;
  color: #255097;
}

.pagenation li.current {
  background-color: #255097;
  color: #fff;
}

/*contact
----------------------------------------------*/
/*==================================================
入力フィールド
================================================== */
select,
textarea,
input[type='tel'],
input[type='num'],
input[type='text'],
input[type='email'] {
  max-width: 100%;
  padding: 0 4px;
  border: none;
  height: 30px;
  background-color: #e6e6e6;
}

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: #255097;
  -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: #255097;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #255097;
  border-bottom: 3px solid #255097;
  -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: #e60012;
}

/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  padding: 2px 4px;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
}

.optional-mark {
  background: #e60012;
}

.required-mark {
  background: #e60012;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #e60012;
}

/* 送信・確認ボタン */
.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: #255097;
  text-decoration: underline;
}
