@charset "shift_jis";
/* CSS Document */

#contents .one-half {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}
#contents .one-half img {
	height: auto;
	max-width: 100%;
	width: auto;
}
#contents ul.anchorBtnA li {
	width: 200px;
	height: 40px;
	margin: 10px 9px 0 0;
	padding: 0;
	text-align:center;
}
#contents ul.anchorBtnA li span {
	background:none;
}
#contents #out-page {
	background: url(/support/share/images/arrow_black.png) no-repeat 0 0.5em;
}
#contents #in-page {
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
}
#contents p {
	margin: 0 0 1.25em;
}
div.pregArea div.pregBox {
	margin: 30px 0px 30px 0px;
}
@media screen and (max-width: 640px) {
	#contents ul.anchorBtnA li {
		width: 95%;
	}
	#contents .one-half {
		width: auto;
	}
}

/* float clear */
#contents .pregBox,
#contents .stepArea {
	*zoom: 1;
}
#contents .pregBox:before,
#contents .stepArea:before,
#contents .pregBox:after,
#contents .stepArea:after {
	display: table;
	content: " ";
}
#contents .pregBox:after,
#contents .stepArea:after {
	clear: both;
}
/* float clear */

#contents dl dt.img_caption {
	margin: 0;
}
#contents dl dd.img_area {
	margin-left: 0;
}


/* 20231207 */
html{
	font-size: 0.813rem;
}
.mod-mainContentContainer{
	font-size: 1rem;
}

.colum2-right760 h1.title {
    font-size: 1.385rem;
}

.dotArea {
    margin: 0 0 30px 15px;
    padding: 0 0 30px 0;
    background: url(/support/ichigan/share3/images/dotline.gif) repeat-x bottom;
    clear: both;
}

.dotArea .stepArea {
    margin: 10px 0 0 35px;
}

.dotArea .no  {
    display: flex;
	font-size: 1.125rem;
}

.dotArea .no img {
    width: 25px;
    height: 25px;
    margin-right: 0.5em;
}

.dotArea .no span {
    display: inline-block;
}

.dotArea.noline {
    background: none;
}

@media screen and (max-width: 640px) {
	.dotArea {
		margin-left: 0;
	}

	.dotArea img.mq-320 {
		width: auto!important;
	}

}