@charset "utf-8";
html {
	font-size:6.45%;
	height:100%;
}
body {
	font-family: 'Montserrat', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	background: url(../img/common/back01.jpg) center center / cover no-repeat fixed;
    font-size: 16rem;
	margin: 0;
    padding: 0;
	width:100%;
	/*height:100%;*/
	position: relative; 
	min-height: 100%;
	line-height: 100%;
	z-index: 2;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl{
    font-size: 100%;
	line-height: 1.8em;
    margin: 0;
    padding: 0;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}
section p,section ul,section ol,section dl,section table,
article p,article ul,article ol,article dl,article table,
div p,div ul,div ol,div dl,div table{
	margin-bottom:15px;
}
section p:last-child,section ul:last-child,section ol:last-child,section dl:last-child,section table:last-child,
article p:last-child,article ul:last-child,article ol:last-child,article dl:last-child,article table:last-child,
div p:last-child,div ul:last-child,div ol:last-child,div dl:last-child,div table:last-child,
dd:last-of-type,li:last-of-type{
	margin-bottom: 0 !important;
}
a img {
	max-width: 100%;
    margin: 0;
    padding: 0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	opacity: 1;
}
a{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	opacity: 1;
}
a:hover{
	opacity: 0.6;
}
table{
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
.opa{
	opacity: 1;
}
.opa:hover{
	opacity: 0.6;
}
ul li,ol li{
	list-style: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
    padding: 0;
}


/*  clearfix  */
.clearfix::after, #headbt::after, #footernavi::after, #footernavi li:last-child::after, .contdiv01::after, .greet .doc_prof::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


/*  color  */
.red {
	color: #ff0033 !important;
}
.blue {
	color: #248AD2 !important;
}
.purple{
	color:#006699 !important;
}
.gry01{
	color: #666666 !important;
}
.bk{
	color:#000 !important;
}
.pink{
	color:#F6C !important;
}
.orange{
	color:#ff5151 !important;
}
.yellow{
	color:#FF0 !important;
}
.opa{
	transition:0.3s;
}
.opa:hover{
	opacity:0.6;
}

/*  text-align  */
.t_l{
	text-align: left;
}
.t_r{
	text-align: right;
}
.t_c{
	text-align: center;
}

/*  margin-bottom  */
.mb_0{
	margin-bottom: 0;
}
.mb_5{
	margin-bottom: 5px;
}
.mb_10{
	margin-bottom: 10px;
}

/*  font-size  */
.f_10{
	font-size:10px !important;
}
.f_11{
	font-size:11px !important;
}
.f_12{
	font-size:12px !important;
}
.f_13{
	font-size:13px !important;
}
.f_14{
	font-size:14px !important;
}
.f_15{
	font-size:15px !important;
}
.f_16{
	font-size:16px !important;
}
.f_18{
	font-size:18px !important;
}
.f_20{
	font-size:20px !important;
}
.f_36{
	font-size:36px !important;
}
.f_b{
	font-weight:bold !important;
}

@media (min-width: 680px) {
/* display */
.dn_pc{
	display:none !important;
}
}

@media (max-width: 679px) {
body{
	-webkit-text-size-adjust : 100% !important;
}
/* display */
.dn_mob{
	display:none !important;
}
}