@charset "utf-8";

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

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

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

  color:#FFF;
  text-decoration: none;
  text-shadow:0 -1px #B45601;
  border-radius: 0;

  border: 1px solid #BBBBBB;
}
.link_form input.submit_button:hover{
  background-image: none;
  background-color: #D2E1F0;
  text-shadow:0 -1px #A9CDEA;
  color: #4D4D4D;
  cursor: pointer;
}

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

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

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

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

/* ----------------------------------------- */
/* 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-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.0rem;

  color: #4D4D4D;
  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{
  color: #4D4D4D;
  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: ryo-gothic-plusn, meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-style: normal;

  color: #FFF;
  background-color: #5AABC7;
  background-image: linear-gradient(to right, #5AABC7,#8FC6D9);
  border-radius: 4px;


  font-size: 3.0rem;
  line-height: 120%;
  padding: 20px 20px 20px 20px;
  text-shadow: 2px 2px 1px rgba(46,96,109,1);
  position:relative;
}
.parts18 h1:before{
  position:absolute;
  display:inline-block;
  content: ' ';
  height: 80%;
  top: 10%;
  left: 8px;

  font-family: meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", Arial, Verdana, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 3.4rem;
  border-left: solid 6px #FFF;
  padding-left: 8px;
}
.parts18 h2{
  font-family: ryo-gothic-plusn, meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: 2.6rem;
  color: #4D4D4D; /* テキスト色 */
  text-shadow: 1px 1px 0 #CCC;
  line-height: 120%;
  padding: 10px 10px 10px 16px;

  background-image: url(/parts_theme_image/h2_back.png);
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 1px solid #aaa; /* 上線：太さ 線の種類 色 */
  border-right: 1px solid #aaa; /* 下線：太さ 線の種類 色 */
}

[class^="parts"] h3{
  width: 100%;

  font-family: ryo-gothic-plusn, meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;

  color: #FFF;
  font-size: 1.8rem;
  text-shadow: 2px 2px 1px rgba(46,96,109,1);

  background: #5AABC7;
  padding: 8px 10px 8px 16px;
  border: none;
  border-radius: 4px;
}

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


.parts18 h4{
  font-family: ryo-gothic-plusn, meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: 1.6rem;

  color: #F07501;
  border-bottom: 1px solid #F07501;
}

