@charset "utf-8";
/* CSS Document */

/* =================================================================== */
/* CSS NORMALIZATION
/* =================================================================== */


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: bold;
}
em, i, dfn {
    font-style: italic;
}
dfn {
    font-weight:bold;
}
p, code, pre, kbd {
    margin:0 0 1.5em 0;
}
blockquote {
    margin:0 1.5em 1.5em 1.5em;
}
cite {
    font-style: italic;
}
dl {
    margin:0 0 1.5em 0;
}
dl dt {
    font-weight:bold;
}
dd {
    margin-left:1.5em;
}
table {
    margin-bottom:1.4em;
    box-sizing: border-box;
}
th {
    font-weight:bold;
}
th, td, caption {
    padding:4px 10px 4px 5px;
}
tfoot {
    font-style:italic;
}
sup, sub {
    line-height:0;
}
abbr, acronym {
    border-bottom: 1px dotted;
}
address {
    margin:0 0 1.5em;
    font-style:italic;
}
del {
    text-decoration: line-through;
}
pre {
    margin:1.5em 0;
    white-space:pre;
}
img.centered, .aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    display: inline;
}
img.alignleft {
    display: inline;
}
.alignright {
    float: right;
    margin-left: 10px;
}
.alignleft {
    float: left;
    margin-right: 10px;
}

* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* 
* html .group {
    height: 1%;
}
* + html .group {
    display: inline-block;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 */

img{ vertical-align: bottom; border-style:none; }

header, footer, article, aside, figure, figure caption, section, nav { margin: 0; padding: 0; }

a { outline: 0; /* FireFox用 */ }

/* =================================================================== */








/* =================================================================== */
/* BASE
/* =================================================================== */

body{
    min-width: 960px;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    line-height: 1.4;
    font-size: 14px;
	color: #262626;
	text-align: left;
}
@media screen and (max-width: 767px) {
	body{
		min-width: auto;
	}
}

p{ line-height: 1.6; margin: 0; padding: 0;}

a{ color: #0072bc; text-decoration: none;}
a:hover{ text-decoration: underline;}

a img{ border: none;}

img{ vertical-align: bottom;}

br.spOnlyBr {
	display: none;
}

@media screen and (max-width: 767px) {
	.mV40 {
		margin: 20px 0 !important;
	}
	.sp_font18 {
		font-size: 18px !important;
	}
	.sp_mT30 {
		margin-top: 30px !important;
	}
	.sp_font18 {
		font-size: 18px !important;
	}
	.sp_font14 {
		font-size: 14px !important;
	}
	.sp_font16 {
		font-size: 16px !important;
	}
	
	br.spOnlyBr {
		display: inline;
	}
}

.mL1_5em {
	margin-left: 1.5em;
}
.mL1_3em {
	margin-left: 1.3em !important;
}

/* =================================================================== */





/* =================================================================== */
/* HEADER
/* =================================================================== */

#header_logo {
	width: 100%;
	padding: 10px 0;
	background: #fff;
}
#header_logo p {
	width: 960px;
	margin: 0 auto;
}
#header_logo p.logo_text {
	display: block;
	color: #006c60;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
#header_logo p.logo_text span {
	padding-left: .7em;
}
#header_logo p.logo_text img {
	vertical-align: -2px;
}
@media screen and (max-width: 767px) {
	#header_logo {
		width: auto;
		padding: 10px;
	}
	#header_logo p {
		width: auto;
	}
	#header_logo p.logo_text span {
		display: block;
		padding-left: 0;
	}
}

/* 青色帯のタイトル部分 */
#header_title {
	padding: 30px 0;
	background-color: #00ace0;/*#49ab8a;*/
}
	#header_title.second_page_title {
		padding: 14px 0;
	}
#header_title .header_title_box {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	color: #fff;
	/*text-align:center;
	/*vertical-align:middle;*/
}
#header_title .header_title_box h1 {
	display:block;
	text-align:center;
	font-size: 30px;
}
	#header_title.second_page_title .header_title_box h1 {
		font-size: 20px;
	}
#header_title .header_title_box h1 span {
	display:block;
	font-size: 36px;
}
	#header_title.second_page_title .header_title_box h1 span {
		font-size: 23px;
	}
#header_title .header_title_box h1 .spOnly {
	display: none;
}
#header_title .header_title_box .txt-for {
	margin-bottom: 1em; 
	font-size: 18px;
	text-align: center;
}
	#header_title.second_page_title .header_title_box .txt-for {
		margin-bottom: .3em; 
		font-size: 16px;
	}
#header_title .header_title_box .txt-period {
	text-align:center;
	margin-top: 1em;
}
	#header_title.second_page_title .header_title_box .txt-period {
		margin-top: .8em;
		font-size: 12px;
	}
@media screen and (max-width: 767px) {
	#header_title {
		padding: 10px;
	}
	#header_title .header_title_box {
		width: auto;
	}
	#header_title .header_title_box h1,
	#header_title.second_page_title .header_title_box h1 {
		font-size: 15px;
	}
	#header_title .header_title_box h1 span,
	#header_title.second_page_title .header_title_box h1 span {
		font-size: 20px;
	}
	#header_title .header_title_box h1 .spOnly {
		display: inline;
	}
	#header_title .header_title_box .txt-for {
		margin-bottom: .4em;
		font-size: 14px;
	}
	#header_title .header_title_box .txt-period {
		margin-top: .4em;
	}
}

/* =================================================================== */





/* =================================================================== */
/* MAIN　/　基本設定
/* =================================================================== */

.contents {
	margin: 40px auto;
}
.contents-main {
	float: none;
	width: 100%;
}
.content-box {
	padding-left: 25px;
	padding-right: 25px;
}

/* 各会社ロゴ */
.title-logo {
	padding-top: 12px;
}
.content-box-img-title {
	margin-left: -25px;
	margin-right: -25px;
	font-size: 18px;
	padding: 16px 25px 22px;
}

/* 推奨環境などのグレイのボックス */
.block-note-gray {
	background: #f0f0f0;
	padding: 20px;
}

/* 推奨環境などのdl dt dd 要素（並列） */
.dl_parallel {
	margin: 0;
}
.dl_parallel::after {
	content: "";
	display: table;
	clear: both;
}
.dl_parallel dt {
	width: 130px;
	float: left;
	padding: 5px 0 0;
}
.dl_parallel dd {
	margin-left: 130px;
	padding: 5px 0 0;
}
.dl_parallel dd::after {
	content: "";
	display: table;
	clear: left;
}

/* お手続きの流れ */
.step-procedure::after {
	content: "";
	display: table;
	clear: both;
}
.step-procedure li {
	background: #0FA998;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 20px 0;
	margin-left: 5%;
	width: 30%;
	font-size: 18px;
	float: left;
	position: relative;
}
.step-procedure li:first-of-type {
	margin-left: 0;
}
.step-procedure.column-4 li {
	width: 21.2%;
}
.step-procedure li::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14.5px 0 14.5px 20px;
	border-color: transparent transparent transparent #0FA998;
	position: absolute;
	right: -21px;
	top: 50%;
	transform: translateY(-50%);
}
.step-procedure li:last-of-type::after {
	display: none;
}
.step-procedure li .step-no {
	display: block;
	font-size: 15px;
	margin-bottom: .5em;
}
.step-procedure li .step-notice {
	display: block;
	font-size: 12px;
	margin-top: .5em;
}

/* 「方法はこちら」等のマーカー付リスト */
.list-parallel-2 {
    display: flex;
    justify-content: space-between;
}
.list-parallel-2::after {
	content: "";
	display:table;
	clear: both;
}
.list-parallel-2 li {
	width: 50%;
}
.list-parallel-2 li.is-ver2 {
    width: 45%;
}

/* 各サービスへの登録ボタン */
.banner-web-service {
	text-align: center;
	margin-top: 60px;
}
.banner-web-service > div {
	display: inline-block;
	margin: 0 auto;
	padding: 70px 70px 50px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .35);
	border-radius: 5px;
	position: relative;
}
	.banner-web-service.bg-orange > div {
		box-shadow: none;
		border: 2px solid #fac529;
		background: #f8f0d8;
	}
.banner-web-service > div .banner-caption {
	border: 1px solid #ccc;
	padding: .7em;
	background: #fff;
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 6px;
	font-size: 17px;
}
	.banner-web-service.bg-orange > div .banner-caption {
		border: none;
		background: #f4b806;
		color: #fff;
	}
.banner-web-service > div .banner-caption.w200-caption {
	width: 230px;
}
.banner-web-service > div .banner-caption.w300-caption {
	width: 340px;
}

/* 番号リスト */
.list-decimal li {
	margin: 0 0 0 1em;
	padding: 5px 0;
	text-indent: -1em;
}
.list-decimal li .txt-note {
	margin: 5px 0 0 1em;
	text-indent: -1em;
}


@media screen and (max-width: 767px) {
	.contents {
		margin: 20px auto;
	}
	.content-box {
		padding-left: 10px;
		padding-right: 10px;
	}
	.block-note-gray > .mR1em {
		margin-right: 0 !important;
	}

	.dl_parallel dt {
		width: 100%;
		float: none;
		padding: 5px 0 0;
	}
	.dl_parallel dd {
		margin-left: 0;
		padding: 0 0 10px;
		width: 100%;
	}
	.dl_parallel dd:last-child {
		padding: 0 0 0;
	}
	
	.step-procedure li,
	.step-procedure.column-4 li {
		width: 100%;
		padding: 10px 0;
		margin: 0 0 22px;
	}
	.step-procedure li::after {
		border-width: 20px 14.5px 0 14.5px;
		border-color: #0FA998 transparent transparent transparent;
		right: 50%;
		top: auto;
		bottom: -21px;
		transform: translateX(50%);
	}
	.step-procedure li:last-of-type {
		margin-bottom: 0;
	}

	
	.list-parallel-2 li,
    .list-parallel-2 li.is-ver2 {
		width: 100%;
	}

	/* 緑色のボタン */
	a.btn-no-icon, a.btn-no-icon:visited {
		font-size: 14px;
		line-height: 1.5;
	}


	.banner-web-service {
		margin-top: 50px;
	}
	.banner-web-service > div {
		padding: 39px 10px 15px;
	}
	.banner-web-service.line-2 > div {
		padding: 60px 10px 10px;
	}
	.banner-web-service > div .banner-caption {
		width: 80% !important;
		font-size: 14px;
	}
    .list-parallel-2 {
        flex-direction: column;
    }

}

@media screen and (min-width: 370px) and (max-width: 767px) {
	.banner-web-service.line-2.ip6-line-1 > div {
		padding: 36px 10px 10px;
	}
}

/* =================================================================== */





/* =================================================================== */
/* index.html / トップページ
/* =================================================================== */

/* ぼぶん番号 */
.bobun_number > ul {
	float: right;
}
.bobun_number::after,
.bobun_number > ul::after {
	content: "";
	display: table;
	clear: both;
}
.bobun_number > ul li {
	float: left;
	margin-left: 2em;
	padding: 1em 0 0;
}
@media screen and (max-width: 767px) {
	.bobun_number > ul {
		float: none;
		margin-top: 20px;
	}
	.bobun_number > ul li {
		float: none;
		margin-left: 0;
		text-align: right;
		padding: .2em 0 0;
	}
}

/* 貸倒保証制度とは */
ul.list-parallel-houjin::after {
	content: "";
	display: table;
	clear: both;
}
ul.list-parallel-houjin > li {
	float: left;
	width: 38%;
}
ul.list-parallel-houjin > li + li {
	width: 62%;
	text-align: right;
}
ul.list-parallel-houjin > li a {
	display: block;
}
@media screen and (max-width: 767px) {
	ul.list-parallel-houjin > li,
	ul.list-parallel-houjin > li + li {
		float: none;
		width: auto;
	}
	ul.list-parallel-houjin > li + li {
		text-align: center;
		margin-top: 20px;
	}
}
.btn-2-line .pdf-size {
	display: block;
	text-align: right;
	margin: 0.4em 0 0;
}
@media screen and (max-width: 767px) {
	.btn-2-line .pdf-size {
		display: inline;
	}
}

/* Jストリーム動画 */
.video-stream {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* padding-top: 80.25%; */
}
.video-stream iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* Jストリーム動画へのリンク（仮で設置） */
.link-video-stream {/*youTubeでも使用*/
	text-align: center;
}
.link-video-stream a {
	display: block;
}
@media screen and (max-width: 767px) {
	.link-video-stream img {
		width: 100%;
		height: auto;
		display: inline-block;
	}
}
/*youTube-iframe用*/
iframe.youtube-embed {
	width: 100%;
	max-width: 720px;
	aspect-ratio: 16/9;
}

/* メリット */
ul.list-merit-01 > li {
	margin: .8em 0 0 1.3em;
	text-indent: -0.6em;
}

/* 制度の特徴 */
ul.list-number01 > li {
	margin: .8em 0 0 0.2em;
	text-indent: -0.2em;
}
ul.list-number01 > li * {
	text-indent: 0;
}
ul.list-number02 > li {
	margin: .5em 0 0 3em;
	text-indent: -3em;
}
ul.list-number02 > li * {
	text-indent: 0;
}
ul.list-number02 > li .topIndent-1 {
	margin-left: 1em !important;
	text-indent: -1em !important;
}
dl.list-number02-plan {
	margin: 0;
}
dl.list-number02-plan dd {
	margin: 0;
}
dl.list-number02-plan dd + dt {
	margin-top: .5em;
}

/* お問い合わせ先 リンク */
.btn-contact-houjin a {
	display: block;
	border: 1px solid #afd6d2;
	background: #f1f9ff;
	border-radius: 6px;
	padding: .5em .8em;
	
}
/* 個人情報の取り扱い */
.privacy-contact {
	background: #e8e8e8;
	border-radius: 6px;
	padding: 1em;
	margin: 1em 0 0;

}

/* =================================================================== */
/* FOOTER
/* =================================================================== */

#footer {
	background-color: #eee;
}
#f_nav {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#f_nav ul {
	margin: 0;
	padding: 40px 0;
	list-style: none;
}
#f_nav ul li {
	display: inline;
	margin: 0 1.2em 0 0;
}
#f_nav ul li a:hover {
	text-decoration: underline;
}
#f_nav .pageTop {
	position: absolute;
	bottom: 25px;
	right: 0;
}
@media screen and (max-width: 767px) {
	#f_nav {
		width: auto;
		height: auto;
	}
	#f_nav ul {
		padding: 10px;
	}
	#f_nav ul li {
		display: block;
		margin: 0 0 .5em;
	}
	#f_nav .pageTop {
		position: fixed;
		bottom: 15px;
		right: 0;
		background: rgba(255, 255, 255, .5);
		padding: 15px;
		border-radius: 5px;
		z-index: 999;
	}
	#f_nav .pageTop img {
		width: 70px;
		height: auto;
	}
			
}



/* =================================================================== */