@charset "UTF-8";

.sp01_main_wrap{
        background: url(../img/ts/sp01/sp01_main_pc2.jpg)no-repeat center center/cover;
        height: 388px;
}
.main_tab_sp_only{
    display: none;
}

.sp01_title{
    display: none;
}
.sp01_subtitle{
    display: none;
}

@media only screen and (max-width: 1200px){
    .sp01_main_wrap{
        background:none;
        height: auto;
    }
    .main_tab_sp_only{
        display: block;
        width:100%;
    }
    .sp01_title{
        display: block;
        padding: 30px 0;
        width:100%;
        background-color: #4F86C3;
    }
    .sp01_title p, .sp01_title h2{
        text-align: center;
        color:#fff;
    }
    .sp01_title img{
        width:120px;
    }
    .sp01_title h2{
        font-size: 30px;
    }
    .sp01_subtitle{
        display: block;
        width:100%;
        color:#333;
        background-color: #A7C2E1;
        padding: 30px 0;
    }
    .sp01_subtitle h1{
        font-size:30px;
        text-align: center;
    }
    .sp01_subtitle p{
        font-size: 24px;
        text-align: center;
        font-weight: bold;
    }
}
@media only screen and (max-width: 768px){
    .sp01_title{
        padding: 15px 0;
    }
    .sp01_title img{
        width:65px;
    }
    .sp01_title h2{
        font-size: 20px;
    }
    .sp01_subtitle{
        padding: 15px;
    }
    .sp01_subtitle h1{
        font-size: 20px;
    }
    .sp01_subtitle p{
        font-size: 14px;
    }
}
.sp01_assignment_wrap{
    padding: 110px 0;
}
.sp01_assignment{
    width:1038px;
    margin: 0 auto;
    display: flex;
    border: 5px solid #3B499F;
}
.sp01_assignment div:nth-child(1){
    background-color: #3B499F;
    color:#fff;
    width:160px;
    height: 180px;
    font-size: 34px;
    text-align: center;
    line-height: 180px;
    font-weight: bold;
}
.sp01_kadai_list{
    display: grid;
    align-items: center;
}
.sp01_kadai_list ul{
    font-size: 26px;
    line-height: 48px;
    font-weight: bold;
    padding-left: 75px;
}
.sp01_kadai_list ul li{
    list-style-type: none;
    position: relative; 
    padding-left: 1.25em;
}
.sp01_kadai_list ul li::before{
    border-radius: 50%; /*丸くする*/
    width: 26px; /*点の幅*/
    height: 26px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.4em; /*点の位置*/
    content: "";
    background: #8992C5; /*点の色*/
}
@media only screen and (max-width: 1024px){
    .sp01_assignment_wrap{
        padding: 60px 0;
    }
    .sp01_assignment{
        display: block;
        width:650px;
    }
    .sp01_assignment div:nth-child(1){
        width:100%;
        height: 32px;
        font-size:24px;
        line-height: 32px;
    }
    .sp01_kadai_list{
        padding: 1em;
    }
    .sp01_kadai_list ul{
        font-size: 22px;
        line-height: 36px;
        padding-left: 0;
    }
    .sp01_kadai_list ul li::before{
        width: 22px;
        height: 22px;
    }
}
@media only screen and (max-width:768px){
    .sp01_assignment_wrap{
        padding: 30px 0;
    }
    .sp01_assignment{
        display: block;
        max-width:350px;
        width:100%;
    }
    .sp01_assignment div:nth-child(1){
        width:100%;
        height: 32px;
        font-size:17px;
        line-height: 32px;
    }
    .sp01_kadai_list{
        padding: 1em;
    }
    .sp01_kadai_list ul{
        font-size: 16px;
        line-height: 28px;
        padding-left: 0;
    }
    .sp01_kadai_list ul li::before{
        width: 16px;
        height: 16px;
    }
}
.sp01_intro_wrap h2{
    font-size:41px;
    text-align: center;
    color:#3B499F;
}
.sp01_image_wrap01{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    width:1158px;
    margin: 10px auto 0;
}
.sp01_image_wrap01 div{
    width:564px;
}
.sp01_image_wrap01 div p{
    text-align: right;
    font-size: 16px;
    margin-top: 10px;
}
.pc_mt80_sp_mt30{
    margin-top: 80px;
}
.sp01_image_wrap02{
    display: flex;
    margin-top: 20px;
    width:1158px;
    margin: 10px auto 0;
}
.sp01_grid{
    display: flex;
    width:762px;
    flex-wrap: wrap;
    justify-content: space-between
}
.sp01_grid img{
    width:376px;
    height: 340px;
}
.sp01_grid p{
    width:762px;
    text-align: right;
    font-size: 16px;
    margin-top: 10px;
}
.sp01_right_conte{
    width:366px;
    margin-left: 30px;
}
.sp01_right_conte p{
    text-align: right;
    font-size: 16px;
    margin-top: 10px;
}

@media only screen and (max-width: 1158px){
    .sp01_image_wrap01{
        display: block;
        width:650px;
    }
    .sp01_intro_wrap h2{
        font-size: 27px;
    }
    .sp01_image_wrap01 div{
        width:650px;
        margin: 15px auto 0;
    }
    .pc_mt80_sp_mt30{
        margin-top: 30px;
    }
    .sp01_image_wrap02{
        display: block;
        width:650px;
        margin: 0 auto;
    }
    .sp01_grid{
        width:650px;
        margin: 0 auto;
    }
    .sp01_grid img{
        width:100%;
        height: auto
    }
    .sp01_grid img:nth-last-child(2){
        margin-top: 20px;
    }
    .sp01_grid p{
        width:650px;
    }
    .sp01_right_conte{
        width:650px;
        margin: 40px auto 0;
    }
    
}
@media only screen and (max-width: 768px){
    .sp01_image_wrap01{
        display: block;
        width:100%;
    }
    .sp01_intro_wrap h2{
        font-size: 17px;
    }
    .sp01_image_wrap01 div{
        max-width:350px;
        width:90%;
        margin: 15px auto 0;
    }
    .sp01_image_wrap01 div p{
        font-size: 12px;
    }
    .sp01_image_wrap02{
        display: block;
        width:100%;
    }
    .sp01_grid{
        display: block;
        max-width:350px;
        margin: 0 auto;
    }
    .sp01_grid img:nth-last-child(2){
        margin-top: 10px;
    }
    .sp01_grid p{
        width:100%;
        font-size: 12px;
    }
    .sp01_right_conte{
        max-width:350px;
        margin: 40px auto 0;
    }
    .sp01_right_conte p{
        font-size: 12px;
    }
}
.sp01_solution_wrap{
    width:1158px;
    margin: 65px auto 0;
    border: 5px solid #3B499F;
}
.sp01_solution_wrap h3{
    width:368px;
    height:93px;
    line-height: 93px;
    text-align: center;
    color:#fff;
    background-color: #3B499F;
    font-size: 34px;
}
.sp01_solution_wrap ul{
    font-size: 26px;
    line-height: 48px;
    font-weight: bold;
    width:978px;
    margin-left: 90px;
    margin-top: 55px;
}
.sp01_solution_wrap ul li{
    list-style-type: none;
    position: relative; 
    padding-left: 1.25em;
}
.sp01_solution_wrap ul li span{
    background:linear-gradient(transparent 80%, #8992C5 0%);
    padding-bottom: 10px;
    display: inline;
    /*border-bottom: 8px solid #8992C5;*/
}
.sp01_solution_wrap ul li::before{
    border-radius: 50%; /*丸くする*/
    width: 26px; /*点の幅*/
    height: 26px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.4em; /*点の位置*/
    content: "";
    background: #8992C5; /*点の色*/
}
.chart_img_pc{
    display: block;
    width:978px;
    margin: 40px 0 40px 90px;
}
.chart_img_sp{
    display: none;
}
.sp01_solution_wrap table{
    width:978px;
    font-size: 12px;
    margin: 0 auto 70px;
}

@media only screen and (max-width: 1158px){
    .sp01_solution_wrap{
        width: 650px;
        margin-top: 30px;
    }
    .sp01_solution_wrap h3{
        width:100%;
        font-size: 24px;
        height: 32px;
        line-height: 32px;
    }
    .chart_img_pc{
        display: none;
    }
    .chart_img_sp{
        display: block;
        width:90%;
        margin: 5%;
    }
    .sp01_solution_wrap ul{
        width:90%;
        margin-left: 5%;
        margin-top: 20px;
        font-size: 22px;
        line-height: 36px;
    }
    .sp01_solution_wrap ul li span{
        padding-bottom: 5px;
    }
    .sp01_solution_wrap ul li::before{
        width:22px;
        height:22px;
    }
    .sp01_solution_wrap table{
        width:90%;
        margin: 5%;
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px){
    .sp01_solution_wrap{
        max-width: 350px;
        width:100%;
        margin-top: 30px;
    }
    .sp01_solution_wrap h3{
        width:100%;
        font-size: 17px;
        height: 32px;
        line-height: 32px;
    }
    .sp01_solution_wrap ul{
        font-size: 16px;
        line-height: 28px;
    }
    .sp01_solution_wrap ul li::before{
        width:16px;
        height:16px;
    }
    .sp01_solution_wrap table{
        width:90%;
        margin: 5%;
        font-size: 10px;
    }
}
.sp01_mayor_wrap{
    margin: 130px auto;
    width:1158px;
    background-color: #E4EEF8;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}
.sp01_mayor_text{
    display: block;
    width:505px;
}
.sp01_mayor_text h4{
    width:186px;
    height:26px;
    border:1px solid #3B499F;
    text-align: center;
    line-height: 26px;
    font-size:16px;
    color:#3B499F;
}
.sp01_mayor_text p{
    font-size: 16px;
    margin-top:25px;
    text-align: justify;
    line-height: 32px
}
.sp01_mayor_text p span{
    font-size:12px;
}
.sp01_mayor_img{
    width:503px;
    display: block;
}
.sp01_mayor_img p{
    font-size:12px;
    line-height: 18px;
    padding-left: 168px;
}

@media only screen and (max-width: 1158px){
    .sp01_mayor_wrap{
        width:650px;
        display: block;
        padding: 15px;
        margin: 30px auto;
    }
    .sp01_mayor_text{
        width:100%;
    }
    .sp01_mayor_text h4{
        font-size:15px;
        width:180px
    }
    .sp01_mayor_text p{
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
        margin-right: 0;
    }
    .sp01_mayor_text p span{
        font-size: 9.5px;
    }
    .sp01_mayor_img{
        width:100%;
        margin-top: 10px;
    }
    .sp01_mayor_img p{
        margin: 5px 0 0;
        padding: 0;
    }
}
@media only screen and (max-width: 768px){
    .sp01_mayor_wrap{
        max-width:350px;
        width:90%;
    }
}

/*災害支援*/
.sp02_main_wrap{
    background: url(../img/ts/sp02/sp02_main_pc.jpg)no-repeat center center/cover;
    height: 388px;
    display: grid;
    align-items: center;
}
.sp02_main_wrap h1{
    color:#fff;
    text-align: center;
    font-size:45px;
    text-indent:-820px;
}
@media only screen and (max-width: 1200px){
    .sp02_main_wrap h1{
        text-align: left;
        text-indent: 1em;
    }
}
@media only screen and (max-width: 768px){
    .sp02_main_wrap{
        background: url(../img/ts/sp02/sp02_main_sp.jpg)no-repeat center center/cover;
        height: 106vw;
        display: block;
    }
    .sp02_main_wrap h1{
        text-align: center;
        text-indent: 0;
        font-size:30px;
        line-height: 36px;
        padding-top: 80vw;
    }
}
.sp02_intro{
    max-width:1158px;
    width:90%;
    padding-top: 50px;
    margin: 0 auto;
}
.sp02_intro h2{
    font-size:26px;
    color:#333;
}
.sp02_movie_conte{
    max-width:958px;
    width:95%;
    margin: 70px auto;
}
.sp02_movie_conte a{
    display: block;
}
.sp02_movie_conte div{
    display: flex;
    justify-content: center;
    padding: 25px 0;
    border:8px solid #F0F0F2;
}
.sp02_movie_conte h3{
    font-size: 26px;
    width:475px;
    color: #3B499F;
    margin-right: 36px;
}
.sp02_movie_conte img{
    width:105px;
}
.w500_only{
    display: none;
}
@media only screen and (min-width: 768px){
    .sp02_movie_conte a div:hover{
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
        transition: 0.3s all;
    }
    .sp02_movie_conte a div{
        transition: 0.3s all;
    }
}
@media only screen and (max-width: 768px){
    .sp02_intro{
        max-width:768px;
        width:95%;
        padding-top: 20px
    }
    .sp02_intro h2{
        font-size: 14px;
        text-align: center;
    }
    .sp02_movie_conte{
        margin: 15px auto;
    }
    .sp02_movie_conte h3{
        font-size: 15px;
        width:46vw;
        margin-right: 10px;
    }
    .sp02_movie_conte img{
        width:68px;
    }
}
@media only screen and (max-width: 500px){
    .w500_only{
        display: block;
    }
    .sp02_movie_conte h3{
        width:auto;
    }
}
.sp02_case_wrap{
    display: flex;
    max-width:1158px;
    width:95%;
    margin: 0 auto 35px auto;
}
.sp02_case_date{
    max-width: 268px;
    width:100%;
    min-width: 160px;
    display: block;
    height: auto;
    margin-right: 30px;
}
.sp02_case_date h4{
    text-align: center;
    color:#fff;
    height: 58px;
    line-height: 58px;
    font-size: 31px;
}
.sp02_case_date h4 span{
    font-size: 21px;
}
.sp02_lightblue{
    background-color: #1BB8CE;
}
.sp02_navyblue{
    background-color: #3B4A9F!important;
}
.sp02_case_detail{
    max-width:860px;
    width:100%;
    min-width:700px;
    display: block;
}
.sp02_case_detail h4{
    font-size: 34px;
    text-indent: 0.5em;
    line-height: 65px;
    height: 58px;
    background-color: #EAECEB;
}
.sp02_case_detail h4 span{
    font-size:24px;
}
.sp02_detail_conte{
    display: flex;
    margin-top: 10px;
}
.sp02_detail_conte p{
    font-size: 16px;
    max-width:465px;
}
.sp02_detail_conte h5{
    font-size:23px;
    text-align: center;
    color: #fff;
    width:155px;
    height:33px;
    line-height:36px;
    background-color: #1BB8CE;
    margin-bottom: 10px;
}
.sp02_detail_img{
    width:365px;
    min-width: 365px;
    margin-right: 30px;
}
.sp02_detail_img p, .sp02_detail_img_flex p{
    font-size: 12px;
    margin-top: 10px;
}
.sp02_detail_img_flex{
    display: flex;
}
.sp02_detail_img_flex div{
    max-width:266px;
    width:100%;
    margin-right: 20px;
}
@media only screen and (max-width: 1024px){
    .sp02_case_wrap{
        display: block;
        max-width:768px;
        width:90%;
    }
    .sp02_case_date{
        max-width:768px;
        margin-bottom: 10px;
    }
    .sp02_detail_img{
        margin-right: 15px;
    }
    
    .sp02_case_detail{
        max-width: 768px;
        min-width: 100%;
    }
}
@media only screen and (max-width: 768px){
    .sp02_case_date h4{
        font-size: 20px;
        height: 35px;
        line-height: 38px;
    }
    
    .sp02_case_date h4 span{
        font-size:15px;
    }
    .sp02_case_detail h4{
        font-size:20px;
        text-indent: 0;
        text-align: center;
        height: 35px;
        line-height: 38px;
    }
    .sp02_case_detail h4 span{
        font-size: 20px;
    }
    .sp02_add_h4_sp{
        line-height: 26px!important;
        height: 65px!important;
        padding: 10px 0 ;
    }
    .sp02_detail_conte{
        flex-direction: column-reverse;
    }
    .sp02_detail_conte h5{
        font-size:18px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .sp02_detail_conte p{
        font-size:14px;
        max-width:100%;
        margin-bottom: 10px;
    }
    .sp02_detail_img{
        width:100%;
        margin-right: 0;
    }
    .sp02_detail_img_flex{
        display: block;
    }
    .sp02_detail_img_flex div{
        max-width:100%;
        margin-right: 0
    }
}
.sp02_topic_wrap{
    margin-top: 40px;
}
.sp02_topic_banner{
    background: url(../img/ts/sp02/topic_banner_back.jpg)no-repeat center center/cover;
    width:100%;
    height: 123px;
    display: flex;
    flex-wrap: wrap;
}
.sp02_topic_banner img{
    width:113px;
}
.sp02_topic_title{
    margin-left: 15px;
    padding-top: 20px;
}
.sp02_topic_title h5{
    font-size:20px;
    color:#fff;
    line-height: 40px;
    text-align: center;
    width:253px;
    background-color: #666;
    height: 40px;
    float: left
}
.topic_no{
    width:40px!important;
    background-color: #858585!important;
    display: block;
}
.sp02_topic_title p{
    font-size: 34px;
    margin-top: 10px;
    font-weight: bold;
    clear: both;
}
.sp02_topic_title p span{
    font-size:20px;
}
@media only screen and (max-width: 768px){
    .sp02_topic_banner{
        height: 100px;
    }
    .sp02_topic_banner img{
        width:92px;
        height: 100px;
    }
    .sp02_topic_title{
        padding-top: 15px;
        margin-left: 5px;
    }
    .sp02_topic_title h5{
        font-size: 16px;
        width:180px;
    }
    .sp02_topic_title p{
        font-size: 20px;
    }
    .sp02_topic_title p span{
        font-size: 15px;
    }
}
.sp02_flex_bace{
    display: flex;
    align-items: flex-start; 
    margin-top: 35px;
}
.sp02_flex_bace p{
    max-width:470px;
    width:100%;
    font-size: 16px;
    margin-right: 22px;
    text-align: justify
}
.sp02_flex_bace img{
    width:366px;
}
@media only screen and (max-width: 768px){
    .sp02_flex_bace{
        display: block;
    }
    .sp02_flex_bace p{
        max-width:100%;
        margin-right: 0;
    }
    .sp02_flex_bace img{
        width:100%;
    }
}
.sp02_chart_title{
    font-size:18px;
    text-align: center;
    color:#fff;
    background-color: #1BB8CE;
    width:265px;
    height: 35px;
    line-height: 35px;
    margin-top: 45px;
    border-top-left-radius : 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius : 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius : 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
.sp02_chart_wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:7px;
    width:100%;
}
.sp02_chart_conte{
    display: flex;
    align-items: center;
    max-width:428px;
    width:100%;
    height: 130px;
    background-color: #D1F1F5;
    padding: 15px 10px;
    justify-content: center;
}
.sp02_chart_conte img{
    width:95px;
    height: 95px;
}
.sp02_chart_conte p{
    font-size: 16px;
    max-width:255px;
    margin-left:15px;
}
@media only screen and (max-width: 768px){
    .sp02_chart_title{
        width:100%;
        border-top-left-radius : 10px;
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
    }
    .sp02_chart_wrap{
        display: block;
    }
    .sp02_chart_conte{
        max-width:100%;
        margin-bottom: 7px;
        height: 107px;
    }
    .sp02_chart_conte img{
        width:77px;
    }
    .sp02_chart_conte p{
        max-width:260px;
        font-size:14px;
    }
}
.sp02_add_w100{
    width:100%;
}
.sp02_movie_atami{
    width:100%;
    margin-top: 35px;
}
.sp02_movie_atami a{
    display: block;
}
.sp02_movie_atami div{
    display: flex;
    justify-content: center;
    padding: 20px 0;
    border:8px solid #F0F0F2;
}
.sp02_movie_atami h3{
    font-size: 24px;
    width:200px;
    color: #3B499F;
    margin-right: 1em;
}
.sp02_movie_atami img{
    width:100px;
}
@media only screen and (min-width: 768px){
    .sp02_movie_atami a div:hover{
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
        transition: 0.3s all;
    }
    .sp02_movie_atami a div{
        transition: 0.3s all;
    }
}
@media only screen and (max-width: 1150px){
    .sp02_movie_atami img{
        width:68px
    }
}
@media only screen and (max-width: 768px){
    .sp02_movie_atami{
        margin-top: 20px;
    }
    .sp02_movie_atami h3{
        font-size: 15px;
    }
    
}
.sp02_list_title{
    font-size:18px;
    text-align: center;
    color:#fff;
    background-color: #666;
    width:143px;
    height: 35px;
    line-height: 35px;
    margin-top: 45px;
    border-top-left-radius : 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius : 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius : 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
.sp02_hr{
    background-color: #666;
    margin: 0;
    height: 1px;
}
.sp02_list{
    margin:10px 0 0 10px;
    counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.sp02_list li{
      font-size: 18px;
  line-height: 1.5;
    font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.sp02_list li:before{
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  color: #ffffff;
  font-size: 85%;
  line-height: 22px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media only screen and (max-width: 768px){
    .sp02_list_title{
        width:100%;
        border-top-left-radius : 10px;
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
    }
    .sp02_list li{
        font-size:16px;
        padding-left: 26px;
    }
    .sp02_list li:before{
        top:1px;
    }
}
.sp02_flow_title{
    font-size:20px;
    text-align: center;
    color:#fff;
    background-color: #1BB8CE;
    width:175px;
    height: 35px;
    line-height: 35px;
    margin-top: 45px;
    border-top-left-radius : 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius : 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius : 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
@media only screen and (max-width: 768px){
    .sp02_flow_title{
            width:100%;
            border-top-left-radius : 10px;
            -webkit-border-top-left-radiu s: 10px;
            -moz-border-radius-topleft: 10px;
    }
}
.sp02_map_title{
    font-size:20px;
    text-align: center;
    color:#fff;
    background-color: #1BB8CE;
    width:388px;
    height: 35px;
    line-height: 35px;
    margin-top: 45px;
    border-top-left-radius : 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius : 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius : 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
@media only screen and (max-width: 768px){
    .sp02_map_title{
            width:100%;
            border-top-left-radius : 10px;
            -webkit-border-top-left-radiu s: 10px;
            -moz-border-radius-topleft: 10px;
    }
}

/*協定締結状況*/
.list_all_wrap{
    max-width:1024px;
    width:95%;
    margin: 0 auto;
}
.list_all_wrap h1{
    color:#3B499F;
    font-size:40px;
    margin-top: 90px;
}
.list_all_wrap hr{
    width:100%;
    height:3px;
    background-color: #3B499F;
    margin: 0;
}
.region_title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 60px;
}
.region_title h2{
    font-size : 32px;
    color:#3B499F;
}
.region_title p{
    font-size: 18px;
    text-align: right;
}
.region_table{
    width:100%;
    border: 3px solid #3B499F;
    margin-bottom: 60px;
}
.region_table th, .region_table td{
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    width:22%;
}
.region_table th{
    background-color: #E4EEF8;
    border-bottom: 3px solid #3B499F;
    font-weight: bold;
    padding: 10px 0;
}
.region_table th:first-child{
    border-right: 3px solid #3B499F;
    width:34%;
}
.region_table td{
    border: 1px solid #3B499F;
    padding:7px 0;
}
.region_table td:first-child{
    border-right: 3px solid #3B499F;
    background-color: #fafbfd;
    font-weight: bold;
}
@media only screen and (max-width: 768px){
    .list_all_wrap{
        width:90%;
    }
    .list_all_wrap h1{
        font-size:25px;
        margin-top: 50px;
    }
    .list_all_wrap hr{
        height: 2px;
    }
    .region_title{
        padding-top: 30px;
    }
    .region_title h2{
        font-size: 22px;
    }
    .region_title p{
        font-size: 14px;
    }
    .region_table{
        border: 2px solid #3B499F;
        margin-bottom: 30px;
    }
    .region_table th, .region_table td{
        font-size: 16px;
    }
    .region_table th{
        border-bottom: 2px solid #3B499F;
    }
    .region_table th:first-child{
        border-right: 2px solid #3B499F;
    }
    .region_table td:first-child{
        border-right: 2px solid #3B499F;
    }
}