@charset "utf-8";
/*reset*/
body, h1, h2, h3, h4, h5, h6, h7, div, p, dl, dt, dd, ol, ul, li, table, th, td, fieldset, form, input[type="radio"], input[type="checkbox"] {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, h7, dt, dd, th, td, em, address, label {
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
}
ol, ul {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img, fieldset {
    border: 0;
}
img {
    display: block;
}
h1, h2, h3, h4, h5, h6, h7, p, dl, dt, dd, ol, ul, li, th, td {
    line-height: 1.8;
}
/*common*/
body {
    font-family: 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.8;
    font-size: 16px;
}
a {
    color: #0066CC;
}
.inner {
    width: 980px;
    margin: 0 auto;
}
.section {
    padding: 60px 0;
    background: #FFF;
}
.section h2 {
    margin-bottom: 60px;
}
.section h2 img {
    margin: 0 auto;
}
/*header*/
#header {
    padding: 16px 0;
    background: #fff;
    border-top: 3px solid #103351;
    border-bottom: 1px solid #DDD;
}
#header .logo {
	padding-top: 5px;
	width: 450px;
	float: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#header .logo .logo_image {
	width: 228px;
	transition: 0.25s;
}
#header .logo .logo_image img {
	width: 228px;
	height: auto;
	transition: 0.25s;
}
#header .logo .logo_text {
	margin-left: 15px;
	line-height: 1;
}
#header .logo .logo_text a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	transition: 0.25s;
}
#header .logo .logo_text a:hover {
	opacity: 0.7;
}
#header .cv {
    float: right;
    width: 490px;
}
#header .cv .tel {
    float: left;
    width: 240px;
}
#header .cv .shop {
    float: right;
    width: 236px;
}
#header .cv .shop a {
    display: block;
    padding: 10px 0;
    background: #eb3a2b; /* Old browsers */
    background: -moz-linear-gradient(top, #eb3a2b 0%, #c72518 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eb3a2b 0%, #c72518 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eb3a2b 0%, #c72518 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb3a2b', endColorstr='#c72518', GradientType=0); /* IE6-9 */
    border-radius: 5px;
}
#header .cv .shop a:hover {
    background: #c72518; /* Old browsers */
    background: -moz-linear-gradient(top, #c72518 0%, #eb3a2b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c72518 0%, #eb3a2b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c72518 0%, #eb3a2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c72518', endColorstr='#eb3a2b', GradientType=0); /* IE6-9 */
}
#header .cv .shop a img {
    display: block;
    margin: 0 auto;
    width: 210px;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}


/*main*/
#contents #main {
    background: url("../image/bg_main.jpg") center bottom no-repeat #f4f9fa;
	background-size: cover;
}
#contents #main .breadcrumb {
	margin: 0 auto;
	max-width: 1081px;
}
#contents #main .breadcrumb {
	padding: 15px 20px 5px;
}
#contents #main .breadcrumb li {
	display: inline;
	font-size: 12px;
	color: #1f1f1f;
}
#contents #main .breadcrumb li a {
	color: #0766ca;
	text-decoration: underline;
}
#contents #main .breadcrumb li+li:before {
	content: ">";
	padding: 0 0.2em;
}
#contents #main h1 {
    padding: 0 20px;
}
#contents #main h1 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
/* main_bnr */
.main_bnr .bnr_top {
    background: url("../image/bg_cv.png") left top repeat-x #103250;
    background-size: cover;
    padding: 20px 0 30px;
}
.main_bnr .bnr_top .ttl {
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.main_bnr .bnr_top .ttl span {
    display: inline-block;
    font-size: 50%;
    color: #f8df7a;
    margin-right: 1em;
    line-height: 1;
    text-align: center;
    vertical-align: text-top;
    border-top: 3px double #dbd89a;
    border-bottom: 3px double #dbd89a;
    margin-top: 4px;
    padding: 6px 0 4px 3px;
}
.main_bnr .container {
    width: 980px;
    padding: 0;
    margin: 0 auto;
    background: none;
}
.main_bnr .bnr_top .btn_area {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box, .main_bnr .bnr_top .btn_area .btn_mailfax_box {
    width: 445px;
    box-sizing: content-box;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box {
    padding-right: 20px;
    border-right: 1px solid #8899a8;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box dl, .main_bnr .bnr_top .btn_area .btn_mailfax_box dl {
    display: flex;
    justify-content: space-between;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box dl:first-of-type, .main_bnr .bnr_top .btn_area .btn_mailfax_box dl:first-of-type {
    margin-bottom: 25px;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box dl dt, .main_bnr .bnr_top .btn_area .btn_mailfax_box dl dt {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box dl dt span, .main_bnr .bnr_top .btn_area .btn_mailfax_box dl dt span {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 3px 0;
    color: #FFF;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    border: 1px solid #FFF;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box dl dd, .main_bnr .bnr_top .btn_area .btn_mailfax_box dl dd {
    width: 300px;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box dl.btn_shop dd a {
    display: block;
    padding: 15px 0;
    background: #eb3a2b; /* Old browsers */
    background: -moz-linear-gradient(top, #eb3a2b 0%, #c72518 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eb3a2b 0%, #c72518 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eb3a2b 0%, #c72518 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb3a2b', endColorstr='#c72518', GradientType=0); /* IE6-9 */
    border-radius: 5px;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box dl.btn_shop dd a:hover {
    background: #c72518; /* Old browsers */
    background: -moz-linear-gradient(top, #c72518 0%, #eb3a2b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c72518 0%, #eb3a2b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c72518 0%, #eb3a2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c72518', endColorstr='#eb3a2b', GradientType=0); /* IE6-9 */
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box dl.btn_shop dd a img {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 35px;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box dl.btn_tel dd a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #FFF;
}
.main_bnr .bnr_top .btn_area .btn_shoptel_box dl.btn_tel dd p.openhour {
    margin-top: 10px;
    font-size: 12px;
    color: #FFF;
}
.main_bnr .bnr_top .btn_area .btn_mailfax_box dl.btn_mail dd a {
    display: block;
    padding: 15px 0;
    background: #0d87b4; /* Old browsers */
    background: -moz-linear-gradient(top, #0d87b4 0%, #077198 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0d87b4 0%, #077198 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0d87b4 0%, #077198 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d87b4', endColorstr='#077198', GradientType=0); /* IE6-9 */
    border-radius: 5px;
}
.main_bnr .bnr_top .btn_area .btn_mailfax_box dl.btn_mail dd a:hover {
    background: #077198; /* Old browsers */
    background: -moz-linear-gradient(top, #077198 0%, #0d87b4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #077198 0%, #0d87b4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #077198 0%, #0d87b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#077198', endColorstr='#0d87b4', GradientType=0); /* IE6-9 */
}
.main_bnr .bnr_top .btn_area .btn_mailfax_box dl.btn_mail dd a img {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 35px;
}
.main_bnr .bnr_top .btn_area .btn_mailfax_box dl.btn_fax dd a {
    display: block;
    padding: 15px 0;
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(top, #eaeaea 0%, #c1c1c1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eaeaea 0%, #c1c1c1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eaeaea 0%, #c1c1c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#c1c1c1', GradientType=0); /* IE6-9 */
    border-radius: 5px;
}
.main_bnr .bnr_top .btn_area .btn_mailfax_box dl.btn_fax dd a:hover {
    background: #c1c1c1; /* Old browsers */
    background: -moz-linear-gradient(top, #c1c1c1 0%, #eaeaea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c1c1c1 0%, #eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c1c1c1 0%, #eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
}
.main_bnr .bnr_top .btn_area .btn_mailfax_box dl.btn_fax dd a img {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 35px;
}
.main_bnr_wrap {
    -js-display: flex;
    display: flex;
    align-items: center;
}
.main_bnr_wrap.onebtn {
    justify-content: center;
}
.main_bnr_contact {
    width: 570px;
}
.main_bnr_contact .txt {
    font-size: 16px;
    line-height: 2em;
    color: #fff;
    margin-bottom: 10px;
}
.main_bnr_contact .txt span {
    font-size: 90%;
    background: #c01718;
    padding: 0.2em 1em;
    margin-right: 1em;
}
.main_bnr_contact .bnr_tel span {
    display: block;
}
.main_bnr_contact .bnr_tel {
    margin-bottom: 20px;
    -js-display: flex;
    display: flex;
}
.main_bnr_contact .bnr_tel .tel_time {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.4;
    padding-left: 1em;
}
.main_bnr .bnr_btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    width: 410px;
    height: 80px;
    text-align: center;
}
.main_bnr .bnr_btn img {
    margin-right: 1em;
    vertical-align: text-top;
    margin-top: 2px;
}
.main_bnr .bnr_btn a {
    display: block;
    width: 410px;
    height: 80px;
    color: #fff !important;
    background: url(/houjin/assets/image/business/bg_btn.png);
    border-radius: 5px;
}
.main_bnr .bnr_btn a:hover {
    background: url(/houjin/assets/image/business/bg_btn_hover.png);
    opacity: 1;
}
.main_bnr .bnr_bottom {
    background: #f7f3ef url(/houjin/assets/image/business/bg_bnr_2.png) no-repeat center center;
    background-size: cover;
    height: 140px;
}
.main_bnr .bnr_bottom .container {
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_bnr .bnr_bottom .img {
    width: 170px;
    height: 140px;
    -js-display: flex;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.main_bnr .bnr_bottom .txt {
    width: 640px;
    text-align: center;
}
.main_bnr .bnr_bottom .txt_1 {
    font-size: 24px;
    font-weight: bold;
    color: #414851;
}
.main_bnr .bnr_bottom .txt_1 span {
    font-size: 33px;
    color: #b8080a;
    position: relative;
}
.main_bnr .bnr_bottom .txt_1 .dot:before {
    display: block;
    content: "・・・・・・・・・・";
    position: absolute;
    top: -35px;
    left: 2px;
}
.main_bnr .bnr_bottom .txt_2 {
    font-size: 14px;
    color: #1c2228;
    letter-spacing: 1px;
}
.main_bnr .bnr_bottom .txt_2 {
    font-size: 14px;
    color: #1c2228;
    letter-spacing: 1px;
}
/*onayami*/
#contents #onayami ul {
    margin-right: -25px;
}
#contents #onayami li {
    float: left;
    width: 310px;
    margin-right: 25px;
    margin-bottom: 40px;
}
#contents #onayami li.second {
    margin-bottom: 0;
}
#contents #onayami li h3 {
    margin-bottom: 20px;
}
#contents #onayami li p {
    font-size: 17px;
    text-align: center;
}
/*teian*/
#contents #teian {
    padding-top: 100px;
    background: url("../image/bg_teian.jpg") center top no-repeat #f6f6f6;
}
#contents #teian h2 {
    width: 479px;
    margin-bottom: 80px;
}
#contents #teian .shurui {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #e8ebeb;
}
#contents #teian .shurui h3 {
    padding: 20px 15px;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    background: #103351;
    border-radius: 10px 10px 0 0;
}
#contents #teian .shurui .box {
    padding: 30px;
}
#contents #teian .shurui .box ul.ChangeElem_Btn_Content {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}
#contents #teian .shurui .box ul.ChangeElem_Btn_Content li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 50px) / 6);
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    background: #EDF7FF;
    background: -moz-linear-gradient(top,  #EDF7FF 0%, #b3d0e5 100%);
    background: -webkit-linear-gradient(top,  #EDF7FF 0%,#b3d0e5 100%);
    background: linear-gradient(to bottom,  #EDF7FF 0%,#b3d0e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDF7FF', endColorstr='#b3d0e5',GradientType=0 );
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    border-left: 1px solid #cedde8;
    border-top: 1px solid #cedde8;
    border-right: 1px solid #cedde8;
    cursor: pointer;
}
#contents #teian .shurui .box ul.ChangeElem_Btn_Content li:hover {
    background: #b3d0e5;
    background: -moz-linear-gradient(top,  #b3d0e5 0%, #EDF7FF 100%);
    background: -webkit-linear-gradient(top,  #b3d0e5 0%,#EDF7FF 100%);
    background: linear-gradient(to bottom,  #b3d0e5 0%,#EDF7FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d0e5', endColorstr='#EDF7FF',GradientType=0 );
}
#contents #teian .shurui .box ul.ChangeElem_Btn_Content li.is-active {
    margin-top: 0;
    padding: 10px 5px;
    background: #FFF;
}
#contents #teian .shurui .box .ChangeElem_Panel_wrap {
    margin: -1px 0 20px;
    border: 1px solid #cedde8;
    z-index: 1;
}
#contents #teian .shurui .box .ChangeElem_Panel {
    padding: 30px 20px;
    box-sizing: border-box;
}
#contents #teian .shurui .box .ChangeElem_Panel:not(:last-child) {
    margin-bottom: 20px;
}
#contents #teian .shurui .box .ChangeElem_Panel > .title {
    margin-bottom: 30px;
    padding: 15px;
    color: #103351;
    font-size: 28px;
    font-weight: bold;
    background: #ebf6ff;
    line-height: 1.6;
    text-align: center;
}
#contents #teian .shurui .box .ChangeElem_Panel > .title .red {
    color: #d82a2c;
    font-size: 26px;
}
#contents #teian .shurui .box .ChangeElem_Panel .explainTable {
    margin-top: 15px;
}
#contents #teian .shurui .box .ChangeElem_Panel .explain {
    color: #344354;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}
#contents #teian .shurui .box .ChangeElem_Panel .explain .important {
    color: #055e9f;
    font-weight: bold;
}
#contents #teian .shurui .box .ChangeElem_Panel .discraimer {
    margin-bottom: 20px;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.4;
    font-size: 13px;
    color: #333;
}
#contents #teian .shurui .box .ChangeElem_Panel .discraimer03 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
    font-size: 15px;
    color: #d82a2c;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem {
    border-top: 1px solid #e5e5e5;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem:last-child {
    border-bottom: 1px solid #e5e5e5;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem > dl {
    display: flex;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem .title {
    background-color: #F2F2F2;
    box-sizing: border-box;
    color: #055e9f;
    font-weight: bold;
    font-size: 15px;
    padding: 23px;
    width: 222px;
    line-height: 1.4;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem .contents {
    box-sizing: border-box;
    padding: 23px;
    width: calc(100% - 222px);
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem .contents ul.accounting li {
    font-size: 13px;
    color: #333;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem .contents .agreement {
    margin-bottom: 24px;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem .contents .agreement dl {
    display: flex;
    border-bottom: 1px solid #fff;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem .contents .agreement dt {
    background: #1165aa;
    font-size: 13px;
    color: #fff;
    padding: 10px 13px;
    width: 200px;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem .contents .agreement dd {
    background: #edf1f4;
    color: #344354;
    font-size: 13px;
    padding: 10px 13px;
    width: 358px;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem .contents ul.guard {
    margin-top: 15px;
    font-size: 11px;
}
#contents #teian .shurui .box .ChangeElem_Panel .hokenTableItem .contents ul.guard li {
    list-style-type: disc;
    color: #333;
}
/*hokenDetail*/
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail th, #contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail td {
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    vertical-align: middle;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail th {
    background-color: #F2F2F2;
    color: #333;
    font-weight: bold;
    font-size: 15px;
    padding: 15px;
    line-height: 1.4;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail th.title_half {
    width: 30px;
    padding: 0 15px;
    border-right: 1px solid #e5e5e5;
    text-align: center;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail th.date {
    width: 180px;
    font-weight: normal;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail td.contents {
    padding: 15px;
    font-size: 13px;
    color: #333;
    line-height: 1.6;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail td.contents ul.accounting li {
    font-size: 13px;
    color: #333;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail td.contents .agreement {
    margin-bottom: 24px;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail td.contents .agreement dl {
    display: flex;
    border-bottom: 1px solid #fff;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail td.contents .agreement dt {
    background: #1165aa;
    font-size: 13px;
    color: #fff;
    padding: 10px 13px;
    width: 200px;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail td.contents .agreement dd {
    background: #edf1f4;
    color: #344354;
    font-size: 13px;
    padding: 10px 13px;
    width: 358px;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail td.contents ul.guard {
    margin-top: 15px;
    font-size: 11px;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail td.contents ul.guard li {
    padding-left: 1em;
    text-indent: -1em;
    list-style: none;
    color: #333;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail td.contents p.txt {
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail a.btn {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    width: 470px;
    background: #f6f6f6;
    background: -webkit-linear-gradient(#fff 0%, #eee 100%);
    background: linear-gradient(#fff, #eee);
    border: 1px solid #b7b7b7;
    border-radius: 8px;
    padding: 15px 30px 12px 15px;
    position: relative;
    line-height: 1;
}
#contents #teian .shurui .box .ChangeElem_Panel table.hokenDetail a.btn:after {
    content: '';
    background: url(../image/icon_arr.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 48%;
    margin-top: -7px;
}
#contents #teian .shurui .box ul.discraimer li {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
}
/*jisseki*/
#contents #jisseki .box {
    margin-bottom: 60px;
}
#contents #jisseki .box:last-of-type {
    margin-bottom: 0;
}
#contents #jisseki .box .profile {
    margin-bottom: 30px;
}
#contents #jisseki .box .profile .image {
    float: left;
    width: 400px;
}
#contents #jisseki .box .profile .info {
    float: right;
    width: 550px;
}
#contents #jisseki .box .profile .info h3 {
    margin-bottom: 30px;
}
#contents #jisseki .box .profile .info li {
    float: left;
    width: 225px;
    margin-bottom: 15px;
}
#contents #jisseki .box .profile .info li dl {
    position: relative;
    padding-left: 120px;
}
#contents #jisseki .box .profile .info li dl dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    padding: 2px 0;
    background: #b8d8f3;
    color: #103351;
    font-weight: bold;
    text-align: center;
}
#contents #jisseki .box .profile .info li dl dd {
    padding-top: 2px;
}
#contents #jisseki .box .kadaitaisaku {
    background: url("../image/bg_kadaitaisaku.png") left top repeat-y;
}
#contents #jisseki .box .kadaitaisaku .kadai, #contents #jisseki .box .kadaitaisaku .taisaku {
    width: 475px;
}
#contents #jisseki .box .kadaitaisaku .text {
    padding: 15px;
}
#contents #jisseki .box .kadaitaisaku .text p {
    margin-bottom: 15px;
    line-height: 2.0;
}
#contents #jisseki .box .kadaitaisaku .text p:last-of-type {
    margin-bottom: 0;
}
#contents #jisseki .box .kadaitaisaku .kadai {
    float: left;
}
#contents #jisseki .box .kadaitaisaku h4 img {
    margin: 0 auto;
}
#contents #jisseki .box .kadaitaisaku .kadai h4 {
    background: #656565;
}
#contents #jisseki .box .kadaitaisaku .taisaku {
    float: right;
}
#contents #jisseki .box .kadaitaisaku .taisaku h4 {
    background: #103351;
}
/*riyuu*/
#contents #riyuu {
    background: #f6f6f6;
}
#contents #riyuu .box {
    margin-bottom: 60px;
}
#contents #riyuu .box:last-of-type {
    margin-bottom: 0;
}
#contents #riyuu .box .point1, #contents #riyuu .box .point3 {
    margin-bottom: 40px;
}
#contents #riyuu .box .info {
    float: left;
    width: 645px;
}
#contents #riyuu .box .info h3 {
    margin-bottom: 30px;
}
#contents #riyuu .box .info .text img {
    float: right;
    margin-left: 15px;
}
#contents #riyuu .box .info .text p {
    font-size: 20px;
}
#contents #riyuu .box .info .text ul.discraimer {
    margin-top: 15px;
    font-size: 12px;
}
#contents #riyuu .box .info .text ul.discraimer li {
    padding-left: 1em;
    text-indent: -1em;
}
#contents #riyuu .box .image {
    float: right;
    width: 314px;
}
#contents #riyuu .box .shopsupport {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #e8ebeb;
    font-size: 18px;
}
#contents #riyuu .box .shopsupport .text {
    width: 765px;
}
#contents #riyuu .box .shopsupport .text h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #103351;
}
#contents #riyuu .box .shopsupport .image {
    width: 140px;
}

#contents #riyuu .box .shopsupport .image img {
    width: 100%;
    height: auto;
}

#contents #riyuu .box #toriatsukaihokengaisha {
    padding: 30px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #e8ebeb;
}
#contents #riyuu .box #toriatsukaihokengaisha h4 {
    margin-bottom: 15px;
}
#contents #riyuu .box #toriatsukaihokengaisha h4 img {
    margin: 0 auto;
}
#contents #riyuu .box #toriatsukaihokengaisha p.company {
    font-size: 12px;
    text-align: center;
}
#contents #riyuu .box #toriatsukaihokengaisha #line_block {
    width: 910px;
    background: #FFF;
}
#contents #riyuu .box #toriatsukaihokengaisha #line_block .line_list li img {
    display: inline;
}
#contents #riyuu .box #toriatsukaihokengaisha #line_block .line_list li p, #contents #riyuu .box #toriatsukaihokengaisha #line_block .line_list li a {
    color: #333;
}
#contents #riyuu .box #toriatsukaihokengaisha #line_block .line_list li a {
    cursor: default;
    pointer-events: none;
}
#contents #riyuu .box #toriatsukaihokengaisha #line_block .line_list .sub h3.two_line span a {
    cursor: text;
    pointer-events: none;
    text-decoration: none;
    color: #000;
}
#contents #riyuu .box #toriatsukaihokengaisha #line_block .line_list .sub h3.two_line span a.t_blank_SS {
    background: none;
    padding-right: 0;
}
#contents #riyuu .box #toriatsukaihokengaisha ul.discraimer {
    width: 855px;
    margin: 0 auto;
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
}
/*nagare*/
#contents #nagare ul {
    margin-bottom: 40px;
}
#contents #nagare ul li {
    float: left;
    width: 296px;
    margin-bottom: 30px;
    padding-right: 30px;
    background: url("../image/bg_nagare.png") top right no-repeat;
}
#contents #nagare ul li.last {
    background: none;
}
#contents #nagare ul li h3 {
    margin-bottom: 15px;
}
#contents #nagare ul li p img {
    float: left;
    margin-right: 10px;
}
/*faq*/
#contents #faq {
    background: #f6f6f6;
}
#contents #faq dl {
    margin-bottom: 60px;
}
#contents #faq dl dt {
    margin-bottom: 40px;
}
#contents #faq dl dt, #contents #faq dl dd {
    position: relative;
    padding-left: 70px;
    font-size: 20px;
}
#contents #faq dl dt img, #contents #faq dl dd img {
    position: absolute;
    top: -10px;
    left: 0;
}
#contents #faq dl dt {
    font-weight: bold;
}
/* cv_section */
section.cv_section {
	background: url(../image/bg_cv.png) left top repeat-x #103250;
}
section.cv_section .cv_section_main {
    padding: 20px 0 30px;
}
section.cv_section .ttl {
	font-size: 28px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
section.cv_section .ttl span {
	display: inline-block;
	font-size: 50%;
	color: #f8df7a;
	margin-right: 1em;
	line-height: 1;
	text-align: center;
	vertical-align: text-top;
	border-top: 3px double #dbd89a;
	border-bottom: 3px double #dbd89a;
	margin-top: 4px;
	padding: 6px 0 4px 3px;
}
section.cv_section .container {
    width: 980px;
    padding: 0;
    margin: 0 auto;
	background: none;
}
section.cv_section .cv_section_btns_shop a img,
section.cv_section ul.cv_section_btns li a img {
    image-rendering: -webkit-optimize-contrast;
}
section.cv_section .cv_section_btns_shop a {
	display: block;
    width: 540px;
    margin: 0 auto;
	padding: 20px;
	background: #eb3a2b; /* Old browsers */
	background: -moz-linear-gradient(top,  #eb3a2b 0%, #c72518 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eb3a2b 0%,#c72518 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eb3a2b 0%,#c72518 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb3a2b', endColorstr='#c72518',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
}
section.cv_section .cv_section_btns_shop a:hover {
	background: #c72518; /* Old browsers */
	background: -moz-linear-gradient(top,  #c72518 0%, #eb3a2b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c72518 0%,#eb3a2b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c72518 0%,#eb3a2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72518', endColorstr='#eb3a2b',GradientType=0 ); /* IE6-9 */
}

section.cv_section .cv_section_btns_shop a img {
	display: block;
	margin: 0 auto;
	width: 260px;
	height: 40px;
}
section.cv_section .cv_section_sub {
    padding: 15px 0;
    background:rgba(255,255,255,0.1);
}
section.cv_section ul.cv_section_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.cv_section ul.cv_section_btns li {
    width: calc((100% - 40px) / 3);
}

section.cv_section li.cv_section_btns_tel a {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #FFF;
}

section.cv_section li.cv_section_btns_tel p.openhour {
	margin-top: 6px;
	font-size: 11px;
	color: #FFF;
}

section.cv_section li.cv_section_btns_mail a,
section.cv_section li.cv_section_btns_fax a {
	display: block;
	padding: 10px 0;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #c1c1c1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#c1c1c1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eaeaea 0%,#c1c1c1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
}

section.cv_section li.cv_section_btns_mail a:hover,
section.cv_section li.cv_section_btns_fax a:hover {
	background: #c1c1c1; /* Old browsers */
	background: -moz-linear-gradient(top,  #c1c1c1 0%, #eaeaea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c1c1c1 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c1c1c1 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

section.cv_section li.cv_section_btns_mail a img {
	display: block;
	margin: 0 auto;
	width: 244px;
	height: 35px;
}

section.cv_section li.cv_section_btns_fax a img {
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 35px;
}

/*clearfix*/
#header, #header .cv, #contents .cv .inner, #contents #onayami ul, #contents #jisseki .box .profile, #contents #jisseki .box .profile .info ul, #contents #jisseki .box .kadaitaisaku, #contents #riyuu .box .point, #contents #riyuu .box .hokennomadoguchigroup .buchou, #contents #nagare ul {
    zoom: 1;
}
#header:after, #header .cv:after, #contents .cv .inner:after, #contents #onayami ul:after, #contents #jisseki .box .profile:after, #contents #jisseki .box .profile .info ul:after, #contents #jisseki .box .kadaitaisaku:after, #contents #riyuu .box .point:after, #contents #riyuu .box .hokennomadoguchigroup .buchou:after, #contents #nagare ul:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}