@charset "charset=UTF_8";
/*	全体	*/

:root{
    --blue:#1a73e8;        /* Google系の青 */
    --blue-weak:rgba(26,115,232,.15);
    --gray:#d1d5db;        /* 枠線グレー */
    --text:#374151;        /* テキスト */
    --muted:#6b7280;       /* 補助テキスト */ }

body {
	margin: 0px;
	padding:0px;
}

p.dai {
	margin-bottom: 0;
}

p.str {
	margin-top:0;
	margin-left: 30px;
	width: auto;
	float: none;
}

p.box_info {
	margin-top:0;
	margin-bottom: 0px;
	text-align:right;
}

#mapField {
	width:100%;
	height:500px;
}
/*	ローディング	*/
.loader-bg {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/*	background-color:#001e43;	*/
	background-color:#000000;
	opacity: 0.8;
	z-index:1;
}

.loader{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:200px;
	height:200px;
	margin-top:-100px;
	margin-left:-100px;
	text-align:center;
	color:#ffffff;
	z-index:2;	
}
/*	ヘッダー部	*/
.logo {
	/*background-color: #ffffff;*/
}

.logo img {
	max-width:100%;
	height:auto
}

.menu_list .navlist a {
	font-size: 16px;
	font-weight: bold;
	color: #778899;
}

.child_ul a {
	font-size: 14px;
	color: #ffffff;	
}

#menu span {
	background-color: #198def;
	position:absolute;
	width:0px;
	left:0;
	top:0;
}


.navimg_pic0, .navimg_pic1, .navimg_pic2, .navimg_pic3, .navimg_pic4{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	opacity:1;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

.setsumei_stf{
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
}
/*	トップページの画像部	*/
.topContents {
	margin: 0;
	/*background-color: #f5f5f5;*/
	height: auto;
	/*max-height: 702px;*/
	/*height:702px;*/
}

.topContents p{
	margin: 0;
}


.topContents ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.snss {
    margin: 0;
    background-color: #f5f5f5;
    height: auto;
    padding: 10px;
    /* max-height: 702px; */
    /* height: 702px; */
}

.Contents img{
	margin: 0;
	background-color: #000000;
	height: auto;
	/*width:100%;*/
	max-width:100%;
}

#slideGalley{
	max-width:100%;
	overflow:hidden;
	position:relative;
	z-index:0;	
}

.topContentsImg {
	/*max-width: 100%;*/
	width:0px;/*レイアウト崩れを防ぐためjavascriptで指定する*/
	height: auto;
	/*max-height: 702px;
	max-width: 1024px;*/
	vertical-align: bottom;
	position:relative;
}

#slide{
	width:10000px;
}

#slide li{
	float:left;
}

#paging {
	text-align: center;
	position: absolute;
	width:100%;
	bottom:10px;
}

#paging li{
	display:inline-block;
	*display:inline-block;
	*zoom:1;
	width:20px;
	height:20px;
	margin: 5px;
	background-image: url(..../resource/img/page_toumei.png);
}

#paging li.active{
	background-image: url(..../resource/img/page_active.png);
}

#slide_nav .prev{
	position: absolute;
	left:10px;
	top:50%;
	/*margin-top:50px;*/
}

#slide_nav .next{
	position: absolute;
	right:10px;
	top:50%;
	/*margin-top:50px;*/
}

#slide .topCt {
	position: absolute;
	top:60%;
	margin-left:5%;
	/*font-family:"Roboto Slab" , Garamond , "Times New Roman" ,
			"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,
			"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,
			"HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" ,
			"MS PMincho" , serif;
	font-weight:bold;*/
}

/*	トップページのサブコンテンツ	*/
.pickup {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f5f5f5
}

.pickup p {
	margin: 0
	font-weight: bold;
	font-size:22px;
	color:#ffffff;
}

#scrollable .scrollableimg{
	position: fixed;
	right:15%;
	bottom:5%;
	/*margin-top:50px;*/
}

/*
.pickup_1{
	background-color: #ff0000;
}

.pickup_2{
	background-color: #00ff00;
}

.pickup_3{
	background-color: #0000ff;
}

.pickup_4{
	background-color: #00ffff;
}

.pickup_5{
	background-color: #ff00ff;
}
*/
/* .pickup_1 p, .pickup_2 p, .pickup_3 p, .pickup_4 p, .pickup_5 p{
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0
}

 .pickup_1, .pickup_2, .pickup_3, .pickup_4, .pickup_5{
	margin-bottom: 10px;
}
*/
 .pickup_c, .pickup_c_mypage{
	margin-bottom: 10px;
}

.pickup_c_mypage{
	margin-bottom: 10px;
	position: relative;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.pickup_c_mypage p{
	position: absolute;
	top:20%;
	left:35%;
	font: 20px "メイリオ";
	color: #565656;
	font-size: 20px;
}

.pickupImg {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.pickupImgsolid {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
}

/*	トップページのニュース、記事	*/
.news {
	/*padding-top: 15px;*/
	padding-bottom: 15px;
	/*background-color: #191970;*/
}

.news_inner {
	/*background-color: #4169e1;*/
}

.news .infomation ul {
	margin:0;
	padding:0;
	list-style:none;
}

.news .infomation li a {
	display:block;
	padding:5px;
	border-top: dotted 2px #dddddd;
	color: #000000;
	font-size:14px;
	text-decoration: none;
}

.news .infomation li a:hover {
	background-color: #eeeeee;
}

.news .infomation time {
	/*margin-right: 10px;*/
	color: #888888;
	font-weight: bold;
}

.news .infomation h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size:18px;
	color: #666666;
}

.news .infomation a:after {
	content: "";
	display:block;
	clear: both;
}

.news .infomation time {
	float: left;
	width: 80px;
}

.news .infomation .info_text {
	float: none;
	width: auto;
	margin-left: 80px;
}

.news_inner .kiji {
	/*background-color: #778899;*/
}

.news_inner .kiji h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size:18px;
	color: #666666;
}

.news_inner .kiji ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.news_inner .kiji li a {
	display: block;
	padding: 5px;
	border-top: dotted 2px #dddddd;
	color: #000000;
	text-decoration: none;
}

.news_inner .kiji li:hover {
	background-color: #eeeeee;
}

.infomation, .kiji{
	padding-top:10px;
}

.kiji li {
	padding-bottom: 5px;
}

.kiji li:after {
	content: "";
	display: block;
	clear: both;
}

.kiji img {
	float: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.kiji .info_text{
	float: none;
	width: auto;
	margin-left: 110px;
}


.youtube_kiji ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.youtube_kiji li a {
	display: block;
	padding: 5px;
	border-top: dotted 2px #dddddd;
	color: #000000;
	text-decoration: none;
}

.youtube_kiji li:hover {
	background-color: #eeeeee;
}

.infomation, .youtube_kiji{
	padding-top:10px;
}

.youtube_kiji li {
	padding-bottom: 5px;
}

.youtube_kiji li:after {
	content: "";
	display: block;
	clear: both;
}

.youtube_kiji img {
	float: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.youtube_kiji .info_text{
	float: none;
	width: auto;
	margin-left: 110px;
}

.box ,.box_buck ,.box_print{
	padding-top: 15px;
	padding-bottom: 15px;
	/*background-color: #191970;*/
}

.box h1{
	margin-top: 0;
	margin-bottom: 0px;
	color: #001e43;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ddd;
	padding-left: 10px;
	padding-top: 5px;
}


.hosoku_setsumei{
	color: #868686;
}

.box_print h1{
	margin-top: 0;
	margin-bottom: 0px;
	text-align:center;
	font-weight: bold;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #838383;
	padding-left: 10px;
	padding-top: 5px;
}

.box_print .print_ryosyukingaku{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	text-align:center;
	font-size:26px;
	font-weight: bold;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #a5a5a5;
	background-color: #e0e0e0;
	padding-left: 10px;
	padding-top: 5px;
}

.box_print .print_tadasi{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 50px;
	text-align:right;
	padding-left: 10px;
	padding-top: 5px;
}

.inkanImg {
	position: relative;
    float: right;
    top: -20px;
    right: 0px;
}


.print_jisya p{
	/*background-color: #e5f3f9;*/
	line-height: 5px;
	font-size:12px;
	text-align:right;
}

.print_furikomi p{
	/*background-color: #e5f3f9;*/
	line-height: 5px;
	font-size:12px;
	text-align:left;
}

.box h3 ,.box_buck h3{
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 1.00em;
	color: #aaaaaa;
}

.box h4 ,.box_buck h4{
	margin-bottom: 0.5em;
}

.koumoku_h {
	color: #292222;
	font-weight: bold;
	border-width: 0px 0px 2px 2px;
	border-style: solid;
	border-color: #292222;
	background-color: #eeeeee;
	padding-left: 10px;
}

/*	.prevbuck {
		position:relative;
	}

	.prev {
		position: absolute;
		top: 20px;
		left: 20px;
	}
	
	.buck img{
		width: 100%; 
	}
*/

.box_buck .buck {
	/*position: absolute;
	top: 20px;
	left: 20px;
	float: right;*/
	position: absolute;
	right: 0px;
}

.box_buck #buck_left {
	/*position: absolute;
	top: 20px;
	left: 20px;
	float: right;*/
	position: absolute;
	left: 0px;
}

div#buck_left #max_img{
	width: 100%;
}

.box_buck .prevbuck:after{
	/*position:relative;*/
	content:"";
	display: block;
	clear: both;
}

.box_buck .prevbuck .prev ,
.box_buck .prevbuck .prev_right{
	/*position: absolute;
	top: 20px;
	left: 20px;*/
	position: absolute;
	background-image: url(..../resource/img/siro.png);
}

.box_buck .prevbuck #prev_right{
	right:0px;
	max-width:550px;
}

.box_buck .prevbuck #prev_right img{
	float:right;
}

.box_buck .prevbuck #max_img_prev_right{
	right:0px;
	top: 400px;
	max-width:550px;
	padding-left:10px;
	background-image: url(..../resource/img/kuro.png);
}

#max_img_prev_right h1,#max_img_prev_right p{
	color:#ffffff;
}

#max_img_prev_right img{
	width:100%;
}



.box_buck .prev h1{
	/*background-color: #b3cb31;*/
	color:#001e43;
	padding-left:10px;
	margin:0;
	width: 100%;
}

form:after {
	content:"";
	display:block;
	clear:both
}

.otoiawase form{
	width:100%;
	padding-top:10px;
}

form div + div {
	margin-top: 1em;
}

.otoiawase form label {
/* すべてのラベルを同じサイズにして、きちんと揃える */
	display: inline-block;
	width: 250px;
	text-align: right;
	font-size:14px;
	font-size: 20px;
}

form input, textarea {
	/* すべてのテキストフィールドのフォント設定を一致させる
	デフォルトで、textarea は等幅フォントが設定されている */
	font: 1.00em "メイリオ";
	/*font-size: 20px;*/
	/* すべてのテキストフィールドを同じサイズにする */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	/* テキストフィールドのボーダーの外見を同一にする */
	border: 1px solid #cccccc;
	max-width:100%;
	border-radius: 0.3rem;
	/*width:500px;*/
}

.renewtext {
	/* すべてのテキストフィールドのフォント設定を一致させる
	デフォルトで、textarea は等幅フォントが設定されている */
	font: 1.00em "メイリオ";
	/*font-size: 20px;*/
	/* すべてのテキストフィールドを同じサイズにする */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
	/* テキストフィールドのボーダーの外見を同一にする */
	border: 1px solid #cccccc;
	max-width:100%;
	width:500px;
}

.mousikomihensyupn form input {
	/* すべてのテキストフィールドのフォント設定を一致させる
	デフォルトで、textarea は等幅フォントが設定されている */
	font: 0.75em "メイリオ";
	/* すべてのテキストフィールドを同じサイズにする */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
	/* テキストフィールドのボーダーの外見を同一にする */
	border: 1px solid #cccccc;
	max-width:100%;
	width:400px;
}

.mousikomihensyupn #ipid{
	background-color: #f5f5f5;
}

.mousikomihensyupn {
	margin-top: 5px;
}
.mousikomihensyupn form div + div {
	margin-top: 5px;
}

form input:focus, textarea:focus {
	border-color: #198def;
}

form textarea {
	/* 複数行のテキストフィールドをラベルにきちんと揃える */
	vertical-align: top;
	/* テキスト入力に十分な領域を与える */
	height: 20em;
	/* ユーザが textarea を垂直方向にリサイズできるようにする
	これが動作しないブラウザもある */
}
.otoiawase form input, textarea {
	width: 600px;
}

form .button button{
	width:150px;
	height:40px;
}

form .button input{
	float: right;
	width:180px;
	height:60px;
	
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px;
	color: var(--blue);
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration: none;
	background-color: #ffffff;
	border: 2px solid var(--blue);
	cursor: pointer;
	transition-duration:0.3s;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -o-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
}

form .button input:hover{
    color: #ffffff;
    background-color: var(--blue);
}

form .button_l {
	float: right;
}

form .button_l input{
	float: left;
	width:120px;
	height:25px;
	margin-right: 10px;
}


form .button_keycode button{
	width:140px;
	height:40px;
}

form .button_keycode input{
	float: right;
	width:140px;
	height:40px;
	margin-right: 10px;
}


form .button_keycode {
	float: right;
	margin-top: 10px;
}

form .button {
	float: right;
}

.setsumei0 .emphasize{
	color: #198def;
}

.ctsetsumei0{
	padding-bottom: 15px;
	padding-top: 15px;
}

.ctsetsumei0 img {
	max-width:100%;
}
/*	フッターメニュー	*/
.footerMenu {
	/*padding-top: 15px;*/
	background-color: #3f3f3f;
	color: #ffffff;
	border-top: solid 4px #198def;
}

.footerMenu a{
	/*padding-top: 15px;*/
	color: #ffffff;
}

.footerMenu_inner p {
	margin: 0;
}

/* .footerMenu_0, .footerMenu_1, .footerMenu_2, .footerMenu_3, .footerMenu_4 {*/
.footerContents {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*	フッター	*/
.footer {
	/*padding-top: 15px;*/
	padding-bottom: 15px;
	color: #001e43;
	/*background-color: #0000ff;*/
}

.footer_inner p{
	margin: 0;
}

.office {
	text-align: right;
	font-size:12px;
}


.header, .header_cp, .header_mp, .pickup, .footerMenu, .footer, .news,.box, .box_buck ,.box_print , .login, .mppickup {
	padding-left: 15px;
	padding-right: 15px;
}

.header {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd
}

.header_cp {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 4px #ee82ee;
}

.header_mp {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 4px #ffd700;
}

.carouselbt, .carimg{
	cursor:pointer;
}

#carouselOWrap{
	/*width: 9999;*/
	height:100px;
	background:url("..../resource/img/kuro.png");
}
#carouselWrap{
	width: 100%;
	height:100px;
	background:url("..../resource/img/carouselwrap.gif");
	background-repeat:no-repeat;
	position: relative;
}

#carouselWrap img{
	max-width: none;
}

#carousel{
	width:100%;
	height:100%;
	overflow: hidden;
}

#carousel_inner ul.carouselcolumn{
	list-style-type: none;
	width: 9999;
	height: 85px;
	padding: 8px 9px 7px 8px;
	float: left;
	margin: 0;
	position:relative;
	left:0;
}

#genbagazou {
	width:100%;
}

#genbagazouwrap {
	max-width:500px;
	height: 500px;
}

ul.carouselcolumn li {
	float: left;
	margin-right: 8px;
	display:inline;
}

#koujimei, #hatyusya, #nounyutiiki, #kaisuu, #hinmoku, #ryubei, #seisaku{
	color: #0000ff;
	font-weight: bold;
}

.ctsetsumei1:after{
	content: "";
	display: block;
	clear: both;
}

.ctsetsumei1{		
	position: relative;
}

.ctsetsumei1 .setsumei_pic {
	position: relative;
	left: 0px;
	height: auto;
	width:100%;
}

.qanda_koumoku:after {
    content: "";
    display: block;
    clear: both;
}

.qanda_koumoku{		
	position: relative;
}

.qanda_koumoku .qanda_setsumei_pic {
    position: relative;
    left: 0px;
    height: auto;
    float: left;
}

.qanda_koumoku a {
    position: relative;
}

.ctsetsumei1 .setsumei_st,
.ctsetsumei1 .setsumei_st_r
{
	position: absolute;
	background-image: url(..../resource/img/kuro.png);
	color:#ffffff;
	padding-left:10px;
}

.ctsetsumei1 h1, .ctsetsumei1 p{
	margin: 0
}


.ssl p{
	font-size:12px;
}

.footer_inner2 p{
	font-size:11px;
}

.login img {
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.login_inner {
	margin-top:10px;
	padding :10px;
	border:1px #cccccc;
	border-style: solid;
}

.login_inner form input{
	width: 500px;
}

.login_inner form .button input{
	width:150px;
	height:40px;
	margin-right: 10px;
}

p.error {
	color: #ff0000;
	margin: 0px;
}

p.import {
	font-weight: bold;
	margin: 0px;
}

img#captcha {
    border: #cccccc;
    border-style: solid;
}

.footer img {
    max-width: 100%;
    height: auto;
}


.keycodebox {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.keycodeinputbox {
    padding: 40px;
	border-radius: 1rem;
	border: solid 1px #cccccc;
}

.mousikomisagyopn {
	/*color: #ff0000;*/
}

.mousikomihensyupn {
	/*background-color: #ff00ff;*/
}

.mousikomihensyupn label {
/* すべてのラベルを同じサイズにして、きちんと揃える */
	display: inline-block;
	width: 200px;
	text-align: right;
	font-size:16px;
}

.keycodebox img {
    max-width: 100%;
    height: auto;
}

input[type="checkbox"]   {
    -webkit-transform: scale(2);
    -webkit-transform-origin:100% 50%;
    -moz-transform: scale(2);
    -moz-transform-origin:100% 50%;
    -ms-transform: scale(2);
    -ms-transform-origin:100% 50%;
    width:10px;
    height:10px;
    vertical-align: middle;
    margin-left:20px;
}

input[type="radio"]  {
    -webkit-transform: scale(2);
    -webkit-transform-origin:100% 50%;
    -moz-transform: scale(2);
    -moz-transform-origin:100% 50%;
    -ms-transform: scale(2);
    -ms-transform-origin:100% 50%;
    margin-left:20px;
    width:10px;
    height:10px;
    vertical-align: middle;
}

img.radio_in {
	vertical-align: middle;
}

form .keycodekoumoku label {
	display: inline-block;
}

.mousikomi_table {
	border-collapse: collapse;
	/*font-size: 12px;*/
}

/*テーブル 秦*/
.border_table {
	margin-top: 20px;
	border-collapse: collapse;
	
}
td {
	border: solid 1px;
	padding: 0.5em;
	border-color: #cccccc;
}
th {
	border: solid 1px;
	padding: 0.5em;
	border-color: #cccccc;
}

table th{
    background:#f5f5f5;/*背景色*/
}

.qanda_koumoku {
    margin-top: 20px;
    padding: 10px;
    border-top: solid 1px #cdcdcd;
}

.tel_p {
	margin: 20px;
	color: #ff0000;
	font-weight: bold;
	font-size: 42;
}


.centering{
    text-align: center;
}

td.file_false {
    background: #fff0f5;
}

iframe.vimeo, iframe.youtube {
	width:100%;
	margin-bottom:10px;
    background: #000000;
}

body{
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,
	"Hiragino Kaku Gothic ProN","Noto Sans JP","Yu Gothic UI",
	"YuGothic",Meiryo,sans-serif;color:var(--text);
}


.stepper{
    max-width: 720px;
    padding: 10px;
    display:flex;
    align-items:flex-start;
    position:relative;
}

.stepper{ --dot-size: 1.5px; --dot-gap: 8px; --line-h: 2px; }

  /* 破線の連結線（各ステップの左からの線を引く） */
.step{
    position:relative;
    flex:1 1 0;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.step:not(:first-child)::before{
    content:"";
    position:absolute;
    top: 18px;             /* ドットの中心高さに合わせる */
    left:-50%;
    width:100%;
    height:2px;
    background:repeating-linear-gradient(
	90deg, #e5e7eb 0 4px, transparent 1px 9px
    );
}

/* 直前が完了なら、その区間は青の破線に */
.step.is-done + .step::before{
    background:repeating-linear-gradient(
	90deg, var(--blue) 0 4px, transparent 1px 9px
    );
}

.dot{
    width:34px;height:34px;border-radius:50%;
    border:2px solid var(--gray);
    display:grid;place-items:center;
    font-weight:700; line-height:1;
    background:#fff;
}

.step .label{
    margin-top:10px;
    font-size:14px;
    color:var(--muted);
    white-space:nowrap;
}

  /* 進行中のステップ（二重リング風+数字は青） */
.step.is-current .dot{
    border-color:var(--blue);
    color:var(--blue);
    box-shadow:0 0 0 5px var(--blue-weak);
}
.step.is-current .label{ color:var(--blue); font-weight:600; }

/* 完了のステップ（塗りつぶし+チェック） */
.step.is-done .dot{
    background:var(--blue);
    border-color:var(--blue);
    color:#fff;
}
.step.is-done .label{ color:var(--text); }


/* 小さめ画面でも崩れにくく */
@media (max-width:480px){
    .stepper{ gap: 2rem; }
}

.step { position: relative; }

.step::before{
  z-index: 1;           /* 線 = 下のレイヤー */
}

.step .dot{
  position: relative;
  z-index: 2;           /* 丸 = 上のレイヤー */
  background: #fff;     /* 背景色で線を隠す（ページの背景に合わせて変更） */
}

/* 768px以下 */
@media(max-width: 767px){

/*テーブルの左寄せ 秦*/ 
.border_table		
	{margin-top:20px;margin-bottom:15px;margin-left:1px;margin-right:15px;font-size:16px}


	#mapField {
		height:300px;
	}

	#menubtn {
		padding: 6px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		background-color: #ffffff;	
		position: absolute;
		top: 20px;
		right: 15px;
		cursor: pointer;
	/*	display: none;*/
	}


	#menubtn:hover{
		background-color: #dddddd;	
	}

	#menubtn:focus{
		outline: none;	
	}

	#menubtn i {
		color: #888888;
		font-size:18px;
	}

	#menubtn span {
		display: inline-block;
		text-indent: -9999px;
	}

	#menu {
		display: none;
	}

	#menu span {
		display: none;
		height 0px;
	}

	.menu .parent_ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.menu_list .navlist a {
		display: block;
		padding: 5px;
		text-decoration: none
	}

	#menu .navbarimg {
		display: none;
	}

	/*.menu_list li a:hover {
		background-color: #eeeeee;
	}*/

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

	.prevbuck .buck {
		float: right;
		min-height:1800px;
	}
	.prevbuck .prev {
		position: absolute;
		float: left;
		width: 100%;
	}*/

	.box_buck .buck img,
	{
		width: 100%;
	}

	.ctsetsumei1 .setsumei_st,
	.ctsetsumei1 .setsumei_st_r
	{
		position:relative;
		top:0px;
		left:0px;
	}

	.ctsetsumei1 .setsumei_pic img {
	    width: 100%;
	}

	.qanda_koumoku .qanda_setsumei_pic img {
	    width: 100%;
	}

	#genbagazou {
		width: auto;
		max-height:100%;
	}

	#genbagazouwrap {
		height: 380px;
	}

	#footer_list,#footer_list2,#footer_list3,#footer_list4 {
		display: none;
	}

	/* .footerMenu_0, .footerMenu_1, .footerMenu_2, .footerMenu_3, .footerMenu_4 {*/
	.footerContents {
		border-bottom: solid 1px #d3d3d3;	
		content:"";
		display:block;
		clear:both;
	}

	.footerMenu ul {
		margin: 0;
		padding: 0px;
		list-style: none;
	}

	.footerMenu li a {
		display: block;
		padding: 5px 20px;
		font-size: 14px;
		text-decoration: none
	}

	.footerMenu li a:hover {
		background-color: #868686;
	}

	#footerbtn0, #footerbtn, #footerbtn2, #footerbtn3, #footerbtn4{
		float:left;
		padding: 4px 4px;
		border: none;
		background-color: #eeeeee;	
		cursor: pointer;
	}

	#footerbtn0:hover, #footerbtn:hover, #footerbtn2:hover, #footerbtn3:hover, #footerbtn4:hover{
		background-color: #ffffff;	
	}

	#footerbtn0:focus, #footerbtn:focus, #footerbtn2:focus, #footerbtn3:focus, #footerbtn4:focus{
		outline: none;	
	}

	#footerbtn0 i,#footerbtn i, #footerbtn2 i, #footerbtn3 i, #footerbtn4 i{
		color: #888888;
		font-size: 14px;
	}

	#footerbtn0 span, #footerbtn span,#footerbtn2 span ,#footerbtn3 span,#footerbtn4 span{
		display: inline-block;
		text-indent: -9999px;
	}
	
	#footerMenu p{
		float:left;
	}


}



/* 768px以上 */
@media(min-width: 768px){

	.header:after {
		content:"";
		display:block;
		clear:both
	}

	.header_cp:after {
		content:"";
		display:block;
		clear:both
	}

	.header_mp:after {
		content:"";
		display:block;
		clear:both
	}

	.logo {
		float:left;
		width:auto
	}


	.pickup:after {
		content:"";
		display:block;
		clear:both
	}

	.mppickup:after {
		content:"";
		display:block;
		clear:both
	}

/*	.pickup_1 {
		float:left;
		width:32%;
		margin-right:1%;
	}

	.pickup_2 {
		float:left;
		width:32%;
		margin-right:1%;
	}

	.pickup_3 {
		float:left;
		width:32%;
	}

	.pickup_4 {
		float:left;
		width:32%;
		margin-right:1%;
	}

	.pickup_5 {
		float:left;
		width:32%;
		margin-right:1%;
	}
*/	.pickup_c {
		float:left;
		/*width:32%;*/
		width:24%;
		margin-right:1%;
	}

	.pickup_c_mypage {
		float:left;
		width:24%;
		margin-right:5px;
	}

	.snss:after {
		content:"";
		display:block;
		clear:both
	}

	.sns_contents {
		float:left;
		width:50%;
	}
	
	.headerSNS {
		float:right;
		width:auto;
	}

	.menu {
		float:right;
		width:auto;
	}

	.menu .parent_ul {
		margin: 0;
		padding: 0;
		list-style: none
	}

	.menu_list .navlist .navbar{
		display: block;
		padding: 10px 15px;
		text-decoration: none;
	}

	/*.menu_list li a:hover {
		background-color: #eeeeee;
		color: #1c305c;
	}*/

	.menu .parent_ul:after {
		content:"";
		display:block;
		clear:both
	}

	.menu_list .navlist{
		float: left;
		width: auto
	}

	.menu_list .navlistsns{
		float: left;
		width: auto
		display: block;
		padding: 5px;
		text-decoration: none;
	}


	#menubtn {
		display: none;
	}

	#menu{
		display: block !important;
	}

	#menu span {
		display: block;
		height:3px;
	}

	.menu .child_ul {
		margin: 0;
		padding: 0;
		list-style: none
	}


	.menu_list .child_ul a {
		font-size: 14px;
		color: #ffffff;	
		padding: 1px;
		text-decoration: none
	}

	.menu_list .child_ul li a:hover {
		color: #778899;
	}


	.navimg_pic0, .navimg_pic1, .navimg_pic2, .navimg_pic3, .navimg_pic4 {
		float: left;
		width: auto;
		padding:5px;
		opacity:0;
	}

	.news:after {
		content: "";
		display: block;
		clear: both;
	}

	.infomation {
		float: left;
		width: 45%;
		padding-right:35px;
	}

	.kiji {
		float: left;
		width: 45%;
	}

	.otoiawase:after {
		content: "";
		display: block;
		clear: both;
	}

	.mail_otoiawase {
		float: left;
		/*width: 75%;*/
		padding-right:5px;
	}

	.tel_otoiawase {
		float: left;
		/*width: 20%;*/
	}

	.ctsetsumei0:after{
		content: "";
		display: block;
		clear: both;
	}

	.setsumei_pic {
		float: left;
		width: 30%;
		padding-right:5px;
	}


	.ctsetsumei1 .setsumei_st {
		top:150px;
		left:0px;
		width:500px;
	}

	.ctsetsumei1 .setsumei_st_r {
		top:150px;
		right:0px;
		width:500px;
	}

	.qanda_koumoku .qanda_setsumei_st_left {
		float: left;
		width: 30%;
		padding-right:5px;
	}

	.ctsetsumei1 .setsumei_st_r {
		top:150px;
		right:0px;
		width:500px;
	}

	.setsumei_st .setsumei_stf{
		float: left;
		width: 65%;
	}

	.setsumei_pic1 {
		float: right;
		width: 30%;
		padding-left:5px;
	}

	.setsumei_st1 {
		float: right;
		width: 65%;
	}

	.setsumei_pic2 {
		float: left;
		width: 50%;
		padding-right:5px;
	}

	.setsumei_st2 {
		float: left;
		width: 45%;
	}

	.setsumei_pic3 {
		float: right;
		width: 50%;
		padding-left:5px;
	}

	.setsumei_st3 {
		float: right;
		width: 45%;
	}

	.footerMenu:after {
		content:"";
		display:block;
		clear:both
	}

	.footerContents {
		float:left;
		width:25%;
	}

	/*
	.footerMenu_0 {
		float:left;
		width:20%;
	}

	.footerMenu_1 {
		float:left;
		width:20%;
	}

	.footerMenu_2 {
		float:left;
		width:20%;
	}

	.footerMenu_3 {
		float:left;
		width:20%;
	}

	.footerMenu_4 {
		float:left;
		width:20%;
	}
	*/
	.footerMenu ul {
		margin: 0;
		padding: 0px;
		list-style: none;
	}

	.footerMenu li a {
		display: block;
		padding: 5px 10px;
		font-size: 14px;
		text-decoration: none;
	}

	.footerMenu li a:hover {
		background-color: #868686;
	}

	#footerbtn0, #footerbtn, #footerbtn2, #footerbtn3, #footerbtn4 {
		display: none;
	}

	#footer_list, #footer_list2 , #footer_list3, #footer_list4{
		display: block !important;
	}

	.footer:after {
		content:"";
		display:block;
		clear:both
	}

	.ssl {
		float:left;
		width:50%;
	}

	.office {
		float:left;
		width:50%;
	}
}

.setsumeiImg{
	max-width:100%;
}

/* 359pxpx以上 */
@media(max-width: 400px){
	.logo img {
		width:250;
		height: auto
	}
}

/* 600px以上 */
@media(min-width: 700px){
	.login_inner , .keycodebox_inner, .keycodeinputbox_inner{
		width:700px;
		margin-left: auto;
		margin-right: auto;
	}
}



/* 1190px以上 */

@media(min-width: 1024px){
	.pickup_inner, .header_inner, .footerMenu_inner, .footer_inner, .footer_inner2, .news_inner, .Contents_inner, .topContents_inner, .box_inner, .mppickup_inner, .box_sc_inner, .snss_inner{
		width:1024px;
		margin-left: auto;
		margin-right: auto;
	}
}


@media(min-width: 1024px){
	.box_print_inner{
		width:800px;
		margin-left: auto;
		margin-right: auto;
	}
}