@charset "Shift_JIS";
/*---------------------------------------------------
CSS for Guest Top Page
Last Updated: 2018/09/19
-----------------------------------------------------
00. RESET + BASE
01. COMMON
------
01-01. STRUCTURE
01-02. HEADINGS
01-03. LIST
01-04. BUTTONS
01-05. THUMBNAIL + BANNER IMAGE
01-06. LINK ICON
01-07. TEXT
------
02. TOP
03. REASON
04. BEGINNER
05. NEWS
06. PICKUP AND SEMINAR
07. REPORT AND INFO
08. PRODUCTS AND SERVICE
09. BANNER AREA

13. FOOTER INFO
14. ASIDE
15. SCROLL MENU
/*---------------------------------------------------
00. RESET + BASE
---------------------------------------------------*/
/*RESET*/
html {
	font-size:10px;
	min-width: 980px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p { margin:0; padding:0;}
li { list-style:none;}
h1,h2,h3,h4,h5,h6,em {font-size:100%; font-weight: normal;}
img, img a { border: none;vertical-align: bottom;}
a { outline: 0;}

body {
background: #fff;
color: #333;
font-family: "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:1.4em;
line-height: 1.43;
}

/*パスワード「￥」入力表示*/
ul li input[name="passwd"]{
font-family: "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
	html {
		min-width: auto;
	}
	body {
		overflow: hidden;
		-webkit-text-size-adjust: 100%;
	}
}
input:focus::placeholder {
	color: transparent;
}

/*link*/
.gtop_inner a:link {color: #1155CC;text-decoration: none;}
.gtop_inner a:visited {color: #8516c5;text-decoration: none;}
.gtop_inner a:hover {color: #1155CC;text-decoration: underline;}
.gtop_inner a:active {color: #1155CC;text-decoration: none;}
.gtop_inner .products_list li a:hover span {color: #1155CC;text-decoration: underline;}

.text_box {
	border: 2px solid #cccccc;
	height: 31px;
	box-sizing: border-box;
}

/* 2023/12/18 CMG修正 */
/*outline*/
a:not(:root):focus-visible {
	outline: solid;
}

input:not(:root):focus-visible,
button:not(:root):focus-visible,
textarea:not(:root):focus-visible,
select:not(:root):focus-visible,
a[class*="btn"]:focus-visible,
[class*="btn"] a:focus-visible {
	outline: solid #333;
}
/* /2023/12/18 CMG修正 */
/*---------------------------------------------------
01. COMMON
---------------------------------------------------*/
/* --------------------------------
01-01. STRUCTURE
---------------------------------*/
/*contents wrap*/
#guest_top_container {
width: 100%;
min-width: 980px;
margin: 15px 0 0px;
}
#guest_top_container .gtop_inner {
	display: flex;
	flex-direction: column;
}
.sectop_inner {
	width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#hd_top {
		width: 100%;
	}
	#hd_top #logo,
	#hd_top #hd_nav {
		float: none;
	}
	#global_nav ul#g_nav {
		width: 100%;
	}
	#product_nav {
		width: 100%;
		height: auto;
		overflow: auto;
	}
	#product_nav ul li {
		float: none;
	}
	#guest_top_container {
		min-width: auto;
		margin-top: 0;
	}
	.sectop_inner {
		width: 100%;
	}
}
/*columns*/
.two_col .col_left,
#news_camp {
width: 476px;
float: left;
}
.two_col .col_right {
width: 476px;
float: right;
}
.three_col .col_left,
.three_col .col_mid,
.three_col .col_right {
width: 308px;
float: left;
margin-right: 28px;
}
.three_col .col_right {
margin-right: 0;
}

.three_col_pr .col_left,
.three_col_pr .col_mid,
.three_col_pr .col_right {
width: 226px;
float: left;
margin-right: 28px;
}
.three_col_pr .col_right {
margin-right: 0;
}

.row_2 {
	margin: 0 auto;
}
.row_2:after {
	content: "";
	clear: both;
	display: block;
}
.row_2 .col {
	float: left;
	margin-left: 25px;
	width: calc((100% - 25px) / 2);
}
.row_2 .col:first-child {
	margin-left: 0;
}

/*bottom margin*/
#guest_top_container .section {
margin-bottom: 30px;
}

/*top margin*/
.mt15 {
margin-top: 15px;
}
.mt25 {
margin-top: 25px;
}
.mt10 {
margin-top: 10px;
}

/*clear float*/
#sec_top:after,
#sec_merit:after,
#sec_info:after,
.two_col:after,
.three_col:after,
.three_col_pr:after {
content: "";
clear: both;
display: block;
}

/* --------------------------------
01-02. HEADINGS
---------------------------------*/
.gtop_inner h2 {
position: relative;
display: block;
font-weight: bold;
}
.gtop_inner h2:before {
position: absolute;
left: 0;
top: -4px;
display: block;
width: 60px;
height: 4px;
background: #e1c561;
content: "";
}
.gtop_inner h3 {
line-height: 22px;
}
.gtop_inner h4 {
padding: 0 0 1px;
border-bottom: 2px solid #e0e0e0;
font-size: 1.6rem;
line-height: 22px;
margin-bottom:15px;
}

.gtop_inner .sec_title_lv1 {
	margin: 0;
	padding: 80px 0 0;
	border: none;
	font-size: 3.0rem;
	line-height: 1;
	text-align: center;
}
.gtop_inner .sec_title_lv1:before {
	content:none;
}

.gtop_inner .sec_title_lv2 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.gtop_inner .sec_title_lv2:before {
	content:none;
}

.gtop_inner .sec_title_lv3 {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.gtop_inner .sec_title_lv1 {
		padding: 60px 0 0;
	}
}
@media screen and (max-width: 479px) {
	.gtop_inner .sec_title_lv1 {
		font-size: 2.4rem;
	}
	.gtop_inner .sec_title_lv2 {
		font-size: 2.0rem;
	}
}
/* --------------------------------
01-03. LIST
---------------------------------*/
ul.lst li,
ul.lst_two li,
ul.lst_news li,
ul.lst_report li,
ul.lst_seminar li {
line-height: 1.428;
margin-bottom: 7px;
}

/*--- Top Information LIST ---*/
ul.lst_news li {
	margin-bottom: 15px;
}
.lst_news li img {
vertical-align: middle;
margin-left: 15px;
}
.lst_news li .date_news {
float: left;
width: auto;
font-size: 1.4rem;
}
.lst_news li [class^=tag_] {
margin: 0 20px;
}
.lst_news li .ti_news {
	width: auto;
	margin-left: 122px;
	font-size: 1.6rem;
}
.lst_news li .ti_news a,
.lst_news li .ti_news a:link {
	color: #333;
}
.lst_news li .ti_news a:visited {
	color: #838383;text-decoration: none;
}
.lst_news#newsArea1 {
display: none;
}

@media screen and (max-width: 767px) {
	.lst_news {
		margin: 0 20px 0;
	}
	.lst_news li .date_news {
		color: #9e9e9e;
		float: none;
	}
	.lst_news li .ti_news {
		margin-left: 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 479px) {
	.lst_news li .ti_news {
		font-size: 1.4rem;
	}
}
/*--- With Thumbnail LIST ---*/
.lst_thumb li {
margin-bottom: 13px;
}
.ti_thumb {
font-weight: bold;
margin-bottom: 6px;
}
.cont_thumb p {
font-size: 1.3rem;
overflow: hidden;
}
.cont_thumb img {
float: left;
margin-right: 10px;
border: 1px solid #e0e0e0;
}

/*--- Report LIST ---*/
ul.lst_report li {
margin-bottom: 10px;
}
.lst_report img.pic {
margin-right: 10px;
}
.lst_report .cont_time,
.lst_report .cont {
margin-left: 50px;
}
.lst_report h5 {
font-weight: bold;
background-color: #fff;
margin: 0 0 5px 0;
padding: 0;
border: 0;
}
.lst_report .ti_report {
line-height: 1.428;
vertical-align: top;
}
.lst_report .cont .ti_report {
width: 370px;
display: inline-block;
vertical-align: top;
}
.lst_report p {
font-size: 1.3rem;
padding: 3px 0 0 0px;
}
.lst_report .cont {
margin-bottom: 5px;
}

.date_report {
font-size: 1.2rem;
}
.lst_report .cont .date_report {
width: 45px;
display: inline-block;
vertical-align: top;
}
.lst_report .cont_time .date_report {
margin-left: 20px;
font-size: 1.2rem;
font-weight: normal;
}

/*--- Seminar LIST ---*/
.date_seminar,
.date_seminar02 {
margin-right: 10px;
display: inline-block;
vertical-align: top;
font-size: 1.2rem;
line-height: 1.7;
}
.ti_seminar,
.ti_seminar02 {
width: 370px;
display: inline-block;
vertical-align: top;
}
.date_seminar span {
padding-left: 15px;
}
.ti_seminar02 {
width: 420px;
}

/*--- 2 Columns LIST ---*/
.lst_two li {
float: left;
width: 224px;
margin: 0 28px 9px 0;
}
.lst_two li:nth-child(even),
.lst_two li.even {
margin-right: 0;
}
.lst li p,
.lst_two li p {
font-size: 1.3rem;
margin-top: 3px;
}
.lst li.ban {
margin: 15px 0 10px;
}

/*--- Vertical Banner LIST ---*/
.lst_ban {
margin-top: 15px;
}
.lst_ban li {
margin-top: 10px;
}

/*clear float*/
.lst_news li:after,
.lst_thumb li:after,
.lst_two:after {
content: "";
clear: both;
display: block;
}

/* tab menu */
.tab_menu {
	display: inline-flex;
	justify-content: center;
}
.tab_menu li {
	width: 230px;
}
.tab_menu li:not(:first-child) {
	margin-left: 20px;
}
.tab_menu li button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	display: inline-block;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	line-height: 17px;
	font-size: 1.4rem;
	background-color: #F5F5F5;
	pointer-events: none;
	color: #333!important;
}
.tab_panel {
	display: inline-flex;
	justify-content: center;
}
.tab_panel li {
	width: 180px;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.tab_panel {
		width: 100%;
	}
	.tab_panel li{
		width: 100%;
		margin-right: 0px;
	}
	.tab_panel .current {
		display: block;
		text-align: center;
	}
	.tab_menu li {
		margin-right: 0;
	}
  .tab_menu li:not(:first-child) {
    margin-left: 5px;
  }
  .tab_menu li button {
    pointer-events: auto;
    background-color: transparent;
    font-size: 1.2rem;
  }
	.tab_menu li.current {
	color: #333!important;
	background: #e0e0e0;
	}
}
@media screen and (max-width: 479px) {
	.tab_menu li {
		width: auto;
	}
  .tab_menu li button {
    font-size: 1rem;
  }
}

/* heading list */
.heading_list {
	position: relative;
	z-index: 1;
}
.heading_list li {
	font-size: 1.6rem;
}
.heading_list li:not(:first-child) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #e0e0e0;
}
.heading_list dt {
	font-weight: bold;
}
.heading_list dd {
	margin-top: 10px;
}
.heading_list dd .date {
	margin-bottom: 3px;
	display: block;
	color: #838383;
	font-size: 1.4rem;
}
.heading_list dd a,
.heading_list dd a:link,
.heading_list dd a:visited,
.heading_list dd a:hover {
	color: #333;
}

@media screen and (max-width: 767px) {
	.heading_list li:not(:first-child) {
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px dashed #e0e0e0;
	}
	.heading_list:nth-child(2) li:first-child {
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px dashed #e0e0e0;
	}
}
@media screen and (max-width: 479px) {
	.heading_list li {
		font-size: 1.4rem;
	}
}

/* sec footer links */
.sec_footer_links {
	font-size: 1.6rem;
}
.sec_footer_links li {
	margin-left: 20px;
	display: inline-block;
}
.sec_footer_links li:first-child {
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	.sec_footer_links li {
		margin: 10px 0 0;
		display: block;
	}
	.sec_footer_links li:first-child {
		margin: 0;
	}
}
@media screen and (max-width: 479px) {
	.sec_footer_links {
		font-size: 1.4rem;
	}
}
/* icon list */
.icon_list li:not(:first-child) {
	margin-top: 20px;
}
.icon_list li a {
	display: inline-block;
}
.icon_list .icon {
	margin-right: 10px;
	vertical-align: middle;
}

/* sns list */
#sns_area {
	width: 980px;
	margin: 0 auto;
	margin-top: 120px;
}
.sns_list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.sns_list li {
	font-size: 1.4rem;
}
.sns_list .icon {
	margin-right: 10px;
	vertical-align: middle;
}
.sns_list .icon img {
	width: 40px;
	height: 40px;
}
.sns_list .icon_text {
	text-align: center;
	width: 100%;
}
.sns_list_wrap {
	display: flex;
	flex-direction: row;
}
.sns_wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#sns_area {
		width: 100%;
		margin-top: 80px;
	}
	.sns_list {
		justify-content: space-around;
		margin-right: 0;
	}
	.sns_list li{
		margin-left: 0;
		margin-bottom: 40px;
		width: 100%;
		padding: 0 5px;
	}
	.sns_list li:first-child {
		margin-left: 0;
	}
	.sns_list .icon {
		margin: 0 0 10px 0;
	}
	.sns_wrap {
		flex-direction: column;
		align-items: center;
	}
}
@media screen and (max-width: 479px) {
	#sns_area {
		margin-top: 60px;
	}
	.sns_list_wrap {
		flex-direction: column;
	}
}
/* banner list */
.banner_list {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.banner_list_small {
	margin: 0 auto;
	width: 706px;
}
.banner_list_small:after {
	content: "";
	clear: both;
	display: block;
}
.banner_list_small li {
	float: left;
	margin-left: 20px;
}
.banner_list_small li:first-child {
	margin-left: 0;
}

/* scr_menu_list */
.scr_menu_list {
	width: 800px;
}
.scr_menu_list:after {
	content: "";
	clear: both;
	display: block;
}
.scr_menu_list li {
	float: left;
	margin-right: 30px;
}
.scr_menu_list li:first-child {
	margin-left: -20px;
}
.scr_menu_list_ver2 {
	width: 800px;
}
.scr_menu_list_ver2:after {
	content: "";
	clear: both;
	display: block;
}
.scr_menu_list_ver2 li {
	float: left;
	margin-right: 29px;
}
.scr_menu_list_ver2 li:first-child {
	margin-left: -10px;
}
#guest_banner1 {
	display: none;
}
#sp_guest_banner1 {
	display: none;
}
#member_banner1,
#member_banner2,
#member_banner3,
#member_banner4,
#member_banner5,
#member_banner6,
#member_banner7,
#member_banner8,
#member_banner9,
#member_banner10,
#member_banner11,
#member_banner12,
#member_banner13,
#member_banner14,
#member_banner15,
#member_banner16,
#member_banner17,
#member_banner18,
#member_banner19,
#member_banner20 {
	display: none;
	margin-top :30px;
}
#sp_member_banner1,
#sp_member_banner2,
#sp_member_banner3,
#sp_member_banner4,
#sp_member_banner5,
#sp_member_banner6,
#sp_member_banner7,
#sp_member_banner8,
#sp_member_banner9,
#sp_member_banner10,
#sp_member_banner11,
#sp_member_banner12,
#sp_member_banner13,
#sp_member_banner14,
#sp_member_banner15,
#sp_member_banner16,
#sp_member_banner17,
#sp_member_banner18,
#sp_member_banner19,
#sp_member_banner20 {
	display: none;
	margin-top :30px;
}
/* --------------------------------
01-04. BUTTONS
---------------------------------*/
/*normal btn*/
.btn_normal a {
	position: relative;
	border: 1px solid #dbab00;
	border-radius: 2px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #917100;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.btn_normal a:link,
.btn_normal a:visited {
	color: #917100;
}
.btn_normal.btn_normal_l a {
	height: 52px;
	line-height: 52px;
	font-size: 1.6rem;
}
.btn_normal .icon {
	margin-right: 10px;
	vertical-align: middle;
}

/*account open btn*/
.btn_open_account {
	margin: 20px 0 0;
	width: 260px;
}
.btn_open_account a {
	display: inline-block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	background-color: #ff7200;
	color: #fff;
}
.btn_open_account a:link,
.btn_open_account a:visited {
	color: #fff;
}
.btn_open_account a:hover {
	background-color: #ff9540;
	text-decoration: none;
}

.btn_open_account_top{
	padding-bottom: 1px;
	margin-bottom: 9px;
}
.btn_open_account_top a {
display: block;
width: 100%;
height: 51px;
line-height: 55px;
font-size: 2.2rem;
color: #fff;
text-align: center;
font-weight: bold;
text-decoration: none;
border-radius: 3px;
background-color: #ff7200;
color: #fff;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.btn_open_account_top a:hover {
background-color: #ff9540;
color: #fff;
text-decoration: none;
}

/*login btn*/
.btn_login_top span:before {
	content: url(../img/top4/ic_login.png);
	margin-right: 5px;
}
.btn_login_top {
	border-radius: 2px;
	padding: 10px 0 9px;
	width: 202px;
	height: 36px;
	display: block;
	color: #fff;
	background-color: #2eb975;
	font-weight: bold;
	font-size: 1.6rem;
	text-decoration: none;
	text-align: center;
	border-style: none;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
	line-height: 1;
}
.btn_login :hover {
	background-color: #62cb98;
	text-decoration: none;
	cursor: pointer;
}

.top_side_login {
	margin: 15px 0 0;
	text-align: right;
}
.top_side_login a {
	position: relative;
	padding: 0 40px 0 25px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	color: #fff;
	background: #2eb975;
	font-size: 1.2rem;
	text-align: center;
}
.top_side_login a:link,
.top_side_login a:visited,
.top_side_login a:hover {
	color: #fff;
}
.top_side_login a:before {
	content: "";
	position: absolute;
	left: -40px;
	border-width: 22px 40px 0 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #2eb975;
	width: 0;
	height: 0;
}
.top_side_login a:hover {
	color: #fff;
	background-color: #62cb98;
	text-decoration: none;
}
.top_side_login a:hover:before {
	border-right-color: #62cb98;
}

#guest_top_container .btn_open_account_top a:link,
#guest_top_container .btn_open_account_top a:visited,
#guest_top_container .btn_login_top a:link,
#guest_top_container .btn_login_top a:visited {
color: #fff;
text-decoration: none;
}

/* button wrap */
.single_btn_area {
	margin: 0 auto;
	width: 260px;
}
.btn_title {
	font-size: 1.6rem;
	text-align: center;
}

/* check box */
:root .check-box {
	position: relative;
  margin: 0 2px 0 0;
  width: 16px;
  height: 16px;
  display: inline-block;
	vertical-align: middle;
}
:root .check-box input[type="checkbox"] {
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  position: relative;
  left: 2px;
}
:root .check-box input[type="checkbox"] + label {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/common/ic_checkbox_off.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
:root .check-box input[type="checkbox"]:checked + label {
  background: url("../img/common/ic_checkbox_on.png") no-repeat;
}
:root .check-box input[type="checkbox"][disabled] + label{
  background: url("../img/common/ic_checkbox_off_disabled.png") no-repeat;
}
:root .check-box input[type="checkbox"][disabled]:checked + label {
  background: url("../img/common/ic_checkbox_on_disabled.png") no-repeat;
}

/* 2023/12/18 CMG修正 */
:root .check-box input[type="checkbox"]:focus-visible + label {
  outline: solid #333;
}
/* /2023/12/18 CMG修正 */

:root .check-box + label {
	line-height: 1;
	vertical-align: middle;
}

/* --------------------------------
01-05. THUMBNAIL + BANNER IMAGE
---------------------------------*/
.ban {
	margin: 18px 12px 0;
}
.ban img {
	/* border: 1px solid #e0e0e0; */
	width: 100%;
}
img.pic {
float: left;
margin-right: 10px;
border: 1px solid #e0e0e0;
}

/* --------------------------------
01-06. TAG ICON + LINK ICON
---------------------------------*/
.link_more {
margin-top: 20px;
border-top: 1px solid #e0e0e0;
padding-top: 10px;
text-align: right;
}
.link_more span {
font-size: 1.2rem;
margin-right: 10px;
}
#sec_report .link_more {
margin-top: 15px;
}
/*new window*/
.ic_new_win {
background: url(../img/top4/ico-link-blank_01.png) no-repeat 100% 40%;
padding: 2px 15px 2px 0;
}
/*PDF with file size*/
.ic_pdf {
background: url(../img/top4/ico-link-pdf_01.png) no-repeat 100% 3px;
padding: 2px 10px 2px 0;
}
/*img icon*/
.ic {
vertical-align: middle;
margin-left: 15px;
}

/*--- Tag Icon ---*/
.tag_news, .tag_camp, .tag_imp, .tag_pro {
display: inline-block;
padding: 0 5px;
height: 20px;
box-sizing: border-box;
line-height: 20px;
font-size: 1.2rem;
text-align: center;
color: #fff;
}
.tag_new, .tag_bb{
display: inline-block;
padding: 0 5px;
height: 20px;
line-height: 20px;
font-size: 1.2rem;
text-align: center;
color: #fff;
}
.tag_news, .tag_camp, .tag_imp, .tag_pro  {
margin-left: 5px;
}
.tag_new, .tag_bb  {
margin-left: 15px;
}
.tag_news, .tag_camp, .tag_imp, .tag_pro  {
min-width: 80px;
}
.tag_news {
background-color: #9e9e9e;
}
.tag_camp {
background-color: #dbab00;
}
.tag_imp {
background-color: #e01515;
}
.tag_pro {
background-color: #927a22;
}
/*IPO tag*/
.tag_new, .tag_bb {
width: 59px;
border-radius: 15px;
}
.tag_new {
background-color: #dbab00;
}
.tag_bb {
background-color: #927a22;
}
@media screen and (max-width: 767px) {
	.link_more {
		display: none;
	}
}

/* --------------------------------
01-07. TEXT
---------------------------------*/
.text_gain {
	color: #e01515;
}
.text_loss {
	color: #146dc8;
}
.icon_link_area {
	text-align: center;
}
.icon_link_area .icon {
	margin-right: 10px;
	vertical-align: middle;
}

.msg_box {
	position: relative;
	background: #fff;
	border: 1px solid #e01515;
	margin: 30px 0 0;
	padding: 8px 10px;
}
.msg_box h2 {
	margin: 0;
	padding-top: 0;
	padding-left: 30px;
	border: 0;
	color: #e01515;
	background: url(../img/common/ic_warning2_xs.png) left center no-repeat;
	font-size: 1.4rem;
}
.msg_box h2:before {
	content: none;
}
.msg_box .msg_body {
	padding: 0 0 0 30px;
	color: #e01515;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: .3s ease-out padding,
		.3s ease-out line-height,
		.1s linear visibility,
		.1s linear opacity;
}
.msg_box .msg_body.open {
	padding-top: 10px;
	line-height: 1.43;
	visibility: visible;
	opacity: 1;
}
.msg_box .open_close {
	position: absolute;
	top: 9px;
	right: 15px;
	padding: 0;
	border: 0;
	color: #1155CC;
	background: none;
	cursor: pointer;
}
.msg_box .open_close:hover {
	text-decoration: underline;
}
.msg_box_sec_update {
border: 1px solid #cccccc;
padding: 8px 10px;
box-sizing: border-box;
}
.msg_box_mnt {
position: relative;
background: #fff;
border: 1px solid #DBAB00;
margin: 30px 0 0;
padding: 8px 10px;
}
.msg_box_mnt h2 {
margin: 0;
padding-top: 0;
padding-left: 30px;
border: 0;
color: #DBAB00;
background: url(/pc/static/image/common/ico-notice_01.png) left center no-repeat;
font-size: 1.4rem;
}
.msg_box_mnt h2:before {
content: none;
}
@media screen and (max-width: 767px) {
	.msg_box {
		margin: 10px 20px 0;
	}
	.msg_box_mnt {
		margin: 10px 20px 0;
	}
}

/*---------------------------------------------------
02. TOP
---------------------------------------------------*/
#sec_top {
	width: 980px;
	margin: 0 auto;
}
.top_wrap {
	display: flex;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	#sec_top {
		width: 100%;
	}
	.top_wrap {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.u-only-pc {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.u-only-sp {
		display: none !important;
	}
}
/*main visual*/
#main_visual {
	margin-right: 30px;
	width: 728px;
}
@media screen and (max-width: 767px) {
	#main_visual {
		margin-right: 0;
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	#main_visual .bx-wrapper .bx-pager {
		padding-top: 14px;
	}
}
/*side*/
#top_side {
	position: relative;
	flex: 1;
}
.login_area {
	background: #f5f5f5;
	padding: 7px 10px 10px;
}
.login_area .login_keybord {
	padding: 0 0 0 20px;
	background: url(../img/category/login/keyboard.png) left center no-repeat;
	font-size: 1.3rem;
}
.login_input {
	margin-top: 7px;
}
.login_input input {
	padding: 2px;
	width: 100%;
	font-size: 1.4rem;
}
.login_input li:not(:first-child) {
	margin-top: 5px;
}
.view_password {
	margin: 9px 0;
	font-size: 1.3rem;
}
.btn_login_top {
	margin-top: 6px;
}
.link_aside {
	margin-top: 12px;
	font-size: 1.3rem;
	text-align: right;
}

@media screen and (max-width: 767px) {
	#top_side {
		display: none;
	}
}
/*---------------------------------------------------
03. REASON
---------------------------------------------------*/
#sec_reason {
	width: 100%;
	background: #f5f5f5;
	margin-top: 30px;
}
#sec_reason .sec_title_lv1 {
	padding-top: 60px;
}
#sec_reason .products_list_img img{
	width: 160px;
	height: 110px;
}
#sec_reason .products_list_text {
	margin-top: 20px;
}
#sec_reason .reason_list_img img{
	width: 160px;
	height: 110px;
}
#sec_reason .reason_list_text {
	margin-top: 20px;
}
.reason_wrap {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#sec_reason .single_btn_area {
	margin-top: 30px;
	background-color: #ffffff;
}
#sp_reason {
	display: none;
}
.reason_list {
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
}
.reason_list a{
	display: block;
	text-align: center;
}
.reason_list_img {
	height: 100px;
	display: block;
}
.reason_list_text {
	margin-top: 5px;
	display: inline-block;
	font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	#pc_reason {
		display: none;
	}
	#sp_reason {
		display: block;
	}
	.reason_wrap {
		width: 100%;
	}
	.reason_list_wrap {
		position: relative;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.reason_list {
		max-width: none;
		height: 180px;
		margin-top: 28px;
		justify-content: left;
	}
	.reason_list_wrap::-webkit-scrollbar {
		height: 5px;
	}
	.reason_list_wrap::-webkit-scrollbar-thumb {
		background: #bcbcbc;
		border-radius: 5px;
	}
	#sec_reason .reason_list_img img{
		width: 140px;
		height: auto;
	}
	#sec_reason .reason_list_text {
		margin-top: 5px;
	}
	.reason_list_img {
		height: auto;
	}
}

/*---------------------------------------------------
04. BEGINNER
---------------------------------------------------*/
#sec_beginner {
	width: 980px;
	margin: 0 auto;
}
#sec_beginner .sec_title_lv2 {
	margin-top: 45px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	clear: both;
}
#sec_beginner_sp {
	display: none;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	box-sizing: border-box;
}
#sec_beginner_spArea {
	margin: 40px 0 0;
}
.service_banner_list {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.service_banner_list2 {
	margin-top: 15px;
}
.service_banner_list li {
	position: relative;
	flex: 1;
}
.service_banner_list li:not(:first-child) {
	margin-left: 28px;
}
.service_banner_list a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
}
.service_banner_list a:link,
.service_banner_list a:visited,
.service_banner_list a:hover {
	color: #333;
}

/* 2023/12/18 CMG修正 */
.service_banner_list a:focus-visible {
  outline: 0;
}
.service_banner_list a:focus-visible img {
  outline: solid;
}
/* /2023/12/18 CMG修正 */

.service_banner_list .list_text {
	padding-top: 110px;
	display: block;
	font-size: 1.6rem;
}
.btn_beginner_area {
	padding: 0 205px;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
}
.btn_beginner_area li:first-child {
	margin-right: 20px;
}
.btn_beginner {
	width: 270px;
	text-align: center;
}
.btn_beginner a{
	position: relative;
	border: 1px solid #dbab00;
	border-radius: 2px;
	width: 100%;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #917100!important;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}
beginner_sp_list {
	margin-top: 30px;
	column-gap: 28px;
	row-gap: 20px;
}
.beginner_sp_list li {
	position: relative;
	display: flex;
	margin-top: 10px;
	font-size: 1.3rem;
}
.beginner_sp_list li .beginner_sp_list_img {
	position: relative;
	margin-right: 10px;
	display: block;
}
.beginner_sp_list li .beginner_sp_list_img img {
	width: 80px;
}
.beginner_sp_list .beginner_sp_list_summary {
	margin-top: 5px;
	height: calc(2em * 1.43);
	font-size: 1.6rem;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: hidden;
}
.beginner_sp_list .beginner_sp_list_summary a,
.beginner_sp_list .beginner_sp_list_summary a:link,
.beginner_sp_list .beginner_sp_list_summary a:visited,
.beginner_sp_list .beginner_sp_list_summary a:hover {
	color: #333;
}
.beginner_sp_list .beginner_sp_list_summary a {
	vertical-align: middle;
}
.beginner_sp_list .beginner_sp_list_summary:after {
	content: url(../img/top3/ico-link-blank_01.png);
	margin-left: 5px;
	vertical-align: middle;
}
#sec_beginner_spBannerArea {
	margin-top: 20px;
}
#sec_open {
	width: 100%;
	background: #F7F3E7;
	margin-top: 40px;
}
#sec_open .btn_open_account_top {
	width: 308px;
	margin: 0 auto;
}
#sec_open .btn_open_account_top a {
	height: 65px;
	line-height: 70px;
	font-size: 2.4rem;
}
.open_wrap {
	padding: 50px 0;
	text-align: center;
}
.open_link {
	font-size: 1.6rem;
	margin-top: 15px;
}
.open_dial {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 25px 0 10px;
}
.open_dial_num {
	font-size: 3.2rem;
	margin-left: 20px;
	line-height: 23px;
}
.open_dial_num img {
	height: 30px;
	margin-right: 8px;
}
#sp_open {
	display: none;
}
@media screen and (max-width: 767px) {
	#sec_beginner {
		display: none;
	}
	#sec_beginner_sp {
		display: block;
	}
	#pc_open {
		display: none;
	}
	#sp_open {
		display: block;
	}
	.open_wrap {
		padding: 30px 0;
	}
	.service_banner_list li:not(:first-child) {
		margin-left: 0;
	}
}
@media screen and (max-width: 479px) {
	#sec_beginner {
		overflow: hidden;
	}
	#sec_beginner .bx-wrapper {
		max-width: 200px!important;
	}
	.service_banner_list li {
		margin: 0 12px;
	}
	.service_banner_list .list_text {
		padding-top: 72px;
	}
}
/*---------------------------------------------------
05. NEWS
---------------------------------------------------*/
#sec_news {
	width: 980px;
	margin: 0 auto;
}
#sec_news .lst_news:first-of-type {
	margin-top: 50px;
}
#sec_news .single_btn_area {
	margin-top: 30px;
}
#sec_news .sec_title_lv2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
.news_wrap .news_open,
.news_wrap .news_close {
	display: inline-block;
}
.news_wrap .news_open:after,
.news_wrap .news_close:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	margin-top: 3px;
	border-width: 5px 4px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #9e9e9e;
	width: 0;
	height: 0;
	vertical-align: middle;
	-ms-transform-origin: 50% 2px;
	transform-origin: 50% 2px;
}
.news_wrap .news_close:after {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.news_wrap {
	margin-top: 30px;
}
.pickup_area {
	display: none;
}
.pickup_news {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
.pickup_list {
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.pickup_list > li {
	overflow: hidden;
	line-height: 1.428;
  padding: 5px 0;
}
.pickup_list > li:not(:last-child) {
	margin-bottom: 15px;
}
.pickup_list > li > .date_news {
	font-size: 1.4rem;
}
.pickup_list > li > .date_news > [class^=tag_] {
	margin: 0 20px;
}
.pickup_list > li > .img_news {
	margin-top: 10px;
}
.pickup_list > li > .img_news > a > img {
	float: left;
	margin-right: 15px;
}
.pickup_list > li > .ti_news {
	font-size: 1.6rem;
}
.pickup_list > li > .ti_news > a,
.pickup_list > li > .ti_news > a:link {
	color: #333;
}
.pickup_list > li > .ti_news >a:visited {
	color: #838383;
	text-decoration: none;
}
#sec_news .lst_news:first-of-type {
	margin-top: 0 !important;
}
.lst_news#newsArea0 {
	padding-top: 20px;
}

#sec_free_banner {
	width: 980px;
	margin: 0 auto;
}
.approach_area {
	margin-top: 80px;
}

.approach_area .single_btn_area {
margin-top: 30px;
}
.approach_topic {
	width: 475px;
}
.approach_topic img{
	width: 100%;
	height: 200px;
	margin: 30px 0 20px 0;
}
.approach_topic p{
	font-size: 1.6rem;
	line-height: 25px;
}
.approach_wrap {
	display: flex;
	flex-direction: row;
}
.approach_wrap li:first-child {
	margin-right: 30px;
}
@media screen and (max-width: 767px) {
	#sec_news {
		width: 100%;
	}
	#sec_news .single_btn_area {
		width: 90%;
	}
	#sec_news .lst_news:first-of-type {
		margin-top: 35px;
	}
	.approach_area {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.pickup_list > li.pickup_noimg > .date_news {
		float: left;
	}
}
@media screen and (max-width: 767px) {
	.news_wrap {
		margin-top: 15px;
	}
	.pickup_area {
		margin: 0 20px;
 	}
	.pickup_list > li > .date_news {
		color: #9e9e9e;
		margin-bottom: 10px;
	}
	.pickup_list > li > .img_news > a > img {
		max-width: 130px;
	}
}
@media screen and (max-width: 479px) {
	.pickup_list li .ti_news {
		font-size: 1.4rem;
	}
}
/*---------------------------------------------------
06. PICKUP AND SEMINAR
---------------------------------------------------*/
#sec_pickup_seminar {
	margin-top: 80px;
	padding-bottom: 80px;
	background: #f5f5f5;
}
#sec_pickup_seminar .sec_title_lv1 {
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 2.4rem;
}
#sec_pickup_seminar .heading_list li a:visited {
	color: #838383;text-decoration: none;
}

/* 2023/12/18 CMG修正 */
#sec_pickup_seminar .heading_list li a:focus-visible {
  outline: none;
  text-decoration: underline;
}
/* /2023/12/18 CMG修正 */

#sec_pickup_seminar .list_close_btn {
	display: none;
}
.pickup_seminar_wrap {
	width: 980px;
	margin: 0 auto;
	display: flex;
}
.pickup_seminar_wrap:after {
	content: "";
	clear: both;
	display: block;
}
.pickup_seminar_wrap .pickup,
.pickup_seminar_wrap .seminar {
	flex: 1;
}
.pickup_seminar_wrap .pickup {
	margin-right: 25px;
}
.scroll_area {
	padding-right: 10px;
	overflow-y: auto;
}
.pickup_seminar_wrap .scroll_area {
	margin-top: 30px;
	height: 400px;
}
#sec_pickup_seminar .sec_footer_links {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
	#sec_pickup_seminar {
		margin-top: 50px;
		padding-bottom: 40px;
	}
	#sec_pickup_seminar .sec_title_lv1 {
		border: 0;
		padding-bottom: 0;
	}
	.pickup_seminar_wrap {
		padding: 0 20px;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.pickup_seminar_wrap .pickup {
		margin-right: 0;
	}
	.scroll_area {
		padding: 0;
		overflow-y: visible;
	}
	.pickup_seminar_wrap .scroll_area {
		margin-top: 30px;
		height: auto;
	}
	#sec_pickup_seminar .sec_footer_links {
		margin-top: 20px;
	}
}
@media screen and (max-width: 479px) {
	#sec_pickup_seminar .sec_title_lv1 {
		font-size: 2.0rem;
	}
}
/*---------------------------------------------------
07. REPORT AND INFO
---------------------------------------------------*/
#sec_report {
	width: 980px;
	margin: 0 auto;
}
#sec_report .sec_title_lv2 {
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}
#sec_report .tab_menu {
	margin-top: 50px;
	width: 100%;
}
#sec_report .conditions_title {
	display: inline-block;
	padding: 7px 10px;
	height: 30px;
	box-sizing: border-box;
	border : solid 1px #9e9e9e;
	line-height: 14px;
	font-size: 1.8rem;
	color: #838383;
}
#sec_report .conditions_title {
	display: inline-block;
	padding: 7px 10px;
	height: 30px;
	box-sizing: border-box;
	border : solid 1px #e0e0e0;
	line-height: 14px;
	font-size: 1.8rem;
	color: #838383;
}
#sec_report .conditions_topic {
	margin: 15px 0;
	font-size: 1.6rem;
}
#sec_report .single_btn_area {
	margin-top: 40px;
}
#sec_report .btn_normal {
	margin-top: 10px;
}
#sec_report .conditions_title_wrap {
	margin-top: 30px;
}
.conditions_head .date {
	color: #838383;
	font-size: 1.4rem;
}
#sec_report .report_list_summary a:visited {
	color: #838383;text-decoration: none;
}
#sec_report .conditions_topic a:visited {
	color: #838383;text-decoration: none;
}
sec_report .conditions_topic a:visited {
	color: #838383;text-decoration: none;
}
.conditions_topic a,
.conditions_topic a:link,
.conditions_topic a:visited,
.conditions_topic a:hover {
	color: #333;
}
.stock_report {
	font-size: 1.6rem;
}
.stock_report .stock_price {
	font-size: 2.4rem;
	margin-right: 10px;
}
.stock_report .date {
	font-size: 1.4rem;
	color: #838383;
}
.stock_price_wrap {
	margin: 10px 0 7px 0;
}
.stock_price_wrap .net_change {
	padding-bottom: 10px;
}
.conditions_head {
	margin-top: 15px;
}
.publication_date {
	margin-top: 15px;
}
.report_wrapper .list_close_btn {
	display: none;
}
.report_list {
	margin-top: 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 28px 1fr;
	-ms-grid-rows: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-column-gap: 28px;
	column-gap: 28px;
	row-gap: 20px;
}
.report_list li {
	position: relative;
	display: flex;
	font-size: 1.3rem;
}
.report_list li:first-child {
	flex-direction: column;
	margin-bottom: 0;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 5;
	grid-column: 1 / 2;
	grid-row: 1 / 4;
}
.report_list li:nth-child(2) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
}
.report_list li:nth-child(3) {
	-ms-grid-column: 3;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
}
.report_list li:nth-child(4) {
	-ms-grid-column: 3;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
}
.report_list li:first-child .report_list_info {
	margin-top: 15px;
}
.report_list .report_list_title {
	margin: 5px 0 0;
	border: 0;
	color: #838383;
	font-size: 1.4rem;
	line-height: inherit;
}
.report_list li .report_list_img_pickup_no {
	position: relative;
	margin-right: 10px;
	display: block;
}
.report_list li .report_list_img_pickup_yes {
	position: relative;
	margin-right: 10px;
	display: block;
}
.report_list li .report_list_img_pickup_yes:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 4.5em solid transparent;
	border-top: 4.5em solid #FFC700;
}
.report_list li .pick_up_yes {
	transform: rotate(-45deg);
	display: block;
	font-size: 1rem;
	position: absolute;
	top: 18px;
	z-index: 10;
	font-weight:bold;
}
.report_list li:first-child .report_list_img_pickup_no {
	margin-right: 0;
}
.report_list li:first-child .report_list_img_pickup_yes {
	margin-right: 0;
}
.report_list li:first-child .report_list_img_pickup_yes:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 6em solid transparent;
	border-top: 6em solid #FFC700;
}
.report_list li:first-child .pick_up_yes {
	transform: rotate(-45deg);
	display: block;
	font-size: 1.2rem;
	position: absolute;
	top: 26px;
	left: 4px;
	z-index: 10;
	font-weight:bold;
}
.report_list .report_list_summary {
	margin-top: 5px;
	height: calc(2em * 1.43);
	font-size: 1.6rem;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: hidden;
}
.report_list .report_list_summary a,
.report_list .report_list_summary a:link,
.report_list .report_list_summary a:visited,
.report_list .report_list_summary a:hover {
	color: #333;
}

/* 2023/12/18 CMG修正 */
.report_list .report_list_summary a:focus-visible {
  outline: none;
  text-decoration: underline;
}
/* /2023/12/18 CMG修正 */

.report_list .report_list_summary a {
	vertical-align: middle;
}
.report_list .report_list_summary:after {
	content: url(../img/top4/ico-link-blank_01.png);
	margin-left: 5px;
	vertical-align: middle;
}
.report_list .report_list_date {
	color: #838383;
	margin-top: 5px;
}
#sec_update_info {
	width: 980px;
	margin: 0 auto;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	#sec_report {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#sec_report .sec_title_lv2 {
		border: 0;
		padding-bottom: 0;
	}
	#sec_report br{
		display: block;
	}
	#sec_report .tab_wrap {
		text-align: center;
	}
	#sec_report .tab_menu li {
	}

	#sec_report .conditions_title_wrap {
		text-align: center;
		margin-top: 40px;
	}
	#sec_report .conditions dt {
		margin-bottom: 10px;
		margin-right: 0;
	}
	#sec_report .single_btn_area {
		width: 100%;
	}
	#sec_report .text_gain {
		font-size: 2.0rem;
	}
	#sec_report .text_loss {
		font-size: 2.0rem;
	}
	#sec_report .conditions_topic {
		font-size: 1.4rem;
	}
	.stock_report {
		overflow: hidden;
		text-align: center;
	}
	.stock_report .stock_price {
		font-size: 3.6rem;
	}
	.stock_price_wrap {
		margin: 20px 0 0;
	}
	.stock_price_wrap .net_change {
		padding-bottom: 10px;
	}
	.conditions_head {
		margin-top: 10px;
	}
	.publication_date {
		margin-top: 10px;
	}
	.report_list {
		display: block;
	}
	.report_list li:first-child .report_list_info {
		margin-top: 10px;
	}
	.report_list li:first-child img {
		width: 100%;
	}
	.report_list li {
		margin-top: 10px;
	}
	.report_list li:first-child .report_list_info .report_list_date {
		margin-top: 5px;
	}
	.report_sublist li .report_list_img_pickup_yes {
		width: 197px;
	}
	.report_sublist li .report_list_img_pickup_no {
		width: 197px;
	}
	.report_sublist li:first-child {
		flex-direction: row;
	}
	.report_sublist li:first-child .report_list_img_pickup_yes {
		margin-right: 10px;
	}
	.report_sublist li:first-child .report_list_img_pickup_no {
		margin-right: 10px;
	}
	.report_sublist li:first-child .report_list_info {
		margin-top: 0;
	}
	.report_sublist li .report_list_info {
		display: flex;
		flex-flow: column;
	}
	.report_sublist li .report_list_info .report_list_title {
		order: 1;
		margin-top: 0;
	}
	.report_sublist li .report_list_info .report_list_summary {
		order: 2;
	}
	.report_sublist li .report_list_info .report_list_date {
		order: 3;
		margin-top: 5;
	}
	.report_sublist li:first-child .pick_up_yes {
		transform: rotate(-45deg);
		display: block;
		font-size: 1rem;
		position: absolute;
		top: 18px;
		z-index: 10;
		font-weight:bold;
	}
	.report_sublist li:first-child .report_list_img_pickup_yes:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		border-right: 4.5em solid transparent;
		border-top: 4.5em solid #FFC700;
	}
	.btn_title {
		font-size: 1.4rem;
		text-align: center;
	}
	.link-pc {
	background:url(../img/common/link-pc.png) no-repeat right center;
	}
	.link-padding01 {
	padding: 0px 30px 0px 0;
	}
}
@media screen and (max-width: 479px) {
	#sec_report .tab_menu {
		width: 100%;
		margin-top: 35px;
	}
	#sec_report .text_gain {
		font-size: 1.8rem;
	}
	#sec_report .text_loss {
		font-size: 1.8rem;
	}
	#sec_report .conditions dd {
		font-size: 1.4rem;
	}
	.stock_report .stock_price {
		font-size: 2.6rem;
	}
  .tab_menu li button {
    min-width: 60px;
    padding: 4px;
  }
	.tab_panel li {
		font-size: 1.4rem;
	}
	.report_sublist li .report_list_img_pickup_no {
		width: 120px;
	}
	.report_sublist li .report_list_img_pickup_yes {
		width: 120px;
	}
	.report_sublist li .report_list_img_pickup_yes img{
		width: 100%;
	}
	.report_sublist li .report_list_img_pickup_no img{
		width: 100%;
	}
	.report_list .report_list_summary {
		font-size: 1.4rem;
	}
	.link-pc {
	background:url(../img/common/link-pc.png) no-repeat right center;
	}
	.link-padding01 {
	padding:  0px 30px 0px 0;
	}
}
/*---------------------------------------------------
08. PRODUCTS AND SERVICE
---------------------------------------------------*/
#sec_products_service {
	width: 980px;
	margin: 0 auto;
}
#sec_products_service .sec_title_lv1 {
	margin-top: 10px;
}
.products_list {
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
}
.products_list a{
	display: block;
	text-align: center;
}
.products_list_img {
	height: 100px;
	display: block;
}
.products_list_text {
	margin-top: 5px;
	display: inline-block;
	font-size: 1.6rem;
}

.servis_list {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.servis_list > li {
	flex: 1;
	padding: 30px;
	background: #f5f5f5;
}
.servis_list > li:not(:first-child) {
	margin-left: 30px;
}
.servis_list .icon_list {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
}
.servis_list .icon_list a {
	display: flex;
	align-items: center;
}

#sec_products_service .icon_link_area {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
#sec_products_service .icon_link_area img {
	display: inline-block;
}
#sec_products_service .icon_link_area span {
	margin-top: 20px;
	display: block;
	font-size: 1.6rem;
}

#sec_products_service .single_btn_area {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	#sec_products_service {
		width: 100%;
	}
	#sec_products_service .icon_link_area {
		display: none;
	}
	#sec_products_service .single_btn_area {
		width: 90%;
	}
	.servis_list {
		display: none;
	}
	.products_list li:nth-child(n+4){
		display: none;
	}
}
@media screen and (max-width: 479px) {
	.products_list {
		margin-top: 35px;
	}
}
/*---------------------------------------------------
09. BANNER AREA
---------------------------------------------------*/
#banner_area_middle {
	margin-top: 80px;
	background: #f5f5f5;
}
.banner_middle_wrap {
	padding: 30px 0;
}
.banner_middle_wrap .banner_list{
	width: 980px;
}
#banner_area_bottom {
	background: #f5f5f5;
}
.banner_bottom_wrap {
	padding: 30px 0;
}
.banner_bottom_wrap .banner_list{
	width: 980px;
}
@media screen and (max-width: 767px) {
	#banner_area_middle {
		margin-top: 50px;
	}
	#banner_area_bottom {
		margin-top: 0;
	}
	.banner_middle_wrap, .banner_bottom_wrap {
		padding: 30px 0 10px;
	}
}









#sec_open_dial_sp {
	display: none;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.btn_open_dial_sp a:link{
	border: 1px solid #DDDDDD;
	color: #1155CC;
	margin-top: 30px;
}
.open_dial_num_sp {
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 10px;
}
.open_dial_num_sp img {
	width: 35px;
}
.open_dial_note {
	margin-top: 20px;
}
.open_dial_note p {
	padding: 0 0 5px 210px;
}
@media screen and (max-width: 767px) {
	#sec_open_dial_sp {
		display: block;
	}
}
@media screen and (max-width: 479px) {
	.open_dial_note p {
		padding: 0 0 5px 30px;
	}
}
/*---------------------------------------------------
13. FOOTER INFO
---------------------------------------------------*/
#sec_footer_info {
	margin-top: 20px;
	background: #f5f5f5;
}

.footer_info_area {
	width: 980px;
	margin: 60px auto 50px;
	font-size: 1.5rem;
	display: block;
	line-height: 25px;
}
.footer_info_area h2 {
	margin: 40px 0 0;
	border: 0;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 10px;
	clear: both;
}
.footer_info_area h2:first-child {
	margin: 0;
}
.footer_info_area h2:before {
	content: none;
}
.footer_info_area h3 {
	padding: 0;
	margin: 15px 0 0;
	background: transparent;
	font-size: 1.6rem;
	font-weight: bold;
}
.footer_info_wrap {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}
.footer_info_wrap:after {
	content: "";
	clear: both;
	display: block;
}
.footer_info_topic {
	display: flex;
	flex-direction: row;
}
.footer_info_topic li:not(:first-child){
	margin-top: 38px;
}
.footer_info_link {
	margin: 15px 30px 0 0;
	min-width: 220px;
}
.footer_info_link li {
	margin-top: 5px!important;
}
.footer_info_link a,
.footer_info_link a:link,
.footer_info_link a:visited {
	color: #333;
}
.footer_info_link li > ul {
	margin-left: 1em;
}
.footer_info_link_aside {
	margin-top: 15px;
	text-align: right;
}

#sec_footer_info .banner_list_small {
	margin-top: 60px;
}
.footer_group_link {
	text-indent:1em;
}
.footer_group_title {
	color:#838383;
}

.btn_ptop {
	background: #f5f5f5!important;
}
.btn_ptop a {
	margin: 0 auto;
    display: block;
    width: 65px;
    height: 65px;
    background: url(../img/common/ic_pagetop.png) no-repeat 0 0!important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.btn_ptop a:hover{
    background: url(../img/common/ic_pagetop_on.png) no-repeat 0 0!important;
}

@media screen and (max-width: 767px) {
	#sec_footer_info {
		display: none;
	}
	.btn_ptop {
		display: none;
	}
}
/*---------------------------------------------------
14. ASIDE
---------------------------------------------------*/
/*もっとみる*/
#newsClose {
	width: auto;
	line-height: 33px;
	display: flex;
	justify-content: center;
	background-color: transparent;
	text-align: center;
	margin-top: 30px;
}
#newsClose .news_open,
#newsClose .news_close {
	position: relative;
	padding-right: 34px;
	display: inline-block;
}
#newsClose .news_open:after,
#newsClose .news_close:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 7px;
	margin-left: 5px;
	margin-top: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #333;
	border-right-color: #333;
	width: 5px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	-ms-transform-origin: 62% 72%;
	transform-origin: 62% 72%;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#newsClose .news_close:after {
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
#newsClose .news_open:before,
#newsClose .news_close:before {
	content: "";
	position: absolute;
	right: 0;
	display: inline-block;
	margin-left: 5px;
	margin-top: 3px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.list_close_btn {
		width: auto;
		display: flex;
		justify-content: center;
		background-color: transparent;
		line-height: 33px;
		text-align: center;
		margin-top: 20px;
	}
	.list_close_btn .news_open,
	.list_close_btn .news_close {
		position: relative;
		padding-right: 34px;
		display: inline-block;
	}
	.list_close_btn .news_open:after,
	.list_close_btn .news_close:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 7px;
		margin-left: 5px;
		margin-top: 3px;
		border-width: 1px;
		border-style: solid;
		border-color: transparent;
		border-bottom-color: #333;
		border-right-color: #333;
		width: 5px;
		height: 5px;
		display: inline-block;
		vertical-align: middle;
		-ms-transform-origin: 62% 72%;
		transform-origin: 62% 72%;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.list_close_btn .news_close:after {
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.list_close_btn .news_open:before,
	.list_close_btn .news_close:before {
		content: "";
		position: absolute;
		right: 0;
		display: inline-block;
		margin-left: 5px;
		margin-top: 3px;
		border: 1px solid #e0e0e0;
		border-radius: 50%;
		width: 24px;
		height: 24px;
		background: #fff;
	}
}
/*---------------------------------------------------
15. SCROLL MENU AREA
---------------------------------------------------*/
#scr_menu_list_btn_area {
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	background: #E0E0E0;
	display: none;
}
#scr_menu_list_btn_area ul li a{
	display: block;
	padding: 0 12px;
	color: #333333;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 50px;
}
#scr_menu_list_btn_area ul li a:hover{
	text-decoration: underline;
}
#scr_menu_list_btn_area ul.scr_menu_list li.nav_home a{
	background: url(../img/top4/ico_home.png) no-repeat 20px 16px;
	padding: 0 20px 0 45px;
}
.scr_menu_list_btn_wrap {
	margin: 0 auto;
	width: 980px;
	display: flex;
	background: #E0E0E0;
}
.scr_menu_list_box {
	margin: 10px auto;
	width: 90%;
	flex: 1;
}
#scr_menu_list ul{
	display: inline-block;
}
#scr_menu_list_ver2 ul{
	display: inline-block;
}
.scr_menu_btn_box {
	margin: 20px auto;
	width: 10%;
}
.btn_scr_menu a {
	display: inline-block;
	width: 97px;
	height: 30px;
	line-height: 30px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background-color: #ff7200;
	color: #fff;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.btn_scr_menu a:link,
.btn_scr_menu a:visited {
	color: #fff;
}
.btn_scr_menu a:hover {
	background-color: #ff9540;
	text-decoration: none;
}

@media screen and (max-width: 980px) {
	.scr_menu_list_btn_wrap {
		width: auto;
		padding: 0 30px;
	}
	#scr_menu_list_btn_area ul li a{
		padding: 0 10px;
	}
	.scr_menu_list li {
		margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	#scr_menu_list_btn_area ul.scr_menu_list li.nav_home a{
		padding: 0 8px 0 45px;
	}
	#scr_menu_list_btn_area ul li a{
		padding: 0 6px;
		font-size: 1.2rem;
	}
	.btn_scr_menu a {
		font-size: 1.2rem;
		width: 80px;
	}
}
/*---------------------------------------------------
IE7対策
---------------------------------------------------*/
#sec_merit, #sec_info, .two_col, .three_col, .three_col_pr, .panel, #aside, .featured_area, .lst {
	clear:both;
}

.jpn-flag{
background: url(../img/common/jpn.png) left center no-repeat;
padding-left:33px;
line-height:18px;
}

.usa-flag{
background: url(../img/common/usa.png) left center no-repeat;
padding-left:33px;
line-height:18px;
}

/*---------------------------------------------------
header
---------------------------------------------------*/
#top-head {
	top: 0;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 4;
	display: none;
}
#mobile-menu {
	background-color: #ffffff;
	right: -100%;
	right: 0;
	top: 127px;
	max-width : 385px;
	width: 80vw;
	height: calc(100% - 127px);
	z-index: 20;
	overflow: auto;
	position: fixed;
	transition: all 0.3s;
	transform: translate(100%,0);
	-webkit-transform: translate(100%,0);
	-webkit-overflow-scrolling: touch;
}

/* 2023/12/18 CMG修正 */
@media screen and (min-width: 768px) {
  #mobile-menu {
    display: none;
  }
}
/* /2023/12/18 CMG修正 */

#mobile-menu.active {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
#mobile-menu ul li a{
	color: #333333;
	text-decoration: none;
	display: block;
}
ul.mobile-menu_main li{
	padding: 12px 0 9px 15px;
	font-size: 1.6rem;
	border-bottom: 1px solid #e0e0e0;
}
ul.mobile-menu_main li:last-child {
	border-bottom: 0;
}
ul.mobile-menu_sub {
	border-top: 1px solid #e0e0e0;
	margin-top: 10px;
	margin-left: -15px;
}
ul.mobile-menu_sub li{
	padding-left: 0;
	margin-left: 32px;
}
ul.mobile-menu_sub li a{
	font-size: 1.4rem;
}
ul.mobile-menu_sub li.only-pc a:after{
	content: "pc";
	font-size: 1.2rem;
	vertical-align: text-top;
	padding-left: 10px;
	color: #9e9e9e;
}
ul.mobile-menu_main2 {
	background-color: #e0e0e0;
}
ul.mobile-menu_main2 li{
	padding: 12px 0 9px 15px;
	font-size: 1.6rem;
	border-bottom: 1px solid #ffffff;
}
.mobile-menu_else {
	background-color: #e0e0e0;
	padding: 15px 0 30px 15px;
	vertical-align: middle;
}
.mobile-menu_else input[type="text"] {
	font-size: 1.4rem;
	line-height: 2.0rem;
	padding-left: 5px;
	height: 30px;
	vertical-align: top;
}
.mobile-menu_else input[type="image"] {
	margin-left: 5px;
	width: 36px;
}

#mobile-menu-cover {
	content: "";
    position: fixed;
    top: 127px;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
}
#mobile-menu-cover.active {
    display: block;
}
.header-item.active {
	background-color: #f5f5f5;
}
body.active {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px) {
	#global_nav{
		width :100%;
		height: auto;
		display: none;
	}
	#global_nav ul#g_nav{
		background: #ffffff;
	}

	#global_nav ul#g_nav li{
		width:100%;
		display:block;
	}

	#global_nav ul#g_nav li a,
	#global_nav ul#g_nav li.nav01 a{
		text-align: center;
		padding: 0;
	}

	#hd_nav {
		display:none;
	}
	#navi-header-sub {
		display:none;
	}
	#navi-header {
		display:none;
	}
	#top-head {
		top: 0;
		width: 100%;
		position: relative;
		margin-top: 0;
		padding: 30px 0 0;
		line-height: 1;
		display: block;
		border-bottom: 1px solid #ccc;
	}
	#top-head a,
	#top-head {
		color: #333;
		text-decoration: none;
	}
	#top-head .inner {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#top-head .mobile-logo {
		position: absolute;
		float: left;
		font-size: 2.6rem;
		width: 130px;
		top: 12px;
		left: 16px;
	}
	#top-head .mobile-logo img {
		width: 100%;
	}
	#top-head, .inner {
		width: 100%;
		padding: 0;
	}
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 60px;
		position: relative;
	}
	.header-list {
		float: right;
	}
	.header-list li {
		position: relative;
		width: 60px;
		height: 60px;
		text-align: center;
	}
	.header-list li:last-child {
		margin-right: 0;
	}
	.header-item {
		float: left;
	}
	.header-item a {
		position: relative;
		top: 40px;
	}
	.header-item-name {
		font-size: 1.0rem;
	}
	.header-item span:before {
		padding-bottom: 5px;
	}
	.header-item.nav_sp01 span:before {
		background: url(../img/common/navi/ic_open_sp.png) left top no-repeat;
		background-size: 100% auto;
		width: 23px;
		height: 23px;
		position: absolute;
		top: -25px;
		left: 10px;
		content: " ";
	 }
	.header-item.nav_sp02 span:before {
		background: url(../img/common/navi/ic_login_sp.png) left top no-repeat;
		background-size: 100% auto;
		width: 23px;
		height: 23px;
		position: absolute;
		top: -25px;
		left: 5px;
		content: " ";
	}
	.header-item.nav_sp03 span:before {
		background: url(../img/common/navi/ic_menu_sp.png) left top no-repeat;
		background-size: 100% auto;
		width: 23px;
		height: 23px;
		position: absolute;
		top: -25px;
		left: 8px;
		content: " ";
	}
	.header-item.nav_sp03.active span:before {
		background: url(../img/common/navi/ic_menu_close_sp.png) left top no-repeat;
		background-size: 100% auto;
		width: 23px;
		height: 23px;
		position: absolute;
		top: -25px;
		left: 3px;
		content: " ";
	}
}
@media screen and (max-width: 479px) {
	#top-head .mobile-logo {
		width: 130px;
		top: 12px;
		left: 16px;
	}
	#top-head .mobile-logo img {
		width: 100%;
	}
	.header-list {
		width: 180px;
	}
	.header-list li {
		width: 60px;
		height: 60px;
	}
	.header-item {
		width: 33.33333%;
		margin-right: 0;
		text-align: center;
	}
	.header-item i{
		font-size: 1.8rem;
	}
	.header-item-name {
		font-size: 1.0rem;
	}
	#mobile-head {
		height: 60px;
	}
	.header-item a {
		top: 40px;
		bottom: 0;
	}
	.header-item.nav_sp01 span:before {
		background: url(../img/common/navi/ic_open_sp.png) left top no-repeat;
		background-size: 100% auto;
		width: 23px;
		height: 23px;
		top: -25px;
		left: 10px;
		content: " ";
	}
	.header-item.nav_sp02 span:before {
		background: url(../img/common/navi/ic_login_sp.png) left top no-repeat;
		background-size: 100% auto;
		width: 23px;
		height: 23px;
		top: -25px;
		left: 5px;
		content: " ";
	}
	.header-item.nav_sp03 span:before {
		background: url(../img/common/navi/ic_menu_sp.png) left top no-repeat;
		background-size: 100% auto;
		width: 23px;
		height: 23px;
		top: -25px;
		left: 8px;
		content: " ";
	}
	.header-item.nav_sp03.active span:before {
		background: url(../img/common/navi/ic_menu_close_sp.png) left top no-repeat;
		background-size: 100% auto;
		width: 23px;
		height: 23px;
		left: 3px;
	}
	#mobile-menu {
		top: 97px;
		height: calc(100% - 97px);
	}
	#mobile-menu-cover {
    	top: 97px;
	}
}
/*---------------------------------------------------
footer
---------------------------------------------------*/
#ft_btm .btn_ptop {
	display: none;
}
@media screen and (max-width: 767px) {
	.btn_ptop{
		min-width: auto;
	}
	#footer_common {
		height: auto;
		min-width: auto;
	}
	#wrap_ft_nav {
		display: none;
	}
	#wrap_ft_links {
		width: 100%;
		padding: 0 20px;
	}
	#footer_common table#ft_links{
		margin: 0;
	}
	#footer_common table#ft_links td a {
		padding: 0;
	}
	#ft_links td {
		display: block;
		text-align: left;
		padding: 0 20px;
		line-height: 2;
	}
	#ft_links td:first-child {
		margin-top: 20px;
	}
	#ft_links td:last-child {
		margin-bottom: 20px;
	}
	#ft_btm {
		width: 100%;
	}
	#ft_btm .ft_inner {
		width: auto;
		padding: 0 20px;
	}
	#ft_btm .ft_inner ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	#footer_common #ft_btm .ft_info {
		width: auto;
	}
	#ft_btm .ft_info ul{
		text-align: left;
		display :block;
	}
	li.risk{
		display: none;
	}
	#ft_btm .btn_ptop {
		display: block;
		background: #212121!important;
	}
}
@media screen and (max-width: 479px) {
	#footer_common table.ft_logo td.f_logo img {
		width: 100%;
	}
	#footer_common table.ft_logo td.copy {
		font-size: 1.0rem;
	}
}

#top_slider {
	opacity: 0;
}

.addClassOverFlow {
	overflow: visible !important;
}
.translateY:before {
	background-color: #cccccc;
	content: "";
	height: 20px;
	position: absolute;
	width: 1px;
}

/*---------------------------------------------------
自動スライダー
---------------------------------------------------*/
.carousel {
  display: flex;
  flex-direction: column-reverse;
}

/* コントロールボタン */
.carousel-control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  height: 24px;
}
.carousel-control button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.carousel-control button:focus-visible {
  outline: 2px solid #333;
}

/* autoplay */
.carousel-control-autoplay {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  margin-right: 30px;
}
.carousel-control-autoplay:hover {
  opacity: 0.8;
}
/* 再生マーク */
.carousel-control-autoplay.is-pause::before {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  position: absolute;
  clip-path: polygon(0 0, 86.6% 50%, 0 100%);
  height: 10px;
  aspect-ratio: 1;
  background-color: #333;
}
/* 一時停止マーク */
.carousel-control-autoplay.is-playing::before,
.carousel-control-autoplay.is-playing::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  width: 3px;
  background-color: #333;
}
.carousel-control-autoplay.is-playing::before {
  left: 4px;
}
.carousel-control-autoplay.is-playing::after {
  right: 4px;
}

/* 前のスライドへボタン */
.carousel-control-prev {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}
.carousel-control-prev:hover {
  opacity: 0.8;
}

/* 次のスライドへボタン */
.carousel-control-next {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.carousel-control-next:hover {
  opacity: 0.8;
}

/* ビュレットページネーション */
.carousel-control-pagenation input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  cursor: pointer;
}
.carousel-control-pagenation {
  display: flex;
  align-items: center;
  margin-inline: 30px;
}
.carousel-control-pagenation label {
  display: contents;
}
.carousel-control-pagenation .burette {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9e9e9e;
  border: none;
}
.carousel-control-pagenation .burette:checked {
  background-color: #333;
}
.carousel-control-pagenation label + label .burette {
  margin-left: 24px;
}
.carousel-control-pagenation .burette:hover {
  opacity: 0.8;
}

/* スライドパネル */
.slides-wrapper {
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.slides {
  display: flex;
  position: relative;
}
.slides a {
  display: block;
}
.slides img {
  width: 100%;
  height: auto;
}
.slides-wrapper:has(a:focus-visible) {
  outline: 2px solid #333;
}
.is-transition {
  transition: transform 0.5s ease-in-out;
}

/* 読み上げ用テキスト */
.read-only {
  font-size: 1px;
  text-indent: -9999px;
  width: 1px;
  height: 1px;
  position: absolute;
}

/* SPのみのスライダー */
[data-carousel="sp"] .slides-wrapper {
	border: none;
}
@media screen and (min-width: 768px) {
  [data-carousel="sp"] .carousel-control {
    display: none;
  }
  [data-carousel="sp"] .cloned {
    display: none;
  }
	[data-carousel="sp"] .slides-wrapper {
		overflow: unset;
	}
	[data-carousel="sp"] .slides-wrapper:has(a:focus-visible) {
		outline: none;
	}
}

/* 【最新情報】スライダー */
#sec_beginner_spBannerArea .carousel {
  max-width: 308px;
  margin-inline: auto;
}
#sec_beginner_spBannerArea .carousel-control {
  margin-inline: -10px;
}

/* 【はじめての方におススメ】スライダー */
#guest_banner_slider {
	max-width: 308px;
	margin-inline: auto;
}
#guest_banner_slider {
	margin-top: 30px;
}
#guest_banner_slider .slides-wrapper {
	overflow: unset;
	border: 0;
}
#guest_banner_slider.carousel a img {
	display: block;
	margin-inline: 4px;
	width: calc(100% - 8px);
}
#guest_banner_slider.carousel .carousel-control-autoplay {
	left: 4px;
}

/* 【商品・サービス】【フッター】のスライダー */
@media screen and (max-width: 767px) {
	#sp_banner_area_middle_slider,
	#sp_banner_area_bottom_slider {
		max-width: 308px;
		margin-inline: auto;
	}
}
@media screen and (max-width: 767px) {
  .banner_middle_wrap,
  .banner_bottom_wrap {
    padding-block: 30px;
  }
}

/* 【投資情報 / レポート】スライダー */
@media screen and (min-width: 768px) {
  #report_slider .slide-panel {
    width: 100%;
  }
  #report_slider .slide-panel:not(:first-child) {
    margin-left: 20px;
  }
  #report_slider .slide-panel.cloned + .slide-panel {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #report_slider .carousel-control {
    margin-inline: -20px;
  }
}
