@charset "utf-8";



:root {
   --border-color: #c4c4c4;
   --key-color: #5ea832;
   --key-color-dark: #53942c;
   --font-color-def: #6e6f70;
   --font-color-lgc: #3d3d3d;
   
  --main-bg-color: pink;
  --font-display-got-jp: fot-seurat-pron, sans-serif;
  --font-display-min-jp: adobe-song-std, "游明朝", "ヒラギノ明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
  --font-min-jp: "游明朝","Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro";
  --font-sunserif: Montserrat, Meiryo, Osaka, sans-serif;
  --font-got-jp: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Std W3", Osaka;
  --font-han-jp: source-han-sans-japanese, sans-serif;
  --font-mar-jp: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  --font-def-alp: 'Poiret One';
  --font-def-serif: Cormorant;
  --font-sans-serif: Montserrat;
  --fontsize-1: 1.2em;
  --fontLH-1: 1.5em;
}

*,p{
	margin:0;
	padding:0;
	text-decoration:none;
	outline: none
}

 h1,h2,h3,
 dl
 {
	margin: 0;
}

address,
article,
aside,
button,
details, 
dd,
dl,
dt,
figcaption, 
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section
{
	display:block;
}

main{
	margin: 0 auto;
	width: 100%;
	max-width: 940px;
}

table{
    border-collapse:collapse;
	border:none;
	word-wrap:break-all;
	/*word-break:break-all;*/
	display:block;
}

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

img{ 
	vertical-align: middle;
	border: none;
}

a, a:link, a:visited{ 
	text-decoration:none;
	outline: none;
	color: #2c8428;
}

a:hover{
	color: #fa5f89;
}

em, 
strong
{
	text-decoration:none;
	font-style:normal;
	font-weight: normal;
}

.clearFix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
}

.none{
	display:none;
}


.error{
	margin:0 0 20px;
	color: #cc4a65;
	display:block;
	float:left;
	margin:0 0 0 4px;
}

.text4img{
	display: none;
}

/* BODY +++++++++++++++++++++++++ */
body{
	margin: 0 auto;
	min-width: 320px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Std W3",Osaka, 
	"Trebuchet MS",Verdana,Arial,Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	color: #6e6f70;
	color: var(--font-color-def);
	font-size: 100%;
}

/*COLORING+++++++++++++++++*/

.red{
	color:#ff0000;
}

.blue{
	color:#0066cc;
}

.green{
	color:#008735;
}

.orange{
	color: #f7931e;
}

.black{
	color:#000;
}

/* STYLING+++++++++++++++++*/

.bold{
	font-weight:bold;
}

.tar{
	text-align: right;
}

.tal{
	text-align: left;
}

.block{
	display: block;
}

.mb8{
	margin-bottom: 8px;
}

/* TOP +++++++++++++++++*/

button,
input{
	border:none;
}

div.input input{
	display: none;
	vertical-align:middle;
}

*{
	font-feature-settings: "palt";
}

/* RETINA OVERRIDES +++++++++++++++++
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

}*/