html.hide{
    overflow: hidden;
}
#doropMenu{
    -webkit-overflow-scrolling: touch;
}

main h1.center{
    text-align: center;
}
main h1 {
	font-weight: normal;
	font-size: 25px;
	line-height: 1.5em;
}
main h5 {
	line-height: initial;
}

/*------------------ コンテンツ内容ここから ------------------*/
main #topPage{}
main #topPage .forSp{display: block;}
main #topPage .forTabPc{display: none;}
@media screen and (min-width: 751px){
    main #topPage .forSp{display: none;}
    main #topPage .forTabPc{display: block;}
}
main #topPage section{background-color: #bbb; color: #ffffff; padding-top: 0; padding-bottom: 0;}

main #topPage .imageWrap{
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-left: -18px;
    margin-right: -18px;
}
@media screen and (min-width: 751px){
    main #topPage .imageWrap {
	margin-left: -18px;
	margin-right: -18px;
    }
}
@media screen and (min-width: 1081px){
    main #topPage .imageWrap {
	margin-left: -27px;
	margin-right: -27px;
    }
}
@media screen and (min-width: 1281px){
    main #topPage .imageWrap {
	margin-left: -74px;
	margin-right: -74px;
    }
    main #topPage section{
	max-width: 100%;
    }
}

main #topPage .imageWrap.csrImage .inner,
main #topPage .imageWrap.visionImage .inner,
main #topPage .imageWrap.movieImage .inner,
main #topPage .imageWrap.approachImage .inner,
main #topPage .imageWrap.reportImage .inner,
main #topPage .imageWrap.sdgsImage .inner{
    position: relative;
    z-index: 1;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
main #topPage .imageWrap .inner .textBox{
    position: relative;
    z-index: 1;
    text-align: left;
    width: 100%;
    max-width: 1080px;
    padding: 0 74px;
}
main #topPage .imageWrap .inner .textBox h1{
    font-size: 90px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0;
}
main #topPage .imageWrap.visionImage .inner .textBox h1,
main #topPage .imageWrap.movieImage .inner .textBox h1,
main #topPage .imageWrap.approachImage .inner .textBox h1,
main #topPage .imageWrap.reportImage .inner .textBox h1,
main #topPage .imageWrap.sdgsImage .inner .textBox h1{
    font-size: 50px;
    font-weight: bold;
}
main #topPage .imageWrap .inner .textBox p{
    font-size: 30px;
}
main #topPage .imageWrap.sdgsImage .inner .textBox p,
main #topPage .imageWrap.reportImage .inner .textBox p{
    font-size: 20px;
}


main #topPage .imageWrap.csrImage{
    height: 670px;    
    overflow: hidden;
}
main #topPage .imageWrap.csrImage .inner{
    height: 670px;
}

@media screen and (max-width: 750px){
    main #topPage .imageWrap.approachImage .inner .textBox h1{
	margin-bottom: 200px;
    }
}
@media screen and (max-width: 1080px){
    main #topPage .imageWrap.csrImage{
	height: 518px;    
	overflow: hidden;
    }
    main #topPage .imageWrap.csrImage .inner{
	height: 518px;
    }
    main #topPage .imageWrap .inner .textBox h1{
	font-size: 52px;
	margin-bottom: 40px;
    }
    main #topPage .imageWrap.visionImage .inner .textBox h1,
	main #topPage .imageWrap.movieImage .inner .textBox h1,
    main #topPage .imageWrap.approachImage .inner .textBox h1,
    main #topPage .imageWrap.reportImage .inner .textBox h1,
    main #topPage .imageWrap.sdgsImage .inner .textBox h1{
	font-size: 35px;
    }
    main #topPage .imageWrap .inner .textBox p{
	font-size: 18px;
    }
    main #topPage .imageWrap.sdgsImage .inner .textBox p,
    main #topPage .imageWrap.reportImage .inner .textBox p{
	font-size: 14px;
    }
    main #topPage .imageWrap .inner .textBox{
	padding: 0 18px;
    }
}
@media screen and (min-width: 1081px) and (max-width: 1280px){
    main #topPage .imageWrap .inner .textBox{
	padding: 0 60px;
    }
    main #topPage .imageWrap .inner .textBox h1 + p{
	margin: 20px 0;
    }
}
@media screen and (min-width: 1281px){
    main #topPage .imageWrap .inner .textBox{
	padding: 0 74px;
    }
    main #topPage .imageWrap .inner .textBox h1 + p{
	margin: 20px 0;
    }
}


main #topPage .csrImage{
    background-color: #000;
    background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_main@2x.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
main #topPage .visionImage{
    background-color: #000;
    background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_vision@2x.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
main #topPage .approachImage{
    background-color: #000;
    background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_approach@2x.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 750px){
    main #topPage .approachImage{
	background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_approach_sp@2x.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
    }
}
main #topPage .sdgsImage{
    background-color: #000;
    background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_sdgs@2x.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 750px){
    main #topPage .sdgsImage{
	background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_sdgs_sp@2x.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
    }
}
main #topPage .reportImage{
    background-color: #000;
    background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_report@2x.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 750px){
    main #topPage .reportImage{
	background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_report_sp@2x.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
    }
}

main #topPage .movieImage{
    background-color: #000;
    background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_movie@2x.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
@media screen and (max-width: 750px){
    main #topPage .movieImage{
	background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_movie_sp@2x.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
    }
}

main #topPage .csr{
    background-color: transparent;
    padding: 60px;
}
main #topPage .csr h2{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 54px 0 40px;
}
main #topPage .csr h2:first-child{
    margin-top: 0;
}
main #topPage .csr p{
    max-width: 800px;
    margin: 24px auto 24px;
    font-size: 18px;
    line-height: 1.8em;
}
@media screen and (max-width: 1080px){
    main #topPage .csr{
	padding: 30px 20px 60px;
    }
    main #topPage .csr .inner{
	max-width: 600px;
	margin: 0 auto;
    }
    main #topPage .csr h2{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 44px 0 20px;
    }
    main #topPage .csr h2:first-child{
	margin-top: 0;
    }
    main #topPage .csr p{
	max-width: 800px;
	margin: 24px auto 24px;
	font-size: 14px;
    }
}


main #topPage.csr .overview{
    margin: 0 -18px;
    color: #fff;
    padding: 60px 18px;
    line-height: 1.8em;
    background: linear-gradient(#AD0000 0px, #E80101 400px, #E80101 800px);
    background-size: 100vw 800px;
    background-position: top;
    margin-bottom: 60px;
}
main #topPage.csr .overview p.subText{
    line-height: 1.8em;
    font-size: 18px;
    font-weight: bold;
}
main #topPage.csr .overview p{
    line-height: 1.8em;
    font-size: 14px;
}


@media screen and (max-width: 750px){
}
@media screen and (min-width: 751px) and (max-width: 1080px){
}
@media screen and (min-width: 1081px) and (max-width: 1280px){
}
@media screen and (min-width: 1281px){
}

/*------------------ コンテンツ内容ここから ------------------*/

main #topPage section.contents{
    background-color: #ffffff;
    color: #000000;
    padding: 60px;
    max-width: 1200px;
}
main #topPage section.contents p{
    max-width: 800px;
}
main #topPage section.contents p.more{
    max-width: 100%;
}
main #topPage section.contents .strong{
    font-weight: bold;
}
main #topPage section.contents .flexBox{
    display: flex;
    margin-top: 32px;
    margin-bottom: 200px;
}
main #topPage section.contents .flexBox .ceo{
    width: 300px;
    padding-right: 40px;
}
main #topPage section.contents .flexBox .ceo img{
    max-width: 100%;
    margin: 0;
}
main #topPage section.contents .flexBox .textBox{
    width: calc(100% - 340px);
}
main #topPage section.contents .flexBox .textBox p{
    max-width: 615px;
}
main #topPage section.contents .flexBox .textBox p.strong{
    font-weight: bold;
}
main #topPage section.contents .flexBox .textBox img.name{
    width: 171px;
}
@media screen and (max-width: 1080px){
    main #topPage section.contents{
	padding: 18px 18px 48px;
    }
    main #topPage section.contents .flexBox{
	margin-top: 0;
	margin-bottom: 100px;
    }
    main #topPage section.contents .flexBox .ceo{
	padding-right: 20px;
    }
    main #topPage section.contents .flexBox .textBox{
	width: calc(100% - 320px);
    }
}
@media screen and (max-width: 750px){
    main #topPage section.contents .flexBox{
	display: block;
	margin-top: 0;
	margin-bottom: 100px;
    }
    main #topPage section.contents .flexBox .ceo{
	width: 100%;
	padding-right: 0;
	margin: 0 auto;
    }
    main #topPage section.contents .flexBox .ceo img{
	max-width: 300px;
	width: 100%;
	margin: 12px auto;
    }
    main #topPage section.contents .flexBox .textBox{
	width: 100%;
    }
    main #topPage section.contents .flexBox .textBox p{
	max-width: 615px;
    }
    main #topPage section.contents .flexBox .textBox p.strong{
	font-weight: bold;
    }
    main #topPage section.contents .flexBox .textBox img.name{
	width: 171px;
	margin: 12px 0;
    }
}

main #topPage section.contents .grayLabel{
    background-color: #CCD1D1;
    font-size: 25px;
    font-weight: bold;
    border-top: 1px solid #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
    padding: 24px;
    max-width: 800px;
    box-sizing: border-box;
}
main #topPage section.contents .grayLabel p{
    font-weight: normal;
    margin-bottom: 0;
    padding-top: 12px;
}
main #topPage section.contents .indent{
    padding: 24px;
}
main #topPage section.contents .tabArea{
    max-width: auto;
    margin: 0;
    border-bottom: 2px solid #cc0000;
    font-size: 0;
    margin-top: 80px;
    margin-bottom: 32px;
    max-width: 800px;
}
main #topPage section.contents .panelArea{
    max-width: inherit;
}
main #topPage section.contents .panelArea p{
    padding-right: 0;
}
main #topPage section.contents .tabArea label.tab_label{
    display: inline-block;
    text-align: center;
    padding: 20px 30px;
    font-size: 25px;
    border-top: 3px solid #cc0000;
    border-left: 3px solid #cc0000;
    border-right: 3px solid #cc0000;
    margin: 0;
    border-radius: 20px 20px 0 0;
    color: #cc0000;
    box-sizing: border-box;
}
main #topPage section.contents .tabArea label.tab_label.active{
    color: #fff;
    background-color: #cc0000;
}
@media screen and (max-width: 1080px){
    main #topPage section.contents .tabArea{
	font-size: 0;
	margin-top: 40px;
	margin-bottom: 24px;
	display: flex;
	align-items: stretch;
    }
    main #topPage section.contents .tabArea label.tab_label{
	font-size: 18px;
	width: 33.3%;
	padding: 20px 0;
/*	min-height: calc(3em + 43px);*/
    }
    main #topPage section.contents .tabArea label.tab_label.active{
	color: #fff;
	background-color: #cc0000;
    }
    main #topPage section.contents .panelArea .tab_panel{
	margin-bottom: 0;
    }
    main #topPage section.contents .grayLabel{
	font-size: 18px;
	padding: 20px 12px;
    }
    main #topPage section.contents .indent{
	padding: 20px 0;
    }
}
@media screen and (max-width: 750px){
    main #topPage section.contents .tabArea label.tab_label{
	font-size: 14px;
    }
}


main #topPage section.contents .link_ap{
    height: 656px;
    max-width: 1080px;
    margin: 0 auto;
    background: url(https://dogparklocations.com/files/themes/cei/csr/images/bg_ap.svg) center center no-repeat;
    position: relative;
}
main #topPage section.contents .link_ap a{
    display: block;
    position: absolute;
    border-radius: 180px;
}
main #topPage section.contents .link_ap a:hover{
    background-color: #fff;
    opacity: 1;
}
main #topPage section.contents .link_ap a:hover img{
    opacity: .7;
}
main #topPage section.contents .link_ap a img{
    margin: 0;
}
main #topPage section.contents .link_ap a.ap_01{
    width: 600px;
    top: 0;
    left: calc(50% - 300px);
}
main #topPage section.contents .link_ap a.ap_02{
    width: 42vw;
    max-width: 515px;
    bottom: 0;
    left: 0;
}
main #topPage section.contents .link_ap a.ap_03{
    width: 42vw;
    max-width: 515px;
    bottom: 0;
    right: 0;
}
main #topPage section.contents .result_ap{
    height: 358px;
    max-width: 1080px;
    margin: -60px auto 60px;
}
main #topPage section.contents .result_ap img{
    width: 100%;
}
@media screen and (max-width: 1080px){
    main #topPage section.contents .link_ap{
	height: auto;
	max-width: 1080px;
	margin: 0 auto;
	background: none;
	position: relative;
    }
    main #topPage section.contents .link_ap a{
	display: block;
	position: relative;
    }
    main #topPage section.contents .link_ap a img{
	margin: 0;
	width: 100%;
    }
    main #topPage section.contents .link_ap a.ap_01{
	width: 100%;
	max-width: 400px;
	top: 0;
	left: 0;
	margin: 0 auto 16px;
    }
    main #topPage section.contents .link_ap a.ap_02{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 16px;
    }
    main #topPage section.contents .link_ap a.ap_03{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 16px;
    }
    main #topPage section.contents .result_ap{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 40px;
    }
    main #topPage section.contents .result_ap img{
	width: 100%;
    }
}

main #topPage section.contents .redBg{
    text-align: center;
    padding: 20px;
    background-color: #cc0000;
    border-radius: 50px 50px 0 0;
}
main #topPage section.contents .redBg h2{
    font-size: 50px;
    color: #fff;
    padding-left: 80px;
    line-height: 58px;
    display: inline-block;
    margin: 0 auto;
}
main #topPage section.contents .redBg h2.title_ap_01{
    background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/ico_01.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}
main #topPage section.contents .redBg h2.title_ap_02{
    background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/ico_02.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}
main #topPage section.contents .redBg h2.title_ap_03{
    background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/ico_03.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}
main #topPage section.contents .redBg p.strong{
    font-size: 30px;
}
main #topPage section.contents .redBg p{
    margin: 20px auto 20px;
    max-width: 100%;
    color: #fff;
    font-size: 20px;
}
main #topPage section.contents .redBg + img{
    margin-top: 0;
    margin-bottom: 60px;
}
main #topPage section.contents .redBg + img + img{
    margin-top: 0;
}
@media screen and (max-width: 1080px){
    main #topPage section.contents .redBg{
	padding: 10px;
    border-radius: 20px 20px 0 0;
    }
    main #topPage section.contents .redBg h2{
	font-size: 18px;
	padding-left: 48px;
	line-height: 32px;
    }
    main #topPage section.contents .redBg h2.title_ap_01{
	background-size: 32px 32px;
    }
    main #topPage section.contents .redBg h2.title_ap_02{
	background-size: 32px 32px;
    }
    main #topPage section.contents .redBg h2.title_ap_03{
	background-size: 32px 32px;
    }
    main #topPage section.contents .redBg p.strong{
	font-size: 14px;
	margin-bottom: 8px;
	text-align: center;
    }
    main #topPage section.contents .redBg p{
	margin: 20px auto 20px;
	max-width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
    }
    main #topPage section.contents .redBg + img + img{
	margin-bottom: 32px;
    }
}
@media screen and (max-width: 750px){
    main #topPage section.contents .redBg p{
	text-align: left;
    }
}

.ap_list .box{
    padding: 30px 0;
    border-top: 2px dotted #1e1e1e;
}
.ap_list .box h3{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    color: #cc0000;
}
.ap_list .box .tagArea{
    padding: 0;
    margin: 0 0 27px;
}
.ap_list .box .tagArea span{
    display: inline-block;
    padding: 0 18px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    margin-right: 18px;
    line-height: 30px;
}
.ap_list .box .tagArea span:before{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 30px;
    background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/tag_before.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 30px;
}
.ap_list .box .tagArea span:after{
    content:"";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 30px;
    background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/tag_after.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 30px;
}

.modalArea{
    margin-bottom: 60px;
}

a.modalLink{
    display: inline-block;
    padding: 6px 54px 6px 32px;
    font-size: 15px;
    border: 2px solid #cc0000;
    border-radius: 24px;
    font-weight: bold;
    background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/ico_open.svg);
    background-position: right 28px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

@media screen and (max-width: 1080px){
    .ap_list .box h3{
	font-size: 18px;
    }
    .ap_list .box .tagArea {
	margin-bottom: 8px;
    }
    .ap_list .box .tagArea span{
	font-size: 14px;
	margin-bottom: 8px;
    }
    .modalArea{
	margin-bottom: 32px;
    }
    a.modalLink{
	display: inline-block;
	padding: 6px 54px 6px 32px;
	font-size: 13px;
	border: 2px solid #cc0000;
	border-radius: 24px;
	font-weight: bold;
	background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/ico_open.svg);
	background-position: right 28px center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	line-height: 1.5em;
    }
}


@media screen and (max-width: 750px){
}
@media screen and (min-width: 751px) and (max-width: 1080px){
}
@media screen and (min-width: 1081px) and (max-width: 1280px){
}
@media screen and (min-width: 1281px){
}
/*------------------ コンテンツ内容ここまで ------------------*/

/*------------------ モーダルここから ------------------*/
.modal{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(255,255,255,.98);
    z-index: 99;
}
.modal h4{
    font-size: 18px;
    padding: 6px 12px;
    border: 4px solid #cc0000;
    border-radius: 60px;
    color: #cc0000;
    margin-top: 0;
}
.mordal_inner{
    max-width: 800px;
    margin: 0 auto;
    padding: 18px;
}


main #topPage .modal dl{
    border: none;
    display:block;
}
main #topPage .modal dl dt:first-child{
    border-top: 1px solid #646464;
}
main #topPage .modal dl dt{
    border-top: none;
    border-bottom: 1px solid #646464;
    padding: 16px 0 16px 0;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    line-height: 1.8em;
    width: 100%;
    color: #1e1e1e;
}
main #topPage .modal dl dd{
    border-top: none;
    border-bottom: 1px solid #646464;
    padding: 16px 0;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    line-height: 1.8em;
    width: 100%;
    margin: 0;
}
@media screen and (min-width: 1081px){
    .modal h4{
	font-size: 30px;
	padding: 12px 20px;
	border: 7px solid #cc0000;
	border-radius: 60px;
	color: #cc0000;
	margin-top: 0;
    }
    .mordal_inner{
	max-width: 800px;
	padding: 100px 100px 160px;
	margin: 0 auto;
    }
    main #topPage .modal dl{
	border: none;
	display:flex;
	flex-flow: wrap;
	box-sizing: border-box;
    }
    main #topPage .modal dl dt:first-child{
	border-top: 1px solid #646464;
    }
    main #topPage .modal dl dt{
	border-top: none;
	border-bottom: 1px solid #646464;
	padding: 16px 0;
	vertical-align: top;
	font-size: 25px;
	text-align: left;
	font-weight: bold;
	line-height: 1.8em;
	width: 100%;
	padding-right: 2em;
	min-width: 7em;
    }
    main .modal .accordionlist dt.title{
	background-size: 30px;
    }
    main #topPage .modal dl dd{
	border-top: none;
	border-bottom: 1px solid #646464;
	padding: 24px 0!important;
	vertical-align: top;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	line-height: 1.8em;
	width: 100%;
	margin: 0;
    }
    main #topPage .modal dl dt:first-child + dd{
	border-top: none;
    }
}

main #topPage .modal a.closeBtn{
    display: block;
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 40px;
    right: 100px;
}
main #topPage .modal a.closeBtn img{
    margin: 0;
}
main #topPage .modal a.modalToTop{
    display: block;
    width: 32px;
    height: 44px;
    position: fixed;
    bottom: 40px;
    right: calc(50% - 22px);    
}
main #topPage .modal a.modalToTop img{
    margin: 0;
}
@media screen and (max-width: 1080px){
    main #topPage .modal a.closeBtn{
	width: 40px;
	height: 40px;
	bottom: 20px;
	right: 20px;
    }
    main #topPage .modal a.modalToTop{
	width: 22px;
	height: 36px;
	bottom: 20px;
    }
}

.slick-slide{
    max-height: 350px;
    margin-bottom: 52px;
}
.slick-dots{
    bottom: 20px;
}
.slick-slide img{
    margin: 0 auto;
    max-height: 350px;
}
.prev.slick-arrow{
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    width: 15px;
    height: 0;
    padding-top:32px;
    overflow: hidden;
    background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/btn_prev.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px 32px;
}
.next.slick-arrow{
    position: absolute;
    top: calc(50% - 16px);
    right: 0;
    width: 15px;
    height: 0;
    padding-top:32px;
    overflow: hidden;
    background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/btn_next.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px 32px;
}
.slick-dots li button:before{
    font-family: inherit;
    background-color: black;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 5px;
    content: "";
}
@media screen and (max-width: 1080px){
    .prev.slick-arrow{
	position: absolute;
	top: calc(46% - 11px);
	left: -14px;
	width: 10px;
	height: 0;
	padding-top:22px;
	overflow: hidden;
	background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/btn_prev.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 10px 22px;
    }
    .next.slick-arrow{
	position: absolute;
	top: calc(46% - 11px);
	right: -14px;
	width: 10px;
	height: 0;
	padding-top:22px;
	overflow: hidden;
	background-image: url(https://dogparklocations.com/files/themes/cei/csr/images/btn_next.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 10px 22px;
    }
}

.inner.sdgs p{
    margin-bottom: 80px;
}
@media screen and (max-width: 1080px){
    .inner.sdgs img{
	margin: 12px 0;
    }
    .inner.sdgs p{
	margin-bottom: 40px;
    }
    .inner.sdgs img.forSp{
	width: 100%;
    }
}

main #topPage .redBg{
    padding: 60px;
    background: linear-gradient(#AD0000 0px, #E80101 400px, #E80101 800px);
    background-size: 100% 800px;
    background-position: bottom;
}
main #topPage .redBg.is_view{
    transition: all 3s ease-out;
    background-position: top;
}


ul.menu li .box ul li{
    vertical-align: top;
}
ul.menu li .box ul li ul.csr{
    padding: 0;
    padding: 12px 0 0 24px;
}
ul.menu li .box ul li ul.csr li{
    display: block;
}
@media screen and (max-width: 1080px){
    ul.menu li .box ul li ul.csr{
	padding: 0 0 0 24px;
    }
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

@media screen and (max-width: 750px){
}
@media screen and (min-width: 751px) and (max-width: 1080px){
}
@media screen and (min-width: 1081px) and (max-width: 1280px){
}
@media screen and (min-width: 1281px){
}
/*------------------ モーダルここまで ------------------*/
/*------------------ 打ち消し・修正------------------*/
main .accordionbox dl:not(.normalDl) ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.mordal_inner {
	padding-bottom: 100px;
}
.mordal_inner li {
	margin-left: 1.3em;
}
.mordal_inner dl.gallery-item dt {
	border-top: none !important;
}
.mordal_inner .slick-arrow {
	cursor: pointer;
	z-index: 5;
}
main #topPage section.contents .tabArea label.tab_label,
a.modalLink {
	cursor: pointer;
}
.slick-slide img {
	width: auto !important;
}
@media screen and (max-width: 1080px){
	main #topPage .modal a.modalToTop {
		right: calc(50% - 11px);
	}
}
@media screen and (max-width: 520px){
	.ap_list .box .tagArea span {
	font-size: 2.7vw;
	white-space: nowrap;
	}
	main #topPage .modal dl dt.title {
		padding-right: 3em;
		width: calc(100% - 3em);
	}
}
span.csrSignature {
font-size:1.4em;
line-height:2em;
letter-spacing: 0.4em;
}
main #topPage section.contents .tabArea label.tab_label {
	margin-left: -3px;
}
main #topPage section.contents .tabArea label.tab_label:first-child {
	margin-left: 0;
} 
@media screen and (max-width: 1080px){
main #topPage section.contents .tabArea label.tab_label {
	width: calc(100% + 4.5px) !important;
	}
}
main #topPage .sdgsImage,
main #topPage .repotImage {
	background-position: top center !important;
}
main #topPage .sdgsIcons {
	display: flex;
	justify-content: start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
main #topPage .sdgsIcons img{
	width: 15%;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width: 750px){
	main #topPage .sdgsIcons {
	width: 100%;
	}
	main #topPage .sdgsIcons img{
		width: 30%;
		margin-right: 2%;
		margin-bottom: 1%;
	}
}


/*main #topPage .modal a.closeBtn,
main #topPage .modal a.modalToTop {
background-color: rgba(255,255,255,0.8);
padding: 10px;
	}
	main #topPage .modal a.modalToTop {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
		}*/
		
		/* @group Movie */
		
		main #topPage #movie+section .inner h1 {
			margin: 40px 0 20px;
		}
		
		@media screen and (max-width: 750px) {
			main #topPage #movie+section .inner h1 {
				text-align: center;
			}
			
			.videoBox p span.strong {
				font-size: 18px;
			}
			
			.videoBox p {
				margin-bottom: 1em;
			}
		}
		.video {
			background: #555;
			display: block;
			background-size: contain;
			margin-bottom: 20px;
		}
		
		.video img {
			margin: 0;
			padding: 0;
		}
		
		.video.play {
			position: relative;
			width: 100%;
			padding-top: 56.25%;
		}
		
		.video iframe {
			position: absolute;
			top: 0;
			right: 0;
			width: 100% !important;
			height: 100% !important;
		}
		
		/* @end */
		
.csrform dt, .csrform dd {
	border: none !important;
}
.csrform dt + dd {
	padding: 0 0 1em !important;
	margin-top: 0 !important;
}
.csrform dt {
	padding-bottom: 0 !important;
}
.csrform .half {
	display: flex;
    justify-content: space-between;
}
.csrform .half > * {
	width: 48%;
}
.csrform p span {
	display: inline-block;
    margin-left: 1em;
    padding: 0 1em;
    background-color: red;
    width: 2em;
    color: #FFF;
    font-size: 0.8em;
    border-radius: 0.5em;
}
