@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #002d72;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

body {
  font-size: 62.5%;
  color: #333;
  font-family: "YakuHanJP", "Noto Sans Japanese", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  background:#f8f7f0;
  min-width: 1200px;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
button,
input,
select,
textarea {
  color: #333;
  outline: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

a:link,
a:visited,
a:active {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media only screen and (min-device-width: 688px) and (max-device-width: 1024px) {
  a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-device-width: 687px) {
  a:hover {
    text-decoration: none;
  }
}

p {
  margin: 0 0 1em;
}

label,
input[type=submit],
select,
button {
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a:hover img.over {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (max-device-width: 687px) {
  a:hover img.over {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media only screen and (min-device-width: 688px) and (max-device-width: 1024px) {
  a:hover img.over {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/*
 Container
----------------------------------------------------------- */
.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  font-size: 143%;
  line-height: 1.8;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.largeContainer {
  margin-bottom: 50px;
}

/*
 Header
----------------------------------------------------------- */
.header {
  background:#002d72;
  padding: 20px 0 0;
  margin-bottom: 40px;
  height: auto;
  text-align:center;
}

.header_logo {
  /*float: left;*/
  padding-top: 1px;
}

.header_logo a {
  display: inline-block;
}

.header_right {
  float: right;
}

.header_right ul {
  overflow: hidden;
}

.header_right li {
  float: left;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.header_right li:before {
  content: "";
  width: 1px;
  height: 70%;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.header_right li:first-child:before {
  display: none;
}

.header_right a {
  font-size: 10px;
}

/*
 Main
----------------------------------------------------------- */
.mainArea {
  margin: auto;
  width: 800px;
}

.mainArea_headPic {
  margin-bottom: 50px;
}

/*
 Footer
----------------------------------------------------------- */
.footer {
    background: #002d72;
    font-family:"YakuHanJP", "Noto Sans Japanese", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
    color:#fff;
    border-top: 3px solid #002d72;
    letter-spacing: .05em;
    line-height: 1;
    font-size: 16px;
}

.footerLine{
    border-top: 5px solid #f8f7f0;
    border-bottom: 10px solid #f8f7f0;
    height: 26px;
}

.footer_logo {
  width: 105px;
  margin: 0 auto 10px;
}

.footer_logo a {
  display: inline-block;
}

.footer_copy {
 width: 900px;
    margin: 0 auto;
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 90%;
}

.footer_left {
    width: 900px;
    display: table;
    margin: 0 auto;
}

.footer_left p {
    display: table-cell;
    margin: 0 1em 0 0;
}

.footer_left p span{
    display: inline-block;
    padding: 0.5em 1em;
    border: solid 1px #333;
    margin: 0 1em 0 0;
}

.footer_left p.tel_img{
    padding: 0 30px;
}

.footer_left p img{
    margin: 0 0 15px;
}

.footer_right {
  float: right;
}

.qanda-footer {
    display: table;
    width: 1000px;
    margin: 0 auto;
}
.qanda-footer_site { 
    width: 500px;
}
.qanda-footer_logo {
  margin: 0;
  position: relative;
  top: 50px;
  text-align: center;
}
.qanda-footer_logo img {
    height: auto;
    width: 350px;
}
.qanda-footer_contact {
    display: table-cell;
    width: 500px;
    padding: 50px 0;
}
.qanda-footer_contact-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.8rem;
}
.qanda-footer_list {
    display: table;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
}
.qanda-footer_list li {
    display: table-cell;
    padding: 0 20px 0 0;
    white-space: nowrap;
    vertical-align: bottom;
    width:170px;
}
.qanda-footer_list-title {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #fff;
    width: 102px;
}

.qanda-footer_list-title2 {
    display: block;
    font-size: 15px;
    margin:0;
}

.qanda-footer_address {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.qanda-footer_address-number{
    font-size: 22px;
    padding-left: 5px;
}

.qanda-footer_comment {
    margin: 5px 0 0;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.commonHeaderTitle {
  text-align: center;
  margin-bottom: 40px;
}

.commonTitle {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #002d72;
  font-weight: normal;
  background: url("../img/common/bg_title_line.png") repeat-x bottom;
  line-height: 1.4;
  margin-bottom: 20px;
}

.commonTitle-01 {
  font-size: 24px;
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
  letter-spacing: 1px;
}

.notes-context{
  line-height:2rem;
  letter-spacing: 2px;
  font-size:16px;
  text-indent: -1em;
  padding-left: 2em;
  margin:0;
}

.commonTitle-02 {
  font-size: 95%;
  display: inline-block;
}

.commonTitle-02:before {
  content: "/";
  display: inline-block;
  margin-right: 10px;
}

.headTitlePic {
  text-align: center;
  margin-bottom: 50px;
}

/*Q&A追加*/
.content{
  padding-bottom: 50px;
  clear: both;
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}
.question img{
  padding-right: 20px;
}
.question p{
  float: right;
  width: 670px;
  padding-right: 10px;
  font-size: 20px;
  margin: 0;
  margin-top: 5px;
  color: #002d72;
}
.answer img{
  padding-right: 20px;
  float: left;
}
.answer p{
  float: right;
  width: 670px;
  padding-right: 10px;
  font-size: 14px;

}

/*WEBフォント使用の為全体的に明朝になるので、本文のみ再度指定し直し*/
.largeContainer {
  font-family: "YakuHanJP", "Noto Sans Japanese", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
}

/*商品について追加*/
.notesLineHeight {
  line-height: 2.2;
}