@charset "utf-8";
/* google web font
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;800&family=Noto+Sans+JP&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

/*
 基本設定（タグ）
----------------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}
body {
    /* font-family: "Shippori Mincho", serif; */
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
	color:#000;
	text-align:center;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word; /* 英数折り返し */
	overflow-wrap: break-word;
    background-color: #f0f5fa;
    }
.wrapper_all {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
    font-size: 100%;
	}
p,
li,
dt,
dl {
	line-height: 1.5;
}

ol,ul,li {
	list-style: none;
	}
	
img{
	border: 0px;
}
sup {
	vertical-align: top;
}
em {
	font-style:normal;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*
 リンク装飾 
----------------------------------------------------------- */
a:link {
	color:#eb3c00;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:visited {
	color:#eb3c00;
	text-decoration:underline;
}
a:hover {
	color:#373484;
	text-decoration:underline;
}
a:active {
	color:#373484;
	text-decoration:underline;
}
@media (min-width: 768px) {
   a[href^="tel:"] {
       pointer-events: none;
   }
}


/*
右寄せ左寄せ
-----------------------------------------------------------*/
.flt_left {
	float:left;
}
.flt_right {
	float:right;
}
.flt_none {
    float: none;
    }



/*
テキスト
-----------------------------------------------------------*/
.txt_left {
	text-align:left !important;
}
.txt_center {
	text-align:center !important;
}
.txt_right {
	text-align:right !important;
}
.txt_bold {
	font-weight:bold !important;
}
.txt_normal {
	font-weight:normal !important;
}




/* 表示切替
----------------------------------------------------------- */
.for_pc {
	display:block !important;
}
.for_tablet {
	display:none !important;
}
.for_smp {
	display:none !important;
}
img.for_pc {
	display:inline !important;
}
img.for_smp {
	display:none !important;
}
.for_pc_inline {
	display:inline !important;
}
.for_smp_inline {
	display:none !important;
}
.for_smp640 {
	display:none !important;
}
/*
 tablet
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* 表示切替
----------------------------------------------------------- */
.for_tablet {
	display:block !important;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* 表示切替
----------------------------------------------------------- */
body {
	min-width: 0;
	}
.for_pc {
	display:none !important;
}
/*
.for_tablet {
	display:none !important;
}
*/
.for_smp {
	display:block !important;
}
img.for_pc {
	display:none !important;
}
img.for_smp {
	display:inline !important;
}
.for_pc_inline {
	display:none !important;
}
.for_smp_inline {
	display:inline !important;
}
.for_pc_inline-blk {
	display:none !important;
}
.for_smp_inline-blk {
	display:inline-block !important;
}

img {
	border: 0px;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 表示切替
---------------------------------------------------------- */
.for_smp640 {
	display:block !important;
}
}
