@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }
* {font-size:100%;}
html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  font-family: "Noto Sans Japanese", "Roboto", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1em;
  color: #686868;
  background-color: #ffffff; }

h1, h2, h3, h4, h5 {
  line-height: 1em; }

img {
  max-width: 100%; }

p {
  line-height: 2.1875em; }

a {
  transition: all .1s;
  text-decoration: none; }
a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover, a:active {
  text-decoration: none;
  opacity: 0.8; }

.mg0{margin: 0!important}
.pg0{padding: 0!important}
main {
  margin-top: 102px; }

.onlyPC {display: block}
.onlySP {display: none}

/* メインビジュアルエリア
-------------------------------------------- */
.mainVisual {
  width: 100%;
  min-width: 1000px;
  height: 273px;
  position: relative; }
.mainVisual .mvbgColor {
  width: 100%;
  min-width: 1000px;
  height: 273px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-linear-gradient(left, rgba(18, 118, 232, 0.8), rgba(0, 50, 107, 0.9)), top/cover;
  background: linear-gradient(130deg, rgba(18, 118, 232, 0.8), rgba(0, 50, 107, 0.9)), top/cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0; }
.mainVisual .mvTtl {
  position: absolute;
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 50px auto;
/*  top: 0;*/
  right: 0;
  left: 0;
  bottom: 0; }
.mainVisual h2 {
  font-size: 4em;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;
  line-height: 0.8em; }
.mainVisual h2 span{
  font-size: 0.6em }
/* メインビジュアルエリア
-------------------------------------------- */

/* headerエリア
-------------------------------------------- */
header {
  height: 102px;
  background-color: #fff; }
.inner {
  width: 1000px;
  margin: 15px auto 0;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
#top-head {
  font-size: 1.5em;
  top: -100px;
  position: absolute;
  width: 100%;
  min-width: 1000px;
  margin: 100px auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
}
#top-head a,
#top-head {
  color: #686868;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
  height: 87px;
}
#top-head .logo {
  float: left;
  margin-top: 5px;
}
#mobile-head {
  float: left;
}
h1,.title {
  display: table-cell;
  vertical-align: middle;
}
.title {padding-left: 25px;}
h1 {
  width: 166px;
  height: 25px;
  background: url(../img/logo_lawson.png) no-repeat 50% 50%;
  background-size: contain;
  margin-bottom: 5px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
.external {
  float: right;
}
.external li {
  display: table-cell;
}
#top-head .external a {
  width: 122px;
  height: 33px;
  font-size: 1rem;
  display: block;
  text-align: center;
  line-height: 33px;
  color: #fff;
}
.external .entry {padding-left: 10px;}
.external .detail a {background-color: #929292;}
.external .entry a {background-color: #ffa837;}
#global-nav ul {
  width: 1000px;
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 21px;
}
#global-nav ul li {
  float: left;
  position: relative;
  width: 165px;
  text-align: center;
  border-left: 1px solid #686868;
}
#global-nav ul li.detail,
#global-nav ul li.entry {
  display: none;
}
#global-nav ul li:nth-child(6) {
  border-right: 1px solid #686868;
}
/* Btn Hover */
#global-nav ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  bottom: -20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
  background: #fff;
  bottom: -30px;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 102px;
  background: #fff;
  background: rgba(255,255,255,.9);

  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
  bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
  background: #1f5fa8;
  bottom: -20px;
}
/* Toggle Button */
#nav-close,
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 4px;
  bottom: 0;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
  margin: auto;
}
#nav-close div,
#nav-toggle div {
  position: relative;
}
#nav-close span,
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #1f5fa8;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-close span:nth-child(1),
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-close span:nth-child(2),
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-close span:nth-child(3),
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/*sp*/
@media screen and (max-width: 768px) {
  .br-sp { display:none; }
  .onlyPC {display: none}
  .onlySP {display: block}
  p {
    line-height: 1.669338em; }
  body {
    font-size: 1.3vw; }
  main {
    margin-top: 80px!important; }
  .mainVisual {
    min-width: 100%;
    height: auto;
    padding-bottom: 27.083333333333332%; }
  .mainVisual .mvbgColor {
    min-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-linear-gradient(left, rgba(18, 118, 232, 0.8), rgba(0, 50, 107, 0.9)), top/cover;
    background: linear-gradient(130deg, rgba(18, 118, 232, 0.8), rgba(0, 50, 107, 0.9)), top/cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0; }
  .mainVisual .mvTtl {
    position: absolute;
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 4.557291666666666% auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .mainVisual img {
    height: 60%;
  }
  .mainVisual h2 {
    font-size: 2.5em;
    margin-top: 1.5953125%;
  }
  .mainVisual h2 span {
    font-size: 0.73451em;
	letter-spacing: 1.5px;
  }
  .navOpen {
    /*overflow: hidden;*/
    height: 100%;
  }
  header {
    height: 80px;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 80px;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    min-width: 100%;
    font-size: 2em;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    height: auto;
    background: rgba(255,255,255,1);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }
  #top-head.open,
  #top-head.fixed.open {
    background: rgba(0,0,0,0.5);
    height: 100%;
    overflow: auto;
  }
  #top-head .inner {
    height: 80px;
    background-color: #fff;
  }
  #mobile-head {
    background: #fff;
    width: 91%;
    height: 80px;
    z-index: 999;
    margin: 0 auto;
    position: relative;
    float: none;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #333;
    font-size: 1.25em;
    width: 90%;
    height: 1.12em;
  }
  h1 {
    width: 7.3em;
    height: 1.12em;
  }
  .title {
  }
  .external {
    display: none;
  }
  #global-nav {
    position: absolute;
    top: -608px;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    width: 100%;
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    padding: 0 0 50px;
  }
  #global-nav ul li {
    width: 85%;
    float: none;
    position: static;
    border: none;
    border-bottom: 1px solid #adadad;
    margin: 0 auto;
    text-align: left;
  }
  #global-nav ul li:nth-child(6) {
    border-right: 0;
  }
  #global-nav ul li.detail,
  #global-nav ul li.entry {
    display: block;
    margin-top: 15px;
    border: none;
  }
  #global-nav ul li.detail {
    margin-top: 30px;
  }
  #global-nav ul li.detail a {
    text-align: center;
    color: #fff!important;
    background-color: #929292;
  }
  #global-nav ul li.entry a {
    text-align: center;
    color: #fff!important;
    background-color: #ffa837;
  }
  #global-nav ul li:after  {
    display: none;
  }
  #nav-close, #nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
    margin: auto;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    font-size: 1.25em;
    color: #686868;
    padding: 15px 0;
    position: relative;
  }
  #top-head #global-nav ul li a:after {
    content: "";
    background: url(../img/icon_arrow_3.png) no-repeat;
    width: 14px;
    height: 21px;
    background-size: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  #top-head #global-nav ul li.detail a:after,
  #top-head #global-nav ul li.entry a:after {
    background: none;
  }
  #nav-close,
  #nav-toggle {
    display: block;
  }
  .open #nav-close span:nth-child(1),
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-close span:nth-child(2),
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-close span:nth-child(3),
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(688px);
    -webkit-transform: translateY(688px);
    transform: translateY(688px);
  }
}
/* headerエリア
-------------------------------------------- */

/* 共通ボタンエリア
-------------------------------------------- */
main .entry {
  margin: 80px 0 12px;
}
main .entry a{
  width: 746px;
  height: 80px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background-color: #ffa837;
  color: #fff;
  line-height: 80px;
  position: relative;
  font-size: 2.4em;
}
main .entry a:after {
  content: "";
  background: url(../img/icon_arrow_1.png) no-repeat;
  width: 14px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
main .detail {
  width: 746px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 100px;
}
main .detail div {
  width: 49%;
  margin-right: 2%;
}
main .detail div:last-child {
  margin-right: 0;
}
main .detail a{
  display: block;
  width: 100%;
  height: 80px;
  text-align: center;
  margin: 0 auto;
  background-color: #999999;
  color: #fff;
  line-height: 80px;
  font-size: 2.4em;
  position: relative;
}
main .detail a:after {
  content: "";
  background: url(../img/icon_arrow_1.png) no-repeat;
  width: 14px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main .entry {
    margin: 14.308608058608058% 0 12px;
  }
  main .entry a {
    width: 91%;
    height: 3.4em;
    line-height: 3.4em;
    font-size: 3.6em;
  }
  main .detail {
    width: 91%;
    margin: 0 auto;
    padding: 0 0 13.020833333333334%;
  }
  main .detail a{
    height: 3.4em;
    line-height: 3.4em;
    font-size: 3.6em;
  }
}
/* 共通ボタンエリア
-------------------------------------------- */

/* footer
-------------------------------------------- */
footer {
  font-family: "Noto Sans Japanese", "Roboto", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #f5f5f5;
  position: relative;
  font-size: 16px;
  color: #686868;
  line-height: 1.4;
  vertical-align: middle;
  text-align: left;
  letter-spacing: 0.05em;
  min-width: 1000px;
  padding: 50px 0;
}
footer a,
footer a:focus,
footer a:active,
footer a:hover,
footer a:visited {
  color: #686868;
  text-decoration: none;
}
footer a {
  color:#666 !important;
}
footer a:hover {
  color:#63b2ed !important;
}
footer > div {
  width: 1000px;
  margin: 0 auto;
}
footer > div > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
footer > div > ul > li {
  padding: 0 30px;
  border-right: 1px solid #686868;
}
footer > div > ul > li:last-child {
  border-right: 0;
}
footer > div > p {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {

footer {
  font-size: 16px;
  color: #686868;
  line-height: 1.4;
  letter-spacing: 0.05em;
  min-width: 100%;
  padding: 50px 0;
}
footer a,
footer a:focus,
footer a:active,
footer a:hover,
footer a:visited {
  color: #686868;
  text-decoration: none;
}
footer a {
  color:#666 !important;
}
footer a:hover {
  color:#63b2ed !important;
}
footer > div {
  width: 91%;
  margin: 0 auto;
}
footer > div > ul {
  display: block;
}
footer > div > ul > li {
  padding: 0;
  border-right: 0;
}
footer > div > p {
  text-align: left;
  font-size: 13px;
  margin-top: 0;
}
}
/* footer
-------------------------------------------- */

/* page topエリア
-------------------------------------------- */
#pageTop {
  display: none;
}
#pageTop.fixed {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  z-index: 10;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
