/*********************************************************************************************
*                                   改版履歴                                                 *
*                                                                                            *
*   変更日          変更者          変更内容                                備考(障害番号等) *
*   2019/09/02      G.Kei           軽量化対応                                               *
**********************************************************************************************/
@charset "UTF-8";
/*webフォント*/
html {
  width: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  color: #333;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Helvetica Neue", "Segoe UI", sans-serif;
  font-size: 14.0px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}

/* 既存が崩れるため非活性
a {
  color: #1a74bc;
  text-decoration: underline;
}
a:visited {
  color: #1a74bc;
  text-decoration: underline;
}
a:hover {
  color: #1a74bc;
  text-decoration: none;
}
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*文字折り返し*/
pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */ }

/************************************************
/*見出し
/***********************************************/
/*
h1,
h2,
h3,
h4,
h5 {
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Helvetica Neue", "Segoe UI", sans-serif;
}
*/

h2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
}

h3 {
//  width: 100%;
  height: auto;
  margin: 0 auto 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 3px;
  font-size: 22px;
  font-weight: bold;
}

h4 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 4px;
  font-size: 19px;
  font-weight: bold;
}

h5 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 4px;
  font-size: 15px;
  font-weight: bold;
}

/************************************************
/*clearfix
/***********************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/************************************************
/*モーダルのオーバーレイ
/***********************************************/
#overlay {
  width: 100%;
  height: 100%;
  background: #000;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  -ms-filter: alpha(opacity=0.9);
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 2000;
}

/************************************************
/*facebook
/***********************************************

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100%!important;
  display: block;
}
*/
/*===============================
入力フォーム
===============================*/
input,
select {
  font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Helvetica Neue", "Segoe UI", sans-serif;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
}

/*===============================
各種ブロック
===============================*/
/*ヘッダー
----------------------*/
header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

.headerInner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #333;
}
.headerInner .titleArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
}
.headerInner .titleArea h1 {
  width: 152px;
  height: auto;
  margin: 0;
  padding: 25px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
}
.headerInner .titleArea h1 a {
  width: 152px;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}
.headerInner .titleArea h1 a:hover {
  transition-duration: 0.8s;
  opacity: 0.8;
}
.headerInner .titleArea h1 span {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-shadow: none;
  font-weight: normal;
}
.headerInner .titleArea h1 img {
  width: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

/*ページブロック
----------------------*/
#infoContainer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

#mainContainer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

/*汎用ブロック*/
article {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}

.innerWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

/*パンくず*/
.breadCrumb {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #333;
}
.breadCrumb ul {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}
.breadCrumb li {
  width: auto;
  height: 40px;
  margin: 0 auto;
  padding: 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
}
.breadCrumb li:after {
  content: ">";
  width: auto;
  height: 0px;
  padding: 0 20px;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background-size: 0px 0px;
}
.breadCrumb li:last-child:after {
  content: "";
}
.breadCrumb li a {
  color: #fff;
  text-decoration: underline;
}

/*文字共通
----------------------*/
p {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  color: #333;
  line-height: 1.35;
  font-weight: normal;
  letter-spacing: 0.01em;
}

/*トップへ戻る*/
.backBtn {
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(../img/icon_back_arr.png?bld=20240319134829) 50% 50% no-repeat #333;
  background-size: 20px 20px;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 15;
}

.backBtn:hover {
  transition-duration: 0.8s;
  opacity: 0.7;
}

/*フッター
----------------------*/
footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  background: #333;
}

ul.footerMenu {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  text-align: center;
}
ul.footerMenu li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  position: relative;
}
ul.footerMenu li a {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #fff;
}
ul.footerMenu li a:hover {
  transition-duration: 0.8s;
  text-decoration: underline;
}
ul.footerMenu li:last-child a {
  border: none;
}

.copyright {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 13px;
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  text-shadow: none;
  font-weight: normal;
}

/*文字関係
----------------------*/
p.small {
  font-size: 0.85em;
}
