@charset "utf-8";

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

/* ----------------------------------------- */
/* テキスト リンク色
/* ----------------------------------------- */
/* 色1 */
.text_tag span button i.color1,
span.text_color1{
  color: #F50156;
}
/* 色2 */
.text_tag span button i.color2,
span.text_color2{
  color: #389ADC;
}
/* 文中リンク */
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/ */
  color: #F50156;
  height: 48px;
  border-radius: 6px;
  background-color: #FFFFFF;
  background-image: none;
  text-decoration: none;
  text-shadow:0 -1px #FFF;
  box-shadow: 0 0 0 2px #F50156;

}
.link_form input.submit_button:hover{
  color: #FFFFFF;
  background-image: none;
  background-color: #F50156;
  text-shadow: none;
  box-shadow: 0 0 0 2px #fff;
  cursor: pointer;
}

/* リンクボタン */
.link{
  /* http://www.colorzilla.com/gradient-editor/ */
  background-image: none;
  background-color: #FFFFFF;
}
div[class^="parts"] .link a,
.link a{
  width: 240px;
  height: 48px;
  border-radius: 6px;
  background-color: #FFFFFF;
  color:#F50156;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  text-shadow: none;
  border: none;
  box-shadow: 0 0 0 2px #F50156;

}
div[class^="parts"] .link a:hover{
  color: #FFFFFF;
  background-color: #F50156;
  text-shadow: none;
  box-shadow: 0 0 0 2px #fff;
}

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

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

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

/* ----------------------------------------- */
/* Q & A 画像
/* ----------------------------------------- */
/* 大 w690の場合、80px角の正方形 */
.parts16.size_l .question{
	background-image: url("../parts_theme_image_recruit/q_l_img.png");
}
.parts16.size_l .answer{
	background-image: url("../parts_theme_image_recruit/a_l_img.png");
}
.parts16.size_l .question p{
  color: #4D4D4D;
  background-color: #FFFFFF;

  font-size: 2.0rem;
  font-family: tbudgothic-std, meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.parts16.size_l .answer p{
}
/* 小 w690の場合、45px角の正方形*/
.parts16.size_s .question{
	background-image: url("../parts_theme_image_recruit/q_s_img.png");
}
.parts16.size_s .answer{
	background-image: url("../parts_theme_image_recruit/a_s_img.png");
}
.parts16.size_s .question p{
  color: #4D4D4D;
  background-color: #FFFFFF;
  padding: 0 15px;

  font-family: tbudgothic-std, meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.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_recruit/before.png");
}
.parts17.top_bottom .after img,
.parts17.left_right .after img{
/* 幅300px、高さ20px 以内 AFTERの文字画像 */
  background-image: url("../parts_theme_image_recruit/after.png");
}
.parts17.top_bottom .before{
  /* 縦レイアウト用の矢印 幅300px、高さ45px以内 */
  background-image: url("../parts_theme_image_recruit/arrow_v.png");
}
.parts17.left_right .before{
  /* 横レイアウト用の矢印 幅100px、高さ80px以内 */
  background-image: url("../parts_theme_image_recruit/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_recruit/arrow_v.png");
  }
}

/* ----------------------------------------- */
/* テキスト見出し フォント指定 及び 背景画像
/* ----------------------------------------- */
/*  column1w H1指定
    .column1w .parts18 h1{
    }
    column1s H1指定
    .column1s .parts18 h1{
    }
*/
.parts18 h1{
  font-family: "Helvetica","Arial","Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.5rem;
  color: #333333;
  line-height: 140%;
  padding: 30px 0 30px 0;
  position: relative;
  z-index: 1;
}
.parts18 h1 a,
.parts18 h1 a:visited{
  text-decoration: none;
  color: #333333;
}
/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts18 h1{
    font-size: 2.4rem;
    padding: 14px 0 14px 0;
  }
}

.parts18 h2{
  font-family: "Helvetica","Arial","Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3.0rem;
  color: #333333;
  line-height: 140%;
  padding: 0 0 10px 0;
  border-bottom: solid 2px #E6E6E6;
}
.parts18 h2 a,
.parts18 h2 a:visited{
  text-decoration: none;
  color: #333333;
}
/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts18 h2{
    font-size: 2.2rem;
    padding: 0 0 4px 0;
  }
}


[class^="parts"] h3{
  font-family: "Helvetica","Arial","Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.5rem;
  width: 100%;
  color: #F50156;
  line-height: 140%;
  padding: 6px 0 6px 0px;

  position: relative;
}

[class^="parts"] h3 a,
[class^="parts"] h3 a:visited{
  text-decoration: none;
  color: #F50156;
}
/* Smart Phone View */
@media only screen and (max-width: 649px) {
  [class^="parts"] h3{
    font-size: 1.8rem;
    padding: 8px 0 6px 0px;
  }
}

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


.parts18 h4{
  font-family: "Helvetica","Arial","Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 140%;
  background-color: #F50156;
  font-size: 1.6rem;
  text-align: left;
  color: #FFFFFF;
  padding: 3px 0 3px 7px;
}
.parts18 h4 a,
.parts18 h4 a:visited{
  text-decoration: none;
  color: #333333;
}
/* Smart Phone View */
@media only screen and (max-width: 649px) {
  [class^="parts"] h4{
    font-size: 1.7rem;
    padding: 3px 0 0 30px;
  }
}

/* ----------------------------------------- */
/* 下線
/* ----------------------------------------- */
[class^="parts"] h3 u,
u,
span.text_underline{
  text-decoration: none;
  background:linear-gradient(#fcee21 100%, transparent 100%);
}

span[style*="text-decoration: underline"]{
  text-decoration: none !important;
  background:linear-gradient(#fcee21 100%, transparent 100%);
}
