@charset "UTF-8";

/*
Theme Name:WSC8
Theme URI:http://wsc.studiobrain.net/
Version:1.3.1
Author:StudioBRAIN
Author URI:http://www.studiobrain.net/
License:GNU General Public License v2.0
License URI:http://www.gnu.org/licenses/gpl-2.0.html
*/

/*-----------------------------------------------------------------------------
 WordPress CMS Theme. Based on work by WSC Project:http://wsc.studiobrain.net/
---------------------------------------------------------------------------- */

*{box-sizing:border-box;}
a {color: #000; text-decoration: none;}
html,body{overflow-x:hidden;}
body { margin: 0; padding: 0; height: 100vh; color: #000; background: #010101; font-family: "Noto Sans JP", sans-serif; overflow: hidden; font-size: 3.7vw;}

section { width: 100%; height: 100vw; top: 0; left: 0; position: fixed;visibility: hidden;}
section .outer, section .inner { width: 100%; height: 100%; overflow-y: hidden;}
section .bg {display: block; width: 100%; height: 100%; top: 0; left: 0;}
section .bg .maincont {width: 100%; height: 100%;opacity: 0;}

.dotnavi {position: fixed; top: 0; bottom: 0; margin: auto; z-index: 20; width: 2px; height: fit-content; right: 2vw; opacity: 1; transition: all 1s;}
.dotnavi.on {opacity: 1; transition: all 1s;}
.dotnavi p { display: block; width: 2px; height: 1px; overflow: hidden; margin-bottom: 30px; background:#fff; transition: all 1s;}
.dotnavi p.current {background:#fff; transition: all 1s; height: 270px;}

#inner {width: 100vw; height: auto; aspect-ratio:1900/1191; z-index: 2; position: fixed; top: 5vh; left: 0; overflow: hidden;}

.bgimg{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.bgimg.on{opacity:1;pointer-events:auto; transition: all .3s;}

.bgimg div {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.bgimg div img {width: 100%; height: 100%; object-fit: cover; opacity: .8;}
.bgimg div.show {z-index: 2; opacity: 1; transition: all 1s; filter: blur(0);}
.bgimg div.hide {z-index: 1; opacity: 0; transition: all 1s; filter: blur(10px);}

header{width:100%;height:70px;position:fixed;top:0;left:0;z-index:100;background:rgba(255,255,255,.95);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;}
header .logo{display:block;width:160px;margin-bottom:0;}
header .logo svg,header .logo img{width:100%;height:auto;display:block;}
header .gmenu{display:none;}
header .spnavi{display:block;position:fixed;top:70px;left:0;width:100%;height:calc(100dvh - 70px);background:#fff;padding:20px 16px;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s;}
header.open .spnavi{opacity:1;visibility:visible;pointer-events:auto;}
header .navbtn{display:flex;width:42px;height:42px;justify-content:center;align-items:center;flex-direction:column;gap:6px;background:none;border:none;padding:0;}
header .navbtn span{display:block;width:28px;height:2px;background:#000;transition:all .3s;}
header.open .navbtn span:nth-child(1){transform:translateY(8px) rotate(45deg);}
header.open .navbtn span:nth-child(2){opacity:0;}
header.open .navbtn span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}

header .cat{margin-bottom:4vw;}
header .cat .ttl{margin-bottom:0;}
header .spnavi a{position:relative;display:flex;justify-content:flex-start;align-items:center;color:rgba(0,0,0,.7);text-decoration:none;transition:all .5s;}
header .cat .ttl a,header .last .ttl a{color:#000;font-size:180%;}
header .spnavi a::before{display:block;content:"";width:12px;height:12px;margin-top:2px;margin-left:-8px;padding-right:3px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2200 2200'%3E%3Cg id='Background'%3E%3Ccircle cx='1100' cy='1100' r='1034.51' fill='none'/%3E%3C/g%3E%3Cg id='Main'%3E%3Cg%3E%3Cpath d='m275 1214.98h1200.93l-428.27 428.27-9.23 9.33 167.02 167.02 710.32-710.32 9.23-9.33-710.21-710.32-9.34-9.23-167.02 166.92 431.35 431.44h-1194.78z' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:0;transition:all .5s;}
header .spnavi a:hover{color:rgba(0,0,0,1);}
header .spnavi a:hover:before{display:block;content:"";width:12px;height:12px;margin-top:2px;margin-left:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2200 2200'%3E%3Cg id='Background'%3E%3Ccircle cx='1100' cy='1100' r='1034.51' fill='none'/%3E%3C/g%3E%3Cg id='Main'%3E%3Cg%3E%3Cpath d='m275 1214.98h1200.93l-428.27 428.27-9.23 9.33 167.02 167.02 710.32-710.32 9.23-9.33-710.21-710.32-9.34-9.23-167.02 166.92 431.35 431.44h-1194.78z' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:1;transition:all .5s;}
header a:last-child{margin-bottom:0;}
header .sub{display:block;opacity:0;visibility:hidden;height:1px;overflow:hidden;font-size:150%;transition:all .5s;}
header .sub a{margin-bottom:2.4vw;}
header .cat.open .sub{display:block;margin-top:3vw;opacity:1;visibility:visible;height:fit-content;transition:all .5s;}
header .last .ttl{margin-bottom:3vw;}
header .cat .ttl a .txt,header .last .ttl a .txt{position:relative;display:inline-block;line-height:1.4;min-height:1.4em;}
header .cat .ttl a .txt .en,header .last .ttl a .txt .en,header .cat .ttl a .txt .jp,header .last .ttl a .txt .jp{display:block;transition:opacity .35s ease,transform .35s ease;}
header .cat .ttl a .txt .en,header .last .ttl a .txt .en{opacity:1;transform:translateY(0);}
header .cat .ttl a .txt .jp,header .last .ttl a .txt .jp{position:absolute;left:0;top:0;opacity:0;transform:translateY(6px);white-space:nowrap;}
header .cat .ttl a:hover .txt .en,header .last .ttl a:hover .txt .en{opacity:0;transform:translateY(-6px);}
header .cat .ttl a:hover .txt .jp,header .last .ttl a:hover .txt .jp{opacity:1;transform:translateY(0);}

.cp	{position: fixed; width: 95%; height: fit-content; padding: 0 1%; font-size: 95%; text-align: left; bottom: 1vw; left: 2.5%; color: #fff; line-height: 1.5; z-index: 3;-webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,.5)); filter: drop-shadow(0px 0px 8px rgba(0,0,0,.5));}
.home .cp a {color: #fff;}
.txtbox{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 3;-webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,.7)); filter: drop-shadow(0px 0px 8px rgba(0,0,0,.7));}
.txtbox div.show {z-index: 2; opacity: 1; transition: all 1s; filter: blur(0);}
.txtbox div.hide {z-index: 1; opacity: 0; transition: all 1s; filter: blur(10px);}

.txtbox div {display: flex; justify-content: center; align-items: flex-start; flex-direction: column;}
.txtbox div .eyebrush {font-size: 250%; margin-bottom: .6vw; font-weight: 900; line-height: 1;}
.txtbox div h2 { font-size: 120%; font-weight: 500; margin-bottom: 2vw; letter-spacing: .1em;}
.txtbox div .copy { font-size: 100%; line-height: 1.6; font-weight: 500; letter-spacing: .05em;}
.txtbox div .copy br {display: none;}

.txtbox .first { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; padding-left: 30px; box-sizing: border-box;-webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,.9)); filter: drop-shadow(0px 0px 8px rgba(0,0,0,.9));}
.txtbox .first .logo {display: block; width:35vw; height: auto;}
.txtbox .first .logo path {fill:#fff;}
.txtbox .second,
.txtbox .third,
.txtbox .fourth,
.txtbox .fifth {position: absolute; top: 0; bottom: 0; margin: auto; left: 5%; width: 80vw; height: 100vw; color: #fff;}

header,.cp,.txtbox,.bgimg{opacity:0;}
header.on,.cp.on,.txtbox.on{opacity:1;pointer-events:auto; transition: all 1.5s;}

.loading{position:fixed;inset:0;z-index:9999;pointer-events:all;--bgOpacity:1;}
.loading::before{content:"";position:absolute;inset:0;background:#242424;opacity:var(--bgOpacity);-webkit-mask-image:linear-gradient(#fff 0 0),url(images/loading-mask.svg);-webkit-mask-repeat:no-repeat,no-repeat;-webkit-mask-position:center,center;-webkit-mask-size:100% 100%,var(--logoSize);-webkit-mask-composite:xor;mask-image:linear-gradient(#fff 0 0),url(images/loading-mask.svg);mask-repeat:no-repeat,no-repeat;mask-position:center,center;mask-size:100% 100%,var(--logoSize);mask-composite:exclude;will-change:mask-size,-webkit-mask-size,opacity;}
.loading{--logoSize:90vw;}
.loading__logo{position:absolute;inset:0;display:grid;place-items:center;opacity:0;transform:scale(1);}
.loading__logo svg{width:100%;height:auto;display:block;}
.loading::before{z-index:0;}          /* マスク背景レイヤー */
.loading__logo{z-index:1;}            /* ロゴ（必要なら） */
.loading__txt{position:absolute;width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; color:#fff;font-weight: bold; font-size: 140%; letter-spacing: .2em;z-index:2;opacity:0;filter:blur(12px); margin-top: -5vw;}







body.subpages {background: #f1f1f1; height: auto; overflow: scroll;}
body.subpages header,.subpages .cp{opacity:1;pointer-events:auto; transition: all 1.5s;}
body.subpages main {width: 90%; text-align: left; margin: 70px auto 20vw; box-sizing: border-box; color: #000;}
body.subpages section {visibility: visible; width: 100%; height: auto;position: relative; margin: 0 auto 0; opacity: 0; transition: all .5s;}
body.subpages section.show {opacity: 1;}
body.subpages section .wow {opacity: 0;}

.subpages .cp	{position: relative; color: #000;-webkit-filter: drop-shadow(0px 0px 8px rgba(0,0,0,0)); filter: drop-shadow(0px 0px 8px rgba(0,0,0,0));}

.pagettl { text-align: left; padding: 3vw 0 0;}
.pagettl h1 {font-size: 320%; font-weight: 700; line-height: 1; margin-bottom: .5vw;}
.pagettl .sub {font-size: 140%;margin-bottom: 2.5vw; font-weight: 700;}
.pagettl__lead{padding:3vw 0 0;}
.pagettl__lead p{line-height:1.7;color:rgba(0,0,0,.72);}

.contactpage{}
.contactpage__formWrap{padding-bottom:5vw;}

.contactform{width:100%; counter-reset: section;}
.contactform__block{padding:15vw 0 0; counter-increment: section;}
.contactform__block h2{position: relative; display: flex; justify-content: flex-start; align-items: center;font-size:140%;font-weight:500;margin-bottom:5vw;letter-spacing:.06em;}
.contactform__block h2 span::before{content: counter(section) ". ";}
.contactform__block h2:after{display: block; content:""; flex:1; height: 1px; width: auto; border-bottom: dotted 1px rgba(0,0,0,.3); margin-left: .6em;}
.contactform__block h2 span { background: #f1f1f1; font-weight: 500;}
.contactform__grid{display:flex; flex-direction: column; gap:4vw;}
.contactform__block h3{position: relative; display: flex; justify-content: flex-start; align-items: center;font-size:120%;font-weight:500;margin-bottom:1.5vw;letter-spacing:.06em;}

.field{display:flex;flex-direction:column;gap:.5vw;}
.field--full{grid-column:1/-1;}
.field label{display:flex;align-items:center;gap:1vw;color:rgba(0,0,0,.75); margin-bottom: 1vw;}
.field label span{font-size:78%;padding:.18vw .45vw;border:1px solid rgba(0,0,0,.25);}
.field input,.field select,.field textarea{width:100%;background:transparent;border:none;padding:3vw;outline:none;font-size:100%;font-family:inherit; background: rgba(255,255,255,.85); color:rgba(0,0,0,.32); box-sizing: border-box;}
.field input::placeholder,.field textarea::placeholder{color:rgba(0,0,0,.32);}
.field textarea{resize:vertical;min-height:8vw;line-height:1.9;}
.contactform__chips{display:block;}
.contactform__chips label{display:flex;align-items:center; gap:.5vw;color:rgba(0,0,0,.82);font-size:100%; margin-bottom: 5vw;}
.contactform__chips input{accent-color:#000; margin: 0 1vw 0 0;}
.contactform__policy{color:rgba(0,0,0,.72);line-height:1.7;}
.contactform__agree{display:flex;align-items:center;gap:.7vw;margin-top:1.4vw;}
.contactform__agree input{accent-color:#000;}
.contactform__agree a {text-decoration: underline;}
.contactform__actions{display:flex; justify-content: center; align-items:center;padding:2.5vw 0;}
.contactform__submit{appearance:none;background:transparent;border:1px solid rgba(0,0,0,.22);padding:1vw 1.8vw;font-size:95%;letter-spacing:.08em;cursor:pointer;transition:all .3s;color: #000;}
.contactform__submit:hover,.contactform__reset:hover{background:#000;color:#fff;}

.newslist{padding:4vw 0 6vw;}
.newslist__lead{font-size:110%;line-height:1.9;color:rgba(0,0,0,.6);margin-bottom:3vw;}
.newslist__item{display:block;padding:2.2vw 0;border-top:1px solid rgba(0,0,0,.12);color:#000;transition:all .4s;}
.newslist__item:last-child{border-bottom:1px solid rgba(0,0,0,.12);}
.newslist__meta{display:flex;justify-content:flex-start;align-items:center;gap:1vw;margin-bottom:.8vw;}
.newslist__date{font-size:85%;color:rgba(0,0,0,.45);letter-spacing:.08em;}
.newslist__cat{font-size:75%;padding:.2vw .5vw;border:1px solid rgba(0,0,0,.18);color:rgba(0,0,0,.6);}
.newslist__title{font-size:120%;font-weight:700;line-height:1.4;transition:all .4s;}
.newslist__excerpt{margin-top:.8vw;line-height:1.9;color:rgba(0,0,0,.6);max-width:50em;}
.newslist__item:hover{padding-left:1vw;}
.newslist__item:hover .newslist__title{color:rgba(0,0,0,.72);}

.newslist__item{position:relative;}
.newslist__item:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2200 2200'%3E%3Cg id='Background'%3E%3Ccircle cx='1100' cy='1100' r='1034.51' fill='none'/%3E%3C/g%3E%3Cg id='Main'%3E%3Cg%3E%3Cpath d='m275 1214.98h1200.93l-428.27 428.27-9.23 9.33 167.02 167.02 710.32-710.32 9.23-9.33-710.21-710.32-9.34-9.23-167.02 166.92 431.35 431.44h-1194.78z' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;opacity:0;transition:all .4s;}
.newslist__item:hover:after{opacity:1;right:.4vw;}

.newsdetailpage{}
.newsdetail{padding:4vw 0 6vw;}
.newsdetail__meta{display:flex;justify-content:flex-start;align-items:center;gap:1vw;margin-bottom:1.2vw;}
.newsdetail__date{font-size:85%;color:rgba(0,0,0,.45);letter-spacing:.08em;}
.newsdetail__cat{font-size:75%;padding:.2vw .5vw;border:1px solid rgba(0,0,0,.18);color:rgba(0,0,0,.6);}
.newsdetail__title{font-size:140%;font-weight:700;line-height:1.35;letter-spacing:.02em;margin-bottom:2vw;}
.newsdetail__lead{line-height:1.7;color:rgba(0,0,0,.72);padding:0 0 2vw;border-bottom:1px solid rgba(0,0,0,.12);}
.newsdetail__body{padding-top:2vw;}
.newsdetail__body p{line-height:1.7.1;color:rgba(0,0,0,.75);margin-bottom:1.8vw;}
.newsdetail__body h3{font-size:110%;font-weight:700;line-height:1.5;margin:3vw 0 1vw;padding-top:1.2vw;border-top:1px solid rgba(0,0,0,.12);}
.newsdetail__nav{padding-top:3vw;border-top:1px solid rgba(0,0,0,.12);}
.newsdetail__back{display:inline-flex;justify-content:flex-start;align-items:center;color:#000;transition:all .4s;}
.newsdetail__back:before{display:block;content:"";width:12px;height:12px;margin-right:.8vw;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2200 2200'%3E%3Cg id='Background'%3E%3Ccircle cx='1100' cy='1100' r='1034.51' fill='none'/%3E%3C/g%3E%3Cg id='Main'%3E%3Cg%3E%3Cpath d='m275 1214.98h1200.93l-428.27 428.27-9.23 9.33 167.02 167.02 710.32-710.32 9.23-9.33-710.21-710.32-9.34-9.23-167.02 166.92 431.35 431.44h-1194.78z' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;transform:rotate(180deg);}
.newsdetail__back:hover{opacity:.65;}

.companypage{padding-bottom:6vw;}

.companypage__section{padding:9vw 0 0;}
.companypage__section h2{position:relative;display:flex;justify-content:flex-start;align-items:center;font-size:140%;font-weight:500;margin-bottom:2.5vw;letter-spacing:.06em;}
.companypage__section h2:after{display:block;content:"";flex:1;height:1px;width:auto;border-bottom:dotted 1px rgba(0,0,0,.3);margin-left:.6em;}
.companypage__section h2 span{background:#f1f1f1;font-weight:500;}
.companypage__message{max-width:56em;}
.companypage__messageLead{font-size:140%;line-height:1.5;font-weight:700; margin-bottom: 6vw;}
.companypage__messageBody p{line-height:1.7;color:rgba(0,0,0,.74);padding: 0; margin: 0 0 6vw;}
.companypage__signature{padding-top:1vw;color:rgba(0,0,0,.64);}
.companyinfo{}
.companyinfo__row{display:flex;gap:2vw;padding:1.2vw 0;}
.companyinfo__row dt{width:25%;color:rgba(0,0,0,.45);flex-shrink:0;}
.companyinfo__row dd{margin:0;flex:1;line-height:1.7;color:#000;}
.companybiz{display:block;}
.companybiz__item{padding:0 0 10vw;}
.companybiz__item img {display: block; width: 100%; height: auto; margin-bottom: 1vw; }
.companybiz__item h3{font-size:120%;font-weight:700;margin:2vw 0 1vw;}
.companybiz__item p{color:rgba(0,0,0,.68); margin: 0; padding: 0; line-height: 1.7;}
.companyaccess{display:block;}
.companyaccess__text p{line-height:1.7;color:rgba(0,0,0,.7);margin-bottom:2vw;}
.companyaccess__info{border-top:1px solid rgba(0,0,0,.12);}
.companyaccess__row{display: block;padding:5vw 0;border-bottom:1px solid rgba(0,0,0,.12);}
.companyaccess__row dt{width:auto;color:rgba(0,0,0,.45);margin-bottom: 1vw;}
.companyaccess__row dd{margin:0;flex:1;line-height:1.8;}
.companyaccess__map{width: 100%;}
.companyaccess__mapDummy iframe {width: 100%; height: 50vh; }

.companypage__cta{padding:6vw 0 0;text-align:left;}
.companypage__cta p{line-height:1.7;color:rgba(0,0,0,.68);margin-bottom:1.8vw;}
.companypage__ctaBtn{display:inline-flex;justify-content:flex-start;align-items:center;color:#000;transition:all .4s;}
.companypage__ctaBtn:before{display:block;content:"";width:12px;height:12px;margin-right:.8vw;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2200 2200'%3E%3Cg id='Background'%3E%3Ccircle cx='1100' cy='1100' r='1034.51' fill='none'/%3E%3C/g%3E%3Cg id='Main'%3E%3Cg%3E%3Cpath d='m275 1214.98h1200.93l-428.27 428.27-9.23 9.33 167.02 167.02 710.32-710.32 9.23-9.33-710.21-710.32-9.34-9.23-167.02 166.92 431.35 431.44h-1194.78z' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;}
.companypage__ctaBtn:hover{opacity:.65;}

.businesspage{padding-bottom:6vw;}
.businessnav{display:flex;flex-wrap:wrap;gap:1.6vw;padding:4vw 0 0;}
.businessnav a{display:inline-flex;align-items:center;color:rgba(0,0,0,.7);transition:all .4s;}
.businessnav a:before{display:block;content:"";width:12px;height:12px;margin-right:.7vw;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2200 2200'%3E%3Cg id='Background'%3E%3Ccircle cx='1100' cy='1100' r='1034.51' fill='none'/%3E%3C/g%3E%3Cg id='Main'%3E%3Cg%3E%3Cpath d='m275 1214.98h1200.93l-428.27 428.27-9.23 9.33 167.02 167.02 710.32-710.32 9.23-9.33-710.21-710.32-9.34-9.23-167.02 166.92 431.35 431.44h-1194.78z' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;}
.businessnav a:hover{color:#000;opacity:.8;}
.businesssec{padding:9vw 0 0;}
.businesssec__head{margin-bottom:5vw;}
.businesssec__en{font-size:85%;letter-spacing:.16em;color:rgba(0,0,0,.42);margin-bottom:.8vw;}
.businesssec__head h2{font-size:180%;font-weight:700;line-height:1; margin: 0;}
.businesssec__grid{display:block;}
.businesssec__image img{display:block;width:100%;height:auto; margin-bottom: 5vw;}
.businesssec__body p{line-height:1.7;color:rgba(0,0,0,.72);margin-top:1.4vw;}

.contactpage__errors{margin:0 0 30px;}
.contactpage__errors__inner{padding:20px;border:1px solid #ccc;background:#fafafa;}
.contactpage__errors ul{margin:10px 0 0;padding-left:1.5em;}
.confirmtable__row{display:block:wrap;}
.confirmtable__head{width:100%;padding:16px;background:#f7f7f7;box-sizing:border-box;}
.confirmtable__body{width:100%;padding:16px;box-sizing:border-box;}
.contactform__actions{display:flex;gap:16px;justify-content:center;margin-top:30px;}
.contactform__back{padding:12px 24px;border:1px solid #333;background:#fff;cursor:pointer; color: #333;}
.contactform__submit{padding:12px 24px;border:1px solid #333;background:#333;color:#fff;cursor:pointer;}

section.page{margin-top:24px!important;padding-bottom:40px;}
section.page h2{margin-top:28px!important;font-size:150%;}
section.page h3{margin-top:28px!important;font-size:130%;}
section.page h4{margin-top:28px!important;font-size:115%;}
section.page h5{margin-top:28px!important;font-size:105%;}
section.page p{margin-top:12px!important;line-height:1.9;font-size:100%;}
