﻿@charset "UTF-8";
/* ########### B2D ########### */
/*
 * "font-awesome" is lisenced under the SIL Open Font License 1.1
 * https://fortawesome.github.io/Font-Awesome
 * http://scripts.sil.org/OFL
 */
html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    "Meiryo", "verdana", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background: white;
  -webkit-text-size-adjust: 100%;
}
.contentsall {
  background: white;
  margin-right: auto;
  margin-left: auto;
  max-width: 1620px;
}
a {
  color: #000000;
  text-decoration: none;
}

.inlineblock {
  display: inline-block;
}
h1 a{
  display: inline-block;
}
.h2imagecenter {
  position: relative;
}

.h2imagecenter2 {
  position: relative;
}

.h2imagecenter img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; 
}
.toptext {
  font-size: 75%;
  font-weight: bold;
  padding: 0.5em 0.75em 0.5em 2em;
  color: rgb(255, 255, 255);
  background: #00569a;
}
.bigboldbluecolor {
  margin: 0.5em 0.75em 0.25em 0.75em;
  font-size: 105%;
  font-weight: bold;
  color: #00569a;
}

.bigboldbluecolor2 {
  margin: 1em 0.75em 0.25em 0.75em;
  font-size: 1.15rem;
  font-weight: bold;
  color: #00569a;
}
.boldbluecolor {
  font-weight: bold;
  color: #00569a;
}
.bluecolor {
  color: #00569a;
}
.blackcolor {
  color: #000000;
}
.b2dtable a:hover {
  color: #00569a;
}
.bigpinkcolor {
  font-size: 200%;
  color: crimson;
}

.boldpinkcolor {
  font-weight: bold;
  font-size: 100%;
  color: crimson;
}
.boldpinkcolor2 {
  font-weight: bold;
  color: crimson;
}

.bigboldpinkcolor {
  font-weight: bold;
  font-size: 150%;
  color: crimson;
}
.specialprice {
  margin: 0 0.25em 0em 0.225em;
  padding: 0.05em 0.4em 0.2em 0.4em;
  color: white;
  background: #00569a;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1;
  border-radius: 5px;
  vertical-align: 2px;
}
.big {
  font-size: 125%;
}

.center {
  text-align: center;
}

footer small {
  display: inline-block;
  padding: 1em 0 0 0;
}
.small2 {
  font-size: 90%;
}
.off {
  padding: 0.35em 0.35em 0.1em 0.35em;
  color: white;
  background: crimson;
  font-weight: bold;
  font-size: 112.5%;
  float: right;
  line-height: 1.15;
}
.bold {
  font-weight: bold;
}
.bigbold {
  font-size: 125%;
  font-weight: bold;
}
.deepskyblue {
  color: deepskyblue;
}

.aki {
  margin: 1.5em 0em;
}

ul,
li {
  font-size: 87.5%;
}

p {
  margin: 0.25em 1em 0.5em 1em;
  padding: 0;
  font-size: 93.75%;
  line-height: 1.5;
  text-align: justify;
}

p i {
  color: crimson;
  font-size: 100%;
  padding-left: 1em;
  text-indent: -1em;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  image-rendering: -webkit-optimize-contrast;
}

.textindent {
  padding-left: 1em;
  text-indent: -1em;
}
.clear {
  clear: both;
}
.clearl {
  clear: left;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  overflow: hidden;
}

.floatr {
  float: right;
}
.floatl {
  float: left;
}
.faq:after {
  content: "";
  display: block;
  clear: both;
}
.usuku {
  opacity: 0.5;
}
.marker {
  padding: -5px 0em -5px 0em;
  background: linear-gradient(transparent 0%, #f7d6ef 0%);
}

footer {
  color: white;
  background: #00569a;
  padding: 1em 0em 1em 0em;
  text-align: center;
}
footer ul li a {
  color: white;
  text-decoration: none;
}

footer ul li a:hover {
  border-bottom: 3px solid deepskyblue;
}
footer ul,
li {
  margin: 0.5em 1em 0em 0em;
  display: inline-block;
  text-decoration: none;
}
.footmenutitle {
  margin: 0.875em 0em 0em 0em;
  text-align: left;
}
.footmenu {
  margin: 0em 0em 0em 1em;
  text-align: left;
}
.checkbox {
  width: 16px;
  margin: 0 5px 4px 0px;
  padding: 0 0 0 0;
  vertical-align: bottom;
}
.setbox {
  margin: 2em 0.75em 2em 0.75em;
  padding: 0.5em 0em 0.5em 0em;
  max-width: 100％;
  border: 1px solid darkgray;
}
.setminiboxtext li {
  margin: 0em 0em 0em 1em;
  font-size: 100%;
  font-family: "Noto Sans SC", sans-serif;
}

.setminiboxtext ul {
  padding: 0em;
  display: inline;
  font-size: 100%;
  font-family: "Noto Sans SC", sans-serif;
}
.settitle {
  font-weight: bold;
  color: dimgray;
}

.toolimage {
  margin: 1em 0em 0em 0em;
}
/* ###### コンタクトBOX 光 ####### */
@keyframes shiny {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}
.contactboxbutton::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  
  animation-name: shiny;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.contactboxbutton {
  position: relative;
  overflow: hidden;
}


.comicbutton::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  
  animation-name: shiny;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.comicbutton {
  position: relative;
  overflow: hidden;
}

.otoiawase::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  
  animation-name: shiny;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.otoiawase {
  margin:-0.35em 0 0 0;
  display:inline-block;
  position: relative;
  overflow: hidden;
}
/* ########### toollist.html ########### */

.toollistimg {
  margin: 0em 0em 0em 0em;
}

.h2colum2 {
  margin: 0;
  padding-top: 15px;
}

.toolistbox p {
  text-align: justify;
  margin: 0em 0em 0em 0em;
}

/* ########### contact.html ########### */

.hitusu {
  border-radius: 3px;
  margin: 0 0 0 0.25rem;
  vertical-align: 1px;
  padding: 1px 4px;
  font-weight: bold;
  background-color: #00569a;
  color: white;
  font-size: 0.8rem;
}

.douitext {
  margin: 40px 0 5px 3px;
  font-weight: bold;
  text-align: center;
  font-size: 0.85rem;
}
::placeholder {
  font-size: 0.9rem;
}
input,
textarea {
  outline: none;
}
.mailform {
  font-size: 100%;
  width: 100%;
  height: 2em;
  padding: 0.25em 0.5em 0.25em 0.5em;
  margin: 0em 0em 0.5em 0em;
}
.mailformta {
  font-size: 100%;
  padding: 0.5em 0.5em 0.5em 0.5em;
  width: 100%;
  height: 10em;
}
.contacttable {
  box-sizing: border-box;
  margin: 1em 0em 2em 0em;
  text-align: center;
}
.contacttable td {
  border: none;
}

.sousin input,.comicsousin input{
  -webkit-appearance: none;
  outline: none;
}
/* ###########  price.html , flow.html  ########### */

.textb {
  margin-right: 14.4px;
  margin-left: 14.4px;
  font-size: 90%;
  padding-left: 14.4px;
  text-indent: -14.4px;
  text-align: justify;
}

.sozaisyu a:hover {
  color: #696969;
  border-bottom: 2px solid #00569a;
}
/* ########### price.html ########### */

.textc {
  margin-top: 0.5em;
  font-size: 90%;
  text-align: justify;
}

.priceblock {
  margin: 2em 1em 2em 1em;
}
.miniiconb {
  margin: 0em 1em 0.5em 0em;
  width: 60px;
  height: auto;
  float: left;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

table th {
  background: rgb(187, 212, 241);
}
.homepageset {
  background: rgb(238, 238, 238);
}
.subp {
  font-size: 90%;
  margin: 0;
  padding: 0;
}
.h2colum {
  margin: 0;
  padding-top: 5px;
}
.priceright,
.pricerightset,
.pricerightset3 {
  background: rgb(237, 243, 252);
}

/* ########### b2d.html ########### */

.b2dtd {
  width: 80px;
  border-style: none;
}
.b2dtd2 {
  border-left: 1px solid #696969;
  border-style: none;
}
/* ########### 特設ページ ########### */
.specialbox {
  margin: -0.5em 0 0.5em 2.25em;
}

.spcomiccomic {
  box-sizing: border-box;
  padding: 2em 1em 1em 1em;
  width: 100%;
  height: auto;
}

.effect-fade {
  opacity: 0;
  transform: scale(0.65); 
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -webkit-transform: scale(0.65);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}


.effect-fade2 {
  opacity: 1;
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
}

.effect-fade2.effect-scroll {
  opacity: 1;
  transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}


/* ############################################ 479px以下############################################ */

@media (max-width: 479px) {
  .sf {
    display: block !important;
  }

  .tbsf {
    display: block !important;
  }
  .tb {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  
  .pc2 {
    display: none !important;
  }
  .onayami {
    display: none !important;
  }
  h1 {
    margin: 0.25em 0 0.3em 8px;
  }

  h2 {
    margin: 0.5em 0.75em 0.25em 0.75em;
    padding: 0.75em 0em 0em 0em;
    color: #00569a;
    font-size: 105%;
    line-height: 1.5;
  }

  .h2topwhite {
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    position: absolute;
    top: 46%;
    left: 42%;
    transform: translate(-42%, -46%);
    -ms-transform: translate(-42%, -46%);
    -webkit-transform: translate(-42%, -46%);
  }
  .h2topblue {
    margin: 10px 0 20px 0;
    color: #00569a;
    text-align: center;
    letter-spacing: 1px;
  }

  .underlightblue {
    font-size: 26px;
    display: inline-block;
    line-height: 1.2;
    border-bottom: 3px solid #86b4d8;
  }
  .h2imageback {
    width: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }
  .footertop img {
    width: 100%;
    min-height: 85px;
    max-height: 85px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }
  h3 {
    margin: 1em 0em 1em 0em;
    padding: 0.3em 1em 0.2em 1em;
    color: white;
    background: #00569a;
    font-size: 106.25%;
    line-height: 1.5;
  }
  h4,
  .h2title {
    margin: 1em 0.75em 1.5em 0.75em;
    padding: 0.3em 1em 0.2em 0.75em;
    color: #00569a;
    border-bottom: 3px solid #00569a;
    border-top: 3px solid #00569a;
    font-size: 106.25%;
    font-weight: bolder;
    line-height: 1.5;
  }
  .titlebluefont {
    margin: 0.25em 0.75em 0.35em;
    color: #00569a;
    font-size: 106.25%;
    border-bottom: 1px solid #00569a;
  }
  .bigbluefont {
    color: #00569a;
    font-size: 106.25%;
  }
  .contents {
    padding: 15px 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 479px;
  }

  .slider img {
    width: 100%;
    min-height: 260px;
    max-height: 350px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }
  .subimg img {
    border-radius: 7px;
  }
  .subimg {
    margin: 0em 1em 0em 1em;
    max-width: 120px;
    height: auto;
    float: right;
  }
  .subimg2 img {
    border-radius: 7px;
  }
  .subimg2 {
    margin: 1em 1em 0em 1em;
    max-width: 120px;
    height: auto;
    float: left;
  }
  .subimg3 {
    margin: 0em 1em 0em 1em;
    max-width: 120px;
    height: auto;
    float: right;
  }

  .setbox .subimg {
    display: none;
  }

  .setbox .subimg2 {
    display: none;
  }
  .set3subimg {
    display: none;
  }
  #logo {
    float: none;
    height: auto;
    display: block;
  }
  
  #logo img{
    width: 225px;
  }
  #navibtn span {
    display: inline-block;
    text-indent: -9999px;
  }
  #navibtn i {
    color: #888888;
    font-size: 18px;
  }
  #navibtn {
    padding: 6px 10px;
    border: solid 1px #aaaaaa;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute;
    top: 42px;
    right: 10px;
    cursor: pointer;
  }
  #navibtn:hover {
    background-color: #dddddd;
  }
  #navibtn:focus {
    outline: none;
  }
  #navi {
    display: none;
    text-align: right;
  }
  #navi ul {
    margin: 0;
    padding: 0;
  }
  #navi ul li {
    margin: 0;
    padding: 0;
    display: block;
  }
  #navi ul li a {
    margin: 0;
    padding: 5px 5px 5px 20px;
    display: block;
    text-align: left;
    color: #000000;
    text-decoration: none;
  }
  #navi ul li a:link {
    color: black;
  }

  #navi ul li a:hover {
    background: #00569a;
    color: white;
  }

  #navi .navibottom li i {
    display: none;
  }
  .mail {
    width: 16px;
    margin: 0 3px 1px 0;
    padding: 0;
    display: none;
  }
  .tanpinbox {
    margin: 0em 0em 0em 0em;
  }
  .minibox {
    box-sizing: border-box;
    margin: 0em 0em 2.5% 2.5%;
    padding: 0.1em 0.25em 0.1em 0.25em;
    width: 30%;
    height: 145px;
    border: 1px solid darkgray;
    float: left;
  }
  .minibox:nth-child(3n) {
    margin-right: 2.5%;
  }
  .minibox:last-child {
    margin-bottom: 1em;
  }
  .minibox p {
    margin: 0.25em 0em 0.25em 0em;
    padding: 0;
    line-height: 1.25;
  }
  .minip {
    color: #00569a;
    font-size: 87.5%;
    text-align: center;
  }
  .minisubp {
    font-size: 56.25%;
    text-align: left;
    color: #696969;
  }
  .miniicon {
    margin: 0.25em auto;
    width: 60px;
    height: auto;
  }
  .setminibox {
    box-sizing: border-box;
    width: 92px;
    height: 85px;
    float: left;
  }
  .setminibox .minip {
    color: #00569a;
    font-size: 81.25%;
    margin: 0;
    text-align: center;
  }
  .setminibox:last-child {
    margin-bottom: 1em;
  }

  .flowbox {
    padding: 0.75em 0 0 0;
    height: 55px;
    display: block;
    box-sizing: border-box;
    border: 0px solid darkgray;
  }
  .flowp {
    margin: 0 0 0 0.25em;
    display: inline;
    font-weight: bold;
    color: black;
    font-size: 100%;
    border: 0px solid darkgray;
  }
  .flowsubp {
    vertical-align: 2px;
    margin: 0 0 0 0.25em;
    padding: 0.25em 0 0.25em 0;
    display: inline;
    color: black;
    font-size: 75%;
    border: 0px solid darkgray;
  }
  .flowstepp {
    margin: 0 0 0 1em;
    float: left;
    font-size: 100%;
    font-weight: bold;
    color: rgb(248, 134, 159);
    border: 0px solid darkgray;
  }

  .stepbox {
    margin: -0.5em 0 0.5em 2.25em;
  }
  .stepbox img {
    transform: rotate(90deg);
    width: 12px;
    height: auto;
  }
  .flowicon {
    margin: -0.25em 0 0.25em 0.5em;
    float: left;
    width: 30px;
    height: auto;
    border: 0px solid darkgray;
  }
  #stepboxall {
    margin-top: 1.5em;
  }
  .toolistbox {
    box-sizing: border-box;
    margin: 1em 4% 3em 4%;
    width: 92%;
    height: auto;
    float: left;
  }
  .contactblock table {
    font-size: 75%;
  }
  .texta {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 90%;
    padding-left: 24px;
    text-indent: -24px;
    line-height: 1.55;
  }
  table .priceplanleft {
    text-align: center;
    width: 40%;
  }
  table .priceleft {
    width: 40%;
  }
  table .pricenaiyoleftset {
    text-align: center;
  }
  table .pricenaiyomiddle {
    text-align: center;
    width: 60%;
  }
  table .pricemiddle {
    width: 60%;
  }
  table .pricemeyasuright {
    text-align: center;
    width: 80px;
  }
  table .priceright {
    text-align: right;
    padding-right: 10px;
    width: 80px;
  }
  table .pricemeyasurightset {
    text-align: center;
    width: 120px;
  }
  table .pricerightset {
    padding-left: 14px;
    width: 120px;
  }
  table .pricerightset3 {
    width: 120px;
  }
  .bigboldpinkcolor {
    font-weight: bold;
    font-size: 130%;
    color: crimson;
  }
  table th,
  table td {
    text-align: justify;
    font-size: 85%;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border: solid 1px black;
  }
  .b2dtable {
    margin: 1em 1em 2em 0.5em;
  }

/* ##### コンタクトBOX ##### */
.contactbox {
  text-align: center;
  box-sizing:border-box;
  margin: 1em 0.75em 1.75em 0.75em;
  padding: 0.5em 0.25em;
  max-width: 100%;
  border: 1px solid darkgray;
}
.contacttuikap{
  margin:0 0 0 1%;
  border-radius: 7px;
  width:33%;
  min-height: 100px;
  max-height: 130px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; 
  vertical-align: middle;
}
.contactboxright {
  margin:0 1.5% 0 2.5%;
  width:60%;
  display: inline-block;
  vertical-align: middle;
}
.contactboxtitle {
  font-size: 110%;
  color: #00569a;
  font-weight: bold;
  letter-spacing: 4px;
}
.contactboxbutton {
  border-radius: 10px;
  margin: 0.15em auto 0.65em;
  padding: 0.65em 0 0.6em 0;
  font-size: 86%;
  font-weight: bold;
  text-align: center;
  background: #00569a;
  color: white;
}
.contactboxbutton:hover {
  border-radius: 10px;
  margin: 0.2em auto 0.6em;
  padding: 0.675em 0 0.575em 0;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  background: rgb(11, 103, 173);
  color: white;
  box-shadow: 2px 2px 2px rgb(207, 207, 207);
}
.contactboxbutton a{
  color: white;
}

.contactboxbutton img{
  margin:0 3px 0 0;
  padding:0;
  width:16px;
  height:10px;
  vertical-align: -0.5px;
}

.contactboxtext {
  font-size: 13px;
}
  /* ########### contact.html ########### */

  .infobox {
    margin: 1.5em 0.75em 0;
    padding: 0.25em 0.25em;
    height: 15em;
    overflow: scroll;
    border: black 1px solid;
  }
  .contactright {
    padding-right: 1em;
    width: 100%;
  }
  .contactleft {
    font-size: 13px;
    padding-left: 1em;
    padding-bottom: 0.5em;
    font-weight: bold;
    color: rgb(0, 86, 154);
    text-align: left;
    width: 90px;
  }
  .radiotext {
    font-size: 13px;
    padding: 0 13px 0 0;
    margin: 0em 0em 1em 0em;
  }
  .policytext {
    font-size: 13px;
  }
  
  .sousin input {
    margin: 15px auto 30px;
    padding: 15px 30px 15px 30px;
    display: block;
    width: 235px;
    outline: none;
    color: white;
    background-color: rgb(0, 86, 154);
    font-weight: bold;
    font-size: 14px;
    border: none;
    border-radius: 10px;
  }
  .sousin input:hover {
    display: block;
    width: 235px;
    outline: none;
    margin: 15.5px auto 29.5px;
    padding: 15.5px 30px 14.5px 30px;
    color: white;
    background-color: rgba(0, 86, 154, 0.8);
    font-weight: bold;
    font-size: 14px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.2);
    border: none;
  }
  /* ### comic-setplan.html sf ### */
  .comiccontents {
    padding: 0em 1em;
    margin-right: auto;
    margin-left: auto;
    max-width: 479px;
  }
  .comicp {
    display: inline-block;
    margin: 0em;
    padding: 0;
    font-size: 12px;
    line-height: -1;
    text-align: justify;
  }
  .comicmenuall {
    font-size: 0;
    margin: 5px 0 5px;
  }
  .comich2 {
    margin: 1.5em 0 0.75em;
    padding: 0.3em 0.5em 0.2em 0.5em;
    text-align: center;
    color: #00569a;
    border-bottom: 2.5px solid #00569a;
    border-top: 2.5px solid #00569a;
    font-size: 125%;
    font-weight: bolder;
    line-height: 1.15;
  }
  .comicsettitle {
    margin: 0.25em 0em 0.35em;
    color: #00569a;
    font-size: 100%;
    border-bottom: 1px solid #00569a;
    line-height: 1.25;
  }
  .comicsetsubtitle {
    margin: 0.5em 0;
    font-size: 90%;
    font-weight: bold;
    color: dimgray;
  }
  .comiccomic {
    width: 100%;
    height: auto;
  }
  .comicpriceblock {
    margin: 1em 0 1em 0;
  }
  .comicicon {
    margin: 0.1em 0.1em 0.1em 0;
    width: 30px;
    height: auto;
  }
  .comicbutton {
    border-radius: 10px;
    width:280px;
    margin: 1.5em auto 2.5em;
    padding: 0.75em 0 0.7em 0;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    background: #00569a;
    color: white;
  }
  .comicbutton:hover {
    border-radius: 10px;
    margin: 1.55em auto 2.45em;
    padding: 0.775em 0 0.675em 0;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    background: rgb(11, 103, 173);
    color: white;
    box-shadow: 2px 2px 2px rgb(207, 207, 207);
  }
  .comicbutton i {
    vertical-align: -1px;
    display: inline-block;
    font-size: 115%;
    padding: 0em 0.25em 0 0;
  }

  .comicmailform {
    box-sizing: border-box;
    font-size: 100%;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border: none;
    background: rgb(187, 212, 241);
    width: 100%;
    height: 25px;
  }
  .comicmailformta {
    box-sizing: border-box;
    font-size: 100%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: none;
    background: rgb(187, 212, 241);
    width: 100%;
    height: 10em;
  }

  .comicsousin input {
    border: none;
    width: 100%;
    margin: 0.5em 0 1.25em 0;
    padding: 0.75em 0 0.7em 0;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    background: #00569a;
    color: white;
    border-radius: 10px;
  }
  .comicsousin input:hover {
    border: none;
    width: 100%;
    margin: 0.55em 0 1.25em 0;
    padding: 0.775em 0 0.675em 0;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    background: rgb(11, 103, 173);
    color: white;
    box-shadow: 2px 2px 2px rgb(207, 207, 207);
    border-radius: 10px;
  }
  .small {
    font-size: 60%;
    vertical-align: 1px;
    white-space: nowrap;
  }

  .faqall {
    margin: 2em 0 0em 0;
  }
  .faq {
    margin: 1.5em 0 1.5em 0;
  }
  .faqicon {
    float: left;
    width: 60px;
  }

  .faqicon2 {
    float: right;
    width: 60px;
  }

  .faqtext {
    text-align: justify;
    position: relative;
    margin: 0 70px 0 70px;
    padding: 10px 14px;
    font-size: 90%;
    background: rgb(187, 212, 241);
    border-radius: 10px;
  }
  .faqtext2 {
    text-align: justify;
    position: relative;
    margin: 0em 70px 1em 70px;
    padding: 10px 14px;
    font-size: 90%;
    background: #f5d0d0;
    border-radius: 10px;
  }
  .faqtext3 {
    text-align: justify;
    position: relative;
    margin: 0.25em 0 0.5em 70px;
    padding: 10px 14px;
    font-size: 90%;
    background: rgb(250, 229, 170);
    border-radius: 10px;
  }
  .faqtext:before {
    content: "";
    position: absolute;
    top: 30%;
    left: -22px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid rgb(187, 212, 241);
  }
  .faqtext2:before {
    content: "";
    position: absolute;
    top: 30%;
    right: -22px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #f5d0d0;
  }
  .faqtext3:before {
    content: "";
    position: absolute;
    top: 30%;
    left: -22px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid rgb(250, 229, 170);
  }
  .newtitle {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #00569a;
    opacity: 0.5;
    text-align: center;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .fas {
    vertical-align: -2px;
  }
  #top_btn {
    border-radius: 3px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: table;
    width: 100%;
    padding: 1px 0 0 0;
    text-decoration: none;
    color: rgb(0, 86, 154);
    width: 32px;
    height: 32px;
    font-size: 19px;
    text-align: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    border: solid 1px rgba(0, 86, 154);
    z-index: 1001;
  }
  #top_btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(#353, 87, 41, 0.5), 0 2px 2px;
  }
}
/* ################################# 480px以上767px以下 ################################# */

@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }
  .tbsf {
    display: block !important;
  }
  .tb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pc2 {
    display: none !important;
  }
  h1 {
    margin: 0.25em 0 0.35em 10px;
  }

  h2 {
    margin: 0.5em 0em 0.25em 0.75em;
    padding: 0.85em 0em 0em 0em;
    color: #00569a;
    font-size: 115%;
    line-height: 1.5;
  }
  .h2topwhite {
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    line-height: 1.35;
    font-size: 36px;
    letter-spacing: 1px;
    position: absolute;
    top: 46%;
    left: 40%;
    transform: translate(-40%, -46%);
    -ms-transform: translate(-40%, -46%);
    -webkit-transform: translate(-40%, -46%);
  }

  .h2topblue {
    margin: 15px 0 30px 0;
    color: #00569a;
    text-align: center;
    letter-spacing: 1px;
  }

  .underlightblue {
    font-size: 34px;
    display: inline-block;
    line-height: 1.2;
    border-bottom: 4px solid #86b4d8;
  }
  .h2imageback {
    width: 100%;
    min-height: 135px;
    max-height: 135px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }

  .footertop img {
    width: 100%;
    min-height: 95px;
    max-height: 95px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }
  h3 {
    margin: 1em 0em 1em 0em;
    padding: 0.3em 1em 0.2em 1em;
    color: white;
    background: #00569a;
    font-size: 112.5%;
    line-height: 1.5;
  }
  h4,
  .h2title {
    margin: 1em 0.75em 1.75em 0.75em;
    padding: 0.3em 1em 0.2em 0.75em;
    color: #00569a;
    border-bottom: 3px solid #00569a;
    border-top: 3px solid #00569a;
    font-size: 112.75%;
    font-weight: bolder;
    line-height: 1.5;
  }
  .titlebluefont {
    margin: 0.25em 0.75em 0.35em;
    color: #00569a;
    font-size: 112.5%;
    border-bottom: 1px solid #00569a;
  }
  .bigbluefont {
    color: #00569a;
    font-size: 112.5%;
  }
  .contents {
    padding: 30px 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 767px;
  }

  .slider img {
    width: 100%;
    min-height: 400px;
    max-height: 550px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }
  .subimg img {
    border-radius: 8px;
  }
  .subimg {
    margin: 0em 0.75em 0em 1em;
    max-width: 180px;
    height: auto;
    float: right;
  }
  .subimg2 img {
    border-radius: 8px;
  }
  .subimg2 {
    margin: 1.1em 0.75em 0em 1em;
    max-width: 180px;
    height: auto;
    float: left;
  }
  .subimg3 {
    margin: 0em 0.75em 0em 1em;
    max-width: 180px;
    height: auto;
    float: right;
  }
  .setbox .subimg {
    display: none;
  }

  .setbox .subimg2 {
    display: none;
  }

  .set3subimg {
    display: none;
  }
  #logo {
    float: none;
    height: auto;
    display: block;
  }
  #logo img{
    width: 260px;
  }
  #navibtn span {
    display: inline-block;
    text-indent: -9999px;
  }
  #navibtn i {
    color: #888888;
    font-size: 18px;
  }
  #navibtn {
    padding: 6px 10px;
    border: solid 1px #aaaaaa;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute;
    top: 46px;
    right: 15px;
    cursor: pointer;
  }
  #navibtn:hover {
    background-color: #dddddd;
  }
  #navibtn:hover {
    background-color: #dddddd;
  }
  #navibtn:focus {
    outline: none;
  }
  #navi {
    display: none;
    text-align: right;
  }
  #navi ul {
    margin: 0;
    padding: 0;
  }
  #navi ul li {
    margin: 0;
    padding: 0;
    display: block;
  }
  #navi ul li a {
    margin: 0;
    padding: 5px 5px 5px 20px;
    display: block;
    text-align: left;
    color: #000000;
    text-decoration: none;
  }
  #navi ul li a:link {
    color: black;
  }
  #navi ul li a:hover {
    background: #00569a;
    color: white;
  }

  #navi .navibottom li i {
    display: none;
  }
  .mail {
    width: 16px;
    margin: 0 3px 1px 0;
    padding: 0;
    display: none;
  }
  .tanpinbox {
    margin: 5px 0em 0em 0em;
  }
  .minibox {
    box-sizing: border-box;
    margin: 0em 0em 2% 2%;
    padding: 0.1em 0.25em 0.1em 0.25em;
    width: 22.25%;
    height: 145px;
    border: 1px solid darkgray;
    float: left;
  }
  .minibox:nth-child(4n) {
    margin-right: 2%;
  }
  .minibox:last-child {
    margin-bottom: 1em;
  }
  .minibox p {
    margin: 0.25em 0em 0.25em 0em;
    padding: 0;
    line-height: 1.25;
  }
  .minip {
    color: #00569a;
    font-size: 87.5%;
    text-align: center;
  }
  .minisubp {
    font-size: 56.25%;
    text-align: left;
    color: #696969;
  }
  .miniicon {
    margin: 0.25em auto;
    width: 60px;
    height: auto;
  }
  .setminibox {
    box-sizing: border-box;
    width: 92px;
    height: 85px;
    float: left;
  }
  .setminibox .minip {
    color: #00569a;
    font-size: 81.25%;
    margin: 0;
    text-align: center;
  }
  .setminibox:last-child {
    margin-bottom: 1em;
  }
  .flowbox {
    padding: 0.75em 0 0 0;
    height: 55px;
    display: block;
    box-sizing: border-box;
    border: 0px solid darkgray;
  }
  .flowp {
    margin: 0 0 0 0.25em;
    display: inline;
    font-weight: bold;
    color: black;
    font-size: 118.75%;
    border: 0px solid darkgray;
  }
  .flowsubp {
    vertical-align: 2px;
    margin: 0 0 0 0.25em;
    padding: 0.25em 0 0.25em 0;
    display: inline;
    color: black;
    font-size: 75%;
    border: 0px solid darkgray;
  }
  .flowstepp {
    margin: 0 0 0 1em;
    float: left;
    font-size: 118.75%;
    font-weight: bold;
    color: rgb(248, 134, 159);
    border: 0px solid darkgray;
  }
  .stepbox {
    margin: -0.25em 0 0.5em 2.75em;
  }
  .stepbox img {
    transform: rotate(90deg);
    width: 14px;
    height: auto;
  }
  .flowicon {
    margin: -0.25em 0 0.5em 1em;
    float: left;
    width: 33px;
    height: auto;
    border: 0px solid darkgray;
  }
  #stepboxall {
    margin-top: 1.5em;
  }
  .toolistbox {
    box-sizing: border-box;
    margin: 1em 2% 3em 2%;
    width: 96%;
    height: auto;
    float: left;
  }
  .texta {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 105%;
    padding-top: 5px;
    padding-left: 24px;
    text-indent: -24px;
    line-height: 1.45;
  }
  table .priceplanleft {
    text-align: center;
    width: 40%;
  }
  table .pricenaiyoleftset {
    text-align: center;
  }
  table .priceleft {
    width: 40%;
  }
  table .pricenaiyomiddle {
    text-align: center;
    width: 60%;
  }
  table .pricemiddle {
    width: 60%;
  }
  table .pricemeyasuright {
    text-align: center;
    width: 80px;
  }
  table .priceright {
    text-align: right;
    padding-right: 16px;
    width: 80px;
  }
  table .pricemeyasurightset {
    text-align: center;
    width: 150px;
  }
  table .pricerightset {
    padding-left: 16px;
    width: 150px;
  }
  table .pricerightset3 {
    width: 150px;
    padding-left: 12px;
  }
  table th,
  table td {
    text-align: justify;
    font-size: 93.75%;
    padding: 0.25em 0.75em 0.25em 0.75em;
    border: solid 1px black;
  }
  .b2dtable {
    margin: 1em 1em 2em 0.25em;
  }
/* ##### コンタクトBOX ##### */
.contactbox {
  text-align: center;
  box-sizing:border-box;
  margin: 2em 0.75em 2em 0.75em;
  padding: 1em 0.5em;
  max-width: 100%;
  border: 1px solid darkgray;
}
.contacttuikap{
  border-radius: 7px;
  width:43%;
  min-height: 170px;
  max-height: 200px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; 
  vertical-align: middle;
}
.contactboxright {
  margin:0 0 0 3.5%;
  width:50%;
  display: inline-block;
  vertical-align: middle;
}
.contactboxtitle {
  font-size: 130%;
  color: #00569a;
  font-weight: bold;
  letter-spacing: 6px;
}
.contactboxbutton {
  border-radius: 10px;
  margin: 0.75em auto 1.25em;
  padding: 0.65em 0 0.6em 0;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background: #00569a;
  color: white;
}
.contactboxbutton:hover {
  border-radius: 10px;
  margin: 0.8em auto 1.2em;
  padding: 0.675em 0 0.575em 0;
  font-size: 105%;
  font-weight: bold;
  text-align: center;
  background: rgb(11, 103, 173);
  color: white;
  box-shadow: 2px 2px 2px rgb(207, 207, 207);
}
.contactboxbutton a{
  color: white;
}

.contactboxbutton img{
  margin:0 5px 0 0;
  padding:0;
  width:22px;
  height:14px;
  vertical-align: -1px;
}
.contactboxtext {
  font-size: 14px;
}
  /* ########### contact.html ########### */

  .infobox {
    margin: 2.75em 0.75em 0;
    padding: 0.5em 0.5em;
    height: 15em;
    overflow: scroll;
    border: black 1px solid;
  }
  .contactright {
    padding-right: 1em;
    width: 100%;
  }
  .contactleft {
    padding-left: 1em;
    padding-bottom: 0.5em;
    font-weight: bold;
    color: rgb(0, 86, 154);
    text-align: left;
    width: 100px;
  }
  .radiotext {
    font-size: 14px;
    padding: 0 16px 0 0;
    margin: 0em 0em 1em 0em;
  }
  
  .sousin input {
    margin: 15px auto 0;
    display: block;
    width: 260px;
    outline: none;
    padding: 15px 30px 15px 30px;
    color: white;
    background-color: rgb(0, 86, 154);
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 10px;
  }
  .sousin input:hover {
    display: block;
    width: 260px;
    outline: none;
    margin: 15.5px auto -0.5px;
    padding: 15.5px 30px 14.5px 30px;
    color: white;
    background-color: rgba(0, 86, 154, 0.8);
    font-weight: bold;
    font-size: 16px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 10px;
  }
  /* ### comic-setplan.html tb ### */
  .comiccontents {
    padding: 0em 1em;
    margin-right: auto;
    margin-left: auto;
    max-width: 767px;
  }
  .comicp {
    display: inline-block;
    margin: 0em;
    font-size: 95%;
    line-height: 1;
    text-align: justify;
  }
  .comicmenuall {
    margin: 0.5em 0 1em;
  }
  .comich2 {
    margin: 1.5em 0 0.75em;
    padding: 0.3em 0.5em 0.2em 0.5em;
    text-align: center;
    color: #00569a;
    border-bottom: 3px solid #00569a;
    border-top: 3px solid #00569a;
    font-size: 150%;
    font-weight: bolder;
    line-height: 1.35;
  }
  .comicsettitle {
    margin: 0.25em 0em 0.35em;
    color: #00569a;
    font-size: 135%;
    border-bottom: 1px solid #00569a;
    line-height: 1.25;
  }
  .comicsetsubtitle {
    margin: 0.5em 0;
    font-size: 110%;
    font-weight: bold;
    color: dimgray;
  }
  .comiccomic {
    width: 100%;
    height: auto;
  }
  .comicpriceblock {
    margin: 1.25em 0 1.25em 0;
  }
  .comicicon {
    margin: 0.2em 0.2em 0.3em 0;
    width: 50px;
    height: auto;
  }
  .comicbutton {
    border-radius: 10px;
    width:350px;
    margin: 1.5em auto 3.5em;
    padding: 0.85em 0 0.8em 0;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    background: #00569a;
    color: white;
  }
  .comicbutton:hover {
    border-radius: 10px;
    margin: 1.55em auto 3.45em;
    padding: 0.875em 0 0.775em 0;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    background: rgb(11, 103, 173);
    color: white;
    box-shadow: 2px 2px 2px rgb(207, 207, 207);
  }
  .comicbutton i {
    vertical-align: -3%;
    display: inline-block;
    font-size: 125%;
    padding: 0em 0.25em 0 0;
  }

  .comicmailform {
    box-sizing: border-box;
    font-size: 100%;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border: none;
    background: rgb(187, 212, 241);
    width: 100%;
    height: 30px;
  }
  .comicmailformta {
    box-sizing: border-box;
    font-size: 100%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: none;
    background: rgb(187, 212, 241);
    width: 100%;
    height: 10em;
  }

  .comicsousin input {
    border: none;
    width: 100%;
    margin: 1em 0 1.5em 0;
    padding: 0.75em 0 0.7em 0;
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    background: #00569a;
    color: white;
    border-radius: 10px;
  }
  .comicsousin input:hover {
    border: none;
    width: 100%;
    margin: 1.05em 0 1.45em 0;
    padding: 0.775em 0 0.675em 0;
    font-size: 125%;
    font-weight: bold;
    text-align: center;
    background: rgb(11, 103, 173);
    color: white;
    box-shadow: 2px 2px 2px rgb(207, 207, 207);
    border-radius: 10px;
  }
  .small {
    font-size: 60%;
    vertical-align: 2px;
    white-space: nowrap;
  }

  .faqall {
    margin: 2em 0 0em 0;
  }
  .faq {
    margin: 1.5em 0 1.5em 0;
  }
  .faqicon {
    float: left;
    width: 70px;
  }

  .faqicon2 {
    float: right;
    width: 70px;
  }
  .faqtext {
    text-align: justify;
    position: relative;
    margin: 0 80px 0 80px;
    padding: 10px 14px;
    font-size: 100%;
    background: rgb(187, 212, 241);
    border-radius: 10px;
  }
  .faqtext2 {
    text-align: justify;
    position: relative;
    margin: 0em 80px 1.5em 80px;
    padding: 10px 14px;
    font-size: 100%;
    background: #f5d0d0;
    border-radius: 10px;
  }
  .faqtext3 {
    text-align: justify;
    position: relative;
    margin: 1em 0 1em 80px;
    padding: 10px 14px;
    font-size: 100%;
    background: rgb(250, 229, 170);
    border-radius: 10px;
  }
  .faqtext:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid rgb(187, 212, 241);
  }
  .faqtext2:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #f5d0d0;
  }

  .faqtext3:before {
    content: "";
    position: absolute;
    top: 35%;
    left: -22px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid rgb(250, 229, 170);
  }

  .newtitle {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #00569a;
    opacity: 0.5;
    text-align: center;
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .fas {
    vertical-align: -2px;
  }
  #top_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: table;
    width: 100%;
    padding: 2px 0 0 0;
    text-decoration: none;
    color: rgb(0, 86, 154);
    width: 36px;
    height: 36px;
    font-size: 22px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);
    border: solid 2px rgba(0, 86, 154);
    border-radius: 4px;
    z-index: 1001;
  }
  #top_btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(#353, 87, 41, 0.5), 0 2px 2px;
  }
}

/* ################################# 768px以上 ################################# */

@media (min-width: 768px) {
  .sf {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .tbsf {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc2 {
    display: inline-block !important;
  }
  h1 {
    margin: 0 0 0.3em 10px;
  }
  h2 {
    margin: 0.5em 0em 0.25em 0.75em;
    padding: 0.85em 0em 0em 0em;
    color: #00569a;
    font-size: 125%;
    line-height: 1.5;
  }
  .h2topwhite {
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    position: absolute;
    top: 46%;
    left: 46%;
    transform: translate(-46%, -46%);
    -ms-transform: translate(-46%, -46%);
    -webkit-transform: translate(-46%, -46%);
  }

  .h2topblue {
    margin: 20px 0 40px 0;
    color: #00569a;
    text-align: center;
    letter-spacing: 1px;
  }

  .underlightblue {
    display: inline-block;
    font-size: 38px;
    line-height: 1.2;
    border-bottom: 6px solid #86b4d8;
  }
  .h2imageback {
    width: 100%;
    min-height: 175px;
    max-height: 175px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }
  h4,
  .h2title {
    margin: 1em 0.75em 2em 0.75em;
    padding: 0.3em 1em 0.2em 0.75em;
    color: #00569a;
    border-bottom: 3px solid #00569a;
    border-top: 3px solid #00569a;
    font-size: 118.75%;
    font-weight: bolder;
    line-height: 1.5;
  }
  h3 {
    margin: 1em 0em 1em 0em;
    padding: 0.3em 1em 0.2em 1em;
    color: white;
    background: #00569a;
    font-size: 118.75%;
    line-height: 1.5;
  }
  .titlebluefont {
    margin: 0.25em 0.75em 0.35em;
    color: #00569a;
    font-size: 118.75%;
    border-bottom: 1px solid #00569a;
  }
  .bigbluefont {
    color: #00569a;
    font-size: 118.75%;
  }
  .contents {
    padding: 40px 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
  }

  .contentstop {
    margin-right: auto;
    margin-left: auto;
    max-width: 1180px;
  }

  .h3title {
    margin-right: auto;
    margin-left: auto;
    max-width: 1050px;
  }
  footer ul {
    max-width: 1080px;
  }

  .footertop img {
    width: 100%;
    min-height: 125px;
    max-height: 125px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }
  .comictopimage {
    width: 100%;
    max-height: 980px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }

  .slider img {
    width: 100%;
    min-height: 430px;
    max-height: 750px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }
  .subimg img {
    border-radius: 10px;
  }
  .subimg {
    margin: 0em 0.75em 0.5em 1.5em;
    max-width: 240px;
    height: auto;
    float: right;
  }

  .subimg2 img {
    border-radius: 10px;
  }
  .subimg2 {
    margin: 1.15em 1.5em 0.5em 0.75em;
    max-width: 240px;
    height: auto;
    float: left;
  }
  .subimg3 {
    margin: 0em 0.75em 1em 1.5em;
    max-width: 240px;
    height: auto;
    float: right;
  }
  .setbox .subimg {
    margin: 0em 1em 0.5em 1em;
    max-width: 150px;
    height: auto;
    float: right;
  }
  .setbox .subimg2 {
    margin: -0.5em 1em 0.5em 1em;
    max-width: 150px;
    height: auto;
    float: left;
  }
  .set3subimg {
    margin: 0em 1em 0.5em 1em;
    max-width: 225px;
    height: auto;
    float: left;
  }
  #logo {
    margin-top: 0.1em;
    float: left;
    height: auto;
  }
  #logo img{
    width: 290px;
  }
  #navibtn {
    display: none;
  }
  #navi .navibottom li i {
    vertical-align: -1.5px;
    font-size: 15px;
    margin-right: 0.25em;
  }
  #navi {
    margin: 0 0.5em 0 0;
    display: block;
    height: 73px;
    text-align: right;
  }
  #navi ul {
    margin-top: 0.65em;
    margin-right: 0.5em;
  }
  ul .navitop li {
    margin: 0 0em 1em 0;
    display: inline-block;
    border-left: 1px solid #696969;
    padding-left: 0.75em;
    padding-right: 0.5em;
  }
  ul .navitop li:first-child {
    padding-left: 0.9em;
  }
  ul .navibottom li {
    margin: 0 0 0 0;
    display: inline-block;
    line-height: 2;
  }
  ul .navitop li a {
    text-align: center;
    color: #000000;
  }
  ul .navitop li:last-child {
    border-right: 1px solid #696969;
    padding-right: 0.5em;
  }
  .navibottom ul li a {
    text-align: center;
    color: #000000;
  }

  #navi ul li a:link {
    color: black;
  }
  ul .navitop li a:hover {
    color: #696969;
    border-bottom: 3px solid #00569a;
  }

  .otoiawase {
    border-radius: 5px;
    font-weight: bold;
    padding: 0.5em 1.25em 0.5em 1.25em;
    color: white;
    background: #00569a;
  }
  .mail {
    padding: 1em 0.2em 0em 0em;
    max-width: 16px;
    margin: 4px 3px 7.5px 0;
    display: inline;
  }

  .tanpinbox {
    margin: 0px 0em 0em 0em;
    padding: 1.75% 0.5% 0 0.5%;
  }
  .minibox {
    box-sizing: border-box;
    margin: 0 0 1% 1%;
    padding: 0.1em 0.5em 0.1em 0.5em;
    width: 18.8%;
    height: 147px;
    border: 1px solid darkgray;
    float: left;
  }
  .minibox:nth-child(5n) {
    margin-right: 1%;
  }

  .minibox:last-child {
    margin-bottom: 1em;
  }

  .minibox p {
    margin: 0.2em 0em 0.2em 0em;
    padding: 0;
    line-height: 1.25;
  }
  .minip {
    color: #00569a;
    font-size: 87.5%;
    text-align: center;
  }
  .minisubp {
    font-size: 68.75%;
    text-align: left;
    color: #696969;
  }
  .miniicon {
    margin: 0.25em auto;
    width: 60px;
    height: auto;
  }
  .setminibox {
    box-sizing: border-box;
    width: 92px;
    height: 85px;
    float: left;
  }
  .setminibox .minip {
    color: #00569a;
    font-size: 81.25%;
    margin: 0;
    text-align: center;
  }
  .setminibox:last-child {
    margin-bottom: 1em;
  }
  .minibox:hover,
  .setbox:hover,
  .otoiawase:hover {
    opacity: 0.85;
  }

  .setboxp {
    overflow: hidden;
  }
  .flowbox {
    box-sizing: border-box;
    margin: 5px 0 15px 0;
    padding: 0.1em 0 0.1em 0;
    width: 17.6%;
    height: 147px;
    float: left;
    border: 0px solid darkgray;
  }
  .flowp {
    font-weight: bold;
    color: black;
    font-size: 118.75%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .flowsubp {
    color: black;
    font-size: 75%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .flowstepp {
    margin-left: 0;
    font-size: 118.75%;
    font-weight: bold;
    color: rgb(248, 134, 159);
  }
  .stepbox {
    box-sizing: border-box;
    padding-top: 50px;
    text-align: center;
    box-sizing: border-box;
    width: 2%;
    height: 147px;
    float: left;
  }
  .stepbox img {
    width: 14px;
    height: auto;
  }
  .flowicon {
    margin: 0.25em auto;
    width: 33px;
    height: auto;
    text-align: center;
  }
  #stepboxall {
    margin-top: 1em;
  }
  .toolistbox {
    box-sizing: border-box;
    margin: 1em 2% 3em 2%;
    width: 46%;
    height: auto;
    float: left;
  }
  .texta {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 105%;
    padding-top: 5px;
    padding-left: 24px;
    text-indent: -24px;
    line-height: 1.45;
  }
  table .priceplanleft {
    text-align: center;
    width: 40%;
  }
  table .priceleft {
    width: 40%;
  }
  table .pricenaiyomiddle {
    text-align: center;
    width: 60%;
  }
  table .pricemiddle {
    width: 60%;
  }
  table .pricemeyasuright {
    text-align: center;
    width: 190px;
  }
  table .priceright {
    text-align: right;
    padding-right: 76px;
    width: 190px;
  }
  table .pricenaiyoleftset {
    text-align: center;
  }
  table .pricemeyasurightset {
    text-align: center;
    width: 190px;
  }
  table .pricerightset {
    width: 190px;
    padding-left: 42px;
  }
  table .pricerightset3 {
    width: 190px;
    padding-left: 32px;
  }
  table th,
  table td {
    text-align: justify;
    font-size: 93.75%;
    padding: 0.25em 0.75em 0.25em 0.75em;
    border: solid 1px black;
  }
  .b2dtable {
    margin: 1em 1em 2em 0.25em;
  }
/* ##### コンタクトBOX ##### */
.contactbox {
  text-align: center;
  box-sizing:border-box;
  margin: 3em 0.75em 2em 0.75em;
  padding: 1em 0.5em;
  max-width: 100%;
  border: 1px solid darkgray;
}
.contacttuikap{
  border-radius: 7px;
  width:39%;
  min-height: 210px;
  max-height: 210px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; 
  vertical-align: middle;
}
.contactboxright {
  margin:0 4% 0 6%;
  width:49%;
  display: inline-block;
  vertical-align: middle;
}
.contactboxtitle {
  font-size: 170%;
  color: #00569a;
  font-weight: bold;
  letter-spacing: 7px;
}
.contactboxbutton {
  border-radius: 10px;
  margin: 0.85em auto 1.35em;
  padding: 0.85em 0 0.8em 0;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  background: #00569a;
  color: white;
}
.contactboxbutton:hover {
  border-radius: 10px;
  margin: 0.9em auto 1.3em;
  padding: 0.875em 0 0.775em 0;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  background: rgb(11, 103, 173);
  color: white;
  box-shadow: 2px 2px 2px rgb(207, 207, 207);
}
.contactboxbutton a{
  color: white;
}

.contactboxbutton img{
  margin:0 5px 0 0;
  padding:0;
  max-width:30px;
  vertical-align: -2.75px;
}
.contactboxtext {
  font-size: 15px;
}
  /* ########### contact.html ########### */

  .infobox {
    margin: 3em 0.75em 0;
    padding: 0.5em 1em;
    height: 15em;
    overflow: scroll;
    border: black 1px solid;
  }
  .contactright {
    padding-right: 1em;
    width: 100%;
  }
  .contactleft {
    padding-left: 1em;
    padding-bottom: 0.75em;
    font-weight: bold;
    color: rgb(0, 86, 154);
    text-align: left;
    width: 180px;
  }
  .radiotext {
    font-size: 16px;
    padding: 0 16px 0 0;
    margin: 0em 0em 1em 0em;
  }
  .sousin input {
    margin: 15px auto 0;
    padding: 15px 30px 15px 30px;
    display: block;
    width: 260px;
    outline: none;
    color: white;
    background-color: rgb(0, 86, 154);
    font-weight: bold;
    font-size: 18px;
    border: none;
    border-radius: 10px;
  }
  .sousin input:hover {
    margin: 15.5px auto -0.5px;
    padding: 15.5px 30px 14.5px 30px;
    display: block;
    width: 260px;
    outline: none;
    color: white;
    background-color: rgba(0, 86, 154, 0.8);
    font-weight: bold;
    font-size: 18px;
    box-shadow: 2px 2px 0px 0 rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 10px;
  }
  /* ### comic-setplan.html pc ### */
  .comiccontents {
    padding: 0em 1.5em;
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
  }
  .comicp {
    display: inline-block;
    margin: 0em;
    font-size: 100%;
    line-height: 1;
    text-align: justify;
  }
  .comicmenuall {
    margin: 0.5em 0 1em;
  }
  .comich2 {
    margin: 1.5em 0 0.75em;
    padding: 0.3em 0.75em 0.2em 0.75em;
    text-align: center;
    color: #00569a;
    border-bottom: 3.5px solid #00569a;
    border-top: 3.5px solid #00569a;
    font-size: 175%;
    font-weight: bolder;
    line-height: 1.5;
  }
  .comicsettitle {
    margin: 0.25em 0em 0.35em;
    color: #00569a;
    font-size: 150%;
    border-bottom: 1px solid #00569a;
  }
  .comicsetsubtitle {
    margin: 0.5em 0;
    font-size: 115%;
    font-weight: bold;
    color: dimgray;
  }
  .comiccomic {
    width: 100%;
    height: auto;
  }
  .comicpriceblock {
    margin: 1.5em 0 1.5em 0;
  }
  .comicicon {
    margin: 0.25em 0.25em 0.35em 0;
    width: 60px;
    height: auto;
  }
  .comicbutton {
    border-radius: 10px;
    width:380px;
    margin: 2.5em auto 4.5em;
    padding: 0.85em 0 0.8em 0;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
    background: #00569a;
    color: white;
  }
  .comicbutton:hover {
    border-radius: 10px;
    margin: 2.55em auto 4.45em;
    padding: 0.875em 0 0.775em 0;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
    background: rgb(11, 103, 173);
    color: white;
    box-shadow: 2px 2px 2px rgb(207, 207, 207);
  }
  .comicbutton i {
    vertical-align: -2px;
    display: inline-block;
    font-size: 125%;
    padding: 0 0.25em 0 0;
  }

  .comicmailform {
    box-sizing: border-box;
    font-size: 100%;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border: none;
    background: rgb(187, 212, 241);
    width: 100%;
    height: 35px;
  }
  .comicmailformta {
    box-sizing: border-box;
    font-size: 100%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: none;
    background: rgb(187, 212, 241);
    width: 100%;
    height: 10em;
  }

  .comicsousin input {
    border: none;
    width: 100%;
    margin: 1em 0 2.5em 0;
    padding: 0.75em 0 0.7em 0;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
    background: #00569a;
    color: white;
    border-radius: 10px;
  }
  .comicsousin input:hover {
    border: none;
    width: 100%;
    margin: 1.05em 0 2.45em 0;
    padding: 0.775em 0 0.675em 0;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
    background: rgb(11, 103, 173);
    color: white;
    box-shadow: 2px 2px 2px rgb(207, 207, 207);
    border-radius: 10px;
  }
  .small {
    font-size: 60%;
    vertical-align: 2px;
    white-space: nowrap;
  }
  .faqall {
    margin: 3em 0 0em 0;
  }
  .faq {
    margin: 1.5em 0 1.5em 0;
  }
  .faqicon {
    float: left;
    width: 80px;
  }

  .faqicon2 {
    float: right;
    width: 80px;
  }

  .faqtext {
    text-align: justify;
    position: relative;
    margin: 0 90px 0 90px;
    padding: 16px 18px;
    font-size: 100%;
    background: rgb(187, 212, 241);
    border-radius: 10px;
  }
  .faqtext2 {
    text-align: justify;
    position: relative;
    margin: 0em 90px 2em 90px;
    padding: 16px 18px;
    font-size: 100%;
    background: #f5d0d0;
    border-radius: 10px;
  }

  .faqtext3 {
    text-align: justify;
    position: relative;
    margin: 0.25em 0 0.5em 90px;
    padding: 16px 18px;
    font-size: 100%;
    background: rgb(250, 229, 170);
    border-radius: 10px;
  }
  .faqtext:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid rgb(187, 212, 241);
  }
  .faqtext2:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #f5d0d0;
  }

  .faqtext3:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -24px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid rgb(250, 229, 170);
  }

  .newtitle {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #00569a;
    opacity: 0.5;
    text-align: center;
    font-size: 42px;
    position: absolute;
    top: 46%;
    left: 46%;
    transform: translate(-46%, -46%);
    white-space: nowrap;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .fas {
    vertical-align: -2px;
  }
  #top_btn {
    border-radius: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: table;
    width: 100%;
    padding: 2px 0 0 0;
    text-decoration: none;
    color: rgb(0, 86, 154);
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    border: solid 2px rgba(0, 86, 154);
    z-index: 1001;
  }
  #top_btn:active {
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
  }
}
@media (min-width: 1102px) {
  .tanpinbox {
    margin: 0px 0em 0em 0em;
    padding: 0 0.5% 0 0.5%;
  }
}
