<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
  #new_one {
        width: 100%;
        margin: 2em auto 0;
    }

    #new_one .new_about {
        width: 95%;
        max-width: 1110px;
        margin: 0 auto 0;
    }

    #new_one .new_about h3 {
        font-size: 36px;
        font-weight: bold;
        margin: 3rem 0 1rem;
        letter-spacing: 2px;
    }

    #new_one .new_about p {
        font-size: 15.4px;
        margin-bottom: 1rem;
        line-height: 2;
        letter-spacing: 1px;
    }


    #new_one .new_one_box {
        width: 95%;
        max-width: 1110px;
        margin: 0 auto 0;
        display: flex;
        justify-content: space-between;
    }

  #new_one .new_one_box .left_txt {
        width: 48%;
        margin: 2em 0;
    }

    #new_one .new_one_box .left_txt h4 {
        line-height: 2;
        padding: 0.4rem 0.6rem;
        background: #1e1c17;
        color: #FFF;
        font-size: 15.4px;
        margin-bottom: 1.4rem;
        font-weight: 400;
        letter-spacing: 1px;
    }

    #new_one .new_one_box .left_txt h4 img {
        vertical-align: middle;
        margin: 0 0.5rem;
        width: 50px;
    }

    #new_one .new_one_box .left_txt dl {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 2.5rem 0;
    }

    #new_one .new_one_box .left_txt dl.c {

        align-items: center;
    }

    #new_one .new_one_box .left_txt dl dt {
        width: 18%;
        max-width: 86px;
        min-height: 86px;
        font-size: 0;
    }

    #new_one .new_one_box .left_txt dl.fresh00 dt {
        background: url(../images/icon00.png) no-repeat top center;
        background-size: contain;
        min-height: 65px;
    }

    #new_one .new_one_box .left_txt dl.fresh01 dt {
        background: url(../images/icon01.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .left_txt dl.fresh02 dt {
        background: url(../images/icon02.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .left_txt dl.fresh03 dt {
        background: url(../images/icon03.png) no-repeat top center;
        background-size: contain;
    }
    #new_one .new_one_box .left_txt dl.fresh04 dt {
        background: url(../images/icon04.png) no-repeat top center;
        background-size: contain;
    }
    #new_one .new_one_box .left_txt dl dd {
        width: 81%;
    }

    #new_one .new_one_box .right_txt {
        width: 48%;
        margin: 2em 0;
    }

    #new_one .new_one_box .right_txt h4 img {
        vertical-align: middle;
        margin: 0 0.5rem;
        width: 50px;
    }

    #new_one .new_one_box .right_txt dl {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 2.5rem 0;
    }

    #new_one .new_one_box .right_txt dl.c {

        align-items: center;
    }

    /*#new_one .new_one_box .right_txt dl:first-child {
        margin: 1.8rem 0 2.5rem;
    }*/

    #new_one .new_one_box .right_txt dl dt {
        width: 18%;
        max-width: 86px;
        min-height: 86px;
        font-size: 0;
    }

    #new_one .new_one_box .right_txt dl.fresh00 dt {
        background: url(../images/icon00.png) no-repeat top center;
        background-size: contain;
        min-height: 65px;
    }

    #new_one .new_one_box .right_txt dl.fresh01 dt {
        background: url(../images/icon01.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .right_txt dl.fresh02 dt {
        background: url(../images/icon02.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .right_txt dl.fresh03 dt {
        background: url(../images/icon03.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .right_txt dl.fresh04 dt {
        background: url(../images/icon04.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .right_txt dl dd {
        width: 81%;
    }


    #new_one .new_one_box .left_txt,
    #new_one .new_one_box .right_txt {
        font-size: 15.4px;
        margin-bottom: 1.9em;
        line-height: 2;
        letter-spacing: 1px;
    }

.box_text_in h1{
	border-bottom: 3px #000 solid;
	line-height: 2.5rem;
	
	padding-bottom: 10px;
}
#new_one2 dt{
	font-size: 1.5rem;
	margin-top: 50px;
}
/*===============================================
●smart.css  画面の横幅が1024まで
===============================================*/

@media screen and (max-width: 1023px) {
 

    #new {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    #new h2 {

        font-size: 0;
        background: url(../images/new_tit.jpg) no-repeat top center;
        background-size: contain;
        padding-top: calc(462 / 1200 * 100%);
    }

    #new_one {
        width: 100%;
        margin: 2em auto 0;
    }

    #new_one .new_about {
        width: 95%;
        max-width: 1110px;
        margin: 0 auto 0;
    }

    #new_one .new_about h3 {
        font-size: 30px;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 1rem;
        letter-spacing: 1px;
    }

    #new_one .new_about p {
        font-size: 15.4px;
        margin-bottom: 1rem;
        line-height: 2;
        letter-spacing: 1px;
    }

    #new_one .new_about .freshman {
        width: 100%;
        max-width: 1110px;
        margin: 0 auto 0;
        display: flex;
        justify-content: space-between;
        letter-spacing: 1px;
    }

    #new_one .new_about .freshman dl {
        width: 33.3333%;
        max-width: 370px;
        font-size: 14.4px;
    }

    #new_one .new_about .freshman dl img {
        width: 100%;
    }

    #new_one {
        width: 100%;
        margin: 1em auto 0;
    }

    #new_one .new_one_box {
        width: 100%;
        max-width: 1110px;
        margin: 0 auto 0;
        display: flex;
        justify-content: space-between;

        flex-wrap: wrap;
    }

    #new_one .new_one_box .left_txt {
        width: 100%;
        margin: 2em auto;
    }

    #new_one .new_one_box .left_txt h4 {
        line-height: 2;
        padding: 0.4rem 0.6rem;
        background: #1e1c17;
        color: #FFF;
        font-size: 15.4px;
        margin-bottom: 1.4rem;
        font-weight: 400;
        letter-spacing: 1px;
    }

    #new_one .new_one_box .left_txt h4 img {
        vertical-align: middle;
        margin: 0 0.5rem;
        width: 50px;
    }

    #new_one .new_one_box .left_txt dl {
        width: 100%;
        display: flex;
        justify-content: end;
        margin: 2.5rem 0;
    }

    #new_one .new_one_box .left_txt dl.c {

        align-items: center;
    }

    #new_one .new_one_box .left_txt dl dt {
        max-width: 70px;
        min-width: 70px;

        min-height: 70px;
        max-height:70px;
        font-size: 0;
    }

    #new_one .new_one_box .left_txt dl.fresh00 dt {
        background: url(../images/icon00.png) no-repeat top center;
        background-size: contain;
        min-height: 60px;
        max-height: 60px;
    }

    #new_one .new_one_box .left_txt dl.fresh01 dt {
        background: url(../images/icon01.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .left_txt dl.fresh02 dt {
        background: url(../images/icon02.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .left_txt dl.fresh03 dt {
        background: url(../images/icon03.png) no-repeat top center;
        background-size: contain;
    }
  #new_one .new_one_box .left_txt dl.fresh04 dt {
        background: url(../images/icon04.png) no-repeat top center;
        background-size: contain;
    }
    #new_one .new_one_box .left_txt dl dd {
        width: auto;
        margin-left: 1rem;
    }

    #new_one .new_one_box .left_txt dl:last-child {
        margin-bottom: 0.5rem;
    }

    #new_one .new_one_box .right_txt {
        width: 100%;
        margin: 2em auto;
    }

    #new_one .new_one_box .right_txt h4 img {
        vertical-align: middle;
        margin: 0 0.5rem;
        width: 50px;
    }

    #new_one .new_one_box .right_txt dl {
        width: 100%;
        display: flex;
        justify-content: end;
        margin: 2.5rem 0;
    }

    #new_one .new_one_box .right_txt dl.c {
        align-items: center;
    }

    #new_one .new_one_box .right_txt dl:first-child {
        margin: 0 0 2.5rem;
    }

    #new_one .new_one_box .right_txt dl dt {
        max-width: 70px;
        min-width: 70px;
        min-height: 70px;
        max-height: 70px;
        font-size: 0;
    }

    #new_one .new_one_box .right_txt dl.fresh00 dt {
        background: url(../images/icon00.png) no-repeat top center;
        background-size: contain;
        min-height: 65px;
        max-height: 65px;
    }

    #new_one .new_one_box .right_txt dl.fresh01 dt {
        background: url(../images/icon01.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .right_txt dl.fresh02 dt {
        background: url(../images/icon02.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .right_txt dl.fresh03 dt {
        background: url(../images/icon03.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .right_txt dl.fresh04 dt {
        background: url(../images/icon04.png) no-repeat top center;
        background-size: contain;
    }

    #new_one .new_one_box .right_txt dl dd {
        width: auto;
        margin-left: 1rem;
    }


    #new_one .new_one_box .left_txt,
    #new_one .new_one_box .right_txt {
        font-size: 15.4px;
        margin-bottom: 1.9em;
        line-height: 2;
        letter-spacing: 1px;
    }

    #new_one .new_one_box .left_txt {
        margin-bottom: 0;
    }


.box_text_in h1{
	border-bottom: 3px #000 solid;
	line-height: 2.5rem;
	
	padding-bottom: 10px;
}
#new_one2 dt{
	font-size: 1.2rem;
	margin-top: 50px;
	margin-bottom: 15px;
}
}


</pre></body></html>