/* CSS Document */

@charset "utf-8";


#contents .txt-r {
    overflow: hidden;
}

#contents .txt-r a {
    float: right;
}

#contents .title span.red {
    margin-right: 0.5em;
}

#contents .rightImage {
    display: flex;
    padding: 1em 0;
	justify-content: space-between;
	align-items: flex-start;
}

#contents .rightImage .txt {
    width: 70%;
}

#contents section {
    margin-bottom: 3em;
}

#contents .pct {
    margin: 1em;
}

#contents .pct img {
    max-width: 500px;
}

#contents .pct.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#contents .pct.flex img {
    max-width: 300px;
}

#contents .linkBtn a, #contents div.btnList.col ul li {
    width: 50%;
}

#contents p.annotation a.textLink, #contents ul.annotation li a.textLink {
    text-indent: 0;
}

#contents .notice_gray_b {
    padding: 1em;
}

#contents .product dt {
    margin-bottom: 0;
    font-weight: 700;
}

#contents .product dd {
    margin-bottom: 0.5em;
}

#contents section > ul {
    margin-left: 3em;
}

#contents a.textLink {
    display: inline;
}

@media screen and (max-width: 640px){
	#contents .txt-r a {
		float: none;
	}
	
	#contents .rightImage img {
		max-width: 27%;
	}
	
	#contents .pct.flex {
		flex-direction: column;
	}
	
	#contents .b_arrow  {
		transform: rotate( 90deg );
		margin: 10px;
	}
	
	#contents .pct img {
		max-width: 100%;
	}
	
	#contents .pct.flex img  {
		width: 100%;
	}
	
	#contents .pct img.b_arrow {
		max-width: 100%;
		width: 45px;
	}
}

/* btnList */
#contents .btnList {
    margin-left: 1em;
    margin-bottom: 3em;
}

#contents .btnList ul {
    list-style: none;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contents .btnList ul li {
    width: 49%;
    margin: 0 0 10px;
}

#contents .btnList ul li a {
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    color: #333;
    padding: 0.9em 0.5em 0.75em 0.75em;
    display: block;
    box-sizing: border-box;
}

#contents .btnList .inner .textLink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

 #contents ul:after {
    content: none;
}

#contents .btnList ul li a:hover, #contents .btnList ul li a:active, #contents .btnList ul li a:focus {
    opacity: 0.7;
}

#contents .anchorlink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 15px;
}

@media screen and (max-width: 640px){
	#contents .linkBtn a, #contents div.btnList.col ul li {
		width: 100%;
	}
}
	
/* accordion */

#contents .accordion.type_2 button[aria-expanded="true"] {
    border-bottom: none;
}

#contents button .text {
    font-weight: bold;
    font-size: 1.15rem;
}

#contents .padding_box {
	padding-top: 0;
	margin: 0;
    border-left: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}

#contents .detailinner {
    margin: 0 1em 1em;
    border-top: 1px solid #000;
    padding: 1em 0;
}

#contents .accordion ol {
    margin-left: 2em;
} 


/* 2023/8/10追記 */

/*indexArea*/
#contents .indexArea{
	display: table;
	width: 95%;
	margin: 1em 0 3em 1em;
}

#contents .indexArea p.left{
	background: #000;
	font-size: 14px;
	padding: 0.5em;
	margin: 0;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 1.5em;
	text-align: center;
}


#contents .indexArea ul{
	border: 1px solid #000;
	padding: 1.5em 1em 1em 1.5em;
	list-style-type: none;
	margin: 0 !important;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents ul.txtlink.inner li{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents .indexArea.lavender p.left {
    color: #fff;
	font-weight: bold;
}

.s5-linkV3:after {
    display: inline-block;
    content: '';
    background: url(/share5/svg/icon/angle-right.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 0.6em;
    width: 0.6em;
    margin: -0.15em 0.4em 0;
}

#contents .b_style {
    font-weight: bold;
	display: inline-block;
    margin: 0.5em 0 0;
}

#contents .ml1em {
	margin-left: 1em;
}

.movieArea {
	width: 46%;
    margin: 2em 0 3em 1em;
	text-align: center;
}

@media screen and (max-width: 640px){
	#contents .rightImage {
		flex-direction: column-reverse;
		align-items: center;
		padding-left: 0;
	}
	
	#contents .rightImage .txt {
		width: 100%;
		margin-top: 1.5em;
	}
	
	#contents .indexArea {
		width: 100%;
		margin-left: 0;
	}
	
	.movieArea {
		width: auto;
		margin-left: 0;
	}
	
	#contents dl.product{
		margin-left: 0.5em;
	}
	
	#contents p.annotation{
		margin-left: 0.5em;
	}
	
	#contents .detailinner {
    	margin: 0 0 1em;
	}
}