@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
  font-display: swap;
}
/*                下層共通
======================================================= */
/*                背景
======================================================= */
/*                kv
======================================================= */
/*                bread
======================================================= */

.textRed {
	color: #c30000!important;
}

.breadcrumb_wrap {
  border-bottom: 1px solid #dedede;
  margin-bottom: 36px;
  background: #ffffff;
}
.breadcrumb_wrap .page_width #breadcrumb {
  padding: 14px 0;
  font-size: 11px;
  line-height: 1;
  color: #a6a6a6;
}
.breadcrumb_wrap .page_width #breadcrumb > li {
  display: inline-block;
}
.breadcrumb_wrap .page_width #breadcrumb > li:nth-of-type(1) a span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/common/img/icon-bread-home.svg) no-repeat center center;
  background-size: 12px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -500%;
  position: relative;
  top: 1px;
}
.breadcrumb_wrap .page_width #breadcrumb > li a {
  color: #c30000;
  padding: 0 4px;
}
@media only screen and (max-width: 1200px) {
  .breadcrumb_wrap .page_width #breadcrumb {
    padding: 1.17vw 0;
    font-size: 0.92vw;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb_wrap .page_width #breadcrumb {
    display: none;
  }
}

body.archive .breadcrumb_wrap,
body.search .breadcrumb_wrap,
body.contact .breadcrumb_wrap,
body.contact-child .breadcrumb_wrap,
body.about .breadcrumb_wrap {
  margin-bottom: 0;
}

/*                post
======================================================= */
.entrybody h1 {
  font-size: 36px;
  line-height: 1.28;
  font-weight: bold;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1200px) {
	.entrybody  h1 {
    font-size: 3vw;
    margin-bottom: 2.67vw;
  }
}
@media only screen and (max-width: 768px) {
	.entrybody h1 {
    font-size: 4.8vw;
    margin-bottom: 4.26vw;
  }
}
.default_set {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .default_set {
    margin-bottom: 3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .default_set {
    margin-bottom: 5.33vw;
  }
}
.default_set .additional {
  width: 50%;
  float: left;
  position: relative;
}
.default_set .additional .category {
  display: inline-block;
  min-width: 88px;
  height: 18px;
  border-radius: 9px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  background: #c30000;
  padding: 2px 8px;
  margin-right: 12px;
}
@media only screen and (max-width: 1200px) {
  .default_set .additional .category {
    top: 0;
    bottom: auto;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .default_set .additional .category {
    min-width: 23.46vw;
  }
}
.default_set .additional .date {
  display: inline-block;
  font-size: 11px;
  color: #909090;
}
@media only screen and (max-width: 1200px) {
  .default_set .additional .date {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .default_set .additional .date {
    display: block;
  }
}
.default_set .utility {
  width: 50%;
  text-align: right;
  float: right;
}
.default_set .utility ul li {
  display: inline-block;
  vertical-align: top;
}
.default_set .utility ul li.facebook a {
  display: block;
  width: 36px;
}
.default_set .utility ul li.twitter a {
  display: block;
  width: 36px;
}
.default_set .utility ul li.print a {
  display: block;
  background: url(/common/img/icon-print.svg) no-repeat left 12px center;
  background-size: 12px 12px;
  width: 96px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #dedede;
  text-align: center;
  font-size: 12px;
  padding-left: 16px;
}
@media only screen and (max-width: 768px) {
  .default_set .utility ul li.print {
    display: none;
  }
}
.the_content {
  overflow: hidden;
  margin-bottom: 56px;
  /* img */
  /* clearfix */
}
@media only screen and (max-width: 1200px) {
  .the_content {
    margin-bottom: 4.67vw;
  }
}
@media only screen and (max-width: 768px) {
  .the_content {
    margin-bottom: 7.47vw;
  }
}
.the_content img {
  max-width: 100%;
	width: auto; 
}
.the_content p {
  /*display: block; */
  margin: 1em 0;
	font-size: 15px;
	line-height: 32px;
}
.the_content strong {
  font-weight: bold;
}
.the_content em {
  font-style: italic;
}
.the_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.the_content .aligncenter {
  display: block;
  margin: 0 auto;
}
.the_content .alignright {
  float: right;
}
.the_content .alignleft {
  float: left;
}
.the_content img[class*=wp-image-],
.the_content img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}
.the_content .clearfix {
  overflow: hidden;
  zoom: 1;
}
.the_content .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.tolist {
  width: 240px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .tolist {
    width: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .tolist {
    width: 32vw;
  }
}
.tolist a {
  width: 100%;
  display: block;
  line-height: 56px;
  border-radius: 28px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #dedede;
}
@media only screen and (max-width: 1200px) {
  .tolist a {
    line-height: 4.67vw;
    border-radius: 2.33px;
    font-size: 1.17vw;
  }
}
@media only screen and (max-width: 768px) {
  .tolist a {
    line-height: 7.47vw;
    border-radius: 3.73vw;
    font-size: 1.87vw;
  }
}
.entrybody h1 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .entrybody h1 {
    padding: 6vw 0;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .entrybody h1 {
    padding: 9.6vw 0 5.33vw;
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 1200px) {
  .entrybody h1:before {
    height: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .entrybody h1:before {
    height: 6.4vw;
  }
}
.entrybody .category_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1200px) {
  .entrybody .category_list {
    margin-bottom: 3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .entrybody .category_list {
    margin-bottom: 5.33vw;
  }
}
.entrybody .category_list .lump {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #dedede;
  padding: 24px 0;
}
@media only screen and (max-width: 768px) {
  .entrybody .category_list .lump {
    padding-top: 4.27vw;
    padding-bottom: 4.27vw;
    width: 100%;
    border-bottom: 1px solid #dedede;
  }
  .entrybody .category_list .lump:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.entrybody .category_list .lump a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.entrybody .category_list .lump a:hover .ttl {
  color: #c30000;
}
.entrybody .category_list .lump a .img {
  width: 132px;
  height: 71px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .entrybody .category_list .lump a .img {
    height: 5.92vw;
  }
}
@media only screen and (max-width: 768px) {
  .entrybody .category_list .lump a .img {
    height: 17.33vw;
  }
}
.entrybody .category_list .lump a .img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.entrybody .category_list .lump a .text_area {
  width: calc(100% - 156px);
  margin-left: 2.22%;
}
.entrybody .category_list .lump a .text_area .ttl {
  line-height: 1.43;
  font-weight: bold;
  margin-bottom: 12px;
}
.entrybody .category_list .lump a .text_area .ttl.limit_text {
  max-height: calc(16px * 1.43 * 1.96);
}
@media only screen and (max-width: 1200px) {
  .entrybody .category_list .lump a .text_area .ttl.limit_text {
    max-height: calc(1.33vw * 1.43 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  .entrybody .category_list .lump a .text_area .ttl.limit_text {
    max-height: calc(3.73vw * 1.43 * 1.96);
  }
}
.entrybody .category_list .lump a .text_area .date {
  font-size: 11px;
  color: #909090;
}
.entrybody .search_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1200px) {
  .entrybody .search_list {
    margin-bottom: 3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .entrybody .search_list {
    margin-bottom: 5.33vw;
  }
}
.entrybody .search_list .lump {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #dedede;
  padding: 24px 0;
}
@media only screen and (max-width: 768px) {
  .entrybody .search_list .lump {
    padding-top: 4.27vw;
    padding-bottom: 4.27vw;
    width: 100%;
    border-bottom: 1px solid #dedede;
  }
  .entrybody .search_list .lump:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.entrybody .search_list .lump a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.entrybody .search_list .lump a:hover .ttl {
  color: #c30000;
}
.entrybody .search_list .lump a .additional {
  width: 264px;
  letter-spacing: -0.4em;
}
@media only screen and (max-width: 768px) {
  .entrybody .search_list .lump a .additional {
    position: relative;
    width: 35.2vw;
  }
}
.entrybody .search_list .lump a .additional .category {
  display: inline-block;
  min-width: 88px;
  line-height: 18px;
  border-radius: 9px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  background: #c30000;
  padding: 0 8px;
  margin: 0 16px 4px 0;
  letter-spacing: 0;
}
@media only screen and (max-width: 1200px) {
  .entrybody .search_list .lump a .additional .category {
    bottom: auto;
    min-width: 7.33vw;
    line-height: 1.5vw;
    border-radius: 0.75vw;
    font-size: 0.83vw;
    padding: 0 0.67vw;
    margin: 0 1.33vw 0.33vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .entrybody .search_list .lump a .additional .category {
    min-width: 11.73vw;
    line-height: 3.4vw;
    border-radius: 1.7vw;
    font-size: 2.33vw;
    padding: 0 1.07vw;
    margin: 0 2.13vw 0.53vw 0;
  }
}
.entrybody .search_list .lump a .additional .date {
  display: inline-block;
  font-size: 11px;
  color: #909090;
  width: 160px;
  letter-spacing: 0;
}
@media only screen and (max-width: 1200px) {
  .entrybody .search_list .lump a .additional .date {
    display: block;
    font-size: 0.92vw;
    width: 13.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .entrybody .search_list .lump a .additional .date {
    display: block;
    font-size: 2.47vw;
    width: 35.2vw;
  }
}
.entrybody .search_list .lump a .ttl {
  width: calc(100% - 264px);
  line-height: 1.43;
  font-weight: bold;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .entrybody .search_list .lump a .ttl {
    width: calc(100% - 35.2vw);
  }
}
.entrybody .search_list .lump a .ttl.limit_text {
  max-height: calc(16px * 1.43 * 1.96);
}
@media only screen and (max-width: 1200px) {
  .entrybody .search_list .lump a .ttl.limit_text {
    font-size: 1.17vw;
    max-height: calc(1.33vw * 1.43 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  .entrybody .search_list .lump a .ttl.limit_text {
    font-size: 3.73vw;
    max-height: calc(3.73vw * 1.43 * 1.96);
  }
}
.entrybody .navigation .screen-reader-text {
  display: none;
}
.entrybody .navigation .nav-links {
  text-align: center;
  letter-spacing: -0.4em;
}
.entrybody .navigation .nav-links .page-numbers {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
  border-radius: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 1200px) {
  .entrybody .navigation .nav-links .page-numbers {
    width: 3vw;
    line-height: 3vw;
    font-size: 1vw;
    border-radius: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .entrybody .navigation .nav-links .page-numbers {
    width: 4.8vw;
    line-height: 4.8vw;
    font-size: 1.6vw;
    border-radius: 2.4vw;
    margin: 0 3px;
  }
}
.entrybody .navigation .nav-links .page-numbers.prev {
  overflow: hidden;
  background: url(/common/img/icon-arrow-l-secondary.svg) no-repeat center center;
  background-size: auto 14px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -500%;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 1200px) {
  .entrybody .navigation .nav-links .page-numbers.prev {
    background-size: auto 1.17vw;
    width: 1.17vw;
    height: 1.17vw;
    top: 0.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .entrybody .navigation .nav-links .page-numbers.prev {
    background-size: auto 1.87vw;
    width: 1.87vw;
    height: 1.87vw;
    top: 0.4vw;
  }
}
.entrybody .navigation .nav-links .page-numbers.next {
  overflow: hidden;
  background: url(/common/img/icon-arrow-r-secondary.svg) no-repeat center center;
  background-size: auto 14px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -500%;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 1200px) {
  .entrybody .navigation .nav-links .page-numbers.next {
    background-size: auto 1.17vw;
    width: 1.17vw;
    height: 1.17vw;
    top: 0.25vw;
  }
}
@media only screen and (max-width: 768px) {
  .entrybody .navigation .nav-links .page-numbers.next {
    background-size: auto 1.87vw;
    width: 1.87vw;
    height: 1.87vw;
    top: 0.4vw;
  }
}
.entrybody .navigation .nav-links .page-numbers.current {
  color: #c30000;
  background: #f7ebeb;
}

body:not(.paged) .entrybody .category_list .lump:first-of-type {
  padding-top: 0;
}
body:not(.paged) .entrybody .category_list .lump:first-of-type a .img {
  width: 50%;
  padding-top: 27.2%;
  height: 0;
}
body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area {
  width: calc(50% - 40px);
  margin-left: 40px;
}
@media only screen and (max-width: 1200px) {
  body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area {
    width: calc(50% - 3.33vw);
    margin-left: 3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area {
    width: calc(50% - 5.33vw);
    margin-left: 5.33vw;
  }
}
body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area .ttl {
  font-size: 28px;
  line-height: 1.29;
  font-weight: bold;
  margin-bottom: 12px;
}
body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area .ttl.limit_text {
  max-height: calc(28px * 1.29 * 1.96);
}
@media only screen and (max-width: 1200px) {
  body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area .ttl.limit_text {
    font-size: 2.33vw;
    max-height: calc(2.33vw * 1.29 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area .ttl.limit_text {
    font-size: 3.73vw;
    max-height: calc(3.73vw * 1.29 * 1.96);
  }
}
body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area .text {
  line-height: 1.43;
  margin-bottom: 12px;
}
body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area .text.limit_text {
  max-height: calc(16px * 1.43 * 2.96);
}
@media only screen and (max-width: 1200px) {
  body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area .text.limit_text {
    max-height: calc(1.33vw * 1.43 * 2.96);
  }
}
@media only screen and (max-width: 768px) {
  body:not(.paged) .entrybody .category_list .lump:first-of-type a .text_area .text.limit_text {
    max-height: calc(3.73vw * 1.43 * 2.96);
  }
}

/*                page
======================================================= */
body.page:not(.contact):not(.contact-child) .page_article {
  width: 840px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  body.page:not(.contact):not(.contact-child) .page_article {
    width: 70vw;
  }
}
@media only screen and (max-width: 768px) {
  body.page:not(.contact):not(.contact-child) .page_article {
    width: 100%;
  }
}

body:not(.contact):not(.contact-child) .the_content h1 {
  font-size: 36px;
  line-height: 1.28;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content h1 {
    font-size: 3vw;
    margin-bottom: 2.67vw;
    margin-top: 5.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content h1 {
    font-size: 4.8vw;
    margin-bottom: 4.27vw;
    margin-top: 8.53vw;
  }
}
body:not(.contact):not(.contact-child) .the_content h2 {
  font-size: 32px;
  line-height: 1.25;
  padding: 20px 0 20px 29px;
  border-left: 3px solid #c30000;
  margin-bottom: 32px;
  margin-top: 1em;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content h2 {
    font-size: 2.67vw;
    padding: 1.67vw 0 1.67vw 2.42vw;
    margin-bottom: 2.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content h2 {
    font-size: 4.27vw;
    padding: 2.67vw 0 2.67vw 3.87vw;
    margin-bottom: 4.27vw;
  }
}
body:not(.contact):not(.contact-child) .the_content h3 {
  font-size: 28px;
  line-height: 1.29;
  padding-bottom: 28px;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin-bottom: 24px;
  margin-top: 48px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content h3 {
    font-size: 2.33vw;
    padding-bottom: 2.33vw;
    margin-bottom: 2vw;
    margin-top: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content h3 {
    font-size: 3.73vw;
    padding-bottom: 3.73vw;
    margin-bottom: 3.2vw;
    margin-top: 6.4vw;
  }
}
body:not(.contact):not(.contact-child) .the_content h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 48px;
  background: #c30000;
}
body:not(.contact):not(.contact-child) .the_content h4 {
  font-size: 22px;
  line-height: 1.36;
  margin-bottom: 16px;
  margin-top: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content h4 {
    font-size: 1.83vw;
    margin-bottom: 1.33vw;
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content h4 {
    font-size: 0.93vw;
    margin-bottom: 0.67vw;
    margin-top: 1.52vw;
  }
}
body:not(.contact):not(.contact-child) .the_content .catch p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content .catch p {
    text-align: left;
  }
}
body:not(.contact):not(.contact-child) .the_content .catch .ttl {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: bold;
	line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content .catch .ttl {
    font-size: 3vw;
    margin-bottom: 3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content .catch .ttl {
    font-size: 4.8vw;
    margin-bottom: 5.33vw;
    text-align: center;
  }
}
body:not(.contact):not(.contact-child) .the_content p {
  margin-bottom: 1.5em;
}
body:not(.contact):not(.contact-child) .the_content p.center_img_middle {
  width: 320px;
  margin: 0 auto 1.5em;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content p.center_img_middle {
    width: 26.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content p.center_img_middle {
    width: 42.67vw;
  }
}
body:not(.contact):not(.contact-child) .the_content p.center_img_large {
  width: 560px;
  margin: 0 auto 1.5em;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content p.center_img_large {
    width: 46.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content p.center_img_large {
    width: 100%;
  }
}
body:not(.contact):not(.contact-child) .the_content p.center_img_full {
  width: 720px;
  margin: 0 auto 1.5em;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content p.center_img_full {
    width: 60vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content p.center_img_full {
    width: 100%;
  }
}
body:not(.contact):not(.contact-child) .the_content a {
  color: #c30000;
}
body:not(.contact):not(.contact-child) .the_content table {
  width: 100%;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  margin-bottom: 1.5em;
}
body:not(.contact):not(.contact-child) .the_content table th {
  width: 22%;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  background: #f7f0f0;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 6px;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content table th {
    width: 30%;
    padding: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content table th {
    width: 40%;
    padding: 0.8vw;
  }
}
body:not(.contact):not(.contact-child) .the_content table td {
  width: 78%;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  line-height: 1.5;
  padding: 6px;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content table td {
    width: 70%;
    padding: 0.5vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content table td {
    width: 60%;
    padding: 0.8vw;
  }
}
body:not(.contact):not(.contact-child) .the_content ul {
  padding-left: 1em;
  margin-bottom: 32px;
}
body:not(.contact):not(.contact-child) .the_content ul li {
  line-height: 2.29;
  list-style: none;
  position: relative;
}
body:not(.contact):not(.contact-child) .the_content ul li::before {
  content: "•";
  color: #c30000;
  font-size: 0.8em;
  padding: 0 8px 0 0;
  position: absolute;
  left: -1em;
  top: 0.2em;
}
body:not(.contact):not(.contact-child) .the_content ol {
  counter-reset: item;
  padding-left: 2em;
  margin-bottom: 32px;
}
body:not(.contact):not(.contact-child) .the_content ol > li {
  line-height: 2.29;
  list-style-type: none;
  position: relative;
}
body:not(.contact):not(.contact-child) .the_content ol > li::before {
  counter-increment: item;
  content: counters(item, "-") ". ";
  margin-right: 5px;
  color: #c30000;
  position: absolute;
  left: -2em;
  top: 0;
}
body:not(.contact):not(.contact-child) .the_content .acordion_wrap {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap {
    margin-bottom: 5.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap {
    margin-bottom: 8.53vw;
  }
}
body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion {
  border: 0;
  padding: 20px 52px 2px 65px;
  border-radius: 16px;
  position: relative;
  margin-bottom: 8px;
	background: #F7F7F7;
  /*background: url(/common/img/icon-plus.svg) no-repeat right 23px top 23px;
  background-size: 14px 14px;
  cursor: pointer;*/
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion {
    padding: 1.67vw 4.33vw 0.17vw 5.42vw;
    border-radius: 0.33vw;
    margin-bottom: 0.67vw;
    /*background: url(/common/img/icon-plus.svg) no-repeat right 1.92vw top 1.92vw;
    background-size: 1.17vw 1.17vw;*/
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion {
    padding: 2.67vw 6.93vw 0.27vw 13vw;
    border-radius: 16px;
    margin-bottom: 1.07vw;
    /*background: url(/common/img/icon-plus.svg) no-repeat right 3.07vw top 3.07vw;
    background-size: 3.73vw 3.73vw;*/
  }
}
body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion.open {
  /*background: url(/common/img/icon-minus.svg) no-repeat right 23px top 23px;
  background-size: 14px 14px;*/
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion.open {
    /*background: url(/common/img/icon-minus.svg) no-repeat right 1.92vw top 1.92vw;
    background-size: 1.17vw 1.17vw;*/
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion.open {
    /*background: url(/common/img/icon-minus.svg) no-repeat right 3.07vw top 3.07vw;
    background-size: 3.73vw 3.73vw;*/
  }
}
body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion .question {
  font-weight: bold;
  margin-bottom: 1.3em;
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion .question {
    margin-bottom: 0.5em;
  }
}
body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion .question span {
  position: absolute;
  left: 20px;
  top: 28px;
  line-height: 1;
  color: #c30000;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion .question span {
    left: 1.67vw;
    top: 1.92vw;
    font-size: 1.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion .question span {
    left: 2.67vw;
    top: 3.57vw;
    font-size: 3.73vw;
  }
}
body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion .answer {
  margin: 24px 0 8px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion .answer {
    margin: 2vw 0 0.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.contact):not(.contact-child) .the_content .acordion_wrap .acordion .answer {
    margin: 3.2vw 0 1.07vw;
  }
}

body.contact, body.contact-child {
  background: #f2f2f2;
}
body.contact .the_content h1, body.contact-child .the_content h1 {
  padding: 72px 0 48px;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content h1, body.contact-child .the_content h1 {
    padding: 6vw 0;
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content h1, body.contact-child .the_content h1 {
    padding: 9.6vw 0 5.33vw;
    font-size: 6.4vw;
  }
}
body.contact .the_content h1:before, body.contact-child .the_content h1:before {
  content: "";
  top: 0;
  left: 50%;
  margin-left: -2px;
  height: 48px;
  width: 4px;
  background: #c30000;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content h1:before, body.contact-child .the_content h1:before {
    height: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content h1:before, body.contact-child .the_content h1:before {
    height: 6.4vw;
  }
}
body.contact .the_content .contact_article, body.contact-child .the_content .contact_article {
  border: 1px solid #dedede;
  background: #ffffff;
  border-radius: 8px;
  padding: 48px 64px 64px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article, body.contact-child .the_content .contact_article {
    border-radius: 0.67vw;
    padding: 4vw 5.33vw 5.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article, body.contact-child .the_content .contact_article {
    border-radius: 1.07vw;
    padding: 6.4vw 6.4vw 8.53vw;
  }
}
body.contact .the_content .contact_article p, body.contact-child .the_content .contact_article p {
  margin-bottom: 1.5em;
}
body.contact .the_content .contact_article .form_complete_btn, body.contact-child .the_content .contact_article .form_complete_btn {
  text-align: center;
}
body.contact .the_content .contact_article .form_complete_btn a, body.contact-child .the_content .contact_article .form_complete_btn a {
  display: inline-block;
  width: 240px;
  line-height: 56px;
  border-radius: 28px;
  font-size: 14px;
  border: 1px solid #dedede;
  text-align: center;
  background: #ffffff;
  color: #101010;
  margin: 0 8px;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .form_complete_btn a, body.contact-child .the_content .contact_article .form_complete_btn a {
    width: 20vw;
    line-height: 4.67vw;
    border-radius: 2.33vw;
    font-size: 1.17vw;
    margin: 0 0.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .form_complete_btn a, body.contact-child .the_content .contact_article .form_complete_btn a {
    width: 40vw;
    line-height: 7.47vw;
    border-radius: 3.73vw;
    font-size: 1.87vw;
    margin: 0 1.07vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form, body.contact-child .the_content .contact_article .mw_wp_form {
  border-top: 1px solid #dedede;
  padding-top: 28px;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form, body.contact-child .the_content .contact_article .mw_wp_form {
    padding-top: 2.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form, body.contact-child .the_content .contact_article .mw_wp_form {
    padding-top: 3.73vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form table, body.contact-child .the_content .contact_article .mw_wp_form table {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table, body.contact-child .the_content .contact_article .mw_wp_form table {
    margin-bottom: 3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table, body.contact-child .the_content .contact_article .mw_wp_form table {
    margin-bottom: 5.33vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form table th, body.contact-child .the_content .contact_article .mw_wp_form table th {
  width: 252px;
  padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table th, body.contact-child .the_content .contact_article .mw_wp_form table th {
    width: 21vw;
    padding-right: 1.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table th, body.contact-child .the_content .contact_article .mw_wp_form table th {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
body.contact .the_content .contact_article .mw_wp_form table th span.required, body.contact-child .the_content .contact_article .mw_wp_form table th span.required {
  display: inline-block;
  width: 31px;
  line-height: 14px;
  border-radius: 2px;
  background-color: #c30000;
  color: #ffffff;
  font-size: 9px;
  text-align: center;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table th span.required, body.contact-child .the_content .contact_article .mw_wp_form table th span.required {
    width: 2.58vw;
    line-height: 1.17vw;
    border-radius: 0.17vw;
    font-size: 0.75vw;
    margin-left: 0.67vw;
    top: -0.17vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table th span.required, body.contact-child .the_content .contact_article .mw_wp_form table th span.required {
    width: 10.13vw;
    line-height: 3.87em;
    border-radius: 1.27vw;
    font-size: 1.2vw;
    margin-left: 1.07vw;
    top: -0.27vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form table td, body.contact-child .the_content .contact_article .mw_wp_form table td {
  width: 588px;
  padding: 12px 0;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table td, body.contact-child .the_content .contact_article .mw_wp_form table td {
    width: 49vw;
    padding: 1vw 0;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table td, body.contact-child .the_content .contact_article .mw_wp_form table td {
    display: block;
    width: 100%;
    padding: 1.6vw 0 3.2vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form table td select::-ms-expand, body.contact-child .the_content .contact_article .mw_wp_form table td select::-ms-expand {
  display: none;
}
body.contact .the_content .contact_article .mw_wp_form table td select, body.contact-child .the_content .contact_article .mw_wp_form table td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 228px;
  height: 52px;
  border-radius: 4px;
  border: 1px solid #dedede;
  padding: 0 15px;
  background-image: url(/common/img//icon-arrow-b-secondary.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table td select, body.contact-child .the_content .contact_article .mw_wp_form table td select {
    border-radius: 0.42vw;
    border: none;
    width: 19vw;
    height: 4.33vw;
    border-radius: 0.33vw;
    padding: 0 1.25vw;
    background-size: 1vw 0.83vw;
    background-position: right 0.83vw center;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table td select, body.contact-child .the_content .contact_article .mw_wp_form table td select {
    border-radius: 0.67vw;
    border: none;
    width: 100%;
    height: 6.93vw;
    border-radius: 0.53vw;
    padding: 0 2vw;
    background-size: 3.6vw 3.33vw;
    background-position: right 1.33vw center;
  }
}
body.contact .the_content .contact_article .mw_wp_form table td input[type=text], body.contact-child .the_content .contact_article .mw_wp_form table td input[type=text] {
  width: 100%;
  line-height: 52px;
  border-radius: 4px;
  border: 1px solid #dedede;
  background: #ffffff;
  padding: 0 15px;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table td input[type=text], body.contact-child .the_content .contact_article .mw_wp_form table td input[type=text] {
    line-height: 4.33vw;
    border-radius: 0.33vw;
    padding: 0 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table td input[type=text], body.contact-child .the_content .contact_article .mw_wp_form table td input[type=text] {
    line-height: 6.93vw;
    border-radius: 0.53vw;
    padding: 0 2vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form table td textarea, body.contact-child .the_content .contact_article .mw_wp_form table td textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dedede;
  background: #ffffff;
  padding: 15px;
}
body.contact .the_content .contact_article .mw_wp_form table td textarea::placeholder, body.contact-child .the_content .contact_article .mw_wp_form table td textarea::placeholder {
  font-family: sans-serif;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table td textarea, body.contact-child .the_content .contact_article .mw_wp_form table td textarea {
    border-radius: 0.33vw;
    padding: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table td textarea, body.contact-child .the_content .contact_article .mw_wp_form table td textarea {
    border-radius: 0.53vw;
    padding: 2vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form table td input[type=radio], body.contact-child .the_content .contact_article .mw_wp_form table td input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0.4rem;
  outline: none;
  border-radius: 10%;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table td input[type=radio], body.contact-child .the_content .contact_article .mw_wp_form table td input[type=radio] {
    height: 1.67vw;
    width: 1.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table td input[type=radio], body.contact-child .the_content .contact_article .mw_wp_form table td input[type=radio] {
    height: 2.67vw;
    width: 2.67vw;
    vertical-align: middle;
  }
}
body.contact .the_content .contact_article .mw_wp_form table td input[type=radio], body.contact-child .the_content .contact_article .mw_wp_form table td input[type=radio] {
  border-radius: 50%;
}
body.contact .the_content .contact_article .mw_wp_form table td input[type=radio]:checked:before, body.contact-child .the_content .contact_article .mw_wp_form table td input[type=radio]:checked:before {
  transform: scale(1);
}
body.contact .the_content .contact_article .mw_wp_form table td input[type=radio]:before, body.contact-child .the_content .contact_article .mw_wp_form table td input[type=radio]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 4px;
  transform: scale(0);
  transition: all ease-out 250ms;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table td input[type=radio]:before, body.contact-child .the_content .contact_article .mw_wp_form table td input[type=radio]:before {
    width: 0.83vw;
    height: 0.83vw;
    margin: 0.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table td input[type=radio]:before, body.contact-child .the_content .contact_article .mw_wp_form table td input[type=radio]:before {
    width: 1.33vw;
    height: 1.33vw;
    margin: 0.53vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form table td input[type=checkbox], body.contact .the_content .contact_article .mw_wp_form table td input[type=radio], body.contact-child .the_content .contact_article .mw_wp_form table td input[type=checkbox], body.contact-child .the_content .contact_article .mw_wp_form table td input[type=radio] {
  border: 1px solid #dedede;
}
body.contact .the_content .contact_article .mw_wp_form table td input[type=checkbox]:checked, body.contact .the_content .contact_article .mw_wp_form table td input[type=checkbox]:indeterminate, body.contact .the_content .contact_article .mw_wp_form table td input[type=radio]:checked:before, body.contact-child .the_content .contact_article .mw_wp_form table td input[type=checkbox]:checked, body.contact-child .the_content .contact_article .mw_wp_form table td input[type=checkbox]:indeterminate, body.contact-child .the_content .contact_article .mw_wp_form table td input[type=radio]:checked:before {
  background: #c30000;
}
body.contact .the_content .contact_article .mw_wp_form table td.error, body.contact-child .the_content .contact_article .mw_wp_form table td.error {
  position: relative;
}
body.contact .the_content .contact_article .mw_wp_form table td.error select, body.contact-child .the_content .contact_article .mw_wp_form table td.error select {
  border: 1px solid #c30000;
  background-color: #f7f0f0;
}
body.contact .the_content .contact_article .mw_wp_form table td.error input[type=text], body.contact-child .the_content .contact_article .mw_wp_form table td.error input[type=text] {
  border: 1px solid #c30000;
  background-color: #f7f0f0;
}
body.contact .the_content .contact_article .mw_wp_form table td.error textarea, body.contact-child .the_content .contact_article .mw_wp_form table td.error textarea {
  border: 1px solid #c30000;
  background-color: #f7f0f0;
}
body.contact .the_content .contact_article .mw_wp_form table td.error input[type=checkbox], body.contact .the_content .contact_article .mw_wp_form table td.error input[type=radio], body.contact-child .the_content .contact_article .mw_wp_form table td.error input[type=checkbox], body.contact-child .the_content .contact_article .mw_wp_form table td.error input[type=radio] {
  border-color: 1px solid #c30000;
}
body.contact .the_content .contact_article .mw_wp_form table td.error span.error, body.contact-child .the_content .contact_article .mw_wp_form table td.error span.error {
  position: absolute;
  top: -4px;
  left: 0;
  line-height: 24px;
  border-radius: 4px;
  background: #c30000;
  color: #ffffff;
  font-size: 10px;
  padding: 0 8px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table td.error span.error, body.contact-child .the_content .contact_article .mw_wp_form table td.error span.error {
    top: -0.33vw;
    line-height: 2vw;
    border-radius: 0.33vw;
    font-size: 0.83vw;
    padding: 0 0.67vw;
    box-shadow: 0.42vw 0.42vw 0.42vw rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table td.error span.error, body.contact-child .the_content .contact_article .mw_wp_form table td.error span.error {
    top: -0.53vw;
    line-height: 3.2vw;
    border-radius: 0.53vw;
    font-size: 1.33vw;
    padding: 0 1.07vw;
    box-shadow: 0.67vw 0.67vw 0.67vw rgba(0, 0, 0, 0.2);
  }
}
body.contact .the_content .contact_article .mw_wp_form table td.error span.error:before, body.contact-child .the_content .contact_article .mw_wp_form table td.error span.error:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent;
  transform: rotate(-45deg);
  bottom: -4px;
  left: 10px;
  background: #c30000;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form table td.error span.error:before, body.contact-child .the_content .contact_article .mw_wp_form table td.error span.error:before {
    width: 0.5vw;
    height: 0.5vw;
    bottom: -0.33vw;
    left: 0.83vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form table td.error span.error:before, body.contact-child .the_content .contact_article .mw_wp_form table td.error span.error:before {
    width: 0.8vw;
    height: 0.8vw;
    bottom: -0.53vw;
    left: 1.33vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_input input[type=submit], body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_input input[type=submit] {
  width: 240px;
  line-height: 56px;
  background: #909090;
  color: #ffffff;
  border-radius: 28px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_input input[type=submit], body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_input input[type=submit] {
    width: 20vw;
    line-height: 4.67vw;
    border-radius: 2.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_input input[type=submit], body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_input input[type=submit] {
    width: 32vw;
    line-height: 7.47vw;
    border-radius: 3.73vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_input input[type=submit]:hover, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_input input[type=submit]:hover {
  opacity: 0.7;
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr {
  border-bottom: 1px solid #dedede;
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr th, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr th {
  font-weight: bold;
  margin-top: 2vw;
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr th .required, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr th .required {
  display: none;
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr td, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr td {
  padding: 25px 0;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr td, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr td {
    padding: 2.08vw 0;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr td, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm table tr td {
    padding: 3.33vw 0;
  }
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn {
  text-align: center;
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.return, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.return {
  display: inline-block;
  width: 240px;
  line-height: 56px;
  border-radius: 28px;
  font-size: 14px;
  border: 1px solid #dedede;
  text-align: center;
  margin: 0 8px;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.return, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.return {
    width: 20vw;
    line-height: 4.67vw;
    border-radius: 2.33vw;
    font-size: 1.17vw;
    margin: 0 0.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.return, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.return {
    width: 32vw;
    line-height: 7.47vw;
    border-radius: 3.73vw;
    font-size: 1.87vw;
    margin: 0 1.07vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.return:hover, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.return:hover {
  opacity: 0.7;
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.next, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.next {
  display: inline-block;
  width: 240px;
  line-height: 56px;
  border-radius: 28px;
  font-size: 14px;
  border: 1px solid #c30000;
  text-align: center;
  background: #c30000;
  color: #ffffff;
  margin: 0 8px;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.next, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.next {
    width: 20vw;
    line-height: 4.67vw;
    border-radius: 2.33vw;
    font-size: 1.17vw;
    margin: 0 0.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.next, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.next {
    width: 32vw;
    line-height: 7.47vw;
    border-radius: 3.73vw;
    font-size: 1.87vw;
    margin: 0 1.07vw;
  }
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.next:hover, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_confirm div.btn input.next:hover {
  opacity: 0.7;
}
body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_complete, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_complete {
  border-top: none;
  padding-top: 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_complete, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_complete {
    padding-bottom: 3.33vw;
    margin-bottom: 3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.contact .the_content .contact_article .mw_wp_form.mw_wp_form_complete, body.contact-child .the_content .contact_article .mw_wp_form.mw_wp_form_complete {
    padding-bottom: 5.33vw;
    margin-bottom: 5.33vw;
  }
}

body.about #main_area .kv {
  background: url(/common/img/kv_about.jpg) no-repeat center center;
  background-size: cover;
  height: 160px;
  width: 100%;
  font-size: 36px;
  text-align: center;
  margin-bottom: 72px;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .kv {
    height: 13.33vw;
    font-size: 3vw;
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .kv {
    height: 21.33vw;
    font-size: 4.8vw;
    margin-bottom: 9.6vw;
  }
}
body.about #main_area .kv p {
  line-height: 160px;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .kv p {
    line-height: 13.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .kv p {
    line-height: 21.33vw;
  }
}
body.about #main_area .about_top_area {
  border-top: 1px solid #dedede;
  padding-top: 48px;
  margin-top: 72px;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area {
    padding-top: 4vw;
    margin-top: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area {
    padding-top: 6.4vw;
    margin-top: 9.6vw;
  }
}
body.about #main_area .about_top_area .inner {
  width: 840px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner {
    width: 70vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner {
    width: 100%;
    padding: 0 20px;
  }
}
body.about #main_area .about_top_area .inner > h2 {
  font-size: 28px;
  line-height: 1.29;
  margin-bottom: 28px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner > h2 {
    font-size: 2.33vw;
    margin-bottom: 2.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner > h2 {
    font-size: 3.73vw;
    margin-bottom: 3.73vw;
  }
}
body.about #main_area .about_top_area .inner .tolist {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .tolist {
    right: 20px;
    top: -2.2vw;
  }
}
body.about #main_area .about_top_area .inner .tolist a {
  display: block;
  float: left;
  width: 124px;
  line-height: 32px;
  border-radius: 16px;
  border: 1px solid #dedede;
  text-align: center;
  font-size: 12px;
  background: url(/common/img/icon-arrow-r-secondary.svg) no-repeat right 8px center;
  background-size: 12px 12px;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner .tolist a {
    line-height: 2.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .tolist a {
    width: 21.33vw;
    line-height: 8.53vw;
    border-radius: 4.27vw;
    font-size: 3vw;
    background: url(/common/img/icon-arrow-r-secondary.svg) no-repeat right 2.67vw center;
    background-size: 1.87vw 3.2vw;
  }
}
body.about #main_area .about_top_area .inner .lump_wrap {
  margin-bottom: 56px;
  border-top: 1px solid #dedede;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner .lump_wrap {
    margin-bottom: 4.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .lump_wrap {
    margin-bottom: 7.47vw;
  }
}
body.about #main_area .about_top_area .inner .lump_wrap .lump {
  border-bottom: 1px solid #dedede;
}
body.about #main_area .about_top_area .inner .lump_wrap .lump a {
  padding: 20px 0;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner .lump_wrap .lump a {
    padding: 1.67vw 0;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .lump_wrap .lump a {
    padding: 2.67vw 0;
  }
}
body.about #main_area .about_top_area .inner .lump_wrap .lump a .date {
  display: table-cell;
  width: 160px;
  font-size: 11px;
  vertical-align: middle;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner .lump_wrap .lump a .date {
    width: 13.33vw;
    font-size: 0.92vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .lump_wrap .lump a .date {
    width: 30vw;
    font-size: 3vw;
  }
}
body.about #main_area .about_top_area .inner .lump_wrap .lump a .ttl {
  display: table-cell;
  width: calc(100% - 160px);
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.38;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner .lump_wrap .lump a .ttl {
    width: calc(100% - 13.33vw);
    font-size: 1.333vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .lump_wrap .lump a .ttl {
    width: calc(100% - 30vw);
    font-size: 3vw;
  }
}
body.about #main_area .about_top_area .inner .lump_wrap .lump a .ttl .limit_text {
  max-height: calc(16px * 1.38 * 1.96);
  display: block;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner .lump_wrap .lump a .ttl .limit_text {
    max-height: calc(1.333vw * 1.38 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .lump_wrap .lump a .ttl .limit_text {
    max-height: calc(3vw * 1.38 * 1.96);
  }
}
body.about #main_area .about_top_area .inner .caution_box {
  border: 1px solid #de9b9b;
  background: #f7f0f0;
  padding: 48px;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner .caution_box {
    padding: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .caution_box {
    padding: 6.4vw;
  }
}
body.about #main_area .about_top_area .inner .caution_box h2 {
  font-size: 28px;
  color: #c30000;
  line-height: 1.29;
  margin-bottom: 28px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner .caution_box h2 {
    font-size: 2.33vw;
    margin-bottom: 2.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .caution_box h2 {
    font-size: 3.73vw;
    margin-bottom: 3.73vw;
  }
}
body.about #main_area .about_top_area .inner .caution_box p {
  line-height: 1.71;
  margin-bottom: 1.71em;
}
body.about #main_area .about_top_area .inner .caution_box p.caution {
  font-weight: bold;
  color: #c30000;
}
body.about #main_area .about_top_area .inner .caution_box a {
  color: #c30000;
}
body.about #main_area .about_top_area .inner .caution_box .note {
  font-size: 12px;
  color: #909090;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner .caution_box .note {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .caution_box .note {
    font-size: 3vw;
  }
}
body.about #main_area .about_top_area .inner .caution_box .inner_box {
  padding: 20px 32px 1px;
  background: #ffffff;
}
@media only screen and (max-width: 1200px) {
  body.about #main_area .about_top_area .inner .caution_box .inner_box {
    padding: 1.67vw 2.67vw 0.01vw;
  }
}
@media only screen and (max-width: 768px) {
  body.about #main_area .about_top_area .inner .caution_box .inner_box {
    padding: 2.67vw 4.27vw 0.01vw;
  }
}

.step_wrap {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1200px) {
  .step_wrap {
    margin-bottom: 5.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .step_wrap {
    margin-bottom: 8.53vw;
  }
}
.step_wrap > div {
  position: relative;
  padding-left: 112px;
}
@media only screen and (max-width: 1200px) {
  .step_wrap > div {
    padding-left: 112px;
  }
}
@media only screen and (max-width: 768px) {
  .step_wrap > div {
    padding-left: 108px;
  }
}
.step_wrap > div .baloon {
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}
.step_wrap > div .baloon span {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 22px;
}
.step_wrap > div .baloon:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 34px;
  width: 1px;
  height: 10px;
  border-top: 7px solid #dedede;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.step_wrap > div .text {
  padding: 40px 0;
  border-bottom: 1px solid #dedede;
  line-height: 1.71;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .step_wrap > div .text {
    padding: 20px 0;
  }
}
.step_wrap > div.step1 .baloon {
  background: #c30000;
}
.step_wrap > div.step1 .baloon:before {
  content: none;
}
.step_wrap > div.step2 .baloon {
  background: #9c0000;
}
.step_wrap > div.step3 .baloon {
  background: #750000;
}
.step_wrap > div.step4 .baloon {
  background: #4f0000;
}
.message_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .message_wrap {
    display: block;
  }
}
.message_wrap .message {
  width: 404px;
  border: 2px solid #dedede;
  margin-bottom: 32px;
  padding: 32px;
}
@media only screen and (max-width: 1200px) {
  .message_wrap .message {
    width: 33.67vw;
    margin-bottom: 2.67vw;
    padding: 2.67vw;
  }
}
@media only screen and (max-width: 768px) {
  .message_wrap .message {
    width: 100%;
    margin-bottom: 4.27vw;
    padding: 4.27vw;
  }
}
.message_wrap .message .img {
  width: 72px;
  float: left;
  position: relative;
  top: -8px;
  left: -8px;
}
.message_wrap .message .name {
  float: right;
  width: calc(100% - 76px);
  padding: 8px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .message_wrap .message .name {
    font-size: 1.33vw;
  }
}
@media only screen and (max-width: 768px) {
  .message_wrap .message .name {
    font-size: 3vw;
  }
}
.message_wrap .message .name span {
  display: block;
  margin-top: 4px;
  color: #909090;
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (max-width: 1200px) {
  .message_wrap .message .name span {
    margin-top: 0.33vw;
    font-size: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  .message_wrap .message .name span {
    margin-top: 0.53vw;
    font-size: 3vw;
  }
}
.message_wrap .message .text {
  clear: both;
  margin: 0;
}

body.advertisement #main_area .ad_pr {
  padding: 0 60px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1200px) {
  body.advertisement #main_area .ad_pr {
    padding: 0 5vw;
    margin-bottom: 2.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .ad_pr {
    padding: 0 8vw;
    margin-bottom: 4.27vw;
  }
}
body.advertisement #main_area .ad_pr .column_block {
  background: #f7f0f0;
  border-radius: 8px;
  padding-top: 128px;
  position: relative;
  padding-bottom: 32px;
  margin-right: 16px;
  margin-left: 16px;
  width: calc(50% - 32px);
}
@media only screen and (max-width: 1200px) {
  body.advertisement #main_area .ad_pr .column_block {
    border-radius: 0.67vw;
    padding-top: 10.67vw;
    padding-bottom: 2.67vw;
    margin-right: 1.33vw;
    margin-left: 1.33vw;
    width: calc(50% - 2.67vw);
  }
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .ad_pr .column_block {
    border-radius: 1.07vw;
    padding-top: 17.07vw;
    padding-bottom: 4.27vw;
    margin-right: 2.13vw;
    margin-left: 2.13vw;
    width: 100%;
  }
}
body.advertisement #main_area .ad_pr .column_block:before {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  background-image: url(/common/img/icon-alumni.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px 29px;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -40px;
}
@media only screen and (max-width: 1200px) {
  body.advertisement #main_area .ad_pr .column_block:before {
    width: 6.67vw;
    height: 6.67vw;
    background-size: 2.67vw 2.42vw;
    top: 2vw;
    margin-left: -3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .ad_pr .column_block:before {
    width: 10.67vw;
    height: 10.67vw;
    background-size: 4.27vw 3.87vw;
    top: 3.2vw;
    margin-left: -5.33vw;
  }
}
body.advertisement #main_area .ad_pr .column_block:nth-of-type(2):before {
  background-image: url(/common/img/icon-people.svg);
  background-size: 32px 32px;
}
@media only screen and (max-width: 1200px) {
  body.advertisement #main_area .ad_pr .column_block:nth-of-type(2):before {
    background-size: 2.67vw 2.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .ad_pr .column_block:nth-of-type(2):before {
    background-size: 4.27vw 4.27vw;
  }
}
body.advertisement #main_area .ad_pr .column_block p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  body.advertisement #main_area .ad_pr .column_block p {
    font-size: 2vw;
    margin-bottom: 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .ad_pr .column_block p {
    font-size: 3.2vw;
    margin-bottom: 2.4vw;
  }
}
body.advertisement #main_area .ad_pr .column_block ul {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
body.advertisement #main_area .ad_pr .column_block ul li {
  display: inline-block;
  width: 142px;
  background: #ffffff;
  border-radius: 12px;
  font-size: 11px;
  line-height: 1.57;
}
@media only screen and (max-width: 1200px) {
  body.advertisement #main_area .ad_pr .column_block ul li {
    width: 11.83vw;
    border-radius: 1vw;
    font-size: 0.92vw;
  }
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .ad_pr .column_block ul li {
    display: block;
    width: 100%;
    margin-top: 2.5vw;
    text-align: center;
    font-size: 3vw;
  }
}
body.advertisement #main_area .ad_pr .column_block ul li:before {
  content: none;
}
body.advertisement #main_area .ad_pr .column_block ul li span {
  color: #c30000;
}
body.advertisement #main_area .application_box {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 32px;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 36px 40px;
}
@media only screen and (max-width: 1200px) {
  body.advertisement #main_area .application_box {
    margin: 0 auto 2.67vw;
    border-radius: 0.67vw;
    padding: 3vw 3.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .application_box {
    margin: 0 auto 4.27vw;
    border-radius: 1.07vw;
    padding: 4.8vw 5.33vw;
  }
}
body.advertisement #main_area .application_box .text {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 1200px) {
  body.advertisement #main_area .application_box .text {
    padding-bottom: 1.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .application_box .text {
    padding-bottom: 2.67vw;
  }
}
body.advertisement #main_area .application_box .tel {
  font-size: 36px;
  font-weight: bold;
  padding-left: 52px;
  margin-bottom: 16px;
  background: url(/common/img/icon-phone-square.svg) no-repeat left center;
  background-size: 36px 36px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  body.advertisement #main_area .application_box .tel {
    font-size: 3vw;
    padding-left: 4.33vw;
    margin-bottom: 1.33vw;
    background-size: 3vw 3vw;
  }
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .application_box .tel {
    font-size: 4.8vw;
    padding-left: 6.93vw;
    margin-bottom: 2.13vw;
    background-size: 4.8vw 4.8vw;
  }
}
body.advertisement #main_area .application_box .tel span.note {
  font-size: 30.56% !important;
  color: #909090;
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .application_box .tel span.note {
    display: block;
  }
}
body.advertisement #main_area .application_box .mail {
  background: url(/common/img/icon-mail-square.svg) no-repeat left center;
  background-size: 36px 36px;
  padding-left: 52px;
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  body.advertisement #main_area .application_box .mail {
    background-size: 3vw 3vw;
    padding-left: 4.33vw;
    font-size: 1.83vw;
    line-height: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  body.advertisement #main_area .application_box .mail {
    background-size: 4.8vw 4.8vw;
    padding-left: 6.93vw;
    font-size: 3vw;
    line-height: 4.8vw;
  }
}

/*                レイアウト
======================================================= */
/*                記事系
======================================================= */
/*                お問い合わせ
======================================================= */
.message_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media only screen and (max-width: 768px) {
	.message_wrap {
		display: block;
	}
}
.message_wrap .message {
	width: 404px;
	background: #F7F7F7;
	border-radius: 16px;
	margin-bottom: 32px;
	padding: 32px;
	border: 0;
}
@media only screen and (max-width: 1200px) {
	.message_wrap .message {
		width: 33.67vw;
		margin-bottom: 2.67vw;
		padding: 2.67vw;
	}
}
@media only screen and (max-width: 768px) {
	.message_wrap .message {
		width: 100%;
		margin-bottom: 4.27vw;
		padding: 4.27vw;
	}
}
.message_wrap .message .img {
	width: 72px;
	float: left;
	position: relative;
	top: -8px;
	left: -8px;
}
.message_wrap .message .name {
	float: right;
	width: calc(100% - 76px);
	padding: 8px 0 0 0;
	font-size: 16px;
	font-weight: bold;
}
@media only screen and (max-width: 1200px) {
	.message_wrap .message .name {
		font-size: 1.33vw;
	}
}
@media only screen and (max-width: 768px) {
	.message_wrap .message .name {
		font-size: 3vw;
	}
}
.message_wrap .message .name span {
	display: block;
	margin-top: 4px;
	color: #909090;
	font-size: 12px;
	font-weight: normal;
}
@media only screen and (max-width: 1200px) {
	.message_wrap .message .name span {
		margin-top: 0.33vw;
		font-size: 1vw;
	}
}
@media only screen and (max-width: 768px) {
	.message_wrap .message .name span {
		margin-top: 0.53vw;
		font-size: 3vw;
	}
}
.message_wrap .message .text {
	clear: both;
	margin: 0;
}