@charset "utf-8";

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

/* ----------------------------------------- */
/* ãã­ã¹ãè¦åºã ãã©ã³ãæå® åã³ èæ¯ç»å
/* ----------------------------------------- */
/*  column1w H1æå®
    .column1w .parts18 h1{
    }
    column1s H1æå®
    .column1s .parts18 h1{
    }
*/
.parts18 h1{
  font-size: 32px;
  font-family: "ten-mincho", serif;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: normal;
}
.parts18 h1 a,
.parts18 h1 a:visited{
  color: #333333;
  text-decoration: none;
}
/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts18 h1{
    font-size: 30px;
  }
}

.parts18 h2{
  font-size: 25px;
  font-family: "ten-mincho", serif;
  line-height: 1.2em;
  color: #29abcc;
  font-weight: normal;
  text-align: center;
}
.parts18 h2 a,
.parts18 h2 a:visited{
  color: #333333;
  text-decoration: none;
}
/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .parts18 h2{
    font-size: 24px;
  }
}

[class^="parts"] h3{
  width: 100%;
  padding: 10px 5px;
  
  font-size: 20px;
  font-family: "ten-mincho", serif;

  line-height: 1.2em;
  color: #333333;
  font-weight: normal;
  
  border-bottom: 1px solid #333333; 
}
 /* 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.8rem;
}
[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%;
  padding: 0;
  
  border: none;
  background: none;
}

[class^="parts"] h4{
  width: 100%;
  font-size: 17px;
  font-family: "ten-mincho", serif;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: normal;
  
  padding: 10px;
  
  background: #343434;
}
[class^="parts"] h4 a,
[class^="parts"] h4 a:visited{
  text-decoration: none;
  color: #333333;
}
 /* ç»åè¦åºãã¨HTMLã³ã¼ãã¯è£é£¾ç¡ã */
[class^="parts19"] h4,
[class^="parts20"] h4,
[class^="parts21"] h4{
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}

/* ----------------------------------------- */
/* ãã­ã¹ã ãªã³ã¯è²
/* ----------------------------------------- */
/* è²1 */
.text_tag span button i.color1,
span.text_color1{
  color: #f50156;
}
/* è²2 */
.text_tag span button i.color2,
span.text_color2{
  color: #0086d3;
}
/* æä¸­ãªã³ã¯ */
div[class^="parts"] a{
  color: #0033cc;
  text-decoration: underline;
}
/* è¨ªåæ¸ãªã³ã¯ */
div[class^="parts"] a:visited{
  color: #93278f;
  text-decoration: underline;
}

/* ----------------------------------------- */
/* ãã¿ã³
/* ----------------------------------------- */
/* ãªã³ã¯ãã¿ã³ */
.link{
  border-radius: 23px;/* limk aã¨ä¸ç· */
}
div[class^="parts"] .link a,
.link a{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;    
  
  max-width: 240px;
  min-height: 46px;
  padding: 10px 25px;
  
  font-size: 15.5px;
  color:#ffffff;
  text-shadow: none;
  text-decoration: none;
  
  border: 2px solid #ff699c;
  border-radius: 23px;
  background-color: #ff699c;
}
div[class^="parts"] .link a:hover,
.link a:hover{
  color: #ff699c;
  
  border: 2px solid #ff699c;
  background-color: #ffffff;
}
div[class^="parts"] .link a::after,
.link a::after{
  content: "\e861";
  position: absolute;
  right: 5%;
  
  font-size: 10px;
  font-family: "gud_basic";
  color: #ffffff;
}
div[class^="parts"] .link a:hover::after,
.link a:hover::after{
  color:#ff699c;
}

/* FORMãªã³ã¯ */
.link_form input.submit_button {
  background-color: #C8C8C8;
  background-image:-moz-linear-gradient(
  top,
  #FFFFFF 0%,
  #FFFFFF 40%,
  #EFEFEE 60%,
  #DCDCDC);
  background-image:-webkit-gradient(
  linear,left top,left bottom,
  from(#FFFFFF),
  color-stop(0.40,#FFFFFF),
  color-stop(0.60,#EFEFEE),
  to(#DCDCDC));

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

  border: 1px solid #C7C7C7;
  border-radius: 5px;
}
.link_form input.submit_button:hover{
  background-image: none;
  background-color: #DDD;
  text-shadow:0 -1px #BBB;
  color: #333333;
  cursor: pointer;
  border-radius: 5px;
}

/* ----------------------------------------- */
/* è¡¨
/* ----------------------------------------- */
/* è¡¨ã®æå­ã¬ã¤ã¢ã¦ã */
.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 #e6e6e6;
}
div[class^="parts"] th,
div[class^="parts"].frame_bold table{ /* è¦åºãå¤ªæ  */
  border: solid 3px #e6e6e6;
}
div[class*="parts"].title_color th{ /* è²ä»ãè¦åºãæ ãªã»ãã*/
  border: solid 1px #e6e6e6;
}
div[class^="parts"].line_bottom_solid tr{ /* ä¸ç·ï¼å®ç·ï¼ */
  border-bottom: solid 1px #e6e6e6;
}
div[class^="parts"].line_bottom_dashed tr{ /* ä¸ç·ï¼ç ´ç·ï¼ */
  border-bottom: dashed 1px #e6e6e6;
}

/* ----------------------------------------- */
/* èæ¯è²ä»ãã»è¦åºãèæ¯è²ã»table
/* ----------------------------------------- */
.back_color,
.ch_back_color .child,
.h_back_color h3{
  background-color: #eeeeee;
}
.title_color th,
.x_even_color tr:nth-child(even),
.y_even_color td:nth-child(even){
  background-color: #eeeeee;
}

/* ----------------------------------------- */
/* 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: 21px;
  font-family: "ten-mincho", serif;
  color: #333333;
  font-weight: bold;
  background-color: #f2f2f2;
  
  padding: 17px 15px;
}
.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: #333333;
  background-color: #f2f2f2;
}
.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);
  }
}

