@charset "utf-8";
/* CSS Document */


body {
    font-family: 'Noto Sans JP', Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    height: 100%;
    padding: 0;
}

html {
    height: 100%;
}

* html div#wrapper {
    height: 100%;
}


* {
    margin: 0;
    padding: 0;
}


#wrapper img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
    border: 0;
}

#wrapper img a {
    border: 0;
}

table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}

.lf {
    float: left;
}

.ri {
    float: right;
}

.cl {
    clear: both;
}

a {
    outline: hidden;
    outline: none;
}

/* HEADER  BASE------------------------------------------- */


@media screen and (min-width: 769px) {

    body {
        color: #323333;
    }

    .wrapper {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100%;

    }

    #wrapper {
        border: solid 18px #e70012;
        max-width: 100%;
    }

    .pc-none {
        display: none;
    }

    .fix {
        width: 950px;
        margin-left: auto;
        margin-right: auto;
       max-width:94%;
    }

    img {
        display: block;
    }

    .sptouch {
        display: none;
    }


    /* CONTETNS------------------------------------------- */


    .contents {
        display: block;
	 }
	 .box00,.box01,.box02,.box03 {
		 display: block;
		 padding: 25px 0;
		 background: #fff;
		 border-top: #e70012 solid 15px;
	 }
	 .box00 {
		 border-top: none;
         padding-bottom: 20px;
	 } 
    .gpt1 {
        padding-top: 30px;
    }

    .home_link {
        text-align: center;
        display: block;
        margin-top: 20px;
        font-size: 14px;
    }

    .bntbase01 {
        display: block;
        text-align: center;
        padding-top: 50px;
    }

    .btn001 {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        color: #e70012;
        text-decoration: none;
        text-align: center;
        border: #e70012 solid 2px;
        width: 550px;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
    }

    .btn001:hover {
        color: #FFF;
        background: #e70012;
    }

    .btn001::before,
    .btn001::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .btn001::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #e70012;
    }

    .btn001:hover::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }

    .btn002 {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        color: #e70012;
        text-decoration: none;
        border: #e70012 solid 2px;
        width: 45%;
        position: relative;
    }

    .btn002:hover {
        color: #FFF;
        background: #e70012;
    }

    .btn002::before,
    .btn002::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .btn002::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #e70012;
    }

    .btn002:hover::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }

    .box04 {
        display: block;
        padding-bottom: 80px;
        border-top: solid 18px #e70012;
    }

    .box04-top {
        display: block;
        height: 395px;
    }

    .box04-top h2 {
        display: block;
        text-align: right;
        padding-top: 129px;
    }

    .box04-top h2 img {
        display: inline-block;
        border: none;
    }

    .box04 .one01 {
        display: block;
        background: url(../images/sbg.jpg) top center repeat-x;
        padding-bottom: 36px;
    }

    .box04 .one01 .txt {
        display: block;
        float: left;
        padding-left: 11px;
        padding-top: 50px;
        width: 489px;
    }

    .box04 .one01 .fix .txt span {
        display: block;
        float: left;
        padding-right: 18px;
    }

    .box04 .one01 .txt h3 {
        display: block;
        float: left;
        font-size: 36px;
        color: #3c3c3c;
        line-height: 130%;
        margin-top: -5px;
        margin-bottom: 60px;
    }

    .box04 .one01 .txt p {
        display: block;
        font-size: 15px;
        color: #3c3c3c;
    }

    .box04 .one01 .txt p strong {
        color: #0068b7;
    }

    .box04 .one01 figure {
        display: block;
        float: right;
    }

    .box04 .fukushu {
        padding-bottom: 0;
    }

    .box04 .fukushu p {
        font-size: 15px;
        color: #3c3c3c;
        padding-top: 10px;
    }

    .second-img .fix p {
        color: #0068b7;
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
    }


    .second-img {
        display: block;
        padding-bottom: 35px;
    }

    .second-img .fix {
        position: relative;
    }

    .second-img figure {
        display: block;
        float: left;
        width: 30%;
        padding: 0 1.66%;
        text-align: center;
        margin-bottom: 20px;
    }

    .second-img figure img {
        margin: 0 auto;
    }

    .secont-tab {
        display: block;
        padding-bottom: 85px;
    }

    .secont-tab h2 {
        display: block;
        font-size: 24px;
        color: #0068b7;
    }

    .secont-tab table {
        width: 100%;
        font-size: 15px;
        border-left: #d2d2d2 solid 1px;
        border-top: #d2d2d2 solid 1px;
    }

    .secont-tab th {
        text-align: left;
        vertical-align: middle;
        color: #FFF;
        border-bottom: #d2d2d2 solid 1px;
        border-right: #d2d2d2 solid 1px;
        background: #e70012;
        padding-top: 7px;
        padding-bottom: 7px;
        font-weight: normal;
        padding-left: 10px;
        padding-right: 10px;
    }

    .secont-tab td {
        text-align: left;
        vertical-align: top;
        border-bottom: #d2d2d2 solid 1px;
        border-right: #d2d2d2 solid 1px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tdcenter {
        text-align: center !important;
    }

    .no-bord {
        border-bottom: none !important;
    }



    .box04 .one02 {
        display: block;
        background: url(../images/sbg.jpg) top center repeat-x;
        padding-bottom: 36px;
    }

    .box04 .one02 .txt {
        display: block;
        float: right;
        padding-left: 11px;
        padding-top: 50px;
        width: 489px;
    }

    .box04 .one02 .fix .txt span {
        display: block;
        float: left;
        padding-right: 18px;
    }

    .box04 .one02 .txt h3 {
        display: block;
        float: left;
        font-size: 36px;
        color: #3c3c3c;
        line-height: 130%;
        margin-top: -5px;
        margin-bottom: 60px;
    }

    .box04 .one02 .txt p {
        display: block;
        font-size: 15px;
        color: #3c3c3c;
    }

    .box04 .one02 figure {
        display: block;
        float: left;
    }


    .box04 .one01 .tgh3 {
        padding-top: 10px !important;
    }

    .box04 .one01 .tgh3 h3 {
        padding-top: 10px !important;
        margin-bottom: 100px !important;
    }

    .tgrh {
        margin-top: 45px;
    }


    .t4img {
        display: block;
        padding-top: 50px;
    }

    .t4img figure {
        display: block;
    }

    .t4img figure:nth-of-type(1) {
        padding-right: 40px;
        float: left;
    }

    .t4img figure:nth-of-type(2) {
        float: left;
    }

    .t4img figure:nth-of-type(3) {
        float: right;
    }



    .imgworks {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 1217px;
        border-top: solid 18px #e70012;
        padding-top: 80px;
    }

    .imgworks .imgbox {
        position: absolute;
        width: 1034px;
        height: 1217px;
        left: 50%;
        margin-left: -517px;
    }

    .wo-names {
        display: block;
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .wo-names p {
        display: block;
        font-size: 22px;
        padding-bottom: 30px;
    }

    .bntbase02 {
        display: block;
        text-align: right;
    }
    .bntbase02.tac {
        text-align: center;
    }

    .btn002 {
		 box-sizing: border-box;
        text-align: center;
        padding: 15px;
        background: #ffffff;
        margin: 1rem 2.5%;
    }



    .tuna {
        display: block;
        padding-bottom: 50px;
        border-top: solid 18px #e70012;
    }

    .tuna-top {
        display: block;
        height: 363px;
    }

    .tuna-top h2 {
        display: block;
        padding-top: 103px;
    }

    .tuna-top p {
        display: block;
        font-size: 18px;
        padding-top: 6px;
    }

    h2.title01 {
        display: block;
        background: #e70012;
        height: 112px;
    }

    h2.title01 span {
        display: block;
        text-align: center;
        color: #FFF;
        width: 1000px;
        margin: 0 auto;
        font-size: 30px;
        padding-top: 33px;
    }

    .tuna h2.title01 {
        margin: 20px 20px 0;
    }

    .tuna h2.title01 span {
        width: auto;
    }


    .tuna-main {
        display: block;
        padding-top: 45px;
    }

    .tuna-main h2 {
        display: block;
        text-align: center;
        font-size: 30px;
        color: #0068b7;
        font-weight: normal;
        padding-bottom: 35px;
    }

    .mtxt {
        display: block;
        font-size: 15px;
        color: #3c3c3c;
        padding-bottom: 37px;
    }

    .tuna-main .sect01 {
        display: block;
    }

    .tuna-main .sect01 h3 {
        display: block;
        color: #3c3c3c;
        font-size: 30px;
        padding-bottom: 14px;
    }

    .tuna-main .sect01 figure.fl {
        width: 300px;
        float: left;
        margin: 0 30px 30px 0;
    }

    .tuna-main .sect01 figure.fr {
        width: 155px;
        float: right;
        margin: 0 0 30px 30px;
    }

    .tuna-main .sect01 figure.fl img,
    .tuna-main .sect01 figure.fr img {
        max-width: 100%;
        height: auto;
    }










    .tuna-main .sect01 .lef {
        display: block;
        float: left;
        width: 286px;
        position: relative;
    }

    .tuna-main .sect01 .lef div {
        display: block;
        background: #f5f5f5;
        border: #e7e7e7 solid 1px;
        padding-left: 21px;
        padding-top: 27px;
        padding-bottom: 27px;
        font-size: 16px;
        color: #3c3c3c;
    }

    .tuna-main .sect01 .lef::after {
        position: absolute;
        top: 56px;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .tuna-main .sect01 .lef::after {
        right: -79px;
        box-sizing: border-box;
        width: 19px;
        height: 19px;
        border: 19px solid transparent;
        border-left: 34px solid #0068b7;
    }

    .tuna-main .sect01 .ref {
        display: block;
        float: right;
        width: 635px;
    }

    .tuna-main .sect01 .ref .txt {
        display: block;
        background: #f5f5f5;
        border: #e7e7e7 solid 1px;
        padding-left: 21px;
        padding-top: 27px;
        padding-bottom: 27px;
        font-size: 16px;
        color: #3c3c3c;
    }

    .tuna-main .sect01 .ref .txt h4 {
        display: block;
        font-size: 18px;
        color: #0068b7;
        padding-bottom: 5px;
    }

    .tuna-main .sect01 .ref .txt p {
        display: block;
        font-size: 15px;
    }

    .tuna-main .sect01 .ref .txt .lebox {
        display: block;
        float: left;
    }

    .tuna-main .sect01 .ref .txt .rebox {
        display: block;
        float: right;
    }


    .gry {
        display: block;
        background: #f5f5f5;
        border-top: #e7e7e7 solid 1px;
        padding-top: 45px;
        padding-bottom: 90px;
    }

    .gry h2 {
        display: block;
        color: #3c3c3c;
        font-size: 30px;
        border-bottom: #e70012 solid 2px;
        padding-bottom: 10px;
        margin-bottom: 35px;
    }

    .gry h2 small {
        font-size: 16px;
    }

    .wolist {
        display: block;
        border-top: #e7e7e7 solid 1px;
        border-left: #e7e7e7 solid 1px;
    }

    .wolist ul {
        display: block;
    }

    .wolist li {
        display: block;
        float: left;
        width: 248px;
        font-size: 16px;
        color: #333333;
        text-align: center;
        border-bottom: #e7e7e7 solid 1px;
        border-right: #e7e7e7 solid 1px;
        background: #FFF;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .fz15 p {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .fz15 ul {
        font-size: 15px;
        margin-bottom: 8px;
        margin-left: 8px;
    }

    .txt_red {
        font-weight: bold;
        color: #C41013;
    }

    .underline {
        text-decoration: underline;
    }




    /* form関連------------------------------------------- */

    .coform {
        display: block;
        padding-bottom: 100px;
    }

    .coform .fix {
        padding-top: 45px;

    }

    .form-main {
        display: block;
    }

    .form-main p {
        display: block;
        font-size: 14px;
        padding-top: 5px;
    }

    .form-main p a {
        color: #333;
    }

    .form-main p a:hover {
        text-decoration: none;
    }

    .form-main dl {
        display: block;
        padding-left: 50px;
        border-bottom: #cccccc solid 1px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .form-main dt {
        display: block;
        float: left;
    }

    .form-main dt.fti {
        width: 200px;
        font-size: 18px;
        font-weight: bold;
        padding-top: 5px;
    }

    .form-main dt.che {
        width: 55px;
        padding-top: 9px;
    }

    span.hi {
        color: #d36060;
        font-size: 14px;
    }

    span.ni {
        display: block;
        text-align: center;
        color: #FFF;
        letter-spacing: 3px;
        text-align: center;
        font-size: 12px;
        background: #999999;
        padding-top: 2px;
    }

    .form-main dd {
        display: block;
        float: right;
        width: 700px;
    }

    .form-main dd div {
        display: block;
        font-size: 16px;
        padding-top: 7px;
    }

    .form-main label {
        margin-right: 15px;
        font-size: 15px;
    }

    .n001 {
        height: 38px;
        width: 500px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .n002 {
        height: 38px;
        width: 315px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .n003 {
        height: 38px;
        width: 90px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .form-main select {
        height: 38px;
        width: 155px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .longsel {
        width: 225px !important;
    }

    .gbtn001 {
        display: block;
        text-align: center;
        padding-top: 46px;
        padding-bottom: 45px;
        position: relative;
        width: 550px;
        margin: 0 auto;
    }

    .gbtn001::before,
    .gbtn001::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        z-index: 99;
    }

    .gbtn001::before {
        left: 25px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }

    .gbtn001:hover::before {
        left: 25px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #d44844;
    }

    .sbt {
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        border: #e70012 solid 2px;
        width: 550px;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
        background: #e70012;
        cursor: pointer;
    }

    .sbt:hover {
        color: #e70012;
        background: #FFF;
        border: #e70012 solid 2px;
    }

    .sbt::before,
    .sbt::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .sbt::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #e70012;
    }

    .sbt:hover::before {
        left: 15px;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 8px solid transparent;
        border-left: 14px solid #FFF;
    }
.bnr {margin-bottom: 10px;}
    .bnr01 {
        display: block;
        text-align: center;
    }

    .bnr01 img {
        display: inline;
        border: none;
    }

    .sitebtn {
        display: block;
        padding: 30px;
    }

    .sitebtn a {
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #0962A3;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .sbt2 {
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #83090B;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

    .sbt3 {
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #7C7A7B;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

    .error {
        font-size: 16px;
        color: #E3090C;
        font-weight: bold;
        padding-bottom: 30px;
    }

    .gtel {
        display: block;
        text-align: center;
    }

    .gtel img {
        display: inline;
        border: none;
    }



    /* footer------------------------------------------- */

    .footer {
		 position: relative;
        display: block;
    }

    .pagetop {
		position: absolute;
		display: block;
		width: 108px;
		top: -38px;
		right: 20px;
	 }
	 .pagetop a {
		 display: block;
		 text-decoration: none;
	 }

    .pagetop img {
        display: block;
    }

    .foot-main {
        display: block;
        border-top: #e70012 solid 18px;
        padding-bottom: 40px;
    }

    .foot-main .fix {
        position: relative;
        padding-top: 35px;
    }

    .flogo {
        position: absolute;
        top: 32px;
        left: 10px;
    }

    .copy {
        display: block;
        text-align: center;
        position: relative;
        z-index: 99;
    }

    .copy small {
        font-size: 11px;
    }


	 

    #fixed_header {
        position: fixed;
		  right: 40px;
		  bottom: 40px;
        box-shadow: 0px 0px 6px 3px rgba(0,0,0,.1);
        width: 230px;
        background: #FFF;
        z-index: 2000 !important;
    }

    #fixed_header div {
		  display: block;
		  margin: 0;
		  padding: 5px 0;
        text-align: center;
        color: #fff;
        font-size: 18px;
        background: #0068b7;
    }
    #fixed_header p {
        display: block;
		  margin: 0;
		  padding: 5px 0;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #2786AD;
    }
    #fixed_header span {
        display: block;
    }

    #fixed_header span a {
        display: block;
		  margin: 0;
		  padding: 5px 0;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 17px;
        font-weight: bold;
        background: #e70012;
    }

    #fixed_header span a:hover {
        background: #BF1114 url(../images/ya.png) right 12px center no-repeat;
    }

    #fixed_header_pdf span {
        display: block;
        margin-bottom: 5px;
    }

    #fixed_header_pdf span a {
        display: block;
        text-align: center;
        background-color: #FFF;
        box-sizing: border-box;
        border: solid 2px #e70012;
        color: #e70012;
        text-decoration: none;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 17px;
        font-weight: bold;
    }

    #fixed_header_pdf span a:hover {
        background: #FFF url(../images/ya2.png?201706192) right 12px center no-repeat;
    }

    .fix-footer {
        display: none !important;
    }

    .fix-footer .tel {
        display: none !important;
    }

    .fix-footer .btn {
        display: none !important;
    }

    .fix-footer img {
        display: none !important;
    }



    .vo-subti {
        display: block;
        font-size: 28px;
        padding-left: 65px;
        color: #16ABE9;
        margin-top: 20px;
        background: url(../images/volist.png) left 11px no-repeat;
        padding-top: 20px;
        padding-bottom: 7px;
    }

    .bigs {
        font-size: 34px;
        color: #B15607;
    }

    .colred {
        color: #AD0608;
    }



    .subhead {
        height: 200px !important;
        overflow: hidden;
    }

    .wlma {
        letter-spacing: -1px;
    }

    .trsmal {
        display: block;
        text-align: right;
        font-size: 12px;
    }

    .priv01 {
        height: 120px;
        overflow: auto;
        border: #ccc solid 1px;
    }

    .pc-none {
        display: none !important;
    }

    .fs14 {
        font-size: 14px;
    }

    #jhbtn{
        position: absolute;
        left: 5%;
        top: 43%;
        width: 43%;
        height: 12%;
    }

    #elbtn{
        position: absolute;
        right: 5%;
        top: 43%;
        width: 43%;
        height: 12%;
    }
}
img{max-width: 100%;height:auto;}
.ib{display: inline-block;}
.sp{display: none; }
.ex{font-size: 1.3em;padding: 10px 0;text-align: left;font-weight:500;}
h1{line-height: 1;padding: 0;text-align: center;}
h2{padding: 0;margin: 0;}
h1 img{display: block;margin: 0 auto 10px;}
.flex{display:flex;position: relative;justify-content: space-between;}
.fix{width: 960px;max-width:94%;margin: 0 auto}
.dss_movie{
    position:relative;
    width:100%;
    height:0;
    padding-top:58%;
}
.dss_movie iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.tit1{background:#e70012 ;color: #fff;padding: 10px;font-size: 2.2em;text-align: center;text-shadow: 2px 2px 3px #691f1f;font-weight:900;
box-shadow: inset 0 0px 3px 3px rgba(249,186,159,0.6),inset  -1px -3px 3px rgba(0,0,0,0.5),inset 0 0px 3px 3px rgba(249,186,159,0.6);
border:2px solid #e70012 ;}
.topsflex{margin: 0 0 40px}
.topsflex .ab{position: absolute;display: block;
    width: 65px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}
.topsflex .fl,.topsflex .fr{width:51.4%;}
.topsflex .fr{position: absolute;right: 0;}

.box01{padding:40px 0 20px;}
.b_line{margin: 20px 0 0;padding: 10px 10px;border: 2px solid #0068b7;}
.b_line .flex:first-of-type{margin:0 0 10px;}
.b_line h3{color:#0068b7;font-size:1.952em;font-weight:900;line-height: 1.3;letter-spacing:-1px;    margin-bottom: 10px;}
#wrapper .b_line h3 img{display: inline-block;width:85px; }
.b_line h4{width: 80px;display: flex;justify-content: center;align-items: center;line-height: 1.3;padding: 10px 0;text-align: center;margin: 0 ;background: #0068b7;color:#fff;}
.b_line ul{padding: 0 12px 0 5px;flex:1;position: relative;}
.b_line .flex:first-of-type ul:after{content: '';display: block;position: absolute;left: -80px;bottom:-4px;width: calc(100% + 70px);height:15px;border-bottom: 1px dashed #0068b7;}
.b_line li{list-style: none;padding: 0 0 0 16px;position: relative;line-height:1.5;font-weight: 500;font-size:.95em;letter-spacing:-1px;}
.b_line li:before{content: '';display: block;position: absolute;left: 0;top:4px;background: #0068b7;width: 15px;height:15px;}
.b_line figure{width: 160px;margin-top: 40px;}
.b_line .flex:last-of-type figure{width: 135px;}
.box01_2 p:last-of-type{text-align: right;font-weight:500;}
.box01_2{margin-bottom: 30px;}

.tc_red{font-size: 1.6em;font-weight:900;color:#e60012;letter-spacing:-1px;}
.box01 .flex .fl,.box01 .flex .fr{width: 50%;}

/*20210405*/
.fr_02 {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    width: 45% !important;
}


.box01 .fr{padding: 0 0 0 10px}
.box01 .fr .tc_red{font-weight:300;margin:0 0 0 -10px;}
.box01 .fr p{margin: 0;font-weight:400;font-size: 1.1em;line-height:1.2;}
.box01 .fr figure{margin: 5px 3% 0}
.box01{}
.box01{}
.box01{}
.box01{}
@media(max-width:1000px) {
    .b_line h3{margin: 0 0 10px}
    .box01 .fr p {
    font-size: .9em;
}
}

@media(max-width:800px) {
    .b_line .flex {flex-wrap: wrap;}
    .b_line .flex h4{width: 100%;margin: 0 0 10px;min-height: 0px;}
    .b_line .flex h4 .pc{display: none;}
    .b_line .flex h4 .sp{display: block;padding: 10px;text-align: center;margin: 0 0 10px;background: #0068b7;color:#fff;}
    .b_line ul{padding: 0 10px 0 0;}
    .box01_2 p:last-of-type,.b_line ul li{margin: 0 0 10px;font-size: .9em;line-height: 1.4}
    .b_line .flex:first-of-type ul::after{display: none;}
    .box01_2 p:last-of-type{text-align: left;}
    .b_line li::before{top: 5px;
width: 13px;
height: 13px;}
}

@media(max-width:680px) {
    .ex{font-size: 1em}
    .tc_red {font-size: 1.3em;margin: 0 0 10px;}
    .topsflex .ab{width: 30px;}
    .box01 .flex {flex-wrap: wrap;}
    .box01 .flex .fl, .box01 .flex .fr{width: 100%;padding: 0;}
    .box01 .flex .fl, #wrapper .box01 .flex .fl img,.box01 .flex .fr{width: 100%;padding: 0;}
    .box01 .fr figure {margin: 20px 0 0;}
    .fr_02 {width: 100% !important;}/*20210406*/
}

@media(max-width:520px) {
    .b_line h3 {font-size: 1.2em;}
    #wrapper .b_line h3 img {width: 50px;}
    .tc_red {font-size: 1.1em;}
    .pc{display: none;}
    .sp{display: block;}
.tit1{font-size: 1.2em;text-align: center;}
    .ex {font-size: .9em;}
    .box02 .flex{display: block;}
    .box02 .sp{text-align: center;padding: 0px 0;}
    .r_iine{color:#e70012;border: 2px solid #e70012;font-weight: 700;position: relative;padding: 6px 30px 10px;
        display: inline-block;line-height: 1;
        margin: 10px auto 40px; border-radius: 300px;
        text-align: center;}
    .r_iine:after{content: '';display: block;position: absolute;bottom: -25px;left: 0;right: 0;margin: 0 auto;
    width: 1px;
  display: inline-block;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #e70012 transparent transparent transparent;
    }
    .tit2{background:#e70012 ;border-radius: 10px;text-align: center;padding: 10px 0 5px; }
    #wrapper .tit2 img{width: 200px;display: block;margin: 0 auto;}
    .voice_list{padding: 0;margin: 0;}
    .voice_list li{border-radius: 10px;padding: 10px;list-style: none;margin: 10px 0 0;font-size:.9em;}
    .voice_list li{background:#d3def1 ;color:#0d64b0 ;}
    .voice_list li:nth-child(2n){background:#fbdac8 ;color:#e72324 ;}
    .b_line ul{width: 100%;padding: 0 0 10px;}
    .box01 .flex{display: block;}
    .box01 .flex figure{margin: 0 auto 0;}
    .box01 .fr figure {margin: 20px 0 0;}
    .fr_02 {width: 100% !important;}/*20210406*/
}

@media(max-width:380px) {
    .topsflex.flex{display: block;}
    .topsflex .fr{position: relative;}
    .topsflex .fr,.topsflex .fl{width: 100%;margin: 0;}
    .topsflex .ab {width: 20px;}
    .fr_02 {width: 100% !important;}/*20210406*/
}