
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  color: #707070;
  background: url(../images/bg.png) center top no-repeat #fff;
  background-size: 100%;
  background-attachment: fixed;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

#page {
  height: 100%;
  transition: 0.5s;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.offcanvas #page:after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
}

a {
  color: #0018ff;
  transition: 0.5s;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  color: #ff9c00;
  text-decoration: none;
  outline: none;
}

p {
  line-height: 160%;
  margin-bottom: 20px;
  text-align: left;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-weight: 400;
  margin: 0;
}

::selection {
  color: #000;
  background:  rgba(0,0,0,0.1);
  opacity: .7;
}

.container {
  max-width: 900px;
  width: 100%;
}

.center-contents {
  text-align: center;
}

.small-text {
  font-size: 12px;
}

.slim-view {
  display: none;
}

.wide-view {
  display: inline;
}

.row-height {
  display: flex;
  flex-wrap: wrap;
}

.text-big {
  font-size: 3rem;
  line-height: 200%;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.minnchou {
  color: #3d4e50;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


/* =======================================================
*
* 	header
*
* ======================================================= */

.haeder {
  background: url("../images/header-bg.png") repeat top 50% center;
  background-size: cover;
  position: relative;
}

.haeder h1 {
  max-width: 900px;
  margin: 70px auto 0;
  width: 100%;
}

.haeder h1 img {
  padding: 0 15px;
  width: 100%;
}

.haeder-wrapper h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 160%;
  margin: 20px 0;
  text-align: center;
}

.haeder-wrapper-text {
  font-size: 2rem;
}

/* =======================================================
*
* 	nav
*
* ======================================================= */

.gtco-nav {
  background: #000;
  margin: 0;
  transition: 0.3s;
  top: 0;
  position: fixed;
  padding: 20px 0;
  width: 100%;
  z-index: 1001;
}

.gtco-icon img {
  width: 100%;
}

.gtco-nav #gtco-logo {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 10px 0 0 0;
}

.gtco-nav #gtco-logo em {
  color: #fff;
  font-weight: 100;
  font-style: normal;
  transition: 0.2s;
}

.gtco-nav #gtco-logo a {
  color: #fff;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .1em;
  transition: 0.4s;
  text-decoration: none;
  padding: 0px 10px;
}

.gtco-nav ul {
  margin: 1px 0 0 0;
  padding: 0;
}

.gtco-nav ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gtco-nav ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400 !important;
  transition: 0.5s;
  text-transform: uppercase;
  padding: 15px 10px;
  text-decoration: none;
}

.gtco-nav ul li a:hover,
.gtco-nav ul li a:focus,
.gtco-nav ul li a:active {
  color: #fff;
}

.gtco-nav ul li.has-dropdown {
  position: relative;
}

.gtco-nav ul li.has-dropdown .dropdown {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  left: 0;
  top: 40px;
  text-align: left;
  background: #fff;
  border-radius: 4px;
  transition: 0s;
  padding: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1002;
  visibility: hidden;
  width: 130px;
}

.gtco-nav ul li.has-dropdown .dropdown:before {
  border: solid transparent;
  border-bottom-color: #fff;
  border-width: 8px;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 40px;
  margin-left: -8px;
  position: absolute;
  pointer-events: none;
  width: 0;
}

.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.gtco-nav ul li.has-dropdown .dropdown li a {
  color: #999;
  display: block;
  font-size: 15px;
  line-height: 1.2;
  text-transform: none;
  padding: 2px 0;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}

.gtco-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}

.gtco-nav ul li.has-dropdown:hover a,
.gtco-nav ul li.has-dropdown:focus a {
  color: #fff;
}

.gtco-nav ul li.btn-cta a {
  color: #fff;
}

.gtco-nav ul li.btn-cta a span {
  border: none !important;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  /* *display: inline; */
  transition: 0.3s;
  padding: 4px 20px;
}

.gtco-nav ul li.btn-cta a:hover span {
  background: #21daf6;
  color: #fff;
}

.gtco-nav ul li.active > a {
  color: #fff !important;
}

.gtco-nav.scrolled {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.gtco-nav.scrolled ul {
  margin: 1px 0 0 0;
  padding: 0;
}

.gtco-nav.scrolled ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gtco-nav.scrolled ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.gtco-nav.scrolled ul li a:hover {
  color:#777;
  text-decoration: none;
}

.gtco-nav.scrolled ul li.active > a {
  color: #00b4ff !important;
  text-decoration: none;
}

.gtco-nav.scrolled ul li.btn-cta a {
  color: #fff;
}

.gtco-nav.scrolled ul li.btn-cta a span {
  border: none !important;
  background: #21daf6;
  color: #fff;
  padding: 4px 20px;
}

.gtco-nav.scrolled #gtco-logo em,
.gtco-nav.scrolled #gtco-logo a {
  color: #fff;
  font-size: 100%;
  text-decoration: none;
}

.gtco-cover a {
  color: #406CFF;
}

.gtco-cover a:hover {
  color: white;
}

.gtco-cover .overlay {
  position: absolute;
  z-index: 1;
}
.gtco-cover > .container {
  position: relative;
  z-index: 10;
}

.gtco-cover.gtco-cover-sm {
  height: 400px;
}

.gtco-cover.gtco-cover-sm {
  height: 400px;
}

.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}

.gtco-cover.gtco-cover-xs {
  height: 500px;
}

.gtco-cover.gtco-cover-xxs {
  padding: 3em 0;
}

.gtco-cover .btn-primary {
  color: #fff !important;
}

#gtco-plan {
  padding: 0 0 60px;
}

#gtco-product-data {
  background: rgba(135, 199, 201, 0.3);
  padding: 60px 0 20px 0;
}

.introduction,
#gtco-contact {
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  padding: 0px 30px 60px;
  clear: both;
  width: 100%;
}

#gtco-contact .contact-box .col-xs-12,
#gtco-product-data .product-data-box .col-xs-12 {
  text-align: left;
  margin-bottom: 30px;
}

#gtco-product-data.img-shadow-test {
  background: #fff;
  float: left;
  position: relative;
  width: 100%;
}

#gtco-contact .img-shadow-test img,
#gtco-product-data .img-shadow-test img {
  margin: 0 auto 20px;
  max-width: 400px;
  width: 100%;
}

#gtco-contact .gtco-team-reverse h2 span,
#gtco-product-data .gtco-team h2 span {
  color: #777;
  font-size: 12px;
  padding-left: 10px;
}

#gtco-contact .gtco-team {
  padding-bottom: 40px;
}

#gtco-contact .gtco-team ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

#gtco-backnumber .heading {
  position: relative;
}
#gtco-backnumber .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
}

#gtco-backnumber .col-xs-3,
#gtco-backnumber .col-xs-4,
#gtco-backnumber .col-xs-5,
#gtco-backnumber .col-xs-7,
#gtco-backnumber .col-xs-8,
#gtco-backnumber .col-xs-9,
#gtco-backnumber .col-xs-10,
#gtco-backnumber .col-xs-11,
#gtco-backnumber .col-xs-12 {
  padding: 0;
  margin: 0;
}

#gtco-application {
  padding-bottom: 20px;
}

#gtco-application .heading {
  position: relative;
}

.gtco-copy h4 {
  color: #999;
  font-size: 12px;
  margin-bottom: 5px;
}

.gtco-copy p {
  font-size: 1rem;
  line-height: 170%;
  padding-right: 15px;
}

#gtco-backnumber .gtco-copy-side h3{
  margin-top: 5px;
}

#gtco-backnumber .gtco-practice-area-item .gtco-icon-side,
#gtco-backnumber .gtco-practice-area-item .gtco-copy-side {
  text-align: left;
  vertical-align: top;
}

#gtco-backnumber .gtco-practice-area-item .gtco-icon-side img,
#gtco-backnumber .gtco-practice-area-item .gtco-copy-side img {
  width: 100%;
}

#gtco-backnumber .gtco-practice-area-item .gtco-icon-side img,
#gtco-backnumber .gtco-practice-area-item-footer .gtco-icon-side img {
  width: 100%;
}

#gtco-backnumber .gtco-practice-area-item .gtco-copy h3,
#gtco-backnumber .gtco-practice-area-item-footer .gtco-copy h3,
#gtco-backnumber .gtco-copy-side h3 {
  color: #43b3d5;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 15px;
}

.gtco-practice-area-item h3 span {
  background: #ddfffc;
  /* border: 1px solid #c6ecdc; */
  color: #666;
  display: block;
  font-size: 12px;
  line-height: 180%;
  margin-bottom: 12px;
  text-align: center;
  padding: 2px;
  width: 100px;
}

#gtco-backnumber .row {
  margin: 0;
}

.backnumber-others h3 span {
  color: #3d4e50;
  display: block;
  font-size: 12px;
  line-height: 180%;
  margin-bottom: 7px;
  padding-right: 10px;
}

#gtco-backnumber .backnumber-others {
  margin-bottom: 60px;
}

#gtco-contact .heading {
  position: relative;
}

#gtco-contact .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}

#gtco-contact .heading .subtle-text span {
  display: block;
}

#gtco-contact .team-item {
  margin-bottom: 9em;
}

#gtco-contact .team-item:last-child {
  margin-bottom: 0;
}

#gtco-contact .gtco-team-reverse .img-shadow,
#gtco-contact .gtco-team .img-shadow {
  position: relative;
  background: #21daf6;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#gtco-contact .gtco-team-reverse .img-shadow img,
#gtco-contact .gtco-team .img-shadow img {
  position: relative;
  top: -20px;
  right: -20px;
}

#gtco-contact .gtco-team .img-shadow img {
  top: -20px;
  left: -20px;
}

#gtco-introduction .introduction-text img {
  margin-bottom: 30px;
  width: 100%;
}

#gtco-footer {
  background: #eee;
  padding-top: 10px;
}

#gtco-offcanvas {
  position: absolute;
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(270px);
  transition: 0.5s;
}

.offcanvas #gtco-offcanvas {
  transform: translateX(0px);
}

#gtco-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 230%;
  text-decoration: none;
}

#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}

#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  transform: rotate(-180deg);
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
}

.gototop a {
  border-radius: 4px;
  background: rgba(255, 204, 0, 0.8);
  color: #fff;
  display: table;
  height: 80px;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

.gototop a i {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}

.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  border-bottom: none !important;
  outline: none;
}

.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #21daf6;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #777;
  transition: all .2s ease-out;
}

.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #777;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}

.gtco-nav-toggle.gtco-nav-white > i::before,
.gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}

.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
  border-bottom: none !important;
  display: none;
  height: 44px;
  margin: 0 auto;
  position: fixed;
  padding: 3px 0 0 0;
  right: 0px;
  top: 10px;
  width: 44px;
  z-index: 2001;
}


/* =======================================================
*
* 	custom
*
* ======================================================= */


.application-list {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 auto 40px;
  padding-left: 20px;
  width: 100%;
}

.application-list li {
  margin-bottom: 10px;
}

.application-wrapper {
  border: 1px solid #bbb;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

.application-wrapper h3 {
  font-size: 16px;
}

.application-wrapper p {
  font-size: 14px;
  padding: 30px 0 0;
  text-align: center;
  line-height: 180%;
}

.backnumber h3 {
  line-height: 180%;
  font-size: 18px;
}

.backnumber-list-wrapper li {
  margin-bottom: 40px;
}

.bg-grey {
  background: #eee;
}

.grey-wrapper {
  font-weight: 700;
  padding: 20px;
  text-align: center;
}

.category {
  background-color:#F7F7F7;
  font-size: small;
  padding: 2px 5px;
  margin: 10px 0 5px;
}

.category span {
  color: #b3b3b3;
  display: block;
  font-size: 12px;
}

.copyright {
  font-size: 1rem;
  padding-bottom: 10px;
}

.company ul.menu-list {
  font-size: 1rem;
  margin-top: 10px;
  padding-left: 0;
}

.company ul.menu-list li {
  display: inline-flex;
}

.company ul.menu-list li::after {
  content: "|";
  padding: 0 5px;
}

.company-wrapper {
  padding: 0 0 60px;
}

.company-text {
  font-size: 1.2rem;
}

.company-title {
  font-size: 1.5rem;
  padding: 30px 0;
  text-align: center;
}

.copyright a {
  color: #666;
  text-decoration: none;
}

.copyright a:hover {
  color: #666;
  text-decoration: underline;
}

.company-img {
  float: right;
  height: 167px;
  padding-left: 20px;
  padding-bottom: 20px;
  width: 200px;
}

.contact-text {
  text-align: left;
  line-height: 180%;
}

.embed-responsive {
  border: 20px solid #cbfafb;
}

.flexbox {
  display: flex;
}

.inner-wrapper {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.name {
  line-height: 120%;
}

.name .position {
  color: #666;
  display: block;
  font-size: small;
}

.more-link {
  font-size: 1.5rem;
  padding: 20px 0 60px;
}

.sub {
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 60px 0 40px;
  text-align: center;
}

.sub-title {
  color: #666;
  font-size: 1.8rem;
  padding: 15px 0;
  margin-top: 10px;
}

.text-address {
  font-size: 2rem;
  line-height: 160%;
  text-align: center;
  padding: 20px;
}

.padding-bottom-space {
  padding-bottom: 160px;
}

.pickup-contents {
  margin-right: 20px;
  text-align: left;
  width: calc(100% * 3);
}

.pickup-contents:last-child {
  margin-right: 0;
}

.pickup-contents .pickup-contents-title {
  font-size: 2rem;
  height: 90px;
  line-height: 160%;
  overflow: hidden;
}

.pickup-contents-img {
  width: 100%;
}

.plan-img {
  margin: 0 0 20px;
  width: 100%;
}

.plan-text {
  font-size: 1.5rem;
  padding-bottom: 30px;
}

.plan strong {
  color: #E60011;
  font-size: 2rem;
  display: block;
}

.plan-text-small {
  font-size: small;
  line-height: 160%;
}

.point-text {
  font-size: 2rem;
  font-weight: 700;
}

.gtco-loader {
  background: url(../images/puff.svg) center no-repeat #fff;
  height: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.other-text {
  padding: 20px 0;
}

.red-text {
  color: #f00;
  font-weight: 700;
}

/* =======================================================
*
* 	button
*
* ======================================================= */

.backnumber-list .name {
  color: #313A5B;
  display: inline;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-left: 5px;
}

.backnumber-list .name .position {
  display: inline;
  padding-left: 10px;
  font-weight: normal;
  font-size: small;
}


.backnumber-list-text {
  color: #626262;
  border: 1px solid #D9D9D9;
  font-size: 1.3rem;
  margin-top: 5px;
  padding: 10px;
}

.backnumber-list-title {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  padding: 10px 0 0;
}

.btn-end {
  background: #ccc;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-shadow: none;
  padding: 10px;
}

.wrapper .btn-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

.wrapper .btn-button a {
  color: #333;
  background: #FFC001;
  border-radius: 50px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem auto 4rem;
  padding: 15px 5px;
  text-decoration: none;
  text-align: center;
}

.wrapper .btn-button a:hover {
  color: #fff;
  background-color: #666;
}

.btn-warning {
  width: 50%;
}

.parts-sample {
  appearance: none;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
  outline: none;
  padding: 0;
  width: 100%;
}

.parts-sample .toggle-play {
  background: #fff;
  color: #000;
}

.parts-sample .toggle-play:hover {
  background: #eee;
}

.parts-sample .toggle-play,
.parts-sample .toggle-pause {
  color: #000;
  border: 1px solid #ccc;
  border-radius: 50px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  display: block;
  font-size: 100%;
  margin: 0 auto;
  padding: 1.5% 2%;
  width: 100%;
}

.parts-sample button {
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.publisher-text {
  line-height: 180%;
}

.padding-top-space {
  padding-top: 30px;
}

img.link:hover {
  opacity: .6;
}

.col-md-pull-1 {
  right: 3.33333%;
}

.contact-text {
  padding-top: 0px;
  font-size: 16px;
  line-height: 220%;
}

ul {
  list-style:none;
  padding: 0;
}

ul .facebook {
  float: left;
  margin-right: 10px;
}

ul .contact {
  float: left;
  margin-top: 8px;
}

.sns-btn {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 0 0 1%;
  width: 100%;
}

.page-link {
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  padding: 10px;
}

.page-link span {
  display: block;
  font-size: 16px;
  font-weight: 100;
}

.page-link a {
  color: #fff;
}

.wrapper {
  max-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {

  .slim-view {
    display: inline;
  }

  .wide-view {
    display: none;
  }

  .gtco-cover.gtco-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }

  #gtco-backnumber .container {
    padding: 0;
  }

  #gtco-backnumber .gtco-practice-area-item .gtco-icon-side,
  #gtco-backnumber .gtco-practice-area-item .gtco-copy-side {
    display: table-cell;
  }

  #gtco-backnumber .gtco-practice-area-item-footer .gtco-icon,
  #gtco-backnumber .gtco-practice-area-item-footer .gtco-copy {
    display: table-cell;
    vertical-align: top;
  }

  #gtco-backnumber .gtco-practice-area-item-footer .gtco-copy {
    padding-left: 10px;
  }

  #gtco-offcanvas ul li {
    padding: 10px 0;
  }

  .gtco-nav #gtco-logo {
    padding: 5px 0 0 0;
  }

  #gtco-backnumber {
    padding-top: 10px;
  }

  #gtco-backnumber .gtco-copy-side h3 {
    padding-left: 25px;
  }

  #gtco-contact {
    margin: 0;
    padding: 0;
  }

  .gtco-nav-toggle {
    display: block;
  }

  .gtco-nav {
    background: #000;
    padding: 20px 0;
  }

  .gtco-nav-toggle i {
    color: #fff;
    background: #fff;
  }

  .gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
    background: #fff;
  }

  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }

  #gtco-footer .copyright .pull-left,
  #gtco-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }

  #gtco-offcanvas {
    display: block;
  }

  #gtco-plan {
    padding: 0;
  }

  .application-text {
    font-size: 1.2rem;
  }

  .application-list {
    font-size: 1rem;
  }

  .application-wrapper h3 {
    font-size: 1.1em;
  }

  .application-wrapper p {
    font-size: 1rem;
    padding: 30px 0 0;
    text-align: center;
    line-height: 180%;
  }

  .application-wrapper p br {
    display: none;
  }

  .btn-end {
    padding: 10px;
  }

  .br-control br {
    display: none;
  }

  .backnumber-list .name .position {
    font-size: 0.9rem;
  }

  .backnumber-list-title {
    font-size: 1.5rem;
    line-height: 140%;
    padding-bottom: 0;
  }

  .backnumber-list-text {
    font-size: 1rem;
  }

  .backnumber-list-wrapper {
    margin: 0 15px;
  }

  .category {
    background-color: #F7F7F7;
    font-size: 0.9rem;
    padding: 0;
    margin: 5px 0;
  }

  .contact-text {
    font-size: 1rem;
    line-height: 180%;
    padding: 0;
  }

  .contact-text p br {
    display: inline;
  }

  .contact-text small {
    display:block;
  }

  .col-md-pull-1 {
    right: 0;
  }

  .contact-wrapper {
    padding-bottom: 40px;
  }

  .heading {
    padding: 0;
  }

  .haeder-wrapper {
    padding: 0 15px;
  }

  .haeder h1 {
    margin: 60px auto 0;
  }

  .haeder h1 img {
    padding: 15px 15px 15px 0;
    width: 100%;
  }

  .haeder-wrapper h2 {
    font-size: 1.8rem;
    line-height: 160%;
  }

  .haeder-wrapper-text {
    font-size: 1.2rem;
  }

  .link {
    padding: 0 0 20px;
  }

  .more-link {
    font-size: 1.2rem;
    padding: 0 0 40px;
  }

  .name {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 160%;
  }

  .name .position {
    font-size: 0.9rem;
    font-weight: normal;
    height: 20px;
    overflow: hidden;
  }

  .backnumber-list .name {
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 130%;
  }

  .sns-btn {
    padding: 3% 0 3% 2%;
  }

  .sub {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 30px 0 30px;
    text-align: center;
  }

  small {
    font-size: 0.9rem;
  }

  .sub-title {
    font-size: 1.2rem;
  }

  .text-big {
    font-size: 2rem;
    line-height: 160%;
    text-align: center;
  }

  .text-address {
    font-size: 1.5rem;
    line-height: 160%;
  }

  .text-address br {
    display: none;
  }

  .pickup-contents .pickup-contents-title {
    font-size: 1.2rem;
    height: 45px;
  }

  .point-text {
    font-size: 1.3rem;
  }

  .plan strong {
    font-size: 1.5rem;
  }

  .plan-text {
    font-size: 1.2rem;
  }

  .plan-text-small {
    font-size: 0.9rem;
    line-height: 160%;
    padding-bottom: 60px;
  }

  .pickup-contents {
    margin-right: 10px;
  }

  .wrapper .btn-wrapper {
    max-width: 100%;
    padding-bottom: 0;
    width: 100%;
  }

  .wrapper .btn-button a {
    font-size: 1.5rem;
    margin: 1rem auto 2rem;
  }
}

@media (min-width: 768px) and (max-width: 842px) {
  .gtco-nav ul li a {
    padding: 15px 4px;
  }
}
