body {
   margin: 0;
   padding: 0;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
	padding:0 30px 0 30px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 970px;
	padding:0 30px 0 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
	padding:0 30px 0 30px;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}	
.post-desc h2 {
	background-color: #dddddd;
	border-left: 5px solid #666666;
	color: #000000;
	padding: 5px 10px;
	font-weight: bold;
}

.post-desc h3 {
	border-bottom:5px solid #666666;
	padding:0px 0px;
	font-weight: bold;
}

.post-desc h4 {
	background: transparent;/*背景透明に*/
	border-left: solid 3px #666666;/*左線*/
	font-weight: bold;
 	font-size:120%;
	padding: 0 5px !important;
}

.post-desc h5{
	font-size:120%;
	font-weight: bold;
}

.post--desc {
	display: none;
}

.entry-header img{
    width: 100%;	
}
.post-desc p {
	line-height:300%;	
}
input[type="text"]{
    width: 100%;
}
textarea {
  resize: horizontal;
  width:100%;
  height:200px;
}
@media screen and (max-width:650px) {
.card-container img {
	width:100%;
}
.table-container {
	width:100%;
	margin:0 auto;
}
}
@media screen and (min-width:650px) {
.table-container {
	width:80%;
	margin:0 auto;
}
}
.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
	font-size:150%;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00bcd4;
  transition: .4s;
  border-radius: 10px;
  width:400px;
  text-align:center;
}

.btn-flat-logo:hover {
  background: #1ec7bb;
  color: #FFF;
}
.news_flex{
  padding:50px 0;
  display:flex;
  justify-content:center;
}

blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    background: #f9f9f9;
    color: #555;
	border-left: 5px solid #cccccc !important;
	border-right: 1px solid #e5e5e5 !important;
}

blockquote p {
    padding:0 20px 0 0;
    margin:10px 20px 0 0 ;
    border-left:none !important;
    line-height:300% !important;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

input[type="text"] { height:30px; }
input[type="submit"] { margin:3px 0 5px 10px; }

.search-notice-title {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.mauticform_wrapper { max-width: 600px; margin: 10px auto; }
    .mauticform-innerform {}
    .mauticform-post-success {}
    .mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
    .mauticform-description { margin-top: 2px; margin-bottom: 10px; }
    .mauticform-error { margin-bottom: 10px; color: red; }
    .mauticform-message { margin-bottom: 10px;color: green; }
    .mauticform-row { display: block; margin-bottom: 20px; }
    .mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
    .mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
    .mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
    .mauticform-errormsg { display: block; color: red; margin-top: 2px; }
    .mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 0.5em 0.5em; border: 1px solid #CCC; background: #f9f9f9; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box; }
    .mauticform-textarea { white-space: pre-wrap; } 
    .mauticform-checkboxgrp-row {}
    .mauticform-checkboxgrp-label { font-weight: normal; }
    .mauticform-checkboxgrp-checkbox {}
    .mauticform-radiogrp-row {}
    .mauticform-radiogrp-label { font-weight: normal; }
    .mauticform-radiogrp-radio {}
	.mauticform_btn_center{text-align:center; padding-top:30pt;}
    .mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default { color: #ffffff;background-color:#007fff;border-color: #007fff; padding:12px 100px;font-size:18pt; }
	.mauticform-button-wrapper .mauticform-button.btn-default:hover { color:#f9f9f9;background-color:#3399ff; border-color: #3399ff;}
    .mauticform-button-wrapper .mauticform-button, .mauticform-pagebreak-wrapper .mauticform-pagebreak { display: inline-block;margin-bottom: 0;font-weight: 600;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 13px;line-height: 1.3856;border-radius: 3px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
    .mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
    .mauticform-pagebreak-wrapper .mauticform-button-wraper {  display: inline; }
.contact-in {
    width: 100%;
    margin: 30px 0;
    padding: 2rem;
    text-align: center;
    line-height: 1;
    background: rgba(255, 195, 51, 0.2);
    border-radius: 5px;
}
.contact-in .caption {
    font-size: 20px;
	font-weight:bold;
}
.contact-in ul {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0;
}
.contact-in ul li {
    width: calc((100% - 4%) / 3);
    position: relative;
    border-radius: 5px;
	list-style-type:none;
}
.contact-in ul li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 2.5rem;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    text-decoration: none;
}
.contact-in ul li a > span.small {
    font-size: 16px;
    font-size: 1.6rem;
}
.contact-in ul li a > span.big {
    margin: -0.5rem 0 0;
    font-size: 20px;
    font-size: 2rem;
}
.contact-in ul li a > span.block {
    width: 100%;
    display: block;
}
.contact-in ul li a::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 1rem;
    bottom: 0;
    margin: auto 0;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.contact-in ul li a:hover {
    opacity: .7;
}
.contact-in ul li a:hover::before {
    left: 1.5rem;
}
.contact-in ul li:not(:first-child) {
    margin-left: 2%;
}
.contact-in ul li:nth-child(1) {
    background: #23b3fe;
}
.contact-in ul li:nth-child(2) {
    background: #ff9000;
}
.contact-in ul li:nth-child(3) {
    background: #7ac405;
}
@media(max-width: 1024px) {
    .contact-in {
        margin: 3rem 0 30px;
    }
    .contact-in .caption {
        font-size: 18px;
    }
    .contact-in ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 1rem 0 0;
    }
    .contact-in ul li {
        width: 100%;
    }
    .contact-in ul li a > span.small {
        font-size: 14px;
    }
    .contact-in ul li a > span.big {
        font-size: 18px;
    }
    .contact-in ul li a:hover {
        opacity: 1;
    }
    .contact-in ul li a:hover::before {
        left: 1rem;
    }
    .contact-in ul li:not(:first-child) {
        margin: 1rem 0 0;
    }
    article .article__main__in .crm-itemBox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    article .article__main__in .crm-itemBox li {
        width: calc(100% / 2);
    }
    article .article__main__in .crm-itemBox p.textLink {
        width: auto;
        position: relative;
        bottom: inherit;
        margin: 2rem 0 0;
    }
}
@media(max-width: 768px) {
    .contact-in .caption {
        font-size: 18px;
    }
	 .contact-in ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 1rem 0 0 -20px;
    }
    .contact-in ul li a {
        padding: 1rem;
    }
    .contact-in ul li a > span.small {
        font-size: 14px;
    }
    .contact-in ul li a > span.big {
        font-size: 16px;
    }
}
.table-wrap {
  overflow-x: scroll;
}
.table-wrap .table_b {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.table-wrap .table_b th,
.table-wrap .table_b td {
  border: 2px solid #eee;
  padding: 4px  8px;
}
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height:200px;
  overflow: hidden;
}
.slider1 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.slider1 li{
	width:267px;
	list-style: none;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
