@charset "UTF-8";
body {
  font-size: 14px;
}

body, html, #wrap {
  width: 100%;
  height: 100%;
}

#wrap {
  z-index: 1;
}

#main {
  overflow-x: hidden;
}

.page #wrap {
  padding-top: 0px;
}

@media screen and (min-width: 769px) {
  .page #wrap {
    padding-top: 106px;
  }
}
/* ============================================================
	A
============================================================ */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* ============================================================
	p
============================================================ */
p + p {
  margin: 1em 0;
}

/* ============================================================
	img
============================================================ */
figure {
  display: block;
  text-align: center;
}

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

/* ============================================================
	Btn
============================================================ */
.btnbox {
  text-align: center;
}
.btnbox .btn + .btn {
  margin-top: 10px;
}

.btn_style01 {
  width: 100%;
  color: #FFF;
  font-size: 14px;
  background-color: #205a70;
  position: relative;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn_style01:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_style01:hover {
  background-color: #638b9b;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  .btn_style01 {
    width: auto;
    min-width: 300px;
  }

  .btnbox {
    text-align: center;
  }
  .btnbox .btn + .btn {
    margin-top: 0px;
    margin-left: 10px;
  }
}
.btn_cancel {
  width: 100%;
  color: #FFF;
  font-size: 14px;
  background-color: #b3b3b3;
  position: relative;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn_cancel:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_cancel:hover {
  background-color: #9a9a9a;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  .btn_cancel {
    width: auto;
    min-width: 300px;
  }
}
.btn_submit {
  width: 100%;
  color: #FFF;
  font-size: 14px;
  background-color: #f32611;
  position: relative;
  padding: 10px 20px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn_submit:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_submit:hover {
  background-color: #c71c0a;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  .btn_submit {
    width: auto;
    min-width: 300px;
  }
}
/* ============================================================
	BG COLOR
============================================================ */
.bg_red {
  background-color: #f32611;
}
.bg_red p, .bg_red li, .bg_red dt, .bg_red dd {
  color: #FFF;
}

.bg_darkred {
  background-color: #c81528;
}
.bg_darkred p, .bg_darkred li, .bg_darkred dt, .bg_darkred dd {
  color: #FFF;
}

.bg_blue {
  background-color: #205a70;
}
.bg_blue p, .bg_blue li, .bg_blue dt, .bg_blue dd {
  color: #FFF;
}

.bg_pattern01 {
  background: url("../images/common/bg_ptn01.jpg") center top repeat;
}
.bg_pattern01 p, .bg_pattern01 li, .bg_pattern01 dt, .bg_pattern01 dd {
  color: #FFF;
}

.bg_pattern02 {
  background: url("../images/common/bg_ptn02.jpg") center top repeat;
}

/* ============================================================
	gradation
============================================================ */
/* ============================================================
	TITLE
============================================================ */
.titleStyle01 {
  margin-bottom: 20px;
}
.titleStyle01 h2 {
  color: #FFF;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  font-family: "すずむし","Suzumushi";
  letter-spacing: -0.17em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.titleStyle01 .kuji {
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 0px;
}
.titleStyle01 .point_ttl {
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.titleStyle01 .sub {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .titleStyle01 {
    margin-bottom: 40px;
  }
  .titleStyle01 h2 {
    font-size: 34px;
  }
  .titleStyle01 h2 br.none {
    display: none;
  }
  .titleStyle01 .sub br.none {
    display: none;
  }
  .titleStyle01 .kuji {
    margin-bottom: -5px;
  }
}
@media screen and (min-width: 769px) {
  .titleStyle01 {
    margin-bottom: 60px;
  }
  .titleStyle01 h2 {
    letter-spacing: 0.08em;
  }
}
.titleStyle02 {
  margin-bottom: 20px;
}
.titleStyle02 h2 {
  color: #000;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  font-family: "すずむし","Suzumushi";
  letter-spacing: -0.17em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.titleStyle02 .kuji {
  display: block;
  text-align: center;
  line-height: 1;
}
.titleStyle02 .sub {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .titleStyle02 h2 {
    font-size: 34px;
  }
  .titleStyle02 h2 br.none {
    display: none;
  }
  .titleStyle02 p br.none {
    display: none;
  }
  .titleStyle02 .kuji {
    margin-bottom: -5px;
  }
}
.titleStyle03 {
  margin-bottom: 20px;
}
.titleStyle03 h2 {
  color: #205a70;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  font-family: "すずむし","Suzumushi";
  letter-spacing: -0.17em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.titleStyle03 .kuji {
  display: block;
  text-align: center;
  line-height: 1;
}
.titleStyle03 .sub {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .titleStyle03 h2 {
    font-size: 34px;
  }
  .titleStyle03 h2 br.none {
    display: none;
  }
  .titleStyle03 p br.none {
    display: none;
  }
  .titleStyle03 .kuji {
    margin-bottom: -5px;
  }
}
/* ============================================================
	BG COVER
============================================================ */
.bg_cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================================
	SP HEADER
============================================================ */
body {
  padding-top: 50px;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#header .row:first-child {
  background: url("../images/common/bg_ptn01.jpg") 0 0 repeat;
  padding: 0 50px 0 15px;
  overflow: hidden;
}

.h_logo {
  float: left;
}
.h_logo a {
  padding-top: 15px;
  display: block;
}

.login {
  float: right;
}

#fixed_bar {
  position: relative;
}
#fixed_bar .nav_btn {
  position: absolute;
  top: -50px;
  right: 0;
}

@media screen and (min-width: 640px) {
  #header {
    width: 100%;
    position: fixed;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    padding-top: 0px;
  }

  #header {
    background: url("../images/common/bg_ptn01.jpg") 0 0 repeat;
  }
  #header .row:first-child {
    width: 980px;
    background: transparent;
    padding: 10px 15px 10px 15px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }

  .h_logo {
    width: 120px;
    margin: 0 auto;
    float: none;
  }
  .h_logo a {
    padding-top: 10px;
  }

  .login {
    float: none;
    position: absolute;
    top: 10px;
    right: 20px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }

  .fixed #header {
    background: url("../images/common/bg_ptn01.jpg") 0 0 repeat;
  }
  .fixed #header .h_logo a {
    padding-top: 5px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .fixed #header .row:first-child {
    padding: 0;
  }
  .fixed #header .login {
    top: 0;
  }
  .fixed #header .login a {
    padding-top: 1px;
    border-radius: 0;
  }
}
/*
	SP MENU
------------------------------------------------------------- */
.navigation {
  display: none;
}

#nav {
  background: #205a70;
}
#nav li a {
  font-weight: bold;
  display: block;
  padding: 10px 15px;
  position: relative;
}
#nav li a:hover {
  text-decoration: none;
}
#nav li a:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav li + li {
  border-top: 1px solid #FFF;
}
#nav ul > li + li {
  border-top: 1px solid #FFF;
}
#nav ul > li > a {
  color: #FFF;
}
#nav li > ul > li + li {
  border-top: 1px solid #205a70;
}
#nav li > ul > li > a {
  background: #FFF;
  color: #205a70;
}

@media screen and (min-width: 769px) {
  #fixed_bar {
    background: #FFF;
    height: 50px;
  }

  #nav {
    width: 980px;
    margin: 0 auto;
    background: #FFF;
  }
  #nav .navigation {
    width: 100%;
    display: table !important;
  }
  #nav .navigation > li {
    height: 50px;
    display: table-cell;
    border: none;
  }
  #nav .navigation > li a {
    color: #333;
    font-weight: bold;
    padding: 0;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #nav .navigation > li a:after {
    display: none;
  }
  #nav .navigation > li a:hover {
    color: #FFF;
    background-color: #205a70;
  }
  #nav .has_child {
    position: relative;
  }
  #nav .has_child > ul {
    visibility: hidden;
    opacity: 0;
    width: 270px;
    position: absolute;
    top: 50px;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #nav .has_child > ul li a {
    color: #FFF;
    text-align: left;
    padding: 0 20px;
    background: #205a70;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #nav .has_child > ul li a:after {
    display: inline-block;
  }
  #nav .has_child > ul li a:hover {
    background-color: #638b9b;
  }
  #nav .has_child > ul li + li {
    border-top: 1px solid #FFF;
  }
  #nav .has_child.hover > a {
    color: #FFF;
    background-color: #205a70;
  }
  #nav .has_child.hover > ul {
    visibility: visible;
    opacity: 1;
  }
}
/* ============================================================
	ハンバーガーアイコン
============================================================ */
.nav_btn {
  font-size: 12px;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 1px;
  background: #FFF;
  display: block;
  float: right;
  padding-top: 25px;
  letter-spacing: -0.15em;
  color: #205a70;
  cursor: pointer;
}

.nav_btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #205a70;
  transition: background 0.5s;
  margin: 0 auto;
  position: relative;
  top: -8px;
  left: 1px;
}

.nav_btn span:before, .nav_btn span:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #205a70;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
}

.nav_btn span:before {
  transform: translateY(7px);
}

.nav_btn span:after {
  transform: translateY(-7px);
}

.is-open .nav_btn span {
  background: rgba(255, 255, 255, 0);
}

.is-open .nav_btn span:before {
  transform: rotate(-45deg) translateY(0px);
}

.is-open .nav_btn span:after {
  transform: rotate(45deg) translateY(0px);
}

@media screen and (min-width: 769px) {
  .nav_btn {
    display: none;
  }
}
/* ============================================================
	ログインボタン
============================================================ */
.link-login {
  color: #FFF;
  font-size: 11px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  letter-spacing: -0.05em;
  background: #205a70;
  padding: 10px 0 10px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-login:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  background: url("../images/common/icon_key_white.png") 0 0 no-repeat;
  background-size: cover;
}
.link-login:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .link-login {
    color: #3e3a39;
    font-size: 14px;
    width: auto;
    height: auto;
    text-align: left;
    display: block;
    letter-spacing: 0.05em;
    background: transparent;
    padding: 5px 20px;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .link-login:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0;
    position: relative;
    top: 4px;
    margin-right: 10px;
    background: url("../images/common/icon_key_black.png") 0 0 no-repeat;
    background-size: cover;
  }
  .link-login:hover {
    text-decoration: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
  }
}
/* ============================================================
	FOOTER
============================================================ */
#footer {
  position: relative;
  background-color: #205a70;
  color: #FFF;
}

.copy {
  font-size: 11px;
  padding: 20px 0;
  text-align: center;
}

/* ------------
	Page Top
------------------------------------------------------------------ */
.pagetop {
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.pagetop a {
  display: block;
  padding: 5px 0;
  text-align: center;
  background-color: #205a70;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.pagetop a:hover {
  background-color: #638b9b;
  text-decoration: none;
}
.pagetop span {
  text-align: center;
  color: #FFF;
  display: block;
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .pagetop {
    width: 60px;
  }
  .pagetop a {
    font-size: 16px;
    padding: 10px 0;
  }
  .pagetop span {
    text-align: center;
    color: #FFF;
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
}
/* ------------
	ft_info
------------------------------------------------------------------ */
.ft_links {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ft_links .cols {
  padding: 0 20px;
}

.row .cols + .cols {
  margin-top: 20px;
}

.ft_info {
  margin-bottom: 20px;
}
.ft_info .cap {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.ft_info .name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0px 10px 0;
}
.ft_info p {
  margin: 0;
}
.ft_info .time {
  padding: 5px 10px;
  background-color: #FFF;
  color: #205a70;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
  border-radius: 5px;
}

.ft_links .links a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.ft_links .links dt a {
  color: #FFF;
  font-weight: bold;
}
.ft_links .links li a {
  color: #cccccc;
}
.ft_links .links li a:after {
  border-color: #cccccc;
}
.ft_links .links ul.bold li a {
  color: #FFF;
  font-weight: bold;
}
.ft_links .links ul.bold li a:after {
  border-color: #FFF;
}
.ft_links .links .ft_login {
  color: #ebca00;
  margin: 10px 0;
  font-weight: bold;
}
.ft_links .links .ft_login a {
  color: #ebca00 !important;
}
.ft_links .links .ft_login a:after {
  border-color: #ebca00 !important;
}

@media screen and (min-width: 640px) {
  .ft_links {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .ft_links .ft_info {
    width: 310px;
    padding-right: 10px;
    float: left;
  }
  .ft_links .row {
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
  }
  .ft_links .row .cols {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
  .ft_links .row .cols + .cols {
    margin: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .ft_links {
    width: 980px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .ft_links .ft_info {
    margin-bottom: 0;
  }
  .ft_links .row {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .ft_links .row .cols {
    float: none;
    padding: 0 10px;
  }
  .ft_links .row .cols:last-child {
    margin: 0;
    padding-right: 0;
  }
  .ft_links .row .cols:nth-child(1) {
    width: 40%;
  }
  .ft_links .row .cols:nth-child(2) {
    width: 31%;
  }
  .ft_links .row .cols:nth-child(3) {
    width: 29%;
    padding-left: 10px;
  }
  .ft_links .cols .ft_login {
    margin: 0 0 10px 0;
  }
}
/* ------------
	sns
------------------------------------------------------------------ */
.sns ul {
  text-align: center;
  height: 34px;
}

.sns li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.sns li a {
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 17px;
  border-radius: 100%;
  background-color: #588190;
  display: block;
  color: #FFF;
  position: relative;
}
.sns li a:hover {
  background-color: #9cb5bf;
  text-decoration: none;
}
.sns li a:hover .tips {
  visibility: visible;
  opacity: 1;
}
.sns li .fa img {
  position: relative;
  top: 8px;
}
.sns li .tips {
  width: 70px;
  text-align: center;
  background-color: #FFF;
  color: #588190;
  font-weight: bold;
  border-radius: 3px;
  font-size: 11px;
  display: block;
  position: relative;
  top: -60px;
  left: 50%;
  margin-left: -35px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
}
.sns li .tips span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -5px;
}

/* ------------
	sns_btn
------------------------------------------------------------------ */
.sns_btn {
  text-align: center;
  padding: 0 10px;
}

.sns_btn > div {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

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