@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

body{
	background-color: #fff;
}
#hpb-container{
	margin-top: -1px;
}

#hpb-inner::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ヘッダー内パーツ */


#hpb-header::after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

#hpb-headerMain h1{
	width: 950px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 5px 5px 12px;
    text-align: right;
    font-weight: normal;
    line-height: 16px;
    font-size: 14px;
	color: #464545;

}
#hpb-headerLogo{
    width: 470px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: -14px;
}
#hpb-headerLogo a{
    display: block;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 49px;
    background-image : url(image2.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-headerExtra1{
    width: 470px;
	float: right;
    margin-top: 0px;
    margin-right: 10px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
	padding-right: 0px;
	padding-top: 0px;

}
#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -2px;
    margin-left: 3px;
    padding-top: -1px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 2px;
    text-align: right;
	font-size: 1.7em;
	color: #2165b1;
	font-weight: bold;

}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
	display: inline-block;
	text-align: left;
	margin-right: 10px;
	text-transform: capitalize;
	font-size: 1.3em;
}

#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1.5px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 2px;
    line-height: 1.2;
    text-align: right;
}


/* フッター内パーツ */

#hpb-footer{
	background-image : url(footerBg_1G1b_02.png);
	background-repeat: repeat;
	background-position: top left;
	border-top: 3px solid #2165b1;
}

#hpb-footerMain{
	padding-top: 18px;
	padding-bottom: 18px;
	background-image : url(footerBg_1G1b_01.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#hpb-footerMain p{
    /* コピーライト文字設定 */
    text-align: center;
	margin: 0;
}

#hpb-footerExtra1{
    padding-top: 23px;
    padding-bottom: 23px;
    width: 100%;
}

#hpb-footerExtra1 ul{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    width: 960px;
}

#hpb-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    background-image : url(point_1G1b_02.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 17px;
    padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
    font-weight: normal;
}

#hpb-footerExtra1 a:link{
    text-decoration: underline;
	color: #000;
}
#hpb-footerExtra1 a:visited{
    text-decoration: underline;
	color: #000;
}
#hpb-footerExtra1 a:hover{
    text-decoration: underline;
	color: #666;
}
#hpb-footerExtra1 a:active{
    text-decoration: underline;
	color: #666;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav ul{
	display: flex;
  justify-content: space-around;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 9px;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	width: 956px;
	height: 28px;
	overflow: hidden;
	letter-spacing: -0.4em;
	background-image : url(mainmenu_1G1b_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	}


#hpb-nav li{
    display: inline-block;
    font-size: 16px;
	letter-spacing: 0.1em;
	background-image : url(mainmenu_1G1b_02.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 25px 0 0px;
}

#hpb-nav li a{
    display: block;
    padding-left: 18px;
    padding-right: 18px;
	height: 28px;
	overflow: hidden;
	line-height: 28px;
}
#hpb-nav li a:hover{
	background-image : url(mainmenu_1G1b_on.png);
	background-repeat: repeat-x;
	background-position: bottom center;
}


#hpb-nav li a{
    /* ナビゲーション文字設定 */
    font-weight: normal;
}

#hpb-nav li a:link{
    color: #000;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#hpb-nav li a:visited{
    color: #000;
    text-decoration: none;
}
#hpb-nav li a:hover{
    color: #000;
    text-decoration: none;
}
#hpb-nav li a:active{
    color: #000;
    text-decoration: none;
}

#hpb-nav li span.en{
    display: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #3b60bf;
    text-decoration: none;
}
a:visited{
    color: #3b60bf;
    text-decoration: underline;
}
a:hover{
    color: #5474c8;
    text-decoration: none;
}
a:active{
    color: #5474c8;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 20px;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
}


span.title{
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
	color: #f3a31a;
	font-size: 1.3em;
	
}

span.title2{
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
	color: #F55449;
	font-size: 1.3em;
	
}

span.title3{
       display: block;
	margin-bottom: 0px;
	font-weight: bold;
	color: #F18D9E;
	font-size: 1.3em;
	
}

span.title4{
	   
display: block;
	font-weight: bold;
	margin-bottom: 0px;
	color: #4786b2;
	font-size: 1.3em;
}

span.title5{
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
	color: #d54d51;
	font-size: 1.3em;
	
}
span.title6{
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
	color: #34332f;
	font-size: 1.3em;
	
}
p.large{
    font-weight: bold;
	color: #2165b1;
	font-size: 1.2em;
}
p.large2{
	margin-top: 1em;
	font-weight: bold;
	margin-left: 2px;
	color: #666666;
	font-size: 1.2em;

}

p.large3{
    line-height: 1.5em;
      margin-top: -1em;
	margin-left: 0px;
	color: #414141;
    text-align: left;


}
p.large4{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-left: 10px;
	color: #0b3861;
}
p.indent{
    padding-left: 25px;
    line-height: 1.7em
;
}
p.indent2{
	text-indent: -2em;
	padding-left: 2em;
	margin-bottom: 1.1em;
	font-weight: 600;
	color: #4c4c4c;
	font-size: 1.1em;
}

.left{
    float: left;
}

img.left{
    margin-left: 14px;
}

.left2{
    float: left;

}

img.left2{
    margin-left: 14px;
}


.right{
    float: right;
}

img.right{
    margin-right: 24px;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: 24px;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.recreation_box hr{
      display: block;
	width: 98%;
	height: 2px;
    margin-top: 20px;
    margin-right: 24px;
    margin-bottom: 50px;
    margin-left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

.hpb-layoutset-02 h2{
    padding-left: 33px;
	padding-top: 0px;
	padding-bottom: 0px;
    text-align: left;
	line-height: 73px;
    color: #fff;
    font-weight: normal;
	font-size: 1.8em;
	letter-spacing: 0.1em;
}

h2 span.en{
    display: none;
}

#hpb-wrapper h3{
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #ebebeb;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.2;
    color: #2165b1;
    font-weight: bold;
}

.heading-033{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: white;
	color: #ffffff;
}

.heading-033 span{
	display: inline-block;
	position: relative;
	padding-top: 0px;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	color: black;

}

.heading-033 span::before{
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2589d0;
    content: '';
}

.heading-038{
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: bold;
    color: #333333;
  border-left: 7px double #4c9ac0;
position-left: 50px;
}


h5{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0px;
	margin-right: 0px;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
	border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #d4d4d4;
}

h6{
	font-size 18px;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0px 0px 0px 0px;
       margin-top: 0;
       margin-bottom: 0;
       margin-left: 5px;
       padding:  0rem 0.7rem;
       border-left: 10px double #5196de;
clear: left;
}


/* ボタンデザイン*/

.btn a{
	display: flex;
       float: left;
	justify-content: center;
	align-items: center;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0.9em;
	padding-right: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 0.9em;
	border-width: 1px;
	border-style: solid;
	border-color: #5196de;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	background-color: #ffffff;
	color: #414141;
	font-size: 1.1em;
	transition: 0.3s;
	font-weight: bold;
}

.btn01 a:hover{
	color: white;
	background-color: #5196de;
	border-width: 1px;
	border-style: solid;
	border-color: white;
}

.btn01 a::after{
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #5196de;
    border-right: 2px solid #5196de;
    content: '';
}

.button-044{
    display: flex;
    float: left;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: .9em 1em;
    border: 1px solid #333333;
    border-radius: 5px;
    background-image: repeating-linear-gradient(-45deg, #eee, #eee 1px, #ffffff 1px, #ffffff 4px);
    color: #333333;
    font-weight: bold;
    font-size: 1em;
    transition: box-shadow .3s;
}

.button-044:hover {
    box-shadow: 0 7px 10px -5px rgb(0 0 0 / 50%);
}

.button-044::after{
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    content: '';
}


/* 005 */
.button005 a{
    border-radius: 3px;
    position: relative;
flex-flow: column;
text-align: center;
display: inline-block;
margin: 10px;
	padding-top: 0.9em;
	padding-right: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 0.9em;
    width: 190px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: rgb(149,202,252);
    background: linear-gradient(270deg, rgba(149,202,252,1) 0%, rgba(107,182,255,1) 100%);
}

.button005 a:hover{
    background: rgb(117,188,255);
    background: linear-gradient(270deg, rgba(117,188,255,1) 0%, rgba(62,159,252,1) 100%);
}


a.btn_03{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 110px;
	margin-top: 0px;
	margin-right: 10px;
	margen-left: 10px;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	border-color: #92aac7;
	color: #92aac7;
	border-radius: 100vh;
	transition: 0.2s;
	margin-bottom: 10px;
}
a:hover.btn_03{
	color: #fff;
	background: #92AAC7;
}



table{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 15px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #ffffff;
	border-left-width: 1px;
	border-left-style: none;border-left-color: #fffff;
	width: 90%;

}

table th{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	background-color: #ffffff;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: silver;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: silver;

}

table td{
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: none;
    border-right-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #ffffff;


}
td p{
    margin-bottom: 0.5em;
}

#hpb-main .flu table{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;

}

#hpb-main .flu th{
	font-weight: bold;
	background-color: #f4f4f4;
	text-align: center;	
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
}

#hpb-main .flu td{
    text-align: left;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;    border-collapse: collapse;
    border-width: 1px;
	text-align: center;
    border-color: #ccc;
    border-style: solid;
}

.box-007{
    width: 90%;
    margin: 0 auto;
    border: 2px solid #fb6e32;
    border-radius: 5px;
    color: #333333;
}

.box-007 div{
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #fff;
    color: #fb6e32;
    font-weight: 600;
    vertical-align: top;
}

.box-007 svg{
    padding-right: 4px;
}

.box-007 p{
    margin: 0;
    padding: 0 1.5em 1em;
}


.toc-002 {
    margin-bottom: 30px;
    border: 2px solid #2589d0;
    border-radius: 3px;
width: 95%;
}

.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #2589d0;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-002 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E');
    content: '';
}

.toc-002 ol {
    list-style-type: disc;
    margin: 0;
    overflow: hidden;
}

.toc-002 > ol {
    padding: 2em 2em 2em 3em;
}

.toc-002 ol ol {
    margin-top: 5px;
    padding-left: 1.5em;
}

.toc-002 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-002 ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-002 a {
    color: #333;
    text-decoration: none;
}



/* フォームパーツ設定 */
input.button{
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
	padding: 10px;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}
#contact form{
	text-align:center;
}
#contact form h3{
	text-align: left;
}
#contact form table{
	margin-left:auto;
}
/* メインコンテンツ内基本パーツ */

#hpb-main p{
    margin-left: 10px;
    margin-right: 10px;
}


#hpb-main .breadcrumb-005{
    display: flex;
    gap: 0 20px;
    list-style: none;
    padding: 0;
    margin-left: 10px;
    font-size: 1em;
}

.breadcrumb-005 li {
    display: flex;
    align-items: center;
}

.breadcrumb-005 li:not(:last-child)::after{
    display: inline-block;
    width: .3em;
    height: .6em;
    margin-left: 12px;
    background-color: #333333;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}

.breadcrumb-005 a{
    color: #333333;
    text-decoration: none;
}


#hpb-main ul{
  display: flex;
  text-align: left;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
  width: 48%;
    text-align: left;
display: flex
  margin-left: 10px;
  margin-right: 15px;
    line-height: 1.6;
    background-image : none;
    background-position: 5px 12px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #d4d4d4;
}



ul.service{
	　　display: blockx;
    list-style-type: none;
  justify-content: space-around;
  text-align: left;
}
.service li{
	float: none;
  display: inline-block;
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
/* 45+2.5+2.5=50% */
.service img{
    margin-top: 5px;
    margin-right: 20px;
    margen-left: 14px
    margin-bottom: 10px;
}

#hpb-main ul.step5{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: -10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    list-style-type: none;

}

#hpb-main ul.step5 li{
	font-size: 1.2em;
	line-height: 1.4;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(arrow_1D2b.png);
	background-position: 9px 15px;
	background-repeat: no-repeat;
    border-bottom-style: dotted;
    border-bottom-color: #ffffff;
	color: #000000;
	display: inline;
}


#hpb-main .list-008{
    position: relative;
    padding: 1.5em 1em 1em 2.5em;
    border: 2px solid #2589d0;
}

.list-008 > div{
    position: absolute;
    top: -.75em;
    left: 1em;
    padding: 0 .5em;
    background-color: #fff;
    color: #2589d0;
    font-weight: 600;
}

.list-008 ul{
    list-style-type: disc;
    margin: 0;
    padding: 0;
}

.list-008 li{
    padding: .3em .3em .3em 0;
}

.list-008 li::marker {
    color: #2589d0;
    font-size: 1.1em;
}


#hpb-main dl{
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#hpb-main dt{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	line-height: 16px;
	min-height: 16px;
	font-weight: normal;
	width: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(point_1G1b.png);
	background-position: 5px 12px;
	background-repeat: no-repeat;

}

#hpb-main dd{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 22px;
	min-height: 16px;
	padding-left: 150px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d4d4d4;
}



#hpb-main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main .qa-008 dl{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
	width: 95%;
}
#hpb-main .qa-008 dt{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	width: 95%;
	color: #333333;
	font-weight: 600;
	background-color: #ffffff;
	background-image: none;
}

#hpb-main .qa-008 dt::before,
#hpb-main .qa-008 dd::before{
    margin-right: .1em;
}

#hpb-main .qa-008 dt::before{
    content: "Q.";
}

#hpb-main .qa-008 dd{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	width: 95%;
	background-color: #f2f2f2;
	border-bottom-style: none;
	color: #333333;
}

.qa-008 dd::before{
    content: "A.";
}




#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#hpb-main #example{
	/*親div*/
  position: relative;
  }

#hpb-main #example p{
	position: absolute;
	letter-spacing: 3px;
       flex-direction:column;
       text-aline: center;
       width: 80%;
       top: 50%;
       left: 50%;
       -ms-transform: translate(-50%,-50%);
       -webkit-transform: translate(-50%,-50%);
       transform: translate(-50%,-50%);
       margin:0;
       padding:0;
       margin-top: 15px;
	color: #000000;/*文字は白に*/
	font-weight: normal;/*太字に*/
	font-size: 1.8rem;/*サイズ2倍*/
	font-family: 游ゴシック;/*Google Font*/
       background: rgba(255,255,255,0.4); /*赤緑青と透過率の設定・白で透過率0.5*/
} 

#hpb-main #example span{
	color: #1862C4;
	font-weight: 600;/*太字に*/
	font-size: 1.9rem;/*サイズ2倍*/
} 

#hpb-main #example img{
       width: 100%;
	margin-top: 10px;
}

#hpb-main #example{
	/*親div*/
       position: relative;
}



#hpb-main #exa{
	/*親div*/
       position: relative;
  }

#hpb-main #exa p{
	position: absolute;
	letter-spacing: 3px;
       flex-direction:column;
       line-height: 1.8em;
       width: 75%;
       top: 50%;
       left: 50%;
       -ms-transform: translate(-50%,-50%);
       -webkit-transform: translate(-50%,-50%);
       transform: translate(-50%,-50%);
       margin:0;
       padding:0;
       padding-left:1.5em;
       padding-right:1em;
       text-indent:-1.5em;
       margin-top: 10px;
	color: #333333;/*文字は白に*/
	font-weight: 500;/*太字に*/
	font-size: 1.3em;/*サイズ2倍*/
	font-family: 游明朝;/*Google Font*/
       background: rgba(255,255,255,0.55); /*赤緑青と透過率の設定・白で透過率0.5*/
} 

#hpb-main #exa span{
	padding-left: 1em;
	text-indent: -1em;
	align-items: center;
	color: #2165b1;
	font-size: 1.3em;
	font-weight: 900;
} 


#hpb-main #exa img{
       width: 100%;
	margin-top: 10px;
}


/* マップ！横幅を指定するための要素 */
.map-wrap{
  max-width: 90%; /* ここに横幅を指定 */
}
 
/* Google Mapを囲う要素 */
.map{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe{
	position: absolute;
	top: 0px;
	left: 15px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 100%;
	height: 100%;
}


#pagetop{
    position: absolute;
	bottom: 20px;
	right: 20px;
    width: 100%;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    background-color: #5495dd;
	background-image : url(returnTop_1G1b.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	display: inline-block;
	padding: 10px 20px 10px 37px;
	border-radius: 4px;
}
#pagetop a:link,
#pagetop a:visited{
	color: #fff;
	text-decoration: none;
}

/* サイドブロック内パーツ */
#banner{
	background-image : url(sideBg_1G1b.png);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #cecece;
	border-radius: 4px;
	margin-bottom: 14px;
	padding: 105px 0 10px 14px;
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
    padding-bottom: 5px;
}

#banner li a{
    display: block;
    width: 259px;
    height: 38px;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-recreation{
    /* 製品一覧バナー */
    background-image : url(banner_1G1b_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-voice{
    /* 採用情報バナー */
    background-image : url(banner_1G1b_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-fluorocarbons{
    /* アクセスバナー */
    background-image : url(banner_1G1b_03.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#hpb-inner #companyinfo{
    background-color: #ebf2ff;
	margin-bottom: 10px;
	border: 1px solid #cecece;
	border-radius: 4px;
	padding: 0 10px;
}

#hpb-inner #companyinfo h3{
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
	margin: 0 0 10px 0;
    font-size: 1.4em;
	text-align: center;
	border-bottom: 1px solid #2165b1;
}

#hpb-inner #companyinfo p{
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#hpb-inner #position_Box{
     position:relative;
     width: 291px;
     margin:0 auto;
}

#hpb-inner #position_Box center_img{
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
     width:291px;

}

/* トップページ デザイン定義 */

#toppage p.large{
	width: 659px;
	height: 94px;
	text-indent:-999em;
	overflow: hidden;
	background-image : url(toppage_1G1b.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 18px;
}

#toppage h3{
	margin: 0;
	padding-left: 45px;
	background-position: 15px 15px;
	background-repeat: no-repeat;
}

#toppage h3 span.ja{
    display: none;
}
#toppage-topics,
#toppage-news{
	border-bottom: 1px solid #cecece;
	margin-bottom: 20px;
}
#toppage-topics h3{
	background-image : url(top_indexBg_1G1b_01.png);
}
#hpb-main #toppage-topics hr{
	margin-bottom: 0px;
	padding-bottom: 0;
}
#hpb-main #toppage-topics ul{
	margin-bottom: 0px;
}

#hpb-main #toppage-topics li:last-child{
	border: none;
	padding-bottom: 0;
}
#toppage-news h3{
	background-image : url(top_indexBg_1G1b_02.png);

}

#hpb-main #toppage-news dl{
	margin-bottom: 0px;
}
#hpb-main #toppage-news dt{

	width: 140px !important;
}
#hpb-main #toppage-news dd{
	padding-left: 140px;
}

#hpb-main #toppage-news dd:last-child{
	border: none;
}
#toppage2 h3{
	margin: 0;
	padding-left: 40px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

#toppage2 h3 span.ja{
    display: none;
}
#toppage-topics2 h3{
	background-image : url(top_indexBg_1G1b_03.png);
}
/* アクセスページ デザイン定義 */

#access h3 + img{
	margin-left: 10px;
	margin-bottom: 10px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		margin-top: 0;
		background-image: none;
		background-color: #fff;
	}

	/* ヘッダー内パーツ */
	#hpb-header{
		width: 100%;
		height: auto;
	}
	#hpb-headerLogo{
		width: 98%;
		float: none;
		padding-left: 0;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#hpb-headerMain{
		width: 100%;
	}
	#hpb-headerMain h1{
		margin-left: 0;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 1.4;
		text-align: left;
		width: auto;
	}
	#hpb-headerLogo a{
		display: block;
		max-width: 100%;
		height: 49px;
		background-size: contain;
		background-position: top center;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#hpb-headerExtra1{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		float: none;
		padding: 0;
	}

	#pagetop{
		text-align: center;
		left: 0;
	}
	/* フッター内パーツ */
	#hpb-footerMain{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-footerMain p{
		/* コピーライト文字設定 */
		padding-left: 5px;
		padding-right: 5px;
		word-break: break-all;
	}
	#hpb-footerExtra1{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#hpb-footerExtra1 ul{
		text-align: center;
		width: 100%;
	}
	#hpb-footerExtra1 li{
		/* フッターナビ設定 */
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
		padding-right: 0;
	}

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
  display: table;
  table-layout: fixed;
		width: 27px;
		height: 20px;
		background-image : url(btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}
	.hpb-layoutset-01 #hpb-nav,
	.hpb-layoutset-02 #hpb-nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		background-color: #a2bae8;
	}
	
	#hpb-nav ul{
		display: none;
		height: auto;
		background-color: #fff;
		margin: 0;
		width: 100%;
		box-sizing: border-box;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li{
	display: table-cell;
flex: 1;
		border-bottom: 1px solid #dbdbdb;
		text-align: center;
		padding: 0;
		display: block;
		background-image: none;
	}
	#hpb-nav li a{
		display: table-cell;
flex: 1;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto;
		line-height: 1.4;
	}
	#hpb-nav li a:hover{
		background-image: none;
		background-color: #2165b1;
		color: #fff;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-right: 0;
		padding-left: 0;
	}

	p.large4{
	      font-weight: bold;
	      margin-bottom: 10px;
	      font-size: 1.2em;
	      line-height: 1.1em;
	      color: #0b3861;
	      text-align: center;
	
      }
      span.title{
            text-align: center;	
      }

      span.title2{
           text-align: center;	
      }

      span.title3{
           text-align: center;	
      }

      span.title4{
           text-align: center;	   

      }

      span.title5{
	    text-align: center;
      }

      span.title6{
	    text-align: center;
      }

	img.left{
     }

	img.right{
      }

	.hpb-layoutset-02 h2{
		width: 96%;
		padding-left: 0;
		padding-top: 25px;
		line-height: 1.4;
		margin-top: 4px;
		margin-right: auto;
		margin-left: auto;
		word-break: break-all;
	}
	table{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}       
      a.btn_03{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 110px;
       margin-right: auto;
       margin-left: auto;
       margin-bottom: 10px;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	border-color: #92aac7;
	color: #92aac7;
	border-radius: 100vh;
	transition: 0.2s;
	
}
a:hover.btn_03{
	color: #fff;
	background: #92AAC7;
}
	/* フォームパーツ設定 */
	textarea{
		width: 96%;
	}

	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}

	/* メインコンテンツ内基本パーツ */
	#hpb-main h3 {
       text-align: center;
		
	}

      	#hpb-main h4{
	display: block;
	color: white;
	font-size: 1.25em;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	background-color: #2165b1;
	
}
	#hpb-main .heading-033{
	
	border-bottom-width: 3px;
	
	border-bottom-style: solid;
	
	border-bottom-color: white;
	
	color: #ffffff;
	
	background-color: #ffffff;
	
}

	#hpb-main  .heading-033 span{
	display: inline-block;
	position: relative;
	padding-top: 0px;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;

	background-color: #ffffff;
}

	#hpb-main h4 .heading-033 span::before{
	
	position: absolute;
	
	bottom: -3px;
	
	left: 0px;
	
	width: 100%;
	
	height: 3px;
	
	background-color: white;
	
	content: '';
	
	color: #ffffff;
	
}

.button-044{
    display: block;
    float: none;
    margin: 20 auto;
}


	#hpb-main ul li{
		padding-right: 0;
	}
	#hpb-main dt{	
	float: none;	
	line-height: 1.4;	
	padding-bottom: 0px;	
	background-color: #dbdbdb;	
}

	#hpb-main dd{
		line-height: 1.4;
		padding-left: 20px;
		padding-right: 0;
	}

	#hpb-main img.left{
	
	display: block;
	

	
	margin-top: auto;
	
	margin-right: auto;
	
	margin-bottom: 20px;
	
	margin-left: auto;
	
	float: none;
	
}

	#hpb-main img.right{
  display: block;
  flex-direction: column;
		margin: auto;
		float: none;
	}

      #hpb-main #example{
	/*親div*/
             position: relative;
      }

      #hpb-main #example p{
	      position: absolute;
	      letter-spacing: 3px;
             flex-wrap:wrap;
             flex-direction:column;
             align-items: center;
             top: 50%;
             left: 50%;
             -ms-transform: translate(-50%,-50%);
             -webkit-transform: translate(-50%,-50%);
             transform: translate(-50%,-50%);
             margin:0;
             padding:0;
	      color: #000000;/*文字は白に*/
	      font-weight: normal;/*太字に*/
	      font-size: 1rem;/*サイズ2倍*/
	      font-family: 游ゴシック;/*Google Font*/
             background: rgba(255,255,255,0.5); /*赤緑青と透過率の設定・白で透過率0.5*/
       } 

       #hpb-main #example span{
	      color: #0080ff;
             font-size: 1rem;/*サイズ2倍*/
       }  

       #hpb-main #example img{
             width: 100%;
	      margin-top: 10px;
       }

#hpb-main #exa{
	/*親div*/
       position: relative;
  }

#hpb-main #exa p{
	position: absolute;
	letter-spacing: 3px;
       flex-direction:column;
       line-height: 1.5em;
       width: 70%;
       top: 50%;
       left: 50%;
       -ms-transform: translate(-50%,-50%);
       -webkit-transform: translate(-50%,-50%);
       transform: translate(-50%,-50%);
       margin:0;
       padding:0;
letter-spacing: normal;
       padding-left:1.5em;
       padding-right:1em;
       text-indent:-1em;
       margin-top: 10px;
	color: #333333;/*文字は白に*/
	font-weight: 500;/*太字に*/
	font-size: 1em;/*サイズ2倍*/
	font-family: 游明朝;/*Google Font*/
       background: rgba(255,255,255,0.55); /*赤緑青と透過率の設定・白で透過率0.5*/
} 

#hpb-main #exa span{
	padding-left: 0.5em;
	text-indent: -0.5em;
letter-spacing: normal;
	color: #2165b1;
	font-size: 1.1em;
	font-weight: 800;
} 


#hpb-main #exa img{
       width: 100%;
	margin-top: 20px;
}


/* 005 */
	.button005 a{
	display: block;
margin:auto;
margin-top: 10px;
}

	.btn a{
	display: block;
	text-align: center;
	width: 140px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0.9em;
	padding-right: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 0.9em;
	border-width: 1px;
	border-style: solid;
	border-color: #5196de;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	background-color: #ffffff;
	color: #414141;
	font-size: 1.1em;
	transition: 0.3s;
	font-weight: bold;
	float: none;
}

.btn01 a:hover{
	color: white;
	background-color: #5196de;
	border-width: 1px;
	border-style: solid;
	border-color: white;
}

.btn01 a::after{
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #5196de;
    border-right: 2px solid #5196de;
    content: '';
}


	/* サイドブロック内パーツ */
	#banner{
		background-position: top center;
		background-size: contain;
		margin-left: auto;
		margin-right:auto;
		width: 96%;
		box-sizing: border-box;
	}
	#banner li a{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#banner a#banner-recreation,
	#banner a#banner-voice,
	#banner a#banner-fluorocarbons{
		background-position: top center;
		background-size: contain;
	}
	#hpb-inner #companyinfo{
		margin-bottom: 20px;
		margin-left: auto;
		margin-right:auto;
		width: 96%;
		box-sizing: border-box;
	}

	/* トップページ デザイン定義 */
	#toppage p.large{
		margin-left: 0;
		margin-right: 0;
		text-indent: 0;
		background-image: none;
		width: 96%;
		height: auto;
	}
	#hpb-main #toppage-news dd{
		padding-left: 20px;
	}

#toppage2 h3{
	margin: 0;
	background-position: 10px 10px;
	background-repeat: no-repeat left center;
}

#toppage2 h3 span.ja{
    display: none;
}
	#toppage-topics2 h3{

	background-image: url(top_indexBg_1G1b_03.png)
	
}
	/* アクセスページ デザイン定義 */
	#access h3 + img{
		margin-left: 10px;
		margin-right: 10px;
		max-width: 96%;
		height: auto;
	}



}