@charset "shift_jis";
@media screen and (max-width: 750px) {
/* ======================================================
 * -@media - width <= 750px
 * /common-files/css/finc/finc_sp.css
 * ------------------------------------------------------
 * Common
====================================================== */
.sp_txt-sizeXXS{font-size: 10px!important; font-size: 1.0rem!important;}
.sp_txt-sizeXS{font-size: 11px!important; font-size: 1.1rem!important;}
.sp_txt-sizeS{font-size: 12px!important; font-size: 1.2rem!important;}
.sp_txt-sizeSS{font-size: 13px!important; font-size: 1.3rem!important;}
.sp_txt-sizeM{font-size: 14px!important; font-size: 1.4rem!important;}
.sp_txt-sizeSL{font-size: 15px!important; font-size: 1.5rem!important;}
.sp_txt-sizeL{font-size: 16px!important; font-size: 1.6rem!important;}
.sp_txt-sizeLL{font-size: 17px!important; font-size: 1.7rem!important;}
.sp_txt-size3L{font-size: 18px!important; font-size: 1.8rem!important;}
.sp_txt-size4L{font-size: 19px!important; font-size: 1.9rem!important;}
.sp_txt-sizeXL{font-size: 20px!important; font-size: 2.0rem!important;}
.sp_txt-size6L{font-size: 21px!important; font-size: 2.1rem!important;}
.sp_txt-size7L{font-size: 24px!important; font-size: 2.4rem!important;}
.sp_txt-size8L{font-size: 26px!important; font-size: 2.6rem!important;}
.sp_txt-size10L{font-size: 28px!important; font-size: 2.8rem!important;}

img.imgover:hover{
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

}

/* Common
------------------------------------------------------ */
.main_title_wrapper {
	padding: 30px 0;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background: #b5ded5 url(/finc/img/finc_bg02.png) no-repeat 100% 100%;
	background-size: 78px auto;
}
.fincAllContainer{
	width: auto;
	margin: 40px 10px;
}
.main_title {
	font-size: 20px;
	font-size: 2.0rem;
}
.o-sub_title {
	margin: 50px 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.o-sub_contents {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.risk_transaction_text {
	margin: 15px 0 30px;
	line-height: 1.7;
}
.risk_fee_list {
	margin-top: 40px;
}
.risk_fee_item {
	position: relative;
	padding-left: 12px;
}
.risk_fee_item::before {
	display: block;
	position: absolute;
	content: "";
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #54ab9c;
}
.risk_fee_text {
	margin-top: 20px;
}
.risk_fee_text .o-emphasized {
	font-weight: bold;
}
/* footerContainer03 */
#footerContainer03 {
	border-top: solid 1px #c4bdbd;
}
#pageTopBtn{
	bottom: 0;
	right: 0;
}
#pageTopBtn a{
	display: block;
	width: 50px;
	height: 50px;
	background: none;
	background-color: #b5ded5;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#pageTopBtn a img {
	position: absolute;
	width: 22px;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -11px;
}
#pageTopBtn a:hover {
	background: none;
	background-color: #54ab9c;
}
	
/* TOP
------------------------------------------------------ */
/* common
------------------------------------------------------ */
#finc.top #pageContainer{
	color: #595757;
}

/* header
------------------------------------------------------ */
#finc.top #header #headerContents {
  width: auto;
	padding-bottom: 0;
}
#finc.top #headerLogo{
	display: table;
	width: auto !important;
}
#finc.top #headerLogo > a > img{
	display: inline-block;
	width: 60px;
	margin-right: 10px;
	padding-right: 0;
	vertical-align: middle;
}
#finc.top #headerLogo .heading{
	display: inline-block;
	padding-top: 0;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle;
}

/* contents
------------------------------------------------------ */
#finc.top .tsumikiLogo img{
	margin: 45px 0 !important;
	width: 50%;
}
/* mainVisual */
#finc.top .service .mainVisual{
	padding: 20px 10px 40px;
	margin-top: 20px;
	border-radius: 10px;
	background-color: #fff;
}
#finc.top .mainVisual .colLayout.col2 > .col {
	padding: 5px 0 30px;
	width: 100%;
}
#finc.top .mainVisual .colLayout.col2 > .col.bdR {
	padding-right: 0;
	border-right: none;
	border-bottom: 2px solid #eae0d9;
}
#finc.top .mainVisual .colLayout.col2 > .col.sp_bdB  + .col {
	padding: 35px 0 15px;
}
#finc.top .mainVisual .col_img
#finc.top .mainVisual .col_list {
	margin-top: 15px;
}
	
	
#finc.top .service .mainVisual.colLayout.col2 > .col.img,
#finc.top .service .mainVisual.colLayout.col2 > .col.txt{
	width: 100%;
	margin-right: 0;
	text-align: center;
	line-height: 2.0;
}
#finc.top .service .mainVisual.colLayout.col2 > .col.txt p,
#finc.top .service .mainVisual.colLayout.col2 > .col.img figure{
	display: block;
	vertical-align: baseline;
	font-size: 14px;
	font-size: 1.4rem;
}
#finc.top .service .mainVisual.colLayout.col2 > .col.img{
	margin-top: 10px;
}
#finc.top .service .mainVisual.colLayout.col2 > .col.img figure img{
	max-width: 50%;
	margin: 0 auto;
}
#finc.top .service.typemore .mainVisual.colLayout.col2 > .col.img,
#finc.top .service.typemore .mainVisual.colLayout.col2 > .col.txt{
	text-align: left;
}
#finc.top .service .mainVisual.colLayout.col2 > .col.img figure img{
	max-width: 100%;
	margin: 0 auto;
}
#finc.top .service.typemore .mainVisual.colLayout.col2 > .col.img{
	margin-top: 0;
}
#finc.top .service.typemore .mainVisual,
#finc.top .begginer_main .mainVisual{
	margin-top: 10px;
	padding: 30px 20px 25px 15px;
	border-radius: 10px;
}
#finc.top .service.typemore .mainVisual.colLayout.col2 > .col.txt,
#finc.top .begginer_main .mainVisual.colLayout.col2 > .col.txt{
	padding-left: 0;
	line-height: 1.5;
}
#finc.top .service.typemore .mainVisual.colLayout.col2 > .col.txt,
#finc.top .begginer_main .mainVisual.colLayout.col2 > .col.txt{
	width: 60%;
	margin-right: 0;
}
#finc.top .service.typemore .mainVisual.colLayout.col2 > .col.img,
#finc.top .begginer_main .mainVisual.colLayout.col2 > .col.img{
	width: 40%;
	padding-left: 20px;
}
#finc.top .mainVisual .colLayout:not(.col2) + .colLayout {
	margin: 45px 0 25px;
}
#finc.top .tsumikiLogo img {
	margin: 45px 0 !important;
}

/* lead */
#finc.top .lead_heading {
	margin-bottom: 40px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
#finc.top .lead_text {
	line-height: 2.1;
}
/* btn */
#finc.top .btnLink-finc a{
	display: inline-block;
	min-width: auto;
	width: 100%;
	position: relative;
	padding: 10px 0 6px;
	color: #ffffff;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.0;
	background-color: #e8836e;
	-webkit-border-radius: 5px;
	-moz-border-radius:59px;
	border-radius: 5px;
}
#finc.top .btnLink-finc a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	height: 10px;
	width: 9px;
	margin-top: -5px;
	background: url(/finc/img/finc_ic11.png) no-repeat 0 0;
	background-size: 100% 100%;
}
#finc.top .btnLink-finc a:hover{
	opacity: 0.7;
}
#finc.top .btnLink-finc a span{
	font-size: 12px;
	font-size: 1.2rem;
}

/* guide */
#finc.top .o-sub_title {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
#finc.top .mainWrap03 .o-sub_title {
	margin: 0 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
#finc.top .mainWrap03 .begginer_title.o-sub_title {
	margin: 0 0 40px;
}
#finc.top .o-sub_contents {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#finc.top .o-minor_contents {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#finc.top .guide_text {
	margin: 10px 0 15px;
	font-weight: bold;
	text-align: center;
}
/* mainWrap01 */
#finc.top .mainWrap01 {
	padding: 0;
}
#finc.top .mainWrap01 + .mainWrap01 {
	padding: 0 20px 50px;
}
/* mainWrap02 */
#finc.top .mainWrap02{
	background: #b5ded5;
}
#finc.top .mainWrap02 > .service{
	padding: 45px 0 30px;
	background-color: #b5ded5;
	background-image: url(/finc/img/finc_bg04.png);
	background-repeat: no-repeat;
	background-size: auto 85px;
	background-position: right top -40px;
}
#finc.top .mainWrap02 >  .service.typemore{
	padding: 25px 0 30px;
	background-color: #b5ded5;
	background-image: none;
	background-repeat: no-repeat;
	background-size: auto 85px;
	background-position: right top -40px;
}
/* inner */
#finc.top .inner {
	padding: 0 10px;
}
/* confirmArea */
#finc.top .confirmArea {
	margin: 22px 0 0;
}
/* service */
#finc.top .service_title01 {
	margin-top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
#finc.top .service_title02 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#finc.top .service_title03{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
#finc.top .service_titleSub {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}
#finc.top .service_inner {
	max-width: 1200px;
	width: auto;
	margin: 0 auto;
	padding: 0 10px;
}
#finc.top .service_inner + .service_inner {
	margin-top: 40px;
}
#finc.top .service_lead_text {
	text-align: center;
	line-height: 1.8;
}
#finc.top .service_lead_text02 {
	font-size: 1.7rem;
	font-weight: bold;
	color: #de7a65;
	text-align: center;
}
#finc.top .service_list{
	display: block;
	margin-top: 26px;
}
#finc.top .service_list .service_item:first-child {
	margin-top: 0;
}
#finc.top .service_list .service_item {
	display: flex;
	flex-flow: row-reverse;
	min-height: 110px;
	margin-left: 0;
	padding: 0 7px;
	background-color: #fff;
	text-align: left;
	line-height: 1.6;
	-webkit-border-radius: 15px;
		 -moz-border-radius: 15px;
					border-radius: 15px;
}
#finc.top .service_list .service_item + .service_item {
	margin-top: 10px;
}
#finc.top .service_list .service_item .service_text {
	display: block;
	flex: 1;
	min-height: auto;
	margin: auto 0;
	padding-left: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0;
}
#finc.top .service_list .service_item .service_image {
	max-width: 100%;
	flex: 0 0 100px;
	min-height: auto;
	height: auto;
	display: inline-grid;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
#finc.top .service_list .service_item .service_image img{
	margin: auto 0;
	position: static;
	top: 0;
	left: 0;
	padding: 0;
}
#finc.top .service_img {
	margin-top: 5px;
}
#finc.top .mainVisual .col_img,
#finc.top .mainVisual .col_list {
	margin-top: 15px;
}
#finc.top .service_list .service_item .service_notation {
	margin-top: 5px;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: normal;
}
#finc.top .disclaimer_item05{
	position: relative;
	margin-right: 8px;
	padding-left: 20px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
}
#finc.top .disclaimer_item03 + .disclaimer_item03,
#finc.top .disclaimer_item05 + .disclaimer_item05{
	margin-top: 5px;
}
#finc.top .disclaimer_item05::after{
	content: '';
	background-color: #54ab9c;
	position: absolute;
	top: 4px;
	left: 5px;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
}
#finc.top .service_qaBox01 {
	margin-top: 40px;
}
#finc.top .service_qaBox01.type02 ,
#finc.top .service_qaBox01.type03 ,
#finc.top .service_qaBox01.type04,
#finc.top .service_inner .service_qaBox01:first-child{
	margin-top: 20px;
}
#finc.top .service_qaBox01 .service_questionBox01{
	padding: 4px 0;
}
#finc.top .service_qaBox01.type03 .service_answerBox01,
#finc.top .service_qaBox01 .service_answerBox01{
	margin-top: 10px;
	padding: 13px 10px 60px;
	border-radius: 10px;
	background-color: #fff;
}
#finc.top .service_qaBox01 .service_questionText01{
	position: relative;
	padding-left: 1.8em;
	font-size: 15px; 
	font-size: 1.5rem;
	line-height: 1.5;
}
#finc.top .service_qaBox01 .service_answerText01{
	position: relative;
	padding-left: 1.8em;
	padding-right: 0;
	font-size: 15px;
	font-size: 1.5rem;
	color: #42a896;
	line-height: 1.4;
}
#finc.top .service_qaBox01 .service_answerText01 .indent,
#finc.top .service_qaBox01 .service_questionText01 .indent{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}
#finc.top .service_qaBox01 .service_answerText01 .imgIcon{
	position: absolute;
	top: -5px;
	right: 20px;
	width: 34px;
}
#finc.top .service_qaBox01.type03 .service_answerInner,
#finc.top .begginer_main .service_qaBox01.type02 .service_answerInner,
#finc.top .service_qaBox01.type02 .service_answerInner,
#finc.top .service_qaBox01 .service_answerInner{
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 20px;
	padding: 0;
}
#finc.top .service_qaBox01 .service_answerInner > *:first-child{
	margin-top: 0;
}
#finc.top .service_qaBox01 .service_answerInner .figureCol .txt{
	display: block;
	width: 100%;
	vertical-align: baseline;
}
#finc.top .service_qaBox01 .service_answerInner .imgCard img{
	max-width: 195px;
	margin: 0 auto;
}

#finc.top .service_qaBox01.type04 .service_answerInner{
	padding-left: 0;
	padding-right: 0;
}
#finc.top .service_qaBox01 + .confirmArea{
	margin-top: 35px;
}
#finc.top .service_answerToggleTrigger{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}
#finc.top .service_answerToggleTrigger:not(.open){
	height: 106px;
	background: linear-gradient(rgba(255,255,255,0) 25px, #b5ded5 95%);
}
#finc.top .service_answerToggleTrigger.open{
	height: 40px;
	background: none;
}
#finc.top .service_answerToggleTrigger .service_answerToggleTriggerIcon{
	position: absolute;
	bottom: 14px;
	left: 50%;
	display: block;
	width: 23px;
	height: 14px;
	margin-left: -12px;
	background:  url("/finc/img/finc_ic10.png") no-repeat 0 0;
	-webkit-background-size: 23px auto;
	background-size: 23px auto;
}
#finc.top .service_answerToggleTrigger.open .service_answerToggleTriggerIcon{
	bottom: 20px;
	background:  url("/finc/img/finc_ic09.png") no-repeat 0 0;
	-webkit-background-size: 23px auto;
	background-size: 23px auto;
}

#finc.top .service_list02{
	margin-top: 25px;
	
}
#finc.top .service_answerInner .service_list02{
	padding-left: 0;
}
#finc.top .service_list02 > li{
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
#finc.top .service_list02 > li + li{
	margin-top: 10px;
}
#finc.top .service_list02 > li > .num{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 3px;
	background-color: #42a896;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	color: #fff;
	font-weight: normal;
}
#finc.top .service_list02 > li .txtNormal{
	font-size: 10px;
	font-size: 1.0rem;
}
#finc.top .colLayout_wrap {
	margin-top: 30px;
}
#finc.top .service_lead_text {
	margin-top: 10px;
	text-align: center;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.3rem;
}
#finc.top .service_inner_content_wrapper {
	margin-top: 20px;
}
#finc.top .service_btn_text {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding: 0 30px;
	font-size: 1.3rem;
	font-size: 13px;
	color: #e8836e;
}
#finc.top .service_inner_content_wrapper .link_button.o-other {
	padding: 10px 15px;
	background: #b5ded5 url(/finc/img/finc_ic18.png) center right 12px/10px auto no-repeat;
	letter-spacing: normal;
}
#finc.top .link_button {
	-webkit-transform: none;
	transform: none;
	font-size: 13px;
	font-size: 1.3rem;
}
#finc.top .colLayoutToggleTrigger.open, #finc.top .colLayoutToggleTrigger:not(.open) {
	height: 60px;
}
	#finc.top .colLayoutToggleTrigger .colLayoutToggleTriggerText {
	padding: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
#finc.top .colLayoutToggleTrigger .colLayoutToggleTriggerIcon {
	width: 17px;
	height: 10px;
	bottom: 20px;
}
/* service_item_table */
#finc.top .service_item_table {
	width: 100%;
	margin: 0 auto;
}
#finc.top .service_item_table_head {
	padding: 8px 0 5px;
	font-size: 1.3rem;
	font-size: 13px;
}
#finc.top .service_item_table_area {
	padding: 7px 5px 6px 15px;
	font-size: 13px;
	font-size: 1.3rem;
	vertical-align: middle;
}
#finc.top th.service_item_table_area.text_row {
	padding: 7px 5px 6px 0;
}
#finc.top .service_item_table_area.contents_q {
	padding: 7px 0 6px 5px;
}
#finc.top .service_item_table_area.contents_point {
	padding: 7px 5px 6px 36px;
}
#finc.top .service_item_table_area.contents_point::after {
	width: 23px;
	height: 27px;
	left: 7px;
}
#finc.top .service_item_table_area.contents_money {
	padding: 7px 5px 6px 43px;
}
#finc.top .service_item_table_area.contents_money::after {
	width: 35px;
	height: 27px;
	left: 7px;
}

#finc.top .service_tab01__list {
	margin-top: 0;
}
#finc.top .service_tab01__list[data-col-sp]:not([data-col-sp="1"]){ display:flex; flex-flow:row wrap; width:100%; }
#finc.top .service_tab01__list[data-col-sp]:not([data-col-sp=auto])>*{ margin-top:0; margin-left:10px; }
#finc.top .service_tab01__list[data-col-sp="1"]>:nth-child(-n+1){ margin-top:0!important; }
#finc.top .service_tab01__list[data-col-sp="1"]>:nth-child(1n+1){ margin-left:0!important; }
#finc.top .service_tab01__list[data-col-sp="1"]>*{ width:100%; }
#finc.top .service_tab01__list[data-col-sp="2"]>:nth-child(-n+2){ margin-top:0!important; }
#finc.top .service_tab01__list[data-col-sp="2"]>:nth-child(odd){ margin-left:0!important; }
#finc.top .service_tab01__list[data-col-sp="2"]>*{ width:calc((100% - (10px)) / 2); }
#finc.top .service_tab01__list[data-col-sp="3"]>:nth-child(-n+3){ margin-top:0!important; }
#finc.top .service_tab01__list[data-col-sp="3"]>:nth-child(3n+1){ margin-left:0!important; }
#finc.top .service_tab01__list[data-col-sp="3"]>*{ width:calc((100% - (30px)) / 3); }
#finc.top .service_tab01__list[data-col-sp=auto]{ margin-right:-15px; margin-bottom:-.5em; }
#finc.top .service_tab01__list[data-col-sp=auto]>*{ margin-top:0!important; margin-right:15px; margin-bottom:.5em; margin-left:0; }

#finc.top .service_tab01__button {
	min-height: 45px;
	border-radius: 5px;
	padding: 10px;
	font-size: 1.3rem;
	font-size: 13px;
}
#finc.top .service_tab01__list > li .service_tab01__button {
	margin-bottom: 15px;
}
#finc.top .service_tab01__contents_wrap .service_tab01__contents_head01 {
	border-radius: 10px 10px 0 0;
	margin: -25px -10px 0;
	min-height: 65px;
	font-size: 2.0rem;
	font-size: 20px;
}
#finc.top .service_tab01__contents_wrap .service_tab01__contents_head02 {
	margin: -25px -10px 0;
	min-height: 65px;
	font-size: 2.0rem;
	font-size: 20px;
}
#finc.top .service_tab01__contents_wrap {
	padding: 25px 10px 50px 10px;
	border-radius: 10px;
}
#finc.top .service_tab01__contents01 {
	padding: 25px 0 40px;
}
#finc.top .service_tab01__contents02 {
	padding: 0px 0 40px;
}
#finc.top .service_tab01__contents03 {
	padding: 20px 0 15px;
}
#finc.top .service_tab01__contents04 {
	padding: 35px 0 0;
}
#finc.top .service_tab01__contents05 {
	padding: 20px 0 0;
}
#finc.top .service_tab01__contents06 {
	padding: 20px 0 0px;
}
#finc.top .service_tab01__contents07 {
	padding: 40px 0 0;
}
#finc.top .service_tab01__contents01 > .inner {
	padding: 0 10px;
}
#finc.top .service_tab01__contents02 > .inner,
#finc.top .service_tab01__contents03 > .inner,
#finc.top .service_tab01__contents04 > .inner,
#finc.top .service_tab01__contents05 > .inner {
	padding: 0 10px;
}
#finc.top .service_tab01__contents06 > .inner {
	padding: 0;
}
#finc.top .service_tab01__contents01_title {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.25;
}
#finc.top .service_tab01__contents01_subtitle {
	font-size: 15px;
	font-size: 1.5rem;
}
#finc.top .service_tab01_advantage_item {
	display: block;
	padding: 55px 0px 20px;
	background-position: center top 20px;
	background-size: 30px;
	text-align: center;
}
#finc.top .service_tab01_advantage_title {
	text-align: center;
	font-size: 1.8rem;
	font-size: 18px;
}
#finc.top .service_tab01_advantage_title_inner {
	margin-bottom: 5px;
	font-size: 1.3rem;
	font-size: 13px;
}
#finc.top .service_tab01_advantage_text {
	margin-top: 20px;
	text-align: left;
	font-size: 1.3rem;
}
#finc.top .service_tab01_result_graph {
	margin: 15px 0;
}
#finc.top .service_tab01_result_notice.o-graph {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #c4bdbd;
}
#finc.top .service_tab01_result_notice.o-asterisk {
	margin-top: 0px;
	padding-left: 1em;
}
#finc.top .service_tab01__contents_wrap .toggleWrap01 {
	margin-right: -11px;
	margin-left: -11px;
	margin-bottom: 0;
}
#finc.top .service_tab01__contents_wrap .toggleTrigger01 {
	margin: 0;
}
#finc.top .service_tab01__contents_wrap .toggleTrigger01:hover {
	background-color: #fff;
	color: #54ab9c;
}
#finc.top .service_tab01__contents_wrap .toggleContent01 {
	padding: 20px 10px 0;
}

#finc.top .service_tab01_tsumitate_list {
	margin: 0;
}
#finc.top .service_tab01_tsumitate_item:first-of-type {
	padding: 10px 0px 40px;
}
#finc.top .service_tab01_tsumitate_item {
	padding: 40px 0px;
}
#finc.top .service_tab01_tsumitate_item_inner {
	max-width: 375px;
	margin: 0 auto;
	display: block;
	padding-right: 0;
}
#finc.top .service_tab01_tsumitate_item_area {
	margin: 0;
	width: auto;
}
#finc.top .service_tab01_tsumitate_item_title {
	margin: 0 auto 15px;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
}
#finc.top .service_tab01_tsumitate_item_text {
	margin-bottom: 20px;
	max-width: auto;
}
#finc.top .service_tab01_tsumitate_list .notice {
	padding-left: 0;
}
#finc.top .service_tab01_tsumitate_list .notice {
	padding: 30px 0px 0 10px;
}
#finc.top .service_tab01_tsumitate_list .notice .icon {
	position: absolute;
	content: '';
	left: 0;
	top: 30px;
}
#finc.top .service_tab01_tsumitate_item_text02 {
	line-height: 1.2;
	font-size: 13px;
	font-size: 1.3rem;
}
#finc.top ul.tsumitate_dot_list {
	margin: 0 0 20px -10px;
}
#finc.top .tsumitate_dot_list_item05 {
	padding-left: 14px;
	font-size: 13px;
	font-size: 1.3rem;
}
#finc.top .tsumitate_dot_list_item05:nth-of-type(n+2) {
	margin-top: 0;
}
#finc.top .tsumitate_dot_list_item05::after {
	top: 3px;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 4px;
}
#finc.top .service_tab01__contents01_title02 {
	font-size: 1.5rem;
	font-size: 15px;
}
#finc.top .link_button.type03 {
	margin-top: 5px;
	padding: 10px;
	font-size: 1.3rem;
	font-size: 13px;
}
#finc.top .notes .disclaimer_orderlist {
	width: 100%;
}
	.disclaimer_orderlist-wrap {
		margin-top: 45px;
	}
#finc.top .notes.disclaimer_wrapper .service_tab01__contents05 > .inner {
	padding: 0 25px;
}
#finc.top .service_tab01_okane_fuyasu_heading {
	display: block;
}
#finc.top .service_tab01_okane_fuyasu_titlewrap {
	width: 100%;
}
#finc.top .service_tab01_okane_fuyasu_title {
	margin-left: 0;
	font-size: 1.3rem;
	line-height: 1.2;
}
#finc.top .service_tab01_okane_fuyasu_title_image {
	margin-top: 30px;
	text-align: center;
}
#finc.top .service_tab01_okane_fuyasu_faqwrap {
	width: 100%;
	padding: 30px 18px;
	margin-top: 15px;
}
#finc.top .service_tab01_okane_fuyasu_heading {
	padding: 0 0 20px;
	margin: 25px 0 10px;
}
#finc.top .service_tab01_okane_list_item {
	width: 47%;
	padding-bottom: 50px;
}
#finc.top .service_tab01_okane_list_area {
	border-radius: 10px;
	padding: 0 0 5px;
}
#finc.top .service_tab01_okane_list .deposit_box_title {
	padding: 13px 0;
	font-size: 1.3rem;
}
#finc.top .service_tab01_okane_list .investment_box_title {
	padding: 4px 0 3px;
	font-size: 1.3rem;
}
#finc.top  .service_tab01_okane_list_area_inner {
	display: block;
	width: 100%;
	margin: 5px 0;
}
#finc.top .service_tab01_okane_list_photo {
	width: 70%;
	-ms-flex: 0;
	flex: 0;
	margin: 0 auto;
}
#finc.top .service_tab01_okane_list_contents.o-sub_contents,
	#finc.top .service_tab01_okane_list_text.o-sub_contents {
	margin: 0px 0 8px;
	padding-top: 5px;
	line-height: 1.2;
	font-size: 1.3rem;
	letter-spacing: 0px;
	font-weight: normal;
}
#finc.top .service_tab01_okane_list .deposit_box .after20years,
#finc.top .service_tab01_okane_list .investment_box .after20years {
	margin: 4px 0 10px;
	padding-top: 50px;
	line-height: 1.2;
	font-size: 1.3rem;
	letter-spacing: 0px;
}
#finc.top .service_tab01_okane_list .deposit_box .after20years:before,
#finc.top .service_tab01_okane_list .investment_box .after20years:before {
	width: 6px;
	height: 36px;
	left: calc(50% - 3px);
}
#finc.top .service_tab01_okane_list .deposit_box .after20years:before {
	background: url("/finc/img/sp_finc_bg01.png") no-repeat 0 0/100%;
}
#finc.top .service_tab01_okane_list .investment_box .after20years:before {
	background: url("/finc/img/sp_finc_bg02.png") no-repeat 0 0/100%;
}
#finc.top .service_tab01_okane_list_item.investment_box:after {
	width: 6px;
	height: 36px;
	bottom: 3px;
	left: calc(50% - 3px);
	background: url("/finc/img/sp_finc_bg02.png") no-repeat 0 0/100%;
}
#finc.top .service_tab01_okane_list_area02 {
	border-radius: 10px;
	padding: 0 0 15px;
}
#finc.top .service_tab01_okane_list_area_inner02 {
	display: block;
	width: 100%;
	margin: 0px 0 0;
}
#finc.top .tsumikiLink01.service_tab01_okane_list_note span.link-modal {
	font-size: 1.3rem;
	padding-left: 12px;
	margin-top: 5px;
}
#finc.top .tsumikiLink01.service_tab01_okane_list_note span.link-modal:before {
	width: 8px;
	height: 11px;
	top: 4px;
	background: url("/finc/img/finc_ic26.png") no-repeat left top/100%;
}
#finc.top .service_tab01_okane_list_item.okane_fuyasu {
	border-radius: 10px;
	padding: 25px 24px 20px;
}
#finc.top .service_tab01_okane_list_photo_L {
	flex: 0 1 75px;
}
#finc.top .service_tab01_start_item {
	margin: -10px;
	padding: 25px 0 30px;
}
#finc.top .service_tab01_start_item:first-of-type {
	padding: 20px 0 80px;
}
#finc.top .service_tab01__contents02_title {
	margin: 19px 0 25px;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.3;
}
#finc.top .service_tab01_tsumitate_item_text03 {
	line-height: 1.5;
	margin-top: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}
#finc.top .acc_text > span {
	font-size: 13px;
	font-size: 1.3rem;
}
#finc.top .acc_text > span:hover {
	border-bottom: 1px solid #8d8c8c;;
}
#finc.top .acc_contents_L,
#finc.top .acc_contents_R {
	width: calc(100% + 20px);
	margin: 0 -10px;
	border-radius: 10px;
	padding: 11px 10px 35px;
}
#finc.top .acc_contents_R {
	margin-top: 45px;
	
}
#finc.top .acc_contents_L img,
#finc.top .acc_contents_R img {
	width: 20px;
}
#finc.top .acc_contents_L .service_titleSub,
#finc.top .acc_contents_R .service_titleSub {
	padding-left: 30px;
}
#finc.top .service_tab01_syorui_list {
	margin: 20px 0 0;
	font-size: 13px;
	font-size: 1.3rem;
}
#finc.top .service_tab01_link_text {
	margin-top: 20px;
	font-size: 1.3rem;
	font-size: 13px;
}
#finc.top .service_tab01_start_item:first-of-type {
	padding: 20px 0 38px;
}
#finc.top .service_tab01_start_item::after {
	position: absolute;
	content: '';
	left: calc(50% - 160px);
	bottom: 0;
	width: 320px;
	height: 13px;
	background: url("/finc/img/sp_finc_bg03.png") no-repeat 0 0/100%;
}
#finc.top .service_tab01_start_title {
	font-size: 16px;
	font-size: 1.6rem;
}
#finc.top .service_tab01_start_item_title {
	font-size: 13px;
	font-size: 1.3rem;
}
#finc.top .service_tab01_start_dot_list {
	margin-top: 10px;
}
#finc.top .service_tab01_start_item_inner {
	-ms-flex-align: center;
	align-items: center;
}
#finc.top .service_tab01_start_item_inner.sp_dpBlock {
	display: block;
}
#finc.top .service_tab01_start_item_inner .service_tab01_start_item_photo_image {
	width: 130px;
}
#finc.top .service_tab01_start_item_inner.sp_dpBlock .service_tab01_start_item_photo_image {
	width: 100%;
	margin-top: 20px;
}
#finc.top .service_tab01_start_item_text {
	margin-top: 10px;
	font-size: 1.3rem;
	font-size: 13px;
	text-align: left;
}
#finc.top .service_tab01_start_item_text_bold {
	margin: 30px 0 0;
	font-size: 1.6rem;
	font-size: 16px;
}
#finc.top .service_tab01_start_item_text_notice {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 10px;
}
#finc.top .acc_contents_R {
	position: relative;
}
#finc.top .acc_contents_L::after {
	display: none;
}
#finc.top .acc_contents_R::after {
	position: absolute;
	content: '';
	right: calc(50% - 14px);
	top: -37px;
	width: 27px;
	height: 27px;
	background: url("/finc/img/finc_ic30.png") no-repeat 0 0/100%;
}
#finc.top .service_tab01_okane_list_modal .o-sub_title {
	margin: 0;
}



/* mainWrap03 */
#finc.top .mainWrap03{
	background: #f1ebe6;
	padding: 30px 0 30px;
}
/* begginer */
#finc.top .begginer_main {
	position: relative;
	max-width: 1200px;
	width: auto;
	margin: 0 auto;
}
#finc.top .begginer_title {
	margin-bottom: 25px;
	padding-bottom: 2px;
	font-size: 19px;
	font-size: 1.9rem;
}
#finc.top .begginer_title > a:hover{
	color: inherit;
}
#finc.top .begginer_title > a.toggleTrigger02{
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
#finc.top .begginer_title > a.toggleTrigger02::after{
	position: absolute;
	top: 50%;
	right: 0;
	width: 9px;
	height: 8px;
	margin-top: -4px;
	background: url("/finc/img/finc_ic12.png") no-repeat 0 0;
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
	transform: rotateZ(180deg);
	transition: transform 300ms ease 0s;
	content: "";
}
#finc.top .begginer_title > a.toggleTrigger02.open::after{
	transform: rotateZ(0deg);
}
#finc.top .begginer_column {
	display: block;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#finc.top .begginer_half {
	flex: 0 0 40%
}
#finc.top .begginer_half:last-child {
	flex-basis: 53%;
	margin-top: 30px
}
#finc.top .begginer_about {
	margin-bottom: 0;
	padding: 20px 15px;
	background-color: #dbede9;
	-webkit-border-radius: 15px;
		 -moz-border-radius: 15px;
					border-radius: 15px;
	text-align: center;
}
#finc.top .begginer_lead {
	margin-bottom: 15px;
}
#finc.top .begginer_inline {
	position: relative;
	padding-left: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	cursor: pointer;
}
#finc.top .service_text .begginer_inline {
	position: none;
	padding-left: 0;
}
#finc.top .begginer_inline:hover {
	text-decoration: underline
}
#finc.top .begginer_inline:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 5px solid transparent
}
#finc.top .service_text .begginer_inline:before {
	content: none;
}
#finc.top .begginer_figure {
	text-align: center
}
#finc.top .begginer_figure_image {
	max-width: 598px;
	width: 100%;
}
#finc.top .begginer_text {
	line-height: 1.7
}
#finc.top .begginer_note {
	margin-top: 30px;
	text-indent: -1em;
	padding-left: 1em
}
#finc.top .begginer_list {
	margin: 15px 0;
}
#finc.top .begginer_item {
	position: relative;
	padding: 10px 0 10px 50px
}
#finc.top .begginer_item:not(:last-child) {
	margin-bottom: 15px;
}
#finc.top .begginer_item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-size: 40px 40px
}
#finc.top .begginer_item:first-child:before {
	background-image: url(/finc/img/finc_ic02.png);
}
#finc.top .begginer_item:nth-child(2):before {
	background-image: url(/finc/img/finc_ic03.png);
}
#finc.top .begginer_item:nth-child(3):before {
	background-image: url(/finc/img/finc_ic04.png);
}
#finc.top .begginer_item:not(:last-child) {
	margin-bottom: 15px
}
#finc.top .begginer_graph {
	background-color: #fff;
	padding: 50px 125px;
	-webkit-border-radius: 15px;
		 -moz-border-radius: 15px;
					border-radius: 15px;
	margin-bottom: 40px
}
#finc.top .begginer_graph_title {
	margin: 30px 0;
	text-align: center
}
#finc.top .begginer_graph_photo {
	margin-bottom: 30px
}
#finc.top .begginer_graph_photo_description {
	position: relative;
	margin: 10px 0 0;
	font-size: 1.0rem;
	text-align: left;
	width: 100%;
}
#finc.top .begginer_graph_image {
	width: 100%
}
#finc.top .begginer_nisa_title {
	text-align: center;
	margin-bottom: 30px
}
#finc.top .begginer_nisa_photo {
	text-align: center;
	margin-bottom: 40px
}
#finc.top .begginer_nisa_image {
	max-width: 250px
}
/* question */
#finc.top .question {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#finc.top .service_qaBox01 .service_answerInner .toggleWrap01,
#finc.top .begginer_main .service_qaBox01 .service_answerInner .toggleWrap01,
#finc.top .toggleWrap01{
	margin: 20px 0;
}
#finc.top .service_qaBox01 .service_answerInner .toggleTrigger01,
#finc.top .toggleTrigger01 {
	position: relative;
	margin: 0 -10px;
	padding: 20px 10px 15px;
	background-color: #fff;
	color: #54ab9c;
	font-size: 15px !important;
	font-size: 1.5rem !important;
	border-top: 1px solid #b5ded5;
	border-bottom: 1px solid #b5ded5;
	cursor: pointer;
	transition: .3s cubic-bezier(.13,.78,.38,.98);
}
#finc.top .toggleTrigger01:hover {
	background-color: #b5ded5;
	color: #595757;
}
#finc.top .toggleTrigger01:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #54ab9c;
	top: 50%;
	right: 15px;
	transition: .3s cubic-bezier(.13,.78,.38,.98);
}
#finc.top .toggleTrigger01:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 20px;
	background-color: #54ab9c;
	top: calc(50% - 9px);
	right: 24px;
	transition: .3s cubic-bezier(.13,.78,.38,.98);
}
#finc.top .toggleTrigger01.open {
	-webkit-border-radius: 5px 5px 0 0;
		 -moz-border-radius: 5px 5px 0 0;
					border-radius: 5px 5px 0 0;
}
#finc.top .toggleTrigger01.open:after {
	display: none;
}
#finc.top .service_qaBox01 .toggleTrigger01:before {
	height: 2px;
	width: 16px;
	right: 11px;
	top: 28px;
}
#finc.top .service_qaBox01 .toggleTrigger01:after {
	height: 16px;
	width: 2px;
	right: 18px;
	top: 21px;
}
#finc.top .toggleContent01 {
	padding: 20px 1px 30px;
	background-color: #fff;
	border: 1px solid #b5ded5;
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
		 -moz-border-radius: 0 0 5px 5px;
					border-radius: 0 0 5px 5px;
}
/* step */
#finc.top .step_item {
	display: flex;
	position: relative;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 0 20px;
}
#finc.top .step_item + .step_item {
	padding: 20px 0 20px;
}
#finc.top .step_item:not(:last-child) {
	border-bottom: 2px solid #d8d4d4;
}
#finc.top .step_item_number {
	display: block;
	width: 40px;
	margin-right: 5px;
	margin-top: 0;
	padding-right: 0;
}
#finc.top .step_item_introduction_title{
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}
#finc.top .toggleContent01 .step_item_introduction_title{
	margin: 0;
}
#finc.top .step_item_introduction {
	display: block;
	width: calc(100% - 60px);
	padding-right: 0;
}
#finc.top .step_item_introduction_text {
	margin-top: 15px;
}
#finc.top .step_item_photo {
	display: block;
	margin: 20px 0 0;
	width: 100%;
	text-align: center;
}
#finc.top .step_item_photo_notice {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: center;
	letter-spacing: 2px;
}
/* starter */
#finc.top .starter_item {
	display: flex;
	position: relative;
	flex-direction: column-reverse;
	padding: 20px 0 20px;
}
#finc.top .starter_item.noflex {
	display: block;
	position: relative;
	padding: 20px 0 20px;
}
#finc.top .starter_item.noflex .starter_item_inner {
	display: flex;
	flex-direction: column-reverse;
}
#finc.top .starter_item.itemsCenter{
	align-items: stretch;
}
#finc.top .starter_item.type02 {
	padding: 30px 0;
}
#finc.top .starter_item:first-child {
	padding: 0 0 20px;
}
#finc.top .starter_item:not(:last-child) {
	border-bottom: 2px solid #d8d4d4;
}
#finc.top .starter_item_content_wrapper {
	flex: 1 1 100%;
	padding-left: 0;
	text-align: left;
	overflow: auto;
}
#finc.top .starter_item_content_description {
	margin-top: 15px;
	font-size: 12px;
}
#finc.top .starter_item_image_wrapper{
	max-width: 220px;
	width: 100%;
	margin: 30px auto 0;
}
#finc.top .starter_item_image_wrapper.type02{
	padding: 0 35px;
}
#finc.top .starter_item_image_wrapper.type03{
	padding: 0 35px;
}
#finc.top .starter_item_image_wrapper.type04{
	padding: 0 55px;
}
#finc.top .starter_item_attention_box{
	margin-top: 23px;
	margin-left: 0;
	max-width: 100%;
}
#finc.top .starter_item_attention_box .starter_item_attention_box_inner{
	padding: 10px 10px 15px;
	border: 1px solid #42a896;
	border-radius: 5px;
}
#finc.top .starter_item_attention_box .starter_item_attention_box_inner >:first-child{
	margin-top: 0 !important;
}
#finc.top .starter_item_attention_box .starter_item_attention_box_text{
	margin-top: 5px;
	font-size: 1.2rem;
	color: #e8836e;
}
#finc.top .starter_item_content_title{
	margin-bottom: 5px;
	text-align: left;
	font-size: 20px;
	font-size: 2.0rem;
}
#finc.top .starter_item_content_title.typeColor01{
  color: #54ab9c;
}
#finc.top .starter_item_content_title_sub{
	position: relative;
	width: fit-content;
	margin-bottom: 15px;
	padding: 4px 20px 4px 10px;
	background-color: #ffe8ba;
	font-size: 1.3rem;
	line-height: 1.3;
}
#finc.top .starter_item_content_title_sub::after{
	content: '';
	position: absolute;
	right: -1px;
	top: 50%;
	width: 0;
	height: 0;
	border-right: 14px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	margin-top: -14px;
}
#finc.top .starter_item_labelWrap {
	display: flex;
	flex-flow: wrap;
	gap: min(18px, calc(36 / 720 * 100vw));
	max-width: 100%;
	margin-top: 20px;
}
#finc.top .starter_item_labelWrap + *{
	margin-top: 7px !important;
}
#finc.top .starter_item_labelWrap .starter_item_label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% / 2 - min(18px, calc(36 / 720 * 100vw)) / 2);
	min-height: min(25px, calc(50 / 720 * 100vw));
	padding: min(1px, calc(2 / 720 * 100vw)) 2px;
	border-radius: min(5px, calc(10 / 720 * 100vw));
	background-color: #ccc;
	text-align: center;
	font-size: min(1.3rem, calc(26 / 720 * 100vw));
	color: #fff;
}
#finc.top .starter_item_labelWrap .starter_item_label[data-color="green"] {
	background-color: #54ab9c;
}
#finc.top .starter_item_labelWrap .starter_item_label[data-color="orange"] {
	background-color: #e8836e;
}
#finc.top .starter_item_lead {
	margin-top: 10px;
	font-size: 1.5rem;
	color: #e8836e;
	font-weight: bold;
}
#finc.top .starter_item_box {
	max-width: 100%;
	margin-top: 5px;
	padding: 7px;
	border: 1px solid #54ab9c;
}
#finc.top .starter_item_box >:first-child {
	margin-top: 0 !important;
}
#finc.top .starter_item_box .starter_item_box_title {
	margin-top: 5px;
	text-align: center;
	font-size: 1.3rem;
	color: #54ab9c;
	font-weight: bold;
}
#finc.top .starter_item_box .starter_item_box_text {
	margin-top: 3px;
	text-align: center;
	font-size: 1.4rem;
}
#finc.top .starter_item_content_title.type-low01 {
	margin-top: 0;
}
#finc.top .toggleContent01 .starter_item_content_title.typeColor01{
	margin: 0;
}
#finc.top .tsumikiLink01{
	margin-top: 10px;
}
#finc.top .tsumikiLink01 a,
#finc.top .tsumikiLink01 span.link-modal{
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #595757;
	text-decoration: none;
}
#finc.top .service_qaBox01 .tsumikiLink01.type02,
#finc.top .tsumikiLink01.type02{
	margin-top: 28px;
	font-size: 12px;
}
#finc.top .service_qaBox01 .service_list02 + .tsumikiLink01.type02{
	margin-left: 0;
}
#finc.top .service_qaBox01 .tsumikiLink01.type02.txt-large,
#finc.top .tsumikiLink01.type02.txt-large{
	margin-top: 15px;
	font-size: 15px;
}
#finc.top .tsumikiLink01 a:hover {
	text-decoration: underline;
}
#finc.top .tsumikiLink01:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 10px solid #54ab9c;
	border-bottom: 6px solid transparent
}
#finc.top .tsumikiLink01.type02 .tumikiTailIcon.pdf{
	width: 26px;
	height: auto;
	margin: 2px 5px 0;
}
#finc.top .toggleContent01 .begginer_graph{
	padding: 0;
}
/* question_item_table */
#finc.top .question .o-sub_title {
	margin-top: 65px;
}
#finc.top .question > .inner > .o-sub_title {
	margin-bottom: 40px; 
	font-size: 20px;
	font-size: 2.0rem;
}
#finc.top .question_item_table {
	width: 100%;
	margin-top: 20px;
}
#finc.top .question_item_table_line {
	border-bottom: 1px solid #c8c9ca;
}
#finc.top .question_item_table_head {
	width: 25%;
	padding: 8px 0 9px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
}
	.question_item_table_area-ex {
		display: flex;
	}
.question_item_table_area_item01 {
	width: 45%;
	padding-right: 10px;
}
.question_item_table_area_item01::before {
	position: absolute;
	content: "";
	background-color: #c8c9ca;
	width: 1px;
	height: 100%;
	top: 0;
	left: 45%;
}
.question_item_table_area_item02 {
	width: 55%;
	padding-left: 10px;
}
#finc.top .title_about_chopsticks {
	background-color: #b5ddd4;
	border-top-left-radius: 5px;
}
#finc.top .title_about_nisa {
	background-color: #eaada4;
}
#finc.top .title_about_ideco {
	background-color: #eae0d9;
	border-top-right-radius: 5px;
}
#finc.top .question_item_table_area:first-child {
	line-height: 1.8;
	border-left: none;
}
#finc.top .question_item_answer_annotation {
	margin-top: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
#finc.top .question_item_table_area {
	width: 25%;
	padding: 10px;
	border-left: 1px solid #c8c9ca;
	font-size: 12px;
	font-size: 1.2rem;
}
#finc.top th.contents_about_taxexempt {
	text-align: left;
}
#finc.top .contents_about_taxexempt {
	background-color: #fffadf;
}
#finc.top .o-center,
#finc.top .question_item_table_center{
	text-align: center;
}
#finc.top .begginer_note {
	margin-top: 30px;
	text-indent: -1em;
	padding-left: 1em;
}
#finc.top .disclaimer_wrapper {
	margin-top: 20px;
	margin-bottom: 0;
}
#finc.top .disclaimer_item,
#finc.top .disclaimer_item03{
	position: relative;
	margin-right: 8px;
	padding-left: 15px;
	font-size: 12px;
	font-size: 1.2rem;
}
#finc.top .disclaimer_item03{
	font-size: 14px;
	font-size: 1.4rem;
}
#finc.top .disclaimer_item03 + .disclaimer_item03{
	margin-top: 15px;
}
#finc.top .disclaimer_item::after {
	content: '';
	background-color: #54ab9c;
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 4px;
}
#finc.top .disclaimer_item03::after {
	content: '';
	background-color: #54ab9c;
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
#finc.top .disclaimer_item02 {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.9;
}
#finc.top .disclaimer_item02::after {
	content: '';
	background-color: #54ab9c;
	position: absolute;
	top: 0.5em;
	left: 0;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}
#finc.top .disclaimer_item04 {
	position: relative;
	padding-left: 1em;
	font-size: 10px;
	font-size: 1.0rem;
}
#finc.top .disclaimer_item04::after {
	content: '';
	background-color: #575757;
	position: absolute;
	top: 0.4em;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

/* browser */
#finc.top .about_browser {
	max-width: 1200px;
	width: auto;
	margin: 10px 15px 40px;
	padding: 0 40px 40px;
	border: 1px solid #707070;
	-webkit-border-radius: 15px;
		 -moz-border-radius: 15px;
					border-radius: 15px;
}
#finc.top .about_browser_list {
	padding-top: 40px;
}
#finc.top .about_browser_aside {
	padding-top: 40px;
}
#finc.top .about_browser_title {
	padding-top: 20px;
	font-weight: 400;
}
#finc.top .about_browser_text {
	font-size: 12px;
	font-size: 1.2rem;
}
/* card_area_anchor */
#finc.top .card_area_inner {
	text-align: center;
}
#finc.top .card_area_button{
	width: auto;
	margin: 0 20px;
}
#finc.top .card_area_anchor {
	display: block;
	position: relative;
	max-width: 335px;
	margin: 10px auto 30px;
	padding: 20px 15px 10px;
	border-radius: 5px;
	border: 2px solid #b5ded5;
	text-decoration: none;
	overflow: hidden;
	transition: none;
	
}
#finc.top .card_area_anchor:hover {
	transform: none;
}
#finc.top .card_area_anchor::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 4px;
	top: 4px;
	border-top: 12px solid #54ab9c;
	border-left: 12px solid transparent;
}
#finc.top .card_area_photo {
	display: block;
	float: left;
	width: 40%;
}
#finc.top .card_area_textbox {
	display: block;
	margin-top: 4%;
}
#finc.top .card_area_title {
	padding-top: 0;
	font-size: 16px;
	font-size: 1.6rem;
	color: #595757;
}
#finc.top .card_area_photo_image {
	width: 100%;
}
#finc.top .card_area_note {
	color: #e8836e;
	float: left;
	width: 100%;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
}

/* applyButton */
#finc.top .applyButton .applyButtonType:hover {
	transform: none;
}

/* tsumikiLine */
#finc.top .tsumikiLine{
	display: block;
	border-top: solid 1px #c4bdbd;
}

/* inline_area */
#finc.top .inline_area{
	display: none;
}
#finc.top .fincContents{
	padding-top: 24px;
}

/* movie */
#finc.top .service_movie {
	margin-top: 5px;
	text-align: center;
}
#finc.top .service_movie > iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 560/315;
}

/* footer
------------------------------------------------------ */
#finc.top #pageTopBtn{
	bottom: 0;
	right: 0;
}
#finc.top #pageTopBtn.up{
	bottom: 100px;
}
#finc.top #pageTopBtn a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #b5ded5;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#finc.top #pageTopBtn a img {
	position: absolute;
	width: 22px;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -11px;
}
#finc.top #pageTopBtn a:hover {
	background-color: #54ab9c;
}
#finc.top #footerContainer03 {
	border-top: solid 1px #c4bdbd;
	padding: 25px 0 50px;
	background: #ffffff;
}
#finc.top #footerContainer03 #footerLogo img {
	width: 171px;
}
#finc.top #footerContainer03 #footerLogo {
	text-align: center;
}
#finc.top #footerContainer03 #copyright {
	margin-top: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
	
/* modal */
	.cb_inl_content{
		width: 100%;
	}
	#finc .cb-inline{
		display: inline-block;
	}
#cboxContent{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#cboxContent .modal_epos_title{
	letter-spacing:0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold!important;
}
#cboxContent .modal_epos_title_description{
	font-weight: normal;
}
.modal_epos_content_wrapper{
	padding:0 0 20px;
}
.modal_epos_content_title{
	font-size:18px;
	font-size:1.8rem;
	letter-spacing:2px;
}
.modal_epos_content_description{
	margin-bottom:38px;
}
.modal_epos_introduction{
	padding:20px 17px;
}
#finc.top .o-sub_contents.modal_epos_introduction_title{
	font-size:1.6rem;
	margin:0 -10px 15px;
}
.modal_epos_introduction_notes{
	text-indent:-12px;
	padding-left:12px;
	line-height:1.67;
}
.modal_epos_introduction_notes_wrapper{
	margin-top:15px;
}
#tsumiki_point_modal_activ .modal_epos_image_wrapper{
	margin:0 auto;
}
.modal_epos_option{
	padding-right:26px;
	margin-right:-15px;
	display:block;
}
.modal_epos_option_year{
	display:block;
	font-size:1.1rem;
	margin-bottom:3px;
}
.modal_epos_option_calculation{
	font-size:1.6rem;padding-right:3px;
}
.modal_epos_option_result{
	font-size:2.0rem;
}
.modal_epos_option_result:after{
	margin-top:-10px;
	right:-26px
	;width:20px;
	height:20px;
	background:url(/finc/img/ico-point.png) center/20px no-repeat;
}
.modal_epos_option+.modal_epos_option{
	margin-top:10px;
}
.modal_epos.o-bonus{
	width:100%;
	height:auto;
	position:relative;
	top:0;
	left:0;
	padding:30px 0 40px;
}
.modal_epos.o-bonus .modal_epos_content_description{
	text-align:left;
	margin-bottom:30px;
	line-height:1.71;
}
.modal_epos.o-bonus .modal_epos_image_wrapper{
	margin:0 auto;
	max-width:264px;
}
.modal_epos.o-bonus .modal_epos_content_wrapper{
	padding:0 0 20px;
}
.modal_epos.o-bonus .modal_epos_introduction{
	padding:20px 20px 40px;
}
.inline_area_text{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}
.inline_area_text02{
	font-size: 12px;
	font-size: 1.2rem;
}
/* link_btn */
.link_area{
	padding:40px 20px;
}
.link_area_list{
	display:block;
}
.link_area_title{
	height:auto;
	padding-bottom:10px;
	font-size:1.4rem;
	letter-spacing:2px;
}
.link_area_anchor{
	height:70px;
}
.link_area_anchor{
	-webkit-transform:none;
	transform:none;
}
.link_area_anchor:hover{
	-webkit-transform:none;
	transform:none;
}
.link_area_item{
	padding-right:0;
}
.link_area_item+
.link_area_item{
	padding-top:40px;
}
.link_area_item.o-epos 
.link_area_anchor_comment{
	font-size:16px;
	font-size:1.6rem;
}
.link_area_item.o-epos 
.link_area_anchor_annotation_image{
	width:104px;
}
.link_area_item.o-epos .link_area_anchor_image{
	width:40px;
}
.conversion_area{
	margin-top: 30px;
	padding-bottom: 35px;
 }
.conversion_area.o-single_main_button{
	padding-top:2px;
	padding-bottom:20px;
}
.conversion_area_main_link{
	margin-top:10px;
	border-radius: 5px;
	padding:15px 0;
	letter-spacing:0;
	font-size:15px;
	font-size:1.5rem;
	line-height: 1.7;
	-webkit-transform:none;
	transform:none;
}
.conversion_area_main_link.wide{
	padding-top: 25px;
	padding-bottom: 25px;
}
.conversion_area_main_link_annotation{
	font-size:1.3rem;
	font-weight:bold;
}
.conversion_area_main_link:hover{
	-webkit-transform:none;
	transform:none;
}
.conversion_area_sub_link{
	padding:10px 0;
	-webkit-transform:none;
	transform:none;
}
.conversion_area_sub_link:hover{
	-webkit-transform:none;
	transform:none;
}

.tumikiIcon{
	position: relative;
	display: inline-block;
	padding: 0 10px 0 52px;
}
.tumikiIcon::before{
	position: absolute;
	top: 50%;
	left: 0;
	width: 37px;
	height: 35px;
	margin-top: -18px;
	background: url("/finc/img/finc_ic05.png") 0 0/37px 35px no-repeat;
	content: "";
}

/* link_button */
.link_button{
	-webkit-transform:none;
	transform:none;
	}
.link_button:hover{
	-webkit-transform:none;
	transform:none;
	}
a.link_button:hover{
	-webkit-transform:none;
	transform:none;
}
.link_button.type02{
	margin-top: 15px;
}
/* anchorList */
#finc.top .finc_anchorList {
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	gap: 10px;
	max-width: 100%;
	width: 100%;
	margin: 15px auto 35px;
	padding: 0 10px;
}
#finc.top .finc_anchorList > li {
	width: calc(100% / 2 - 10px / 2);
}
#finc.top .finc_anchorList > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 40px;
	padding: 2px 15px 2px 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 1.3rem;
	text-decoration: none;
	line-height: 1.2;
}
#finc.top .finc_anchorList > li a:hover {
	transform: scale(1) translateZ(0);
}
#finc.top .finc_anchorList > li a[data-color="pink"] {
	background-color: #ebaea5;
	color: #595757;
}
#finc.top .finc_anchorList > li a[data-color="green"] {
	background-color: #54ab9c;
	color: #fff;
}
#finc.top .finc_anchorList > li a[data-color="yellow"] {
	background-color: #fef5d7;
	color: #595757;
}
#finc.top .finc_anchorList > li a[data-color="orange"] {
	background-color: #de7a65;
	color: #fff;
}
#finc.top .finc_anchorList > li a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	width: 10px;
	height: 9px;
	margin-top: -4.5px;
}
#finc.top .finc_anchorList > li a[data-color="pink"]::before,
#finc.top .finc_anchorList > li a[data-color="yellow"]::before {
	background: url("/finc/img/finc_ic31.png") no-repeat 0 0 / contain;
}
#finc.top .finc_anchorList > li a[data-color="green"]::before,
#finc.top .finc_anchorList > li a[data-color="orange"]::before {
	background: url("/finc/img/finc_ic32.png") no-repeat 0 0 / contain;
}
#finc.top .finc_cardWrap {
	display: block;
	margin-top: 15px;
}
#finc.top .finc_cardWrap >:first-child {
	margin-top: 0 !important;
}
#finc.top .finc_card {
	margin-top: 15px;
	width: 100%;
	padding: 1px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
#finc.top .finc_card .finc_cardHead {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 5px 15px;
	border-radius: 9px 9px 0 0;
}
#finc.top .finc_card .finc_cardBody {
	padding: 25px 15px 20px;
}
#finc.top .finc_card .finc_cardHead >:first-child,
#finc.top .finc_card .finc_cardBody >:first-child {
	margin-top: 0 !important;
}
#finc.top .finc_card[data-color="pink"] .finc_cardHead {
	background-color: #ebaea5;
}
#finc.top .finc_card[data-color="green"] .finc_cardHead {
	background-color: #54ab9c;
}
#finc.top .finc_card[data-color="yellow"] .finc_cardHead {
	background-color: #fef5d7;
}
#finc.top .finc_card[data-color="orange"] .finc_cardHead {
	background-color: #de7a65;
}
#finc.top .finc_card .finc_cardDetail >:first-child {
	margin-top: 0 !important;
}
#finc.top .finc_card .finc_cardTitle {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
#finc.top .finc_card[data-color="pink"] .finc_cardTitle,
#finc.top .finc_card[data-color="yellow"] .finc_cardTitle {
	color: #575757;
}
#finc.top .finc_card[data-color="green"] .finc_cardTitle,
#finc.top .finc_card[data-color="orange"] .finc_cardTitle {
	color: #fff;
}
#finc.top .finc_card .finc_cardImage01 {
	margin: 10px auto 0;
	width: 170px;
}
#finc.top .finc_card .finc_cardImage02 {
	margin: 10px auto 0;
	width: 120px;
}
#finc.top .finc_card .finc_cardImage03 {
	margin: 10px auto 0;
	width: 67px;
}
#finc.top .finc_card .finc_cardImage04 {
	margin: 10px auto 0;
	width: 137px;
}
#finc.top .finc_card .finc_cardLead {
	margin-top: 15px;
	font-size: 1.3rem;
	font-weight: bold;
}
#finc.top .finc_card .finc_cardText {
	margin-top: 5px;
	font-size: 1.3rem;
}
#finc.top .finc_card .finc_cardLink {
	margin-top: 20px;
	text-align: center;
}
#finc.top .finc_card .finc_cardLink a {
	position: relative;
	padding-right: 18px;
	font-size: 1.3rem;
	color: inherit;
}
#finc.top .finc_card .finc_cardLink a::before {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	width: 13px;
	height: 12px;
	background: url("/finc/img/finc_ic31.png") no-repeat 0 0 / contain;
}
#finc.top .finc_card .finc_cardNoteText {
	position: relative;
	margin-top: 5px;
	padding-left: 13px;
	font-size: 1.3rem;
}
#finc.top .finc_card .finc_cardNoteText > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
#finc.top .finc_card .finc_cardMedia {
	display: flex;
	flex-flow: column-reverse;
	margin-top: 15px;
}
#finc.top .finc_card .finc_cardMedia .finc_cardMediaHead >:first-child,
#finc.top .finc_card .finc_cardMedia .finc_cardMediaBody >:first-child {
	margin-top: 0 !important;
}
#finc.top .finc_card .finc_cardMedia .finc_cardMediaHead {
	margin-top: 15px;
}
#finc.top .finc_table {
	width: 100%;
}
#finc.top .finc_table th {
	vertical-align: middle;
	text-align: left;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.2;
}
#finc.top .finc_table th,
#finc.top .finc_table td {
	height: 65px;
}
#finc.top .finc_table td {
	position: relative;
	border-left: 1px solid #c8c9ca;
}
#finc.top .finc_table tr {
	border-bottom: 1px solid #c8c9ca;
}
#finc.top .finc_table tr:first-child th {
	width: calc(100% / 3);
	font-size: 1.6rem;
	text-align: center;
}
#finc.top .finc_table th.finc_table_red {
	background-color: #eaada4;
	border-radius: 0 5px 0 0;
}
#finc.top .finc_table th.finc_table_green {
	background-color: #b5ddd4;
	border-radius: 5px 0 0 0;
}
#finc.top .finc_table td.circle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	border-radius: 50%;
	border: 1px solid #898083;
	margin-top: -14px;
}
#finc.top .finc_table td.cross::before,
#finc.top .finc_table td.cross::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 2px;
	height: 23px;
	margin: auto;
	margin-top: -12px;
	background-color: #898083;
}
#finc.top .finc_table td.cross::before {
	transform: rotate(45deg);
}
#finc.top .finc_table td.cross::after {
	transform: rotate(-45deg);
}
#finc.top .finc_tableNote {
	position: relative;
	margin-top: 10px;
	padding-left: 12px;
	text-align: left;
	font-size: 1.2rem;
}
#finc.top .finc_tableNote > .mark {
	position: absolute;
	top: 0;
	left: 0;
}
/* cbox */
#cboxContent {
	overflow: visible !important;
}
#cboxLoadedContent {
	overflow: auto !important;
	padding-right: 0;
}
#cboxContent {
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#cboxClose, #cboxClose:hover {
	width: 30px !important;
	height: 30px !important;
	top: -12px !important;
	right: -12px !important;
	background: url(/common-files/img/com_close_ic04.png) 0 0 no-repeat !important;
	background-size: 30px auto !important;
}
	
	
/* 2020106 
--------------------------------*/
.figureCol.spLayout.spRverse{
	display: flex;
	flex-direction:column-reverse;
}
.figureCol.spLayout.spRverse > .txt{
	margin-top: 0;
}
.figureCol.spLayout.spRverse .imgL,
.figureCol.spLayout.spRverse .imgR,
#finc.top .service_qaBox01.type03 .figureCol > .imgR{
	margin-top: 20px !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.figureCol.spLayout.spRverse .imgL img,
.figureCol.spLayout.spRverse .imgR img{
	max-width: 60%;
	margin-right: auto;
	margin-left: auto;
}
#finc.top .service_qaBox01.type02 .figureCol > .imgL img{
	max-width: 100%;
}
#finc.top .service_qaBox01.type03 .figureCol > .imgR img{
	max-width: 30%;
}

/* .finc-boxLayput */
.finc-boxLayput01{
	margin-top: 25px;
	border-radius: 10px;
	padding: 25px 10px 30px;
	background-color: #fff;
}
.finc-boxLayput01 > .headLine01{
	margin-bottom: 16px;
	font-size: 16px;
	font-size: 1.6rem;
}
.finc-boxLayput02{
	margin-top: 30px;
	border-radius: 10px;
	padding: 20px 10px;
	background-color: #dbede9;
}
.finc-boxLayput02 > .headLine01{
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.finc-boxLayput03{
	position: relative;
	margin-top: 24px;
	border-radius: 9px;
	padding: 26px 9px 23px;
	background-color: #fef5d7;
	font-size: 13px;
	font-size: 1.3rem;
}
.finc-boxLayput03.multi{
	padding-top: 26px;
	padding-bottom: 23px;
}
.finc-boxLayput03 > .num{
	position: absolute;
	top: -15px;
	left: 50%;
	width: 26px;
	margin-left: -13px;
}
.finc-boxLayput04{
	max-width: none;
	margin-top: 16px;
	border-radius: 5px;
	padding: 8px 10px;
	background-color: #f4efec;
	font-size: 12px;
	font-size: 1.2rem;
}
.finc-boxLayput04 > .headLine01{
	font-size: 17px;
	font-size: 1.7rem;
}

/* .finc-colLayout */
.finc-colLayout{
	margin-top: 40px;
}
.finc-colLayout > .col{
	float: left;
}
.finc-colLayout.col2 > .col{
	width: calc((100% - 36px)/2);
	margin-right: 36px;
}
.finc-colLayout.col2 > .col:nth-child(2n) {
	margin-right: 0 !important;
}
.finc-colLayout.col2 > .col:nth-child(n+3) {
	margin-top: 20px;
}
.finc-colLayout.col3 > .col{
	width: calc((100% - 40px)/3);
	margin-right: 20px;
}
.finc-colLayout.col3 > .col:nth-child(3n) {
	margin-right: 0 !important;
}
.finc-colLayout.col3 > .col:nth-child(n+4) {
	margin-top: 20px;
}
.finc-colLayout.spLayout > .col {
	float: none;
	width: 100%;
	margin: 15px 0 0 0;
}
.finc-colLayout.col2.spLayout > .col {
	margin: 30px 0 0 0;
}
.finc-dlTable01 {
	position: relative;
	padding: 7px 0 9px;
	background: url("/finc/img/finc_bg06.png") repeat-x left bottom;
	-webkit-background-size: auto 2px;
	background-size: auto 2px;
}
.finc-dlTable01 .headingCell01{
	width: calc(100% - 105px);
	padding: 3px 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.finc-dlTable01 .detailCell01{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 100px;
	margin-top: -2px !important;
	border-radius: 100px;
	padding: 5px 10px;
	background-color: #b0a9ad;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
	color: #fff;
}
.finc-dlTable01 .detailCell01.type02{
	background-color: #e8836e;
}
#finc.top .finc-txtLeadBox01{
	margin-top: 25px;
	margin-bottom: 25px;
}
#finc.top .finc-txtColor01{
	color: #42a896;
}
#finc.top .finc-txtColor02{
	color: #e8836e;
}
#finc.top .finc-txtLarge01{
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
}
#finc.top .finc-txtLead01{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.9;
}
#finc.top .service .service_box{
	padding: 20px 10px 20px;
	margin-top: 20px;
	border-radius: 10px;
	background-color: #fff;
}
/* point
------------------------------------------------------ */
#finc .service_content {
	position: relative;
	padding: 20px 10px 40px;
	border-radius: 10px;
	margin-top: 10px;
	background-color: #fff;
}
#finc .service_point_section {
	padding-bottom: 36px;
}
#finc .service_point_wrap {
	margin-top: 35px;
}
#finc .service_point_wrap:first-of-type {
	margin-top: 23px;
}
#finc .service_point_title_wrap {
	display: flex;
	align-items: stretch;
	background-color: #b5ded5;
	border-radius: 5px;
	padding: 5px;
}
#finc .service_point_head {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 5px 5px 5px;
	width: 65px;
}
#finc .service_point_head .service_point {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
#finc .service_point_body {
	display: flex;
	align-items: center;
	margin-left: 7px;
	width: calc(100% - 65px - 7px);
}
#finc .service_point_body h4 {
	font-size: 1.5rem;
	font-weight: bold;
}
#finc .service_point_content {
	margin-top: 15px;
}
#finc .service_point_content02 {
	margin-top: 21px;
}
#finc .service_point_text {
	font-size: 1.3rem;
}
#finc .service_point_text.type02 {
	margin-top: 23px;
}
#finc .service_point_text02 {
	font-size: 1.4rem;
	margin-top: 12px;
}
#finc .service_point_img {
	margin-top: 17px;
}
.service_point_img02 {
	margin-top: 27px;
}
.service_point_img03 {
	margin-top: 28px;
}
#finc .service_point_list {
	margin-top: 17px;
}
#finc .service_point_list02 {
	text-align: left;
}
#finc .service_point_list02.type02 {
	margin-top: 22px;
}
#finc .tsumikiLink02 {
	position: relative;
}
#finc .tsumikiLink02 a {
	font-size: 1.3rem;
	padding-left: 20px;
	color: #595757;
	text-decoration: none;
}
#finc .tsumikiLink02 a:hover {
	text-decoration: underline;
}
#finc .tsumikiLink02:before{
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 10px solid #54ab9c;
	border-bottom: 6px solid transparent;
}
#finc .service_point_list02 .tsumikiLink02 {
	width: fit-content;
	margin-left: 0;
	margin-right: 0;
}
#finc .service_point_list li {
	position: relative;
	padding-left: 16px;
	font-size: 1.3rem;
}
#finc .tsumikiLink02 + .tsumikiLink02 {
	margin-top: 13px;
}
#finc .service_point_list li .mark {
	position: absolute;
	top: 0;
	left: 0;
}
#finc .service_point_note {
	font-size: 1.3rem;
	margin-top: 13px;
	font-weight: bold;
}
#finc .service_point_note.type02 {
	margin-top: 40px;
}
#finc .service_point_caption {
	font-size: 1.5rem;
	color: #de7a65;
	font-weight: bold;
	border-bottom: 2px solid #de7a65;
}
#finc .service_point_info_area {
	margin-top: 11px;
}
/* banner
------------------------------------------------------ */
#finc .service_banner_area {
	text-align: center;
	margin: 40px auto;
	padding: 0 10px;
}
#finc .service_banner_area a {
	display: inline-block;
	transition: none;
}
#finc .service_banner_area a:hover {
	transform: none;
}
}