
/* Base Font */
/* ================================================================ */
body,input,select,textarea{
	font-size:75%;
	font-family: 'Roboto', "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
	-webkit-text-size-adjust:100%
}

/* Base Set */
/* ================================================================ */
html>body{font-size:12px}.clearfix:after{content:".";display:block;visibility:hidden;height:0;clear:both;overflow:hidden;font-size:.1em;line-height:0}:first-child+html .clearfix{zoom:1}* html .clearfix{height:1%}.clearfix{display:block}

/* Base Line Height */
/* ================================================================ */
h2,h3,h4,h5,h6,p{line-height: 1.6em;}

/* Flex */
/* ================================================================ */
.flex{display: flex;}
.flex_jc_sb{justify-content: space-between;}
.flex_jc_c{justify-content: center;}
.flex_ai_c{align-items: center;}
.flex_ai_fe{align-items: flex-end;}
.flex_ai_s{align-items: stretch;}

/* Anchor */
/* ================================================================ */
a{transition: .5s;}
.btn{transition: .5s;}
a.btn{text-decoration: none;}

/* Images */
/* ================================================================ */
img{display: block;width: 100%;height: auto;}
