#main-wrapper #main-container img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}
#main-wrapper #main-container img.aligncenter {
  margin: auto;
}
#main-wrapper #main-container img.alignright {
  margin: 0 0 0 auto;
}
#main-wrapper #main-container img.alignleft {
  margin: 0 auto 0 0;
}
.wp-video {
  max-width: 640px;
  width: 100% !important;
  height: auto !important;
}
.wp-video .wp-video-shortcode {
  max-width: 640px;
  width: 100%;
  height: auto !important;
}
span[id*="more-"] {
  margin-top: -80px;
  padding-top: 80px;
  display: block;
}
@charset "utf-8";
html body {
  background-color: #e0f2f1;
}
html body h1 {
  position: absolute;
  z-index: 0;
}
html body >article {
  padding-bottom: 0;
  margin-top: 0;
}
html body >article >section#main {
  height: 320px;
  background-image: url("/images/blog/fv_bg_blog.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
html body >article >section#main.article {
  background-image: url("/images/blog/fv_bg_blog_article.png");
  height: 144px;
}
html body >article >section#main >p {
  position: relative;
  top: 140px;
}
html body >article >section#main >p.breadcrumb {
  position: absolute;
  top: 90px;
  left: calc(50% - 480px);
}
@media screen and (max-width: 960px) {
  html body >article >section#main >p.breadcrumb {
    left: 40px;
  }
}
@media screen and (max-width: 720px) {
  html body >article >section#main >p.breadcrumb {
    display: none;
  }
}
html .clear-fix {
  clear: both;
}
html .sns-list-container:first-of-type .sns-list ul {
  margin-bottom: 32px;
}
html .sns-list-container:last-child {
  margin-top: 40px;
}
html .sns-list-container .sns-list ul {
  margin-left: 20px;
  text-align: right;
  float: right;
}
@media screen and (max-width: 400px) {
  html .sns-list-container .sns-list ul {
    margin-right: 24px;
  }
}
html .sns-list-container .sns-list li {
  display: inline;
}
html .sns-list-container .sns-list li .fb-like {
  top: 0 !important;
}
html .sns-list-container .sns-list li .fb-like >span {
  vertical-align: baseline !important;
}
html .sns-list-container .sns-list li .hatena-bookmark-button {
  position: relative;
  top: -7px;
}
html .pagetop {
  cursor: pointer;
}
html body {
  margin: auto;
}
html body div p {
  text-align: left;
}
html body section#main-container {
  width: 96%;
  max-width: 1104px;
  overflow: hidden;
  margin: 0 auto;
}
html body section#main-container h3 {
  font-size: 20px;
  color: #009688;
  margin: 1% 0;
}
html body section#main-container h4,
html body section#main-container h5 {
  color: #009688;
}
html body section#main-container .adsense_block-top {
  margin: 56px 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  html body section#main-container .adsense_block-top {
    margin: 48px 0;
  }
}
html body section#main-container .adsense_block-bottom {
  margin: 56px 0 80px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  html body section#main-container .adsense_block-bottom {
    margin: 48px 0;
  }
}
html body section#main-container .adsense_content {
  margin: 2em 0;
  text-align: center;
}
html body section#main-container span.adsense_label {
  color: #607d8b;
}
@media screen and (max-width: 720px) {
  html body section#main-container {
    width: 96.875%;
    margin-bottom: 24px;
  }
}
html body section#main-container >.contents {
  width: 69.6%;
  max-width: 768px;
  float: left;
  margin: 56px 2.5% 80px 0;
}
@media screen and (max-width: 720px) {
  html body section#main-container >.contents {
    width: 87%;
    max-width: none;
    margin: auto;
    float: none;
  }
  html body section#main-container >.contents >.content {
    margin-top: 20px;
  }
}
html body section#main-container >.contents >.content {
  max-width: 768px;
  border-radius: 5px;
  padding: 32px 0 20px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  letter-spacing: -0.4em;
}
html body section#main-container >.contents >.content >* {
  letter-spacing: normal;
}
html body section#main-container >.contents >.content >pre >code {
  margin-bottom: 2em;
}
html body section#main-container >.contents >.content.no-article >h2 {
  margin-bottom: 3%;
  text-align: center;
}
html body section#main-container >.contents >.content >img {
  text-align: center;
  float: left;
  max-width: 400px;
  height: auto;
  margin-right: 3%;
}
@media screen and (max-width: 600px) {
  html body section#main-container >.contents >.content >img {
    max-width: 100%;
    margin: 0 2%;
  }
}
html body section#main-container >.contents >.content >h2 {
  width: 87.1%;
  margin: auto;
}
html body section#main-container >.contents >.content >.imgwrap,
html body section#main-container >.contents >.content >.textwrap {
  display: inline-block;
  vertical-align: middle;
}
html body section#main-container >.contents >.content >.imgwrap {
  width: 41.29%;
  margin-left: 6.45%;
  margin-right: 5.1%;
}
html body section#main-container >.contents >.content >.imgwrap >img {
  height: 100%;
}
@media screen and (min-width: 961px) {
  html body section#main-container >.contents >.content >.imgwrap {
    width: 256px;
    margin-left: 40px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 600px) {
  html body section#main-container >.contents >.content >.imgwrap {
    width: 87.1%;
    display: block;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
html body section#main-container >.contents >.content >.textwrap {
  width: 40.64%;
  margin-right: 6.45%;
}
@media screen and (min-width: 961px) {
  html body section#main-container >.contents >.content >.textwrap {
    width: calc(100% - 368px);
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  html body section#main-container >.contents >.content >.textwrap {
    width: 87.1%;
    display: block;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
html body section#main-container >.contents >.content >.main_article {
  width: 87.1%;
  margin: auto;
}
html body section#main-container >.contents >.content >.main_article >p >img.aligncenter {
  margin-top: 24px !important;
}
html body section#main-container >.contents >.content >.main_article >.frame_headding {
  padding: 5px 10px;
  border: solid 1px #009688;
  margin: 24px 0 16px;
}
html body section#main-container >.contents >.content >.main_article >.frame_headding >h3 {
  font-size: 20px;
  color: #009688;
  line-height: 1.5em;
}
html body section#main-container >.contents >.content >.main_article >pre {
  color: #607d8b;
}
html body section#main-container >.contents >.content p {
  line-height: 1.8em;
  margin-bottom: 1em;
  color: #607d8b;
}
html body section#main-container >.contents >.content p.post-meta {
  margin: 16px 6.45%;
}
html body section#main-container >.contents >.content p.post-meta >span >a {
  color: #3f51b5;
  text-decoration: underline;
}
html body section#main-container >.contents >.content p.post-meta >span >a:hover {
  color: #7986cb;
}
html body section#main-container >.contents >.content p >a {
  color: #3f51b5;
  text-decoration: underline;
}
html body section#main-container >.contents >.content p >a:hover {
  color: #7986cb;
}
html body section#main-container >.contents >.content p >a.more-link {
  text-decoration: none;
  display: block;
  float: right;
  margin-right: 0.5em;
  color: #009688;
}
html body section#main-container >.contents >.content p >a.more-link:hover {
  text-decoration: underline;
  color: #4db6ac;
}
html body section#main-container >.contents >.content p >a.more-link:first-child {
  margin-top: -1em;
}
html body section#main-container >.contents >.content ul,
html body section#main-container >.contents >.content ol {
  margin-bottom: 1em;
}
html body section#main-container >.contents >.content ul li,
html body section#main-container >.contents >.content ol li {
  color: #607d8b;
}
html body section#main-container >.contents >.content >.burner {
  width: 87.1%;
  margin: 94px auto 48px;
  transition: transform 0.15s linear, box-shadow 0.15s linear;
  -webkit-transition: transform 0.15s linear, box-shadow 0.15s linear;
  -moz-transition: transform 0.15s linear, box-shadow 0.15s linear;
  -ms-transition: transform 0.15s linear, box-shadow 0.15s linear;
}
html body section#main-container >.contents >.content >.burner:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  box-shadow: 0 0 20px 4px #d8e0e3;
}
html body section#main-container >.contents >.content >#related-article-ad-box,
html body section#main-container >.contents >.content >#related-posts-box {
  width: 87.1%;
  margin: 16px auto 19px;
  padding-top: 16px;
}
html body section#main-container >.contents >.content >#related-article-ad-box >h2,
html body section#main-container >.contents >.content >#related-posts-box >h2 {
  font-size: 20px;
  color: #118675;
  border-bottom: 1px solid #b2dfdb;
  padding-bottom: 3px;
}
html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts,
html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts {
  text-align: center;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 636px) {
  html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts,
  html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts {
    margin-top: 16px;
  }
}
html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container,
html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 16px 0 4px;
  width: 24.5%;
  max-width: 164px;
  padding-right: 4px;
}
html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container:nth-of-type(4n),
html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container:nth-of-type(4n) {
  padding-right: 0;
}
@media screen and (max-width: 800px) {
  html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container,
  html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container {
    width: 24.4%;
  }
}
@media screen and (max-width: 720px) {
  html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container,
  html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container {
    width: 24.5%;
  }
}
@media screen and (max-width: 636px) {
  html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container,
  html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container {
    display: block;
    width: 100%;
    max-width: inherit;
    margin: 0;
  }
}
@media screen and (max-width: 636px) {
  html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container >a,
  html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container >a {
    letter-spacing: -0.4em;
  }
}
html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container >a >div.thumbnail-container,
html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container >a >div.thumbnail-container {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  display: inline-block;
  height: 7.1vw;
  max-height: 82px;
  min-height: 56px;
}
@media screen and (max-width: 636px) {
  html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container >a >div.thumbnail-container,
  html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container >a >div.thumbnail-container {
    height: calc(19vw - 6.8px);
    width: 43%;
    max-height: inherit;
  }
}
html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container >a >div.thumbnail-container >.img-container,
html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container >a >div.thumbnail-container >.img-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container >a >div.thumbnail-container >.img-container >img,
html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container >a >div.thumbnail-container >.img-container >img {
  max-width: 160%;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  max-height: 160%;
  height: auto;
  position: absolute;
  top: -40%;
  right: -40%;
  bottom: -40%;
  left: -40%;
  margin: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container >a >h4.related-post-title,
html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container >a >h4.related-post-title {
  font-size: 14px;
  line-height: 1.5em;
  color: #4e6a78;
  margin-top: 6px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 636px) {
  html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container >a >h4.related-post-title,
  html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container >a >h4.related-post-title {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    margin: 0 8px;
    vertical-align: top;
  }
}
html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container >a >h4.related-post-title >span,
html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container >a >h4.related-post-title >span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.25em;
  text-align: left;
  margin: 0 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 636px) {
  html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container >a >h4.related-post-title >span,
  html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container >a >h4.related-post-title >span {
    margin: 0;
    font-size: calc(1.25vw + 8px);
  }
}
html body section#main-container >.contents >.content >#related-article-ad-box >ul.related-posts >li.post-container >a:hover >h4.related-post-title >span,
html body section#main-container >.contents >.content >#related-posts-box >ul.related-posts >li.post-container >a:hover >h4.related-post-title >span {
  text-decoration: underline;
}
html body section#main-container >.contents >.navigation {
  margin: auto;
  text-align: center;
}
html body section#main-container >.contents >.navigation >span {
  display: inline-block;
  height: 1em;
}
html body section#main-container >.contents >.navigation >span.prev-link {
  min-width: 6em;
  text-align: left;
  float: left;
}
html body section#main-container >.contents >.navigation >span.next-link {
  min-width: 6em;
  text-align: right;
  float: right;
}
html body section#main-container >.contents >.navigation >span.blogtop-link {
  margin-left: -0.5em;
}
@media screen and (max-width: 400px) {
  html body section#main-container >.contents >.navigation >span.blogtop-link {
    margin-left: 0;
    margin-top: 2em;
  }
}
html body section#main-container >.contents >.navigation >span >a {
  color: #009688;
}
html body section#main-container >.contents >.navigation >span >a:hover {
  color: #4db6ac;
  text-decoration: underline;
}
html body section#main-container >.contents >.pager {
  text-align: center;
}
html body section#main-container >.contents >.pager >span,
html body section#main-container >.contents >.pager >a {
  font-size: 32px;
  vertical-align: middle;
  margin: auto 8px;
}
html body section#main-container >.contents >.pager >span.page-numbers,
html body section#main-container >.contents >.pager >a.page-numbers {
  font-family: "Oswald";
}
html body section#main-container >.contents >.pager >span.prev,
html body section#main-container >.contents >.pager >a.prev,
html body section#main-container >.contents >.pager >span.next,
html body section#main-container >.contents >.pager >a.next {
  font-family: "FontAwesome Regular";
}
html body section#main-container >.contents >.pager >a {
  color: #80cbc4;
}
html body section#main-container >.contents >.pager >a:hover,
html body section#main-container >.contents >.pager >a:active {
  color: #009688;
}
html body section#main-container >.contents >.pager >a:hover {
  text-decoration: underline;
}
html body section#main-container >.contents >.pager >span.dots {
  color: #b0bdc3;
}
html body section#main-container >.contents >.pager >span.current {
  color: #009688;
}
html body section#main-container >.sidebar {
  width: 27.9%;
  max-width: 308px;
  float: left;
  margin-top: 5%;
}
@media screen and (max-width: 720px) {
  html body section#main-container >.sidebar {
    width: 90%;
    max-width: 512px;
    margin: 40px auto 0;
    text-align: center;
    float: none;
  }
  html body section#main-container >.sidebar >div >ul >li {
    text-align: left !important;
  }
}
html body section#main-container >.sidebar a {
  font-weight: bold;
}
html body section#main-container >.sidebar >div >p {
  margin-top: 2%;
  padding: 2% 0;
}
html body section#main-container >.sidebar div p {
  color: #fff;
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 720px) {
  html body section#main-container >.sidebar div p {
    padding-left: 50px;
    text-align: left;
  }
}
html body section#main-container >.sidebar div.widget_search p {
  display: none;
}
html body section#main-container >.sidebar div.widget_search form input[type = "text"] {
  width: calc(100% - 4px) !important;
  background: #fff;
  position: relative;
  height: 48px;
  border: solid 1px #607d8b;
}
html body section#main-container >.sidebar div.widget_search form input[type = "text"]:placeholder-shown {
  font-family: "FontAwesome Regular", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
html body section#main-container >.sidebar div.widget_search form input[type = "text"]::-webkit-input-placeholder {
  font-family: "FontAwesome Regular", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
html body section#main-container >.sidebar div.widget_search form input[type = "text"]:-moz-placeholder {
  font-family: "FontAwesome Regular", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
html body section#main-container >.sidebar div.widget_search form input[type = "text"]::-moz-placeholder {
  font-family: "FontAwesome Regular", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
html body section#main-container >.sidebar div.widget_search form input[type = "text"]:-ms-input-placeholder {
  font-family: "FontAwesome Regular", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
html body section#main-container >.sidebar div.widget_search form input[type = "image"] {
  display: none;
}
@media screen and (max-width: 720px) {
  html body section#main-container >.sidebar div.widget_search form {
    text-align: left;
  }
  html body section#main-container >.sidebar div.widget_search form input[type = "text"] {
    margin-top: 48px;
  }
}
html body section#main-container >.sidebar div.widget_recent_entries {
  margin-top: 40px;
}
html body section#main-container >.sidebar div.widget_recent_entries p {
  background: none;
  font-size: 24px;
  color: #607d8b;
  text-align: left;
  line-height: 1em;
}
@media screen and (max-width: 720px) {
  html body section#main-container >.sidebar div.widget_recent_entries {
    margin-top: 32px;
  }
  html body section#main-container >.sidebar div.widget_recent_entries p {
    margin-top: 0;
    padding-left: 0;
  }
}
html body section#main-container >.sidebar div.widget_archive {
  margin-top: 40px;
}
html body section#main-container >.sidebar div.widget_archive p {
  background: none;
  font-size: 24px;
  color: #607d8b;
  text-align: left;
  line-height: 1em;
}
@media screen and (max-width: 720px) {
  html body section#main-container >.sidebar div.widget_archive {
    margin-top: 32px;
  }
  html body section#main-container >.sidebar div.widget_archive p {
    margin-top: 0;
    padding-left: 0;
  }
}
html body section#main-container >.sidebar div.widget_collapsarch {
  margin-top: 40px;
}
html body section#main-container >.sidebar div.widget_collapsarch p {
  background: none;
  font-size: 24px;
  color: #607d8b;
  text-align: left;
  line-height: 1em;
}
html body section#main-container >.sidebar div.widget_collapsarch >ul >li span.collapsing {
  display: inline-block;
  width: 24px;
  text-align: center;
  cursor: pointer;
}
html body section#main-container >.sidebar div.widget_collapsarch >ul >li span.collapsing span.sym {
  font-family: "FontAwesome Regular";
}
html body section#main-container >.sidebar div.widget_collapsarch >ul >li >div >ul >li {
  border: none;
  padding-bottom: 0;
}
html body section#main-container >.sidebar div.widget_collapsarch >ul >li >div >ul >li >a {
  margin-left: 40px;
}
@media screen and (max-width: 720px) {
  html body section#main-container >.sidebar div.widget_collapsarch {
    margin-top: 32px;
  }
  html body section#main-container >.sidebar div.widget_collapsarch p {
    margin-top: 0;
    padding-left: 0;
  }
}
html body section#main-container >.sidebar div.widget_categories {
  margin-top: 40px;
}
html body section#main-container >.sidebar div.widget_categories p {
  background: none;
  font-size: 24px;
  color: #607d8b;
  text-align: left;
  line-height: 1em;
}
@media screen and (max-width: 720px) {
  html body section#main-container >.sidebar div.widget_categories {
    margin-top: 32px;
  }
  html body section#main-container >.sidebar div.widget_categories p {
    margin-top: 0;
    padding-left: 0;
  }
}
html body section#main-container >.sidebar div ul li {
  border-top: solid 1px #b0bec5;
  text-align: left;
  line-height: 1.5em;
  padding: 12px 0;
  color: #009688;
}
html body section#main-container >.sidebar div ul li >a {
  color: #009688;
  font-weight: normal;
}
html body section#main-container >.sidebar div ul li >a:hover {
  text-decoration: underline;
  color: #4db6ac;
}
html body section#main-container >.sidebar div ul li >ul >li {
  border-top: none;
}
html #top-btn:hover >a {
  opacity: 1 !important;
}
.icon-plus-squared:before,
.icon-minus-squared:before {
  color: #009688;
}
header .nav_blog >a {
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
header.scrolled .nav_blog >a {
  font-weight: normal;
  color: #80cbc4;
}
section.contact .contents {
  width: 100%;
}
section.contact .contents .content {
  width: 100%;
  height: 320px;
  background: #444;
}
section.contact .contents .content ul.links {
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
}
section.contact .contents .content ul.links li {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
section.contact .contents .content ul.links li.inquiry {
  background-image: url("/images/common/common_support_image.png");
}
section.contact .contents .content ul.links li.inquiry .dummy {
  background-image: url("/images/common/common_support_image_ovr.png");
}
section.contact .contents .content ul.links li.inquiry:hover {
  background-image: url("/images/common/common_support_image_ovr.png");
}
section.contact .contents .content ul.links li.consul {
  background-image: url("/images/common/common_consulting_image.png");
}
section.contact .contents .content ul.links li.consul .dummy {
  background-image: url("/images/common/common_consulting_image_ovr.png");
}
section.contact .contents .content ul.links li.consul:hover {
  background-image: url("/images/common/common_consulting_image_ovr.png");
}
section.contact .contents .content ul.links li >h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 720px) {
  section.contact .contents .content {
    height: 640px;
  }
  section.contact .contents .content ul.links li {
    display: inline-block;
    height: 320px;
    width: 100%;
  }
  section.contact .contents .content ul.links li >h3 {
    margin-top: 72px;
  }
}
.cta-wrapper {
  background-color: #fff;
}
.cta-wrapper section#footer-contact {
  margin: 0 auto;
  padding: 40px 0;
}
section#sub-register .contents >form >p {
  text-align: center;
}
nav.top-navi {
  display: none;
}
