@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
}

@media only screen and (max-width: 736px) {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
}

@media only screen and (min-width: 737px) {
  a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 736px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  line-height: 1.5;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

#container {
  margin: 0 auto;
  text-align: left;
}

#main {
  font-size: 1.6rem;
}

#main:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (min-width: 737px) {
  body {
    min-width: 1025px;
  }
  #container {
    padding-top: 126px;
  }
}

@media only screen and (max-width: 736px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }
  body #container {
    overflow: hidden;
  }
  body.is_open_menu #main a {
    pointer-events: none;
  }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
@media only screen and (min-width: 737px) {
  #header {
    width: 100%;
    height: 126px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    font-size: 1.2rem;
  }
  #header .sitemapBtn {
    display: none;
  }
  #header .inner {
    margin: auto;
    padding-top: 9px;
    width: 1025px;
  }
  #header .inner:after {
    display: block;
    clear: both;
    content: "";
  }
  #header .inner .header_top {
    margin-bottom: 1px;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  #header .inner .header_top:after {
    display: block;
    clear: both;
    content: "";
  }
  #header .inner .header_top h1 {
    float: left;
    font-size: 1.2rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  #header .inner .header_top .address {
    margin-top: -2px;
    float: right;
    font-size: 1.2rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  #header .inner .header_top .address a {
    color: #111;
  }
  #header .inner .header_top .address span {
    font-weight: bold;
  }
  #header .inner .header_bottom .logo {
    margin: 0 25px 0 2px;
    float: left;
  }
  #header .inner .header_bottom .otherNavi {
    padding-top: 23px;
    float: right;
  }
  #header .inner .header_bottom .otherNavi li {
    margin-left: 10px;
    float: left;
  }
  #header .inner .header_bottom .otherNavi li:first-child {
    margin-left: 0;
  }
  #header .inner .header_bottom .otherNavi li a img {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  #header .inner .header_bottom .otherNavi li a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

@media only screen and (max-width: 736px) {
  #header:before {
    position: fixed;
  }
    #header {
    width: 100%;
    height: 70px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #header .sitemapBtn {
    width: 70px;
    height: 70px;
    background: #00AEEF;
    top: 0;
    right: 0;
    display: block;
    position: fixed;
    z-index: 500;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #header .sitemapBtn .frame {
    margin: -5px 0 0 -7px;
    width: 13px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #header .sitemapBtn .frame .bar {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  #header .sitemapBtn .frame .top {
    top: 0;
  }
  #header .sitemapBtn .frame .middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  #header .sitemapBtn .frame .bottom {
    bottom: 0;
  }
  #header .sitemapBtn.sitemapOpen .frame .top {
    -webkit-transform: translateY(4px) rotate(-45deg);
    -ms-transform: translateY(4px) rotate(-45deg);
        transform: translateY(4px) rotate(-45deg);
  }
  #header .sitemapBtn.sitemapOpen .frame .middle {
    opacity: 0;
  }
  #header .sitemapBtn.sitemapOpen .frame .bottom {
    -webkit-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
        transform: translateY(-4px) rotate(45deg);
  }
  #header .inner .header_top {
    display: none;
  }
  #header .inner .header_bottom .logo {
    display: none;
  }
  #header .inner .header_bottom .otherNavi {
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
  }
  #header .inner .header_bottom .otherNavi li a {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
  }
  #header .inner .header_bottom .otherNavi li a img {
    margin: -5px 0 0 -5px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #header .inner .header_bottom .otherNavi li.fb a {
    background: #3b5998;
  }
  #header .inner .header_bottom .otherNavi li.ig a {
    background: #a84b94;
  }
  #header .inner .header_bottom .otherNavi li.blog a {
    background: #fff;
  }
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
@media only screen and (min-width: 737px) {
  #gNavi {
    margin-top: 20px;
    float: left;
  }
  #gNavi:after {
    display: block;
    clear: both;
    content: "";
  }
  #gNavi li {
    float: left;
  }
  #gNavi li:first-child {
    margin-left: 0;
  }
  #gNavi li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 130px;
    padding: 12px 8px 26px;
    text-align: center;
    border-bottom: 3px solid #fff;
    display: block;
    color: #111;
    font-size: 1.4rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    -webkit-transition: border-color 500ms ease;
    transition: border-color 500ms ease;
  }
  #gNavi li a:hover {
    border-bottom-color: #00AEEF;
    text-decoration: none;
  }
  #gNavi .current a {
    border-bottom-color: #00AEEF;
  }
}

@media only screen and (max-width: 736px) {
  #gNavi {
    width: 100%;
    height: 100%;
    background: rgba(0, 174, 239, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    display: none;
  }
  #gNavi ul {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #gNavi li {
    text-align: center;
  }
  #gNavi li:first-child {
    margin-top: 0;
  }
  #gNavi li a {
    padding: 10px;
    display: block;
    color: #FFF;
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts .ttl01,
#conts .ttl02 {
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: normal;
  text-align: center;
}

#conts .ttl01 .sub,
#conts .ttl02 .sub {
  display: block;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
}

#conts .sectionInner {
  margin: auto;
}

@media only screen and (min-width: 737px) {
  #conts {
    font-size: 1.6rem;
  }
  #conts .ttl01,
  #conts .ttl02 {
    margin-bottom: 40px;
    font-size: 5.2rem;
  }
  #conts .ttl01 .sub,
  #conts .ttl02 .sub {
    margin-top: 20px;
    font-size: 2.4rem;
  }
  #conts .ttl02 .sub {
    font-size: 2rem;
  }
  #conts .sectionInner {
    margin: auto;
    width: 1025px;
  }
}

@media only screen and (max-width: 736px) {
  #conts {
    font-size: 1.2rem;
  }
  #conts .ttl01,
  #conts .ttl02 {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
  #conts .ttl01 .sub,
  #conts .ttl02 .sub {
    margin-top: 10px;
    font-size: 1.7rem;
  }
  #conts .ttl02 .sub {
    font-size: 1.5rem;
  }
  #conts .sectionInner {
    margin: auto;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  background: #333;
  position: relative;
  color: #ccc;
}

#footer .pageTop {
  display: none;
  position: fixed;
  z-index: 100;
}

#footer .inner .otherNavi li {
  margin-left: 10px;
  float: left;
}

#footer .inner .otherNavi li:first-child {
  margin-left: 0;
}

#footer .inner .address {
  line-height: 1.8;
}

#footer .inner .address a {
  color: #FFF;
}

@media only screen and (min-width: 737px) {
  #footer {
    border-top: 1px solid #FFF;
  }
  #footer .pageTop {
    display: none;
    bottom: 30px;
    right: 10px;
  }
  #footer .pageTop img {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  #footer .pageTop:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer .inner {
    margin: auto;
    padding: 33px 0 30px;
    width: 1025px;
    position: relative;
    font-size: 1.2rem;
  }
  #footer .inner .logo {
    margin-right: 58px;
    float: left;
  }
  #footer .inner .otherNavi {
    position: absolute;
    top: 45px;
    right: 0;
  }
  #footer .inner .otherNavi li {
    margin-left: 10px;
    float: left;
  }
  #footer .inner .otherNavi li:first-child {
    margin-left: 0;
  }
  #footer .inner .otherNavi li img {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
  }
  #footer .inner .otherNavi li:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #footer .inner .company {
    margin-top: 0px;
    float: left;
    font-size: 1.3rem;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  #footer .inner .address {
    margin-top: 14px;
  }
  #footer .inner .copyright {
    margin-top: 62px;
    float: right;
  }
}

@media only screen and (max-width: 736px) {
  #footer .pageTop {
    visibility: hidden;
    bottom: 15px;
    right: 3px;
  }
  #footer .pageTop img {
    width: 47px;
  }
  #footer .inner {
    padding: 30px 15px 28px;
  }
  #footer .inner .logo {
    margin-bottom: 20px;
  }
  #footer .inner .logo img {
    width: 69px;
  }
  #footer .inner .otherNavi {
    position: absolute;
    top: 37px;
    right: 20px;
  }
  #footer .inner .company {
    margin-bottom: 28px;
  }
  #footer .inner .name {
    display: none;
  }
  #footer .inner .copyright {
    text-align: center;
  }
}

/*------------------------------------------------------------
	切り替え
------------------------------------------------------------*/
@media only screen and (min-width: 737px) {
  .pc_hide {
    display: none;
  }
  .sp_hide {
    display: block;
  }
  .pc_img {
    display: block;
  }
  .sp_img {
    display: none;
  }
}

@media only screen and (max-width: 736px) {
  .pc_hide {
    display: block;
  }
  .sp_hide {
    display: none;
  }
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
  img {
    height: auto;
    vertical-align: top;
  }
}

/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/
.basic_table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.basic_table dt,
.basic_table dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.basic_table dt {
  background: #E5E5E5;
  font-weight: bold;
}

@media only screen and (min-width: 737px) {
  .basic_table {
    width: 100%;
    border: 1px solid #C9C9C9;
    display: table;
  }
  .basic_table dt,
  .basic_table dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 0;
    display: table-cell;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 736px) {
  .basic_table {
    width: 100%;
    display: table;
    border-bottom: 1px solid #C9C9C9;
  }
  .basic_table:first-child {
    border-top: 1px solid #C9C9C9;
  }
  .basic_table dt,
  .basic_table dd {
    padding: 15px;
    display: block;
    text-align: center;
    vertical-align: middle;
  }
  .basic_table dt {
    border-bottom: 1px solid #C9C9C9;
  }
}

/*------------------------------------------------------------
	リスト
------------------------------------------------------------*/
.notes_list li {
  padding-left: 15px;
  position: relative;
  font-size: 1.2rem;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.notes_list li :before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.notes_list li:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 737px) {
  .notes_list li {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 736px) {
  .notes_list li {
    margin-top: 5px;
  }
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
/*------------------------------------------------------------
	箇条書き
------------------------------------------------------------*/
