@charset "UTF-8";

h1 {
	margin-top: 100px;
	}

p.catch {
	color: #0059ff;
	}

.topics {
	border: 2px solid #0059ff;
	box-shadow: 7px 9px 6px 1px rgba(41,72,182,0.5);
	}

.topics-ttl {
	background: #0059ff;
	}

.subttl {
	color: #0059ff;
	}

.topic-cont figure {
	margin-top: 55px;
	padding-bottom: 30px;
	}

.country {
	margin-top: 90px;
	padding: 0 84px 0 80px;
	}

.country:first-of-type {
	margin-top: 50px;
	}

.country p {
	float: left;
	width: 580px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	}

.flag {
	float: right;
	width: 184px;
	}

/*------------ SP ------------*/
@media screen and (max-width: 640px) {

	h1 {
		margin-top: 10vw;
		}

	.topics {
		box-shadow: 2vw 2vw 1.6vw 0.3vw rgba(41,72,182,0.5);
		}

	.topic-cont figure {
		margin-top: 7.5vw;
		padding-bottom: 3.4vw;
		}

	.country {
		margin-top: 8vw;
		padding: 0 6vw;
		}

	.country:first-of-type {
		margin-top: 8vw;
		}

	.country p {
		float: none;
		width: auto;
		line-height: 2.6rem;
		margin: 0;
		padding: 0;
		}

	.flag {
		float: none;
		width: auto;
		margin-top: 4.5vw;
		}

	.flag img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		}

	}