@charset "UTF-8";
/********************************
DEFAULT
*********************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0px;
    padding: 0px;
    outline: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}
h1,h2,h3,h4,h5,h6,caption,address,th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul,ol,li,dl,dt,dd {
    list-style: none;
}
img,iframe {
    vertical-align: middle;
    border: 0px;
}
img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
select::-ms-expand {
    display: none;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
}
input[type="text"],input[type="password"],textarea,select {
    outline: none;
    -webkit-appearance: none;
}
textarea {
    font-size: 100%;
}
input {
    vertical-align: middle;
}
::-webkit-input-placeholder {
    color: #b3b3b4;
}
::-webkit-input-placeholder {
    color: #b3b3b4;
}
:placeholder-shown {
    color: #b3b3b4;
}
::-webkit-input-placeholder {
    color: #b3b3b4;
}
:-moz-placeholder {
    color: #b3b3b4; opacity: 1;
}
::-moz-placeholder {
    color: #b3b3b4; opacity: 1;
}
:-ms-input-placeholder {
    color: #b3b3b4;
}
label {
    padding: 0 0 0 2px;
}
hr {
    display: none;
}
a {
    transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
a,a:link {
    color: #555555;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #555555;
}
a:hover,a:active {
    color: #021861;
    text-decoration: none;
}
*:focus {
    outline: none;
}
.m_b0 {
    margin-bottom: 0px !important;
}
.m_b1 {
    margin-bottom: 1px !important;
}
.m_b2 {
    margin-bottom: 2px !important;
}
.m_b3 {
    margin-bottom: 2px !important;
}
.m_b5 {
    margin-bottom: 5px !important;
}
.m_b7 {
    margin-bottom: 7px !important;
}
.m_b8 {
    margin-bottom: 8px !important;
}
.m_b10 {
    margin-bottom: 10px !important;
}
.m_b11 {
    margin-bottom: 11px !important;
}
.m_b12 {
    margin-bottom: 12px !important;
}
.m_b13 {
    margin-bottom: 13px !important;
}
.m_b15 {
    margin-bottom: 15px !important;
}
.m_b20 {
    margin-bottom: 20px !important;
}
.m_b25 {
    margin-bottom: 25px !important;
}
.m_b30 {
    margin-bottom: 30px !important;
}
.m_b35 {
    margin-bottom: 35px!important;
}
.m_b40 {
    margin-bottom: 40px !important;
}
.m_b45 {
    margin-bottom: 45px !important;
}
.m_b50 {
    margin-bottom: 50px !important;
}
.m_b55 {
    margin-bottom: 55px !important;
}
.a_center {
    text-align: center;
}
.a_left {
    text-align: left;
}
.a_right {
    text-align: right;
}
.f_bold {
    font-weight: bold;
}
.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}
.c_fix {
    min-height: 1px;
}

html {
    height: 100%;
}
body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.8;
    color: #555555;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    min-width: 1180px;
    min-height: 100%;
    height: auto !important;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/********************************
HEADER
*********************************/
header {
    width: 1140px;
    margin: 0 auto;
}
.header_wrap {
    display: table;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #E9E9E9;
}
header.ver2 .header_wrap {
    border-bottom: none;
}
.header_in {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 10px;
}
.header_logo {
    float: left;
    padding: 0 45px 0 0;
}
.header_logo a {
    display: block;
}
.h-txt {
    font-size: 18px;
    line-height: 48px;
}
.h_link {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    padding: 8px 0 0 0;
}
.h-link a {
    position: relative;
    font-size: 12px;
    line-height: 1;
    padding: 0 20px 0 0;
}
.h-link a:before {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../svg/icn_blank_glay.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.sp_menu {
    display: none;
}
.header_menu.ver2 {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}
.header_menu ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 55px;
    margin: 0 45px;
}
.header_menu.ver2 ul {
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    height: auto;
    margin: 0;
    padding: 0 0 25px 0;
}
.header_menu ul li {
    margin: 0 40px;
}
.header_menu.ver2 ul li {
    margin: 0 45px 0 0;
}
.header_menu.ver2 ul li:last-child {
    margin: 0;
}
.header_menu ul li a {
    font-size: 14px;
}
.header_menu.ver2 ul li:last-child a {
    position: relative;
    padding: 0 18px 0 0;
}
.header_menu.ver2 ul li:last-child a:before {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 10px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../svg/icn_blank_glay.svg") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
/********************************
FOOTER
*********************************/
footer {
    padding: 60px 0 35px 0;
    background: #F8F8F8;
}
footer.ver2 {
    padding: 70px 0 50px 0;
}
.footer_wrap {
    width: 1140px;
    margin: 0 auto;
}
.footer_wrap {
    font-size: 14px;
}
.f-ttl {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}
.f-ttl.ver2 {
    margin: 30px 0 0 0;
}
.branch_wrap {
    margin: 20px 0 50px 0;
}
.branch_wrap li {
    font-size: 14px;
    margin: 0 0 25px 0;
}
.branch_wrap li:last-child {
    margin: 0;
}
.branch_wrap li span.fs {
    font-weight: bold;
}
.f-menu_list {
    margin: 0 0 20px 0;
}
.f-menu_list li {
    float: left;
    margin: 0 0 0 35px;
}
.f-menu_list li:first-child {
    margin: 0;
}
.f-menu_list li a {
    display: block;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 15px;
}
.f-menu_list li a:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 9px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    z-index: 10;
    background: url("../svg/arw_black_right.svg?date=20211119")no-repeat 0 0;
    background-size: 100% auto;
    -ms-ackground-size: 100% auto;
    -moz-ackground-size: 100% auto;
    -webkit-ackground-size: 100% auto;
}
.copy {
    margin: 30px 0 0 0;
}
footer.ver2 .copy {
    margin: 0;
}
.footer_menu {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin: 0 0 50px 0;
}
.f-link_list {
    width: 224px;
    margin: 50px 70px 0 0;
}
.f-link_list:nth-child(-n+4) {
    margin: 0;
}
.f-link_list:nth-child(4n) {
    margin: 0;
}
.link-ttl {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #BEBEBE;
}
.f-link_list ul li {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 15px 0;
}
.f-link_list ul li:last-child {
    margin: 0;
}
.f-link_list ul li a.blank {
    position: relative;
    padding: 0 25px 0 0;
}
.link-ttl a.blank {
    position: relative;
    padding: 0;
}
.f-link_list ul li a.blank:before,
.link-ttl a.blank:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 11px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../svg/icn_blank_glay.svg") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.link-ttl a.blank:before {
    right: -15px;
}
/********************************
C系CSS
*********************************/
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
.c-wid {
    width: 1140px;
    margin: 0 auto;
}
/*タイトル*/
.c-main-ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 30px 0;
}
.c-sec-ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #021861;
    margin: 0 0 40px 0;
    padding: 0 0 0 18px;
    border-left: 5px solid #021861;
}
/*ボタン*/
.c-btn_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.c-btn_wrap.center {
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.c-btn_wrap.rev {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.c-btn_in {
    margin: 0 40px 0 0;
}
.c-btn_wrap.rev .c-btn_in {
    margin: 0 0 0 40px;
}
.c-btn_in:last-child,
.c-btn_wrap.rev .c-btn_in:last-child {
    margin: 0;
}
.c-btn {
    display: table;
    width: 353px;
    height: 56px;
    border: 1px solid #021861;
    box-sizing: border-box;
}
.c-btn.img {
    border: 1px solid #2F68AD;
}
.c-btn.back {
    width: 200px;
    border: none;
}
.c-btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #021861;
    background: #fff;
}
.c-btn.img a {
    color: #fff;
    padding: 0 0 0 92px;
    background: #2F68AD;
}
.c-btn.img.ver1 a {
    background: #2F68AD url("../img/btn_bg_img01.png?date=20211116") no-repeat 0 0;
}
.c-btn.back a {
    color: #000;
    background: #e3e3e3;
}
.c-btn a span {
    display: block;
    position: relative;
}
.c-btn a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 9px;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../svg/arw_blue_right.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-btn.img a span:before {
    background: url("../svg/arw_white_right.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-btn.back a span:before {
    right: inherit;
    left: 18px;
    background: url("../svg/arw_black_left.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-btn.blank a span:before {
    width: 16px;
    height: 15px;
    right: 15px;
    background: url("../svg/icn_blank_blue.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-btn.pdf a span:before {
    width: 17px;
    height: 19px;
    right: 13px;
    background: url("../svg/icn_pdf_blue.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.c-btn.dl a span:before {
    width: 18px;
    height: 18px;
    right: 18px;
    background: url("../svg/icn_download.svg") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
@media (min-width:896px) {
    .c-btn a:hover {
        background: #F8FAFF;
        text-decoration: none;
    }
    .c-btn.img a:hover {
        opacity: 0.8;
    }
    .c-btn.img.ver1 a:hover {
        opacity: 1;
        background: #021861 url("../img/btn_bg_img01.png?date=20211116") no-repeat 0 0;
    }
    .c-btn.back a:hover {
        color: #000;
        background: #e3e3e3;
        opacity: 0.7;
    }
    /*
    .c-btn a:hover span:before {
        background: url("../svg/arw_white_right.svg?date=20211116") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .c-btn.img a:hover span:before {
        background: url("../svg/arw_white_right.svg?date=20211116") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .c-btn.back a:hover span:before {
        background: url("../svg/arw_blue_right.svg?date=20211116") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .c-btn.blank a:hover span:before {
        background: url("../svg/icn_blank_white.svg?date=20211116") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .c-btn.pdf a:hover span:before {
        background: url("../svg/icn_pdf_white.svg?date=20211116") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .c-btn.dl a:hover span:before {
        background: url("../svg/icn_download_white.svg") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    */
}
.c-btn-txt {
    font-size: 12px;
    margin: 5px 0 0 0;
}
.c-btn-txt.ver2 {
    position: relative;
    padding: 0 0 0 1.2em;
}
.c-btn-txt.ver2 span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.c-link_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.c-link_wrap.ver1 {
    margin: 15px 0 0 0;
}
.c-link_in {
    margin: 30px 40px 0 0;
}
.c-link_in:nth-child(-n+2) {
    margin: 0 40px 0 0;
}
.c-link_in:nth-child(2n) {
    margin: 30px 0 0 0;
}
.c-link_in:nth-child(2) {
    margin: 0;
}
.c-link_btn {
    display: table;
    width: 550px;
    height: 156px;
    margin: 30px 40px 0 0;
    border: 1px solid #BEBEBE;
    box-sizing: border-box;
}
.c-link_btn.btn {
    height: 105px;
    border: 1px solid #2F68AD;
}
.c-link_btn:nth-child(-n+2) {
    margin: 0 40px 0 0;
}
.c-link_btn:nth-child(2n) {
    margin: 30px 0 0 0;
}
.c-link_btn:nth-child(2) {
    margin: 0;
}
.c-link_in .c-link_btn {
    margin: 0 0 0 0 !important;
}
.c-link_btn.ver8 {
    border: 1px solid #158B68;
}
.c-link_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 55px;
    font-size: 22px;
    font-weight: bold;
    background: #FFFCF7;
}
.c-link_btn.ver1 a {
    background: url("../img/hokentop_link01.png?date=20211116") no-repeat 0 0;
}
.c-link_btn.ver2 a {
    background: url("../img/hokentop_link02.png?date=20211116") no-repeat 0 0;
}
.c-link_btn.ver3 a {
    background: #2F68AD url("../img/hokentop_btn01.png?date=20211116") no-repeat 0 0;
}
.c-link_btn.ver4 a {
    background: #2F68AD url("../img/hokentop_btn02.png?date=20211116") no-repeat 0 0;
}
.c-link_btn.ver5 a {
    background: url("../img/hokentop_link03.png?date=20211116") no-repeat 0 0;
}
.c-link_btn.ver6 a {
    background: url("../img/hokentop_link04.png?date=20211116") no-repeat 0 0;
}
.c-link_btn.ver7 a {
    background: #2F68AD url("../img/hokentop_btn03.png?date=20211116") no-repeat 0 0;
}
.c-link_btn.ver8 a {
    background: #158B68 url("../img/hokentop_btn04.png?date=20211116") no-repeat 0 0;
}
.c-link_btn.btn a {
    text-align: center;
    padding: 0 0 0 140px;
    font-size: 18px;
    color: #fff;
}
.c-link_btn.btn a span {
    display: block;
    position: relative;
}
.c-link_btn.btn a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 12px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
    background: url("../svg/arw_white_right.svg?date=20211116") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.note-txt {
    position: relative;
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 0 0 0 1.5em;
    box-sizing: border-box;
}
.note-txt span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
@media (min-width:896px) {
    .c-link_btn a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
    .c-link_btn.ver3 a:hover {
        opacity: 1;
        background: #021861 url("../img/hokentop_btn01.png?date=20211116") no-repeat 0 0;
    }
    .c-link_btn.ver4 a:hover {
        opacity: 1;
        background: #021861 url("../img/hokentop_btn02.png?date=20211116") no-repeat 0 0;
    }
    .c-link_btn.ver7 a:hover {
        opacity: 1;
        background: #021861 url("../img/hokentop_btn03.png?date=20211116") no-repeat 0 0;
    }
}
.c-txt {
    font-size: 18px;
}
.c-smltxt {
    font-size: 12px;
    text-align: justify;
}
.c-page_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-page_link li {
    display: table;
    width: 100%;
    height: 50px;
    border-left: 1px solid #BEBEBE;
    box-sizing: border-box;
}
.c-page_link.wid2 li {
    width: 50%;
}
.c-page_link.wid3 li {
    width: 33.33333%;
}
.c-page_link.wid4 li {
    width: 25%;
}
.c-page_link.wid5 li {
    width: 20%;
}
.c-page_link li:last-child {
    border-right: 1px solid #BEBEBE;
}
.c-page_link li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
/********************************
CONTETS
*********************************/
.mainview_wrap {
    width: 1140px;
    margin: 0 auto 50px auto;
}
.mainview_wrap.ver2 {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    height: 270px;
    background: #F8FAFF;
}
.mainview-ttl {
    font-size: 28px;
    font-weight: bold;
}
.sidelink_wrap {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 100;
}
.sidelink_wrap a {
    display: block;
}
.s-sp {
    display: none;
}
.caution_txtlist li {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 0 1.5em;
    margin: 0 0 8px 0;
}
.caution_txtlist li:last-child {
    margin: 0;
}
.caution_txtlist.ver2 li {
    font-size: 12px;
    padding: 0 0 0 2.5em;
}
.caution_txtlist li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
@media (min-width:896px) {
    .sidelink_wrap a:hover {
        opacity: 0.8;
    }
}
.scrolltop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.scrolltop span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 45px 0 0 0;
    background: url("../img/scrolltop_img.png?date=20211116") no-repeat 0 0;
}
/*京阪グループ*/
.keihan_company {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.keihan_company li {
    margin: 0 60px 0 0;
}
.keihan_company li:last-child {
    margin: 0;
}
.keihan_company li a {
    display: inline-block;
}
.sidelink_wrap.ver2 {
    top: auto;
    bottom: 0;
    left: 0;
    background-color: #626466;
}
.sidelink_in {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
    gap: 0 30px;
}
.scrolltop.ver2 {
    bottom: 160px;
}
footer.ver3 {
    padding: 60px 0 130px 0;
}
.caution_txtlist.ver2 li.is-ver2 > ul li {
    padding: 0 0 0 1em;
}
.f-menu_list.is-hoken {
    max-width: 800px;
}
.sidelink_wrap .sidelink-btn {
    width: 800px;
    height: 76px;
}
.sidelink_wrap .sidelink-btn a {
    font-size: 30px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro",sans-serif;
    color: #fff;
    background: #e0775d;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.sidelink_wrap .sidelink-btn a span {
    position: relative;
    padding-left: 100px;
}
.sidelink_wrap .sidelink-btn a span::before {
    content: "";
    position: absolute;
    background: url(../img/sidelink_icn01.png) no-repeat center;
    top: 2px;
    left: 0;
    width: 90px;
    height: 50px;
}
@media (min-width:896px) {
    .keihan_company li a:hover {
        opacity: 0.8;
    }
    .f-menu_list li:nth-child(4) {
        margin: 0;
    }
}
@media (max-width: 896px) {
    body {
        font-size: 14px;
        line-height: 1.6;
        min-width: 320px;
        padding: 65px 0 0 0;
    }
    /********************************
    HEADER
    *********************************/
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        background: #fff;
    }
    .header_wrap {
        height: 65px;
        border-bottom: none;
    }
    .header_in {
        padding: 0;
    }
    .header_logo {
        padding: 0 18px 0 0;
    }
    .header_logo a img {
        width: 103px;
    }
    .h-txt {
        font-size: 11px;
        line-height: 31px;
    }
    .h_link.c-pc {
        display: none;
        padding: 0;
    }
    .h-link {
        padding: 15px 0;
        text-align: center;
    }
    .h-link a {
        font-size: 14px;
        line-height: 2.2;
        font-weight: bold;
        color: #2F68AD;
    }
    .h-link a:before {
        width: 15px;
        height: 13px;
        background: url("../svg/icn_blank_rtblue.svg?date=20211116") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .sp_menu {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 20px;
    }
    .sp_menu .m-btn {
        position: relative;
        width: 20px;
        height: 18px;
        margin: 0;
    }
    .sp_menu .m-btn:before,
    .sp_menu .m-btn:after {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 2px;
        background: #666666;
        top: 8px;
        left: 0;
        z-index: 10;
    }
    .sp_menu .m-btn:after {
        top: inherit;
        bottom: 0;
    }
    .sp_menu .m-btn.on:before {
        top: 8px;
        transform: rotate(-45deg);
    }
    .sp_menu .m-btn.on:after {
        bottom: 8px;
        transform: rotate(45deg);
    }
    .sp_menu .m-btn span {
        display: block;
        height: 0;
        overflow: hidden;
        padding: 2px 0 0 0;
        background: #666666;
    }
    .sp_menu .m-btn.on span {
        display: none;
    }
    .header_menu {
        display: none;
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 0 15px;
        background: #fff;
        border-bottom: 2px solid #2F68AD;
    }
    .header_menu.ver2 {
        display: none;
        text-align: left;
    }
    .header_menu.on {
        display: block;
    }
    .header_menu ul {
        display: block;
        height: auto;
        margin: 0;
    }
    .header_menu.ver2 ul {
        padding: 0;
    }
    .header_menu ul li {
        margin: 0 0 1px 0;
    }
    .header_menu.ver2 ul li {
        margin: 0 0 1px 0;
    }
    .header_menu ul li:last-child {
        margin: 0;
    }
    .header_menu.ver2 ul li:last-child {
        margin: 15px 0;
        text-align: center;
    }
    .header_menu ul li a {
        position: relative;
        display: block;
        padding: 15px 0 15px 25px;
        font-weight: bold;
        color: #fff;
        background: #2F68AD;
    }
    .header_menu ul li a:before {
        content: "";
        position: absolute;
        display: block;
        width: 6px;
        height: 8px;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background: url("../svg/arw_white_right.svg?date=20211116") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .header_menu.ver2 ul li:last-child a {
        display: inline-block;
        padding: 0;
        color: #2F68AD;
        background: #fff;
    }
    .header_menu.ver2 ul li:last-child a:before {
        width: 13px;
        height: 12px;
        right: -20px;
        background: url(../svg/icn_blank_rtblue.svg) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    /********************************
    FOOTER
    *********************************/
    footer {
        padding: 30px 0 40px 0;
    }
    footer.ver2 {
        padding: 35px 0 20px 0;
    }
    .footer_wrap {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .f-ttl {
        font-size: 15px;
    }
    .f-ttl.ver2 {
        margin: 20px 0 0 0;
    }
    .branch_wrap {
        margin: 10px 0 40px 0;
    }
    .branch_wrap li {
        font-size: 12px;
        margin: 0 0 25px 0;
    }
    .branch_wrap li span.fs {
        font-size: 14px;
    }
    .f-menu_list {
        margin: 0 0 25px 0;
    }
    .f-menu_list li {
        font-size: 14px;
        margin: 0;
        width: 100%;
    }
    .f-menu_list li a {
        padding: 0 0 0 15px;
    }
    .bobun-txt {
        font-size: 12px;
    }
    .copy {
        font-size: 12px;
        margin: 5px 0 0 0;
    }
    footer.ver2 .copy {
        margin: 0;
    }
    .footer_menu {
        display: block;
        margin: 0 0 45px 0;
    }
    .f-link_list {
        width: 100%;
        margin: 0 0 45px 0;
    }
    .f-link_list:nth-child(-n+4) {
        margin: 0 0 45px 0;
    }
    .f-link_list:nth-child(4n) {
        margin: 0 0 45px 0;
    }
    .f-link_list:last-child {
        margin: 0;
    }
    .link-ttl {
        font-size: 15px;
        margin: 0 0 18px 0;
        padding: 0 0 15px 0;
    }
    .f-link_list ul li {
        font-size: 15px;
    }
    .f-link_list ul li a.blank:before,
    .link-ttl a.blank:before {
        width: 13px;
        height: 12px;
    }
    .link-ttl a.blank:before {
        right: -25px;
    }
    footer.ver2 .f-menu_list li {
        float: none;
        margin: 0 0 10px 0;
    }
    footer.ver2 .f-menu_list li:last-child {
        margin: 0;
    }
    /********************************
    C系CSS
    *********************************/
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    .c-wid {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    /*タイトル*/
    .c-main-ttl {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    .c-sec-ttl {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 15px 0;
        padding: 0 0 0 15px;
        border-left: 4px solid #021861;
    }
    /*ボタン*/
    .c-btn_wrap {
        display:block;
    }
    .c-btn_in {
        margin: 0 0 20px 0;
    }
    .c-btn_wrap.rev .c-btn_in {
        margin: 0 0 20px 0;
    }
    .c-btn {
        width: 100%;
        height: 55px;
    }
    .c-btn.img {
        height: 50px;
    }
    .c-btn.back {
        width: 100%;
    }
    .c-btn a span:before {
        width: 6px;
        height: 8px;
        right: 17px;
    }
    .c-btn.back a span:before {
        left: 17px;
    }
    .c-btn.blank a span:before {
        width: 13px;
        height: 12px;
        right: 13px;
    }
    .c-btn.pdf a span:before {
        width: 13px;
        height: 14px;
        right: 13px;
    }
    .c-btn.dl a span:before {
        width: 15px;
        height: 13px;
        right: 12px;
    }
    .c-link_wrap {
        display: block;
    }
    .c-link_in {
        margin: 0 0 20px 0;
    }
    .c-link_in:nth-child(-n+2),
    .c-link_in:nth-child(2n),
    .c-link_in:nth-child(2) {
        margin: 0 0 20px 0;
    }
    .c-link_btn {
        width: 100%;
        height: 97px;
    }
    .c-link_btn:nth-child(-n+2),
    .c-link_btn:nth-child(2n),
    .c-link_btn:nth-child(2) {
        margin: 0 0 20px 0;
    }
    .c-link_btn.btn {
        height: 66px;
    }
    .c-link_btn:last-child {
        margin: 0;
    }
    .c-link_btn a {
        padding: 0 0 0 35px;
        font-size: 15px;
    }
    .c-link_btn.ver1 a {
        background: #FFFCF7 url("../img/sp/hokentop_link01.png?date=20211116") no-repeat right 0;
        background-size: 345px auto;
        -ms-background-size: 345px auto;
        -moz-background-size: 345px auto;
        -webkit-background-size: 345px auto;
    }
    .c-link_btn.ver2 a {
        background: #FFFCF7 url("../img/sp/hokentop_link02.png?date=20211116") no-repeat right 0;
        background-size: 345px auto;
        -ms-background-size: 345px auto;
        -moz-background-size: 345px auto;
        -webkit-background-size: 345px auto;
    }
    .c-link_btn.ver3 a {
        background: #2F68AD url("../img/sp/hokentop_btn01.png?date=20211116") no-repeat left 0;
        background-size: 88px auto;
        -ms-background-size: 88px auto;
        -moz-background-size: 88px auto;
        -webkit-background-size: 88px auto;
    }
    .c-link_btn.ver4 a {
        background: #2F68AD url("../img/sp/hokentop_btn02.png?date=20211116") no-repeat left 0;
        background-size: 88px auto;
        -ms-background-size: 88px auto;
        -moz-background-size: 88px auto;
        -webkit-background-size: 88px auto;
    }
    .c-link_btn.ver5 a {
        background: #FFFCF7 url("../img/sp/hokentop_link03.png?date=20211116") no-repeat right 0;
        background-size: 345px auto;
        -ms-background-size: 345px auto;
        -moz-background-size: 345px auto;
        -webkit-background-size: 345px auto;
    }
    .c-link_btn.ver6 a {
        background: #FFFCF7 url("../img/sp/hokentop_link04.png?date=20211116") no-repeat right 0;
        background-size: 345px auto;
        -ms-background-size: 345px auto;
        -moz-background-size: 345px auto;
        -webkit-background-size: 345px auto;
    }
    .c-link_btn.ver7 a {
        background: #2F68AD url("../img/sp/hokentop_btn03.png?date=20211116") no-repeat 0 0;
        background-size: 88px auto;
        -ms-background-size: 88px auto;
        -moz-background-size: 88px auto;
        -webkit-background-size: 88px auto;
    }
    .c-link_btn.ver8 a {
        background: #158B68 url("../img/sp/hokentop_btn04.png?date=20211116") no-repeat 0 0;
        background-size: 88px auto;
        -ms-background-size: 88px auto;
        -moz-background-size: 88px auto;
        -webkit-background-size: 88px auto;
    }
    .c-link_btn.btn a {
        padding: 0 0 0 88px;
        font-size: 12px;
    }
    .c-link_btn.btn a span:before {
        width: 6px;
        height: 8px;
        right: 16px;
    }
    .note-txt {
        font-size: 12px;
    }
    .c-txt {
        font-size: 14px;
    }
    .c-page_link li {
        width: 50%;
        height: 30px;
        margin: 25px 0 0 0;
    }
    .c-page_link li:nth-child(-n+2) {
        margin: 0;
    }
    .c-page_link.wid2 li,
    .c-page_link.wid3 li,
    .c-page_link.wid4 li,
    .c-page_link.wid5 li {
        width: 50%;
    }
    .c-page_link li:nth-child(2n) {
        border-right: 1px solid #BEBEBE;
    }
    .c-page_link li a {
        font-size: 12px;
        line-height: 1.4;
    }
    /********************************
    CONTETS
    *********************************/
    .mainview_wrap {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .mainview_wrap.ver2 {
        height: 160px;
    }
    .mainview-ttl {
        font-size: 20px;
    }
    .mainview_wrap img {
        width: 100%;
    }
    .sidelink_wrap {
        top: 276px;
    }
    .sidelink_wrap img {
        width: 35px;
    }
    .scrolltop {
        bottom: 25px;
        right: 25px;
        width: 33px;
        height: 33px;
    }
    .scrolltop span {
        padding: 33px 0 0 0;
        background: url("../img/sp/scrolltop_img.png?date=20211116") no-repeat 0 0;
        background-size: 33px auto;
        -ms-background-size: 33px auto;
        -moz-background-size: 33px auto;
        -webkit-background-size: 33px auto;
    }
    .caution_txtlist li {
        font-size: 12px;
        line-height: 1.5;
    }
    /*京阪グループ*/
    .keihan_company li {
        width: 33.33333%;
        text-align: left;
        margin: 0;
    }
    .keihan_company li:nth-child(2n) {
        text-align: center;
    }
    .keihan_company li:nth-child(3n) {
        text-align: right;
    }
    .keihan_company li a img {
        width: 93px;
    }
    .sidelink_in {
        padding: 10px 15px;
        gap: 0 15px;
    }
    .sidelink_wrap.ver2 img {
        width: 100%;
        height: auto;
    }
    .scrolltop.ver2 {
        bottom: 75px;
    }
    footer.ver3 {
        padding: 60px 0 90px 0;
    }
    .sidelink_wrap .sidelink-btn {
        width: 100%;
        height: 40px;
    }
    .sidelink_wrap .sidelink-btn a {
        font-size: 12px;
    }
    .sidelink_wrap .sidelink-btn a span {
        padding-left: 50px;
    }
    .sidelink_wrap .sidelink-btn a span::before {
        content: "";
        position: absolute;
        background: url(../img/sidelink_icn01.png) no-repeat center / 100% auto;
        top: 50%;
        margin-top: -12px;
        left: 0;
        width: 45px;
        height: 25px;
    }
}
@media (max-width: 374px) {
    /********************************
    HEADER
    *********************************/
    .header_logo {
        padding: 0 8px 0 0;
    }
    .h-txt {
        font-size: 10px;
    }
    /********************************
    C系CSS
    *********************************/
    .c-link_btn a {
        padding: 0 0 0 20px;
    }
    .c-link_btn.btn a {
        line-height: 1.4;
    }
    .c-btn a {
        font-size: 15px;
    }
    /********************************
    CONTETS
    *********************************/
    .s-sp {
        display: block;
    }
    .keihan_company li {
        width: 50%;
        text-align: center;
        margin: 30px 0 0 0;
    }
    .keihan_company li:nth-child(-n+2) {
        margin: 0;
    }
    .keihan_company li:nth-child(2n) {
        text-align: center;
    }
    .keihan_company li:nth-child(3n) {
        text-align: center;
    }
    .keihan_company li:last-child {
        margin: 30px 0 0 0;
    }
}
