@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*  common
-----------------------------------------------------------------------------*/
/* html, body { } */
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 {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
}

/* body
--------------------------------------------------*/
body {
  font: arial, helvetica, clean, sans-serif;
}

body {
  font-family: " メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino KakuGothicPro", Osaka, "ＭＳＰゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 1.6;
  margin: 0;
}

noscript p {
  text-align: center;
  padding: 10px 0;
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font: 100%;
  font-size: inherit;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/*	title
--------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

/*	image
--------------------------------------*/
img {
  /* replaceemmacro[3]; */
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  border: none;
}

a img {
  border: 0px;
}

/* common------------------------------ */
ul {
  list-style: none;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*	link
--------------------------------------*/
a {
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
}

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

/*	list
--------------------------------------*/
nav ul {
  list-style: none;
}

li {
  list-style-type: none;
}

/*	blockquote
--------------------------------------*/
blockquote,
q {
  quotes: none;
}

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

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

hr {
  overflow: visible;
}

/*	form
--------------------------------------*/
input,
select {
  vertical-align: middle;
}

/*	斜め文字と太字の初期化
--------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

/* Link 
--------------------------------------------------*/
a {
  color: #0f67b8;
  text-decoration: none;
}

a:hover {
  color: #0f67b8;
  text-decoration: underline;
}

/* Remove the default button styling in all browsers */
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button:focus {
  outline: none;
  border: none;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ==========================================================================
   Layout　　　旧ページのレイアウト含む　どこに使っているかわからない
   ========================================================================== */
/*===========================================================
＊ clearfix
===========================================================*/
/*	クリアフィックス - CLEAR FIX -
--------------------------------------*/
.cf:before,
.cf:after {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.cb {
  clear: both;
}

/* # clearfix 
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

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

/* overflo クリア
--------------------------------------*/
.c-fix {
  _zoom: 1;
  overflow: hidden;
}

/*===========================================================
＊ FONT LAYOUT
===========================================================*/
.txt_big {
  font-size: 14px;
}

/*	color
--------------------------------------*/
.tRed {
  color: #d80000;
}

.tGreen {
  color: #00ff00;
}

.tBlue {
  color: #2d2886;
}

.tLiBlue {
  color: #0066cc;
}

.tBlack {
  color: #000000;
}

.tWhite {
  color: #ffffff;
}

.tOrange {
  color: #ff9900;
}

.tYellow {
  color: #ffff00;
}

.tGray {
  color: #666666;
}

/*===========================================================
＊ OHTER LAYOUT
===========================================================*/
/* 位置調整
--------------------------------------------------*/
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.imgL {
  margin: 0 15px 15px 0;
  float: left;
}

.imgR {
  margin: 0 0 15px 15px;
  float: right;
}

/* スペース クリア
--------------------------------------------------*/
.noAll {
  margin: 0 !important;
  padding: 0 !important;
}

.bend {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* align
--------------------------------------------------*/
.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.alignleft {
  text-align: left;
  float: left;
}

.alignright {
  text-align: right;
  float: right;
}

/* Margin 
--------------------------------------------------*/
.ma_t5 {
  margin-top: 5px;
}

.ma_t10 {
  margin-top: 10px;
}

.ma_t15 {
  margin-top: 15px;
}

.ma_t20 {
  margin-top: 20px;
}

.ma_t30 {
  margin-top: 30px;
}

.ma_b10 {
  margin-bottom: 10px;
}

.ma_b20 {
  margin-bottom: 20px;
}

.ma_b30 {
  margin-bottom: 30px;
}

.ma_l30 {
  margin-left: 30px;
}

.ma_l20 {
  margin-left: 20px;
}

.ma_l15 {
  margin-left: 15px;
}

.ma_r17 {
  margin-right: 17px !important;
}

.p_l0 {
  padding-right: 0px !important;
}

/* common-------------------------- */
.aLinkTop {
  display: inline-block;
  padding-top: 120px;
  margin-top: -120px;
}

.aLinkTop2 {
  display: inline-block;
  padding-top: 20px;
  margin-top: -20px;
}

/*===========================================================
＊ 各ページごと 各々どこでつかわれているか不明　主に旧ページで仕様されている
===========================================================*/
/* inpage common
--------------------------------------------------*/
#inpage {
  line-height: 1.8;
  margin: 0 auto;
  padding: 3px 0 50px;
  width: 950px;
  height: auto;
}

#inpage {
  padding-top: 0;
}

#inpage #top_link2 {
  font-size: 10px;
  color: #777777;
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  #inpage {
    margin: 0 auto;
    width: 100%;
  }
}

/* inpage wrapper common
--------------------------------------------------*/
#wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#inpage_wrapper {
  /* border-top: 3px solid #002878; */
  position: relative;
}

/* breadcrumb
--------------------*/
#inpage #top_link {
  font-size: 10px;
  color: #777777;
  margin-bottom: 20px;
}

#inpage #top_link a {
  text-decoration: underline;
}

#inpage #top_link a:hover {
  text-decoration: none;
}

/* contents--------------------------  */
#contents #main {
  margin: 0 auto;
}

#contents #topic {
  padding: 0px 0 50px;
}

#contents #topic h2 {
  text-align: center;
  margin-bottom: 15px;
}

/*サーチ-------------------------- */
#ft_search_area {
  font-size: 10px;
  text-align: center;
}

#ft_search_area #ft_search {
  margin: 0 auto;
  width: 371px;
  height: 23px;
}

#ft_search .txtsearch {
  padding: 0 5px;
  border: 1px solid #c8d4dc;
  width: 290px;
  height: 21px;
}

#ft_search .btnsearch {
  position: absolute;
}

#ft_search_area a {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}

#ft_search_area .ft_text {
  /*padding: 14px 0 6px;*/
  padding: 14px 0 6px;
}

/* survey
--------------------------------------------------*/
.survey-inner {
  margin-top: -72px;
  width: 100%;
  height: auto;
}

.survey {
  width: 100%;
  height: auto;
  position: absolute;
}

.survey p {
  *zoom: 1;
  margin: 0 auto;
  width: 950px;
  position: relative;
}

.survey a {
  z-index: 100;
  right: 90px;
  display: block;
  position: absolute;
}

.survey a:hover img {
  opacity: 0.7;
}

/* headline 
------------------------------*/
p.hl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 18px;
  background: url(/img/inpage/bg_hl.gif) no-repeat 0 3px;
}

.hl_h3 {
  position: relative;
}

.hl_h3 span {
  padding-left: 11px;
  top: 15px;
  right: 3px;
  display: block;
  background: url(/img/common/line_bg.gif) no-repeat left center;
  position: absolute;
}

.hl_h3 span a {
  font-size: 12px;
  padding-right: 10px;
  display: block;
  background: url(/img/common/icon_05.png) no-repeat right center;
}

.hl_h3 {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 14px 0 8px;
  border-bottom: 1px solid #cccccc;
  background: url(/img/inpage/bg_hl_h3.gif) no-repeat top left;
}

.hl_h4 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  background: url(/img/inpage/bg_hl_h4.gif) repeat-x bottom;
}

#title h2 {
  font-size: 24px;
  color: #002878;
  z-index: 100;
  top: 20px;
  left: 0;
  position: absolute;
}

#title h2 span {
  font-size: 10px;
  font-weight: bold;
  vertical-align: text-top;
  margin-left: 20px;
  margin-top: 10px;
  padding-left: 15px;
  display: inline-block;
  background: url(/img/inpage/icon01.png) no-repeat left center;
}

#title_pg {
  z-index: 0;
  position: relative;
}

#title img {
  width: 100%;
  height: auto;
}

/* link with icon 
------------------------*/
.link a {
  padding-left: 8px;
  background: url(/img/inpage/icon_link.gif) no-repeat 0px 7px;
}

.link img {
  vertical-align: middle;
  margin-left: 3px;
}

/* end link with icon 
--------------------*/
#inpage #main {
  width: 681px;
  float: left;
}

#inpage_wrapper.products_wrap {
  border-top: none;
  margin: 10px auto 0 auto;
}

/* bg position 
--------------------*/
#bg_shadow {
  text-align: center;
  z-index: 100;
  top: 0;
  left: 0;
  position: absolute;
}

#bg_shadow img {
  *position: absolute;
  *top: 0;
  *left: 0;
}

#bg_inpage {
  text-align: center;
  width: 100%;
  top: -3px;
  left: 0;
  position: absolute;
  *top: -8px;
}

/* image_box 
--------------------*/
.image_box2 {
  font-size: 12px;
  line-height: 1.6;
  margin: 20px 0;
}

.image_box2 .image_box2_l {
  width: 330px;
  float: left;
}

.image_box2 .image_box2_r {
  width: 330px;
  float: right;
}

.image_box2 img {
  margin-bottom: 10px;
}

.image_box3 {
  margin: 20px 0;
}

.image_box3 p {
  margin-right: 20px;
  float: left;
}

.image_box4 {
  margin-bottom: 30px;
}

.image_box4 p {
  margin-right: 20px;
  float: left;
}

p.image_last {
  margin-right: 0px;
}

/* link_box 
--------------------*/
.link_box2 .link_box2_l {
  float: left;
}

.link_box2 .link_box2_r {
  float: right;
}

.link_box2 a {
  border: 3px solid #e1e1e1;
  display: block;
}

.link_box2 a:hover {
  border: 3px solid #0f67b8;
}

.link_box3 .link_box3_l {
  width: 329px;
  float: left;
}

.link_box3 .link_box3_r {
  width: 329px;
  float: right;
}

.link_box3 a {
  border: 3px solid #e1e1e1;
  display: block;
}

.link_box3 a:hover {
  border: 3px solid #0f67b8;
}

.link_box3_body {
  font-size: 12px;
  line-height: 1.6;
  display: block;
}

.link_box3 a.link_box3_link {
  color: #3e3e3e !important;
  text-decoration: none;
}

.link_box3 a.link_box3_link:hover {
  color: #3e3e3e !important;
  text-decoration: none !important;
}

.link_box3_body img {
  margin-right: 5px;
  float: left;
}

/* 2calm
--------------------*/
#inpage #rightside {
  padding-top: 20px;
  width: 220px;
  float: right;
}

.rs_box01_top span {
  line-height: 1.6;
  display: block;
}

.rs_box01_top {
  color: #333333;
  margin-bottom: 10px;
  padding-top: 6px;
  display: block;
  background: url(/img/inpage/rs_box01_top.gif) no-repeat top;
}

.rs_box01_bottom {
  padding-bottom: 6px;
  background: url(/img/inpage/rs_box01_bottom.gif) no-repeat bottom;
}

.rs_box01_top .rs_title {
  font-weight: bold;
  color: #000000;
  margin: 5px 0;
}

.rs_box01_inner {
  font-size: 12px;
  padding: 4px 8px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.rs_box01 a:hover {
  color: #333333;
  text-decoration: none;
}

.rs_box01 .rs_box01_top:hover {
  background: url(/img/inpage/rs_box01_top_on.gif) no-repeat top;
}

.rs_box01 a:hover .rs_box01_bottom {
  background: url(/img/inpage/rs_box01_bottom_on.gif) no-repeat bottom;
}

.rs_box01 a:hover .rs_box01_inner {
  border-left: 1px solid #0f67b8;
  border-right: 1px solid #0f67b8;
}

/* sub-link
--------------------*/
.sub-link-02 {
  font-size: 14px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.sub-link-02 h2,
#sub2 .sub-link-02 h2 {
  padding: 0 10px;
  line-height: 1.3;
  border-bottom: 1px solid #f6f6f6;
  background: url(/img/inpage/rs_bgtitle.jpg) repeat-x bottom #fff;
}

.sub-link-02 h3 {
  color: #000000;
  padding: 7px 8px;
  background: #eeeeee;
}

.sub-link-02 h3 a {
  color: #000000;
}

.sub-link-02 h2 a {
  color: #002878;
  padding: 13px 0 13px 22px;
  display: block;
  background: url(/img/inpage/rs_icon_title.gif) no-repeat 0px 15px;
}

.sub-link-02 h2 a:hover {
  text-decoration: none;
}

.sub-link-02 h2:hover {
  background: url(/img/inpage/rs_bgtitle_hover.jpg) repeat-x top #fefefe;
}

.sub-link-02 h2:hover a {
  background: url(/img/inpage/rs_icon_title_on.gif) no-repeat 0px 15px;
}

.sub-link-02 li {
  background: #f6f6f6 url(/img/inpage/rs_arrow_out.gif) 17px 13px no-repeat;
  padding: 7px 6px 7px 32px;
  color: #777;
}

#sub2 .sub-link-02 {
  line-height: 1.8;
}

.sub-link-02 li a {
  color: #201d83;
  text-decoration: none;
  display: block;
}

.sub-link-02 li a:hover {
  text-decoration: underline;
}

.sub-link-02 .stay {
  font-weight: bold;
  padding: 12px 6px 10px 32px;
  background: #d6dceb url(/img/inpage/rs_arrow_stay.gif) 16px 17px no-repeat;
}

.sub-link-02 .stay a {
  cursor: default;
}

.sub-link-02 .stay a:hover {
  text-decoration: none;
}

/*add*/
#products_a_side .sub-link-02 p {
  font-weight: bold;
  padding: 12px 6px 10px 32px;
  background: #eeeeee url(/img/inpage/rs_arrow_stay.png) 16px 17px no-repeat;
}

#products_a_side .sub-link-02 ul > li > ul {
  display: none;
}

#products_a_side .sub-link-02 .stay {
  background: #d6dceb url(/img/inpage/rs_arrow_stay_w.png) 16px 17px no-repeat;
}

#products_a_side .sub-link-02 .stay ul {
  font-size: 12px;
  display: block;
  background: none;
}

#products_a_side .sub-link-02 .stay li {
  font-weight: normal;
  padding: 3px 6px 3px 12px;
  background: url(/img/inpage/rs_arrow_subn.png) 0 12px no-repeat;
}

/*add0406*/
#sub2 .sub-link-02 p {
  font-weight: bold;
  padding: 12px 6px 10px 32px;
  background: #eeeeee url(/img/inpage/rs_arrow_stay.png) 16px 17px no-repeat;
}

#sub2 .sub-link-02 ul > li > ul {
  display: none;
}

#sub2 .sub-link-02 .stay {
  background: #d6dceb url(/img/inpage/rs_arrow_stay_w.png) 16px 17px no-repeat;
}

#sub2 .sub-link-02 .stay ul {
  font-size: 12px;
  display: block;
  background: none;
}

#sub2 .sub-link-02 .stay li {
  font-weight: normal;
  padding: 3px 6px 3px 12px;
  background: url(/img/inpage/rs_arrow_subn.png) 0 12px no-repeat;
}

/* banner_list
--------------------*/
.banner_list li {
  padding-bottom: 10px;
}

.banner_list li a {
  border: 1px solid #ccc;
  display: block;
}

.banner_list li a img {
  border: 1px solid #fff;
}

.banner_list li a:hover,
.banner_list li a img:hover {
  border: 1px solid #0f67b8;
}

/*	ロールオーバー時、透過で使用
-------------------------------------*/
.toimg a:hover img {
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.tobg a:hover {
  -moz-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/*	social
-------------------------------------*/
.social .tw,
.social2 .tw {
  width: 85px;
  text-align: left;
}

/*	info
-------------------------------------*/
.info p {
  margin-bottom: 10px;
}

/*	ilnk
-------------------------------------*/
.ilnk_but {
  margin: 5px 0px 0px 0px;
}

/*	metaonly
-------------------------------------*/
.metaonly {
  display: none;
}

/*add201807*/
div#main p.return-top {
  margin: 0px;
  padding: 0px 0px 0px 14px;
  font-size: 10px;
  line-height: 1.2;
  background-image: url(../../common/img/_bod_ico_01.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

/*	ダウンロードページで使用中　パンくずリスト breadcrumb
-------------------------------------*/
.l-page-title.is-pc #top_link {
  margin: 0 auto;
  width: 1024px;
  color: #777777;
  font-size: 10px;
  line-height: 24px;
}

.l-page-title.is-sp {
  width: 100%;
}

/*	ダウンロードページで使用
-------------------------------------*/
/**
* Layout: l-information
**/
@media screen and (min-width: 768px) {
  .l-information {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .l-information {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*===========================================================
＊ Component
===========================================================*/
/**
* Component
**/
.c-block01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #f8f4e2;
}

.c-block01 {
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .c-block01 {
    border-radius: 4px;
  }
}

.c-block01__02 {
  margin-top: 51px;
  padding: 30px 30px 30px 26px;
}

@media screen and (max-width: 767px) {
  .c-block01__02 {
    margin-top: 39px;
    padding: 26px 22.5px 26px;
  }
}

.c-block01__02 .c-content01 {
  padding: 21px 19px 19px 20px;
}

@media screen and (max-width: 767px) {
  .c-block01__02 .c-content01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
}

.c-block01__02 .c-content01__img {
  background: #75ce97;
  border-radius: 6px;
  text-align: center;
}

.c-block01__02 .c-content01__img {
  max-width: 174px;
  width: 100%;
  height: 185px;
  margin-right: 19px;
}

@media screen and (max-width: 767px) {
  .c-block01__02 .c-content01__img {
    width: 100%;
    height: 118px;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.c-block01__02 .c-content01__img > img {
  max-width: 87px;
  width: 100%;
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .c-block01__02 .c-content01__img > img {
    max-width: 69px;
    width: 100%;
    padding: 10px 0;
  }
}

.c-block01__02 .c-content01__txt .txt__title {
  font-size: 22px;
  color: #4a9d6a;
}

.c-block01__02 .c-content01__txt .txt__title {
  margin-top: 12px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .c-block01__02 .c-content01__txt .txt__title {
    margin-top: 0;
    margin-bottom: 17px;
  }
}

.c-block01__02 .c-content01__txt .txt__txt {
  font-size: 15px;
}

.c-block01__02 .c-content01__txt .txt__txt {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .c-block01__02 .c-content01__txt .txt__txt {
    margin-bottom: 25px;
  }
}

.c-block01__02 .c-content01__txt .txt__button {
  margin-left: auto;
  width: 100%;
}

.c-block01__02 .c-content01__txt .txt__button {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  .c-block01__02 .c-content01__txt .txt__button {
    max-width: inherit;
  }
}

.c-content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
}

.c-content01 {
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .c-content01 {
    border-radius: 4px;
  }
}

.c-content01__img {
  margin-right: 17px;
}

.c-content01__img > img {
  width: 100%;
}

.c-content01__img > img {
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .c-content01__img > img {
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .c-content01__txt {
    position: relative;
    top: -5px;
  }
}

.c-content02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}

.c-content02 {
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .c-content02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
  }
}

.c-content02__img {
  margin-right: 17px;
}

.c-content02__img > img {
  width: 100%;
}

.c-content02__img > img {
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .c-content02__img {
    margin-right: 0;
  }
  .c-content02__img > img {
    border-radius: 4px;
  }
}

.c-content03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.c-content03 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .c-content03 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
  }
}

.c-content03__title {
  color: #4a9d6a;
}

.c-content03__title {
  margin-right: 38px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .c-content03__title {
    margin-right: 0;
    margin-bottom: 11px;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-content03__data {
    width: 100%;
  }
}

.c-content04 {
  background-color: #fff;
}

.c-content04 {
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .c-content04 {
    border-radius: 4px;
  }
}

.c-content04__title {
  color: #4a9d6a;
}

.c-content04__title {
  margin-right: 34.8px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .c-content04__title {
    margin-bottom: 13.7px;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .c-content04__data {
    width: 100%;
  }
}

.c-content04__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-content04__description {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-title01 {
  color: #4a9d6a;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.c-title01 {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .c-title01 {
    font-size: 24px;
    text-align: left;
    padding: 27px 0 31px;
  }
}

.c-title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a9d6a;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.c-title02 {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 24px;
  }
}

.c-title03 {
  color: #4a9d6a;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.c-title03 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .c-title03 {
    font-size: 22px;
  }
}

.c-title04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a9d6a;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to right, #4a9d6a, #4a9d6a 6px, #fff0 0, #fff0);
}

.c-title04 {
  margin-bottom: 20px;
  padding-left: 14px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .c-title04 {
    margin-bottom: 13.2px;
    padding-left: 15.7px;
    font-size: 18px;
    line-height: 1.3;
  }
}

.c-button01 {
  position: relative;
  display: block;
  color: #000;
  line-height: 1;
  background: #f1d682;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-button01:hover {
  color: #000;
  background: #f6c67c;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-button01 {
    padding: 16px 40px 15px 35px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
  }
}

@media screen and (max-width: 342px) {
  .c-button01 {
    padding: 16px 32px 15px 16px;
  }
}

.c-button01::before {
  content: "";
  position: absolute;
  right: 20px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  background: #fff0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.c-button01::before {
  top: 48%;
}

@media screen and (max-width: 767px) {
  .c-button01::before {
    top: 50%;
  }
}

.c-button02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  color: #000;
  line-height: 1.2;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-button02:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
}

.c-button02 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .c-button02 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 15px;
  }
}

.c-button02::before {
  content: "";
  position: absolute;
  right: 22px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-right: 1.5px solid #ccc;
  border-bottom: 1.5px solid #ccc;
  background: #fff0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.c-button02::before {
  top: 50%;
}

@media screen and (max-width: 767px) {
  .c-button02::before {
    top: 50%;
  }
}

.c-button03 {
  position: relative;
  display: block;
  border: 2px solid #ccc;
  color: #000;
  line-height: 1;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-button03:hover {
  border-color: #75ce97;
  color: #fff;
  text-decoration: none;
  background: #75ce97;
}

.c-button03:hover::before,
.c-button03:hover::after {
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}

.c-button03 {
  padding: 15px 36px 15px 20px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .c-button03 {
    padding: 15px 40px 15px 20px;
    font-size: 15px;
  }
}

.c-button03::before {
  content: "";
  position: absolute;
  right: 20px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #ccc;
  border-bottom: 1.5px solid #ccc;
  background: #fff0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.c-button03::before {
  top: 48%;
}

@media screen and (max-width: 768px) {
  .c-button03::before {
    top: 50%;
  }
}

@media screen and (min-width: 950px) and (max-width: 1024px) {
  .c-button05 {
    position: relative;
    display: block;
    padding: 0.7em 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    overflow: hidden;
    width: 11em;
    border-radius: 0 0.5rem;
    background: #000;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .c-button05 {
    position: relative;
    display: block;
    padding: 0.7em 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    overflow: hidden;
    width: 10em;
    border-radius: 0 0.5rem;
    background: #000;
  }
}

@media screen and (max-width: 767px) {
  .c-button05 {
    position: relative;
    display: block;
    padding: 0.7em 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    text-align: center;
    overflow: hidden;
    width: calc(9em + 2vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0 0.5rem;
    background: #000;
  }
}

/*.c-button05:before {
    position: absolute;
    top: 0;
    left: 10em;
    width: 150%;
    height: 500%;
    content: '';
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    -webkit-transform:translateX(-138%) translateY(-70%) rotate(135deg);
    transform:translateX(-138%) translateY(-70%) rotate(135deg);
    background: #21CBFF}*/
@media screen and (max-width: 375px) {
  .c-button05 {
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 3.2vw;
  }
}

.c-button06 {
  position: relative;
  display: block;
  border: 1.5px solid #333;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #333;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-button06 {
  padding: 24px 40px 23px 22px;
  font-size: 15px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .c-button06 {
    padding: 20px 30px 20px 10px;
    font-size: 15px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 375px) {
  .c-button06 {
    padding: 20px 20px 20px 10px;
    font-size: 14.5px;
  }
}

@media screen and (max-width: 350px) {
  .c-button06 {
    font-size: 13.5px;
  }
}

.c-button06:hover {
  color: #333;
  background: #fff;
  text-decoration: none;
  opacity: 1;
}

.c-button06:hover::before {
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
}

.c-button06::before {
  content: "";
  position: absolute;
  right: 19px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  background: #fff0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.c-button06::before {
  top: 50%;
}

@media screen and (max-width: 767px) {
  .c-button06::before {
    top: 50%;
  }
}

@media screen and (max-width: 375px) {
  .c-button06::before {
    right: 15px;
  }
}

.c-button07 {
  position: relative;
  display: block;
  border: 1.5px solid #75ce97;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #75ce97;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.c-button07 {
  padding: 18px 40px 16px 22px;
  font-size: 24px;
  border-radius: 8px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-button07 {
    padding: 20px 30px 20px 10px;
    font-size: 15px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 375px) {
  .c-button07 {
    padding: 20px 20px 20px 10px;
    font-size: 14.5px;
  }
}

@media screen and (max-width: 350px) {
  .c-button07 {
    font-size: 13.5px;
  }
}

.c-button07:hover {
  color: #75ce97;
  background: #fff;
  text-decoration: none;
  opacity: 1;
}

.c-button07:hover::before {
  border-right: 1.5px solid #75ce97;
  border-bottom: 1.5px solid #75ce97;
}

.c-button07::before {
  content: "";
  position: absolute;
  right: 19px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  background: #fff0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.c-button07::before {
  top: 50%;
}

@media screen and (max-width: 767px) {
  .c-button07::before {
    top: 50%;
  }
}

@media screen and (max-width: 375px) {
  .c-button07::before {
    right: 15px;
  }
}

.c-button-menu {
  position: relative;
  display: block;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.7);
  padding: 22px 40px 20px 22px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media screen and (max-width: 350px) {
  .c-button-menu {
    font-size: 14.4px;
  }
}

.c-button-menu:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.c-button-menu::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  background: #fff0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.c-button-menu.is-close {
  padding: 30px 0;
  border-bottom: none;
  font-size: 18px;
}

.c-button-menu.is-close::before {
  content: "×";
  left: -0.5em;
  position: relative;
  display: inline;
  font-size: 18px;
  border: none;
  -webkit-transform: none;
  transform: none;
}

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

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

del {
  text-decoration: line-through;
}

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

/**
* Utility
**/
.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

.u-hide {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-hideSp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hideSpTab {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .u-hideTab {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-hideTabPc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) {
  .u-hideTabWide {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .u-hidePc {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1360px) {
  .u-hidePc2 {
    display: none !important;
  }
}

@media screen and (min-width: 1361px) {
  .u-hideWide {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1360px) {
  .u-hideTabPcInner {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .hide {
    display: none;
  }
}

#header {
  margin: 0 auto;
  width: 950px;
  /*height: 92px;*/
  /*height:115px;*/
  position: relative;
}

#logo {
  padding-top: 16px;
  float: left;
}

#hd_right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 3px;
  /*padding-top: 5px;*/
  width: 589px;
  float: right;
  /*height:51px;*/
  height: 53px;
}

#hd_right > ul {
  width: 375px;
  height: 22px;
  float: right;
}

#hd_right > ul li {
  float: right;
  line-height: 1.3;
  margin-top: 5px;
}

#hd_right ul li#hd_exterior {
  font-size: 11px;
  color: #54656d;
  margin-right: 14px;
  padding: 3px 0 0 10px;
  background: url(/img/common/icon01.gif) no-repeat left 3px;
}

#hd_right ul li#hd_exterior a {
  color: #54656d;
}

#hd_right ul li#hd_exterior img {
  vertical-align: middle;
  margin-left: 5px;
}

#hd_right #hd_search {
  margin-top: 6px;
  width: 375px;
  height: 23px;
  position: relative;
}

#hd_right #hd_search p {
  float: left;
}

#hd_right #hd_search .txtsearch {
  margin-left: 9px;
  padding: 0 5px 1px;
  border: 1px solid #c8d4dc;
  width: 145px;
  height: 20px;
  float: left;
}

#hd_right #hd_search form {
  float: right;
}

#hd_right > ul.tab_btn {
  width: auto;
  height: auto;
  float: left;
}

#hd_right > ul.tab_btn li {
  margin: -4px 7px 0 0;
  float: left;
}

#hd_right > ul.tab_btn li a {
  background: url(/img/common/icon_06.png) top 10px right 5px no-repeat #002878;
  display: inline-block;
  padding: 10px 17px 7px 8px;
  border-radius: 0 0 3px 3px;
  color: #fff;
  font-size: 10px;
  line-height: 1.3;
}

/*add1117*/
#header_All02 #header {
  height: 92px;
}

#header_All02 #hd_right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 3px;
  height: 53px;
}

#header_All02 #gnavi {
  margin-top: 7px;
}

#hd_top {
  max-width: 950px;
  margin: auto;
}

#footer02 {
  background: #002878;
  padding: 10px;
}

.footer_inner .nav {
  float: left;
}

.footer_inner .nav li.first-child {
  margin-left: 0;
  border-left: none;
}

.footer_inner .nav li {
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #80b6dc;
  float: left;
}

.footer_inner .nav li a {
  color: #fff;
}

.footer_inner .nav li img {
  vertical-align: middle;
  margin-left: 2px;
}

/*new*/
#footer02 .footer_inner .copyright {
  font-size: 10px;
  color: #ffffff;
  float: right;
}

#footer02 .footer_inner .copyright img {
  vertical-align: top;
  margin-top: -1px;
  padding-left: 15px;
}
/*# sourceMappingURL=layout.css.map */