@charset "UTF-8";
/* ------------------------------------------------- *
 *        variable-module
 * ------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Mitr:400,600);
/*
.font-comfortaa {
	font-family: 'Comfortaa', cursive;
}
*/
/* ------------------------------------------------- *
 *        common-module
 * ------------------------------------------------- */
.icon-sprite, .icon-deco-n {
  background-image: url('../imgs/icon-sb86852dfa0.png');
  background-repeat: no-repeat;
}

.icon-deco-n {
  background-position: 0 0;
}

html,
body {
  height: 100%;
}

body {
  background: #fcff00;
  color: #191919;
  font-size: 17px;
  line-height: 1.75;
  color: #000;
  letter-spacing: 0.0px;
  font-family: Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0px;
  padding: 0px;
  font-size: 1.0em;
  line-height: 1.75;
}

li {
  list-style-type: none;
}

/*gridのgutter調整*/
.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}
.no-gutters > [class^="col-"], .no-gutters > [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

/*
.row-30 a {
	margin-left:-15px;
	margin-right:-15px;
	> div{
		padding-right:15px;
		padding-left:15px;
	}
}
*/
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

/*
.mt30 {
	margin-top: 30px;
}
*/
/*
.video-wrap {
  position: relative;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-top: 69px;
  padding-bottom: 50%;
  overflow: hidden;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
*/
::-moz-selection {
  background: #d2f658;
}

::selection {
  background: #d2f658;
}

::-moz-selection {
  background: #d2f658;
}

/* ------------------------------------------------- *
 *        @extend-module
 * ------------------------------------------------- */
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.75;
  -wekit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  position: relative;
  font-size: 1.3em;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
  color: #fff;
  background: #f65859;
  padding: 10px 45px;
  border-bottom: 5px solid #a12b2c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
}
.btn a {
  color: #fff;
}
.btn a:hover {
  text-decoration: none;
  color: #fff;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fcff00;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.75;
  -wekit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  position: relative;
  font-size: 1.3em;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
  color: #fff;
  background: #f65859;
  padding: 10px 45px;
  border-bottom: 5px solid #a12b2c;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
}
.btn a {
  color: #fff;
}
.btn a:hover {
  text-decoration: none;
  color: #fff;
}

.btn-remove {
  font-size: 1.1em;
  background: #06659c;
  padding: 5px 45px;
  border-bottom: none;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-top: 10px;
}

.btn-package {
  color: #fff;
  font-size: 1.1em;
  background: #f65859;
  padding: 5px 25px;
  border-bottom: none;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Mitr', sans-serif;
  /*margin-top: 8px;
  width: 100%;*/
}
.btn-country {
  color: #fff;
  font-size: 1.1em;
  background: #06659c;
  padding: 5px 5px;
  border-bottom: none;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
  font-family: 'Mitr', sans-serif;
}
.box-meta {
  border: 1px solid #a9a9a9;
  padding: 10px 0px;
  margin-bottom: 40px;
  font-size: 14px;
  color: #a9a9a9;
}
.meta-txt {
  font-weight: bold;
  color: #f65859;
}
.no-package {
  font-family: 'Mitr', sans-serif;
  margin-bottom: 20px;
  font-size: 24px;
}


.btn-country:hover, .btn-country:focus, .btn-country.focus,
.btn-package:hover, .btn-package:focus, .btn-package.focus {
  color: #fcff00;
  text-decoration: none;
}


.btn-choose {
  width: 200px;
  margin-top: 20px;
  background: #6fc06d;
  border-bottom-color: #d2f658;
}

.btn-next {
  width: 200px;
  margin-top: 20px;
}

.input-choose {
  width: 40%;
  margin-top: 20px;
  display: block;
}

.wpcf7 textarea[name="textarea-inquiry"] {
  height: 100px !important;
}

.box-white {
  background: #fff;
  border-bottom-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  padding: 40px 0px;
}
.box-white .title {
  font-size: 34px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
  color: #6fc06d;
  border: 5px solid #6fc06d;
  display: inline-block;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -moz-border-radius: 35px;
  padding: 1px 25px;
  background: #fff;
}
.box-white h1 p {
  margin-top: 15px;
}
.box-white .logo-choose {
  margin-top: -10px;
  margin-bottom: 30px;
}

.box-logo2 {position:relative;}
.box-logo2-in {
  position:absolute;
  bottom:0px;
  width:300px;
  background:#fcff00;
  left: -webkit-calc(50% - 150px);
  left: calc(50% - 150px);
}
.box-logo2-in span {
  font-size: 40px;
  color: #f65859;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
}

.modal .modal-dialog {
  top: calc(50% - 180px);
}
.modal .modal-dialog img {
  max-width: 360px;
}

.icon-close {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  padding: 4px 0px 0px 4px;
}

.overlay a {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.menu-btn {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-btn a {
  display: inline-block;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay {
  position: fixed;
  top: 0;
  z-index: 9001;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}

.menu {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 90px;
  height: 50%;
  font-family: 'Mitr', sans-serif;
  font-weight: 400;
}

.menu ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.menu li {
  display: block;
  height: 20%;
  min-height: 65px;
  font-size: 200%;
}

.menuSNS {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 10%;
  height: auto;
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -o-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.menuSNS ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}

.menuSNS li {
  float: left;
  margin: 0px;
}

/* ------------------------------------------------- *
 *        header-module
 * ------------------------------------------------- */
header nav {
  width: 100%;
  background: #67c2f7;
}
header nav .logo {
  margin-top: 8px;
}
header nav .logo a {
  padding-bottom: 12px;
}
header nav ul {
  margin-top: 5px;
}
header nav ul li {
  float: right;
  margin-right: 35px;
  font-family: 'Mitr', sans-serif;
  font-weight: 400;
  font-size: 20px;
}
header nav ul li:first-child {
  margin-right: 0px;
}
header nav ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
}
header nav ul li a:hover, header nav ul li a:link, header nav ul li a:active {
  text-decoration: none;
  color: #fff;
}
header .fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* ------------------------------------------------- *
 *        footer-module
 * ------------------------------------------------- */
footer {
  margin-top: 80px;
  padding-top: 40px;
  background-image: url("../imgs/bg-footer.png");
  background-repeat: repeat;
}
footer .logo-footer {
  margin-bottom: 30px;
}
footer .meta-area {
  position: relative;
  overflow: hidden;
}
footer .meta-area .phone, footer .meta-area .iwifi, footer .meta-area .fb {
  font-size: 30px;
  font-family: 'Mitr', sans-serif;
  font-weight: 400;
}


footer .meta-area a {
  text-decoration: none;
  color: #000;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
footer .meta-area a:hover {
  text-decoration: none;
  color: #f65859;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
footer .meta-area ul {
  position: relative;
  left: 50%;
  float: left;
}
footer .meta-area li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 15px;
}
footer .meta-area li:last-child {
  margin-right: 0px;
}
footer .meta-area .modal-QR {
  cursor: pointer;
}
footer .copyright {
  color: #fff;
  background: #67c2f7;
  text-align: center;
  padding: 10px 0px;
  font-size: 12px;
}
footer .copyright a {
  font-style: italic;
}
footer .btn-pagetop {
  background: #fcff00;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
footer .btn-pagetop a {
  font-size: 20px;
  color: #000;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
footer .btn-pagetop a:hover {
  color: #f65859;
}
footer .btn-pagetop .btn-box {
  display: inline-block;
  background: #fff;
  padding: 7px 25px 10px 25px;
  border-bottom-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  /*
  x-webkit-transform: scale(2.0);
  -moz-transform: scale(2.0);
  -o-transform: scale(2.0);
  -ms-transform: scale(2.0);
  transform: scale(2.0);
  */
}
footer address {
  margin: 10px 0px 0px 0px;
}
footer .form-area .title {
  margin: 50px 0px 20px 0px;
  font-size: 28px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
  color: #fcff00;
  background: #000;
  border: 5px solid #000;
  display: inline-block;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -moz-border-radius: 35px;
  padding: 1px 25px;
}
footer .copyright {
  margin-top: 60px;
}

/* ------------------------------------------------- *
 *        bread-crumb-module
 * ------------------------------------------------- */
/*
.breadcrumb {
	background: #eee;
	line-height: 1.55;
	& a {
		color: red;
	}
}
*/
/* ------------------------------------------------- *
 *        hover-module
 * ------------------------------------------------- */
/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 10px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/* ------------------------------------------------- *
 *        top-module
 * ------------------------------------------------- */
.box-section {
  margin-top: 60px;
}
.box-section.title-bg {
  background-image: url("../imgs/top1.png");
  background-repeat: no-repeat;
  background-position: left 780px top 0px;
}
.box-section.title-bg-result {
  background-image: url("../imgs/top1.png");
  background-repeat: no-repeat;
  background-position: center top 0px;
}
.box-section .title {
  height: auto;
  margin-bottom: 25px;
}
.box-section .title h2 {
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.05;
  border-left: 20px solid #f65859;
  padding-left: 15px;
}
.box-section .title h2 span {
  display: block;
  font-size: 20px;
}
.box-section button {
  margin-top: 40px;
}

.choose-net-area .question-top {
  background-image: url("../imgs/bg-question.png");
  background-repeat: repeat;
  border-top-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  padding: 20px 0px;
}
.choose-net-area .question-top h3 {
  font-size: 26px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
  color: #fff;
  border: 5px solid #fff;
  background: #67c2f7;
  display: inline-block;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -moz-border-radius: 35px;
  padding: 1px 50px;
  margin-bottom: 5px;
}
.choose-net-area .question-top div.txt-question {
  color: #fff;
  font-size: 32px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.choose-net-area .question-bottom {
  background: #fff;
  padding: 40px 20px 50px;
  border-bottom-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
}
.choose-net-area .items-sim-wifi {
  padding: 0px 15px;
}
.choose-net-area .items-sim-wifi.arrange-5 li {
  width: 20%;
}
.choose-net-area .items-sim-wifi.arrange-4 li {
  width: 25%;
}
.choose-net-area .items-sim-wifi.arrange-3 li {
  width: 33.3333%;
}
.choose-net-area .items-sim-wifi li {
  font-size: 14px;
  font-weight: bold;
  float: left;
  height: auto;
}
.choose-net-area .items-sim-wifi li img {
  width: 90px;
}

/*
.package-area {
	@include link-transfer;
}
*/
.box-blog {
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 12px;
}
.box-blog a {
  text-decoration: none;
  color: #000;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.box-blog a:hover {
  text-decoration: none;
  color: #f65859;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
.box-blog a {
  color: #000;
  font-weight: bold;
  line-height: 1.25;
}
.box-blog .tit {
  margin-top: 10px;
  font-size: 22px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
}
.box-blog .date {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  text-align: center;
  margin: 10px 0px;
}
.box-blog img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* ------------------------------------------------- *
 *        top-module
 * ------------------------------------------------- */
#top .active {
  color: yellow;
}

/* ------------------------------------------------- *
 *        choose-module
 * ------------------------------------------------- */
#choose .box-white {
  padding-bottom: 10px;
}
#choose .block-choose-parent {
  margin-top: 50px;
}
#choose .block-choose-tit {
  font-family: 'Mitr', sans-serif;
  font-weight: 400;
  background: #67c2f7;
  color: #fff;
  font-size: 26px;
  padding: 8px 0px;
}
#choose .block-choose-tit span {
  font-size: 18px;
}
#choose .block-choose-items {
  border: 2px solid #67c2f7;
  padding-top: 30px;
}
#choose .active {
  color: yellow;
}
#choose .bar-progress {
  background: #fff;
  width: 300px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-family: 'Mitr', sans-serif;
  font-weight: 400;
  line-height: 40px;
  margin-top: 10px;
  color: #67c2f7;
  font-size: 1.1em;
  padding: 0px;
}
#choose .bar-progress-common {
  background: #f65859;
  font-size: 1.1em;
  color: #fff;
}
#choose .bar-progress-in1 {
  width: 50%;
}
#choose .bar-progress-in2 {
  width: 60%;
}
#choose .bar-progress-in3 {
  width: 70%;
}
#choose .bar-progress-in4 {
  width: 80%;
}
#choose .bar-progress-in5 {
  width: 90%;
}
#choose .bar-progress-in6 {
  width: 100%;
}
#choose .text-non-item {
  color: #f65859;
  font-family: 'Mitr', sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin-top: 30px;
  line-height: 1.15;
}
#choose .txt-q {
  font-size: 20px;
}
#choose .box-package {
  height: 285px;
}
#choose .box-country-parent {
  border: 1px solid #67c2f7;
  margin-top: 30px;
}
#choose .box-package-show {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
#choose .box-package-show .box-in {
  border: 1px solid #b0ceda;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 150px;
}
#choose .box-country {
  text-align: center;
  background: #67c2f7;
  color:#fff;
  font-weight: bold;
  font-size: 20px;
}
#choose .dotline {
  width: 70%;
  border-top: 4px dotted #191919;
  border-bottom: 4px dotted #191919;
  margin-top: 30px;
  padding: 30px;
  margin: 0 auto;
}
#choose .box-package img {
  width: 70px;
}
#choose .name-package {
  display: block;
  line-height: 1.30;
  font-weight: bold;
  margin-top: 5px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
  word-wrap: break-word;
  margin-bottom:30px;
}
#choose .box-package .price-package {
  line-height: 1.30;
}
#choose .box-package .speed-package {
  line-height: 1.30;
}
#choose .box-package .btn-info {
  margin-top: 5px;
  font-size: 1.1em;
  padding: 0px;
  width: 130px;
  border: none;
  background: #6fc06d;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
}
#choose .box-package .btn-buy {
  margin-top: 5px;
  font-size: 1.1em;
  padding: 0px;
  width: 130px;
  border: none;
  background: #f65859;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-border-radius: 3px;
}
#choose .choose2 .box-package {
  height: 130px;
}
/*
#choose .choose3 .box-package, #choose .choose4 .box-package, #choose .choose5 .box-package {
  height: 180px;
}
#choose .choose6 .box-package {
  height: 270px;
}
*/

#choose .question-bottom ul li {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1.05;
}
#choose .question-bottom ul li:last-child {
  margin-bottom: 0px;
}
#choose .question-bottom .radio{
  display: none;
}
#choose .question-bottom .radio + label{
  padding-left: 40px;
  position:relative;
  margin-right: 50px;
}
#choose .question-bottom .radio + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 50%;
}
#choose .question-bottom .radio:checked + label{
  color: #f65859;
}
#choose .question-bottom .radio:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: #f65859;
  border-radius: 50%;
}
#choose .box-result-left {
  padding-right: 20px;
}
#choose .box-result-left img {
  margin:20px 0px;
}
#choose .box-result-left h2 {
  text-align: left;
  font-size: 26px;
  border-left: 12px solid #f65859;
  padding-left: 10px;
  margin-top: 25px;
  font-weight: bold;
  font-family: 'Mitr', sans-serif;
  margin-bottom: 10px;
}
#choose .box-result-left .btn-buy-now {
  width: 100%;
  text-align: center;
}
.btns-page-area .text-left {
  margin-left: 10px;
}
.btns-page-area .text-right {
  margin-right: 10px;
}


/* ------------------------------------------------- *
 *        blog-module
 * ------------------------------------------------- */
#blog .active {
  color: yellow;
}
#blog .blog-box-section .box-blog {
  margin-bottom: 30px;
}
#blog .blog-box-section .title-latest {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
}
#blog .blog-box-section .title-latest:before {
  border-left: 20px solid #f65859;
  content: " ";
  padding-left: 15px;
}
#blog .article {
  border-top-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
#blog .article h1 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
}
#blog .article h2 {
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  border-left: 20px solid #f65859;
  padding-left: 15px;
  margin-top: 40px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
}
#blog .article h3 {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  background: #fff;
  color: #f65859;
  border: 4px solid #f65859;
  padding: 10px 15px;
  margin-top: 40px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
}
#blog .article .date {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin: 10px 0px;
}
#blog .article .thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#blog .article img {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
  height: auto;
}
#blog .article .thumb {
  margin-bottom: 20px;
}
#blog .article p {
  text-align: left;
  margin-top: 20px;
}
#blog .article a {
  color: #f65859;
  text-decoration: underline;
}
#blog .article ul {
  text-align: left;
  margin-top: 30px;
}
#blog .article ul li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.55;
  margin-bottom: 20px;
}
#blog .article ul li:last-child {
  margin-bottom: 0px;
}
#blog .article blockquote {
  margin-top: 20px;
  text-align: left;
  background: #a4dafa;
  border: none;
  padding-top: 45px;
}
#blog .article blockquote:before {
  content: "“";
  font-size: 400%;
  line-height: 0.1;
  font-family: "ＭＳ Ｐゴシック",sans-serif;
  color: #fff;
  position: absolute;
  left: 20;
}
#blog .article .author {
  margin-top: 40px;
  padding: 10px 0px;
  margin-bottom: 30px;
  border: 1px solid #666666;
}
#blog .article .author .head {
  margin-top: 20px;
}
#blog .article .author .name {
  font-weight: bold;
}
#blog .article .author .body {
  margin-top: 10px;
}
#blog .article .btn-sns-bottom {
  margin-top: 30px;
}

/* ------------------------------------------------- *
 *        faq-module
 * ------------------------------------------------- */
#faq .active {
  color: yellow;
}
#faq .nav-tabs > li:first-child {
  margin-right: 20px;
}
#faq .nav-tabs {
  color: #f65859
}
#faq .nav-tabs > li:last-child {
  margin-left: 20px;
}
#faq .box-white {
  background-image: url('../imgs/bg-qa.png');
  background-repeat: repeat;
}
#faq .faq-box-section .tab-content {
  background: #fff;
  border: 4px solid #f65859;
  margin-top: -4px;
  z-index: -10;
}

.box-section.faq-box-section .title h2 {
  border-left: 0px solid #f65859;
  padding-left: 0px;

}

#faq .faq-box-section h2 p {
  display: inline-block;
  color: #f65859;
  padding: 0px 10px;
}
#faq .faq-box-section h2 p #icon {
  fill: #f65859;
}
#faq .faq-box-section h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  background: #fff;
  border: 4px solid #f65859;
  color: #f65859;
  padding: 10px 15px;
  margin: 20px 0px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
}
#faq .faq-box-section .id-anchor {
  margin-top: -100px;
  padding-top: 100px;
}
#faq .faq-box-section .txt-howToUse {
  margin-bottom: 20px;
}
#faq .faq-box-section .tab-pane {
  padding: 20px 20px 20px;
}

#faq .faq-box-section .tab-pane .box-L {
  padding-right: 15px;
}
#faq .faq-box-section .tab-pane .box-R {
  padding-left: 15px;
}


#faq .tit-faq {
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#faq .tit-faq .icon {
  font-size: 60px;
}
#faq .box-search {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  float: left;
  height: 50px;
}

#faq .faq-box-section .box-left {
  padding-right: 15px;
}
#faq .faq-box-section .box-right {
  padding-left: 15px;
}
#faq .faq-box-section .box-border {
  border: 4px solid #f65859;
}

#faq .faq-box-section #tab1 {
  background: #fff;
}
#faq .faq-box-section #tab2 {
  background: #f65859;
}
#faq .faq-box-section .tab-pane li {
  padding:8px 16px;
  font-family: 'Mitr', sans-serif;
  border-radius: 35px;
  -webkit-border-right-radius: 35px;
  -webkit-border-left-radius: 35px;
  font-size: 20px;
  display: inline;
  margin-right: 10px;
  line-height: 3.0;
}
#faq .faq-box-section #tab1 li {
  background: #f65859;
}
#faq .faq-box-section #tab2 li {
  background: #fff;
}
#faq .faq-box-section #tab1 li a {
  color: #fff;
}
#faq .faq-box-section #tab2 li a {
  color: #f65859;
}
#faq .faq-box-section .tab-pane li a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#faq .faq-box-section .tab-pane li a:hover {
  color: #f65859;
}
#faq .faq-box-section .tab-pane li a:visited, #faq .faq-box-section .tab-pane li a:active, #faq .faq-box-section .tab-pane li a:link {
  text-decoration: none;
}
.tags a {
font-size: 22px;
font-family: 'Mitr', sans-serif;
display:inline;
color:#fff;
background:#f65859;
text-decoration:none;
padding:8px 16px;
border-radius: 35px;
-webkit-border-right-radius: 35px;
-webkit-border-left-radius: 35px;
line-height: 2.6;
}

.tags a:hover { text-decoration:none;}



#faq .faq-box-section a {
  cursor: pointer;
}
#faq .faq-box-section .box-nav-faq {
  margin-bottom: 40px;
}
#faq .faq-box-section .box-nav-faq li {
  float: left;
  margin-right: 15px;
}
#faq .faq-box-section .box-nav-faq li:last-child {
  margin-right: 0px;
}
#faq .faq-box-section .box-nav-faq .nav-faq a {
  background: #f65859;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-family: 'Mitr', sans-serif;
  font-weight: 400;
  font-size: 22px;
}
#faq .faq-box-section .box-nav-faq .nav-faq a:hover {
  text-decoration: none;
}
#faq .faq-box-section .box-nav-faq .nav-faq a:active {
  text-decoration: none;
}
#faq .faq-box-section .box-nav-faq .nav-faq a:visited {
  text-decoration: none;
}
#faq .faq-box-section .box-nav-faq .nav-faq a:link {
  text-decoration: none;
}
#faq .faq-box-section .box-QA {
  margin-bottom: 20px;
}
#faq .faq-box-section .box-QA img {
  display: block;
  max-width: 100%;
  height: auto;}
#faq .faq-box-section .box-Q {
  display: block;
  background-image: url("../imgs/bg-question.png");
  background-repeat: repeat;
  border-radius: 5px;
  -webkit-border-right-radius: 5px;
  -webkit-border-left-radius: 5px;
  /*-moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;*/
  padding: 15px 20px;
  padding-right: 65px;
  font-size: 28px;
  font-weight: bold;
}
#faq .faq-box-section .box-Q font {
  font-size: 70px;
  font-family: 'Mitr', sans-serif;
  line-height: 0.05;
  position: absolute; right: 30px;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
}
.panel-faq .icon-panel:after {
    content: "-";
}
.panel-faq.collapsed .icon-panel:after {
    content: "+";
}



#faq .faq-box-section .box-Q p {
  text-shadow: 0 0 3px #06659c, 0 0 3px #06659c, 0 0 0.1px #06659c;
  padding-left: 1.0em;
  text-indent: -1.0em;
  line-height: 1.25;
}
#faq .faq-box-section .box-Q a {
  display: block;
}
#faq .faq-box-section .box-A {
  background: #fff;
  border-bottom-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.35;
}
#faq .faq-box-section .box-A .txt {
  padding: 15px 20px;
}
#faq .faq-box-section .box-A .txt p {
  margin-bottom: 15px;
}
#faq .faq-box-section .box-A a {
  color: #f65859;
}
#faq .faq-box-section .box-A strong {
  background: #000;
  color: #fff;
  padding: 5px 10px;
}
#faq .faq-box-section .box-A .note {
  font-size: 20px;
  line-height: 1.25;
  margin-top: 15px;
}
#faq .faq-box-section .box-A ul {
  margin-top: 15px;
}
#faq .faq-box-section .box-A ul li {
  margin-left: 30px;
  line-height: 1.35;
  margin-bottom: 15px;
}
#faq .faq-box-section .box-A ul.decimal li {
  list-style-type: decimal;
}
#faq .faq-box-section .box-A ul.decimal li dl {
  width: 460px;
  margin-top: 20px;
}
#faq .faq-box-section .box-A ul.decimal li dt, #faq .faq-box-section .box-A ul.decimal li dd {
  border: 1px solid #666666;
  float: left;
  display: block;
  padding: 5px;
}
#faq .faq-box-section .box-A ul.decimal li dt {
  width: 180px;
}
#faq .faq-box-section .box-A ul.decimal li dd {
  width: 280px;
}

/* ------------------------------------------------- *
 *        contact-module
 * ------------------------------------------------- */
#contact .active {
  color: yellow;
}
#contact .wpcf7 textarea[name="textarea-inquiry"] {
  margin-bottom: -30px;
}
#contact .contact-box-section {
  text-align: center;
  /*.title:before {
  	border-left: 20px solid $red;
  	content: " ";
  	padding-left: 15px;
  }*/
}
#contact .contact-box-section .box-each-contact {
  margin-bottom: 100px;
}

#contact .contact-box-section .title {
  font-size: 40px;
  font-family: 'Mitr', sans-serif;
  font-weight: 600;
  line-height: 1.25;
}
#contact .contact-box-section h2 {
	padding-bottom: 30px;
}
#contact .contact-box-section h2:before {
    content: "";
	border-left: 26px solid #f65859;
}
#contact .contact-box-section .txt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.15;
  background: #67c2f7;
  color: #fff;
  display: inline-block;
}
#contact .contact-box-section .text-contact {
	font-size: 30px;
	font-family: 'Mitr', sans-serif;
	font-weight: 600;
}
#contact .contact-box-section .text-contact a {
	color: #000;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#contact .contact-box-section .text-contact a:hover {
  color: #f65859;
}
#contact .contact-box-section .text-contact a:active {
  text-decoration: none;
}
#contact .contact-box-section .text-contact a:visited {
  text-decoration: none;
}
#contact .contact-box-section .text-contact a:link {
  text-decoration: none;
}

#contact .contact-box-section .txt img {
  margin-top: 15px;
}
#contact .contact-box-section .txt a {
  color: #fff;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
}
#contact .contact-box-section .txt a:hover {
  background: #f65859;
}
#contact .contact-box-section .txt a:active {
  text-decoration: none;
}
#contact .contact-box-section .txt a:visited {
  text-decoration: none;
}
#contact .contact-box-section .txt a:link {
  text-decoration: none;
}
#contact footer {
  margin-top: 0px;
  padding-top: 0px;
}
#contact footer .copyright {
  margin-top: 0px;
}

#contact .contact-box-section .box-service-iwifi a {width:250px;padding-top: 20px}
#contact .contact-box-section .box-service-iwifi p {margin-top: 10px; padding-bottom: 20px}

#contact .contact-box-section .box-comInfo {width: 340px;margin: 0 auto}
#contact .contact-box-section .box-comInfo p {margin-bottom: 10px}

#contact .place-info {background: #fff}
#contact .place-info .margin-title {margin-top: 30px;margin-bottom: 30px}
#contact .place-info .box-blue {padding-bottom: 40px; background: #67c2f7; padding:20px; margin-bottom: 40px; color: #fff}
#contact .place-info .box-blue .tit-place {color: #fff;background: #1e8fb7;font-size: 30px;font-family: 'Mitr', sans-serif;font-weight: 600;padding: 5px 10px 5px 20px;margin-bottom: 20px;}
#contact .place-info .box-blue .box-left {padding-right: 10px}
#contact .place-info .box-blue .box-right {padding-left: 10px}
#contact .place-info .box-blue p {margin-bottom: 15px}
#contact .place-info .box-blue p:last-child {margin-bottom: 0px}
#contact .place-info .box-blue .mt30 {margin-top: 30px}
#contact .place-info .box-blue img {margin-bottom: 5px}
#contact .place-info .box-blue .tit-map {font-size: 28px;font-family: 'Mitr', sans-serif;font-weight: 600}
#contact .place-info strong {display: block}
#contact .place-info .video{position:relative;width:100%;padding-top:56.25%}
#contact .place-info .video iframe{position:absolute;top:0;right:0; width:100%;height:100%}
#contact .place-info .google-map {position: relative;width: 100%;height: 0;padding-bottom: 56.25%;overflow: hidden}
#contact .place-info .google-map iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%}


/* ------------------------------------------------- *
 *        responsive-module
 * ------------------------------------------------- */
@media screen and (max-width: 991px) {
  .main-visual {
    margin-top: 45px;
  }
  /*
  .box-white {
    padding: 30px 10px;
  }*/

  .box-logo2 {margin-top:45px;margin-bottom: 80px;clear: all;}
  .box-logo2-in {
    position:absolute;
    bottom:-50px;
    width:300px;
    left: -webkit-calc(50% - 150px);
    left: calc(50% - 150px);
    }
    .box-logo2-in span {
    font-size: 40px;
  }


  .box-white .title {
    font-size: 25px;
    padding: 1px 40px;
  }
  .box-white h1 p {
    margin-top: 10px;
  }

  .box-section.title-bg {
    background: none;
  }

  .box-blog {
    padding: 10px;
    margin-bottom: 20px;
  }
  .box-blog .tit {
    font-size: 17px;
  }

  footer .copyright {
    margin-top: 40px;
    padding: 8px 0px;
    color: #000;
    background: transparent;
  }
  footer .btn-pagetop-sp {
    font-size: 40px;
    margin-top: 30px;
    line-height: 1.0;
  }
  footer .btn-pagetop-sp a {
    color: #000;
  }
  footer a {
    color: #000;
  }
  footer a:hover {
    color: #000;
  }

  .nav-sp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    background: #67c2f7;
    padding: 6px 0px;
    height: 45px;
  }
  .nav-sp .btn-box {
    display: inline-block;
    color: #fff;
    font-size: 14px;
  }
  .nav-sp .menu-btn, .nav-sp .btn-pagetop {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    padding-bottom: 2px;
  }
  .nav-sp .menu-btn {
    display: block;
  }
  .nav-sp .menu-btn a {
    color: #fff;
  }

  /* ------------------------------------------------- *
   *        blog-module
   * ------------------------------------------------- */
  #blog .box-white {
    margin-top: 45px;
  }
  #blog .blog-box-section .box-blog {
    margin-bottom: 20px;
  }
  #blog .blog-box-section .title-latest {
    font-size: 26px;
  }
  #blog .blog-box-section .title-latest:before {
    border-left: 12px solid #f65859;
    padding-left: 10px;
  }
  #blog .article {
    padding-left: 20px;
    padding-right: 20px;
  }
  #blog .article h1 {
    font-size: 28px;
    line-height: 1.15;
  }
  #blog .article h2 {
    text-align: left;
    font-size: 26px;
    border-left: 12px solid #f65859;
    padding-left: 10px;
    margin-top: 25px;
  }
  #blog .article h3 {
    font-size: 24px;
    padding: 5px 10px;
    margin-top: 25px;
  }
  #blog .article blockquote {
    padding-top: 45px;
  }
  #blog .article .author {
    margin-top: 40px;
    padding: 20px 0px;
    margin-bottom: 30px;
  }
  #blog .article .author .head, #blog .article .author .name {
    text-align: center;
  }
  #blog .article .author .body {
    margin-top: 10px;
    padding: 0px 15px;
  }

  /* ------------------------------------------------- *
   *        faq-module
   * ------------------------------------------------- */
  #faq .nav-tabs > li:first-child {
    margin-right: 20px;
  }
  #faq .nav-tabs > li:last-child {
    margin-left: 20px;
  }
  #faq .box-white {
    margin-top: 45px;
  }
  #faq .faq-box-section .box-QA {
    margin-bottom: 10px;
  }
  #faq .faq-box-section .box-Q {
    padding: 8px 13px;
    padding-right: 55px;
    font-size: 20px;
  }
  #faq .faq-box-section .box-A {
    font-size: 20px;
  }
  #faq .faq-box-section .box-A .txt {
    padding: 8px 13px;
  }
  #faq .faq-box-section .box-Q font {
    font-size: 60px;
    line-height: 0.05;
    position: absolute; right: 15px;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
  }
  #faq .tit-faq .icon {
  	font-size: 40px;
  }
  #faq .tit-faq {
  	font-size: 30px;
  }
  #faq .box-white {
  	background-size: 50%;
  }
  #faq .faq-box-section .box-left {
    padding-right: 0px;
  }
  #faq .faq-box-section .box-right {
    padding-left: 0px;
    margin-top: 20px;
  }

  /* ------------------------------------------------- *
   *        contact-module
   * ------------------------------------------------- */
  #contact .box-white {
    margin-top: 45px;
  }
  #contact .contact-box-section .box-each-contact {
    margin-bottom: 60px;
  }
  #contact .contact-box-section .box-each-contact .box-sim {
    margin-top: 20px;
  }
  #contact .contact-box-section .title {
    font-size: 24px;
    line-height: 1.25;
  }
  #contact .contact-box-section .txt {
    font-size: 26px;
    line-height: 1.15;
    padding: 10px 10px;
    /*width: 100%;*/
    word-wrap: break-word;
  }
  #contact .contact-box-section .txt img {
    margin-top: 15px;
  }

  /* ------------------------------------------------- *
   *        choose-module
   * ------------------------------------------------- */
  #choose .box-white {
    margin-top: 45px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .btn-package {
    margin-top: 8px;
    width: 100%;
    display: block;
  }
  .btns-page-area .text-right, .btns-page-area .text-left {
    text-align: center;
    margin-right: 0px;
    margin-left: 0px;
  }

  .input-choose {
    width: 100%;
  }

  .modal .modal-dialog {
    top: 100px;
  }

  .row-30 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .row-30 > div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .box-white {
    padding: 25px 13px;
    border-bottom-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
  }
  .box-white .title {
    font-size: 22px;
    border: 4px solid #6fc06d;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -moz-border-radius: 35px;
    padding: 1px 25px;
  }
  .box-white h1 p {
    margin-top: 20px;
  }
  .box-white .logo-choose img {
    width: 200px;
    margin-bottom: -10px;
  }

  .box-section {
    margin-top: 40px;
  }
  .box-section .title {
    margin-bottom: 15px;
  }
  .box-section .title h2 {
    font-size: 26px;
    border-left: 14px solid #f65859;
    padding-left: 12px;
  }
  .box-section button {
    margin-top: 10px;
  }

  .choose-net-area .question-top {
    background-repeat: repeat;
    padding: 15px 0px;
  }
  .choose-net-area .question-top h3 {
    font-size: 21px;
    padding: 1px 30px;
    margin-bottom: 10px;
    border: 3px solid #fff;
  }
  .choose-net-area .question-top div.txt-question {
    font-size: 24px;
    padding: 0px 13px;
    line-height: 1.35;
  }
  .choose-net-area .question-bottom {
    padding: 20px 13px;
  }

  .package-area .mb-box-img {
    margin-bottom: 20px;
  }

  /*
  .box-blog {
  	padding: 10px;
  	margin-bottom: 20px;
  	.tit {
  		font-size: 17px;
  	}
  }
  */
  /*
  .nav-sp {
    .btn-box {
  	margin-left: -15px;
    }
  }
  */
  #contact .wpcf7 textarea[name="textarea-inquiry"] {
    margin-bottom: 0px;
  }

  #faq .nav-tabs > li:first-child {
    margin-right: 8px;
  }
  #faq .nav-tabs > li:last-child {
    margin-left: 8px;
  }
  #faq .faq-box-section .tab-content {
    border: 4px solid #f65859;
  }
  #faq .faq-box-section h2 p {
    display: inline-block;
    color: #f65859;
    padding: 0px 10px;
  }
  #faq .faq-box-section h3 {
    font-size: 22px;
    line-height: 1.25;
    padding: 10px 15px;
    margin: 20px 0px;
  }
  #faq .faq-box-section .tab-pane {
    padding: 15px 15px 15px;
  }
  #faq .faq-box-section .tab-pane li {
    padding: 5px 15px;
    width: 100%;
    font-size: 18px;
    line-height: 2.80;
    margin-right: 6px;
  }
  /*
  #faq .faq-box-section .tab-pane li .fa-caret-circle-right {
    font-size: 20px;
    color: #f65859;
  }
  */
  #faq .faq-box-section .box-nav-faq {
    margin-bottom: 0px;
  }
  #faq .faq-box-section .box-nav-faq li {
    margin-bottom: 15px;
  }

  #choose .bar-progress {
    width: 90%;
  }
  #choose .box-package {
    height: 320px;
  }
  #choose .box-package-show {
    height: auto;
  }
  #choose .box-package .name-package {
    line-height: 1.2;
  }
  #choose .box-package .btn-info {
    width: 75%;
  }
  #choose .box-package .btn-buy {
    width: 75%;
  }
  #choose .choose2 .box-package {
    height: 125px;
  }
  #choose .box-result-left {
    padding-right: 0px;
  }
  /*
  #choose .choose3 .box-package, #choose .choose4 .box-package, #choose .choose5 .box-package {
    height: 190px;
  }
  #choose .choose6 .box-package {
    height: 290px;
  }
  */
  footer {
    margin-top: 30px;
    padding-top: 30px;
  }
  footer .meta-area ul {
    position: inherit;
    left: none;
    float: none;
  }
  footer .meta-area li {
    position: inherit;
    left: none;
    text-align: center;
    float: none;
    margin-right: 0px;
  }
  footer address {
    margin: 10px 0px 10px 0px;
  }
  footer .form-area .title {
    margin: 40px 0px 20px 0px;
    font-size: 18px;
    padding: 1px 25px;
  }

  .nav-tabs {
    font-weight: 400;
    font-size: 18px;
  }

  .nav-tabs > li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 50%;
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
    background: #f65859;
    border: 4px solid #f65859;
    border-bottom: none;
    padding: 6px 0px;
  }

  /*
  .nav-tabs > li:first-child {
    margin-right: 8px;
  }
  .nav-tabs > li:last-child {
    margin-left: 8px;
  }
  */
  #blog .article .author .body {
    text-align: center;
  }



  #contact .place-info .box-blue .box-left {padding-right: 0px;margin-bottom: 20px}
  #contact .place-info .box-blue .box-right {padding-left: 0px;margin-bottom: 20px}
  #contact .contact-box-section .text-contact {font-size: 26px}
  #contact .contact-box-section .box-comInfo {width: 300px}
  #contact .contact-box-section .sp-mb {margin-bottom: -15px}
  #contact .contact-box-section .box-service-iwifi a {width:110px;padding-top: 0px}
  #contact .contact-box-section .box-service-iwifi p {margin-top: 0px; padding-bottom: 0px; font-size: 17px}
  #contact .contact-box-section .box-service-iwifi svg {width: 50px}
  #contact .place-info .box-blue .tit-place {font-size: 26px;line-height:1.25}
  #contact .place-info .box-blue {padding:10px; margin-bottom: 40px}
  #contact .place-info .box-blue .mt30 {margin-top: 0px}

}
/*
visible-xs
col-sm-14 col-sm-offset-5
xs sm md lg

//////link tag
img {
	-webkit-transition-duration: 1s;
	transition-duration: 0.8s;
}
a:hover img, a:active img {
	filter: alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}

a {
	display: block;
	text-decoration: none;
	-webkit-transition-duration: 1s;
	transition-duration: 0.8s;
	&:link {color: #000;}
	&:visited {color: #000;}
	&:hover {color: #000; filter: alpha(opacity=45);-moz-opacity: 0.45;opacity: 0.45;}
	&:active {color: #000; filter: alpha(opacity=45);-moz-opacity: 0.45;opacity: 0.45;}
}

@extend .font-average;

//スモールPC
@media screen and (max-width:1199px) {
}
//タブレット
@media screen and (max-width:991px) {
}
//スマホ
@media screen and (max-width:767px) {
}

z-index:9990;
*/
