@charset "UTF-8";

html{ font-size: 62.5%;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q,
samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  -webkit-appearance: none;
}

body {
  display: block;
  color: #444;
  text-align: center;
  font-size: 1.4rem;
  font-family:Meiryo,-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  cursor: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #0081cc;
  text-decoration: underline;
  cursor: pointer;
}

a:visited {
  color: #0081cc;
}

a:hover {
  color: #0081cc;
  text-decoration: underline;
}

.contents a{
  transition: 0.4s ease-in-out;
}
.contents a:hover{
  opacity: 0.7;
}


a:focus,
a:active {
  color: #ff9900;
}

em {
  font-style: normal;
}


hr {
  display: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  background: transparent;
  vertical-align: bottom;
}

select option {
  padding: 0 5px;
}

label {
  cursor: pointer;
}


.clear{ clear: both;}

.clearfix::after,
.contents::after,
.footer::after{
  content: "";
  display: block;
  clear: both;
}


.pc-hide{ display: none;}
.sp-hide{ display: block;}

.wrap{
  position: relative;
  padding: 20px 0 0 0;
  display: block;
  width: 100%;
}


/* header */

.header{
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 1200px;
  overflow: hidden;
  box-sizing: border-box;
}

.header h1{
  float: left;
  margin: auto;
  padding: 0;
  width: 528px;
  height: 200px;
}
.header .catch-copy{
  float: left;
  margin: auto;
  padding: 50px 0 0 30px;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.07em;
}

.header .social-list{
  position: absolute;
  top: 20px;
  right: 0px;
  margin: auto;
  padding: 0 0 0 0;
  width: 200px;
}

.header .social-list li{
  float: left;
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  overflow: hidden;
}

.header .social-list li:last-child{ margin: 0;}

.header .social-list li a{
  width: 36px;
  height: 0;
  padding-top: 36px;
  display: block;
  overflow: hidden;
  line-height: 600%;
}

.header .social-list li:nth-child(1) a{
  background: url(/common/img/icon_facebook.png) center center no-repeat #40599a;
  background-size: 22px auto;
}
.header .social-list li:nth-child(2) a{
  background: url(/common/img/icon_instagram.png) center center no-repeat #e91784;
  background-size: 22px auto;
}
.header .social-list li:nth-child(3) a{
  background: url(/common/img/icon_ameba.png) center center no-repeat #2b8c3b;
  background-size: 22px auto;
}
.header .social-list li:nth-child(4) a{
  background: url(/common/img/icon_youtube.png) center center no-repeat #d64a40;
  background-size: 22px auto;
}
.header .social-list li:nth-child(5) a{
  background: url(/common/img/icon_twitter.png) center center no-repeat #73a9ef;
  background-size: 22px auto;
}

/*
.header .trancelate{
  position: absolute;
  top: 60px;
  right: 0px;
  width: 200px;
  padding: 5px 10px 5px 10px;
  display: block;
  background-color: #3DB9E8;
  border-radius: 6px;
  box-sizing: border-box;
}
*/

.header .trancelate{
  position: absolute;
  top: 60px;
  right: 0px;
  width: 200px;
  display: block;
  box-sizing: border-box;
}

.header .trancelate .trancelate-box{
  padding: 5px 10px 5px 10px;
  display: block;
  background-color: #3DB9E8;
  border-radius: 6px;
  box-sizing: border-box;
}

.header .trancelate img{
  width: inherit;
  height: auto;
}

.header .trancelate .trancelate-txt{
  color:#666;
  font-size:1.2rem;
  text-shadow: none;
  margin-bottom: -2px;
}

.header .trancelate .trancelate-txt span{
  color:#3DB9E8;
  font-size:1.5rem;
  font-weight: 800;
}

.header .return{
  position: absolute;
  bottom: 3px;
  right: 0;
  display: block;
  width: 200px;
  border-radius: 6px;
  background-color: #3DB9E8;
  transition: 0.4s ease-in-out;
}

.header .return a{
  position: relative;
  margin: 0;
  padding: 6px 5px;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 1px 1px 2px #008eca;
  box-sizing: border-box;
}

.header .return a:before{
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_home.png) center center no-repeat;
  background-size: 22px auto;
  line-height: 1.4;
  content:"";
}

.header .return a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.header .return:hover{ opacity: 0.7;}

.home .header .top-notice{
  clear: both;
  float: left;
  margin:auto;
  padding: 10px 0 4px 465px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.07em;
  overflow: hidden;
}

.home .header .top-notice a{
  text-decoration: none;
/*  color:#ef790f; */
  color: #FF3333;
  font-weight: bold;
  border-bottom: 1px #FF3333 dashed;
}

.home .header .top-notice:hover{ opacity: 0.5;}

.top-noticeTXT{
    display: inline-block;
	width:705px;
    margin: 10px auto 0px auto;
    padding:0 0 0 15px;
    font-size: 1.4rem;
    text-align:left;
    line-height: 1.8;
    letter-spacing: 0.07em;
}

.top-noticeTXT a,
.top-noticeTXT a:hover{
    text-decoration: none;
  color: #F03336;
    border-bottom: 1px  #F03336 dashed;
    font-weight: 800;
}

.top-noticeTXT a:hover{ opacity: 0.7;}
.top-noticeTXT span{color:#ef790f; font-weight: 800;}

.home .top-notice-box{
width: 1200px;
margin: 0 auto 0 auto;
text-align: center;
}

@media screen and (max-width:768px){
.home .top-notice-box{
width: 100%;
padding: 0 10px 0 0 ;
}
}

.header .social-list{
  position: absolute;
  top: 15px;
  right: 0px;
  margin: auto;
  padding: 0 0 0 0;
  width: 200px;
}


/* SP header ----------------------------------- */
@media screen and (max-width:768px){

.wrap{
  padding: 10px 0 0 0;
  min-width: auto;
}

.pc-hide{ display: block;}
.sp-hide{ display: none;}

.header{
  position: relative;
  margin: 0 auto;
  padding: 0 10px 10px 10px;
  width: 100%;
  height: inherit;
  box-sizing: border-box;
}

.header h1{
  float: none;
  margin: auto;
  padding: 0;
  width: 212px;
  height: 80px;
}

.header .catch-copy{
  float: none;
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.header .social-list{
  position: relative;
  top: inherit;
  right: inherit;
  padding-bottom: 0px;
  overflow: hidden;
  width: 100%;
}

.header .social-list li{
  float: none;
  margin: 0 4px;
  display: inline-block;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-align: center;
}

.header .social-list li:last-child{ margin: 0 4px;}

.header .trancelate{
  position: relative;
  clear: both;
  top: inherit;
  right: inherit;
  margin: 0 0 0 -10px;
  width: calc(100% + 20px);
  padding: 5px 15px;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
}

.header .trancelate .trancelate-box{
  position: relative;
  clear: both;
  top: inherit;
  right: inherit;
  margin: 0 0 0 -10px;
  width: calc(100% + 20px);
  padding: 5px 15px;
  border-radius: 0;
  overflow: hidden;
}

.header .trancelate .trancelate-txt span{
font-size: 1.5rem;
}

.header .return{
  position: relative;
  bottom: inherit;
  right: inherit;
  display: block;
  width: auto;
  border-radius: 0;
  background-color: #fff;
  text-align: left;
}

.header .return a{
  position: relative;
  margin: 0;
  padding: 6px 25px;
  display: inline-block;
  width: auto;
  color: #008eca;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-shadow: none;
}

.header .return a:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_home_sp.png) center center no-repeat;
  background-size: 22px auto;
  line-height: 1.4;
  content:"";
}
.header .return a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_blue.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.home .header .social-list{
  position: relative;
  top: inherit;
  right: inherit;
  padding-bottom: 0px;
  overflow: hidden;
  width: 100%;
}


/*
.home .header .trancelate{
  position: relative;
  clear: both;
  top: inherit;
  right: inherit;
  margin: 0 0 0 -10px;
  width: calc(100% + 20px);
  padding: 5px 15px;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
}

.home .header .return{
  position: relative;
  bottom: inherit;
  right: inherit;
  display: block;
  width: auto;
  border-radius: 0;
  background-color: #fff;
  text-align: left;
}
*/

.home .header .top-notice{
  float: none;
  margin: auto;
  padding: 5px 5px 15px 0px;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
  font-weight: normal;
}

.home .header .top-notice a{
  text-decoration: none;
  text-align: center;
/*  color:#F03336;*/
  color:#ef790f;
  font-weight: normal;
  border-bottom: 1px #ef790f dashed;
}

.home .header .top-notice a:hover{ opacity: 0.7;}

.top-noticeTXT {
    margin: 0 auto 1rem auto;
    width: 90%;
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
}

/*
.home .header .return a{
  position: relative;
  margin: 0;
  padding: 6px 25px;
  display: inline-block;
  width: auto;
  color: inherit;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-shadow: none;
}
.home .header .return a:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_home_sp.png) center center no-repeat;
  background-size: 22px auto;
  line-height: 1.4;
  content:"";
}
.home .header .return a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_blue.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}
*/


}/* End SP ----------------------------------- */



/* footer */


/* PAGE TOP */

.page-top,
.page-top-f{
  position: fixed;
  bottom: 15px;
  right: 20px;
  left:auto;
  width: 60px;
  height: 60px;
  display: block;
  background-color:#3DB9E8;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow:hidden;
  outline:none;
}

.page-top a span,
.page-top-f a span{
  margin: auto;
  padding: 60px 0px 0px 0px;
  width:60px;
  height:0px;
  display:block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 40px;
  overflow:hidden;
  line-height:180%;
  transform: rotate(-90deg);
}

.page-top a:hover,
.page-top-f a:hover {
  background-color:#fff100;
  opacity: inherit;
}


.footer{
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 1200px;
  background-color: #3DB9E8;
  color: #fff;
  font-size: 1.3rem;
}

.footer .foot-body{
  position: relative;
  margin: auto;
  /*padding: 0;*/
  padding: 10px 0;
  width: 1200px;
}

.footer .foot-body .address-list{ display: block; padding: 3px 0; }
.footer .foot-body address{
  /*float: left;*/
  margin: auto;
  /*padding: 10px 30px 10px 0;*/
  padding: 0 30px 0 0;
  font-size: 1.3rem;
  font-style: normal;
  display: inline;
  text-align: center;
}
.footer .foot-body address a,
.footer .foot-body address a:hover{ color:#FFF; text-decoration: underline; }

.footer .foot-body .foot-menu{
  /*float: right;*/
  margin: auto;
  /*padding: 0;*/
  padding: 3px 0;
  width: 100%;
}

.footer .foot-body .foot-menu li{
  /*float: left;*/
  margin: auto;
  /*padding: 10px 0;*/
  display: inline;
  text-align: center;
}

.footer .foot-body .foot-menu li:after{ content:"|";}
.footer .foot-body .foot-menu li:last-child:after{ content:"";}

.footer .foot-body .foot-menu li a{
  margin: auto;
  padding: 0 10px;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}




/* SP footer ----------------------------------- */
@media screen and (max-width:768px){


/* PAGE TOP */

.page-top,
.page-top-f {
  position: fixed;
  right: 10px;
  left:auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.page-top a span,
.page-top-f a span{
  padding: 40px 0px 0px 0px;
  width: 40px;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 20px;
}

.footer{
  min-width: 100%;
}

.footer .foot-body{
position: relative;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.footer .foot-body address{
  float: none;
  clear: both;
  margin: auto;
  padding: 0;
  display: block;
  font-size: 1.2rem;
}

.footer .foot-body .foot-menu{
  float: none;
  margin: auto;
  padding: 0 0 5px 0;
  text-align: center;
}

.footer .foot-body .foot-menu li{
  float: none;
  margin: auto;
  padding: 6px 0;
  display: inline;
}

.footer .foot-body .foot-menu li a{
  margin: auto;
  padding: 0 2px;
  font-size: 1.1rem;
}

}/* End SP footer ----------------------------------- */



/* contents */

.contents{
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 1200px;
  overflow: hidden;
}

.contents .main-section{
  position: relative;
  float: right;
  display: block;
  margin: 0 auto;
  padding: 0 240px 20px 0;
  width: calc(100% - 240px) ;
  box-sizing: border-box;
}

/* main-title */
.contents .main-section .main-title h1{
  position: relative;
  display: block;
  margin: auto;
  padding: 10px 0 0 0;
  border-top: 5px solid #3DB9E8;
  width: 100%;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  color: #008FC2;
}

.contents .main-title h1{
color: #008FC2;
}

.contents .main-section .main-title img{
  display: block;
  margin: auto;
  width: 400px;
}


/* 2019.08.06 */
.contents .main-section .main-title .main-catch img{
  width: 100%;
  max-width: 100%;
}

.contents .main-section .main-title .txt{
  margin: 1em 0 1em 0;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}

.contents .main-section .main-title .caution{
  position: relative;
  margin: 0 0 3em 0;
  padding: 0 0 0 20px;
  font-size: 1.3rem;
  text-align: left;
}

.contents .main-section .main-title .color-red{
  color: #c00;
}

.contents .main-section .main-title .rp-main{
  display: block;
  margin: auto;
  width: 600px;
}

/* anchor */

.contents .main-section .anchor ul{
  margin: 20px auto;
  padding: 10px 0 40px 0;
  display: table;
  border-top: 2px solid #3DB9E8;
  table-layout: fixed;
  width: 100%;
}

.contents .main-section .anchor ul li{
  position: relative;
  display: table-cell;
  padding: 0 0 14px 0;
  border-right: 1px dotted #3DB9E8;
  overflow: hidden;
  vertical-align: middle;
  transition: 0.4s ease-in-out;
}

.contents .main-section .anchor ul li:last-child{ border-right: none;}
.contents .main-section .anchor ul li a{
  display: block;
  padding: 10px 4px;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
}

.contents .main-section .anchor ul li:after{
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_blue.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1;
  content:"";
  transform: rotate(90deg);
}
.contents .main-section .anchor ul li:hover:after{
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
}
.contents .main-section .anchor ul li:hover{ background-color: #3DB9E8;}
.contents .main-section .anchor ul li:hover a,
.contents .main-section .anchor ul li a:hover{
  color: #fff;
  opacity: 1;
}


/* sub-section */
.contents .sub-section{ padding-bottom: 40px;}

.contents .sub-section .main-title-sub{
  margin: 0 0 20px 0;
  padding: 8px 10px;
  background-color: #e6f8ff;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  color: #008FC2;
}

.contents .sub-section .important{ background-color: #fefdd6;}


.contents .sub-section .sub-title-sub{
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
  color: #008FC2;
}

.contents .sub-section .under-line{
  padding-bottom: 4px;
  border-bottom: 1px dotted #3DB9E8;
}

.contents .sub-section .sub-title-center{
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #008FC2;
}

.contents .sub-section .sub-title-underline{
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #3DB9E8;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.contents .sub-section {
  counter-reset: number;
}

.contents .sub-section .number-title{
  position: relative;
  padding-left: 1.5em;
}
.contents .sub-section .last-number{
  padding-left: 2em;
}

.contents .sub-section .number-title:before {
  position: absolute;
  left: 10px;
  counter-increment: number;
  content: counter(number);
}

.contents .sub-section .txt{
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}

.contents .sub-section .txt a{
  color: #EF790F;
  font-weight: 600;
}


.contents .sub-section .color-red{ color: #c00;}
.contents .sub-section .deco-line{ text-decoration: underline;}
.contents .sub-section .deco-line{ text-decoration: underline;}
.contents .sub-section .deco-line .color-red{ text-decoration: underline #c00;}
.contents .sub-section strong span{ font-weight: bold;}



.contents .sub-section .ruby-txt{ line-height: 2.2;}


@media all and (-ms-high-contrast: none) {
.contents .sub-section .ruby-txt{ line-height: 1.6;}
}

.contents .sub-section ruby{
  font-family:Arial , Verdana , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}



.contents .sub-section .point{
  border-bottom: 4px double #3DB9E8;
  font-size: 1.6rem;
  font-weight: 600;
}

.contents .sub-section .point2{
  border-bottom: 3px solid #3DB9E8;
  font-size: 1.6rem;
  font-weight: 600;
}

.contents .sub-section .point3{
  background-color: #fefdd6;
  padding: 5px 10px 5px 10px;
  font-weight: 600;
}

.contents .sub-section .color-box{
  width: 90%;
  padding: 10px;
  padding-top: 20px;
  padding-left: 20px;
  background-color:#FEFDD6;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}


.contents .sub-section a{ color: #EF790F;}

.contents .sub-section strong{ font-weight: bold;}

.contents .sub-section .image{
  margin: 0 auto 20px auto;
  max-width: 248px;
}

.contents .sub-section .image-size-s{ max-width: 148px;}
.contents .sub-section .image-size-l{ max-width: 480px;}
.contents .sub-section .image-size-ll{ max-width: 600px;}

.contents .sub-section .float-l{ float: left; padding-right: 20px;}
.contents .sub-section .float-r{ float: right; padding-left: 20px;}

.contents .sub-section .link-banner{
  margin: 0 auto 20px auto;
  max-width: 100%;
}

.contents .word-dl{
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  text-align: left;
}
.contents .word-dl dt{
  display: list-item;
  margin: 0 0 0 20px;
　list-style: disc outside;
}
.contents .word-dl dd{
  margin: 0 0 15px 31px;
}
.contents .word-dl dd:before {
  margin: 0 5px 0 -12px;
  content: "-";
}

.contents .split-2,
.contents .split-3{
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contents .split-2 li{
  margin: 10px 0 35px 0;
  width: 48%;
  text-align: left;
}

.contents .split-3 li{
  margin: 10px 0 15px 0;
  width: 50%;
  text-align: center;
}

.contents .split-2 li img{
  margin: 0 0 0.5em 0;
}

.contents .split-3 li img{
  width: 65%;
  margin: 0 0 0.5em 0;
  border: 1px solid #7f7f7f;
}

.contents .about,
.contents .list-ul,
.contents .list-ol,
.contents .pdf-ul
{
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  text-align: left;
}
.contents .list-ul li{
  margin: 0 0 10px 20px;
  list-style: disc;
}
.contents .list-ol li{
  margin: 0 0 10px 20px;
  list-style: decimal;
}

.contents .pdf-ul li{
  margin: 5px 0px 0px 5px;
  display: block;
  width: 100%;
  line-height: 42px;
}

.contents .pdf-icon{
  font-size: 1.6rem;
  text-align: left;
  margin: 5px 0px 10px 5px;
  width: 100%;
  line-height: 42px;
}

.contents .pic-list{
  margin: 20px auto 10px auto;
  overflow: hidden;
}

.contents .pic-list li{
  float: left;
  margin: 0 2% 20px 0;
  width: 48%;
}
.contents .pic-list li:nth-child(2n){
  float: right;
  margin: 0 0 20px 2%;
}

.contents .about dt {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.contents .about dd {
  padding: 0 0 0 1em;
}

#INDEX.sub-section .disclaimer li {
  margin: 1em 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  text-align:left;
  font-size:1.6rem;
}

#INDEX.sub-section .disclaimer li:before {
  content: "・";
  font-weight: bold;
}

.sub-section .pdf-ul li:before {
 content:"";
 width: 25px;
 height: 30px;
 display: block;
 background-image: url(../../common/img/icon_pdf.png);
 background-size: 25px;
 background-position:bottom left;
 background-repeat: no-repeat;
 margin-right:7px;
 float: left;
}

.sub-section .pdf-icon:before {
 content:"";
 width: 25px;
 height: 30px;
 display: block;
 background-image: url(../../common/img/icon_pdf.png);
 background-size: 25px;
 background-position:bottom left;
 background-repeat: no-repeat;
 margin-right:7px;
 float: left;
}

.contents .sub-section .caution,
.contents .sub-section .caution-ruby{
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 1.3rem;
  text-align: left;
}

.contents .sub-section .caution-l,
.contents .sub-section .caution-list li{
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 1.6rem;
  text-align: left;
}

.contents .main-title .caution:before,
.contents .sub-section .caution:before,
.contents .sub-section .caution-l:before,
.contents .sub-section .caution-list li:before{
  position: absolute;
  top: 0;
  left: 0;
  content:"※";
}

.contents .sub-section .caution-list .icon-none:before{
  content:"";
}

.contents .sub-section .caution-ruby:before{
position: absolute;
top: 0.75rem;
left: 0;
content: "※";
}

.contents .sub-section .border-box{
  margin: 0 auto 20px auto;
  padding: 20px 20px 10px 20px;
  width: 90%;
  border: 1px solid #3DB9E8;
  text-align: center;
  box-sizing: border-box;
}

.contents .sub-section .border-box .info-list{
  text-align: center;
}

.contents .sub-section .border-box .info-list li{
  margin: auto;
  padding: 10px;
  display: inline;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.contents .sub-section .border-box .txt{
  padding-top: 10px;
  font-weight: 600;
  text-align: center;
}

.contents .sub-section .address h4{
  text-align: left;
  font-size: 2.2rem;
  font-weight: 600;
  color: #008FC2;
}

.contents .sub-section .address p.txt{
  padding-top: 0;
  text-align: left;
  font-weight: 300;
}



.contents .main-section .sub-section .end{ margin-bottom: 40px;}

.contents .sub-section .next-arrow{
  position: relative;
}
.contents .sub-section .next-arrow-border{
  position: relative;
  margin-bottom: 60px;
}


.contents .sub-section .next-arrow:after{
  position: relative;
  clear: both;
  width: 100%;
  height: 30px;
  margin: 20px auto;
  display: block;
  background: url(/common/img/sankaku.png) center center no-repeat;
  background-size: 74px auto;
  line-height: 1;
  content:"";
}

.contents .sub-section .next-arrow-border:after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  clear: both;
  width: 100%;
  height: 30px;
  margin: 20px auto;
  display: block;
  background: url(/common/img/sankaku.png) center center no-repeat;
  background-size: 74px auto;
  line-height: 1;
  content:"";
}

/* button */

.contents .main-section .button{
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

.contents .main-section .button a{
  position: relative;
  margin: auto;
  padding: 6px 5px;
  width: 60%;
  display: block;
  border: 1px solid #008eca;
  border-radius: 6px;
  background-color: #3DB9E8;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 1px 1px 2px #008eca;
}

.contents .main-section .button-gray a{
  border: 1px solid #939393;
  background-color: #939393;
  text-shadow: 1px 1px 2px #333333;
}

.contents .main-section .button-l a{
  padding: 15px 10px;
  width: 80%;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
}

.contents .main-section .button a:before{
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.contents .main-section .button-funding a{
  position: relative;
  margin: 0 auto 20px auto;
  padding: 15px 10px;
  width: 85%;
  display: block;
  border: 1px solid #008eca;
  border-radius: 45px;
  background-color: #3DB9E8;
  color: #fff;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 1px 1px 2px #008eca;
}

.contents .main-section .button-funding a:before{
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  width: 20%;
  height: 80px;
  margin: auto;
  display: block;
  background: url("/common/img/angel.svg") center center no-repeat;
  background-size: 100% auto;
  line-height: 1.4;
  content:"";
}

.contents .main-section .button-funding a:after{
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.contents .main-section .button-donation{
  margin: 0 0 5px 0;
  padding: 0 0 10px 0;
  font-family: 'Noto Sans JP',Meiryo,-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,sans-serif;
}

.contents .main-section .button-donation :hover{
  background: #ff974e;
  color: #fff;
/*   border: 3px dashed #fff;*/
}

.contents .main-section .button-donation a{
  position: relative;
  margin: auto;
  padding: 5px 5px;
  display: block;
  border: 4px dashed #ff974e;
  border-radius: 5px;
  background-color:#fff;
  color: #ff974e;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  text-shadow: 1px 1px 2px #d2691e；

}

.contents .main-section .button-donation-l a{
  padding: 5px 25px 7px 20px;
  width: 40%;
  color: #ff974e;
  font-size: 3rem;
  font-weight: 800;
}

.contents .main-section .button-donation a:before,
.contents .main-section .button-donation a:hover:before{
  position: absolute;
  top: 0;
  left: 87%;
  bottom: 3px;
  width: 20px;
  height: 20px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_orange-l.png) center center no-repeat;
  background-size: 17px auto;
  line-height: 1.4;
  content:"";
}
.contents .main-section .button-donation a:hover:before{
  background: url(/common/img/icon_arrow_white-l.png) center center no-repeat;
}

@media screen and (max-width:768px){
.contents .main-section .button-funding a:before {
  width: 23%;
  height: 150%;
}
}

@media screen and (max-width:480px){
.contents .main-section .button-funding a{
  margin: 0 auto 30px auto;
}

.contents .main-section .button-funding a:before {
  top: 45px;
  left: -7px;
  width: 30%;
}
}

/* aside donation */

.contents .main-section aside.donation{
  padding: 40px 0 0 0;
  border-top: 5px solid #3DB9E8;
}

.contents .main-section aside.donation h2{
  margin: 0 0 20px 0;
  padding: 20px 10px 0 10px;
  border-top: 5px solid #3DB9E8;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.contents .main-section .donation .top-panel{
  float:left;
}

.contents .main-section .donation .top-panel .pic{
  width: 173px;
  height: 173px;
}

.contents .main-section .donation .top-panel li{
  width: 173px;
  margin-right: 9px;
}
.contents .main-section .donation .top-panel li:last-of-type{
  margin-right: 0px;
}

/* SIDE column */

.contents .left-column .sp-button{ display: none;}

@media screen and (min-width:769px){
.contents .left-column .toggle{ display: block !important;}
}

.contents .top-left-column,
.contents .left-column{
  float: left;
  position: relative;
  display: block;
  margin: 0vh auto 0 auto;
  padding: 0 0 40px 0;
  width: 200px;
}

.contents .right-column{
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  margin: 0 auto;
  padding: 0 0 40px 0;
  width: 200px;
}

.contents .top-left-column h1,
.contents .left-column h1,
.contents .right-column h1{
  position: relative;
  margin: 0;
  padding: 8px 0 8px 56px;
  border-top: 5px solid #3DB9E8;
  color: #3DB9E8;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}

.contents .right-column .right-column-info{
  position: relative;
  margin: 0;
  padding: 8px 0 8px 56px;
  border-top: 5px solid #3DB9E8;
  color: #3DB9E8;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}

.contents .top-left-column h1:before,
.contents .left-column h1:before,
.contents .right-column h1:before,
.contents .right-column .right-column-info:before{
  position: absolute;
  top: -5px;
  left: 0;
  width: 46px;
  height: 46px;
  margin: auto;
  display: block;
  border-radius: 4px;
  background: url(/common/img/icon_menu.png) center center no-repeat #3DB9E8;
  background-size: 40px auto;
  line-height: 1;
  content:"";
}
.home .contents .top-left-column h1:before{
  background: url(/common/img/icon_performance.png) center center no-repeat #3DB9E8;
  background-size: 40px auto;
}
.contents .right-column h1:before{
  background: url(/common/img/icon_address.png) center center no-repeat #3DB9E8;
  background-size: 40px auto;
}

.contents .right-column .right-column-info:before{
  background: url(/common/img/icon_infomation.png) center center no-repeat #3DB9E8;
  background-size: 40px auto;
}

.contents .top-left-column h1:after,
.contents .left-column h1:after,
.contents .right-column h1:after
.contents .right-column .right-column-info:after{
  position: absolute;
  top: 0;
  left: 46px;
  width: 5px;
  height: 5px;
  margin: auto;
  display: block;
  background: url(/common/img/bg_side_column_title.png) left top no-repeat;
  background-size: 5px auto;
  line-height: 1;
  content:"";
}

.contents .top-news h2{
  position: relative;
  margin: 20px 0 0 0;
  padding: 8px 0 0px 0;
  border-top: 5px solid #3DB9E8;
  color: #3DB9E8;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.contents .top-news h2 a{
  color: #3DB9E8;
  font-size: 1.8rem;
  font-weight: 600;
}

.contents .top-news div{
  text-align:right;
}

.contents .top-news li{
  margin: 0 0 6px 0;
  padding: 0 0 1px 0;
  border-bottom: 1px dotted #3DB9E8;
  font-size: 1.4rem;
  text-align: left;
}

.contents .top-news li span{
  margin: 11px 0 0 0;
  padding: 0 0 2px 0;
  display: block;
  text-align: left;
}

.contents .top-news li em{
  margin: 0 0 0 0;
  padding: 0 0 2px 0;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}

.contents .top-news a{ color: #ef790f;}

 .contents .comingsoon .sub-title-center{
  margin-top: 200px;
  margin-bottom: 200px;
}

/* left-column */

.contents .left-column .left-menu li{
  margin: 10px 0 0 0;
  padding: 0 0 5px 0;
  display: block;
  border-bottom: 1px solid #3DB9E8;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
  color: #008FC2;;
}

.contents .left-column .sub-menu,
.contents .left-column .left-menu li:nth-child(1) a{ margin-top: 5px;}

.contents .left-column .sub-menu li{
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: none;
}

.contents .left-column .left-menu li a{
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  font-weight: 300;
  text-decoration: none;
}

.contents .left-column .left-menu li a:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_blue.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

/* HOME */
.contents .top-left-column .performance {
  margin: 10px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: right;
  color: #008eca;
}

.contents .top-left-column .performance li{
  margin: 20px 0;
  padding: 0 0 10px 0;
  display: block;
  border-bottom: 1px solid #3DB9E8;
}

.contents .top-left-column .performance li strong{
  padding: 0 2px 0 0;
  color: #3DB9E8;
  font-size: 2rem;
  font-weight: bold;
}

.contents .top-left-column .performance li em{
  display: block;
  padding: 10px 0 0 0;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.contents .top-left-column .performance li em span{
  padding: 0 0 0 2px;
  font-size: 1.4rem;
  font-weight: 600;
}



/* right-column */

.contents .right-column address{
  margin: 0;
  padding: 8px 10px;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
}

.contents .right-column address em{
  margin: 0;
  padding: 10px 0 0 0;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.contents .right-column .map{
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #3DB9E8;
}

.contents .right-column .map a{
  position: relative;
  margin: 0;
  padding: 6px 5px;
  display: block;
  border: 1px solid #008eca;
  border-radius: 6px;
  background-color: #3DB9E8;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 1px 1px 2px #008eca;
}
.contents .right-column .map a:before{
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_map.png) center center no-repeat;
  background-size: 22px auto;
  line-height: 1.4;
  content:"";
}
.contents .right-column .map a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.contents .right-column .right-link{
margin-bottom: 10px;
}

.contents .right-column .right-link li:nth-child(1) a,
.contents .right-column .right-link li:nth-child(2) a,
.contents .right-column .right-link li:nth-child(3) a,
.contents .right-column .right-link li:nth-child(4) a,
.contents .right-column .right-link li:nth-child(5) a,
.contents .right-column .right-link li:nth-child(6) a,
.contents .right-column .right-link li:nth-child(7) a{
  position: relative;
  margin: 0 0 10px 0;
  padding: 6px 14px 6px 10px;
  display: block;
  border: 1px solid #008eca;
  border-radius: 6px;
  background-color: #3DB9E8;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-shadow: 1px 1px 2px #008eca;
}

.contents .right-column .right-link li:nth-child(2) a{ padding: 6px 14px 6px 60px;}

.contents .right-column .right-link li:nth-child(1) a:after,
.contents .right-column .right-link li:nth-child(2) a:after,
.contents .right-column .right-link li:nth-child(3) a:after,
.contents .right-column .right-link li:nth-child(4) a:after,
.contents .right-column .right-link li:nth-child(5) a:after,
.contents .right-column .right-link li:nth-child(6) a:after,
.contents .right-column .right-link li:nth-child(7) a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.contents .right-column .right-link li:nth-child(5) a,
.contents .right-column .right-link li:nth-child(6) a{
  border: 2px dashed #ff974e;
  background-color:#fff;
  color:  #ff974e;
  font-size: 1.5rem;
  text-shadow: none;
/*  font-family: 'Noto Sans JP',Meiryo,-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,sans-serif;*/
}

.contents .right-column .right-link li:nth-child(5) a:hover,
.contents .right-column .right-link li:nth-child(6) a:hover{
  background: #ff974e;
  color: #fff;
}

.contents .right-column .right-link li:nth-child(5) a:after,
.contents .right-column .right-link li:nth-child(6) a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_orange.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.contents .right-column .right-link li:nth-child(5) a:hover:after,
.contents .right-column .right-link li:nth-child(6) a:hover:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.contents .right-column .right-link li:nth-child(2) a:before{
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_photo.png) center center no-repeat;
  background-size: 48px auto;
  line-height: 1.4;
  content:"";
}

/*
.contents .right-column .right-link li:nth-child(3) a,
.contents .right-column .right-link li:nth-child(4) a{
  position: relative;
  margin: 0 0 0 0;
  padding: 2px 20px 2px 0;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}
.contents .right-column .right-link li:nth-child(3) a:after,
.contents .right-column .right-link li:nth-child(4) a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_blue.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}
*/







.contents .right-column .right-link-button li a{
  position: relative;
  margin: 0 0 10px 0;
  padding: 6px 14px 6px 60px;
  display: block;
  border: 1px solid #008eca;
  border-radius: 6px;
  background-color: #3DB9E8;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-shadow: 1px 1px 2px #008eca;
}

.contents .right-column .right-link-button li a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.contents .right-column .right-link-button li.visit a,
.contents .right-column .right-link-button li.form a{
  border: 1px solid #d06600;
  background-color: #ee8d2e;
  text-shadow: 1px 1px 2px #7d4917;
}

.contents .right-column .right-link-button li.visit a:before,
.contents .right-column .right-link-button li.form a:before,
.contents .right-column .right-link-button li.event a:before,
.contents .right-column .right-link-button li.partner a:before{
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  line-height: 1.4;
  content:"";
}

.contents .right-column .right-link-button li.visit a:before{
  width: 45px;
  height: 40px;
  background: url(/common/img/icon_phone.png) center center no-repeat;
  background-size: 22px auto;
}

.contents .right-column .right-link-button li.visit .caption{
  margin: -5px 0 5px 0;
  line-height: 1.4;
}

.contents .right-column .right-link-button li.form a:before{
  background: url(/common/img/icon_mail.png) center center no-repeat;
  background-size: 22px auto;
}

.contents .right-column .right-link-button li.event a:before{
  background: url(/common/img/icon_mic.png) center center no-repeat;
  background-size: 22px auto;
}

.contents .right-column .right-link-button li.partner a:before{
  background: url(/common/img/icon_partner.png) center center no-repeat;
  background-size: 22px auto;
}

.contents .right-column .right-link-button li.dl a{ padding: 6px 14px 6px 14px;}

.contents .right-column .right-link-button li.dl a:after{
  top: inherit;
  right: 5px;
  bottom: 0.7em;
}

.contents .right-column .right-link-button li.dl a:before{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 128px;
  height: 148px;
  margin: auto;
  display: block;
  line-height: 1.4;
  content:"";
}

.contents .right-column .right-link-button li.dl a:before{
  background: url(/common/img/icon_dl.png) center center no-repeat;
  background-size: 128px auto;
}

.contents .right-column .caption{
  margin: 0;
  padding: 0 0 6px 0;
  display: block;
  font-size: 1.4rem;
  text-align: left;
}

.contents .right-column .infomation strong{
font-weight: bold;
}

/*
.contents .right-column .infomation img{
 border-radius: 6px;
}
*/

.contents .right-column .infomation{
 padding:10px 0 20px 0;
}

.contents .right-column .infomation .caption{
 padding:20px 0 0 0;
 color: #333333;
}

.contents .right-column .infomation .caption a{
 color: #EF790F;
}

.contents .right-column .infomation .infomation_box{
 border-bottom: 1px solid #3DB9E8;
 padding: 15px 0 20px 0;
 margin-bottom: 10px;
}

/* TAB */

.tab {
  margin: 20px auto 40px auto;
  display: block;
  width: 100%;
}

.tab .tab-label {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}

.tab .tab-label li {
  position: relative;
  float: left;
  display: table-cell;
  padding: 20px 20px 25px 20px;
  width: 50%;
  border: 1px solid #3DB9E8;
  border-bottom: none;
  background: #3DB9E8;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.tab .tab-label li:after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px;
  overflow:hidden;
  transform: rotate(90deg);
  line-height: 1.4;
  content:"";
}

.tab .tab-label li.select {
  cursor: default;
  background: #fff;
  color: #3DB9E8;
  transition: 0.4s ease-in-out;
}

.tab .tab-contents{
  clear: both;
  margin: -1px auto 0 auto;
  padding: 2% 0;
  background: #fff;
  border: 1px solid #3DB9E8;
  width: 100%;
  box-sizing: border-box;
  z-index: 0;
}

.tab .tab-contents .tab-box{
  margin: auto;
  padding: 0;
  overflow: hidden;
  width: 96%;
}

.tab .tab-contents .hide { display: none;}



/* Q nad A */

.contents .sub-section .question{
  position: relative;
  padding: 10px 10px 10px 44px;
  border-bottom: 1px dotted #3DB9E8;
/*  cursor: pointer;*/
  transition: 0.4s ease-in-out;
}

.contents .sub-section .question_open{
  position: relative;
  padding: 10px 32px 10px 44px;
  border-bottom: 1px dotted #3DB9E8;
  transition: 0.4s ease-in-out;
}

.contents .sub-section .trigger{
  position: relative;
  padding: 10px 32px 10px 0px;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

/*
.contents .sub-section .question:hover{
  opacity: 0.7;
}
*/
.contents .sub-section .answer{
  position: relative;
  margin-bottom: 40px;
  padding: 8px 10px 8px 44px;
　display: none;
  border-bottom: 1px dotted #3DB9E8;
}

.contents .sub-section .answer_o{
  position: relative;
  margin-bottom: 40px;
  padding: 8px 10px 8px 44px;
　display: none;
  border-bottom: 1px dotted #3DB9E8;
}


.contents .sub-section .question:before,
.contents .sub-section .question_open:before,
.contents .sub-section .answer:before,
.contents .sub-section .answer_o:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_q.png) center center no-repeat;
  background-size: 34px auto;
  line-height: 1.4;
  content:"";
}

/*.contents .sub-section .question:after,*/
.contents .sub-section .trigger:after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  display: block;
  border-radius: 50%;
  background: url(/common/img/icon_plus.png) center center no-repeat #3DB9E8;
  background-size: 22px auto;
  line-height: 1.4;
  content:"";
  transition: 0.4s ease-in-out;
}


/*.contents .sub-section .question.active:after,*/
.contents .sub-section .trigger.active:after{
  background: url(/common/img/icon_minus.png) center center no-repeat #3DB9E8;
  background-size: 22px auto;
  transform: rotate(180deg);
}


.contents .sub-section .answer:before{
  top: 0;
  left: 0;
  bottom: inherit;
  background: url(/common/img/icon_a.png) center center no-repeat;
  background-size: 34px auto;
}

.contents .sub-section .answer_o:before{
  top: 0;
  left: 0;
  bottom: inherit;
  background: url(/common/img/icon_a-o.png) center center no-repeat;
  background-size: 34px auto;
}

.contents .sub-section .answer ol.flow li{
  font-size: 1.6rem;
}

.contents .sub-section .answer ol.flow li:after{
  content:"↓";
  display: block;
  margin:0.5em 0 0 0;
}

.contents .sub-section .answer ol.flow li:last-child:after{
  content:"";
  display: block;
  margin:0 0 0 0;
}


.contents .sub-section .hide-box{ display: none;}

.contents .sub-section .question-ul{
  text-align: left;
  font-size: 1.6rem;
}

.contents .sub-section .question-ul li{
  line-height: 1.4;
  padding-bottom: 10px;
  margin-left: 40px;
}

.contents .sub-section .question-ul li:before{
  position: absolute;
  left: 7%;
  margin: auto;
  display: block;
  line-height: 1.6;
  content:"―";
  color: #EF790F;
}

.highlight-box{
  padding: 10px 0 0 0;
  overflow: hidden;
}

.highlight-box ul{
  margin:0 auto 10px auto;
  width: 470px;
}

.highlight-box ul li{
  float: left;
  }

.contents .main-section .highlight-box ul .button_reset{
  padding: 25px 70px 0 65px;
}

.contents .main-section .highlight-box ul .button{
  padding: 25px 0 0 0;
}

.highlight-box #word{
  width: 400px;
  height: 25px;
}

.contents .main-section .highlight-box ul input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

.contents .main-section .highlight-box ul .button input[type="button"] {
    font-size: 2rem;
    background-color: #3DB9E8;
  color: #fff;
    border: none;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
  padding: 3px 40px 2px 40px;
}

.contents .main-section .highlight-box ul .button_reset input[type="button"] {
    font-size: 2rem;
    background-color: #CCC;
  color: #fff;
    border: none;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
  padding: 3px 20px 2px 20px;
}

/* official-report */

.contents .sub-section .report-ttl{
  position: relative;
  padding: 10px 70px 10px 10px;
  font-size: 2.4rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}


















/*
.contents .sub-section .report-ttl:hover{
  opacity: 0.7;
}
*/
.contents .sub-section .report-box{
  position: relative;
  margin-bottom: 20px;
  padding: 8px 10px 8px 10px;
  display: none;
  border-bottom: 1px dotted #3DB9E8;
}

.contents .sub-section .report-ttl:after{
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  display: block;
  border-radius: 50%;
  background: url(/common/img/icon_plus.png) center center no-repeat #3DB9E8;
  background-size: 22px auto;
  line-height: 1.4;
  content:"";
  transition: 0.4s ease-in-out;
}

.contents .sub-section .report-ttl.active:after{
  background: url(/common/img/icon_minus.png) center center no-repeat #3DB9E8;
  background-size: 22px auto;
  transform: rotate(180deg);
}

.contents .sub-section .report-box:before{
  top: 0;
  left: 0;
  bottom: inherit;
  background: url(/common/img/icon_a.png) center center no-repeat;
  background-size: 34px auto;
}

.contents .sub-section .hide-box{ display: none;}

.contents .sub-section .report-dl{
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.1;
}

.contents .sub-section .report-dl dt{
  display: block;
  text-align: center;
  margin-left: 8px;
  margin-top: 0.3rem;
  margin-bottom: 30px;
  padding:5px 10px 5px 10px;
  float:left;
  width: 50px;
  height: 15px;
  background-color: #3DB9E8;
  color: #FFFFFF;
}

.contents .sub-section .report-dl dd{
  line-height: 1.4;
  margin-left: 110px;
  padding-bottom: 30px;
}



/* SP contents ----------------------------------- */
@media screen and (max-width:768px){

.contents{
  padding: 10px 0;
  width: 100%;
}

.contents .main-section{
  float: inherit;
  margin: 0 auto;
  padding: 0 0 40px 0;
  width: calc(100% - 10px - 10px) ;
}

/* main-title */
.contents .main-section .main-title h1{
  position: relative;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 10px 10px 10px 10px;
  border-bottom: 5px solid #3DB9E8;
  border-width: 0 0 5px 0;
  width: auto;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.contents .main-section .main-title img{
  display: block;
  margin: auto;
  width: 100%;
  max-width: 400px;
}

/* 2019.08.06 SP */

.contents .main-section .main-title .txt{
  font-size: 1.6rem;
}





.contents .main-section .main-title .rp-main{
  display: block;
  margin: auto;
  width: 100%;
  max-width: 350px;
}

.contents .main-section .main-title .top-image{
  }


/* sub-section */

.contents .sub-section .main-title-sub{
  margin: 0 0 20px 0;
  padding: 8px 10px;
  font-size: 2.8rem;
  letter-spacing: 0;
}

.contents .sub-section .sub-title-sub{
  font-size: 2.2rem;
  letter-spacing: 0;
}

.contents .sub-section .sub-title-center,
.contents .sub-section .sub-title-underline{
  font-size: 1.6rem;
  letter-spacing: 0;
}


.contents .sub-section .number-title{
  position: relative;
  padding-left: 1.2em;
}
.contents .sub-section .last-number{
  padding-left: 1.7em;
}

.contents .sub-section .number-title:before {
  position: absolute;
  left: 5px;
  counter-increment: number;
  content: counter(number);
}

.contents .sub-section .txt{
  font-size: 1.6rem;
}

.contents .sub-section .caution{
  font-size: 1.3rem;
}
.contents .sub-section .caution-l,
.contents .sub-section .caution-list li{
  font-size: 1.5rem;
}
.contents .sub-section .list-ul{
  font-size: 1.5rem;
}

.contents .sub-section dl{
  font-size: 1.5rem;
}

.contents .sub-section .border-box{
  margin: 0 auto 4% auto;
  padding: 4% 4% 0 4%;
  width: 92%;
}

.contents .sub-section .border-box .info-list li{
  margin: 2px auto;
  padding: 8px;
  display: block;
  background-color: #e6f8ff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
}

.contents .sub-section .address h4{ font-size: 1.8rem;}

.contents .sub-section .next-arrow-border{
  position: relative;
  margin-bottom: 60px;
}


.contents .sub-section .report-ttl {
    position: relative;
    padding: 10px 60px 10px 10px;
    font-size: 2.8rem;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}



/* button */

.contents .main-section .button a{
  width: 88%;
  padding: 6px 5px 5px 20px;
}

.contents .main-section .button-l a{
  width: 90%;
}

.contents .main-section .button-donation-l a{
  width: 60%;
  font-size: 2.2rem;
}

.contents .main-section .txt-min a{
  width: 60%;
  font-size: 2.2rem;
}
.contents .main-section .button-donation a:before{
  left: 88%;
  top:3%;
}

.contents .main-section .button-donation a:hover:before{
  left: 88%;
}

/*
.contents .main-section .f-min a{
font-size: 2.2rem;
}
*/

/* aside donation */

.contents .main-section aside.donation h2{
  font-size: 2.4rem;
}

.contents .main-section .donation .top-panel{
  float:left;
}

.contents .main-section .donation .top-panel li{
  width: 47%;
  margin-right: 0px;
  font-size: 1.2rem;
}

.contents .main-section .donation .top-panel li:nth-child(2n){
  float: right;
}

.contents .main-section .donation .top-panel .pic{
  width: 100%;
  height: auto;
}

/* SIDE column */

.contents .top-left-column,
.contents .left-column,
.contents .right-column{
  float: inherit;
  position: relative;
  top: inherit;
  right: inherit;
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 0 0 0 0;
  width: calc(100% - 10px - 10px) ;
}

/* left-column */


.contents .left-column .left-menu li{
  margin: 10px 0 5px 0;
  padding: 0 0 5px 0;
}

.contents .top-left-column .performance {
  margin: 10px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
}

.contents .top-left-column .performance li{
  margin: 10px 0;
  padding: 0 0 10px 0;
  display: block;
  border-bottom: none;
}

.contents .top-left-column .performance li em{
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background-color: #e6f8ff;
  font-size: 3rem;
  text-align: right;
}

/* right-column */

/*.contents .right-column .right-link{ padding-bottom: 40px;}*/
.contents .right-column .right-link li:nth-child(2) a{
  position: relative;
  margin: 0 0 10px 0;
  padding: 18px 14px 5px 80px;
  min-height: 40px;
  display: block;
  border: 1px solid #008eca;
  border-radius: 6px;
  background-color: #3DB9E8;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-shadow: 1px 1px 2px #008eca;
  vertical-align: middle;
}

.contents .right-column .right-link li:nth-child(2) a:before{
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_photo.png) center center no-repeat;
  background-size: 60px auto;
  line-height: 1.4;
  content:"";
}

.contents .right-column .right-link li:nth-child(5) a,
.contents .right-column .right-link li:nth-child(6) a{
  background-color: #ee8d2e;
  border: 1px solid #d06600;
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 1px 1px 2px #7d4917;
}

.contents .right-column .right-link li:nth-child(5) a:hover,
.contents .right-column .right-link li:nth-child(6) a:hover{
  opacity: 80%
}

.contents .right-column .right-link li:nth-child(5) a:after,
.contents .right-column .right-link li:nth-child(6) a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.contents .right-column .right-link li:nth-child(5) a:hover:after,
.contents .right-column .right-link li:nth-child(6) a:hover:after{
  opacity: 80%
}


.contents .right-column .right-link li:nth-child(3) a,
.contents .right-column .right-link li:nth-child(4) a,
.contents .right-column .right-link li:nth-child(5) a,
.contents .right-column .right-link li:nth-child(6) a{
  text-align: left;
  display: block;
}

.contents .right-column .right-link li:nth-child(1) a,
.contents .right-column .right-link li:nth-child(2) a,
.contents .right-column .right-link li:nth-child(3) a,
.contents .right-column .right-link li:nth-child(4) a,
.contents .right-column .right-link li:nth-child(5) a,
.contents .right-column .right-link li:nth-child(6) a{
  margin: 0 0 15px 0;
}

.contents .right-column .right-link{
margin-bottom: 15px;
}

.contents .right-column .right-link-button li.visit a:before{
  width: 22px;
  height: 22px;
  background: url(/common/img/icon_phone_sp.png) center center no-repeat;
  background-size: 22px auto;
}

.contents .right-column .right-link-button li.dl a{
  position: relative;
  margin: 0 0 10px 0;
  padding: 6px 14px 6px 30px;
  display: block;
  border: 1px solid #008eca;
  border-radius: 6px;
  background-color: #3DB9E8;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px #008eca;
}

.contents .right-column .right-link-button li.dl a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
}


.contents .right-column .right-link-button li.dl a:before{
  position: absolute;
  top: 0;
  left: 5px;
  right: inherit;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_dl_sp.png) center center no-repeat;
  background-size: 22px auto;
  line-height: 1.4;
  content:"";
}

.contents .right-column .right-link-button li a{
  padding: 6px 14px 6px 38px;
}

.contents .right-column .infomation{
 padding-bottom: 20px;
}

.contents .right-column .infomation img{
 width:70%;
}

}/* End SP contents ----------------------------------- */


/* SP contents 480 ----------------------------------- */
@media screen and (max-width:480px){

.contents .split-2 li{
  width: 100%;
  max-width: 400px;
}

.contents .split-3 li{
   max-width: 400px;
}

.contents .split-3 li img {
    width: 90%;
    margin: 0 0 0.5em 0;
    border: 1px solid #7f7f7f;
}

/* TAB */

.tab {
  margin: 20px auto;
  display: block;
  width: 100%;
}

.tab .tab-label li { padding: 10px 2% 20px 2%; font-size: 1.2rem;}



/* Q nad A */
.contents .sub-section .question{
  padding: 10px 24px 10px 32px;
  font-size: 2rem;
  letter-spacing: 0;
}

.contents .sub-section .trigger{
  padding: 10px 24px 10px 0px;
}

.contents .sub-section .question:hover{ opacity: 1;}

.contents .sub-section .answer,
.contents .sub-section .answer_o{
  padding: 4px 10px 8px 32px;
}
.contents .sub-section .question:before,
.contents .sub-section .answer:before{
  width: 26px;
  height: 26px;
  background: url(/common/img/icon_q.png) center center no-repeat;
  background-size: 26px auto;
}


.contents .sub-section .question:after,
.contents .sub-section .trigger:after{
  width: 20px;
  height: 20px;
  background: url(/common/img/icon_plus.png) center center no-repeat #3DB9E8;
  background-size: 12px auto;
}

.contents .sub-section .question.active:after,
.contents .sub-section .trigger.active:after{
  background: url(/common/img/icon_minus.png) center center no-repeat #3DB9E8;
  background-size: 12px auto;
}

.contents .sub-section .answer:before{
  background: url(/common/img/icon_a.png) center center no-repeat;
  background-size: 26px auto;
}

.contents .sub-section .answer_o:before{
  background: url(/common/img/icon_a-o.png) center center no-repeat;
  background-size: 26px auto;
}





















.contents .sub-section .question-ul li {
  margin-left: 30px;
}

.contents .sub-section .question-ul li:before{
  left: 10%;
}

.highlight-box ul {
  margin:auto;
  width: 90%;
  text-align: center;
}

.contents .main-section .highlight-box ul .button_reset{
padding: 20px 0 0 0;
width: 50%;
}

.contents .main-section .highlight-box ul .button{
padding: 20px 0 0 0;
width: 50%;
}

.highlight-box #word{
width: 50%;
height: 2rem;
font-size: 1.8rem;
}

.contents .main-section .highlight-box ul .button input[type="button"] {
  font-size: 2rem;
  padding: 3px 20px 2px 20px;
}

.contents .main-section .highlight-box ul .button_reset input[type="button"] {
  font-size: 2rem;
  padding: 3px 10px 2px 10px;
}

.contents .sub-section .end {
  margin-bottom: 4rem;
}

/*official-report*/

.contents .sub-section .report-ttl{
  padding: 10px 40px 10px 10px;
  font-size: 2.2rem;
  letter-spacing: 0;
}
.contents .sub-section .trigger{
  padding: 10px 24px 10px 0px;
}

.contents .sub-section .report-ttl:hover{ opacity: 1;}
.contents .sub-section .report-box{
  padding: 4px 10px 8px 32px;
}

/*
.contents .sub-section .report-ttl:before,
.contents .sub-section .report-box:before{
  width: 26px;
  height: 26px;
  background: url(/common/img/icon_q.png) center center no-repeat;
  background-size: 26px auto;
}
*/

.contents .sub-section .report-ttl:after,
.contents .sub-section .trigger:after{
  width: 20px;
  height: 20px;
   right: 11px;
  background: url(/common/img/icon_plus.png) center center no-repeat #3DB9E8;
  background-size: 12px auto;
}

.contents .sub-section .report-ttl.active:after,
.contents .sub-section .trigger.active:after{
  background: url(/common/img/icon_minus.png) center center no-repeat #3DB9E8;
  background-size: 12px auto;
}

.contents .sub-section .report-box:before{
  background: url(/common/img/icon_a.png) center center no-repeat;
  background-size: 26px auto;
}


.contents .sub-section .float-l{ float: inherit; padding-right: none;}
.contents .sub-section .float-r{ float: inherit; padding-left: none;}


.contents .sub-section .report-dl{
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.1;
}

.contents .sub-section .report-dl dt{
  display: block;
  text-align: center;
  margin-left: -1.5rem;
  margin-top: 0;
  margin-bottom: 10px;
  padding:5px 10px 5px 10px;
  float: none;
  width: 50px;
  height: 15px;
  background-color: #3DB9E8;
  color: #FFFFFF;
}

.contents .sub-section .report-dl dd{
  line-height: 1.4;
  margin-left: -10px;
  padding-bottom: 30px;
}


}/* End SP contents 480  ----------------------------------- */







/* HOME */

.contents .top-main h1{ display: none;}

.contents .top-panel{
  position: relative;
  display: block;
  margin: 0 auto;
  width : 720px;
  overflow: hidden;
}

.contents .info-panel{
  padding-bottom: 30px;
}

.contents .info-panel a,
.contents .top-panel a{
  color: #008FC2;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.03em;
}

.contents .info-panel a:hover{
  color: #46a3fc;
  opacity: 0.1;
}

.contents .top-panel a:hover{
  color: #46a3fc;
  opacity: 1;
}

.contents .top-panel li{
  position: relative;
  float: left;
  margin: 0 30px 20px 0;
  width : 220px;
}

.contents .top-panel li:nth-child(3n){ margin: 0;}

.contents .top-panel a .pic{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #3DB9E8;
}

.contents .info-panel img,
.contents .top-panel a .pic,
.contents .top-panel a .pic img{
  transition: 0.4s ease-in-out;
}

.contents .info-panel img{
margin-top: 15px;
}

.contents .top-panel a:hover .pic{
  background-color: #6ed2f7;
  box-shadow: 4px 4px 8px #ccc;
}

.contents .info-panel em,
.contents .top-panel em{
  position: relative;
  margin: 8px 0 0 0;
  padding: 0 0 0 16px;
  display: inline-block;
  line-height: 1.2;
}

.contents .info-panel em:before,
.contents .top-panel em:before{
  position: absolute;
  top: -3px;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_blue.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}

.home .contents .top-panel li:last-child a .pic img{ display:none;}

.home .contents .top-panel li:last-child a .pic{
  height: 220px;
  overflow: hidden;
  display: table;
  border-radius: 6px;
  background-color: #fafc79;
}

.home .contents .top-panel li:last-child a span{
  display: table-cell;
  vertical-align: middle;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
}



/* CAUTION */

.home .caution-info{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  border: 5px solid #db185d;
  box-sizing: border-box;
  color: #333;
  clear: both;
}


.home .caution-info h2{
  position: relative;
  margin: 0;
  padding: 8px 0 8px 56px;
  color: #3DB9E8;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  z-index: 1;
}

.home .caution-info h2:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  margin: auto;
  display: block;
  border-radius: 0px 0px 4px 0px;
  border-top: 1px solid #db185d;
  background: url(/common/img/icon_caution.png) center center no-repeat #db185d;
  background-size: 40px auto;
  line-height: 1;
  content:"";
  z-index: 100;
}

.home .caution-info .txt{
  margin: 0;
  padding: 0.5em 1.5em 1em 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
.home .caution-info .caution-list{
  margin: 0;
  padding: 0 1.5em 1em 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}

.home .caution-info .caution-list li{
  margin: 0 0 0.5em 1.5em;
  padding: 0;
  list-style-type: disc;
}


/* SP HOME ----------------------------------- */
@media screen and (max-width:768px){


.contents .top-main h1{
  position: relative;
  margin: 0 0 20px 0;
  padding: 8px 0 8px 56px;
  display: block;
  border-top: 5px solid #3DB9E8;
  color: #3DB9E8;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}

.contents .top-main h1:before{
  position: absolute;
  top: -5px;
  left: 0;
  width: 46px;
  height: 46px;
  margin: auto;
  display: block;
  border-radius: 4px;
  background: url(/common/img/icon_contents.png) center center no-repeat #3DB9E8;
  background-size: 40px auto;
  line-height: 1;
  content:"";
}

.contents .top-main h1:after{
  position: absolute;
  top: 0;
  left: 46px;
  width: 5px;
  height: 5px;
  margin: auto;
  display: block;
  background: url(/common/img/bg_side_column_title.png) left top no-repeat;
  background-size: 5px auto;
  line-height: 1;
  content:"";
}

.contents .top-panel{
  position: relative;
  display: block;
  margin: 0 auto;
  width : 100%;
}

.contents .top-panel a{
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.4;
}

.contents .top-panel li{
  position: relative;
  float: left;
  margin: 0 3.5% 20px 0;
  width : 31%;
}

.contents .top-panel li:nth-child(3n){ margin: 0 0 20px 0;}

.contents .top-panel a .pic{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
  background-color: #3DB9E8;
}

.home .contents .top-panel li:last-child a .pic{
  position: relative;
  height: auto;
  overflow: hidden;
  display: block;
  border-radius: 6px;
  background-color: #fafc79;
}

.home .contents .top-panel li:last-child a span{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 3.6em;
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.home .contents .top-panel li:last-child a .f-panel{
  top: -2.6rem;
}

.home .contents .top-panel li:last-child a .pic img{ display: block; width: 100%;}


/* CAUTION SP */


.home .caution-info h2{ font-size: 1.8rem;}

.home .caution-info .txt{
  padding: 0.5em 1em 1em 1em;
  font-size: 1.4rem;
}
.home .caution-info .caution-list{
  margin: 0;
  padding: 0 1em 1em 1em;
  font-size: 1.4rem;
}

.home .caution-info .caution-list li{
  margin: 0 0 0.5em 1.5em;
  padding: 0;
  list-style-type: disc;
}


}/* End SP HOME ----------------------------------- */


/* SP HOME ----------------------------------- */
@media screen and (max-width:480px){

.sp-hide-s{ display: none;}

/* anchor */

.contents .main-section .anchor ul{
  margin: 20px auto;
  padding: 10px 0 40px 0;
  display: block;
  border-top: 2px solid #3DB9E8;
  table-layout: inherit;
  width: 100%;
}

.contents .main-section .anchor ul li{
  position: relative;
  display: block;
  padding: 0;
  border-right: none;
  border-bottom: 1px dotted #3DB9E8;
  overflow: hidden;
  vertical-align: middle;
  transition: 0.4s ease-in-out;
}

.contents .main-section .anchor ul li a{
  display: block;
  padding: 10px 10px 10px 20px;
  font-weight: 600;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
}

.contents .main-section .anchor ul li:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: inherit;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  line-height: 1;
  content:"";
  transform: none;
}
.contents .main-section .anchor ul li:hover:after{
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
}


.contents .top-panel li{
  position: relative;
  float: left;
  margin: 0 3% 20px 0;
  width : 47%;
}

.contents .top-panel li:nth-child(3n){ margin: 0 0 20px 0;}
.contents .top-panel li:nth-child(2n){ float: right; margin: 0 0 20px 0;}

.home .contents .top-panel li:last-child a span{ font-size: 1.6rem;}

}/* End SP HOME ----------------------------------- */


/* SNS(活動報告) ----------------------------------- */
.sns-facebook {
  max-width: 500px;
  width: 98%;
  margin: 0 auto;
}

.sns-instagram {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

/* メールフォーム(お問い合わせ) ----------------------------------- */
.contents .about .mailform {
  width: 100%;
}

.mailform select {
  padding: 3px;
  font-size:1.6rem;
  cursor: pointer
}

.mailform option {
  padding: 3px;
  font-size:1.6rem;
  cursor: pointer
}

.contents .about .mailform select ,
.contents .about .mailform input[type="text"],
.contents .about .mailform input[type="email"],
.contents .about .mailform input[type="tel"] {
  width: 100%;
  padding: 3px;
  font-size:1.6rem;
}

.contents .about .mailform textarea {
  width: 100%;
  height: 10em;
  line-height:1.6;
  font-size:1.6rem;
}

.contents .about input[type="checkbox"],
.contents .about label{
  display: inline-block;
  vertical-align: middle;
}

.contents .about input[type="checkbox"]{
  cursor:pointer;
  margin:0 0.7em 0 0;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.contents .about .mailform p {
  margin: 0.5em 0 1em 0;
  padding:0 0 0 0;
}

.contents .about .mailform p span {
  color: #f00;
  font-weight:bold;
}

.contents .about .mailform table {
  width: 100%;
  margin: 0 0 0 0;
  padding:0 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.contents .about .mailform table tr th ,
.contents .about .mailform table tr td {
  margin: 0 0 0 0;
  padding:1em 1em 1em 1em;
  vertical-align: top;
  border-top: 1px solid #3DB9E8;
}

.contents .about .mailform table tr:nth-child(odd) th ,
.contents .about .mailform table tr:nth-child(odd) td {
  background: #f2fbff;
}

.contents .about .mailform table tr th {
  width: 13.5em;
  text-align:left;
  border-right: 1px dotted #3DB9E8;
}

.contents .about .mailform table tr th span {
  color: #f00;
  font-weight:bold;
}

.contents .about .mailform table tr:last-child td {
  text-align: center;
}

.contents .about .mailform table tr td span {
  font-size: 1.4rem;
}

@media screen and (max-width:768px){
  .contents .about .mailform table {
    display: block;
    width:100%;
    margin: 0 0 0 0;
    padding:0 0 0 0;
    border-top: 1px solid #3DB9E8;
  }

  .contents .about .mailform table tr {
    display:block;
    width: auto;
    margin: 0 0 0 0;
    padding:0 0 0 0;
  }

  .contents .about .mailform table tr th ,
  .contents .about .mailform table tr td {
    display: block;
    width: auto;
    margin: 0 0 0 0;
  }

  .contents .about .mailform table tr th {
    padding:1em 1em 0 1em;
    text-align:left;
    border: 0px;
  }

  .contents .about .mailform table tr td {
    padding:0.5em 1em 1em 1em;
    border-top: 0px;
    border-bottom: 1px solid #3DB9E8;
  }

  .contents .about .mailform table tr:last-child td {
    text-align: left;
    border-bottom: 0px;
  }

  .contents .about .mailform select ,
  .contents .about .mailform input[type="text"],
  .contents .about .mailform input[type="email"],
  .contents .about .mailform input[type="tel"] {
    width:98%;
  }

  .contents .about .mailform p br {
    display: none;
  }
}

.contents .about .mailform .form_button {
  width: 100%;
  margin: 2em 0 3em 0;
  text-align: center;
}

.contents .about .form_button div {
  display: inline-block;
  margin: 0 0.5em;
  font-size:2.4rem;
}

.contents .about .form_button div button {
  position: relative;
  padding: 0.1em 0.6em 0.2em 1.2em;
  text-align: center;
  font-size:2.4rem;
  color: #fff;
  background-color:#3DB9E8;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}

.contents .about .form_button div button:before{
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}




/* HAIR */

.va-middle{
  position: relative;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.va-middle p{
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}

.va-middle ul{
  display: table-cell;
  width: 60%;
  overflow: hidden;
  vertical-align: middle;
}


/* POPUP */

.mfp-fade.mfp-bg {
  opacity: 0.001;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8;}
.mfp-fade.mfp-bg.mfp-removing { opacity: 0;}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0;}

@media screen and (min-width:769px){
.image.float-r.redu {width: 23% !important;}
.answer .image.float-r.redu {width: 19% !important;}
}

.contents .main-section .stop-button a {
  background-color:#7C7C7C !important;
  color: #575757  !important;
  text-shadow: none;
}



.contents .main-section .stop-button{
  position: relative;
  margin: auto;
   padding: 15px 10px;
  width: 80%;
  display: block;
  border: 1px solid #5f5f6f;
  border-radius: 6px;
  background-color: #7C7C7C;
  color: #575757;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 1px 1px 2px #8e8c8c;
}

.stop-txt{
  color: #FF393C;
}



/* 20190604 sp-head-news */

@media screen and (max-width:768px){


.sp-head-news{
  display: block;
  margin: 10px auto 0 auto;
  padding: 0 0 20px 0;
  width: calc(100% - 20px);
  text-align: left;
}

.sp-head-news h1{
  position: relative;
  margin: 0;
  padding: 8px 0 8px 56px;
  border-top: 5px solid #3DB9E8;
  color: #3DB9E8;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}

.sp-head-news h1:before{
  position: absolute;
  top: -5px;
  left: 0;
  width: 46px;
  height: 46px;
  margin: auto;
  display: block;
  border-radius: 4px;
  background: url(/common/img/icon_address.png) center center no-repeat #3DB9E8;
  background-size: 40px auto;
  line-height: 1;
  content:"";
}

.sp-head-news h1:after{
  position: absolute;
  top: 0;
  left: 46px;
  width: 5px;
  height: 5px;
  margin: auto;
  display: block;
  background: url(/common/img/bg_side_column_title.png) left top no-repeat;
  background-size: 5px auto;
  line-height: 1;
  content:"";
}


.sp-head-news address{
  margin: 0;
  padding: 8px 10px;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
}

.sp-head-news address em{
  margin: 0;
  padding: 10px 0 0 0;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.sp-head-news .map{
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #3DB9E8;
}

.sp-head-news .map a{
  position: relative;
  margin: 0;
  padding: 6px 5px;
  display: block;
  border: 1px solid #008eca;
  border-radius: 6px;
  background-color: #3DB9E8;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px #008eca;
}
.sp-head-news .map a:before{
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_map.png) center center no-repeat;
  background-size: 22px auto;
  line-height: 1.4;
  content:"";
}
.sp-head-news .map a:after{
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
  background: url(/common/img/icon_arrow_white.png) center center no-repeat;
  background-size: 14px auto;
  line-height: 1.4;
  content:"";
}



}


@media screen and (min-width:769px){

.sp-head-news{ display: none;}

}



/*pc*/
@media screen and (min-width:769px){

.contents .sub-section .r-box{
  display: inline-block;
  max-width: 59%;
}

}


/*tab*/
@media screen and (max-width:768px){

.contents .sub-section .r-box{
  display: inline-block;
  width: 60%;
}

.contents .sub-section .i-box{
  width: 35%
}

}


/*sp*/
@media screen and (max-width:480px){

.contents .sub-section .r-box{
  display: inline-block;
  width: 100%;
}

.contents .sub-section .i-box{
  width: 100%
}

}


address span{
font-size: 1.3rem;
font-weight: 800;
color: #ee8d2e
}


/*highlight*/

.highlight {
background-color:yellow;
}

.radius{
border-radius:10px;
}


.contents .sub-section .caution-box{
  margin: 40px auto 20px auto;
  padding: 0px 20px 0px 20px;
  width: 90%;
  border: 1px solid #c00;
  text-align: center;
  box-sizing: border-box;
}

.contents .sub-section .caution-box::before{
  position:relative;
  content: "ご注意ください";
  top:-24px;
  left:-265px;
  color: #FFF;
  background-color: #c00;
  padding: 2px 10px 2px 10px;
}

.contents .sub-section .caution-box .caution strong{
  font-size: 1.6rem;
}


/*sp*/
@media screen and (max-width:768px){
.contents .sub-section .caution-box::before{
  left:-40%;
}
}
@media screen and (max-width:480px){
.contents .sub-section .caution-box::before{
  left:-32%;
}
}

.contents .sub-section .txt-center{
  text-align: center;
    margin: 0 0 10px 0;
}

.font13{
  font-size: 1.3rem;
}

.contents .sub-section .answer .social-list{
  float: left;
  clear: both;
  margin: 0 0 1em 0;
  padding:0 0 0 0;
  width: 200px;
}

.contents .sub-section .answer .social-list li{
  float: left;
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  overflow: hidden;
}

.contents .sub-section .answer .social-list li:last-child{ margin: 0;}

.contents .sub-section .answer .social-list li a{
  width: 36px;
  height: 0;
  padding-top: 36px;
  display: block;
  overflow: hidden;
  line-height: 600%;
}

.contents .sub-section .answer .social-list li:nth-child(1) a{
  background: url(/common/img/icon_twitter.png) center center no-repeat #73a9ef;
  background-size: 22px auto;
}
.contents .sub-section .answer .social-list li:nth-child(2) a{
  background: url(/common/img/icon_instagram.png) center center no-repeat #e91784;
  background-size: 22px auto;
}
.contents .sub-section .answer .social-list li:nth-child(3) a{
  background: url(/common/img/icon_facebook.png) center center no-repeat #40599a;
  background-size: 22px auto;
}

.contents .sub-section .answer .list_dl {
  margin: 0 0 1.6em 0;
  text-align: left;
}

.contents .sub-section .answer .list_dl dt,
.contents .sub-section .answer .list_dl dd{
  font-size: 1.6rem;
}

.contents .sub-section .answer .list_dl dt em {
  font-weight: bold;
}

.contents .sub-section .answer .list_dl dd{
  margin:0.5em 0 0 1em;
  text-indent: -1em;
}

.contents .sub-section .answer .list_dl dd ul.list_ul{
  margin: 0 0 0 1em;
}

.contents .sub-section .answer .list_dl dd ul.list_ul li:before{
  content:"■";
}

.contents .sub-section .answer .marker_y {
  background: linear-gradient(transparent 0%, #fefdd6 0%);
}
.contents .sub-section .answer .comma:before {content:"【";}
.contents .sub-section .answer .comma:after { content:"】";}

.contents .sub-section .answer .list_dl .circle:before {
  content:"●";
  color: #f00;
}

.contents .sub-section .answer .frame{
  margin:0 0 1.6em 0;
  padding:0 1.6em;
  border: 1px solid #3DB9E8;
  border-radius:1.6em;
}

.contents .sub-section .answer .frame h4{
  margin:1em 0 1em 0;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}

.contents .sub-section .answer .ng {
  margin:1em 0 1em 0;
  text-align: left;
}

.contents .sub-section .answer .ng li {
  margin:0 0 3.2em 0;
}

.contents .sub-section .answer .ng h4{
  margin:0 0 0 0;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}

.contents .sub-section .answer .ng .com {
  margin:0.5em 0 1em 1em;
  font-size: 1.6rem;
  text-indent: -1em;
}

.contents .sub-section .answer .ng .com:before {
  content:"→ ";
}

.contents .funding_top{
border: 2px solid #009fe8;
width: 716px;
}

.contents .infomation .funding_top{
border: 2px solid #009fe8;
width: 196px;
}

#PAGETOP .contents  .main-section  iframe {
margin: 15px 0;
width: 100%;
height: 400px;
}

@media screen and (max-width:768px){
#PAGETOP .contents .main-section  iframe {
width: 100%;
height: 25rem;
}
}

#PAGETOP .contents  .main-section  .top-bnr{
margin-top: 15px;
}


.contents  .photoframe img{
border: 2px solid #73BEE0;
}


/*SYMPOSIUM*/

.symposium .contents .main-title{margin-bottom: 3.5rem;}

.symposium .contents .main-section .main-title .txt{font-size: 1.6rem}

.symposium .contents .sub-section .talk_noicon,
.symposium .contents .sub-section .talk_w,
.symposium .contents .sub-section .talk_d,
.symposium .contents .sub-section .talk_y,
.symposium .contents .sub-section .talk_wy{
position: relative;
margin: 1.5rem 0 0.5rem 8rem;
width: 640px;
min-height: 115px;
text-align: left;
padding: 1rem 0 1rem 0;
}

.symposium .contents .talk_noicon .txt,
.symposium .contents .talk_w .txt,
.symposium .contents .talk_d .txt,
.symposium .contents .talk_y .txt,
.symposium .contents .talk_wy .txt{
margin-left:2rem ; 
}

.symposium .contents .talk_w:before{
position: absolute;
width: 76px;
height: 76px;
content: "";
display: inline-block;
background-size: contain;
background-image: url("/img/symposium/w_icon.png");
left:-80px;
background-repeat: no-repeat;
border: solid #327ee3 2px; 
border-radius:50%;
}

.symposium .contents .talk_d:before{
position: absolute;
width: 76px;
height: 76px;
content: "";
display: inline-block;
background-size: contain;
background-image: url("/img/symposium/d_icon.png");
left:-80px;
top:0;
background-repeat: no-repeat;
border: solid #009e50 2px; 
border-radius:50%;
}

.symposium .contents .talk_y:before{
position: absolute;
width: 76px;
height: 76px;
display: inline-block;
content: "";
background-size: contain;
background-image: url("/img/symposium/y_icon.png");
left:-80px;
top:0;
background-repeat: no-repeat;
border: solid #f16128 2px; 
border-radius:50%;
}

.symposium .contents .talk_wy:before{
position: absolute;
width: 56px;
height: 56px;
display: inline-block;
content: "";
background-size: contain;
background-image: url("/img/symposium/w_icon.png");
left:-70px;
top:0px;
background-repeat: no-repeat;
border: solid #327ee3 2px; 
border-radius:50%;
}

.symposium .contents .talk_wy:after{
position: absolute;
width: 56px;
height: 56px;
display: inline-block;
content: "";
background-size: contain;
background-image: url("/img/symposium/y_icon.png");
left:-70px;
top:65px;
background-repeat: no-repeat;
border: solid #f16128 2px; 
border-radius:50%;
}


.symposium .txt .blue,.symposium li .blue{color:#327ee3;}
.symposium .txt .green,.symposium li .green{color:#009e50;}
.symposium .txt .red,.symposium li .red{color:#f16128;}


.symposium .contents .talk_noicon .bg_blue,
.symposium .contents .talk_w .bg_blue{
width: 620px;
padding: 3rem 0  1.5rem 0;
margin:0 0 5rem 2rem;
min-height: 100px;
background-color: #edf9ff;
overflow: hidden;
}

.symposium .contents .sub-section .bg_blue img{
padding: 0.5rem 0 0 3.5rem ;
width: 85px;
float: left;
}

.symposium .contents .sub-section .bg_blue .txt{
width: 440px;
line-height: 2;
float: left;
}

.symposium .contents .sub-section .image{
text-align: center;
}


@media screen and (max-width:768px){

.symposium .contents .sub-section .talk_noicon,
.symposium .contents .sub-section .talk_w,
.symposium .contents .sub-section .talk_d,
.symposium .contents .sub-section .talk_y,
.symposium .contents .sub-section .talk_wy{
width: auto;
margin: 1.5rem 0 0.5rem 7.5rem;
}

.symposium .contents .talk_noicon .txt,
.symposium .contents .talk_w .txt,
.symposium .contents .talk_d .txt,
.symposium .contents .talk_y .txt,
.symposium .contents .talk_wy .txt{
margin-left:5% ; 
}

.symposium .contents .talk_w:before,
.symposium .contents .talk_d:before,
.symposium .contents .talk_y:before{
width: 66px;
height: 66px;
left:-70px;
}

.symposium .contents .talk_wy:before{
width: 60px;
height: 60px;
left:-68px;
}

.symposium .contents .talk_wy:after{
width: 60px;
height: 60px;
left:-68px;
top: 70px;
}

.symposium .contents .talk_noicon .bg_blue,
.symposium .contents .talk_w .bg_blue{
margin-left:4% ; 
padding: 1rem 0;
width: auto;
}
.symposium .contents .sub-section .bg_blue p{
text-align: center;
}

.symposium .contents .sub-section .bg_blue img{
padding: 0 0 0 0 ;
margin: 1rem auto;
width: 25%;
float: none;
text-align: center;
}

.symposium .contents .sub-section .bg_blue .txt{
margin: 1rem auto ;
width: 96%;
float: none;
text-align: left;
}


}


@media screen and (max-width:460px){

.symposium .contents .sub-section .talk_noicon,
.symposium .contents .sub-section .talk_w,
.symposium .contents .sub-section .talk_d,
.symposium .contents .sub-section .talk_y,
.symposium .contents .sub-section .talk_wy{
width: auto;
margin: 1.5rem 0 0.5rem 6rem;
}

.symposium .contents .talk_w:before,
.symposium .contents .talk_d:before,
.symposium .contents .talk_y:before{
width: 60px;
height: 60px;
left:-60px;
}

.symposium .contents .talk_wy:before{
width: 50px;
height: 50px;
left:-55px;
}

.symposium .contents .talk_wy:after{
width: 50px;
height: 50px;
left:-55px;
top: 60px;
}


}





/* receipt-button */


main { padding-bottom: 9rem !important;}

.foot-banner{
  position: fixed;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0.4rem 0;
  width: 100%;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e73e84;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 500;
}


.foot-banner a{
  margin: 0;
  padding: 0.3rem;
  width: 90%;
  max-width: 44rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 5rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

.foot-banner a span{ font-weight: bold;}

.foot-banner a em{
  margin: 0;
  padding: 0 0.3rem 0 0;
  text-decoration: underline;
  color: #e73e84;
  font-weight: bold;  
}

.foot-banner .image-icon{
  position: relative;
  margin: 0;
  padding: 6.4rem 0 0;
  width: 6.4rem;
  height: 0;
  display: block;
  overflow: hidden;
  border-radius: 3em;
  order: -1;
}

.foot-banner .image-icon img{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.foot-banner a span{
  position: relative;
  margin: 0;
  padding: 0 2rem 0 1rem;
  width: calc(100% - 8rem);
  display: block;
  overflow: hidden;
}

.foot-banner a{ text-decoration: none;}

.foot-banner a span:after{
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  background: url(/common/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
  content: "";
}


@media screen and (max-width: 640px){

.foot-banner a{ font-size: 1.4rem;}
.foot-banner a em{ font-size: 1.6rem;}
.foot-banner a br{ display: none;}

}/* End max 640 */



.receipt-button{
  position: fixed;
  top: inherit;
  bottom: 8rem;
  left: 2rem;
  margin: auto;
  padding: 0.4rem;
  width: 18rem;
  height: 18rem;
  display: block;
  border-radius: 50%;
  background-color: #00aeef;
  box-shadow: 0.3rem 0.3rem 0.6rem -0.3rem rgba(0,0,0,0.6);
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1000;
}

.receipt-button a{
  position: relative;
  margin: auto;
  padding: 1.5em 0.4rem 0.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid #fff 0.3rem;
  background: rgb(0,174,239);
  background: linear-gradient(180deg, rgba(0,174,239,1) 0%, rgba(0,128,203,1) 100%);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;  
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.2);
}

.receipt-button a:before{
  position: absolute;
  top: -1.5em;
  left: 0.5em;
  margin: auto;
  width: 12rem;
  height: 8rem;
  display: block;
  background: url(/funding/common/img/angel.svg) center center no-repeat;
  background-size: contain;
  transform: scale(-1, 1) rotate(0deg);
  animation: angel 2s ease-in-out infinite;
  content: "";
}

.receipt-button a:hover{ opacity: 1;}

@media screen and (max-width: 767px){

.receipt-button{
  position: fixed;
  top: inherit;
  bottom: 8rem;
  left: 2rem;
  margin: auto;
  padding: 0.4rem;
  width: 14rem;
  height: 14rem;
  display: block;
  border-radius: 50%;
  background-color: #00aeef;
  box-shadow: 0.3rem 0.3rem 0.6rem -0.3rem rgba(0,0,0,0.6);
  text-align: center;
  transition: all 0.3s ease;
  z-index: 1000;
}

.receipt-button a{
  position: relative;
  margin: auto;
  padding: 1.5em 0.4rem 0.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid #fff 0.3rem;
  background: rgb(0,174,239);
  background: linear-gradient(180deg, rgba(0,174,239,1) 0%, rgba(0,128,203,1) 100%);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;  
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(0,0,0,.2);
}


.receipt-button a:before{
  position: absolute;
  top: -1.5em;
  left: 0.5em;
  margin: auto;
  width: 9rem;
  height: 6rem;
  display: block;
  background: url(/funding/common/img/angel.svg) center center no-repeat;
  background-size: contain;
  transform: scale(-1, 1) rotate(0deg);
  animation: angel 2s ease-in-out infinite;
  content: "";
}

}/* End max 767 */

@keyframes angel {
  0% { background-position: top center;}
  50% { background-position: bottom center;}
  100% { background-position: top center;}
}


