@charset "UTF-8";




.pdg-bg1 {
	position: relative;
	background-color: #fff;
	padding: 10rem 0;
	font-size: 1.6rem;
	overflow: hidden;
	z-index: 1;
}
.pdg-bg2 {
	position: relative;
	background-color: #eef1f7;
	padding: 10rem 0;
	font-size: 1.6rem;
	overflow: hidden;
	z-index: 1;
}
.pdg-bg1 a,
.pdg-bg2 a {
	text-decoration: underline;
	color: #038;
}
.pdg-bg1 a:hover,
.pdg-bg2 a:hover {
	text-decoration: none;
	color: #000;
}

.pdg-head1 {
	margin: 8rem 0 4rem 0;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #038;
}
.pdg-head1:first-child {
	margin-top: 0;
}
.pdg-head2 {
	margin-top: 8rem;
	margin-bottom: 3rem;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #038;
}
.pdg-head3 {
	margin-top: 6rem;
	margin-bottom: 1.6rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #038;
}
.pdg-head3.big {
	font-size: 2.8rem;
}
.pdg-head4 {
	position: relative;
	border: 2px solid #f60;
	border-radius: 1rem;
	background-color: #fff;
	width: 74rem;
	margin: 8rem auto 3rem auto;
	padding: 1.6rem 2rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #000;
	z-index: 10;
}
.pdg-head4.ar:after {
	content: "";
	position: absolute;
	bottom: calc(-4rem - 2px);
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5rem;
	border-style: solid;
	border-width: 4rem 5rem 0 5rem;
	border-color: #fc0 transparent transparent transparent;
}
.pdg-head1:first-child,
.pdg-head2:first-child,
.pdg-head3:first-child,
.pdg-head4:first-child {
	margin-top: 0;
}
.pdg-head1 strong,
.pdg-head2 strong,
.pdg-head3 strong,
.pdg-head4 strong {
	color: #f60;
}

.pdg-img {
	position: relative;
	border-radius: 1rem;
	width: 100%;
	overflow: hidden;
}
.pdg-read {
	position: relative;
	border-radius: 1rem;
	background-color: #eef1f7;
	margin: 4rem auto;
	padding: 3rem 5rem;
	font-size: 1.8rem;
	font-weight: 700;
}
.pdg-meter {
	position: relative;
	width: 29rem;
	height: 7rem;
	font-size: 0;
	z-index: 10;
}
.pdg-inner {
	width: 100%;
	max-width: 100rem;
	margin-left: auto;
	margin-right: auto;
}

.re-btn.pdg a {
	background: #e30 !important;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
.re-btn.pdg a:before {
	background: #f90 !important;
}
.re-btn.pdg2 {
	margin-top: 3rem;
}
.re-btn.pdg2 a {
	background: #038 !important;
	width: 32rem;
	height: 5rem;
	font-size: 1.6rem;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
.re-btn.pdg2 a:before {
	background: #06f !important;
}
.re-btn.pdg3 a {
	background: #038 !important;
	box-shadow: 0.5rem 0.5rem 0 rgba(0,0,0,0.1);
}
.re-btn.pdg3 a:before {
	background: #06f !important;
}
.pdg-cv-btn {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}
.pdg-cv-btn .re-btn {
	margin: 0 1rem;
}




#pdg-main {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #fff url(../img/main-bg.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 40rem;
	overflow: hidden;
}
#pdg-main h1 {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	color: #003388;
}
#pdg-main h1 strong {
	display: block;
	margin-top: 1rem;
	font-size: 4rem;
	line-height: 1.3;
	color: #f60;
}
#pdg-main ul {
	display: flex;
	gap: 0.5rem;
	width: 60rem;
	margin-top: 3rem;
}
#pdg-main ul li {
	width: 100%;
}
#pdg-main ul li a {
	display: block;
	border: 2px solid #f60;
	border-radius: 0.5rem;
	background-color: #fff;
	width: 100%;
	margin-right: 0.5rem;
	padding: 1.05rem 1.2rem 1rem 1.2rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	color: #000;
}
#pdg-main ul li a:hover {
	border: 2px solid #038;
	color: #038;
}
#pdg-main .image {
	position: absolute;
	top: 50%;
	left: calc(50% + 8rem);
	width: 56rem;
	margin-top: -16rem;
}

.pdg-menu {
	display: flex;
	justify-content: center;
	background-color: #038;
	width: 100%;
	padding: 2rem 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.pdg-menu li {
	padding: 0 1.5rem;
}
.pdg-menu a {
	position: relative;
	padding-right: 2rem;
	color: #fff;
}
.pdg-menu a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.6rem 0.6rem 0 0.6rem;
	border-color: #fff transparent transparent transparent;
	margin-top: -0.4rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.pdg-menu a:hover {
	color: #ff0;
}
.pdg-menu a:hover:after {
	border-color: #ff0 transparent transparent transparent;
	margin-top: -0.2rem;
}

.pdg-about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.pdg-about .x {
	width: 4rem;
	font-size: 0;
}
.pdg-about .box {
	border-radius: 36rem;
	background-color: #ffebdd;
	width: 36rem;
	height: 36rem;
	padding-top: 3rem;
	text-align: center;
	overflow: hidden;
}
.pdg-about .box .title {
	background-color: rgba(255,255,255,0.5);
	margin-bottom: 2rem;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}
.pdg-about .box h3 {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	color: #f60;
}
.pdg-about img {
	width: 10rem;
	height: auto;
}
.pdg-about .name {
	margin-top: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
}

.pdg-map {
	position: relative;
	width: 100%;
}
.pdg-map .pdg-img {
	margin-bottom: 1rem;
}
.pdg-map .pdg-img .pdg-meter {
	position: absolute;
	top: 1.5rem;
	left: 50%;
	margin-left: -14.5rem;
	z-index: 5;
}
.pdg-map .pdg-img .com {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 1.5rem;
	bottom: 1.5rem;
	border-radius: 20rem;
	background-color: #038;
	width: 20rem;
	height: 20rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	z-index: 5;
}
.pdg-map > p {
	margin: 0 !important;
	text-align: left;
}

.pdg-merit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.pdg-merit li {
	border-radius: 36rem;
	background-color: #ffebdd;
	width: 36rem;
	height: 36rem;
	padding-top: 3rem;
	text-align: center;
}
.pdg-merit .num {
	margin-bottom: 1.5rem;
	font-size: 8rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #f90;
}
.pdg-merit li:nth-of-type(2) {
	background-color: #f4f8dd;
}
.pdg-merit li:nth-of-type(2) .num {
	color: #ac0;
}
.pdg-merit li:nth-of-type(3) {
	background-color: #eef9ee;
}
.pdg-merit li:nth-of-type(3) .num {
	color: #3b3;
}
.pdg-merit img {
	width: 10rem;
	height: auto;
}
.pdg-merit .name {
	background-color: rgba(255,255,255,0.5);
	margin-top: 2rem;
	padding: 1.5rem 0;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #000;
}

.pdg-head4 + .pdg-read {
	margin-top: 0;
}
.pdg-read.geography .pdg-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pdg-read.geography .pdg-inner img {
	width: 18rem;
	height: auto;
}
.pdg-read.geography .pdg-inner p {
	width: calc(100% - 22rem);
}

.pdg-head3 + p strong {
	color: #038;
}

.pdg-case-area {
	position: relative;
	width: 100%;
	min-height: 6rem;
	margin: 3rem auto;
}
.pdg-case-open {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1rem;
	background-color: #038;
	width: 100%;
	height: 6rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #fff;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	cursor: pointer;
}
.pdg-case-open:hover {
	background-color: #f80;
}
.pdg-case-open span {
	display: block;
	border: 2px solid #fff;
	border-radius: 9rem;
	background-color: #f80;
	width: 9rem;
	height: 9rem;
	margin: -1.5rem 2rem -1.5rem 0;
	font-size: 2rem;
	text-align: center;
	line-height: calc(9rem - 4px);
	box-shadow: 0.2rem 0.2rem 0 rgba(0,0,0,0.2);
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.pdg-case-close {
	display: none;
	border: 2px solid #038;
	border-top: none;
	border-radius: 0 0 1rem 1rem;
	background-color: #ccd6e7;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 5rem;
	text-align: center;
	color: #038;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	cursor: pointer;
}
.pdg-case-close:hover {
	background-color: #eee;
}
.pdg-case-box {
	display: none;
	border: 2px solid #038;
	border-bottom: none;
	border-radius: 1rem 1rem 0 0;
	background-color: #fff;
	padding: 0 calc(5rem - 2px) 5rem calc(5rem - 2px);
	font-size: 1.6rem;
}
.pdg-case-box h4 {
	border-radius: 1rem 1rem 0 0;
	background-color: #038;
	width: calc(100% + 10rem);
	height: 6rem;
	margin: -2px -5rem 4rem -5rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 6rem;
	text-align: center;
	color: #fff;
}
.pdg-case-box h5 {
	margin: 4rem 0 1.5rem 0;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
}
.pdg-case-box h5 span {
	color: #038;
}
.pdg-case-box h4 + .pdg-case-box h5 {
	margin-top: 0;
}
.pdg-case-box h5:first-of-type {
	margin-top: 0;
}
.pdg-case-box .re-btn {
	margin-top: 4rem;
}
.pdg-case-box .txt-read {
	border-radius: 1rem;
	background-color: #eef1f7;
	margin: 4rem 0;
	padding: 2.4rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3rem;
	text-align: center;
	color: #038;
}
.pdg-case-box .scene {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80rem;
	margin: 4rem auto 0 auto;
}
.pdg-case-box .scene dt {
	border-radius: 12rem;
	background-color: #038;
	width: 12rem;
	height: 12rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 12rem;
	text-align: center;
	color: #ff0;
}
.pdg-case-box .scene dd {
	width: calc(100% - 15rem);
	font-size: 1.6rem;
}

.pdg-case-box .analysis1-data {
	position: relative;
	width: 100%;
}
.pdg-case-box .analysis1-data .pdg-meter {
	margin: 0 auto -3.5rem auto;
	z-index: 10;
}
.pdg-case-box .analysis1-data ul {
	display: flex;
}
.pdg-case-box .analysis1-data ul li {
	position: relative;
	width: 50%;
}
.pdg-case-box .analysis1-data ul li p {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	border-radius: 0.5rem;
	width: calc(100% - 2rem);
	background-color: #038;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 3rem;
	text-align: center;
	color: #fff;
	z-index: 10;
}
.pdg-case-box .analysis1-data .note {
	display: block;
	margin-top: 0.8rem;
	text-align: right;
}
.pdg-case-box .ads {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pdg-case-box .ads dt {
	width: 48rem;
}
.pdg-case-box .ads dd {
	width: calc(100% - 51rem);
	font-size: 1.4rem;
}

.pdg-case-box .analysis2-data {
	position: relative;
	width: 100%;
	margin: 1.5rem 0 2rem 0;
}
.pdg-case-box .analysis2-data .pdg-meter {
	margin: 0 auto -3.5rem auto;
	z-index: 10;
}
.pdg-case-box .analysis2-data ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -2rem;
}
.pdg-case-box .analysis2-data ul li {
	width: 23.63%;
	margin-bottom: 2rem;
}
.pdg-case-box .analysis2-data ul li p {
	margin-top: 1rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.pdg-case-box .analysis2-data .note {
	display: block;
	margin-top: 0.8rem;
	text-align: right;
}

.pdg-tab {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 4rem;
	padding: 0 2rem;
}
.pdg-tab .tab {
	border-radius: 1rem 1rem 0 0;
	background-color: #f80;
	width: 24%;
	height: 6rem;
	margin: 0 0.5%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 6rem;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.pdg-tab .tab:hover {
	background-color: #fc0;
}
.pdg-tab .tab.active {
	background-color: #fff;
	color: #038;
	cursor: default;
}
.pdg-tab-content {
	border-radius: 1rem;
	background-color: #fff;
	padding: 5rem;
}
.pdg-tab-content .content {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.pdg-tab-content .content .read,
.pdg-tab-content .content .pdg-img {
	width: 48.18%;
}
.pdg-tab-content h3 {
	border-radius: 1rem;
	background-color: #038;
	width: 100%;
	height: 4rem;
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 4rem;
	text-align: center;
	color: #fff;
}
.pdg-tab-content .title {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
}
.pdg-tab-content p {
	margin-top: 1rem;
}

.pdg-lineup {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}
.pdg-lineup .box {
	width: 32%;
}
.pdg-lineup p > span {
	color: #888;
}
.pdg-img + .pdg-head3 {
	margin-top: 2rem;
}
.pdg-head4 + p {
	margin-top: -1rem;
	font-weight: 700;
	text-align: center;
	color: #038;
}

.ads-related {
	display: flex;
	align-items: center;
	border-radius: 2rem;
	width: 100%;
	height: 32rem;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0.8rem 1rem rgba(0,0,0,0.1);
}
.ads-related .image {
	clip-path: polygon(0 0, 100% 0%, 71.42% 100%, 0% 100%);
	width: 70rem;
	height: 32rem;
}
.ads-related .read {
	width: 44rem;
	padding-left: 1rem;
}
.ads-related h3 {
	margin-bottom: 2rem;
}

/* rakuten */

.rakuten {
	display: flex;
	justify-content: space-between;
	padding: 0 5rem;
}
.rakuten-copy {
	margin: 1.5rem 0 2rem 0;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.5;
	color: #002896;
}
.rakuten .rakuten-textblock {
    width: 56rem;
}
.rakuten-figureblock {
	width: 50rem;
	text-align: center;
}
.rakuten-figureblock img {
	display: block;
	border-radius: 1rem;
	width: 100%;
	overflow: hidden;
}
.rakuten-figureblock dl {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 12px;
	text-align: left;
}
.insight-figure-block {
    width: 280px;
	margin-bottom: 12px;
    font-size: 12px;
}
.insight-figure-block span {
	color: #002896;
}

.pdg-inner {
	text-align: center;
}

p.inner-text-left {
	text-align: left;
}

.h2-small {
	font-size: 3rem;
}

.pdg-inner h3 {
	font-size: 2rem;
	color: #002896;
}

.pdg-inner p,
.pdg-inner ul {
	margin-top: 1rem;
	font-size: 1.6rem;
}

.pdg-img {
	margin-bottom: 20px;
}

.category {
    margin-top: 20px;
    padding: 16px 28px;
	border-radius: 12px;
    background-color: #f7f7f7;
}

.category p {
	font-weight: 600;
	color: #038;
}

.category ul {
	margin-top: 0.5rem;
}
.category ul li {
    list-style-position: inside;
    list-style-type: disc;
}