@charset "utf-8";

body {
  padding:0px;
  color:#212529;
  font-size:1rem;
  font-family:"ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック",Arial,sans-serif;
  display:flex;
  flex-direction:column;
  min-height: 100vh;
}
body > .container{
  flex: 1;
}
header{
  background:linear-gradient(28deg, rgba(75,126,191,1) 0%, rgba(92,176,185,1) 100%);
  border-bottom:none;
  margin-bottom:0;
  position: fixed;
  z-index: 100;
  width: 100vw;
  top: 0;
}
img {vertical-align: top;}
table img{max-width:max-content;}
a, a:hover, a:focus {
  color: #0d61bb;
}
a img:hover{opacity:0.8;}
header{background-color: #565654;margin-bottom: 0;border-bottom:none;}

.navbar-inner{
	padding-right: 5px;
	padding-left: 5px;
	background-color:transparent;
	background-image:none;
	border:none;
	box-shadow:none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff5f5f5',GradientType=0);
}
.navbar{
	margin-bottom:1px;
  line-height: 1.5;
}
.navbar-inverse .navbar-inner{
	background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
	background-color:#3e648d;
	background-repeat: no-repeat;
	border: 1px solid #345578;
	filter: none;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #FFF;
    background-color: #2E4B6B;
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a {
   color: #dadada;
}
.nav .dropdown-toggle .caret {
   border-top-color: #fff;
   border-bottom-color: #fff;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
}
[class^="icon-"], [class*=" icon-"] {
    margin-top: 2px;
}
.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus {
	color: #FFFFFF;
}
.navbar .nav>li{padding: 4px 0;line-height: 2em;}
.navbar .nav>li>a{text-shadow: none;color:white;line-height: 2em;padding: 11px 8px 8px;}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover{color:#D3D3D3;}
a.brand img{height: 2em;}
.navbar img:hover{opacity: 0.8;}
.navbar .brand{padding: 9.5px 10px 9.5px;}
.navbar .pull-right li{padding: 4px 0;}
.nav-list>li>a, .nav-list .nav-header{text-shadow:none;}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"]{margin-top: 2px;}
.navbar .pull-right li.divider{padding: 0;}
.navbar .pull-right ul.dropdown-menu li{padding: 0;}

/* menu toggle button */
#menu_btn, #menu_btn:focus{
	border:none;
	background-color:transparent;
}
#menu_btn:focus{
	outline: none;
}
.navbar-toggler,
.navbar-toggler span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.navbar-toggler {
  position: relative;
  float: right;
  margin-top: 13px;
  margin-bottom: 9px;
  margin-right: 10px;
  width:30px;
  height:32px;
}
.navbar-toggler span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
.navbar-toggler span:nth-of-type(1) {
  top: 5px;
}
.navbar-toggler span:nth-of-type(2) {
  top: 13px;
}
.navbar-toggler span:nth-of-type(3) {
  bottom: 5px;
}
.navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.sp-only {
  display: none;
}

.well{box-shadow:none;}
.well-panel{padding:5px 10px 10px 10px}
.well-title{border-bottom:1px solid #ccc;}
.well-body{padding:0;}
p {word-break: break-all;line-height: 1.5em;}
h1, h2, h3 {line-height:1.5;}
h1 {font-size:190%}
h2 {font-size:160%}
h3 {font-size:130%}
h1, h2, h3, h4, h5, h6{color:inherit;}
.nav-header { color: #888888;font-size: 120%;}
.search_result dd {margin-bottom: 1em;}
text-white{color:#fff;}
.h1{font-size: 2.5rem;}
.h2{font-size: 2rem;}
.h3{font-size: 1.75rem;}
.h4{font-size: 1.5rem;}
.h5{font-size: 1.25rem;}
.h6{font-size: 1rem;}
.mt-0{margin-top:0;}
.mt-1{margin-top:0.25rem;}
.mt-2{margin-top:0.5rem;}
.mt-3{margin-top:1rem;}
.mt-4{margin-top:1.5rem;}
.mt-5{margin-top:3rem;}
.mb-0{margin-bottom:0;}
.mb-1{margin-bottom:0.25rem;}
.mb-2{margin-bottom:0.5rem;}
.mb-3{margin-bottom:1rem;}
.mb-4{margin-bottom:1.5rem;}
.mb-5{margin-bottom:3rem;}
.pt-0{padding-top:0;}
.pt-1{padding-top:0.25rem;}
.pt-2{padding-top:0.5rem;}
.pt-3{padding-top:1rem;}
.pt-4{padding-top:1.5rem;}
.pt-5{padding-top:3rem;}
.pb-0{padding-bottom:0;}
.pb-1{padding-bottom:0.25rem;}
.pb-2{padding-bottom:0.5rem;}
.pb-3{padding-bottom:1rem;}
.pb-4{padding-bottom:1.5rem;}
.pb-5{padding-bottom:3rem;}
.w-25{width:25%;}
.w-50{width:50%;}
.w-75{width:75%;}
.w-100{width:100%;}
.font-weight-bold{font-weight:700;}

.page-header {
  border:none;
  padding-top: 1rem;
  padding-bottom: 4rem;
  background: linear-gradient(90deg, rgba(75,126,191,1) 0%, rgba(92,176,185,1) 100%);
  margin: 0 0 3em 0;
}
.page-header h1{
  color:#fff;
}
.breadcrumb{margin:0 0 21px 0;}
.breadcrumb > li{vertical-align: top;text-shadow:none;color:#969292;}
.breadcrumb>li>.divider{color:#969292;padding: 0 2px;}
.page-header .breadcrumb{
  background-color: transparent;
  margin-bottom:3em;
  padding: 8px 15px 8px 0;
  font-size:85%;
  color:#fff;
}
.page-header .breadcrumb a{
  color:#fff;
}
.page-header .breadcrumb .active{
  color:#ccc;
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus{
  background-color:#4B7EBF;
}
.table tbody tr.success > td, .table tbody tr.error > td, .table tbody tr.info > td {
    color: #666;
}
.table tbody tr.success > td {
    background-color: #FFEAC4;
}
.tab-content{overflow: hidden;}
.tab-content .tab-pane h3{
  border-left: 3px solid #4b7ebf;
  font-size:110%;
  padding:10px 8px 10px 10px;
  font-weight:bold;
  margin: 1em 0 1em;
  clear:both;
}
.tab-content .tab-pane h3:first-of-type{margin-top:2em;}

/* carousel */

.carousel{margin-bottom:0;}
.carousel-wrap{background-color:#f3f3f3;margin-bottom:20px;margin-top: 60px;}
.carousel-control {/*top: 50%;*/opacity: 0.3;}
.carousel-caption{background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);color: #05103d;}
/*.carousel-caption .btn{margin-left:2em;}*/
.carousel-indicators li{background-color: rgba(200, 200, 200, 0.5);}
.carousel-indicators .active {background-color: #aaa;}
.carousel-caption h4 {font-weight: bold;color:#333;}
.carousel-caption p {color:#05103d;}

.carousel-wrap{
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.carousel-control{
  top: 45%;
  border: none;
  z-index:100;
  line-height: 40px;
}
.carousel-control.right{
  right:0px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.carousel-control.left{
  left:0px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
_::-webkit-full-page-media, _:future, :root .carousel-control {
  line-height: 30px;
}
.carousel .item a{
  color:#212529;
}
.carousel .item a img:hover{
  opacity: 0.8;
}
.carousel-caption{
  min-height: 5em;
  background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.75),rgba(255,255,255,0.98));
}
.carousel-caption h4, .carousel-caption p{
  line-height: 1.5;
  display: block;
  overflow: hidden;
}

/* JSでdisplay hiddenは高さ取得できないため */
.carousel-inner>.item{
  display:block;
  visibility: hidden;
  position:absolute;
  opacity: 0;
  transition: 1s;
}
.carousel-inner>.item.active{
  display:block;
  visibility:visible;
  position:static;
}
.carousel-inner>.item.next, .carousel-inner>.item.prev{
  visibility:visible;
  opacity: 1;
  transition: 1s;
}
.carousel-wrap{
  background-color: #fff;
}
.carousel .arrow{
  float:right;
  padding-right:30px;
  padding-top: 30px;
}
.carousel .arrow::before{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateX(-50%) rotate(45deg);
}
.carousel-fade .carousel-inner .item { 
    opacity: 0; 
    -webkit-transition-property: opacity; 
    -moz-transition-property: opacity; 
    -o-transition-property: opacity; 
    transition-property: opacity; 
} 
.carousel-fade .carousel-inner .active { 
    opacity: 1; 
} 
.carousel-fade .carousel-inner .active.left, 
.carousel-fade .carousel-inner .active.right { 
    left: 0; 
    opacity: 0; 
    z-index: 1; 
} 
.carousel-fade .carousel-inner .next.left, 
.carousel-fade .carousel-inner .prev.right { 
    opacity: 1; 
} 
.carousel-fade .carousel-control { 
    z-index: 2; 
}
.carousel img{
  object-fit: cover;
  width: 100vw;
  max-height:400px;
}
.carousel-caption .container .row{
  display: flex;
  align-items: unset;
  justify-content: center;
}

.carousel-caption .container .row [class*="flex"]:last-of-type {
  display: inline-flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
}　
.carousel-caption .btn{margin-left:0;}


/*----- Panel -----*/
.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  font-size: 17.5px;
  font-weight: 500;      
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #4B7EBF;
  border-color: #4B7EBF;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel ul{margin:0 0 0 25px}
.panel .table{margin-bottom: 0px;}
.panel p{margin: 0 0 8px 0;}

.shadow-sm {box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;}
.shadow {box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
.shadow-lg {box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;}

/* button */
.btn {
  text-shadow:none;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.175);
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  transition:none;
  -webkit-transition:none;
  background-image:none;
  /*padding: 4px 12px;*/
}
.btn:hover, .btn:focus{
  transition:none;
}
.btn-primary {
  background: #4b7ebf;
  border-color: #6ea8f5;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3471bd;
  border-color: #3471bd;
}
.btn-primary:hover {
  color: #fff;
  background: #1a58a7;
  border-color: #1a58a7;
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
  background: #fff;
}
.btn-group>.btn+.dropdown-toggle{
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 18%);
  border-left:1px solid #7ba6dd;
}
.btn-group>.btn+.dropdown-toggle:focus{
  background-color: #5896e5;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #3870b7;
}
.navbar .btn, .navbar .btn-group{
  margin-top: 10px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a{
  background-color: #4B7EBF;
  background-image:none;
}
.rounded-pill {
  border-radius: 50rem!important;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
  margin-top: 2px;
}

/* label */
.label{
  text-shadow: none;
}
.label-info, .badge-info{
  background-color: #4b7ebf;
}

/* tab */
.nav-tabs {
  border-bottom: 2px solid #4b7ebf;
}
.nav-tabs>li>a{
  border: 2px solid transparent;
  margin-bottom: -1px;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
  border: 2px solid #4b7ebf;
  border-bottom-color: transparent;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus{
  margin-bottom: -1px;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
  border-color: #eee #eee #97afcd;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus{
  color: #212529;
}

/* return to top button*/
#page-top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  font-size: 1.25em;
  line-height: 1rem;
  background: #fff;
  color: #737373;
  padding: 15px;
  border: solid 1px;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
  cursor: pointer;
  opacity: 0.8;
  z-index:100;
}
#page-top:hover{
  background: #ccc;
}
#page-top .arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

/*----- Sign in -----*/
.login-logo img{max-width:100%;padding-bottom:20px;}
footer{color:#bbb;/background-color:#ccc;background-color:rgba(20, 20, 20, 0.8);padding:20px 0;border-top:1px solid #585858;margin:60px 0 0 0;}
footer a{color:#ddd;}
footer .corp-logo{max-width:100px;padding-right:10px;}

/*----- Footer -----*/
#copy {
  font-size: 80%;
}
.footer-links{
  margin: 5px 0 5px 0;
}
.footer-links li {
    display: inline-block;
    padding: 0 10px 0 0;
}
.footer-links a:hover, .footer-links a:focus{color:#fff;}
#pagetop{margin-bottom:10px;}

/*----- form -----*/
#cf_file-field .form-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}
#cf_file-field .form-element {
	margin-left: 180px;
}
#cf_file-field .contact-form-field:after {
	clear: both;
}
#cf_oneclick_radio-field ul.unstyled li, #bootstrap_checkboxmultiple-field ul.unstyled li{float:left;padding-right:2em;}
#cf_oneclick_radio-field .control-label, #bootstrap_checkboxmultiple-field .control-label{padding-top:0px;}
#cf_oneclick_radio-field input[type="radio"], #bootstrap_checkboxmultiple-field input[type="checkbox"]{margin:0;}
#cf_oneclick_radio-field .controls, #bootstrap_checkboxmultiple-field .controls{margin-left:10px;margin-top:0;float:left;}
#cf_oneclick_radio-field .field_value p,  #bootstrap_checkboxmultiple-field .field_value p{margin:0;}
.form-horizontal .control-label{width:260px;padding-top:0px;font-weight:bold;}
.form-horizontal .controls{margin-left:280px;}
.contact-form input[type='text'], .contact-form textarea{width:80%;}

form.Individual .control-label{width:100%;text-align:left;}
form.Individual .controls{margin-left:0px;text-align:left;}

/* TinyMCE */

#WYSIWYG{
  word-break: break-all;
}
#WYSIWYG h1, #WYSIWYG h2, #WYSIWYG h3, #WYSIWYG h4, #WYSIWYG h5, #WYSIWYG h6 {
    font-family:"ヒラギノ角ゴ Pro w3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック",Arial,sans-serif;
    clear: both;
}
#WYSIWYG{
	line-height:1.5;
}
#WYSIWYG h1, h1.list-page{
  padding: 1em 0;
  border-bottom: solid 2px #4b7ebf;
  font-weight:bold;
  margin-bottom:1em;
  clear:both;
  font-size: 1.5rem;
}
#WYSIWYG h2, h2.list-page{
  border-bottom: solid 1px #4b7ebf;
  font-size:120%;
  margin: 0px 0px 1em 0;
  padding:0.5em;
  font-weight:bold;
  clear:both;
}
#WYSIWYG h3{
  border-left: 3px solid #4b7ebf;
  border-top: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  font-size:110%;
  padding:10px 8px 10px 10px;
  font-weight:bold;
  margin: 1em 0 1em;
  clear:both;
}
#WYSIWYG h4 {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    font-size: 100%;
    margin: 0 0 10px;
    padding: 10px 5px 10px 5px;
    font-weight: bold;
    clear: both;
    background: #E6F2FC;
}

#WYSIWYG h5 {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 8px 2px 8px 2px;
    font-size: 100%;
    font-weight: bold;
    border-bottom: 1px dotted #cccccc;
    clear: both;
    background:none;
}

#WYSIWYG h6 {
    margin-bottom: .5em;
    margin-top: .5em;
    padding: 8px 2px 8px 2px;
    font-size: 100%;
    font-weight: bold;
    clear: both;
}
#WYSIWYG hr{
  margin-bottom: 2em;
  margin-top: 2em;
}
#WYSIWYG ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}
#WYSIWYG p {
  margin: 0 0 0.5em;
}

#WYSIWYG ul, #WYSIWYG ol {
  margin: 0px;
  padding-bottom: 0.5em;
}

#WYSIWYG ol{
  margin: 0;
  padding-left: 30px;
}
#WYSIWYG li{
  line-height:1.5;
}
#WYSIWYG #myTab li{
	padding: 0;
	margin-left:0px;
	background:none;
  list-style: none;
}

#WYSIWYG table,
#WYSIWYG table td,
#WYSIWYG table th {
    font-size: 100%;
}
#WYSIWYG table{
	border-collapse: collapse;
}
#WYSIWYG table th{
	padding: 6px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	word-break: break-all;
	white-space: nowrap;
}
#WYSIWYG table td{
	padding: 6px;
	word-break: break-all;
  background-color:inherit;
}
#WYSIWYG table[border*="0"]{
	border:none;
	display:inline-table;
}
#WYSIWYG table table[border*="0"]{
	border:none;
	display:inline-table;
}
#WYSIWYG table[border*="1"]{
	border: 1px solid #b9b9b9;
	display:inline-table;
}
#WYSIWYG .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#WYSIWYG a[rel*="lightbox"]{
	position:relative;
	vertical-align: text-top;
}
#WYSIWYG a[rel*="lightbox"] i{
	position:absolute;
	right:5px;
	background-color:#ccc;
}
#WYSIWYG #myTab{
	margin-top:2em;margin-bottom:1.5em;padding:0;margin-left:0;
}
#WYSIWYG table.event_table, #WYSIWYG table.event_table > tbody > tr > th, #WYSIWYG table.event_table > tbody > tr > td {
    border: 1px solid #ccc;
}
#WYSIWYG table > tbody > tr > td > table{width:auto !important;}
/* IE11 bug */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #WYSIWYG ul, #WYSIWYG ol{
    margin:0 0 10.5px 25px;
  }
}

/* Topへ戻る */
#topbutton {
	position: fixed;
	bottom: 18px;
	right: 18px;
	width: 7em;
	display: none;
	z-index:10000;
	background-color: #444;
	opacity: 0.75;
	border-radius: 5px;
	text-align: center;
	margin: 0px;
	padding: 3px;
	border:1px solid #ddd;
}
#topbutton a {
	color: white;
	text-decoration: none;
}
#topbutton a:hover {
	color: yellow;
	text-decoration: underline;
}

/* bugfix */
.smart-drop-menu{display:none;}

/* card */
.card {
    border-radius: 10px;
    position:relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}

.card .card-img-top {
    position: relative;
    margin-top: auto;
}
.card .card-img-top img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}
.card:hover img {
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    zoom: 1;
}
.card .card-body{
    flex-grow: 1;
}
.card .card-footer{
    border-radius: 0 0 10px 10px;
    padding: 0 30px 30px 30px;
    display: flex;
    flex-direction: column;
}
.card .list-group-item {
    border: none;
    margin:0;
}
.card .card-title {
    font-weight: 700;
    border: none;
    margin: 0;
    padding: 0.8em 0.5em 0 0.8em;
    font-size: 1.2em;
    line-height: 1.2;
}
.card .card-text {
    text-align: justify;
    min-height: 0%;
    line-height: 1.7;
    padding: 0.5em 0.8em 0.5em 0.8em;
    letter-spacing: inherit;
}

.card .card-text p{
    line-height: 1.4em;
}

.card .card-text .overflow-truncate {
    position: relative;
    max-height: calc(15 * 1.5 * 3 * 1px);
    font-size: 15px;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
}

.card .card-text .overflow-truncate::before, .card .card-text .overflow-truncate::after {
    position: absolute;
    background: #fff;
}

.card .card-text .overflow-truncate::before {
    content: '...';
    top: calc(15 * 1.5 * (3 - 1) * 1px);
    right: 0;
    width: 1em;
}

.card .card-text .overflow-truncate::after {
    content: '';
    width: 100%;
    height: 100%;
}

.card .download-card img {
    max-height: 200px;
}
.card .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.card .card-category {
    line-height: 1.5;
    border: none;
    margin: 0;
    padding: 0.5em 0.8em 0.3em 0.8em;
}
.card .badge{
    margin-right:0.1em;
}
.card-img-top video{
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: auto;
}
.flex-container {
    display: flex;
    margin-bottom: 1.5em;
    flex-wrap: wrap;
}
.flex-container [class*="span"]{
    margin-bottom: 30px;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.navbar-form .input-append input, .navbar-form .input-prepend input{
    height: auto;
}

/* badge */
.badge-secondary {
    color: #253c52;
    background-color: #dfe9ea;
}
.badge-primary {
    color: #fff;
    background-color: #4b7ebf;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    text-shadow:none;
}

/* Search */
header .form-search{margin-top: 6px;margin-left: 15px;}
header .form-search #hu_search_text{max-width: 9em;}

/* Toppage Background */

.frame-deco {
    background-image: url(../files/icon_frame1.png), url(../files/icon_frame2.png),url(../files/icon_frame1.png), url(../files/icon_frame2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 700px, 700px;
    background-position: top -160px right -100px, bottom -100px left -100px, top -100px left -200px,bottom -100px 
 right -300px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: -1;
    opacity: 0.4;
    background-color: rgba(169,210,232,0.9);
    margin-top:60px;
}
.page-header-deco {
    background-image: url(../files/icon_frame1.png), url(../files/icon_frame2.png), url(../files/icon_frame3.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 35vw, 35vw, 35vw;
    background-position: top -10vh left -5vw, top -5vw right -10vw, top 0vh right 40vw;
    margin-top: 60px;
    margin-bottom: 30px;
    z-index:0;
}
.page-header-deco-inner{
    border: none;
    padding-top: 1rem;
    padding-bottom: 4rem;
    margin: 0;
    background-color:rgba(169,210,232,0.8);
}

/* dataTables */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #5497bc;
    border: 1px solid #4d82bf;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F5F5F5;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #EBE8E8;
}
.table-striped>tbody>tr>.sorting_1, table.dataTable.order-column.stripe>tbody>tr>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(169,210,232, 0.3);
}
.dataTables_wrapper select{
  width:auto;
}
.select-filter select {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}
.breadcrumb{
  background:none;
  padding:0;
  font-size:80%;
}
.sp-display{
  display:none;
}
.question, .answer{
    text-indent:-2em;
    padding-left:2.5em !important;
    width: 40%;
}
.question::before,.answer::before{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    left: 1em;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    text-indent: 0em;
    margin-right:0.5em;
    vertical-align: top;
}
.question::before{
    border: 2px solid #75bbff;
    color: #75bbff;
    content: 'Q';
}
.answer::before{
    border: 2px solid #ff8d8d;
    color: #ff8d8d;
    content: 'A';
}
.answer p{
    display: inline-block;
    text-indent: 0;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
  margin-bottom:0;
  height:auto;
}

@media (min-width: 978px) {
    .carousel-caption{padding-top: 3em;}
}
@media (max-width: 979px) {
	.navbar .pull-left{float:none;}
	.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
		color: #DDD;
	}
	.nav-collapse .navbar-form, .nav-collapse .navbar-search{
		margin:10px 0 10px 0;
		padding:0 5px 0 0;
		border-top: none;
		border-bottom: none;
		box-shadow: none;
	}
	.navbar ul li{
		width:100%
	}
	.navbar .pull-right{
		float:none;
	}
	.navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
		border-top: medium none;
		border-bottom: medium none;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: fixed;
	}
	.smart-drop-menu{display:inline;}
	.pc-drop-menu{display:none;}
	.form-horizontal .control-label{float:none;width:auto;text-align:left;}
	.form-horizontal .controls{margin-left:0px;}
	.contact-form input[type='text'], .contact-form textarea{width:98%;}
	.carousel-caption{position:static;/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);*/}
  .footer-links li a{
    line-height: 2.5em;
  }
  .nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
      background-color: #94b6cb;
  }
  .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a{
    color:#fff;
  }
  .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
      color: #3a4145;
  }
  .nav-collapse .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
      background-color: #3870b7;
  }
  .navbar .nav {
      width: 100%;
  }
  .nav-collapse .dropdown-menu{
      margin:0;
  }
  .nav-collapse.in .btn-group{
      width: 100%;
  }
  input.span2, textarea.span2, .uneditable-input.span2{
      width: auto;
  }
  .nav-collapse, .nav-collapse.collapse {
      width: 100%;
  }
  .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
      width: auto;
  }
  .nav-collapse .open>.dropdown-menu {
      display: block;
      background: rgba(191,230,255,0.8);
      border-radius: 0 5px 5px 5px;
  }
  .dropdown-menu>li>a{
    /* Safari & Android Bug Fix */
    pointer-events:auto;
    white-space: normal;
    position: relative;
    z-index:1000;
  }
}
@media screen and (max-width: 974px){
  .table-inline-block tr{
    width:100%;
    padding: 8px 0;
    display: block;
  }
  .table-inline-block th, .table-inline-block td{
    display: inline-block;
    background-color:transparent;
    border:none;
  }
  .table-striped.table-inline-block tbody tr{
    border-top: 1px solid #ddd;
  }
  .table-striped.table-inline-block tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
  }
}
@media (max-width: 979px){
  .sp-only {
      display: block;
  }
  .navbar .nav>li>a{
    line-height: 1em;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		float: left;
	}
  .flex-container [class*="span"]{
      width: calc(50% - 30px);
  }
}
@media screen and (max-width: 768px) {
    .card.download-card .d-table-cell {
        display: inline-block!important;
        width: 100%;
    }

    .card.download-card .d-table-cell p {
        margin-bottom: 0;
    }

    .card.download-card {
        width: 100%;
    }
}
@media (max-width: 767px) {
	[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
		float: left;
	}
	.navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search{
		border:none;
		border-top-color:transparent;
		border-bottom-color:transparent;
	}
	.nav-collapse .navbar-form, .nav-collapse .navbar-search{
		margin:10px 0 10px 0;
		padding:0;
	}
	.navbar-form .input-append, .navbar-form .input-prepend{
		margin-top:0;
	}
	.navbar-fixed-bottom .container {
		width: auto !important;
	}
  .nav-tabs>li {
    margin-bottom: -1.5px;
  }
  .carousel .arrow{
    display:none;
  }
  .carousel img{
    object-fit: cover;
  }
  .carousel-caption .container .row {
     justify-content: flex-start;
     align-items: flex-start;
     flex-direction: column;
     height: 100%;
  }
  .carousel-caption .container .row [class*="flex"]:last-of-type {
    margin-top: auto;
     align-items:flex-start;
    justify-content:flex-end;
  }
  .container{
    margin-right: 1em;
    margin-left: 1em;
  }
  .carousel{
    /* CLS対策 後でJSで書き換える*/
    min-height:290px;
  }
  .carousel img{
    /* CLS対策 後でJSで書き換える*/
    min-height:200px;
  }
  #copy{
    margin-right:50px;
  }
  .flex-container{display:block;margin-bottom: auto;}
  .flex-container [class*="span"]{margin-bottom:1em;}
  .card .card-img-top img{min-height:unset;max-height:unset;}
  #WYSIWYG [class*="span"] img{
      width: 100%;
  }
  #WYSIWYG [class*="span"]:not(:first-child) {
      margin-top: 1em;
      margin-bottom: 1em;
  }
  .dataTable{ box-sizing: border-box;}
  .dataTable th{width:auto !important;white-space:normal;}
  #myTable2 td:not(:first-child){
    border-top: none;
  }
}
@media (max-width:640px){
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
    text-align: left;
  }
  table.dataTable th, table.dataTable td {
      box-sizing: inherit;
  }
  .table th, .table td{
    display: block;
  }
  .table th{
    width:100% !important;
  }
  .sp-none{
    display:none !important;
  }
  .sp-display{
    display: inline;
    font-weight: bold;
    padding-right: 0.5em;
  }
  #myTable td{
    border-top:none;
  }
  .question, .answer{
      width: auto;
  }
}
@media (max-width:599px){
  .nav-tabs>li{
    font-size:3vw;
  }
  .nav-tabs>li {
    margin-bottom: -1px;
  }
}
@media (max-width: 480px) {
	.nav-collapse .navbar-form, .nav-collapse .navbar-search{
		margin:10px 0;
	}
	.navbar-fixed-bottom{
		position:static;
	}
}

/* bootstrap print */
@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
  .breadcrumb > li,.page-header .breadcrumb a,.page-header h1{
    color:#000000;
  }
}

/* MT用 */
.well{margin-top:6em;}
.post_input input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: auto;
    margin-bottom: 0.5em;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.msg {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.msg-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.msg-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.form_table label{text-align:left;margin-right: 1em;}
/* //MT用 */

/* col */
.pt-1{padding-top: .25rem !important;}
.pl-1{padding-left: .25rem !important;}
.pb-1{padding-bottom: .25rem !important;}
.pr-1{padding-right: .25rem !important;}
.pt-2{padding-top: .5rem !important;}
.pl-2{padding-left: .5rem !important;}
.pb-2{padding-bottom: .5rem !important;}
.pr-2{padding-right: .5rem !important;}
.pt-3{padding-top: 1rem !important;}
.pl-3{padding-left: 1rem !important;}
.pb-3{padding-bottom: 1rem !important;}
.pr-3{padding-right: 1rem !important;}
.pt-4{padding-top: 1.5rem !important;}
.pl-4{padding-left: 1.5rem !important;}
.pb-4{padding-bottom: 1.5rem !important;}
.pr-4{padding-right: 1.5rem !important;}
.pt-5{padding-top: 3rem !important;}
.pl-5{padding-left: 3rem !important;}
.pb-5{padding-bottom: 3rem !important;}
.pr-5{padding-right: 3rem !important;}
.mt-1{margin-top: .25rem !important;}
.ml-1{margin-left: .25rem !important;}
.mb-1{margin-bottom: .25rem !important;}
.mr-1{margin-right: .25rem !important;}
.mt-2{margin-top: .5rem !important;}
.ml-2{margin-left: .5rem !important;}
.mb-2{margin-bottom: .5rem !important;}
.mr-2{margin-right: .5rem !important;}
.mt-3{margin-top: 1rem !important;}
.ml-3{margin-left: 1rem !important;}
.mb-3{margin-bottom: 1rem !important;}
.mr-3{margin-right: 1rem !important;}
.mt-4{margin-top: 1.5rem !important;}
.ml-4{margin-left: 1.5rem !important;}
.mb-4{margin-bottom: 1.5rem !important;}
.mr-4{margin-right: 1.5rem !important;}
.mt-5{margin-top: 3rem !important;}
.ml-5{margin-left: 3rem !important;}
.mb-5{margin-bottom: 3rem !important;}
.mr-5{margin-right: 3rem !important;}
#WYSIWYG .table{margin-bottom: 0;}
#WYSIWYG .table th[class^="col-"], #WYSIWYG .table td[class^="col-"]{border:none;}
#WYSIWYG .row {
  margin-right: 0px;
  margin-left: 0px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
position: relative;
padding-right: 0px;
padding-left: 0px;
}
.col-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-sm {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.pull-sm-0 {
right: auto;
}
.pull-sm-1 {
right: 8.333333%;
}
.pull-sm-2 {
right: 16.666667%;
}
.pull-sm-3 {
right: 25%;
}
.pull-sm-4 {
right: 33.333333%;
}
.pull-sm-5 {
right: 41.666667%;
}
.pull-sm-6 {
right: 50%;
}
.pull-sm-7 {
right: 58.333333%;
}
.pull-sm-8 {
right: 66.666667%;
}
.pull-sm-9 {
right: 75%;
}
.pull-sm-10 {
right: 83.333333%;
}
.pull-sm-11 {
right: 91.666667%;
}
.pull-sm-12 {
right: 100%;
}
.push-sm-0 {
left: auto;
}
.push-sm-1 {
left: 8.333333%;
}
.push-sm-2 {
left: 16.666667%;
}
.push-sm-3 {
left: 25%;
}
.push-sm-4 {
left: 33.333333%;
}
.push-sm-5 {
left: 41.666667%;
}
.push-sm-6 {
left: 50%;
}
.push-sm-7 {
left: 58.333333%;
}
.push-sm-8 {
left: 66.666667%;
}
.push-sm-9 {
left: 75%;
}
.push-sm-10 {
left: 83.333333%;
}
.push-sm-11 {
left: 91.666667%;
}
.push-sm-12 {
left: 100%;
}
.offset-sm-0 {
margin-left: 0%;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
.col-md {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.pull-md-0 {
right: auto;
}
.pull-md-1 {
right: 8.333333%;
}
.pull-md-2 {
right: 16.666667%;
}
.pull-md-3 {
right: 25%;
}
.pull-md-4 {
right: 33.333333%;
}
.pull-md-5 {
right: 41.666667%;
}
.pull-md-6 {
right: 50%;
}
.pull-md-7 {
right: 58.333333%;
}
.pull-md-8 {
right: 66.666667%;
}
.pull-md-9 {
right: 75%;
}
.pull-md-10 {
right: 83.333333%;
}
.pull-md-11 {
right: 91.666667%;
}
.pull-md-12 {
right: 100%;
}
.push-md-0 {
left: auto;
}
.push-md-1 {
left: 8.333333%;
}
.push-md-2 {
left: 16.666667%;
}
.push-md-3 {
left: 25%;
}
.push-md-4 {
left: 33.333333%;
}
.push-md-5 {
left: 41.666667%;
}
.push-md-6 {
left: 50%;
}
.push-md-7 {
left: 58.333333%;
}
.push-md-8 {
left: 66.666667%;
}
.push-md-9 {
left: 75%;
}
.push-md-10 {
left: 83.333333%;
}
.push-md-11 {
left: 91.666667%;
}
.push-md-12 {
left: 100%;
}
.offset-md-0 {
margin-left: 0%;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
.col-lg {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.pull-lg-0 {
right: auto;
}
.pull-lg-1 {
right: 8.333333%;
}
.pull-lg-2 {
right: 16.666667%;
}
.pull-lg-3 {
right: 25%;
}
.pull-lg-4 {
right: 33.333333%;
}
.pull-lg-5 {
right: 41.666667%;
}
.pull-lg-6 {
right: 50%;
}
.pull-lg-7 {
right: 58.333333%;
}
.pull-lg-8 {
right: 66.666667%;
}
.pull-lg-9 {
right: 75%;
}
.pull-lg-10 {
right: 83.333333%;
}
.pull-lg-11 {
right: 91.666667%;
}
.pull-lg-12 {
right: 100%;
}
.push-lg-0 {
left: auto;
}
.push-lg-1 {
left: 8.333333%;
}
.push-lg-2 {
left: 16.666667%;
}
.push-lg-3 {
left: 25%;
}
.push-lg-4 {
left: 33.333333%;
}
.push-lg-5 {
left: 41.666667%;
}
.push-lg-6 {
left: 50%;
}
.push-lg-7 {
left: 58.333333%;
}
.push-lg-8 {
left: 66.666667%;
}
.push-lg-9 {
left: 75%;
}
.push-lg-10 {
left: 83.333333%;
}
.push-lg-11 {
left: 91.666667%;
}
.push-lg-12 {
left: 100%;
}
.offset-lg-0 {
margin-left: 0%;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
.col-xl {
-webkit-flex-basis: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.pull-xl-0 {
right: auto;
}
.pull-xl-1 {
right: 8.333333%;
}
.pull-xl-2 {
right: 16.666667%;
}
.pull-xl-3 {
right: 25%;
}
.pull-xl-4 {
right: 33.333333%;
}
.pull-xl-5 {
right: 41.666667%;
}
.pull-xl-6 {
right: 50%;
}
.pull-xl-7 {
right: 58.333333%;
}
.pull-xl-8 {
right: 66.666667%;
}
.pull-xl-9 {
right: 75%;
}
.pull-xl-10 {
right: 83.333333%;
}
.pull-xl-11 {
right: 91.666667%;
}
.pull-xl-12 {
right: 100%;
}
.push-xl-0 {
left: auto;
}
.push-xl-1 {
left: 8.333333%;
}
.push-xl-2 {
left: 16.666667%;
}
.push-xl-3 {
left: 25%;
}
.push-xl-4 {
left: 33.333333%;
}
.push-xl-5 {
left: 41.666667%;
}
.push-xl-6 {
left: 50%;
}
.push-xl-7 {
left: 58.333333%;
}
.push-xl-8 {
left: 66.666667%;
}
.push-xl-9 {
left: 75%;
}
.push-xl-10 {
left: 83.333333%;
}
.push-xl-11 {
left: 91.666667%;
}
.push-xl-12 {
left: 100%;
}
.offset-xl-0 {
margin-left: 0%;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
@media (max-width: 640px){
  .table th[class^="col-"], .table td[class^="col-"] {
    max-width: 100%;
  }
  .table td[class^="col-"] img{
    width:100%;
    max-width: 100%;
  }
  .table td[class*="mt-"],
  .table td[class*="mr-"],
  .table td[class*="ml-"],
  .table td[class*="mb-"],
  .table td[class*="pt-"],
  .table td[class*="pr-"],
  .table td[class*="pl-"],
  .table td[class*="pb-"]{
    margin: 0 !important;
    padding: 6px !important;
  }
}

/*FAQ Table*/
#faq_table td:nth-child(1){background-color: rgba(75,126,191,0.1);}
/*更新履歴 Table*/
#log_table td:first-child{white-space: nowrap;}

/*for bootstrap5*/
.collapse{
  height: auto;
}
.nav-menu{
  display: block;
}
@media (max-width: 979px) {
  .nav-menu{
    display: none;
  }
  .nav-collapse .btn-group {
    display: block;
  }
  .dropdown-menu.show {
    display: block;
  }
  .nav-collapse .dropdown-menu.show li{
    background: rgba(191, 230, 255, 0.8);
    border-radius: 0 5px 5px 5px;
  }
  .nav-collapse, .nav-collapse.collapse {
    height: auto;
  }
  .navbar .pull-right{
    width: 100%;
  }
}