@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Overpass:wght@100..900&display=swap');


/*reset*/
/*******************************************************************/
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{width:auto;max-width:100%;height:auto;border-style:none;vertical-align:middle}i{vertical-align:middle}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none}i,em{font-style:normal}
figure { margin: 0;}
a { color: #000; transition: all .2s ease-out; text-decoration: none;}
a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6;}
*:focus { outline: none;}


/*LAYOUT*/
/*******************************************************************/
html { font-size: 62.5%;}
body { -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-size: 1.5rem; line-height: 1.4; word-break: break-all; color: #000;}
#container { width: 100%; overflow: hidden;}
i, time { font-family: "Overpass", sans-serif; font-optical-sizing: auto; font-style: normal;}


/*HEADER*/
/*******************************************************************/
#header { position: fixed; top: 0; left: 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; width: 100%; height: 85px; padding: 8px 20px; z-index: 9999; transition: .2s ease-out;}
#header.is-fixed { background: #FFF;}
#logo { display: flex; align-items: center; gap: 8px; font-size: 1.1rem; font-weight: 500;}
#logo img { max-width: 144px;}
#nav ul { font-family: "Overpass", "Noto Sans JP", sans-serif; letter-spacing: 0.05em;}
#nav .magazine-btn { display: inline-block; padding: 12px 24px 12px 48px; text-align: center; background: #FFF url("../img/common/magazine.svg") 20px center no-repeat; border: 1px solid #EEEEEE; border-radius: 40px;}
#nav .contact-btn { display: inline-block; padding: 12px 24px; text-align: center; background: #BC2E53; border-radius: 40px; color: #FFF;}
@media only screen and (min-width: 1025px){
#nav { display: flex; align-items: center; gap: 8px; font-size: 1.4rem; font-weight: 500;}
#nav > ul { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; margin-right: 16px; white-space: nowrap;}
#open { display: none;}
}
@media only screen and (max-width: 1024px){
#nav { pointer-events: none; opacity: 0; position: fixed; top: 0; right: 0; transform: translateX(100%); display: flex; flex-direction: column; gap: 24px; min-width: 200px; max-height: 100svh; padding: 60px 48px; background: #FFF; border-bottom-left-radius: 30px; box-shadow: 0 0 10px rgba(0,0,0,.15); z-index: 1000; transition: .4s cubic-bezier(.645,.045,.355,1); overflow-y: auto; overscroll-behavior: contain;}
#nav ul { display: flex; flex-direction: column; gap: 24px;}
#open { display: block; width: 26px; height: 18px; cursor: pointer; z-index: 9999;}
#open div { position: relative; display: block; width: 26px; height: 18px; transition: .2s linear;}
#open span { position: absolute; left: 0; display: block; width: 26px; height: 2px; background: #000; transition: .2s linear;}
#open span:nth-child(1) { top: 0;}
#open span:nth-child(2) { top: 8px;}
#open span:nth-child(3) { top: 16px;}
.open #open span:nth-child(1) { top: 8px; transform: rotate(45deg);}
.open #open span:nth-child(2) { width: 0; left: -26px;}
.open #open span:nth-child(3) { top: 8px; transform: rotate(-45deg);}
.open #nav { pointer-events: auto; opacity: 1; transform: translateX(0);}
}


/*FOOTER*/
/*******************************************************************/
#footer { position: relative; width: 90%; max-width: 1100px; margin: 0 auto; padding: 96px 0; text-align: center;}
.info { display: flex; flex-direction: column; align-items: center; font-size: 1.4rem; font-weight: 500;}
.sitemap { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; margin: 48px 0; font-family: "Overpass", "Noto Sans JP", sans-serif; font-size: 1.4rem; font-weight: 500; letter-spacing: 0.05em;}
.footer-link { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; font-size: 1.2rem;}
.copyright { margin-top: 16px; text-align: center; font-size: 1rem; font-weight: 500; color: #BC2E53;}


/*CONTENTS*/
/*******************************************************************/
article { position: relative; width: 90%; max-width: 1100px; margin: 0 auto; padding: 96px 0;}
article header { position: relative; margin-bottom: 56px;}
article header i { font-size: 4rem; font-weight: 500; line-height: 1.2; color: #BC2E53;}
article header h2 { font-size: 1.6rem;}
section { position: relative;}
section + header, section + section { margin-top: 56px;}
section h1 { margin-bottom: 24px; font-size: 2.8rem;}
section h2 { margin-bottom: 24px; font-size: 2.2rem;}
section h3 { margin-bottom: 24px; font-size: 2.2rem;}
section h4 { margin-bottom: 16px; font-size: 1.8rem;}
section p { line-height: 2;}
section p:not(:last-child) { margin-bottom: 24px;}
figure img { width: 100%;}
figcaption { margin-top: 8px; font-size: 1.4rem; color: #777;}
.narrow { max-width: 900px;}
.center { text-align: center!important;}
.right { text-align: right!important;}
.left { text-align: left!important;}
.btn { margin-top: 48px;}
.btn a { position: relative; display: inline-block; min-width: 283px; padding: 16px 40px; text-align: center; background: #BC2E53; border-radius: 48px; font-size: 1.4rem; font-weight: 600; color: #FFF;}
.btn a::after { content: ''; position: absolute; top: 50%; right: 24px; width: 8px; height: 8px; transform: translateY(-50%) rotate(45deg); border-top: 2px solid #FFF; border-right: 2px solid #FFF; transition: .2s ease-out;}
.btn a:hover::after { right: 16px;}
.purple { color: #BC2E53;}
.underline { text-decoration: underline;}
.sp { display: none;}
.fadeInUp{ animation-name: fadeInUp;}
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 40px, 0);} to { opacity: 1; transform: translate3d(0, 0, 0);}}
.animated { opacity: 0; animation-duration: 0.4s; animation-delay: 0.1s; animation-fill-mode: both;}
.effect { position: relative; overflow: hidden;}
.effect::before, .effect::after { content: ""; position: absolute; width: 150%; height: 100%; right: 0; top: 0; transform: skew(-15deg) translateX(10%); transition: all .6s cubic-bezier(.215,.61,.355,1); transition-timing-function: cubic-bezier(.215,.61,.355,1);}
.effect::before { z-index: 1; background-color: #000; transition-delay: .4s;}
.effect::after { background-color: #FFF; z-index: 2; transition-delay: .1s;}
.effect.inview:before, .effect.inview:after { transform: skew(-15deg) translateX(120%);}


/*TOP*/
#mv { width: auto; max-width: initial; padding: 0; min-height: 100vh; min-height: 100svh;}
#mv .swiper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;}
#mv .swiper-slide > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
#mv .swiper-caption, #mv .swiper-caption2 { position: absolute; font-weight: 700;}
#mv .swiper-caption p { line-height: 1.2;}
#mv .swiper-caption i { display: block; margin-top: 4%; font-size: clamp(1rem,2.2vw,2.2rem); color: #BC2E53;}
#mv .slide01 .swiper-caption { bottom: 4%; right: 2%;}
#mv .slide01 .swiper-caption p { font-size: clamp(2.5rem,5vw,6rem);}
#mv .slide02 .swiper-caption { top: 14%; right: 2%;}
#mv .slide02 .swiper-caption p { font-size: clamp(2.1rem,4.1vw,5.1rem);}
#mv .slide03 .swiper-caption { bottom: 4%; right: 2%;}
#mv .slide03 .swiper-caption p { font-size: clamp(2.4rem,6vw,7rem);}
#mv .slide03 .swiper-caption2 { bottom: 8%; left: 2%;}
#mv .slide03 .swiper-caption2 p { font-size: clamp(1.6rem,4.1vw,5.1rem);}
#about h2 { font-size: 2.8rem;}
#about h2 em { font-size: 4rem;}
#service::before { content: ''; position: absolute; top: 0; left: calc(50% - 50vw); width: 100vw; height: 100%; background: #FAFAFA; z-index: -1;}
#service > figure { position: absolute; top: 50%; left: 50%; transform: translateY(-50%); width: 64%;}
#service > figure img { width: 100%; max-width: 720px;}
#service header, #service section { width: 50%;}
#value ul { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px 40px; text-align: center;}
#value p { margin-top: 16px; font-size: 1.8rem; font-weight: 700; line-height: 1.4;}
#magazine::before { content: ''; position: absolute; top: 0; left: calc(50% - 50vw); width: 100vw; height: 100%; background: #FAFAFA; z-index: -1;}
.slide { margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);}
.slide .swiper-wrapper { overflow: visible;}
.slide .swiper-slide { max-width: 510px;}
.slide .swiper-slide p { margin-top: 16px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 1.8rem; line-height: 1.4;}
.swiper-next, .swiper-prev { position: absolute; top: calc(300 / 510 * 50%); display: block; width: 50px; height: 50px; background: url("../img/common/next.svg") center no-repeat; background-size: contain; z-index: 10;}
.swiper-next { right: 24px;}
.swiper-prev { left: 24px; transform: scaleX(-1);}
.swiper-pagination { position: relative; margin-top: 40px;}
.swiper-pagination-bullet { background-color: #EEEEEE; opacity: 1;}
.swiper-pagination-bullet-active { background-color: #BC2E53;}
#profile { display: grid; grid-template-columns: auto 1fr; gap: 0 96px;}
#profile dl { display: grid; grid-template-columns: auto 1fr;}
#profile dt { padding: 24px 40px 24px 8px; border-bottom: 1px solid #E8E8E8; font-weight: 500;}
#profile dd { padding: 24px 0; border-bottom: 1px solid #E8E8E8;}
#contact { max-width: 900px;}
#contact::before { content: ''; position: absolute; top: 0; left: calc(50% - 50vw); width: 100vw; height: 100%; background: url("../img/common/contact.jpg") left center no-repeat; background-size: cover; z-index: -1;}
#contact header, #contact section { max-width: 530px; margin-left: auto;}
#contact header { margin-bottom: 40px;}
#contact .btn a { padding: 16px 80px; font-size: 2rem;}


/*PAGE*/
.title { margin-top: -16px; text-align: center;}
.title::after { content: ''; display: block; width: 50px; height: 4px; margin: 32px auto 0; background: #BC2E53;}
.title h1, .title p { margin-top: 8px; font-size: 1.4rem; font-weight: 700;}
.title figure { margin: 0 calc(50% - 50vw) 56px; text-align: center;}

.num { display: block; margin-bottom: 16px; font-size: 1.8rem; color: #BC2E53;}
.value01 { display: grid; grid-template-columns: 50% 1fr; padding: 80px 0; gap: 24px 48px;}
.value01::after { content: ''; position: absolute; top: 0; right: calc(50% - 50vw + 30px); width: 56vw; height: 100%; background: #FAFAFA; z-index: -1;}
.value01 figure { margin-left: -20%; margin-top: -5%;}
.value02 { display: grid; grid-template-columns: 50% 1fr; padding: 80px 0; gap: 24px 48px;}
.value02::after { content: ''; position: absolute; top: 0; left: calc(50% - 50vw + 30px); width: 56vw; height: 100%; background: #FAFAFA; z-index: -1;}
.value02 figure { order: 1; margin-right: -20%; margin-top: -5%;}
.value03 { padding: 80px 5%; text-align: center;}
.value03::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FAFAFA; z-index: -1;}
.value03 .slide { margin-top: 96px;}
.value03 .slide .swiper-slide p { margin-top: 0; padding: 4px 16px; text-align: center; background: #000; font-size: 1.5rem; color: #FFF;}

.list { display: grid; grid-template-columns: repeat(2,1fr); gap: 60px;}
.list p { margin-top: 16px; font-size: 2rem; line-height: 1.4;}
.list.side { grid-template-columns: repeat(4,1fr); gap: 30px;}
.list.side p { font-size: 1.6rem;}

.post { max-width: 900px; margin: 0 auto;}
.post .meta { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; font-size: 2rem; font-weight: 700;}
.post .meta i { color: #BC2E53;}
.post h2 { clear: both; font-size: 2.8rem;}
.post h3 { clear: both; position: relative; padding-bottom: 16px; border-bottom: 2px solid #EFEFEF; font-size: 2.2rem; color: #BC2E53;}
.post h3::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 50px; height: 2px; background: #BC2E53;}
.post h4 { clear: both; padding-bottom: 16px; border-bottom: 1px solid #EFEFEF; font-size: 2rem;}
.post h5 { clear: both; font-size: 1.8rem;}
.post ul { display: grid; gap: 8px;}
.post ul li { padding-left: 24px; background: url("../img/magazine/checked.svg") 0 center no-repeat; font-weight: 700; list-style: none;}
.post ol { display: grid; gap: 8px; margin-left: 2em; list-style: decimal;}
.post ol li { list-style: decimal;}
.post table { width: calc(100% + 32px); border-collapse: separate; border-spacing: 16px; margin-left: -16px; margin-right: -16px;}
.post th, .post td { padding: 16px 0; font-size: 1.5rem;}
.post th { width: 25%; text-align: left; vertical-align: top; border-bottom: 2px solid #BC2E53; font-weight: 700;}
.post td { border-bottom: 2px solid #D1D1D1;} 
.post blockquote { position: relative; padding: 0 60px;}
.post blockquote::before, .post blockquote::after { content: ''; position: absolute; display: inline-block; width: 49px; height: 46px; background: url("img/common/blockquote.svg") center no-repeat; background-size: cover;}
.post blockquote::before { top: 0; left: 0;}
.post blockquote::after { bottom: 0; right: 0; transform: rotate(180deg);}
.post * + h1, .post * + h2 { padding-top: 2em;}
.post * + h3, .post * + h4, .post * + h5, .post * + ul, .post * + table, .post * + figure, .post * + blockquote { padding-top: 2em;}
.post * + p { padding-top: 1em;}
.post .alignright { float: right; margin-left: 2em; margin-bottom: 2em; padding-top: 0;}
.post .alignleft { float: left; margin-right: 2em; margin-bottom: 2em; padding-top: 0;}
.post .aligncenter { display: block; margin-left: auto; margin-right: auto; text-align: center;}
.size-thumbnail { max-width: 280px;}
.pagination { margin: 96px 0; text-align: center; white-space: nowrap;}
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px;}
.pagination a.single-prev, .pagination a.single-next { display: flex; align-items: center; gap: 8px;}
.pagination a strong { display: inline-block; width: 21px; height: 21px; text-align: center; vertical-align: middle; background: #BC2E53; border-radius: 50%; font-size: 1.6rem; line-height: 1.2; color: #FFF;}
.pagination a.top { margin: 0 8px; padding: 0 24px; border-left: 1px solid #333; border-right: 1px solid #333;}

.form dl { display: grid; grid-template-columns: auto 1fr; gap: 32px 56px; margin-top: 56px;}
.form dt { padding-top: 16px; font-weight: 700;}
.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="url"] { display: inline-block; width: 100%; padding: 12px; background: #FFF; border: 1px solid #E0E0E0; border-radius: 5px; vertical-align: middle;}
.form select { padding: 12px 48px 12px 12px; background: #FFF url("../img/common/select.svg") right 16px center no-repeat; border: 1px solid #E0E0E0; border-radius: 5px;}
.form textarea { width: 100%; min-height: 280px; padding: 12px; background: #FFF; border: 1px solid #E0E0E0; border-radius: 5px;}
.form label { display: inline-block;}
.form input[type="checkbox"] { display: none;}
.form input[type="checkbox"] + span { position: relative; display: block; padding: 4px 0 4px 32px;}
.form input[type="checkbox"] + span::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 24px; height: 24px; background: #FFF; border: 1px solid #E0E0E0; border-radius: 3px;}
.form input[type="checkbox"]:checked + span::before { background: #FFF url("../img/common/check.svg") center no-repeat; border-color: #68B9A0;}
.form input[type="radio"] { display: none;}
.form input[type="radio"] + span { position: relative; display: block; padding: 2px 0 4px 24px;}
.form input[type="radio"] + span::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 16px; height: 16px; background: #FFF; border: 1px solid #CCC; border-radius: 50%;}
.form input[type="radio"]:checked + span::before { background: #0083DD;}
.form input.short { width: 30%;}
.form input.middle { width: 60%;}
.form input.long { width: 75%;}
.must { margin-left: 16px; padding: 2px 8px; background: #BC2E53; border-radius: 3px; font-size: 1.3rem; font-weight: 700; color: #FFF; white-space: nowrap;}
.privacy { height: 240px; margin: 56px auto; padding: 32px 40px; background: #FAFAFA; border-radius: 5px; overflow: auto;}
.privacy h3 { font-size: 1.8rem;}
.privacy p { font-size: 1.3rem;}
.submit { clear: both; position: relative; display: block; max-width: 500px; margin: 40px auto 0; text-align: center;}
.submit input[type="submit"] { position: relative; display: block; width: 100%; padding: 16px 24px; text-align: center; background: #BC2E53; border-radius: 48px; font-size: 1.8rem; font-weight: 600; color: #FFF;}
.submit::after { content: ''; position: absolute; top: 50%; right: 24px; width: 8px; height: 8px; transform: translateY(-50%) rotate(45deg); border-top: 2px solid #FFF; border-right: 2px solid #FFF; transition: .2s ease-out; z-index: 10;}
.attention { font-size: 1.3rem; line-height: 1.4; color: #666;}





@media only screen and (max-width: 1024px){
.sitemap { gap: 16px;}


/*CONTENTS*/
/*******************************************************************/
#main { padding-top: 85px;}
article { padding: 56px 0;}
article header { margin-bottom: 40px; text-align: center;}
section h1 { font-size: 2rem;}
section h2 { font-size: 1.8rem;}
section h3 { font-size: 1.8rem;}
section h4 {  font-size: 1.6rem;}
section p { line-height: 1.6;}
figcaption { font-size: 1.1rem;}
.bg { padding: 40px 0;}
.btn { text-align: center;}
.sp { display: block;}
.pc { display: none!important;}


/*TOP*/
#mv { min-height: 60vh; min-height: 60svh;}
#mv .slide02 .swiper-caption { top: 4%;}
#about h2 { font-size: 2rem;}
#about h2 em { font-size: 2.4rem;}
#service > figure { position: relative; top: auto; left: 0; transform: translateY(0); width: auto; margin-bottom: 40px; text-align: center;}
#service header, #service section { width: auto;}
.swiper-next, .swiper-prev {  width: 30px; height: 30px;}
.slide .swiper-slide p { padding-left: 16px; padding-right: 16px;}
#profile { grid-template-columns: 1fr;}
#profile dl { grid-template-columns: 1fr;}
#profile dt { padding: 24px 0 0; border-bottom: none;}
#profile dt:first-of-type { padding-top: 0;}
#contact { padding-top: 46vw;}
#contact::before { height: 40vw;}
#contact header, #contact section { max-width: initial;}
#contact header { margin-bottom: 40px;}
#contact .btn a { padding: 16px 24px; font-size: 1.4rem;}


/*PAGE*/
.title { margin-top: -64px;}
.title figure { margin: 0 calc(50% - 50vw) 40px;}
.title figure img { width: 150%; max-width: 150%; margin-left: -25%;}

.num { display: block; margin-bottom: 16px; font-size: 1.8rem; color: #BC2E53;}
.value01 { grid-template-columns: 1fr; padding: 24px 0;}
.value01::after { right: -5%;}
.value01 figure { margin-left: -5%; margin-top: 0;}
.value02 { grid-template-columns: 1fr; padding: 24px 0;}
.value02::after { left: -5%;}
.value02 figure { order: -1; margin-right: -5%; margin-top: 0;}
.value03 { padding: 24px 0; text-align: left;}
.value03::after { left: -5%; right: -5%; width: 110%;}
.value03 .slide { margin-top: 56px;}

.list { grid-template-columns: 1fr; gap: 40px;}
.list p { font-size: 1.5rem;}
.list.side { grid-template-columns: repeat(2,1fr); gap: 20px;}
.list.side p { margin-top: 8px; font-size: 1.3rem;}

.post .meta { font-size: 1.5rem;}
.post h2 { font-size: 2rem;}
.post h3 { font-size: 1.8rem;}
.post h4 { font-size: 1.7rem;}
.post h5 { font-size: 1.6rem;}
.post table { width: auto; border-spacing: 0; margin-left: 0; margin-right: 0;}
.post th { display: block; width: auto; border-bottom: none; padding-bottom: 0;}
.post td { display: block;} 

.post .alignright { float: none; margin: 0 auto;}
.post .alignleft { float: none; margin: 0 auto;}
.size-thumbnail { max-width: initial; text-align: center;}
.pagination { margin: 56px 0; font-size: 1.2rem;}

.form dl { grid-template-columns: 1fr; gap: 0;}
.form dd { margin: 16px 0;}
.form input.short { width: 50%;}
.form input.middle { width: 100%;}
.form input.long { width: 100%;}
.privacy { padding: 24px;}
}





@media print {
#container { width: 1024px;}
}