@charset "utf-8";

 /* google web font
----------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* 英数字 */
.font_en {
    font-family: 'Roboto', sans-serif;
}

/*
 基本設定（タグ）
----------------------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}
body {
    font-family: 'Noto Sans Japanese', sans-serif,'游ゴシック体', 'Yu Gothic', YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka;    
    font-weight: normal;
	font-size:100%;
	color:#000;
	text-align:center;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%; /* 文字サイズのを防ぐ */
	word-wrap: break-word; /* 英数折り返し */
	overflow-wrap: break-word;
    background-image: url("../img/bg_pagetop.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
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:#000;
	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:#000;
	text-decoration:underline;
}
a:hover {
	color:#e65498;
	text-decoration:underline;
}
a:active {
	color:#e65498;
	text-decoration:underline;
}
.btn_hover a:hover img,
.btn_hover img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	}



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



/*
テキスト
-----------------------------------------------------------*/
.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_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_pc_inline-blk {
	display:inline-block !important;
}
.for_smp_inline-blk {
	display:none !important;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 表示切替
----------------------------------------------------------- */
body {
	min-width: 0;
	}
.for_pc {
	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;　
}
}
