article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
menu,
nav,
section,
summary {
  display: block
}

header {
  background-image: none
}

header .inner {
  width: auto;
  height: auto;
  text-align: center
}

header .inner h1 {
  position: static;
  padding-top: 0px
}

header ul ui a img {
  width: 70%;
  height: auto
}

header .inner address {
  position: static;
  padding-bottom: 10px
}

nav#menu {
  height: auto;
  margin-right: 6px;
  margin-left: 6px
}

nav#menu ul {
  width: auto
}

nav#menu ul li {
  float: none;
  width: 100%;
  border: none !important;
  background-color: #5fb10f;
  background-image: url(../image/btn_arrow.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, #09c300), color-stop(1, #004c15));
  background-image: url(../image/btn_arrow.png), -webkit-linear-gradient(#09c300, #004c15);
  background-image: url(../image/btn_arrow.png), linear-gradient(#09c300, #004c15);
  background-repeat: no-repeat;
  background-position: right center;
  text-align: left
}

nav#menu ul li a {
  line-height: normal;
  padding: 15px 0px 15px 20px
}

nav#menu ul li a span {
  display: none
}

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

#contents img {
  height: auto;
  max-width: 100%
}

#contents iframe {
  width: 100%
}

#middle,
#contents,
body.c2 #contents,
#menu-left {
  float: none;
  width: auto
}

#menu-left .menulist,
p,
table100,
a,
lu,
li {
  width: auto
}

#menu-right {
  display: none
}

#mainimg {
  display: none
}

section#new h2.open {
  background: url(../image/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#b4da8e), to(#5fb10f));
  background: url(../image/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#b4da8e, #6bb721 49%, #5fb10f 50%);
  background: url(../image/btn_minus.png) no-repeat right center, linear-gradient(#b4da8e, #6bb721 49%, #5fb10f 50%)
}

section#new h2.close {
  background: url(../image/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#b4da8e), to(#5fb10f));
  background: url(../image/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#b4da8e, #6bb721 49%, #5fb10f 50%);
  background: url(../image/btn_plus.png) no-repeat right center, linear-gradient(#b4da8e, #6bb721 49%, #5fb10f 50%)
}

#new dl {
  height: auto;
  padding-left: 0
}

#new dt {
  float: none;
  width: auto
}

#new dd {
  padding-left: 0
}

.ta1 td {
  width: auto;
  padding: 2px
}

.ta1 th {
  width: 100px;
  padding: 2px
}

#contents section.list article p {
  margin-left: 0
}

#contents .list article figure img {
  width: 40%;
  height: auto;
  margin-right: 5px
}

body.s-n #sub {
  display: none
}

img.wa {
  height: auto;
  width: 100%
}

#menubar_hdr {
  display: inline;
  position: absolute;
  top: 0px;
  right: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
  background-image: linear-gradient(#fbfbfb, #e5e5e5);
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 0px 0px 6px 6px
}

/* SP版パンくずリスト 背景 */
.pan-list-float {
  clear: both;
  width: auto;
  /* SP版の横幅*/
  height: 25px;
  /* SP版の縦幅*/
  background-color: #fff;
  /* 背景色 */
  line-height: 1.5;
  /* 行間 */
  padding: 3px 0 0 10px;
  text-align: left;
  /* 左揃え */
  border-color: #ccc;
  border-style: none;
  /* 打消し */
  overflow: hidden;
}

/* SP版パンくずリスト 文字まわり */
.pan-list-float li {
  display: inline;
  /* 追記 */
  color: #696969;
  background-image: none;
  padding: 0 6px 18px 0;
  margin: 0px;
  flex: 0 0 40%;
  /* 追記 */
  list-style-type: none;
  background-repeat: no-repeat;
  font-size: 14px;
  float: none;
  /* 打消し */
}

/* SP版パンくずリスト リンクカラー */
.pan-list-float a {
  color: #00376f
}

/* SP版パンくずリスト マウスオーバーカラー */
.pan-list-float a:hover {
  color: #ff6600
}

/* SP版パンくずリスト breadcrumb */

.breadcrumb {
  padding: 5px 0 0 0;
  margin: 5px 10px 0 10px;
  -webkit-overflow-scrolling: touch;
  /* スマホでスクロールを滑らかにする */
  overflow-x: auto;
  /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
}

/* SP版パンくずリスト スクロールバー */

.breadcrumb::-webkit-scrollbar {
  height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}

.breadcrumb ol {
  display: table;
  /* [必須]  */
}

.breadcrumb ol li {
  font-size: 1em;
  display: table-cell;
  /* [必須]  */
  white-space: nowrap;
  /* [必須] テキストを改行させないように */
  vertical-align: middle;
  padding-right: 26px;
  position: relative;
}

.breadcrumb ol li:last-child {
  padding-right: 0;
}

.breadcrumb ol li:last-child:after {
  display: none;
}

/* SP版パンくずリスト 矢印  */

.breadcrumb ol li:after {
  position: absolute;
  display: block;
  content: '';
  content: ">";
  top: 3px;
  right: 8px;
}

/* SP版パンくずリスト リンクアンダーライン

.breadcrumb ol li a:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #111;
    bottom: -7px;
} 

.breadcrumb ol li a,
.breadcrumb ol li span {
    position: relative;
    display: block;
    top: -4px;
}

.breadcrumb ol li span {
    background-color: #eee;
    border-radius: 4px;
    padding: 6px 8px;
} */

/* SP版パンくずリスト スクロール設定解除 */

.breadcrumb.no-scroll ol {
  display: block;
}

.breadcrumb.no-scroll ol li {
  display: inline-block;
  margin-bottom: 12px;
  white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
  top: -4px;
}

/* SP版パンくずリスト PC用リンクアニメーション 640pxは適宜変更
@media print,screen and (min-width: 640px) {
    .breadcrumb ol li a:before {
        transform: scaleX(1);
        transition: transform 0.3s ease;
    }
    .breadcrumb ol li a:hover:before {
        transform: scaleX(0);
    }
} */

#menubar_hdr {
  display: inline;
  position: absolute;
  top: 0px;
  right: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
  background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
  background-image: linear-gradient(#fbfbfb, #e5e5e5);
  padding: 10px;
  border: 1px solid #cfcfcf;
  border-radius: 0px 0px 6px 6px
}

#container #middle #contents p img {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px
}

.c2 #container #middle #contents p img {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  clip: rect(30px, auto, 30px, auto)
}

/* メインスペースのPタグ */
#contents p {
  color: #000000;
  padding: 0px;
  margin: 12px 0px;
  line-height: 20px;
  font-size: 100%;
  /* 全体に影響 text-align: center; */
}

/* メインイメージのみセンター揃え
#contents p .image_main {
    text-align: center;
} */

.imageLeft {
  /* pc.cssにもあり */
  FLOAT: left;
  margin: 0;
  /* 打ち消し */
}

.st_cart_ln_faxorder,
.st_cart_ln_formbasic,
.st_cart_ln_formmitumori,
.st_cart_ln_formkousei,
.st_cart_ln_formdemo {
  width: 46%;
  margin: 0 0 5px 0
}

/*# sourceMappingURL=phs.css.map */

/* headerでpc.cssと干渉するところ */
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure {
  margin: 0px;
  padding: none;
}

/* 2019/11/26 菊地追加 */
.misenai {
  display: none;
}

.resizeimage img {
  max-width: 100vw;
  height: auto;
  width: auto;
  padding: 0 2%;
}

/* h1 ヘッダーロゴ */
#header .inner h1 {
  text-align: center;
  padding: 10px;
}

#header-sp {
  text-align: left;
}

.clfx {
  clear: both;
  zoom: 1;
  min-height: 1px;
}

#header-sp .inner ul.headmenu {
  width: 100%;
  display: table;
}

#header-sp .inner .headmenu .nav_logo {
  display: table-cell;
  width: 80%;
  text-align: center;
  vertical-align: middle;
}

/* h1を事実非表示に */
#header-sp .inner .headmenu .nav_logo h1 {
  width: 80%;
  height: 60px;
  display: block;
  background: url(/images/sp_parts/top_logo_sp.svg) no-repeat 100% 50%;
  background-size: 290px auto;
  text-indent: -9999px;
}

/* h1の位置に透明ボタンリンク */
h1 .header-logo-sp {
  display: block;
  width: 80%;
  height: 60px;
  float: center;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-decoration: none;
}

.header-logo-sp a {
  display: block;
  width: 100%;
  height: 100%;
}


/* 使わないかも */
.box {
  display: table-cell;
  width: 80%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

#headlogo {
  display: table-cell;
  max-width: 80vw;
  hight: auto;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

/* フローティングメニュー */
.fixed {
  display: block;
  /* ブロック要素にする */
  width: 100vm;
  /* 幅いっぱいに */
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  text-align: center;
  /* 子要素を左右中央揃え */
  padding: 0 auto;
}

#floatingmenu {
  width: 100vw;
  /* 幅を画面幅いっぱいに */
}

.floatingmenu-link {
  padding: 0;
  /* ulタグのデフォルトCSSを打ち消し */
  margin: 0;
  /* ulタグのデフォルトCSSを打ち消し */
  list-style: none;
  /* ulタグのデフォルトCSSを打ち消し */
  text-align: center;
  /* 子要素を左右中央揃え */
}

.floatingmenu-link > li {
  display: inline-block;
  /* インラインブロック要素にする */
  vertical-align: middle;
  /* 要素を上下中央で揃える */
  padding: 0;
}

.floatingmenu-link img {
  width: 33.3vw;
  /* 幅指定 */
  height: auto;
  /* 高さ指定 */
}


/* pc.cssを打ち消し */
body {
  border-top: 0px solid #008A00
}

h1 {
  text-align: center;
  padding: 0px 20px;
  margin: 0px;
  color: #000;
  font-size: 100%;
  font-weight: normal
}

/* h2タグの各装飾 */
h2.toppage1 {
  border-radius: 0px;
  background-color: #f6f6f6;
  width: 100vm margin: 0;
  height: auto;
  COLOR: #000;
  FONT-SIZE: 1em;
  text-align: left;
  padding: 10px 0 10px 5%;
  clear: both;
  border-top: solid 2px #157b38;
  /* 上辺の線種（実線） 太さ 色 */
}

h2.toppage2 {
  width: 100vw;
  margin: 0 0 5px 0;
  margin: 0;
  height: auto;
  FONT-SIZE: 1.6em;
  text-align: center;
  clear: both;
}

h2.toppage3 {
  border-radius: 0px;
  background-color: #f6f6f6;
  width: 100vm;
  height: auto;
  COLOR: #000;
  FONT-SIZE: 1em;
  text-align: left;
  padding: 1px 0 1px 5%;
  margin: 0;
  clear: both;
  border-top: solid 2px #157b38;
  /* 上辺の線種（実線） 太さ 色 */
}

/* スライドバナー画像 */
.itemslider_itemfield img {
  /* imgのみ */
  width: 100vw;
  /* 幅を画面幅いっぱいに */
  height: auto;
  /* 高さ指定 */
}

/* トップページの3アイコン */
.dtl-menu {
  width: 100vw;
  /* 幅指定 */
  height: auto;
  /* 高さ指定 */
}

.three-top-link {
  padding: 0;
  /* ulタグのデフォルトCSSを打ち消し */
  margin: 0;
  /* ulタグのデフォルトCSSを打ち消し */
  list-style: none;
  /* ulタグのデフォルトCSSを打ち消し */
  text-align: center;
  /* 子要素を左右中央揃え */
}

.three-top-link > li {
  display: inline-block;
  /* インラインブロック要素にする */
  vertical-align: middle;
  /* 要素を上下中央で揃える */
  padding: 0 1%;
}

.three-top-link img {
  width: 27vw;
  /* 幅指定 */
  height: auto;
  /* 高さ指定 */
}

/* お買い物ガイド */
.buy-guide {
  width: 100vw;
  /* 幅指定 */
  height: auto;
  /* 高さ指定 */
  vertical-align: middle;
  /* 要素を上下中央で揃える */
  text-align: center;
  /* 子要素を左右中央揃え */
}

.buy-guide img {
  width: 90vw;
  /* 幅指定 */
  height: auto;
  /* 高さ指定 */
}

/* トップページ ヘッダーワード */
.header-word {
  margin: .5em auto 1.5em;
  text-align: center;
  padding: 0 .5em;
}

.header-word ul {
  margin: 0 auto;
  letter-spacing: -.40em;
  /*文字の間隔　-0.4em*/
}

.header-word ul li {
  text-align: center;
  letter-spacing: normal;
  /*文字の間隔*/
  display: inline-block;
  /*インラインブロック化*/
  margin: 0 .5em .3em 0;
  font-size: .9em;
}

.header-word ul li a {
  display: block;
  /*ブロック化*/
  padding: .2em .6em;
  /*ヘッダーワードのサイズ*/
  border-radius: 7px;
  /*角丸*/
  margin: 0 0 .5em 0;
  /*文字間と行間*/
  background-color: #fff;
  /*文字色*/
  color: #004ea2;
  /*背景色*/
  border: 1px solid #004ea2;
  /*線色*/
  text-decoration: none;
  /* リンクテキストの下線を消す */
}

/* Google Material Icons 
https://material.io/resources/icons/ */
.material-icons {
  font-size: 1em;
}

/* トップページ カテゴリメニュー */
.category-menu {
  width: 100vw;
  /* 幅指定 */
  height: auto;
  /* 高さ指定 */
  box-sizing: border-box;
  /* paddingとborderを幅と高さに含める */
}

.category-link {
  padding: 0;
  /* ulタグのデフォルトCSSを打ち消し */
  margin: 0;
  /* ulタグのデフォルトCSSを打ち消し */
  list-style: none;
  /* ulタグのデフォルトCSSを打ち消し */
  text-align: left;
  /* 子要素を左揃え */
}

.category-link > li {
  display: inline-block;
  /* インラインブロック要素にする */
  vertical-align: middle;
  /* 要素を上下中央で揃える */
  float: left;
  /* 左詰め */
  width: 100vw;
  /* 幅指定 */
  box-sizing: border-box;
  /* paddingとborderを幅と高さに含める */
  padding: 0;
}

.category-link a {
  color: #000;
  /* 文字色 */
  display: block;
  /* ブロック要素にする */
  padding: 0;
  height: auto;
  /* 高さ指定 */
  text-decoration: none;
  /* リンクテキストの下線を消す */
}

.category-link img {
  display: block;
  /* ブロック要素にする */
  width: 100vw;
  /* 幅指定 */
  height: auto;
  /* 高さ指定 */
}

.category p {
  text-align: center;
  /* 中央揃え */
  text-decoration: none;
  /* リンクテキストの下線を消す */
}

/* トップページ インフォーメーションメニュー */
.info-menu {
  width: 100vw;
  /* 幅指定 */
  height: auto;
  /* 高さ指定 */
  box-sizing: border-box;
  /* paddingとborderを幅と高さに含める */
}

.info-menu-link {
  padding: 0;
  /* ulタグのデフォルトCSSを打ち消し */
  margin: 0;
  /* ulタグのデフォルトCSSを打ち消し */
  list-style: none;
  /* ulタグのデフォルトCSSを打ち消し */
  text-align: left;
  /* 子要素を左揃え */
}

.info-menu-link > li {
  display: inline-block;
  /* インラインブロック要素にする */
  vertical-align: middle;
  /* 要素を上下中央で揃える */
  float: left;
  /* 左詰め */
  width: 50vw;
  /* 幅指定 */
  box-sizing: border-box;
  /* paddingとborderを幅と高さに含める */
  padding: 0 1%;
  border-bottom: 2px solid #f6f6f6;
  /* 下線 */
  border-right: 2px solid #f6f6f6;
  /* 右線 */
  background: #fff;
  /* 背景色 */
}

.info-menu-link a {
  color: #000;
  /* 文字色 */
  display: block;
  /* ブロック要素にする */
  padding: 5% 0 5% 5%;
  height: auto;
  /* 高さ指定 */
  text-decoration: none;
  /* リンクテキストの下線を消す */
}

.info-menu-link img {
  display: block;
  /* ブロック要素にする */
  width: 47vw;
  /* 幅指定 */
  height: auto;
  /* 高さ指定 */
}

.info-menu p {
  text-align: center;
  /* 中央揃え */
  text-decoration: none;
  /* リンクテキストの下線を消す */
}

/* トップページ インフォーメーションテキスト */
.info-text {
  color: #000;
  /* 文字色 */
  display: block;
  /* ブロック要素にする */
  padding: 0% 5% 5% 5%;
  height: auto;
  /* 高さ指定 */
  line-height: 1.3em;
  /* 行間 */
}

/* 共通フッター */
footer {
  clear: both;
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  background-color: #fff
}

footer p {
  line-height: 1.5em;
  text-align: center;
}

/* 検索窓のボタン */
.searchBar_btn {
  display: inline-block;
  text-decoration: none;
  width: 20%;
  height: 34px;
  border: none;
  border-radius: 4px;
  margin: 0;
  color: #fff;
  background-color: red;
  background: linear-gradient(top, #FFBA02, #FF8111);
  background: -moz-linear-gradient(top, #FFBA02, #FF8111);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBA02), to(#FF8111));
  padding: 1px 0 0 0;
  font-size: 18px !important;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 2px #FF4C00;
}

/* 検索窓 全体のレイアウト */
.search_form {
  display: table;
  width: 97%;
  margin-left: 10px;
  box-sizing: border-box;
  /* paddingとborderを幅と高さに含める */
}

  /* SP 検索窓のレイアウト 
  ------------------------------------------------------------*/
.search_form #srchInput {
  height: 30px;
  width: 82%;
  width: calc(100% - 26%);
  /*可変式で右側にボタンのスペースを空ける*/
}

/* SP Begin Yahoo Search Form */
#srchInput {
	height: 30px;
	width: 80%;
	width: calc(100% - 170px);
}
/* /SP Begin Yahoo Search Form */


ul .pc-dsp li a {
  display: inline-block;
  text-align: center;
  /* 中央揃え */
  width: 80vw;
  /* 幅指定 */
}

.relative-h1 a img {
  position: relative;
  top: 11px;
  width: 100%;
  text-align: center;
  /* 中央揃え */
}

/* フローティングメニューのアンカー設定 */
span.anchor {
  position: relative;
  margin-top: -120px;
  padding-top: 120px;
  display: block;
}

/* フッター ページトップへ */
.footer-pagetop {
  width: 100vw;
  /* 幅指定 */
  height: auto;
  /* 高さ指定 */
  box-sizing: border-box;
  /* paddingとborderを幅と高さに含める */
}

.footer-pagetop-btm {
  padding: 0;
  /* ulタグのデフォルトCSSを打ち消し */
  margin: 0;
  /* ulタグのデフォルトCSSを打ち消し */
  list-style: none;
  /* ulタグのデフォルトCSSを打ち消し */
  text-align: center;
  /* 子要素を中央揃え */
}

.footer-pagetop-btm > li {
  display: inline-block;
  /* インラインブロック要素にする */
  vertical-align: middle;
  /* 要素を上下中央で揃える */
  line-height: 1.2;
  /* 文字の行間 */
  float: center;
  /* 中央揃え */
  width: 100vw;
  /* 幅指定 */
  box-sizing: border-box;
  /* paddingとborderを幅と高さに含める */
  padding: 0 1%;
  border-bottom: 2px solid #f6f6f6;
  /* 下線 */
  border-right: 2px solid #f6f6f6;
  /* 右線 */
  background: #102537;
  /* 背景色 */
}

.footer-pagetop a {
  color: #fff;
  /* 文字色 */
  display: block;
  /* ブロック要素にする */
  padding: 6% 0;
  height: auto;
  /* 高さ指定 */
  text-decoration: none;
  /* リンクテキストの下線を消す */
}

.footer-pagetop p {
  text-align: center;
  /* 中央揃え */
  text-decoration: none;
  /* リンクテキストの下線を消す */
}

/* メイン画像をスマートフォン表示時の幅調整 */
@media (min-width: 640px) {
  img .resizeimage {
    width: 100%;
  }
}

@media (max-width: 639px) {
  img .resizeimage {
    width: 96vw;
  }
}

.resizeimage img {
  width: 100%;
}

/* 画像センター揃え W80% */
.image_center_w80 {
  float: none;
  display: block;
  /* blockに変更 */
  /* margin: 0 !important; */
  width: 80%;
  margin: 0 auto !important;/ * センター揃え */
}

/* 画像センター揃え W100% */
.image_center_w100 {
  float: none;
  display: block;
  /* blockに変更 */
  /* margin: 0 !important; */
  width: 100%;
  margin: 0 auto !important;/ * センター揃え */
}

/* メインコンテンツ上のh2タグ */
#contents h2 {
  background-color: #b9ffb9;
  /* 背景色 */
  width: auto;
  /* 横幅 */
  margin: 8px 0px 5px;
  /* 周りの余白*/
  height: auto;
  /* 高さの指定 */
  color: #004000;
  /* 文字色 */
  text-align: left;
  /* 左詰め */
  padding: 4px 2px 4px 10px;
  /* 背景色の大きさ */
  font-size: 16px;
  /* 文字サイズ */
  clear: both;
  line-height: 1.2em;
  /* 行間 */
}



/*カート上部お問合せボタン*/
.st_cart_ln_formbasic mailform


/*サイドバナー「全省庁統一資格」*/
.bnr_side_shikaku{
  position: relative;
  color: black;
  /*background: #e5f7ff;*/
  background: linear-gradient(to bottom, #fff, #e5f7ff);
  line-height: 2.2;
  padding: 0.25em 0.5em;
  margin: 2em 0.5em 0.5em 0.5em;
  border-radius: 0 0 5px 5px;
  border: solid 1px #0B3776;/*線色*/
}

.bnr_side_shikaku:after {/*タブ*/
  position: absolute;
  width: 96%;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '全省庁統一資格';
  text-align: center;
  /*background: #0B3776;*/
  background: linear-gradient(to bottom, #0b3776, #001166);
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 6px 7px 3px;
  font-size: 1.0em;
  line-height: 1;
  letter-spacing: 0.05em;
  border: solid 2px #0B3776;/*線色*/
}
/* /サイドバナー「全省庁統一資格」*/


/* メインスペースを1カラムに変更 */
.box1 {
    float: none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.thumb {
  margin-right: 2%;/*間隔*/
  width: 22%;/*強制リサイズ*/
  height: 80px;/*強制リサイズ*/
}

/*非.box1対策 メイン画像*/
.mainImage {
    float: none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
