@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/*===========================再設定=============================*/
html {font-size: 62.5%}/*---16px=1.6rem---*/
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.6em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}
h1 {font-size: 3.2rem}
h2 {font-size: 2.4rem}
h3 {font-size: 1.8rem}
h4 {font-size: 1.6rem}
h5 {font-size: 1.3rem}
h6 {font-size: 1rem}
p {font-size: 1.6rem}
li {font-size: 1.6rem}
sub{font-size: 1.2rem}
sup{font-size: 1.2rem}

レスポンシブ・タイプ　セッティング----------------*/

/* スマホ縦 */
@media only screen and ( max-width : 480px ) {
h1 {font-size: 2rem}
h2 {font-size: 1.8rem}
h3 {font-size: 1.6rem}
h4 {font-size: 1.4rem}
p {font-size: 1.4rem}
li {font-size: 1.4rem}

}
/*　スマホ横　*/
@media only screen and ( max-width : 600px ) {
h1 {font-size: 2rem}
h2 {font-size: 1.8rem}
h3 {font-size: 1.6rem}
h4 {font-size: 1.4rem}
p {font-size: 1.4rem}
li {font-size: 1.4rem}

}
/*　タブレット　*/
@media only screen and ( max-width : 960px ) {
h1 {font-size: 2.4rem}
h2 {font-size: 2rem}
h3 {font-size: 1.8rem}
h4 {font-size: 1.6rem}
p {font-size: 1.6rem}
li {font-size: 1.6rem}

}
/*　PC　*/
@media print, screen and ( min-width : 961px ) {}


/*
テーブルの初期設定 -----------------------------------*/
*table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
/*
画像の初期設定 -----------------------------------*/
img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
  width:auto;
}
/*
各BOXのサイズ
-------------------------------------------------------------*/
/* ボックスの左右*/

.header, .visual, {
  padding-left: 0px;
  padding-right: 0px}
/*======================box-visual部分============================*/
/*
ビジュアル画像
---------------------------------------------------*/
.visual {
  width: 100%;
  /*margin-bottom:4px;*/
  margin-left: auto;
  margin-right: auto;
  text-align:center
}

.topimg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* タイトルon image */
.message {
  margin:0%;
  /* textの背景に透過BOXを表示 
    background-color: rgba(255,255,255,0.5);
    color:#000;*/
}
/*パン屑リスト*/
.bread {
  margin:8px 0;
}
.bread ol {
  margin:0;
  padding:0;
  list-style:none
}
.bread li a {
  display:inline-block;
  padding:5px;
  color:#000;
  font-size:1.4rem;
  text-decoration:none
}
.bread li a:hover {
  background-color:#eee
}
.bread ol:after {
  content:"";
  display:block;
  clear:both
}
.bread li {
  float:left;
  width:auto
}
.bread li:after {
  content:'\003e';
  margin-left:10px;
  margin-right:10px;
  color:#888
}



/* トップへ戻るボタンの配置
--------------------------------------------- */
.pagetop {
  z-index:9999;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 68px;
  height: 68px;
  background: url(../img/pagetop-m.png) no-repeat;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}

.pagetop:hover {
  opacity: 0.8;
}
/* SNSボタンの配置(製作中0108)
--------------------------------------------- */
.share {
  z-index: 9998;
  position: fixed;
  bottom:30px;
}
.share ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.share li a {
  display: block;
  padding: 5px 5px;
  color: #ffffff;
  text-align: center;
  text-decoration: none
}
.share-tw {
  background: url(../img/tw.png) no-repeat;
}
.share-fb {
  background: url(../img/fb.png) no-repeat;
}
.share-gp {
  background: url(../img/gp.png) no-repeat;
}
.share-ha {
  background: url(../img/hate.png) no-repeat;
}
.share-ln {
  background: url(../img/ln.png) no-repeat;
}
/*.share-po {
  background: url(../img/po.png) no-repeat;
}
.share-lin {
  background: url(../img/lin.png) no-repeat;
}*/
.share li a:hover {
  opacity: 0.8
}

.share ul:after {
  content: "";
  display: block;
  clear: both
}
.share li {
  float: left;
  margin:0 5px;
  width: 32px;
}

/*
aferi-box
----------------------------------------------*/
.aferi-box {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;

}
/*
periscope-box
----------------------------------------------*/
.periscope {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;

}
/*
アンカータグの設定
---------------------------------------------- */
a {
  outline:none;
  /*color: #3200ff;*/
  color:#333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

span.space0:after {
  content:"\00A0";
}

/*
---------文章内のLINK（span指定のクラス）--------------------------*/
.p-link a {

  color:#007fff;
  border-bottom: dashed 1px #87CEFA;
  /*text-decoration: underline;*/
  padding: 0 .3em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(46,204,113,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
.p-link a:hover {
  background-position: -100% 0;
  color: #fff;
}

/*
---------文章内のLINK（span指定のクラス）ここまで--------------------------*/
/*
---------文章内のLINK（span指定のクラス2）--------------------------*/
.n-link a {
  /*color:#007fff;*/
  border-bottom: dashed 1px #4169e1;
  padding: 0 .3em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(46,204,113,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
.n-link a:hover {
  background-position: -100% 0;
  color: #fff;
}

/*
---------文章内のLINK（span指定のクラス2）ここまで--------------------------*/


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:961px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:960px){.sp_none{display:none !important;}}


/*文章の体裁　
---------------------------------------------------*/

/*ヒントアイコン*/
.hints {
  color:orange;
  font-weight:900;
}

/*協調する*/
.emphasis {
  font-weight:600;
}
/*囲み文字*/
.enclose {
  padding: 16px;
  list-style-position: inside;
  background-color: #cdc
}
/*下線*/
.under02{
  border-bottom: dashed 2px #FF0000;
}

/*打消し線*/

.strk{
   text-decoration-line: line-through;
   text-decoration-color: #ff0000; 
}
/*注釈のコメント*/
.aster{
  padding-left: 1em;
  color: #f00;
}

.aster:before{
  content: "※";
}

/*.aster:first-letter{
  margin-left: -1.3em;
}*/
/*注釈のコメント*/
.notes{
  font-size: 0.85em;
  padding-left: 1em;
  color: #666;
}

.notes:before{
  content: "※";
  color:#f00;
}

.notes:first-letter{
  margin-left: -1.3em;
}

.s_notes{
  font-size: 0.85em;
  line-height: 1.2em;
  padding-left: 0em;
  color: #666;
}

.s_notes:before{
  content: "※";
  color:#f00;
}

.s_notes:first-letter{
  margin-left: -1.3em;
}

/*スペース調整*/
.mg16{
  margin:1.6rem;
}
.mg16_bl{
  margin:1.6rem;
  color: #0000FF;
}
.mg16_or{
  margin:1.6rem;
  color: #FF6600;
}
.mg16_go{
  margin:1.6rem;
  color: #FFCC00;
}
/*BOX*/
.fig {
  margin: 20px 0 20px 20px;
  text-align:center;
}
.comment{
  margin: 20px;
}
.celebrate{
  color: #f00;
  font-weight:600;
}

/*問い合わせフォームのリンク*/
#support {
  font-size: 1.4rem;
  text-align: center;
  text-indent: 1.4rem;
  text-decoration:underline;
}

/*行頭一文字空ける*/

p.entry {
  /*margin:0 0 1em 0;*/
  text-indent: 1em;
  /*line-height:1.6;
  font-size: 90%*/
}
dd.entry {
  /*margin:0 0 1em 0;*/
  text-indent: 1em;
  /*line-height:1.6;
  font-size: 90%*/
}
li.entry {
  /*margin:0 0 1em 0;*/
  text-indent: 1em;
  /*line-height:1.6;
  font-size: 90%*/
}

.l_position{
  text-align: left;
}
.r_position{
  text-align: right;
}

.c_position{
  display: block;
  text-align: center;
}

.partition{
  text-align:center;
}

/*
メディアクエリ　セッティング（コンテナサイズ）----------------*/
/* スマホ縦 */
@media only screen and ( max-width : 480px ) {
.container {
    padding: 0 8px;
  }
}
/* スマホ横 */
@media only screen and ( max-width : 600px ) {
.container {
    padding: 0 8px;
  }
 .pagetop {
  z-index:9999;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 42px;
  height: 42px;
  background: url(../img/pagetop-s.png) no-repeat;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
} 
}
/* タブレット */
@media only screen and ( max-width : 960px ) {
 .container {
    padding: 0 8px;
  }
  section {
    padding: 10px 0;
  }
}
/* PC */
@media print, screen and ( min-width : 961px ) {
.container {
    padding: 0 16px;
  }
  section {
    padding: 10px 0;
  }
}
/* 大型PC */
@media (min-width: 1280px) {
/* 全体の横幅を固定 */
#h_top, .visual, .wrapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto
  }
.container {
    padding: 0
  }
}

/*========================= HEADER ========================= */

#header {
  box-shadow: 0px 3px 15px rgba(51,51,51,0.7);/*header-BOXの下側の影の指定*/
  z-index: 99;/*レイヤー位置を上位に指定*/
  width: 100%;/*??????????????????????header-BOXの幅が100%って、なんの100%？?????navの幅かも??????あ！bodyだ!*/
  position: fixed;/*header-BOXの位置を下記に固定*/
  top: 0;
  left: 0;
  background: #063;
}
/*#gNav a:hover {
  color: #999;
}*/
nav li a {fff
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #ccc 0%, #ccc 100%);
}
/*
メディアクエリ　セッティング（プルダウンメニューの変更）----------------*/
/* タブレットまでの解像度　*/
@media only screen and ( max-width : 960px ) {
  #header {
    padding: 10px 0;
    height: 60px;
  }
  .h_logo {
    width: 140px;
    height:auto;
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
    .notis {
  font-size: 1.2rem;
}
}
/* PC以上の解像度　*/
@media print, screen and ( min-width : 961px ) {
  #header {
    height: 80px;
  }
  .h_logo img {
    width:160px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 1.2em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 1.6rem;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    /*text-align: center;*/
    line-height: 80px;
    color: #fff;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
  #gNav li:hover ul li{
    border-bottom: 1px #063 dashed;
  }
 #gNav li:hover ul.sub-menu a {
    color: #700;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  /*--#gNav .contact_btn a:hover {
    color: #fff;
  }--*/
  .notis {
  font-size: 1.4rem;
}
}

/*====================== FOOTER======================== */
#footer {
  margin-top: 16px;
  background:#063
}
/*
メディアクエリ　セッティング（フッターサイズ）----------------*/

/* スマホ縦 */
@media only screen and ( max-width : 480px ) {}
/* スマホ横 */
@media only screen and ( max-width : 600px ) {}
/* タブレット　*/
@media only screen and ( max-width : 960px ) {
  #footer {
    padding: 10px 0;
  }
 }
/* PC */
@media print, screen and ( min-width : 961px ) {
  #footer {
    padding: 20px 0;
  }
}

.copyright  {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height:1.2em
}

/*========================== CONTENTS ========================= */


#main p {/*
  word-break: break-all;*/
}

section {
  /*text-align: center;*/
}


/*
メディアクエリ　セッティング（コンテンツ）----------------*/
 /* スマホ縦 */
@media only screen and ( max-width : 480px ) {}
/* スマホ横 */
@media only screen and ( max-width : 600px ) {}
 /* タブレットまで */
@media only screen and ( max-width : 960px ) {
  #main {
    padding-top: 16px;
  }
}
/* PC */
@media print, screen and ( min-width : 961px ) {
  #main {
    max-width:auto;
    padding-top: 32px;
  }/
}/*

/*
ERR-404 の設定----------------------------------------------------*/

.e404 {
      margin:10px auto;
      width:auto;
      background-color: #eee;
}

.e404 h1 {
  padding: 20px;
  text-align:center;
  color: #950000;
  font-weight: 900;
}
.e404 p {
  padding:16px;
}

.e404back-btn {
    margin:20px auto; 
    width:100%;
}

.e404back-btn-inn { 
  margin: 0px auto;
  width: 200px;
  text-align:center;
  background-color: #e63;
  
}
.e404back-btn-inn a{
  color: #fff;
  font-size: 2.2rem;
  font-weight: 800;
}

/* h2 リンク
-------------------------------------------------*/
h2 a:link {
  text-decoration: none;
  font-weight: 800;
  color:#060;
}
h2 a:active {
  text-decoration: none;
  font-weight: 800;
  color:#F60;
}


h2 a:visited {
  text-decoration: none;
  font-weight: 800;
  color:#060;
}
h2 a:hover {
  text-decoration: none;
  font-weight: 800;
  color:#09C;
}
/* h3 リンク
-------------------------------------------------*/
h3 a:link {
  text-decoration: none;
  font-weight: 800;
  color:#F60;
}
h3 a:active {
  text-decoration: none;
  font-weight: 800;
  color:#F60;
}


h3 a:visited {
  text-decoration: none;
  font-weight: 800;
  color:#F60;
}
h3 a:hover {
  text-decoration: none;
  font-weight: 800;
  color:#09C;
}
/* h4 リンク
-------------------------------------------------*/
h4 a:link {
  text-decoration: none;
  font-weight: 800;
  color:#390;
}
h4 a:active {
  text-decoration: none;
  font-weight: 800;
  color:#F60;
}


h4 a:visited {
  text-decoration: none;
  font-weight: 800;
  color:#390;
}
h4 a:hover {
  text-decoration: none;
  font-weight: 800;
  color:#09C;
}

