@charset "UTF-8";
/* CSS Document */

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}
/* //////////////////////////////////////////////////
[基本] 
////////////////////////////////////////////////// */

html {
	overflow-y: scroll;/* スクロールバーの分だけ画面の幅が変わってしまうのを避ける*/
}
body {
	color:#474747;
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG Maru Gothic M-PRO", "Verdana", "Arial", "Helvetica", Sans-serif;
	font-size: 13px;
	line-height:1.8em;
	margin:0;
	letter-spacing: normal;
	background-image: url(../img/bg.jpg);
	background-color: #FFF;
		-webkit-text-size-adjust: 100%;/*スマホ文字サイズ対策*/
}
#header {
	width:100%;
	margin:0;
	padding-top: 20px;
	background-color:#fff;
	height:100px;
}
#footerimg {
	background-image: url(../img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 25px;
	width:100%;
	clear:both;
	text-align: center;
}

#footerimg2 {
	background-image: url(../img/footer_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 204px;
}
#footer {
	clear:both;
	padding-bottom: 10px;
	text-align: center;

	background-color:#00c8ff;
	line-height: 1.4em;
	height: 100%;
	padding-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer a {
	color:#fff;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.box_center {
	width:920px;
	margin: 0 auto;
	clear:both;
}
.content {
	width:920px;
	margin: 0 auto;
	clear:both;

	background-color:#FFF;
	margin-top:0px;
	padding-top:10px;
	-webkit-border-bottom-right-radius: 26px;
	-webkit-border-bottom-left-radius: 26px;
	-moz-border-radius-bottomright: 26px;
	-moz-border-radius-bottomleft: 26px;
}
.box1 {
	width:800px;
	margin:0 auto;
	padding-top: 10px;
	height:auto;
	clear:both;
}
.leftbox4 {
	float:left;
	width:43%;
}
.rightbox4 {
	float:right;
	width:43%;
}
.leftbox55 {
	float:left;
	width:53%;
}
.rightbox55 {
	float:right;
	width:53%;
}
.center {
	width:730px;
	margin:0 auto;
}
.inquery {
	position:absolute;
	top:0px;
	z-index:1;
	margin-left:769px;
	width:auto;
}
.to_top{
	position:absolute;
	bottom:10px;
	right:10px;
}


/* 2025 レスポンシブ化対応 */
@media (min-width: 768px) {
.pcnone{ 
	display: none !important;
}
.overlayMenuBtn{ display: none !important;}
.overlayMenu{ display: none !important;}
}
@media (max-width: 767.98px) {
.spnone{ 
	display: none !important;
}
img{ max-width: 100%; height: auto;}
}

.box_center .foooter_menu_sp{
	display: none;
}

@media (max-width: 767.98px) {
  .overlayMenuBtn { position: fixed; top: 0; right: 0; width: 50px; height: 50px; cursor: pointer; z-index: 900; border-radius: 0 0 0 10px; background-color: #fff; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);}
  .overlayMenuBtn span { display: block; width: 30px; height: 3px; background: #00acff; position: absolute; left: 10px; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
  .overlayMenuBtn span:nth-child(1) { top: 13px; }
  .overlayMenuBtn span:nth-child(2) { top: 23px; }
  .overlayMenuBtn span:nth-child(3) { top: 33px; }
  /* 開閉ボタンopen時 */
  header.open { display: block; padding: 10px 0; height: 60px; }
  .open.overlayMenuBtn { position: fixed; top: 0; right: 0; width: 50px; height: 50px; cursor: pointer; z-index: 900; background-color: #fff;}
  .open.overlayMenuBtn span { background-color: #00acff; }
  .open.overlayMenuBtn span:nth-child(1) { top: 23px; left: 10px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
  .open.overlayMenuBtn span:nth-child(2) { width: 0; }
  .open.overlayMenuBtn span:nth-child(3) { top: 23px; left: 10px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
   .overlayMenu { position: fixed; width: calc(100% - 30px); height: 100vh; overflow: auto; top: 0; right: 0; z-index: 82; text-align: center; padding: 60px 15px 30px; background-color: #a2f0ff; display: none; }
  .overlayMenu .sp_menu { width: 100%; margin: 0; text-align: left; color: #222; }
  .overlayMenu .sp_menu a { font-size: 15px; color: #222; display: block; margin: 0 auto 10px; padding: 5px 16px; background-color: #fff; border-radius: 40px; text-align: center; width: 80%;}
  .overlayMenu .sp_menu a small { margin: 0 0 0 15px; display: inline-block; font-size: 13px; }

#header {
    padding-top: 50px;
	padding: 10px 0 0;
	height:70px;
}
#footerimg2 {
	background-image: url(../img/footer_bg2_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding-top: 33%;
	height: auto;
	position: relative;
    top: 20px;
}
#footer {
	clear:both;
	text-align: center;
	background-color:#00c8ff;
	line-height: 1.4em;
	height: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-top: 40px !important;
	padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 50px;
}
#footer a {
	color:#fff;
	line-height: 1.6;
	padding: 5px 0;
}
.box_center {
	width:100%;
}
.box_center h1{
	padding: 0 10px;
}
.box_center h1 img{
	width: 130px;
    height: auto;
}
.box_center.wave{
	padding: 20px 0 0;
}
.box_center.wave img{
	width: 100%;
    height: auto;
}
.box_center .foooter_menu_pc{
	display: none;
}
.box_center .foooter_menu_sp{
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	padding: 0;
}
.box_center .foooter_menu_sp a{
	width: calc(50% - 2px);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box_center .foooter_menu_sp a:nth-child(odd){
	border-left: 1px solid #fff;
}
.box_center .foooter_menu_sp a:last-child,.box_center .foooter_menu_sp a:nth-last-child(2){
	border-bottom: 1px solid #fff;
}
.box_center .foooter_menu2{
	 font-size: 14px;
     margin: 20px 0 0 0;
}
.box_center .foooter_menu3{
	 font-size: 13px;
     margin: 20px 0 0 0;
	 line-height: 1.8;
}
.box_center .foooter_menu3 small{
	 display: block;
	 margin: 10px 0 0 0;
}

.content {
	width: 100%;
}
.box1 {
	width:100%;
	margin:0 auto;
	padding: 10px 15px 0;
	height:auto;
	clear:both;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6;
}
.box1 .img100{
	width:100%;
	display: block;
	margin: 0 0 15px 0;
	float: none;
}
.box1 .img90{
	width:90%;
	display: block;
	margin: 0 auto 15px;
	float: none;
}
.box1 .img70{
	width:60%;
	display: block;
	margin: 0 0 0 auto;
	float: none;
}
.leftbox4 {
	float:none;
	width:100%;
}
.rightbox4 {
	float:none;
	width:100%;
}
.leftbox55 {
	float:none;
	width:100%;
	margin: 0 0 30px 0;
}
.rightbox55 {
	float:none;
	width:100%;
	margin: 0 0 30px 0;
}
.inquery {
	position:fixed;
	z-index:3;
	margin-left: 0;
	width: 151px;
	top: auto;
	bottom: 0;
	right: 10px;
}
}
/* 2025 レスポンシブ化対応 end */
	
/* //////////////////////////////////////////////////
[テキスト、画像、その他関係] 
////////////////////////////////////////////////// */	
h1, h2, h3, h4 {
font-weight: bold;
}
h1, h2 {
	margin:0;
	padding:0;
}
h2 {
	margin-bottom:30px;
}
h3 {
	padding-bottom:5px;
	padding-top:8px;
	padding-left:45px;
	margin-bottom:25px;
	margin-top:20px;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(../img/h3_bg.png);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F9C;
	font-size: 17px;
	color: #666;
}
/*画像コピー禁止*/
img {
	border: none;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	margin:0;
}
/*リンク画像はマウスオーバーで画像70%に透過*/
a:hover img, a:active img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}
/*透過したくないもの*/
a:hover img.toukanashi {
   -moz-opacity:1.0;
   opacity:1.0;
   filter:alpha(opacity=100);

}
/*指定したリンク画像はマウスオーバーで画像70%に透過
img.toka:hover {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}*/

p {
	padding-bottom:12px;
}
table {
	empty-cells:show;
}
th {
	font-weight: normal;
}
li {
/*list-style-type: none;*/
}
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #0081de;
	cursor: pointer;
}
a:visited {
	text-decoration: none;
	color: #0081de;
}
a:hover {
	color: #36C5FF;
}
hr {
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

/* 2025 レスポンシブ化対応 */
@media (max-width: 767.98px) {
h2 {
    margin-bottom: 20px;
}
h2 img{
	width: 250px;
	height: auto;
}
h3 {
	padding-bottom:5px;
	padding-top:0px;
	padding-left:35px;
	margin-bottom:25px;
	margin-top:20px;
	clear: both;
	background-repeat: no-repeat;
	background-image: url(../img/h3_bg.png);
	background-size: 28px 28px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F9C;
	font-size: 17px;
	color: #666;
}
}
/* 2025 レスポンシブ化対応 end */

/* //////////////////////////////////////////////////
テーブル
////////////////////////////////////////////////// */


table.ver1 {
	border-collapse:collapse;
	margin-bottom: 20px;
	border:none;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFDDF9;
}
.ver1 th {
	background-color: #FFDDF9;
	text-align:center;
	border-bottom-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.ver1 td {
	padding:0.2em 1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFDDF9;
		padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}
table.ver2 {
	border-collapse:collapse;
	margin-right: 0px;
	margin-top: 20px;
}
.ver2 td {
	padding-top: 0.4em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em;
}
.ver3 th {
	padding:0.3em 1em;
	text-align:center;
	background-color: #eee;
}
.ver3 td, .ver3 th {
	padding:0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#D0D0D0;
}
.whiteline {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.bg_purple {
	background-color: #edebff;
}
.bg_blue {
	background-color: #d9f7ff;
}
.bg_pink {
	background-color: #Ff83a7;
}
.bg_yellow {
	background-color: #ffc000;
}

/* 2025 レスポンシブ化対応 */
@media (max-width: 767.98px) {
table.ver1 {
	border-top: 0;
}
.ver1 th {
	width: 100%;
    display: block;
	padding: 5px 0;
}
.ver1 td {
	border-bottom: 0;
    display: block;
}
.ver2 td {
	padding-top: 0.4em;
	padding-right: 0.7em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
	font-size: 14px;
	min-width: 80px;
}
.whiteline {
	padding: 5px 0;
}
}
/* 2025 レスポンシブ化対応 end */

/* //////////////////////////////////////////////////
[テキストの指定]
////////////////////////////////////////////////// */

.fontsize_9 {
	font-size: 9px;
	line-height:1.5;
}
.fontsize_16 {
	font-size: 16px;
}
.white {
	color:#FFF
}

.red {
	color:#F00;
}
.green {
	color:#37A8AA;
}
.purple {
	color:#bb95ff;
}
.blue {
	color:#0058bb;
}
.bold {
	font-weight: bold;
	font-size: 16px;
}
/* //////////////////////////////////////////////////
[その他]
////////////////////////////////////////////////// */
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


/* //////////////////////////////////////////////////
[画像の回り込み、マージン]
////////////////////////////////////////////////// */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatclear {
	clear: both;
}
.padding10 {
	padding:10px;
}
.padding20 {
	padding:20px;
}
.paddingb_50 {
	padding-bottom:50px;
}
.paddingb_30 {
	padding-bottom:30px;
}
.paddingb_20 {
	padding-bottom:20px;
}
.paddingb_15 {
	padding-bottom:15px;
}
.paddingl_10 {
	padding-left:10px;
}
.paddingr_20 {
	padding-right:20px;
}
.paddingl_20 {
	padding-left:20px;
}
.paddingt_10 {
	padding-top:10px;
}
.margin_right10 {
	margin-right:10px;
}
.marginb20 {
	margin-bottom:20px
}
.clear {
	clear:both;
}
.br-sp2 {
	display:none;
}/*PCでは改行無くす*/
/* ******************************************************************************
タブレット用 Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. 
*/

/* 2025 レスポンシブ化対応 */
@media screen and (max-width: 768px) {
	body {
		width: 100%;
}
#lightbox {
  width: 100%;
}
	}
/* ******************************************************************************
 * スマホ用　Mobile Layouts
 */
 
@media screen and (max-width: 480px) {
body {
		width: 100%;
	font-size: 20px;
	line-height:30px;
}

h3 {
	font-size: 18px;

}
 .br-sp {
 display:none;
}/*スマホでは改行なくす*/
.br-sp2 {
 display:inline;
}/*スマホでは改行あり*/

#lightbox {
  width: 100%;
}
}
/* 2025 レスポンシブ化対応 end */
