@charset "shift_jis";

/* CSS Document */

.colum2-right760 .title2 {
	border-bottom: #000 solid 1px;
	font-size: 1.3em;
	margin-bottom: 15px;
	padding-left: 13px;
}

/*20210824追記*/
#contents h3.gray_title{
    background-color: #e3e3e3;
    background-image: none;
    border: medium none;
    font-size: 15px;
    padding: 5px 15px 4px;
    margin-bottom: 1em;
}

#contents div.faq_list ul li {
    margin: 0.25em 0 0 0;
    list-style-type: none;
    background-image: url(/support/share/images/arrow_black.png);
    font-size: 14px;
}

#contents .Gray {
	padding: 1em 5px 0.75em 32px;
	font-weight: bold;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	/* font-size: 1.125rem; */
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin-top: 0.75em;
	width: auto;
	text-indent: -27px;
}
#contents img.icon {
    margin: 0px 5px 0px 3px;
}
#contents div.detailArea {
	padding: 0px 10px 0px 5px;
	background-color: #f3f3f3;
	border: 1px solid #d2d2d2;
}

#contents div.detailArea ul.txtlink{
	margin: 1em 0 0.75em 0;
}

#contents div.detailArea ul.txtlink li {
	border-bottom: 1px solid #d2d2d2;
	padding: 0px 0 10px 15px;
	margin: 9px 13px 0 16px;
	background: url(/support/share/images/arrow_black.png) no-repeat left .4em;
    float: none;
    font-size: 14px;
}
/*#contents div.detailArea ul.txtlink p {
	font-size: 15px;
}*/

#contents div.detailArea > p.p_title{
    font-size: 15px;
}

#contents div.detailArea ul.txtlink li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

#contents .Gray:hover, .Gray:active {
    text-decoration: none;
    opacity: 0.5;
}

#contents .Gray:focus {
    outline: thin dotted;
    opacity: 0.5;
	outline-offset: -1px;
}

#contents .section.inner {
    word-break: break-all;
}

form[name= "search"] {
	text-align: right;
}

/* ↓↓　.ai  ↓↓　20200930 */
#contents .bnr_ai a:hover, .bnr_ai a:active {
    text-decoration: none;
    opacity: 0.5;
	color: #000;
}
#contents .bnr_ai a:focus {
    outline: thin dotted;
    opacity: 0.5;
}

/* 20211013追記 */
#contents div.faq_list section > ul {
    margin: 0 0 1em 2em;
}

#contents section h3 {
    font-size: 1.25em;
    border-left: 5px solid #333f50;
    line-height: 1.3;
    border-bottom: 2px solid #ececec;
    padding: .5em .5em;
    margin-bottom: 1em;
}

#contents section h3.blue {
    border-left: 5px solid #2196f3;
    border-bottom: none;
}

#contents section .picupimg {
    margin: 2em auto 2em;
}

#contents section .picupimg img {
    vertical-align: middle;
	max-width: 100%;
}

#contents div.faq_list ul li {
   width: 95%;
}

#contents div.faq_list h4.title2 {
    margin: 0 0.5em 1em;
    font-size: 1.2em;
}


#contents div.faq_list section {
    margin-bottom: 3em;
}

@media (max-width: 640px) {
	#contents div.faq_list h4.title2 {
		margin: 0 0.2em 1em;
		padding-left: 0.5em;
	}
	
	#contents div.faq_list ul li {
		width: 90%;
	}
	
	#contents div.faq_list section > ul {
		margin-left: 0.5em;
	}
	
	#contents section .picupimg a {
/*		display: block;*/
		margin-bottom: 0.5em;
	}
}

/* 20211224 */
#contents section .picupimg ul {
    list-style: none;
    margin-left: 0;
}

#contents section .picupimg ul li  {
    float: left;
    margin-right: 1em;
}

@media (max-width: 640px){
    #contents section .picupimg {
        text-align: center; 
    }
    
    #contents section .picupimg ul li  {
        float: none;
        margin-right: 0;
    }
}

/* 20220217 */

#contents section.faqlist div.detailArea {
    padding: 2em 1em 1em;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}

#contents section.faqlist div.detailArea h3 {
    border-bottom: 1px dotted #d0d0d0;
    font-weight: bold;
    padding: 0 0 5px 13px;
    margin-bottom: 10px;
    border-left: 0;
}

#contents section.faqlist div.detailArea ul.txtlink.productslist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 1em 1em 2em 3em;
    flex-wrap: wrap;
}

#contents section.faqlist div.detailArea ul.txtlink li {
    border-bottom: 0;
    padding: 0px 0 10px 15px;
    margin: 9px 13px 0 16px;
    background: url(/support/share/images/arrow_black.png) no-repeat left 0.4em;
    float: none;
    font-size: 14px;
}

@media (max-width: 640px) {
	#contents section.faqlist div.detailArea ul.txtlink.productslist {
		margin-left: 0;
	}
	
	#contents section.faqlist div.detailArea ul.txtlink.productslist li {
		margin-bottom: 0em;
		width: auto;
		padding: 0 0 0 10px;
	}
}

/*2022/08/17追記*/
#contents ul.list_none{
    list-style: none;
    margin-left: 0;
}

#contents ul.list_none li.frame{
    border: #ccc 1px solid;
    margin: 1.5em 0 0;
}

#contents .detailArea > div.faq_list ul li {
    width: 88%;
}

@media (max-width: 640px){
    #contents .detailArea > div.faq_list ul {
        margin-bottom: 10px;
    }  
}