@charset "utf-8";

/*==========================================================================
 common css
 ========================================================================== */
main .imgRep {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	background-position: center center;
background-repeat: repeat-x;
	background-size: 100%;
}
main .inlineWrap {
  font-size: 0;
  letter-spacing: 0;
}
main .br { display: block; }
main .split { display: inline-block; }
main .fontBold { font-weight: bold; }
main .fontRed { color: #f00; }
main :hover { opacity: 1.0; }


/*==========================================================================
 contwrap css
 ========================================================================== */
body { letter-spacing: 0; }
main { padding-bottom: 0; }
main #imotogawifi h1,
main #imotogawifi h1+p,
main #imotogawifi h1+p+p {
  margin-bottom: 0;
  padding: 0;
  background-size: auto 100%;
}
main #imotogawifi h1 {
  height: 257px;
  background-image: url(/special/imotogawifi/img/mv_01.jpg);
}
main #imotogawifi h1+p {
  height: 277px;
  background-image: url(/special/imotogawifi/img/mv_02.gif);
}
main #imotogawifi h1+p+p {
  height: 653px;
  background-image: url(/special/imotogawifi/img/mv_03.jpg);
}
main .imgWrap { background: #000; }


@media screen and (max-width: 1000px) {
  main #imotogawifi h1,
  main #imotogawifi h1+p,
  main #imotogawifi h1+p+p { height: 0; }
  main #imotogawifi h1 { padding-bottom: 25.7%; }
  main #imotogawifi h1+p { padding-bottom: 27.7%; }
  main #imotogawifi h1+p+p { padding-bottom: 65.3%; }
}


/*==========================================================================
cont padding css
 ========================================================================== */

@media screen and (max-width: 1000px) {
  .cont1,
  .cont2,
  .cont3,
  .cont4,
  .cont5 {
    padding-right: 40px;
    padding-left: 40px;
  }
}


@media screen and (max-width: 767px) {
  .cont1,
  .cont2,
  .cont3,
  .cont4,
  .cont5 {
    padding-right: 30px;
    padding-left: 30px;
  }
}


@media screen and (max-width: 767px) {
  .cont1,
  .cont2,
  .cont3,
  .cont4,
  .cont5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}


/*==========================================================================
 cont1 css
 ========================================================================== */
main .cont1 { padding-bottom: 60px; }
main .cont1v.imgRep {
  width: 921px;
  height: 967px;
  margin: 0 auto 70px;
  background-image: url(/special/imotogawifi/img/img03.jpg);
}
main table {
  width: 90%;
  max-width: 768px;
  margin: 0 auto 20px;
}
main tbody th,
main tbody td { padding: 8px; }
main tbody th,
main tbody td,
main tr th:first-of-type, main tr td:first-of-type { border: 1px solid #ccc; }
main tbody th { background: #eee; }
main .cont1 ul {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
main .cont1 li {
  padding-left: 10px;
  text-indent: -10px;
}

@media screen and (max-width: 1000px) {
  main .cont1v.imgRep {
    width: 100%;
    height: 0;
    padding-bottom: 104.9945%; /* 921:967=100:x */
  }
}


@media screen and (max-width: 767px) {
  main .cont1v.imgRep { margin-bottom: 50px; }
}


@media screen and (max-width: 583px) {
  main table,
  main .cont1 ul { width: 100%; }
  main .cont1v.imgRep { margin-bottom: 40px; }
}


@media screen and (max-width: 479px) {
  main .cont1v.imgRep { margin-bottom: 20px; }
  main tbody th,
  main tbody td {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: none;
  }
  main tbody th,
  main tr th:first-of-type,
  main tbody td,
  main tr td:first-of-type { border-bottom: none; }
  main table { border-bottom: 1px solid #ccc; }
}


/*==========================================================================
 cont2 css
 ========================================================================== */
main .cont2,
main .cont3,
main .cont4,
main .cont5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

main .cont2,
main .cont4 { background: #EDEFFD; }
main .contInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
main .cont3 h2,
main .cont4 h2,
main .cont5 h2 { margin-bottom: 44px; }
main .cont2 .textWrap,
main .cont2 img {
  display: inline-block;
  vertical-align: top;
}
main .cont2 .textWrap {
  width: 38%;
  margin-right: 5%
}
main .cont2 .contInner img { width: 57%; }
main .cont2 h2,
main .cont2 p { text-align: left; }
main h2 {
  line-height: 1.2;
  font-size: 44px;
}
main .cont2 p {
  margin-bottom: 0;
  font-size: 16px;
}


@media screen and (max-width: 1000px) {
  main .cont2 .textWrap { width: 45%; }
main .cont2 .contInner img { width: 50%; }
main h2 {
  text-align: center;
  font-size: 38px;
}
  main .cont2 h2 { text-align: center; }
}


@media screen and (max-width: 767px) {
  main .cont2,
  main .cont3,
  main .cont4,
  main .cont5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  main .cont2 .textWrap,
  main .cont2 .contInner img { width: 100%; }
  main .cont2 .textWrap { margin-bottom: 40px; }
  main h2 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 30px;
  }
  main .cont2 p {
    max-width: 560px;
    margin: 0 auto;
  }
  main .cont2 .contInner img { max-width: 460px; }
}


/*==========================================================================
 cont3 css
 ========================================================================== */

main .cont3 {
  max-width: 960px;
  margin: 0 auto;
}
main .cont3 .inlineWrap:not(:last-of-type),
main .cont4 .inlineWrap:not(:last-of-type) { margin-bottom: 60px; }
main .cont3 img,
main .cont3 .textWrap,
main .cont4 img,
main .cont4 .textWrap {
  display: inline-block;
  vertical-align: top;
}
main .cont3 img,
main .cont4 img {
  width: 48%;
  margin-right: 4%;
}
main .cont3 .textWrap,
main .cont4 .textWrap {
  width: 48%;
  text-align: left;
}
main .cont3 .textWrap h3,
main .cont4 .textWrap h3 {
  margin-bottom: 12px;
  text-align: left;
  font-size: 34px;
}
main .cont3 .textWrap p:nth-of-type(1){
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 42px;
}
main .cont3 .textWrap p:nth-of-type(1) span { font-size: 31px; }
main .cont3 .textWrap p:nth-of-type(2) { font-size: 16px; }


@media screen and (max-width: 979px) {
  main .cont3 .textWrap h3,
  main .cont4 .textWrap h3 {
    margin-bottom: 8px;
    font-size: 31px;
  }
  main .cont3 .textWrap p:nth-of-type(1){
    margin-bottom: 4px;
    font-size: 39px;
  }
  main .cont3 .textWrap p:nth-of-type(1) span { font-size: 28px; }
}


@media screen and (max-width: 879px) {
  main .cont3 .textWrap h3,
  main .cont4 .textWrap h3 {
    margin-bottom: 6px;
    font-size: 27px;
  }
  main .cont3 .textWrap p:nth-of-type(1){
    margin-bottom: 2px;
    font-size: 35px;
  }
  main .cont3 .textWrap p:nth-of-type(1) span { font-size: 24px; }
}


@media screen and (max-width: 767px) {
  main .cont3 h2,
  main .cont4 h2,
  main .cont5 h2 { margin-bottom: 28px; }
  main .cont3 img,
  main .cont4 img,
  main .cont3 .textWrap,
  main .cont4 .textWrap{ width: 100%; }
  main .cont3 img,
  main .cont4 img { margin-bottom: 16px; }
  main .cont3 .textWrap h3,
  main .cont4 .textWrap h3 { margin-bottom: 0; }
  main .cont3 .textWrap p:nth-of-type(1){
    margin-top: -6px;
    margin-bottom: 0;
  }
  main .cont3 .textWrap p:nth-of-type(2) { margin-bottom: 0; }
}


@media screen and (max-width: 479px) {
  main .cont3 .inlineWrap:not(:last-of-type), main .cont4 .inlineWrap:not(:last-of-type) { margin-bottom: 40px; }
main .cont3 .textWrap h3,
main .cont4 .textWrap h3 { font-size: 22px; }
main .cont3 .textWrap p:nth-of-type(1){ font-size: 30px; }
main .cont3 .textWrap p:nth-of-type(1) span { font-size: 19px; }
}


/*==========================================================================
 cont4 css
 ========================================================================== */
main .cont4 .textWrap h3 { margin-bottom: 16px; }
main .cont4 .textWrap p { font-size: 16px; }


/*==========================================================================
 cont5 css
 ========================================================================== */
main .cont5 { padding-bottom: 50px; }
main .cont5 .contmov { margin-bottom: 60px; }
main .cont5 p:nth-of-type(1) {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px;
  background-color: #F6F6F6;
  text-align: center;
  padding: 27px 20px 28px 20px;
  box-sizing: border-box;
  box-shadow: rgba(214, 214, 214, 0.74902) 0px 0px 15px 1px inset;
  -webkit-box-shadow: rgba(214, 214, 214, 0.74902) 0px 0px 15px 1px inset;
  -moz-box-shadow: rgba(214, 214, 214, 0.74902) 0px 0px 15px 1px inset;
  font-size: 130%;
  line-height: 150%;
}
.resp-sharing-button {
  display: inline-block;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 125ms ease-out, border-color 125ms ease-out, opacity 250ms ease-out;
  margin: 0.5em;
  padding: 0.5em 0.75em;
  font-family: 'Source Sans Pro', sans-serif;
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
}
.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}
.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.resp-sharing-button--line {
  background-color: #00b900;
  border-color: #00b900;
}
svg:not(:root) { overflow: hidden; }
.resp-sharing-button--large .resp-sharing-button__icon { margin-right: 0.4em; }
.resp-sharing-button__icon {
    width: 1em;
    height: 1em;
    margin-bottom: -0.1em;
}
.fill_2 { fill: #fff; }


@media screen and (max-width: 768px) {
  main .cont5 { padding-bottom: 30px; }
  main .cont5 .contmov { margin-bottom: 40px; }
  main .cont5 p:nth-of-type(1) { margin-bottom: 30px; }
}


@media screen and (max-width: 583px) {
  main .cont5 p:nth-of-type(1) { font-size: 15px; }
}

@media screen and (max-width: 479px) {
  main .cont5 p:nth-of-type(1) {
    padding: 24px 20px 25px 20px;
    font-size: 15px;
  }
.resp-sharing-button { font-size: 12px; }
}

