@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style
{
    border-color: #666666;
}

.hpb-parts-hl-style
{
    border-color: #2db43a;
	background-image:none !important;
    padding: 9px 8px 7px !important;
}

.hpb-parts-cbox-style
{
    border-color: #cccccc;
}

.hpb-parts-hr-style
{
    border-color: #cccccc;
}

.hpb-parts-pbox-style
{
    border-color: #cccccc;
}
.hpb-parts-pbox-style h4
{
    padding: 0px;
}

.hpb-parts-blist-style
{
    border-color: #cccccc;
    background-color: #f3f3f3;
}
a.hpb-parts-blist-style:link
{
    color: #2db43a;
}
a.hpb-parts-blist-style:visited
{
    color: #2db43a;
}
a.hpb-parts-blist-style:hover
{
    color: #2db43a;
	background-color:#e6e6e6;
}
a.hpb-parts-blist-style:active
{
    color: #2db43a;
	background-color:#e6e6e6;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/

h2 {
  position: relative;
  color: white;
  background: #369eb3;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
   margin-top:0px;
   margin-bottom:20px;
  font-size: 1.3em;
}



h7 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

h7:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

h8{
  position: relative;
  background: steelblue;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  color: white;
  border-radius: 0 10px 10px 0;
}

h8:before {
  font-family: "Font Awesome 5 Free";
  content: "\f091";
font-weight: 900;
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: royalblue;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

h5 {
  font-size: 20px;
  color: #6cb4e4;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);

 
}

hr.example1 {
height: 5px;
background-image: url(img_p026.png);


}

.hr-text {
	line-height: 1em;
	position: relative;

	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	color: #818078;
	background-color: #fcfcfa;
}



hr.style5 {
	background-color: #fff;
	border-top: 2px dashed green;
   width:95%;
}
hr.style0 {

  border: 0; 
}
hr.style1 {
border-top: 1px solid #bbb; 
}
hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}
hr.example2 {
height: 5px;
background-color: #ff8080;
border: 2px solid;
border-color: #c40000 #ffdfe2 #ffdfe2 #c40000;
color: #ff8080;
}


/*----------------UL-------------------------------------------------------*/
ul.sample{
    width:100%;
 max-width: 1000px; 
 height: auto; 
    margin-top:20px;
  line-height: 22px;
vertical-align: middle; 
    font-size:16px;
    padding-top:5;
    margin-left:20;
 text-align: center;

}

@media screen and (max-width: 640px) {
/* 480pxまでの幅の場合に適応される */
ul.sample{
    width:100%;
 max-width: 1000px; 
    margin-top:20px;
  line-height: 22px;
vertical-align: middle; 
    font-size:16px;
padding-left:0;
    padding-top:5;

 text-align: center;

}
}
/*----------------li-----------------------*/

ul.sample li{
    list-style:none;
    width:320px;
    height: auto;
    float:left;

    margin-bottom:20px;
    margin-top:10px;
    margin-left:10px;

    }

@media screen and (max-width: 640px) {
/* 480pxまでの幅の場合に適応される */

ul.sample li{
    list-style:none;
    width:100%;
    height: auto;

    margin-bottom:0px;
    margin-top:0px;
    margin-left:0;
}

.inline-block {
text-align: center;
}
.inline-block li {
display: inline-block;
}
}   

/*----------------画像--------------------------------------------------*/
img{
    width: 300px;
    height: auto;  /* ←縦横比を維持する高さを自動計算 */
    margin-left: 3px;

  object-fit: contain;

}

/*----------------NEW!--------------------------------------------------*/
span.text-icon {
  display: inline-block;
  background: #df002c;
  padding: 1px 2px;
  margin-left: 5px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;     /* アイコンの角を丸める */
}


span.text-icon1 {
  display: inline-block;
  background: #fff;
  padding: 0px 2px;
  margin-left: 5px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  font-style: italic;
  color: #df002c;
border:1px solid #df002c;
  border-radius: 5px;     /* アイコンの角を丸める */

}
span.text-icon2 {
  display: inline-block;
   font-size: 0.8em;
  font-weight: bold;
  font-style: italic;
  color: #df002c;
text-shadow: 2px 2px 2px #999999;

}
/* newアイコン */
span.text-icon3 {
  display: inline-block;
  background: #267180;
  padding: 3px 10px;
  margin: 3px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.8em;
  font-weight: normal;
  color: #fff;
  border-radius: 15px;
border: solid 1px #ffffff; 
}

span.text-icon4 {
  display: inline-block;
  background: #ffffff;
  padding: 3px 10px;
  margin: 3px;       /* 先行する文字列との間隔 */
  vertical-align: middle; /* 先行する文字列と上下中央揃え */
  font-size: 0.8em;
  font-weight: normal;
  color: #369eb3;
  border-radius: 15px;
border: solid 1px #369eb3; 
}
/*----------------bt0-------------------------------------------------------*/
a.bt-samp0,
a.bt-samp0:hover,
a.bt-samp0:visited{
  display: block;
  height: 30px;
  width: 430px;
  padding-left:1px;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  color: #7d8383;
  text-shadow: 0px 1px 0px #fafafa;
  background: #fbfaf4;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfaf4), to(#ece8e6));
  background: -moz-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: -o-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: -ms-linear-gradient(top,  #fbfaf4,  #ece8e6);
  background: linear-gradient(top,  #fbfaf4,  #ece8e6);
  border: 1px solid #dcd9d8;
 margin : 5px ;
  border-bottom: 1px solid #c1c1bd;
  -webkit-box-shadow:  0 0 1px #c7c5c1;
  -moz-box-shadow:  0 0 1px #c7c5c1;
  box-shadow:  0 0 1px #c7c5c1;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
 
a.bt-samp0:hover { /*マウスホバー時*/
  color:#9a9f9f;
  background: #fbfbf9;
}
 
a.bt-samp0:active{  /* ボタンを押したとき */
  background:#ece8e4;
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}
/*----------------bt34-------------------------------------------------------*/
a.bt-samp34{
  display: block;
  text-decoration: none;
  height:35px;
  width: 150px;
  line-height: 37px;
  text-align: center;
 font-size: 15px;
  color: #2bb6c1;
  border:solid 1px #2bb6c1;
  border-radius: 20px;
 margin : 20px ;

}
a.bt-samp34:hover{
  background: #2bb6c1;
  color: #fff;
 
}
/*----------------bt12-------------------------------------------------------*/
a.bt-samp12{
  position: relative;
  display: block;
  height: 50px;
  width: 300px;
  text-decoration: none;
 font-size: 15px;
  background: #f0f8ff;
  color: #4169e1;
  line-height: 50px;
 margin : 5px ;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 2px 4px #4169e1;
}
a.bt-samp12:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}

/* =======================================================
  ローディング画面
======================================================= */

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #0dc5c1;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	
	.hpb-parts-hl-style
	{
		border-top-color: #2db43a !important;
		background-color: #FFFFFF !important;
	}
	
}

/*--------------------------------------------------------
  ページトップ
--------------------------------------------------------*/

.pagetop {
    position: fixed;
    bottom: 25px;
    right: 15px;
    opacity: 0.75;             /* ←透明度 */
   z-index: 9999;
/*-
 padding: 5px ;
 border: 0px ;
box-shadow: 0 0 4px gray;
border-radius: 50%;
--*/
}