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

/* こんな方におすすめです！ */
#osusume {
	padding-block: 40px 30px;
	background-color: #73b0f3;
}
#osusume .hl {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#osusume .hl > span {
	position: relative;
}
#osusume .hl > span:before,
#osusume .hl > span:after {
	content: '';
	width: 1.2em;
	border-top: 1px solid #000;
	position: absolute;
	top: .8em;
}
#osusume .hl > span:before {	
	transform: rotate(55deg);
	left: -1.4em;	
}
#osusume .hl > span:after {
	transform: rotate(-55deg);
	right: -1.3em;
}

#osusume .hl span span.wht {
	color: #fff;
}
#osusume ul {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1em;
}

/* 在米中に積み立ててきた401(k)をどうするか考えたことはありますか？ */
#wondered {
	background: linear-gradient(to bottom, #73b0f3 0%, #73b0f3 20%, #fff 20%, #fff 100%);
}
#wondered .enc {
	background-color: #fff;
	border: 2px solid #73b0f3;
	border-radius: .8em;
	padding: 2em 2em;
}
#wondered .enc .hl {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#wondered .enc .hl span:nth-of-type(1) {
	display: block;
	font-size: 17px;
}
#wondered .enc .hl span:nth-of-type(1) br {
	display: inline-block;
}
#wondered .enc .hl span:nth-of-type(2) {
	color: #173185;
	border-block-end: 1px solid #173185;
}
#wondered .enc .box .txt {
	flex-basis: calc(100%);
}
#wondered .enc .box .ph {
	flex-basis: calc(100%);
	padding-block-start: 1.5em;
}
#wondered .enc .box p.b {
	font-size: 18px;
	font-weight: bold;
}
#wondered .enc .box p.b span.s {
	font-size: 16px;
	font-weight: normal;
}
#wondered .enc .box p.ttl {
	font-size: 17px;
	font-weight: bold;
	color: #173185;
}
#wondered .enc .box .ex {
	border: 1px solid #000;
	padding: .6em 1.5em;
	inline-size: fit-content;
	margin-block-start: 2em;
}
#wondered .enc .box .ex div {
	text-align: center;
}
#wondered .enc .box .y {
	background-color: #ffff00;
}


/* 3つのメリット */
#merit3 {
	padding-block: 0 40px;
}
#merit3 .hl {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#merit3 .hl > span.wa {
	font-size: 17px;
	position: relative;
}
#merit3 .hl > span.wa:before,
#merit3 .hl > span.wa:after {
	content: '';
	width: 1.6em;
	border-top: 1px solid #000;
	position: absolute;
	top: .8em;
}
#merit3 .hl > span.wa:before {	
	transform: rotate(55deg);
	left: -1.8em;	
}
#merit3 .hl > span.wa:after {
	transform: rotate(-55deg);
	right: -1.7em;
}
#merit3 .hl span.b {
	font-size: 40px;
	line-height: 1;
} 
#merit3 .hl span.blue {
	color: #3c92f2;
}

#merit3 ul {
	display: grid;
	grid-template-columns:  auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1.5em;
}
#merit3 ul li .ttl {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #173185;
	padding-block: 1.0em 1.0em;
}

/* 商品例 */
#product {
	background-color: #e8f4ff;
}
#product .hl {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#product ol {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 2em;
}
#product ol li {
	list-style: none;
	background-color: #fff;
	border-radius: .8em;
	padding: 2em 2em;
}
#product ol li .ttl {
	display: grid;
	grid-template-columns: 4.2em auto;
	grid-template-rows: auto;
	column-gap: 1.0em;
	row-gap: 0;
}
#product ol li .ttl  .no > div {
	background-color: #173185;
	padding: .6em .6em;
	color: #fff;
	font-family: "Manrope", sans-serif;
	line-height: 1;
}
#product ol li .ttl .no > div span {
	display: block;
}
#product ol li .ttl .no > div span:nth-of-type(1) {
	font-size: 17px;
}
#product ol li .ttl .no > div span:nth-of-type(2) {
	font-size: 35px;
	font-weight: bold;
}

#product ol li .ttl .name span {
	display: block;
	font-weight: bold;
	line-height: 1.3;
}
#product ol li .ttl .name span:nth-of-type(1) {
	font-size: 15px;
	color: #3c92f2;
}
#product ol li .ttl .name span:nth-of-type(2) {
	font-size: 17px;
	margin-block-start: .3em;
}

#product ol li .type {
	margin-block-start: 1em;
	padding-block-end: 1em;
	border-block-end: 2px solid #173185;
	margin-block-end: 1em;
}
#product ol li .type dl {
	display: grid;
	grid-template-columns: 6.2em auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
	margin-block: 0;
}
#product ol li .type dl dt {
	color: #173185;
}
#product ol li .type dl dd {
	margin-inline-start: 0;
	line-height: 1.4;
}
#product ol li .num span:nth-of-type(1) {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #ed1b23;
}
#product ol li figure {
	padding-block: 1em 1em;
}
#product ol li .note p {
	margin-block-end: .5em;
}


@media handheld, print, screen and (min-width: 375px) {
/* 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 */

/* こんな方におすすめです！ */
#osusume {
	padding-block: 50px 30px;
}
#osusume .hl {
	font-size: 26px;
}
#osusume ul {
	inline-size: 60%;
	margin-inline: auto;
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1em;
}

/* 在米中に積み立ててきた401(k)をどうするか考えたことはありますか？ */
#wondered {
	background: linear-gradient(to bottom, #73b0f3 0%, #73b0f3 20%, #fff 20%, #fff 100%);
}
#wondered .enc {
	padding: 3em 2.6em;
}
#wondered .enc .hl {
	font-size: 26px;
}
#wondered .enc .hl span:nth-of-type(1) {
	font-size: 18px;
}
#wondered .enc .hl span:nth-of-type(1) br {
	display: none;
}
#wondered .enc .box .ph {;
	padding-block-start: 1.5em;
}
#wondered .enc .box p.b {
	font-size: 17px;
}
#wondered .enc .box p.b span.s {
	font-size: 15px;
}
#wondered .enc .box p.ttl {
	font-size: 20px;
}

/* 3つのメリット */
#merit3 {
	padding-block: 0 50px;
}
#merit3 .hl {
	font-size: 26px;
}
#merit3 .hl > span.wa {
	font-size: 20px;
}
#merit3 .hl span.b {
	font-size: 50px;
	line-height: 1;
} 
#merit3 ul {
	grid-template-columns:  1fr 1fr 1fr;
	column-gap: 3.4%;
	row-gap: 0;
}
#merit3 ul li .ttl {
	font-size: 16px;
	padding-block: 1.2em 1.2em;
	text-align: left;
}

/* 商品例 */
#product .hl {
	font-size: 26px;
}
#product ol li .ttl {
	grid-template-columns: 3.5em auto;
	column-gap: 1.2em;
	row-gap: 0;
}
#product ol li .ttl .no > div span:nth-of-type(1) {
	font-size: 15px;
}
#product ol li .ttl .no > div span:nth-of-type(2) {
	font-size: 26px;
}

#product ol li .ttl .name span:nth-of-type(1) {
	font-size: 16px;
}
#product ol li .ttl .name span:nth-of-type(2) {
	font-size: 18px;
}

	@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 */

/* こんな方におすすめです！ */
#osusume {
	padding-block: 60px 40px;
}
#osusume .hl {
	font-size: 32px;
}
#osusume ul {
	inline-size: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 4%;
	row-gap: 0;
}

/* 在米中に積み立ててきた401(k)をどうするか考えたことはありますか？ */
#wondered {
	background: linear-gradient(to bottom, #73b0f3 0%, #73b0f3 20%, #fff 20%, #fff 100%);
}
#wondered .enc {
	padding: 3em 3.6em;
}
#wondered .enc .hl {
	font-size: 32px;
}
#wondered .enc .hl span:nth-of-type(1) {
	font-size: 22px;
}
#wondered .enc .hl span:nth-of-type(1) br {
	display: none;
}
#wondered .enc .box .txt {
	flex-basis: calc(100%/2 - 2.0%);
}
#wondered .enc .box .ph {
	flex-basis: calc(100%/2 - 2.0%);
	padding-block-start: 0;
}
#wondered .enc .box p.b {
	font-size: 17px;
}
#wondered .enc .box p.b span.s {
	font-size: 15px;
}
#wondered .enc .box p.ttl {
	font-size: 20px;
}

/* 3つのメリット */
#merit3 {
	padding-block: 0 60px;
}
#merit3 .hl {
	font-size: 32px;
}
#merit3 .hl > span.wa {
	font-size: 24px;
}
#merit3 .hl span.b {
	font-size: 60px;
	line-height: 1;
} 
#merit3 ul {
	grid-template-columns:  1fr 1fr 1fr;
	column-gap: 3.4%;
	row-gap: 0;
}
#merit3 ul li .ttl {
	font-size: 18px;
	padding-block: 1.2em 1.2em;
	text-align: left;
}

/* 商品例 */
#product .hl {
	font-size: 32px;
}
#product ol {
	grid-template-columns: 1fr 1fr;
	column-gap: 4%;
	row-gap: 2em;
}
#product ol li {
	padding: 1.5em 1.5em;
}
#product ol li .ttl {
	grid-template-columns: 4.4em auto;
	column-gap: 1.2em;
	row-gap: 0;
}
#product ol li .ttl .no > div {
	padding: 1em 1em;
}
#product ol li .ttl .no > div span:nth-of-type(1) {
	font-size: 16px;
}
#product ol li .ttl .no > div span:nth-of-type(2) {
	font-size: 30px;
}

#product ol li .ttl .name span:nth-of-type(1) {
	font-size: 18px;
}
#product ol li .ttl .name span:nth-of-type(2) {
	font-size: 20px;
}

#product ol li .type dl {
	grid-template-columns: 6.2em auto;
	column-gap: 0;
	row-gap: 0;
}
#product ol li .num span:nth-of-type(1) {
	font-size: 16px;
}


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



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

/* こんな方におすすめです！ */
#osusume {
	padding-block: 80px 50px;
}
#osusume .hl {
	font-size: 40px;
}
#osusume ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 4%;
	row-gap: 0;
}

/* 在米中に積み立ててきた401(k)をどうするか考えたことはありますか？ */
#wondered {
	background: linear-gradient(to bottom, #73b0f3 0%, #73b0f3 20%, #fff 20%, #fff 100%);
}
#wondered .enc {
	padding: 4em 4.6em;
}
#wondered .enc .hl {
	font-size: 40px;
}
#wondered .enc .hl span:nth-of-type(1) {
	font-size: 30px;
}
#wondered .enc .hl span:nth-of-type(1) br {
	display: none;
}
#wondered .enc .box .txt {
	flex-basis: calc(100%/2 - 2.0%);
}
#wondered .enc .box .ph {
	flex-basis: calc(100%/2 - 2.0%);
	padding-block-start: 0;
}
#wondered .enc .box p.b {
	font-size: 18px;
}
#wondered .enc .box p.b span.s {
	font-size: 16px;
}
#wondered .enc .box p.ttl {
	font-size: 24px;
}

/* 3つのメリット */
#merit3 {
	padding-block: 0 80px;
}
#merit3 .hl {
	font-size: 40px;
}
#merit3 .hl > span.wa {
	font-size: 30px;
}
#merit3 .hl span.b {
	font-size: 70px;
	line-height: 1;
} 
#merit3 ul {
	grid-template-columns:  1fr 1fr 1fr;
	column-gap: 3.4%;
	row-gap: 0;
}
#merit3 ul li .ttl {
	font-size: 22px;
	padding-block: 1.2em 1.2em;
	text-align: center;
}

/* 商品例 */
#product .hl {
	font-size: 40px;
}
#product ol {
	grid-template-columns: 1fr 1fr;
	column-gap: 4%;
	row-gap: 2em;
}
#product ol li {
	padding: 2em 2em;
}
#product ol li .ttl {
	grid-template-columns: 6.4em auto;
	column-gap: 1.6em;
	row-gap: 0;
}
#product ol li .ttl .no > div {
	padding: 1em 1em;
}
#product ol li .ttl .no > div span:nth-of-type(1) {
	font-size: 24px;
}
#product ol li .ttl .no > div span:nth-of-type(2) {
	font-size: 50px;
}

#product ol li .ttl .name span:nth-of-type(1) {
	font-size: 20px;
}
#product ol li .ttl .name span:nth-of-type(2) {
	font-size: 24px;
}

#product ol li .type dl {
	grid-template-columns: 6.2em auto;
	column-gap: 0;
	row-gap: 0;
}
#product ol li .num span:nth-of-type(1) {
	font-size: 18px;
}

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

/*追記　2025/05/20*/
#tuijyu {
    opacity: 0;
    display: block;
    transition: all 0.3s ease;
}

#tuijyu {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 99;
    cursor: pointer;
    width: calc(100% - 20px);
}

#tuijyu img {
	width: 100%;
}

@media screen and (max-width: 480px) {
    #tuijyu {
        display: block;
    }

    #h_contact {
    	display: none !important;
    }
}