@charset "shift_jis";

/* ----top----- */
body{
    font-size: 1.6rem;
}
#wrapper h1{
	margin-top: 15px;
    font-size: 2rem;
}

#wrapper #mainWrap h2.h2_opt{
	padding: 10px;
	font-size: 1.6rem !important;
	font-weight: bold;
	background: #efefef;
	border-left: 3px solid #199abe;
	text-align: left;
	border-bottom: 0;
	color: #222222;
	margin: 10px 0 0;
}
#wrapper #mainWrap h3.h3_opt{
	font-size: 1.8rem !important;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #fb7513;
}

.contentsInr p{
	margin-bottom: 10px;
	line-height: 1.8;
}

.txt_clr{
	color: #ec7031;
	font-size: 1.6rem;
	display: block;
	margin-bottom: 8px;
	font-weight: bold;
}
.txt_clr .txtblack{
	font-weight: normal;
	color: #000;
}
.num{
	display: inline-block;
	line-height: 25px;
	background: #ec7031;
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	margin-right: 5px;
	font-size: 1.2rem;
}
.txt_subttl{
	font-size: 1.5rem;
	font-weight: bold;
}

.logo{
	margin: 35px 0 30px;
	text-align: center;
	width: 100%;
}
.logo img{
	max-width: 85%;
	height: auto;
}

ul.Topmenu{
	position: relative;
	padding-right: 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
}
ul.Topmenu li{
	width: 100%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
}
ul.Topmenu li a{
	padding: 15px 35px 15px 10px;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	display: block;
}

ul.Topmenu li a:before{
	display: block;
	content: "";
	clear: both;
	position: absolute;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #249abe;
	right: 0;
	top: 50%;
	margin-top: -9px;
}
ul.Topmenu li a:after{
	display: block;
	content: "";
	clear: both;
	position: absolute;
	right: 6px;
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	top: 50%;
}

.pdf-btn{
    text-align: center;
    margin: 50px 0;
}
.pdf-btn a{
    display: inline-block;
    border: 1px solid #116fbb;
    border-radius: 10px;
    padding: 12px 20px;
    box-sizing: border-box;
}



/* ----Šepage‹¤’Ę----- */
.pagelogo{
	text-align: center;
	margin: 15px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 13px;
}
.InrBlock{
	margin-bottom: 70px;
}
.InrBlock:last-of-type{
	margin-bottom: 50px;
}

.pic{
	text-align: center;
}

.bggray{
	border: 1px solid #c8c8c8;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 1px 2px 0px #eaeaea;
}
.bggray p{
	margin-bottom: 0;
}

.Pagelink{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 10px 0;
}
.Pagelink a,
.Pagelink span{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: 10px;
	border-radius: 5px;
}
.Pagelink .grbtm{
	border: 1px solid #ccc;
	color: #ccc;
}
.Pagelink .blbtm{
	border: 1px solid #1a9abf;
	color: #1a9abf;
}
.Pagelink a span.PagelinkInr{
	display: block;
	position: relative;
}

.PagelinkTop{
	width: 100%;
	margin: 0 auto 60px;
	text-align: center;
}
.PagelinkTop a{
	padding: 15px;
	background: #1a9abf;
	color: #fff;
}
.PagelinkTop a:link,
.PagelinkTop a:visited{
	color: #fff;
}

.AnchorLink{
	margin-bottom: 20px;
}
.AnchorLink li {
	display: inline-block;
	padding-right: 20px;
	margin-top: 15px;
}

.AnchorLink li a{
	display: block;
	padding-right: 30px;
	position: relative;
	text-decoration: underline;
}

.AnchorLink li a:before{
	display: block;
	content: "";
	clear: both;
	position: absolute;
	width: 6px;
	height: 6px;
	border-bottom: 3px solid #116fbb;
	border-right: 3px solid #116fbb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 0;
	right: 10px;
	top: calc(50% - 6px);
}

.subblock{
	background: #fff1e7;
	padding: 1px 10px 30px;
	margin-top: 15px;
}
#wrapper #mainWrap .subblock h3.h3_opt{
	font-size: 1.6rem !important;
	border-left: 3px solid #fb7513;
	text-align: left;
	font-weight: bold;
	margin: 20px 0 10px;
	padding-left: 10px;
	color: #fb7513;
}
#wrapper #mainWrap .subblock .pic + h3.h3_opt{
    margin-top: 60px;
}
.subblock .AnchorLink{
	background: #fff;
	padding: 10px 10px 20px;
	margin: 20px 0;
}
.subblock .AnchorLink li {
	display: inline-block;
	padding-right: 10px;
	margin-top: 15px;
}
.subblock .AnchorLink li a{
	display: block;
	padding-right: 25px;
	position: relative;
	text-decoration: underline;
}

.footer{
	background: #ececec;
}

.txt-red{
	color: #E61717;
}
.bg-gray{
	background-color: #f2f5f8;
	padding: 10px;
	font-size: 1.2rem;
}

@media screen and (min-width: 769px){
    body{
       background: #ebedf0;
    }
    #manual-top .logo{
        margin-top: 0;
        padding-top: 35px;
    }
    #mainWrap{
        max-width: 940px;
        margin: auto;
        background-color: #fff;
        padding: 0 20px 14px;
        box-sizing: border-box;
    }
    .pagelogo{
        margin-top: 0;
        padding-top: 15px;
    }
    .PagelinkTop{
        margin: 0 auto;
        padding-bottom: 60px;
    }
}