@charset "UTF-8";
/*!
 * ress.css  v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

body {
  margin: 0;
  font-size: 62.5%;
  line-height: 1.231; }

/*original*/
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  color: #000;
  text-decoration: none;
  outline: none;
  /*original*/ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  text-decoration: underline;
  color: #009aff;
  /*original*/ }

a:focus {
  outline: none; }

/*original*/
a img {
  outline: none; }

/*original*/
a img:hover {
  opacity: 0.5; }

/*original*/
a:hover, a:active {
  outline: none; }

/*original*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img, object, embed, video {
  max-width: 100%; }

.ie6 img {
  width: 100%; }

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

  /* =========================================
全ぺージ共通項目
============================================*/
.gridContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  margin: auto;
  clear: none;
  float: none;
  margin-left: auto; }

#site-content {
  flex: 1; }

.price {
  color: #EB0707;
  text-align: right; }

.red {
  color: #EB0707; }
  .red a {
    color: #EB0707; }

h2 {
  font-size: 2.3em;
  letter-spacing: 1.5px;
  line-height: 1.5; }

h3 {
  font-size: 2em;
  letter-spacing: 1.4px;
  line-height: 1.4; }

h4 {
  font-size: 1.8em;
  letter-spacing: 1.3px;
  line-height: 1.3; }

h5 {
  font-size: 1.6em;
  letter-spacing: 1.2px;
  line-height: 1.2; }

p, ul li, dt, dd, th, td {
  font-size: 1.5em;
  letter-spacing: 1.3px;
  line-height: 1.3; }

li {
  list-style: none; }

@media screen and (max-width: 959px) {
  h2 {
    font-size: 2em;
    letter-spacing: 1.4px;
    line-height: 1.4; }

  h3 {
    font-size: 1.8em;
    letter-spacing: 1.3px;
    line-height: 1.3; }

  h4 {
    font-size: 1.6em;
    letter-spacing: 1.2px;
    line-height: 1.2; }

  p, ul li, dt, dd, th, td {
    font-size: 1.4em;
    letter-spacing: 1.2px;
    line-height: 1.2; } }
/* ==========
リンクボタン横の矢印デザイン
============*/
.linkArrow {
  background-color: #0A4BB6;
  border-radius: 50%;
  padding: 5px 10px;
  color: #fff;
  text-align: center; }

/* ==========
main
============*/
main {
  margin-top: 115px;
  max-width: 100%; }

@media screen and (max-width: 959px) {
  main {
    margin-top: 0; } }
/* ==========
contents_area
============*/
.contents_area {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-left: 2vw;
  padding-right: 2vw; }

@media screen and (max-width: 959px) {
  .contents_area {
    max-width: 100%;
    padding-left: 3vw;
    padding-right: 3vw; } }
@media screen and (max-width: 839px) {
  .contents_area {
    padding-left: 4vw;
    padding-right: 4vw; } }
/* =========================================
ページ上部へ
============================================*/
.block-page-top {
  position: fixed;
  top: auto;
  bottom: 30px;
  right: 10px;
  display: none;
  height: 40px;
  z-index: 20; }
  .block-page-top a {
    position: relative;
    display: block;
    width: 66px;
    height: 40px;
    border-radius: 6px;
    background: rgba(0, 155, 229, 0.2); }
    .block-page-top a:after {
      content: "";
      display: block;
      position: absolute;
      width: 16px;
      height: 16px;
      border-right: 2px solid #009be5;
      border-top: 2px solid #009be5;
      transform: rotate(-45deg);
      left: 50%;
      top: 50%;
      margin-top: -4px;
      margin-left: -8px; }

/* =========================================
header
============================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-top: #0A4BB6 10px solid;
  background-color: #fff;
  box-shadow: #000 2px 2px 6px;
  z-index: 9999; }

.header_area {
  max-width: 1200px;
  margin: 10px auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 959px) {
  header {
    position: static; }

  .header_area {
    width: 100%;
    height: auto;
    max-width: 100%; } }
/* =========================================
ロゴエリア
============================================*/
.header1 {
  width: 400px;
  height: auto;
  margin: 5px 0 0 0;
  padding: 0 1em;
  display: flex;
  justify-content: flex-start; }
  .header1 a {
    width: 145px;
    height: auto;
    margin-right: 2vw;
    align-self: center; }
    .header1 a img {
      max-width: 100%;
      height: auto; }
  .header1 h1 {
    font-size: 1.8em;
    letter-spacing: 1.6px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-weight: normal;
    align-self: flex-end; }

@media screen and (max-width: 959px) {
  .header1 {
    width: 100%; }
    .header1 a {
      width: 100px;
      margin-right: 4vw; }
    .header1 h1 {
      font-size: 1.6em;
      letter-spacing: 1.4px;
      line-height: 1.4; } }
/* =========================================
リンクエリア
============================================*/
.header2 {
  width: 350px;
  padding: 0 1em 0 0;
  margin-left: auto;
  display: flex;
  flex-direction: row-reverse; }
  .header2 ul {
    display: flex;
    justify-content: space-between; }
  .header2 ul li {
    align-items: flex-end;
    margin-left: 3%; }
    .header2 ul li.contact1 {
      width: 190px; }
    .header2 ul li.contact2 {
      width: 145px; }
    .header2 ul li:last-child {
      display: none; }
  .header2 img {
    max-width: 100%;
    height: auto; }

@media screen and (max-width: 959px) {
  .header2 {
    display: none; } }
/* =========================================
toggle
============================================*/
#toggle {
  display: none; }

@media screen and (max-width: 959px) {
  #toggle {
    position: absolute;
    right: 15px;
    top: 17px;
    display: flex;
    flex-direction: column;
    cursor: pointer; }
    #toggle span {
      height: 3px;
      width: 25px;
      background: #202020;
      margin: 3px 0;
      transition: 0.4s; } }
/* =========================================
nav
============================================*/
nav {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #0A4BB6; }
  nav ul {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 9999; }
    nav ul li {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      text-align: center;
      width: 24.98%;
      border-left: #fff 1px solid; }
      nav ul li:nth-of-type(3) {
        border-right: #fff 1px solid; }
      nav ul li.anon {
        display: none; }
      nav ul li a,
      nav ul li span {
        display: block;
        padding: 10px 0;
        color: #fff; }
        nav ul li a:hover,
        nav ul li span:hover {
          background-color: #1F80F4;
          color: #fff;
          cursor: pointer; }

#menu {
  *zoom: 1; }
  #menu li:hover {
    color: #000; }
  #menu:before {
    content: " ";
    display: table; }
  #menu:after {
    content: " ";
    display: table;
    clear: both; }

ul.menu_low,
ul.menu_low2 {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between; }

li.mega .menu_low,
li.mega2 .menu_low2 {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 1200px;
  padding: 10px 1%;
  background-color: #0A4BB6;
  border-top: #0A4BB6 5px solid; }
  @media screen and (max-width: 1199px) {
    li.mega .menu_low,
    li.mega2 .menu_low2 {
      width: 100%; } }

li.mega .menu_low {
  text-align: left; }
  li.mega .menu_low > li {
    width: 19%;
    height: auto;
    font-size: 0.9em;
    border: #aaa 1px solid;
    background-color: #fff;
    margin-right: 0.5%; }
    li.mega .menu_low > li a {
      color: #000;
      padding: 0; }
      li.mega .menu_low > li a img {
        width: 30%; }
      li.mega .menu_low > li a:hover {
        background-color: #fff; }
        li.mega .menu_low > li a:hover span {
          background-color: rgba(10, 75, 182, 0.3); }
      li.mega .menu_low > li a span {
        color: #000;
        display: block;
        background-color: rgba(10, 75, 182, 0.1);
        margin: 0;
        padding: 8px 0;
        text-align: center; }
    li.mega .menu_low > li:last-child {
      margin-right: 0; }

li.mega2 .menu_low2 {
  text-align: right; }
  li.mega2 .menu_low2 > li {
    width: 24%;
    height: auto;
    font-size: 0.9em;
    border: #aaa 1px solid;
    background-color: #fff;
    margin-right: 0.5%; }
    li.mega2 .menu_low2 > li a {
      color: #000;
      padding: 0;
      position: relative; }
      li.mega2 .menu_low2 > li a img {
        width: 50%; }
      li.mega2 .menu_low2 > li a:hover {
        background-color: #fff; }
        li.mega2 .menu_low2 > li a:hover span {
          background-color: rgba(10, 75, 182, 0.3); }
      li.mega2 .menu_low2 > li a span {
        color: #000;
        display: block;
        background-color: rgba(10, 75, 182, 0.1);
        margin: 0;
        padding: 8px 0;
        text-align: center; }
        li.mega2 .menu_low2 > li a span.free {
          position: absolute;
          top: 0;
          left: 0;
          display: inline-block;
          vertical-align: top;
          background-color: #DD0003;
          padding: 7px 3%;
          margin-left: 5px;
          text-align: center;
          color: #fff;
          font-weight: bold;
          margin-top: 10px; }
    li.mega2 .menu_low2 > li:last-child {
      margin-right: 0; }

li.mega:hover .menu_low,
li.mega2:hover .menu_low2 {
  top: 39px;
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 959px) {
  nav ul {
    display: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-flow: row wrap;
    border-top: #fff 1px solid; }
    nav ul li {
      display: block;
      width: 100%;
      border-left: none;
      border-bottom: #fff 1px solid; }
      nav ul li.anon {
        display: block; }
      nav ul li:nth-child(3) {
        border-right: none; }
      nav ul li span,
      nav ul li a {
        padding: 15px 0; }
      nav ul li.mega > .menu_low, nav ul li.mega2 > .menu_low2 {
        visibility: visible;
        opacity: 1;
        position: static;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        border-top: none; }

  li.mega .menu_low > li,
  li.mega2 .menu_low2 > li {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    border-bottom: #0A4BB6 1px solid; }
    li.mega .menu_low > li a span,
    li.mega2 .menu_low2 > li a span {
      padding: 15px 0; }
    li.mega .menu_low > li a img,
    li.mega2 .menu_low2 > li a img {
      display: none; }

  li.mega2 .menu_low2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    li.mega2 .menu_low2 li {
      margin-left: 0; }
      li.mega2 .menu_low2 li span.free {
        display: none; } }
/* =========================================
sitemap
============================================*/
#sitemap {
  max-width: 100%;
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px; }
  #sitemap section {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    padding-left: 2vw;
    padding-right: 2vw; }
    #sitemap section div {
      width: calc((1200px - 60px) / 4);
      margin-right: 20px; }
      #sitemap section div:last-child {
        margin-right: 0; }
      #sitemap section div h2 {
        font-size: 1rem;
        font-weight: bold;
        margin-bottom: 10px; }
      #sitemap section div p {
        margin-bottom: 5px;
        position: relative;
        padding-left: 1em; }
        #sitemap section div p:before {
          position: absolute;
          top: 5px;
          left: 0;
          display: block;
          content: '';
          width: 8px;
          height: 8px;
          margin-top: 0;
          border-top: 2px solid #888;
          border-right: 2px solid #888;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }

@media screen and (max-width: 959px) {
  #sitemap {
    padding-top: 30px;
    padding-bottom: 30px; }
    #sitemap section {
      max-width: 100%;
      padding-left: 4vw;
      padding-right: 4vw;
      flex-direction: column; }
      #sitemap section div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
/* =========================================
footer
============================================*/
footer {
  max-width: 100%;
  background-color: #777; }
  footer article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 1vw 15px; }
    footer article dl {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      footer article dl dt {
        margin-right: 20px; }
        footer article dl dt img {
          width: auto;
          height: auto; }
      footer article dl dd {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        letter-spacing: 1.3px;
        color: #fff; }

.copyright {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 1.3px; }

@media screen and (max-width: 1199px) {
  footer {
    padding-left: 3vw;
    padding-right: 3vw; }
    footer article dl {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 20px; }
      footer article dl.add a img {
        max-width: 150px;
        height: auto;
        margin-bottom: 8px; }
      footer article dl dt {
        margin-bottom: 10px; }

  .footer_area {
    max-width: 100%; } }
@media screen and (max-width: 839px) {
  footer {
    padding-left: 4vw;
    padding-right: 4vw; }

  .footer_area div {
    flex-flow: row wrap;
    margin-bottom: 15px; }
    .footer_area div img {
      margin-bottom: 8px; }
    .footer_area div p {
      width: 100%;
      margin-left: 0;
      font-size: 0.8rem;
      line-height: 1.1; }

  .copyright {
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: left; } }
/* =========================================
test
============================================*/
main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap; }
  @media screen and (max-width: 959px) {
    main {
      max-width: 100%;
      margin-left: 4vw;
      margin-right: 4vw; } }

fieldset {
  font-size: 1.5em;
  display: block;
  vertical-align: middle; }
  fieldset h2 {
    font-size: 1.4rem; }
  fieldset > p {
    font-size: 1rem; }
  fieldset dl dt {
    font-size: 1.1rem;
    font-weight: bold; }
  fieldset dl dd {
    font-size: 0.9rem;
    margin-left: 1em;
    letter-spacing: 1.3px;
    line-height: 1.5; }

.checkfalseBtn {
  display: block;
  margin-left: auto;
  font-size: 1.1rem;
  font-weight: normal;
  margin-top: 10px;
  padding: 5px 1vw;
  text-align: center;
  background-color: rgba(247, 131, 29, 0.1);
  border-radius: 3px;
  width: 20%; }
  .checkfalseBtn:hover {
    cursor: pointer;
    background-color: #f7831d; }
  @media screen and (max-width: 959px) {
    .checkfalseBtn {
      font-size: 0.8rem; } }

#resultCount {
  position: fixed;
  bottom: 10px;
  right: 0;
  background-color: #ddd;
  padding: 10px 1vw;
  z-index: 999;
  box-shadow: #000 1px 1px 3px;
  text-align: center;
  border-radius: 20px 0 0 20px; }
  #resultCount h2 {
    font-weight: normal;
    font-size: 1.5em;
    margin-bottom: 5px; }
  #resultCount p {
    font-weight: bold;
    font-size: 2em;
    padding: 0;
    margin: 0;
    color: #ad0205; }
  #resultCount span {
    font-size: 2em;
    display: block; }
  #resultCount:hover {
    cursor: pointer;
    background-color: #cdcdcd; }

/* =========================================
共通
============================================*/
.contents_3blocks {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap; }
  .contents_3blocks article {
    width: calc(97%/3);
    border-radius: 3px;
    padding: 10px 2vw;
    border: #ccc 2px solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .contents_3blocks article:hover {
      border: #F7831D 2px solid;
      background-color: rgba(247, 131, 29, 0.1);
      cursor: pointer; }
    .contents_3blocks article fieldset {
      border: none; }
  @media screen and (max-width: 959px) {
    .contents_3blocks {
      justify-content: center; }
      .contents_3blocks article {
        width: 80%;
        margin-right: 0;
        margin-bottom: 30px; }
        .contents_3blocks article img {
          display: block;
          max-width: 50%;
          margin: 0 auto; } }
  @media screen and (max-width: 559px) {
    .contents_3blocks article {
      width: 90%; } }

.contents_4blocks {
  display: flex;
  margin-top: 10px; }
  .contents_4blocks article {
    width: calc(1150px/4);
    border-radius: 3px;
    padding: 10px 0.5vw;
    margin-right: calc(50px/3);
    border: #ccc 2px solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .contents_4blocks article input {
      align-self: flex-start; }
    .contents_4blocks article:last-child {
      margin-right: 0; }
    .contents_4blocks article:hover {
      border: #F7831D 2px solid;
      background-color: rgba(247, 131, 29, 0.1);
      cursor: pointer; }
  @media screen and (max-width: 959px) {
    .contents_4blocks {
      flex-flow: row wrap;
      justify-content: space-between; }
      .contents_4blocks article {
        width: calc(98%/2);
        margin-right: 0;
        margin-bottom: 10px; }
        .contents_4blocks article dl dt img {
          display: block;
          margin: 10px auto;
          max-width: 80%; } }
  @media screen and (max-width: 559px) {
    .contents_4blocks article {
      width: 100%;
      padding: 10px 2vw; } }

.contents_5blocks {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }
  .contents_5blocks article {
    width: calc(98%/5);
    border-radius: 3px;
    padding: 10px 0.5vw;
    border: #ccc 2px solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .contents_5blocks article input {
      align-self: flex-start; }
    .contents_5blocks article:hover {
      border: #F7831D 2px solid;
      background-color: rgba(247, 131, 29, 0.1);
      cursor: pointer; }

.selectRadioBtn {
  width: 100%;
  margin-top: 5px;
  padding: 5px 0.5vw;
  border: #F7831D 2px solid;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center; }
  .selectRadioBtn input {
    display: none; }
  .selectRadioBtn:hover {
    background-color: #F7831D;
    cursor: pointer; }
  .selectRadioBtn span {
    font-size: 1rem; }
  .selectRadioBtn + p {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 5px; }

.disabledRadioBtn {
  width: 100%;
  margin-top: 5px;
  padding: 5px 0.5vw;
  border: #aaa 2px solid;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center; }
  .disabledRadioBtn input {
    display: none; }
  .disabledRadioBtn:hover {
    background-color: #ddd;
    cursor: pointer; }
  .disabledRadioBtn + p {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 5px; }

.inputchecked {
  background-color: rgba(247, 131, 29, 0.1);
  border: #F7831D 2px solid !important; }
  .inputchecked .selectRadioBtn {
    background-color: #F7831D; }

/* =========================================
大枠
============================================*/
#searchBox {
  width: 1200px;
  margin-top: 150px;
  margin-bottom: 30px;
  position: relative; }
  #searchBox h1 {
    width: 100%;
    padding: 0px 1vw;
    margin-bottom: 10px;
    border-left: #0A4BB6 10px solid;
    font-size: 2em; }
  #searchBox > div {
    margin-bottom: 30px; }
  @media screen and (max-width: 959px) {
    #searchBox {
      width: 100%;
      margin-top: 20px; }
      #searchBox h1 {
        font-size: 1.8em; } }

/* =========================================
top
============================================*/
#topContent h1 {
  border: none;
  padding: 0;
  font-size: 2.5em; }
#topContent img {
  display: block;
  margin: 30px auto; }

/* =========================================
カメラを絞る
============================================*/
#cameraList .contents_box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }
  #cameraList .contents_box h2 + p {
    background-color: rgba(255, 216, 178, 0.5);
    text-align: center;
    padding: 5px 0; }

@media screen and (max-width: 959px) {
  #cameraList .contents_box {
    width: 100%;
    justify-content: flex-start;
    flex-flow: row wrap; } }
/* =========================================
レンズを絞る
============================================*/
#lensList .contents {
  padding: 5px 1vw;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  flex-flow: row wrap;
  align-content: flex-start; }
  #lensList .contents #notselect_lens p {
    background-color: #f0f0f0;
    padding: 200px 0;
    text-align: center;
    font-size: 3em; }
  #lensList .contents .js_tab_content {
    display: none; }
    #lensList .contents .js_tab_content:first-child {
      display: block; }
  #lensList .contents section {
    margin-top: 20px; }
    #lensList .contents section .selectImg {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px; }
      #lensList .contents section .selectImg + div {
        text-align: center; }
        #lensList .contents section .selectImg + div p {
          text-align: right;
          font-size: 1.3rem;
          margin-top: 5px;
          margin-right: 3vw; }
    #lensList .contents section label {
      text-align: center;
      font-size: 1rem; }
      #lensList .contents section label input {
        display: none; }
      #lensList .contents section label img {
        max-width: 90%; }
      #lensList .contents section label span {
        width: 90%;
        display: inline-block;
        border: #F7831D 2px solid;
        background-color: #fff;
        padding: 5px 0;
        margin-bottom: 5px; }
      #lensList .contents section label input:checked + span {
        background-color: #F7831D; }
      #lensList .contents section label:hover {
        cursor: pointer; }
  #lensList .contents .js_monitorSizeTab_content {
    display: none; }
@media screen and (max-width: 559px) {
  #lensList .contents section .selectImg {
    flex-flow: row wrap; }
  #lensList .contents section label {
    width: 49%; } }

/* =========================================
べースを絞る
============================================*/
#baseList .contents_box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px; }
  @media screen and (max-width: 959px) {
    #baseList .contents_box {
      flex-flow: row wrap;
      justify-content: flex-start; } }
  #baseList .contents_box > div {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    #baseList .contents_box > div > p {
      width: 100%;
      background-color: #d4d4d4;
      padding: 10px 0;
      margin-bottom: 10px;
      text-align: center;
      font-size: 1.2rem;
      align-self: flex-start; }
    #baseList .contents_box > div article {
      width: calc(1170px/5);
      border: #fff 2px solid;
      border-radius: 3px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start; }
      #baseList .contents_box > div article img + p {
        background-color: rgba(255, 216, 178, 0.5);
        text-align: center;
        padding: 5px 0; }
      #baseList .contents_box > div article .selectRadioBtn {
        margin-top: 5px;
        margin-bottom: 0; }
      #baseList .contents_box > div article input {
        align-self: flex-start; }
      #baseList .contents_box > div article p {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 0.8rem;
        letter-spacing: inherit; }
      #baseList .contents_box > div article:hover {
        box-sizing: border-box;
        border: #F7831D 2px solid;
        background-color: rgba(247, 131, 29, 0.1);
        cursor: pointer; }
        #baseList .contents_box > div article:hover .selectRadioBtn {
          background-color: #F7831D; }
      @media screen and (max-width: 959px) {
        #baseList .contents_box > div article {
          margin-right: 0;
          margin-bottom: 20px;
          width: calc(95%/2); } }
      @media screen and (max-width: 559px) {
        #baseList .contents_box > div article {
          width: calc(97%/2); } }
  #baseList .contents_box .contents1 {
    width: calc(1200px/5); }
    @media screen and (max-width: 959px) {
      #baseList .contents_box .contents1 {
        margin: 0 auto 20px;
        width: 70%; } }
    @media screen and (max-width: 559px) {
      #baseList .contents_box .contents1 {
        width: 90%; } }
  #baseList .contents_box .contents2 {
    width: calc((1200px/5) * 2);
    margin-right: 0.3vw; }
    @media screen and (max-width: 959px) {
      #baseList .contents_box .contents2 {
        margin: 0 auto 20px;
        width: 70%; } }
    @media screen and (max-width: 559px) {
      #baseList .contents_box .contents2 {
        width: 90%; } }

/* =========================================
照明を絞る
============================================*/
#lightList h2 + p {
  background-color: rgba(255, 216, 178, 0.5);
  text-align: center;
  padding: 5px 0;
  margin-bottom: 10px; }
#lightList .lightnone {
  border: #ccc 2px solid;
  width: calc(98%/4);
  border-radius: 3px;
  padding: 10px 0.5vw;
  border: #ccc 2px solid;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  #lightList .lightnone input {
    align-self: flex-start; }
  #lightList .lightnone:hover {
    border: #F7831D 2px solid;
    background-color: rgba(247, 131, 29, 0.1);
    cursor: pointer; }
    #lightList .lightnone:hover .selectRadioBtn {
      background-color: #F7831D; }
  @media screen and (max-width: 959px) {
    #lightList .lightnone {
      width: calc(97%/2);
      justify-content: flex-start;
      padding: 10px 2vw; } }
  @media screen and (max-width: 559px) {
    #lightList .lightnone {
      width: 100%; } }
#lightList input:checked {
  background-color: #ccc; }
@media screen and (max-width: 959px) {
  #lightList > div {
    width: 95%;
    margin: 0 auto; } }
@media screen and (max-width: 559px) {
  #lightList > div {
    width: 90%;
    margin: 0 auto; } }

/* =========================================
test
============================================*/
.tg {
  background-color: #0301D7; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.outlinelayout {
  border: #f00 1px solid;
  padding: 10px 1vw; }

#resultBox {
  width: 1200px;
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative; }
  #resultBox h1 {
    font-size: 2.3em; }
  #resultBox #js-L-KIT_img_area_table {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #009aff;
    color: #fff;
    padding: 5px 1vw;
    text-align: center; }
    #resultBox #js-L-KIT_img_area_table:hover {
      cursor: pointer;
      background-color: #48B6FF; }
    @media screen and (max-width: 559px) {
      #resultBox #js-L-KIT_img_area_table {
        top: 50px; } }
  #resultBox #microscope_description_table {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    height: auto;
    box-shadow: #000 0 0 5px;
    border-radius: 5px;
    padding: 10px 1.5vw;
    background-color: #fff; }
    #resultBox #microscope_description_table #hiddenBtn_table {
      font-size: 3em;
      position: absolute;
      right: -10px;
      top: -15px;
      padding: 5px 10px;
      border-radius: 50%;
      box-shadow: #000 0 0 5px;
      background-color: #fff; }
      #resultBox #microscope_description_table #hiddenBtn_table:hover {
        cursor: pointer;
        color: #f00; }
    @media screen and (max-width: 959px) {
      #resultBox #microscope_description_table {
        width: 95%; } }
    @media screen and (max-width: 559px) {
      #resultBox #microscope_description_table {
        width: 98%; } }
  #resultBox #sortBtnBox {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #resultBox #sortBtnBox:after {
      /* selectボックスの親要素にオリジナルの矢印を宣言 */
      content: '▼';
      display: inline-block;
      line-height: 1;
      color: #2E2E2E;
      width: 0;
      z-index: 0;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%); }
    #resultBox #sortBtnBox h2 {
      padding: 17px 0.5vw;
      margin-right: 0.5vw;
      text-align: center;
      font-size: 1.1rem;
      font-weight: normal; }
    #resultBox #sortBtnBox select {
      border: #aaa 1px solid;
      padding: 8px 0.5vw;
      font-size: 1rem; }
      #resultBox #sortBtnBox select:hover {
        background-color: #fff4f4;
        cursor: pointer; }
  #resultBox .cautionBox {
    margin-bottom: 20px; }
    #resultBox .cautionBox li {
      margin-bottom: 5px; }
  #resultBox h1 {
    width: 100%;
    padding: 10px 1vw; }
  #resultBox #result {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    animation-name: fade;
    animation-duration: 1s;
    animation-iteration-count: 2; }
    #resultBox #result::before {
      content: "";
      display: block;
      width: calc(1150px/4);
      height: 0;
      order: 1; }
    #resultBox #result::after {
      display: block;
      content: "";
      width: calc(1150px/4); }
  #resultBox .kitLink {
    width: calc(1150px/4);
    border: #aaa 1px solid;
    margin-bottom: 20px;
    padding: 10px 1vw; }
    #resultBox .kitLink:hover {
      text-decoration: none;
      color: inherit; }
    #resultBox .kitLink div img {
      margin-top: 10px;
      margin-bottom: 10px;
      display: inline-block;
      text-align: center;
      align-items: center; }
    #resultBox .kitLink div h2 {
      width: 100%; }
    #resultBox .kitLink div p {
      width: 100%;
      margin-bottom: 5px; }
    #resultBox .kitLink div dl {
      display: flex;
      align-items: center;
      border: #dde1ff 1px solid;
      margin-bottom: 5px; }
      #resultBox .kitLink div dl dt {
        background-color: #dde1ff;
        padding: 5px 0.2vw;
        font-weight: bold;
        width: 70px;
        font-size: 0.8rem; }
      #resultBox .kitLink div dl dd {
        padding: 3px 0.2vw;
        letter-spacing: inherit;
        font-size: 0.8rem; }
  @media screen and (max-width: 959px) {
    #resultBox #result {
      width: 97%;
      margin: 0 auto 20px; }
    #resultBox .kitLink {
      width: calc(98% / 2);
      padding: 10px 2vw; }
      #resultBox .kitLink div img {
        max-width: 50%;
        display: block;
        margin: 10px auto; } }
  @media screen and (max-width: 559px) {
    #resultBox .kitLink {
      width: 90%;
      margin: 0 auto 20px;
      padding: 5px 2vw; }
      #resultBox .kitLink div img {
        max-width: 50%;
        margin: 10px auto; } }

.price {
  color: #f00;
  text-align: right; }

.submitBtn {
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 10px 2vw;
  font-size: 2em;
  text-align: center;
  background-color: #0A4BB6;
  color: #fff;
  font-weight: bold;
  border-radius: 15px; }
  .submitBtn img {
    vertical-align: middle;
    width: 25px;
    margin-bottom: 5px; }
  .submitBtn:hover {
    background-color: #3A85FF; }

.submitBtn_fix {
  position: fixed;
  top: 50%;
  right: 0;
  background-color: #0A4BB6;
  color: #fff;
  font-weight: bold;
  padding: 15px 1vw;
  z-index: 999;
  box-shadow: #000 1px 1px 3px;
  text-align: center;
  border-radius: 20px 0 0 20px;
  font-size: 1.3rem; }
  .submitBtn_fix img {
    vertical-align: middle;
    width: 25px;
    margin-bottom: 5px; }
  .submitBtn_fix:hover {
    background-color: #3A85FF; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.4); }

.cv-spinner {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-height: 100vh; }

.spinner {
  align-self: center;
  width: 100px;
  height: 100px;
  border: 10px #ddd solid;
  border-top: 10px #009aff solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear; }

@keyframes sp-anime {
  100% {
    transform: rotate(360deg); } }
.is-hide {
  display: none; }

.con1 {
  background-color: #e8f1fe;
  padding: 30px 0; }
  .con1 section {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media screen and (max-width: 959px) {
    .con1 {
      padding: 30px 1em; }
      .con1 section {
        max-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: wrap; } }

#tab_menu {
  flex: 0 0 35%; }
  #tab_menu li {
    width: 100%;
    height: 84px;
    padding: 5px 1em;
    display: block;
    border: #222 1px solid;
    margin-bottom: 8px;
    background-color: #fff; }
    #tab_menu li span {
      font-size: 1.2em;
      letter-spacing: 1px;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      font-weight: bold;
      width: 75%;
      text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px; }
    #tab_menu li img {
      width: 19%;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    #tab_menu li:last-child {
      margin-bottom: 0; }
    #tab_menu li.current {
      background-color: #0A4BB6; }
  @media screen and (max-width: 959px) {
    #tab_menu {
      flex: 0 0 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      margin-bottom: 10px; }
      #tab_menu li {
        width: 23%;
        height: auto; }
        #tab_menu li span {
          font-size: 0.9em;
          letter-spacing: 1.3px;
          line-height: 1.3;
          display: block;
          font-weight: normal;
          width: 100%;
          text-shadow: none; }
        #tab_menu li img {
          width: 50%;
          height: auto;
          display: block;
          margin: 10px auto; }
        #tab_menu li.current {
          color: #fff; }
        #tab_menu li:last-child {
          margin-bottom: 10px; } }
  @media screen and (max-width: 559px) {
    #tab_menu li {
      width: 49%;
      height: auto; } }

#items {
  flex: 0 0 61.5%; }
  @media screen and (max-width: 959px) {
    #items {
      flex: 0 0 100%; } }

.tab_cons {
  width: 100%;
  height: auto; }
  .tab_cons .field {
    display: none; }
    .tab_cons .field .mv {
      width: 100%;
      height: auto;
      display: inline-block;
      vertical-align: top; }
    .tab_cons .field .movie {
      width: 100%;
      height: auto;
      position: relative;
      padding-bottom: 61%; }
      .tab_cons .field .movie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100; }
  .tab_cons .curr {
    display: block; }
