@charset "UTF-8";
/****************************************
Resetting
*****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

 

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, main,hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol,ul,li{
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="submit"],
input[type="button"],
input[type="reset"]{
	appearance: button;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
}

a{
	text-decoration: none;
}
/******************************************
normarise
******************************************/
*{
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
}


body{
	background: #fff;
	color: #555555;
	font-size:16px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height: 1.8em;
}

a{
	color: #333333;
	transition: .5s;
}

a:hover{
	color: #999;
	opacity: 0.8;
}

img {
	width: 100%;
}

/******************************************
clearfix
******************************************/
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}  
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}  
/* End hide from IE-mac */

/****************************************
Layout
*****************************************/
/*flexbox*/
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
}
.flex--start{
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.flex--center{
	justify-content: center;
	-webkit-justify-content: center;
}
.flex--end{
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.flex--bet{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

/*col*/
.col2{
	width:48%;
}

.col3{
	width:30%;
}

.col4{
	width:25%;
}

.col5{
	width:18.4%;
}

.col6{
	width:15%;
}

.inner {
	margin: 0 auto;
	max-width: 1080px;
}

/* タブレット 以下 */

@media only screen and (max-width:896px){
	
.inner {
	margin: 0 auto;
    width: 90%;
}
	
}


.inner--short{
	margin: 0 auto;
	max-width: 800px;
}


 /***************************************
Google MAP
*****************************************/

.ggmap {
  margin: 0 auto;
  position: relative;
  width: 100%;

}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
  width: 100% !important;

}


/****************************************
レイアウト
*****************************************/
/*中央寄せ、左寄せ、右寄せ*/
.algC { text-align: center; }
.algL { text-align: left; }
.algR { text-align: right; }

/*文字色・文字背景色*/
.mk-red { color: #FF4646; }
mark.mk-pink { background:  linear-gradient(transparent 60%, #ffcccc 0%); color: #E94506;  }

.mk-blue { color: #5CBDD2; }
mark.mk-sky { background: #5CBDD2; }

.mk-orange { color: #ff6600; }
mark.mk-salmon { background: #ffcc99; padding: 0 10px; line-height: 200%; }

mark.mk-gray { background: linear-gradient(transparent 60%, #DDDDDD 0%); color: #E94506;  }

.mk-white { color: #fff; }
mark.mk-lime { background: #00cdb3; }

/*文字サイズ*/
.xx-small { font-size: xx-small; }
.x-small { font-size: x-small; }
.small { font-size: small; }
.medium { font-size: medium; }
.large { font-size: large; }
.x-large { font-size: x-large; }
.xx-large { font-size: xx-large; }

/*余白の設定*/
.pdgB2em { padding: 0 0 2em 0; }
.pdgB1em { padding: 0 0 1em 0; }
.pdgT2em { padding: 2em 0 0 0; }

/*画像サイズ指定*/

.img300 {
	width: 300px;
	margin: 0 auto;
}
.img180 {
	width: 180px;
	margin: 0 auto;
}

/*テーブル*/

dl.tbl01{
  display:flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #BCBCBC;
  border-top: none;
	
}
dl.tbl01 dt{
  background-color:#EBEBEB;
  width: 25%;
  padding: 10px 20px;
  box-sizing: border-box;
  border-top: 1px solid #BCBCBC; 
	text-align: left;
}
dl.tbl01 dd{
  padding: 10px 20px;
  margin: 0;
  border-top: 1px solid #BCBCBC; 
  width: 75%;
  background: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width:640px){
  dl.tbl01{
    flex-flow: column nowrap;
  }
  dl.tbl01 dt,
  dl.tbl01 dd{
    width: 100%;
  }
  dl.tbl01　dd{
    border-left: none;
  }
}



/*リスト*/

.circle-list {
}
.circle-list li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  line-height: 2;
}
.circle-list li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:0.8em;
  height: 0.8em;
  background: #333;
  border-radius: 50%;
  margin-right: 8px;
}

.circle-list-ye {
}
.circle-list-ye li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  line-height: 2;
  font-size: 18px;
	font-weight: bold;
}
.circle-list-ye li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1.2em;
  height: 1.2em;
  background: #FFD262;
  border-radius: 50%;
  margin-right: 8px;
}


