@charset "utf-8";

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "メイリオ", "ms pgothic", sans-serif;
  color: #333;
}

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

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

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

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body {
  line-height: 150%;
  min-width: 1000px;
  background: url(/contents/images/images_pc/common/bg.jpg) repeat-y center top;
  background-size: 100% auto;
}

#wrap {
  margin: 0 0 -25px;
  position: relative;
}

a {
  text-decoration: none;
}

span.blo {
  display: block;
}

img {
  max-width: 100%;
}

a.over {
  transition: all ease-out 0.3s;
}

a.over:hover {
  opacity: 0.6;
}

.inner {
  padding: 0 0 180px;
  width: 1000px;
  margin: auto;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.inner body {
  background: #fff !important;
}

.inner::before {
  content: "";
  width: 25px;
  height: 100%;
  background: #fff;
  box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -25px;
  top: 0;
}

.inner::after {
  content: "";
  width: 25px;
  height: 100%;
  background: #fff;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: -25px;
  top: 0;
}

h2,
.photo {
  line-height: 0;
  text-align: center;
}

/*
h2,
h3{
	line-height: 0;
	text-align: center;
}
*/

.red_text {
  color: #d22639;
}

.red_text02 {
  color: #f70501;
}

.green_text {
  color: #1f8c4c;
}

.blue_text {
  color: #277fb8;
}

.orange_text {
  color: #ec9824;
}

.pink_text {
  color: #e00c4e;
}

.bold_text {
  font-weight: bold;
}

.white_underline {
  color: #fff;
}

.red_underline {
  background: linear-gradient(transparent 95%, #d22639 0%);
  color: #d22639;
}

.white_underline {
  background: linear-gradient(transparent 95%, #fff 0%);
  color: #fff;
}

/* recognized
========================================================================== */
.recognized {
  margin: auto;
  padding: 21px 20px 19px 20px;
  border: 4px solid #ddbb10;
  background: rgba(255, 255, 255, 1);
  border-radius: 18px;
  box-sizing: border-box;
  width: 940px;
  height: 278px;
  position: relative;
  text-align: center;
}

.recognized h3 {
  margin: 0 0 15px;
  line-height: 0;
}

.recognized .recommendation {
  margin: 20px 0 15px 175px;
  line-height: 0;
  text-align: left;
}

.recognized p {
  margin: 30px 0 0 175px;
  line-height: 150%;
  font-size: 16px;
  text-align: left;
}

.recognized p span {
  font-size: 18px;
}

.recognized .mark {
  line-height: 0;
  position: absolute;
  left: 20px;
  top: 15px;
}

.recognized .item {
  line-height: 0;
  position: absolute;
  right: 23px;
  top: -180px;
}

.recognized.middle .item {
  line-height: 0;
  position: absolute;
  right: 23px;
  top: -137px;
  width: 150px !important;
}

.recognized .leaf {
  line-height: 0;
  position: absolute;
  right: 177px;
  top: -37px;
}

/* TOPへ戻るボタン
       ========================================================================== */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 100;
  width: auto;
  line-height: 0;
}

#page-top img {
  width: auto;
}

#page-top span {
  display: none;
}

#page-top a {
  display: block;
  height: 69px;
  transition: ease-in 0.3s;
}

#page-top a:hover {
  opacity: 0.7;
}

/* closure
   ========================================================================== */
.closure {
  margin: 40px 0 0;
  text-align: center;
}

.closure .box {
  padding: 25px;
  font-size: 17px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 150%;
  color: #333;
}

.closure .box h2 {
  font-size: 17px;
  line-height: 150%;
  color: #333;
  font-family: "メイリオ", "ms pgothic", sans-serif;
}

.closure .box p {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 150%;
  color: #333;
  font-family: "メイリオ", "ms pgothic", sans-serif;
}

/* footer
   ========================================================================== */
footer {
  width: 100%;
  height: 70px;
  z-index: 10;
  background: #0e4017;
  position: relative;
}

footer.year {
  position: absolute;
  left: 0;
  bottom: 100px;
}

footer .footer_top {
  margin: 0 auto;
  padding: 28px 0 0;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  width: 1000px;
  height: 70px;
}

footer .footer_top .inner {
  position: relative;
  text-align: center;
}

footer .footer_top .footer_logo {
  position: absolute;
  left: 0;
  top: -108px;
  line-height: 0;
  background: #fff;
  border-radius: 3px;
}

footer .footer_top .footer_logo a {
  display: block;
  margin: 0 0 0;
  line-height: 0;
}

footer .footer_top .footer_logo a img {
  max-width: 100%;
}

footer .footer_top ul {
  margin: 0 0 0 200px;
  text-align: left;
}

footer .footer_top ul li {
  margin: 0 0 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 0;
}

footer .footer_top ul li a {
  font-size: 17px;
  line-height: 0;
  display: inline-block;
  margin: 0 0 0;
  background-size: auto;
  border: none;
  padding: 0;
  color: #fff;
  width: auto;
  text-align: left;
  background: none;
}

footer .footer_top ul li a span {
  color: #fff;
  border-right: 1px solid #fff;
  height: 17px;
  padding: 0 10px;
  font-size: 17px;
  display: inline-block;
  line-height: 1;
}

footer .footer_top ul li a:hover span {
  text-decoration: underline;
}

footer .footer_top ul li:first-child span {
  border-left: 1px solid #fff;
}

footer address {
  font-size: 14px;
  font-style: italic;
  padding: 22px 0 0;
  color: #333;
  display: block;
  text-align: center;
}
