body {
	margin: 0;
	padding: 0;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/* font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif; */
	/* font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
	font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho Pro", serif; 
	background-color: #1d2e40;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
	opacity: 0.8;
}
img {
	border: none;
}
img.fullw {
	display: block;
	width: 100%;
}
/* text align */
.ctr {
	text-align: center;
}
.lft {
	text-align: right;
}
.rgt {
	text-align: right;
}

/* no-bordered table */
table.nobd {
	border-collapse: collapse;
	margin: 0 0 50px 0;
}
table.nobd th {
	background: #EFF;
	border: solid 1px #f00;
	padding: 10px 20px;
}
table.nobd td {
	background: #EFF;
	border: solid 1px #ccc;
	padding: 10px 20px;
}

/* bordered table */
table.bd {
	border: solid 1px #ccc;
	border-collapse: separate;
	border-spacing: 8px 4px;
	margin: 0 0 50px 0;
}
table.bd th {
	background: #FFE;
	border: solid 1px #f00;
	padding: 10px 20px;
}
table.bd td {
	background: #FFE;
	border: solid 1px #ccc;
	padding: 10px 20px;
}

.wr {
	color: #fff;
	background: #004186;
	/*background: linear-gradient(151deg, rgba(0, 65, 134, 1) 15%, rgba(37, 113, 194, 1) 31%, rgba(0, 65, 134, 1) 56%);*/
	/*background: linear-gradient(151deg, rgba(0, 65, 134, 1) 15%, rgba(37, 113, 194, 1) 31%, rgba(0, 65, 134, 1) 64%);*/
	/* background-image: url("img/bg_sky.png"); */
	/* background-position: center top; */
	width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	border-left: solid 2px #c4a55d;
	border-right: solid 2px #c4a55d;
}
@media screen and (max-width: 480px) {
	.wr {
		width: calc(100% - 10px);
	}
}

section.hd {
	text-align: center;
	padding: 20px 0 14px;
	display: block;
}
.hd img.lg {
	width: 116px;
}
@media screen and (max-width: 480px) {
	section.hd {
		padding: 14px 0 6px;
	}
	.hd img.lg {
		width: 94px;
	}
}

.t_kome {
	color: #326091;
	line-height: 1;
	background-color: #ffffffc7;
	font-size: 0.6rem;
	font-weight: bold;
	padding: 10px 16px 8px;
}
.t_kome p {
	text-align: right;
}

.mainv {
	position: relative;
}
.mainv .t_kome {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
@media screen and (max-width: 840px) {
	.mainv .t_kome {
		position: static;
	}
}
@media screen and (max-width: 540px) {
	.mainv .t_kome {
		padding: 4px 12px;
		line-height: 140%;
	}
}

h3 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
section.ft {
	text-align: center;
	padding: 40px 0 10px;
	display: block;
}
.ft img.lg {
	width: 180px;
	margin-bottom: 2rem;
}
.ft p.cp {
	color: #7fa6cf;
	font-size: 0.7rem;
	line-height: 1;
}
@media screen and (max-width: 480px) {
	section.ft {
		padding-top: 30px;
	}
	.ft img.lg {
		width: 160px;
		margin-bottom: 0.8rem;
	}
}

.inbl {
	display: inline-block;
}

.blk1 {
	position: relative;
	display: block;
	background: linear-gradient(151deg, rgba(0, 65, 134, 1) 8%, rgba(37, 113, 194, 1) 33%, rgba(0, 65, 134, 1) 56%, rgba(37, 113, 194, 1) 80%, rgba(0, 65, 134, 1) 100%);
	padding: 90px 0 120px;
	text-align: center;
}
.blk1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(img/bg_contents-c.png);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}
.blk1 > .wrap {
	position: relative;
}
@media screen and (max-width: 767px) {
	.blk1 {
		padding-top: 64px;
		padding-bottom: 110px;
	}
}
@media screen and (max-width: 640px) {
	.blk1 {
		padding-top: 54px;
	}
}
@media screen and (max-width: 580px) {
	.blk1 {
		background-size: 130% auto;
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 480px) {
	.blk1 {
		padding-top: 44px;
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 440px) {
	.blk1 {
		background-size: 146% auto;
	}
}

section.how {
	background-color: #4789cf;
	border-top: solid 12px #fff;
	padding: 4rem 0 90px;
}
section.how > .inner {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 800px;
}
section.how a:hover {
	opacity: 1;
}
section.how a:hover img {
	filter: brightness(1.05);
}
@media screen and (max-width: 540px) {
	section.how {
		padding-bottom: 68px;
	}
}
@media screen and (max-width: 480px) {
	section.how {
		padding-top: 3rem;
		padding-bottom: 56px;
	}
}

img.t_20th {
	margin-bottom: 1.5rem;
	width: calc(100% - 60px);
	max-width: 840px;
}
@media screen and (max-width: 480px) {
	img.t_20th {
		width: calc(100% - 20px);
	}
}

img.kryk {
	width: 270px;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 640px) {
	img.kryk {
		width: 220px;
	}
}
@media screen and (max-width: 480px) {
	img.kryk {
		width: 180px;
	}
}

img.p_item {
	width: 840px;
	margin-bottom: 1.5rem;
}
img.p_how {
	width:100%;
	margin-bottom: 3rem;
}

img.btn_dl {
	width: 70%;
	margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
	img.btn_dl {
		width: 80%;
	}
}
@media screen and (max-width: 640px) {
	img.btn_dl {
		margin-bottom: 2.8rem;
		width: 90%;
	}
}
@media screen and (max-width: 540px) {
	img.btn_dl {
		margin-bottom: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	img.btn_dl {
		width: 100%;
	}
}

img.p_qr {
	width: 720px;
	margin-bottom: 2rem;
}
.period {
	margin: 0 auto 4rem;
	width: calc(100% - 40px);
	max-width: 770px;
	text-align: left;
	color: #fff;
	letter-spacing: 1px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.period .prd {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	border-radius: 2px;
	background-color: #fff;
	padding: 3px 16px 2px;
	color: #004186;
	font-size: 1rem;
	vertical-align: middle;
}
.period .spacer {
	visibility: hidden;
}

.period.ver2 > div {
	position: relative;
}
.period .expired:not(:last-child) {
	margin-bottom: 30px;
}
.period .expired .prd,
.period .expired .inbl {
	position: relative;
}
.period .expired .prd:after,
.period .expired .inbl:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 2px solid #dae2ea;
	width: 100%;
	transform: translateY(-3px);
}
.period .expired .prd:after {
	left: -5px;
	width: calc(100% + 10px);
}
.period .expired .inbl:after {
	border-color: #fff;
	transform: translateY(-1px);
}
.period .expired img {
	position: absolute;
	top: 50%;
	right: 0;
	width: 72px;
	transform: translatey(-50%);
	z-index: 2;
	filter: none;
}

.periodTitle {
	margin: 0 auto 12px;
	width: calc(100% - 40px);
	max-width: 770px;
	text-align: center;
}
.periodTitle img {
	width: 100%;
	max-width: 582px;
}
@media screen and (max-width: 860px) {
	.period {
		max-width: 688px;
		font-size: 1.4rem;
	}
	.periodTitle img {
		max-width: 500px;
	}
}
@media screen and (max-width: 767px) {
	.period {
		box-sizing: border-box;
		position: relative;
		max-width: 464px;
		padding-left: 76px;
		font-size: 1.2rem;
		line-height: 140%;
	}
	.period > div:not(:last-child) {
		margin-bottom: 8px;
	}
	.period .prd, .period .expired .prd {
		position: absolute;
		left: 0;
	}
	.period.ver2 {
		padding-left: 0;
	}
	.period.ver2 > div {
		padding-left: 76px;
	}
	.period .expired:not(:last-child) {
		margin-bottom: 20px;
	}
	.period .expired img {
		width: 62px;
	}
	.periodTitle {
		max-width: 464px;
	}
	.periodTitle img {
		max-width: 410px;
	}
}
@media screen and (max-width: 620px) {
	.period {
		max-width: 402px;
		font-size: 1rem;
	}
	.period .prd {
		font-size: 10pt;
	}
	.periodTitle img {
		max-width: 370px;
	}
}
@media screen and (max-width: 480px) {
	.period {
		max-width: 292px;
	}
	.period .expired img {
		right: 6px;
		width: 56px;
	}
	.periodTitle {
		margin-bottom: 8px;
		max-width: 272px;
	}
}

ul.cnd, ol.cnd {
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.5;
}
ul.cnd li {
	position: relative;
	padding-left: 1.2em;
}
ol.cnd li {
	position: relative;
	padding-left: 1.6em;
}
ul.cnd li:not(:last-child), ol.cnd li:not(:last-child) {
	margin-bottom: 1rem;
}
ul.cnd li:before, ol.cnd li:before {
	content: "\30FB";
	position: absolute;
	left: 0;
}
ol.cnd li:nth-child(1):before {
	content: "\FF11.";
}
ol.cnd li:nth-child(2):before {
	content: "\FF12.";
}
ol.cnd li:nth-child(3):before {
	content: "\FF13.";
}
ol.cnd li:nth-child(4):before {
	content: "\FF14.";
}
ol.cnd li:nth-child(5):before {
	content: "\FF15.";
}
ol.cnd li:nth-child(6):before {
	content: "\FF16.";
}

ul.nrml {
	margin-top: 6px;
}
ul.nrml li {
	padding-left: 1em;
}
ul.nrml li:not(:last-child) {
	margin-bottom: 0.6em;
}
ul.nrml li:before {
	content: "\30FB" !important;
}

.cnd li p:not(:last-child) {
	margin-bottom: 0.8em;
}
ol.kakko {
	list-style: none;
	margin: 4px 0 0;
	font-size: 0.9rem;
}
ol.kakko:not(:last-child) {
	margin-bottom: 15px;
}
ol.kakko li {
	position: relative;
	padding-left: 2.4em;
}
ol.kakko.ver2 li {
	padding-left: 1.8em;
}
ol.kakko li:not(:last-child) {
	margin-bottom: 0.6rem;
}
ol.kakko li:before {
	position: absolute;
	left: 0;
}
ol.kakko li:nth-child(1):before { content: "(1)"; }
ol.kakko li:nth-child(2):before { content: "(2)"; }
ol.kakko li:nth-child(3):before { content: "(3)"; }
ol.kakko li:nth-child(4):before { content: "(4)"; }
ol.kakko li:nth-child(5):before { content: "(5)"; }
ol.kakko li:nth-child(6):before { content: "(6)"; }
ol.kakko li:nth-child(7):before { content: "(7)"; }
ol.kakko li:nth-child(8):before { content: "(8)"; }
ol.kakko li:nth-child(9):before { content: "(9)"; }
ol.kakko li:nth-child(10):before { content: "(10)"; }
ol.kakko li:nth-child(11):before { content: "(11)"; }
ol.kakko li:nth-child(12):before { content: "(12)"; }
ol.kakko li:nth-child(13):before { content: "(13)"; }
ol.kakko li:nth-child(14):before { content: "(14)"; }
ol.kakko li:nth-child(15):before { content: "(15)"; }

ul.kome {
	list-style: none;
	margin: 4px 0 0;
	font-size: 0.9rem;
}
ul.kome:not(:last-child) {
	margin-bottom: 1.1em;
}
ul.kome li {
	position: relative;
	padding-left: 1.1em;
}
ul.kome li:not(:last-child) {
	margin-bottom: 0.3rem;
}
ul.kome li:before {
	content: "\203B" !important;
	position: absolute;
	left: 0;
}

section.how ul.cnd:last-child {
	margin-bottom: 0;
}


/* flex box */
.fx {
	width: 100%;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.fx li {
	text-align: left;
	width: 47%;
	padding: 0 0 0.9rem;
	box-sizing: border-box;
	display: block;
}
.fx li ul.inner {
	margin-bottom: 1.5rem;
}
.fx li ul.inner li {
	font-size: 0.8rem;
	line-height: 1.5;
	text-align: justify;
	width: 100%;
	padding-bottom: 1rem;

}


/* タブレット想定 */
@media (width <= 959px) {
.fx li {
	/* （全体の幅 - gapでつけた余白の合計）をカラム数で割る */
	width: calc((100% - 30px) / 3);
	margin-bottom: 30px;
	}
}

/* スマートフォン想定 */
@media (width <= 640px) {
.fx li {
	/* （全体の幅 - gapでつけた余白の合計）をカラム数で割る */
	width: calc((100% - 10px) / 2);
	margin-bottom: 10px;
	}
}

.blk1 p.intro {
	margin-bottom: 30px;
	padding-left: 1.2em;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 220%;
}
@media screen and (max-width: 767px) {
	.blk1 p.intro {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 640px) {
	.blk1 p.intro {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 540px) {
	.blk1 p.intro {
		font-size: 1.1rem;
		line-height: 200%;
	}
}
@media screen and (max-width: 480px) {
	.blk1 p.intro {
		font-size: 1.05rem;
	}
}
@media screen and (max-width: 440px) {
	.blk1 p.intro {
		margin-bottom: 20px;
		font-size: 11pt;
	}
}

/* clear fix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.awards {
	margin: 0 auto 70px;
	width: calc(100% - 50px);
	max-width: 800px;
}
.awards h3 {
	margin-bottom: 40px;
}
.awards h3 small {
	display: block;
	margin-bottom: 22px;
	color: #c4a55d;
	font-size: 1.9rem;
	line-height: 100%;
	text-shadow: 0 0 4px #2167C8, 0 0 4px #2167C8, 0 0 4px #2167C8;
}
.awards h3 img {
	display: block;
	width: 100%;
}
.awards ul {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: calc(100% - 28px);
}
.awards ul li {
	position: relative;
	border-radius: 16px;
	width: calc((100% - 48px) / 3);
	background-color: #fff;
}
.awards ul li.double {
	width: calc(50% - 12px);
}
.awards ul li:nth-child(n + 3) {
	margin-top: 24px;
}
.awards ul li .mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	transform: translate(-14%, -17%);
}
.awards ul li.double .mark {
	transform: translate(-19%, -22%);
	z-index: 1;
}
.awards ul li .inr {
	border-radius: 16px;
	width: 100%;
	overflow: hidden;
}
.awards ul li.double .inr {
	position: relative;
	background-position: center;
	background-size: cover;
	padding-top: 52.4%;
}
.awards ul li.double .inr label {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 72%;
}
.awards ul li.double .inr svg {
	display: block;
	width: 100%;
}
.awards ul li.double .inr .point {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	padding-right: 8px;
	height: 100%;
}
.awards ul li.double .inr .point img {
	display: block;
	height: 32px;
}
.awards ul li.single figure {
	margin: 0;
	background-color: #eef0ef;
	background-position: center 166%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 62%;
}
.awards ul li.single figure figcaption {
	display: block;
	background-color: #ffffffd9;
	padding: 7px 0;
	color: #004186;
	font-size: 1.05rem;
	font-weight: bold;
	line-height: 130%;
}
.awards ul li.single label {
	display: block;
	background-color: #C4A55D;
	padding: 6px 5px;
}
.awards ul li.single label img {
	margin: 0 auto;
	display: block;
	height: 32px;
}
@media screen and (max-width: 890px) {
	.awards ul li.double .inr label {
		width: 70%;
	}
	.awards ul li.double .inr .point img,
	.awards ul li.single label img {
		height: 28px;
	}
}
@media screen and (max-width: 840px) {
	.awards ul li .mark {
		width: 80px;
	}
	.awards ul li.single figure figcaption {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 820px) {
	.awards ul li.double .inr label {
		width: 62%;
	}
	.awards ul li.double .inr .point img,
	.awards ul li.single label img {
		height: 22px;
	}
}
@media screen and (max-width: 767px) {
	.awards ul li.double .inr .point img,
	.awards ul li.single label img {
		height: 19px;
	}
	.awards h3 small {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 740px) {
	.awards ul li.single figure figcaption {
		font-size: 0.8rem;
		line-height: 140%;
	}
}
@media screen and (max-width: 720px) {
	.awards ul li .mark {
		width: 70px;
	}
}
@media screen and (max-width: 670px) {
	.awards ul li:nth-child(n + 2) {
		margin-top: 32px;
	}
	.awards ul li {
		width: calc(50% - 16px);
	}
	.awards ul li.double {
		width: 100%;
	}
	.awards ul li.double .inr label {
		width: 56%;
	}
	.awards ul li.double .inr .point {
		padding-right: 26px;
	}
	.awards ul li.double .inr .point img,
	.awards ul li.single label img {
		height: 27px;
	}
	.awards ul li.single figure figcaption {
		font-size: 1rem;
	}
}
@media screen and (max-width: 640px) {
	.awards h3 {
		margin-bottom: 30px;
	}
	.awards h3 small {
		margin-bottom: 16px;
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 580px) {
	.awards ul li.double .inr .point {
		padding-right: 18px;
	}
	.awards ul li.double .inr .point img,
	.awards ul li.single label img {
		height: 24px;
	}
	.awards ul li.single figure figcaption {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 540px) {
	.awards h3 small {
		font-size: 1.3rem;
	}
	.awards ul li.single figure figcaption {
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 520px) {
	.awards ul li.double .inr .point img,
	.awards ul li.single label img {
		height: 20px;
	}
}
@media screen and (max-width: 480px) {
	.awards {
		width: calc(100% - 30px);
	}
	.awards h3 small {
		margin-bottom: 12px;
		font-size: 1.2rem;
	}
	.awards ul {
		width: calc(100% - 14px);
	}
	.awards ul li {
		width: 100%;
	}
	.awards ul li.single label {
		padding: 10px 5px;
	}
	.awards ul li.single figure {
		background-position: center 126%;
		padding-top: 60%;
	}
	.awards ul li.single figure figcaption {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 420px) {
	.awards h3 small {
		font-size: 1.0rem;
	}
	.awards ul li.double .inr label {
		width: 60%;
	}
	.awards ul li.single figure figcaption {
		font-size: 1rem;
	}
}

.wchance {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto 68px;
	width: calc(100% - 50px);
	max-width: 794px;
}
.wchance .lft {
	box-sizing: border-box;
	position: relative;
	width: 55.6%;
	padding: 18px 0 24px;
	padding-right: 7px;
}
.wchance .lft:before, .wchance .lft:after {
	content: "";
	position: absolute;
	right: 0;
	display: block;
	width: 94.7%;
	height: 3px;
	background-color: #C4A55D;
}
.wchance .lft:before {
	top: 0;
}
.wchance .lft:after {
	bottom: 0;
}
.wchance .lft img {
	display: block;
	width: 100%;
}
.wchance .rgt {
	width: 40.2%;
	border-radius: 16px;
	overflow: hidden;
}
.wchance .rgt label {
	box-sizing: border-box;
	display: block;
	background-color: #e0bd78;
	padding: 8px 15px 11px;
}
.wchance .rgt label img {
	display: block;
	width: 100%;
}
.wchance .rgt figure {
	margin: 0;
	padding-top: 50%;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 640px) {
	.wchance {
		margin-bottom: 56px;
	}
}
@media screen and (max-width: 580px) {
	.wchance {
		display: block;
	}
	.wchance .lft {
		margin-bottom: 36px;
		width: 100%;
		padding-left: 2px;
	}
	.wchance .lft:before,
	.wchance .lft:after {
		width: 100%;
	}
	.wchance .lft img {
		margin-left: auto;
		margin-right: auto;
		max-width: 380px;
	}
	.wchance .rgt {
		width: 100%;
	}
	.wchance .rgt label img {
		margin-left: auto;
		margin-right: auto;
		max-width: 260px;
	}
}
@media screen and (max-width: 480px) {
	.wchance .rgt label img {
		max-width: 220px;
	}
}

.targetGoods {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: calc(100% - 50px);
	max-width: 794px;
}
.targetGoods .lft {
	box-sizing: border-box;
	width: 62%;
	padding: 0 10px;
	text-align: left;
	transform: translateY(-7%);
}
.targetGoods .lft h3 {
	font-size: 1.8rem;
}
.targetGoods .lft p {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 160%;
}
.targetGoods figure {
	box-sizing: border-box;
	margin: 0;
	width: 38%;
	padding-right: 10px;
}
.targetGoods figure img {
	display: block;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.targetGoods .lft h3 {
		font-size: 1.6rem;
	}
	.targetGoods .lft p {
		font-size: 1.2rem;
		line-height: 170%;
	}
}
@media screen and (max-width: 680px) {
	.targetGoods .lft h3 {
		font-size: 1.5rem;
	}
	.targetGoods .lft p {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 640px) {
	.targetGoods .lft {
		width: 57%;
		max-width: 260px;
	}
	.targetGoods .lft h3 {
		margin-bottom: 10px;
	}
	.targetGoods .lft p {
		font-size: 12pt;
		line-height: 150%;
	}
	.targetGoods .lft p .wrap {
		display: block;
	}
	.targetGoods .lft p .wrap:not(:last-child) {
		margin-bottom: 6px;
	}
	.targetGoods .lft p br {
		display: none;
	}
	.targetGoods figure {
		width: 43%;
	}
}
@media screen and (max-width: 580px) {
	.targetGoods {
		flex-direction: column;
	}
	.targetGoods .lft {
		margin-bottom: 18px;
		width: 100%;
		max-width: none;
		transform: none;
	}
	.targetGoods figure {
		width: 48%;
		padding-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.targetGoods .lft {
		padding: 0;
	}
	.targetGoods figure {
		width: 180px;
	}
}

.method {
	box-sizing: border-box;
	position: relative;
	margin: 74px auto 80px;
	border: 2px dotted #fff;
	border-radius: 16px;
	max-width: 776px;
	padding: 32px 16px 18px;
}
.method h3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translatey(-40%);
}
.method h3 span {
	box-sizing: border-box;
	display: inline-block;
	width: 198px;
	background-color: #4789CF;
	padding: 0 20px;
}
.method h3 span img {
	display: block;
	width: 100%;
}
.method .lft {
	position: absolute;
	top: 0;
	left: 0;
	width: 39%;
	transform: translate(-2%, -26%);
}
.method .lft img {
	display: block;
	width: 100%;
}
.method .rgt {
	margin-left: auto;
	text-align: left;
	width: 59.6%;
}
.method .rgt img {
	display: block;
	width: 100%;
}
.method .rgt h4 {
	font-size: 1.3rem;
	letter-spacing: 0.5px;
}
.method .rgt p {
	margin-top: 6px;
	font-size: 10.5pt;
	line-height: 170%;
	white-space: nowrap;
}
.method .rgt p span {
	display: inline-block;
}
.method .rgt p span.pointLabel {
	margin-left: -0.4em;
}
.method .details {
	margin: 70px auto 0;
	padding: 0 40px 34px;
}
.method .details .attention {
	margin-bottom: 28px;
}
.method .details .address {
	margin-bottom: 32px;
}
.method .details .address h4 {
	margin-bottom: 2px;
	font-size: 1.4rem;
}
.method .details .address p {
	font-size: 1.3rem;
	line-height: 180%;
}
.method .details .example {
	text-align: center;
}
.method .details .example h4 {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.method .details .example figure {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	max-width: 560px;
}
.method .details .example figure img {
	display: block;
	width: calc(50% - 21px);
}
@media screen and (max-width: 940px) {
	.method {
		margin-top: 48px;
		width: calc(100% - 50px);
	}
	.method .lft {
		transform: translate(-2%, -18%);
	}
	.method .rgt p {
		max-width: 390px;
		white-space: wrap;
	}
	.method .details {
		margin-top: 38px;
	}
}
@media screen and (max-width: 850px) {
	.method .rgt h4 {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 800px) {
	.method .lft {
		transform: translate(-3%, -13%);
	}
}
@media screen and (max-width: 780px) {
	.method .details .address h4 {
		font-size: 1.2rem;
	}
	.method .details .address p {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 767px) {
	.method {
		margin-bottom: 56px;
	}
}
@media screen and (max-width: 740px) {
	.method .rgt h4 {
		font-size: 1rem;
	}
}
@media screen and (max-width: 720px) {
	.method {
		margin-top: 30px;
	}
	.method .lft {
		transform: translate(-3%, -7%);
	}
	.method .details {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 680px) {
	.method .lft {
		position: static;
		margin-bottom: 22px;
		width: 100%;
		transform: none;
	}
	.method .lft img {
		margin: 0 auto;
		max-width: 210px;
	}
	.method .rgt {
		width: 100%;
	}
	.method .rgt img {
		margin: 0 auto;
		max-width: 410px;
	}
	.method .rgt p {
		width: 100%;
		max-width: none;
	}
	.method .details {
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	.method .details .attention {
		font-size: 10.5pt;
	}
	.method .details .address h4 {
		font-size: 1.1rem;
	}
	.method .details .address p {
		font-size: 12pt;
	}
	.method .details .example h4 {
		font-size: 1.2rem;
	}
	.method .details .example figure img {
		width: calc(50% - 12px);
	}
}
@media screen and (max-width: 580px) {
	.method {
		width: 100%;
	}
}
@media screen and (max-width: 540px) {
	.method {
		margin-bottom: 44px;
	}
	.method .details {
		padding-bottom: 14px;
	}
	.method .details .attention {
		margin-bottom: 24px;
	}
	.method .details .example figure img {
		width: calc(50% - 9px);
	}
}
@media screen and (max-width: 480px) {
	.method h3 span {
		width: 160px;
		padding: 0 16px;
	}
	.method .details .example h4 {
		font-size: 1rem;
	}
	.method .details .address h4 {
		font-size: 1rem;
	}
	.method .details .address p {
		font-size: 11pt;
	}
}
@media screen and (max-width: 440px) {
	.method h3 span {
		width: 144px;
	}
	.method .rgt h4 {
		line-height: 150%;
	}
}

h3.kiyaku {
	margin-bottom: 0;
	border: 2px solid #c4a55d;
	border-bottom: none;
	background: linear-gradient(37deg, rgba(0, 65, 134, 1) 10%, rgba(37, 113, 194, 1) 42%, rgba(0, 65, 134, 1) 67%);
	padding: 21px 5px 18px;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 3px;
	line-height: 100%;
}
.iframe {
	height: 280px;
	border: 2px solid #c4a55d;
	background-color: #fff;
	padding: 34px 48px;
	color: #231815;
	overflow-y: scroll;
	scrollbar-color: #c09b44 transparent;
	scrollbar-width: thin;
}
.iframe p {
	font-size: 0.9rem;
}
.iframe p.intro {
	margin-bottom: 26px;
	font-size: 1rem;
}
.iframe h3 {
	margin-top: 40px;
	margin-bottom: 16px;
	font-size: 1.1rem;
	font-weight: normal;
}
.iframe a {
	color: inherit;
}
@media screen and (max-width: 640px) {
	h3.kiyaku {
		padding: 17px 5px 15px;
		font-size: 1.4rem;
	}
	.iframe {
		padding: 28px 26px;
	}
	.iframe h3 {
		margin-top: 30px;
		font-size: 1.05rem;
	}
	.iframe p.intro {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 480px) {
	h3.kiyaku {
		padding: 15px 5px 13px;
		font-size: 1.2rem;
	}
	.iframe {
		padding: 24px 18px;
	}
	.iframe h3 {
		margin-bottom: 18px;
		font-size: 1rem;
	}
	ul.cnd {
		margin-bottom: 3rem;
		font-size: 10pt;
	}
}

.contact {
	margin: 74px auto 0;
	max-width: 500px;
}
.contact h3 {
	text-align: center;
	font-size: 1.6rem;
}
.contact p {
	font-size: 1.2rem;
	line-height: 170%;
}
.contact p a {
	color: inherit;
}
@media screen and (max-width: 640px) {
	.contact {
		margin-top: 58px;
	}
	.contact h3 {
		font-size: 1.4rem;
	}
	.contact p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 540px) {
	.contact {
		margin-top: 44px;
	}
}
@media screen and (max-width: 480px) {
	.contact h3 {
		font-size: 1.2rem;
	}
	.contact p {
		font-size: 10.5pt;
	}
}

.blueShadow {
	filter: drop-shadow(0 0 4px #2167C8) drop-shadow(0 0 4px #2167C8);
}
