@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Baloo+Tamma');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
html,
body {
	  height: 100%;
	  width: 100%;
	  font-family: -apple-system,"Montserrat","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	  word-break:normal;
	  line-height: 1.5;
	  overflow-wrap:break-word;
}/* ----------------------------------------------
ヘッダー
-------------------------------------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #eee !important;
  transition: .3s;
  border-bottom:#f2f2f2;
  background: #f2f2f2;
  /*border-bottom: 1px solid #ddd;*/
  /*border-top: 4px solid hsl(5, 53%, 60%);*/
  display:block;
  padding:8px;
}
header > h1{
     	font-size:0.8em;
		margin:0;
}

main{
 	margin-top:30px;
}

.pr-1{
     	padding-right:10px;
}


h1{
	line-height:20px;
	font-size:2em;
	font-weight:700;
}


h2{
	background: #eeeeee;/*背景色*/
	padding: 0.5em;/*文字まわり（上下左右）の余白*/
	color:#3D4451;
	text-align:center;	
	font-size:18px;
	font-weight:700;
}

h2 > small{
 	display:block;
	font-size:0.7em;
}

h3{
	font-size:16px;
	font-weight:700;
	line-height:1.75em;
}

p{
	font-size:14px;
	text-align: justify;
	text-justify: inter-ideograph;
}

dt{
	font-size:14px;
}
dd{
	font-size:14px;
}


.sample h3{
	background:#394B5D;
	color:#fff;
	font-size:14px;
	font-weight:700;
	padding: 0.5em;/*文字まわり（上下左右）の余白*/
	text-align:center;	
}



#title{
	margin-top:5px;
    font-weight:700;
}
	

/* 中身のスタイル設定*/
.drawer-text{
	color:#fff;
	font-size:8px;
	display:block;
	margin-top:-8px;
	margin-left:-3px;
}

#nav-content a{
	font-size:0.8em;
	color:#454545 !important;

}
#nav-content a:hover{
	color:#333333;
	font-weight:700;
	text-decoration: none;

}
#nav-content a:visited{
	color:#454545;

}
.drawer-h2{
	color:#454545;
	padding:0.5em;
	border-bottom:1px solid #ccc;
	background:#ffff;
	font-size:1.1em;
}
.drawer-h3{
	padding:0.7em;
	background:#eeeeee;
	color:#333333;
	font-size:0.9em;
	font-weight: 700;
	margin-top:20px;
	text-align:center;
}

.toollist a{
	padding:0.5em 0.5em;
	display:block;
	line-height:1;
    color:#111;
	font-size:12px;
}


/* ----------------------------------------------
フッター
-------------------------------------------------*/
#footer {
    background: #eee;
    border-top: 4px solid #e1e1e1;
    font-size: 0.9em;
    padding: 5px 10px 10px;
    clear: both;
    margin-top:15px;
	width:100%;
}
#footer a{
 	color:#222;
	font-weight:bold;
}



/* 黒いまるボタン */
.btn-dark {
    background: #424242;
    color: #fff !important;
	font-weight:700;
}

.btn-dark:hover, .btn-dark:focus, 
.btn-dark:active, .btn-dark:active:focus, .btn-dark:active:hover, .btn-dark:active.focus,
.btn-dark.active, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark, 
.open > .dropdown-toggle.btn-dark:hover,
.open > .dropdown-toggle.btn-dark:focus, 
.open > .dropdown-toggle.btn-dark.focus,
.btn-dark.disabled:hover, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus, .btn-dark[disabled]:focus, fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark.focus {
    background: #292929;
    color: #fff !important;
}

.btn-dark.outline {
    border: 3px solid #424242;
    color: #424242
}

/* info box */
.pinkbox {
    position: relative;
    margin: 2em 1em;
    padding: 0.5em 1em;
    border: solid 3px #EB8686;
    border-radius: 8px;
}
.pinkbox .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 14px;
    background: #FFF;
    color: #EB8686;
    font-weight: bold;
}
.pinkbox p {
    margin: 0; 
    padding: 0.5em;
	font-size:0.8em;
}


/* google marerial icon */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 15px !important;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  font-weight:700;
  display: inline-flex;
  vertical-align: middle;
}
