@charset "utf-8";



/* business
------------------------------------------------------------*/

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-field p.lead {
text-align: center;
}
}

#business-field ul {
margin: 2em 0 0 0;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-field ul {
margin: 3em 0 0 0;
}
}

#business-field li {
box-shadow: 0 0 12px 4px rgba(176,176,176,0.3);
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-field li {
display: flex;
justify-content: space-between;
}
}

#business-field li + li {
margin: 2em 0 0 0;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-field li + li{
margin: 3em 0 0 0;
}
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-field li .img {
width: 50%;
}
#business-field li:nth-child(2n) .img {
order: 2;
}
}

#business-field li .para {
padding: 2em 1em;
background: linear-gradient(to right bottom, #e5e5e5 0%, #e5e5e5 25%, #fff 50%, #e5e5e5 75%, #e5e5e5 100%);
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-field li .para {
width: 50%;
padding: 0 1em;
display: flex;
flex-direction: column;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#business-field li .para {
padding: 0 2em;
}
}

#business-field li h3 {
position: relative;
font-weight: 600;
font-size: 1.125rem;
line-height: 1.2;
padding: 0 0.5em;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-field li h3 {
font-size: 1.25rem;
margin-top: auto;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#business-field li h3 {
font-size: 1.375rem;
}
}

#business-field li h3:before {
content: "";
display: block;
position: absolute;
width: 4px;
height: 100%;
left: 0;
top: 0;
background: #a80012;
}

#business-field li p {
padding: 1em 0 0 0;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-field li p {
margin-bottom: auto;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#business-field li p {
padding: 2em 0 0 0;
}
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-equipment .lead p {
text-align: center;
}
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-equipment .lead p span.block {
display: inline-block;
}
}

.business-equipment-table {
margin: 2em 0 0 0;
overflow-x: scroll;
white-space: nowrap;
}
@media only screen and (min-width: 768px) {/* 768px以上で適用、タブレット～用CSS */
.business-equipment-table {
margin: 3em 0 0 0;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.business-equipment-table {
overflow-x: visible;
white-space: normal;
}
}

.business-equipment-table table {
border-collapse: collapse;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.business-equipment-table table {
width: 100%;
}
}

@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.business-equipment-table tr {
height: 105px;
}
.business-equipment-table tr:first-of-type {
height: 81px;
}
}

.business-equipment-table th,
.business-equipment-table td {
border: solid 1px #e1e1e1;
background: #fff;
padding: 1em;
text-align: center;
vertical-align: middle;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.business-equipment-table th,
.business-equipment-table td {
padding: 1em 0.5em;
}
}

.business-equipment-table th {
font-weight: 600;
background: #a80012;
color: #fff;
position: relative;
}

#business-equipment .note {
margin: 0.5em 0 0 0;
}
@media only screen and (min-width: 768px) {/* 768px以上で適用、タブレット～用CSS */
#business-equipment .note {
margin: 0.5em 1em 0;
}
}

#business-equipment .note li {
text-indent: -1em;
padding: 0.5em 0 0 1em;
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#business-clients p.lead {
text-align: center;
}
}

.business-clients-list {
text-align: center;
margin-top: 2em;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.business-clients-list {
margin-top: 3em;
}
}

.business-clients-list ul {
display: inline-flex;
flex-direction: column;
text-align: left;
border-top: solid 1px #fff;
}

.business-clients-list li {
position: relative;
padding: 1em 2em;
border-bottom: solid 1px #fff;
}

.business-clients-list li:before {
content: "";
display: block;
position: absolute;
width: 0.5em;
height: 0.5em;
top: 1.5em;
left: 1em;
background: #a80012;
border-radius: 50%;
}

/* End business */


/* company
------------------------------------------------------------*/

#company-vision {
background-image: url("../images/index/index_strengths_bg_sp.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: top left;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#company-vision {
background-image: url("../images/index/index_strengths_bg_pc.jpg");
}
}

#company-vision .para {
margin: 2em 0 0 0;
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#company-vision .para p {
text-align: center;
}
}

#company-vision .img {
margin: 2em auto;
width: 80%;
max-width: 300px;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#company-vision .img {
margin: 3em auto;
}
}

.company-profile-list {
border-top: solid 1px #e1e1e1;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.company-profile-list {
display: flex;
flex-wrap: wrap;
}
}

.company-profile-list dt {
font-weight: 600;
padding: 1em 0.5em 0;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.company-profile-list dt {
padding: 1em;
width: 9em;
border-bottom: solid 1px #e1e1e1;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.company-profile-list dt {
padding: 1.5em 1em;
width: 20%;
}
}

.company-profile-list dd {
padding: 0.5em 0.5em 1em 1.5em;
border-bottom: solid 1px #e1e1e1;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.company-profile-list dd {
padding: 1em;
width: calc(100% - 9em);
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.company-profile-list dd {
padding: 1.5em 2em;
width: 80%;
}
}

.company-profile-list dd li + li {
margin-top: 0.5em;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.company-profile-list dd li + li {
margin-top: 1em;
}
}

.company-profile-list .address li span.label {
display: block;
}

.company-profile-list .address li span.heading {
display: inline-block;
min-width: 2.5em;
}

.company-profile-list .address li + li {
margin-top: 1em;
}

.company-history-list {
display: flex;
flex-wrap: wrap;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.company-history-list {
max-width: 600px;
margin: 0 auto;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.company-history-list {
margin-left: 200px;
}
}

.company-history-list dt {
position: relative;
padding: 1em 1em 1em 0;
width: 6em;
border-right: solid 2px #a80012;
}

.company-history-list dt:after {
content: "";
position: absolute;
display: block;
width: 1em;
height: 1em;
border-radius: 100vh;
background: #a80012;
right: -0.5em;
top: 1.5em;
margin: 0 -1px 0 0;
}

.company-history-list dt span.num {
font-family: "Oswald";
font-weight: 600;
font-size: 1.25rem;
padding: 0 4px 0 0;
}

.company-history-list dt:last-of-type:before {
content: "";
position: absolute;
display: block;
background-image: linear-gradient(to bottom, transparent, transparent 6px, #a80012 6px, #a80012 8px);
background-repeat: repeat-y;
background-size: 2px 8px;
width: 2px;
height: 24px;
bottom: -24px;
right: -2px;
}

.company-history-list dd {
padding: 1.25em 1em 1em 1.5em;
width: calc(100% - 6em);
}

.company-history-list dd span.para {
display: block;
padding-top: 1.5em;
}

/* End company */


/* recruit
------------------------------------------------------------*/

#recruit-message {
background-image: url("../images/recruit/recruit_message_bg_sp.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#recruit-message {
background-image: url("../images/recruit/recruit_message_bg_pc.jpg");
background-position: center center;
}
}

#recruit-message p {
text-shadow: 0 -1px 4px #fff;
}

#recruit-message p.name {
text-align: right;
font-weight: 600;
font-size: 1rem;
padding-top: 1.5em;
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#recruit-job p.lead {
text-align: center;
}
}

#recruit-job .block {
background: #fff;
margin: 2em auto 0;
max-width: 600px; /* 要調整 */
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#recruit-job .block {
margin: 3em auto 0;
}
}

#recruit-job h3 {
font-weight: 600;
font-size: 1.125rem;
background: #f2f2f2;
color: #a80012;
border-bottom: solid 1px #a80012;
padding: 1rem 1rem 0.7rem;
text-align: center;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#recruit-job h3 {
font-size: 1.25rem;
}
}

#recruit-job ul {
margin: 0 auto;
max-width: 32em; /* 要調整 */
padding: 1em 1em 2em;
}

#recruit-job li {
position: relative;
padding: 1em 1.5em 0.5em;
border-bottom: solid 1px #e1e1e1;
}

#recruit-job li:before {
content: "";
display: block;
position: absolute;
width: 0.5em;
height: 0.5em;
top: 1.5em;
left: 0.5em;
background: #333;
border-radius: 2px;
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.recruit-requirements-list {
display: flex;
flex-wrap: wrap;
border-left: solid 3px #a80012;
}
}

.recruit-requirements-list dt {
position: relative;
background: #f2f2f2;
padding: 1em;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.recruit-requirements-list dt {
width: 11em;
border-bottom: solid 1px #e1e1e1;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.recruit-requirements-list dt {
width: 25%;
padding: 1em 2em;
}
}

@media only screen and (max-width: 767px) { /* 767px以下で適用、スマホ専用CSS */
.recruit-requirements-list dt:after {
content: "";
display: block;
position: absolute;
width: 3px;
height: 100%;
background: #a80012;
left: 0;
top: 0;
}
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.recruit-requirements-list dt:first-of-type {
border-top: solid 1px #e1e1e1;
}
}

.recruit-requirements-list dd {
background: #fff;
padding: 1em;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.recruit-requirements-list dd {
width: calc(100% - 11em);
border-right: solid 1px #e1e1e1;
border-bottom: solid 1px #e1e1e1;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.recruit-requirements-list dd {
width: 75%;
padding: 1em 2em;
}
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.recruit-requirements-list dd:first-of-type {
border-top: solid 1px #e1e1e1;
}
}

/* End recruit */


/* partners
------------------------------------------------------------*/

@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#partners-about .block {
display: flex;
justify-content: space-between;
align-items:stretch;
}
}

#partners-about .img {
max-width: 600px;
margin: 0 auto;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#partners-about .img {
position: relative;
max-width: inherit;
margin: 0;
width: 48%;
overflow: hidden;
}
}

@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#partners-about .img img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
}

#partners-about .para {
margin: 2em 0 0 0;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#partners-about .para {
margin: 0;
width: 48%;
}
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#partners-requirements p.lead {
text-align: center;
}
}

#partners-requirements .block {
background: #fff;
margin: 2em auto 0;
max-width: 600px; /* 要調整 */
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#partners-requirements .block {
margin: 3em auto 0;
}
}

#partners-requirements h3 {
font-weight: 600;
font-size: 1.125rem;
background: #f2f2f2;
color: #a80012;
border-bottom: solid 1px #a80012;
padding: 1rem 1rem 0.7rem;
text-align: center;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#partners-requirements h3 {
font-size: 1.25rem;
}
}

#partners-requirements ul {
margin: 0 auto;
max-width: 34em; /* 要調整 */
padding: 1em 1em 2em;
}

#partners-requirements li {
position: relative;
padding: 1em 1.5em 0.5em;
border-bottom: solid 1px #e1e1e1;
}

#partners-requirements li:before {
content: "";
display: block;
position: absolute;
width: 0.5em;
height: 0.5em;
top: 1.5em;
left: 0.5em;
background: #333;
border-radius: 2px;
}

#partners-requirements p.closing {
margin: 2em 0 0 0;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#partners-requirements p.closing {
margin: 3em 0 0 0;
text-align: center;
}
}

/* End partners */


/* contact
------------------------------------------------------------*/

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#contact p.lead {
text-align: center;
}
}

#contact dl {
border-bottom: 1px solid #fff;
margin: 3em 0 0;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#contact dl {
margin: 4em 0 0;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#contact dl {
margin: 4em auto 0;
display: flex;
flex-wrap: wrap;
}
}

#contact dt {
border-top: 1px solid #fff;
padding: 1em 0.5em 0;
line-height: 1.8;
display: flex;
align-items:flex-start;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#contact dt {
width: 35%;
padding: 2em 1em 2em 2em;
}
}

#contact dt span.label {
color: #fff;
padding: 0 1em;
width: 4em;
text-align: center;
border-radius: 4px;
}

#contact dt span.must {
background: #a80012;
}

#contact dt span.any {
background: #999;
}

#contact dt span.cap {
flex: 1;
padding: 0 0 0 1em;
}

#contact dd {
padding: 1em 0.5em;
line-height: 1.8;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#contact dd {
border-top: 1px solid #fff;
width: 65%;
padding: 1.5em 2em 1.5em 1em;
}
}

#contact dd .input-common {
display: block;
font-size: 1rem;
width: 100%;
padding: 0.5em 1em;
border-radius: 2px;
border: solid 1px #e1e1e1;
background: #f9f9f9;
line-height: 1.8;
}

#contact dd.select select { /* iphoneのデフォルト仕様を無効 */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

#contact dd.select {
position: relative;
}

#contact dd.select:after { /* 矢印を追加 */
content: "";
position: absolute;
top: 1.5em; /* 1em + 0.5em */
right: 1.5em;
margin-top: 12px; /* 1+（（16×1.8）/2）-4 = 11.4  12px */
width: 0;
height: 0;
border-top: 8px solid #000;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
pointer-events: none; /* 矢印部分のクリックが反応しない為 */
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#contact dd.select:after {
top: 2em; /* 1.5em + 0.5em  */
right: 3em;
}
}

#contact dd.select select {
font-size: 1rem;
color: #333;
background: #f9f9f9;
padding: 0.5em 2em 0.5em 1em;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#contact dd.select select {
padding: 0.5em 2.5em 0.5em 1em;
}
}

#contact .accept-policy {
margin: 2em 0 0;
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#contact .accept-policy {
margin: 2em auto 0;
}
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#contact .accept-policy p {
text-align: center;
}
}

#contact .accept-policy p.accept-1 {
padding: 0 1em;
}

#contact .accept-policy p.accept-1 a {
color: #a80012;
text-decoration: underline;
text-underline-offset: 0.3em;
margin-right: 4px;
}

#contact .accept-policy p.accept-2 {
text-align: center;
}

#contact .accept-policy input[type=checkbox] { /* display:none;だとキーボード操作不可になるので注意 */
opacity: 0;
visibility: hidden;
position: absolute;
}

#contact .accept-policy .wpcf7-list-item { /* デフォルトcss上書き */
margin-left: 0;
}

#contact .accept-policy .wpcf7-list-item-label {
cursor: pointer;
display: inline-block;
padding: 0 12px 0 24px;
position: relative;
width: auto;
}

#contact .accept-policy .wpcf7-list-item-label:before {
background: #ffffff;
border: 1px solid #333;
border-radius: 4px;
content: "";
display: block;
width: 18px;
height: 18px;
left: 0;
top: 3px;
position: absolute;
}

#contact .accept-policy .wpcf7-list-item-label:after {
border-right: 2px solid #333;
border-bottom: 2px solid #333;
content: "";
display: block;
width: 6px;
height: 10px;
top: 5px;
left: 6px;
opacity: 0;
position: absolute;
transform: rotate(45deg);
}

#contact .accept-policy input[type=checkbox]:checked + .wpcf7-list-item-label:after {
opacity: 1;
}

#contact .formbtn {
cursor: pointer;
font-size: 1rem; 
background: #a80012;
color: #ffffff;
display: block;
width: 90%;
line-height: 50px;
border-radius: 4px;
border: none;
margin: 3em auto 0;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#contact .formbtn {
font-size: 1.125rem;
width: auto;
min-width: 250px;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#contact .formbtn {
transition: 0.6s;
}
}

#contact .formbtn:hover {
opacity: 0.6;
}

/* for cf7 start */

.screen-reader-response { /* ページ上部の警告は非表示 */
display: none;
}

.wpcf7-not-valid-tip { /* 必須未入力項目下の文章 */
display: block;
padding: 8px;
color: #c13342;
font-size: 0.875rem;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.wpcf7-not-valid-tip { /* 必須未入力項目下の文章 */
font-size: 1rem;
}
}

.wpcf7-spinner { /* 送信時のスピナーは非表示 */
display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { /* 送信ボタン下未入力警告 */
border: 1px solid #c13342;
border-radius: 4px;
color: #c13342;
width: 90%;
padding: 8px;
margin: 2em auto 0;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
text-align: center;
}
}

.wpcf7 form.sent .wpcf7-response-output { /* 送信ボタン下完了時 */
border: 1px solid #333;
border-radius: 4px;
color: #333;
width: 90%;
padding: 8px;
margin: 2em auto 0;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.wpcf7 form.sent .wpcf7-response-output {
text-align: center;
}
}

span.ajax-loader {
display: none;
}

/*  for cf7 end  */

/* for reCAPTCHA start */

.grecaptcha-badge {
margin-bottom: 64px;
z-index: 1;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.grecaptcha-badge {
margin-bottom: 80px;
}
}

/*  for reCAPTCHA end  */

/* for Cloudflare Turnstile start */

.cf-turnstile {
display: flex;
justify-content: center;
margin: 3em 0 0 0;
}

/*  for Cloudflare Turnstile end  */

/* End contact */


/* contact-thanks
------------------------------------------------------------*/

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#contact-thanks p {
text-align: center;
}
}

/* End contact-thanks */


/* policy
------------------------------------------------------------*/

#policy h2 {
position: relative;
text-align: justify;
font-weight: 600;
font-size: 1.125rem;
margin: 2em 0 0 0;
padding: 6px 14px;
background: #eeeeee;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#policy h2 {
font-size: 1.25rem;
padding: 6px 16px;
}
}

#policy h2:after {
content: "";
display: block;
width: 4px;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #a80012;
}

#policy p {
padding: 1em 1em 0;
}

#policy p.lead {
padding: 0;
}

#policy p.contact {
text-align: left;
}

#policy p.date {
text-align: right;
}

#policy ul {
margin: 0 1em;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#policy ul {
margin: 0 1.5em;
}
}

#policy li {
position: relative;
padding: 0.5em 0 0 1em;
}

#policy li:before {
content: "";
display: block;
position: absolute;
width: 0.5em;
height: 0.5em;
top: 1em;
left: 0;
background: #333;
}

/* End policy */


/* not
------------------------------------------------------------*/

#not {
text-align: center;
}

#not h2 {
font-size: 1.125rem;
}
@media only screen and (max-width: 767px) { /* 767px以下で適用、スマホ専用CSS */
#not h2 {
font-size: 1rem;
text-align: left;
}
}

#not p {
margin-top: 2em;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#not p {
text-align: center;
}
}

/* End not */







