@charset "UTF-8";
*{ font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
@import url(http://fonts.googleapis.com/css?family=Montserrat);
html { overflow-x: hidden; }
body { width: 100%; height: 100%; color:#201713 ; text-align: left; margin: 0 auto; padding: 0; background: #FFF; font-size: 0.95rem; position: relative; overflow-x: hidden; background: #F7F0EA; }

a,a:link, a:visited { color: inherit; text-decoration: none; }
a:active, a:hover {  }

h1, h2, h3, h4, h5 { margin: 0; padding: 0; line-height: 150%; font-weight: normal; }

ul,ol { margin: 0; padding: 0; }
ul ul,ol ol,ol p { margin: 0; }
li { list-style-type: none; padding: 0; margin: 0; }
dl { margin: 0; padding: 0; }
dt,dd { line-height: 180%; margin: 0; padding: 0; }

p {   line-height: 180%; margin: 0 0 .5em 0; padding: 0; }
img { border: 0; margin: 0; vertical-align: bottom;}

em,strong { font-weight: bold; font-style: normal; }
sup,sub { font-size: 85%; }
address { font-style: normal; margin: 0; padding: 0; }

pre {white-space: pre-wrap;}

form { margin: 0; padding: 0; }
form th, form td { font-size: 1em; font-weight: normal; }

table th { text-align: center;  }

.pc_only { display:inline-block; }
.sp_only { display:none; }

@media screen and (max-width: 767px) {
	.pc_only { display:none; }
	.sp_only {display:inline-block;  }
}

/*clearfix*/
.clearfix { zoom:1;/*for IE 5.5-7*/ }
.clearfix:after{/*for modern browser*/ content:"."; display: block; height:0; clear: both; visibility: hidden; }


@font-face {
    font-family: 'five_minutesregular';
    src: url('./font/five_minutes-webfont.eot');
    src: url('./font/five_minutes-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/five_minutes-webfont.woff2') format('woff2'),
         url('./font/five_minutes-webfont.woff') format('woff'),
         url('./font/five_minutes-webfont.ttf') format('truetype'),
         url('./font/five_minutes-webfont.svg#five_minutesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}