body {
	 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img{
	pointer-events: none;
}

/*長押し禁止*/
img{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;width: 100%
	touch-callout:none;
	user-select:none;
}
.ofi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: bottom;';
}

@media (min-width: 768px){
	.sp-only{
		display: none;
	}
}
@media (max-width: 767px){
	.pc-only{
		display: none;
	}
}

/*--------------------------
  layout
-------------------------- */
/* navbar */
.navbar {
	background: #fff;
}
.navbar a, footer a{
	color: #000;
}
.navbar-brand img{
	max-height: 50px;
}
.nav-ico img{
	max-height: 48px;
}
.navbar-toggler{
	border-color: #ddd;
	background-color: #000;
	width: 45px;
	height: 44px;
	box-sizing: border-box;
	right: 0;
	position: relative;
}
.navbar-toggler span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 10px;
	right: 10px;
	width: 24px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}
.navbar-toggler span:nth-of-type(1) {
	top: 10px;
}
.navbar-toggler span:nth-of-type(2) {
	top: 19px;
}
.navbar-toggler span:nth-of-type(3) {
	bottom: 10px;
}
.navbar-toggler[aria-expanded="true"] span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

/* footer */
footer{
	margin-top: 2rem;
}
.section-authors .logo-row span{
	margin: 1rem;
}
.section-snsbuttons{
	max-width: 550px;
	margin: 50px auto;
}
.footer-list{
	margin: 1rem 0;
}
.footer-list dt{
	margin-bottom: 1.5rem;
	padding-bottom: .5rem;
	border-bottom: 2px solid #CACACA;
	text-align: center;
}
.footer-list dd{
	font-size: .9rem;
	display: list-item;
	margin-left: 25px;
}
.pagetop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: none;
}
.pagetop a{
	color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	background: #000;
	border-radius: 100%;
	border: 2px solid #fff;
}
.pagetop a:before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../common/images/ico_arrow_w.png) 50% 50% no-repeat;
	background-size: 50% auto;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.pagetop a:hover{
	opacity: 0.7;
}

@media (min-width: 1280px){
	.container{
		width: 1280px;
		max-width: 100%;
	}
}
@media (min-width: 992px){
	body{
		padding-top: 90px; /* 固定ナビの高さ */
	}
	.navbar{
		padding: .5rem 1.5rem;
	}
	.navbar-nav {
		margin-right: 30px;
		height: 70px;
		align-items: center;
	}
	.navbar-nav .nav-item {
		padding-right: 1rem;
		padding-left: 1rem;
		height: 100%;
	}
	.navbar-nav .nav-link{
		position: relative;
		height: 100%;
		align-items: center;
		display: flex;
		padding: 0 .5rem;
	}
	.navbar-nav .nav-link:hover:after,
	.navbar-nav .active .nav-link:after{
		position: absolute;
		bottom: -5px;
		left: 0;
		right: 0;
		content: '';
		width: 80%;
		height: 3px;
		background: #000;
		margin: 0 auto;
		opacity: 1;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	.navbar-nav::hover .nav-link:after{
		background-color: #F7EE13;
	}
	.dropdown-toggle::after{
		content: none;
	}
	.dropdown-right .dropdown-menu{
		-webkit-transform: translate(-35%, 0);
		transform: translate(-35%, 0);
	}
}

@media (max-width: 991px){
	body{
		padding-top: 64px; /* 固定ナビの高さ */
	}
	.navbar{
		padding: .5rem .5rem 0
	}
	.navbar-brand img{
		height: 40px;
	}
	.navbar-collapse{
		margin: 0 -1rem;
		padding: .5rem 1rem;
		background-color: #f3f3f3;
	}
	.nav-ico{
		position: absolute;
		top: .5rem;
		right: 58px;
		width: 48px;
		height: 48px;
	}
}

/*--------------------------
  parts
-------------------------- */

img{
	max-width: 100%;
	height: auto;
}
a:hover img{
	opacity: 0.7;
}
*[class^="section-"]{
	margin-top: 30px;
	margin-bottom: 30px;
}
.bg-g{
	background-color: #F1F1F1;
}
@media (min-width: 992px){
	div.section-between{
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.row-between *[class^="col-"]{
		padding-right: 40px;
		padding-left: 40px;
	}
}
.center-title{
	text-align: center;
	margin-bottom: 1.5em;
	padding-bottom: .5em;
	background: url(../common/images/bg_title_underline.png) 50% 100% no-repeat;
}

.center-title-none{
	text-align: center;
	margin-bottom: 1.5em;
	padding-bottom: .5em;
}

@media (max-width: 767px){
	.center-title{
		background-size: contain;
	}
}
.btn-more{
	font-size: 0.85rem;
	border-color: #000;
	padding: .3rem 1.3rem .3rem .7rem;
	border-radius: 0;
	line-height: 1;
	background: url(../common/images/ico_arrow.png) 93% 50% no-repeat;
}
@media (min-width: 992px){
	.center-title .btn-more{
		margin-left: 1rem;
	}
}
@media (max-width: 991px){
	.center-title .btn-more{
		display: table;
		margin: 1rem auto;
	}
}


/* action-mater */
dl.action-mater{
/*	width:380px;*/
	width:225px;
	margin: 0 !important;
	padding-left:70px;
	background: #ddd url(/common/img/mater_bg.gif) 0 50% no-repeat;
	overflow:hidden;
	position:relative;
	border:1px solid #555;
	border-radius:10px;
	box-sizing: content-box;
}
dl.action-mater dt{
	font-size: .8rem;
	position:absolute;
	bottom:0;
	right:10px;
	float:right;
	margin-bottom:5px;
	color: #333;
	font-weight: bold;
	padding:2px 3px;
}
dl.action-mater dt strong{
	font-family: Helvetica, Arial,sans-serif;
}
dl.action-mater dd{
	color: #333;
	line-height:1;
	font-size: 1.2rem;
	font-family: Helvetica Bold, Arial Black,sans-serif;
	margin: 0!important;
	padding: 0.5em 0 0.5em;
	background-image: url(/common/img/mater_arw_bg.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	min-width:18px;
	min-height: 1em;
	box-sizing: content-box;
}
dl.action-mater dd strong{
	position: absolute;
	left:15px;
}

.action-mater-s dl.action-mater,
.signature-section dl.action-mater{
	width:160px;
	padding-left:10px;
	margin: 2px 0;
	border-width:1px;
	border-radius: 5px;
	background-image: url(/common/img/mater_bg_s.gif);
}
.action-mater-s dl.action-mater dt,
#main .signature-section dl.action-mater dt{
	font-size:110%;
	font-weight: normal !important;
	right:0px;
	bottom: 0;
	margin:0;
	padding: 0 3px;
}
#top .action-article dl.action-mater dt{
	bottom: 4px;
}
.action-mater-s dl.action-mater dd,
.signature-section dl.action-mater dd{
	font-size:120%;
	padding: 5px 0 5px 10px;
	min-width:5px;
}
.action-mater-s dl.action-mater dd strong,
.signature-section dl.action-mater dd strong{
	left: 5px;
}

.ico-update{
	color: #fff;
	display: inline-block;
	background: #92BFE6;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	left: auto;
	right: 5px;
	top: -10px;
}
.ico-new{
	color: #fff;
	display: inline-block;
	background: #F2A7C8;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	left: auto;
	right: 5px;
	top: -10px;
}
.carousel-indicators{
	margin-bottom: 0;
}
.carousel-control-next, .carousel-control-prev{
	width: 10%;
}
/* main-visual */
@media (max-width: 991px){
	#mvCarousel .carousel-item {
		padding-top: 50%;
		background-color: #777;
	}
	#mvCarousel .carousel-item > img {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		height: 100%;
		max-width: inherit;
		width: auto;
	}
}
@media (min-width: 992px){
	#mvCarousel .carousel-item {
		padding-top: 30%;
		background-color: #777;
	}
	#mvCarousel .carousel-item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-width: 100%;
	  max-height: 100%;
	}
}

/* act now */
.section-actnow{
	padding: 10px;
	background-color: #ddd;
}
.section-actnow:hover{
	background-color: #F7EE13;
}
.section-actnow a{
	color: #000;
	padding-right: 70px;
	background: url(../common/images/ico_arrow_w.png) 100% 50% no-repeat;
}
.actnow-lead{
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	margin: 0;
	align-items: center;
}
.actnow-lead img{
	margin-right: 10px;
}
@media (max-width: 767px){
	.section-actnow a{
		padding-right: 30px;
		background-size: 30px auto;
	}
	.actnow-lead{
		font-size: 1.1rem;
		margin-bottom: 0.8rem;
	}
	.actnow-lead img{
		width: 60px;
		height: 60px;
	}
	.fixed-footer .actnow-lead{
		margin-bottom: 0;
	}
	.fixed-footer .actnow-meter{
		display: none;
	}
}

/*  */
.practice-lead{
	font-size: 2rem;
	font-weight: bold;
	margin: 0.5rem 1em;
}
#bpCarousel .carousel-item{
	background-color: #F7EE13;
	height: 100%;
}

@media (max-width: 991px){
	.section-best .container{
		/*
		padding-left: 0;
		padding-right: 0;
		*/
	}
	.practice-lead{
		font-size: 1.3rem;
		margin: 1em;
	}
}
@media (min-width: 992px){
	#bpCarousel .carousel-control-prev{
		width: 20px;
		left: -20px;
	}
	#bpCarousel .carousel-control-next{
		width: 20px;
		right: -20px;
	}
}


/* video */
.embed-item{
	background: #000;
	text-align: center;
}
.embed-item-item {
	vertical-align: middle;
}
@media (max-width: 991px){
	.embed-item {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
	}
	.embed-item::before {
		display: block;
		content: "";
	}
	.embed-item .embed-item-item,
	.embed-item iframe,
	.embed-item embed,
	.embed-item object,
	.embed-item video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
	.embed-item-21by9::before {
		padding-top: 42.857143%;
	}
	.embed-item-16by9::before {
		padding-top: 56.25%;
	}
	.embed-item-4by3::before {
		padding-top: 75%;
	}
	.embed-item-1by1::before {
		padding-top: 100%;
	}
}

/* news */
.section-news .row{
	border-top: 3px solid #CACACA;
	border-bottom: 3px solid #CACACA;
}
.section-news h2{
	margin-bottom: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.news-list{
	margin: 0;
	list-style: none;
}
.news-list li{
	border-top: 1px solid #D0D0D0;
}
.news-list li > a{
	color: #000;
	display: block;
	padding: 1.2rem 0;
}
.news-list li time{
	font-weight: bold;
	margin-right: 3em;
	white-space: nowrap;
}
.news-list li time:before{
	content:'■ ';
}
@media (min-width: 768px){
	.news-list li:first-child{
		border-top: none;
	}
	.news-list li > a{
		display: flex;
	}
}
@media (max-width: 767px){
	.news-list li time{
		display: block;
	}
}

/* form-2block layout */
.msgarea{
	max-height: 100%;
	overflow-y: auto;
	padding-top: 20px;
}
.formarea{
	color: #fff;
	background: #666;
	overflow-y: auto;
	padding-top: 20px;
}
.formarea .aform-label.privacy a{
	color: #fff;
}

/* aform-parts */
.aform div.aform-content dl {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
	border-bottom: 1px dotted #999;
}
.aform div.aform-content .submit{
	border: none;
}
.aform-content dl label{
	margin-bottom: 0;
}
.aform-content .aform-input{
	border-color: #999;
}
.aform-content dd > input[type="text"],
.aform-content dd > input[type="email"],
.aform-content dd > input[type="password"],
.aform-content textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.aform-content ul{
	padding: 0;
}
.aform-content .required img{
	display: none;
}
.aform-content .required:before{
	content: '必須';
}
.aform div.aform-content span.required{
	font-size: 11px;
	margin-left: 5px;
	padding: 2px;
}
.validation-advice{
	font-size: 90%;
}
.aform-input-example{
	font-size: 80%;
}
.form-attention{
	font-size: 80%;
}
label[for="mailmagazine"]{
	display: inline;
}
table.ssl-mark {
	float: right;
}
div.aform-content .submit input{
	vertical-align: middle;
}
@media (min-width: 768px){
	.parts_mailmagazine dt,
	.parts_privacy dt{
		float: left;
		margin-right: 2em;
	}
}
/* aform-action-message */
#tab_memu{
	display: flex;
	font-size: .9rem;
}
#tab_memu a{
	color: #fff;
	display: block;
	padding: 3px 20px;
	height: 100%;
	background: #000;
}
#tab_memu a.select{
	color: #000;
	background: #fff;
	margin-bottom: -1px;
}
#tab-contents .content{
	color: #000;
	font-size: .9rem;
	padding: 1rem;
	background: #fff;
	max-height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
}
/* aform_finish */
.thanks-msg-area .action-mater{
	margin: 1em auto !important;
}
.action-share-article{
	margin: 1em auto;
	padding: 2em 1em 1em;
	border: 1px solid #ccc;
	text-align: center;
}
.action-share-article .social{
	list-style: none;
	margin: 1em auto;
}
.action-share-article .social li{
	display: inline-block;
}
.fb_iframe_widget span{
	vertical-align: top !important;
}

/* card */
a.card{
	color: inherit;
}
a.card:hover{
    text-decoration: none;
}
a.card:hover .card-title{
    text-decoration: underline;
}
.card-footer{
	border:none;
	background: #fff;
}
.card-title{
	min-height: 2.5em;
}
.card-image{
	width: 100%;
/*	height: 160px;*/
}
.card-image-full{
	width: 100%;
	height: 100%;
	position: relative;
}
.card-image-full .card-title{
	color: #fff;
	font-size: 1.5rem;
	margin: 0;
	padding: 1em;
	min-height:1em;
	position: absolute;
	bottom: 0;
	text-shadow: 
      black 1px 1px 10px, black -1px 1px 10px,
      black 1px -1px 10px, black -1px -1px 10px;
	z-index: +1;
}
.small-link{
    font-size: 80%;
    padding-left: 1em;
    background: url(../common/images/ico_arrow.png) 0 50% no-repeat;
}

/* share */
.share{
	margin: 80px 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
.share .ico{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	border-radius: 100%;
}
.share .ico img{
	height: 25px;
}
.share .fb{
	background-color: #3C599D;
}
.share .tw{
	background-color: #1DA1F3;
}
.share .li{
	background-color: #01B903;
}

.fixed-footer{
	position: fixed;
	margin: 0;
	width: 100%;
    bottom: 0;
    z-index: +1;
    display:none;
}


.page-header{
	
}
.page-content{
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

p.right{
float:right;
margin-left:30px;
}

.clear{
clear:both;
}

.ruby{
font-size:0.8rem;
margin-top:10px;
line-height:1;
}

.link-right{
text-align:right;
margin-top:30px;
}

.kakomi{
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 1em 0;
    padding: 2em;
padding:20px;
font-size:1.4rem;
}

.ico-tohoku{
	color: #fff;
	display: inline-block;
	background: #e182ac;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	left: auto;
	right: 5px;
	top: -10px;
}

.ico-kanto{
	color: #fff;
	display: inline-block;
	background: #6fa8d4;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	left: auto;
	right: 5px;
	top: -10px;
}

.ico-cyubu{
	color: #fff;
	display: inline-block;
	background: #ea9c3f;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	left: auto;
	right: 5px;
	top: -10px;
}

.ico-kinki{
	color: #fff;
	display: inline-block;
	background: #fdd000;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	left: auto;
	right: 5px;
	top: -10px;
}

.ico-cyugoku-shikoku{
	color: #fff;
	display: inline-block;
	background: #70a889;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	left: auto;
	right: 5px;
	top: -10px;
}

.ico-kyusyu{
	color: #fff;
	display: inline-block;
	background: #e5a58a;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	left: auto;
	right: 5px;
	top: -10px;
}

.ico-event{
	color: #fff;
	display: inline-block;
	background: #000000;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: absolute;
	left: auto;
	right: 5px;
	top: -10px;
}

/* main-visualunder */

@media (max-width: 991px){
	#mvCarousel .carousel-item-under {
		padding-top: 50%;
		background-color: #fff;
		position: relative;
		overflow: hidden;
	}
	#mvCarousel .carousel-item-under > img {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		height: 100%;
		max-width: inherit;
		width: auto;
	}
}
@media (min-width: 992px){
	#mvCarousel .carousel-item-under {
		padding-top: 22%;
		background-color: #fff;
	}
	#mvCarousel .carousel-item-under > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-width: 100%;
	  max-height: 100%;
	}
}

#bpCarousel .carousel-item-under{
	background-color: #F7EE13;
	height: 100%;
}


/* アクションメッセージを非表示にする */
.parts_action_message{
	display: none;
}

/* 要請文　文字 */
.petition-text-top{
margin-top:40px;
}

/* 日本地図 */

#japan-map {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}
 
.pref {
    background: #224163;
    min-height: 10px;
    font-size: 0.7em;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}
.pref.tohoku {
    background: #e182ac;
    min-height: 10px;
    font-size: 0.7em;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.pref.cyubu {
    background: #ea9c3f;
    min-height: 10px;
    font-size: 0.7em;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.pref.kanto {
    background: #6fa8d4;
    min-height: 10px;
    font-size: 0.7em;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.pref.kinki {
    background: #fdd000;
    min-height: 10px;
    font-size: 0.7em;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.pref.cyu_shikoku {
    background: #70a889;
    min-height: 10px;
    font-size: 0.7em;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.pref.kyusyu_okinawa {
    background: #e5a58a;
    min-height: 10px;
    font-size: 0.7em;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}

.pref.no {
    background: #cccccc;
    min-height: 10px;
    font-size: 0.7em;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
}
 
.pref a {
    display: block;
    min-height: 10px;
    text-decoration: none;
    color: white;
}
 
#hokkaido {
    margin: 20px 0;
}



.balloon {
position: relative;
background-color: #fbecec;
padding: 15px;
color: #333;
margin-top: 20px;
}

.balloon::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-bottom: 12px solid #fbecec;
top: -24px;
left: 50%;
}

