@charset "UTF-8";
/*---------------------------
wrap
----------------------------*/
#wrap {
  width: 100%;
  background: url(../img/common/bg.jpg);
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #wrap {
    /*tablet*/
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  #wrap {
    /*sp*/
    overflow: hidden;
  }
}

/*---------------------------
header
----------------------------*/
header {
  align-content: center;
  align-items: center;
  background: #ffffff;
  border-bottom: 0px solid #000;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  border-top: 0px solid #000;
  bottom: auto;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 70px;
  justify-content: space-between;
  left: 0px;
  margin: 0 0 0 0;
  padding: 0px 0px 0px 20px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  header {
    /*sp*/
    box-shadow: none;
    height: 50px;
  }
}
header .logo {
  width: 100%;
  padding: 18px 10px 0px 0px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  header .logo {
    /*tablet*/
    padding: 18px 10px 0px 0px;
  }
}
@media screen and (max-width: 640px) {
  header .logo {
    /*sp*/
    padding: 10px 10px 0px 0px;
  }
}
header .logo a {
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0px;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  header .logo a {
    /*tablet*/
    height: 50%;
    width: 134px;
    max-width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
  }
}
@media screen and (max-width: 640px) {
  header .logo a {
    /*sp*/
    height: 50%;
    width: 114px;
    max-width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
  }
}
header .logo a img {
  height: auto;
  width: 148px;
  max-width: 100%;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  header .logo a img {
    /*tablet*/
    width: 148px;
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  header .logo a img {
    /*sp*/
    width: 148px;
    height: auto;
    max-width: 100%;
  }
}

/*---------------------------
nav
-----------------------------*/
nav {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  nav {
    /*tablet*/
    display: none;
  }
}
@media screen and (max-width: 640px) {
  nav {
    /*sp*/
    display: none;
  }
}

nav ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

nav li {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
  letter-spacing: normal;
}
@media screen and (max-width: 640px) {
  nav li {
    /*sp*/
    width: 100%;
  }
}
nav li a {
  align-content: center;
  align-items: center;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 33%;
  justify-content: center;
  margin: 0px 18px 0px 0px;
  padding: 0px;
  text-decoration: none;
  color: #482600;
}
@media screen and (max-width: 640px) {
  nav li a {
    /*sp*/
    display: block;
    padding: 10px 25px;
  }
}
nav li a:visted {
  color: #482600;
}
nav li a:hover {
  background: #FF8909;
  color: #fff;
}
@media screen and (max-width: 640px) {
  nav li a:hover {
    /*sp*/
    border-radius: 0px;
  }
}
nav li a.on {
  background: #FF8909;
  color: #fff;
}
@media screen and (max-width: 640px) {
  nav li a.on {
    /*sp*/
    border-radius: 0px;
  }
}
nav li a.sim {
  background: #FF8909;
  color: #fff;
}
nav li a.app {
  background: #FFEB09;
}

/*---------------------------
footer
---------------------------*/
footer {
  width: 100%;
  margin: 0px;
  text-align: center;
  padding: 40px 0px;
}
footer .inner {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  footer .inner {
    /*sp*/
    width: 90%;
    float: none;
  }
}
footer .inner .copy {
  font-size: 0.6em;
  padding-top: 20px;
  display: none;
}

/*----------------------
main
------------------------*/
main {
  width: 100%;
  display: block;
}

/*----------------------
aside
------------------------*/
aside {
  width: 100%;
  background: #B283BB;
  color: #fff;
}
aside .inner {
  padding: 60px 0px;
}
@media screen and (max-width: 640px) {
  aside .inner {
    /*sp*/
    padding: 30px 0px;
  }
}
aside .inner .bnr {
  margin-bottom: 40px;
}
aside .inner .bnr:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 640px) {
  aside .inner .bnr {
    /*sp*/
    width: 80%;
    margin: auto;
  }
}
aside .inner .bnr h3 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
aside .inner .bnr .box {
  width: 22%;
  float: left;
  margin-right: 4%;
}
aside .inner .bnr .box:nth-of-type(4) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  aside .inner .bnr .box {
    /*sp*/
    width: 48%;
    margin-bottom: 10px;
  }
  aside .inner .bnr .box:nth-of-type(2) {
    margin-right: 0;
  }
  aside .inner .bnr .box:nth-of-type(4) {
    margin-right: 0;
  }
}
aside .inner .bnr .box img {
  width: 100%;
  height: auto;
}
aside .inner > .menu {
  padding: 20px 0px;
  text-align: center;
}
aside .inner > .menu ul li {
  display: inline-block;
}
aside .inner > .menu ul li a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 640px) {
  aside .inner > .menu ul li a {
    /*sp*/
    font-size: 0.6em;
  }
}

/*---------------------------
common
-----------------------------*/
* .inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  * .inner {
    /*769px~1000px(inner1000pxの場合)*/
    width: 100%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  * .inner {
    /*tablet*/
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  * .inner {
    /*sp*/
    max-width: 100%;
  }
}

* {
  box-sizing: border-box;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.content_title {
  width: 100%;
  background: url(../img/common/title_bg.png) no-repeat;
  background-size: cover;
  text-align: left;
}
.content_title .inner {
  padding: 60px 0px;
}
@media screen and (max-width: 640px) {
  .content_title .inner {
    /*sp*/
    padding: 30px 0px;
  }
}
.content_title .inner h2 {
  color: #fff;
  font-size: 1.6em;
  letter-spacing: 10px;
  text-shadow: 0 0 6px #7E8AC6;
}
@media screen and (max-width: 640px) {
  .content_title .inner h2 {
    /*sp*/
    font-size: 1.3em;
    text-align: center;
  }
}

h3 {
  text-align: left;
}
h3.bar {
  font-size: 1.4em;
  font-weight: 500;
  color: #AC6BA8;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 3px solid #AC6BA8;
}

/*-----------------
タブ切り替え
------------------*/
.tab {
  margin: 5px 0px;
}
.tab li:nth-of-type(1).current {
  background-color: #7BA613;
  color: #fff;
}
.tab li:nth-of-type(1).current .selecting {
  display: block !important;
}
.tab li:nth-of-type(2).current {
  background-color: #FAA32D;
  color: #fff;
}
.tab li:nth-of-type(2).current .selecting {
  display: block !important;
}

.box.tab-contents {
  display: none;
}

.box.current {
  display: block;
}
