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


*, ::after, ::before  {
	box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #F1F1F1;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
	font-size: 1.8rem;
}

h2 {
	font-size: 1.75rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

table th,
table td {
    border: 1px solid #dee2e6;
    padding: .2rem .5rem;
}

/*table th {
	padding: .2rem .5rem;
}*/

table td {
    background-color: #fff;
}


button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	outline: none;
}

input[type="text"],
input[type="password"],
select {
	outline: none;
	/*height: calc(2.25rem + 2px);*/
    padding: .3rem .5rem;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select {
	cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: .5rem;
}

textarea {
	height: auto;
	outline: none;
	overflow: auto;
	resize: vertical;
	padding: .375rem .75rem;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.3;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form_control {
	height: auto;
	line-height: 1.3;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border: 1px solid #4884FD;
}

input[type="submit"] {
	transition: .15s ease-in-out;
}

.form_group {
	margin-bottom: 1rem;
}

.form_control {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.mt_0, .my_0 {
    margin-top: 0!important;
}
.mt_1, .my_1 {
    margin-top: .25rem!important;
}
.mt_2, .my_2 {
    margin-top: .5rem!important;
}
.mt_3, .my_3 {
    margin-top: 1rem!important;
}
.mt_4, .my_4 {
    margin-top: 1.5rem!important;
}
.mt_5, .my_5 {
    margin-top: 3rem!important;
}


.mb_0, .my_0 {
    margin-bottom: 0!important;
}
.mb_1, .my_1 {
    margin-bottom: .25rem!important;
}
.mb_2, .my_2 {
    margin-bottom: .5rem!important;
}
.mb_3, .my_3 {
    margin-bottom: 1rem!important;
}
.mb_4, .my_4 {
    margin-bottom: 1.5rem!important;
}
.mb_5, .my_5 {
    margin-bottom: 3rem!important;
}

.mr_0, .mx_0 {
    margin-right: 0!important;
}
.mr_1, .mx_1 {
    margin-right: .25rem!important;
}
.mr_2, .mx_2 {
    margin-right: .5rem!important;
}
.mr_3, .mx_3 {
    margin-right: 1rem!important;
}
.mr_4, .mx_4 {
    margin-right: 1.5rem!important;
}
.mr_5, .mx_5 {
    margin-right: 3rem!important;
}

.ml_0, .mx_0 {
    margin-left: 0!important;
}
.ml_1, .mx_1 {
    margin-left: .25rem!important;
}
.ml_2, .mx_2 {
    margin-left: .5rem!important;
}
.ml_3, .mx_3 {
    margin-left: 1rem!important;
}
.ml_4, .mx_4 {
    margin-left: 1.5rem!important;
}
.ml_5, .mx_5 {
    margin-left: 3rem!important;
}

.pt_0, .py_0 {
    padding-top: 0!important;
}
.pt_1, .py_1 {
    padding-top: .25rem!important;
}
.pt_2, .py_2 {
    padding-top: .5rem!important;
}
.pt_3, .py_3 {
    padding-top: 1rem!important;
}
.pt_4, .py_4 {
    padding-top: 1.5rem!important;
}
.pt_5, .py_5 {
    padding-top: 3rem!important;
}


.pb_0, .py_0 {
    padding-bottom: 0!important;
}
.pb_1, .py_1 {
    padding-bottom: .25rem!important;
}
.pb_2, .py_2 {
    padding-bottom: .5rem!important;
}
.pb_3, .py_3 {
    padding-bottom: 1rem!important;
}
.pb_4, .py_4 {
    padding-bottom: 1.5rem!important;
}
.pb_5, .py_5 {
    padding-bottom: 3rem!important;
}

.pr_0, .px_0 {
    padding-right: 0!important;
}
.pr_1, .px_1 {
    padding-right: .25rem!important;
}
.pr_2, .px_2 {
    padding-right: .5rem!important;
}
.pr_3, .px_3 {
    padding-right: 1rem!important;
}
.pr_4, .px_4 {
    padding-right: 1.5rem!important;
}
.pr_5, .px_5 {
    padding-right: 3rem!important;
}

.pl_0, .px_0 {
    padding-left: 0!important;
}
.pl_1, .px_1 {
    padding-left: .25rem!important;
}
.pl_2, .px_2 {
    padding-left: .5rem!important;
}
.pl_3, .px_3 {
    padding-left: 1rem!important;
}
.pl_4, .px_4 {
    padding-left: 1.5rem!important;
}
.pl_5, .px_5 {
    padding-left: 3rem!important;
}

.small {
	font-size: 80%;
}

.clearfix::afer {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.j_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}




.container {
    width: 1140px;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}

header {
    background-color: #033172;
}

header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header h1 {
    background: url(/images/logo.jpg) no-repeat left /auto 40px;
    height: 60px;
    line-height: 40px;
    color: #fff;
    margin: 0;
    padding: 10px 0 10px 100px;
}

.header_logout {
    color: #fff;
    height: 60px;
    line-height: 60px;
}

.header_logout a {
    color: #ddd;
    display: block;
    width: 100%;
}

.header_logout a::before {
    content: "\f2f5";
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: .5rem;
}

.header_logout a:hover {
    color: #fff;
}

/*アイキャッチエリア*/
.eye_catch {
    background-color: #fff;
    text-align: center;
}

.eye_catch h2 {
    font-weight: bold;
    color: #333;
    padding: 40px 0;
}

/*ヘッダーナビゲーション*/
#header_navigation {
    height: 42px;
    margin-bottom: 30px;
}

#header_navigation .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
}

/*ナビゲーションボタン*/
.nav_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.nav_button li {
    margin: 0 0 5px 10px;
    text-align: center;
    width: 150px;
}

.nav_button li a {
    background-color:#fff;
    border: 1px solid #033172;
    border-radius: 5px;
    color: #033172;
    display: block;
    padding: 5px 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav_button li a:hover {
    background-color: #033172;
    border: 1px solid #033172;
    color: #fff;
    display: block;
    padding: 5px 10px;
}

/*パンくずリスト*/
.bread_crumb li {
    display: inline-block;
    font-size: .9rem;
}

.bread_crumb li:not(:last-child)::after {
    content: " / ";
    display: inline;
}

.bread_crumb li a {
    display: inline-block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.bread_crumb li a:hover {
    text-decoration: underline;
}


/*メインメニュー・サブメニュー共通*/
.category_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.category_menu .menu_item {
    margin: 0 10px;
    text-align: center;
}

.category_menu .menu_item a {
    background-color: #fff;
    border: 1px solid #033172;
    color: #033172;
    display: block;
    font-size: 1.3rem;
    padding: 15px 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.category_menu .menu_item a:hover {
    background-color: #FC9854;
}

.category_menu .menu_item a i {
    display: block;
    background-color: #033172;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: 0 auto 5px;
    transition: all .15s ease-in-out;
}

.category_menu .menu_item a:hover i {
    font-size: 1.9rem;
}

/*メインのみ*/
.main_menu .category_menu {
    -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   margin: 100px 50px;
}

.main_menu .category_menu .menu_item a {
    padding: 15px 40px;
}

.field_row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7.5px;
	margin-right: -7.5px;
}

/*タイトル装飾*/
.title_large {
	font-size: 25px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	padding: 0 5px 0 20px; 
	position: relative;
}

.title_large::before {
	content: "";
	background-color: #033172;
	width: 10px;
	height: 45px;
	position: absolute;
	left: 0;
}

.title_middle {
	font-size: 20px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
	padding: 0 5px 0 15px; 
	position: relative;
}

.title_middle::before {
	content: "";
	background-color: #033172;
	width: 8px;
	height: 35px;
	margin-bottom: 20px;
	position: absolute;
	left: 0;
}

.title_bar {
	background-color: #033172;
	color: #fff;
	padding: 10px;
}





/*ページトップへ戻るボタン*/
#pageTopBtn {
	bottom: 30px;
	right: 20px;
	position: fixed;
	z-index:9999;
}

#pageTopBtn a {
	background-color: #5A5A5A;
	border: 1px solid #5A5A5A;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-size: 30px;
	line-height: 50px;
	opacity: 0.8;
	text-decoration: none;
	text-align: center;
	width: 50px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, opacity .15s ease-in-out;
}

#pageTopBtn a:hover {
	background-color: #5A5A5A;
	color: #fff;
	opacity: 1;
}

/*--------------------------------------------*/
/*576px～*/
/*--------------------------------------------*/
@media (min-width: 576px ){
	
	
}

/*--------------------------------------------*/
/*768px～*/
/*--------------------------------------------*/
@media (min-width: 768px){
    /*.container {
        max-width: 750px;
    }*/
    
}


/*--------------------------------------------*/
/*992px～*/
/*--------------------------------------------*/
@media (min-width: 992px){
    /*.container {
        max-width: 970px;
    }*/
    
}

/*--------------------------------------------*/
/*1200px～*/
/*--------------------------------------------*/
@media (min-width: 1200px){
    /*.container {
        max-width: 1140px;
    }*/
}
