@charset "utf-8";
/* CSS Document */

h2.step {
	margin-bottom: 15px;
}

#sp .stepArea-top2 {
	margin-bottom:40px;
    margin-left: 1em;
}

#sp .stepArea-top2 ol {
	margin-left:10px;
}
#sp .stepArea-top2 ol li {
	margin-bottom:20px;
}

#sp .stepArea-top2 p {
	margin-bottom:10px;
}
#sp .stepArea-top2 img {
	margin-top:10px;
	margin-bottom:15px;
	display: block;
}

#sp .stepArea-top2 img.icon {
    vertical-align: middle;
    margin: 0px 3px;
    display: inline-block;
}

#sp span.link_out {
    background: url("/support/share/images/icon_blank.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 9px 0 0;
    vertical-align: baseline;
    width: 11px;
	margin-left: 3px;
}

#sp p.word_b {
	word-break: break-all;
}
#sp ul.txtlink {
	background:none;
}

/*
----------------------------------------------------------------------------
	��ʕ���640px���ȉ��̂Ƃ��ɓK�p
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#sp .stepArea-top2 {
    margin-left: 0;
}
    
#sp .stepArea-top2 ol li {
    margin-left: 15px;
}
    
img.mq {
	width:100%;
	height:auto;
}

img.mq320 {
	max-width: 320px;
	width:100%;
	height:auto;
}
}


/*2022/07/06�ǋL*/

/* btnList */
div.btnList ul {
    list-style: none;
    margin-top: 1em;
    margin-left: 0;
}

div.btnList ul li {
    width: 60%;
    margin-bottom: 1em;
}

div.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: 1em 0 0.75em 0.75em;
    display: block;
    box-sizing: border-box;
}

div.btnList ul li a:hover, div.btnList ul li a:active, div.btnList ul li a:focus {
    text-decoration: none;
    color: #000;
    opacity: 0.7;
}

div.btnList ul li.inner a span.textLink {
    background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
    font-weight: 700;
}



/* opencloseArea */
.opencloseArea{
    margin: 1.5em 0 2em;
}

.opencloseArea dl.toggleList dt.Gray{
    font-size: 0;
    cursor: pointer;
    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;
    margin-top: 0.75em;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.opencloseArea dl.toggleList dt > span{
    font-size: 1.125rem;
    padding: 1em 0.75em 0.75em 0.75em;
    display: flex;
    width: 100%;
}

.opencloseArea dl.toggleList > dt:not(:first-child){
    margin: 10px 0 0 0;
}

.opencloseArea dl.toggleList > dt:focus-visible{
    outline: thin dotted;
}

.opencloseArea dl.toggleList dt > span:focus-visible{
    outline: thin dotted;
}

.opencloseArea dl.toggleList > dt > span:before{
    content: "";
    background: url(/support/share/images/st_open.png) no-repeat;
    width: 25px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.opencloseArea dl.toggleList > dt.active{
    background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
}

.opencloseArea dl.toggleList > dt.active > span:before{
    background: url(/support/share/images/st_close.png) no-repeat;
}


.opencloseArea dl.toggleList > dd.detailArea{
	display: none;
    padding: 1em;
    background-color: #f3f3f3;
    border: 1px solid #d2d2d2;
    margin: 0;
}

.opencloseArea dl.toggleList > dd.detailArea ul.disc{
    margin-left: 1.5em;
}

.contentsArea img.icon {
    vertical-align: middle;
    margin: 0px 3px;
}

@media (max-width: 640px) {
    div.btnList ul li {
        width: 100%;
    }
    
    .opencloseArea dl.toggleList > dd.detailArea{
        padding: 1em 0.5em;
    }
    
    .opencloseArea dl.toggleList > dd.detailArea ul.disc{
        margin-left: 0.5em;
    }
    
	.opencloseArea dl.toggleList > dt > span:before {
		width: 45px;
	}
}

/* 20230424 */
@media screen and (max-width: 640px){
	.rightImage.wide img {
		margin: 0 auto 20px;
	}
}

/* 2024/02/26 */
h1.title {
    border-bottom: 2px solid #6b6b6b;
    color: #2f353d;
    margin-bottom: 30px;
	font-size: 1.5rem;
}

h2.title {
    font-size: 1.25rem;
    border-bottom: 1px solid #2f353d;
    color: #2f353d;
}

.title {
	margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 13px;
    font-size: 18px;
    font-weight: 700;
}

.rightImage {
    display: flex;
    padding: 1em 0;
    justify-content: space-between;
    align-items: flex-start;
}

.rightImage .txt {
    width: 70%;
}

.indexArea {
    display: table;
    width: 95%;
    margin: 1em 0 3em 0;
}

.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;
    color: #fff;
    font-weight: bold;
}

.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;
}

.indexArea ul.txtlink {
    background: none;
}

.indexArea {
    border-bottom: 0;
}

div.contentsArea {
    width: 100%;
}

@media screen and (max-width: 640px) {
	.rightImage {
		flex-direction: column-reverse;
		align-items: center;
		padding-left: 0;
	}
	
	.rightImage .txt {
		width: 100%;
		margin-top: 1.5em;
	}
	
	.indexArea {
		width: 100%;
		margin-left: 0;
	}
}