@charset "UTF-8";
/* sp(320px) */

/* 手元の米ドル、どうする予定？ */
#yotei {
	background-color: #d4e8ff;
	background-image: url(../img/home/bg_yotei_sp.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
}
#yotei .hl {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	color: #173185;
	text-align: center;
}
#yotei .hl span {
	position: relative;
}
#yotei .hl > span:before {
	content: '';
	inline-size: 6em;
	border-block-start: 1px solid #173185;
	position: absolute;
	inset: auto auto -.3em 0;
}
#yotei .hl > span > span:before {
	content: '';
	inline-size: 5.8em;
	border-block-start: 1px solid #173185;
	position: absolute;
	inset: auto 0 -.3em auto;
}
#yotei .hl > span > span:after {
	content: '';
	inline-size: 1.4em;
	border-block-start: 1px solid #173185;
	transform: rotate(-45deg);
	position: absolute;
	inset: auto 5.59em -.79em auto;
}
#yotei .box {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 2em;
}

/* insuracnce110が選ばれる */
#reason1 .box {
	margin-block-start: 40px;
	background: linear-gradient(to bottom, #fff 0%, #fff 70px, #e1f0ff 70px, #e1f0ff 100%);
}
#reason1 .box.rev {
	
}
#reason1 .box .grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0em;
}
#reason1 .box.rev .grid {
	grid-template-columns: auto;
}
#reason1 .box.rev .grid .ph {
	order: 1;
}
#reason1 .box.rev .grid .txt {
	order: 2;
}
#reason1 .box .grid .ph figure {
	max-inline-size: 100%;
	position: relative;
	inset-block-start: 0;
}
#reason1 .box .grid .txt {
	padding-block: 1em 1em;
}
#reason1 .box .grid .txt .no {
	font-family: "Manrope", sans-serif;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.0;
	color: #173185;
}
#reason1 .box .grid .txt .no span {
	position: relative;
}
#reason1 .box .grid .txt .no span::after {
	content: '';
	block-size: .6em;
	border-inline-start: 1px solid #000;
	transform: rotate(40deg);
	position: absolute;
	inset: auto -.3em .24em auto;
}
#reason1 .box .grid .txt .ttl {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
	color: var(--fcolor);
	padding-block: .6em;
}

/* アメリカの個人年金とは？ */
#about .msg_top {
	margin-block-start: 1.6em;
	text-align: left;
}
#about .msg_top br {
	display: none;
}

#about .box {
	border: 3px solid #e8f4ff;
	padding: 1.6em 1.8em;
}
#about .box .grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1.4em;
}
#about .box .grid .txt .ttl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	color: var(--fcolor);
	padding-block-end: .3em;
	border-block-end: 1px solid #173185;
}
#about .box .grid .txt > p {
	margin-block-start: 1em;
	margin-block-end: 0;
}
/* 運用方法 */
#about .box .unyo {
	margin-block-start: 1.5em;
}
#about .box .unyo .hl_unyo {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #173185;
	text-align: center;
}
#about .box .unyo ol {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1em;
	margin-block-start: 1.2em;
}
#about .box .unyo ol li {
	background-color: #e8f4ff;
	padding: 2em 1.8em;
}
#about .box .unyo ol li .tl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background-color: var(--fcolor);
	border-radius: 1em;
	padding: .2em .2em;
}
#about .box .unyo ol li p {
	margin-block-start: 1.2em;
	margin-block-end: 0;
}
/* 年金のお受け取り方法 */
#about .box .uketori .hl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	color: var(--fcolor);
}
#about .box .uketori ul {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1em;
	margin-block-start: 1.5em;
}
#about .box .uketori ul li {
	background-color: #e8f4ff;
	padding: 2em 1.8em;
}
#about .box .uketori ul li .tl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background-color: var(--fcolor);
	border-radius: 1em;
	padding: .1em .2em;
	inline-size: 90%;
	margin-inline: auto;
}
#about .box .uketori ul li .sub {
	font-weight: bold;
	line-height: 1.4;
	color: #173185;
	text-align: center;
	margin-block-end: .4em;
}
#about .box .uketori ul li figure {
	max-inline-size: 210px;
	margin-inline: auto;
	margin-block-start: 1.2em;
}
#about .box .uketori ul li p {
	margin-block: 1em 0;
}




@media handheld, print, screen and (min-width: 390px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */

/* 手元の米ドル、どうする予定？ */
#yotei {
	background-image: none;
}
#yotei .hl {
	font-size: 24px;
}

/* insuracnce110が選ばれる */
#reason1 .box .grid .ph figure {
	max-inline-size: 380px;
	margin-inline: auto;
}
#reason1 .box .grid .txt .ttl {
	font-size: 20px;
}

/* アメリカの個人年金とは？ */
#about .box {
	border: 5px solid #e8f4ff;
	padding: 1.8em 2.2em;
}
#about .box .grid {
	grid-template-columns: auto 150px;
	column-gap: 4%;
	row-gap: 0;
}
#about .box .grid .txt .ttl {
	font-size: 19px;
}
/* 運用方法 */
#about .box .unyo .hl_unyo br {
	display: none;
}
/* 年金のお受け取り方法 */
#about .box .uketori .hl {
	font-size: 20px;
}
#about .box .uketori ul li .tl {
	inline-size: 14em;
}

	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/* 手元の米ドル、どうする予定？ */
#yotei .hl {
	font-size: 28px;
}
#yotei .box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 5%;
	row-gap: 0;
}
#yotei .box:nth-of-type(2) .ph {
	order: 1;
}
#yotei .box:nth-of-type(2) .txt {
	order: 2;
}

/* insuracnce110が選ばれる */
#reason1 .box {
	margin-block-start: 80px;
	background: linear-gradient(to left, #e1f0ff 0%, #e1f0ff 90%, #fff 90%, #fff 100%);
}
#reason1 .box.rev {
	background: linear-gradient(to right, #e1f0ff 0%, #e1f0ff 90%, #fff 90%, #fff 100%);
}
#reason1 .box .grid {
	display: grid;
	grid-template-columns: 304px auto;
	grid-template-rows: auto;
	column-gap: 5%;
	row-gap: 0;
}
#reason1 .box.rev .grid {
	grid-template-columns: auto 304px;
}
#reason1 .box.rev .grid .ph {
	order: 2;
}
#reason1 .box.rev .grid .txt {
	order: 1;
}
#reason1 .box .grid .ph figure {
	max-inline-size: 380px;
	position: relative;
	inset-block-start: -2em;
}
#reason1 .box .grid .txt {
	padding-block: 2em 2em;
}
#reason1 .box .grid .txt .no {
	font-family: "Manrope", sans-serif;
	font-size: 54px;
	font-weight: bold;
	line-height: 1.0;
	color: #173185;
}
#reason1 .box .grid .txt .no span {
	position: relative;
}
#reason1 .box .grid .txt .no span::after {
	content: '';
	block-size: .6em;
	border-inline-start: 1px solid #000;
	transform: rotate(40deg);
	position: absolute;
	inset: auto -.3em .24em auto;
}
#reason1 .box .grid .txt .ttl {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	color: var(--fcolor);
	padding-block: .6em;
}

/* アメリカの個人年金とは？ */
#about .msg_top {
	text-align: center;
}
#about .msg_top br {
	display: inline-block;
}

#about .box {
	border: 6px solid #e8f4ff;
	padding: 1.8em 2.2em;
}
#about .box .grid {
	grid-template-columns: auto 180px;
	column-gap: 4%;
	row-gap: 0;
}
#about .box .grid .txt .ttl {
	font-size: 22px;
}
/* 運用方法 */
#about .box .unyo {
	margin-block-start: 2em;
}
#about .box .unyo .hl_unyo {
	font-size: 20px;
	text-align: left;
}

#about .box .unyo ol {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 2%;
	row-gap: 0;
	margin-block-start: 1.2em;
}
#about .box .unyo ol li {
	padding: 1.6em 1.2em;
}
#about .box .unyo ol li .tl {
	font-size: 17px;
	border-radius: 1em;
	padding: .2em 0em;
}
/* 年金のお受け取り方法 */
#about .box .uketori .hl {
	font-size: 22px;
}
#about .box .uketori ul {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 2%;
	row-gap: 0;
}
#about .box .uketori ul li {
	padding: 1em 1.2em;
}
#about .box .uketori ul li .tl {
	font-size: 18px;
	border-radius: 1em;
	padding: .1em .2em;
	inline-size: auto;
}
#about .box .uketori ul li figure {
	max-inline-size: 213px;
	margin-block-start: 1.2em;
}


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 900px) {
/* pc */

/* 手元の米ドル、どうする予定？ */
#yotei .hl {
	font-size: 34px;
}

/* insuracnce110が選ばれる */
#reason1 .box {
	margin-block-start: 100px;
	background: linear-gradient(to left, #e1f0ff 0%, #e1f0ff calc((100vw / 2) + 395px), #fff calc((100vw / 2) + 395px), #fff 100%);
}
#reason1 .box.rev {
	background: linear-gradient(to right, #e1f0ff 0%, #e1f0ff calc((100vw / 2) + 395px), #fff calc((100vw / 2) + 395px), #fff 100%);
}
#reason1 .box .grid {
	display: grid;
	grid-template-columns: 380px auto;
	grid-template-rows: auto;
	column-gap: 5%;
	row-gap: 0;
}
#reason1 .box.rev .grid {
	grid-template-columns: auto 380px;
}
#reason1 .box.rev .grid .ph {
	order: 2;
}
#reason1 .box.rev .grid .txt {
	order: 1;
}
#reason1 .box .grid .ph figure {
	max-inline-size: 380px;
	position: relative;
	inset-block-start: -3em;
}
#reason1 .box .grid .txt {
	padding-block: 2em 2em;
}
#reason1 .box .grid .txt .no {
	font-family: "Manrope", sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.0;
	color: #173185;
}
#reason1 .box .grid .txt .no span {
	position: relative;
}
#reason1 .box .grid .txt .no span::after {
	content: '';
	block-size: .6em;
	border-inline-start: 1px solid #000;
	transform: rotate(40deg);
	position: absolute;
	inset: auto -.3em .24em auto;
}
#reason1 .box .grid .txt .ttl {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	color: var(--fcolor);
	padding-block: .6em;
}

/* アメリカの個人年金とは？ */
#about .msg_top {
	text-align: center;
}
#about .msg_top br {
	display: none;
}

#about .box {
	border: 6px solid #e8f4ff;
	padding: 2.2em 3.0em;
}
#about .box .grid {
	grid-template-columns: auto 200px;
	column-gap: 4%;
	row-gap: 0;
}
#about .box .grid .txt .ttl {
	font-size: 24px;
}
/* 運用方法 */
#about .box .unyo {
	margin-block-start: 1em;
}
#about .box .unyo .hl_unyo {
	font-size: 20px;
	text-align: left;
}
#about .box .unyo ol {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 2%;
	row-gap: 0;
	margin-block-start: 1.2em;
}
#about .box .unyo ol li {
	padding: 2em 1.8em;
}
#about .box .unyo ol li .tl {
	font-size: 20px;
	border-radius: 1em;
	padding: .1em .2em;
}
/* 年金のお受け取り方法 */
#about .box .uketori .hl {
	font-size: 24px;
}
#about .box .uketori ul {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 2%;
	row-gap: 0;
}
#about .box .uketori ul li {
	padding: 1em 1.8em;
}
#about .box .uketori ul li .tl {
	font-size: 20px;
	border-radius: 1em;
	padding: .1em .2em;
	inline-size: 9em;
}
#about .box .uketori ul li figure {
	max-inline-size: 213px;
	margin-block-start: 1.2em;
}




/* end of media query(pc) */
}