@charset "UTF-8";
/* CSS Document */
.mm_text {
    margin: 0.5em 0 1.5em;
}

/* GoogleMapの地図をレスポンシブに */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.flex01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 1.5em;
}
.flex_item01 {
    flex-grow: 2;
}

.flex02,
.flex03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 1em;
}
.flex02 {
    margin-left: 1em;
    margin-top: 0.5em;
}
.flex03 {
    margin-left: 2em;
}

.flex04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5em;
}
.flex04 div {
	text-align: center;
	margin: 0.5em 2em;
}


.mm_btm05 {
	margin-bottom: 05px;
}
.mm_btm10 {
	margin-bottom: 10px;
}
.mm_btm15 {
	margin-bottom: 15px;
}
.mm_btm20 {
	margin-bottom: 20px;
}
.mm_btm30 {
	margin-bottom: 30px;
}
.mm_top05 {
	margin-top: 5px;
}
.mm_top10 {
	margin-top: 10px;
}
.mm_top20 {
	margin-top: 20px;
}
.mm_left10 {
	margin-left: 10px;
}

.mm_left20 {
	margin-left: 20px;
}
.mm_right10 {
	margin-right: 10px;
}
.waku_gry01 {
    border:1px solid #ddd;
	padding: 4px 7px 3px;
}

.waku_gry02 {
    border:3px solid #ddd;
	padding: 10px;
}

.waku_gry03 {
	border:1px solid #999;
	padding: 20px;
	background: #FFF;
}

.waku_gry04 {
    border-top:1px solid #CCC;
	background: #F0F0F0;
	padding: 10px;
}

.waku_blue01 {
	border: 2px solid #294A92;
	padding: 10px 15px;
}

.waku_blue02 {
	background-color: #D6E2F0;
	padding: 3px 8px 2px;
}

.waku_blue01a {
	border: 3px double #B0CCDD;
	padding: 15px 30px 14px;
	background: #FFF;
	line-height:2em;
}

.waku_yellow01 {
	padding: 10px 10px 9px;
	background: #FCE7BA;
}

.waku_pink01 {
	border: 2px solid #F9D1E3;
	background-color: #FFF;
	padding: 10px 14px 9px;
}

.waku_red01 {
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px 5px 0px;
	font-weight: normal;
	color: #000;
	vertical-align: 1px;
}

.shadow {
	-moz-box-shadow: 1px 1px 2px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px 2px #CCC;
	box-shadow: 1px 1px 2px 2px #CCC;
}

.c-blockArticle {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 2rem 2rem;
  margin-top: -1px;
  margin-bottom: 2.5rem;
}

/* 画像の回り込み */
div.imagebox_left {
	float: left;
	padding: 0 5px 5px 5px;
}

.imagebox_left span {
	display: block;
	font-size: x-small;
	text-align: center;
}

div.imagebox_right {
	float: right;
	padding: 0 5px 5px 5px;
}

.imagebox_right span{
	display: block;
	font-size: x-small;
	line-height: 140%;
	padding-top: 5px;
	text-align: center;
}

.f_right {
	float: right;
	margin-left: 8px;
}
.f_left {
	float: left;
	margin-right: 8px;
}

/*http://*hack.aipo.com/archives/1764/*/
.tooltip{
display:inline-block;
position:relative;
text-decoration:none;
/*
color:#fff;
text-align:center;
width:16px;
height:16px;
background:#dc0000;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;*/
}           
.tooltip:hover {
/*cursor: help;*/
}           
span.arrow_box {
	display: none;
	padding: 7px 5px;
	width: 200px;
	background: #FF4F14;
	color: #fff;
	z-index: 10;
	/* 以下追加 */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.tooltip:hover span.arrow_box{
display:inline;
position:absolute;
top:25px;
left:-100px;
}
.arrow_box:after {
	bottom: 100%;
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	margin-left: -7px;
	border-top: 7px solid;
	border-right: 7px solid;
	border-bottom: 7px solid #FF4F14;
	border-left: 7px solid;
}

a.btn-c {
  font-size: 1.6rem;
  position: relative;
  padding: 1em 3em;
  border-radius: 5px;
	display: inline-block;
}
a.btn-c_r {
  padding: 0.5em 2em;
  border-radius: 9999px;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #FF791B;
	text-decoration: none;
}

a.btn-flat-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FF791B;
  border: solid 2px #FF791B;
  border-radius: 3px;
  transition: .4s;
	background: #FFF;
}

a.btn-flat-border:hover {
  background: #FF791B;
  color: white;
	text-decoration: none;
}

.btn--radius,
a.btn--radius,
button.btn--radius
{
	border-radius: 100vh;
}

a.btn01 {
    display:inline-block;
    width: 320px;
    background: #31AE4B;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 20px 10px 20px;
    border-radius: 4px;
    border-bottom: 3px solid #2B9A42;
    margin: 10px
}

a.btn01:before {
    font-family: "FontAwesome";
    content: "\f1c1";
    padding-right: 10px;
    font-weight: normal;
}

a.btn01:hover {
    transform: translateY(3px);
    border: none;
    margin-bottom: 3px;
}

a.btn02 {
    display:inline-block;
    width: 320px;
    background: #31AE4B;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 20px 10px 20px;
    border-radius: 4px;
    border-bottom: 3px solid #2B9A42;
    margin:10px
}

a.btn02:before {
    font-family: "FontAwesome";
    content: "\f573";
    padding-right: 10px;
    font-weight: normal;
}

a.btn02:hover {
    transform: translateY(3px);
    border: none;
    margin-bottom: 3px;
}


a.btn03 {
    display: flex;
	align-items: center;
	justify-content: center;
    width: 320px;
    background: #31AE4B;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 20px 10px 20px;
    border-radius: 4px;
    border-bottom: 3px solid #2B9A42;
    margin: 10px
}

a.btn03:before {
    font-family: "FontAwesome";
    content: "\f019";
    padding-right: 10px;
    font-weight: normal;
}

a.btn03:hover {
    transform: translateY(3px);
    border: none;
    margin-bottom: 3px;
}

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
	.mm_text {
		margin: 0.5em 0.5em 0 1em;
	}
}

