.page-top .content-inner {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1230px;
}

.page-top .pc {
	display: none;
}

.page-top .cf {
	display: block;
}

.page-top .cf:after {
	content: "";
	display: block;
	clear: both;
}

.page-top .rounded-button__wrap {
	text-align: center;
}

.page-top .rounded-button {
	color: #fff;
	padding: 10px 30px;
	font-family: "M PLUS Rounded 1c", "メイリオ", sans-serif;
    font-weight: 600;
}

.page-top .rounded-button:hover {
	color: #027EA5;
}

.page-top .visual-heading__lead {
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.page-top .top-mv {
	position: relative;
	overflow: hidden;
}

.page-top .top-mv__slider__item img {
	width: 100%;
	height: auto;
}

.page-top .swiper-pagination {
	text-align: left !important;
	padding: 18px 22px;
	display: flex;
    justify-content: center;
	width: 100%;
    bottom: 0px;
}

.page-top .swiper-pagination-bullet {
	background: #027EA5;
	opacity: 0.3;
	width: 10px;
	height: 10px;
}

.page-top .swiper-pagination-bullet-active {
	opacity: 1 !important;
	background: #027EA5;
}

.page-top .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 12px;
}

.page-top .swiper-button-next,
.page-top .swiper-button-prev {
	color: #FFFFFF;
}

.page-top .swiper-button-prev,
.page-top .swiper-container-rtl .swiper-button-next {
	left: 20px;
	right: auto;
}

.page-top .swiper-button-next,
.page-top .swiper-container-rtl .swiper-button-prev {
	right: 20px;
	left: auto;
}

/* 更新情報 */
.top-info {
	width: 100%;
	background-color: #061337;
}
.top-info-inner {
	max-width: calc(1200px + 10%);
	padding: 15px 5%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.top-info-label {
	border: 2px solid #01A5C9;
	font-size: 1.4rem;
	color: #FFFFFF;
	padding: 6px 7px;
	margin-right: 10px;
	line-height: 1;
}
.top-info-date {
	font-size: 1.4rem;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
	letter-spacing: 0.05em;
	display: block;
}
.top-info-text {
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	letter-spacing: 0.08em;
}
.top-info-text:hover {
	text-decoration: none;
}
/* ------- */

/* お知らせ・注意喚起 */
.top-news {
	background-color: #FFFFFF;
}
.top-news-inner {
	max-width: calc(1020px + 10%);
    margin: 0 auto;
    padding: 20px 5% 100px;
}
.top-news-inner--feature{
	padding: 100px 5% 80px;
}
.top-news .visual-heading {
	margin-bottom: 60px;
}
.top-news .visual-heading--feature {
	margin-bottom: 40px;
}
.top-news-list {
	margin-bottom: 60px;
}
.top-news-list--feature {
	margin-bottom: 0;
}
.top-news_tabs {
	display: flex;
	border-bottom: 1px solid #E7EBEF;
}
.top-news_tabs li {
	margin-right: 12px;
}
.top-news_tabs button {
	font-size: 1.4rem;
	color: #061337;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 48px;
	background-color: #FFFFFF;
	border: 1px solid #C2CBD3;
	border-radius: 10px 10px 0 0;
	box-shadow: 6px 5px 10px 0px rgba(67, 74, 144, 0.15);
	border-bottom: none;
	transition: .15s ease-out;
}
.top-news_tabs .active button,
.top-news_tabs button:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #434A90;
}
.top-news_tabs .active button {
	font-weight: bold;
	pointer-events: none;
	color: #FFFFFF;
	background-color: #434A90;
}
.top-news_post {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #E7EBEF;
	padding: 17.5px 10px;
	background-color: #FFFFFF;
}
.top-news_articles .top-news_post:first-of-type {
	border-top: 1px solid #E7EBEF;
}
.top-news_inner {
	display: flex;
	align-items: center;
}
.top-news_post_wrap {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.top-news_post_wrap:last-of-type {
	margin-right: 0;
}
.top-news_cat {
	width: 66px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 6px;
	line-height: 1;
	margin-right: 5%;
}
[data-cat="caution"] {
	background: #F4CE59;
	color: #061337;
}
[data-cat="info"] {
	background: #01A5C9;
	color: #FFFFFF;
}
.top-news_date {
	letter-spacing: 0;
	width: 170px;
	font-weight: bold;
	line-height: 1;
	font-size: 1.4rem;
}
.top-news_text {
	letter-spacing: 0.08em;
	margin-right: 10px;
	text-decoration: underline;
	margin-right: 19px;
	line-height: 1.5;
	font-size: 1.4rem;
}
.top-news_inner:hover .top-news_text {
	text-decoration: none;
}
.top-news_external-link::after {
	content: '';
    background: url(/bureau/safetylife/sos47/assets/img/common/icon/icon_link.svg) no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: translateX(50%) translateY(-60%);
}
.news-new {
	font-weight: bold;
    color: #FE4936;
	line-height: 1;
}
/* -------- */

.page-top .top-trick {
	background: #fff;
}
.page-top .top-trick .visual-heading__main {
	line-height: 1;
}
.page-top .top-trick .visual-heading__lead {
	margin-bottom: 100px;
}
.page-top .top-trick .top-trick_heading {
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "M PLUS Rounded 1c","メイリオ",sans-serif;
	text-align: center;
	color: #434A90;
}
.page-top .case_wrap {
	margin-bottom: 100px;
}

.page-top .panel-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.page-top .panel-list__item {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 15px 20px 0 rgba(67,74,144,0.15);
	transition: 0.25s ease-out;
}

.page-top .panel-list__item__image {
	border-radius: 20px 20px 0 0;
	background: rgba(249,207,195,0.1);
	text-align: center;
	margin: 10px 10px 0 10px;
	display: inline-block;
}

.page-top .panel-list__item__image img {
	mix-blend-mode: multiply;
}

.page-top .panel-list__item__title {
	color: #027EA5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: 0.25s ease-out;
	font-size: 2rem;
	letter-spacing: 0.1em;
	font-family: "M PLUS Rounded 1c","メイリオ",sans-serif;
	font-weight: 600;
	line-height: 1.2em;
}

.page-top .panel-list__item__title:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border: solid #027EA5;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	right: 22px;
	top: 46%;
	transition: 0.25s ease-out;
}

.page-top .panel-list .panel-list__item:hover {
	box-shadow: 0px 20px 20px rgba(67,74,144,0.2);
}

.page-top .panel-list .panel-list__item:hover .panel-list__item__title {
	color: #061337;
}

.page-top .panel-list .panel-list__item:hover .panel-list__item__title:after {
	right: 18px;
}

.page-top .top-about {
	background: #fff;
}

.page-top .top-about__title {
	width: 100%;
	max-width: 493px;
	margin: 0 auto;
}

.page-top .title__image {
	width: 100%;
}

.page-top .top-about .visual-heading__min {
	font-size: 2rem;
	text-align: center;
	margin-top: 30px;
	font-weight: 700;
}

.page-top .top-about .visual-heading__lead {
	margin-top: 10px;
}

.page-top .top-about__character {
	margin-top: 10px;
}

.page-top .top-about__character .left-heading--border__main {
	border: none;
	padding-bottom: 0;
	margin-bottom: 15px;
}

.page-top .top-about__character__name {
	font-weight: 700;
	line-height: 1.4;
}

.page-top .top-about__character__image img {
	width: 100%;
}

.page-top .top-about__character__large-box__name {
	font-weight: 700;
	font-size: 1.4rem;
	margin-top: 6px;
}

.page-top .top-about__character__small-box-wrap {
	display: flex;
	flex-wrap: wrap;
}

.news__under-line.button__text-jump::after{
	content: '';
	background: url(/bureau/safetylife/sos47/assets/img/common/icon/icon_link.svg) no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: translateX(50%) translateY(-60%);
}

.page-top .top-info-contents {
	background: #fff;
	padding-bottom: 70px;
}
.page-top .top-info-contents .rounded-button__wrap {
	margin-top: 55px;
}
.top-info-contents .left-heading--border__main {
	border-bottom: none;
	padding-bottom: 10px;
}
.page-top .top-report__list {
	display: flex;
	justify-content: space-between;
}
.page-top .top-report__content {
	width: calc(95% / 3);
}
.page-top .top-report__image {
	margin-bottom: 15px;
}
.page-top .top-report__image img {
	object-fit: cover;
    height: 250px;
    width: 100%;
}

.page-top .top-report__date {
	font-family: "M PLUS Rounded 1c","メイリオ",sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	color: #434A90;
}

.page-top .top-report__title {
	font-weight: 700;
}

.page-top .top-report a {
	display: block;
}

.page-top .top-report a:hover .top-report__title {
	text-decoration: underline;
}

.page-top .top-movie {
	padding-top: 70px;
	padding-bottom: 70px;
}

.page-top .top-movie .visual-heading__main {
	line-height: 1;
}

.page-top .top-movie__movie-list {
	margin-top: 35px;
	margin-bottom: 60px;
}

.page-top .movie-content {
	display: flex;
}

.page-top .movie__panel .movie__image {
	display: flex;
	align-items: center;
	position: relative;
}

.page-top .movie__panel .movie__image::after {
	content: url(/bureau/safetylife/bohankyoshitsu/assets/img/cmn/movie_arrow.png);
	position: absolute;
	width: 90px;
	height: 83px;
	right: 0;
	left: 0;
	margin: auto;
}

.page-top .movie__panel .movie__title {
	text-align: center;
	color: #434A90;
}
.statistics-module__head {
	font-size: 3.2rem;
    color: #FE4936;
    font-family: "M PLUS Rounded 1c", "メイリオ", sans-serif;
    font-weight: 500;
	margin-right: 32px;
}
.page-top .top-circumstances .statistics-module__period {
	display: flex;
	align-items: center;
}
.statistics-module__period__data {
	height: 42px;
}
.statistics-module .visual-heading {
	margin-bottom: 80px;
}
.statistics-module__sns-romance {
	margin-top: 120px;
}
.statistics-module__sns-romance .statistics-module__sumally__wrap {
	display: block;
}
.page-top .top-circumstances__button {
	text-align: center;
	margin-top: 40px;
}

.page-top .top-circumstances__button .rounded-button:not(:hover) {
	background: none;
}

.page-top .top-circumstances__button .rounded-button__text {
	color: #fff;
}
.sns-romance_wrap {
	margin-bottom: 60px;
}


@media print, screen and (min-width: 768px) {

.page-top .pc {
	display: block;
}

.page-top .sp {
	display: none;
}

.page-top .rounded-button {
	font-size: 18px;
	height: 60px;
	width: 370px;
}

.page-top .top-block {
	padding: 100px 0;
}

.page-top .visual-heading__lead {
	margin-top: 20px;
	font-size: 2rem;
	line-height: 1.8;
}

.page-top .top-trick {
	padding-top: 120px;
	padding-bottom: 100px;
	background: #E6F2F6;
}

.page-top .center-heading .center-heading__main {
	letter-spacing: 0.02em;
	line-height: 1.25;
	margin-bottom: 40px;
}

.page-top .panel-list {
	margin-top: 55px;
}
.page-top .counterplan_wrap .panel-list {
	margin: 55px auto 40px;
	max-width: 790px;
	justify-content: space-between;
}

.page-top .panel-list__item {
	margin-bottom: 30px;
}

.page-top .panel-list__item__title {
	height: 70px;
	letter-spacing: 0.05em;
}

.page-top .top-about .visual-heading__main__image {
	margin-bottom: 40px;
}

.page-top .top-about .visual-heading__min {
	font-size: 2.4rem;
}

.page-top .top-about .visual-heading__lead {
	margin-top: 5px;
}

.page-top .top-about__character {
	display: flex;
	justify-content: space-between;
	margin-top: 76px;
	margin-bottom: 30px;
}

.page-top .top-about__character .left-heading--border__main {
	margin-bottom: 15px;
}

.page-top .top-about__character__name {
	margin-top: 10px;
	font-size: 1.4rem;
}

.page-top .top-about__character__name--group {
	margin-top: 0;
}

.page-top .top-about__character__large-box {
	width: 27.916%;
	margin-right: 11px;
	flex: none;
}

.page-top .top-about__character__small-group {
	flex: 1;
}

.page-top .top-about__character__small-box {
	width: calc((100% - 44px) / 5 - 0.1px);
	margin-right: 11px;
	margin-bottom: 2.6%;
}

.page-top .top-about__character__small-box:nth-child(5n) {
	margin-right: 0;
}

.page-top .top-info-contents {
	padding-bottom: 110px;
}

.page-top .top-info-contents .content-inner {
	display: flex;
}

.page-top .top-report {
	width: 100%;
}

.page-top .top-info-contents .rounded-button__wrap {
	margin-top: 30px;
}

.page-top .top-movie {
	padding-top: 110px;
	padding-bottom: 110px;
}

.page-top .top-movie__movie-list {
	margin-top: 60px;
	margin-bottom: 80px;
}

.page-top .movie-content .movie__panel {
	width: 570px;
}

.page-top .movie-content .movie__panel:nth-child(2n) {
	margin-left: 60px;
}

.page-top .movie__panel {
	transition: 0.25s ease-out;
}

.page-top .movie__panel:hover {
	opacity: 0.8;
}

.page-top .movie__panel .movie__title {
	font-size: 2rem;
	letter-spacing: -0.02em;
	line-height: 1.4;
	margin-top: 18px;
	font-weight: 700;
}
.page-top .top-circumstances__button {
	margin-top: 64px;
}

}

@media print, screen and (min-width: 768px) and (max-width: 1024px) {

.page-top .panel-list__item {
	width: 48.5%;
}

.page-top .panel-list__item:nth-child(odd) {
	margin-right: 3%;
}
.page-top .top-report__image img {
    height: 190px;
}

}

@media print, screen and (min-width: 1025px) {

.page-top .panel-list__item {
	width: 31.666666%;
}
.page-top .counterplan_wrap .panel-list__item {
	width: 48.5%;
}

.page-top .panel-list__item:nth-child(3n-1) {
	margin-right: 2.5%;
	margin-left: 2.5%;
}
.page-top .counterplan_wrap .panel-list__item:nth-child(3n-1) {
	margin-right: 0;
	margin-left: 0;
}
}
@media screen and (max-width: 767px) {
.page-top .swiper-pagination {
	justify-content: right;
	padding: 14px 5px;
}

.page-top .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.page-top .rounded-button {
	height: 52px;
	width: 275px;
}

.page-top .top-block {
	padding: 60px 0;
}

.page-top .visual-heading__lead {
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.page-top .swiper-button-next,
.page-top .swiper-button-prev {
	display: none;
}

/* 更新情報 */
.top-info-inner {
	padding: 9px 5% 10px;
	display: block;
}
.top-info-label {
	border: 1px solid #01A5C9;
	padding: 4px 5px;
	font-size: 1.2rem;
	margin-bottom: 8px;
	margin-right: 0;
	display: inline-block;
}
.top-info-date {
	margin-bottom: 2px;
	margin-right: 0;
	font-size: 1.2rem;
	line-height: 1;
}
.top-info-text {
	font-size: 1.4rem;
	line-height: 1;
}
/* ------- */

/* お知らせ・注意喚起 */
.top-news .visual-heading__main {
	font-size: 1.8rem;
    text-align: left;
}
.top-news .visual-heading {
    margin-bottom: 23px;
}
.top-news .visual-heading--feature{
	margin-bottom: 12px;
}
.top-news-inner {
    padding: 10px 4% 48px;
}
.top-news-inner--feature {
    padding: 48px 4% 50px;
}
.top-news_tabs button {
	width: 81px;
    height: 59px;
}
.top-news_tabs li {
    margin-right: 7px;
}
.top-news_inner {
    display: block;
}
.top-news_post_wrap {
    margin-right: 0;
    margin-bottom: 6px;
}
.top-news_cat {
    width: 52px;
    height: 20px;
    font-size: 1rem;
}
.top-news_date {
	font-size: 1.2rem;
	width: inherit;
    margin-right: 10px;
}
.top-news_post {
    padding: 13.5px 0px 9px;
}
.top-news_post_wrap {
	margin-bottom: 2px;
}
.top-news_text {
    margin-right: 10px;
}
.news-new {
    font-size: 1rem;
}
.top-news-list {
    margin-bottom: 40px;
}
.top-news-list--feature {
	margin-bottom: 0;
}
/* ------- */

.page-top .top-trick {
	padding-top: 60px;
	padding-bottom: 61px;
	background: #E6F2F6;
}
.page-top .top-about__character {
    margin-bottom: 18px;
}

.page-top .top-trick .visual-heading__main {
	line-height: 1.5em;
}

.page-top .top-trick .visual-heading__lead {
	margin-top: 20px;
    margin-bottom: 57px;
}

.page-top .panel-list {
	margin-top: 35px;
}

.page-top .panel-list__item {
	width: 100%;
	margin-bottom: 20px;
}

.page-top .panel-list__item:last-child() {
	margin-bottom: 0;
}

.page-top .panel-list__item__title {
	height: 65px;
	letter-spacing: 0.05em
}
.page-top .panel-list__item__title-small {
	font-size: 1.8rem;
}

.page-top .top-about__character .left-heading--border {
	text-align: center;
	margin-top: 44px;
}

.page-top .top-about__character .box {
	text-align: center;
}

.page-top .top-about__character__name {
	font-size: 1.2rem;
	margin-top: 6px;
}

.page-top .top-about__character__name span {
	font-size: 1rem;
}

.page-top .top-about__character__name--group {
	line-height: 1.5rem;
	margin-top: -3px;
}

.page-top .top-about__character__large-box {
	float: none !important;
	margin: 0 auto;
}

.page-top .top-about__character__large-box img {
	max-width: 60%;
}

.page-top .top-about__character__small-box {
	width: 32%;
	margin-right: 1.86%;
	margin-bottom: 20px;
}

.page-top .top-about__character__small-box:nth-child(3n) {
	margin-right: 0;
}
.page-top .top-info-contents .left-heading--border__main {
	text-align: center;
	padding-bottom: 17px;
}
.page-top .top-report__list {
	display: block;
}
.page-top .top-report__content {
	width: 100%;
	margin-bottom: 60px;
}
.page-top .top-report__content:last-of-type {
	margin-bottom: 0;
}
.page-top .top-info-contents .rounded-button__wrap {
    margin-top: 32px;
}

.page-top .top-report__image {
	width: 80%;
	margin: 15px auto 23px;
}
.page-top .top-info-contents {
    padding-bottom: 50px;
}

.page-top .case_wrap {
    margin-bottom: 60px;
}
.page-top .top-trick .top-trick_heading {
    font-size: 2.4rem;
}
.page-top .panel-list {
	margin-top: 20px;
}

.page-top .top-report__image img {
	height: inherit;
	object-fit: cover;
}
.page-top .content-inner {
    max-width: 500px;
    margin: 0 auto;
}
.statistics-module .visual-heading {
    margin-bottom: 40px;
}
.page-top .top-circumstances .statistics-module__period {
    display: block;
}
.statistics-module__head {
	margin-right: 0;
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 5px;
}
.statistics-module__period__data {
    height: 34px;
}
.statistics-module__sns-romance .statistics-module__sumally__wrap {
	display: block;
    margin-bottom: 20px;
	padding: 0;
}
.statistics-module__sns-romance {
    margin-top: 60px;
}

}

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

.page-top .panel-list__item__title {
	height: 60px;
	font-size: 1.7rem;
}
.page-top .panel-list__item__title-small {
	font-size: 1.5rem;
}

.page-top .panel-list__item__title:after {
	top: 50%;
	margin-top: -4px;
}
}

@media(max-width:767px) {
	.statistics-module__graph_wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.statistics-module__graph_wrap .sp {
		max-width: 100%;
		min-width: 962px;
		vertical-align: top;
	}
}
