@charset "UTF-8";
/* CSS Document */

body {
    font-family: Arial, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" ;
    font-weight: 400;
    /*letter-spacing: 0.5px;*/
	/*font-family: number;*/
	font-variant-numeric: proportional-nums;
}

.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

.img-responsive {
	display:inline-block !important;
	/*display:block;*/
	height:auto;
	max-width:100%
}

.pcimg {
	display: block;
	text-align: center;
}
.spimg {
	display: none;
	text-align: center;
}

.pc {
}
.sp {
    display: none;
}


@media screen and (max-width: 780px) {
	.pc {
		display: none;
	}
    .sp {
        display: block;
    }
	.pcimg {
		display: none;
	}
	.spimg {
		display: block;
	}
}


a {
    transition-property: color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

a:hover {
    cursor: pointer !important;
}

/*PC・スマホ共通スタイル*/
header {
    background: #FFF;
}
header a {
    cursor: pointer;
    text-decoration: none;
}

.subnav {
    display: flex;
    /*padding-left: 160px;*/
    font-size: 95%;
    border-bottom: 1px solid #003583;
    border-top: 1px solid #003583;
    margin-top: 0;
    padding-top: 0;
    background: #FFF;
}
.subnav li {
    width: calc(100% / 5);
    /*width: calc((100% - 4px) / 5);*/
    text-align: center;
    /*border-right: 1px solid #003583;*/
}
.subnav li a {
    padding: 10px 0;
    width: 100%;
    display: block;
    text-decoration: none;
    transition-property: color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.subnav li.active {
    background: #003583; 
    color: #FFF;
    font-weight: bold;
}
.subnav li.active a {
    color: #FFF;
}
.subnav li a:hover {
    background: #0064db;
    color: #FFF;
}

.searchbox {
    box-sizing: border-box;
    padding: 15px 0;
}
.searchBox{
  background: #d0e4ff;
  border: none;
  height: 40px;
  width: 200px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 90%;
  font-weight: 300;
}
.searchSubmit_btn{
  cursor: pointer;
  border: none;
  background: #003583;
  color: #fff;
  outline : none;
  height: 40px;
  padding: 7px 10px;
  width: 40px;
  box-sizing: border-box;
  border-radius: 0 !important;
}

@media screen and (max-width:  950px) {
	.searchBox{
		width: 140px;
	}
}


@media screen and (max-width: 780px) {
    .subnav {
        padding-left: 0;
        flex-wrap: wrap;
        /*background: #CCC;*/
        border-bottom: none;
        font-size: 90%;
    }
    .subnav li {
        width: 50%;
        text-align: left;
        background: #003583;
        border-bottom: 1px solid #FFF;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    .subnav li:nth-child(odd) {
        border-right: 1px solid #FFF;
    }
    .subnav li a{
        background: #003583;
        color: #FFF;
        padding: 1.25em 0 1.25em 1em;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .subnav li.active {
        font-weight: normal;
    }
    .subnav li.active a{
        color: #FFF;
    }
    .subnav li.active a:hover{
        color: #FFF;
    }
    .subnav li a:after {
        content: "";
        background: url(../img/icon06.svg) no-repeat center;
        background-size: contain;
        width: 1em;
        height: 1em;
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        float: right;
        margin-right: 0.75em;
    }
    .subnav li:nth-of-type(even) a {
        border-right: none;
    }
    .subnav li:last-child a {
        border-bottom: none;
    }
    
}



footer a {
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/*------------------------------------------
パンくずリスト
--------------------------------------------*/
.breadcrumbList {
    background: #e9e9e9;
    padding: 1em;
    display: flex;
    font-size: 80%;
}
.breadcrumbList li {
     font-weight: 700;
     color: #003581;
}
.breadcrumbList li a{
    color: #555;
    font-weight: 500;
}
.breadcrumbList li:after {
    content: ">";
    margin: 0 0.85em;
    text-decoration: none !important;
    color: #0054d1;
}
.breadcrumbList li:last-child:after {
    content: none;
}

@media screen and (max-width: 780px) {
	.breadcrumbList {
		display: block;
		padding: 7px 10px;
		line-height: 1.5em;
	}
	.breadcrumbList li {
		display: inline-block;
	}
}


/*------------------------------------------
section
--------------------------------------------*/
#content {
    font-size: 18px;
    line-height: 1.5em;
}

.section1100 {
    max-width: 1100px;
    margin: 2em auto 4em;
}
.section1000 {
    max-width: 1000px;
    margin: 2em auto 4em;
}

.inner1 {
    padding: 1em;
}

@media screen and (max-width: 780px) {
    #content {
        font-size: 90%;
        margin-top: 65px;
    }
    .section1000,
	.section1100{
        padding: 10px;
        margin-bottom: 2em;
    }
}

/*------------------------------------------
h2-h6
--------------------------------------------*/
.h2_content {
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #0052ce;
	padding: 1.8em 2em;
	font-size: 220%;
	color: #003581;
	box-shadow: 0 4px 8px #BBB;
	margin-bottom: 2em;
    line-height: 1.1em;
}
.h2_content span {
	font-size: 47%;
	display: block;
	width: 55%;
	margin-top: 1em;
	font-weight: 500;
	color: #333;
    line-height: 1.4em;
}
.h2_cmn {
    background: url(../../image/bg_h2.png) repeat;
    font-size: 210%;
    padding: 1.75em 0.5em;
    color: #FFF;
    letter-spacing: 3px;
    text-align: center;
    line-height: 1.3em;
}
.h2_cmn span {
	display: block;
	font-size: 70%;
	letter-spacing: 0;
}

.h3_cmn {
    border-bottom: 5px solid #003581;
    font-size: 150%;
    padding: 10px 0;
    margin-bottom: 0.85em;
    letter-spacing: 1px;
	line-height: 1.2em;
}

.h4_cmn {
    background: #cee2ff;
    color: #003581;
    font-size: 125%;
    padding: 0.65em 0.85em;
    margin-bottom: 0.85em;
    margin-top: 2em;
    letter-spacing: 1px;
}

.h4_cmn2 {
    border: 1px solid #CCC;
    border-radius: 3px;
    font-size: 125%;
    padding: 0.65em 0.85em;
    margin-bottom: 0.85em;
    margin-top: 2em;
    letter-spacing: 1px;
    color: #333;
    text-align: left;
}
.h4_cmn2:before {
    content: "";
    background: #2946D5;
    width: 5px;
    height: 25px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: sub;
}


.h5_cmn {
	background: #009ddd;
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-size: 115%;
	font-weight: 700;
	margin-bottom: 1em;
}


@media screen and (max-width: 780px) {
	.h2_content {
		background-size: auto 100% !important;
		background-color:rgba(255,255,255,0.5);
		background-blend-mode:lighten;
		padding: 1em 0.7em;
	}
	.h2_content span{
		width: 100%;
	}
    .h2_cmn {
        font-size: 165%;
        padding: 1em 0.5em
    }
    .h3_cmn {
        font-size: 145%;
    }
}

/*------------------------------------------
table
--------------------------------------------*/
.table1 {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #979797;
    margin-bottom: 20px;
}
.table1 th {
    background: #ececec;
    color: #0052ce;
    padding: 1.2em;
    border-bottom: 1px solid #979797;
    vertical-align: middle;
    letter-spacing: 1px;
}
.table1 td {
    padding: 1.2em;
    border-bottom: 1px solid #979797;
    vertical-align: middle;
    font-size: 95%;
}

.table2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
    margin-bottom: 1em;
    line-height: 1.4em;
}

.table2 th {
    border-collapse: collapse;
    border: 1px solid #999;
    background: #cee2ff;
    padding: 10px 12px;
    color: #333;
    text-align: center;
}
.table2 td {
    border-collapse: collapse;
    border: 1px solid #999;
	background: #FFF;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.table2 th.bg1 {
    background: #0052C4;
    color: #FFF;
}
.table2 th.bg2 {
    background: #DEDEDE;
    color: #333;
}

.table2 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
    margin-bottom: 1em;
}
.table3 {
	border-top: 1px solid #999;
	width: 100%;
}
.table3 th {
    border-collapse: collapse;
    border: 1px solid #999;
    background: #EEE;
    padding: 1em;
    color: #333;
    text-align: left;
	line-height: 1.5em;
	vertical-align: middle;
    word-break: break-all;
}
.table3 td {
    border-collapse: collapse;
    border: 1px solid #999;
    padding: 1em;
    text-align: left;
    vertical-align: middle;
	background: #FFF;
}
.table3 .bg1 {
	background: #0075c1;
	color: #FFF;
}
.table3 .bg2 {
	background: #D7E6FF;
	color: #333;
}

@media screen and (max-width: 980px) {
    .table-scroll-box,
    .table-scroll-box-X{
    overflow-x: scroll;
}
    .table-scroll-box table,
    .table-scroll-box-X table{
        width: 100%;
        min-width: 980px;
    }
    
    .table-scroll-box-X-Y {
        overflow-x: auto;
        overflow-y: auto;
    }
    .table-scroll-box-X-Y table {
        width: 100%;
        min-width: 980px;
    }
}

@media screen and (max-height: 500px) {
    .table-scroll-box-X-Y.height85 {
        height: 85vh;
    }
}

.table-scroll-box-X .sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}
.table-scroll-box-X .sticky:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  background: #EEE;
  z-index: -1;
}
/*各tableクラス背景調整用*/
.table-scroll-box-X .table2 .sticky:before {
    background: #cee2ff;
    color: #333;
}
.table-scroll-box-X .table2 .sticky.bg1:before {
    background: #0052C4;
    color: #FFF;
}
.table-scroll-box-X .table2 .sticky.bg2:before {
    background: #DEDEDE;
    color: #333;
}
.table-scroll-box-X .table3 .sticky.bg1:before {
    background: #0075c1;
	color: #FFF;
}
.table-scroll-box-X .table3 .sticky.bg2:before {
    background: #D7E6FF;
	color: #333;
}

.table-scroll-box-X-Y .table3 {
    border-top: none;
}

/*↓絶対固定（左上など）*/
.table-scroll-box-X-Y .sticky-cross {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border: none;
    z-index: 1;
}
.table-scroll-box-X-Y .sticky-cross:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    background: #EEE;
    z-index: -1;
}
/*↓固定列*/
.table-scroll-box-X-Y .sticky-row {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
}
.table-scroll-box-X-Y .sticky-row:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    background: #EEE;
    z-index: -1;
}
/*↓固定行*/
.table-scroll-box-X-Y .sticky-col {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-top: none;
    border-bottom: none;
}
.table-scroll-box-X-Y .sticky-col:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #EEE;
    z-index: -1;
}
/*各tableクラス背景調整用*/
.table-scroll-box-X-Y .table2 .sticky-cross:before,
.table-scroll-box-X-Y .table2 .sticky-row:before,
.table-scroll-box-X-Y .table2 .sticky-col:before{
    background: #cee2ff;
    color: #333;
}
.table-scroll-box-X-Y .table2 .sticky-cross.bg1:before,
.table-scroll-box-X-Y .table2 .sticky-col.bg1:before,
.table-scroll-box-X-Y .table2 .sticky-row.bg1:before {
    background: #0052C4;
    color: #FFF;
}
.table-scroll-box-X-Y .table2 .sticky-cross.bg2:before,
.table-scroll-box-X-Y .table2 .sticky-row.bg2:before,
.table-scroll-box-X-Y .table2 .sticky-col.bg2:before{
    background: #DEDEDE;
    color: #333;
}
.table-scroll-box-X-Y .table3 .sticky-cross:before,
.table-scroll-box-X-Y .table3 .sticky-row:before,
.table-scroll-box-X-Y .table3 .sticky-col:before{
    background: #cee2ff;
    color: #333;
}
.table-scroll-box-X-Y .table3 .sticky-cross.bg1:before,
.table-scroll-box-X-Y .table3 .sticky-row.bg1:before,
.table-scroll-box-X-Y .table3 .sticky-col.bg1:before{
    background: #0075c1;
	color: #FFF;
}
.table-scroll-box-X-Y .table3 .sticky-cross.bg2:before,
.table-scroll-box-X-Y .table3 .sticky-row.bg2:before,
.table-scroll-box-X-Y .table3 .sticky-col.bg2:before{
    background: #D7E6FF;
	color: #333;
}

.alignL {text-align: left !important;}
.alignC {text-align: center !important;}
.alignR {text-align: right !important;}

.valignT {vertical-align: top !important;}
.valignM {vertical-align: middle !important;}

.table-fixed {table-layout: fixed;}

.borderB_none {border-bottom: none !important;} 
.borderT_none {border-top: none !important;} 
.borderR_none {border-right: none !important;} 
.borderL_none {border-left: none !important;} 

.borderB_gray {border-bottom: 1px solid #DEDEDE !important;} 
.borderT_gray {border-top: 1px solid #DEDEDE !important;} 

/*クラス呼び出し用*/
.table_responsive{}

@media screen and (max-width: 780px) {
	 .table_responsive {
	 	border-bottom: 1px solid #999;
		border-top: none;
	 }
    .table_responsive > tbody > tr > th,
    .table_responsive > tbody > tr > td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
        padding: 1em 0.85em;
    }
    .table_responsive > tbody > tr > th {
        border-bottom: 0;
        padding: 0.5em 0.85em;
    }
	 .table_responsive > tbody > tr > td {
	 	border-bottom: none;
	 }
     
     .table_responsive.table2 th {
         border-left: none;
         border-right: none;
     }
     .table_responsive.table2 td {
         border-left: none;
         border-right: none;
     }
     
     .table-scroll-box-X .sticky,
     .table-scroll-box-X-Y .sticky-row{
         width: 15%;
     }
}

/*-----------------------------------------
.faq-list
--------------------------------------------*/
.faq-list dt{
	padding: 1em 5.5em 1em 55px;
	font-weight: 500;
	font-size: 110%;
	border-bottom: 1px solid #003581;
	position: relative;
	cursor: pointer;
	font-size: 100%;
}
.faq-list dt:hover {
	background: #EEE;
}
.faq-list dt:before {
	 content: "Q";
	 font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 font-weight: 700;
	 font-size: 90%;
	 display: inline-block;
	 background: #003581;
	 color: #FFF;
	 width: 35px;
	 height: 35px;
	 line-height: 35px;
	 border-radius: 100%;
	 text-align: center;
	 margin-right: 5px;
	 float: left;
	 position: absolute;
	 left: 10px;
	 top: 0.85em;
}
.faq-list dt:after {
	content: "開く";
	font-size: 80%;
	position: absolute;
	top: 40%;
	right: 10px;
	margin-top: -0.5em;
	vertical-align: top;
	width: 4.5em;
	text-align: center;
	background: #EEE;
	border-radius: 30px;
}
.faq-list dt:hover:after {
	background: #FFF;
}
.faq-list dt.active:after {
	content: "閉じる";
	font-size: 80%;
	position: absolute;
	top: 40%;
	right: 10px;
	margin-top: -0.5em;
	vertical-align: top;
	width: 4.5em;
	text-align: center;
	background: #EEE;
	border-radius: 30px;
}

.faq-list dd {
	display: none;
	background: #e6f0ff;
	padding: 1.5em 1.8em 2em 60px;
	font-size: 95%;
	position: relative;
}
.faq-list dd:before {
	content: "A";
	 font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	 font-weight: 700;
	 font-size: 90%;
	 display: inline-block;
	 background: #0072d7;
	 color: #FFF;
	 width: 35px;
	 height: 35px;
	 line-height: 35px;
	 border-radius: 100%;
	 text-align: center;
	 margin-right: 5px;
	 float: left;
	 position: absolute;
	 left: 15px;
	 top: 1.5em;
}

/*-----------------------------------------
#point
--------------------------------------------*/

#point {
    background: url(../../image/img_point.png) no-repeat left bottom,url(../../image/bg_pont.png) repeat;
    padding: 2em 2em 2em 200px;
    border: 2px solid #003581;
    border-radius: 10px;
}
#point h5 {
    color: #0068b4;
    border-bottom: 3px solid #0068b4;
    font-size: 120%;
    padding: 10px 0;
    margin-bottom: 0.75em;
}
#point ul li {
    text-indent: -1.3em;
    padding-left:1.3em; 
}
#point ul li:before {
    content: "●";
    color: #0068b4;
    margin-right: 0.3em;
}

@media screen and (max-width: 780px) {
    #point {
        background: url(../../image/bg_pont.png) repeat;
        padding: 1em;
    }
}

/*-----------------------------------------
button
--------------------------------------------*/
.btn_css1 {
    background: #FFF;
    border: 2px solid #0052C4;
    padding: 0.85em 3em;
    display: inline-block;
    border-radius: 40px;
    color: #0052C4;
    font-weight: 700;
    font-size: 105%;
    box-sizing: border-box;
    margin-top: 1em;
    box-shadow: 2px 2px 3px #999;
    text-decoration: none;
    text-align: center;
}
.btn_css1:hover {
    background: #0052C4;
    color: #FFF;
}
.btn_css1:after {
    content: "";
    background: url("../../image/ico06.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-left: 5px;
    vertical-align: -2px;
}
.btn_css1[href$=".pdf"],
.btn_css1-B[href$=".pdf"]{
	background-image:none;
	padding-right: 3em;
}
.btn_css1-B {
    background-color: #0052C4;
    border: 2px solid #0052C4;
    padding: 0.85em 3em;
    display: inline-block;
    border-radius: 40px;
    color: #FFF;
    font-weight: 700;
    font-size: 105%;
    box-sizing: border-box;
    margin-top: 1em;
    box-shadow: 2px 2px 3px #999;
    text-decoration: none;
}
.btn_css1-B:hover {
    background: #cee2ff;
    color: #0052C4;
}
.btn_css1-B:after {
    content: "";
    background: url("../../image/ico09.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-left: 5px;
    vertical-align: -2px;
}

.btn_css2 {
	background: linear-gradient(to top left,#1253bd,#0052d0 30%,#00208b) !important;
	color: #FFF;
	font-size: 145%;
	display: inline-block;
	padding: 1.2em 2em;
	border-radius: 15px;
	font-weight: 700;
	text-decoration: none;
    line-height: 1.3em;
}
.btn_css2:hover {
	background: linear-gradient(to top left,#0052d0,#00208b 30%,#0052d0) !important;
}
.btn_css2[href$=".pdf"] {
    padding-right: 2em;
}


.btn_css3 {
	background: #FFF;
	border: 1px solid #999;
	padding: 1em 3em;
	border-radius: 40px;
	font-size: 115%;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
    box-sizing: border-box;
}
.btn_css3:after {
    content: "";
    background: url("../../../common/image/ico01.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 5px;
    vertical-align: middle;
}
.btn_css3:hover {
	background: #DDD;
	color: #666;
}

.btn_css4 {
	background: #0072d7;
	display: inline-block;
	padding: 0.5em 2em;
	border-radius: 40px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
    box-sizing: border-box;
}
.btn_css4:hover {
	background: #003581;
}
.btn_css4:after {
    content: "";
    background: url("../../../common/image/ico09.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-left: 5px;
    vertical-align: middle;
}
.btn_css5 {
	background: #f64f6c;
	display: inline-block;
	padding: 0.5em 2em;
	border-radius: 40px;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
    box-sizing: border-box;
}
.btn_css5:hover {
	background: #f6778d;
}
.btn_css5:after {
    content: "";
    background: url("../../../common/image/ico09.svg") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-left: 5px;
    vertical-align: middle;
}

.btn_css6 {
    background: #FFF;
    padding: 10px 10px 20px;
    border: 1px solid #d9e3ee;
    border-radius: 6px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
}
.btn_css6:hover {
    background: #DBEAFF;
}
.btn_css6:after {
    content: "";
    background: url("../../image/icon13.svg") no-repeat center;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 780px) {
	.btn_css1,
    .btn_css1-B{
		display: block;
		padding: 1.2em;
	}
	.btn_css1[href$=".pdf"],
    .btn_css1-B[href$=".pdf"]{
		background-image:none;
		padding-right: 1.2em;
	}
	.btn_css2 {
		padding: 1.2em;
	}
    .btn_css2[href$=".pdf"] {
        padding-right: 1.2em;
        width: 100%;
        box-sizing: border-box;
    }
}
.txt-link1 {
	text-indent: -1.6em;
	padding-left: 1.6em;
	display: inline-block;
	color: #666;
}.txt-link1:hover {
	color: #1161D5;
}
.txt-link1:before {
	content: "";
	background: url("../../image/ico01.svg") no-repeat center;
	background-size: contain;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	vertical-align: -5px;
	margin-right: 0.4em;
}
.txt-link2 {
	text-indent: -1.6em;
	padding-left: 1.6em;
	display: inline-block;
	color: #1161D5;
}
.txt-link2:hover {
	color: #001096;
}
.txt-link2:before {
	content: "";
	background: url("../../image/ico06.svg") no-repeat center;
	background-size: contain;
	width: 1.1em;
	height: 1.1em;
	display: inline-block;
	vertical-align: -4px;
	margin-right: 0.5em;
}


/*-----------------------------------------
list
--------------------------------------------*/
.content-menu {
	margin: 3em auto 5em;
	text-align: center;
}
.content-menu li {
	display: inline-block;
	margin-bottom: 15px;
    vertical-align: middle;
}
.content-menu li a {
	display: inline-block;
	padding: 0 1.5em;
	border-right: 1px solid #003583;
	text-decoration: none;
	font-weight: 700;
	font-size: 120%;
}
.content-menu li:last-of-type a {
	border-right: 0;
}
.content-menu li a:hover {
	background: #003583;
	color: #FFF;
}

.category-list {
	background: #fff;
	/*background: #d1e3fd;*/
	/*border-radius: 0.6em;*/
	padding: 1.5em;
	display: flex;
	flex-wrap: wrap;
	-webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.3));
}
.category-list a {
	display: block;
	padding: 0.5em 0.5em 0.5em 1.7em;
	box-sizing: border-box;
	font-size: 90%;
	margin-right: 1em;
	text-indent: -1.2em;
}
.category-list a:before {
	content: "";
	background: url("../../image/ico06.svg") no-repeat center;
	background-size: contain;
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.2em;
}
.category-list a:hover {
	background: #d1e3fd;
	text-decoration: none;
}
.category-list.c2 a {
	width: calc((100% - 1em) / 2);
}
.category-list.c2 a:nth-child(even) {
	margin-right: 0;
}
.category-list.c3 a {
	width: calc((100% - 3em) / 3);
}
.category-list.c3 a:nth-child(3n) {
	margin-right: 0;
}
.category-list.c4 a {
	width: calc((100% - 3em) / 4);
}
.category-list.c4 a:nth-child(4n) {
	margin-right: 0;
}
.category-list.c5 a {
	width: calc((100% - 4em) / 5);
}
.category-list.c5 a:nth-child(5n) {
	margin-right: 0;
}

.indent13 {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.list2 li {
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 5px;
}

.list3 li {
    text-indent: -4em;
    padding-left: 4em;
    margin-bottom: 5px;
}
.list3 li span {
    font-weight: 700;
    margin-right: 1em;
}

.list4 li {
    text-indent: -5em;
    padding-left: 5em;
    margin-bottom: 5px;
}
.list4 li span {
    font-weight: 700;
    margin-right: 1em;
}

.list5 li {
    text-indent: -6em;
    padding-left: 6em;
    margin-bottom: 5px;
}
.list5 li span {
    font-weight: 700;
    margin-right: 1em;
}

.list6 li {
    text-indent: -7em;
    padding-left: 7em;
    margin-bottom: 5px;
}
.list6 li span {
    font-weight: 700;
    margin-right: 1em;
}

.list-type1 {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.list-type1 > li:before {
	content: "●";
	color: #CCC;
	margin-right: 0.2em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}

.list-type2 {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.list-type2 > li:before {
	content: "●";
	color: #0054c8;
	margin-right: 0.2em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}

.list-type3 {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.list-type3 > li:before {
	content: "●";
	color: #333;
	margin-right: 0.2em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}

.list-link li {
	border-bottom: 1px dotted #999;
}
.list-link a {
	display: inline-block;
	padding: 0.75em;
}
.list-link .noborder {
	border-bottom: none;
}

.list-news {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.list-news dt {
    width:9.5em;
    font-weight: 500;
    color: #888;
    padding: 1em 10px;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
}
.list-news dd {
    width: calc(100% - 9.5em);
    border-bottom: 1px solid #999;
}
.list-news dd a {
    display: block;
    padding: 1em 10px;
    background: none;
    font-size: 92%;
    letter-spacing: 0.3px;
}
.list-news dd a[href$=".pdf"]:after {
    content: url("../../img/ico_commonPdfSmall01.png");
    vertical-align: middle;
    margin-left: 5px;
}

.past {
    display: flex;
    flex-wrap: wrap;
}
.past li {
    margin: 0 5px 10px;
}
.past li a {
    display: block;
    border: 1px solid #999;
    background: #FFF;
    border-radius: 30px;
    color: #333;
    text-align: center;
    padding: 0.5em;
    width: 8em;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
}
.past li a:hover {
    background: #EEE;
    color: #003583;
    font-weight: 700;
}
.past li a:after {
    content: "";
    background: url("../img/icon01_.svg") no-repeat center;
    background-size: contain;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    vertical-align: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75em;
}
.past li .active {
    background: #003583;
    color: #FFF;
    pointer-events: none;
}
.past li .active:after {
    content: "";
    background: none;
}

@media screen and (max-width: 450px) {
    .list-news {
        display: block;
    }
    .list-news dt {
        border-bottom: none;
        width: 100%;
        padding-bottom: 0;
    }
    .list-news dd {
        width: 100%;
    }
    .list-news dd a {
        padding-top: 5px;
    }
    
    .past li {
        width: calc((100% - 30px) / 3);
    }
    .past li a {
        width: 100%;
    }
}



@media screen and (max-width: 780px) {
	.content-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 2em;
		margin-top: 0;
		letter-spacing: 0;
		border-top: 1px solid #BBB;
	}
	.content-menu li {
		width: 50%;
		border:1px solid #BBB;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 0;
	}
	.content-menu li {
		border-right: none;
		border-top: none;
		
	}
	.content-menu li a {
		font-size: 90%;
		border: 0;
		display: block;
		padding: 5px;
	}
    .content-menu.odd-last li:last-child {
        border-right: 1px solid #BBB !important;
        width: calc(50% + 1px);
    }
	
	.category-list {
		padding: 1em;
	}
	.category-list.c2 {
		display: block;
	}
	.category-list.c2 a {
		width: 100%;
	}
	
	.category-list.c3 a {
		width: calc((100% - 1em) / 2);
	}
	.category-list.c3 a:nth-child(3n) {
		margin-right: auto;
	}
	.category-list.c3 a:nth-child(even) {
		margin-right: 0;
	}
    
    .category-list.c4 a {
		width: calc((100% - 1em) / 2);
	}
	.category-list.c4 a:nth-child(4n) {
		margin-right: auto;
	}
	.category-list.c4 a:nth-child(even) {
		margin-right: 0;
	}
	
	.category-list.c5 a {
		width: calc((100% - 2em) / 3);
	}
	.category-list.c5 a:nth-child(5n) {
		margin-right: auto;
	}
	.category-list.c5 a:nth-child(3n) {
		margin-right: 0;
	}
}

/*-----------------------------------------
content-list
--------------------------------------------*/
.content-list {
	display: flex;
	flex-wrap: wrap;
}
.content-list a {
	display: block;
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
	margin-bottom: 35px;
	padding: 1.4em 1.2em;
	text-decoration: none;
	color: #333;
	letter-spacing: 0;
	line-height: 1.3em;
	box-sizing: border-box;
	border: 1px solid #999;
}
.content-list a:nth-child(3n) {
	margin-right: 0;
}
.content-list a .title {
	color: #0072d9;
	font-weight: 700;
	font-size: 105%;
	margin-bottom: 0.5em;
	padding-left: 1.2em;
	text-indent: -1.2em;
	line-height: 1.4em;
	letter-spacing: 1px;
}
.content-list a .title:before {
	content: "";
	background: url("../../image/ico06.svg") no-repeat left center;
	background-size: contain;
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -3px;
	margin-right: 0.2em;
}
/*画像ありの場合はfigureで画像追加*/
.content-list a figure {
	margin-bottom: 1em;
	margin-left: -1.2em;
	margin-right: -1.2em;
	margin-top: -1.4em;
	display: block;
    overflow: hidden;
	z-index: 0;
}
.content-list a figure img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	transform: scale(1);
    transition-duration: 0.5s;
    overflow: hidden;
}
.content-list a figure .img_top {
	object-position: 50% 0;
}

.content-list a:hover {
	background: #0072d9;
}
.content-list a:hover .title,
.content-list a:hover .fS{
	color: #FFF;
}
.content-list a:hover .title:before {
	content: "";
	background: url("../../image/ico07.svg") no-repeat left center;
}
.content-list a:hover figure img{
  transform: scale(1.1);
transition-duration: 0.5s;
}

@media screen and (max-width: 780px) {
	.content-list a {
		margin-bottom: 1em;
		width: 100%;
		margin-right: 0;
	}
	.content-list a .title {
		font-size: 125%;
	}
}
/*スマホ表示の場合コメント非表示（主に法人コンテンツで使用）*/
@media screen and (max-width: 480px) {
    .content-list.sp-comment-no .fS {
        display: none;
    }
    .content-list.sp-comment-no .title {
        margin-bottom: 0;
    }
}


/*-----------------------------------------
text
--------------------------------------------*/
.color1 {
    color: #0052ce;
}
.color2 {
	color: #003583;
}

.f500 {
    font-weight: 500 !important;
	line-height: 1.4em;
}
.f700 {
    font-weight: 700 !important;
	line-height: 1.4em;
}
.f400 {
    font-weight: 400 !important;
}

/*-----------------------------------------
chui
--------------------------------------------*/
.chui {
    background: #FFEEEE;
    border: 1px solid #A70002;
    padding: 2em;
    margin: 2em 0;
    line-height: 1.6em;
}
.chui h5{
    color: #C80003;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #C80003;
    font-size: 120%;
    letter-spacing: 1px;
    margin-bottom: 1em;
}
.chui li,
.chui p{
	font-size: 95%;
}

.attention_box .h3_cmn {
	border-bottom: 5px solid #ff4451;
}
.attention_box .h4_cmn {
	background: #ffe3dd;
	color: #ff5945;
}

@media screen and (max-width: 780px) {
	.chui {
		padding: 1em;
	}
}

/*-----------------------------------------
img
--------------------------------------------*/
.yokinimg {
	display: block;
	margin: 30px auto 0;
	text-align: center;
}

@media screen and (max-width: 780px) {
	.yokinimg {
		margin-top: 0;
	}
	.yokinimg img {
		height: 100px;
		object-fit: cover;
	}
}

/*-----------------------------------------
box
--------------------------------------------*/
.box_style1 {
	padding: 1.5em;
	margin-top: 3em;
	background: #EFEFEF;
	border-radius: 10px;
	border: 3px solid #BBB;
    box-sizing: border-box;
}


.box_style2 {
    padding: 1.5em;
	margin-top: 3em;
	background: #FFF;
	/*border-radius: 10px;*/
	border: 3px solid #003581;
    box-sizing: border-box;
}

.box_style3 {
	padding: 1.5em;
	margin-top: 3em;
	background: #cee2ff;
	border-radius: 10px;
	border: 3px solid #0052ce;
    box-sizing: border-box;
}

/*-----------------------------------------
.contactArea
--------------------------------------------*/
/*暫定的お問合わせスタイル*/
.contactArea {
	background: #0076EB;
	padding: 1.5em;
	color: #FFF;
	text-align: center;
	font-weight: 700;
	line-height: 2.8em;
}
.contactArea .title {
	font-size: 145%;
}
.contactArea .name {
	font-size: 185%;
}
.contactArea .number {
	font-size: 120%;
}
.contactArea .number .tel {
	font-size: 180%;
}

@media screen and (max-width: 480px) {
	.contactArea {
		font-size: 75%;
		padding: 1em;
	}
	.contactArea .number .tel {
		display: block;
	}
}

.C-contact {
	background: #f3f3f1;
	padding: 1em 1.5em 1.5em;
	text-align: center;
	margin-top: 1em;
	color: #555;
}
.C-contact:before {
	content: "お問い合わせ先";
	border-bottom: 1px solid #333;
	padding-bottom: 0.5em;
	margin-bottom: 0.75em;
	display: block;
	font-weight: 700;
	font-size: 110%;
	color: #333;
}
.C-contact .number {
	color: #0046EA;
	font-size: 210%;
	font-weight: 700;
	margin: 5px;
}
.C-contact .number:before {
	content: "";
	background: url("../../../common/image/ico10.svg") no-repeat center;
	background-size: contain;
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	margin-right: 0.2em;
	vertical-align: middle;
}
.C-contact .time:before {
	content: "受付時間：";
}

@media screen and (max-width: 480px) {
    .C-contact .number {
        font-size: 185%;
    }
}

/*-----------------------------------------
#contact_box
--------------------------------------------*/
#contact_box {
	background: url("../../image/bg_contact.jpg") no-repeat center;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 3.5em 0;
}
#contact_box .inner1000 {
	max-width: 1000px;
	margin: 0 auto;
}
#contact_box .btn_link {
	background: #32a7c2;
	text-align: center;
	color: #FFF;
	display: block;
	padding: 0.85em 1em;
	font-weight: 700;
	border-radius: 5px;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 115%;
	margin-top: 5px;
}
#contact_box a:hover {
	background: #194b9b;
}
#contact_box .box {
	background: #FFF;
	padding: 1.5em;
	color: #333;
	font-weight: 700;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#contact_box .box100 {
    width: 100% !important;
    margin-right: 0;
    padding: 1.5em;
    box-sizing: border-box;
    background: #FFF;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

#contact_box .tel_txt {
	color: #003583;
	text-align: left;
	margin: 15px 0 0;
}
#contact_box .tel_txt strong {
	font-size: 350%;
	font-weight: 700;
    line-height: 0.9em;
}
#contact_box .time_txt {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 10px 0;
	margin-bottom: 15px;
	letter-spacing: 0;
}
#contact_box .tit {
	font-size: 130%;
	margin-bottom: 10px;
}
#contact_box .icon_tel:before {
	content: "";
	background: url("../../image/ico03.svg") no-repeat left center;
	background-size: contain;
	display: inline-block;
	width: 50px;
	height: 35px;
	vertical-align: -5px;
	margin-right: 5px;
}
#contact_box .icon_store:before {
	content: "";
	background: url("../../image/ico05.svg") no-repeat left center;
	background-size: contain;
	display: inline-block;
	width: 50px;
	height: 35px;
	vertical-align: -5px;
	margin-right: 5px;
}
#contact_box .icon_seminar:before {
	content: "";
	background: url("../../image/ico04.svg") no-repeat left center;
	background-size: contain;
	display: inline-block;
	width: 50px;
	height: 35px;
	vertical-align: -5px;
	margin-right: 5px;
}
#contact_box .icon_loanplaza:before {
	content: "";
	background: url("../../image/ico11.svg") no-repeat left center;
	background-size: contain;
	display: inline-block;
	width: 46px;
	height: 38px;
	vertical-align: -8px;
	margin-right: 5px;
}

@media screen and (max-width: 980px) {
    #contact_box .tel_txt strong {
        font-size: 320%;
    }
}

@media screen and (max-width: 780px) {
	#contact_box .inner1000 {
		padding: 1em;
		font-size: 85%;
	}
	#contact_box .fS {
		white-space: nowrap;
	}
	#contact_box .time_txt {
		margin-bottom: 10px;
	}
	#contact_box a[href^="tel:"] {
		text-decoration: none;
		color: #003583;
	}
}

/*-----------------------------------------
#page-top
--------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index:99;
	font-size:13px;
}
#page-top a {
    background: #001DCD;
    text-decoration: none;
    color: #fff;
    width: 70px;
    text-align: center;
    display: block;
    border-radius:35px;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	line-height: 1.3em;
	position:relative;
	font-weight: 500;
}
#page-top a:hover {
    text-decoration: none;
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


/*-----------------------------------------
#外部リンク
--------------------------------------------*/
.outlink:after {
	content: "";
	background: url("../../image/ico08.svg") no-repeat left center;
	background-size: contain;
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -2px;
	margin-left: 3px;
}
.noimg:after {
	content: none;
}
.modalexternal {
	display: none;
}
.modal{
    width:100%;
    height: 100vh;
    background: rgba(255,255,255,1);
    position:fixed;
    top: 0;
	z-index: 99;
}/*
.modal_bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}*/
.modal_area{
    background: #F0F0F0;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 180px;
    transform: translate(-50%,0);
    width: 75%;
    border-radius:5px;
    box-shadow: 0 0 8px gray;
}
.modal_area p{
	line-height: 1.5em;
}
.modal_area .btn_css1 {
	font-size:125%;
}

@media screen and (max-width: 780px) {
	/*.modal {
		z-index: 100;
	}*/
	.modal_area{
		top: 80px;
		padding: 1.5em;
		font-size: 90%;
	}
	.modal_area .h3_cmn{
		font-size: 130%;
	}
}