/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.faq {
 align-items: center;
 justify-content: space-between;
 padding: 30px 0;
 display: flex;
 display: -webkit-flex;
}
.faq.f_l {
 padding: 30px 0 30px 150px;
}
.faq.f_r {
 padding: 30px 150px 30px 0;
}


.faq .faq-img img {
 max-width: 100%;
}

.faq.f_l .faq-txt {
 background: #fff;
 border: 2px solid #555;
 border-radius: 10px;
 float: right;
 width: 100%;
 padding: 20px 30px;
 position: relative;
}

.faq.f_l .faq-txt:before {
 content: "";
 width: 21px;
 height: 21px;
 position: absolute;
 top: 56px;
 border-left: 2px solid #555;
 border-top: 2px solid #555;
 transform: rotate(-45deg);
 background: #fff;
 left: -13px;
 margin-top: -13px;
}
.faq.f_l .faq-txt .float-img.fl{
 position: absolute;
 top: 0;
 left: -160px;
}
.faq.f_l .faq-txt .faq-img.fr{
 position: absolute;
 top: 0;
 right: -160px;
}
.faq.f_l .faq-txt .faq-img.fl .faq-flame{
 width: 120px;
 height: 120px;
 background: #fff;
 border-radius: 100px;
}
.faq.f_l .faq-txt .faq-img.fl .faq-flame img{
 border-radius: 100px;
}
.faq.f_r .faq-txt {
 background: #fff;
 border: 2px solid #555;
 border-radius: 10px;
 float: left;
 width: 100%;
 padding: 20px 30px;
 position: relative;
}

.faq.f_r .faq-txt:before {
 content: "";
 width: 21px;
 height: 21px;
 position: absolute;
 top: 56px;
 border-right: 2px solid #555;
 border-top: 2px solid #555;
 transform: rotate(45deg);
 background: #fff;
 right: -13px;
 margin-top: -13px;
}
.faq.f_l .faq-txt .faq-img.fl{
 position: absolute;
 top: 0;
 left: -150px;
 margin: 0!important;
}
.faq.f_r .faq-txt .faq-img.fl{
 position: absolute;
 top: 0;
 right: -150px;
 margin: 0!important;
}
.faq.f_r .faq-txt .faq-img.fl .faq-flame,
.faq.f_l .faq-txt .faq-img.fl .faq-flame{
 width: 120px;
 height: 120px;
 background: #eaeaea;
 border-radius: 100px;
}
.faq.f_r .faq-txt .faq-img.fl .faq-flame img{
 border-radius: 100px;
}
	.character-box {
    margin: 25px 5px;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 15px 15px 20px;
    background: #f5f5f5;
}
.character-box:after{
    content: '';
    display: block;
    clear: both;
}
.character-right {
    position: relative;
    width: 120px;
    float: right;
}
.character-left{
     position: relative;
    width: 120px;
    float: left;
}
.character-left .charcter-name {
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 95px;
    left: 1px;
    width: 90%;
    padding: 3px 5px;
     font-size: 12px;
    line-height: 1.4;
}
.character-right .charcter-name {
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 95px;
    right: 1px;
    width: 90%;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.4;
}
.character-left .charcter-name.name01{
    background: #d3f0f7;
    border: 1px solid #d8d9d9;
}
.character-right .charcter-name.name02{
    background: #92a1a5;
    border: 1px solid #d8d9d9;
}
.character-left img {
    float: left;
    width: 100%;
    border-radius: 80px;
}
 
.character-right img {
    float: right;
    width: 100%;
    border-radius: 80px;
}
 
.character-txt {
    overflow: hidden;
}
/*20210419*/
.official{
  width:80%;
  padding: 20px 50px;
}
.date .top {
	margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    font-size: 12px;
}
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.faq {
 padding: 10% 0;
 width: 100%;
}
.faq.flex {
 align-items: center;
 display: flex;
 display: -webkit-flex;
 justify-content: space-between;
}
.faq.f_r {
 flex-flow: row-reverse;
}
.faq .faq-img .faq-flame {
 border-radius: 100px;
}
.faq .faq-img .faq-flame img {
 border-radius: 100px;
}	 
.faq .faq-img {
 width: 80px;
 float: left;
 margin: 0 10px 10px 0;
 border-radius: 80px;
 background: #eee;
 height: 80px;
}
.faq.f_l .faq-txt {
 background: #fff;
 border: 1px solid #555;
 border-radius: 5px;
 padding: 4%;
 position: relative;
 text-align: justify;
}
#index-bottom .faq .faq-txt p,
#page-bottom .faq .faq-txt p {
 margin: 0;
}
.faq.f_r .faq-txt {
 background: #fff;
 border: 1px solid #555;
 border-radius: 5px;
 padding: 4%;
 position: relative;
 text-align: justify;
}
	.character-box {
    margin: 2rem 1rem;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 0.8rem;
    background: #f5f5f5;
} 
.character-left{
    position: relative;
    float: left;
    width: 30%;
    margin: 0 1rem 1rem 0;
}
.character-right {
    position: relative;
    float: right;
    width: 30%;
    margin: 0 0 1rem 1rem;
}
.character-left .charcter-name {
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: 0px;
    width:  100%;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
}
.character-right .charcter-name {
    font-weight: bold;
    position: absolute;
    top: 70%;
    right: 0px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
}
.character-left .charcter-name.name01 {
    background: #d3f0f7;
    border: 1px solid #d8d9d9;
}
.character-right .charcter-name.name02 {
    background: #92a1a5;
    border: 1px solid #d8d9d9;
}
.character-left img {
    width: 100%;
    border-radius: 80px;
}
.character-right img {
    width: 100%;
    border-radius: 80px;
}
.character-left+ .character-txt {
    padding-left: 10px;
}
.character-right+ .character-txt {
    padding-right: 10px;
}
/*20210419*/
.official{
  width:100%;
  background:#f5f5f559;
  border-radius: 30px;
  padding: 5% 10%;
  margin-top:50px;
}

.official ul {
  width:100%;
  padding:15px;
}
.date .top {
    font-size: 10px;
	padding: 0 1rem;
}
.time_function {
    font-size: 10px;
}
}

/*----------------------------------------------------
    PC・SP共通css
----------------------------------------------------*/
.official{
  margin:0 auto;
  margin-top:50px;
  background:#f5f5f559;
  border-radius: 30px 30px 30px 30px;
}

.official ul{
  display:block;
  margin:auto;
  padding:20px;
  max-height:300px;
  overflow-y: scroll;
  border:3px double #333;
  margin-bottom:15px;
}

.official ul li{
  display:block;
  border-bottom:1px dashed #ccc;
  margin-bottom:10px;
  padding:0px 0px 5px 0px;
  text-align:left;
}

.l-main-area .official ul li{
    background:none;
}

.official ul li span{
    font-size:0.8em;
    display:block;
    background:none;
    color:#000;
    margin:0px;
    font-weight: bold;
}

.official ul div {
    padding: 0rem 1rem;
    border-left: 6px double #333;
    font-weight: bold;
}

.official h4 {
   font-size: 1.3em;
   border-bottom: 3px double #333;
   padding-left: 10px;
}

.official h5 {
   font-size: 1.2em;
   border-bottom: 1px dashed #333;
}

.official h6 {
    font-size: 1.1em;
}

.official h4,
.official h5,
.official h6{
   font-weight: bold;
   margin: 20px 0;
}

.official h4:before,
.official h5:before,
.official h6{
   content:none;
}

.center{
  text-align:center;
}

.right{
  text-align:right;
}