@charset "utf-8";
/*-- trade-credit --*/
:root{
	--insDarkblue: #00359e;
	--insBlue: #117fef;
	--insLightblue: #a3caf1;
	--insOrange: #ff5003;
	--main-color: #cc4646;
	--mainLight-color: #8bc367;
	--mainPaletone-color:#ffe6e6;
	--flow-color: #72aee6;
	--insweb-yellow: #ffd21d;
	--insweb-red: #e5012b;
}
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

strong,dt{font-weight: bold;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset */
.mb0{margin-bottom: 0px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.pb5{padding-bottom: 5px!important;}
.pb10{padding-bottom: 10px!important;}
.pb15{padding-bottom: 15px!important;}
.pb20{padding-bottom: 20px!important;}
.pb30{padding-bottom: 30px!important;}
.pt0{padding-top: 0px!important;}
.pt5{padding-top: 5px!important;}
.pt10{padding-top: 10px!important;}
.pt15{padding-top: 15px!important;}
.pt20{padding-top: 20px!important;}
.pt30{padding-top: 30px!important;}

.x-small{font-size: 65%;}
.small{font-size: 85%;}
.large{font-size:clamp(24px, 4vw, 28px);}
.x-large{font-size:clamp(28px, 4vw, 32px);}

.center{text-align: center;}
.right{text-align: right;}
.red{color: #b72560;}
.gray{color: #555;}

.marker{
	background: rgb(255, 193, 7, .38);
	background: linear-gradient(0deg, #ffc10761 40%, transparent 20%);
}
.underline{text-decoration: underline;}

body,td,th,p {
	font-family:"Noto Sans JP", "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 1.45;
	font-optical-sizing: auto;
}
body {
	background-color: #FFF;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}
form {
	margin: 0px;
}
a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #069;
}
a:hover {
	text-decoration: underline;
	color: #069;
	opacity: .8;
}
a:active {
	text-decoration: none;
}
img {
	border:0;
	width: auto;
	max-width: 100%;
}

/* parts */
h1{
	font-size: 11px;
	font-weight: normal;
}
h2{
	padding: 0 0 20px 0;
	font-size: clamp(30px, 4vw, 38px);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
h2 + p {
	font-size: 20px;
}
h2 strong{
	color: var(--main-color);
}
h3{
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(28px, 4vw, 32px);
	font-weight: bold;
}

li{list-style: none;}
hr{
	height: 1px;
	margin: 10px 0;
	box-shadow: none;
	border: none;
	background: #ccc;
}
.wrap{
	max-width: 1080px;
	margin: 0 auto;
	padding: 10px;

}
main section:not(.merits) p {
	margin-bottom: 20px;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.circle,.kome{
	position: relative;
	margin-left: 1.25em;
}
.circle::before,
.kome::before{
	position: absolute;
	content: "";
	left: -1.25em;
}
.kome::before{
	content: "※";
	top: 0;
}
.circle::before{
	top: 5px;
	width: 10px;
	height: 10px;
	left: -1em;
	border-radius: 100px;
	background-color: #ccc;
}
main .wrap{
	padding: 20px;
}
.arrow{
	position: relative;
}
.arrow::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 80px solid transparent;
	border-top: 40px solid #fff;
}

/* header */
header{
	display: block;
	border-bottom: 2px solid var(--insDarkblue);
}
header .wrap{
	padding: 5px;
}
header .title-area{
	color: #fff;
	background-color: var(--insDarkblue);
}
header .logo-area{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
header .logo-area{
	position: relative;
}
header .logo-area .sbi{
	flex:1;
	text-align: right;
}

/*footer*/
footer {
	margin-top:30px ;
	font-size: 14px;
	text-align: center;
	border-top: 2px solid #ccc;
	background: #fff;
}
.security {
	max-width: 820px;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
}
.security th{
	width: 80px;
	padding-right: 10px;
	text-align: center;
}
.security td{
	vertical-align: middle;
	text-align: left;
}
.otherlink{
	background: #ddd;
}
.otherlink ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	max-width: 960px;
	margin: auto;
	border-left: 1px solid#fff;
	border-right: 1px solid#fff;
}
.otherlink ul li {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #fff;
}
.otherlink ul li:last-child{
	border: none;
}
.otherlink ul li a{
	display: block;
	padding:10px 15px;
	color: #555;
	font-size: 14px;
	text-decoration: none;
}
footer p {
	padding: 5px;
	text-align: center;
}
footer p.copyright a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

/* content */
.btn-cv{
	max-width: 480px;
	margin: 20px auto;
	text-align: center;
}
.btn-cv a:active {
	border-bottom: none;
	transform: translateY(2px);
}
#main_visual{
	background:#ffd5d5;
}
.bn #main_visual{
	background:#dde9ff;
}
#main_visual img{
	display: block;
	margin: auto;
}


/*参加会社*/
.company {
	text-align: center;
}
.company h2{
	margin-top: 20px;
	color: var(--main-color);
}


/*困りごと*/
.worries {
	padding:40px 20px 20px;
	text-align: center;
	background: #efefe8;
}
.worries h2 span{
	color: var(--main-color);
}
.worries ul{
	position: relative;
	border: 3px solid #cc4646;
    padding: 2rem 3vw .5rem;
    background: #fff;
    border-radius: 10px;
    max-width: 800px;
    margin: 20px auto 30px;
    box-sizing: border-box;
}
.worries ul::after{
	content: '';
	position: absolute;
	bottom:-60px;
	left: 50%;
	transform: translateX(-50%);
	border:40px solid transparent;
	border-top:20px solid var(--main-color);
}
.worries li{
	display: flex;
	padding-bottom: 20px;
	font-size: clamp(20px, 4vw, 25px);
	text-align: left;
}
.worries li img{
	padding-right: 15px;
}
.worries li::before{}
.worries li::after{}

/**/
.flow{
	background: #e6f1fa;
}
.merits{
	background: url(../app_img/img_merit_bg.jpg) center center no-repeat;
	background-size: auto 100%;
}
.flow h2,
.merits h2 {
	padding: 10px;
	font-size: clamp(32px, 4vw, 38px);
}
.flow h2 span,
.merits h2 span{
	display: block;
	max-width: 17em;
	margin: 5px auto;
	padding: 5px 10px;
	font-size: 1rem;
	background: #fff;
	border-radius: 100px;
}
.flow h2{
	color: #fff;
	background: var(--flow-color);
	background: -webkit-repeating-linear-gradient(-45deg,var(--flow-color),var(--insLightblue) 1px,var(--flow-color) 2px,var(--flow-color) 5px);
	background: -moz-repeating-linear-gradien(-45deg,var(--flow-color),var(--insLightblue) 1px,var(--flow-color) 2px,var(--flow-color) 5px);
	background: repeating-linear-gradient(-45deg,var(--flow-color),var(--insLightblue) 1px,var(--flow-color) 2px,var(--flow-color) 5px);
}
.flow h2 span{
	color: var(--flow-color);
}
.flow div > div:not(.btn-cv),
.merits div > div:not(.btn-cv){
	margin: 0 auto 20px;
	padding: 10px;
	max-width: 800px;
	background: #fff;
	border-radius: 10px;
}
.flow div > div:not(.btn-cv){
	position: relative;
	align-items: center;
	padding: 20px;
}
.flow div > div:not(.btn-cv)::before{
	content: "";
	position: absolute;
	bottom: -35px;
	left:50%;
	transform: translateX(-50%);
	border: 20px solid transparent;
	border-top: 15px solid #fff;
}
.flow div > div img{
	display: block;
	margin: 0 auto 10px;
}
.flow div > div dl{
	max-width: 560px;
}
.flow div > div dt,
.merits div > div dt{
	font-size: 26px;
	font-weight: bold;
}
.flow div > div dt{
	color: var(--flow-color);
}

.merits{
	background: #efefe8;
}
.merits h2{
	color: #fff;
	background: var(--main-color);
	background: -webkit-repeating-linear-gradient(-45deg,var(--main-color),var(--mainLight-color) 1px,var(--main-color) 2px,var(--main-color) 5px);
	background: -moz-repeating-linear-gradien(-45deg,var(--main-color),var(--mainLight-color) 1px,var(--main-color) 2px,var(--main-color) 5px);
	background: repeating-linear-gradient(-45deg,var(--main-color),var(--mainLight-color) 1px,var(--main-color) 2px,var(--main-color) 5px);
}
.merits h2 span{
	color: var(--main-color);
}
.merits div > div:not(.btn-cv){
	justify-content: space-between;
	padding: 0;
}
.merits div > div p{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 110px;
	padding: 20px;
	color: #555;
	border-radius: 10px 10px 0 0;
	font-size: 14px;
	background: var(--mainPaletone-color) ;
	text-align: center;
	font-weight: bold;
}
.merits div > div p span{
	font-size: clamp(30px, 4vw, 36px);
}
.merits div > div dl{
	margin: 0 20px;
	padding: 20px 0;
}
.merits div > div dt{
	color: var(--main-color);
}
.merits div > div dd ul{
	margin: 10px 0 0 0 ;
	padding:10px 20px 10px 30px;
	border: 2px solid var(--main-color);
	border-radius: 10px;
}
.merits div > div dd li{
	position: relative;
	padding:0 0 5px .75em;
	font-weight: bold;
}
.merits div > div dd li::before{
	content: "";
	position: absolute;
	left: -1em;
	top: .05em;
	width: 1.2em;
	height: 1.2em;
	border-radius: 100px;
	background: var(--main-color);
}
.merits div > div dd li::after{
	content: "";
	position: absolute;
	left: -.7em;
	top: .35em;
	width: 0.45em;
	height: 0.25em;
	transform: rotate(-45deg);
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
/*見積*/
.mitsumori{
	max-width: 800px;
	margin: auto;
	padding: 30px 10px 0;
}
.mitsumori dl{
	display:flex;
	margin-bottom: 10px;
	min-height:100px;
	border:1px solid #ccc;
	border-radius:5px;
}
.mitsumori dt{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: var(--main-color);
	font-size:clamp(18px , 4vw , 20px);
	font-weight: bold;
	text-align: center;
	background: var(--mainPaletone-color);
	border-radius: 5px 0 0 5px;
}
.mitsumori dd{
	flex:2;
	display: flex;
	align-items: center;
	padding: 10px;
}
/*ディスクレーマー*/
.note{
	padding: 5px;
	font-size: 12px;
}
.note li{
	text-indent:-1em;
	padding-left:1em;
}

.pc{display: inline-block;}
.sp{display: none;}

@media screen and (max-width:767px){
	.pc{display: none;}
	.sp{display: inline-block;
	}
	.flow div > div dt{
		text-align: center;
	}
	.otherlink ul li{
		border:none;
		flex:0 1 calc(50% - 1px);
	}
	.otherlink ul li:nth-of-type(2n + 1){
		border-right: 1px solid #fff;
	}
	.otherlink ul li:nth-of-type(1),
	.otherlink ul li:nth-of-type(2){
		border-bottom: 1px solid #fff;
	}
}

@media screen and (min-width:768px){
	.btn-cv{
		max-width: 480px;
		margin: 40px auto;
	}
	.sub-btn ul{
		display: flex;
		justify-content: space-between;
	}
	.sub-btn li{
		flex:1;
		display: flex;
	}
	.sub-btn a{
		flex:1;
		margin: 0 10px;
	}
	.sub-btn a:hover{
		box-shadow: 0;
		transform: translateY(1px);
	}
	
	.flow div > div:not(.btn-cv),
	.merits div > div:not(.btn-cv){
		display: flex;
		justify-content: space-between;
	}
	.merits div > div p{
		border-radius:10px 0 0 10px;
	}
	.merits div > div dl{
		min-width: 600px;
	}
	.flow div > div dl{
		flex:1;
		margin-left: 20px;
	}
}
@media only screen and (max-width: 599px){
	.etc div dl{
		border:none;
	}
	.etc div dl dt a{
		text-align:center;
	}
}
@media only screen and (max-width: 767px){
	/*参加会社*/
	.company {
		padding: 0 5vw;
	}
}

@media only screen and (min-width: 600px){
	.etc div{
		display:flex;
		max-width: 750px;
	}
	.etc div dl dt{
		border-radius:0 10px 0 0;
	}
	.etc div img{
		width: 150px;
		height:100px;
		margin: auto 15px;
	}
}



/*Chrome リンク切れ画像対策*/
.visibility-hidden{
	visibility:hidden;
}

