<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */


 /* for common
========================================================================== */

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	letter-spacing: normal;
}
*:not(input) {
	-webkit-user-select: none;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    font-family: Noto Sans JP, sans-serif;
}
body {
	-webkit-text-size-adjust: 100%;
    color: #181819;
    vertical-align: middle;
    background: #F7F8FA;
    letter-spacing: normal;
    padding-bottom: 8px;
}


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

  テキストスタイル

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


 /* 見出し
 ---------------------------------------*/

/* H1 大見出し */
.headline1 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
  	letter-spacing: -0.34px;
}

/* H2 基本の見出し */
.headline2 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
  	letter-spacing: normal;
}

/* h2 注意事項用の青色見出し */
.headline2_blue {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
  	letter-spacing: normal;
  	color: #5286b3;
}

/* H3 小見出し */
.headline3 {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6;
  	letter-spacing: normal;
}


 /* 基本のテキスト
 ---------------------------------------*/
.body1 {
	font-size: 1.4rem;
	line-height: 1.7;
    letter-spacing: -0.32px;
}


 /* キャプション
 ---------------------------------------*/

/* 基本のキャプションテキスト */
.caption1 {
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: normal;
	color: #929399;
}

/*  注意事項で使用する、小さめのキャプションテキスト */
.caption2 {
	font-size: 1.1rem;
	line-height: 1.6;
	letter-spacing: -0.32px;
	color: #929399;
}


 /* テキストリンク
 ---------------------------------------*/
a {
	color: #0072ce;
	text-decoration: none;
}

/* 基本のテキストリンク */
.textlink {
	font-size: 1.4rem;
	line-height: 1.7;
    letter-spacing: -0.32px;
	display: block;
}


 /* ステップの数字
 ---------------------------------------*/
.lato_number {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.1rem;
	font-style: normal;
	min-width: 2.4rem;
	height: 2.4rem;
	display: block;
	padding-right: 0.8rem;
	color: #0072ce;
}


 /* text-align
 ---------------------------------------*/
.ta_center {text-align: center}
.ta_left {text-align: center}
.ta_right {text-align: center}


 /* color
 ---------------------------------------*/
.text_color_blue {color: #5286b3;}


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

  コンテンツの配置

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


 /* .head_box H1タイトルエリア
 ---------------------------------------*/
.head_box {
	padding: 2.4rem 1.6rem;
}
.head_box .body1 {
	padding-top: 1.2rem;
}


 /* .sub_head_box サブタイトルエリア
 ---------------------------------------*/
.sub_head_box {
	padding: 2.4rem 1.6rem 1.2rem 1.6rem;
	text-align: left;
}

 /* .container 背景白のコンテンツエリア
 ---------------------------------------*/
.container {
	padding: 2rem 1.6rem;
	margin-bottom: 1.6rem;
	background: #fff;
}

/* 余白の設定 */
.container section{
	padding: 0.8rem 0;
	margin-bottom: 2.4rem;
}
.container section:last-child{
	margin-bottom: 0;
}



 /* .text_box
 /* 基本のコンテンツで使用する余白設定
 ---------------------------------------*/
.text_box .headline3 {
	padding-top: 2rem;
}
.text_box .caption1 {
	padding-top: 0.8rem;
}
.text_box .caption2 {
	padding-top: 1.2rem;
}
.text_box .body1 {
	padding-top: 1.2rem;
}
.text_box .textlink {
	padding-top: 0.8rem;
}


 /* .item_list
 /* 箇条書きのコンテンツ
 ---------------------------------------*/
.item_list {list-style: none;}
.item_list li {
	margin-top: 1.6rem;
}
.item_list li.narrow {
	margin-top: 1.2rem;
}
.item_list li .caption1{
	margin-top: 0.8rem;
}

.image_box img {
	width: 100%;
	padding-top: 1.6rem;
	max-width: 1024px;
}

 /* .sample_image
 /* 参考画像として小さい画像をitem_listの要素として表示する想定
 ---------------------------------------*/
.sample_image {
	padding-right: 1.6rem;
	max-width: 8.0rem;
}

 /* .tag_table
 /* ラベル・Chipsと並べる
 ---------------------------------------*/
.tag_table tr th,
.tag_table tr td {
	padding-top: 1.6rem;
	vertical-align: middle;
}
.tag_table th {
	padding-right: 1.6rem;
}
.tag_table th span {
	margin: .3rem 0;
}
 /* .chip_box */
.chip_box {
	min-width: 5.5rem;
	min-height: 4rem;
}
.chip_box img {
	width: 5.5rem;
	height: 4rem;
}

 /* .list_flex
 ---------------------------------------*/
.list_flex {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-basis: auto;
}
/* list_flexの入れ子構造 */
.list_flex .list_flex:first-child {
	margin-top: 0;
}
.list_flex .list_flex .indent {
	padding-left: 3.2rem;
}

 /* .icon_box
 ---------------------------------------*/
.icon_box {
	min-width: 4rem;
	min-height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 1.2rem;
}
.icon_box img {
	width: 2rem;
	height: 2rem;
}


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

   Parts

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

 /* ラベル
 ---------------------------------------*/
.label_red {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #fff;
	background: #DA291C;
	text-align: center;
	border-radius: 9px;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}
.label_gray {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #fff;
	background: #929399;
	text-align: center;
	border-radius: 9px;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}
.label_blue {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #fff;
	background: #0072CE;
	text-align: center;
	border-radius: 2px;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}
.label_light_blue {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #0072CE;
	background: #F2F5F7;
	text-align: center;
	border-radius: 2px;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}

.label_blue400 {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #fff;
	background: #5286B3;
	text-align: center;
	border-radius: 2px;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}


.label_pink {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #fff;
	background: #fc9bb3;
	text-align: center;
	border-radius: 2px;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}
.label_border_pink {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #fc9bb3;
	text-align: center;
	border-radius: 2px;
	border: solid 1px #fc9bb3;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}
/*202503追加*/
.label_red200 {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #da291c;
	background: #ffe2e0;
	text-align: center;
	border-radius: 2px;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}



.label_border_blue {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #0072CE;
	text-align: center;
	border-radius: 2px;
	border: solid 1px #0072CE;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}
.label_status_red {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #da291c;
	background: #f7f2f3;
	text-align: center;
	border-radius: 9px;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}
.label_status_blue {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #0072CE;
	background: #F2F5F7;
	text-align: center;
	border-radius: 8px;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}
.label_status_disabled {
	display: inline-block;
	font-size: 0.9rem;
	line-height: 1;
	color: #fff;
	background: #c3c4cc;
	text-align: center;
	border-radius: 8px;
	padding: 0.4rem 0.6rem;
	white-space: nowrap;
}


 /* ボタン
 ---------------------------------------*/
.btn_border_blue {
	display: block;
	color: #0072ce;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border: 1px solid #0072ce;
	padding: 2rem;
	border-radius: 6px;
	margin-top: 1.6rem;
}
.btn_border_blue:active{
	background: rgba(0,114,206,0.1);
}

 /* アイコン装飾がある場合 */
.btn_icon {
	line-height: 1;
	padding: 1.7rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_icon span {
	line-height: 1;
}
.btn_icon i{
	display: inline-block;
	width: 2rem;
	height: 2rem;
}
.btn_icon img{
	width: 2rem;
	height: 2rem;
}

 /* 左にアイコン設置 */
.btn_icon .icon_left {
	padding-right: 1.2rem;
}

 /* 右にアイコン設置 */
.btn_icon .icon_right {
	padding-left: 1.2rem;
}



 /* .accordion_box
 ---------------------------------------*/
.accordion_box {
	padding: 0 !important;
	border-bottom: 1px solid #E4E7EB;
}

 /* アンサー部分の指定 */
.accordion_content {
	visibility: hidden;
	max-height: 0;
	padding-bottom: 0;
	transition: 
		visibility .2s ease-out,
		padding-bottom .3s ease-out,
		max-height .3s ease-out;
}
.accordion_content h3 {
	margin-top: 2.8rem;
}
.accordion_content p:first-child {
	margin-top: 0;
}
.accordion_content p {
	margin-top: 0.8rem;
}

.accordion_content h3 span{
	font-size: 1.2rem;
	color: #929399;
	padding-left: 0.8rem;
	font-weight: normal;
}

 /* タイトル部分の指定 */
.accordion_title {
	padding: 2rem 3.6rem 2rem 0;
	position: relative;

}
.accordion_title::before {
	content: '';
	width: 2rem;
	height: 2rem;
	display: block;
	transform: rotate( 180deg );
	position: absolute;
	background-image: url("../img/common-dropdown.svg") ;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.open .accordion_title::before {
	content: '';
	width: 2rem;
	height: 2rem;
	display: block;
	right: 0;
	transform: rotate( 0deg );
	position: absolute;
	background-image: url("../img/common-dropdown.svg") ;
}

.open .accordion_content {
	visibility: visible;
	max-height: 1000px;
	padding-bottom: 2rem;
	transition: 
		visibility 1.0s ease-out,
		padding-bottom .3s ease-out,
		max-height .5s ease-out;
}

 /* .list_btn
 ---------------------------------------*/
.list_btn {
    background: #fff;
}
.list_btn li a {
	display: block;
	color: #181819;
	padding: 1.6rem 5.2rem 1.6rem 0;
	margin-left: 1.6rem;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.7;
    letter-spacing: -0.32px;
    border-bottom: 1px solid #e4e7eb;
}
.list_btn li a.browser::before {
	content: '';
	width: 2rem;
	height: 2rem;
	display: block;
	position: absolute;
	background-image: url("../img/common-browser.svg") ;
	top: 0;
	bottom: 0;
	right: 1.6rem;
	margin: auto;
}
.list_btn li a.internal::before {
	content: '';
	width: 2rem;
	height: 2rem;
	display: block;
	position: absolute;
	background-image: url("../img/common-right.svg") ;
	top: 0;
	bottom: 0;
	right: 1.6rem;
	margin: auto;
}

</pre></body></html>