@charset "utf-8";



.bt-logout{
	float:right;
	margin: 0 1em 0 0;	
}
.bt-logout a{
	display: inline-block;
	background: #d69e2b;
	color: #FFF;
	font-size: 16px;
	padding: 0 1em;
	border-radius: 5px;
	margin: 25px 0 0 0;
	
}

/* コンテンツ
=========================================== */




article.form {
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}
article.results {
	width: 1200px;
	margin: 0 auto;
	overflow:hidden;
}
article.detail {
	width: 1200px;
	margin: 0 auto;
	overflow:hidden;
}

/* search-form
=========================================== */
article.form .tx1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0.5em 0;
}
article.form .tx2 {
	font-size: 40px;
	font-weight: bold;
	margin: 0.5em 0;
}
article.form h3.title span.hyogo{
	border:5px solid #fe668e;
	font-size: 24px;
	padding: 0 0.5em;	
	margin: 0 0.5em 0 0;
	box-shadow: 2px 2px 4px gray;
	
}
article.form .frame {
	border: 5px solid #fee1df;
	padding:20px;
	margin: 1em 0 0 0;
	clear: both;
}
article.form .frame h3{
	border-left: 5px solid #e95792;
	padding:5px 0 5px 20px;
	margin: 10px 0;
	font-size: 24px;
	font-weight: bold;
	clear: both;
}
article.form .frame h3 span.more{
    font-size: 80%;
    font-weight: normal;
    margin-left: 1em;
}
article.form .frame h3 span.more a{
    text-decoration: underline;
    font-weight: bold;
	color: #ff292a;
}
article.form .frame h3 span.more::before{
    content: url("../../img/pointer-hyogo.png");
    margin-right: 0.5em;
    vertical-align: middle;
    width: 50px;
    height: 37px;
}
article.form .frame h4{
	color: #e95792;
	padding:0 0 0 25px;
	margin: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	clear: both;
}

article.form .frame ul{
	padding:0 0 0 25px;
	margin-left: 20px;
	font-size: 16px;
	overflow: hidden;
}

article.form .frame ul li{
	float: left;
	width: 12.5%;
}
article.form .frame ul.ul2 li:nth-child(2){
	clear: left;
}
article.form .frame ul.ul1 li{
	width:20%;
}
article.form .frame ul.ul2 li{
	width: 33%;
}
article.form .frame ul.ul2 li input[type=checkbox]{
	display: none;
}
article.form .frame ul.ul2 li input[type="checkbox"]:checked + label{
	border: 3px solid #ff0000;
}
article.form .frame ul.ul2 li .label {
	display: block;
	width: 85%;
	text-align: center;
	padding: 0;
	margin: 10px 0;
	cursor: pointer;
	color: #b20000;
	border: 3px solid #CCC;
	border-radius: 5px;
}

article.form .form-bottom{
	text-align: center;
	background:  #fee1df;
	overflow: hidden;
}
article.form .form-bottom a{
	display: block;
	background: #fb5895;
	width: 400px;
	margin: 1em auto;
	padding: 20px 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;	
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	border:2px solid #FFF;
}

/* search-rasults
=========================================== */
article.results > .title{
	border-bottom: 1px dotted #666;
	overflow: hidden;
	padding: 1em 0;
	margin: 1em 0 0 0;
	
}
article.results > .title p{
	float: left;
	display: block;
	font-size: 30px;
	font-weight: bold;
}
article.results > .title p::after{
	content: url(../img/icon-results.png);
	margin-left: 10px;
	vertical-align: text-bottom;
}
article.results .num1 span{
	font-size: 18px;
	margin: 0 0.2em 1em 0;
	display: inline-block;
	color: #fb5895;
	font-weight: bold;
}
/* ページナビ*/
article.results ul.page-navi{
	float: right;
	margin:10px 0;	
}
article.results ul.page-navi li{
	float: left;	
	margin: 0 5px;
}
article.results ul.page-navi li a{
	display: block;
	border: 1px solid #00a0e8;
	background: #00a0e8;
	color: #FFF;
	padding: 0 5px;
}
article.results ul.page-navi li:first-child a, article.results ul.page-navi li:last-child a{
	border: none;
	background: #FFF;
	color: #00a0e8;
}
article.results ul.page-navi li.current a{
	border: 1px solid #00a0e8;
	background: #fff;
	color: #00a0e8;
	pointer-events: none;
}

/* サイド*/
article.results .side{
	width: 320px;
	float: left;
	margin: 0;
	padding: 0;
}
article.results .main{
	width: 850px;
	float: right;
	margin: 0;
	padding: 0;
}
article.results .side .frame{
	border: 5px solid #fee1df;
	padding:5px;
}
article.results .side h3{
	border-left: 5px solid #fb5895;
	padding:0 0 0 5px;
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
	clear: both;
}
article.results .side h4{
	color: #fb5895;
	padding:0 0 0 10px;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	clear: both;
}

article.results .side ul{
	padding:0 0 0 0px;
	margin-left: 10px;
	font-size: 14px;
	overflow: hidden;
}

article.results .side ul li{
	float: left;
	width: 33%;
	font-size: 14px;
}
article.results .side ul.osaka li:nth-child(2){
	clear: left;
}
article.results .side ul.ul1 li{
	line-height:130%;
	width: 50%;
	font-size: 12px;
}
article.results .side ul.ul2 li{
	width: 100%;
	font-size: 14px;
}
article.results .side-bottom{
	text-align: center;
	background:  #fee1df;
	overflow: hidden;
}
article.results .side-bottom a{
	display: block;
	background: #fb5895;
	width: 250px;
	margin: 1em auto;
	padding: 10px 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;	
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	border:1px solid #FFF;
}


/* メイン*/
article.results .num2 {
	float: right;
	display: block
}
article.results .num2 span{
	font-size: 30px;
	font-weight: bold;
	margin: 0 0.2em 0 0;
	color: #fb5895;
	font-weight: bold;
}

article.results .bt-area{
	text-align: center;
	background: #fdf4f4;
	margin:0 0 20px 0;
}
article.results .bt-area a.bt-back{
	display: inline-block;
	background: #fb5895;
	width: 200px;
	margin: 1em;
	padding: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;	
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	border:1px solid #FFF;
}
article.results .bt-reset a{
	display: inline-block;
	background: #fb5895;
	margin: 0;
	padding: 5px 1em;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;	
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	border:1px solid #FFF;
}

article.results table{
	clear: both;
	width: 99.5%;
	margin: 1em 0 0 0;	
}
article.results table th{
	padding: 5px;
	background: #CCC;	
	border: 1px solid #CCC;
	color: #FFF;
}
article.results table td{
	margin: 1em 0;
	padding: 10px 5px;
	border: 1px solid #CCC;
	border-spacing: 10px 0;
	word-break: break-word;
}
article.results table td.cate1{
	background: #fffcdd;
}
article.results table td.cate2{
	background: #fff6f6;
}
article.results table td.cate3{
	background: #f4ffef;
}
article.results table td.cate4{
	background: #fdedd3;
}
article.results table td.cate5{
	background: #ecf3fc;
}
article.results table td.cate6{
	background: #f8f0ff;
}
article.results table td.cate7{
	background: #f5f4f5;
}
article.results table td.cate8{
	background: #fffcdd;
}
article.results table td.cate9{
	background: #fff6f6;
}
article.results table td.cate10{
	background: #f4ffef;
}
article.results table td.cate11{
	background: #fdedd3;
}
article.results table td.cate12{
	background: #ecf3fc;
}
article.results table td.bt{
	text-align: center;
}

article.results table td.bt{
	text-align: center;
	background:  #fff6f6;
	overflow: hidden;
}
article.results table td.bt a{
	display: block;
	background: #fb5895;
	width: 300px;
	margin: 1em auto;
	padding: 10px 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;	
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	border:1px solid #FFF;
}


/* search-detail
=========================================== */
article.detail > .title{
	border-bottom: 1px dotted #666;
	overflow: hidden;
	padding: 1em 0;
	margin: 1em 0 0 0;
	
}
article.detail > .title p{
	float: left;
	display: block;
	font-size: 30px;
	font-weight: bold;
}
article.detail .bt-area{
	text-align: center;
	background: #fdf4f4;
	margin: 20px 0;
}
article.detail .bt-area a.bt-back{
	display: inline-block;
	background: #fb5895;
	width: 300px;
	margin: 1em;
	padding: 10px 0;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;	
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
article.detail .bt-area a.bt-print{
	display: inline-block;
	background: url(../img/icon-print.png) no-repeat #eef2fa center right 20px;
	width: 300px;
	margin: 1em;
	padding: 10px 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;

	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
article.detail .main{
	display: flex;
	flex-wrap: wrap;
}

article.detail table{
	width: 80%;
	margin: 1% auto;
	font-size: 14px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
article.detail table th{
	width: 30%;
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}
article.detail table tr.madoguchi th, article.detail table tr.madoguchi td{
	border-bottom: 0;
}
article.detail table tr.sub th, article.detail table tr.sub td {
	border-bottom: none;
	padding: 0;
}
article.detail table tr.sub th{
	padding: 0 1em 0 0;
	text-align: right;
}
article.detail table tr.top th, article.detail table tr.top td{
	border-top: 2px solid #CCC;
}
article.detail table tr.sub td {
	padding: 0 10px;
}
article.detail table td{
	padding: 10px;
	border-bottom: 1px solid #CCC;
word-break: break-word;
}


article.detail table tr.sub td{
	border-top: 1px dotted #CCC;
}
article.detail table tr.sub.top td{
	border-top: 2px solid #CCC;
}

article.detail table.cate1 th{
	background: #fbfadc;
}
article.detail table.cate1 tr.madoguchi th, article.detail table.cate1 tr.madoguchi td{
	color: #d26733;
}

article.detail table.cate2 th{
	background: #fdf4f4;
}
article.detail table.cate2 th:nth-child(2){
}
article.detail table.cate2 tr.madoguchi th, article.detail table.cate2 tr.madoguchi td{
	color: #982042;
}

article.detail table.cate3 th{
	background: #f0f7eb;
}
article.detail table.cate3 th:nth-child(2){
}
article.detail table.cate3 tr.madoguchi th, article.detail table.cate3 tr.madoguchi td{
	color: #41733a;
}

article.detail table.cate4 th{
	background: #f9ead1;
}
article.detail table.cate4 th:nth-child(2){
}
article.detail table.cate4 tr.madoguchi th, article.detail table.cate4 tr.madoguchi td{
	color: #d26733;
}

article.detail table.cate5 th{
	background: #ebf0f9;
}
article.detail table.cate5 th:nth-child(2){
}
article.detail table.cate5 tr.madoguchi th, article.detail table.cate5 tr.madoguchi td{
	color: #324991;
}

article.detail table.cate6 th{
	background: #f5edf5;
}
article.detail table.cate6 th:nth-child(2){
}
article.detail table.cate6 tr.madoguchi th, article.detail table.cate6 tr.madoguchi td{
	color: #26203b;
}

article.detail table.cate7 th{
	background: #f5f3f3;
}
article.detail table.cate7 th:nth-child(2){
}
article.detail table.cate7 tr.madoguchi th, article.detail table.cate7 tr.madoguchi td{
	color: #324991;
}
article.detail table.cate8 th{
	background: #fbfadc;
}
article.detail table.cate8 tr.madoguchi th, article.detail table.cate8 tr.madoguchi td{
	color: #d26733;
}
article.detail table.cate9 th{
	background: #fdf4f4;
}
article.detail table.cate9 tr.madoguchi th, article.detail table.cate9 tr.madoguchi td{
	color: #982042;
}
article.detail table.cate10 th{
	background: #f0f7eb;
}
article.detail table.cate10 tr.madoguchi th, article.detail table.cate10 tr.madoguchi td{
	color: #41733a;
}
article.detail table.cate11 th{
	background: #f9ead1;
}
article.detail table.cate11 tr.madoguchi th, article.detail table.cate11 tr.madoguchi td{
	color: #d26733;
}
article.detail table.cate12 th{
	background: #ebf0f9;
}
article.detail table.cate12 tr.madoguchi th, article.detail table.cate12 tr.madoguchi td{
	color: #324991;
}
	
article.detail table td.title{
	height: 50px;
}
article.detail table.cate1 td.title{
	background: url(../img/icon-cate1.png) no-repeat center right 10px;
}
	
article.detail table.cate2 td.title{
	background: url(../img/icon-cate2.png) no-repeat center right 10px;
}
article.detail table.cate3 td.title{
	background: url(../img/icon-cate3.png) no-repeat center right 10px;
}
article.detail table.cate4 td.title{
	background: url(../img/icon-cate4.png) no-repeat center right 10px;
}
article.detail table.cate5 td.title{
	background: url(../img/icon-cate5.png) no-repeat center right 10px;
}
article.detail table.cate6 td.title{
	background: url(../img/icon-cate6.png) no-repeat center right 10px;
}
article.detail table.cate7 td.title{
	background: url(../img/icon-cate7.png) no-repeat center right 10px;
}
article.detail table.cate8 td.title{
	background: url(../img/icon-cate8.png) no-repeat center right 10px;
}
article.detail table.cate9 td.title{
	background: url(../img/icon-cate9.png) no-repeat center right 10px;
}
article.detail table.cate10 td.title{
	background: url(../img/icon-cate10.png) no-repeat center right 10px;
}
article.detail table.cate11 td.title{
	background: url(../img/icon-cate11.png) no-repeat center right 10px;
}
article.detail table.cate12 td.title{
	background: url(../img/icon-cate12.png) no-repeat center right 10px;
}

/* user
=========================================== */
body.user{
	background: url(../img/common/back-bottom2.png) no-repeat bottom center;
}
body.user .main{
	width: 1000px;
	margin: 0 auto;
}
body.user h2{
	font-weight: bold;
	font-size: 26px;
	color: #fe9b91;
	margin: 1em 0;
}
body.user .frame{
	margin: 1em 0;
	padding: 1em;
	background: #F7F7F7;
}
body.user h4.title{
	font-weight: bold;
	color: #333;
	margin: 0 0 0.5em 0;
	line-height: 160%;
	width: 100%;
	background: none;

}
table.more {width: 100%;}
table.more td{
	padding: 1em;
	border: 1px solid #CCC;
	word-break: break-all
}

/* login
=========================================== */
body.user .frame .login{
	width: 390px;
	margin: 1em auto;
}
body.user input.input-login{
	width: 390px;
	font-size: 24px;
	border-radius: 5px;
}
body.user p.bt-login{
	text-align: center;
}
body.user p.bt-login a{
	display: block;
	width: 120px;
	text-align:center;
	background: #00a0e8;
	color: #FFF;
	border-radius: 20px;
	font-weight: bold;
	padding: 5px 30px;
	margin: 25px 0;
	float: right;
}
body.user p.bt-register a{
	display: block;
	width: 120px;
	text-align:center;
	color: #00a0e8;
	border: 2px solid  #00a0e8;
	background: #FFF;
	border-radius: 20px;
	font-weight: bold;
	padding: 5px 30px;
	margin: 25px 0;
	float: left;
}

/* terms
=========================================== */

body.user .frame .terms{
	width: 800px;
	margin: 1em auto;
}

body.user .frame .terms h4{
	font-weight: 700;
	font-size: 100%;
	
}
body.user .frame .terms .txarea{
	border:  1px solid #CCC;
	padding:20px;
	margin: 10px 0;
	overflow-y: scroll;
	height:  300px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #FFF;
}
body.user .frame .terms .txarea p{
	margin-bottom: 1em;
}
body.user .frame .terms .txarea ul{
	margin-bottom: 1em;
}
body.user .frame .terms .txarea2{
	border:  1px solid #CCC;
	padding:20px 10px;
	margin: 20px 0;
	overflow: hidden;
	vertical-align: middle;
	background: #FFF;
}

body.user .frame .terms .txarea2 strong{
	margin: 10px 0;
}
body.user .frame .terms .txarea2 span{
	font-size: 90%;
	margin-left: 1em;
}
body.user .frame .terms .txarea2 a{
	float: right;
	padding:0 50px 0 5px;
	text-decoration: none;
	color: #0099FF;
	background: url(../img/icon-user1.png) no-repeat  center right 10px;
    border-radius: 3px;
	text-decoration: underline;
	
}

body.user .frame .terms ul.bt {
	text-align: center;
	padding:  1em 0;
}
body.user .frame .terms ul.bt li{
	margin-bottom: 5px;
}
body.user .frame .terms ul.bt li a{
    display: inline-block;
    padding: 0.6em 0 ;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
	background: #00a0e8;
	font-weight: 700;
	font-size:  120%;
	width:  600px;
}

/* #main */
body.user .frame .form{
	width: 800px;
	margin: 1em auto;
}
	
body.user .frame .form table{
	width: 100%;
}
body.user .frame .form table th{
	text-align: left;
	background: #f5f5f5;
	border: 1px solid #CCC;
	padding: 10px;
}
body.user .frame .form table th span{
	font-size: 80%;
	font-weight: 400;
}
body.user .frame .form table td{
	border: 1px solid #CCC;
	padding: 10px;
}
body.user .frame .form table td p.atten{
	background: url(../img/common/icon-atten.png) no-repeat left center;
	color:  #b62626;
	padding-left: 1.5em;
	font-size: 80%;
	
}
body.user .frame .form ul {
	text-align: center;
	padding:  1em 0;
}
body.user .frame .form ul li{
	margin-bottom: 5px;
}
body.user .frame .form ul li a.bt1{
    display: inline-block;
	margin: 20px 0 10px 0;
    padding: 0.6em 0 ;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
	background: #00a0e8;
	font-weight: 700;
	font-size:  120%;
	width:  600px;
}
body.user .frame .form ul li a.bt2{
    display: inline-block;
    padding: 0 3em ;
    text-decoration: none;
    color: #333;
    border-radius: 3px;
	background: #FFF;
	font-size:  100%;
	border: 1px solid #999;
}
/* password
=========================================== */
body.user .frame .password{
	width: 390px;
	margin: 1em auto;
}
body.user input.input-mail{
	width: 390px;
	font-size: 24px;
	border-radius: 5px;
}
body.user p.bt-password{
	text-align: center;
}
body.user p.bt-password a{
	display: block;
	text-align:center;
	background: #00a0e8;
	color: #FFF;
	border-radius: 20px;
	font-weight: bold;
	padding: 5px 30px;
	margin: 50px 0 25px 0;
}
/* support
=========================================== */
body.user .support ul{
	padding: 0 80px;
	margin: 50px 0;
	overflow: hidden;
}
body.user .support ul li.bt1{
	float: left;
}
body.user .support ul li.bt2{
	float: right;
}
body.user .support ul li a{
	display: block;
	width: 240px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 40px 80px;
	margin: 10px 0 ;
  box-shadow: 2px 2px 4px gray;
}
body.user .support ul li.bt1 a{
	border: 5px solid #fee1df;
	border-radius: 10px;
}
body.user .support ul li.bt2 a{
	border: 5px solid #ade0f7;
	border-radius: 10px;
}
body.user .support-top .kanagawa{
	float: left;
	color: #00a0e8;
}
body.user .support-top .kanagawa li{
	color: #333;
	font-weight: bold;
}
body.user .support-top .kanagawa li::before{
	content: "●";
	margin-right: 5px;
	color: #00a0e8;
}
body.user .support-top .kanagawa .detail{
	margin: 0.5em 0;
	font-weight: bold;
}

body.user .support-top .kanagawa .detail a{
	 border-bottom: 2px solid #00a0e8;
	color:#333;
}
body.user .support-top .osaka{
	float: left;
	margin-left: 20px;
	color: #81c08b;
}
body.user .support-top .osaka li{
	color: #333;
	font-weight: bold;
}
body.user .support-top .osaka li::before{
	content: "●";
	margin-right: 5px;
	color: #81c08b;
}
body.user .support-top .osaka .detail{
	margin: 0.5em 0;
	font-weight: bold;
}

body.user .support-top .osaka .detail a{
	 border-bottom: 2px solid #81c08b;
	color:#333;
}


div.sup-title{
	font-weight: bold;
	color: #333;
	margin: 0 0 0.5em 0;
	padding: 1em 0 0  0;
	line-height: 130%;
	width: 100%;
}
div.sup-title span{
	font-size: 24px;
	vertical-align: middle;
}
div.sup-title span.hyogo{
	border:5px solid #ff292a;
	font-size: 22px;
	padding: 0 0.5em;	
	margin: 0 0.5em 0 0;
	box-shadow: 2px 2px 4px gray;
	
}
article.results > .sup-title{
	border-bottom: 1px dotted #666;
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
}
article.results > .sup-title::after{
	content: url(../img/icon-results.png);
	margin-left: 10px;
	vertical-align: middle;
}
article.detail > .sup-title{
	border-bottom: 1px dotted #666;
	overflow: hidden;
	padding: 20px 0 25px 0;
	margin: 0;
	
}



