@charset "UTF-8";
/* CSS Document */
/*-----------
base
-----------*/
* {
  margin: 0;
  padding: 0;
  border: none;
}
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, small {
  display: block;
}
img {
  vertical-align: top;
}
ul {
  list-style: none;
}
a {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clearfix:after { /*モダンブラウザ*/
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.clearfix { /*IE7,Mac IE5*/
  display: inline-block;
}
/*IE6以前*/
/*Hides from Ie-mac¥*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/*End hide from IE-mac*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .9px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
body a {
  text-decoration: none;
}
@media screen and (min-width: 641px) {
/*-----------
main
-----------*/
#main {
  width: 100%;
  height: 520px;
  background: #d4d4d4;
}
#main h1 {
  background: url("../img/main.jpg") center center no-repeat;
  height: 520px;
  width: 1000px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 auto;
  background-size: cover;
}
/*-----------
lead
-----------*/
#lead {
  width: 100%;
  background: #c8ebf9;
  padding: 45px 0;
}
#lead p {
  color: #0e254b;
  text-align: center;
  font-size: 24px;
  line-height: 54px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
}
#lead p:last-child {
  padding-top: 25px;
}
/*-----------
hr
-----------*/
hr.dot {
  background: url("../img/border.png") center center no-repeat;
  width: 460px;
  height: 44px;
  border: 0;
  margin: 0 auto;
  padding: 0;
}
hr.border01 {
  width: 100%;
  border-top: 1px solid #d1cd9b;
  padding: 0;
  margin: 100px 0;
}
hr.border_none {
  width: 100%;
  padding: 0;
  margin: 100px 0;
}
p.border02 {
  height: 1px;
  position: relative;
  margin: 80px 0;
}
p.border02::before {
  content: "";
  background-image: linear-gradient(to right, #a39c4c, #a39c4c 3px, transparent 3px, transparent 8px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*-----------
contents
-----------*/
.contents {
  width: 100%;
  margin: 90px auto;
}
.contents730 {
  width: 730px;
  margin: 0 auto;
}
h2 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 38px;
  line-height: 56px;
  color: #1a4186;
  text-align: center;
  font-weight: 600;
}
.contents p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 32px;
}
p.text_center {
  font-size: 20px;
  text-align: center;
  padding: 30px 0 40px;
}
.contents ul.list_re {
  overflow: hidden;
  padding: 10px 0;
}
.contents ul.list_re li {
  float: left;
  padding: 0 20px 0 18px;
  color: #244b83;
  font-size: 24px;
  background: url("../img/list_re.png") no-repeat left 10px;
  background-size: 15px auto;
  line-height: 1.4em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.contents ul.list_re li:last-child {
  padding: 0 0 0 18px;
}
.contents ul.list_re li span {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.contents h3 {
  color: #3d5c88;
  font-size: 24px;
  line-height: 1.4em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  padding: 70px 0 10px;
}
.contents h3 span {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.contents img#img_wind {
  padding: 50px 0 0;
}
#merit{
width: 630px;
background: #e7f4f9;
border-radius: 10px;
text-align: left;
margin: 80px auto 0;
padding: 40px 50px 0;
}
#merit p#merit_title{
padding-bottom: 15px;
text-align: center;
}
#merit p#merit_title img{
width: 511px;
}
#merit img.merit_img{
width: 292px;
}
#merit p.merit_text{
font-size: 18px;
line-height: 32px;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
padding: 10px 0 50px;
text-align: left;

}
#merit p#merit_annotation{
font-size: 13px;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
text-align: left;
margin-top: -40px;
padding-bottom: 30px;
}

.product {
  width: 840px;
  margin: 0 auto;
}
.product h4 {
  font-size: 22px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-weight: bold;
  height: 40px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.product h4#h4_ogr {
  background: #a39c4c;
}
.product h4#h4_xgr {
  background: #0075b5;
}
.product h4#h4_lgr {
  background: #4eb7ec;
}
.product h5 {
  padding: 0 0 0 15px;
  font-size: 18px;
  font-weight: 600;
  display: inline;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.product h5::before {
  content: ' ';
  width: 5px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: -6px;
}
.product h5.h5_ogr {
  color: #a39c4c;
}
.product h5.h5_ogr::before {
  background: #a39c4c;
}
.product h5.h5_xgr {
  color: #0075b5;
}
.product h5.h5_xgr::before {
  background: #0075b5;
}
.product h5.h5_lgr {
  color: #4eb7ec;
}
.product h5.h5_lgr::before {
  background: #4eb7ec;
}
.product h5 span.type {
  font-size: 13px;
  margin: 0 0 0 6px;
  padding: 3px 4px 2px;
}
.product h5.h5_ogr span.type {
  border: 1px solid #a39c4c;
}
.product h5.h5_xgr span.type {
  border: 1px solid #0075b5;
}
.product h5.h5_lgr span.type {
  border: 1px solid #4eb7ec;
}
.product span.size {
  margin: 0 0 0 auto;
  float: right;
}
.product span.size img {
  padding: 10px 3px 0;
}
.product dl {
  padding: 25px 0 35px 0;
}
.product dl.product_img dd {
  float: left;
}
.product dl.product_img dd img.product_img_main {
  width: 340px;
  border: #dddddd 1px solid;
  margin: 0 20px 20px 0;
}
.product dl.product_img p.product_img_text {
  font-size: 12px;
  line-height: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.product dl.product_img dd ul {
  float: left;
}
.product dl.product_img dd ul li img {
  width: 80px;
  border: #dddddd 1px solid;
}
.product dl.product_img dd ul li p {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 10px;
  width: 110px;
  line-height: 18px;
}
.product dl.product_img dt {
  float: right;
  width: 340px;
}
.product dl.product_img dt p {
  font-size: 18px;
  line-height: 28px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.product dl.product_img dt p.icon img {
  width: 340px;
  padding-top: 5px;
}
.product dl.product_img dt p.icon {
  font-size: 16px;
  line-height: 28px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-top: 20px;
}
.product dl.product_img dt p.mark img {
  padding: 20px 0 0 0;
}
.product dl.product_img dt p.annotation {
  font-size: 12px;
  line-height: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-top: 20px;
}
.product dl.product_img dt span {
  font-size: 9px;
  vertical-align: super;
}
/*-----------
table
-----------*/
table.price {
  border-collapse: collapse;
  width: 100%;
}
table.price tr {
  vertical-align: top;
  border: 1px solid #ccc;
}
table.price th {
  text-align: center;
  background-color: #ffffff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 100;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 20px;
}
table.price td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  font-size: 11px;
  font-weight: 100;
  padding: 5px 0;
  vertical-align: middle;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 20px;
}
table.column4 th, table.column4 td {
  width: 25%;
}
table.column5 th {
  width: 12%;
}
table.column5 td {
  width: 22%;
}
table.column5_2 td, table.column5_2 th {
  width: 20%;
}
p.price_annotation {
  font-size: 12px;
  text-align: right;
  padding: 5px 0 0 0;
}
/*-----------
btn
-----------*/
div.center {
  margin: 30px auto;
  text-align: center;
  width: 400px;
}
a p.btn {
  position: relative;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
  width: 400px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  display: block;
}
a p.btn:hover{
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a p.btn01 {
  background: #a39c4c;
}
a p.btn02 {
  background: #0075b5;
}
a p.btn03 {
  background: #4eb7ec;
}
a p.btn .arrow::before, a p.btn .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
}
a p.btn .arrow::before {
  width: 10px;
  height: 10px;
}
a p.btn .arrow::after {
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
p#banner {
  width: 800px;
  margin: 0 auto 75px;
  text-align: center;
}
p#banner img {
  margin: 25px 50px;
}
/*-----------
footer
-----------*/
footer {}
.f_logo {
  display: block;
}
footer .f_logo img {
  margin: 0 auto;
  /* padding: 0.8rem 0 0.8rem; */
  padding: 1.8rem 0 1.8rem;
  display: block;
}
footer .f_link {
  background-color: #7b9fd3;
  text-align: center;
  padding: 0.7rem 0 0.5rem;
  color: #fff;
}
footer .f_link a {
  color: #fff;
  padding: 0 .6em;
}
footer li:last-child {
  margin-right: 0;
}
.copyright {
  text-align: center;
  background-color: #fff;
  padding: 0.7rem 0 0.5rem;
}
.pagetop {

  position: fixed;
  bottom: 1em;
  right: 1em;
  margin: 0;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
	filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
	filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


/*-----------
PCのみ
-----------*/
br.spbr {
  display: none;
}
p#sp_main {
  display: none;
}
}

@media screen and (max-width: 640px) {
/*-----------
SPのみ
-----------*/
p#sp_main img{
width: 100%;
}

/*-----------
main
-----------*/
#main {
}
#main h1 {
display: none;
}
/*-----------
lead
-----------*/
#lead {
  width: 100%;
  background: #c8ebf9;
  padding: 50px 0;
}
#lead p {
  color: #0e254b;
text-align: left;
  font-size: 16px;
  line-height: 30px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  padding: 0 20px;
}
#lead p:last-child {
  padding-top: 15px;
}
/*-----------
hr
-----------*/
hr.dot {
  background: url("../img/border.png") center center no-repeat;
  width: 300px;
  height: 29px;
  border: 0;
  margin: 0 auto;
  padding: 0;
  background-size: cover;
}
hr.border01 {
  width: 100%;
  border-top: 1px solid #d1cd9b;
  padding: 0;
  margin: 50px 0;
}
hr.border_none {
  width: 100%;
  padding: 0;
  margin: 50px 0;
}
p.border02 {
  height: 1px;
  position: relative;
  margin: 50px 0;
}
p.border02::before {
  content: "";
  background-image: linear-gradient(to right, #a39c4c, #a39c4c 3px, transparent 3px, transparent 8px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*-----------
contents
-----------*/
.contents {
  margin: 50px 30px;
text-align: left;
}
h2 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 22px;
  line-height: 35px;
  color: #1a4186;
  font-weight: 600;
  text-align: center;
}
.contents p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.contents p.text_center {
  font-size: 16px;
  margin-left: -30px;
text-align: left;
}
p.text_center {
  font-size: 16px;
  padding: 15px 30px 20px;
text-align: left;
}
.contents ul.list_re {
  overflow: hidden;
  padding: 10px 0;
  margin: 0 auto;
}

.contents ul.list_re li {
  padding: 0 20px 0 18px;
  color: #244b83;
  font-size: 18px;
  background: url("../img/list_re.png") no-repeat left 5px;
  background-size: 15px auto;
  line-height: 1.4em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  display: inline-block;
    font-weight: 600;

}
.contents ul.list_re li:last-child {
  padding: 0 0 0 18px;
}
.contents ul.list_re li span {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.contents h3 {
  color: #244b83;
  font-size: 18px;
  line-height: 1.4em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  padding: 50px 0 10px;
}
.contents h3 span {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.contents img#img_wind {
  padding: 50px 0 0;
    width: 100%;
}

#merit{
background: #e7f4f9;
border-radius: 10px;
text-align: left;
margin: 40px auto 0;
padding: 20px 20px 0;
}
#merit p#merit_title{
padding-bottom: 15px;
text-align: center;
}
#merit p#merit_title img{
width: 100%;
}
#merit img.merit_img{
width: 210px;
}
#merit p.merit_text{
font-size: 15px;
line-height: 26px;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
padding: 0 0 30px;
text-align: left;

}
#merit p#merit_annotation{
font-size: 13px;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
text-align: left;
margin-top: -10px;
padding-bottom: 20px;
line-height: 20px;
}

.product {
  margin: 0 30px;
}
.product h4 {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 15px;
  line-height: 20px;
}
.product h4#h4_ogr {
  background: #a39c4c;
}
.product h4#h4_xgr {
  background: #0075b5;
}
.product h4#h4_lgr {
  background: #4eb7ec;
}
.product h5 {
  padding: 0 0 0 15px;
  font-size: 16px;
  font-weight: 600;
  display: inline;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.product h5::before {
  content: ' ';
  width: 5px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: -4px;
}
.product h5.h5_ogr {
  color: #a39c4c;
}
.product h5.h5_ogr::before {
  background: #a39c4c;
}
.product h5.h5_xgr {
  color: #0075b5;
}
.product h5.h5_xgr::before {
  background: #0075b5;
}
.product h5.h5_lgr {
  color: #4eb7ec;
}
.product h5.h5_lgr::before {
  background: #4eb7ec;
}
.product h5 span.type {
  font-size: 13px;
  margin: 0 10px 0 0;
  padding: 2px 4px;
}
.product h5.h5_ogr span.type {
  border: 1px solid #a39c4c;
}
.product h5.h5_xgr span.type {
  border: 1px solid #0075b5;
}
.product h5.h5_lgr span.type {
  border: 1px solid #4eb7ec;
}
.product span.size {
  margin: 0 0 0 auto;
}
.product span.size img {
  padding: 7px 3px 0;
}
.product dl {
  padding: 25px 0 35px 0;
}
.product dl.product_img dd {
text-align: center;
}
.product dl.product_img dd img.product_img_main {
  width: 100%;
  border: #dddddd 1px solid;
  margin: 0 0 10px 0;

}
.product dl.product_img p.product_img_text {
  font-size: 12px;
  line-height: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left;
}
.product dl.product_img dd ul {
padding-top: 30px;
margin: 0 auto;
}
.product dl.product_img dd ul li{
display: inline-block;
width: 30%;
text-align: center;
vertical-align: top;
margin: 0 auto;
}
.product dl.product_img dd ul li.thumbnails05 p.text_left{
text-align: left;
}
.product dl.product_img dd ul li img {
  width: 80px;
  border: #dddddd 1px solid;
}
.product dl.product_img dd ul li p {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 10px;
  line-height: 18px;
}
.product dl.product_img dt {
text-align: left;
padding-top: 20px;
}
.product dl.product_img dt p {
  font-size: 16px;
  line-height: 26px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.product dl.product_img dt p.icon {
  padding-top: 20px;
    font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.product dl.product_img dt p.icon img {
  width: 100%;
  padding-top: 5px;
}
.product dl.product_img dt p.mark img {
  padding-top: 20px;
}
.product dl.product_img dt p.annotation {
  font-size: 12px;
  line-height: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-top: 20px;
  text-align: left;
}
.product dl.product_img dt span {
  font-size: 9px;
  vertical-align: super;
}
/*-----------
table
-----------*/
table.price {
  border-collapse: collapse;
  width: 100%;
}
table.price tr {
  vertical-align: top;
  border: 1px solid #ccc;
}
table.price th {
  text-align: center;
  background-color: #ffffff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 100;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 16px;
}
table.price td {
  border: 1px solid #ccc;
  border-collapse: collapse;
  text-align: center;
  font-size: 11px;
  font-weight: 100;
  padding: 5px 0;
  vertical-align: middle;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 16px;
}
table.column4 th, table.column4 td {
  width: 25%;
}
table.column5 th {
  width: 12%;
}
table.column5 td {
  width: 22%;
}
table.column5_2 td, table.column5_2 th {
  width: 20%;
}
p.price_annotation {
  font-size: 12px;
  text-align: left;
  padding: 5px 0 0 0;
  line-height: 14px;
}
/*-----------
btn
-----------*/
div.center {
  margin: 30px auto;
  text-align: center;
  width: 300px;
}
a p.btn {
  position: relative;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  display: block;
}
a p.btn01 {
  background: #a39c4c;
}
a p.btn02 {
  background: #0075b5;
}
a p.btn03 {
  background: #4eb7ec;
}
a p.btn .arrow::before, a p.btn .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
}
a p.btn .arrow::before {
  width: 10px;
  height: 10px;
}
a p.btn .arrow::after {
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
p#banner {
  margin: 0 auto 30px;
  text-align: center;
}
p#banner img {
  margin: 25px 50px;
}
/*-----------
footer
-----------*/
footer {}
.f_logo {
  display: block;
}
footer .f_logo img {
  margin: 0 auto;
  /* padding: 0.8rem 0 0.8rem; */
  padding: 1.8rem 0 1.8rem;
  display: block;
}
footer .f_link {
  background-color: #7b9fd3;
  text-align: center;
  padding: 0.7rem 0 0.5rem;
  color: #fff;
}
footer .f_link a {
  color: #fff;
  padding: 0 .6em;
}
footer li:last-child {
  margin-right: 0;
}
.copyright {
  text-align: center;
  background-color: #fff;
  padding: 0.7rem 0 0.5rem;
}
.pagetop {
  position: fixed;
  bottom: 1em;
  right: 1em;
  margin: 0;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
	filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
	filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
}