@charset "utf-8";

a, a:focus {
  outline: none;
}
img {
  width: auto;
  max-width: 100%;
}
header {
  background: url("../images/bg_header.png") repeat center center;
}
header > p.logo {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
}
header > p.logo img {
  width: 20%;
	max-width: 120px;
}
header > h1 {
  text-align: center;
}
header > h1 img {
	width: 94%;
	max-width: 882px;
}
footer .fnav .ac_link img {
  width: 85px;
}

#jiritsu a {
  color: #005bac;
  text-decoration: underline;
}
#jiritsu .fs-small {font-size:85%;}
#jiritsu .red {color:#f00;}
#jiritsu .bg-gray {background:#eee;}
#jiritsu .bg-orange {background:#FFEFBF;}
#jiritsu .marker {
  background: url("../images/marker.png") repeat-x left bottom / auto 100%;
}
#jiritsu .list > li {
  position: relative;
  padding-left: 1.3em;
}
#jiritsu .list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
#jiritsu .list.circle > li::before {
  content: "○";
}
#jiritsu .list.smldot > li::before {
  content: "・";
}
#jiritsu .list.kome > li::before {
  content: "※";
}
#jiritsu .borderbox {
  border: 2px dotted #999;
  border-radius: 8px;
}
#jiritsu .heading {
  position: relative;
}
#jiritsu .heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  z-index: -1;
}
#jiritsu .heading h2, #jiritsu .heading h3 {
  background: #EF8216;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 6px;
}
#jiritsu section h4 {
  font-weight: bold;
  text-align: center;
}
#jiritsu section .container > * + * {
  margin-top: 1em;
}
#jiritsu figure figcaption {
  padding-bottom: .5em;
}
#jiritsu figure img {
  display: block;
  margin: 0 auto;
}
#jiritsu .table_d {
  width: 100%;
  table-layout: fixed;
}
#jiritsu .table_d tr > * {
  vertical-align: middle;
  border: 1px solid #999;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
#jiritsu .table_d tr > th {
  background: #eee;
}
#jiritsu .table_d tr > td {
  background: #fff;
}
#jiritsu .table_d thead tr > * {
  font-size: 90%;
}
#jiritsu .table_d thead tr > th {
  background: #ECD99D;
}
#jiritsu .table_d thead tr > td {
  background: #FDE8A8;
}
#jiritsu #performance .table_d tr > td img {
  width: 100%;
  max-width: 200px;
  margin-top: .2em;
}
#jiritsu #performance .table_d tr > td img.v2h {
  width: 55%;
  max-width: 120px;
}
#jiritsu #contact .container {
  border-color: #0084C4;
  border-style: solid;
  border-radius: 6px;
}
#jiritsu #contact .container h3 {
  background: #0084C4;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}



/* -------------------------------------------------
  スマホ向けスタイル : ~768px
------------------------------------------------- */
@media only screen and (max-width: 768px) {  
  header {
    padding: 10px 0 0;
    background-size: 100px auto;
    border-bottom: 20px solid #b0d172;
  }
  header > h1 {
    margin-top: 15px;
    margin-bottom: -10px;
  }
  footer {
    margin-bottom: 0;
    padding: 20px 0 15px;
  }
  footer .fnav ul {
    padding-bottom: 15px;
  }
  
  #jiritsu .l_row {
    padding-bottom: 15px;
  }
  #jiritsu .l_row > * + * {
    margin-top: 15px;
  }
  #jiritsu .borderbox {
    padding: 10px 3%;
  }
  #jiritsu {
    font-size: 14px;
    overflow-x: hidden; 
  }
  #jiritsu section {
    padding-bottom: 40px;
  }
  #jiritsu .container.lead {
    padding-bottom: 30px;
  }
  #jiritsu .heading {
    margin-bottom: 15px;
  }
  #jiritsu .heading::before {
    border-top: 2px solid #EF8216;
    top: calc(50% - 1px);
  }
  #jiritsu .heading.first {
    background: url("../images/bg_title_sp.png") repeat-x 0 0 / auto 100%;
  }
  #jiritsu .heading h2, #jiritsu .heading h3 {
    display: block;
    width: 94%;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding: 7px 10px;
  }
  #jiritsu section h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #jiritsu section .titlebox h4 {
    margin-bottom: 5px;
  }
  #jiritsu #forte figure img {
    width: auto;
    height: 112px;
  }
  #jiritsu #forte .bg-orange {
    margin-bottom: 30px;
  }
  #jiritsu .table_d tr > * {
    padding: 5px;
  }
  #jiritsu .table_d thead tr > * {
    padding: 2px;
  }
  #jiritsu #contact .container {
    border-width: 2px;
    padding-bottom: 10px;
  }
  #jiritsu #contact .container h3 {
    font-size: 16px;
  }
  #jiritsu #contact .container h3 ~ * {
    padding-left: 3%;
    padding-right: 3%;
  }
  #jiritsu #contact .container div.sp > a {
    display: block;
    margin: auto;
  }
  #jiritsu #contact .container div.sp > a + a {
    margin-top: 10px;
  }
  
  
  

}


/* -------------------------------------------------
  タブレット＆PC向けスタイル : 769px~
------------------------------------------------- */
@media only screen and (min-width: 769px) {
	header {
		padding: 25px 0 0;
    background-size: auto;
    border-bottom: 40px solid #b0d172;
	}
  header > h1 {
    margin-top: 10px;
    margin-bottom: -20px;
  }
  footer {
    padding-top: 50px;
  }
  footer .fnav ul {
    float: none;
    padding-bottom: 20px;
  }
  footer .copy #f_logo img {
    width: 107px;
  }
  
  #jiritsu a img {
    transition: .5s;
  }
  #jiritsu a:hover {
    color: #00a0ea;
    text-decoration: none;
  }
  #jiritsu .l_row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #jiritsu .l_row > * {
    display: table-cell;
    vertical-align: top;
  }
  #jiritsu .borderbox {
    padding: 20px;
  }
  #jiritsu .l_row.borderbox {
    border-spacing: 30px;
    padding: 0;
  }
  #jiritsu {
    font-size: 16px;
  }
  #jiritsu section {
    padding-bottom: 80px;
  }
  #jiritsu .container.lead {
    padding-bottom: 60px;
  }
  #jiritsu .heading {
    margin-bottom: 20px;
  }
  #jiritsu .heading::before {
    border-top: 4px solid #EF8216;
    top: calc(50% - 2px);
  }
  #jiritsu .heading.first {
    background: url("../images/bg_title.png") repeat-x 0 0 / auto 100%;
  }
  #jiritsu .heading h2, #jiritsu .heading h3 {
    display: inline-block;
    font-size: 23px;
    padding: 10px 20px;
  }
  #jiritsu section h4 {
    font-size: 21px;
    margin: 10px auto 20px;
  }
  #jiritsu section .titlebox {
    text-align: center;
    padding-bottom: 5px;
  }
  #jiritsu section .titlebox h4 {
    display: inline-block;
    margin-bottom: 0;
  }
  #jiritsu section .titlebox h4 + h4 {
    margin-left: 20px;
  }
  #jiritsu #forte .bg-gray figure:nth-child(1) {
    width: 42.25%;
  }
  #jiritsu #forte .bg-gray figure:nth-child(2) {
    width: 57.74%;
  }
  #jiritsu #forte .bg-orange figure:nth-child(1) {
    width: 43.72%;
  }
  #jiritsu #forte .bg-orange figure:nth-child(2) {
    width: 56.27%;
  }
  #jiritsu #forte .bg-orange {
    margin-bottom: 50px;
  }
  #jiritsu .table_d tr > * {
    padding: 10px 20px;
  }
  #jiritsu .table_d thead tr > * {
    padding: 5px;
  }
  #jiritsu #contact .container {
    border-width: 3px;
    padding-bottom: 20px;
  }
  #jiritsu #contact .container h3 {
    font-size: 21px;
  }
  #jiritsu #contact .container h4 {
    width: 90%;
    max-width: 826px;
    margin: 20px auto 0;
  }
  #jiritsu #contact .container div.pc .l_row {
    width: 100%;
    max-width: 815px;
    margin: auto;
    border-spacing: 15px;
  }
  #jiritsu #contact .container div.pc .l_row > p:nth-child(1) {
    width: 37.66%;
    max-width: 290px;
    vertical-align: bottom;
  }
  #jiritsu #contact .container div.pc .l_row > p:nth-child(2) {
    width: 62.33%;
    max-width: 480px;
  }
  #jiritsu #contact .container div.pc .l_row + .l_row {
    margin-top: -5px;
  }
  #jiritsu #contact .container div.pc a:hover img {
    opacity: .7;
  }
  #jiritsu #contact .container .list.kome {
    text-align: center;
    margin-top: 0;
  }
  #jiritsu #contact .container .list.kome > li {
    display: inline-block;
  }


}


/* -------------------------------------------------
  スマホ横向きの場合のスタイル
------------------------------------------------- */
@media screen and (max-width:768px) and (orientation: landscape) {
  
  
}


