body.login {
  background-color: #f18d00 !important;
}
#contents {
  background-color: #eaeaea;
  padding-top: calc(64px + 1.6rem);
}
#main-contents li,
#main-contents > div,
#side article,
#social-share,
main .side article {
  background-color: #fff;
}
.slider,
main .container {
  width: 58.25rem;
  margin: auto;
}
main .container {
  display: flex;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
#main-contents.sm-two {
  width: 38.75rem;
}
#main-contents.md-two,
#main-contents.sm-three {
  width: 100%;
}
#main-contents > div {
  padding-bottom: 1.25rem;
}
#main-contents ul {
  display: flex;
  flex-wrap: wrap;
}
#main-contents.md-two ul li:nth-child(odd),
#main-contents.sm-three ul li,
#main-contents.sm-two,
#main-contents.sm-two ul li:nth-child(odd) {
  margin-right: 1rem;
}
#main-contents.sm-two.reverse {
  margin-right: 0;
  margin-left: 1rem;
}
#main-contents.sm-three ul li:nth-child(3n) {
  margin-right: 0;
}
#main-contents.md-two li {
  width: 28.625rem;
  min-height: 22.75rem;
}
#main-contents.sm-three li,
#main-contents.sm-two li,
#side,
main .side {
  width: 18.75rem;
}
main .side article {
  height: 37.5rem;
}
#main-contents.sm-three li,
#main-contents.sm-two li {
  height: 18.75rem;
}
@media only screen and (max-width: 30em) {
  main .container {
    display: flex;
    flex-direction: column;
  }
  #main-contents,
  #main-contents.md-two,
  #main-contents.md-two li,
  #main-contents.sm-three,
  #main-contents.sm-three li,
  #main-contents.sm-two,
  #main-contents.sm-two li,
  main .container {
    width: 100%;
  }
  #main-contents.md-two ul li:nth-child(odd),
  #main-contents.sm-two ul li:nth-child(odd) {
    margin-right: 0;
  }
  #side,
  main .side {
    width: calc(100% - 2rem);
    margin: 1rem auto auto;
    position: static !important;
  }
  #main-contents.md-two li {
    min-height: 18.25rem;
  }
  #main-contents.sm-two.reverse {
    margin: 0;
  }
}
#main-contents .page-entry {
  margin-top: 1rem;
}
#main-contents .author,
#main-contents .date,
#main-contents .intro,
#main-contents .page-entry .caption,
#main-contents .page-entry h1,
#main-contents .page-entry h2,
#main-contents .page-entry h3,
#main-contents .page-entry h4,
#main-contents .page-entry h5,
#main-contents .page-entry p,
#main-contents .post-sns,
#main-contents h1 {
  width: calc(100% - 4rem);
  margin: auto;
}
#main-contents .home .date,
#side li .box,
main .side li .box {
  width: 100%;
}
#main-contents h1 {
  font-size: 1.25rem;
  padding-top: 1rem;
}
#main-contents h2,
#main-contents h3 {
  width: calc(100% - 2rem);
  font-size: 0.875rem;
  margin: auto;
  padding: 0.2rem 0;
}
#main-contents .page-entry h1,
#main-contents .page-entry h2,
#main-contents .page-entry h3,
#main-contents .page-entry h4,
#main-contents .page-entry h5 {
  font-size: 1rem;
}
#main-contents .intro,
#main-contents .page-entry p,
#side h3,
main .side h3 {
  font-size: 0.875rem;
  line-height: 1.6rem;
  margin: 1rem auto;
}
#side li .box .text,
main .side li .box .text {
  font-size: 0.8rem;
}
#main-contents .author,
#main-contents .date,
#main-contents .page-entry .caption,
#side h3 span,
main .side h3 span {
  font-size: 0.75rem;
}
#social-share {
  position: fixed;
  top: 5.65rem;
  left: 8rem;
}
#main-contents li {
  margin-bottom: 1rem;
}
#main-contents .date {
  color: #666;
  padding-top: 1.25rem;
}
#main-contents .home .date {
  padding-bottom: 1.25rem;
}
#main-contents .date span {
  margin-left: 1rem;
  padding: 0.1rem 0.3rem;
  color: #fff;
  font-weight: 700;
}
#main-contents .home .date span {
  margin-right: 1rem;
}
#main-contents .date span.category-blog {
  background-color: #de4f12;
}
#main-contents .date span.category-news {
  background-color: #3e85ff;
}
#main-contents .author {
  color: #666;
  padding-bottom: 1.5rem;
}
#main-contents .author > span {
  display: block;
}
#main-contents .post-sns {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
#main-contents .post-sns > div {
  padding-right: 0.5rem;
}
#main-contents .thumbnail {
  width: 100%;
  max-height: 20rem;
  overflow: hidden;
}
#main-contents.md-two .home .thumbnail {
  width: 26.625rem;
  height: 14rem;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 30em) {
  #main-contents.md-two .home .thumbnail {
    width: calc(100% - 2rem);
    height: 10rem;
    margin: auto;
    overflow: hidden;
  }
}
#main-contents.sm-three .home .thumbnail,
#main-contents.sm-two .home .thumbnail {
  width: calc(100% - 2rem);
  height: 10rem;
  margin: auto;
  overflow: hidden;
}
#main-contents .thumbnail > img {
  width: 100% !important;
  height: auto;
}
#main-contents.sm-three .home .thumbnail > img,
#main-contents.sm-two .home .thumbnail > img {
  width: 16.75rem;
  height: 10rem;
  object-fit: cover;
}
#main-contents.md-two .home .thumbnail > img {
  width: 26.625rem;
  height: 14rem;
  object-fit: cover;
}
#main-contents .page-entry p img {
  width: calc(100% + 4rem);
  height: auto;
  margin-left: -2rem;
}
@media only screen and (max-width: 30em) {
  #main-contents .page-entry p img {
    width: calc(100% + 4rem) !important;
    height: auto !important;
  }
}
#main-contents .page-entry .caption {
  background-color: #111;
  color: #fff;
  font-weight: 700;
  line-height: 1.2rem;
  width: calc(100% - 2rem);
  margin-top: -1.4rem;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  border-top: 1px solid #fff;
}
#side article,
main .side article {
  margin-bottom: 1rem;
  padding-top: 1rem;
}
#side h3,
main .side h3 {
  font-family: Raleway, "Noto Sans Japanese";
  text-transform: uppercase;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
#side li,
main .side li {
  width: calc(100% - 1rem);
  margin: auto;
  padding: 0.75rem 0;
  transition: 0.3s;
  border-bottom: 1px solid #eaeaea;
}
#side li:last-child,
main .side li:last-child {
  border: none;
}
#side li:hover,
main .side li:hover {
  background-color: #f18d00;
  transition: 0.3s;
}
#side li .box,
main .side li .box {
  display: flex;
  width: calc(100% - 1rem);
  margin: auto;
  flex-direction: row-reverse;
}
#side li .box .thumbnail,
main .side li .box .thumbnail {
  width: 8rem;
  height: 5rem;
  overflow: hidden;
}
#side li .box .thumbnail img,
main .side li .box .thumbnail img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  box-shadow: 1px 1px 4px #ccc;
}
#side li .box .text,
main .side li .box .text {
  width: 100%;
  padding-right: 1rem;
  color: #333;
}
#side li .box .text span,
main .side li .box .text span {
  font-size: 0.7rem;
  font-weight: 700;
  background-color: #f18d00;
  color: #fff;
  padding: 0.1rem 0.3rem;
  margin-bottom: 0.5rem;
  transition: 0.3s;
}
#side li .box .text span.category-blog,
main .side li .box .text span.category-blog {
  background-color: #de4f12;
}
#side li .box .text span.category-news,
main .side li .box .text span.category-news {
  background-color: #3e85ff;
}
#side li:hover .box .text span,
main .side li:hover .box .text span {
  background-color: #fff;
  transition: 0.3s;
}
#side li:hover .box .text span.category-blog,
main .side li:hover .box .text span.category-blog {
  color: #de4f12;
}
#side li:hover .box .text span.category-news,
main .side li:hover .box .text span.category-news {
  color: #3e85ff;
}
#side li .box .text h4,
main .side li .box .text h4 {
  margin-top: 0.5rem;
  font-weight: 400;
  transition: 0.3s;
}
#side li:hover .box .text h4,
main .side li:hover .box .text h4 {
  color: #fff;
  transition: 0.3s;
}
.contact .hentry,
.recruit .hentry {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 5%;
}
.contact form label {
  display: flex;
}
.form_title {
  flex-basis: 35%;
}
.form_input {
  flex-basis: 65%;
}
.form_input input[type="email"],
.form_input input[type="text"],
.form_input textarea {
  width: 100%;
  border: solid 1px #ddd;
}
.form_input input[type="email"]:focus,
.form_input input[type="text"]:focus,
.form_input textarea:focus {
  outline: #f18d00 dotted 2px;
}
.must {
  display: inline-block;
  background-color: #c00;
  border: solid 2px #c00;
  padding: 2px 5px;
  font-size: 9pt;
  color: #fff;
  margin: 0 5px;
  border-radius: 4px;
}
.contact form input[type="submit"] {
  font-weight: 700;
  display: block;
  cursor: pointer;
  width: 16rem;
  margin: 0 auto;
  padding: 1rem;
  color: #0e0000;
  text-align: center;
  text-decoration: none;
  background-color: #f18d00;
  border-radius: 5px;
  box-shadow: 0 6px 0 #af6702, 0 9pt 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s,
    -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.contact form input[type="submit"]:hover {
  background-color: #e8a446;
  box-shadow: 0 3px 0 #af6702, 0 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.recruit .hentry {
  max-width: 685px;
  margin-bottom: 5rem;
}
.recruit .hentry table {
  width: 100%;
  text-align: left;
  margin-bottom: 3rem;
  border-collapse: separate;
  border-spacing: 0 1rem;
}
.recruit .hentry table th,
.recruit .hentry table td {
  padding: 0.5rem 0.7rem;
}
.recruit .hentry table th {
  vertical-align: top;
  width: 17%;
  border-left: solid 3px #f18d00;
}
.mv {
  overflow: hidden;
}
.mv > .container > * {
  z-index: 10;
}
.mv video {
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  font-family: "object-fit: cover;";
}
#ondolive {
  background-color: #f28d00;
}
#ondolive .link_wrap {
  display: block;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#ondolive .link_wrap::after {
  content: "CLICK!";
  font-family: "Raleway", "Noto Sans Japanese";
  text-transform: uppercase;
  font-weight: 700;
  color: #f28d00;
  background-color: #fff;
  display: inline-block;
  padding: 7px 40px;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  position: absolute;
  right: -35px;
  bottom: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#ondolive .link_wrap:hover::after {
  background-color: #000;
  color: #fff;
}
#ondolive .container {
  max-width: 930px;
  width: 85%;
  margin: 0 auto;
}
#ondolive .ondolive_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
}
#ondolive .ondolive_wrap h2 {
  flex-basis: 60%;
  font-size: 20px;
  font-weight: 700;
  margin: 1em 0;
}
#ondolive .ondolive_wrap .ondolive_logo {
  flex-basis: 40%;
  text-align: center;
}
#ondolive .ondolive_wrap .ondolive_logo span {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
}
#ondolive .ondolive_wrap .ondolive_logo img {
  max-width: 100%;
  height: auto;
}
.eye_catch {
  max-width: 1080px;
  margin: 0 auto;
}
.eye_catch img {
  width: 100%;
  height: auto;
}
#contents .project h1#name {
  padding-top: 40px;
}

.seminar_banner {
  position: fixed;
  bottom: 90px;
  left: -2px;
  z-index: 100;
  width: 40%;
  max-width: 330px;
}
.seminar_banner img {
  width: 100%;
  height: auto;
}

.private_works h2 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.7rem;
  padding: 120px 0 60px;
  margin-left: 0.7rem;
}
.private_works h2 span {
  font-size: 18px;
  padding-top: 13px;
}
.private_works .entry-content {
  width: calc(100% - 8rem);
  margin: 0 auto 60px;
}
.private_works .works_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.private_works .works_box {
  flex-basis: 49%;
  margin-bottom: 30px;
}
.private_works .works_box img {
  width: 100%;
}
.private_works .works_box figure {
  margin: 0 0 20px;
}
.private_works .works_box figcaption {
  text-align: center;
  font-weight: bold;
}
.private_works .works_box a {
  color: #000;
}
.private_works .works_box ul {
  display: flex;
  flex-wrap: wrap;
}
.private_works .works_box li {
  padding: 5px 10px;
  margin: 5px;
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 14px;
}

/* message */
#message {
  max-width: 1140px;
  width: 85%;
  margin: auto;
  margin-bottom: 110px;
  padding-top: 30px;
}
#message h2 {
  font-family: "Raleway", "Noto Sans Japanese";
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.7rem;
  padding: 0px 0 40px;
  margin-left: 0.7rem;
  text-align: center;
}
#message .blockquote {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

/* ABOUT */
#about {
  background: url(https://ondo-japan.com//img/about-bg.png) no-repeat 50% 50% /
    cover;
  width: auto !important;
  max-width: inherit !important;
  margin: 0;
  padding: 90px 0 !important;
}
#about .about-inner {
  max-width: 1140px;
  width: 85%;
  margin: auto;
}
#about h2 {
  padding: 0 !important;
  font-family: "Raleway", "Noto Sans Japanese";
  line-height: 36px;
  margin-bottom: 40px;
}
#about p.blockquote {
  padding: 0;
  margin: 0;
}

/* service */
#service {
  max-width: 1140px;
  width: 85%;
  margin: 0 auto;
  padding: 110px 0;
}
#service h2 {
  font-size: 36px;
  font-family: "Raleway", "Noto Sans Japanese";
  line-height: 36px;
  letter-spacing: 0.7rem;
  padding: 0 0 40px;
  margin-left: 0.7rem;
  text-align: center;
}
#service .blockquote {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  margin: 0 0 40px;
}
#service .service-column {
  display: flex;
  justify-content: space-between;
}
#service .service-column .box {
  flex-basis: 30%;
}
#service .service-column .icon {
  max-width: 180px;
  margin: 0 auto 20px;
}
#service .service-column .icon img {
  width: 100%;
}
#service .service-column h3 {
  text-align: center;
  font-size: 20px;
}
#service .service-column h3 span {
  font-family: "Raleway", "Noto Sans Japanese";
  font-weight: normal;
  font-style: italic;
  color: #f38a1e;
  font-size: 22px;
  line-height: 22px;
  margin-top: 5px;
}
#service .service-column p {
  margin: 30px 0 0;
  line-height: 180%;
}

/* PRODUCTS */
#products {
  background: #f2f2f2;
  padding: 70px 0;
  position: relative;
}
#products::before {
  position: absolute;
  content: "";
  background: url(https://ondo-japan.com/img/products-icon.svg) no-repeat 0 0 /
    100% auto;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 63px;
}
.products-inner {
  max-width: 1140px;
  width: 85%;
  margin: 0 auto;
}
#products h2 {
  font-size: 36px;
  line-height: 36px;
  font-family: "Raleway", "Noto Sans Japanese";
  letter-spacing: 0.7rem;
  padding: 0 0 40px;
  margin-left: 0.7rem;
  text-align: center;
}
#products .blockquote {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  margin: 0 0 30px;
}
#products .products-column {
  display: flex;
  justify-content: space-between;
}
#products .box {
  flex-basis: 48%;
}
#products .box a {
  display: block;
  color: #000000;
  transition: 0.3s;
}

#products .box a:hover {
  opacity: 0.8;
}
#products .box figure {
  margin: 0;
}
#products .box figure img {
  width: 100%;
  vertical-align: bottom;
}
#products .box .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
  letter-spacing: 0.04em;
}
#products .box p {
  margin: 0;
  letter-spacing: 0.04em;
}
.team-img {
  margin-bottom: 40px;
}
.team-img img {
  width: 100%;
}
.team-img .pc {
  display: block;
}
.team-img .sp {
  display: none;
}
/* recruit */
#index-recruit {
  background-color: #f18d01;
  color: #fff;
  padding: 65px 0;
  margin-top: 50px;
}
#index-recruit h2 {
  font-size: 36px;
  line-height: 36px;
  font-family: "Raleway", "Noto Sans Japanese";
  letter-spacing: 0.7rem;
  padding: 0 0 40px;
  margin-left: 0.7rem;
  text-align: center;
}
#index-recruit .blockquote {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  font-weight: 700;
  margin: 0 0 30px;
}
#index-recruit .btn {
  margin: 0;
}
#index-recruit .btn a {
  display: block;
  cursor: pointer;
  width: 16rem;
  margin: 0 auto;
  padding: 1rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #1a1a1a;
  border-radius: 5px;
  box-shadow: 0 6px 0 #0f0000, 0 12px 0 rgb(0 0 0 / 20%);
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  font-family: "Raleway", "Noto Sans Japanese";
  text-transform: uppercase;
  font-weight: 700;
}
#index-recruit .btn a:hover {
  background-color: #2b2b2b;
  box-shadow: 0 3px 0 #0f0000, 0 6px 0 rgb(0 0 0 / 20%);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
#index-recruit .btn a span {
  display: block;
  font-size: 0.8rem;
}
.home .map-embed {
  margin-top: 0;
}
/* floating-banner */
.floating-banner {
  position: fixed;
  bottom: 101px;
  right: 20px;
  z-index: 10;
  width: 191px;
  height: 121px;
}
.floating-banner a {
  display: block;
  transition: 0.3s;
}
.floating-banner a:hover {
  opacity: 0.8;
}
.floating-banner img {
  width: 100%;
}
.floating-banner .pc {
  display: block;
}
.floating-banner .sp {
  display: none;
}

/* news */
.page-news{
	padding-bottom: 80px;
}
.page-news main .container {
	display:block;
}
.page-news h2,
.single-format-standard h2 {
	font-size: 36px;
	letter-spacing: 1.3rem;
	padding: 120px 0 60px;
	text-align: center;
	font-family: 'Raleway','Noto Sans Japanese';
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 1.3rem;
}
.page-news h2 span{
	font-size: 18px;
	padding-top: 13px;
}
#news {
   padding: 70px 0;
	margin-top:3rem;
  background-color: #f2f2f2;
}
#news h2 {
		font-size: 36px;
    	letter-spacing: 1.3rem;
		text-align:center;
		font-family: 'Raleway','Noto Sans Japanese';
    	text-transform: uppercase;
    	font-weight: 700;
	margin:0 0 2rem;
}
.news-list {
		list-style:none;
		padding:0;
	    margin-bottom: 2rem;
}
.news-list li {
	margin-bottom:1rem;    
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li a {
	color: inherit;
}
.news-date {
	display:inline-block;
	font-family: 'Raleway','Noto Sans Japanese';
   letter-spacing: .2rem;
    margin-right: 1rem;
    font-size: 1.2em;
}
.news-cat {
	display: inline-block;
    margin-right: .5rem;
    font-size: .85rem;
    color: #ffffff;
    background-color: #797979;
    padding: 1px 6px;
    border-radius: 3px;
    min-width: 95px;
    text-align: center;
}
.news-meta {
	margin: 2rem 0;
}
.single-format-standard .btn {
	margin-bottom:60px;
}
.single-format-standard .btn a,
#news .btn a {
	    font-family: 'Raleway','Noto Sans Japanese';
    text-transform: uppercase;
    font-weight: 700;
	display: block;
    cursor: pointer;
    width: 16rem;
    margin: 0 auto;
    padding: 1rem;
    color: #0e0000;
    text-align: center;
    text-decoration: none;
    background-color: #f18d00;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 0 #af6702, 0 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 6px 0 #af6702, 0 12px 0 rgb(0 0 0 / 20%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-format-standard .btn a:hover,
#news .btn a:hover {
    background-color: #e8a446;
    -webkit-box-shadow: 0 3px 0 #af6702, 0 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 3px 0 #af6702, 0 6px 0 rgb(0 0 0 / 20%);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.single-format-standard .btn a span,
#news .btn a span {
	display: block;
    font-size: .8rem;
}

@media screen and (max-width: 500px) and (min-width: 320px) {
  header .ttl {
    background-color: rgb(241, 141, 0) !important;
    height: 85vh !important;
  }
  .mv video {
    z-index: -1;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
  }
  header .ttl .mv {
    width: 100%;
    background: none;
    z-index: 2;
    padding-bottom: 0 !important;
    overflow: auto;
    height: 50%;
    align-items: center;
    display: flex;
  }
  .mv .container {
    width: 90%;
    padding-bottom: 0 !important;
  }
  header .ttl h1 svg {
    width: 100%;
  }
  .recruit .hentry table th,
  .recruit .hentry table td {
    display: block;
  }
  .recruit .hentry table th {
    border-left: none;
    border-top: solid 3px #f18d00;
    width: auto;
  }
  #ondolive {
    background: url(https://ondo-japan.com/ondolive/wp-content/uploads/2020/05/main_img01-min-scaled-2000x1268.jpg)
      no-repeat center/cover rgba(45, 31, 12, 0.5);
    margin: 15px;
    background-blend-mode: soft-light;
  }
  #ondolive .ondolive_wrap {
    display: block;
  }
  #ondolive .ondolive_wrap h2 {
    text-align: center;
  }
  #ondolive .link_wrap {
    text-align: center;
  }
  #ondolive .link_wrap::after {
    position: relative;
    -webkit-transform: none;
    transform: none;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .seminar_banner {
    width: 55%;
  }

  .private_works .works_list {
    display: block;
  }

  /* message */
  #message {
    margin-bottom: 60px;
    padding-top: 0;
  }
  #message h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 0px 0 30px;
  }
  #message .blockquote {
    text-align: left;
  }

  /* ABOUT */
  #about {
    padding: 60px 0;
  }
  #about .about-inner {
    max-width: 1140px;
    width: 85%;
    margin: auto;
  }
  #about h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #about p.blockquote {
    font-size: 20px !important;
    text-align: left !important;
  }

  /* service */
  #service {
    padding: 60px auto;
  }
  #service h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 30px;
  }
  #service .service-column {
    flex-flow: column;
  }
  #service .service-column .box {
    margin-bottom: 30px;
  }
  #service .service-column .icon {
    max-width: 120px;
  }
  #service .service-column h3 span {
    font-size: 16px;
    line-height: 16px;
  }
  #service .service-column p {
    margin: 20px 0 0;
  }

  /* PRODUCTS */
  #products {
    padding: 60px 0;
  }
  #products::before {
    top: -20px;
    width: 40px;
    height: 43px;
  }
  #products h2 {
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 30px;
  }
  #products .products-column {
    flex-flow: column;
  }
  #products .box {
    margin-bottom: 30px;
  }
  #products .box .title {
    margin: 10px 0 20px;
  }
	
  /* recruit */
  #index-recruit {
    padding: 40px 0 50px;
  }
  #index-recruit h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  #index-recruit .blockquote {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* floating-banner */
  .floating-banner {
    bottom: 98px;
    right: 0px;
    width: 140px;
    height: 59px;
  }
  .floating-banner .pc {
    display: none;
  }
  .floating-banner .sp {
    display: block;
  }
	/* news */
	.page-news section#text,
	.single-format-standard .hentry{
		padding: 0 20px;
	}
	.page-news h2,
	.single-format-standard h2 {
		font-size: 24px;
    	padding: 60px 0 30px;
	}
	.page-news h2 span,
	.single-format-standard h2 span {
		font-size: 14px;
	}
	#news h2 {
		font-size: 24px;
	}
	.news-list li {
		overflow: auto;
    	text-overflow: unset;
    	white-space: normal;
	}
	.news-list li .news-date {
		letter-spacing: .1rem;
	}
	.news-list li .news-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		margin-top:.5rem;
	}
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .team-img .pc {
    display: none;
  }
  .team-img .sp {
    display: block;
  }
}

/* 後で削除 */
/* #post-208{
	text-align: center;
	margin-top: 250px;
	margin-bottom: 250px;
}

#post-208 h2{
	display: none;
}

#post-208 p{
	margin-top: 50px;
	margin-bottom: 50px;
} */

.page-id-220  h2,
.page-id-220 nav,
.page-id-220 footer,
.link-text{
	display: none;
}

body.login{
	background-color: #fff !important;
}

.container_login{
	text-align: center;
}

.page-id-220  img{
	max-width: 100%;
}

.myform-row{
	margin-top: 30px;
	margin-bottom: 30px;
}

.login_img{
	width: 85%;
	max-width: 700px;
	margin: 0 auto 150px;
}

/* .SCAP2021ログイン画面等デザイン変更2022/3/18 */
/* 会員登録 */
.page-id-301 nav,
.page-id-301 footer,
.page-id-301 h2,
.page-id-294 h2,
.page-id-294 nav,
.page-id-294 footer{
	display: none;
}


.page-id-294 .entry-content{
	text-align: center;
}

.page-id-294 #contents{
	height: 900px;
	background-image: url(https://www.ondo-japan.com/img/SCAP2021_cover.jpeg);
	background-size: auto;
	background-repeat: no-repeat;
}

.page-id-301 #contents{
	height: 900px;
	background-image: url(https://www.ondo-japan.com/img/SCAP2021_cover.jpeg);
	background-size: auto;
	background-repeat: no-repeat;
}

@media( max-width:499px){
	.page-id-294 input{
		width: 80%;
	}
}

.h_ttl{
	font-size: 2rem;
	font-weight: bold;
}

.h_bold{
	font-weight: bold;
}

.col_white{
	color: #000;
}

.h_container{
	padding: 30px;
}

.page-id-294 .wpcf7-submit{
	width: 100px;
    padding: 10px;
    border-radius: 10px;
	font-weight: bold;
	background: #2F92DC;
    color: #fff;
}

.page-id-301 .entry-content{
	max-width: 80%;
	margin: auto;
}

.page-id-301 .entry-content p{
	font-size: 1.6rem;
	font-weight: bold;
}

