@charset "utf-8";
/*
===========================================================
	StyleCss [lastUp 20240724]
===========================================================
*/
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/


img{ 
	vertical-align: bottom;
}
a img { /* 青ボーダー削除 */
	border: none;
}
p {
	line-height: 150%;
}

/*----------------------------------------------------
	リンク設定
----------------------------------------------------*/
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #666;
	text-decoration: underline;
}

/*----------------------------------------------------
	装飾
----------------------------------------------------*/

.border_gray {
	border: 1px solid #333;
}
.border_att {
	border: 1px dashed #CC0000;	
}
.border_bottom_dot {
	border-bottom: 1px dotted #666;
}
.border_top_dot {
	border-top: 1px dotted #666;
}



/*----------------------------------------------------
	グローバルナビ
----------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 0;
	width: 1160px;
	height: 113px;
	background-color: #fff;
}
#header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
/*タイトルロゴ*/
#head_title {
	float: left;
	margin-top: 16px;
	margin-left: 114px;
	width: 129px;
	height: 22px;
}

/*日本語サイトリンク*/
.head_link_jp {
	float: left;
	margin-top: 14px;
	margin-left: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;	
	font-size: 15px; font-size: 1.5rem;
}
.head_link_jp a:visited {
	text-decoration: none;
	color: #000;
}
.head_link_jp a:hover {
	text-decoration: none;
	color: #666;
}

/*ナビ*/
#head_gnav_area {
	margin-left: 35px;
	padding-top: 13px;
	height: 90px;
	zoom: 1;
	float: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#head_gnav_area > li{
	float: left;
	height: 90px;
	list-style: none;
	border-right: 2px dotted #000;
}

#head_gnav_area > li#gnav_list1 {
	border-left: 2px dotted #000;
}

#head_gnav_area dl {
	margin: 0;
	padding: 0 10px;
}
#head_gnav_area dl dt {
	font-weight: 700;	
	font-size: 15px;font-size: 1.5rem;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 5px;
}
#head_gnav_area dl dd {
	font-weight: 600;
	font-size: 12px;font-size: 1.2rem;
	text-align: right;
}
#head_gnav_area dl dt a:visited {
	text-decoration: none;
	color: #000;
}
#head_gnav_area dl dt a:hover {
	text-decoration: none;
	color: #666;
}
#head_gnav_area dl dd a:visited {
	text-decoration: none;
	color: #000;
}
#head_gnav_area dl dd a:hover {
	text-decoration: none;
	color: #666;
}

/* アクティブページ　body.class設定必須
========================================== */
body.page01 #nav1 a {text-decoration: none; color: #666;}

body.page02 #nav2 a {text-decoration: none; color: #666;}

body.page02_1 #nav2_1 a {text-decoration: none; color: #666;}
body.page02_2 #nav2_2 a {text-decoration: none; color: #666;}
body.page02_3 #nav2_3 a {text-decoration: none; color: #666;}

body.page03 #nav3 a {text-decoration: none; color: #666;}

body.page03_1 #nav3_1 a {text-decoration: none; color: #666;}
body.page03_2 #nav3_2 a {text-decoration: none; color: #666;}
body.page03_3 #nav3_3 a {text-decoration: none; color: #666;}

body.page04 #nav4 a {text-decoration: none; color: #666;}

body.page04_1 #nav4_1 a {text-decoration: none; color: #666;}
body.page04_2 #nav4_2 a {text-decoration: none; color: #666;}
body.page04_3 #nav4_3 a {text-decoration: none; color: #666;}
body.page04_4 #nav4_4 a {text-decoration: none; color: #666;}

body.page05 #nav5 a {text-decoration: none; color: #666;}

body.page06 #nav6 a {text-decoration: none; color: #666;}
body.page06_2 #nav6 a {text-decoration: none; color: #666;}
body.page06_1 #nav6_1 a {text-decoration: none; color: #666;}
body.page06_2 #nav6_2 a {text-decoration: none; color: #666;}




/*----------------------------------------------------
	フッタ
----------------------------------------------------*/
footer {
	padding: 0;
	width: 100%;
	height: 60px;
	bottom: 0;  /* footer位置 */
	position: absolute;
	text-align: center;
	display: block;
}
ul#foot_nav_area {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}
ul#foot_nav_area li {
	text-align: left;
}
#foot_text {
	margin-top: 20px;
	font-size: 11px;
	font-size: 1.1rem;
}
ul#foot_nav_area a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
ul#foot_nav_area a:hover, 
ul#foot_nav_area a:link {
	color: #000;
}
/*
#foot_text_area {
	margin: 0 auto;
	width: 1000px;
	height: 70px;
	background-color: #fff;
	text-align: center;
}
*/


/*----------------------------------------------------
	カテゴリページ要素
----------------------------------------------------*/
/*角丸/CSS3-PIE*/
.rounded {
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    zoom: 1;
    position:relative;
}

/* ページ領域
========================================== */
#main_area {
	margin: 60px auto 0;
	width: 930px;
	overflow: hidden;
}

#sub_area {
	padding-top: 40px;
	margin: 0 auto;
	width: 815px;
	overflow: hidden;
}



/*----------------------------------------------------
	ダウンロード
----------------------------------------------------*/
/* 共通 */
.positionStatic {
	position: static;
}
.bg_white {
	background: #fff;
}
.container {
	width: 780px;
	margin: 0 auto;
}
.download__title {
	font-size: 2.4rem;
	color: #60c0bd;
	font-weight: 600;
}
.download__subtitle {
	margin-top: 50px;
	font-weight: 600;
	font-size: 18px;
}
/* notice */
.downloadNotice {
	position: relative;
	margin-bottom: 500px;
}
.downloadNotice__inner {
	background-image: url(../images/slide/slide03.jpg);
	background-size: cover;
	background-position: center 50%;
	background-repeat: no-repeat;
	height: 540px;
}
.downloadNotice__copy {
	padding-top: 50px;
}
.downloadNotice__item {
	position: absolute;
	padding: 70px 50px 60px;
	width: 960px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
	border: 3px solid #72c6c4;
	background: #fff;
	border-radius: 10px;
}
.downloadNotice__item--second {
	position: static;
	margin: 120px auto;
	top: 0;
	left: 0;
	transform: translateX(0) translateY(0);
}
.downloadNotice__item h2 {
	margin-bottom: 50px;
	font-size: 24px;
}
.downloadNotice__item p {
	margin-bottom: 100px;
	font-size: 18px;
}
.downloadNotice__item a {
	display: block;
	color: #231815;
	background: #72c6c4;
}
.downloadNotice__item a:hover {
	color: #fff;
	text-decoration: none;
}
.downloadNotice__btn {
	margin: 0 auto;
	text-align: center;
	width: 200px;
	padding: 6px;
	font-size: 22px;
}
.downloadNotice__select {
	display: flex;
	width: 600px;
	margin: 0 auto;
}
/* download center */
.downloadCenter {
	position: relative;
	margin: 100px auto 250px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.table_downloadCenter {
	margin-top: 10px;
	margin-left: 67px;
	width: 100%;
	border-top: 1px solid #60c0bd;
}
#table_download {
	margin-top: 10px;
	width: 780px;
	border-top: 1px solid #60c0bd;
}
#table_download th {
	padding: 5px 0 5px 40px;
	width: 177px;
	border-right: 1px solid #60c0bd;
	border-bottom: 1px solid #60c0bd;
	font-size: 18px;
	color: #000;
}
#table_download td {
	padding: 5px 2px 5px 28px;
	border-bottom: 1px solid #60c0bd;
	font-size: 16px;
	color: #000;
}
#table_download input {
	width: 100%;
	height: 20px;
	font-size: 16px;
}
/* invalid information */
.invalidInformation {
	position: absolute;
	width: 780px;
	left: 0;
	bottom: -20px;
	transform: translateY(100%);
	border: 3px solid #72c6c4;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
}
.invalidInformation__inner {
	padding: 40px 100px;
	position: relative;
}
.invalidInformation h2 {
	margin-bottom: 50px;
	font-weight: bold;
}
.closeBtn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.closeBtn img {
	width: 30px;
}
.invalidInformation__inner button {
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
}
/* operation manual download */
.manualDownload {
	width: 820px;
	margin: 80px auto 250px;
}
.manualDownload__subtitle {
	margin: 20px 0 30px;
	font-weight: 600;
	font-size: 18px;
	color: #60c0bd;
}
.manualDownload__table {
	border: 1px solid #60c0bd;
}
.manualDownload__bgGlay {
	background: #e3e4e7;
}
.manualDownload__table th {
	text-align: center;
	padding: 5px;
	border: 1px solid #60c0bd;
}
.manualDownload__table td {
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	border: 1px solid #60c0bd;
}
.manualDownload__table th:first-of-type {
	text-align: left;
}
.manualDownload__table td:first-of-type {
	text-align: left;
}


/*----------------------------------------------------
	PP
----------------------------------------------------*/
.lead_pp {
	font-weight: bold;
	font-size: 15px;
}

.list_pp {
	margin-top: 30px;
}
.list_pp dt {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 15px;	
}
.list_pp dd {
	margin-bottom: 20px;
 line-height: 1.7;
}
.list_pp dd p {
	margin-bottom: 1rem;;
}

#privacypolicy .list_pp ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 2rem;
}
#privacypolicy .list_pp ul li {
	list-style-type: disc;
}





