body {
    margin: 0 auto;
    color: #333;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(./fonts/fonts/fonts/NotoSansCJKjp-Thin.woff) format("woff"), url(./fonts/fonts/NotoSansCJKjp-Thin.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  src: url(./fonts/fonts/NotoSansCJKjp-Light.woff) format("woff"), url("./fonts/fonts/NotoSansCJKjp-Light.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(./fonts/fonts/NotoSansCJKjp-DemiLight.woff) format("woff"), url(./fonts/fonts/NotoSansCJKjp-DemiLight.woff) format("woff"), url(../fonts/NotoSansCJKjp-DemiLight.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/fonts/NotoSansCJKjp-Regular.woff) format("woff"), url(./fonts/fonts/NotoSansCJKjp-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(./fonts/fonts/NotoSansCJKjp-Medium.woff) format("woff"), url(./fonts/fonts/NotoSansCJKjp-Medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/fonts/NotoSansCJKjp-Bold.woff) format("woff"), url(./fonts/fonts/NotoSansCJKjp-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(./fonts/fonts/NotoSansCJKjp-Black.woff) format("woff"), url(./fonts/fonts/NotoSansCJKjp-Black.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: normal;
  font-weight: 100;
  src: url(./fonts/fonts/NotoSerifCJKjp-ExtraLight.woff) format("woff"), url(./fonts/fonts/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: normal;
  font-weight: 200;
  src: url(./fonts/fonts/NotoSerifCJKjp-Light.woff) format("woff"), url(./fonts/fonts/NotoSerifCJKjp-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: normal;
  font-weight: 300;
  src: url("./fonts/fonts/NotoSerifCJKjp-Regular.otf") format("woff"), url("./fonts/fonts/NotoSerifCJKjp-Regular.woff") format("opentype");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: normal;
  font-weight: 400;
  src: url("./fonts/fonts/NotoSerifCJKjp-Medium.otf") format("woff"), url(./fonts/fonts/NotoSerifCJKjp-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: normal;
  font-weight: 600;
  src: url("./fonts/fonts/NotoSerifCJKjp-SemiBold.otf") format("woff"), url("./fonts/fonts/NotoSerifCJKjp-SemiBold.woff") format("opentype");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: normal;
  font-weight: 700;
  src: url("./fonts/fonts/NotoSerifCJKjp-Bold.otf") format("woff"), url("./fonts/fonts/NotoSerifCJKjp-Bold.woff") format("opentype");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: normal;
  font-weight: 900;
  src: url("./fonts/fonts/NotoSerifCJKjp-Black.otf") format("woff"), url("./fonts/fonts/NotoSerifCJKjp-Black.woff") format("opentype");
}
@media print {
    .print {
        display: none;
    }
}
.clearfix {
  display: block;
  clear: both;
  content: "";
}
.fc-red {
    color: red;
}
.fs-hissu {
    font-size: 0.8rem;
}
.fs-hissuSP {
     font-size: 0.8rem;
     font-weight: bold;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 20px;
}

.pagetop a {
    display: block;
    /*background-color: #003f8e;*/
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 0px 0px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 1;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:0px 0px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#wrapper {
    max-width: 1200px;
}
#wrapper .logoTop {
    width: 100px;
    margin-top: 1rem;
    margin-left: 140px;
}
#global-navi {
    background:#FFF;
    position: fixed;
    top: 0;
    right: 0px;
    height: 80px;
    width: 100%;
    padding:1rem 0;
    z-index: 999;
}

#global-navi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 0;
}
#global-navi .menu li img {
    height: 3rem;
}
#global-naviSp .menu img{
    width: 100%;
}
#wrapper nav ul li{
    display:inline-block;
    font-size: 8px;
    padding: .3rem;
    width: 14%;
}
#wrapper nav ul li a{
color: #ddd
}
.logoSize {
    padding-top: 0!important;
}
.logoSize img {
    height: 8rem!important;
}
.spNavTitle {
    font-family: serif;
    font-size: 1.5rem;
}
.spNavCont {
    font-size: 1.3rem;
    padding-left: 1rem;
}
.mt-1 {
    margin-top: 1rem;
}
.fw-bold {
    font-weight: bold;
}
.ff-serif {
    font-family: serif;
}
.topContent {
    width: 100%;
    margin-top: 7rem;
    text-align: center;
    position: relative;
}
.topContent video {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: -999;
}

.topContent .onVideo {
    position: absolute;
    top:24rem;
    left: 31vw;
    color: white;
    font-size: 50px;
    font-weight: bold;
    font-family: serif;
    position: fixed;
    z-index: -990;
}

.videoBottom {
    text-align: center;
    margin: 0 auto;
    padding: 45px;
    display: flex;
    background: #f0f0f0;
}
.videoBottom .m-center {
    margin: 0 auto;
    width: 80%;
}
.videoBottom img {
    width: 13rem;
    float: left;
}
.videoBottom .m-center .textArea {
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 2rem;
}

/* solution */
.solution {
    margin: 0 auto;
    background-color:rgba(255,255,255,0.9);
    padding: 2rem;
}
.chapterImg {
    width: 200px;
    margin: 2rem auto;
    width: 250px;
}
.chapterImg img {
    width: 250px;
}
.chapterImg p {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 0;
}
.chapterText {
    font-size: 1.1rem;
    line-height: 2rem;
}
.solution .bannar {
    padding: 1rem 0;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.solution .bannar img{
    width: 100%;
    margin: auto;
}
@media screen and (min-width: 1024px) {
.topContent #video{
    width: 85%;
}
.topContent video {
    left: 50%;
    transform: translate(-50%,-0%);
}
.chapterText {
    font-size: 1.1rem;
    line-height: 2rem;
    width: 800px;
    margin: 0 auto;
}
.solution .bannar {
    padding: 2rem 0;
 }
.sixImgs {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem auto;
    width: 800px;
    margin: 0 auto;
}
.main {
    padding-top: 150px;
}
}
.itemBox {
    height: 200px;
    width: 200px;
    border: 2px solid #003f8e;
    margin: 1rem;
    border-radius: 1rem;
}
.sixImgs {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem auto;
    margin: 0 auto;
    width: 800px;
}

.sixImgs .itemBox .imgItem {
    margin-top: 1rem;
    margin-left: 3.5rem;
}
.sixImgs a {
    text-decoration: none;
}
.sixImgs .itemBox .imgText {
    color: #003f8e;
    padding: 0.8rem;
    padding-top: 1rem;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}
.spanFs {
    font-size: 0.7rem;
}
.sixImgs .itemBox .imgItem img {
    width: 80px;
}
.solutionContent {
    margin-top: 3rem;
    width: 800px;
    margin: 0 auto;
}
.solutionContent .item {
    display: flex;
    margin-bottom: 5rem;
    margin-top:-180px;
    padding-top:180px;
}
.solutionContent .item:nth-child(2n) { 
    flex-direction: row-reverse; 
    padding-right: 3rem;
}
.solutionContent .item .solutionImgText {
    margin-left: 3rem;
    width: 600px;
}
.solutionContent .item .solutionImgText:nth-child(2n) {
    margin-right: 3rem;
    width: 600px;
}
.solutionContent .item .solutionImgText .title{
   color: #003f8e;
   font-size: 1rem;
   font-weight: bold;
   padding: 1rem;
   padding-top: 0;
   border-bottom: 1px solid #003f8e;
}
.solutionContent .item .solutionImgText .cnt{
   color: #333;
   font-size: 1rem;
   padding: 1rem;
}
.solutionContent .item img {
    width: 220px;
    height: 220px;
}
/*company*/
.company {
    text-align: center;
    margin: 0 auto;
    background: #f0f0f0;
    padding: 1rem;
    padding-bottom: 4rem;
}
.company .companyContent {
    width: 900px;
    margin: 0 auto;
}
.company .companyContent dl dt {
    float: left;
    width: 80px;
    text-align: justify;
    padding-left:80px;
    padding-right: 1rem;
    font-weight: bold;
    padding-top: 2rem;
    border-right: 2px solid white;
}
.company .companyContent dl dd {
    padding-left: 200px;
    text-align: left;
    max-width: 550px;
    padding-top: 2rem;
    color: black;
}
.company .chapterImg img {
    margin-top: 2rem;
}
.company .companyContent dl a {
    margin-bottom: 2rem;
}
.btn {
    padding: 0.5rem 2rem ;
    background: #09095D;
    margin: 0 auto;
    color: white;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0.5rem;
    width: 100px;
}
.btn:hover {
    opacity: 0.7;
}

.greeting {
    background-color:rgba(255,255,255,0.9);
}
.greeting .chapterImg, .contact .chapterImg {
    margin-top: 0;
}
.greetingContent {
    display: flex;
    width: 800px;
    margin: 0 auto;
}
.greetingContent img {
    height: 300px;
}
.greetingContent .grCnt {
    margin-left: 2rem;
    font-size: 0.9rem;
}
/*contact*/

.contact {
    text-align: center;
    margin: 0 auto;
    background: #f0f0f0;
}
.contactContent {
    margin: 0 auto;
    width: 671px;
    padding: 2rem;
}
.contactContent table {
    border: 1px solid black;
}
.contactContent table tr {
    height: 3rem;
}
.contactContent table td {
    text-align: left;
    border-bottom: 1px solid black;
    padding: 1rem;
}
.contactContent table .bottomNone {
    border-bottom: none;
}
.contactContent table td input {
    width: 300px;
    height: 25px;
}
.contactContent table td textArea {
    width: 300px;
    height: 100px;
}
.contactContent table td .inputT {
    width: 180px;
}
.contactContent table tr .head {
    border-right: 1px solid black;
    background: #e6e6e6;
}
.fs-s {
    font-size: 0.8rem;
}
.chapterImg img {
    margin-top: 2rem;
}
.contactContent .privacy {
    text-align: left;
    color: #09095D;
    font-weight: bold;
}

.contactContent .privacy02 {
    text-align: center;
    color: #09095D;
    font-weight: bold;
}

.contactContent .btnArea button {
    padding: 0.5rem 1rem;
    background: #09095D;
    color: white;
    margin: 0 2rem;
    width: 150px;
    height: 40px;
    border-radius: 0.4rem;
    border: none;
    cursor: pointer;
    font-family: serif;
}
.contactContent .btnArea .reset {
    padding: 0.5rem 1rem;
    background: white;
    color: black;
    margin: 0 2rem;
    width: 150px;
    height: 40px;
    border-radius: 0.4rem;
    cursor: pointer;
    font-family: serif;
}
.contactContent .btnArea button:hover {
    opacity: 0.7;
}

/* access */
.accsess {
    background-color:rgba(255,255,255,0.9);
}
.accsess .chapterImg {
    margin-top: 0;
}
.accsess .map {
    width: 800px;
    margin: 0 auto;
}
.accsess .branch{
    padding: 1rem 0;
    width: 90%;
    margin: auto;
    text-align: center;
}
.accsess .branch .branch-name{
    font-family: 'Noto Sans JP',sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #00114F;
}
.accsess .branch .branch-content .inner-flex{
    padding: 1rem 0;
}
.accsess .branch .branch-content .address{
    font-family: 'Noto Sans JP',sans-serif;
    font-size: .85rem;
    font-weight: 300;
    color: #00114F;
}

/*footer*/

.footerTop {
    /*height: 280px;*/
    height: 150px;
    background-color: #FFF;
}
.footerTop ul {
    display: flex;
    padding-left: 0;
    margin-top: 0;
    justify-content: center;
    align-items: center;
}
.footerTop ul li {
    list-style: none;
    width: 14%;
    line-height: 2rem;
    text-align: center;
}
.footerTop ul li img {
    height: 3rem;
}
.footerTop ul li .footerLogo{
    height: 8rem;
}
.footerBottom {
    background-color: #f0f0f0;
    text-align: center;
    padding-bottom: 2rem;
}
.footerBottom .canpanyName {
    font-size:1rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
}
.footerBottom .address {
    font-size:0.8rem;
}

@media screen and (min-width: 767px) {
    #index,
    #formatdl {
        min-width: 1200px;
    }
    .sponry {
        display: none;
    }

}

@media screen and (max-width: 1024px) {
    body {
        max-width: 1024px;
    }
    .fs-hissu {
        font-size: 1.3rem;
    }
    .sponry {
        display: none;
    }
    .videoBottom .m-center .textArea {
        width: 100%;
        font-size: 1.5rem;
        line-height: 4rem;
    }
    .chapterText {
        font-size: 1.6rem;
        line-height: 4rem;
        width: 800px;
        margin: 0 auto;
    }
    .sixImgs .itemBox .imgItem {
        margin-top: 1rem;
        margin-left: 4.5rem;
    }
    .sixImgs .itemBox .imgItem img {
        width: 90px;
    }
    .itemBox {
        height: 230px;
        width: 230px;
        border: 2px solid #003f8e;
        margin: 1rem;
        border-radius: 1rem;
    }
    .spanFs {
        font-size: 1rem;
    }
    .solutionContent .item .solutionImgText .cnt {
        color: #333;
        font-size: 1.3rem;
        padding: 1rem;
    }
    .solutionContent .item {
        display: flex;
        margin-bottom: 5rem;
    }    
    .company .companyContent dl dd {
        padding-left: 200px;
        text-align: left;
        padding-top: 2rem;
        font-size: 1.5rem;
        color: black;
    }
    .company .companyContent dl dt {
        float: left;
        width: 120px;
        text-align: justify;
        padding-left: 80px;
        padding-right: 1rem;
        font-size: 1.5rem;
        font-weight: bold;
        padding-top: 2rem;
        border-right: 2px solid white;
    }
    .greetingContent img {
        height: 400px;
    }
    .greetingContent .grCnt {
        line-height: 2.5rem;
        margin-left: 2rem;
        font-size: 1.5rem;
    }
    .topContent .onVideo {
        top: 24rem;
        left: 34vw;
        color: white;
        font-size: 3rem;
        font-family: serif;
    }
    .contactContent table {
        border: 1px solid black;
        height: 700px;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .contactContent .btnArea button {
        padding: 0.5rem 1rem;
        background: #09095D;
        color: white;
        margin: 0 2rem;
        width: 200px;
        height: 60px;
        border-radius: 0.4rem;
        border: none;
        cursor: pointer;
        font-size: 1.2rem;
    }
    .contactContent .btnArea .reset {
        padding: 0.5rem 1rem;
        background: white;
        color: black;
        margin: 0 2rem;
        width: 200px;
        height: 60px;
        border-radius: 0.4rem;
        cursor: pointer;
        font-size: 1.2rem;
    }
    .footerBottom .canpanyName {
        font-size: 2rem;
        margin-bottom: 1rem;
        padding-top: 2rem;
    }
        .footerBottom .address {
        font-size: 1.8rem;
    }
    .pagetop {
        bottom: 15px;
        right: 40px;
    }
    .pagetop a {
        display: block;
        /*background-color: #003f8e;*/
        text-align: center;
        color: #FFF;
        font-size: 28px;
        text-decoration: none;
        padding: 0px 0px;
        /*height: 40px;*/
        width: 250px;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 1;
    }
    .pagetop a:hover {
        display: block;
        background-color: #b2d1fb;
        text-align: center;
        color: #fff;
        font-size: 28px;
        text-decoration: none;
        padding: 0px 0px;
        /*height: 40px;*/
        width: 250px;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }
    .contactContent table td .inputT {
        display: block;
        width: 300px;
    }
    .fs-s {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px) {
    .pagetop{
        bottom: 5px;
        right: 20px;
    }
    .pagetop a {
        display: block;
        /*background-color: #003f8e;*/
        text-align: center;
        color: #FFF;
        font-size: 21px;
        text-decoration: none;
        padding: 0px 0px;
        /*height: 200px;*/
        width: 200px;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 1;
    }
    .pagetop a:hover {
        display: block;
        background-color: #b2d1fb;
        text-align: center;
        color: #fff;
        font-size: 21px;
        text-decoration: none;
        padding: 0px 0px;
        /*height: 200px;*/
        width: 200px;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
    }
    .pagetop a img{
        width: 100%;
    }
    .entryBtn {
        background: rgba(255,255,255,0.7);
        padding: 1rem;
    }
    .sixImgs {
        display: flex;
        flex-wrap: wrap;
        padding: 1rem auto;
        margin: 0 auto;
        width: 100%;
    }
    .pconry {
        display: none;
    }
    .sponry {
        display: block;
    }
    .spanFs {
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 2rem;
    }
    .lonText {
        text-align: left!important;
    }
    .topContent .onVideo {
        position: absolute;
        top: 11rem;
        left: 11%;
        color: white;
        font-size: 1.5rem;
        font-family: serif;
        position: fixed;
    }
    #wrapper nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        padding-top: 50px;
        background:#FFF;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2;
        color: white;
        background: rgba(0,30,100,0.8);
    }
    #global-navi ul {
        margin: 0 auto;
        display: block;
    }
    #wrapper nav ul li {
        display:block;
        margin-right: 2rem;
        border-bottom: 1px solid white;
        width: unset;
    }
     
    #wrapper nav ul li a {
        text-decoration: none;
        color: #ddd
    }
     
    #wrapper .btn-gnavi {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 24px;
        z-index: 3;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
     
    #wrapper .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #666;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
     
    #wrapper .btn-gnavi span:nth-child(1) {
        top: 0
    }
     
    #wrapper .btn-gnavi span:nth-child(2) {
        top: 10px
    }
     
    #wrapper .btn-gnavi span:nth-child(3) {
        top: 20px
    }
     
    #wrapper .btn-gnavi.open {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
     
    #wrapper .btn-gnavi.open span {
        background: #666
    }
     
    #wrapper .btn-gnavi.open span {
        width: 24px;
    }
    #wrapper .contents section p {
        position: absolute;
        top: 50%;
        width: 30%;
        line-height: 1.4;
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 6px #666
    }
     
    #wrapper .contents section:nth-child(odd) p {
        left: 10%
    }
     
    #wrapper .contents section:nth-child(even) p {
        right: 10%
    }
    .topContent {
        width: 100%;
        margin-top: 0.5rem;
        text-align: center;
    }
    .topContent video {
        width: 100%;
    }
    
    .videoBottom {
        text-align: left;
        margin: 0 auto;
        padding: 5%;
        display: flex;
        background: #f0f0f0	;
    }
    .videoBottom .m-center {
        margin: 0 auto;
        width: 80%;
    }
    .videoBottom img {
        display: none;
    }
    .videoBottom .m-center .textArea {
        width: 100%;
        font-size: 1rem;
        line-height: 2rem;
    }
    /* solution */
    .solution {
        width: 311px;
        margin: 0 auto;
    }
    .chapterImg {
        width: 200px;
        margin: 2rem auto;
        width: 200px;
    }
    
    .chapterImg img {
        width: 200px;
    }
    .chapterImg p {
        text-align: center;
        font-size: 1rem;
        margin-top: 0;
    }
    .chapterText {
        font-size: 0.9rem;
        line-height: 2rem;
        width: 100%;
    }
   
    .itemBox {
        height: 150px;
        width: 300px;
        border: 2px solid #003f8e;
        margin: 1rem auto;
        display: flex;
        border-radius: 1rem;
    }
    
    .solutionContent {
        margin-top: 3rem;
        width: 300px;
        text-align: center;
    }
    .solutionContent .item {
        display: block;
        margin-bottom: 5rem;
        padding-left: 0;
        margin-top: 0;
        padding-top: 0;
    }
    .solutionContent .item:nth-child(2n) { 
        flex-direction: row-reverse; 
        padding-right: 0;
    }
    .solutionContent .item .solutionImgText {
        margin: 0;
        margin-top: 2rem;
        width: 300px;
    }
    .solutionContent .item .solutionImgText:nth-child(2n) {
        margin: 0;
        margin-top: 2rem;
        width: 300px;
    }
    .solutionContent .item .solutionImgText .title{
       color: #003f8e;
       font-size: 1rem;
       font-weight: bold;
       padding: 1rem;
       text-align: left;
       padding-top: 0;
       border-bottom: 1px solid #003f8e;
    }
    .solutionContent .item .solutionImgText .cnt{
       color: #333;
       font-size: 1rem;
       padding: 1rem;
       line-height: 2rem;
       text-align: left;
    }
    .solutionContent .item img {
        width: 220px;
        height: 220px;
    }
    .sixImgs .itemBox .imgItem {
        margin: 2rem 1rem;
    }
    .sixImgs .itemBox .imgText {
        color: #003f8e;
        padding: 0.8rem;
        padding-top: 0.3rem;
        font-size: 1rem;
        font-weight: bold;
        text-align: left;
    }
    /*company*/
    .chapterImgSp img {
    width: 200px;
    margin-top: 2rem;
}
.companySp {
        text-align: center;
        margin: 0 auto;
        background: #f0f0f0;
        padding: 2rem;
    }
    .companySp .companyContentSp {
    }
    .companySp .companyContentSp dl {
        margin: 0 auto;
    }
    .companySp .companyContentSp dl dt {
        width: 250px;
        font-weight: bold;
        margin-left: 0;
        padding-top: 2rem;
        margin: 0 auto;
    }
    .companySp .companyContentSp dl dd {
        text-align: left;
        padding-top: 2rem;
        width: 250px;
        color: black;
        text-align: center;
        margin: 0 auto;
        line-height: 1.8rem;
    }
    .company .chapterImg img {
        margin-top: 2rem;
    }
    .company .companyContent dl a {
        margin-bottom: 2rem;
    }

    
    .greetingContent {
        display: block;
        width: 300px;
        margin: 0 auto;
        text-align: center;
    }
    .greetingContent img {
        height: 300px;
    }
    .greetingContent .grCnt {
        margin-left: 0;
        font-size: 0.9rem;
        text-align: left;
        line-height: 1.7rem;
    }
    .contactSp {
        background: #f0f0f0;
    }
    .contactSp .contactArea {
        width: 99%;
        margin: 0 auto;
        text-align: center;
        border: 1px solid black;
        background-color:rgba(255,255,255,0.9);
    }
    .contactSp .contactArea .contactHead {
        background: #f0f0f0;
        padding: 0.5rem;
        border: 1px solid black;
    }
    .contactSp .contactArea .contactDetail {
        padding: 1.5rem;
    }
    .contactSp .contactArea .contactDetail input {
        height: 1.7rem;
        width: 100%;
    }
    .contactSp .contactArea .contactDetail textarea {
        height: 6.8rem;
        width: 100%;
    }
    .privacy {
        text-align: left;
        color: #09095D;
        font-weight: bold;
        padding-left: 1.5rem;
    }
    .btnArea {
        text-align: center;
    }
    .btnArea button {
        padding: 0.5rem 1rem;
        background: #09095D;
        color: white;
        margin: 1rem 2rem;
        width: 280px;
        height: 60px;
        border-radius: 0.4rem;
        cursor: pointer;
        font-size: 1rem;
    }
    
    .btnArea .reset {
        background: white;
        color: black;
    }
    
    .accsess .map {
        width: 100%;
    }
    .accsess .branch .branch-name {
        font-size: 1rem;
    }

    /*footer*/

.footerTop {
        height: auto;
        background-color: #FFF;
        text-align: center;
        padding: 1rem;
    }
    .footerTop ul {
        display: flex;
        justify-content: space-between;
        gap: 0rem;
        flex-wrap: wrap;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .footerTop ul li {
        list-style: none;
        width: 50%;
        padding-top: 0;
        line-height: 2rem;
        margin-top: 1rem;
    }
    .footerTop ul li img {
        /*width: 150px;*/
    }
    .footerTop ul li .footerLogo{
        width: 70px;
        margin-left: 2rem;
    }
    .footerBottom {
        background-color: #f0f0f0;
        text-align: center;
    }
    .footerBottom .canpanyName {
        font-size:1rem;
        margin-bottom: 1rem;
        padding-top: 2rem;
    }
    .footerBottom .address {
        font-size:0.8rem;
    }
    .footerBottom .footerImg img {
        width: 100px;
        margin-top: 1rem;
    }
}
.txtC{
    text-align: center;
}

/* フォーマットダウンロード */
#formatdl{
    background-color: #F0F0F0;
}
.head_margin{
    margin-top:180px;
}
.dl_comment{
    padding: 4rem;
    line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
    .head_margin{
        margin-top:0;
    }
    .dl_comment{
        padding: 1rem;
        line-height: 2rem;
    }
    .dlimg{
        width: 80%;
    }
}