@charset "Shift_JIS";
/* 要素リセット */
body{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 75%;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  color: #000000;
  /* 標準文字色 */
    min-width: 980px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
  font-size: 70%;
}
/* end */

img{
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

#hpb-inner{
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  position: relative;
}
#hpb-main{
  width : 681px;
  float: left;
  text-align: left;
  padding-right: 10px;
  padding-bottom: 20px;
}
.hpb-layoutset-01 #hpb-main{
  padding-top: 430px;
}
.hpb-layoutset-02 #hpb-main{
  padding-top: 200px;
}
#hpb-aside{
  width: 268px;
  float: right;
  text-align: left;
  padding-top: 470px;
  padding-bottom: 20px;
}
.hpb-layoutset-02 #hpb-aside{
  padding-top: 185px;
}
#hpb-footer{
  clear: both;
}
#hpb-nav{
  width: 980px;
  height : 56px;
  overflow: hidden;
  position: absolute;
  top: 5px;
  left: 0px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
  width : 980px;
  height : 341px;
  text-indent: -9999px;
  overflow: hidden;
  background-image : url(top_mainimg_1C1a_01.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 72px;
  left: 0;
}
.hpb-layoutset-02 #hpb-title{
  width: 980px;
  height: 98px;
  background-image : url(titleBg_1C1a.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  top: 72px;
  left: 0;
}
/* 背景設定 */
.hpb-layoutset-01{
  background-image : url(banner_1C1a_03.png);
  background-position: top left;
  background-repeat: repeat-x;
}
.hpb-layoutset-02{
  background-image : url(bg_1C1a_02.png);
  background-position: top left;
  background-repeat: repeat-x;
}
/* ナビゲーション */

#hpb-nav ul{
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 10px;
  padding-bottom: 0;
  list-style-type: none;
  text-align: left;
}
#hpb-nav ul::after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#hpb-nav li{
  display: inline-block;
  font-size: 11px;
  margin-right: 32px;
}
#hpb-nav li a{
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #585858;
}
#hpb-nav li a:hover{
  border-bottom-color: #d72841;
}
/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {
  body{
  min-width: 100%;
}
/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-inner{
  width: 100%;
}
#hpb-main{
  width: 96%;
  float: none;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.hpb-layoutset-01 #hpb-main{
  padding-top: 0;
}
.hpb-layoutset-02 #hpb-main{
  padding-top: 2em;
}
#hpb-aside{
  width: 96%;
  float: none;
  text-align: left;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.hpb-layoutset-02 #hpb-aside{
  padding-top: 0;
}
#hpb-nav{
  width: 100%;
  height: auto;
  border-top-width: 1px;
  border-top-color: #c8c8c8;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #c8c8c8;
  border-bottom-style: solid;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
  width: 100%;
  height : 142px;
  overflow: hidden;
  background-size: contain;
  position: relative;
  top: 0;
  left: 0;
}
.hpb-layoutset-02 #hpb-title{
  width: 100%;
  background-size: cover;
  position: relative;
  top: 0;
  left: 0;
}
/* 背景設定 */
	.hpb-layoutset-01{
  background-image : none;
}
.hpb-layoutset-02{
  background-image : none;
}
/* ナビゲーション */
	#hpb-nav ul{
  display: none;
  padding-left: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #585858;
}
#hpb-nav ul.toggled-on{
  display: block;
  padding-left: 0;
}
#hpb-nav li{
  display: block;
  font-size: 11px;
  margin-right: 0;
}
#hpb-nav li a{
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
}
#hpb-nav li a:hover{
  border-bottom-color: #585858;
}
}
summary{
  position: relative;
  display: block;
  /* 矢印を消す */
  padding: 10px 10px 10px 30px;
  /* アイコンの余白を開ける */
  cursor: pointer;
  /* カーソルをポインターに */
  font-weight: bold;
  background-color: #e2f0f7;
  transition: 0.2s;
}
summary:hover{
  background-color: #ccebfb;
}
summary::-webkit-details-marker {
  display: none;
　/* 矢印を消す */
}
/* 疑似要素でアイコンを表示 */
summary::before,
summary::after{
  content: "";
  margin: auto 0 auto 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
summary::before{
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #1da1ff;
}
summary::after{
  left: 6px;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  box-sizing: border-box;
  transition: .1s;
}
/* オープン時のスタイル */
details[open] summary{
  background-color: #ccebfb;
}
details[open] summary::after{
  transform: rotate(90deg);
  /* アイコンを回転 */
  left: 4px;
  /* 位置を調整 */
  top: 5px;
/* 位置を調整 */
}
/* アニメーション */
details[open] .details-content {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
  opacity: 0;
  transform: translateY(-10px);
}
100% {
  opacity: 1;
  transform: none;
}
}
.float_box{
  padding: 58px 10px;
  /* 箱の大きさ調整 */
    width: 120px;
  /* 箱の大きさ調整 */
    text-align: center;
  /* テキストをセンタリング */
    background-color:  #ccc;
  /* 背景色設定 */
    float:  left;
/* 要素を右に回り込ませる */
}
.float_text{
  float: left;
  /* 要素を右に回り込ませる */
    width: calc(100% - 140px);
/* 文字の箱の大きさ調整 */
}