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

h1 {
	width: calc(100%-15px);
	height: 100%;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
	margin: 0 0 5px 0;
	padding: 3px 0px 0 15px;
	color: #FFF;
	background:linear-gradient(to bottom right, #1A6AFF, #11ACFF);
}

h2 {
	display: block;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	margin: 50px 0px 30px 0px;
	padding: 5px 0px 4px 8px;
	color: #3394FF;
	border-left: 6px solid;
	border-bottom: 1px solid;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	margin: 35px 0px 15px 0px;
	padding-left: 8px;
	border-left: 16px solid #9BC0DB;
}



/*   ページメニュー　　*/


#page-title {
	width: 100%;
	height: 100%;
	display: block;
}


ul.page-menu {
	width: calc(100%-20px);
	height: 100%;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px 0;
	padding: 0 5px;
	border-bottom: 1px solid  #3394FF;
}

ul.page-menu > li {
	display: block;
	list-style: none;
	font-size: 15px;
	line-height: 26px;
}

ul.page-menu li > a {
	padding: 0px 10px;
	color: #39F;
}

ul.page-menu li > a:hover {
	color: #004DEC;
}



/*   適正販売店　　*/


#shop-info {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
}

.tekisei-hanbaiten {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background: url(../images/img_tekisei-hanbaiten.png) no-repeat right top 25px;
}

.tekisei-hanbaiten_inner {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background: url(../images/img_hanbaishi.png) no-repeat left top;
}

.tekisei-hanbaiten_inner > .title {
	margin: 10px 0px 10px 0px;
	font-size: 27px;
	font-weight: bold;
	line-height: 120%;
}

.tekisei-hanbaiten_inner .title > span {
	color: red;
}

.tekisei-hanbaiten_inner .title > span a {
	color: red;
}

.tekisei-hanbaiten_inner .title > span a:hover {
	color: #FF22DE;
}

.tekisei-hanbaiten_inner > .about_tekisei-hanbaiten {
	margin: 15px 0px 5px 0px;
	font-size: 21px;
	font-weight: bold;
	line-height: 125%;
	color: #0085FD;
	text-align: center;
}

.tekisei-hanbaiten_inner > .about_tekisei-hanbaiten a {
	color: #0085FD;
}

.tekisei-hanbaiten_inner > .about_tekisei-hanbaiten a:hover {
	color: #FF6C00;
}

.tekisei-hanbaiten_inner > .about_tekisei-hanbaiten > sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.7em;
}

.tekisei-hanbaiten_inner > .about_ju {
	width: 460px;
	display: inline-block;
	margin: 0px auto 40px auto;
	padding: 4px 8px;
	border: 1px solid #ddd;
	font-size: 11px;
	line-height: 125%;
	text-align: justify;
	text-justify: inter-ideograph;
}



/*   特長　　*/


#strong-point {
	width: calc(100%-4px);
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0px 0px 0px 0px;
	padding-right: 4px;
	overflow: hidden;
}

.point-box_no-link {
	width: 320px;
	height: 115px;
	display: inline-block;
	margin: 0px 0px 20px 0px;
 	padding: 12px 15px 0px 15px;
 	box-sizing: border-box;
	box-shadow: 3px 3px 4px #BBB;
}

.point-box {
	width: 320px;
	height: 115px;
	display: inline-block;
	margin: 0px 0px 20px 0px;
  	box-sizing: border-box;
}

.point-box a {
	width: 320px;
	height: 115px;
	position: absolute;
	padding: 12px 15px 0px 15px;
  	box-sizing: border-box;
	box-shadow: 3px 3px 4px #BBB;
}

.point-box a:hover {
	background-color: #EEFCFF;
}


.point-box a > p.lead ,
.point-box_no-link > p.lead {
	height: 40px;
	margin: 0px 0px 0px 0px;
	font-size: 22px;
	line-height: 26px;
	color: #62A947;
	font-weight: bold;
	text-align: center;
	background: url(../images/deco_strong-point.png) no-repeat center 24px;
}

.point-box a > p.text ,
.point-box_no-link > p.text {
	margin: 5px 0px 0px 0px;
	font-size: 15px;
	line-height: 150%;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #666;
}



/*   外部サイトで検索　　*/


.search-box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
	margin: 30px 0px 0px 0px;
}

.search-links {
	width: 790px;
	height: 150px;
	max-height: 150px;
	padding-right: 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background-color: #D2EAFF;
	border-radius: 10px;
}

.search-title {
	width: 200px;
	height: 150px;
	display: block;
	text-align: center;
}

.search-button {
	width: 270px;
	height: 120px;
	display: block;
	margin: 15px 0px 0 0 ;
	text-align: center;
	font-size: 11px;
}

.search-button a {
	width: 270px;
	height: 105px;
	display: block;
	padding-top: 15px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 2px 2px 4px #ccc;
}

.search-button a:hover {
	background: #e4ffc8;
}

.request-form {
	width: 150px;
	height: 150px;
	display: inline-block;
	overflow: hidden;
}

.form-button a {
	width: 150px;
	height: 150px;
	position: relative;
	display: block;
	background: url(../images/btn_request-form.png)  0 top no-repeat;
}

.form-button a:hover {
	width: 150px;
	height: 150px;
	background: url(../images/btn_request-form.png)  -150px top no-repeat;
}



/*   フローチャート　　*/


h6 {
	width: calc(100%-20px);
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #37A0FF;
	margin: 40px 0px 20px 0px;
	padding-left: 10px;
	border-left: solid 10px;
}
      
      
.flow {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around ;
	overflow: hidden;
	margin: 10px 0px 5px 0px;
}
     
.circle {
	width: 110px;
	height: 110px;
	display: block;
	position: relative;
	display: inline-table;
	align-self: center;
}

.circle::before {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background: #55A6FF;
	border-radius: 50%;
    z-index: 1;
    content: '';
}

.circle > .text {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	color: #fff;
	z-index: 1;
}

.arrow {
	width: 90px;
	height: 50px;
	display: inline-block;
	text-align: center;
	align-self: center;
}

ul.note {
	width: 170px;
	height: 100%;
	list-style: none;
	padding-left: 16px;
	display: inline-table;
	font-size: 13px;
	line-height: 125%;
	text-align: justify;
	text-justify: inter-ideograph;
}

ul.note > li {
	list-style: url(../images/bull_triangle_gray.png);
	margin-top: 5px;
}
         
 ul.note li > span.link-button a {
	 height: 14px;
	 font-size: 11px;
	 padding: 3px 8px 0px 8px;
	 display: inline-block;
	 color:#fff;
	 background: #999;
	 margin: 0 0 0 10px;
 }
       
 ul.note li > span.link-button a:hover {
	 background: #33B8FF;
 }
 
 

/*   お店の写真　　*/


.shop-images {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;
	margin: 50px 0px 20px 0px;
}

    
.shop-photo {
	width: 300px;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #555;
}



	  
/*   よくある質問　　*/
	  
.case {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	clear: both;
	border-bottom: 1px dotted #6699FF;
	padding: 10px 0px;
}

.question {
	width: 400px;
	display: inline-block;
	float:left;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 50px;
	color: #2171B1;
	background: url(../images/question.png) no-repeat;
}

.answer {
	width: 530px;
	display: inline-block;
	float:right;
	font-size: 15px;
	line-height: 125%;
}

.answer > p {
	margin: 5px;
}


/*   表組　　*/


.basic-table {
	width: 100%;
	height: 100%;
	margin: 10px 0px;
	font-size: 15px;
	line-height: 140%;
	border-bottom: 1px solid #CBCCD3;
	border-right: 1px solid #CBCCD3;
}

.basic-table td {
	background: #FFF;
	padding: 5px 10px;
	vertical-align: middle;
	border-top: 1px solid #CBCCD3;
	border-left: 1px solid #CBCCD3;
}

.basic-table th {
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	background: #ececec;
	border-top: 1px solid #CBCCD3;
	border-left: 1px solid #CBCCD3;
}

.basic-table td > ul {
	list-style: circle;
	margin: 0px 0px 0px 20px;
}

.basic-table td ul > li {
	margin: 2px 0px 0px 0px;
}

.note {
	font-size: 13px;
}

.kakomi {
	display: block;
	margin: 7px 0px 5px 5px;
	padding: 10px 15px;
	border: 1px dotted #58738F;
	border-radius: 10px;
}

.kakomi-title {
	font-weight: bold;
	margin-bottom: 6px;
}

.kakomi > ul {
	list-style: circle;
	margin-left: 20px;
}


