@CHARSET "UTF-8";

/* リセット */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/* テキストサイズ */
.text09{
    font-size: 0.9em;
    line-height: 1.5;
	}

/* ヘッダー */
h1{
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    margin-bottom: 0px;
    float: none;
    height: 85px;
    width: 375px;
    padding: 0px;
}

h1>img{
    height: 85px;
    width: 375px;
}

header{
    height: 85px !important;
    margin-top: 0px !important;
}

#header_content{
    height: 100%;
}

/* 各ページ共通本文スタイル */
#content h2{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size: 100%;
	color: #00073C;
	padding-left:12px;
	border-left-color: #00073C;
	border-left-style: solid;
	border-left-width: 3px;
	height: 25px;
	line-height: 1.3;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-top: 70px;
	letter-spacing: 0.05em;
}

/* 本文 */
#wrap { 
	margin-left: auto;
    margin-right: auto;
	max-width :94%;
	overflow : hidden ;
    line-height: 1.4em;
　　}


/* 各ページタイトル */
#title_bar_sp{
    height: 40px;
    background-color: #00073C;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
    margin-top: -1px;
    width: 100%;
}

#title_bar_h2_sp{
    font-family: 'Montserrat';
    font-weight: 600;
    color: #FFF;
    font-size: 120%;
    letter-spacing: 0.05em;
    height: 30px;
    width: 100%;
    background-image: none;
    line-height: 20px;
    padding-left: 0;
}

/* 本文グレー背景見出し */
#content dt {
	clear: left;
	width: 100%;
	background: #F1F1F1;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size: 100%;
	color: #00073C;
	padding: 6px 12px;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0px;
	margin-top: 70px;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
}
#content dt:before {
	content:"Q:";
	margin: 0 5px 0 0;
}

/* 本文カラム内テキスト */
#content dd {
	float: left;
	min-width:100%;
	margin-left: 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	font-size: 100%;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #333;
	letter-spacing: 0.05em;
	display: flex;
	align-items: baseline;
}
#content dd:before {
	content:"A:";
	margin: 0 5px 0 0;
}
#content h3 {
	float: left;
	min-width:100%;
	margin-left: 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size: 100%;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #00073C;
	letter-spacing: 0.05em;
	display: flex;
	align-items: baseline;
}
#content img {
  width: 100%;
  height: auto;
}

#content p{
	float: left;
	min-width:100%;
	margin-left: 0;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	font-size: 100%;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #333;
	letter-spacing: 0.05em;
	display: flex;
	align-items: baseline;
}

/* プライバシポリシー、勧誘方針 */
#policy h3{
    font-family: 'Noto Sans Japanese', sans-serif; 
    font-size: 80%;
    font-weight: 200;
    color: #333;
}

#policy p{
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 80%;
    font-weight: 200; 
    color: #333;
}
#policy li{
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 80%;
    font-weight: 200;
    color: #333;
}
#policy a{
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 80%;
    text-decoration: none;
}
#policy a:link { color: #23adc7; }
#policy a:visited { color: #23adc7; }
#policy a:hover { color: #23adc7; }
#policy a:active { color: #23adc7; }

/* フッター */

footer {

}

footer > p{
    text-align: center;
    font-family: 'Noto Sans Japanese', sans-serif; 
    font-size: 80%;
	letter-spacing: 0.05em;
    font-weight: 200;
    color: #999;
	padding-top: 30px;
	}

.ft_ajst{
    padding-top: 30px;
}