@charset "utf-8";

/* RESET */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
}
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 {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  *font-size: 100%;
}
/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* [disabled]font-size:100%; */
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  width: auto;
  height: auto;
}

/* IE6 PNG FIX */
.png,
img {
  _behavior: url(./iepngfix.htc);
}

/* GENERAL */
body {
  color: #333;
  font: 12px/1.4 "Lucida Grande", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: underline;
}
a img {
  vertical-align: bottom;
}
a {
  outline: none;
}

/* CLEARFIX */
.clearfix,
#subHeader,
#newsList li,
.date {
  zoom: 1;
}

.clearfix:after,
#subHeader:after,
#newsList li:after,
.date:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.en {
  font-family: Georgia, Times, Baskerville, Palatino, serif;
  font-style: italic;
}

#sns {
}
#sns .toptw {
  float: left;
  margin-left: 80px;
  margin-top: 48px;
}
#sns .topfb {
  float: left;
  margin-top: 55px;
}
html {
  width: 100%;
}
body {
  width: 100%;
}

/* ------------------------------------------
layout
------------------------------------------ */

#pageHeader {
  width: 100%;
}

#headerArea {
  width: 960px;
  margin: 0 auto;
  height: 120px;
}
h1 {
  float: left;
  width: 283px;
  margin-left: 10px;
  margin-top: 20px;
}
h1 a {
  display: block;
  background-image: url(../img/hd_logo.jpg);
  background-repeat: no-repeat;
  width: 283px;
  height: 89px;
  -moz-background-size: 283px 89px !important;
  background-size: 283px 89px !important;
  text-indent: -9999px;
}
#subArea {
  float: right;
  margin-right: 10px;
}
#subHeader {
  float: right;
  margin-right: 0px;
  margin-top: 22px;
  width: 380px;
  height: 42px;
  margin-bottom: 0px;
}
#langList {
  float: left;
  height: 25px;
  width: 120px;
}
#langList li {
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}
#langList li a {
  color: #999;
}
#langList li a.current {
  color: #333;
}

#shareanytime a {
  display: block;
  float: left;
  background-image: url(../img/logo_shareanytime.png);
  background-repeat: no-repeat;
  width: 130px;
  height: 35px;
  text-indent: -9999px;
  margin-left: 0px;
}
#metamoji a {
  display: block;
  float: left;
  background-image: url(../img/hd_metamoji.gif);
  background-repeat: no-repeat;
  width: 124px;
  height: 25px;
  text-indent: -9999px;
}

#subNav {
  clear: both;
  /margin-left: 110px;
  _margin-left: 90px;
}
#subNavList {
  float: left;
}
#subNavList li {
  float: left;
  margin-right: 11px;
}
#subNavList li a {
  display: block;
}
#subNavList li#ustream a {
  background-image: url(../img/ustream_logo.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 30px;
  text-indent: -9999px;
}
#subNavList li#youtube a {
  background-image: url(../img/youtube_logo.png);
  background-repeat: no-repeat;
  width: 59px;
  height: 30px;
  text-indent: -9999px;
}
#subNavList li#twitter a {
  background-image: url(../img/hd_sub_twitter.gif);
  background-repeat: no-repeat;
  width: 80px;
  height: 30px;
  text-indent: -9999px;
}
#subNavList li#facebook a {
  background-image: url(../img/hd_sub_facebook.gif);
  background-repeat: no-repeat;
  width: 91px;
  height: 30px;
  text-indent: -9999px;
}

#get {
  float: left;
  background-image: url(../img/btn_get.jpg);
  background-repeat: no-repeat;
}
#get a {
  display: block;
  width: 162px;
  height: 29px;
  text-indent: -9999px;
}

/* ------------------------------------------
globalNav
------------------------------------------ */

#globalNav {
  width: 100%;
  clear: both;
  background-image: url(../img/bg_navi.jpg);
  background-repeat: repeat-x;
  height: 32px;
  position: absolute;
  z-index: 100;
  width: 100%;
  -moz-background-size: 100% 32px !important;
  background-size: 100% 32px !important;
  min-width: 960px;
}
.fixed {
  width: 100%;
  clear: both;
  background-image: url(../img/bg_navi.jpg);
  background-repeat: repeat-x;
  height: 32px;
  width: 100%;

  z-index: 100;
  width: 100%;
  -moz-background-size: 100% 32px !important;
  background-size: 100% 32px !important;
  /* min-width: 960px; */

  position: fixed;
  top: 0;
}

#globalNavList {
  width: 960px;
  margin: 0 auto;
}
#globalNavList li {
  float: left;
}
#globalNavList li a {
  background-repeat: no-repeat;
  height: 32px;
  display: block;
  text-indent: -9999px;
}
#globalNavList li.current a {
  background-position: 0 -32px;
}
#globalNavList li .second a {
  height: 24px;
  background-image: url(../img/bg_second.jpg) !important;
  background-repeat: repeat-x;
  text-indent: 0px;
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 6px;
}

#globalNavList li .second a:hover {
  background-position: 0 -30px;
  text-decoration: none;
}
#globalNavList li .second a.current {
  background-position: 0 -30px;
}
#globalNavList li a:hover {
  background-position: 0 -32px;
}
#globalNavList li a.current {
  background-position: 0 -32px;
}
#globalNavList li#gnHome a {
  background-image: url(../img/hd_navi01.jpg);
  width: 55px;
}
#globalNavList li#gnHow a {
  background-image: url(../img/hd_navi02.jpg);
  width: 155px;
}

#globalNavList li#gnReviews a {
  background-image: url(../img/hd_navi03.jpg);
  width: 198px;
}

#globalNavList li#gnShowroom a {
  background-image: url(../img/hd_navi04.jpg);
  width: 222px;
}

#globalNavList li#gnBlog a {
  background-image: url(../img/hd_navi05.jpg);
  width: 173px;
}
#globalNavList li#gnFlick a {
  background-image: url(../img/hd_naviflick.jpg);
  width: 173px;
}

#globalNavList li#gnAbout a {
  background-image: url(../img/hd_navi06.jpg);
  width: 157px;
}
#globalNavList li ul {
  display: none;
}
#globalNavList li ul li {
  float: none;
}
#globalNavList li:hover ul {
  display: block;
}

/* ------------------------------------------
mainVisual
------------------------------------------ */
.flexslider {
  float: left;
  width: 380px;
  margin-right: 50px;
  margin-top: 105px;
}
.flex-control-nav {
  bottom: -125px;
  right: -202px;
  right: 0px;
}

#content {
  margin-top: 500px;
  background-color: #fff;
}

#mainVisual {
  position: absolute;
  height: 500px;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  margin-left: 0px;
  left: -6px;
  top: 152px;
}
#mainBox {
  background-image: url(../img/img_main2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 1040px;
  margin: 0 auto;
  height: 480px;
}

#mainBoxCenter {
  width: 960px;
  margin: 0 auto;
}

#leftBox {
  width: 480px;
  float: right;
}
#mainTx {
  padding-top: 44px;
  margin-left: 12px;
  padding-left: 130px;
}

.mainDownload {
  margin-top: 125px;
  margin-left: 0px;
  left: 0px;
  padding-left: 337px;
  padding-bottom: 0px;
  top: 0px;
  padding-top: 36px;
}
.mainDownload2 {
  margin-top: 0px;
}
.mainDownload img {
  margin-right: 8px;
  margin-bottom: 8px;
}
.mainDownload2 img {
  margin-right: 8px;
  margin-bottom: 8px;
}

/* ------------------------------------------
section
------------------------------------------ */
.section {
  clear: both;
  width: 920px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(../img/ln_yellow.gif);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  padding-bottom: 30px;
  margin-bottom: auto;
  height: auto;
  margin-top: 20px;
}

h2 {
  margin-bottom: 20px;
  font-size: 32px;
  color: #0051cd;
  font-weight: bold;
}
h2.mini {
  margin-bottom: 5px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
}

plusPandaYes {
}

testimonials {
}

/* ------------------------------------------
newsBox
------------------------------------------ */

#newsBox {
  border: 1px solid #0051cd;
  background-color: #ffffff;
  padding: 15px 20px;
  height: 50px;
  overflow-y: scroll;
  color: #000000;
  border-radius: 6px;
}

#newsList li {
  margin-bottom: 4px;
}

#newsList .ttl {
  float: left;
  width: 103px;
}
#newsList .article {
  float: left;
  width: 750px;
}

#newsBox2 {
  padding: 20px 20px 0px 58px;
  height: 165px;
  overflow-y: scroll;
  color: white;
  border-radius: 6px;
  width: 350px;
  margin-bottom: 60px;
  margin-top: 25px;
  border-style: solid;
  border-width: 0;
}

#newsList2 li {
  margin-bottom: 0;
  padding-bottom: 50px;
}

#newsList2 .ttl {
  float: left;
  width: 103px;
}
#newsList2 .article {
  float: left;
  width: 350px;
  margin-top: 5px;
}

#slideBox .article {
  color: #666666;
  clear: both;
  margin-top: 3px;
}

.bx-wrapper .date img {
  float: left;
  margin-right: 10px;
  margin-top: 13px;
}
.bx-wrapper .date span {
  float: left;
  display: block;
  margin-top: 13px;
}
.bx-controls {
  display: none;
}

.box2 {
  margin-bottom: 20px;
  text-align: justify;
}
.box2 li {
  width: 50%;
  float: left;
}

.comment {
  font-size: 16px;
  color: #000000;
}

.box1 .left {
  width: 420px;
  float: left;
}
.box1 .right {
  width: 460px;
  float: left;
  text-align: justify;
  margin-left: 20px;
}

.box4 li {
  width: 407px;
  float: left;
  margin: 0 26px;
  _margin: 0 20px;
  height: 480px;
  text-align: justify;
}
.box4 li .visual {
  margin-bottom: 6px;
}
.box4 li .ttl {
  font-size: 16px;
  color: #0051cd;
  font-weight: bold;
}
.box4 li .disp {
  font-size: 12px;
  color: #000000;
}

#awards #awards1 {
  float: left;
}

#awards #awards2 {
  float: left;
  background-image: url(../img/img_awards_right.jpg);
  height: 410px;
  width: 480px;
  background-repeat: no-repeat;
}

#strBox {
  font-size: 16px;
  color: #000000;
  line-height: 120%;
  text-align: justify;
}
#strBox .left {
  width: 540px;
  float: left;
}
#strBox .right {
  width: 340px;
  float: right;
}
#strBox .center {
  width: 100%;
  float: left;
}

#galleryBox {
  border: 1px solid #d2a93d;
  background-color: #faf6eb;
  padding: 20px 20px 30px 20px;
}

#galleryList li {
  float: left;
  width: 230px;
  margin: 0 30px;
  text-align: center;
  margin-bottom: 20px;
}
#galleryList li .visual {
  margin-bottom: 3px;
}
#galleryList li .ttl {
  font-size: 16px;
  color: #0051cd;
  font-weight: bold;
}

#btnGallery {
  text-align: right;
  margin-bottom: 20px;
}

#subFooter {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#subFooterList {
  width: 920px;
  margin: 0 auto;
}
#footer {
  width: 920px;
  margin: 0 auto;
}

#subFooterList li {
  background-image: url(../img/ic_green.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 13px;
  float: left;
  margin-right: 24px;
  position: relative;
}
#footerList {
  float: left;
  margin-bottom: 20px;
}
#footerList li {
  float: left;
  margin-right: 24px;
}
#copyright {
  float: right;
}

.last {
  background-image: none;
  margin-bottom: 20px;
}

.captionList {
}

.captionList .left {
  float: left;
  width: 45%;
  margin-right: 4%;
}
.captionList .right {
  float: left;
  width: 45%;
}
.captionList .ttl {
  color: #0051cd;
  font-weight: bold;
  font-size: 16px;
}
.captionList .article {
  color: #000000;
  text-align: left;
  font-size: 12px;
}

#menuSp {
  display: none;
}
#globalNavListSp {
  display: none;
}

.windowsPhone .flex-direction-nav {
  display: none;
}
.windowsPhone .flex-control-nav {
  display: none;
}

/* ------------------------------------------
bxsliderBox
------------------------------------------ */

#bxsliderBox {
  text-align: center;
  height: auto;
  width: 920px;
  margin: 0 auto;
  margin-bottom: 0px;
}
#bxsliderBoxBg {
  background-image: url(../img/bg_bxslider.png);
  background-repeat: no-repeat;
  -moz-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
  background-position: 0 0px;
  padding-left: 40px;
  padding-right: 40px;
  height: 78px;
}

#bxsliderBox .bx-wrapper {
  padding: 7px 0px 10px 11px;
}

.bx-wrapper .bx-prev {
  background: url("../img/btn_bxslider.png") no-repeat scroll 0 -0px transparent;
  left: -41px;
}
.bx-wrapper .bx-next {
  background: url("../img/btn_bxslider.png") no-repeat scroll -40px 0px transparent;
  right: -41px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 -78px;
}
.bx-wrapper .bx-next:hover {
  background-position: -40px -78px;
}
.bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 78px;
  margin-top: 0px;
  top: 0;
}

.bx-wrapper .bx-viewport {
  background-color: transparent;
  border: none;
  padding-right: 8px;
}
.bx-wrapper .bx-viewport img {
  border: 3px solid #fff;
}

.bxslider li img {
  box-shadow: 1px 1px 2px #999;
  -moz-box-shadow: 1px 1px 2px #999;
  -webkit-box-shadow: 1px 1px 2px #999;
  margin-bottom: 3px;
}

.bx-controls {
  display: block !important;
}

.bx-wrapper .bx-viewport .caption {
  text-align: left;
  color: #666666;
  font-size: 11px;
  font-weight: bold;
}

.windowsTbl {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  width: 100%;
  margin: 0;
}

.windowsTbl th {
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.windowsTbl .ttl {
  width: 20%;
  white-space: nowrap;
}
.windowsTbl .left {
  width: 40%;
  background-color: #dbf0f1;
  text-align: left;
}
.windowsTbl .right {
  width: 40%;
  background-color: #f0f8f9;
  text-align: left;
}

.windowsTbl td {
  padding: 15px;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  font-size: 12px;
  vertical-align: top;
  line-height: 130%;
}

.windowsTbl .caption {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  margin-left: 1px;
  color: #666;
}

.windowsTbl .red {
  color: #0051cc;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
}
.windowsTbl .center {
  text-align: center;
  vertical-align: middle;
}
.windowsTbl strong {
  font-weight: bold;
}

#tbl2 {
  display: none;
}

.movie {
  margin: 0 auto;
  margin-top: 40px;
}
#ios .movie {
  margin-top: 20px;
  margin-bottom: 20px;
}
.movie iframe {
  width: 100%;
}
.movie .ttl {
  color: #0051cd;
  font-size: 16px;
  font-weight: bold;
}

.movie .disp {
  color: #777777;
  font-size: 14px;
}
.movie .left {
  float: left;
  width: 55%;
}
.movie .right {
  float: right;
  width: 40%;
}

.showcaseSection {
  color: #666666;
  font-size: 14px;
  line-height: 180%;
}
.showcaseSection .caption {
  text-align: left;
  font-size: 11px;
  margin-bottom: 10px;
  color: #888;
  line-height: 140%;
}
.showcaseSection .leftBox,
.showcaseSection .rightBox,
.showcaseSection .centerBox {
  margin-bottom: 30px;
  clear: both;
}
.showcaseSection .line {
  background-image: url("../img/ln_yellow.gif");
  background-position: 0 bottom;
  background-repeat: repeat-x;
  height: 1px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}
.showcaseSection .comment {
  margin-bottom: 20px;
  font-size: 14px;
}
.showcaseSection .commentBig {
  font-size: 20px;
}

.showcaseSection .leftBox .left {
  width: 60%;
  float: left;
}
.showcaseSection .leftBox .right {
  width: 35%;
  float: right;
  text-align: left;
}

.showcaseSection .rightBox .left {
  width: 35%;
  float: left;
}
.showcaseSection .rightBox .right {
  width: 60%;
  float: right;
}

.showcaseSection .name1 {
  color: #0051cd;
}
.showcaseSection .name2 {
  color: #deac26;
}
.showcaseSection .marginMinus {
  margin-top: -60px;
}

/*
.windowsPhone .flex-direction-nav{
display: none;
}
.windowsPhone .flex-control-nav{
display: none;
}
*/

.showcaseSection #showcaseList {
  margin-right: -41px;
}
.showcaseSection #showcaseList li {
  float: left;
  width: 285px;
  margin-right: 31px;
}
.showcaseSection #showcaseList li .img {
  margin-bottom: 8px;
}
.showcaseSection #showcaseList li .date {
  font-size: 12px;
  color: #666666;
  line-height: 120%;
}
.showcaseSection #showcaseList li .ttl {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}

.featuresSection {
  color: #666666;
}
.featuresSection .leftBox,
.featuresSection .rightBox {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background-image: url("../img/ln_yellow.gif");
  background-position: 0 bottom;
  background-repeat: repeat-x;
}
.featuresSection .leftBox.last,
.featuresSection .rightBox.last {
  background-image: none;
}

.featuresSection .leftBox.longBox .left {
  float: left;
  width: 540px;
}
.featuresSection .leftBox.longBox .right {
  float: right;
  width: 320px;
}
.featuresSection .rightBox.longBox .left {
  float: left;
  width: 320px;
}
.featuresSection .rightBox.longBox .right {
  float: right;
  width: 540px;
}
.featuresSection .leftBox .left {
  float: left;
  width: 320px;
}
.featuresSection .leftBox .right {
  float: right;
  width: 540px;
}
.featuresSection .rightBox .left {
  float: left;
  width: 540px;
}
.featuresSection .rightBox .right {
  float: right;
  width: 320px;
}

.featuresSection .ttl {
  margin-bottom: 20px;
}
.featuresSection .disp {
  font-size: 14px;
  line-height: 165%;
}

.magazineBox {
  background-color: #faf6eb;
  border: 1px solid #d3aa2e;
  padding: 25px 30px;
  margin-top: 30px;
}

.magazineBox .left {
  float: left;
  margin-right: 35px;
}
.magazineBox .right {
  float: left;
  width: 710px;
}

.magazineBox.magazineBoxS {
  padding: 15px 20px;
}
.magazineBox.magazineBoxS .leftM {
  float: left;
  width: 120px;
  margin-right: 0;
}

.magazineBox.magazineBoxS .rightM {
  float: right;
  width: 120px;
}

.magazineBox .rightM .ttl {
  font-weight: bold;
  font-size: 14px;
}

.magazineBox .rightM .disp {
  font-size: 12px;
  margin-bottom: 20px;
}

.magazineBoxS {
  width: 255px;
  margin-top: 22px;
}
.magazineBox.magazineBoxS .rightM .ttl {
  font-size: 12px;
  margin-bottom: 7px;
}

.magazineBox.magazineBoxS .rightM .disp {
  font-size: 10px;
  margin-bottom: 10px;
}

.mainDisp {
  font-size: 14px;
}

/*
//////////////////////////
*/
.subBox {
  background-color: #faf6eb;
  border: 1px solid #d3aa2e;
  padding: 25px 30px;
  margin-top: 30px;
}

.subBox .left {
  float: left;
  width: 550px;
}

.subBox .right {
  float: right;
  margin-right: 0px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainVisual {
    width: 960px;
  }
}

/* screens smaller than 767
***************************************************************************/
@media only screen and (max-width: 480px) {
  #subHeader {
    float: right;
    margin-right: 0px;
    margin-top: 0px;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-top: -10px;
  }
  #langList {
    float: left;
    height: auto;
    width: auto;
  }

  #metamoji {
    display: none;
  }

  h1 {
    float: none;
    margin-top: 10px;
    max-width: 283px;
    margin-left: 15px;
    margin-right: 15px;
  }

  h1 a {
    display: block;
    width: 100%;
    width: 100%;
    -moz-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }

  #headerArea {
    height: auto;
    margin: 0 auto;
    width: auto;
  }

  #globalNavList {
    display: none;
  }
  #globalNavListSp {
    clear: both;
    display: block;
    display: none;
    background-image: url(../img/bg_sp.jpg);
    background-repeat: repeat-x;
    -moz-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    width: 100%;
  }
  #globalNavListSp > li {
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
  }
  #globalNavListSp li a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    float: left;
    width: 33%;
    min-width: 100px;
  }

  #globalNavListSp .second {
    float: right;
    width: 63%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #globalNavListSp .second li {
    width: auto;
    border-bottom: none;
    float: left;
    padding-left: 0px;
    padding-right: 20px;
  }

  #globalNavListSp .second li a {
    margin-left: 0px;
    width: auto;
    min-width: inherit;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #menuSp {
    display: block;
    width: 100%;
    height: 32px;
  }
  #menuSpBtn {
    background-image: url(../img/btn_menu.png);
    background-repeat: no-repeat;
    float: left;
    height: 32px;
    width: 66px;
    text-indent: -9999px;
    cursor: pointer;
  }

  #globalNav {
    height: auto;
    min-width: inherit;
    position: relative;
  }
  #subNav {
    display: none;
  }

  #leftBox {
    float: none;
    width: 100%;
  }

  #mainTx {
    margin-left: 12px;
    padding-top: 20px;
  }
  #mainTx img {
    width: 90%;
  }
  .mainDownload {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 8px;
    vertical-align: middle;
  }

  .mainDownload2 {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 8px;
    vertical-align: middle;
  }
  .mainDownload a {
    display: block;
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .mainDownload a img {
    width: 100%;
  }

  #mainVisual {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }
  #mainBox {
    background-image: url("../img/bg_main_sp.jpg");
    -moz-background-size: auto 100% !important;
    background-size: auto 100% !important;
    background-position: 50% 50%;
    width: auto;
    height: auto;
    margin-bottom: 0px;
  }

  .flexslider {
    float: none;
    width: 63%;
    margin: 0 auto;
    height: 100%;
  }
  .flexslider .slides > li {
  }
  .flexsliderBox {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 10%;
    padding-bottom: 16%;
    background-image: url("../img/bg_slider_sp.png");
    -moz-background-size: 100% auto !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    min-width: 100px;
  }

  .flex-control-nav {
    bottom: -85px;
    right: 0;
    display: none;
  }

  #content {
    margin-top: 180px;
  }

  #newsList .ttl {
    float: none;
    width: 100%;
    font-weight: bold;
  }
  #newsList .article {
    float: none;
    width: 100%;
  }

  .section {
    width: auto;
    padding-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #newsBox {
  }

  h2.sp img {
    width: 70%;
  }
  h2.sp2 img {
    width: 70%;
  }

  .box2 li {
    float: none;
    width: 100%;
  }
  .box2 li img {
    width: 100%;
    margin-bottom: 0px;
  }
  .box1 li img {
    width: 100%;
    margin-bottom: 20px;
  }

  .box1 .left {
    float: none;
    width: auto;
  }
  .box1 .right {
    float: none;
    width: auto;
  }
  .box1 li .free {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .mainDownload2 img {
    width: 100%;
  }

  .mainDownload2 a {
    float: left;
    width: 46%;
    margin-right: 2%;
  }
  .mainDownload2 a img {
    margin-bottom: 10px;
  }

  .box4 li {
    float: none;
    height: auto;
    margin: 0 auto;
    width: auto;
  }
  .box4 .left {
    float: none;
    width: auto;
  }
  .box4 .right {
    float: none;
    width: auto;
  }
  .box4 li img {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .box4 li .disp {
    margin-bottom: 30px;
  }

  #footer {
    margin: 0 auto;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 10px;
  }
  #subFooterList {
    margin: 0 auto;
    width: auto;
  }

  #copyright {
    clear: both;
    float: none;
  }

  #subFooter {
    padding-left: 20px;
    padding-right: 20px;
  }

  #galleryBox {
    padding: 20px 20px 20px 20px;
  }

  #galleryList li {
    float: left;
    margin: 0;
    text-align: center;
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
  }

  #galleryList li .ttl {
    margin-bottom: 30px;
  }

  .free {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  #galleryList li .visual img {
    width: 100%;
  }

  #btnGallery {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }

  #btnGallery img {
    text-align: center;
    margin-bottom: 0px;

    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .comment {
    font-size: 12px;
  }
  .box4 li .disp {
    font-size: 12px;
  }

  .box4 li .ttl {
    font-size: 14px;
  }

  #galleryList li .ttl {
    font-size: 11px;
  }

  .last {
    margin-bottom: 0;
  }

  #footerArea {
    min-width: inherit;
  }

  #mainBoxCenter {
    width: auto;
    margin: 0 auto;
  }

  #strBox .left {
    width: auto;
    float: none;
    font-size: 12px;
    margin-bottom: 20px;
  }
  #strBox .right {
    width: auto;
    float: none;
  }
  #strBox {
    line-height: 120%;
  }

  #strBox .center p {
    text-align: left;
  }

  .box4 li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .box4 li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
  }

  #intro iframe {
    width: 100%;
    height: auto;
  }

  #awards #awards1 {
    float: none;
    width: 100%;
  }

  #awards #awards2 {
    float: none;
    width: 100%;
  }

  #strBox .right {
    width: auto;
  }

  .captionList {
    margin-bottom: 40px;
  }

  .captionList .left {
    float: left;
    width: 45%;
    margin-right: 10%;
  }
  .captionList .ttl {
    font-size: 14px;
  }

  /* ------------------------------------------
end ipad
------------------------------------------ */
}

/* ------------------------------------------
smartphone portrait
------------------------------------------ */
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
}

/* ------------------------------------------
smartphone landscape
------------------------------------------ */
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
}

/* ------------------------------------------
end smartphone
------------------------------------------ */

/* ------------------------------------------
smartphone
------------------------------------------ */
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
  /* ------------------------------------------
end smartphone
------------------------------------------ */
}
.titre {
  font-weight: bold;
  font-size: 14px;
  color: #167578;
}
textadresse {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #333;
}
txtaddr {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #333;
}
.txtadd {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #333;
  font-weight: normal;
}

.applications_wrap {
  overflow-x: scroll;
}

@media screen and (max-width: 767px) {
  .globalNav {
    position: relative;
    height: 32px;
    clear: both;
  }

  #shareanytime {
    display: none;
  }

  #mainVisual {
    position: absolute;
    /* height: 500px; */
    width: 100%;
    /* min-width: 100%; */
    overflow: hidden;
    margin-bottom: 40px;
    margin-left: 0px;
    left: 50%;
    transform: translateX(-50%);
    top: 160px;
  }
}

/* Cookieのポップアップ設定 */
.c-cookie__box {
  box-sizing: border-box;
  display: flex;
  z-index: 1000;
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.8);
}

.c-cookie__box .c-container.en {
  display: none;
}

.c-cookie__box .c-container {
  display: flex;
  align-items: center;
}

.c-cookie__box a {
  color: #fff !important;
}

.c-cookie__box a:hover {
  color: #fff !important;
  text-decoration: underline; /* 必要ない場合は削除OK */
}

.c-cookie__text {
  width: 75%;
  margin: 0 40px 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.75;
}

.c-cookie__text p {
  line-height: 2;
}

.c-cookie__btn {
  display: flex;
}

.c-cookie__btn--consent a:hover,
.c-cookie__btn--detail a:hover,
.c-cookie__btn--reject a:hover {
  opacity: 0.7;
  background-color: #252525;
  color: #fff;
  border: #fff solid 1px;
}

.c-cookie__btn--consent,
.c-cookie__btn--reject {
  margin: 0 25px 0 0;
}

.c-cookie__btn--consent a,
.c-cookie__btn--detail a,
.c-cookie__btn--reject a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  color: #252525;
  text-decoration: none;
  font-size: 13px;
  transition: 0.4s ease;
  font-weight: 600;
}

/* ボタン内リンク（同意する・同意しない）は黒に上書き */
.c-cookie__btn--consent a,
.c-cookie__btn--detail a,
.c-cookie__btn--reject a  {
  color: #000 !important;
}




@media (max-width:768px) {
  .c-container {
    flex-direction: column;
  }

  .c-cookie__text {
    margin: 0 20px 0;
    width: 85%;
  }

  .c-cookie__btn {
    margin-top: 10px;

  }

  .c-cookie__text p {
    line-height: 1.8;
  }


}

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

  .c-cookie__btn--consent,
  .c-cookie__btn--reject {
    margin-bottom: 15px;
  }

  .c-cookie__btn {
    flex-wrap: wrap;
    justify-content: center;
  }

  .c-cookie__box {
    padding: 5px 5px 10px 5px;
  }

  .c-cookie__btn--reject {
    margin: 0;
  }
}