@charset "shift_jis";

/*-------------------- MajorBase tag START --------------------*/

body,
button,
input,
select,
textarea {
  font-family: Arial, Roboto, Droid Sans, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 14px;
  color: #434343;
  line-height: 1.6;
}

a {
  color: #434343;
  text-decoration: none;
  }
a:visited {
  color: #434343;
  }
a:hover,
a:focus {
  color: #434343;
  }

img {
  border: 0;
  vertical-align: middle;
  }
figure {
  margin: 0;
  }

form {
  margin: 0;
  }
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  }

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
  padding: 0;
  }
h1,
h2,
h3 {
  font-weight: normal;
  }

/*-------------------- MajorBase tag END --------------------*/



/*-------------------- MinorBase tag START --------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  }
td {
  vertical-align: top;
  text-align: left;
  }

li {
  list-style-type: none;
  }

/*-------------------- MinorBase tag END --------------------*/



/*-------------------- Chips for Display START --------------------*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  }
.clearfix:after {
  clear: both;
  }
.clearfix {
  *zoom: 1;
  }
p.clearfix {
  clear: both;
  content: "";
  *zoom: 1;
  display: table;
  font-size: 1px;
  }
.floatleft {
  float: left;
  }
.floatright {
  float: right;
  }
.vs_float {
  overflow: hidden;
  }

.alignCenter {
  text-align: center;
  }
.alignRight {
  text-align: right;
  }
.alignLeft {
  text-align: left;
  }

.hidden {
  display: none !important;
  visibility: hidden;
  }

.hidePC {
  display: none !important;
  visibility: hidden;
  }
@media only screen and (max-width: 721px) {
.hidephone {
  display: none !important;
  visibility: hidden;
  }
.hidePC {
  display: inherit !important;
  visibility: visible;
  }

}/* --- @max-width 721px hide something END --- */

/*-------------------- Chips for Display END --------------------*/



/*-------------------- Utility Modified Figure START --------------------*/

.text-red01 {
  color: #cc0000;
  }
.text-gray01 {
  color: #cccccc;
  }
.mb01 {
  margin-bottom: 1em;
  }
.mtb01 {
  margin-top: 1em;
  margin-bottom: 1em;
  }

ul.basic {
  margin: 1em 0;
  }
ul.basic li {
  margin: 0 0 0 1em;
  list-style: disc;
  }

/*-------------------- Utility Modified Figure END --------------------*/



/*-------------------- GroundBase Field START --------------------*/

header {
  width: 100%;
  margin: 0;
  background-color: #EBD40D;
  }
@media only screen and (max-width: 721px) {
header {
  background-color: #000033;
  }
}/* --- @max-width 721px header area END --- */

section.pagecontents {
  width: 983px;
  margin: 1em auto;
  overflow: hidden;
  min-height: 75vh;
  }
@media only screen and (max-width: 721px) {
section.pagecontents {
  width: 100%;
  margin-top: 0;
  }
}/* --- @max-width 721px section pagecontents END --- */

article.slim {
  width: 640px;
  overflow: hidden;
  margin: 1em auto;
  text-align: center;
  }
@media only screen and (max-width: 721px) {
article.slim {
  width: 80%;
  }
}/* --- @max-width 721px section pagecontents END --- */

footer {
  width: 100%;
  background-color: #EBD40D;
  }

/*-------------------- GroundBase Field END --------------------*/



/*-------------------- HEADER detail START --------------------*/

header div.headcenter {
  width: 983px;
  margin: 0 auto;
  overflow: hidden;
  }
@media only screen and (max-width: 721px) {
header div.headcenter {
  width: 92%;
  box-sizing: border-box;
  }
}/* --- @max-width 721px header width END --- */

header div.headtable {
  display: table-row;
  }
header h1 {
  margin: 0;
  padding: 10px 20px 10px 0;
  display: table-cell;
  vertical-align: bottom;
  }
header a.logopc {
  margin: 0;
  padding: 10px 20px 10px 0;
  display: table-cell;
  vertical-align: bottom;
  }
header a.logosmp {
  display: none;
  }

@media only screen and (max-width: 721px) {
header div.headtable {
  display: inherit;
  }
header h1 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  }
header a.logopc {
  display: none;
  }
header a.logosmp {
  display: inherit;
  display: table-cell;
  float: right;
  }
header a.logosmp img {
  width: auto;
  height: 36px;
  }
}/* --- @max-width 721px header logo_text END --- */

/*-------------------- HEADER detail END --------------------*/



/*-------------------- nav-btn detail START --------------------*/

nav#breadCrumb {
  margin: 0 0 20px 0;
  padding:0;
  overflow: hidden;
  }
nav#breadCrumb ul {
  margin: 0;
  padding:0;
  overflow: hidden;
  }
nav#breadCrumb li {
  margin: 0 2em 0 0;
  position: relative;
  float: left;
  }
nav#breadCrumb li:last-child {
  margin: 0;
  }
nav#breadCrumb li a {
  text-decoration: underline;
  }
nav#breadCrumb li > a:after {
  content: " > ";
  position: absolute;
  bottom: 0;
  right: -1.5em;
  }

@media only screen and (max-width: 721px) {

nav#breadCrumb {
  margin: 0;
  overflow: inherit;
  }

#breadCrumb{
 background: #eee;
 border-width: 1px;
 border-style: solid;
 border-color: #f5f5f5 #e5e5e5 #ccc;
 box-shadow: 0 0 2px rgba(0,0,0,.2);
 overflow: hidden;
 width: 100%;
}

#breadCrumb ul{
 display:table;
 overflow: inherit;
}

nav#breadCrumb li{
 margin: 0;
 padding: 0;
 display:table-cell;
  float: none;
 white-space:nowrap;
 font-size: 12px;
 height: 2em;
}

nav#breadCrumb li a{
 text-decoration: none;
 color: #444;
 position: relative;
 text-shadow: 0 1px 0 rgba(255,255,255,.5);
 background-color: #ddd;
 background-image: linear-gradient(to right, #f5f5f5, #ddd);
 padding-left: 15px;
								padding-bottom: 40px;
								padding-top: 40px;
}

#breadCrumb li:first-child a{
 padding-right: 2px;
 padding-left: 5px;
 border-radius: 5px 0 0 5px;
}

#breadCrumb a:hover{
 background: #fff;
}

nav#breadCrumb li > a:after,
nav#breadCrumb li > a:before{
 content: "";
 position: absolute;
 top: 50%;
 margin-top: -1.5em;
 border-top: 1.5em solid transparent;
 border-bottom: 1.5em solid transparent;
 border-left: 1em solid;
 right: -1em;
 bottom: inherit;
 padding-left: 1px;
}

nav#breadCrumb li > a:after{
 z-index: 2;
 border-left-color: #ddd;
}

nav#breadCrumb li > a:before{
 border-left-color: #ccc;
 right: -1.1em;
 z-index: 1;
}

#breadCrumb a:hover::after{
 border-left-color: #fff;
}

								#breadCrumb a span {
								display: inline-block;
								margin-top: 1em;
								}

#breadCrumb .current,
#breadCrumb .current:hover{
 font-weight: bold;
 background: none;
}

#breadCrumb .current::after,
#breadCrumb .current::before{
 content: normal;
}

#breadCrumb li:last-child {
  padding-left: 13px;
 padding-right: 10px;
}

#breadCrumb li.last {
 padding-left: 13px;
}

#breadCrumb div {
 display: none;
}

}/* --- @max-width 721px navigation bread END --- */

/*-------------------- nav-btn detail END --------------------*/



/*-------------------- main-contents Area common START --------------------*/

h2 {
  width: 640px;
  margin: 1em auto 0 auto;
  padding: 0.4em 0;
  font-size: 36px;
  color: #fe6700;
  text-align: center;
  line-height: 1.2em;
  border-top: 4px solid #fe6700;
  border-bottom: 4px solid #fe6700;
  }
h3 {
  margin: 0 auto 1em auto;
  font-size: 24px;
  font-weight: normal;
  color: #666666;
  text-align: center;
  }

@media only screen and (max-width: 721px) {
h2 {
  width: 100%;
  font-size: 24px;
  }
h3 {
  font-size: 16px;
  }
}/* --- @max-width 721px h2_3 title END --- */

article.slim img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
  }
div.bnr {
  text-align: center;
  }
article.slim div.bnr img {
  width: 350px;
  }

@media only screen and (max-width: 721px) {
article.slim img, 
article.slim div.bnr img {
  width: 50vw;
  }
}/* --- @max-width 721px page-title and toptxt END --- */

/*-------------------- main-contents Area common END --------------------*/



/*-------------------- main-contents COLUMN START --------------------*/



/*-------------------- main-contents COLUMN END --------------------*/







/*-------------------- footer detail START --------------------*/

footer {
  width: 100%;
  background-color: #EBD40D;
  }

footer {
  height: auto;
  margin-top: 0;
  background-color: #ebecec;
  }
/*-------------------- ▼▼▼ Footer Generalization ▼▼▼ --------------------*/

footer {
  background: #ebecec;
  color: #434343;
  }
footer a, 
footer a:hover, 
footer a:active, 
footer a:visited {
  color: #434343;
  }

/*-------------------- ▲▲▲ Footer Generalization ▲▲▲ --------------------*/

@media only screen and (max-width: 721px) {
footer {
  background-color: #ebecec;
  }
}/* --- @max-width 721px footer END --- */

section.lightG {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  overflow: hidden;
  }
@media only screen and (max-width: 721px) {
section.lightG {
  width: 100vw;
  padding: 0;
  }
}/* --- @max-width 721px lightG END --- */

section.lightG ul {
  margin: 0 24px 0 0;
  padding: 0;
  width: 220px;
  list-style-type: none;
  float: left;
  overflow: hidden;
  }
section.lightG ul:nth-child(1) {
  border-right: 1px solid #cdcdcd;
  }
section.lightG ul a {
  margin: 0;
  padding: 0;
  text-decoration: undeline;
  }
@media only screen and (max-width: 721px) {
section.lightG ul {
  width: 100vw;
  border: none;
  float: none;
  }
section.lightG ul a {
  text-decoration: none;
  }
section.lightG ul:nth-child(1) {
  border-top: 1px solid #434343;
  border-right: none;
  }
}/* --- @max-width 721px footer block basic END --- */

section.lightG ul li {
  margin: 0 0 0 0.8em;
  padding: 0;
  font-size: 12px;
  line-height: 2em;
  text-decoration: underline;
  }
section.lightG ul > li:nth-child(1) {
  margin: 0;
  font-weight: bold;
  text-decoration: none;
  }
section.lightG ul > li:nth-child(1) span {
  margin: 0;
  }
/* li.outside:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin: 0;
  padding: 0;
  background: url(/img2/pc/cms/common/outlink_icon.png);
  background-size: contain;
  position: relative;
  top: 0;
  left: 10px;
  } */

@media only screen and (max-width: 721px) {
footer#toporder section.lightG ul li {
  margin: 0;
  font-size: 14px;
  line-height: 3em;
  text-decoration: none;
  border-bottom: 1px solid #434343;
  }
section.lightG li span {
  margin-left: 10vw;
  }
footer#toporder section.lightG ul > li:nth-child(1) {
  color: #ffffff;
  line-height: 1.2em;
  background-color: #434343;
  }
section.lightG ul > li:nth-child(1) span {
  margin-left: 4vw;
  }
}/* --- @max-width 721px footer block basic END --- */

section.deepG {
  min-height: 28px;
  margin: 0;
  padding: 1px 0;
  color: #ffffff;
  font-size: 11px;
  background-color: #434343;
  }
section.deepG div {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  }
section.deepG a {
  color: #ffffff;
  text-decoration: underline;
  }
section.deepG div ul.inspection {
  margin: 0;
  padding: 10px 0;
  float: right;
  overflow: hidden;
  }
section.deepG li {
  list-style-type: none;
  float: left;
  }
section.deepG li:first-child {
  margin: 0 1em 0 0;
  }
section.deepG span {
  padding: 2px;
  border: 1px solid #ffffff;
  }

@media only screen and (max-width: 721px) {

section.deepG div {
  width: 92%;
  }
section.deepG li {
  display: table;
  float: none;
  text-align: right;
  }

section.deepG li:first-child {
  margin: 0 0 0.5em 0;
  }

}/* --- @max-width 721px copywright_inspection END --- */

/*-------------------- footer detail END --------------------*/


