@charset "utf-8";

/* ----------------------------------------- */
/* CSS Version 20161208
/* ----------------------------------------- */

/* ----------------------------------------- */
/* テキスト リンク色
/* ----------------------------------------- */
/* 色1 */
.text_tag span button i.color1,
span.text_color1{
  color: #E42F59;
}
/* 色2 */
.text_tag span button i.color2,
span.text_color2{
  color: #0072B1;
}
/* 文中リンク */
div[class^="parts"] a{
  color: #470A0D;
  text-decoration: underline;
}
div[class^="parts"] a:visited{
  color: #470A0D;
  text-decoration: underline;
}

/* FORMリンク */
.link_form input.submit_button {
  /* http://www.colorzilla.com/gradient-editor/ */
  background-color: #59403A;
  background-image:-moz-linear-gradient(
  top,
  #59403A 0%,
  #59403A 40%,
  #59403A 60%,
  #59403A);
  background-image:-webkit-gradient(
  linear,left top,left bottom,
  from(#59403A),
  color-stop(0.40,#59403A),
  color-stop(0.60,#59403A),
  to(#59403A));

  color:#FFF;
  text-decoration: none;
  text-shadow:0 -1px #470A0D;

  border: 1px solid #470A0D;
  border-radius: 5px;
}
.link_form input.submit_button:hover{
  background-image: none;
  background-color: #470A0D;
  text-shadow:0 -1px #444;
  color: #FFF;
  cursor: pointer;
  border-radius: 5px;
}

/* リンクボタン */
.link{
  /* http://www.colorzilla.com/gradient-editor/ */
  background-color: #59403A;
  background-image:-moz-linear-gradient(
  top,
  #59403A 0%,
  #59403A 40%,
  #59403A 60%,
  #59403A);
  background-image:-webkit-gradient(
  linear,left top,left bottom,
  from(#59403A),
  color-stop(0.40,#59403A),
  color-stop(0.60,#59403A),
  to(#59403A));
  border: 1px solid #470A0D;
  border-radius: 5px;
}
div[class^="parts"] .link a,
.link a{
  color:#FFF;
  text-decoration: none;
  text-shadow:0 -1px #470A0D;
  border-radius: 5px;
}
div[class^="parts"] .link a:hover{
  color:#FFF;
  background-color: #470A0D;
  text-shadow:0 -1px #444;
}

/* 表の文字レイアウト */
.parts07 table,
.parts08 table,
.parts09 table,
.parts10 table,
.parts11 table,
.parts28 table,
.parts29 table,
.parts30 table{
  font-size: 90%;
  line-height: 140%;
}
.parts11 table,
.parts12 table{
  font-size: 90%;
  line-height: 140%;
}

/* 余白設定 */
div[class^="parts"] th, div[class^="parts"] td{
padding: 10px;
}

div[class^="parts"] th img, div[class^="parts"] td img{
padding-top: 5px;
padding-bottom: 5px;
}

/* 区切り線の種類 */
hr{
  border-top: solid 1px #470A0D;
}

/* ----------------------------------------- */
/* 表の線種設定
/* ----------------------------------------- */
div[class^="parts"].frame,
div[class^="parts"].ch_frame .child,
div[class^="parts"] th,
div[class^="parts"] td{
  border: solid 1px #470A0D;
}
div[class^="parts"] th,
div[class^="parts"].frame_bold table{ /* 見出し太枠 */
  border: solid 3px #470A0D;
}
div[class*="parts"].title_color th{ /* 色付き見出し枠リセット*/
  border: solid 1px #470A0D;
}
div[class^="parts"].line_bottom_solid tr{ /* 下線（実線） */
  border-bottom: solid 1px #470A0D;
}
div[class^="parts"].line_bottom_dashed tr{ /* 下線（破線） */
  border-bottom: dashed 1px #470A0D;
}

/* ----------------------------------------- */
/* 背景色付き・見出し背景色・table
/* ----------------------------------------- */
.back_color,
.ch_back_color .child,
.h_back_color h3{
  background-color: #E9E6CC;
}
.title_color th,
.x_even_color tr:nth-child(even),
.y_even_color td:nth-child(even){
  background-color: #E9E6CC;
}

/* ----------------------------------------- */
/* Q & A 画像
/* ----------------------------------------- */
/* 大 w690の場合、80px角の正方形 */
.parts16.size_l .question{
	background-image: url(/parts_theme_image/q_l_img.png);
}
.parts16.size_l .answer{
	background-image: url(/parts_theme_image/a_l_img.png);
}
.parts16.size_l .question p{
  font-weight: bold;
  font-size: 1.7rem;

  color: #470A0D;
  background: none;
}
.parts16.size_l .answer p{
}
/* 小 w690の場合、45px角の正方形*/
.parts16.size_s .question{
	background-image: url(/parts_theme_image/q_s_img.png);
}
.parts16.size_s .answer{
	background-image: url(/parts_theme_image/a_s_img.png);
}
.parts16.size_s .question p{
  font-weight: bold;
  font-size: 1.7rem;

  color: #470A0D;
  background: none;
}
.parts16.size_s .answer p{
}

/* ------------------------------- */
/* Before & After 画像
/* ------------------------------- */
.parts17.top_bottom .before img,
.parts17.left_right .before img{
/* 幅300px、高さ20px 以内 BEFOREの文字画像 */
  background-image: url(/parts_theme_image/before.png);
}
.parts17.top_bottom .after img,
.parts17.left_right .after img{
/* 幅300px、高さ20px 以内 AFTERの文字画像 */
  background-image: url(/parts_theme_image/after.png);
}
.parts17.top_bottom .before{
  /* 縦レイアウト用の矢印 幅300px、高さ45px以内 */
  background-image: url(/parts_theme_image/arrow_v.png);
}
.parts17.left_right .before{
  /* 横レイアウト用の矢印 幅100px、高さ80px以内 */
  background-image: url(/parts_theme_image/arrow_h.png);
}
/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts17.left_right .before{
    /* 縦レイアウト用の矢印 幅300px、高さ45px以内 */
    background-image: url(/parts_theme_image/arrow_v.png);
  }
}

/* ----------------------------------------- */
/* テキスト見出し フォント指定 及び 背景画像
/* ----------------------------------------- */
/*  column1w H1指定
    .column1w .parts18 h1{
    }
    column1s H1指定
    .column1s .parts18 h1{
    }
*/
.parts18 h1{
  font-family: yu-mincho-pr6n, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: bold;
  color: #470A0D;
  font-size: 3.1rem;
  padding: 10px 12px 12px 12px;
  line-height: 120%;

  background-image: linear-gradient(to right, #C7CA9E, #C7CA9E 20px,#C7CA9E, transparent 0px);
  background-size: 30px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;

  text-align: left;
  text-shadow: 2px 2px 1px rgba(230,230,230,1);
}

.parts18 h2{
  font-family: yu-mincho-pr6n, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-style: normal;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 120%;

  padding: 10px;
  color: #333333;
  border-top: 2px solid #D8D8D8;
  border-left: 2px solid #D8D8D8;
  border-radius: 5px 0 0 0;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
}

[class^="parts"] h3{
  font-family: ryo-gothic-plusn, meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.0rem;

  background-image:-moz-linear-gradient(
  top,
  rgba(255,255,255,0) 0%,
  rgba(255,255,255,0) 60%,
  #E9E6CC 61%,
  #E9E6CC);
  background-image:-webkit-gradient(
  linear,left top,left bottom,
  from(rgba(255,255,255,0)),
  color-stop(0.60,rgba(255,255,255,0)),
  color-stop(0.61,#E9E6CC),
  to(#E9E6CC));
  
  width: 100%;
  border: none;
  padding: 8px 8px 4px 8px;
  color: #333;
}
[class^="parts"] h3:before{
    content: "●";
    color: #470A0D;
    padding-right: 5px;
    padding-left: 0;
}
 /* 画像見出しとHTMLコードは装飾無し */
[class^="parts19"] h3,
[class^="parts20"] h3,
[class^="parts21"] h3{
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  color: #333;
}

.parts18 h4{
  font-family: ryo-gothic-plusn, meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  color: #470A0D;

  border-bottom: 1px dashed #470A0D;
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts18 h1{
    font-size: 2.0rem;
  }
  .parts18 h2{
    font-size: 1.9rem;
  }
  [class^="parts"] h3{
    font-size: 1.6rem;
    padding: 7px 7px 3px 7px;
  }
  .parts18 h4{
    font-size: 1.5rem;
  }
}

