@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
font-family: sans-serif, 'Noto Serif JP', serif;
}

body {
width:100%;
color:#000;
}
.wrapper {
overflow:hidden;
}
header {
position:fixed;
width:100%;
top:0;
background:#FFF;
z-index:999999;
}
footer {
font-size:.9em;
}

#contents {
clear: both;
padding-top:123px;
}
@media screen and (max-width: 1024px) {
#contents {
padding-top:87px;
}
}
.formInput05 { width: 5em; max-width: 100%; box-sizing: border-box; display: inline-block; margin:0px 3px;}
.formInput10 { width: 10em; max-width: 100%; box-sizing: border-box; display: inline-block; margin:0px 3px;}
.formInput15 { width: 15em; max-width: 100%; box-sizing: border-box; display: inline-block; margin:0px 3px;}
.formInput20 { width: 20em; max-width: 100%; box-sizing: border-box; display: inline-block; margin:0px 3px;}
.formInput25 { width: 25em; max-width: 100%; box-sizing: border-box; display: inline-block; margin:0px 3px;}
.formInput30 { width: 30em; max-width: 100%; box-sizing: border-box; display: inline-block; margin:0px 3px;}
.formInput40 { width: 40em; max-width: 100%; box-sizing: border-box; display: inline-block; margin:0px 3px;}

/* other
--------------------------- */
@media screen and (min-width: 579px) {
	.br-sp { display:none; }
}

@media screen and (max-width: 579px) {
	.br-sp2 { display:none; }
}

a:focus, *:focus, a:hover {
	outline:none;
	text-decoration: none;
}

.bg_gray {
	padding:6%;
	background:#f0f0f0;
}

.bg_grays {
	background:#f0f0f0;
}

.bg_gray2 {
	padding:6%;
	background:#c7c7c7;
}

.bn_hover a:hover {
	opacity:0.6;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　common　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.maincontainer {
max-width:1100px !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.maincontainer2 {
max-width:1200px !important;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 770px) {
.maincontainer {
max-width:1100px !important;
  position: relative;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
background:none;
}
}
.rl15-container {
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.rl80-container {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}

.kanri-container {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  margin-right: 0;
  margin-left: 0;
}

p.lead {
margin:.5em 0 0.5em 1em;
font-size:1em;
}
p.lead2 {
margin:1.2em 0.9em 1.6em 1.2em;
font-size:1em;
}
p.lead3 {
margin:1em;
font-size:1em;
line-height:1.7em;
}
p.lead4 {
margin:.6em;
font-size:1em;
line-height:1.5em;
}
p.comment {
	margin:0;
	font-size:1em;
	line-height:1.7em;
}
p.comment2 {
	margin:.5em 1em;
	font-size:1em;
	line-height:1.7em;
}
p.comment3 {
	margin:0 .7em;
	font-size:1em;
	line-height:1.7em;
}
span.red {
	color: #c00;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ナビゲーション　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.header_area {
 display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
max-width:1200px;
margin-right:auto;
margin-left:auto;
}

.header_area >:first-child {
margin-right: auto;
}
.logo img{
max-width:420px;
margin:3%;
}
.contact_area {
margin:0;
padding:0;
}

@media screen and (max-width: 1024px) {
.logo img{
max-width:340px;
}
}
.btn-square-so-pop {
  position: relative;
width:125px;
text-align:center;
  display: inline-block;
  padding: 0.25em 0;
margin-right:5px;
  text-decoration: none;
  color: #FFF;
  border-radius: 8px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.bn_red {
background:#ff0000;
}
.bn_blue {
background:#1d2088;
}

.bn_red:hover {
  background: #f93a5a;
  color:#FFF;
}

.bn_blue:hover {
  background: #0368f9;
  color:#FFF;
}

.toggleMenu {
display:table;
  height: 100%;
  padding:1.2em;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #000;/*MENU の文字の色*/
  font-weight: bold;
  right: 0;
left:auto;
background:#eee;
  border-left: 1px solid #f2f2f2;
}
.toggleMenu span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.toggleMenu span, .toggleMenu span::after, .toggleMenu span::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 30px;
  background: #25283D;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.toggleMenu span {
  /* this is the menu central line */
  margin: 12px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.toggleMenu span::before, .toggleMenu span::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.toggleMenu span::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.toggleMenu span::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
.toggleMenu {
    display: none;
  }
}
.toggleMenu.active span{
  /* transform menu icon into a 'X' icon */
  background: rgba(255, 255, 255, 0);
}
.toggleMenu.active span::before {
  /* rotate top line */
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggleMenu.active span::after {
  /* rotate bottom line */
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}


.nav-inner {
max-width:100%;
margin-right:auto;
margin-left:auto;
background:#0077d7;
border-bottom:solid 3px #f37121;/*#b7c162*/
}

.d_nav {
max-width:1200px;
margin-right:auto;
margin-left:auto;
margin-bottom:0;/*余計なマージンをとる*/
    list-style: none;

}
.d_nav:before,
.d_nav:after {
    content: " "; 
    display: table; 
}
.d_nav:after {
    clear: both;
}
.d_nav ul {
    list-style: none;
    width: 14em;/*階層の長さ*/
}
.d_nav a {
    padding:10px;
    text-decoration: none;
    outline: none;
color:#fff;
}
.d_nav a:visited {
	text-decoration: none;
}

.d_nav a:hover {
    background:#00a0e9;
}

.d_nav li {
    position: relative;
	padding:0;/*navとnavの間*/
width:12.5%;
text-align:center;
}
.d_nav li+li:before {/*navとnavの間の | の線 */
position:absolute;
display:block;
content:"";
top:50%;
height:14px;
margin-top:-7px;
border-right:1px solid #FFF;
}
.d_nav > li {
    float: left;
}
.d_nav > li > .parent {
    background-repeat: no-repeat;
    background-position: right;
}
.d_nav > li > a {/*navのtitle*/
    display: block;
    font-size: 0.75rem;
padding: 10px;
}
.d_nav li  ul {
    position: absolute;
    left: -9999px;
}
.d_nav > li.hover > ul {
    left: 0;
}
.d_nav li li a {
    display: block;
    background:#eee;
    position: relative;
    z-index:100;
    border-top: 1px solid #000;
    font-size: 0.9rem;
}

@media screen and (min-width: 1024px) {
.sp_nav{
	display:none;
	}
}

@media screen and (max-width: 1024px) {
.d_nav {
margin-top:0;
border-top:1px solid #000;
    }
    .d_nav li ul {
padding-top:0;
}
.d_nav li {
    position: relative;
	padding:0;
text-align:left;
    }
.d_nav li {
width:100%;
}
.d_nav li+li:before {
display:none;}

    .active {
        display: block;
    }
    .d_nav > li {
/*スマホメニューだけで色を設定したい場合はここにbackground:#;*/
        float: none;
    border-top: 1px solid #000;
    }
    .d_nav > li > .parent {
        background-position: 95% 50%;
    }
    .d_nav li li .parent {
/*        background-image: url("../css/downArrow.png");*/
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .d_nav ul {
        display: block;
        width: 100%;
    z-index: -1;
    }
   .d_nav > li.hover > ul , .d_nav li li.hover ul {
        position: static;
    z-index: 1;
    }
}

@media only screen and (min-width: 1024px) {
.nav-inner ul:target {
    display: table-cell;
  }
}

/*-------------------------------------------------- */
p.linksaki {
	margin-top:10px;
}
p.linksaki a {
padding:7px;
background:#00a0e9;
color:#FFF;
font-size:12px;
font-weight: bold;

}
.linksaki a:hover {
background:#05147D;
color:#FFF;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　footer navi　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.f_nav {
	max-width:100%;
    list-style: none;
margin-top:20px;
padding:0;
}
.f_nav:before,
.f_nav:after {
    content: " "; 
    display: table; 
}
.f_nav:after {
    clear: both;
}

.f_nav ul {
margin-top:5px;
}

.f_nav li a {
    padding: 0 6px;
 text-decoration:underline;
    z-index: 2;
color:#000;
font-size:0.9em;
}
.f_nav li a:visited {
	text-decoration: none;
}

.f_nav li a:hover {
    padding: 0 6px;
    color:#5d4239/*a84209*/;
}

.f_nav li {
    position: relative;
display:inline-block;
}
.f_nav li ul >li {
position: absolute;
  width: 190px;
  top: 25px;

}
.f_nav li ul >li a{
float:none;
display:block;
font-size:0.8em;
}
.fa-rotate-90 {
  /* 〜 prefix部分省略 〜 */  transform: rotate(90deg);
margin-left:0.5em;
}
.copyright {
text-align:right;
font-size:0.8em;
}

@media screen and (max-width: 768px) {
.f_nav {
	display:none;
}
.footer_naka, .copyright {
text-align:center;
}
}

:not(.square_nashi){
list-style-type: none;
}

/*------------------- 見出し ------------------------- */
.title_1 {
	padding: 0.5em 0.75em;/*上下 左右の余白*/
	color: #000;/*文字色*/
	/*  background: transparent;背景透明に*/
	background:#eee;
	border-left: solid 7px #00a0e9;/*左線*/
	font-size:1.2em;
}
.title_2 {
	padding: 0.25em 0.75em;
	color: #000;
	border-top:solid 3px #00a0e9;
	border-bottom:solid 3px #00a0e9;
	font-size:0.8rem;
}

.title_4 {
	padding: 0.5em 0 0.5em 1.25em;
	background:#00a0e9;
	color:#FFF;
	font-size:1.2em;
}
.title_10 {
	position: relative;
	padding:.8rem;
	font-size:1.4em;
	text-align:center;
}
.title_10:before {
	position: absolute;
	bottom: -5px;
	/*left:50%;
	left: calc(50% - 30px);*/
	left:0;
	right:0;
	margin:auto;
	width: 100px;
	height: 5px;
	content: '';
	background:#00a0e9;
	border-radius: 2px;
}

/*-------------------  ------------------------- */
.btn_common {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #051A6A;	/*★★★強めの濃-C75614*/
	border-radius: 5px;
	text-decoration: none;
	background-color: #0077d7;	/*★★★普通-FF530D*/
	background: -moz-linear-gradient(top, #0066FF 0%, #0066FF 100%);	/*★★★普通-FF530D*/
	background: -webkit-linear-gradient(top, #0066FF 0%,#0066FF 100%);
	background: linear-gradient(to bottom, #0066FF 0%,#0066FF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066FF', endColorstr='#0066FF',GradientType=0 );
	font-weight:bold;
	font-size:1.1em;
	color:#FFF;
}

.btn_common:hover{
	background: #0077d7;	/*★★★普通-FF530D*/
	background: -moz-linear-gradient(top, #0066FF 0%, #0E2EA7 100%);	/*★★★普通-FF530D★★★濃-E82C0C*/
	background: -webkit-linear-gradient(top, #0066FF 0%,#0E2EA7 100%);
	background: linear-gradient(to bottom, #0066FF 0%,#0E2EA7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066FF', endColorstr='#0E2EA7',GradientType=0 );
	color: #FFF;
}

.btn-iro {
	color: #fff;
	background-color: #0077d7;
	border-color: #051A6A;
	margin-bottom:3em;
}
.btn-iro:hover {
	opacity:0.6;
	/*background: #962537;*/
}

