/* Reseting
---------------------------------------------------------- */


/* common settings reset */

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,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style-type: none;
}

ul li {
    list-style-type: none;
}

img {
    vertical-align: bottom;
}

a:link img {
    text-decoration: none;
    border: none 0px;
}

a:visited img {
    text-decoration: none;
    border: none 0px;
}

.none_adjust {
    -webkit-text-size-adjust: 100%;
}

a:link img {
    text-decoration: none;
    border: none 0px;
}

a:visited img {
    text-decoration: none;
    border: none 0px;
}


/* start mobile css settings
-------------------------------------------------------------------------------------------------------------------- */

body {
  min-width: 1200px;
  font-size: 15px;
  line-height: 170%;
  color: #000000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

hr {
    display: block;
    border: 0;
    width: 100%;
    height: 1px;
    background: url(../img/bg_dot.png) no-repeat top center;
}

h2 {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  background: #f4f8fd;
  border-bottom: solid 2px #4d98ff;
  padding: 10px;
}

h3 {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  padding: 10px;
}


/* Layout
---------------------------------------------------------- */

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    text-align: center;
}

/* header
---------------------------------------------------------- */


/*header*/

#headerWrap {
    width: 100%;
    background: url(../img/bg_menu01.png) center bottom repeat-x;
    padding-bottom: 2px;
}

#headerTop {
  position: relative;
}

#headerTop .header-top-logo {
  position: absolute;
  top: 0px;
  left: 15%;
  z-index: 1;
}

#headerTop .header-top-tel {
  position: absolute;
  top: 0px;
  right: 15%;
  z-index: 1;
}

#headerBottom {
    width: 1000px;
    margin: 0 auto;
}


/* gNavi
---------------------------------------------------------- */

/*gNavi*/

#gNavi {
    width: 1000px;
    margin: 0 auto;
}

#gNaviMain {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

#gNaviMainSp {
  display: none;
}

.sp_menu_toggle{
  display: none;
}

#header-top-sp-tel {
  display: none;
}

#gNaviSub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gNavi li a:hover {
  opacity: 1.0;
  border-bottom: 5px solid #4d98ff;
}

#headerLogo {
    float: left;
}

#gNaviBottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 20px 0 10px;
}

/* main
---------------------------------------------------------- */
#main {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

/* footer
---------------------------------------------------------- */

#footerWrap {
    width: 100%;
    background: #dce1e8;
}

#footerTop {
  width: 100%;
  padding: 30px;
}

#footerWrap #footerTop nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

#footerWrap #footerTop nav ul li+ li {
  border-left: 1px solid #818489;
}

#footerWrap #footerTop nav ul li a {
  color: #818489;
  font-size: 15px;
  padding: 0 30px;
}

#footerBottom {
    color: #fff;
    background: #4d98ff;
    font-size: 15px;
    text-align: center;
}

/* copy */
#copyIn {
  padding: 10px 0;
}


/* pageTop
---------------------------------------------------------- */

#scrollUp {
    bottom: 50px;
    right: 15px;
    height: 40px;
    /* Height of image */
    width: 40px;
    /* Width of image */
    background: url(../img/page_top.png) no-repeat;
    background-size: 100%;
}
