@charset"utf-8";

/*==================== 基本スタイル（共通） ====================*/

@import url('//fonts.googleapis.com/earlyaccess/cwtexfangsong.css');
@import url('//fonts.googleapis.com/css?family=Roboto:400,500,700,900');
@import url('//fonts.googleapis.com/css?family=Lato');
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
  font-display: swap;
}



body {
  height: 100%;
  background-color: #FFF;
  font-size: medium;
  color: #292929;
  xfont-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP", "メイリオ", Meiryo, sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Noto Sans CJK JP", '游ゴシック  Medium', meiryo, sans-serif;

  xfont-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  padding:0;
  line-height: 1.6;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; 


}
a {
  transition: color 0.3s ease 0s;
  text-decoration: none;
}

a:link{
    color: #562657;
}

a:visited{
    color: #562657;
}

a:hover{
    color: #f97b0b;
}



a img {
  border-style: none;
}
p {
  margin-bottom: 1em;
}
ul {
  list-style-type: none;
}
ol {
  margin: 0 0 0 20px;
}
hr {
  display:none;
}
dd {
  padding: 0;
  margin: 0;
}
strong {
  font-size: 120%;
}
.alphabet {
  font-family:Arial, Lucida Sans, Stone Sans OS ITC TT-Semi;
}
.green {
  color: #04bf56;
}
.red {
  color: #f00;
}
.darkred {
  color: #b20000;
}
.purplred,
.purplered {
  color: #C8113D;
}
.coralPink {
  color: #af4d63;
}
.blue {
  color: #0075C2;
}
.skyblue {
  color: #2eb8ff !important;
}
.lightblue {
  color: #00a0e9;
}
.gray {
  color: #707070;
}
.bluegreen {
  color: #00cb99;
}
.brown {
  color: #733e00;
}
.orange {
  color: #f28f0e !important;
}

.yellow {
  color: #ffdc1b !important;
}

.white {
  color: #ffffff;
}
.koboldbrown {
  color: #e5ddd1 !important
}
.bk-koboldbrown {
  background-color: #f6f2eb !important;
}
.bk-lightblue {
  background-color: #BAE3F9 !important
}
.bk-lightred {
  background-color: #ffd1d3 !important
}
.floatclear {
  clear: both;
}
.textleft {
  text-align: left !important;
}
.textright {
  text-align: right !important;
}
.textcenter {
  text-align: center !important;
}
.line01 {
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 0 0 10px 0;
  margin: 0 0 1.5em 0;
}
.line02 {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
  padding: 25px 0;
  margin: 2em 0;
}
.lineBox01 {
  xwidth: 80%;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}
.discList {
  list-style-type: disc;
  margin: 0 0 0 20px;
}
.discList-hoshi {
  list-style-type: none;
  xmargin: 0 0 0 20px;
}
.discList-hoshi > li:before {
  content:"★ ";
}
.width100 {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.width-auto {
  width: auto !important;
}
.px10 {
  font-size: 10px !important;
}
.px12 {
  font-size: 12px !important;
}
.px14 {
  font-size: 14px !important;
}
.px16 {
  font-size: 130% !important;
}
.px18 {
  font-size: 140% !important;
  line-height: 130%;
}
.px10h {
  font-size: 10px;
  line-height: 130%;
}
.px12h {
  font-size: 12px;
  line-height: 150%;
}
.px14h {
  font-size: 14px;
  line-height: 130%;
}
.l-height1 {
  line-height: 1;
}
.l-height2 {
  line-height: 2;
}
.p60 {
  font-size: 60%;
}
.p80 {
  font-size: 80%;
}
.p90 {
  font-size: 90%;
}
.p120 {
  font-size: 120%;
}
.p140 {
  font-size: 140%;
}
.p160 {
  font-size: 160%;
}
.p180 {
  font-size: 180%;
}
.p200 {
  font-size: 200%;
}
.p220 {
  font-size: 220%;
}
.p300 {
  font-size: 300%;
}
.p350 {
  font-size: 350%;
}
.mtp1 {
  margin-top: 1em
}
.mtp2 {
  margin-top: 2em
}
.mtp3 {
  margin-top: 3em
}
.mbp1 {
  margin-bottom: 1em
}
.mbp2 {
  margin-bottom: 2em
}
.mbp3 {
  margin-bottom: 3em
}
.mt10 {
  margin-top: 10px
}
.mt15 {
  margin-top: 15px
}
.mt20 {
  margin-top: 20px
}
.mt30 {
  margin-top: 30px
}
.mt40 {
  margin-top: 40px
}
.mt50 {
  margin-top: 50px
}
.pt10 {
  padding-top: 10px
}
.pt15 {
  padding-top: 15px
}
.pt20 {
  padding-top: 20px
}
.mb5 {
  margin-bottom: 5px !important
}
.mb10 {
  margin-bottom: 10px !important
}
.mb15 {
  margin-bottom: 15px !important
}
.mb20 {
  margin-bottom: 20px !important
}
.mb30 {
  margin-bottom: 30px !important
}
.mb50 {
  margin-bottom: 50px !important
}
.pb10 {
  padding-bottom: 10px !important
}
.pb15 {
  padding-bottom: 15px !important
}
.pb20 {
  padding-bottom: 20px !important
}
.ml10 {
  margin-left: 10px !important
}
.ml15 {
  margin-left: 15px !important
}
.ml20 {
  margin-left: 20px !important
}
.pl10 {
  padding-left: 10px !important
}
.pl15 {
  padding-left: 15px !important
}
.pl20 {
  padding-left: 20px !important
}
.mr10 {
  margin-right: 10px !important
}
.mr15 {
  margin-right: 15px !important
}
.mr20 {
  margin-right: 20px !important
}
.pr10 {
  padding-right: 10px !important
}
.pr15 {
  padding-right: 15px !important
}
.pr20 {
  padding-right: 20px !important
}
.mincho {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.marumoji {
  font-family:"ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
table {
  border-collapse: collapse;
  margin: 0 0 1em 0;
  border-width: 2px;
  border-color: #111;
  table-layout: fixed;
  word-break: break-word;
}
th {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  vertical-align: middle;
  xbackground-color: #222;
  background-color: #e4e5e5;
  font-weight: normal;
  text-align: center;
}
td {
  font-size: 90%;
  xtext-align: left;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  xbackground-color: #444;
  background-color: #fff;
  vertical-align: middle;
}

input
 {
  xpadding: 10px;
  xmargin: 5px;
  xfont-size: 100%;
}
textarea
 {
  xpadding: 10px;
  xmargin: 5px;
  xfont-size: 100%;
  xwidth: 100%;
}
select {
  xpadding: 10px 20px 10px 10px;
  xfont-size: 100%;
}
option {
  xpadding: 10px;
  xont-size: 100%;
}
/* ios ボタンスタイル解除*/
input[type="submit"],
input[type="button"] {
-webkit-appearance: none;
}

.end {
  margin: 0 !important;
  padding: 0 !important;
}
.vertical-top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.tel-font {
  font-family: 'Roboto', sans-serif;
}
.newicon {
  font-size: 14px;
  color: #f55800;
  font-weight: bold;
  font-family:Century Gothic, Arial, Lucida Sans, Stone Sans OS ITC TT-Semi;
}
.radius {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/


.box-shadow {
  -moz-box-shadow: 0px 0px 7px #111;
  -webkit-box-shadow: 0px 0px 7px #111;
  box-shadow: 0px 0px 7px #111;/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
.uni-List li {
  display: inline-block;
  vertical-align: top;
}
.uni-List-bm li {
  display: inline-block;
  vertical-align: bottom;
}


html #error,
html .error {
    color: #e33f1f;
    font-size: 100%;
    font-weight: bold;
    display: block;
    text-align: left;
    padding: 5px;
}

html #error .reb-bg,
html .error.reb-bg {
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    display: block;
    text-align: left;
    padding: 10px 15px;

    width: 100%;
    background: #e33f1f;
}

section {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/*==================== ページ構成スタイル（共通） ====================*/

.rightArea {
  xwidth: 48%;
  float:right;
}
.leftArea {
  xwidth: 48%;
  float:left;
}
div#toplink {
  text-align: right;
  font-size: 70%;
  xborder-color: #898989;
  xborder-style: solid;
  xborder-width: 0 0 1px 0;
  margin: 0 auto;
  padding: 0 0 5px 0;
}
div#toplink p {
  margin: 0 1em 0 0;
}
div#toplink a:link {
  color:#fff;
}
div#toplink a:visited {
  color:#fff;
}
div#toplink a:hover {
  color:#FF0000;
  text-decoration: underline;
}
div#toplink a:active {
  color:#fff;
}





/*==================== ヘッダースタイル（共通）
====================*/


#header {


  width: 100%;
  height: 80px;
  color: #fff;


  background-color: #000000;
}

#header .header-box{
  position: relative;
  width: 1100px;
  height: 80px;
  margin: 0 auto;
}



#header h1 img {

  width: 250px;
  color: #000;

  xpadding: 20px 0 0 0;

  xfloat: left;

  position: absolute;
  top: 15px;
}



#contentspage #mainimgArea h1{
    xfont-size: 0.1em;
    xwidth: 100%;
    xposition: absolute;

    xtop: 20px;
    xleft: 10%;
    }


#contentspage #header h1 img{
  xwidth: 65%;
  xcolor: #fff;
    }

@media screen and (max-width: 1200px) {

#contentspage #header h1 img{
  xwidth: 140px;
  xcolor: #fff;
    }
}



/*==================== メインメニュースタイル（共通） ====================*/


#mainmenuArea {

  xposition: absolute;
  xtop: 30px;
  xleft: 290px ;

  font-size: 80%;

  width: 100%;
  text-align: right;
  xpadding: 5px 0;
  xborder-style: solid ;
  xborder-width: 0 0 1px 0;
  xborder-color: #ccc;
  padding: 25px 0 0 0;
}

#gloval-navi .menu {
  xletter-spacing: -1em;
}


#gloval-navi .menu > li {
  display: inline-block;
  xletter-spacing: normal;

  margin: 0 15px 0 0;
}


#gloval-navi .menu > li i {
  font-size: 90%;
  color: #ffb600;
  padding: 0 5px 0 0;
}

#gloval-navi .menu > li:last-child {
  display: inline-block;
  letter-spacing: normal;

  margin: 0;
  padding: 5px 10px;

  border-style: solid;
  border-color: #00ffff;
  border-width: 1px;

}


#gloval-navi .menu > li:last-child i{
  color: #00ffff;
}



.fa {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}



/* ナビメニュー内文字色 */

nav a:link { color:#fff; }

nav a:visited { color:#fff; }

nav a:hover { color:#f97b0b;
 xtext-decoration: underline;

  }

nav a:active {  color:#ff8400;  }


.bkRGBA{
  /* 背景画像の透過用css */
  height: 100%;
  background: rgba(255,255,255,0.7);
}

/*==================== コンテンツスタイル（共通） ====================*/


div#container {
    width: 100%;
  xmin-width: 1200px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  xbackground-color: #e6e6e6;
}

div#contentsArea {
  width: 100%;
  margin: 0 auto;
}


.contentsArea-right {
  width: 800px;
  float: right;

}

.contentsArea-left {
  width: 320px;
  float: left;
}



/*==================== フッタースタイル（共通）
 ====================*/

div#footer {
  width: 100%;
  padding: 0 0 20px 0;
  xmargin: 55px auto 0 auto;

  background-color: #000;
}

div#footer a:link{
  color: #fff;
}

div#footer a:visited{
  color: #fff;
}

div#footer a:hover{
  color: #f97b0b;
}

div#footer #bannerArea-footer{
  xbackground-color: #e6e6e6;
  xpadding: 20px 0;
  xmargin: 0 0 30px 0;

  background-image: linear-gradient(
    -45deg,
    #282828 25%,
    #141414 25%, #141414 50%,
    #282828 50%, #282828 75%,
    #141414 75%, #141414
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;


}

div#footer #bannerArea-footer .bannerArea-box{
  width: 1100px;
  margin: 0 auto;

  text-align: center;
  line-height: 1;
}

div#footer #bannerArea-footer .bannerArea-box .bannerArea-box-list{
  display: flex;
  text-align: center;
}


div#footer #bannerArea-footer .bannerArea-box .bannerArea-box-list li{
  width: 50%;
  letter-spacing: normal;

  padding: 0 20px;
  margin: 30px 0 10px 0 ;
}




div#footer #bannerArea-footer li:nth-child(1) p a{
    box-sizing: content-box;
    text-align: center;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;

   width: 100%;
   color: #fff;
   font-family: Arial;
   letter-spacing: normal;

    font-size: 80%;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;

   padding: 20px 0;
   xbackground-color: #1a3284;
   background-color: #f97b0b;

   text-decoration: none;
   display: inline-block;
   cursor: pointer;
}

div#footer #bannerArea-footer li:nth-child(1) p a:link{
   color: #fff !important;
}

div#footer #bannerArea-footer li:nth-child(1) p a:visited{
    color: #fff !important;
}

div#footer #bannerArea-footer li:nth-child(1) p a:hover{
  color: #fff !important;
   background-color: #a42e00;
    }


div#footer #bannerArea-footer li:nth-child(1) p:last-child{
  margin: 0;
}

div#footer #bannerArea-footer li:nth-child(1) p a span{
  font-size: 200%;

  margin: 0 0.5em 0 0;
}

div#footer #bannerArea-footer li:nth-child(1) p a i{
  xcolor: #ffb600;
  color: #054583;
}

div#footer #bannerArea-footer li:nth-child(2) p a i{
  color: #2eb8ff;
}

div#footer #bannerArea-footer li:nth-child(2) p a img{
  width: 26px;
  vertical-align: bottom;
  margin: 0 10px;
}


div#footer .footer-box {
  width: 1100px;
  margin: 30px auto 0 auto;

  color: #fff;

 xletter-spacing: -1em;
}

div#footer .footer-box > .footer-box-item {
  width: 100%;
  text-align: center;
}

div#footer .footer-box > .footer-box-item:nth-child(1) img {
  width: 100%;
  margin: 0 0 30px 0;
}


div#footer .footer-box > .footer-box-item:nth-child(2) {
  font-size: 120%;
}

div#footer .footer-box > .footer-box-item:nth-child(2) img {
  width: 350px
}

div#footer .footer-box > .footer-box-item:nth-child(3) {
  font-size: 80%;
  padding: 20px 0 0 0;
  line-height: 1;

}

div#footer .footer-box > .footer-box-item:nth-child(4) {
  width: 100%;
}


#footer-navi-area {
  width: 100%;


  font-size: 80%;
  padding: 15px 0;
  margin: 30px 0;

  text-align: center;


  border-style: solid;
  border-color: #fff;
  border-width: 1px 0;

}


#footer-navi .menu > li {
  display: inline-block;
  xletter-spacing: normal;

  margin: 0 15px 0 0;
}


#footer-navi .menu > li i {
  font-size: 90%;
  color: #ffb600;
  padding: 0 5px 0 0;
}

#footer-navi .menu > li:last-child {
  display: inline-block;
  letter-spacing: normal;

  margin: 0;
  padding: 5px 10px;

  border-style: solid;
  border-color: #00ffff;
  border-width: 1px;

}


#footer-navi .menu > li:last-child i{
  color: #00ffff;
}




div#footer #com-link {
  width: 100%;
  background-color: #fff;


  text-align: center;
  font-weight: bold;
  font-size: 90%;
}


div#footer #com-link a {
  display: block;
  padding: 20px 0;
  width: 100%;
  color: #000;
  background-color: #fff;
}

div#footer #com-link a:hover {
  color: #fff;
  background-color: #930f0f;

}

div#footer #com-link i {
  color: #2eb8ff;
}

div#footer #com-link a:hover i {
  xcolor: #fff;
}





#copyright {

  color: #fff;
  font-size: 70%;
  xfont-weight: bold;


  margin: 30px auto;
  padding: 20px 0;
  text-align: center;
  letter-spacing: 1px;
  xbackground-color: #6b0303;


background: -moz-linear-gradient(left, rgba(0,28,81,0) 0%, rgba(0,28,81,0.5) 10%, rgba(0,28,81,1) 20%, rgba(0,28,81,1) 50%, rgba(0,28,81,1) 80%, rgba(0,28,81,0.5) 90%, rgba(0,28,81,0) 100%);
background: -webkit-linear-gradient(left, rgba(0,28,81,0) 0%,rgba(0,28,81,0.5) 10%,rgba(0,28,81,1) 20%,rgba(0,28,81,1) 50%,rgba(0,28,81,1) 80%,rgba(0,28,81,0.5) 90%,rgba(0,28,81,0) 100%);
background: linear-gradient(to right, rgba(0,28,81,0) 0%,rgba(0,28,81,0.5) 10%,rgba(0,28,81,1) 20%,rgba(0,28,81,1) 50%,rgba(0,28,81,1) 80%,rgba(0,28,81,0.5) 90%,rgba(0,28,81,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00001c51', endColorstr='#00001c51',GradientType=1 );
}

#copyright > .copyrightBox p:last-child{
  margin: 0;

}



/*====================
ボタンエフェクト用（共有）
 ====================*/

.button-blue a{
    box-sizing: content-box;
    text-align: center;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;

   width: 100%;
   color: #fff;
   font-family: Arial;
   font-weight: bold;
    letter-spacing: normal;

    padding: 15px 0;
   background-color: #004cff;

   text-decoration: none;
   display: inline-block;
   cursor: pointer;

}

a:link[class~="button-blue"],
.button-blue a:link{   color: #fff !important;}

a:visited[class~="button-blue"],
.button-blue a:visited{    color: #fff !important;}

a:hover[class~="button-blue"],
.button-blue a:hover{color: #fff !important;
   background-color: #f97b0b;
    }








.button-dred a{
    box-sizing: content-box;
    text-align: center;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;

   width: 100%;
   color: #fff;
   font-family: Arial;
   xfont-weight: bold;
    letter-spacing: normal;

    padding: 15px 0;
   background-color: #5d1c35;

   text-decoration: none;
   display: inline-block;
   cursor: pointer;

}

a:link[class~="button-dred"],
.button-dred a:link{   color: #fff !important;}

a:visited[class~="button-dred"],
.button-dred a:visited{    color: #fff !important;}

a:hover[class~="button-dred"],
.button-dred a:hover{color: #fff !important;
   background-color: #852b4d;
    }



.button-dpurple a{
    box-sizing: content-box;
    text-align: center;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;

   width: 100%;
   color: #fff;
   font-family: Arial;
   font-weight: bold;
    letter-spacing: normal;

    padding: 15px 0;
   background-color: #542e60;

   text-decoration: none;
   display: inline-block;
   cursor: pointer;

}

a:link[class~="button-dpurple"],
.button-dpurple a:link{   color: #fff !important;}

a:visited[class~="button-dpurple"],
.button-dpurple a:visited{    color: #fff !important;}

a:hover[class~="button-dpurple"],
.button-dpurple a:hover{color: #fff !important;
   background-color: #363068;
    }




.button-lgray a{
    box-sizing: content-box;
    text-align: center;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;

   width: 100%;
   color: #fff;
   xfont-size: 90%;
   font-family: Arial;
   font-weight: bold;
    letter-spacing: normal;

    padding: 22px 0;
   background-color: #f2f2f2;

   text-decoration: none;
   display: inline-block;
   cursor: pointer;

}

a:link[class~="button-lgray"],
.button-lgray a:link{   color: #000 !important;}

a:visited[class~="button-lgray"],
.button-lgray a:visited{    color: #000 !important;}

a:hover[class~="button-lgray"],
.button-lgray a:hover{color: #fff !important;
   background-color: #930f0f;
    }


.button-line a{
    xbox-sizing: content-box;
    text-align: center;

    border-style: solid;
    border-width: 1px;
    border-color: #ccc;

    width: 100%;
    color: #292929;
    xfont-family: Arial;
    font-weight: bold;
    font-size: 90%;
    letter-spacing: normal;

    padding: 15px 0;
    color: #000;
    background-color: #fff;

    text-decoration: none;
    display: inline-block;
    cursor: pointer;

}

a:link[class~="button-line"],
.button-line a:link{   color: #292929 !important;}

a:visited[class~="button-line"],
.button-line a:visited{    color: #292929 !important;}

a:hover[class~="button-line"],
.button-line a:hover{color: #fff !important;
   background-color: #363068;
    }

/*====================
ページ先頭ボタン
 ====================*/

.page-top {
  display: none;
  margin: 0;
  padding: 0;
}
.page-top div {
  xheight: 80px;
  bottom: 20px;
  xleft: 0;
  right: 20px;

  margin: 0;
  padding: 0;
  position: fixed;


  z-index: 90;
  /* box-sizingリセット */
    -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.page-top img {
  height: 30px;
  vertical-align: center;
}
.move-page-top {
  background-color: rgba(249,123,11,0.8);
  border-radius: 10px;
  color: #fff;
  display: block;
  xfont-size: 20px;
  xheight: 60px;
  xline-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  xwidth: 60px;
  cursor: pointer;
  padding: 15px 20px;
}
.page-top a:active,
.page-top a:hover {
  color: #fff;
  background-color: rgba(210,138,74,0.8);
}




/*====================
Cookie使用同意
 ====================*/

.cookie-consent {
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
z-index: 10;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
width: 50%;
font-size: 14px;
color: #fff;
background: rgba(0,0,0);
xbackground: rgb(255, 255, 255);
padding: 1.2em 2em;
box-sizing: border-box;
visibility: hidden;
box-shadow: 0 0 8px 0 rgba(204, 204, 204, 0.5);
}
.cookie-consent.is-show {
visibility: visible;
}
.cookie-consent a {
xcolor: #fff !important;
}
.cookie-agree {
color: #fff;
background: dodgerblue;
padding: .5em 3em;
border-radius: 5px;
}
.cookie-agree:hover {
cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
display: none;
}
/* ゆっくり消える */
.cc-hide2 {
animation: hide 1s linear 0s;
animation-fill-mode: forwards;
}

#footer .cookie-text a:link{
  color:#ffa600;
}
#footer .cookie-text a:visited{
  color:#ffa600;
}
#footer .cookie-text a:hover{
  color:#ff7f00;
}



@keyframes hide {
from {
  opacity: 1;
}
to {
  opacity: 0;
  visibility: hidden;
}
}



/* =========== フロートバグ補助 =========== */

/* 20110406クラスあり修正版 */
.clearfix {
  zoom:1;
  overflow: hidden; /* 20121112Dreamweaverプレビュー崩れ対策 */
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* =========== IE用印刷設定CSS =========== */

@media print {
body {
  _zoom: 67%;  /*WinIE only */
}
}








