@charset "utf-8";
/* CSS Document */



/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

nav ul li{
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/******リセットここまで*******/

#wrap{
	text-align:center;
	max-width:1080px;
	margin:0 auto;
}

#header_con{
	text-align:left;
	max-width:1080px;
	margin:0 auto;
}

.spsp{
	height:85px;
	text-align:center;
	padding-top:30px;
}

@media (max-width: 768px){
	.spsp{
	text-align:center;
	display:none;
}
	
}

#inner_wrap{
	margin:0 auto;
}

#meinimg{
	width: 100%;
	max-width:1080px;
	object-fit: cover;
}
#meinimg img{
	width: 100% !important;
}

#glo_navi{
	margin:0 auto;
	max-width:1080px;
	font-size:12px;
}


@media (max-width: 768px) {
  #pcbtn_bar {
    display:none;
  }
}

.glo_btn{
	background:#1d2088;
	text-align:center;
	color:#fff;
	padding:15px 10px;
	letter-spacing:0.2em;
	border-bottom:1px solid #132466;
	
}

.cnt_1{
	margin:0 auto;
}

.alpha a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#footers_j{
	width:100%;
	background:#1d2088;
	color:#fff;
	text-align:center;
	margin:30px 0px 0px 0px;
	padding:20px;
}

#footin_con{
	max-width:1080px;
	margin:0 auto;
}
	
#foot_smap li{
	list-style:none;
	letter-spacing:0.2em;
	line-height:1.5em;
	font-size:14px;
	text-align:left;
	padding-bottom:20px;
}
#copylight{
	margin:10px 0px;
	font-size:10px;
	letter-spacing:0.2em;
	
}

.smbtn{
	height:30px;
}

#smbtn_bar{
	display:none;
}

@media (max-width: 768px) {
  #smbtn_bar {
    display:block;
  }
}

#acMenu dd{
	display:none;
}

/******下層ページ********/




#bodycon{
	padding:20px;
	text-align:left;
}

#bodycon h2{
	font-size:1.9em;
	color:#1d2088;
	letter-spacing:0.2em;
	font-weight:bold;
}

.btext{
	padding:20px;
}

.btext dt{
	font-size:1.6em;
	letter-spacing:0.2em;
	padding-bottom:10px;
}

.btext dd{
	letter-spacing:0.2em;
}

.list_fj{
	padding:15px;
}

.list_fj dt{
	font-size:1.3em;
	font-weight:600;
	color:#3d84c5;
}

.inqinry_box{
	padding:20px;
	border:1px solid #3D3D3D;
	font-size:1.3em;
	margin-top:30px;
	text-align:center;
}

.inqinry_box h3{
	font-size:18px;
	margin-bottom:20px;
}

.inqinry_box h4{
	padding:10px;
	font-size:1.2em;
	color:#fff;
	background:#3d84c5;
	border-radius:10px;
	max-width:650px;
	margin:0 auto;
}
	


/************************/

a:link  {
  color: #fff;
}
a:visited
 {
  color: #fff;
}

a:active {
  color: #fff;
}

a:hover {
  color: #fff;
}

.fs-16{
	font-size: 1.5rem !important;
	font-weight: 600;
}