@charset "utf-8";
/* CSS Document */

/*===========================================
	tabswitching_common.css
=============================================*/


#contents section{
	margin-bottom: 2em;
	margin-top: 3em;
}

#contents p{
	word-break: break-all;
}

#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;
}

@media (max-width: 640px){

	#contents > div,
	#contents section > div,
	#contents > dl,
	#contents > section >dl{
		margin-left:5px;
	}
}

/* h1 h2 h3 */
#contents h1{
	font-size: 2.15rem;
	padding: 1.5rem 13px;
}

#contents section h2{
	font-size: 1.846rem;
	border-top: 5px solid #333f50;
	border-bottom: 1px dotted #999;
	padding: 1.5rem 13px 0.8rem;
	margin-bottom: 10px;
}

#contents section h3 {
	font-size: 1.25rem;
	border-left: 5px solid #333f50;
	line-height: 1.3;
	border-bottom: 1px solid #ececec;
	padding: .5em .5em;
	margin-bottom: 1em;
}

#contents section h4 {
	font-size: 1.15rem;
	padding: .5em .5em;
	margin-bottom: 1em;
}


@media screen and (max-width: 640px){
	#contents h1{
		font-size: 1.692rem;
		padding: 5px;
	}

	#contents section h2{
		font-size: 1.385rem;
		padding: 5px;
	}
}

/* list */

#contents ul{
	padding:0;
}

#contents ul.disc{
	list-style-type: disc;
}

#contents ol{
	padding:0;
	margin-left:1em;
}

#contents li{
	margin-bottom:0.5em;
	margin-left:0;
}

#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;
}

@media (max-width: 640px){
	#contents section ul{
		margin-left:5px;
	}

	#contents ul.disc,
	#contents section ol{
		margin-left:2em;
	}
}

/* link */

#contents a.textLink{
	background-position: 0 6px;
	display: inline-block;
	margin: 0.5em;
}

#contents a.textLink.fltRight + *{
	clear: both;
}

#contents ul.txtlink{
	margin-left:1.5em;
}

#contents ul.txtlink.inner > li{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents span.textLink{
	background: url(/support/share/images/arrow_black.gif) no-repeat;
	background-position:0 6px;
	padding-left:1em;
}

#contents span.textLink.inner{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
}

#contents a.inner_txt{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em !important;
    padding-left: 1em;
}

@media (max-width: 640px){

	#contents ul.txtlink{
		margin-left:0.5em;
	}
}

/* annotation */
#contents p.annotation,
#contents ul.annotation{
	margin-left:1em;
}
#contents p.annotation,
#contents ul.annotation li,
#contents span.annotation{
	padding-left: 1em;
	text-indent: -1em;
}

#contents span.annotation{
	display: inline-block;
}

#contents ul.annotation li{
	margin-left: 0;
}

#contents p + p.annotation{
	margin-top:0.5em;
}

@media screen and (max-width: 640px){
	#contents p.annotation,
	#contents ul.annotation{
		margin-left:0.5em;
	}
}

/* notice*/

#contents .notice_gray {
	border: 1px solid #CCCCCC;
	padding: 1.2em 1em 0.5em;
	margin-bottom: 2em;
}

#contents .notice_gray > *,
#contents .notice_gray_b > *,
#contents .notice_gray_yellow > *{
	margin-left: 0;
	margin-bottom: 0;
}

#contents .notice_gray_b{
	background-color: #EBEBEB;
	border: 1px solid #999999;
	padding: 1em;
}

#contents .notice_gray_b > ul.disc{
	margin-left: 1.5em;
	padding-right: 0.5em;
}

#contents .notice_gray_yellow{
	background-color: #FFFFCC;
	border: 1px solid #999999;
	padding: 1em;
}

#contents .notice_gray_yellow > ul.disc{
	margin-left: 1.8em;
	padding-right: 0.5em;
}

/* warningArea */

#contents .warningArea {
	background: #EBEBEB;
    border: 1px #C6C6C6 solid;
    margin: 1em;
    background-image: url(/support/tv/images/ico_warning2.gif);
    background-position: 1em 1em;
    background-repeat: no-repeat;
    padding: 2em 1em 1em 2em;
}

#contents .warningArea > *:first-child{
	padding-top: 2em;
    margin: 0;
}

#contents .warningArea > ul.disc{
	padding-left: 2em;
	margin-bottom: 8px;
}


@media (max-width: 640px){
	#contents .warningArea {
		padding: 2em 5px 1em 5px;
		margin: 1em 0;
	}
}


/*-----------------------------------
.tablist
-----------------------------------*/

/* ↓↓　#show_hide ↓↓　*/

section.show_hide {
	margin: 3em 0;
}

#contents section#show_hide .btnArea ul.tablist {
	margin: 0 ;
	padding: 0;
}

#contents section#show_hide .btnArea ul.tablist li{
	margin-left: 0;
	margin-bottom: 0!important;
	flex: 1;
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	padding: 1em 0.5em 1em;
	display: block;
	border: 1px solid #d0d6d8;
}

#contents section#show_hide .btnArea ul.tablist li a{
	text-decoration: none;
}

#contents section#show_hide .btnArea ul.tablist li span {
	font-weight: bold;
	cursor: pointer;
	font-size: 1.25em;
	display: block;
	text-align: center;
	height: 35px;
    color: #333;
    background: none;
    padding: 0;
}

#contents section#show_hide .btnArea ul.tablist li span [aria-presse=false]{
	background-color: #f1fbff;
}

#contents div.openArea {
	margin-left: 0;
	display: block;
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: opacity 0.5s ease 0s;
	background-color: rgba(240,252,255,0.7);
	border: 1px solid #d0d6d8;
	border-top: none;
}

#contents section#show_hide .btnArea ul.tablist li.selected{
	border-bottom : transparent!important;
	background-color : #f9fdff!important;
}

.OpenbtnArea+.button {
	color: #333;
	background-color: rgba(240,252,255,0.7);
}

#contents section#show_hide .btnArea ul.tablist li.OpenbtnArea :focus{
	outline: none;
}

#contents section#show_hide .btnArea ul.tablist li.OpenbtnArea :focus-visible{
	outline: thin dotted;
}

#contents section#show_hide .btnArea ul.tablist li.OpenbtnArea :focus,
#contents section#show_hide .btnArea ul.tablist li.OpenbtnArea :hover,
#contents section#show_hide .btnArea ul.tablist li.OpenbtnArea :active{
	opacity: 0.5;
}


@media (max-width: 640px){

	#contents section#show_hide .btnArea ul.tablist li span {
		font-size: 84%;
	}
}


/*-----------------------------------
.button 
-----------------------------------*/

#contents div.btn{
	display: inline-block;
	margin-bottom: 0.5em;
	width: 450px;
}

#contents div.btn 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;
}

#contents div.btn a:hover,
#contents div.btn a:active,
#contents div.btn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

@media screen and (max-width: 640px){
	#contents div.btn{
		max-width: 450px;
		width: 100%;
		margin-left: 0;
	}
}

#contents div.btnArea {
	margin-left: 0;
	margin-top: 3em;
}

#contents div.btnArea ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents div.btnArea ul li a.btn {
	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.6em 1em;
	display: block;
}


#contents ul li a span {
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;

	display: inline-block;
	padding: 0 0 0 10px;
}

#contents div.btnArea ul li a:hover,
#contents div.btnArea ul li a:active,
#contents div.btnArea ul li a:focus{
	opacity: 0.7;
}

@media (max-width: 640px) {
	#contents div.btnArea ul {
		margin-left: 0;
	}
	#contents div.btnArea ul li {
		width: 100% !important;
	}
}

/*-----------------------------------
	open close
-----------------------------------*/

#contents .Gray {
	padding: 1em 0 0.75em 0.75em;
	font-weight: bold;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin-top: 0.75em;
	box-sizing: border-box;
	margin-right: 1em;
}

#contents .Gray:hover, .Gray:active {
	text-decoration: none;
	opacity: 0.5;
}

#contents .Gray:focus {
	outline: thin dotted;
	opacity: 0.5;
	outline-offset: -1px;
}

.OpenbtnArea :not(:last-of-type) {
	margin-right: 5px;
}

#contents .detailArea {
	padding: 2em 1em;
	border: 1px #C6C6C6 solid;
	background: #EBEBEB;
    margin-right: 1em;
}

#contents .detailArea > .stepArea{
	margin-bottom: 0;
}

#contents .detailArea .container{
	padding: 0 1em;
}

@media (max-width: 640px) {
	#contents .Gray {
		width: 100%;
		padding-left: 36px;
		text-indent: -34px;
	}
	
    #contents .detailArea{
        margin-right: 0;
    }
    
	#contents .detailArea ul.disc{
		margin-left: 1em;
	}
	
	
}


/*-----------------------------------
 .indexArea
-----------------------------------*/

#contents .indexArea{
	display: table;
	width: 100%;
}

#contents .indexArea p.left{
	background: #ccc;
	color: #fff;
	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 #ccc;
	padding: 1.5em 1em 1em 1.5em;
	list-style-type: none;
	margin: 0;
	width: 98%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

/*-----------------------------------
 .stepArea
-----------------------------------*/

#contents .stepArea{
	margin: 2em 0 2em 1em;
}

#contents .stepArea ol.stepList{
	list-style-type: none;
	counter-reset: square;
	margin-left: 0;
	margin-bottom: 0;
}
#contents .stepArea ol.stepList > li{
	margin-bottom: 3em;
}

#contents .stepArea ol.stepList > li:last-child{
	margin-bottom: 0;
}

#contents .stepArea ol.stepList > li:before {
	content: counter(square);
	counter-increment: square;
	color: #fff;
	display: block;
	line-height: 24px;
	text-align: center;
	height: 24px;
	width: 24px;
	margin-right: -4px;
	font-weight: 700;
	float: left;
}

#contents .stepArea ol.stepList.navy > li:before{
  background-color: #333f50;
}

#contents .stepArea ol.stepList.org > li:before{
  background-color: #ffa41b;
}
#contents .stepArea ol.stepList.green > li:before{
  background-color: #4d9936;
}

#contents .stepArea ol.stepList.peach > li:before {
	background-color: #e8889e;
}

#contents .stepArea ol.stepList > li > *{
	margin-left: 38px;
}

#contents .stepArea ol.stepList > li >p.lead{
	display: table-cell;
	margin: 0;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 14px;
}

#contents .stepArea ol.stepList li figure,
#contents .qaListArea ul li.qaWrapper figure,
#contents ul.disc li figure.imgcenter{
	display: table;
	margin: 2em auto;
}

#contents .stepArea ol.stepList li figure img,
#contents .qaListArea ul li.qaWrapper figure,
#contents ul.disc li figure.imgcenter{
	max-width: 100%;
}
#contents .stepArea figure figcaption{
	text-align: left;
}

@media screen and (max-width: 640px){
	#contents .stepArea{
		margin-left: 5px;
	}
	#contents .stepArea ol.stepList > li >p.lead {
		padding-top: 0;
	}
	#contents .stepArea ol.stepList > li > * {
		margin-left: 0;
	}
}

	/* color setting */

	#contents section h2.org{
		border-top: 5px solid #ffa41b;
	}

	#contents section h2.green{
		border-top: 5px solid #4d9936;
	}

	#contents section h2.peach {
		border-top: 5px solid #e8889e;
	}

	#contents section h2.lavender {
		border-top: 5px solid #7da1dc;
	}

	#contents section h3.org{
		border-left: 5px solid #ffa41b;
		border-bottom: 1px solid #ffa41b;
	}

	#contents section h3.green{
		border-left: 5px solid #4d9936;
		border-bottom: 1px solid #4d9936;
	}

	#contents section h3.peach{
		border-left: 5px solid #e8889e;
		border-bottom: 1px solid #e8889e;
	}

	#contents section h3.lavender{
		border-left: 5px solid #7da1dc;
		border-bottom: 1px solid #7da1dc;
	}


	#contents .indexArea.org ul{
		border-color: #ffa41b;
	}

	#contents .indexArea.green ul{
		border-color: #4d9936;
	}

	#contents .indexArea.peach ul {
		border-color: #e8889e;
	}

	#contents .indexArea.lavender ul{
		border-color: #7da1dc;
	}

	#contents .indexArea.org p.left,
	#contents .stepArea ol.stepList.org > li:before{
		background-color: #ffa41b;
	}

	#contents .indexArea.green p.left,
	#contents .stepArea ol.stepList.green > li:before{
		background-color: #4d9936;
	}

	#contents .indexArea.peach p.left,
	#contents .stepArea ol.stepList.peach > li:before {
		background-color: #e8889e;
	}

	#contents .indexArea.lavender p.left,
	#contents .stepArea ol.stepList.lavender > li:before{
		background-color: #7da1dc;
	}

/*-----------------------------------
 .qaListArea 2021/12/16
-----------------------------------*/
#contents .qaListArea ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
}
#contents .qaListArea ul li{
        margin: 0;
        padding: 0;
}
       
#contents .qaListArea ul li.qaWrapper{
        border: 1px solid #ccc;
        background-color: #fff;
        margin: 1em 0;
 }
#contents h3.hirakubotan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
        padding: 1em;
        font-size: 1.25rem;
        cursor: pointer;
        border-left: none;
        border-bottom: none;
        margin-bottom: 0;
}
    
 #contents .kaihei-icon{
        font-size: 150%;
        display: inline-block;
        margin-right: 1em;
        transition: all 0.5s;
}

 #contents .active .kaihei-icon{
        transform: rotate( 45deg );
}
    
#contents .naiyou{
        margin: 0 1em 1em;
        border-top: 1px solid #000;
        padding: 1em 0;
        display: none;    
}

#contents h3.hirakubotan:hover{
        text-decoration: none;
        opacity: 0.5;
}

#contents h3.hirakubotan:focus {
	outline: thin dotted;
	opacity: 0.5;
	outline-offset: -1px;
}


@media (max-width: 640px){
    #contents .naiyou{
        margin-top: 0;
        padding: 1em 0 0;
    }
    #contents .naiyou p{
        margin-left: 0.3em;
    }
}

