@charset "UTF-8";
@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.woff");
}

@font-face {
  font-family: NeoSansStd;
  src: url("../fonts/NeoSansStd-Medium.otf");
  font-weight: 500;
}

/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  font-size: 11px;
}

sub {
  font-size: 11px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
base style
==================================================== */
html {
  font-size: 10px;
}

body {
  color: #333;
  font-size: 100%;
  background-color: #FFF;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", " メイリオ", "MSP ゴシ?ク", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

.wrapper {
  margin-top: 112px;
    min-height: 78vh;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .rollover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .rollover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    text-decoration: none;
  }
}

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

.pc {
  display: block;
}

.sp, .sp_in {
  display: none;
}

.pc_in {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pc, .pc_in {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_in {
    display: inline-block;
  }
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

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

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

/* clearfix for ie7 */
.cf {
  display: inline-block;
}

.cf {
  display: block;
}

/* -------- CLEAR -------- */
/* -------- ボタンリセ?? -------- */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* -------- LAYOUT -------- */
.inner {
  margin: 0 auto;
  padding: 0 10px;
  width: 1170px;
  box-sizing: border-box;
  position: relative;
}

.container {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-top: 50px;
  }
}

.btn {
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #23b2d9;
  padding: 10px 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn:hover {
  text-decoration: none;
  background-color: rgba(33, 182, 215, 0.7);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.btn.no-hover:hover{
    background-color: #23b2d9;
}

#scrollUp {
	bottom: 8vw;
	right: 3.4%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 10px 20px;
	box-shadow: 0px 2px 5px #aaa;
	background: #fff url('../img/back-to-top.png') no-repeat 50% 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* 通常時?clearfix
-------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  display: table;
  content: '';
}

.clearfix:after {
  display: table;
  content: '';
  clear: both;
}

/* 上記で不?合が通じる?合?clearfix
-------------------------- */
.clearfix2 {
  overflow: auto;
}

/* イレギュラーな場合?み使?CSS(※基本?には使用しな?こと)
-------------------------- */
/* margin
--------------
 */
.mt00{margin-top:0!important}.mt05{margin-top:5px!important}.mt10{margin-top:10px!important}.mt15{margin-top:15px!important}.mt20{margin-top:20px!important}.mt25{margin-top:25px!important}.mt30{margin-top:30px!important}.mt35{margin-top:35px!important}.mt40{margin-top:40px!important}.mt45{margin-top:45px!important}.mt50{margin-top:50px!important}.mb00{margin-bottom:0!important}.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}.ml0{margin-left:0!important}.ml10{margin-left:10px!important}.ml20{margin-left:20px!important}.ml30{margin-left:30px!important}.mr10{margin-right:10px!important}.mr20{margin-right:20px!important}.mr30{margin-right:30px!important}.mr40{margin-right:40px!important}.pt00{padding-top:0!important}.pt05{padding-top:5px!important}.pt10{padding-top:10px!important}.pt15{padding-top:15px!important}.pt20{padding-top:20px!important}.pt25{padding-top:25px!important}.pt30{padding-top:30px!important}.pt35{padding-top:35px!important}.pt40{padding-top:40px!important}.pt45{padding-top:45px!important}.pt50{padding-top:50px!important}.pb00{padding-bottom:0!important}.pb05{padding-bottom:5px!important}.pb10{padding-bottom:10px!important}.pb15{padding-bottom:15px!important}.pb20{padding-bottom:20px!important}.pb25{padding-bottom:25px!important}.pb30{padding-bottom:30px!important}.pb35{padding-bottom:35px!important}.pb40{padding-bottom:40px!important}.pb45{padding-bottom:45px!important}.pb50{padding-bottom:50px!important}

.sticky {
  display: block;
  position: fixed;
  right: 0;
  top: 334px;
}
.top-page-menu {
    top: 150px;
}

/* Sticky menu */
.sticky .button-column li {
  display: block;
  width: 160px;
  height: 80px;
  background: #ffc600;
  background: -moz-linear-gradient(-45deg, #ffc600 0%, #fcb016 100%);
  background: -webkit-linear-gradient(-45deg, #ffc600 0%, #fcb016 100%);
  background: linear-gradient(135deg, #ffc600 0%, #fcb016 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc600', endColorstr='#fcb016', GradientType=1);
  margin-bottom: 10px;
  position: relative;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.sticky .button-column li:last-child {
  margin-bottom: 0;
}

.sticky .button-column li:hover {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.sticky .button-column li a {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.sticky .button-column li:hover a {
  text-decoration: none;
}

.sticky.thin .button-column li {
  width: 115px;
  height: 80px;
}

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