@charset "utf-8";

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

/* ----------------------------------------- */
/* テキスト リンク色
/* ----------------------------------------- */

/* 色1 */
.text_tag span button i.color1,
span.text_color1{
  color: #f15a24;/* 文字色 */
}
/* 色2 */
.text_tag span button i.color2,
span.text_color2{
  color: #0074ba;/* 文字色 */
}

/* 文中リンク */
div[class^="parts"] a{
  color: #0033cc;/* 文字色 */
  text-decoration: underline;
}
div[class^="parts"] a:visited{
  color: #93278f;/* 文字色 */
  text-decoration: underline;
}

/* リンクボタン */
.link{
  border-radius: 4px;/* limk aと一緒 */
}
div[class^="parts"] .link a,
.link a{
  min-height: 44px;
  height: 100%;
  font-size: 15px;/* 文字サイズ */
  color:#003f75;/* 文字色 */
  background-color: #ffffff;/* 背景色 */
  border: solid 1px #003f75;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  text-shadow: none;
  position: relative;
}
div[class^="parts"] .link a:hover{
  color:#ffffff;/* 文字色 */
  background-color: #003f75;/* 背景色 */
}
div[class^="parts"] .link a::after,
.link a::after{
  content: url("/image/link_after.png");
  position: absolute;
  right: 5%;
}

/* FORMリンク */
.link_form input.submit_button {
  height: 30px;
  font-size: 16px;/* 文字サイズ */
  color:#333333;/* 文字色 */
  background-color: #ffffff;/* 背景色 */
  background-image: none;
  border: solid 1px #000000;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;  
  text-decoration: none;
  text-shadow: none;
}
.link_form input.submit_button:hover{
  color:#ffffff;/* 文字色 */
  background-color: #000000;/* 背景色 */

}

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

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

/* ----------------------------------------- */
/* 背景色付き・見出し背景色・table
/* ----------------------------------------- */
.back_color,
.ch_back_color .child,
.h_back_color h3{
  border: solid 1px #bcbcbc;/* 背景2 枠色 */
  background-color: #f2f2f2;/* 背景2 背景色 */
}
.title_color th,
.x_even_color tr:nth-child(even),
.y_even_color td:nth-child(even){
  background-color: #DDDDDD;
}

/* ----------------------------------------- */
/* 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-size: 20px;/* 文字サイズ */
  color: #003f75;/* 文字色 */
  font-family: 'Zen Old Mincho', serif;
  background-color: #ffffff;/* 背景色 */
  /*padding: 0px 0px 0px 0px;*/
}
.parts16.size_l .answer p{
  font-family: 'Zen Old Mincho', serif;
}

/* 小 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-size: 16px;/* 文字サイズ */
  color: #000000;/* 文字色 */
  font-family: 'Zen Old Mincho', serif;
  background-color: #e6e6e6;/* 背景色 */
  /*padding: 0px 0px 0px 0px;*/

}
.parts16.size_s .answer p{
  font-family: 'Zen Old Mincho', serif;
 }

/* ------------------------------- */
/* 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.gif);
}
.parts17.left_right .before{
  /* 横レイアウト用の矢印 幅100px、高さ80px以内 */
  background-image: url(/parts_theme_image/arrow_h.gif);
}
/* 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.gif);
  }
}

/* ----------------------------------------- */
/* テキスト見出し フォント指定 及び 背景画像
/* ----------------------------------------- */
/*  column1w H1指定
    .column1w .parts18 h1{
    }
    column1s H1指定
    .column1s .parts18 h1{
    }
*/
.parts18 h1{
  font-size: 55px;/* 文字サイズ */
  font-family: 'Zen Old Mincho', serif;
  line-height: 1.3em;
  text-align: center;
}
.parts18 h1 a,
.parts18 h1 a:visited{
  color: #333333;
  text-decoration: none;
}

.parts18 h2{
  font-size: 30px;/* 文字サイズ */
  color: #003f75;/* 文字色 */
  font-family: 'Zen Old Mincho', serif;
  line-height: 1.3em;
}
.parts18 h2 a,
.parts18 h2 a:visited{
  color: #333333;
  text-decoration: none;
}

[class^="parts"] h3{
  width: 100%;
  font-size: 19px;/* 文字サイズ */
  color: #003f75;/* 文字色 */
  line-height: 1.3em;
  padding-bottom:8px;
  position: relative;
}

[class^="parts"] h3::before{
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ec6c00;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 1;
}
[class^="parts"] h3::after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #003f75;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

 /* H3の表示面積が少ないパーツ対応 */
[class^="parts05"] h3,
[class^="parts06"] h3,
[class^="parts27"] h3,
[class^="parts14"] h3,
[class^="parts15"] h3,
[class^="parts34"] h3,
[class^="parts35"] h3{
  font-size: 20px;
}
[class^="parts"] h3 a,
[class^="parts"] h3 a:visited{
  color: #333333;
  text-decoration: none;
}

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

[class^="parts"] h4{
  font-size: 14px;/* 文字サイズ */
  color: #000000;/* 文字色 */
  line-height: 1.3em;
  background-color: #e6e6e6;
  padding: 10px 0 10px 10px;
  width:100%;
}

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

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

/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts18 h1{
    font-size: 24px;
  }
  .parts18 h2{
    font-size: 22px;
  }
  .parts18 h3{
    font-size: 20px;
  }
  .parts18 h4{
    font-size: 18px;
  }
}

/* ----------------------------------------- */
/* WordPress */
/* ----------------------------------------- */
/* PC View */
@media print, screen and (min-width:650px) {
  .entry-header .parts18 h1{
    font-size: 28px;/* 文字サイズ */
    font-family: 'Zen Old Mincho', serif;
    color:#000000;
    font-weight:bold;
    line-height: 1.3em;
    text-align:left;
    border-top:solid 2px #E6E6E6;
    border-bottom:solid 2px #F2F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:40px;
    position:relative;
} 
  .entry-header .parts18 h1::before{
    content:url("/image/wp_h1.png");
    position:absolute;
    top:0;
    left:0;
}
  #primary .parts18 h1{
    font-size: 28px;/* 文字サイズ */
    font-family: 'Zen Old Mincho', serif;
    color:#000000;
    font-weight:bold;
    line-height: 1.3em;
    text-align:left;
    border-top:solid 2px #E6E6E6;
    border-bottom:solid 2px #F2F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:40px;
    margin-top:25px;
    position:relative;
} 
  #primary .parts18 h1::before{
    content:url("/image/wp_h1.png");
    position:absolute;
    top:0;
    left:0;
}

  .entry-header .parts18 h2{
    font-size: 25px;/* 文字サイズ */
    font-family: 'Zen Old Mincho', serif;
    color:#003F75;
    font-weight:bold;
    line-height: 1.3em;
    text-align:left;
    background-color:#E6E6E6;
    border-left:solid 5px #003F75;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:10px;
    position:relative;
} 
  .entry-header .parts18 h2 a{
    color:#003F75;
}
  .entry-header .parts18 h2::before{
    content:"";
    width:5px;
    height:50%;
    background-color:#EC6C00;
    position:absolute;
    top:0;
    left:-5px;
}
  .post .parts13 h3{
    background-color:#E6E6E6;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:15px;
}
  .post .parts13 h3 a{
    color:#003F75;
}
  .entry-header .parts18 h4 a{
    color:#000000;
} 

}

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

  .entry-header{
    display:block;
}

  .entry-header .parts18 h1{
    font-size: 28px;/* 文字サイズ */
    font-family: 'Zen Old Mincho', serif;
    color:#000000;
    font-weight:bold;
    line-height: 1.3em;
    text-align:left;
    border-top:solid 2px #E6E6E6;
    border-bottom:solid 2px #F2F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:40px;
    position:relative;
} 
  .entry-header .parts18 h1::before{
    content:url("/image/wp_h1.png");
    position:absolute;
    top:0;
    left:0;
}
  #primary .parts18 h1{
    font-size: 28px;/* 文字サイズ */
    font-family: 'Zen Old Mincho', serif;
    color:#000000;
    font-weight:bold;
    line-height: 1.3em;
    text-align:left;
    border-top:solid 2px #E6E6E6;
    border-bottom:solid 2px #F2F2F2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:40px;
    margin-top:25px;
    position:relative;
} 
  #primary .parts18 h1::before{
    content:url("/image/wp_h1.png");
    position:absolute;
    top:0;
    left:0;
}

  .entry-header .parts18 h2{
    font-size: 25px;/* 文字サイズ */
    font-family: 'Zen Old Mincho', serif;
    color:#003F75;
    font-weight:bold;
    line-height: 1.3em;
    text-align:left;
    background-color:#E6E6E6;
    border-left:solid 5px #003F75;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:10px;
    padding-right:10px;
    position:relative;
} 
  .entry-header .parts18 h2 a{
    color:#003F75;
}
  .entry-header .parts18 h2::before{
    content:"";
    width:5px;
    height:50%;
    background-color:#EC6C00;
    position:absolute;
    top:0;
    left:-5px;
}

}