@charset "utf-8";
/* CSS Document */

* {
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	border:1px solid #CCC;
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

.f_l {
	float:left;
}

.f_r {
	float:right;
}

.t_c {
	text-align:center;
}

.t_l {
	text-align:left;
}

.t_r {
	text-align:right;
}

strong, .t_b {
	font-weight:bold;
}

.t_u {
	text-decoration:underline;
}

.block img {
	display:block;
}

.small {
	font-size:0.8em;
}

.bg_green {
	background-color:#0D9958;
}

.bg_white {
	width:900px;
	margin:0 auto;
	background-color:rgba(255,255,255,0.90);
}

.bg_white02 {
	background-color:#fff;
}

.blue {
	color:#1d2088;
	font-weight:bold;
}

.bg_blue {
	background-color:#4C92FF;
	width:900px;
	margin:0 auto;
}

.bg_orange {
	background-color:#E66610;
}

.bg_white_sp {
	margin:0 auto;
	background-color:rgba(255,255,255,0.85);
}

.bg_blue_sp {
	background-color:#4C92FF;
	margin:0 auto;
}

.bg_red {
	background-color:#c30d23;
}

.white {
	color:#fff;
}

.ggmap {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
	float: left;
	margin-bottom: 30px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}

b {font-weight: bold;}


a.ext-link { padding-right: 20px; background: url(https://d18f657670wm8u.cloudfront.net/otona/oshiete/images/icon_blank.png?20190919) right center/11px auto no-repeat;}

.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }
.mt60 { margin-top:60px; }
.mt70 { margin-top:70px; }
.mt80 { margin-top:80px; }
.mt90 { margin-top:90px; }
.mt100 { margin-top:100px; }

.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }
.mb70 { margin-bottom:70px; }
.mb80 { margin-bottom:80px; }
.mb90 { margin-bottom:90px; }
.mb100 { margin-bottom:100px; }

