@charset 'utf-8';
/*
Theme Name: credo-ma
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,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;appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;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;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;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-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;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: #222; 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; height: 100%; font-family: "Noto Sans JP", serif; font-optical-sizing: auto; font-size: 1.5rem; line-height: 1.4; color: #222; }
#container { width: 100%; overflow: hidden;}
.en { font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-style: normal;}


/*HEADER*/
/*******************************************************************/
#container > h1 { position: absolute; top: 0; right: 0; display: flex; align-items: center; height: 24px; padding: 0 16px; font-size: 1rem; font-weight: 500; color: #FFF; z-index: 100;}
#header { position: fixed; top: 24px; left: 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 100%; height: 68px; z-index: 100; transition: .2s ease-out;}
#logo { margin-left: 16px; background-position: left center; background-repeat: no-repeat; background-size: 100% auto; transition: .4s ease-out;}
#logo img { transition: .4s ease-out;}
.menu { display: flex; border-left: 1px solid #D6D6D6;}
.menu > li > a { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 38px; padding: 0 16px; border-right: 1px solid #D6D6D6; font-size: 1.4rem; font-weight: 500;}
.menu > li > a span { font-size: 1rem;}
.tel { font-size: 1.6rem; font-weight: 500;}
.tel a { display: block; font-size: 3rem; font-weight: 800;}
#nav .tel { font-size: 1.2rem;}
#nav .tel a { font-size: 2.3rem;}
#nav .btn { margin: 0;}
#header.is-fixed { top: 0; height: 64px; background: #FFF; color: #222; box-shadow: 0 0 6px rgba(0,0,0,.06);}
#header.is-fixed a:not(.contact) { color: #222;}
#header.is-fixed #logo { background-image: url(img/common/logo.svg);}
#header.is-fixed #logo img{ opacity: 0;}
#header.is-fixed .menu, #header.is-fixed #nav .menu > li > a { border-color: #D6D6D6;}
@media only screen and (min-width: 1367px){
	#header, #header a { color: #FFF;}
	#nav { display: flex; align-items: center; gap: 16px; font-size: 1.4rem; font-weight: 500; white-space: nowrap;}
	#nav .menu, #nav .menu > li > a { border-color: #FFF;}
	#nav .btn a { border-radius: 0; box-shadow: none;}
	#nav .btn a em { padding-left: 20px; background-size: 17px auto; font-size: 1.5rem;}
	#open { display: none;}
}
@media only screen and (max-width: 1366px){
	#container h1 { right: auto; left: 0;}
	#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 .menu { width: 100%; flex-direction: column; border-left: none; border-top: 1px solid #D6D6D6;}
	#nav .menu > li > a { flex-direction: row; gap: 4px; min-height: 48px; border-right: none; border-bottom: 1px solid #D6D6D6;}
	#nav .menu br { display: none;}
	#open { position: fixed; top: 8px; right: 8px; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background: #FFF; border-radius: 3px; 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: 92%; max-width: 980px; margin: 0 auto; padding-bottom: 96px;}
#sitemap { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 32px;}
#sitemap .btn { min-width: 324px; margin: 0;}
#copyright { margin-top: 32px; text-align: center; font-size: 1.2rem;}
@media only screen and (max-width: 1024px){
	#sitemap { flex-direction: column;}
	.menu { width: 100%; flex-direction: column; border-left: none; border-top: 1px solid #D6D6D6;}
	.menu > li > a { flex-direction: row; gap: 4px; min-height: 48px; border-right: none; border-bottom: 1px solid #D6D6D6;}
	.menu br { display: none;}
}


/*CONTENTS*/
/*******************************************************************/
#main { position: relative; width: 92%; max-width: 980px; margin: 0 auto; padding-bottom: 96px;}
#main.wide { max-width: 1200px;}
article { position: relative; clear: both;}
.narrow { max-width: 880px; margin-left: auto; margin-right: auto;}
h3 { position: relative; margin-bottom: 56px; padding-top: 96px; text-align: center; font-size: 4rem;}
h3 .en { display: block; margin-bottom: 8px; font-size: 1.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; color: #E47428;}
h3 .en::after { content: ''; display: block; width: 40px; height: 3px; margin: 8px auto; background: linear-gradient(0deg,rgba(221, 62, 62, 1) 0%, rgba(232, 139, 31, 1) 100%);}
h3 .min { display: block; font-size: 1.6rem;}
h3 .mid { font-size: 3rem;}
h3:not(:has(.en)) { font-size: 3.2rem;}
h3:not(:has(.en))::after { content: ''; display: block; width: 40px; height: 3px; margin: 16px auto 0; background: linear-gradient(0deg,rgba(221, 62, 62, 1) 0%, rgba(232, 139, 31, 1) 100%);}
h4 { margin-bottom: 0.5em;}
h5 { margin-bottom: 0.5em;}
p { line-height: 2;}
p:not(:last-child) { margin-bottom: 1em;}
figure { position: relative;}
figcaption { display: block; margin-top: 8px; text-align: center;}
.bg { position: relative; margin-top: 96px; padding-bottom: 96px;}
.bg::before { content: ''; position: absolute; top: 0; left: calc(50% - 50vw); width: 100vw; height: 100%; background: #FAFAF7; z-index: -1;}
.sep { margin-top: 96px;}
.sep::before { content: ''; position: absolute; top: 0; left: calc(50% - 50vw); width: 100vw; height: 1px; background: #CCCCCC; z-index: -1;}
.center { text-align: center!important;}
.right { text-align: right!important;}
.left { text-align: left!important;}
.clear { clear: both;}
.btn { display: flex; justify-content: center; gap: 24px; margin-top: 48px; text-align: center;}
.btn a { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; max-width: 480px; min-height: 68px; padding: 8px 16px; text-align: center; background: linear-gradient(0deg,rgba(221, 62, 62, 1) 0%, rgba(232, 139, 31, 1) 100%); border-radius: 3px; font-size: 2.1rem; font-weight: 700; color: #FFF; box-shadow: 3px 3px 10px rgba(0,0,0,.16);}
.btn a span { font-size: 1.2rem;}
.btn a.contact em { display: block; padding-left: 32px; background: url(img/common/mail.svg) left center no-repeat; background-size: 24px auto;}
.btn a.doc { background: linear-gradient(0deg,rgba(25, 50, 149, 1) 0%, rgba(38, 116, 207, 1) 100%);}
.btn a.doc em { display: block; padding-left: 32px; background: url(img/common/doc.svg) left center no-repeat; background-size: 24px auto;}
.btn a.invertion { background: #FFF; border: 1px solid #E47428; color: #E47428;}
.btn a.anchor { padding-left: 40px; padding-right: 40px; background: #FFF url(img/common/select.svg) right 24px center no-repeat; border: 1px solid #E47428; color: #222;}
.underline { text-decoration: underline;}
.pt0 { padding-top: 0 !important;}
.pt96 { padding-top: 96px !important;}
.mt0 { margin-top: 0 !important;}
.mt24 { margin-top: 24px !important;}
.mt96 { margin-top: 96px !important;}
.orange { color: #E68222 !important;}
.red { color: #E83F00 !important;}
.black { color: #222 !important;}
.large { font-size: 1.7rem;}
.marker { background: linear-gradient( transparent 60%, #FAF0D2 60%);}
.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.7s; animation-delay: 0.2s; animation-fill-mode: both;}


/*TOP*/
#mv { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 16px; margin: 0 calc(50% - 50vw); height: 88svh; text-align: center; background: url(img/top/mv.jpg) center no-repeat; background-size: cover; color: #FFF;}
#mv::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translate(-50%,20%); width: 905px; height: 391px; background: url(img/common/title.svg) center no-repeat; background-size: contain; opacity: 0.52;}
#mv h2 { font-size: 5.5rem; font-weight: 600;}
#mv p { font-size: 1.8rem; font-weight: 500;}
#mv .btn { position: absolute; bottom: -34px; width: 366px; z-index: 10;}
.worries { display: grid; grid-template-columns: auto 1fr;}
.worries dt { padding-bottom: 40px; padding-right: 32px; border-bottom: 1px solid #DDD; font-size: 2.2rem; font-weight: 700;}
.worries dd { padding-bottom: 40px; border-bottom: 1px solid #DDD;}
.worries dt:not(:first-of-type), #worries dd:not(:first-of-type) { margin-top: 40px;}
.worries dd ul { display: grid; gap: 16px; font-size: 1.8rem;}
.worries dd strong { font-weight: 400; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; color: #E68222;}
.reason { display: grid; gap: 40px;}
.reason li { position: relative; padding: 48px 0;}
.reason li .contents { position: relative; max-width: 560px; padding: 56px 56px 56px 0;}
.reason li .contents::before { content: ''; position: absolute; top: 0; right: 0; width: 100vw; height: 100%; background: #FFF; z-index: -1; opacity: 0.8;}
.reason li .en { position: absolute; top: -0.5em; left: 0; font-size: 8rem; font-weight: 500; color: #E47428;}
.reason li h4 { font-size: 2.8rem;}
.reason li h4 em { font-size: 4.8rem;}
.reason li figure { position: absolute; top: 0; bottom: 0; left: 44%; right: calc(50% - 50vw); z-index: -1;}
.reason li figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-position: left center; object-fit: cover;}
.reason li .btn { text-align: left;}
.reason li:nth-child(odd) .contents { margin-left: auto; padding: 56px 0 56px 56px;}
.reason li:nth-child(odd) .contents::before { right: auto; left: 0;}
.reason li:nth-child(odd) .en { right: auto; left: 56px;}
.reason li:nth-child(odd) figure { left: 0; right: 44%; margin-right: 0; margin-left: calc(50% - 50vw);}
.reason li:nth-child(odd) figure img { object-position: right center;}
.tab { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px;}
.tab li { padding: 16px; text-align: center; background: #E68222; border-radius: 10px 10px 0 0; font-size: 2.4rem; font-weight: 700; color: #FFF; cursor: pointer;}
.tab li:nth-child(2) { background: #1059D6}
.tabcontents .tabcontent { padding: 40px; border: 5px solid #E68222;}
.tabcontents .tabcontent:nth-child(1) { display: none;}
.tabcontents .tabcontent:nth-child(2) { border-color: #1059D6;}
.box { margin-top: 24px; padding: 24px; background: #F8F8F8; border: 1px solid #D5D5D5;}
.box h4 { text-align: center; font-size: 2.4rem; color: #003FA3;}
.orangebox { background: #FFF; border: 3px solid #E68222;}
.price { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 20px;}
.pricecontents h4 { padding: 8px 16px; text-align: center; background: #E68222; border-radius: 40px; font-size: 2.4rem; color: #FFF;}
.pricetable { width: 100%; table-layout: fixed; text-align: center; border-collapse: collapse;}
.pricetable thead th { background: #B55900; font-weight: 500; color: #FFF;}
.pricetable th { font-weight: 400;}
.pricetable th, .pricetable td { padding: 8px; background: #FFF; border: 1px solid #F8EEC9; font-size: 2rem;}
.pricetable tbody tr:nth-child(odd) th, .pricetable tbody tr:nth-child(odd) td { background: #FEFCF4;}
.pricetable tbody td { font-weight: 700;}
.pricecontents.alt h4 { background-color: #1059D6;}
.pricecontents.alt thead th { background: #2B4C84;}
.pricecontents.alt th, .pricecontents.alt td { border-color: #CCC;}
.pricecontents.alt tbody tr:nth-child(odd) th, .pricecontents.alt tbody tr:nth-child(odd) td { background: #FAFAFA;}
.pricetable2 { width: 100%; table-layout: fixed; text-align: center; border-collapse: collapse;}
.pricetable2 thead th { position: relative; padding: 16px 8px; background: #555555; font-size: 2.4rem; font-weight: 700; letter-spacing: 0.2em; color: #FFF;}
.pricetable2 thead th:nth-of-type(1) { background: none;}
.pricetable2 thead th:nth-child(n+3)::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background: #FFF;}
.pricetable2 thead th.current { background: #E68222; font-size: 2.8rem;}
.pricetable2 thead th:nth-child(2)::before { content: ''; position: absolute; top: -10px; left: -2px; right: 0; bottom: 0; background: #E68222; z-index: -1;}
.pricetable2 tbody th { position: relative; padding: 16px 8px; background: #777777; border-bottom: 2px solid #FFF; font-size: 2.4rem; font-weight: 400; letter-spacing: 0.2em; color: #FFF;}
.pricetable2 tbody th::after { content: ''; position: absolute; top: 0; right: 0; width: 2px; height: 100%; background: #FFF;}
.pricetable2 tbody td { padding: 16px 8px; border: 1px solid #CCCCCC; font-size: 2rem;}
.pricetable2 tbody td em { font-size: 2.4rem;}
.pricetable2 tbody td:nth-of-type(1) { font-weight: 700;}
.pricetable2 tbody td.current { border-left: 3px solid #E68222; border-right: 3px solid #E68222; font-weight: 700;}
.pricetable2 tbody tr:last-child td.current { border-bottom: 3px solid #E68222;}
.notice { display: grid; grid-template-columns: auto 1fr; gap: 0 16px; margin-top: 16px; font-size: 1.4rem;}
.faq dt, .schema-faq-question { position: relative; display: block; padding: 24px 56px 24px 72px; background: #FBFAF8; font-size: 1.8rem; font-weight: 500; line-height: 1.4; cursor: pointer; transition: .3s ease-out;}
.faq dt::after, .schema-faq-question::after { content: '＋'; position: absolute; top: 50%; right: 16px; transform: translateY(-50%); color: #CC9764;}
.faq dt:not(:first-of-type), .schema-faq-section:not(:first-of-type) .schema-faq-question { margin-top: 16px;}
.faq dt.on::after, .schema-faq-question.on::after { content: 'ー';}
.faq dt::before, .schema-faq-question::before { content: 'Q'; position: absolute; top: 50%; left: 16px; transform: translateY(-50%); font-family: "Roboto", sans-serif; font-size: 3rem; font-weight: 700; color: #E05535;}
.faq dd, .schema-faq-answer { position: relative; display: none; padding: 24px 16px 24px 72px; background: #FFF; border-top: 1px solid #DDDDDD; line-height: 2;}
.faq dd::before, .schema-faq-answer::before { content: 'A'; position: absolute; top: 0; left: 18px; font-family: "Roboto", sans-serif; font-size: 3rem; font-weight: 700; color: #003FA3;}
.bg .faq dt, .bg .schema-faq-question { background: #FFF;}
#contact h2 { text-align: center;}


/*FORM*/
.step { position: relative; display: flex; justify-content: center; max-width: 560px; margin: 56px auto;}
.step li { flex: 1; position: relative; padding: 0 24px; text-align: center;}
.step li::before { content: ''; position: absolute; top: 50%; left: 0; width: 100%; border-top: 1px dashed #DDDDDD; z-index: -1;}
.step li:nth-child(1):before { left: 50%; width: 50%;}
.step li:nth-child(3):before { width: 50%;}
.step li i { font-size: 1.8rem; font-weight: 500; color: #DDD;}
.step li i::after { content: ''; display: block; width: 40px; height: 40px; margin: 8px auto; background: url(img/common/point.svg) center no-repeat;}
.step li.on i { color: #E68222;}
.step li:not(.on) { color: #DDD;}
.step li:not(.on) i::after { filter: grayscale(1000%) brightness(1.5);}
.form { margin-top: 56px; padding: 0 56px 56px; box-shadow: 0 0 10px rgba(0,0,0,.16);}
.form h3 { margin-bottom: 24px !important;}
.form h4 { font-size: 1.8rem;}
.form dl { display: grid; grid-template-columns: auto 1fr; margin: 40px 0;}
.form dt { display: flex; justify-content: space-between; align-items: flex-start; padding: 28px 24px 24px 0; text-align: left; border-bottom: 1px solid #DDDDDD;}
.form dd { padding: 16px 0; border-bottom: 1px solid #DDDDDD;}
.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 #CCC; border-radius: 5px; vertical-align: middle;}
.form textarea:read-only, .form input[type="text"]:read-only { background: #F4F4F4!important;}
.form select { padding: 12px 48px 12px 12px; background: #FFF url("img/common/select.svg") right 16px center no-repeat; border: 1px solid #CCC; border-radius: 5px;}
.form textarea { width: 100%; min-height: 240px; padding: 12px; background: #FFF; border: 1px solid #CCC; border-radius: 5px;}
.form textarea.eventname { min-height: 3em;}
.form label { display: inline-block; padding: 8px 0;}
.form input[type="checkbox"] { display: none;}
.form input[type="checkbox"] + span { position: relative; display: inline-block; padding: 16px 0 16px 40px; line-height: 1; cursor: pointer;}
.form input[type="checkbox"] + span::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 30px; height: 30px; background: #EEE; border: 1px solid #CCCCCC; border-radius: 6px;}
.form input[type="checkbox"] + span::after { content: ''; position: absolute; top: 50%; left: 9px; transform: translateY(-50%) rotate(-45deg); width: 12px; height: 5px; border-left: 2px solid #CCC; border-bottom: 2px solid #CCC;}
.form input[type="checkbox"]:checked + span::before { background: #E68222;}
.form input[type="checkbox"]:checked + span::after { border-color: #FFF;}
.form input[type="radio"] { display: none;}
.form input[type="radio"] + span { position: relative; display: inline-block; margin-right: 24px; padding-left: 28px; vertical-align: middle; line-height: 2;}
.form input[type="radio"] + span::before { content: ''; position: absolute; top: 4px; left: 0; display: block; width: 24px; height: 24px; background: #FFF; border: 1px solid #CCC; border-radius: 50%;}
.form input[type="radio"]:checked + span::after { content: ''; position: absolute; top: 9px; left: 5px; display: block; width: 14px; height: 14px; background: #864549; border-radius: 50%;}
.form input.middle { width: 60%;}
.form ::-webkit-input-placeholder { font-weight: 400; color: #CCCCCC;}
.form ::-moz-placeholder { font-weight: 400; color: #CCCCCC;}
.form :-ms-input-placeholder { font-weight: 400; color: #CCCCCC;}
.form .inputTextShort { width: 75% !important;}
.form .inputTextShortest { width: 50% !important;}
.must { margin-left: 16px; padding: 2px 6px; background: #E68222; border-radius: 40px; font-size: 1.3rem; color: #FFF; white-space: nowrap;}
.any { margin-left: 16px; padding: 2px 6px; background: #FFEFE0; border-radius: 40px; font-size: 1.3rem; color: #E47428; white-space: nowrap;}
.privacy { height: 240px; padding: 24px; border: 1px solid #DDDDDD; overflow: auto;}
.submit { clear: both; position: relative; display: block; max-width: 480px; margin: 48px auto 0; text-align: center;}
.submit input[type="submit"], .formBtn { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; min-height: 68px; padding: 8px 16px; text-align: center; background: linear-gradient(0deg,rgba(221, 62, 62, 1) 0%, rgba(232, 139, 31, 1) 100%); border-radius: 3px; font-size: 2.1rem; font-weight: 700; color: #FFF; box-shadow: 3px 3px 10px rgba(0,0,0,.16);}
.submit input[type="button"] { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; min-height: 68px; margin-bottom: 24px; padding: 8px 16px; text-align: center; background: #A2A2A2; border-radius: 3px; font-size: 2.1rem; box-shadow: 3px 3px 10px rgba(0,0,0,.16);}
.confirm { margin-top: 32px;}
.confirm dd { padding: 28px 0;}
.confirm .confirm-hide { display: none;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { font-size: 1.6rem;}
.wpcf7-spinner { display: block; margin: 8px auto;}
.form .address label { font-weight: 600;}


/*PAGE*/
#title { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 372px; margin: 0 calc(50% - 50vw); padding: 72px 0 0; text-align: center; background: rgba(0,25,54,.4); color: #FFF;}
#title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translate(0,20%); width: 680px; height: 301px; background: url(img/common/title.svg) center no-repeat; background-size: contain; opacity: 0.2;}
#title + * { padding-top: 96px;}
#title + article:first-of-type > h3 { padding-top: 0;}
#title h2 { font-size: 4rem; color: #FFF;}
#title h2::after { content: ''; display: block; width: 40px; height: 3px; margin: 16px auto 0; background: #FFF;}
#title figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}
#title figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
#title .btn { position: absolute; bottom: -34px; width: 366px; z-index: 10;}
#title.wide { height: 480px; text-align: left;}
#title.wide h2 { width: 92%; max-width: 980px; margin: 0 auto; font-size: 5.5rem;}
#title.wide h2::after { display: none;}
#title.wide p { width: 92%; max-width: 980px; margin: 8px auto 0; font-size: 1.8rem;}
#title.wide p.min { font-size: 1rem;}
#title.wide p.mid { font-size: 1.5rem; line-height: 1.6;}
#title.wide ul { display: flex; gap: 10px; width: 92%; max-width: 980px; margin: 24px auto 0;}
#title.wide li { padding: 8px 24px; background: rgba(255,255,255,.2); border-radius: 40px; font-weight: 700;}

.table { display: grid; grid-template-columns: auto 1fr; line-height: 2;}
.table dt { padding: 32px 64px 32px 0; border-bottom: 1px solid #DDDDDD; font-weight: 400;}
.table dd { padding: 32px 0; border-bottom: 1px solid #DDDDDD;}

.worrieslist { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px;}
.worrieslist li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 16px; width: 300px; padding: 0 16px 24px; text-align: center; font-size: 2.2rem; font-weight: 700;}
.worrieslist li::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 65%; background: #FEFCF4; border: 1px solid #F8EEC9; z-index: -1;}
.worrieslist li p { line-height: 1.8 !important;}
.strengths { display: grid; gap: 40px;}
.strengths li { position: relative; padding-top: 90px;}
.strengths li .contents { position: relative; max-width: 560px; padding: 56px; background: #FFF; box-shadow: 20px 20px 0 rgba(168,156,148,.2);}
.strengths li .en { display: inline-block; margin-bottom: 16px; padding-bottom: 4px; border-bottom: 3px solid #E47428; font-size: 3rem; font-weight: 500; color: #E47428;}
.strengths li h4 { font-size: 3.4rem; line-height: 1.2;}
.strengths li figure { position: absolute; top: 0; bottom: 40px; left: 44%; right: calc(50% - 50vw); z-index: -1;}
.strengths li figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-position: left center; object-fit: cover;}
.strengths li .btn { text-align: left;}
.strengths li:nth-child(odd) .contents { margin-left: auto;}
.strengths li:nth-child(odd) figure { left: 0; right: 44%; margin-right: 0; margin-left: calc(50% - 50vw);}
.strengths li:nth-child(odd) figure img { object-position: right center;}
.solution { display: grid; grid-template-columns: repeat(auto-fill,minmax(320px,1fr)); gap: 20px;}
.solution li { position: relative;}
.solution li p { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; padding: 8px; text-align: center; background: rgba(0,25,54,.4); font-size: 2.8rem; font-weight: 700; color: #FFF;}

.col { display: grid; grid-template-columns: 1fr 55%; gap: 24px; padding: 40px;}
.col h4 { font-size: 3rem;}
.col h4 .marker { background: linear-gradient( transparent 70%, #FCE193 30%);}
.col h4 em { font-size: 3.4rem;}
.yellowbox { background: #FEFCF4; border: 1px solid #F8EEC9;}
.greybox { background: #FAFAFA; border: 1px solid #CCCCCC;}
.cta { position: relative; padding: 48px 56px; background: #FFF; box-shadow: 0 0 40px rgba(0,0,0,.1);}
.cta p { font-size: 2rem;}
.cta p strong { font-size: 2.6rem;}
.cta figure { padding-left: 40px; border-left: 1px solid #C7C7C7;}
.cta .btn { position: absolute; bottom: -34px; left: 50%; transform: translateX(-50%) !important; width: 366px; z-index: 10;}
.catch h3 { display: flex; align-items: center; gap: 8px; margin-bottom: 0.4em; font-size: 4.2rem; white-space: nowrap;}
.catch h3 em { font-size: 4.6rem;}
.catch h3::before, .catch h3::after { content: ''; width: 100%; height: 1px; background: #E47428;}
.catch p { font-size: 2.4rem; font-weight: 500;}

.phase { position: relative;}
.phase + .phase { margin-top: 20px;}
.phase ol { display: grid; gap: 20px;}
.phase li { display: grid; grid-template-columns: 115px 1fr; align-items: center; min-height: 140px; background: #FFF;}
.phase li .en { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; background: #E47428; font-size: 2.2rem; font-weight: 500; color: #FFF;}
.phase li .en em { font-size: 5rem; line-height: 1;}
.phase li .contents { padding: 16px 160px 16px 40px;}
.phase li h4 { font-size: 2.4rem;}
.phase .arrow { position: absolute; top: 0; right: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; height: calc(100% - 60px); padding: 8px 12px; background: #D1BE82; font-size: 2rem; font-weight: 700; writing-mode: vertical-rl; color: #FFF; white-space: nowrap;}
.phase .arrow::after { content: ''; position: absolute; top: 100%; width: 0; height: 0; border-style: solid; border-color: #d1be82 transparent transparent transparent; border-width: 60px 45px 0px 45px; z-index: -1;}
.phase:nth-of-type(2) .arrow { background: #D19A66;}
.phase:nth-of-type(2) .arrow::after { border-top-color: #D19A66;}
.phase:nth-of-type(3) .arrow { background: #CE6E35;}
.phase:nth-of-type(3) .arrow::after { border-top-color: #CE6E35;}
.phase.narrow { max-width: initial;}
.phase.narrow li { min-height: 100px;}


/*COLUMN*/
#newscontainer { display: grid; grid-template-columns: 1fr 300px; gap: 64px; max-width: 1200px;}
#newscontainer.single { padding-top: 0;}
.newslist li { display: grid; grid-template-columns: 30% 1fr; align-items: flex-start; gap: 32px; margin-bottom: 40px;}
.newslist li > figure a { position: relative; display: block; padding-top: calc(180 / 255 * 100%); background: #EDEDED url("img/common/logo.svg") center no-repeat; background-size: 50% auto;}
.newslist li > figure a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.newslist li time { display: block; margin-bottom: 8px; font-size: 1.4rem; font-weight: 700;}
.newslist li h3 { display: block; margin-bottom: 16px; padding: 0 0 16px; text-align: left; border-bottom: 2px solid #222; font-size: 2rem;}
.newslist li h3::after { display: none;}
.newslist li p { margin-bottom: 16px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-weight: 500; line-height: 1.4;}
.newslist li .cat { display: inline-block; margin-right: 8px; padding: 2px 8px; vertical-align: middle; background: #EDEDED; border-radius: 24px; font-size: 1.2rem; color: #2660EF;}

.caseslist { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); gap: 48px;}
.caseslist li { display: flex; flex-direction: column; gap: 12px;}
.caseslist li > figure a { position: relative; display: block; padding-top: calc(180 / 255 * 100%); background: #EDEDED url("img/common/logo.svg") center no-repeat; background-size: 50% auto;}
.caseslist li > figure a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.caseslist li h3 { margin: 0; padding: 0; text-align: left; font-size: 1.5rem;}
.caseslist li h3::after { display: none;}
.caseslist li p { margin-bottom: 16px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-weight: 500; line-height: 1.4;}
.caseslist li .cat { display: inline-block; margin-right: 8px; padding: 2px 8px; vertical-align: middle; background: #EDEDED; border-radius: 24px; font-size: 1.2rem; color: #2660EF;}
.caseslist dl { display: flex; flex-direction: column; align-items: flex-start; margin-top: auto; font-size: 1.2rem;}
.caseslist dt { margin-bottom: 8px;}
.caseslist .viewmore { text-align: center;}
.maincopy { padding: 4px; text-align: center; background: #DED5C3; font-size: 1.3rem;}
.assignment { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 4px; text-align: center; background: #E47428; color: #FFF;}
.acquiring { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 4px; text-align: center; background: #B55900; color: #FFF;}
.viewmore { text-align: right;}
.viewmore a { display: inline-block; padding: 12px 24px; background: #DED5C3; border-radius: 40px; font-size: 1.2rem; font-weight: 700; line-height: 1;}
#aside h4 { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 2px solid #222;  font-family: "Roboto", sans-serif; font-size: 2.1rem;}
#aside .widjet { margin-bottom: 80px;}
#aside ul { padding: 0;}
#aside li a, .archive-list a, .archive-list span { display: block; padding: 12px 40px 12px 0; background: url("img/common/arrow_circle.svg") right center no-repeat; background-size: 21px auto; cursor: pointer;}
#aside .archive-list > li { border-bottom: 1px solid #222;}
#aside .archive-list > li:not(.on) > ul { display: none;}
#aside .month-archive-list > li { text-indent: 2em;}
#aside .month-archive-list > li a { background-image: url("img/common/arrow_circle_transparent.svg");}
.screen-reader-text { display: none;}
.pagination { margin-top: 56px; text-align: center; white-space: nowrap;}
.pagination span { height: auto;}
.pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px;}
.pagination a:not(.top):not(.prev):not(.next):not(.single-prev):not(.single-next) { display: flex; justify-content: center; align-items: center; border: 1px solid #DDD; border-radius: 2px; font-weight: 500;}
.pagination a:not(.top):not(.single-prev):not(.single-next) { width: 33px; height: 33px;}
.pagination a.prev, .pagination a.next { position: relative; text-indent: -9999px; overflow: hidden;}
.pagination a.prev { transform: scaleX(-1);}
.pagination a.prev::before, .pagination a.next::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(45deg); width: 12px; height: 12px; border-top: 2px solid #222; border-right: 2px solid #222;}
.pagination a.single-prev, .pagination a.single-next { display: flex; align-items: center; gap: 8px; font-weight: 500;}
.pagination a.top { margin: 0 24px; padding: 8px 24px; border: 2px solid #222; border-radius: 40px;}
.pagination span { line-height: 50px;}
.pagination span.current { display: flex; justify-content: center; align-items: center; width: 33px; height: 33px; background: #E47428; border-radius: 2px; font-weight: 500; color: #FFF;}
#toc_container { margin-top: 4em; border: 8px solid rgba(222,213,195,.6)!important; background: #fff; width: 100%!important;  margin-left: auto!important; margin-right: auto!important; padding: 2em 4em;}
#toc_container .toc_title { text-align: center; font-size: 2.2rem; font-weight: 700;}
#toc_container ul { display: grid; gap: 16px;}
#toc_container ul li { position: relative; margin: 0; padding: 0;}
#toc_container ul li:before { display: none;}
#toc_container ul li a { display: flex; gap: 8px; font-size: 1.8rem; font-weight: 400; text-decoration: none !important; color: #222;}
#toc_container ul li a .toc_number { display: flex; justify-content: center; align-items: center; width: 26px; height: 26px; background: #DED5C3; font-size: 1.5rem; text-decoration: none !important;}
#single h1 { padding-bottom: 0.5em; border-bottom: 2px solid #222; font-size: 3rem;}
#single .meta { padding: 2em 0;}
.content h2 { padding-bottom: 0.5em; border-bottom: 2px solid #222; font-size: 2.2rem;}
.content h3 { margin-bottom: 0; padding-bottom: 0.5em; text-align: left; border-bottom: 1px solid #222; font-size: 1.8rem;}
.content h3::after { display: none;}
.content h4 { clear: both; font-size: 1.8rem;}
.content h5 { clear: both; font-size: 1.5rem;}
.content p + p { margin-top: 0;}
.content a { text-decoration: underline; color: #2660EF;}
.content a[target="_blank"]:not(.pdf):not(.wp-block-button__link) { display: inline; padding-right: 20px; background: url("img/common/blank.svg") right center no-repeat;}
.content img { margin-bottom: 8px;}
.content li:not(:first-of-type) { margin-top: 10px;}
.content ul li { position: relative; padding-left: 20px; font-weight: 700;}
.content ul li::before { content: ''; position: absolute; top: 6px; left: 0; width: 15px; height: 11px; background: url(img/common/checked.svg) center no-repeat;}
.content ol { margin-left: 1em;}
.content ol > li { list-style: decimal;}
.content table { width: calc(100% + 32px); margin-left: -16px; margin-right: -16px; border-collapse: separate; border-spacing: 16px 0; border-top: none!important; border-left: none!important; overflow: hidden;}
.content th, .content td { padding: 24px 0; text-align: left; vertical-align: top; border: none !important;}
.content th { width: 25%; border-bottom: 2px solid #222 !important;}
.content td { border-bottom: 2px solid #D1D1D1 !important;}
.content * + p, .content > * + ul, .content * + ol, .content * + .wp-block-image, .content * + .wp-block-table, .content * + blockquote, .content * + table, .content * + .wp-block-columns, .content * + .wp-block-buttons { margin-top: 2em;}
.content * + h2, .content * + h3, .content * + h4, .content * + h5 { margin-top: 3em!important;}
.content h1 + *, .content h2 + *, .content h3 + *, .content h4 + *, .content h5 + *, .mainimg + * { margin-top: 2em!important;}
.content .youtube { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin: 1em auto 0;}
.content .youtube iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px;}
.meta time { font-size: 1.4rem; font-weight: 700;}
.cat { display: flex; flex-wrap: wrap; gap: 8px;}
.cat li { display: block; padding: 4px 12px; background: #DED5C3; border-radius: 40px; font-size: 1.2rem; font-weight: 500; color: #FFF;}
.content .alignright { float: right; margin-left: 2em; margin-bottom: 2em;}
.content .alignleft { float: left; margin-right: 2em; margin-bottom: 2em;}
.content .aligncenter { display: block; margin: 2em auto; text-align: center;}
.size-thumbnail { max-width: 400px;}
#single .maincopy { margin-bottom: 1em; font-size: 2rem;}
.casesinfo { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 60px; margin: 2em 0;}
.casesinfo .assignment, .casesinfo .acquiring { padding: 8px; font-size: 2.4rem;}
.casesinfo .assignment::after, .casesinfo .acquiring::before { content: ''; display: inline-block; width: 30px; height: 33px; background: url(img/common/ma.svg) center no-repeat;}
.casesinfo .acquiring::before { transform: scaleX(-1);}
.casesinfo table { margin-top: 0 !important;}
.cases h2 { border-bottom: double 3px #DFDFDF;}
.cases h3 { position: relative; padding: 0 0 0 58px; border-bottom: none;}
.cases h3::before { content: ''; position: absolute; top: 0.6em; left: 0; display: block; width: 50px; height: 1px; background: #DFDFDF;}
.profile { display: grid; grid-template-columns: 240px 1fr; min-height: 240px; margin-top: 4em; border: 2px solid #B9A274;}
.profile figure { position: relative; background: #EDEDED;}
.profile figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.profile .contents { position: relative; padding: 4em 2em 2em;}
.profile .title { position: absolute; top: 0; left: 0; display: inline-block; padding: 8px 16px; background: #DED5C3; font-size: 1.5rem; font-weight: 700;}
.profile .name { margin-bottom: 0.5em; font-weight: 700;}
.profile .name em { font-size: 1.8rem;}



@media only screen and (max-width: 1024px){
body { font-size: 1.4rem;}

#main { padding-bottom: 56px;}
h3 { padding-top: 56px; font-size: 2.4rem;}
h3 .en { font-size: 1.4rem;}
h3 .min { display: block; font-size: 1.6rem;}
h3 .mid { display: block; font-size: 1.6rem;}
h3:not(:has(.en)) { font-size: 2.4rem;}
p { line-height: 1.8;}
.bg { margin-top: 56px; padding-bottom: 56px;}
.alignright, .alignleft { float: none; display: flex; justify-content: center; margin-left: auto; margin-right: auto; margin-bottom: 2em;}
.size-thumbnail { max-width: 100%;}
.btn { flex-direction: column;}
.btn a.anchor { font-size: 1.8rem;}
.pt96 { padding-top: 56px !important;}
.mt96 { margin-top: 56px !important;}
.large { font-size: 1.6rem;}
.sp { display: block;}
.pc { display: none!important;}
.fixtable figure img { min-width: 800px;}


/*TOP*/
#mv::after { transform: translate(-50%,20%) scale(0.5);}
#mv h2 { font-size: clamp(3.2rem,4vw,4rem);}
#mv .btn { width: 320px;}
.worries { grid-template-columns: 100%;}
.worries dt { padding-bottom: 24px; padding-right: 0; border-bottom: none; font-size: 1.8rem;}
#worries dd:not(:first-of-type) { margin-top: 0;}
.worries dd ul { font-size: 1.6rem;}
.reason li { position: relative; padding: 200px 0 0;}
.reason li .contents { padding: 24px !important;}
.reason li figure { bottom: auto; height: 240px; left: 0;}
.reason li:nth-child(odd) figure { right: 0;}
.reason li .en { top: -0.8em; left: 24px !important; font-size: 5.6rem;}
.reason li h4 { font-size: 2.4rem;}
.reason li h4 em { font-size: 2.8rem;}
.tab { gap: 10px;}
.tab li { font-size: 1.4rem;}
.tabcontents .tabcontent { padding: 24px;}
.box h4 { font-size: 2rem;}
.price { grid-template-columns: 100%;}
.pricecontents h4 { font-size: 1.8rem;}
.pricetable2 { table-layout: auto;}
.pricetable2 thead th { padding: 8px; font-size: 1.2rem; letter-spacing: 0; white-space: nowrap;}
.pricetable2 thead th.current { font-size: 1.4rem;}
.pricetable2 tbody th { padding: 8px; font-size: 1.2rem; letter-spacing: 0;}
.pricetable2 tbody td { padding: 8px; font-size: 1.2rem;}
.pricetable2 tbody td em { font-size: 1.4rem;}

.notice { font-size: 1.2rem;}
.faq dt, .schema-faq-question { font-size: 1.6rem;}


/*FORM*/
.step { margin: 40px auto;}
.step li { padding: 0 8px; font-size: 1.1rem;}
.form { padding: 0 16px 24px;}
.form h4 { font-size: 1.6rem;}
.form dl { grid-template-columns: 100%;}
.form dt {  padding-bottom: 0; padding-right: 0; border-bottom: none;}
.form select { width: 100%;}


/*PAGE*/
#title { height: 280px;}
#title::after { transform: translate(-50%,30%) scale(0.5);}
#title + * { padding-top: 56px;}
#title h2 { font-size: 2.8rem;}
#title .btn { width: 320px;}

#title.wide { height: 480px;}
#title.wide h2 { font-size: 2.8rem;}
#title.wide p { font-size: 1.4rem;}
#title.wide li { padding: 8px 12px; font-size: 1.2rem;}

.table { grid-template-columns: 100%;}
.table dt { padding: 32px 0 0; border-bottom: none; font-weight: 500;}

.strengths li { position: relative; padding-top: 200px;}
.strengths li .contents { padding: 40px;}
.strengths li h4 { font-size: 2.8rem;}
.strengths li figure { bottom: auto; height: 240px; left: 0;}
.strengths li:nth-child(odd) figure { right: 0;}

.col { grid-template-columns: 100%; padding: 24px;}
.col h4 { font-size: 2rem;}
.col h4 em { font-size: 2.8rem;}

.cta { padding: 24px 24px 56px;}
.cta p { font-size: 2rem;}
.cta p strong { font-size: 2.6rem;}
.cta figure { padding-left: 0; border-left: none;}
.cta .btn { width: 320px;}
.catch h3 { font-size: 2.2rem;}
.catch h3 em { font-size: 2.6rem;}
.catch p { font-size: 1.8rem;}

.phase li { grid-template-columns: 100%;}
.phase li .en { flex-direction: row; justify-content: flex-start; gap: 8px; padding: 8px 24px; font-size: 1.8rem;}
.phase li .en em { font-size: 3rem;}
.phase li .contents { padding: 16px 80px 16px 24px;}
.phase .arrow { right: 16px; height: calc(100% - 40px); padding: 4px; background: #D1BE82; font-size: 2rem;}
.phase .arrow::after { border-width: 40px 30px 0px 30px;}


/*COLUMN*/
#newscontainer { grid-template-columns: 100%;}
.newslist li time { font-size: 1.2rem;}
.newslist li h3 { margin-bottom: 8px; padding-bottom: 8px; font-size: 1.6rem;}
.newslist li p { font-size: 1.2rem;}
.viewmore a { font-size: 1rem;}
.pagination .nav-links { grid-gap: 8px;}
.pagination a:not(.top):not(.prev):not(.next):not(.single-prev):not(.single-next) { font-size: 1.2rem;}
.pagination a:not(.top):not(.single-prev):not(.single-next) { width: 32px; height: 32px; line-height: 32px;}
.pagination a.prev, .pagination a.next { background-size: 8px auto;}
.pagination a.top { margin: 0 8px; padding: 8px 16px;}
.pagination span { line-height: 32px;}
.pagination span.current { width: 32px; height: 32px; font-size: 1.2rem;}
#toc_container { padding: 1em 2em;}
#toc_container .toc_title { font-size: 1.8rem;}
#toc_container ul li a { font-size: 1.5rem;}
#toc_container ul li a .toc_number { font-size: 1.2rem;}
#single h1 { font-size: 2rem;}
.content h2 { font-size: 1.8rem;}
.content h3 { font-size: 1.6rem;}
.content h4 { font-size: 1.5rem;}
.content h5 { font-size: 1.4rem;}
.content table:not(.noblock) th, .content table:not(.noblock) td { display: block;}
.content table:not(.noblock) th { width: auto; padding-bottom: 0; border-bottom: none !important;}
.content > * + ul, .content * + ol, .content * + .wp-block-image, .content * + .wp-block-table, .content * + blockquote, .content * + table, .content * + .wp-block-columns { margin-top: 40px!important;}
.content * + h2, .content * + h3, .content * + h4, .content * + h5 { margin-top: 40px!important;}
.content h2 + *, .content h3 + *, .content h4 + *, .content h5 + *, .mainimg + * { margin-top: 24px!important;}
.meta time { font-size: 1.2rem;}
.cat li { font-size: 1.2rem;}
.content .alignright { float: none; margin: 0 auto;}
.content .alignleft { float: none; margin: 0 auto;}
.size-thumbnail { max-width: 100%;}

#single .maincopy { font-size: 1.6rem;}
.casesinfo .assignment, .casesinfo .acquiring { font-size: 2rem;}
.casesinfo table { margin-top: 0 !important;}
.cases h3 { padding-left: 38px;}
.cases h3::before { width: 30px;}
.profile { grid-template-columns: 100%;}
.profile figure { margin: 40px; padding-top: calc(100% - 80px);}
}





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