@charset "utf-8";

/*
	================================================================================================
		202202 support handycam enjoy photo css spring.css
	================================================================================================
*/

/*------------------------------------------
    common
-------------------------------------------*/

#contents section{
    margin-bottom: 2em;
    margin-top: 3em;
}

#contents p{
	word-break: break-all;
    margin-left: 1em;
}

#contents > div,
#contents > section > div,
#contents > dl,
#contents > section >dl{
	margin-left: 1em;
}

#contents section div > p,
#contents section div > div,
#contents section div > span,
#contents section div > dl{
	margin-left: 0;
}

#contents p + p{
	margin-top:1em;
}

#contents a:focus-visible{
    outline: none;
}

#contents .ilb{
	display: inline-block;
}


/* list */

#contents ul{
    list-style-type: none;
	margin-left: 0;
	padding:0;
}

#contents ul.disc{
	list-style-type: disc !important;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents ol li{
    margin-bottom: 1em;
}

#contents li{
	margin:0;
    float: none;
}

#contents ul.txtlink li{
	margin-right: 0;
}

#contents section > ul{
	margin-left:1em;
}

#contents ul.disc,
#contents section > ol{
	margin-left:3em;
}

#contents dl,
#contents dl dt,
#contents dl dd{
	margin:0;
	padding:0;
}

#contents section > dl{
	margin-left: 1em;
}

#contents dl dt{
	margin-bottom: 0.5em;
	font-weight: 700;
}
#contents dl dd{
	margin-bottom: 1.5em;
}

/* link */
#contents a.textLink{
    background-position: 0 6px;
	display: inline-block;
	margin: 0.5em 0 0.5em 0.5em;
}

#contents section > p + a.textLink{
    margin-left: 2em;
}

#contents ul.txtlink{
	margin-left:2em;
}

#contents ul.txtlink.inner > li,
#contents a.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
    margin-bottom: 5px;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
	display: inline-block;
}

#contents span.textLink.inner{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li{
	padding-left: 1em;
    text-indent: -1em;
}

#contents ul.annotation li{
    margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

/* notice*/

#contents .notice_gray {
    border: 1px solid #CCCCCC;
    padding: 1.2em 1em 0.5em 1em;
    margin-bottom: 2em;
}

#contents .notice_gray_b{
    background-color: #EBEBEB;
    padding: 20px;
	margin: 1.5em 0 1.5em 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em !important;
}

/* Link button */

#contents .singleBtn{
	display: inline-block;
	margin: 1em 0 2em 1em;
	width: 450px;
}

#contents .singleBtn a {
	display: block;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 0.7em 1em;
	color: #000;
	box-sizing: border-box;
}

#contents .singleBtn a:hover,
#contents .singleBtn a:active,
#contents .singleBtn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

/*　btnlist　*/

#contents ul{
    margin-top: 1em;
}

#contents ul.btnlist li {
	list-style: none;
    margin-bottom: 10px;
}

#contents ul.btnlist li a {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
	width: 450px;
	box-sizing: border-box;
}

#contents ul.btnlist li a:hover,
#contents ul.btnlist li a:active,
#contents ul.btnlist li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

#contents ul.btnlist li a span.textLink {
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
}

#contents ul.btnlist.inner li a span.textLink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents .flex{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-direction: row;
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
	-ms-flex-pack: distribute;
	margin: 2em auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 640px){
    
    #contents > div,
    #contents > section > div,
    #contents > dl,
    #contents > section >dl{
        margin-left: 0;
    }
    
    #contents section > section {
        margin-left: 0;
    }
    #contents p{
        margin-left: 0;
    }
	#contents h1{
		font-size: 1.692rem;
		padding: 5px;
	}
	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
    #contents section h3{
        margin-left: 0;
    }
	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
	#contents ul.txtlink{
		margin-left:0.5em;
	}
	#contents section p + a.textLink{
		margin-left: 0.5em;
	}
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0;
	}
	#contents .notice_gray_b{
		margin-left: 5px;
        margin-right: 5px;
        box-sizing: border-box;
	}
	#contents ul.btnlist li a {
		width: 100%;
	}
	#contents .singleBtn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
	#contents .flex{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/*------ ↑↑　common ↑↑　------*/

#contents section{
    margin-left: 1em;
}

#contents .menuArea ul{
    justify-content: space-between;
}

#contents .menuArea ul li{
   width: calc((100% - (1em + 24px)) /4);
}

#contents .menuArea ul li a{
    width: 100%;
    padding: 10px 0;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

#contents .menuArea ul li a span{
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
}

#contents h2.gray_title{
    position: relative;
    margin-left: 0;
    margin-bottom: 1.5em;
    font-size: 1.154rem;
}
#contents h2.gray_title img{
    height: 40px;
    width: auto;
    position: absolute;
    top: -8px;
    margin: 0;
}

#contents h2.gray_title span{
    display: block;
    background-color: #eee;
    padding: 4px 0 2px 4em;
    margin-left: 18px;
}

#contents h3{
    margin-bottom: 5px;
    font-size: 1.077rem;
}

#contents .bd_top{
    border-top: 1px dotted #999;
    padding-top: 1em;
    margin-top: 1.5em;
}

#contents .pct{
    margin: 1.5em 0;
}

#contents section h2 ~ h3,
#contents section h2 ~ p{
    margin-left: 1.5em;
}


#contents section h2 ~ .notice_gray{
    margin-left: 1.5em!important;
    margin-top: 1.5em;
}

#contents section h2 ~ p.annotation{
	padding-left: 1.5em;
}

#contents section p{
    margin-left: 0;
    margin-bottom: 0;
}
#contents p.onepoint{
    font-weight: bold;
}
#contents p.onepoint:before{
    content: "";
    display: inline-block;
    background: url(/support/handycam/enjoy/photo/images/ico_point.png);
    width: 36px;
    height: 36px;
    margin-right: 12px;
    vertical-align: middle;
}

#contents .location{
    padding: 1em 1em 0 1em;
    margin-left: 0;
}

#contents .location ul{
    margin-bottom: 0;
}
#contents .location ul > li{
    margin-bottom: 2em;
}

#contents .location ul > li .pct{
    text-align: center;
}

#contents .afterArea dl{
    margin-left: 0.5em;
}

#contents .afterArea dl dt{
    border-top: 1px dotted #999;
    margin-top: 1.5em;
    padding-top: 1.5em;
}

#contents .afterArea dl dd ul.txtlink{
    margin-left: 0.5em;
    margin-top: 0.5em;
}

#contents .afterArea dl dd ul.disc{
    margin-left: 1.5em;
}

#contents .afterArea .flex{
    margin: 0;
    align-items: normal;
}

#contents .afterArea .flex .pct{
    margin: 0;
    width: 140px !important;
    height: 79px !important;
}


@media (max-width: 640px){
    #contents .menuArea ul li{
       width: calc(100% - 2px);
        margin-bottom: 5px;
    }
    
    #contents section{
        margin-left: 0;
    }
    #contents section h2{
        padding-left: 0;
    }
    
    #contents .pct:not(.icon):not(.s_img) img{
        width: 100%;
        max-width: 480px;
        min-width: 280px;
        height: auto;
    }
    
    #contents section h2 ~ h3,
    #contents section h2 ~ p{
        margin-left: 0;
    }
    
    #contents section h2 ~ .notice_gray{
        margin-left: 0!important;
        margin-top: 1em;
    }
    
    #contents section h2 ~ p.annotation {
        padding-left: 1em;
    }
    
    #contents .location{
        padding: 1em 0;
    }
    
    #contents .location ul > li{
        margin-bottom: 1em;
        flex-direction: column-reverse;
    }
    
    #contents .location ul > li.noImage{
        margin-top: 0;
        margin-left: 0;
    } 

    #contents .location ul > li .pct {
        margin-top: 10px;
    }   
    
    #contents .location ul > li > p{
        margin-left: 1.8em;
        width: calc(100% - 1.8em);
        margin-right: 0;
    }
    
    #contents .afterArea .flex .pct{
        margin: 1em auto 1.5em;
        text-align: center;
    }
    #contents .afterArea .flex a.textLink{
        margin-bottom: 0;
    }
    
}

@media (max-width: 360px){
    #contents .location ul > li > p {
        width: calc(100% - 1.8em);
    }
    #contents .location ul > li .pct {
        width: calc(100% - 2em);
    }
    #contents .location ul > li .pct img{
        width: 100%;
    }
}

