﻿/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
html,
body {
  font-size: 62.5%;
  text-spacing-trim: space-all;
  line-height: 1;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: url(../img/back.gif) repeat-x;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}

/*start************************************************************************/
#centering {
  width: 750px;
  border-width: 0px 1px 0px 1px;
  border-style: solid;
  border-color: #333333;
  margin: 0px auto;
  text-align: center;
}
#wrapper {
  text-align: left;
}
/*link color**************************/
a {
  color: #333333;
  text-decoration: underline;
}
a:visited {
  color: #666666;
}
a:hover {
  color: #256895;
}
#header-side li a,
#footer li a {
  color: #aa637e;
}
#footer li a {
  text-decoration: none;
}
#header-side li a:visited,
#footer li a:visited {
  color: #854e5c;
}
#header-side li a:hover,
#footer li a:hover {
  color: #95055e;
}
/*headder****************************************************************************/
#header {
  width: 750px;
  height: 130px;
  background-color: #ffffff;
}
#logo-area {
  padding: 0px 0px 0px 17px;
}
#logo {
  float: left;
  margin-top: 9px;
}
#header-side {
  width: 253px;
  float: right;
  font-size: 10px;
  line-height: 25px;
}
#header-side ul {
  margin: 5px 0px 0px 5px;
}
#header-side li {
  float: left;
  padding: 0px 0px 0px 25px;
}
#header-side img {
  float: right;
  margin: 5px 2px 0px 10px;
}

#logo-area .summary {
  clear: both;
  width: 738px;
  margin: 0px 0px 0px -5px;
  font-size: 10px;
  line-height: 18px;
}
/*gloval-navi************/
#gloval-navi {
  width: 750px;
  height: 45px;
}
#gloval-navi li {
  float: left;
  display: inline;
}

/*contents-area****************************************************************************/
#contents {
  background-color: #ffffff;
}
.main {
  width: 490px;
  float: left;
  padding-left: 15px;
}
.sub {
  background-color: #ffffff;
  width: 215px;
  float: right;
  padding-right: 15px;
  text-align: center;
}
.sub #quality {
  margin-top: 10px;
}
/*information**************/
.sub .info {
  margin: 10px 0px 0px 8px;
  width: 200px;
  height: 230px;
  background: url(../img/bg-info.gif) no-repeat;
}
.sub .info img {
  padding: 185px 25px 10px 25px;
}
.info .info-text .waku {
  text-align: left;
  width: 150px;
  margin: 0px 0px 0px 30px;
}
/* sub-menu ************/
#sub-menu {
  text-align: left;
  background-color: #daebf9;
  padding: 5px 5px;
  margin-bottom: 5px;
}
#sub-menu li {
  background: url(../img/icon.gif) no-repeat;
  padding-left: 17px;
  margin: 3px 0px;
  line-height: 14px;
}
#sub-menu li a {
  color: #000000;
}
#sub-menu li a:visited {
  color: #666666;
}
#sub-menu li a:hover {
  color: #256895;
}
/*banner***************/
#banner-area img {
  margin-top: 10px;
}

/*footer*************************************************************************/
#footer {
  clear: both;
  width: 750px;
  font-size: 10px;
  text-align: center;
  padding-top: 20px;
  color: #aa637e;
  line-height: 13px;
}
#footer li {
  display: inline;
}
#footer #address {
  color: #333333;
  padding-top: 10px;
}
#footer #address table {
  width: 650px;
  margin: 0px 50px;
}
#footer #address td {
  padding: 1px 2px;
  text-align: center;
}
/*page top*****************************************/
.pagetop {
  text-align: right;
  clear: both;
  padding-top: 10px;
}
.pagetop a {
  background: url(../img/icon-top.gif) no-repeat 0px 1px;
  padding-left: 17px;
}

.index_box {
  width: 980px;
  background: #fff;
  padding: 40px;
  display: inline-block;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
}

.index_box p {
  line-height: 2;
  font-size: clamp(1.4rem, 1rem + 2vw, 1.8rem);
  font-weight: 400;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

@media only screen and (min-width: 699px) {
  .tab {
    display: none;
  }
}

@media only screen and (min-width: 599px) {
  .smp {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .tab {
    display: none;
  }

  .smp {
    display: none;
  }
}

@media only screen and (min-width: 321px) {
  .smp_s {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .index_box {
    width: 90%;
    box-sizing: border-box;
    padding: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  html,
  body {
    font-size: 62.5%;
    text-spacing-trim: space-all;
  }

  .index_box p {
    line-height: 1.5;
  }
  .txt12 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 600px) {
  .logo_img {
    width: 160px;
    margin-bottom: 20px;
  }
}
