@charset "utf-8";

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

/* ----------------------------------------- */
/* テキスト リンク色
/* ----------------------------------------- */
/* 色1 */
.text_tag span button i.color1,
span.text_color1{
  color: #e50012;
}
/* 色2 */
.text_tag span button i.color2,
span.text_color2{
  color: #0012e5;
}
/* 文中リンク */
div[class^="parts"] a{
  color: #0033cc;
  text-decoration: underline;
}
div[class^="parts"] a:visited{
  color: #93278f;
  text-decoration: underline;
}

/* FORMリンク */
.link_form input.submit_button {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  color: #3b2d26;
  line-height: 136%;
  
  background-color: #FFFFFF;
  background-image: none;
  text-decoration: none;

  border: 1px solid #3b2d26;
  text-shadow:0 -1px #FFFFFF;
  border-radius: 5px;
  min-height: 42px;
}
.link_form input.submit_button:hover{
  background-image: none;
  color: #3b2d26;
  cursor: pointer;
  border-radius: 5px;

  background-image: none;
  background-color: #d7eeff;
  text-shadow: none;
  border: 1px solid #d7eeff;
}

/* リンクボタン */
.link{
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  color: #3b2d26;
  line-height: 136%;

  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #3b2d26;
  border-radius: 5px;
}
div[class^="parts"] .link a,
.link a{
  font-size: 1.6rem;
  font-weight: 500;
  color:#3b2d26;
  text-decoration: none;
  text-shadow: none;
  position: relative;
  border-radius: 0px;
  min-height: 42px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 12px;
}
div[class^="parts"] .link a:hover{
  color:#3b2d26;
  text-shadow: none;

  background-image: none;
  background-color: #d7eeff;
}
div[class^="parts"] .link:hover{
  border: 1px solid #d7eeff;
}

div[class^="parts"] .link a::before,
.link a::before{
  content: "\025b6";
  font-size: 1.0rem;
  color: #3b2d26;

  position: absolute;
  right: 12px;
  padding-top: 0px;
}
div[class^="parts"] .link a:hover::before,
.link a:hover::before{
  color:#3b2d26;
  text-shadow: none;
}

/* 表の文字レイアウト */
.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%;
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts07 table,
  .parts08 table,
  .parts09 table,
  .parts10 table,
  .parts11 table,
  .parts28 table,
  .parts29 table,
  .parts30 table{
    font-size: 90%;
  }
  .parts11 table,
  .parts12 table{
    font-size: 90%;
  }
}



/* 余白設定 */
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 #b6b1ae;
}

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

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

/* ----------------------------------------- */
/* 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{
  color: #3b2d26;
  font-weight: bold;
  background-color: #f7f6f1;
}
.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{
  color: #3b2d26;
  font-weight: bold;
  background-color: #f7f6f1;
}
.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,
  .column1w .parts17.left_right .before,
  .column1s .parts17.left_right .before{
    /* 縦レイアウト用の矢印 幅300px、高さ45px以内 */
    background-image: url(/parts_theme_image/arrow_v.png);
  }
}

/* ----------------------------------------- */
/* テキスト見出し フォント指定 及び 背景画像
/* ----------------------------------------- */
.parts18 h1{
  font-size: 3.5rem;
  line-height: 120%;
  color: #3b2d26;
}
.parts18 h1 a,
.parts18 h1 a:visited{
  color: #3b2d26;
  text-decoration: none;
}
/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts18 h1{
    font-size: 2.6rem;
  }
}

.parts18 h2{
  color: #3b2d26;
  font-size: 2.4rem;
  line-height: 120%;
}
.parts18 h2 a,
.parts18 h2 a:visited{
  color: #3b2d26;
  text-decoration: none;
}
/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts18 h2{
    font-size: 2.2rem;
  }
}

[class^="parts"] h3{
  width: 100%;
  font-size: 1.86rem;
  color: #3b2d26;
  line-height: 120%;
  border-bottom: solid 1px #b6b1ae;
  padding: 10px 0px;
}
 /* H3の表示面積が少ないパーツ対応 */
[class^="parts05"] h3,
[class^="parts06"] h3,
[class^="parts27"] h3,
[class^="parts14"] h3,
[class^="parts15"] h3,
[class^="parts34"] h3,
[class^="parts35"] h3{
  font-size: 1.86rem;
}
 /* 画像見出しとHTMLコードは装飾無し */
[class^="parts19"] h3,
[class^="parts20"] h3,
[class^="parts21"] h3{
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
[class^="parts"] h3 a,
[class^="parts"] h3 a:visited{
  color: #3b2d26;
  text-decoration: none;
}

[class^="parts"] h4{
  font-size: 1.6rem;
  width: 100%;
  color: #3b2d26;
  line-height: 120%;
  background-color: #f7f6f1;
  border-left: 3px solid #65bbd2;
  padding: 4px 0 4px 5px;
}

 /* 画像見出しとHTMLコードは装飾無し */
[class^="parts19"] h4,
[class^="parts20"] h4,
[class^="parts21"] h4{
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}

[class^="parts"] h4 a,
[class^="parts"] h4 a:visited{
  color: #3b2d26;
  text-decoration: none;
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {

}

/* ----------------------------------------- */
/* その他
/* ----------------------------------------- */
[class^="parts"] h3 u,
u,
span.text_underline{
  text-decoration: none;
  background:linear-gradient(transparent 60%, #FFFF00 0%);
}
