@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	font-size: 100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height: 1.7;
	background-color: #e7e7e7;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #5947a7;
}

a:hover {
	opacity: 0.8;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

input, select {
    vertical-align:middle;
}

th {
	text-align: left;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,fieldset {
	border: 0;
}

* {
	box-sizing: border-box;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

* html .clearfix { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

/* Fonts
------------------------------------------------------------*/
body {
	font-size: 81.25%; /* IE */
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro','ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Helvetica Neue',Arial, 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #4c4c4c;
	line-height: 1.6;
}

html>/**/body {
	font-size: 13px; /* Except IE */
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- MARGIN --------*/
.mb10{
	margin-bottom: 10px!important;
}

.mb15{
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.flxB {
	display: flex;
	flex-wrap: wrap;
}






@media screen and (min-width:768px) {
	.sp{
		display:none !important;
	}
	  a[href^="tel:"]{
		pointer-events: none;
	  }	
}

@media screen and (max-width:767px) {
	.pc{
		display:none !important;
	}
	
	.sp{
		display:block !important;
	}
	
	body{
		-webkit-text-size-adjust: 100%;
		font-size: 4.5vw;
	}
	html>body {
		font-size: 14px!important;
	}
	
	img{
		width:100%;
		height:auto;
	}	
	a {
		display: inline-block;
	}
}


