/* property reset tool */
@import url("../../../../../style/tool.css");

/* headee, footer */
@import url("../../../../../style/common.css");


@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');


body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 110%;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

#siteName {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 10px;
    display: flex;
    justify-content: space-between;
}

#headerLeft {
    text-align: left;
}

#siteID {
    margin-bottom: 8px;
}

#headerRight {
    width: 300px;
    margin: 10px 0 0;
}

#charaMenu {
    float: right;
    width: 150px;
    margin-bottom: 6px;
}

#headerRight #charaMenu p {
    float: left;
    padding-right: 6px;
}

#headerRight #charaMenu ul li {
    float: left;
}

#gNaviArea {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#gNavi {
    width: 940px;
    margin: 0 auto;
}

#gNavi ul {
    display: flex;
    width: 100%;
    border-right: 1px solid #CCC;
}

#gNavi ul li {
    flex-grow: 1;
    border-left: 1px solid #CCC;
}

#gNavi ul li a {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.4;
}

#gNavi ul li a.active,
#gNavi ul li a:hover {
    background: #F5F3FD;
}

#topVisual {
    background: url(images/topBack.jpg);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    background-position: center;
    height: 185px;
    line-height: 185px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
}
#topVisual p {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
    filter: drop-shadow(1px 1px 4px #000F);
}

#headerVisual {
    background: url(images/topBack.jpg);
    background-size: cover;
    height: 130px;
    line-height: 130px;
}

#headerVisual p {
    width: 890px;
    margin: 0 auto;
    text-align: left;
    font-size: 175%;
}

#contentsWrap {
    width: 940px;
    margin: 0 auto 20px;
    text-align: left;
}

#topContents {
    width: 940px;
    margin: 0 auto 40px;
}

#contents {
    width: 890px;
    margin: 0 auto 40px;
    border-top: 4px solid #CAC3E2;
    min-height: 500px;
}

#leadArea {
    background: #F5F3FD;
    padding: 32px 48px 8px;
    border-radius: 4px;
    margin-bottom: 56px;
}

#leadArea h2 {
    color: #715AC0;
    font-size: 1.375rem;
    margin-bottom: 32px;
}

#leadArea p {
    margin-bottom: 32px;
    line-height: 1.8;
}

#aboutHigashiura {
    border: 2px solid #CAC3E2;
    border-radius: 4px;
    padding: 32px 48px 32px;
    margin-bottom: 56px;
}

#aboutHigashiura h2 {
    color: #715AC0;
    font-size: 1.375rem;
    margin-bottom: 32px;
}

#aboutHigashiura p {
    margin-bottom: 32px;
    line-height: 1.8;
}


/**********************************************/



.newsArea {
    border-top: 4px solid #CAC3E2;
    margin-bottom: 60px;
    position: relative;
}

.newsArea h2 {
    border-bottom: 2px dotted #CCC;
    font-size: 125%;
    padding: 10px;
}

.pastList {
    position: absolute;
    top: 13px;
    right: 0;
}

.pastList a {
    display: block;
    padding-right: 32px;
    background: url(images/linkArrow.svg) no-repeat right center;
    text-decoration: none;
    color: #333;
    font-size: 90%;
}

.newsTable {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}

.newsTable th,
.newsTable td {
    vertical-align: top;
    font-size: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.newsTable th {
    text-align: left;
    white-space: nowrap;
    padding-right: 20px;
    font-weight: normal;
    width: 9em;
}

.newsTable tr {
    border-bottom: 2px dotted #CCC;
}

.newsTable a {
    text-decoration: none;
    color: #333;
}

.newsTable a:hover {
    color: #BE6F61;
}

.newsTable td img {
    vertical-align: middle;
}

#linkMenuArea div {
    width: 218px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    float: left;
}

#linkMenuArea img {
    margin: 3px;
}

#linkMenuArea h3 {
    font-size: 100%;
    color: #000;
    margin: 6px;
}

#linkMenuArea p.summary {
    font-size: 85%;
    margin: 6px;
}

#linkMenuArea div.margin0 {
    margin: 0;
}

#topRight p {
    margin-bottom: 15px;
}


.linkList {
    border: 1px solid #CCC;
    margin-bottom: 15px;
}


.infoBox {
    background: #F3F3F3;
    padding: 20px 15px;
    font-size: 90%;
}

.infoBox .imgLeft {
    float: left;
    padding-right: 20px;
}

.infoBox h2 {
    color: #CAC3E2;
    font-size: 130%;
    margin-bottom: 10px;
}

.infoBox a {
    background: url(images/iconPDF.gif) no-repeat left center;
    color: #333;
    text-decoration: none;
    padding-left: 25px;
}

.infoBox p.imgLeft a {
    background: none;
    padding-left: 0;
}

.infoBox p {
    margin-bottom: 15px;
    line-height: 170%;
}

.linkBox {
    background: #F3F3F3;
    padding: 20px 20px 15px;
}

#contents .linkBox p {
    background: url(images/linkBoxBack.png) no-repeat right center #FFF;
    border: 1px solid #CCC;
    padding: 8px 20px;
    margin: 0 0 5px;
}

#contents .linkBox p a {
    display: block;
}

/**  pagenation **/

#contents ul.pageNav {
    margin: 70px 0 10px;
    padding: 10px 10px 5px;
    background: #fff;
    border-top: 1px solid #ccc;
    text-align: center;
}

#contents ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

#contents ul.pageNav li span,
#contents ul.pageNav li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #eeeff7;
    text-decoration: none;
    vertical-align: middle;
}

#contents ul.pageNav li span {
    color: #F98CC2;
}

#contents ul.pageNav li a:hover {
    color: #F98CC2;
    background: #ccf;
    border-color: #00f;
}

/**  /pagenation **/


#footer {
    margin-top: 5em;
}

#higashiuraFooter {
    width: 940px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 90%;
    text-align: right;
    overflow: hidden;
}

#higashiuraFooter p strong {
    font-size: 115%;
}

#higashiuraFooter p {
    margin-bottom: 2px;
    line-height: 2;
}

#higashiuraFooter address {
    font-style: normal;
}

#banners {
    margin-top: 40px;
}

#banners h2 {
	color: #000;
	font-size: 125%;
	padding: 10px;
	border-bottom: 4px solid #CCC;
    margin-bottom: 20px;
}


#banners ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

#banners ul li img {
    max-width: 223px;
    height: auto;
}



#contents h1 {
    color: #000;
    font-size: 140%;
    padding: 20px 5px;
    margin: 0 0 30px 0;
    border-bottom: 2px dotted #CCC;
}

#contents h2 {
    margin: 0 0 30px 0;
    font-size: 120%;
    padding: 0 0 0 40px;
    color: #000;
    position: relative;
}

#contents h2::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: #715ac0;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#contents h3 {
    font-size: 115%;
    color: #715AC0;
    margin: 10px 0 10px 0;
}

#contents h4 {
    font-size: 100%;
    color: #6C4C26;
    margin: 10px 15px 10px 0;
}

#contents h5 {
    font-size: 100%;
    color: #666;
    margin: 0 0 5px 0;
}

#contents h6 {
    font-size: 100%;
    color: #666;
    margin: 0 0 5px 0;
}

#contents p {
    font-size: 100%;
    line-height: 180%;
    margin: 0 0 15px;
    color: #333;
}

#contents ul {
    margin: 0 20px 20px 10px;
}

#contents ul li {
    background: url(images/liStandard.gif) no-repeat left 6px;
    padding-left: 17px;
}

#contents ol {
    margin: 0 20px 20px 35px;
}

#contents ol li {
    /* list-style-type:decimal; */
    margin-left: 0.5em;
}

#contents ol.alpha li {
    list-style-type: lower-alpha;
}

#contents li {
    margin: 0 auto 5px;
    line-height: 150%;
    font-size: 100%;
}

#contents ul li ul {
    margin: 10px 0 0 0;
    font-size: 100%;
}

#contents ul li ul li {
    background: url(images/liOrange.gif) no-repeat left 6px;
}

#contents ol li ul {
    margin: 10px 0;
    font-size: 100%;
}

#contents ol li ul li {
    list-style-type: none;
    background: url(images/liBlue.gif) no-repeat left 6px;
}

#contents dl {
    margin-left: 10px;
    font-size: 100%;
}

#contents dt {
    font-weight: bold;
}

#contents dd {
    margin: 10px 0 20px 1em;
    line-height: 150%;
}

hr {
    border: dotted #999;
    border-width: 1px 0px 0px 0px;
    height: 1px;
    overflow: hidden;
    margin: 8px 0 16px;
    clear: both;
}

#contents table {
    margin: 0 15px 30px 0;
    border-collapse: collapse;
    border: 1px solid #999;
    line-height: 150%;
    empty-cells: show;
    font-size: 100%;
}

#contents caption {
    font-size: 105%;
    color: #000;
    text-align: left;
    margin-bottom: 5px;
}

#contents td,
#contents th {
    border: 1px solid #999;
    padding: 10px 15px;
    vertical-align: top;
    line-height: 130%;
}

#contents th {
    color: #000;
    background: #FAFAFA;
    text-align: left;
}

#contents td {
    background: #FFF;
}

#contents td p {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: left;
}

#contents td ul {
    margin: 0;
    padding: 0;
}

#contents td ol {
    margin: 0 0 0 15px;
    padding: 0;
}

#contents th.thCenter {
    text-align: center;
}

#contents th.thRignt {
    text-align: right;
}

#contents table td.vMiddle {
    vertical-align: middle;
}

#contents blockquote {
    color: #333;
    margin: 20px 0;
    line-height: 150%;
    background-image: url(images/quote1.png), url(images/quote2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    background-color: #EEE;
    padding: 25px 25px 2px 25px;
}


a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=90)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}




.otoiawase {
    border: 2px solid #E8EAE5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 50px;
}

#contents .otoiawase h2 {
    background: #EEE;
    font-size: 100%;
    padding: 5px 10px;
    margin-left: 0;
    margin-bottom: 5px;
    border-bottom: none;
    border-left: none;
}

#contents .otoiawase h3 {
    margin: 20px 20px 10px;
    font-size: 100%;
}

#contents .otoiawase p {
    margin: 0 10px 0 20px;
    font-size: 100%;
}

#contents .otoiawase p img {
    vertical-align: middle;
}

#contents ul li ol li {
    list-style-type: decimal;
    list-style-image: none;
    background: none;
    padding: 0;
    margin: 10px 0;
}

.photoAreaL {
    float: left;
    margin: 0 20px 30px 0;
}

.photoAreaR {
    float: right;
    margin: 0 0 30px 20px;
}

#contents .photoAreaL p,
#contents .photoAreaR p {
    margin: 0;
    padding: 5px;
    background: #EEE;
    font-size: 90%;
    line-height: 120%;
    color: #333;
}

#contents p.marginZero {
    margin: 0;
    padding: 1px;
}

#contents p.marginZero img {
    border: 4px solid #FFF;
}

#contents p.imgLeft {
    float: left;
    margin-right: 20px;
}

#contents p.imgRight {
    float: right;
    margin-left: 20px;
}

#contents div.imgLeft {
    float: left;
    margin-right: 20px;
}

#contents div.imgRight {
    float: right;
    margin-left: 20px;
}

.photoAreaC {
    margin: 0 auto 30px;
    background: #EEE;
    border: 1px solid #EEE;
    border-bottom: none;
    display: inline-block;
}

#contents .photoAreaC p img {
    border: 4px solid #FFF;
}

#contents .photoAreaC p.marginZero {
    padding: 0;
}

#contents .photoAreaC p {
    margin: 0;
    padding: 5px;
    background: #EEE;
    font-size: 90%;
    line-height: 120%;
    color: #333;
    text-align: left;
}


.dottedLine {
    border: dotted 2px #999;
    padding: 10px 30px;
}

.kakomiDouble {
    margin: 0 0 10px;
    border: 3px #CCC double;
    padding: 15px 15px 0;
}

.kakomiDouble2 {
    margin: 0 20px 10px;
    border: 3px #CCC double;
    padding-top: 15px;
}

.kakomiSingle {
    margin: 0 0 20px;
    border: 1px #CCC solid;
    padding: 15px 15px 0;
}


.relative {
    position: relative;
}

.overflow {
    overflow: hidden;
}



/**********************************
Additional Styles
**********************************/
#contents ul.prevNext {
    list-style-image: none;
    margin: 0 0 10px;
    padding: 0;
    line-height: 30px;
}

#contents ul.prevNext li.prevPage {
    float: left;
}

#contents ul.prevNext li.nextPage {
    float: right;
}

#getAcro {
    background-color: #EEF7FF;
    border: 1px solid #DDDDDD;
    margin: 40px 10px;
}

#getAcro img {
    float: left;
    margin: 10px 15px;
}

#getAcro p.acrobat {
    font-size: 90%;
    margin-bottom: 0;
    margin-left: 150px;
    padding-bottom: 10px;
    text-indent: 0;
}





#contents #cse table,
#contents #cse th,
#contents #cse td {
    border: none;
    margin: 0;
    padding: 0;
}

.gsc-cursor-box {
    text-align: center;
}

.gsc-wrapper {
    margin-top: 30px;
}

.gsc-input input.gsc-input {
    height: 22px;
    padding: 1px 2px;
}



.gsc-clear-button div.gsc-clear-button {
    margin-left: 0;
    height: 26px;
    line-height: 26px;
}

form.gsc-search-box table.gsc-search-box td.gsc-input {
    padding-right: 8px;
}

#contents .gsc-control-cse table,
#contents .gsc-control-cse th,
#contents .gsc-control-cse td {
    border: none;
    margin: 0;
}

#contents .gsc-result-info {
    text-align: left;
}

#contents .gsc-cursor-box {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

#contents .qa {
    margin-left: 10px;
}


#contents .q {
    color: #105F51;
    font-size: 115%;
    border: dotted #9CDCDB;
}

#contents .a {
    margin: 0 0 0 20px;
}

#contents p.toPageTop {
    text-align: right;
}

#contents p.toPageTop a {
    background: url(images/arrowUp.png) no-repeat left center;
    padding-left: 20px;
}

.menuList {
    width: 230px;
    float: left;
}

#contents .menuList ul {
    margin: 0 10px;
    overflow: hidden;
}

#contents .menuList ul li {
    border-top: 1px solid #ABA47F;
    border-right: 1px solid #ABA47F;
    border-bottom: 1px solid #666044;
    border-left: 1px solid #ABA47F;
    margin: 0 0 10px 0;
    padding: 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f5f6), color-stop(0.00, #f8fdf2));
    background: -webkit-linear-gradient(top, #f8fdf2 0%, #f2f5f6 100%);
    background: -moz-linear-gradient(top, #f8fdf2 0%, #f2f5f6 100%);
    background: -o-linear-gradient(top, #f8fdf2 0%, #f2f5f6 100%);
    background: -ms-linear-gradient(top, #f8fdf2 0%, #f2f5f6 100%);
    background: linear-gradient(top, #f8fdf2 0%, #f2f5f6 100%);
}

#contents .menuList ul li a {
    display: block;
    padding: 10px;
}

.wcv_sys_cal_legend {
    display: none;
}

/**************************************/

a.linkButtom {
    padding: 5px 10px;
    background: #EEE;
    color: #00337F;
    text-decoration: none;
}


.textRight,
#contents .textRight {
    text-align: right;
}

.textCenter,
#contents .textCenter {
    text-align: center;
}

#contents .textRed {
    color: red;
}

#contents .textRedSmall {
    color: red;
    font-size: 85%;
}

#contents .textBlueBold {
    color: #4d66cc;
    font-weight: bold;
}

#contents .textPurple {
    color: #6A5ACD;
}

#contents .textPurpleSmall {
    color: #6A5ACD;
    font-size: 85%;
}

#contents .textGreen {
    color: #20B2AA;
}

#contents .textGreenSmall {
    color: #20B2AA;
    font-size: 85%;
}

#contents .textGray {
    color: #999;
}

#contents .textGraySmall {
    color: #999;
    font-size: 80%;
}

#contents .textSmall {
    font-size: 85%;
}

#contents .textStandard {
    font-size: 100%;
}

#contents .textSmallRight {
    font-size: 85%;
    text-align: right;
}

#contents .textBackBlue {
    color: #FFF;
    background-color: #036;
    padding: 2px 5px;
}

#contents .textLarge {
    font-size: 110%;
}

#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
    border: none;
    padding: 0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
    border: none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
    padding: 10px;
}

#contents table.tableBorderNone3,
#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
    border: none;
}

#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
    padding: 20px;
}


#contents table.tableBorderNone4,
#contents .tableBorderNone4 th,
#contents .tableBorderNone4 td {
    border-left: none;
    border-right: none;
}

#contents .tableBorderNone4 th,
#contents .tableBorderNone4 td {
    padding: 6px;
}

#contents table.tableBorderNone5,
#contents .tableBorderNone5 th,
#contents .tableBorderNone5 td {
    border: none;
}

#contents .tableBorderNone5 th,
#contents .tableBorderNone5 td {
    padding: 5px;
}

#contents table.tableBorderNone6,
#contents .tableBorderNone6 th,
#contents .tableBorderNone6 td {
    border: none;
    line-height: 140%;
    font-size: 100%;
    padding: 0 0 3px 0;
    margin: 5px 10px 10px 0;
}


a.pdfLink {
    padding: 5px 0 5px 20px;
    background: url(images/pdficon.gif) no-repeat left 5px;
}

a.wordLink {
    padding: 5px 0 5px 20px;
    background: url(images/word.png) no-repeat left 7px;
}

a.excelLink {
    padding: 5px 0 5px 20px;
    background: url(images/excel.png) no-repeat left 7px;
}

a.ppLink {
    padding: 5px 0 5px 20px;
    background: url(images/powerpoint.png) no-repeat left 7px;
}

a.movieLink {
    padding: 5px 0 5px 22px;
    background: url(images/movie.gif) no-repeat left 8px;
}

a.new {
    padding: 5px 45px 5px 0;
    background: url(images/new.gif) no-repeat right center;
}

#contents ul li.pdfLink {
    padding: 5px 0 5px 25px;
    background: url(images/pdficon.gif) no-repeat left 5px;
}

#contents ul li.pageLink {
    padding: 5px 0 5px 25px;
    background: url(images/link.gif) no-repeat left 5px;
}

#contents p.textIndent {
    margin-left: 3em;
}

#contents p.noIndent {
    margin: 0 0 15px;
}

#contents p.comment1 {
    background: url(images/kome.gif) no-repeat left 2px;
    padding-left: 20px;
}

#contents p.comment2 {
    text-indent: -1em;
    margin-left: 2em;
}

#contents p.comment3 {
    padding-left: 20px;
    text-indent: -1em;
    font-size: 100%;
}

#contents p.comment4 {
    padding-left: 40px;
    text-indent: -1em;
    font-size: 100%;
}


.arrowRight {
    background: url(images/arrow.png) no-repeat left center;
    padding-left: 20px;
}

.arrowRight2 {
    background: url(images/arrow.png) no-repeat left 7px;
    padding-left: 20px;
}

.externalLink {
    background: url(images/link.gif) no-repeat left center;
    padding-left: 24px;
}

#contents table.tableDesign1 {
    border: none;
    margin-top: 10px;
}

#contents table.tableDesign1 th,
#contents table.tableDesign1 td {
    border: none;
    border-bottom: 1px solid #999;
    padding: 10px 5px;
}

#contents table.tableDesign1 th {
    background: #F9F9F9;
}

#contents table.tableDesign1 td {
    padding-left: 20px;
}


#contents table.tableDesign2 {
    border: none;
    margin-top: 10px;
}

#contents table.tableDesign2 th,
#contents table.tableDesign2 td {
    border: none;
    border-bottom: 1px dotted #CCC;
    padding: 5px;
}

#contents table.tableDesign2 th {
    background: #EEE;
}

#contents table.tableDesign3,
#contents .tableDesign3 th,
#contents .tableDesign3 td {
    border: none;
    padding: 10px;
}

.backYellow {
    background: #FFFFF1
}

.backGreen {
    background: #EEFFF7
}

.backBlue {
    background: #E6F7FF
}

.backPink {
    background: #FFEEFF
}

.backPurple {
    background: #EEEEFF
}

.backGray {
    background: #F0F0F0;
}

.backOrange {
    background: #FFF3E8;
}



.otoiawase {
    margin-top: 40px;
    border: 2px solid #DDD;
    padding-bottom: 10px;
}

#contents .otoiawase p {
    font-size: 100%;
    margin: 0 10px 0 20px;
}

#contents .otoiawase p img {
    vertical-align: middle;
}

#contents table.formTable {
    width: 670px;
}

#contents table.formTable th {
    width: 170px;
}

#contents table.formTable th,
#contents table.formTable td {
    padding: 12px 15px;
}

#contents table.formTable input {
    padding: 2px;
}

#contents table.formTable th .chushaku,
#contents table.formTable td .chushaku {
    font-weight: normal;
    color: #60C;
}

#contents table.formTable th .chushaku2 {
    font-weight: normal;
    color: #F00;
}

#contents table.formTable th .hissu {
    color: #900;
}

#contents p#sendMail {
    text-align: center;
}

#contents p#sendMail input {
    padding: 13px 15px;
}

#contents table.newsTable,
#contents table.newsTable th,
#contents table.newsTable td {
    border: none;
}

#contents table.newsTable th,
#contents table.newsTable td {
    border-bottom: 2px dotted #CCC;
    padding: 15px 5px;
}

#contents table.newsTable th {
    background: none;
    font-weight: normal;
    white-space: nowrap;
}

#contents table.newsTable th.date {
    width: 120px;
}

#contents table.newsTable td.cateIcon {
    width: 65px;
}


.column2 {
    width: 295px;
    border: 1px solid #CCC;
    margin-bottom: 20px;
}

#contents .column2 p {
    margin: 5px;
}

#contents .column2 h3 {
    border: none;
    font-size: 110%;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
}

#contents .column2 ul {
    margin: 0 5px 5px 15px;
}

#contents .column2 ul li {
    margin: 5px 0;
}

.cLeft {
    float: left;
}

.cRight {
    float: right;
}

.kakomiIndex {
    border: 1px solid #CCC;
    border-top: none;
    padding-top: 20px;
}

#contents h2.kakomiIndex {
    border-top: 1px solid #CCC;
    margin-bottom: 0;
}

.centering {
    margin: auto !important;
}

#contents p.textCenter img {
    max-width: 85%;
}

#contents hr + h2 {
    margin-top: 40px;
}

#contents table thead th {
    text-align: center;
    background: #F5F3FD;
}

.higashiura #contents .kakomiSingle {
    margin: 0 0 20px;
    border: 1px solid #CCC;
    padding: 15px 40px 10px;
    border-radius: 3px;
}

.higashiura #contents .kakomiSingle h3 {
    background: #F3F3F3;
    padding: 4px 10px;
    margin-bottom: 20px;
}

.higashiura #contents .otoiawase {
    margin: 0 0 20px;
    border: 1px solid #CCC;
    padding: 15px 20px 15px;
    border-radius: 3px;
}

.higashiura #contents .otoiawase h2 {
    margin-bottom: 10px;
    font-size: 112.5%;
}

.higashiura #contents .otoiawase h2::before {
    display: none;
}

.higashiura #contents .otoiawase p {
    margin-bottom: 10px;
}

.marginTB,
#contents *.marginTB  {
    margin: 2em auto 2em;
}

#contents p + :is(h2, h3, h4, h5, h6),
#contents table + :is(h2, h3, h4, h5, h6),
#contents .tableWrap + :is(h2, h3, h4, h5, h6),
#contents .otoiawase + :is(h2, h3, h4, h5, h6) {
    margin-top: 2em;
}


@media screen and (max-width:999px) {
    #siteName {
        display: block;
        padding: 15px 15px 0;
    }

    #haaderRight {
        display: none;
    }

    #headerLeft {
        overflow: hidden;
    }

    #siteID {
        width: 50%;
        float: left;
        margin: 0 5% 0 0;
    }


    #headerRight {
        margin: 0;
    }

    #gNavi,
    #gNaviArea {
        height: auto;
        background: none;
        border: none;
    }

    #toggleMenu {
        display: block;
        position: relative;
        margin: 0;
        background: #715AC0;
    }

    #toggleMenu a {
        display: block;
        position: relative;
        padding: 8px 0 8px;
        color: #FFF;
        text-align: center;
        text-decoration: none;
    }

    #toggleMenu a::before {
        content: url(../../../../../style/images/isClose.svg);
        position: absolute;
        top: calc(50% - 7px);
        left: 15px;
    }

    #toggleMenu a.open::before {
        content: url(../../../../../style/images/isOpen.svg);
    }

    #gNavi ul {
        display: none;
        margin: 0;
    }

    #gNavi ul li {
        display: block;
        width: 100% !important;
        height: auto;
        margin: 0;
        padding: 0;
    }

    #gNavi ul li a {
        display: block;
        padding: 11px 0 10px 30px;
        background: #FFF;
        color: #333;
        border-bottom: 1px solid #dbd1ff;
        text-decoration: none;
        text-align: left;
        height: auto;
    }

    #gNavi ul li a br {
        display: none;
    }

    #gNavi ul li ul {
        display: none;
    }

    #headerRightMenu {
        float: none;
        width: 100%;
        margin: 15px auto;
    }

    #contentsWrap {
        padding: 0 15px;
        margin: 20px auto 0;
    }

    #leftNavi #contents,
    #leftNavi #localNavi,
    #naviLeft #localNavi,
    #naviLeft #contents {
        float: none;
        width: 100%;
    }

    #naviLeft #localNavi {
        padding: 0;
        order: 1;
    }

    #naviLeft #contentsWrap {
        display: flex;
        flex-direction: column;
    }

    #w700 {
        margin-left: 0;
    }

    .linkBox {
        margin-bottom: 40px;
        padding: 8px 8px 3px;
    }

    #contents #tabnavi ul {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
    }

    #headerVisual {
        height: 70px;
        line-height: 70px;
    }

    #headerVisual p {
        font-size: 1.2rem;
        text-align: center;
    }

    #topVisual {
        height: 150px;
    }

    #topVisual p {
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
        font-size: 1.125rem;
        line-height: 1.7 !important;
        height: 150px;
    }

    #leadArea p.paddingR {
        padding-right: 0;
    }

    #leadArea {
        padding: 35px 20px 10px;
    }

    #aboutHigashiura {
        padding: 32px 30px 32px;
    }

    .newsTable th,
    .newsTable td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .newsTable th {
        padding-bottom: 0;
    }

    .newsTable td {
        padding-top: 0;
    }

    table.newsTable {
        border-collapse: collapse;
    }

    .newsTable tr {
        border-bottom: 2px dotted #CCC;
    }

    #banners ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0 10px;
    }

    #banners ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        width: 48%;
    }

    #banners ul li img {
        max-width: 100%;
        height: auto;
    }

    #higashiuraFooter {
        padding: 20px;
        text-align: center;
        padding-bottom: 80px;
    }

    #contents table.newsTable th,
    #contents table.newsTable td {
        display: block;
        width: 100%;
        border-bottom: none;
    }

    #contents table.newsTable th {
        padding-bottom: 0;
    }

    #contents table.newsTable td {
        padding-top: 5px;
    }

    #contents table.newsTable {
        border-collapse: collapse;
    }

    #contents table.newsTable tr {
        border-bottom: 2px dotted #CCC;
    }

    .addr {
        display: block;
    }

    .phone {
        display: block;
        margin: 1em 0 0 0 !important;
    }

    #contents table {
        margin: 0 0 30px 0;
    }

    .higashiura #contents .kakomiSingle {
        padding: 15px 20px 10px;
    }
}