@charset "utf-8";

.br,.tel,.spbr{}
.txt11{
	font-size: 11px;
}
@media screen and (min-width: 980px) {
span.br{
	display: block;
}
a.tel{
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000;
}
}
@media screen and (max-width: 768px){
span.spbr{
	display: block;
}
}


/*display: flex; pay20221013up
************************************************************************************/
.list-image {
	width: 98%;
	margin: 0 auto;
}

.inner {
	padding-top: 10px;
	display: flex;
  flex-wrap: wrap;
}
.inner p {
	margin: 5px;
}


/*text
************************************************************************************/
.textCenter{
 text-align:center;
}
.textRight{
 text-align:right;
}
.textLeft{
 text-align:left;
}

.txtRed{
	color: #F00;
}

.txt80{
	font-size: 80%;
}
.txt110{
	font-size: 110%;
}
.txt120{
	font-size: 120%;
}
.txt150{
	font-size: 150%;
}

.bold{
	font-weight: bold;
}
img.max100{
	max-width: 100%;
	height: auto;
}

/* -- ルビ --*/
ruby {
	font-size: 1em;
	ruby-position: over;
}
rt {
	font-size: 0.55em;
	text-align:center;
	margin-bottom:-1.8px;
}	


.underline{
	border-bottom: 1px solid #333;
}
/* -- float -- */
.rf10{float:right; margin-left:10px;}
.rf15{float:right; margin-left:15px;}
.lf15{float:left; margin-right:15px;}
.rf{float:right;}
.lf{float:left;}

@media screen and (max-width: 768px){
.rf15{float:none; margin:15px auto; max-width: 70%; height:auto; display:block;}
.rf15 img{ margin:0 auto; max-width: 100%; height:auto;}
.lf15{float:none; margin:15px auto; max-width: 70%; height:auto; display:block;}
.lf15 img{ margin:0 auto; max-width: 100%; height:auto;}
.textCenter img{
	max-width: 100%;
	height: auto;
	margin: 10px auto;
	display: block;
}
.rf{float:none;}
.lf{float:none;}
}

/*link
----------------------------------------------------------------------*/
a.out{
	background: url(../../img/common/icon_link.png) no-repeat right center;
	padding: 0 15px 0 0;
}

/*list
----------------------------------------------------------------------*/
/*number*/
ul.number{
	list-style-type: decimal;
	margin-left: 30px;
}

ul.number li{
	margin: 5px 0;
	background: none;
	padding: 0;
	list-style-type: decimal;
}
/*number circle*/
ol.number{
	counter-reset:number;
	list-style:none;
	margin:0 0 15px 0;
	padding:0;
}

ol.number li{
	margin: 15px 0;
	background: none;
	padding: 0;
	list-style-type: none;
}

ol.number li:before {
	counter-increment: number;
	content: counter(number);
	float: left;
	background: #050a50;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2.0;
	margin: 0 7px 0 0;
}
ol.number li p,
ol.number li div{
	overflow: auto;
	zoom: 1;
	margin: 0 !important;
	padding: 0 !important;
}

/*circleblue*/
ol.circleblue{
	counter-reset:list;
  list-style-type:none;
  padding:0;
}

ol.circleblue li{ 
position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
}

ol.circleblue li:before { 
	counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0c136d;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.circleblue li p,
ol.circleblue li div{
	overflow: auto;
	zoom: 1;
	margin: 0 !important;
	padding: 0 !important;
}
/**/
ul.square{
	list-style-type: square;
	margin-left: 10px;
	margin-top: 5px;
}
ul.square li{
	margin-bottom: 5px;
	background: none;
	padding: 0;
	list-style-type: square;
}
ul.square li p{
	padding: 0;
}


ul.disc{
	list-style-type: disc;
	margin-left: 10px;
	margin-top: 5px;
}
ul.disc li{
	margin-bottom: 1em;
	background: none;
	padding: 0;
	list-style-type: disc;
}
ul.disc li p{
	padding-bottom: .5em;
}

/*icon*/
ul.ar_beige li{
	background: url(../../img/common/ar_beige.png) no-repeat left 0.4em;
	padding: 0 0 0 12px;
	margin: 5px 0;
}

ul.ar_blue li{
	background: url(../../img/common/ar_blue.png) no-repeat left 0.4em;
	padding: 0 0 0 12px;
	margin: 5px 0;
}
ul.ar_orange li{
	background: url(../../img/common/ar_orange.png) no-repeat left 0.4em;
	padding: 0 0 0 12px;
	margin: 5px 0;
}
ul.ar_sky li{
	background: url(../../img/common/ar_sky.png) no-repeat left 0.4em;
	padding: 0 0 0 12px;
	margin: 5px 0;
}
ul.icon_circle li{
	background: url(../../img/common/icon_circle.png) no-repeat left 0.4em;
	padding: 0 0 0 15px;
	margin: 5px 0;
}

a.hokaLink{
	background: url("../../img/common/icon_link.png") no-repeat left 0.1em;
	padding: 0 0 0 25px;
	margin: 5px 0;
}
ul.icoPdf li,
a.pdf{
	background: url(../../img/common/icon_pdf.png) no-repeat left 0.1em;
	padding: 0 0 0 25px;
	margin: 5px 0;
}
ul.icoWord li,
a.word{
	background: url(../../img/common/icon_word.png) no-repeat left 0.1em;
	padding: 0 0 0 25px;
	margin: 5px 0;
}

ul.file_icon li.pdf{
	background: url(../../img/common/icon_pdf.png) no-repeat left 0.1em;
	padding: 0 0 0 25px;
	margin: 5px 0;
}
ul.file_icon li.word{
	background: url(../../img/common/icon_word.png) no-repeat left 0.1em;
	padding: 0 0 0 25px;
	margin: 5px 0;
}
ul.file_icon li.excel{
	background: url(../../img/common/icon_excel.png) no-repeat left 0.1em;
	padding: 0 0 0 25px;
	margin: 5px 0;
}

ul.inline li,
ol.inline li{
	display: inline-block !important;
	margin: 5px 1.5em 5px 0;
}

img.R5{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.valign{
	vertical-align: middle !important;
}
img.valign{
	margin: 0 5px;
}

ul.inlineBox li{
	margin: 0 5px 5px 0;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #163986;
}
ul.inlineBox li a{
	color: #373737;
}


@media screen and (max-width: 768px){
ul.square{
	margin-left: 1em;
}
}

/*btn(20210820-5s-)
************************************************************************************/
.btn-more{
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none !important;
  background: #54a0ff;/*ボタン色*/
  color: #FFF !important;
  font-weight:bold;
  border-bottom: solid 4px #2e86de;
  border-radius: 3px;
}
.btn-more:hover{	
	  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
  text-decoration: none !important;
  color: #FFF !important;
  font-weight:bold;
  background: #2e86de;/*ボタン色*/
	}
.btn-more a {
  text-decoration: none !important;
  color: #FFF !important;
}

/*５s list*/
dl.list-5s{
	width:90%;
	margin:10px auto;
	padding:10px;
	border-bottom: 1px solid #ccc;
}
dl.list-5s dt{
	float:left;
	margin-bottom:10px;
}
dl.list-5s dd{
  margin-left:20%;
	margin-bottom:10px;
	text-align:left;
}
@media screen and (max-width: 620px){
dl.list-5s{
 width:100%;
}
}


/*qa
************************************************************************************/
.qa dt{
	background: url(../../img/common/icon_q.png) no-repeat 5px 0.5em;
	padding: 0.6em 0 0.5em 35px;
	font-weight: bold;
	color: #072856;
	line-height:1.5;
}

.qa dd{
	background: url(../../img/common/icon_a.png) no-repeat 5px top;
	padding: 0 0 20px 40px;
	margin: 10px 0 20px 40px;
	border-bottom: 1px solid #c0c0c0;
}

.qa dd .ttl{
	font-weight: bold;
	padding: 0 0 0.8em 0;
}
.qa dd p{
	padding: 0 0 0.7em 0;
}
.qa dd p:last-child{
	padding: 0;
}
.qa dd p.bold{
	padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
/*tablet*/
.qa dl{
	margin:0 10px;
}
}
@media screen and (max-width: 620px){
/*smart phone*/
}
@media screen and (max-width: 479px) {
/*sp*/
}

/*アコーディオン
************************************************************************************/
.accordion {
	transition: .3s;
	overflow: hidden;
	margin-top: -10px;
	padding-bottom: 20px;
	&:last-of-type {
		margin-bottom: 0;
	}
}
.accordion[open] {
	margin-top: 0;
	padding-bottom: 10px;
} 
.accordion-summary {
	display: block;
	padding: 6px 12px;
    transition: .2s;
	transform: translateY(5px);
	background-color: #7f96c2;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	&:hover {
		cursor: pointer;		
		background-color: #8B8B8B;
	}
}
.accordion-summary::-webkit-details-marker {
	display: none;
}
.accordion[open] .accordion-summary {
	transform: translateY(0);
}
.accordion-content {
	padding: 20px;
	background-color: #fff;
	border-bottom:none;
	border-left: none;
	border-right: none;
}
.accordion-content .textArea {
	margin:20px:auto;
}




/*ご寄附ボタン
************************************************************************************/
a.btn_kifu {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 20px auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #1c3177;
	color: #fff;
	background-color: #1c3177;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn_kifu span{
	display: block;
	width:100%;
}
a.btn_kifu::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 20px;
}
a.btn_kifu::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #1c3177;
	background-color: #fff;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_kifu:hover::before {
	transform: translateX(0);
	}
a.btn_kifu:hover {
	color: #1c3177!important;
}

a.btn_kifu:hover::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #1c3177;
  border-right: solid 1px #1c3177;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 20px;
}

@media screen and (max-width: 768px){
/*btn
----------------------------------------------------------------------*/
a.btn_kifu {
	display: block;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	margin: 20px auto;
	padding: 1rem 1.8rem 1rem 0.8rem;
}
a.btn_kifu span{
	display: inline;
	width:auto;
}
a.btn_kifu::after {
  content: "";
  width: 10px;
  height: 10px;
}
}



/*clearfix
************************************************************************************/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html .clearfix{
    height: 1em;
}
.clearfix{
    display: block;
}
*:first-child+html .clearfix{
	zoom:1;
}

