@charset "UTF-8";
/*---------------------------------------------------------------
  link
----------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #1EA7CC;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*---------------------------------------------------------------
  base
----------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*10px*/
}

html, body {
  height: 100%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  background: #FFF url(../images/bg_main.png) no-repeat center top;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/*---------------------------------------------------------------
  spacing
----------------------------------------------------------------*/
.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

/*---------------------------------------------------------------
  clear
----------------------------------------------------------------*/
.clr {
  clear: both;
}

.clrfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clrfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clrfix {
  height: 1%;
}

.clrfix {
  display: block;
}

/* End Hack */
.hide {
  display: none;
}

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

body {
  border-top: 5px solid #2255A4;
}

#header {
  height: 105px;
  background: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 650px) {
  #header {
    height: auto;
  }
}
#header > header {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
@media screen and (max-width: 650px) {
  #header > header {
    width: auto;
    padding: 10px 15px;
  }
}

#headLogo {
  position: absolute;
  top: 23px;
  left: 0;
}
@media screen and (max-width: 650px) {
  #headLogo {
    position: static;
  }
  #headLogo img {
    width: auto;
    height: 45px;
  }
}

#gnav {
  position: absolute;
  right: 0;
  bottom: 17px;
}
@media screen and (min-width: 651px) {
  #gnav {
    display: block !important;
  }
}
@media screen and (max-width: 650px) {
  #gnav {
    display: none;
    top: 65px;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
#gnav li {
  float: left;
  border-right: 1px solid #D6D6D6;
  line-height: 24px;
}
@media screen and (max-width: 650px) {
  #gnav li {
    line-height: 45px;
    border: none;
    float: none;
    background: #FFF;
    border-bottom: 1px solid #D6D6D6;
  }
}
#gnav li:first-child {
  border: solid #D6D6D6;
  border-width: 0 1px 0 0;
}
@media screen and (max-width: 650px) {
  #gnav li:first-child {
    border-width: 1px 0;
  }
}
@media screen and (min-width: 651px) {
  #gnav li:last-child {
    display: none;
  }
}
#gnav li a {
  display: block;
  padding: 0 1.5em;
}

#headContact a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 26px;
  background: #2255A4;
  color: #FFF;
  border-radius: 0 0 3px 3px;
  font-size: 0.92em;
  padding: 0 1.5em 0.25em;
}
#headContact i {
  font-size: 1.2em;
  margin-right: .3em;
}
@media screen and (max-width: 650px) {
  #headContact {
    display: none;
  }
}

.baseWrap {
  width: 1000px;
  margin: 0 auto;
}
.baseWrap::after {
  content: "";
  display: block;
  clear: both;
}
.baseWrap.short {
  width: 720px;
}
@media screen and (max-width: 650px) {
  .baseWrap {
    width: auto !important;
    padding: 0 20px;
  }
}

#topVi {
  position: relative;
  height: 37.5vw;
  width: 100%;
  min-width: 1000px;
  min-height: 500px;
  /*
  display: table;
  width: 100%;
  > div{
  	display: table-cell;
  	height: 37.5vw;
  	text-align: center;
  	vertical-align: middle;
  	position: relative;
  	.box{
  		position: absolute;
  		&::before{
  			content: "";
  			display: block;
  			width: 100%;
  			height: 42vw;
  			top: 0;
  			left: 0;
  			position: absolute;
  			background: #FAFAFA;
  			z-index: -1;
  		}
  	}
  	.text{
  		display:inline-block;
  		height:30%;
  		width: 50%;
  		background: #000;
  	}
  }	*/
}
@media screen and (max-width: 650px) {
  #topVi {
    min-height: 0;
    height: 100vw;
    min-width: 0;
  }
}
#topVi .box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: table;
  background: no-repeat center bottom;
  background-size: cover;
}
#topVi .box > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*&::before{
  	content: "";
  	display: block;
  	width: 100%;
  	height: 42vw;
  	min-height: 500px;
  	top: 0;
  	left: 0;
  	position: absolute;
  	background: no-repeat;
  	background-size: cover;
  	z-index: -1;
  }*/
}
#topVi .box.box01 {
  background-image: url(../../images/top/bg_vi01.jpg);
}
#topVi .box.box02 {
  background-image: url(../../images/top/bg_vi02.jpg);
}
#topVi .box.box03 {
  background-image: url(../../images/top/bg_vi03.jpg);
}
#topVi .text {
  display: table;
  width: 865px;
  margin: 0 auto;
  height: 350px;
  background: rgba(34, 85, 164, 0.75);
  padding: 45px 0;
  transition: .2s;
  border-radius: 10px;
}
@media screen and (max-width: 650px) {
  #topVi .text {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 20px;
  }
}
#topVi .text > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
}
#topVi .text .sub {
  font-size: 1.38em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 650px) {
  #topVi .text .sub {
    font-size: 3vw;
  }
}
#topVi .text .sub span {
  display: inline-block;
  border: 3px solid #FFF;
  height: 40px;
  line-height: 34px;
  width: 40px;
  border-radius: 50%;
  margin-right: .6em;
  vertical-align: middle;
}
@media screen and (max-width: 650px) {
  #topVi .text .sub span {
    width: 30px;
    height: 30px;
    line-height: 24px;
  }
}
#topVi .text .title {
  font-size: 3.85em;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: .1em;
}
@media screen and (max-width: 650px) {
  #topVi .text .title {
    font-size: 7.5vw;
  }
}
#topVi .text .title span {
  display: block;
}
#topVi .text .btn p {
  display: inline-block;
  width: 25%;
  line-height: 30px;
  background: #FFF;
  border: 1px solid #FFF;
  text-align: center;
  color: #2255A4;
  margin-top: 2em;
  transition: .2s;
}
@media screen and (max-width: 650px) {
  #topVi .text .btn p {
    width: 80%;
  }
}
#topVi .text .btn p::before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #2255A4;
  margin-right: 5px;
  transition: .2s;
}
#topVi .text:hover {
  background: rgba(34, 85, 164, 0.85);
}
#topVi .text:hover .btn p {
  background: #2255A4;
  color: #FFF;
}
#topVi .text:hover .btn p::before {
  border-left-color: #FFF;
}
#topVi + .baseWrap {
  margin-top: -2%;
  position: relative;
}
@media screen and (max-width: 650px) {
  #topVi + .baseWrap {
    margin-top: 5%;
  }
}

.topTitle {
  text-align: center;
  line-height: 1;
  margin: 3.85em 0 2.31em;
}
.topTitle.first {
  margin-top: 0;
}
@media screen and (max-width: 650px) {
  .topTitle h2 img {
    width: auto;
    height: 25px;
  }
}
.topTitle p {
  margin-top: 1.5em;
  font-size: 0.92em;
  text-align: center;
  color: #4E4E4E;
}
@media screen and (max-width: 650px) {
  .topTitle p {
    line-height: 1.6;
  }
}

.productSlide {
  margin: 0 -16px 0 -17px;
}
.productSlide * {
  outline: none;
}
.productSlide .slick-slide {
  padding: 0 16px 0 17px;
}
.productSlide a {
  display: block;
}
.productSlide dt {
  background: url(../images/ic_arrow01.svg) no-repeat left center;
  font-size: 1.23em;
  font-weight: bold;
  padding-left: 1.2em;
  margin: .65em 0;
}
.productSlide dd {
  border-top: 1px solid #D6D6D6;
  font-size: 0.92em;
  color: #666;
  padding-top: 1em;
}

#topGallery {
  overflow: hidden;
}
#topGallery ul {
  white-space: nowrap;
  font-size: 0;
}
#topGallery ul li {
  display: inline-block;
  padding-right: 1px;
}
@media screen and (max-width: 650px) {
  #topGallery img {
    width: auto;
    height: 50vw;
  }
}

.topFootContents .contents {
  margin: 0 -14px;
}
.topFootContents .contents::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 650px) {
  .topFootContents .contents {
    margin: 0;
  }
}
.topFootContents .contents > div {
  width: 50%;
  float: left;
  padding: 0 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 650px) {
  .topFootContents .contents > div {
    width: auto;
    float: none;
    padding: 0;
  }
}
.topFootContents .contents > div .title {
  background: url(../images/ic_arrow02.svg) no-repeat 5px center;
  padding: 0 0 0 1.2em;
  font-size: 1.54em;
  line-height: 1;
  margin-bottom: .8em;
}
@media screen and (max-width: 650px) {
  .topFootContents .contents > div .title {
    font-size: 1em;
  }
}
.topFootContents h3 {
  font-size: 1.08em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .4em;
}
.topFootContents .news a {
  clear: both;
  display: block;
  padding: .7em 0;
  border-bottom: 1px solid #D6D6D6;
}
.topFootContents .news a::after {
  content: "";
  display: block;
  clear: both;
}
.topFootContents .news .date {
  width: 8em;
  float: left;
  text-align: center;
  border-radius: 3px;
  background: #2255A4;
  color: #FFF;
  float: left;
  padding: .5em 0;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 650px) {
  .topFootContents .news .date {
    width: auto;
    display: inline-block;
    float: none;
    margin-bottom: .5em;
    padding: .5em 1em;
    font-size: .85em;
  }
}
.topFootContents .news time {
  font-size: 0.92em;
}
.topFootContents .news h4 {
  width: 100%;
  float: left;
  margin: 0 0 0 -8em;
  padding: .5em 0 .5em 9em;
}
@media screen and (max-width: 650px) {
  .topFootContents .news h4 {
    width: auto;
    float: none;
    padding: 0;
    margin: 0;
  }
}
.topFootContents .links {
  margin-top: 50px;
}
.topFootContents .links ul {
  margin: 0 -9px;
  padding-top: .7em;
}
.topFootContents .links ul::after {
  content: "";
  display: block;
  clear: both;
}
.topFootContents .links li {
  width: 50%;
  float: left;
  padding: 0 9px;
}
.topFootContents .links li .text {
  display: block;
  border: solid 1px #D6D6D6;
  padding: 0.5em;
}
.topFootContents .links a {
  display: block;
  border: 1px solid #D6D6D6;
  padding: 4px;
  font-size: 0;
  line-height: 1;
}
.topFootContents .links a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 650px) {
  .topSns .pc {
    display: none;
  }
  .topSns .sp {
    width: 320px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 651px) {
  .topSns .sp {
    display: none;
  }
}

.topCompany {
  margin-top: 45px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .topCompany {
    display: block;
    width: auto;
  }
}
.topCompany > div {
  display: table-cell;
  height: 18.75vw;
  background: url(../../images/top/bg_company01.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 650px) {
  .topCompany > div {
    display: block;
    height: auto;
    padding: 0 0 2.5em;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 2.5em;
  }
}
.topCompany p {
  display: inline-block;
  font-size: 1.85em;
  color: #000;
  text-shadow: 0px 0px 10px white, 0px 0px 10px white, 0px 0px 10px white;
  text-align: left;
  position: relative;
  padding-left: 210px;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .topCompany p {
    display: block;
    padding: 0;
    font-weight: normal;
    font-size: 1em;
    margin: 0 20px;
    text-align: center;
  }
}
.topCompany p span {
  display: block;
}
.topCompany .title {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
}
@media screen and (max-width: 650px) {
  .topCompany .title {
    position: static;
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 2em;
  }
}

#footer {
  background: #2255A4;
  padding: 1.5em 0 0;
  color: #FFF;
}
@media screen and (max-width: 650px) {
  #footer {
    margin-top: 45px;
    padding: 0;
  }
}
#footer .wrap {
  display: block;
  width: 1000px;
  margin: 0 auto;
}
#footer .wrap::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 650px) {
  #footer .wrap {
    display: none;
  }
}
#footer .companyData {
  float: left;
  padding-bottom: 1.5em;
}
#footer .companyData address {
  font-size: 1.08em;
}
#footer .companyData ul {
  font-size: 1.08em;
}
#footer .companyData ul::after {
  content: "";
  display: block;
  clear: both;
}
#footer .companyData li {
  float: left;
}
#footer .companyData li:not(:first-child)::before {
  content: "/";
  margin: 0 .5em;
}
#footer .footNav {
  float: right;
}
#footer .footNav li {
  float: left;
}
#footer .footNav li:not(:first-child)::before {
  content: "|";
  margin: 0 .5em;
}
#footer .footNav li a {
  color: inherit;
}

#copyright {
  clear: both;
  background: #16396D;
  font-size: 0.85em;
  text-align: center;
  padding: 1em;
}
#copyright small {
  font-size: 1em;
}

#pageTitle {
  background: #2255A4 no-repeat center;
  background-size: cover;
  margin-bottom: 1em;
}
#pageTitle .wrap {
  height: 250px;
  display: table;
  width: 1000px;
  height: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  #pageTitle .wrap {
    display: block;
    height: auto;
    padding: 0;
    width: auto;
  }
}
#pageTitle .wrap > div {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 650px) {
  #pageTitle .wrap > div {
    display: block;
    padding: 3.5em 0;
    text-align: center;
  }
}
#pageTitle h2 {
  border-left: 5px solid #FFF;
  padding-left: .8em;
  font-size: 3.08em;
  color: #FFF;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  #pageTitle h2 {
    border: none;
    padding: 0;
    font-size: 1.38em;
  }
}
#pageTitle h2 span {
  color: #BFD0E6;
  font-size: .5em;
  display: block;
  margin-top: .8em;
}
@media screen and (max-width: 650px) {
  #pageTitle h2 span {
    display: none;
  }
}

#breadcrumbs {
  margin-bottom: 4.62em;
}
@media screen and (max-width: 650px) {
  #breadcrumbs {
    margin-bottom: 2em;
  }
}
#breadcrumbs ol {
  width: 1000px;
  margin: 0 auto;
}
#breadcrumbs ol::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 650px) {
  #breadcrumbs ol {
    width: auto;
    margin: 0 20px;
  }
}
#breadcrumbs li {
  float: left;
  font-size: 0.77em;
  color: #999;
}
#breadcrumbs li::before {
  content: "＞";
  margin: 0 .5em;
}
#breadcrumbs li:first-child::before {
  display: none;
}
#breadcrumbs li a {
  color: inherit;
}

.strengthLayout {
  margin-top: 7.69em;
  margin-bottom: 8.85em;
  position: relative;
}
@media screen and (max-width: 650px) {
  .strengthLayout {
    margin-top: 0;
    margin-bottom: 4em;
  }
}
.strengthLayout header {
  border-left: 10px solid #2255A4;
  padding: .2em 0 .2em 3.08em;
  margin-bottom: 5.38em;
}
@media screen and (max-width: 650px) {
  .strengthLayout header {
    padding: 0;
    border: none;
    margin-bottom: 1.5em;
  }
}
.strengthLayout header h3 {
  font-size: 3.08em;
  color: #2255A4;
  letter-spacing: .1em;
  margin-bottom: .5em;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .strengthLayout header h3 {
    font-size: 1.5em;
    line-height: 1.6;
    text-align: center;
  }
}
.strengthLayout header p {
  font-size: 1.23em;
}
@media screen and (max-width: 650px) {
  .strengthLayout header p {
    font-size: 1em;
  }
}
.strengthLayout header p span {
  display: block;
}
@media screen and (min-width: 651px) {
  .strengthLayout.right header {
    border: none;
    border-right: 10px solid #2255A4;
    padding: 0 3.08em 0 0;
    text-align: right;
    line-height: 1.8;
  }
}
.strengthLayout .photo {
  margin: 0 -20px;
}
.strengthLayout .photo::after {
  content: "";
  display: block;
  clear: both;
}
.strengthLayout .photo li {
  float: left;
  width: 33.33333%;
  padding: 0 20px;
}
@media screen and (max-width: 650px) {
  .strengthLayout .photo li {
    padding: 0 1px 0 0;
  }
  .strengthLayout .photo li:last-child {
    padding: 0;
  }
}
.strengthLayout .photo li img {
  width: 100%;
  height: auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.strengthLayout .photo.clm2 li {
  width: 50%;
}
.strengthLayout::before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: -65px;
  z-index: -1;
  background: no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 650px) {
  .strengthLayout::before {
    position: static;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
  }
}
.strengthLayout#strength01::before {
  left: -100px;
  background-image: url(../../images/strength/ic_strength01.png);
}
.strengthLayout#strength02::before {
  right: -150px;
  background-image: url(../../images/strength/ic_strength02.png);
}
.strengthLayout#strength03::before {
  left: -100px;
  background-image: url(../../images/strength/ic_strength03.png);
}

.subTitle {
  font-size: 1.54em;
  font-weight: bold;
  letter-spacing: .05em;
  border-left: 5px solid #2255A4;
  padding-left: 1em;
  margin-bottom: 1.3em;
}

.page-company .companyData {
  margin-bottom: 5.71em;
}
@media screen and (min-width: 651px) {
  .page-company .companyData {
    font-size: 1.08em;
  }
}
.page-company .companyData::after {
  content: "";
  display: block;
  clear: both;
}
.page-company .companyData dt {
  width: 12em;
  float: left;
  padding: 1em 0 1em 2em;
  font-weight: bold;
  color: #2255A4;
}
@media screen and (max-width: 650px) {
  .page-company .companyData dt {
    width: auto;
    float: none;
    padding: 0;
    font-size: .95em;
    margin-bottom: .65em;
  }
}
@media screen and (min-width: 651px) {
  .page-company .companyData dt:first-child + dd {
    border-top: 1px solid #D6D6D6;
  }
  .page-company .companyData dd {
    width: 100%;
    float: left;
    margin: 0 0 0 -12em;
    padding: 1em 0 1em 12em;
    border-bottom: 1px solid #D6D6D6;
  }
}
@media screen and (max-width: 650px) {
  .page-company .companyData dd {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 651px) {
  .page-company .history {
    font-size: 1.08em;
  }
  .page-company .history::after {
    content: "";
    display: block;
    clear: both;
  }
  .page-company .history dt {
    width: 12em;
    float: left;
    padding: .7em 0 .7em 2em;
  }
  .page-company .history dt:first-child + dd {
    border-top: 1px solid #D6D6D6;
  }
  .page-company .history dd {
    width: 100%;
    float: left;
    margin: 0 0 0 -12em;
    padding: .7em 0 .7em 12em;
    border-bottom: 1px solid #D6D6D6;
  }
}
@media screen and (max-width: 650px) {
  .page-company .history dt {
    font-size: .95em;
    color: #999;
  }
  .page-company .history dd {
    margin-bottom: 1.5em;
  }
}

.page-products .productsList {
  margin: 0 -20px;
}
.page-products .productsList::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 650px) {
  .page-products .productsList {
    margin: 0;
  }
}
.page-products .productsList .box {
  width: 50%;
  float: left;
  padding: 0 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 650px) {
  .page-products .productsList .box {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 651px) {
  .page-products .productsList .box:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.page-products .productsList .box p {
  margin-bottom: 1.3em;
}
@media screen and (min-width: 651px) {
  .page-products .productsList .box p {
    font-size: 1.08em;
  }
}

@media screen and (min-width: 651px) {
  .page-recruit dl {
    font-size: 1.08em;
    margin-bottom: 5.71em;
  }
}
.page-recruit dl::after {
  content: "";
  display: block;
  clear: both;
}
.page-recruit dt {
  width: 12em;
  float: left;
  padding: 1em 0 1em 2em;
  font-weight: bold;
  color: #2255A4;
}
@media screen and (max-width: 650px) {
  .page-recruit dt {
    width: auto;
    float: none;
    padding: 0;
    font-size: .95em;
    margin-bottom: .5em;
  }
}
@media screen and (min-width: 651px) {
  .page-recruit dt:first-child + dd {
    border-top: 1px solid #D6D6D6;
  }
  .page-recruit dd {
    width: 100%;
    float: left;
    margin: 0 0 0 -12em;
    padding: 1em 0 1em 12em;
    border-bottom: 1px solid #D6D6D6;
  }
}
@media screen and (max-width: 650px) {
  .page-recruit dd {
    margin-bottom: 2em;
  }
}

.btmBtn {
  margin-top: 80px;
  background: #D3DDED;
  padding: 50px;
}
@media screen and (max-width: 650px) {
  .btmBtn {
    padding: 15px 15px 5px;
    margin-top: 35px;
  }
}
.btmBtn a {
  display: block;
  background: #2255A4 url(../images/ic_arrow03.svg) no-repeat 25px center;
  line-height: 71px;
  font-size: 1.54em;
  text-align: center;
  box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  color: #FFF;
  transition: .2s;
  padding-bottom: 5px;
}
@media screen and (max-width: 650px) {
  .btmBtn a {
    background-size: 20px;
    background-position: 15px center;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 1em;
    padding-left: 20px;
  }
  .btmBtn a span {
    display: none;
  }
}
.btmBtn a:hover {
  background-color: #1e4a8f;
}
@media screen and (min-width: 651px) {
  .btmBtn.clm2 ul {
    margin: 0 -20px;
  }
  .btmBtn.clm2 ul::after {
    content: "";
    display: block;
    clear: both;
  }
  .btmBtn.clm2 li {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
}

#spBtn {
  display: none;
}
@media screen and (max-width: 650px) {
  #spBtn {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #005BAC;
    cursor: pointer;
  }
  #spBtn::before, #spBtn::after, #spBtn span {
    content: "";
    width: 18px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    transition: .2s;
    margin-top: -1px;
  }
  #spBtn::before {
    transform: translateY(-7px);
  }
  #spBtn::after {
    transform: translateY(8px);
  }
  #spBtn.on::before {
    transform: translateY(0) rotate(-45deg);
  }
  #spBtn.on::after {
    transform: translateY(0) rotate(45deg);
  }
  #spBtn.on span {
    transform: scale(0);
  }
}

.contactBase01 {
  border-top: 1px solid #D6D6D6;
  padding-top: 2em;
  margin-top: 2em;
}
.contactBase01 dt {
  clear: both;
  width: 12em;
  float: left;
  position: relative;
  text-align: right;
  line-height: 30px;
}
@media screen and (max-width: 650px) {
  .contactBase01 dt {
    width: auto;
    float: none;
    line-height: 1.6;
    font-size: 12px;
    text-align: left;
    margin-bottom: .3em;
  }
}
.contactBase01.check dt {
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 650px) {
  .contactBase01.check dt {
    color: #2255A4;
  }
}
.contactBase01 dd {
  width: 100%;
  float: left;
  margin: 0 0 1em -12em;
  padding: 0 0 0 13em;
}
@media screen and (max-width: 650px) {
  .contactBase01 dd {
    width: auto;
    float: none;
    padding: 0;
    margin: 0 0 1em;
  }
}
.contactBase01 input[type=text],
.contactBase01 textarea {
  width: 80%;
  border: 1px solid #D6D6D6;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 1em;
}
@media screen and (max-width: 650px) {
  .contactBase01 input[type=text],
  .contactBase01 textarea {
    width: 100%;
  }
}
.contactBase01 textarea {
  width: 90%;
  height: 15em;
  padding: .5em 1em;
  line-height: 1.6;
}
@media screen and (max-width: 650px) {
  .contactBase01 textarea {
    width: 100%;
  }
}
.contactBase01 .btnArea {
  text-align: center;
  clear: both;
  padding: 2em 0;
}
.contactBase01 .btnArea input {
  background: #2255A4;
  line-height: 40px;
  cursor: pointer;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  min-width: 200px;
  border: none;
  margin: 0 .5em;
}
@media screen and (max-width: 650px) {
  .contactBase01 .btnArea input {
    width: 100%;
    margin: 10px 0;
  }
}
.contactBase01 .btnArea input:hover {
  background-color: #193f7a;
}
.contactBase01 .btnArea input[name="re"] {
  background-color: #999;
}
@media screen and (max-width: 650px) {
  .contactBase01 .btnArea input[name="re"] {
    width: 80%;
  }
}
.contactBase01 .btnArea input[name="re"]:hover {
  background-color: gray;
}

@media screen and (min-width: 651px) {
  #page-contact {
    font-size: 1.2em;
  }
}
#page-contact .finishText {
  text-align: center;
  margin: 5em 0 10em;
}
#page-contact .finishText .lead {
  margin-bottom: 1em;
  font-size: 1.8em;
}

.att {
  color: #F55;
}

.footNetshop {
  max-width: 1000px;
  margin: 125px auto 20px;
}
.footNetshop .showSP {
  display: none;
}
@media screen and (max-width: 650px) {
  .footNetshop {
    margin: 30px 20px 20px;
  }
  .footNetshop .showSP {
    display: block;
  }
  .footNetshop .showPC {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
