

/*================================================
 *  共通
 ================================================*/

.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 1140px;
}
.intro-header {
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	text-align: center;
}
.img-responsive {
	display:block;
	max-width:100%;
	height:auto
}

.center-block {
	display:block;margin-right:auto;margin-left:auto
}

a.overwhite:hover img {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

#fixEntry {
    width: 135px;
    height: 98px;
    position: fixed;
    right: 0;
    top: 70%;
}

/*================================================
 *  animation
 ================================================*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*================================================
 *  フェードイン
 ================================================*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*================================================
 *  content-section
 ================================================*/
 
 .content-section-a {
	padding: 0 0;
	background-color: #fff;
}

 .content-section-b {
	padding: 25px 0 17px 0;
	background-color: #dae7f2;
}
.content-section-b .container-fluid h2 {
	color:#0058a6;
	letter-spacing:4px;
	font-weight: bold;
	font-size:22px;
}

@media screen and (max-width:767px) {
	.content-section-b .container-fluid h2 {
	font-size:24px;
		letter-spacing: 1px;
}

}

/*================================================
 *  toplogo
 ================================================*/
#toplogo {
	height: 50px;
	border-bottom: 0px solid #0058a6;
}
ul.foo {
  padding:0;
  font-size:0px;
	margin-top: 22px;
}

ul.foo li {
  display: inline-block;
	text-align: center;
  font-size:15px;
	line-height: 2.0;
	padding-right:15px;
	color: #999999;
}

ul.foo li a {
  display: block;
color: #666666;
	letter-spacing: 1px;
}
ul.foo li .english {
	background-color:#ff680d;
	width:95px;
	color:#FFF;
	padding: 1px 0px 2px 0px;
	text-align: center;
}
ul.foo li.eng a:hover {
	text-decoration:none;
}
ul.foo li .english:hover {
	background-color:#ffbb4d;
}

@media screen and (min-width:767px) {
	ul.foo {
		float:right;
}
	
}
@media screen and (max-width:767px) {
	#toplogo {
	height: 90px;
}
	ul.foo {
	margin-top: 10px;
}
	ul.foo li {
  display: inline-block;
	text-align: center;
  font-size:12px;
	line-height: 2.0;
	padding-right:10px;
}
	ul.foo li.eng {
  width:25px;
}
ul.foo li .english {
	width:44px;
	padding: 0px 3px 1px 3px;
}

}

/*================================================
 *  top 
 ================================================*/

#top {
	padding: 0;
}
.wrap {
overflow: hidden;
}

#top .intro-header .container-fluid {
margin-right: auto;
margin-left: auto;
max-width:1140px;
	padding: 0;
}
#top .row .intro-message img {
	width: 100%;
}
#top .intro-message h1 {
	display: none;
}

@media print, screen and (min-width: 767px) {
#top {
    background: url('../images/bg2.png') 0 0 no-repeat;
	 background-size:cover;
	padding: 0;
}
}
@media screen and (max-width:767px) {
header {
		box-sizing:border-box;
		width:100%;
}	
header img {
		width:100%;	
}


}


/*================================================
 *  nav 
 ================================================*/
nav.navbar {
	padding: 0;
}
#navbar .navbar-nav .nav-item a.nav-link {
	color: #ffffff;
	padding: 25px 39px;
	background-color: #6ca6d9;
	letter-spacing: 0px;
	font-size:14px
	font-weight:bold;
}
#navbar .navbar-nav .nav-item a.nav-link:hover {
	background-color: #0058a6;
}
#navbar .navbar-nav .active a.nav-link {
	background-color: #0058a6;
}
nav.navbar .dropdown-menu {
	text-align: center;
	width:100%;
	background-color:#ffffff;
	border: none;
	border-radius: 0;
	font-size:14px;
	font-weight:bold;
	padding: 0;
	margin-top: 0;
}

nav.navbar .dropdown-menu a {
		padding-top:14px;
	padding-bottom:14px;
	border-bottom: 1px solid #dae7f2;
}
nav.navbar .dropdown-menu span {
	background-color:#85abcc ;
	color: #ffffff;
}
nav.navbar .dropdown-menu a.dropsen {
	border-top: 1px solid #85abcc;
}
nav.navbar .dropdown-menu a:hover {
	background-color: #6ca6d9;
}
@media (min-width: 767px) and (max-width: 1030px) {
.dropdown:hover .dropdown-menu {
    display: block;
}
#navbar .navbar-nav .nav-item a.nav-link {
	padding: 25px 25px;
	font-size: 14px;
}
nav.navbar .dropdown-menu {
	box-shadow: 0px 1px 3px #CCCCCC;
}
}
@media print, screen and (min-width: 1030px) {
.dropdown:hover .dropdown-menu {
    display: block;
}
nav.navbar .dropdown-menu {
	box-shadow: 0px 1px 3px #CCCCCC;
}
}
@media print, screen and (max-width: 767px) {
nav.navbar {
	background-color: #6ca6d9;
	padding: 5px;
}
nav.navbar .dropdown-menu a {
	padding: 8px 0 8px 50px;
	text-align: left;
	background-color: #ffffff;
}
nav.navbar .dropdown-menu span {
	padding: 4px 0 4px 50px;
	text-align: left;
}
#navbar .navbar-nav .active a.nav-link {
	background-color: #6ca6d9;
	}
#navbar .navbar-nav .nav-item a.nav-link {
	background-color: #e6ca6d9;
	padding: 10px 0 10px 30px;
	color: #ffffff;
	letter-spacing: 1px;
		font-size: 13px;
	border-bottom: solid 1px #b0cde7 ;
}
#navbar .navbar-nav .nav-item a.sennashi {
	border-bottom: none ;
}

.navbar-nav {
                height: auto;
                max-height: 480px;
                overflow-x: hidden;
}
}

/*================================================
 *  breadcrumb2
 ================================================*/
.breadcrumb2 {
  padding-left:0;
  margin-left:0;
  margin-bottom:20px;
  margin-top:25px;
}

.breadcrumb2 li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb2 li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb2 li:last-child:after{
  content: '';
}

.breadcrumb2 li a {
    text-decoration: none;
}

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

@media print, screen and (max-width: 767px) {
.breadcrumb2 {
	font-size: 13px;
}
}

/*================================================
 *  news 
 ================================================*/
#news {
	padding: 20px 0 20px 0;
}
#news h2 {
	text-align: center;
	font-size: 24px; 
	line-height: 1.4;
}
#news h2 small {
	color: #0058a6;
	font-size: 12px;
}
#news .news {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	border-left: 2px solid #0058a6;
	padding: 0px 10px 0px 15px;
	margin: 0 0 10px 0px;
}

#news .news2 {
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
	border-left: 2px solid #a63200;
	padding: 0px 10px 0px 15px;
	margin: 0 0 10px 0px;
}
#news .news3 {
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
	border-left: 2px solid #0058a6;
	padding: 0px 10px 0px 15px;
	margin: 0 0 0px 0px;

}
#news .newsday {
	font-size: 13px;
	width: 100px;
	float: left;
	vertical-align: bottom;
}

@media print, screen and (min-width: 767px) {
#news h2 {
	float: right;
	margin-right:20px;
	margin-top: 30px;
}
}

/*================================================
 *  jyosei
 ================================================*/
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
#jyosei {
	background-color: #fcf2fd;
	padding: 50px 0;
}
#jyosei2 {
	background-color: #FFFFFF;
	padding: 50px 0;
}
#jyosei .shirowaku {
	background-color: #FFFFFF;
	padding: 0;
	height: 520px;
	font-size:16px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#jyosei .shirowaku2 {
	background-color: #FFFFFF;
	padding: 0;
	height: 450px;
	font-size:16px;
	text-align: justify;
	text-justify: inter-ideograph;	
}
#jyosei .shirowaku3 {
	background-color: #FFFFFF;
	padding: 0;
	height: 100%;
	font-size:16px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#jyosei .shirowaku4 {
	background-color: #FFFFFF;
	padding: 0;
	height: 100%;
	font-size:16px;
	text-align: center;
	text-justify: inter-ideograph;
}
}
#jyosei2 .shirowaku {
	background-color: #FFFFFF;
	padding: 0;
	height: 520px;
	font-size:16px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#jyosei2 .shirowaku2 {
	background-color: #FFFFFF;
	padding: 0;
	height: 450px;
	font-size:16px;
	text-align: justify;
	text-justify: inter-ideograph;	
}
#jyosei2 .shirowaku3 {
	background-color: #FFFFFF;
	padding: 0;
	height: 100%;
	font-size:16px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#jyosei .shirowaku4 {
	background-color: #FFFFFF;
	padding: 0;
	height: 100%;
	font-size:16px;
	text-align: center;
	text-justify: inter-ideograph;
}

.sqf {
	font-size: 16px;
	color: #ec0683;
	font-weight:bold;
}

.sqa {
	font-size: 16px;
	color: #00F;
	font-weight:bold;
}

.sqf2 {
	font-size: 20px;
	color: #ec0683;

	padding: 15px 0px;
}

.sqa2 {
	font-size: 18px;
	line-height: 1.7;
	color: #000000;
	text-justify: inter-ideograph;
	padding: 0px 0px 0px 0px;
}


#jyosei .shirouchiwaku {
	padding: 15px 15px 15px 15px;
}

#jyosei .shirouchiwaku2 {
	padding: 15px 50px 15px 50px;
  line-height: 1.7;
}
#jyosei .shirouchiwaku3 {
	padding: 15px 50px 15px 50px;
  line-height: 1.5;
}
#jyosei2 .shirouchiwaku {
	padding: 15px 15px 15px 15px;
}

#jyosei2 .shirouchiwaku2 {
	padding: 15px 50px 15px 50px;
  line-height: 1.7;
}
#jyosei2 .shirouchiwaku3 {
	padding: 15px 50px 15px 50px;
  line-height: 1.5;
}
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size:13px;
    color: #625244;/*文字色*/
    background: #FFF;
    border: solid 1px #ec0683;/*線*/
    border-radius: 8px;/*角の丸み*/
}

.box2 p {
    margin: 0; 
    padding: 0;
}
.box3 {
    padding: 1em 3em;
    margin: 2em 0;
    font-size:18px;
    line-height: 1.7;
    color: #625244;/*文字色*/
    background: #FFF;
    border: solid 1px #ec0683;/*線*/
    border-radius: 8px;/*角の丸み*/
}

.box3 p {
    margin: 0; 
    padding: 0;
}


.boxinfo {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size:16px;
    color: #625244;/*文字色*/
    background: #FFF;
    border: solid 1px #ec0683;/*線*/
    border-radius: 8px;/*角の丸み*/
}

.box2 p {
    margin: 0; 
    padding: 0;
}

.katan {
position: absolute; bottom:15px;
}
#jyosei p {
	padding: 20px 0px 0px 0px;
	line-height: 1.8;
}
#jyosei h2 {
	text-align: center;
	color: #0058a6;
	font-size: 24px; 
	line-height: 1.6;
	padding: 0px 0px 20px 0px;
}
#jyosei h2 small {
	color: #0058a6;
	font-size: 12px;
}
.blockin-smalleffect h3 {
	color:#ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size:18px;
  letter-spacing:1px;
  text-align:center;
}
.blockin-smalleffect h3 small {
	  font-size: 13px;
}
.blockin-smalleffect h4 {
  position: absolute;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:13px 40px;
  font-size:16px;
  letter-spacing:1px;
  text-align:center;
  border:2px solid #ffffff;
}
  .blockin-smalleffect h4 a {
	  color:#ffffff;
}

.blockin-smalleffect{
    overflow: hidden;
	position: relative;/*相対配置*/
}

.blockin-smalleffect {
    position: relative;
}


/* ボタン1 */
#jyosei .shirowaku .btnwaku1 {
	text-align: center;
	padding-top: 10px;
}
.btn-animation-01 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #0058a6;
  border: 2px solid #0058a6;
  font-size: 12px;
  color: #0058a6;
  text-decoration: none;
  padding: 10px 24px;
  position: relative;
}

.btn-animation-01 span {
  position: relative;
  z-index: 1;
}

.btn-animation-01::before,
.btn-animation-01::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-01::before {
  left: 0;
}
.btn-animation-01::after {
  right: 0;
}

.btn-animation-01:hover:before,
.btn-animation-01:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation-01:hover {
  color: #FFF;
			text-decoration: none;
}


/* ボタン2 */
#jyosei .shirowaku .btnwaku2 {
	text-align: center;
	padding-top: 20px;
}
.btn-animation-02 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #ff680d;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  position: relative;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #ff680d;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #ff680d;
}

.btn-animation-02:hover {
  color: #ff680d;
		text-decoration: none;
}


@media print, screen and (max-width: 767px) {

}

/*================================================
 *  contents
 ================================================*/
#contents {
	padding: 30px 0 60px 0;
	font-size:16px;
	line-height:1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}
.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 2px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}
.cbox2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size:18px;
    color: #FFF;/*文字色*/
	letter-spacing:2px;
    background: #ec0683;
    border: solid 0px #ec0683;/*線*/
    border-radius: 6px;/*角の丸み*/
}

.cbox2 p {
    margin: 0; 
    padding: 0;
}

.cbox3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size:18px;
    color: #FFF;/*文字色*/
	letter-spacing:2px;
    background: #00cdcd;
    border: solid 0px #ec0683;/*線*/
    border-radius: 6px;/*角の丸み*/
}

.cbox3 p {
    margin: 0; 
    padding: 0;
}

.cbox4 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size:18px;
    color: #FFF;/*文字色*/
	letter-spacing:2px;
    background: #cd0000;
    border: solid 0px #ec0683;/*線*/
    border-radius: 6px;/*角の丸み*/
}

.cbox4 p {
    margin: 0; 
    padding: 0;
}
.cbox5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size:18px;
    color: #FFF;/*文字色*/
	letter-spacing:2px;
    background: #ff8101;
    border: solid 0px #ec0683;/*線*/
    border-radius: 6px;/*角の丸み*/
}

.cbox5 p {
    margin: 0; 
    padding: 0;
}
.cbox6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size:18px;
    color: #FFF;/*文字色*/
	letter-spacing:2px;
    background: #00ce67;
    border: solid 0px #ec0683;/*線*/
    border-radius: 6px;/*角の丸み*/
}

.cbox6 p {
    margin: 0; 
    padding: 0;
}
.cbox7 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-size:18px;
    color: #FFF;/*文字色*/
	letter-spacing:2px;
    background: #0067ce;
    border: solid 0px #ec0683;/*線*/
    border-radius: 6px;/*角の丸み*/
}

.cbox7 p {
    margin: 0; 
    padding: 0;
}


#contents h3 {
	color:#4d8abf;
	border-left: solid 5px #4d8abf;
	padding:4px 0 4px 15px;
	margin-top:40px 100px 0px 20px;
	margin-bottom: 10px;
	font-size:22px;
	font-weight:bold;
	letter-spacing:2px;
}
#contents h4 {
	background-color:#e5eef6 ;
	padding: 12px 0 10px 16px;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0;
}
#contents h4 a {
	color:#ffffff;
}
#contents h4 a:hover {
	color:#f1f2e1;
}
#contents h4 a:hover {
	text-decoration:none;
}
#contents .rightlist ul {
  padding-left:0;
  margin-left:-20px;
  margin-bottom:15px;
  font-size:16px;
}
#contents .rightlist ul li{
	list-style-type:none;
  border-bottom: dotted 1px #0058a6;
  padding:16px 0 16px 20px;
	margin-left: 20px;
	letter-spacing: 2px;
}
#contents .rightlist ul li:before {
	content: '» '; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left: -20px;
	color: #ff680d;
}
#contents .rightlist ul li a {
    text-decoration: none;
	color:#333333;
}
#contents .rightlist ul li a:hover {
    text-decoration: none;
}
#contents .rightlist ul li:hover {
	background-color:#f1f2e1;
}

@media print, screen and (min-width: 767px) {
#contents .rightlist {
	padding-left:40px;
}
}


@media print, screen and (max-width: 767px) {
#contents .rightlist {
	border-top: 1px solid #CCC;
}
#contents .leftwaku {
	padding-bottom:40px; 
}
.content-section-b h2 {
	font-size:24px;
}
#contents h4 {
	margin-top: 60px;
}
}



/*================================================
 *  sitemap
 ================================================*/
#sitemap {
	padding: 20px 0 20px 0;
	background-color:#f6f7e6;
	font-size: 13px;
}
#sitemap h4 {
	margin-bottom: 15px;
	font-size: 13px;
}
#sitemap h4 a {
	color:#ff680d;
}
#sitemap ul li {
	list-style: none;
	margin-left: -40px;
	padding-bottom: 5px;
	font-size: 13px;
}
#sitemap ul li a {
	color: #5a5a5a;
}

@media print, screen and (max-width: 767px) {
	#sitemap ul li {
		font-size: 12px;
}
}

/*================================================
 *  address
 ================================================*/
#address {
	padding: 25px 0 25px 0;
	background-color: #dae7f2;
}
#address ul {
  padding:0;
  font-size:0px;
}

#address ul li {
  font-size:12px;
	line-height: 1.7;
	padding-right:40px;
	list-style-type: none;
}

@media print, screen and (min-width: 767px) {
#address ul {
	margin-left:230px;
}
#address p {
	float: right;
}
#address ul li {
  display: inline-block;
}
}

/*================================================
 *  contents
 ================================================*/
#contents {
	padding: 30px 0 60px 0;
}
#contents h3 {
	color:#4d8abf;
	border-left: solid 5px #4d8abf;
	padding:4px 0 4px 15px;
	margin-top:40px;
	margin-bottom: 10px;
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
}
#contents h4 {
	background-color:#0058a6 ;
	padding: 12px 0 10px 16px;
	font-size: 18px;
	letter-spacing: 4px;
	margin-top: 20px;
	margin-bottom: 0;
}
#contents h4 a {
	color:#ffffff;
}
#contents h4 a:hover {
	color:#f1f2e1;
}
#contents h4 a:hover {
	text-decoration:none;
}
#contents .rightlist ul {
  padding-left:0;
  margin-left:-20px;
  margin-bottom:15px;
  font-size:16px;
}
#contents .rightlist ul li{
	list-style-type:none;
  border-bottom: dotted 1px #0058a6;
  padding:16px 0 16px 20px;
	margin-left: 20px;
	letter-spacing: 2px;
}
#contents .rightlist ul li:before {
	content: '» '; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left: -20px;
	color: #ff680d;
}
#contents .rightlist ul li a {
    text-decoration: none;
	color:#333333;
}
#contents .rightlist ul li a:hover {
    text-decoration: none;
}
#contents .rightlist ul li:hover {
	background-color:#f1f2e1;
}

@media print, screen and (min-width: 767px) {
#contents .rightlist {
	padding-left:40px;
}
}


@media print, screen and (max-width: 767px) {
#contents .rightlist {
	border-top: 1px solid #CCC;
}
#contents .leftwaku {
	padding-bottom:40px; 
}
.content-section-b h2 {
	font-size:24px;
}
#contents h4 {
	margin-top: 60px;
}
}


/*================================================
 *  footer
 ================================================*/
 
footer {
	padding: 2em 0;
	 background-color: #0058a6;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	color:#FFFFFF;
	clear:both;
}
.copyright {
	color:#FFFFFF;
	font-size: 13px;
	font-weight: normal;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
img.pconly {
	display:none;
}	
.pconly {
	display:none;
}
}

/*================================================
 *  スマートフォン以外向けデザイン
 ================================================*/
@media print, screen and (min-width: 767px) {
img.mbonly {
	display:none;
}
.mbonly {
	display:none;
}
	
}