@charset "UTF-8";

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:25px;
	line-height:1.6;
	color:#224574;
}

/*　a　*/

.text-white {
	color: #fff !important;
}
.bg-blue a {
	color:#FFF !important;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 300;
	border-radius: 70px;
	border:1px solid #056691;
	width: 70px;
	height: 70px;
	background-color:#056691;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding:4px 0 0;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
	font-size:0.5em;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
a.link {
	text-decoration: underline !important;
}
a.link a:hover {
	text-decoration: underline !important;
}

/*　layout　*/

.bg-blue {
  background-color: #224574 !important;
}
.container {
	max-width:960px !important;
}
.container-fluid {
	padding:0 !important;
}
.w960 {
	width:960px;
	margin:0 auto;
}
.w320 {
	min-width:320px;
}
footer {
	background-color:#224574;
}
footer.ioneairmistpro {
	background-color:#c5f8ff !important;
}
.sidebar {
	position: -webkit-sticky; /* Safari対応 */
	position: sticky;
	top: 50px;
}
.navbar {
	padding:0 !important;
}
.navbar-brand a {
	color:#FFF !important;
}
.navbar-nav .nav-link {
    color:#FFF !important;
}
.navbar-nav .nav-link {
    color:#FFF !important;
	text-decoration-line: none!important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-link:hover {
	color:#fff !important;
	font-weight:bold !important; text-decoration-line: none!important;
}
#navbarNav4 .navbar-nav .nav-link:hover {
	color:#fff !important;
	font-weight:bold !important;
}
.navbar-nav .nav-link:hover {
	color:#fff !important;
	font-weight:bold !important;
}
.under_key .card-img-overlay {
	padding: 0;
	top: calc(50% - 1.25rem);
	text-align: center;
	font-weight: bold;
}
.widthauto {
	width: auto;
	margin:0 auto;
}
.widthauto02 {
	width: auto;
}
.box01 {
	border:2px solid #224575;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px rgba(34,69,116,1);
	padding:30px 60px 30px 30px;
	background-image: url("/common/images/box01_back.png");
	background-repeat: no-repeat;
	background-position: center right;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color:#333;
	background-color:#011260;
}
iframe {
    vertical-align: bottom;
}
.mfp_element_submit {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em 7em;
	font-weight: bold;
	background-color: #056691!important;
	color:#FFF;
}
.mfp_element_submit::before,
.mfp_element_submit::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.mfp_element_submit,
.mfp_element_submit::before,
.mfp_element_submit::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.mfp_element_submit:hover {
	background-color: #0000FF!important;
	color: #FFF;
	text-decoration: none !important;
}
#canvas-container {
    padding-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
canvas {
    width:100%;
    height:200px;
    vertical-align: top;
}
.brand {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fadeInUp {
	opacity : 0;
	transform: translateY(100px);
	transition: 2s;
}

/*　h1　*/

h1 {
	margin:0 !important;
}
.under_key h1 {
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
	text-shadow: 1px 2px 5px #048533;
}

/*　h2　*/

h2.h201 {
	font-size:1.24em;
	font-weight:bold;
}
h2.h202 {
	font-size:1.24em;
	font-weight:bold;
	text-align: center;
	background-color:#224574;
	color:#FFF;
	max-width:250px;
	border-radius: 10px 10px 0 0;
	margin:0 !important;
}

/*　h3　*/

h3.h301 {
	font-size:1.24em;
	font-weight:bold;
	background-image:url("/common/images/icon_note.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 37px 37px;
	min-height:37px;
	padding:0 0 0 50px;
}
h3.h302 {
	color:#224574;
	font-weight:bold;
}

/*　h4　*/

h4.h401 {
	font-size:1em;
	font-weight:bold;
	background-color:#F2F2F2;
	margin:0 !important;
}

/*　装飾　*/

p {
	margin-bottom:0 !important;
}
.dan {
	padding-left:1em;
	text-indent:-1em;
}
.dan02 {
	padding-left:2em;
	text-indent:-1em;
}
.dan03 {
	padding-left:3em;
	text-indent:-1em;
}
.f15em {
	font-size:0.6em;
}
.f16em {
	font-size:0.64em;
}
.f20em {
	font-size:0.8em;
}
.f35em {
	font-size:1.4em;
}
.pink {
	color:#f0599f;
}
.red {
	color:#FF0205;
}
.blue {
	background-color: #20437c;
}
.top a {
	color:#fff;
}

ul {
    list-style: none;
	margin:0 0 0 1em !important;
	padding:0 !important;
}
ol {
	margin:0 0 0 1.5em !important;
	padding:0 !important;
}
ul li {
	margin:0 !important;
	padding:0 !important;
}
ol li {
	margin:0 !important;
	padding:0 !important;
}
ol.decimal {
	margin:0 !important;
	padding:0 !important;
	list-style-type: decimal !important;
	margin-left: 1.5em !important;
}
ul.side_ul li:before {
    content: "■ ";
    color: #2bb7b3;
}
ul.side_ul li ul li:before {
    content: "＞ ";
    color: #2bb7b3;
}
ol.kakko {
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
	margin-left: 2em !important;
}
ol.kakko li {
	counter-increment: cnt;
}
ol.kakko li:before {
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left:-2em !important;
	width: 2em !important;
}
.kakko table td {
	margin:0 !important;
	padding:.5rem !important;
}

@media (max-width: 959px) {
	.w960 {
		width:100%;
		padding:0 15px;
	}
}

@media (max-width: 575px) {
	body {
		font-size:14px !important;
		padding-top: 50px;
	}
	.w960 {
		width:100%;
		padding:0 15px;
	}
	#pageTop a {
		font-size:1em;
	}
	.f15em {
		font-size:1.1em;
	}
	.f16em {
		font-size:1.2em;
	}
	.f20em {
		font-size:1.3em;
	}
	.f35em {
		font-size:1.4em;
	}
	.container {
		padding:0 15px !important;
	}
    .res-table {
        width:100%;
    }
    .res-table th {
        display:block;
    }
    .res-table td {
        display:block;
    }
	.under_key .card-img-overlay {
		padding: 0;
		top: calc(50% - 0.75rem);
		text-align: center;
		font-weight: bold;
	}
	h2.h201,h2.h203,h2.h204,h2.h205,h2.h206,h2.h207,h2.h208 {
		font-size:1.3em;
	}
	h3.h301,h3.h302 {
		font-size:1.1em;
	}
	h3.h301 {
		padding:0 0 0 25px;
		background-size: 18px 18px;
		min-height:18px;
		background-position: top left;
	}
	#canvas-container {
	    height:100px;
	}
	canvas {
		height: 150px;
	}
	.container-fluid {
		padding-top: 40px;
	}
	.container_innner {
    	padding-top: 40px;
    	margin-top: -40px;
	}
	.anchor {
    	display: block;
    	padding-top: 40px;
    	margin-top: -40px;
	}
}
@media (max-width: 767px) {
	.container {
		padding:0 15px !important;
	}
}
.bold01{
	color:#DE683C !important;
}
.bg-dark {
	background-color: #224574 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #FFF !important;
}
.wrapper {
	min-width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}