@charset "utf-8";
body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}
.fs_40{
    font-size: 40px;
}

/* 色変更 */
.modal_box .close_btn,
.sp_modal_box4 .close_btn, .sp_modal_box3 .close_btn, .sp_modal_box2 .close_btn, .sp_modal_box .close_btn{
    background: #00cb7d !important;
    padding: 2px 0 10px !important;
}
.modal_box,
.sp_modal_box4, .sp_modal_box3, .sp_modal_box2, .sp_modal_box{
    border: 4px solid #00cb7d !important;
}

/* layout */
/* header */
.header_inner {
    width: 100%;
	margin: 5px auto 0;
}
.header_inner_main{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1300px;
	min-width: 1000px;
	margin: 0 auto;
    padding: 10px ;
}
.header_inner_main .leftSpace,
.header_inner_main #top_menu{
    width: 300px;
}
.header_inner_main .centerSpace{
    width: calc(100% - 600px);
}

/* header > logo */
.header_inner_main #top_logo{
    width: 300px;
}
.header_inner_main #top_logo img{
    width: 300px;
    height: 80px;
    object-fit: contain;
}
.header_inner_main #top_logo a{
    display: block;
    font-size: 0;
}

/* header > logo */
.header_inner_main #top_menu{
    display: flex;
    flex-wrap: nowrap;
    gap: 10px 20px;
    justify-content: right;
}
.header_inner_main #top_menu li,
.header_inner_main #top_menu li p{
    width: 75px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.header_inner_main #top_menu li:hover{
    opacity: .75;
}
.header_inner_main #top_menu li a{
    text-decoration: none;
    color: #555;
}

/* header > logo > nav_menu */
#header #nav_menu{
    width: 100%;
    margin: 10px 0 20px;
}
#header #nav_menu ul{
    display: flex;
    flex-wrap: nowrap;
    max-width: 1300px;
	margin: 5px auto 0 auto;
}
#header #nav_menu ul li{
    width: 25%;
    text-align: center;
    border-left: 1px solid #aaa
}
#header #nav_menu ul li:last-child{
    border-right: 1px solid #aaa;
}
#header #nav_menu ul li .link_menu a{
    color: #555;
    text-decoration: none;
    padding: 10px 10px 15px;
    display: block;
    font-weight: 700;
    position: relative;
}
#header #nav_menu ul li .link_menu a::after{
    content: "";
    display: block;
    height: 3px;
    background-color: transparent;
    transition: .1s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 30px;
}
#header #nav_menu ul li .link_menu a:hover::after{
    background-color: #0fe693;
    animation: link_slide 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;    
}
@keyframes link_slide {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: scaleX(1) translateX(0);
  }
}

#header #nav_menu ul li .link_menu.under{
    padding: 10px;
    display: block;
    color: #ccc;
    font-weight: 700;
}

/*--------------------------------------------------*/
/* ログイン画面モーダル */
/*--------------------------------------------------*/
/*#modal_overlay {
	z-index: 200;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(255, 255, 255, 0.75);
}

.new_modal_box{
	display: none;
	position: absolute;
	z-index: 202;
	width: 720px;
	text-align: left;
	background: #fff;
	border: 4px solid #F18153;
	border-radius: 20px;
}

.new_modal_box .new_modal_close{
    position: absolute;
    right: -25px;
    top: -25px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    line-height: 52px;
    color: #fff;
    background: #F18153;
    border-radius: 50%;
    cursor: pointer;
    z-index: 203;
}
.new_modal_box .modal_label{
    background-color: #ffd3c1;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
}
.new_modal_box .modal_body{
    padding: 30px;
}

.new_modal_box .modal_body form{
    width: 400px;
    margin: 0 auto;
}

.new_modal_box .modal_body .input input[type=text]{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    box-sizing: border-box;
}

.new_modal_box .modal_body input[type=submit]{
    border: none;
    background-color: #F18153;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    display: block;
    width: 400px;
    border-radius: 30px;
    padding: 20px;
    margin: 0 auto;
    font-family: "Noto Sans JP";
    cursor: pointer;
}
.new_modal_box .modal_body input[type=submit]:hover{
    background-color: #e0602d;
}*/

/*--------------------------------------------------*/
/*  パンくずリスト                                  */
/*--------------------------------------------------*/
.breadcrumb {
	width: 1260px;
	margin: 20px auto;
	font-size: 0;
    padding: 30px 0;
}

.breadcrumb.prd {
	margin: 5px auto 5px auto;
}

.breadcrumb.prd:first-child {
	margin-top: 20px;
}

.breadcrumb li {
	display: inline-block;
	color: #2a2a2a;
	font-size: 12px;
	line-height: 18px;
}

.breadcrumb li:not(:last-child):after {
	display: inline-block;
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	padding: 0 10px;
	color: #707070;
}

.breadcrumb li a {
	text-decoration: none;
}

.breadcrumb li:first-child a:before {
	display: inline-block;
	content: "\f015";
	font-family: FontAwesome;
	font-style: normal;
}

.breadcrumb li a:hover,
.breadcrumb li:first-child a:hover::before {
	text-decoration: underline;
}

/*--------------------------------------------------
        メイン部分
-------------------------------------------------- */
#body{
    background-color: #f8f8f8;
}

/*---------------------------------------------------
        ヘッダー部分
--------------------------------------------------- */
.mainContainer{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
#hogo .body_header{
    width: 100%;
    min-height: 200px;
    margin: 0 auto;
    background: #ffffe6;
    padding: 0;
    position: relative;
    z-index: 1;
}
#hogo .body_header .body_headerbox{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    /*display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;*/
    position: relative;
    z-index: 0;
}
#hogo .body_header h1:not(#top_logo){
    border: none;
    margin: 0;
}
.body_header img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.anime-slide{
    animation: anime-slideIn .75s ease .25s 1 normal backwards;
}
@keyframes anime-slideIn {
  0% {
    opacity: 0;
    transform: translateY(110%);
  }
  40%{
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*---------------------------------------------------
        ヘッダー部分（左側）
--------------------------------------------------- */
#hogo .body_header .body_header_l{
    width: calc(100% - 290px);
    overflow: hidden;
}
#hogo .body_header.hogo_map{
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 0;
}
#hogo .body_header.hogo_map .body_headerbox .body_header_l{
    width: calc(100% - 300px);
    margin: 0;
}

/*---------------------------------------------------
        ヘッダー部分（右側）
--------------------------------------------------- */
#hogo .body_header .body_header_r{
    width: 260px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 2;
}
#hogo .body_header .body_header_r .bh_r_box{
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 15px;
    border: 3px solid #0fe693;
    overflow: hidden;
}
#hogo .body_header .body_header_r .bh_r_box .box_t{
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    background: #d3ffee;
    padding: 13px 10px;
    margin: -15px -20px 15px;
}
#hogo .body_header .body_header_r .bh_r_box .box_u_name,
#hogo .body_header .body_header_r .bh_r_box .box_u_point{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
#hogo .body_header .body_header_r .bh_r_box .box_u_name span,
#hogo .body_header .body_header_r .bh_r_box .box_u_point span{
    font-size: 15px;
    font-weight: 400;
}

#hogo .body_header .body_header_r .bh_r_box .box_u_point{
    font-size: 25px;
    color: #ff723a;
    margin: 0 0 12px;
}

#hogo .body_header .body_header_r .bh_r_box .link,
#hogo .body_header .body_header_r .bh_r_box > a{
    color: #0069af;
}
#hogo .body_header .body_header_r .bh_r_box .login_lbl{
    font-size: 14px;
    line-height: 1;
    margin: 0 0 5px;
}
#hogo .body_header .body_header_r .bh_r_box .login_form input{
    border: 1px solid #ccc;
    padding: 7px;
    background-color: #fff;
    display: block;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1;
}
#hogo .body_header .body_header_r .bh_r_box input[type=submit]{
    display: block;
    color: #fff;
    background: #0fe693;
    text-align: center;
    width: 80%;
    margin: 15px auto;
    border: none;
    padding: 10px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 1;
    font-family: "Noto Sans JP";
}
#hogo .body_header .body_header_r .bh_r_box input[type=submit]:hover{
    background: #02b470;
}


/*---------------------------------------------------
        ヘッダー下 導入文
--------------------------------------------------- */
.header_desc{
    padding: 10px;
    margin: 20px auto;
    text-align: center;
}
.header_desc p{
    font-size: 14px;
}

/*---------------------------------------------------
        支援方法
--------------------------------------------------- */
.mainBox{
    width: 100%;
    max-width: 1300px;
}
.mainBox.howto{
    max-width: 1000px;
    margin: 0 auto;
}
.mainBox.howto .hogo_howto_label{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
}
.mainBox.howto .hogo_howto{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1000px;
    gap: 10px;
    margin: 0 auto;
}
.mainBox.howto .hogo_howto img{
    flex: 1;
    max-width: 100%;
    height: auto;
}
.mainBox.howto .hogo_linkbox{
    text-align: right;
    margin: 5px 0;
}
.mainBox.howto .hogo_linkbox a{
    font-size: 16px;
    font-weight: 700;
}
.mainBox.howto .hogo_linkbox a::before{
    content: "";
    font-family: FontAwesome;
}
/*---------------------------------------------------
        右サイドメニュー
--------------------------------------------------- */
.mainBox.hogo_support .hs_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}
.mainBox.hogo_support .hs_menu .hs_menu_l{
    width: calc(20% - 10px);
    height: 110px;
    color: #fff;
    text-align: center;
}

.mainBox.hogo_support .hs_menu .hs_menu_l a,
.mainBox.hogo_support .hs_menu .hs_menu_l > span{
    display: block;
    height: 100%;
    padding: 45px 15px 15px;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: relative;
    transition: .3s;
    border-radius: 20px;
    background-color: #00cb7d;
    white-space: pre;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    border: 3px solid #fff;
    position: relative;
    transition: .3s;
}
.mainBox.hogo_support .hs_menu .hs_menu_l a:hover{
    transform: translateY(-10px);
}
.mainBox.hogo_support .hs_menu .hs_menu_l [class^=menu_l_icon]{
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
}
.mainBox.hogo_support .hs_menu .hs_menu_l .menu_l_icon1{
    background-image: url(/img/connect/icon/hogo_btn_icon1.png);
}
.mainBox.hogo_support .hs_menu .hs_menu_l .menu_l_icon2{
    background-image: url(/img/connect/icon/hogo_btn_icon2.png);
}
.mainBox.hogo_support .hs_menu .hs_menu_l .menu_l_icon3{
    background-image: url(/img/connect/icon/hogo_btn_icon3.png);
}
.mainBox.hogo_support .hs_menu .hs_menu_l .menu_l_icon4{
    background-image: url(/img/connect/icon/hogo_btn_icon4.png);
}
.mainBox.hogo_support .hs_menu .hs_menu_l .menu_l_icon5{
    background-image: url(/img/connect/icon/hogo_btn_icon5.png);
}


.mainBox.hogo_support .hs_menu .hs_menu_l.under > span{
    background-color: #ddd;
    color: #aaa;
}
.mainBox.hogo_support .hs_menu .hs_menu_l a:hover{
    background-color: #01c077;
}
/*.mainBox.hogo_support .hs_menu .hs_menu_l .menu_l_icon{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
}*/
.mainBox.hogo_support .hs_menu .hs_menu_l.under .menu_l_icon{
    background-color: #ccc;
}

/*---------------------------------------------------
        右サイドメニュー > 支援プログラムユーザー用メニュー
--------------------------------------------------- */
#hogo .prtect_area .user_name{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
#hogo .prtect_area{
    margin: 25px 0;
}
#hogo .prtect_area .user_name span{
    font-size: 13px;
    font-weight: 400;
}
#hogo .prtect_area .user_name{
    margin-bottom: 40px;
}

/*---------------------------------------------------
        右サイドメニュー > ボタン
--------------------------------------------------- */
#hogo .bh_r_box.menu ul{
    margin: 10px auto;
    width: 75%;
}
#hogo .bh_r_box.menu li{
    margin: 0 auto 7px;
    position: relative;
}
#hogo .bh_r_box.menu li a{
    display: block;
    position: relative;
    height: 37px;
    padding: 10px 5px 12px 48px;
    margin: 0;
    box-sizing: border-box;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: left;
    background: -webkit-linear-gradient(top, #faffff, #dadada);
    background: -moz-linear-gradient(top,#faffff,#dadada);
    background: linear-gradient(to bottom, #faffff, #dadada);
    border: 1px solid gray;
    border-radius: 2px;
}
#hogo .bh_r_box.menu li a:hover{
    background: -webkit-linear-gradient(top, #faffff, #c0f0dc);
    background: -moz-linear-gradient(top,#faffff,#c0f0dc);
    background: linear-gradient(to bottom, #faffff, #c0f0dc);
}
/*#hogo .bh_r_box.menu li a.pd-icon,
#hogo .bh_r_box.menu li a.pd-icon-group{
    padding: 7px 5px 12px 48px;
    word-break: auto-phrase;
}*/
#hogo .bh_r_box.menu li a i{
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 27px;
    font-weight: normal;
    text-align: center;
}
.ballon-comment{
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: #00cb7d;
    display: block;
    padding: 4px 6px 6px;
    margin: auto;
    box-sizing: border-box;
    position: absolute;
    top: -29px;
    left: -10px;
    right: -10px;
    border-radius: 23px;
    width: 150px;
    z-index: 2;
    text-align: center;
}
.ballon-comment::after{
    content: "";
    border: 6px solid transparent;
    border-top: 10px solid #00cb7d;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -14px;
    width: 0;
    height: 0;
    display: block;
}

/*---------------------------------------------------
       現在の支援団体数、先月の寄付額
--------------------------------------------------- */
.hogo_result{
    width: 100%;
    padding: 20px 240px 20px 20px;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 20px;
    background-image: url(/img/connect/support_icon.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.hogo_result p{
    color: #555;
}
.hogo_result .hr_text_main{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}
/*---------------------------------------------------
        団体リストエリア地図
--------------------------------------------------- */
.hogo_list_d{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.hogo_list_d .hogo_listmap__box svg{
    width: 100%;
}

.hogo_listmap_all-area{
    width: 70%;
    margin: 0 auto;
    line-height: 0;
}
.hogo_listmap_all-area img{
    width: 100%;
    height: auto;
}
.hogo_listmap__box{
    background-color: #d3ffee;
    padding: 25px;
    box-sizing: border-box;
    margin: 40px auto;
    position: relative;
    z-index: 1;
    border-radius: 7px;
}
.hogo_listmap__box .hogo_listmap{
    margin: 0;
}
.hogo_listmap__box .hogo_listmap_label{
    color: #00cb7d;
    font-size: 28px;
    font-weight: 700;
    margin: 30px 20px 30px 30px;
    padding: 5px 20px 10px 10px;
    box-sizing: border-box;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 3px solid #00cb7d;
    overflow: hidden;
    height: 80px;
}

.hogo_listmap__box .hogo_listmap_area{
    border: 2px solid #00cb7d;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    width: 130px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    box-shadow: 0 5px 0px #00cb7d;
}

.hogo_listmap__box .hogo_listmap_area.hover{
    background: rgb(220,243,252);
    background: linear-gradient(0deg, rgb(211, 255, 233) 33%, rgba(255,255,255,1) 68%);
}
.hogo_listmap__box .hogo_listmap_area.area_tohoku{
    right: 5%;
    top: 25%;
}
.hogo_listmap__box .hogo_listmap_area.area_kanto{
    bottom: 15%;
    right: 6%;
}
.hogo_listmap__box .hogo_listmap_area.area_tokai{
    right: 31%;
    top: 18%;
}
.hogo_listmap__box .hogo_listmap_area.area_kansai{
    left: 41%;
    top: 34%;
}
.hogo_listmap__box .hogo_listmap_area.area_chugoku{
    left: 26%;
    top: 39%;
}
.hogo_listmap__box .hogo_listmap_area.area_kyushu{
    left: 7%;
    bottom: 20%;
}
.hogo_listmap__box .hogo_listmap_area .hogo_listmap_area_lbl{
    color: #00cb7d;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    margin: 5px 0 10px;
    text-align: center;
    letter-spacing: -1px;
    display: block;
}
.hogo_listmap__box .hogo_listmap_area .hogo_listmap_area_txt{
    line-height: 1;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    color: #555;
    display: block;
    letter-spacing: -1.5px;
}
.hogo_listmap__box .hogo_listmap_area .hogo_listmap_area_txt span{
    font-size: 13px;
    line-height: 1;
    margin: 3px 0;
    display: inline-block;
    vertical-align: top;
    color: #777;
}
.hogo_listmap__box .hogo_listmap_area .hogo_listmap_area_txt span::after{
    content: "";
    padding: 0 7px 0 0;
}

/* 保護リストマップ内モーダル */
.hogo_listmodal{
    display: none;
}
.hogo_listmodal-box{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
    width: 90%;
    height: 80%;
    max-height: 1000px;
    margin: auto;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: auto;
    display: none;
}
.hogo_listmodal-ray{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color:rgb(228 255 244 / 90%);
    z-index: 100;
    border-radius: 13px;
}
.hogo_listmodal-box{
    border: 3px solid #00cb7d;
    border-radius: 15px;
    background-color: rgba(241 251 255 / 71%);
    box-sizing: border-box;
}
.hogo_listmodal-box .hogo_listmodal-prev{
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    color: #777;
}
.hogo_listmodal-box .hogo_listmodal-prev::before{
    content: "\f0d9";
    font-family: FontAwesome;
    margin-right: 10px;
}
.hogo_listmodal-box .hogo_listmodal-prev:hover{
    color: #00cb7d;
}
.hogo_listmodal-box .hogo_listmodal_map_area_lbl{
    color: #777;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 5px solid #00cb7d;
    padding: 0 0 20px;
    margin: 0 0 20px;
    text-align: center;
    position: relative;
}
.hogo_listmodal-box .hogo_listmodal_map_area_lbl::before{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: #08e490;
}
.hogo_listmodal-box .hogo_listmodal_map_area_lbl .area_lbl_big{
    color: #00cb7d;
    font-size: 25px;
    margin-right: 7px;
}

.hogo_listmodal_map_area{
    color: #26b6f1;
    width: 95%;
    position: relative;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hogo_listmodal_map_area .prtext_listmodal_map_area_link{
    width: calc(20% - 8px);
}
.hogo_listmodal_map_area .prtext_listmodal_map_area_link.prf_area{
    width: 100%;
}
.hogo_listmodal_map_area .map_area__bgmap{
    position: relative;
    background-color: #dcf3fc;
    display: none;
}
.hogo_listmodal_map_area .map_area__bgmap img{
    margin: 0 auto;
    display: block;
    mix-blend-mode: multiply;
}
.hogo_listmodal_map_area .map_area__bgmap.tohoku{
    width: 100%;
    height: 600px;
}
.hogo_listmodal_map_area .map_area__bgmap.tohoku img{
    height: 600px;
}
.hogo_listmodal_map_area .map_area__bgmap img{
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.hogo_listmodal_map_area .prtext_listmodal_map_area_link a{
    color: #797979;
    text-decoration: none;
    padding: 10px 10px 15px;
    display: block;
    margin: 3px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 10px;
    /* width: 100px; */
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    box-shadow: 2px 2px 0 #53c3f147;
    position: relative;
}

.hogo_listmodal_map_area .prtext_listmodal_map_area_link a span{
    position: relative;
    z-index: 1;
}
.hogo_listmodal_map_area .prtext_listmodal_map_area_link.prf_area a::before{
    content: "";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    /* left: 0; */
    right: 0;
    top: 0;
    /* left: 0; */
    right: 7px;
    bottom: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 8px solid #fff;
    margin: auto;
}
.hogo_listmodal_map_area .prtext_listmodal_map_area_link:not(.prf_area) a::before{
    content: "";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -3px;
    right: 7px;
    bottom: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 8px solid #777;
    margin: auto;
    line-height: 0;
}
.hogo_listmodal_map_area .prtext_listmodal_map_area_link a::after{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    background-color: #fff;
    border-radius: 10px;
}
.hogo_listmodal_map_area .prtext_listmodal_map_area_link.prf_area a{
    color: #fff;
    background-color: #05b773;
}
.hogo_listmodal_map_area .prtext_listmodal_map_area_link.prf_area a::after{
    background-color: #00cb7d;
}

.hogo_listmodal_map_area .prtext_listmodal_map_area_link a:hover::after{
    background-color: #f7f7f7;
}
.hogo_listmodal_map_area .prtext_listmodal_map_area_link.prf_area a:hover::after{
    background-color: #05b773;
}

.map_area__bgmap {
    width: 600px;
    height: 500px;
    margin: 0 auto;
    background-color: #fff;
}

/*---------------------------------------------------
        団体リスト一覧
--------------------------------------------------- */
.hogo_list{
    width: 100%;
    background-color: #eeeeed;
    padding: 30px 30px 60px;
    box-sizing: border-box;
}

.hogo_list .hogo_list_h2{
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border: none;
    margin: 20px 0 40px;
}

#result_area{
    /*display: flex;
    flex-wrap: wrap;*/
    width: 100%;
    max-width: 1300px;
    /*gap: 30px;*/
    margin: 30px auto;
}

.prtect_list_a{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#hogo .prtect_list_detail,
.hogo_list_detail{
    width: calc(25% - 25px);
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0;
    display: block;
}
/*@media screen and (max-width: 1200px){
    .hogo_list_detail{
        width: calc(33% - 25px);
    }
}*/

#hogo .prtect_list_detail .prtect_list_image,
.hogo_list_detail .hogo_list_image{
    width: 100%;
    height: 200px;
}
#hogo .prtect_list_detail .prtect_list_image img,
.hogo_list_detail .hogo_list_image img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
#hogo .prtect_list_detail .prtect_list_name,
.hogo_list_detail .hogo_list_name{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 15px 0;
    height: 60px;
    overflow: hidden;
}
#hogo .prtect_list_detail .prtect_list_comment,
.hogo_list_detail .hogo_list_comment{
    font-size: 13px;
    line-height: 1.6;
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 5; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
    margin: 15px 0;
    height: 105px;
}
#hogo .prtect_list_detail .prtect_list_data dl,
.hogo_list_data dl{
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
#hogo .prtect_list_detail .prtect_list_data dl dt,
#hogo .prtect_list_detail .prtect_list_data dl dd,
.hogo_list_data dl dt, .hogo_list_data dl dd{
    font-size: 14px;
}
#hogo .prtect_list_detail .prtect_list_data dl dt,
.hogo_list_data dl dt{
    font-weight: 700;
}
#hogo .prtect_list_detail .prtect_list_data dl dd,
.hogo_list_data dl dd{
    margin-bottom: 10px;
    padding: 0;
}

#hogo .prtect_list_detail .prtect_list_btn,
.hogo_list_btn{
    padding: 20px 0px 10px;
    margin: 0 auto;
}
#hogo .prtect_list_detail .prtect_list_btn a,
.hogo_list_btn a{
    color: #fff;
    border-radius: 30px;
    background-color: #00cb7d;
    padding: 18px 20px 20px;
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 2px solid #00cb7d;
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto;
}
#hogo .prtect_list_detail .prtect_list_btn a i,
#hogo .hogo_list_btn i{
    position: absolute;
    right: 20px;
    top: 3px;
    bottom: 0;
    width: 0;
    height: 0;
    line-height: 0;
    margin: auto;
}
#hogo .prtect_list_detail .prtect_list_btn a:after,
#hogo .hogo_list_btn a:after{
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    transform: scale(0,1);
    transform-origin: left top;
    transition: .3s cubic-bezier(.45, 0, .55, 1);
    z-index: -1;
}
#hogo .prtect_list_detail .prtect_list_btn a:hover,
#hogo .hogo_list_btn a:hover{
    color: #00cb7d;
}
#hogo .prtect_list_detail .prtect_list_btn a:hover::after,
#hogo .hogo_list_btn a:hover::after{
    transform: scale(1, 1);
}

/* 団体をさらに表示ボタン */
.hogo_list_more{
    width: 100%;
    text-align: center;
}
.hogo_list_more button#load_more{
    width: 400px;
    display: block;
    padding: 20px;
    color: #fff;
    background-color: #f18153;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 50px;
    font-family: 'Noto Sans JP';
    margin: 50px auto 10px;
    cursor: pointer;
    transition: .5s;
}
.hogo_list_more button#load_more:hover{
    background-color: #e66330;
    transform: translateY(10px);
}

/*--------------------------------------------------*/
/*  フッター                                          */
/*--------------------------------------------------*/
footer{
    background-color: #fff;
    width: 100%;
}
.footer_contents{
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.footer_contents .ft_menu_label{
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 10px 0;
}
.footer_contents ul{
    margin: 15px;
    display: flex;
    flex-wrap: nowrap;
    gap: 0 15px;
}
.footer_contents ul li{
    font-size: 14px;
    width: calc(100% / 4 - 20px);
    color: #333;
    position: relative;
}
.footer_contents ul li p,
.footer_contents ul li a{
    color: #333;
    text-decoration: none;
    font-size: 14px;
    padding-left: 22px;
}
.footer_contents ul li a::before{
    position: absolute;
    top: calc(50% - 3.75px);
    left: 7px;
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent #f00000;
    border-style: solid;
    border-width: 5.2px;
}
.footer_contents ul li a:hover{
    text-decoration: underline;
}

.sns_area{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.sns_area .sns_area_sub{
    width: calc(100% / 4 - 20px);
}
.sns_area .sns_area_sub img{
    width: 100%;
    height: auto;
}
.sns_area .sns_area_sub p{
    font-size: 13px;
    text-align: left;
}

/*--------------------------------------------------*/
/*  フッター  > コピーライト                          */
/*--------------------------------------------------*/
footer #copy_right{
    padding: 50px;
    box-sizing: border-box;
}

footer #copy_right p{
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

/*--------------------------------------------------*/
/*  先頭に戻るボタン                                 */
/*--------------------------------------------------*/
#return{
    position: fixed;
    bottom: 130px;
    right: 0;
    margin: 40px;
    z-index: 203;
}
/*#return a{
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    border: 5px solid #00cb7d;
    display: block;
    position: relative;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
}
#return a::after{
    content: inherit;
}
#return a:hover{
    transform: translateY(-30px);
    background-color: #fff;
}
#return a span{
    background-color: #a9ffd4;
    color: #00cb7d;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px;
    font-size: 13px;
    line-height: 1;
}
*/

/* ↓あとで消す（重複） */
#hogo .menu li a.fa-mypage::before{
    content: "";
    background-image: url(/img/icon/user-solid.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 27px;
    height: 27px;
    background-image: url(https://pochitama.pet/img/icon/user-solid.svg);
}
#hogo .menu li a.pd-icon::before {
    content: "";
    background-image: url(https://pochitama.pet/img/icon/icon_pc_wishlist.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 27px;
    height: 27px;
}