@charset "UTF-8";

/* ブラウザ設定リセット ######################################## */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del,ins {
	text-decoration:none;
}
li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:1px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
.clr {
	clear:both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
img {
	vertical-align:bottom;
	border:none;
}

/* ######################################## */

.searchsubmit,
.sp_br,
.sp_menu,
.sp_menu_btn,
.sp_view {
	display:none;
}

/* body ######################################## */

body {
	margin:0px;
	padding:0 0 0 0;
	color:#000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased;
	min-width: 1200px;
}

/* ############################################## */

.header {
    width: 125px;
    margin: 0 auto;
    position: absolute;
	top: 30px;
	left: 30px;
}
.header figure {
	margin:0 0 3px 0;
}
.header h1,
.header p {
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}

/* ############################################## */

.main_menu_wrap {
	width: 100%;
	background: #fff;
	padding: 30px 0;
}
.main_menu {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.main_menu li {
	font-size: 16px;
    line-height: 1;
    display: inline-block;
    margin-right :25px;
    position: relative;
    letter-spacing: 0;
	vertical-align: bottom;
	letter-spacing: 1px;
}
.main_menu li a:link,
.main_menu li a:visited,
.main_menu li a:active {
	padding: 28px 44px 7px 0;
	background-image: url(../pc_img/common/maun_menu_border.png),url(../pc_img/common/main_menu_off.png);
	background-position: right bottom, top center;
	background-repeat: no-repeat;
    color: #4C5C82;
    text-decoration: none;
    display: inline-block;
	transition: .3s;
}
.main_menu li a:hover {
	padding: 28px 44px 7px 0;
	background-image: url(../pc_img/common/maun_menu_border.png),url(../pc_img/common/main_menu_on.png);
	background-position: right bottom, top center;
	background-repeat: no-repeat;
    color: #4C5C82;
    text-decoration: none;
    display: inline-block;
	transition: .3s;
}
.active {
    padding: 28px 44px 7px 0;
	background-image: url(../pc_img/common/maun_menu_border.png),url(../pc_img/common/main_menu_on.png);
	background-position: right bottom, top center;
	background-repeat: no-repeat;
    color: #4C5C82;
    text-decoration: none;
    display: inline-block;
    position: relative;
}





/*20/06/30 追加 ↓*/
.box{
    padding:1em 1em;
    margin:0 0 70px;
    border:solid 1px #808AA6;
    display:flex;
    flex-directon:column;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;

}
.box_txt1{
    text-align: center;
    color:#808AA6;
    font-size:14px;

}
.box_title{
    text-align: center;
    color:#00164D;
    font-weight: bold;
    font-size:1.5em;
    margin:10px 0 20px;
}

.box_txt2{
    text-align: left;
    font-size:12px;
    color:#808AA6;
    margin:15px 0 20px;
}
.box_btn{
    padding:25px 0 10px;
    }
.box_btn img{
    width:370px;
    margin-bottom:10px;
}
/*20/06/30 追加 ↑*/



/*.active:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: calc(100% - 44px);
  height: 2px;
  background: #808AA6;
  opacity: 1;
}
.main_menu li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: calc(100% - 44px);
  height: 2px;
  background: #808AA6;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.main_menu li a:hover::after {
  bottom: -5px;
  opacity: 1;
  visibility: visible;
}*/

.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 9998;
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
    -webkit-animation: slidein 0.3s linear 0.1s;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color:#4C5C82;
}

/*20/07/22 追加 ↓*/
.title-br{
    display:none;
}


/*20/07/22 追加 ↑*/


}

@-webkit-keyframes slidein {
	0%{
		opacity:1;
        margin-top: -30px;
	}
	100% {
		opacity:1;
        margin-top: 0px;
	}
}

/* ############################################## */

#scrollUp {
    bottom:40px;
    right: 40px;
	width:70px;
	height:72px;
	background:url(../pc_img/common/pagetop.png) no-repeat;
	text-indent:-9876px;
}

/* ############################################## */

.footer_wrap {
	width: 100%;
	background: #00164D;
	padding: 30px 0;
}
.footer {
	width: 1200px;
	margin: 0 auto;
}
.footer dt {
	margin-bottom: 7px;
}
.footer dd {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	margin-bottom: 15px;
}
.footer_txt_01 {
	font-size: 10px;
	line-height: 18px;
	color: #fff;
	margin-bottom: 0px;
}
.footer_txt_02 {
	font-size: 10px;
	line-height: 1;
	color: #fff;
	margin-bottom: 0px;
}
.footer div {
	text-align: right;
}
.footer div dl {
	display: inline-block;
	margin: 0 25px;
	vertical-align: top;
}
.footer div dt,
.footer div dd {
	margin-bottom: 15px;
	text-align: left;
}
.footer div dt a:link,
.footer div dt a:visited,
.footer div dt a:hover,
.footer div dt a:active {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}
.footer div dd a:link,
.footer div dd a:visited,
.footer div dd a:hover,
.footer div dd a:active {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
}

/* ############################################## */

.copyright {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background: #1243b0;
}
.copyright p {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 3px;
    font-family: 'Fjalla One', sans-serif;
    color: #fff;
}

/* ############################################## */

.topic_pass {
    width: 1200px;
    margin: 20px auto 90px auto;
}
.topic_pass li {
    display: inline;
    font-size: 12px;
    line-height: 1;
	color: #808AA6;
}
.topic_pass li:after {
    content: ">";
    margin: 0 15px;
}
.topic_pass li:last-child:after {
    content: "" !important;
    margin: 0 15px;
}
.topic_pass li a:link,
.topic_pass li a:visited,
.topic_pass li a:hover,
.topic_pass li a:active {
    color: #808AA6;
    text-decoration: underline;
}

/* ############################################## */

/* ローディングの背景部分のCSS */
.loader{
  background:#fff;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:50;
}

/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background:#00164D;
  -webkit-animation:load1 1s infinite ease-in-out;
  animation:load1 1s infinite ease-in-out;
  width:1em;
  height:4em;
}
.loader-animation {
  height:10px;
  left:50%;
  margin:-5px 0 0 -5px;
  position:absolute;
  top:50%;
  width:10px;
  color:#00164D;
  text-indent:-9999em;
  font-size:10px;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-animation-delay:-0.16s;
  animation-delay:-0.16s;
}
.loader-animation:before,
.loader-animation:after {
  position:absolute;
  top:0;
  content:'';
}
.loader-animation:before {
  left:-1.5em;
  -webkit-animation-delay:-0.32s;
  animation-delay:-0.32s;
}
.loader-animation:after {
  left:1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}

.column__inner{
max-width: 1000px;
margin:0 auto;
padding-bottom: 50px;
}