@charset "UTF-8";


body {
  color: #001c31;
  font-size: 13px;
  line-height: 1.4615;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 641px) {
  body {
    font-size: 15px;
    line-height: 1.6666;
  }
}

a:link {
  color: #001c31;
}
a:visited {
  color: #001c31;
}
a:hover {
  color: #001c31;
}


/*----------------------------------------------------
siteHead
----------------------------------------------------*/
#siteHead {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  z-index: 999;
}
#siteHead .main {
  position: relative;
}
#siteHead .logo {
  padding: 2.8125% 0 2.8125% 6.25%;
}
#siteHead .logo img {
  width: 70.15625%;
}

#siteHead .spMenu {
  position: absolute;
  top: 0;
  right: 6.25%;
}

div.x,
div.y,
div.z {
  background: #002745;
}
.open div.x,
.open div.y,
.open div.z {
  background: #ffffff;
}
div.x{top: 0; right: 0; width: 30px;}
div.y{top: 18px; right: 0; width: 30px;}
div.z{top: 36px; right: 0; width: 30px;}
div.collapse{
  top: 30px;
}
div.collapse.x{
  width: 30px;
}

#gNav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  padding: 30px 10% 300px;
  background: rgba(0,39,69,0.93);
}
#gNav .sub {
  letter-spacing: -.40em;
  text-align: center;
  margin-bottom: 6.5625%;
}
#gNav .sub li {
  display: inline-block;
  letter-spacing: normal;
  width: 30.9375%;
  margin: 0 3.75%;
  border: solid 1px #ffffff;
}
@media screen and (min-width: 481px) {
  #gNav {
    width: 80%;
    padding: 20px 10%;
  }
}
@media screen and (min-width: 641px) {
  #siteHead {
    min-height: 80px;
    border-bottom: solid 5px #002745;
  }
  #siteHead .logo {
    padding: 19px 0 0;
  }
  #siteHead .logo a {
    display: block;
  }
  #siteHead .logo img {
    width: 142px;
    padding-top:7px;
  }
  #gNav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0;
    background: none;
    letter-spacing: -.40em;
    text-align: right;
  }
  #gNav>ul>li {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
  }
  #gNav>ul>li.privacy {
    display: none;
  }
  #gNav>ul>li>a {
    display: block;
    padding: 25px 10px 20px;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-family:'Lato';
  }
  #gNav>ul>li>a span {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    font-family:'Noto Sans Japanese';
  }
  #gNav .sub {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0;
  }
  #gNav .sub li {
    display: block;
    letter-spacing: normal;
    width: 165px;
    height: 50px;
    margin: 0 0 3px 0;
    border: none;
    transition: transform 0.2s ease-in-out;
    -webkit-transition:-webkit-transform 0.2s ease-in-out; 
  }
  #gNav .sub li:hover {
    transform: translateX(8px);
    -webkit-transform: translateX(8px);
  }
  #siteHead .spMenu {
    display: none;
  }
}

@media screen and (min-width: 781px) {
  #siteHead {
    min-height: 90px;
  }
  #gNav .sub {
    top: 100px;
  }
  #gNav>ul>li>a {
    display: block;
    padding: 28px 10px 26px;
    font-size: 15px;
  }
  #gNav>ul>li>a img {
    height: 35px;
  }
}
@media screen and (min-width: 881px) {
  #gNav>ul>li>a {
    padding: 28px 15px 26px;
  }
}
@media screen and (min-width: 981px) {
  #gNav>ul>li>a {
    display: block;
    padding: 28px 20px 26px;
  }
}


/* hover */
@media screen and (min-width: 641px) {
  #gNav>ul>li>a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  #gNav>ul>li>a::after {
    content: '';
    position: absolute;
    bottom: 47%;
    left: 10%;
    width: 80%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #001c31;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #gNav>ul>li>a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}



/*----------------------------------------------------
siteFoot
----------------------------------------------------*/

#siteFoot {
  color: #ffffff;
  background: #001c31;
  position: relative;
  padding: 15px 0;
}
#siteFoot a {
  color: #ffffff;
  text-decoration: none;
}
#siteFoot a:hover {
  text-decoration: underline;
}

#footBanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -30px;
}
#footBanner .innerWide {
  text-align: right;
}
#footBanner p {
  position: relative;
}
#footBanner .ms img {
  width: 94px;
}
#footBanner .pmark {
  position: absolute;
  top: 0;
  right: 0;
}
#footBanner .pmark img {
  width: 22px;
}
#footMain ul {
  display: none;
}
#footMain .copyrights {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 641px) {
  #siteFoot {
    padding: 20px 0 24px;
  }
  #footBanner {
    margin-top: -56px;
  }
  #footBanner .ms img {
    width: 174px;
  }
  #footBanner .pmark img {
    width: 41px;
  }
  #footMain ul {
    display: block;
    float: left;
    overflow: hidden;
  }
  #footMain li {
    float: left;
  }
  #footMain li a {
    background: url(../images/foot_line.png) no-repeat left center;
    font-size: 13px;
    line-height: 1.2rem;
    padding: 0 26px;
  }
  #footMain .copyrights {
    text-align: right;
    font-size: 12px;
  }
}


/*----------------------------------------------------
pagination
----------------------------------------------------*/

.paging {
  margin-top: 50px;
  overflow: hidden;
}
.paging .next {
  width: 50%;
  float: left;
}
.paging .prev {
  width: 50%;
  float: right;
}
.paging .next a,
.paging .prev a {
  font-size: 15px;
  line-height: 1.3;
  position: relative;
}
.paging .next a {
  padding-left: 20px;
}
.paging .prev a {
  padding-right: 20px;
}

.paging .next a:after{
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border-top: 1px solid #414146;
  border-left: 1px solid #414146;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.paging .prev a:after{
  position: absolute;
  content: '';
  top: 2px;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 1px solid #414146;
  border-right: 1px solid #414146;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* wp-pagenavi
-------------------------------------------------
プラグイン設定で「pagenavi-css.css を使用」チェックを外す */
/* « » */

.pagination {
  margin-top: 35px;
}
.wp-pagenavi {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin: 0 4px;
  padding: 0.7em 0.7em;
  line-height: 1;
  border-bottom: none;
  /*
  box-shadow:rgba(200, 200, 200, 0.5) 0px 1px 1px 1px;
  -webkit-box-shadow:rgba(200, 200, 200, 0.5) 0px 1px 1px 1px;
  -moz-box-shadow:rgba(200, 200, 200, 0.5) 0px 1px 1px 1px;
  */
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-size: 20px;
  line-height: 14px;
  padding: 0.4em 0.45em 0.55em;
  font-family: 'Arial';
}
.wp-pagenavi span {
  text-decoration: none;
  background-color: #002745;
}
.wp-pagenavi a {
  color: #ffffff;
  background-color: #002745;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #ffffff;
  background-color: #00467c;
  text-decoration: none;
}
.wp-pagenavi span.current {
  color: #ffffff;
  background-color: #00467c;
  border-bottom: none;
}
.wp-pagenavi span.pages {
  display: none;
}
@media screen and (min-width: 641px) {
  .pagination {
    margin-top: 70px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 10px;
    padding: 1.1em 1.1em;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    padding: 0.7em 0.75em 0.85em;
  }
}


/*----------------------------------------------------
key
----------------------------------------------------*/

#key {
  position: relative;
}
#key h1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-style: normal;
  margin-top: -0.5em;
}
#key p img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  #key h1 {
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
  }
}
@media screen and (min-width: 781px) {
  #key h1 {
    font-size: 45px;
  }
}


/*----------------------------------------------------
contents
----------------------------------------------------*/

#contents {
  padding-bottom: 70px;
}

#contents .inner {
  text-align: center;
}

#contents .block {
  margin-top: 35px;
}

#contents h2 {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  border: solid 1px #002745;
  padding: 10px 27px;
  margin-bottom: 30px;
}

#contents .wrap {
  text-align: left;
}

/*------販売パートナー申込フォーム-------*/
.partnerEntry h1 {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: normal;
  border: solid 1px #002745;
  padding: 17px 68px;
  margin: 30px auto 60px;
}
.partnerEntry section {
  margin: 0 auto;
  width: 470px;
  text-align: center
}
.partnerEntry .fb_text {
  margin: 30px 0;
  font-size: 14px;
  color: #001C31;
}
.partnerEntry .fb_text a {
  text-decoration: underline;
}
.partnerEntry .fb_text a:hover {
  text-decoration: none;
}
.mktoForm {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Roboto','Noto Sans Japanese', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif!important;
}
.mktoForm .mktoFormRow {
  text-align: center;
  width: 100%!important;
}
.mktoForm .mktoButtonWrap.mktoSkip {
  margin-left: 10px!important;
  display: block!important;
  
}
.mktoForm .mktoButtonWrap.mktoSkip .mktoButton {
  margin: 0 auto!important;
  padding: 20px 0!important;
  border: 1px solid #002745!important;
	background: #002745!important;
	box-shadow:none!important;
	text-shadow:none!important;
  width: 450px!important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Roboto','Noto Sans Japanese', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif!important;
  box-sizing: border-box;
  clear: both!important;
}
.mktoForm .mktoButtonWrap.mktoSkip .mktoButton:hover {
  color: #002745!important;
  background: #fff!important;
}
.mktoFormRow input, .mktoFormRow textarea, .mktoFormRow select {
  margin-top: 5px!important;
  padding: 10px!important;
  border:0!important;
  background: #F8F8FA!important;
  box-shadow:none!important;
}
.mktoFormRow strong, .mktoLabel.mktoHasWidth {
  margin-top: 10px;
  color: #001C31!important;
}
.mktoLogicalField.mktoCheckboxList input.mktoField {
  margin:10px 0 10px 210px!important;
}

.mktoLogicalField.mktoCheckboxList input[type=checkbox] {
  width: 20px;
	height: 20px;
	-moz-transform:		scale(1.0);
	-webkit-transform:	scale(1.0);
	transform:		scale(1.2);
  box-shadow:none;
}

@media screen and (min-width: 641px) {
  #contents {
    padding-bottom: 200px;
  }
  #contents .block {
    margin-top: 70px;
  }
  #contents h2 {
    font-size: 18px;
    padding: 17px 68px;
    margin-bottom: 70px;
  }
}




