/* 
 * ------- additional css elements  ---------------------
 */


/*===========================
aaa
===========================*/
body, html {
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shell {
    display: flex;
    flex-direction: row;

	width:100%;
	justify-content:space-between;
}
.shell.reverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.shell.nowrap-x {
    flex-wrap: nowrap;
}
.shell.left {
    justify-content: flex-start;
}
.shell.center, .shell.x-center {
    justify-content: center;
}
.shell.right {
    justify-content: flex-end;
}
.shell.fill, .shell.fill-x, .shell.split {
    justify-content: space-between;
}
.shell.equalize {
    justify-content: space-around;
}
.shell.top {
    align-items: flex-start;
}
.shell.middle, .shell.y-center {
    align-items: center;
}
.shell.baseline {
    align-items: baseline;
}
.shell.bottom {
    align-items: flex-end;
}
.shell > .grow-x {
    flex-grow: 1;
}
.stretch, .grow-y {
    align-self: stretch;
}
.solo, .full {
    width: 100%;
}
.duo, .half {
    width: 50%;
}
.trio, .one-third {
    width: calc(100% / 3);
}
.two-thirds {
width:calc(100% / 3 * 2);
}
.quad, .quarter {
    width: 25%;
}
.three-quarters {
    width: 75%;
}
.ten {
    width: 10%;
}
.penta, .twenty {
    width: 20%;
}
.thirty {
    width: 30%;
}
.forty {
    width: 40%;
}
.sixty {
    width: 60%;
}
.seventy {
    width: 70%;
}
.eighty {
    width: 80%;
}
.solo.gutter, .full.gutter {
    width: 98%;
    margin: 1em 1%;
}
.duo.gutter, .half.gutter {
    width: 48%;
    margin: 1em 1%;
}
.trio.gutter, .one-third.gutter {
    width: calc(94% / 3);
    margin: 1em 1%;
}
.two-thirds.gutter {
width:calc(97% / 3 * 2);
    margin: 1em 1%;
}
.quad.gutter, .quarter.gutter {
    width: 23%;
    margin: 1em 1%;
}
.three-quarters.gutter {
    width: 73%;
    margin: 1em 1%;
}
.ten.gutter {
    width: 8%;
    margin: 1em 1%;
}
.penta.gutter, .twenty.gutter {
    width: 18%;
    margin: 1em 1%;
}
.thirty.gutter {
    width: 28%;
    margin: 1em 1%;
}
.forty.gutter {
    width: 38%;
    margin: 1em 1%;
}
.sixty.gutter {
    width: 58%;
    margin: 1em 1%;
}
.seventy.gutter {
    width: 68%;
    margin: 1em 1%;
}
.eighty.gutter {
    width: 78%;
    margin: 1em 1%;
}
.centering {
    text-align: center;
}
.centering > * {
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Universal Padding Class --- as you like */
.pd-around {
    padding: 1.5em 1.5em;
}
.pd-side {
    padding: 0 1.5em;
}
.pd-top-bottom {
    padding: 1.5em 0;
}
.pd-right {
    padding-right: 1.5em;
}
.pd-left {
    padding-left: 1.5em;
}
/* clearfix --- for use together with legacy float layout */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
*zoom: 1;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.list-number {
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-weight: normal;
}
.tx-red {
    color: #990000;
}


/*** Media Query ***/
@media only screen and (max-width: 899px) {
.shell.break900:not(.step) {
    flex-direction: column;
}
.shell.break900 > .solo, .shell.break900 > .full, .shell.break900 > .duo, .shell.break900 > .half, .shell.break900 > .trio, .shell.break900 > .one-third, .shell.break900 > .two-thirds, .shell.break900 > .quad, .shell.break900 > .quarter, .shell.break900 > .three-quarters, .shell.break900 > .penta, .shell.break900 > .twenty, .shell.break900 > .thirty, .shell.break900 > .forty, .shell.break900 > .sixty, .shell.break900 > .seventy, .shell.break900 > .eighty {
    width: 100%;
}
.shell.break900 > .solo.gutter, .shell.break900 > .full.gutter, .shell.break900 > .duo.gutter, .shell.break900 > .half.gutter, .shell.break900 > .trio.gutter, .shell.break900 > .one-third.gutter, .shell.break900 > .two-thirds.gutter, .shell.break900 > .quad.gutter, .shell.break900 > .quarter.gutter, .shell.break900 > .three-quarters.gutter, .shell.break900 > .penta.gutter, .shell.break900 > .twenty.gutter, .shell.break900 > .thirty.gutter, .shell.break900 > .forty.gutter, .shell.break900 > .sixty.gutter, .shell.break900 > .seventy.gutter, .shell.break900 > .eighty.gutter {
    width: 98%;
    margin: 1em 1%;
}
.shell.step {
    flex-direction: row;
    flex-wrap: wrap;
}
.shell.step > .duo, .shell.step > .half, .shell.step > .trio, .shell.step > .one-third, .shell.step > .two-thirds, .shell.step > .quad, .shell.step > .quarter, .shell.step > .three-quarters, .shell.step > .penta, .shell.step > .twenty, .shell.step > .thirty, .shell.step > .forty, .shell.step > .sixty, .shell.step > .seventy, .shell.step > .eighty {
    width: 50%;
}
.shell.step > .duo.gutter, .shell.step > .half.gutter, .shell.step > .trio.gutter, .shell.step > .one-third.gutter, .shell.step > .two-thirds.gutter, .shell.step > .quad.gutter, .shell.step > .quarter.gutter, .shell.step > .three-quarters.gutter, .shell.step > .penta.gutter, .shell.step > .twenty.gutter, .shell.step > .thirty.gutter, .shell.step > .forty.gutter, .shell.step > .sixty.gutter, .shell.step > .seventy.gutter, .shell.step > .eighty.gutter {
    width: 48%;
    margin: 1em 1%;
}
}

/* Mobile Single Column ( like 7-10 inch Tablet ) */
@media only screen and (max-width: 768px) {
.container, .wide-container {
    padding: 0 0.3em;
} /* as you like */
.shell.break768:not(.step) {
    flex-direction: column;
}
.shell.break768 > .solo, .shell.break768 > .full, .shell.break768 > .duo, .shell.break768 > .half, .shell.break768 > .trio, .shell.break768 > .one-third, .shell.break768 > .two-thirds, .shell.break768 > .quad, .shell.break768 > .quarter, .shell.break768 > .three-quarters, .shell.break768 > .penta, .shell.break768 > .twenty, .shell.break768 > .thirty, .shell.break768 > .forty, .shell.break768 > .sixty, .shell.break768 > .seventy, .shell.break768 > .eighty {
    width: 100%;
}
.shell.break768 > .solo.gutter, .shell.break768 > .full.gutter, .shell.break768 > .duo.gutter, .shell.break768 > .half.gutter, .shell.break768 > .trio.gutter, .shell.break768 > .one-third.gutter, .shell.break768 > .two-thirds.gutter, .shell.break768 > .quad.gutter, .shell.break768 > .quarter.gutter, .shell.break768 > .three-quarters.gutter, .shell.break768 > .penta.gutter, .shell.break768 > .twenty.gutter, .shell.break768 > .thirty.gutter, .shell.break768 > .forty.gutter, .shell.break768 > .sixty.gutter, .shell.break768 > .seventy.gutter, .shell.break768 > .eighty.gutter {
    width: 98%;
    margin: 1em 1%;
}
.shell:not(.keep) > .solo, .shell:not(.keep) > .full, .shell:not(.keep) > .duo, .shell:not(.keep) > .half, .shell:not(.keep) > .trio, .shell:not(.keep) > .one-third, .shell:not(.keep) > .two-thirds, .shell:not(.keep) > .quad, .shell:not(.keep) > .quarter, .shell:not(.keep) > .three-quarters, .shell:not(.keep) > .penta, .shell:not(.keep) > .twenty, .shell:not(.keep) > .thirty, .shell:not(.keep) > .forty, .shell:not(.keep) > .sixty, .shell:not(.keep) > .seventy, .shell:not(.keep) > .eighty {
    width: 100%;
    margin: 0;
}
.shell:not(.keep) > .solo.gutter, .shell:not(.keep) > .full.gutter, .shell:not(.keep) > .duo.gutter, .shell:not(.keep) > .half.gutter, .shell:not(.keep) > .trio.gutter, .shell:not(.keep) > .one-third.gutter, .shell:not(.keep) > .two-thirds.gutter, .shell:not(.keep) > .quad.gutter, .shell:not(.keep) > .quarter.gutter, .shell:not(.keep) > .three-quarters.gutter, .shell:not(.keep) > .penta.gutter, .shell:not(.keep) > .twenty.gutter, .shell:not(.keep) > .thirty.gutter, .shell:not(.keep) > .forty.gutter, .shell:not(.keep) > .sixty.gutter, .shell:not(.keep) > .seventy.gutter, .shell:not(.keep) > .eighty.gutter {
    width: 98%;
    margin: 1em 1%;
}
.shell.step {
    flex-direction: row;
    flex-wrap: wrap;
}
.shell.step > .duo, .shell.step > .half, .shell.step > .trio, .shell.step > .one-third, .shell.step > .two-thirds, .shell.step > .quad, .shell.step > .quarter, .shell.step > .three-quarters, .shell.step > .penta, .shell.step > .twenty, .shell.step > .thirty, .shell.step > .forty, .shell.step > .sixty, .shell.step > .seventy, .shell.step > .eighty {
    width: 50%;
}
.shell.step > .duo.gutter, .shell.step > .half.gutter, .shell.step > .trio.gutter, .shell.step > .one-third.gutter, .shell.step > .two-thirds.gutter, .shell.step > .quad.gutter, .shell.step > .quarter.gutter, .shell.step > .three-quarters.gutter, .shell.step > .penta.gutter, .shell.step > .twenty.gutter, .shell.step > .thirty.gutter, .shell.step > .forty.gutter, .shell.step > .sixty.gutter, .shell.step > .seventy.gutter, .shell.step > .eighty.gutter {
    width: 48%;
    margin: 1em 1%;
}
.shell.keep-half:not(.keep), .shell.keep-half:not(.keep) {
    flex-direction: row;
}
.shell.keep-half:not(.keep) > .solo, .shell.keep-half:not(.keep) > .full, .shell.keep-half:not(.keep) > .duo, .shell.keep-half:not(.keep) > .half, .shell.keep-half:not(.keep) > .trio, .shell.keep-half:not(.keep) > .one-third, .shell.keep-half:not(.keep) > .two-thirds, .shell.keep-half:not(.keep) > .quad, .shell.keep-half:not(.keep) > .quarter, .shell.keep-half:not(.keep) > .three-quarters, .shell.keep-half:not(.keep) > .penta, .shell.keep-half:not(.keep) > .twenty, .shell.keep-half:not(.keep) > .thirty, .shell.keep-half:not(.keep) > .forty, .shell.keep-half:not(.keep) > .sixty, .shell.keep-half:not(.keep) > .seventy, .shell.keep-half:not(.keep) > .eighty {
    width: 50%;
}
.shell.keep-half:not(.keep) > .solo.gutter, .shell.keep-half:not(.keep) > .full.gutter, .shell.keep-half:not(.keep) > .duo.gutter, .shell.keep-half:not(.keep) > .half.gutter, .shell.keep-half:not(.keep) > .trio.gutter, .shell.keep-half:not(.keep) > .one-third.gutter, .shell.keep-half:not(.keep) > .two-thirds.gutter, .shell.keep-half:not(.keep) > .quad.gutter, .shell.keep-half:not(.keep) > .quarter.gutter, .shell.keep-half:not(.keep) > .three-quarters.gutter, .shell.keep-half:not(.keep) > .penta.gutter, .shell.keep-half:not(.keep) > .twenty.gutter, .shell.keep-half:not(.keep) > .thirty.gutter, .shell.keep-half:not(.keep) > .forty.gutter, .shell.keep-half:not(.keep) > .sixty.gutter, .shell.keep-half:not(.keep) > .seventy.gutter, .shell.keep-half:not(.keep) > .eighty.gutter {
    width: 48%;
    margin: 1em 1%;
}
/* Universal padding class --- as you like */
.pd-around {
    padding: 1.5em 1.5em;
}
.pd-side {
    padding: 0 1.5em;
}
.ttal {
    text-align: left !important;
}
.ttal:not(.pd-side) {
    padding: 0 1.5em;
}
.pd-around .ttal:not(.pd-side), .pd-side .ttal:not(.pd-side) {
    padding: 0;
}
}

/* Traditional SmartPhone Portrait Size */
@media only screen and (max-width: 479px) {
.shell:not(.keep), .shell.step:not(.keep) {
    flex-direction: column;
}
.shell.step:not(.keep) > .solo, .shell.step:not(.keep) > .full, .shell.step:not(.keep) > .duo, .shell.step:not(.keep) > .half, .shell.step:not(.keep) > .trio, .shell.step:not(.keep) > .one-third, .shell.step:not(.keep) > .two-thirds, .shell.step:not(.keep) > .quad, .shell.step:not(.keep) > .quarter, .shell.step:not(.keep) > .three-quarters, .shell.step:not(.keep) > .penta, .shell.step:not(.keep) > .twenty, .shell.step:not(.keep) > .thirty, .shell.step:not(.keep) > .forty, .shell.step:not(.keep) > .sixty, .shell.step:not(.keep) > .seventy, .shell.step:not(.keep) > .eighty {
    width: 100%;
margin: margin:0;
}
.shell.step:not(.keep) > .solo.gutter, .shell.step:not(.keep) > .full.gutter, .shell.step:not(.keep) > .duo.gutter, .shell.step:not(.keep) > .half.gutter, .shell.step:not(.keep) > .trio.gutter, .shell.step:not(.keep) > .one-third.gutter, .shell.step:not(.keep) > .two-thirds.gutter, .shell.step:not(.keep) > .quad.gutter, .shell.step:not(.keep) > .quarter.gutter, .shell.step:not(.keep) > .three-quarters.gutter, .shell.step:not(.keep) > .penta.gutter, .shell.step:not(.keep) > .twenty.gutter, .shell.step:not(.keep) > .thirty.gutter, .shell.step:not(.keep) > .forty.gutter, .shell.step:not(.keep) > .sixty.gutter, .shell.step:not(.keep) > .seventy.gutter, .shell.step:not(.keep) > .eighty.gutter {
    width: 98%;
    margin: 1em 1%;
}
/* Single Column --- Universal margin-bottom class */
.shell.automa >, .shell.automa > .gutter {
    margin-bottom: 1.5em !important;
}
/* Universal padding class --- as you like */
.pd-around {
    padding: 6% 3%;
}
.pd-side, .pd-right, .pd-left {
    padding: 0 3%;
}
.stal {
    text-align: left !important;
}
.stal:not(.pd-side) {
    padding: 0 3%;
}
.pd-around .stal:not(.pd-side), .pd-side .stal:not(.pd-side) {
    padding: 0;
}
}
.facebook, .twitter, .ameblo {
    float: right;
}
.lower-bar .company_data .data .telno, .lower-bar .company_data .data .faxno {
    display: inline-block;
    padding: 0 1em 0 0;
}
.text-big span {
    color: #208113;
    font-size: 1.5em;
}
@media screen and (max-width: 640px) {
.text-big {
    font-size: 1.2em;
}
}
.marker {
    background: linear-gradient(transparent 50%, #d5fbd0 0%);
}
figure.snip {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 230px;
    max-width: 100%;
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
}
figure.snip *, figure.snip *:before, figure.snip *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}
figure.snip img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}
figure.snip figcaption {
    position: absolute;
    top: 85px;
    left: 25px;
    padding: 5px 10px 10px;
}
figure.snip figcaption:before, figure.snip figcaption:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #333;
}
figure.snip figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
figure.snip figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
figure.snip figcaption div:before, figure.snip figcaption div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #333;
}
figure.snip figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
figure.snip figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
figure.snip h2, figure.snip h4 {
    margin: 0;
    text-transform: uppercase;
}
figure.snip h2 {
    font-weight: 400;
    color: #333;
    font-size: 0.9em;
    margin-bottom: 10px;
}
figure.snip h4 {
    display: block;
    font-weight: normal;
    background-color: rgba(91,213,227,0.80);
    padding: 5px 10px;
    color: #ffffff;
    font-size: 0.8em;
}
figure.snip a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
figure.snip:hover img, figure.snip.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}
figure.snip:hover figcaption:before, figure.snip.hover figcaption:before, figure.snip:hover figcaption:after, figure.snip.hover figcaption:after, figure.snip:hover figcaption div:before, figure.snip.hover figcaption div:before, figure.snip:hover figcaption div:after, figure.snip.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
figure.snip:hover figcaption:before, figure.snip.hover figcaption:before, figure.snip:hover figcaption:after, figure.snip.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
[href^="tel"] {
    pointer-events: auto;
}
}
figure.site {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
figure.site:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}
@-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
.info h1 {
    color: #FFF;
    background-color: #AFDFE4;
    font-size: 1.5em;
    padding-top: 7px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin: 0px;
}
.inq {
    font-size: 1.2em;
    margin-left: 10px;
}
footer.lower-bar .inner.clearfix .shell .solo.gutter p.f_tel a {
    color: #FFF;
    text-decoration: none;
    font-size: 2.3em;
}
@media screen and (max-width: 350px) {
footer.lower-bar .inner.clearfix .shell .solo.gutter p.f_tel a {
    font-size: 2em;
}	
}
.lower-bar .data .shell .solo.gutter a {
    color: #FFF;
    text-decoration: none;
}
.lower-bar h1 {
    font-size: 1.1em;
    color: #FFF;
    margin-left: 10px;
}
.info dl dt {
    float: left;
    padding: 10px;
    font-weight: 800;
}
.info dl dd {
    padding-left: 6em;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}

@media only screen and (max-width: 479px) {
.info dl dt {
    float: none;
    padding-bottom: 0px;
}
.info dl dd {
    padding-left: 10px;
    padding-top: 0;
}
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.fa-lg {
    line-height: 1.5em!important;
}
.fade-up {
    transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -o-transition: transform 0.7s;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.item-list {
    padding: 0 10px 0 10px;
}
.item-list ul {
    margin-left: -10px;
    overflow: hidden;
    background-color: transparent;
}
.item-list ul li {
    list-style-type: none;
    float: left;
    padding-left: 20px;
}
ul.cols-1 li {
    width: 100%;
}
ul.cols-2 li {
    width: 50%;
}
ul.cols-3 li {
    width: 33.33333%;
}
ul.cols-4 li {
    width: 25%;
}
ul.cols-5 li {
    width: 20%;
}
ul.cols-6 li {
    width: 16.66666%;
}
ul.cols-7 li {
    width: 14.28571%;
}
ul.cols-8 li {
    width: 12.5%;
}
.inner {
    margin: 0;
    height: 100%;
}

@media only screen and (max-width: 767px) {
ul.cols-4 li, ul.cols-5 li, ul.cols-6 li, ul.cols-7 li, ul.cols-8 li {
    width: 33%;
}
ul.cols-3 li {
    width: 50%;
}
}

@media only screen and (max-width: 479px) {
ul[class*='cols-'] > li {
    width: 100%;
}
}
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#pageTop a {
    display: block;
    z-index: 999;
    padding: 0;
    border-radius: 70px;
    width: 70px;
    height: 70px;
    background-color: #5BD5E3;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.caption {
    font-weight: bold;
    margin-top: 10px;
}
.before, .after {
    position: relative;
}
.before::after {
    position: absolute;
    content: " ";
    display: inline-block;
    background: url(../img/common/watermark_before.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.after::after {
    position: absolute;
    content: " ";
    display: inline-block;
    background: url(../img/common/watermark_after.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
#flow, #voice {
    margin-top: -120px;
    padding-top: 120px;
}
label, input[type='checkbox'] {
    cursor: pointer;
}
table.table3 {
    width: 100%;
    border-top: 1px #c9d4dc solid;
    border-left: 1px #c9d4dc solid;
}
table.table3 th {
    padding: 6px 3px 6px 3px;
    border-bottom: 1px #c9d4dc solid;
    border-right: 1px #c9d4dc solid;
    font-weight: bold;
    background-color: #d5eff8;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
}
table.table3 td {
    padding: 4px 3px 4px 3px;
    border-bottom: 1px #c9d4dc solid;
    border-right: 1px #c9d4dc solid;
    font-weight: normal;
    background-color: #FFFFFF;
    letter-spacing: 0;
    vertical-align: middle;
}
table.table3 td.td_center {
    text-align: center;
}
.box {
    padding: 1em;
    margin: 2em 0;
    background: #FFF;
    border: 3px solid #333333;
    border-radius: 10px;
}
.box p {
    margin: 0;
    padding: 0;
}
.box2 {
    padding: 2em;
    margin: 2em 0;
    border: 5px double #990000;
}
.box2 p {
    margin: 0;
    padding: 0;
}
.button {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
}
.button::before, .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button {
    background-color: #03bcf8;
    color: #fff!important;
}
.button:hover {
    background-color: #95dcf3;
}
/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
table {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto;
}
table tbody {
    width: 100%;
    display: table;
}

/*tableにスクロールバーを追加*/
table::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
table::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.shell .duo.gutter .fa-4x {
    letter-spacing: -0.05em;
}

@media (max-width:1023px) {
.shell .duo.gutter .fa-4x {
    font-size: 3em;
}
}

@media (max-width:479px) {
.shell .duo.gutter .fa-4x {
    font-size: 1.8em;
}
}
.tx-small {
    font-size: 0.8em;
}
.scroll{
	overflow:auto;
	height:250px;
}
.wrap-h2 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:4% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:4% auto 6%;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.wrap-h3 {
    width: 100%;
    margin: 4% auto 6%;
}
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col > li:nth-of-type(odd){
  width:45.0%;
  margin:2% 5% 4% 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:45.0%;
  margin:2% 0 4% 5%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:45.0%;
  margin:2% 5% 4% 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:45.0%;
  margin:2% 0 4% 5%;
}
.flex-2col-noresp {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col-noresp > li{
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col-noresp > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 2.5% 0 0%; 
}
.flex-2col-noresp > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 2.5%;
}
.flex-list1 {
  width:8% !important;
  margin:0 0 0 0% !important;  
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:49% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:0% 0 0 2% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1.3%; 
}
.flex-4col {
  display:flex;
  justify-content:space-between;
  align-items:start;
  flex-wrap:wrap;
}
.flex-4col > li{
  width:22%;
  margin:2% 0 0 1.3%; 
}


@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-4col > li{
  width:47.5%;
  margin:2% auto !important; 
}
flex-list1,.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}

.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60,.res-img50,.res-img40{
     width:90% !important;
	height:auto !important;  
}
}
.btn-red {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #FF8266;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:100%;
}
.btn-re::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-re::after {
    border-left: 4px solid #fff;
}
.btn-blue {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #539ddc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:100%;
}
.btn-blu::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-blu::after {
    border-left: 4px solid #fff;
}

.btn-green {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #01924c;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:100%;
}
.btn-blu::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-blu::after {
    border-left: 4px solid #fff;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0 1.3em 0 1em;
    line-height: 30px;
    background: #0c93bf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}

.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}.
column-layout03 {
	background:#ADD8E6;
	color:#fff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.column-layout03-item {
    box-sizing: border-box;
    width: 50%;
    vertical-align: middle;
}
.column-layout03-title {
    font-size: 28px;
    line-height: 1.6;
    margin: 0 auto;
    margin-bottom: 1em;
    max-width: 520px;
    width: 96%;
    margin-top: 0.5em;
	font-weight:bold;
}
.column-layout03-text {
    margin: 0 auto;
    max-width: 426px;
    width: 96%;
}

.column-layout03-text {
    line-height: 1.6em;
}
.column-layout03-text p {
    font-size: 14px;
    line-height: 2.1;
}
.column-layout03-image {
    height: auto;
    width: 100%;
}
.flex-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	background:#ADD8E6;
	color:#fff;
}

@media only screen and (max-width: 768px){
	.column-layout03-wrapper {
		padding: 6.89655% 6.11111% 0;
	}
	.column-layout03:nth-of-type(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		
				-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.column-layout03 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;

		
		
		
				-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 0;
	}
	.column-layout03-wrapper .column-layout03-content {
		padding-left: 0;
		padding-right: 0;
	}
	.column-layout03-item:first-child {
		margin-right: 0;
	}
	.column-layout03-item{
		width: 100%;
	}
	.column-layout03-content {
		padding: 30px 6.11111%;
	}
	.column-layout03-title {
		font-size: 18px;
		margin-bottom: 0.77778em;
		width: 100%;
		max-width: initial;
	}
	.column-layout03-text{
		width: 100%;
		max-width: initial;
	}
	.column-layout03-text p {
		font-size: 13px;
		line-height: 2;
	}
	.w80{
		width: 100%;
		margin: 0 auto;
	}
	.vis3 .catch {
		margin-left: 0% !important;
	}
	.halfsz{
		width: 100%;
		display: block;
	}
	.scroll{
		overflow: auto;
    white-space: nowrap;
    width: 100% !important;
	box-sizing: border-box;
	overflow-x: scroll;
	}
	
}
.h2-ttl {
    font-size: 2.6em;
    text-align: center;
    margin: 0.75em 0;
    margin-bottom: 2em;
}
.box-sd {
    padding: 2rem 2rem 2rem 3rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-db {
    padding: 2rem 2rem 1.4rem;
    background-color: #fff;
    border: 3px double #999;
    box-sizing: border-box;
}
.bg-col01 {
	background:#0CC;
	padding:0.5em;
	color:#fff;
	font-weight:800;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	margin-right:20px;
	border-radius:5px;
}
.bg-col02 {
	background:#903;
	padding:0.5em;
	color:#fff;
	font-weight:800;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	margin-right:20px;
	border-radius:5px;
}
.bg-col03 {
	background:#9C9;
	padding:0.5em;
	color:#fff;
	font-weight:800;
	color:#fff;
	font-size:1.2em;
	text-align:center;
	margin-right:20px;
	border-radius:5px;
}
.line-h {
	line-height:3;
}

@media only screen and (max-width: 768px) {
.bg-col01 {
	word-break : break-word;
	background:#0CC;
	padding:0.5em;
	color:#fff;
	font-weight:800;
	color:#fff;
	font-size:1.0em;
	text-align:center;
	margin-right:0.5em;
	border-radius:5px;
}
.bg-col02 {
	overflow-wrap: break-word;
	word-wrap: break-word;
	background:#903;
	padding:0.5em;
	color:#fff;
	font-weight:800;
	color:#fff;
	font-size:1.0em;
	text-align:center;
	margin-right:0.5em;
	border-radius:5px;
}
.bg-col03 {
	overflow-wrap: break-word;
	background:#9C9;
	padding:0.5em;
	color:#fff;
	font-weight:800;
	color:#fff;
	font-size:1.0em;
	text-align:center;
	margin-right:0.5em;
	border-radius:5px;
}
.box-sd {
    padding: 1.2rem 1.2rem 0.8rem 2rem;
    box-sizing: border-box;
}
.box-db {
    padding: 1.6rem;
    box-sizing: border-box;
}

}
.p-ttl {
	background:#09F;
	padding:0.5em;
	color:#fff;
	font-weight:800;
	color:#fff;
	font-size:1.2em;
	text-align:center;
}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}



ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:40%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display:flex;
    justify-content:start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:30%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-3col > li {
    width:90%;
}
}
/*===========================
spacer
===========================*/


@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:6% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:6% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:8% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:1.6em !important;
}
.mt70,.mt80 {
     margin-top:11% !important;
}
.mb70,.mb80 {
     margin-bottom:11% !important;
}
.h2-ttl {
    font-size: 1.6em;
    text-align: center;
    margin: 0.75em 0;
    margin-bottom: 2em;
}
.content .flex-2col-start > li > h3 {
	font-size: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 2em;
}
}


@media screen and (max-width: 400px) {
.content h2.h2-ttl02 {
    font-size: 1.6em;
    line-height: 2em;
}
}

.box-wrap {
    margin: 2em 0;
    background: #dcefff;
}
.box-wrap .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box-wrap p {
    padding: 15px 20px;
    margin: 0;
}
.first .lft,.first .lftb {
    position: relative;
    margin-right: 10px;
}
.first .lft::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 22px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: -webkit-linear-gradient(-45deg, transparent 25%, #c0f3f0 25%, #c0f3f0 50%, transparent 50%, transparent 75%, #c0f3f0 75%, #c0f3f0);
    background-image: -moz-linear-gradient(-45deg, transparent 25%, #c0f3f0 25%, #c0f3f0 50%, transparent 50%, transparent 75%, #c0f3f0 75%, #c0f3f0);
    background-image: -o-linear-gradient(-45deg, transparent 25%, #c0f3f0 25%, #c0f3f0 50%, transparent 50%, transparent 75%, #c0f3f0 75%, #c0f3f0);
    background-image: linear-gradient(-45deg, transparent 25%, #c0f3f0 25%, #c0f3f0 50%, transparent 50%, transparent 75%, #c0f3f0 75%, #c0f3f0);
    background-size: 3px 3px;
    z-index: -1;
}
.first .lftb::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 22px;
    width: 100%;
    height: 300px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(-45deg, transparent 25%, #c0f3f0 25%, #c0f3f0 50%, transparent 50%, transparent 75%, #c0f3f0 75%, #c0f3f0);
    background-image: -moz-linear-gradient(-45deg, transparent 25%, #c0f3f0 25%, #c0f3f0 50%, transparent 50%, transparent 75%, #c0f3f0 75%, #c0f3f0);
    background-image: -o-linear-gradient(-45deg, transparent 25%, #c0f3f0 25%, #c0f3f0 50%, transparent 50%, transparent 75%, #c0f3f0 75%, #c0f3f0);
    background-image: linear-gradient(-45deg, transparent 25%, #c0f3f0 25%, #c0f3f0 50%, transparent 50%, transparent 75%, #c0f3f0 75%, #c0f3f0);
    background-size: 3px 3px;
    z-index: -1;
}


.first .lft::before,.first .lftb::before {
    opacity: 0.2;
    background-image: -webkit-linear-gradient(-45deg, transparent 25%, #3c3c3c 25%, #3c3c3c 50%, transparent 50%, transparent 75%, #3c3c3c 75%, #3c3c3c);
    background-image: -moz-linear-gradient(-45deg, transparent 25%, #3c3c3c 25%, #3c3c3c 50%, transparent 50%, transparent 75%, #3c3c3c 75%, #3c3c3c);
    background-image: -o-linear-gradient(-45deg, transparent 25%, #3c3c3c 25%, #3c3c3c 50%, transparent 50%, transparent 75%, #3c3c3c 75%, #3c3c3c);
    background-image: linear-gradient(-45deg, transparent 25%, #3c3c3c 25%, #3c3c3c 50%, transparent 50%, transparent 75%, #3c3c3c 75%, #3c3c3c);
}

@media screen and (max-width: 768px) {
.first .lft::before {
	width: 90%;
    height: 110%;
    top: 5px;
    left: 5%;
}
.first .lftb::before {
	width: 90%;
    height: 105%;
    top: 10px;
    left: 7%;
}
.h3-ttl {
	    font-size: 1.6em;
    margin-top: 2.2em;
    margin-bottom: 1em;
}
footer .inner p {
	color:#333;
}
footer.lower-bar .inner.clearfix .shell .solo.gutter p.f_tel a {
    color:#333;
}
footer.lower-bar .inner.clearfix .shell .solo.gutter p.f_tel a .fas {
    color:#333;
}
.lower-bar h1 {
        color:#333;
}
.lower-bar .data .shell .solo.gutter a {
        color:#333;
    text-decoration: none;
}
#pageTop {
    bottom: 90px;
}
}
@media screen and (max-width: 500px) {
.h3-ttl {
    margin-top: 3.0em !important;
    margin-bottom: 1.19em !important;
}
}
.flex-2col.chara li p {
     font-feature-settings: "palt" 1;
}
ol.list_parentheses{
  padding:0 0 0 1em;
  margin:0;
}
 
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
ol.num_order {
 padding-left:10px;
}
ol.num_order li {
    padding: 5px 0 4px 0;
    list-style-type: decimal;
	font-size:1.1em;
	font-weight:bold;
}
.fnt-nrl {
	font-size:90%;
	font-weight:100;
}

.tbl-1 td {
	text-align:center;
}
ul {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
.r-center img{
	text-align:center;
	margin:auto;
}
}
.catch01 {
	font-size:1.3em;
	font-weight:700;
	line-height:1.8;
}
@media only screen and (max-width: 768px) {
table {
    white-space: normal;
}
	
table th ,table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
	word-break : break-all;
}
.lower-bar {
    background-position: center;
}
.fat-nav li, .fat-nav li a {
    line-height: 1.4;
}
.catch01 {
	font-size:1.2em;
	font-weight:700;
	line-height:1.6;
}


}
