@charset "UTF-8";

body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
    padding: 0;
    border: 0;
    color: #000000;
    position: relative;
    font-size: 15px;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
}
#container {
	display: flex;
	min-height: 100vh;
}
#container .empty {
	display: flex;
	flex-basis: calc((100% - 1040px) / 2);
	align-self: stretch;
	min-height: 100vh;
	width: calc((100% - 1040px) / 2);
}
#container .wrapper {
	display: flex;
	flex-basis: 1040px;
	position: relative;
	padding-left: calc((100% - 1040px) / 2);
}
#container .empty:first-child {
	background-color: #ecf3f7;
	min-width: 10px;
	position: fixed;
	top: 0;
}
#container .empty.nocolor {
	background-color: #fff;
	position: static;
}
#container .empty.nocolor + .wrapper {
	padding-left: 0;
}
#container .empty.nocolor + .wrapper #main_contents {
	margin: 0 auto;
	padding-left: 0;
}

#toPageTop {
    background-image: url(../img/btn_arrow_up.svg);
    background-position: center 20px;
    background-color: #ffffff;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    overflow: hidden;
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 100%;
    border: solid 1px #e0e0e0;
    cursor: pointer;
}
#pc_manual_20 .contents_inner .capture {
	text-align: center;
}
#pc_manual_20 .contents_inner .capture img {
	width: 760px;
}

/* サイドメニュー */
#left_menu {
    overflow: hidden;
    width: 250px;
}
#side {
	background-color: #ecf3f7;
	padding: 30px 0 0;
    box-sizing: border-box;
    width: 250px;
    min-width: 250px;
    top: 0;
}
#side.initialized {
    position: fixed;
}

.menu_body {
	overflow-y: scroll;
	width: calc(100% + 6px);
    padding-right: 10px;
    margin-right: 5px;
}
#side .company_logo {
	margin-bottom: 10px;
	width: 200px;
}
#side .icon {
	width: 20px;
	height: 20px;
}

#side .menu {
	border-bottom: 2px solid #e0e0e0;
	margin-right: 6px;
	display: table;
    width: 100%;
}
#side .menu_text {
	color: #0a2d88;
	font-weight: bold;
	padding: 15px 0;
	display: table-cell;
	padding-right: 20px;
}
#side .menu_text a:visited {
	color: #0a2d88;
}
#side .ac_head .menu_text {
	background: url("../img/acc_blueplus.svg") no-repeat 190px center;
	background-size: 12px;
	vertical-align: middle;
}
#side .ac_head.open .menu_text {
	background: url("../img/acc_blueminus.svg") no-repeat 190px center;
	background-size: 12px;
}

#side .menu_text.no_plus:after {
	background:none;
}
#side .menu_text_sub,
#side .menu_text_sub:active {
	color: #0a2d88;
	padding: 10px 0;
	display: inline-block;
}
#side li {
	list-style: none;
}
#side .ac_head {
	position: relative;
	cursor: pointer;
	display: table;
    width: 100%;
}
#side .ac_body {
	display: none;
}
#side .ac_body ul {
	margin-top: 0;
	padding-left: 30px;
}
#side span.icon_wrap {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
}
#side p.date {
    text-align: right;
}
/* メインコンテンツ */
#main_contents {
	padding: 30px;
	padding-right: 0;
	min-width: 760px;

}
#main_contents.initialized {
	margin-left: 250px;
}

#main_contents .contents_head {
	overflow: hidden;
}
#main_contents h1 {
	border: 5px solid #e0e0e0;
	border-right: 0;
	border-left: 0;
	padding: 20px 0;
	margin-top: 15px;
	margin-bottom: 30px;
}
#main_contents h1 span {
	display: block;
}
#main_contents h1 img {
	display: block;
	width: 200px;
	margin: 0 auto;
}
#main_contents .sub_title_wrapper {
    border-bottom: 5px solid #e0e0e0;
    margin-bottom: 30px;
}
#main_contents .sub_title_wrapper h2 {
    border-left: 5px solid #0a2d88;
    padding-left: 15px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 40px;
}
#main_contents .sub_text_wrapper ul,
#main_contents .sub_text_wrapper ol {
    padding-left: 20px;
    margin: 10px 0;
}
#main_contents .sub_text_wrapper ol li {
    padding-left: 15px;
}
#main_contents .caution {
	background-color: #fb7777;
	color: #fff;
	padding: 10px;
	border: 4px solid #ff3333;
	border-radius: 5px;
    padding-left: 45px;
    position: relative;
}
#main_contents .caution:before {
    content: '！';
    color: #f00;
    padding: 5px;
    background-color: #fff;
    border-radius: 50px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 11px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 1;
}
#main_contents .caution a,
#main_contents .caution a:visited {
	color: #fff;
	text-decoration: underline;
}

#main_contents .contact {
	text-align: left;
	border-collapse: collapse;
}
#main_contents .contact th {
	font-weight: normal;
}
#main_contents .contact td {
	padding-left: 10px;
}

#main_contents .capture_area {
	margin: 30px 0;
}
#main_contents .contents_inner .red {
	color: #ee4f09;
}
#main_contents .contents_inner .bold {
	font-weight: bold;
}
#main_contents .contents_inner .mb {
	margin-bottom: 15px;
}
#main_contents .contents_inner .capture {
	margin-bottom: 75px;
}
#main_contents .contents_inner p {
	margin: 0;
    margin-bottom: 10px;
}
#main_contents .contents_inner h3.description {
    border-bottom: 3px solid #e0e0e0;
    padding-bottom: 5px;
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
}
#main_contents .contents_inner .lead {
	font-size: 0;
}
#main_contents .contents_inner .lead > div {
    width: calc(100% / 3);
    display: inline-block;
    vertical-align: top;
}
#main_contents .contents_inner .lead > div .btn_b {
    background-color: #0a2d88;
    color: #FFF;
    padding: 5px;
    text-align: center;
    border-radius: 15px;
    display: block;
    font-weight: bold;
    width: 80%;
    margin-right: 20%;
}
#main_contents .contents_inner .lead > div p {
	margin-top: 10px;
	font-size: 13px;
	width: 80%;
}

#main_contents .contents_inner .btn_b {
    background-color: #0a2d88;
    color: #FFF;
    padding: 5px;
    text-align: center;
    border-radius: 15px;
    display: block;
    font-weight: bold;
    width: 95%;
    margin-bottom: 10px;
}
#main_contents .contents_inner .lead {
	margin-bottom: 10px;
}
#main_contents .contents_inner .title_text,
#main_contents .contents_inner .link {
	margin-bottom: 30px;
}
#main_contents .contents_inner .link table {
	width: 100%;
}
#main_contents .contents_inner .link td {
	width: 50%;
	vertical-align: top;
}

#main_contents .contents_inner .capture_area .section_text {
	margin-bottom: 30px;
}
#main_contents .contents_inner .title_text .img {
	margin: 20px 0;
}
#main_contents .contents_inner .title_text p {
	line-height: 1.8;
}
/* ボタン */
.btn_area {
	width: 725px;
}
.btn {
    width: 50%;
    margin: 0 auto;
    display: block;
    color: #fff;
    background: url(../img/btn_arrow_right.svg) no-repeat 95% center, linear-gradient(to bottom, #0b2d87 0%, #2d4c9f 100%);
    background-size: 13px 16px, 100% 100%;
    border: 1px solid #055392;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    padding: 19px 60px;
    border-radius: 3px;
    text-align: center;
    -webkit-appearance: none;
}

/*footer*/
#footer {
    padding: 25px;
    padding-left: 0;
	margin: 20px 0 50px;
}
.copyright {
	color: #c6c6c6;
}

/* for IE11 */
_:-ms-lang(x)::-ms-backdrop, #main_contents .caution::before {
    top: 10px;
}
