@charset "UTF-8";


/* stay
---------------------------------------------------- */


/* -------------------------------------------------- *
 * fukidashi
 * -------------------------------------------------- */

/* fukidashi bottom */
.fukidashi-bottom {
	position: relative;
	display: inline-block;
	padding: 1em 2em;
	margin: 2em 0.5em;
	width: auto;
	line-height: 40px;
	text-align: center;
	background: #FBB4AE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 0;
}
.fukidashi-bottom:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #FBB4AE transparent transparent transparent;
}
/*fukidashi hover*/
.fukidashi-bottom:hover {
    /* background-color:#fff; */
    /*padding:2em;*/
}
.fukidashi-bottom:hover:before {
    content: "";
    /* 	border-color: #fff transparent transparent transparent; */
}
/*animation test*/
.animation {
    /*margin: 50px 0;
font-size: 40px;
font-weight: bold;
color: #ff0000;*/
}

.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
		transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
		transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

h5.hd_flow {
    margin: 20px 0 5px;
}
div.caption.flow_caption {
    margin: 10px 10px 0;
}
/*thumbnail-flow 使わないかも*/
.thumbnail_flow {
    /*   display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.5;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out; */
}
/*howto flow 前のflow使わない場合は不要CSS*/
.panel-stay {
	border-color: #a7d0f5;
}
.panel-stay>.panel-heading {
	color: #000;
	background-color: #a7d0f5;
	border-color: #a7d0f5;
	font-size: 1.3em;
	padding-top: 1.2em;
}
.panel-stay>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #a7d0f5;
}
.panel-stay>.panel-heading .badge {
	color: #a7d0f5;
	background-color: #fff;
}
.panel-stay>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #a7d0f5;
}


/* -------------------------------------------------- *
 * accordion-toggle icon
 * -------------------------------------------------- */

.accordion-toggle a:after {
    font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    content: " \f078";
    content: " \f068";
    margin-top: -12px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 22px;
}
.accordion-toggle a.collapsed:after {
    font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    /*content: " \f077";*/
    content: " \f067";
    /*     color: blue; */
    margin-top: -12px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 22px;
}
/*faq page*/
h3.question {
    color: #333;
    border: none;
    font-size: 1.3em
}
/*項目が少ない場合のCSS*/
/* h3.question:before {
    content: "Q";
    color: #3498DB;
    margin-right: 0.5em;
    line-height: 2em;
    font-size: 1.5em;
}
div.answer:before {
    content: "A";
    color: #E74C3C;
    font-size: 2.2em;
    padding-left: 0.3em;
}
div.answer_comment {
    padding-left: 1em;
    padding-top: 0.4em;
}
div.answer, div.answer_comment {
      float: left;
} */
/*項目が多い場合のCSS*/
.faq_list:before {
	content: "Q";
	color: #3498DB;
	margin-right: 0.5em;
	/*   line-height: 2em; */
	font-size: 1.5em;
}
.faq_comment:before {
	/*     content: "A"; */
	color: #E74C3C;
	font-size: 2em;
	padding-left: 0.1em;
}
.faq_list {
	/*line-height: 4em;*/
	font-weight: bold;
	margin-top: -1px;
	padding: 20px 70px 20px 20px;
}
a.list-group-item.faq_list:hover {
	background-color: #E1F0FA;
}
.faq_comment {
	margin-bottom: 0;
	/*     background-color: #fff; */
	margin-top: -1px;
	padding: 30px 50px;
	/*   padding-left: 1em;
	padding-top: 0.4em; */
}

div.well.square.faq_comment p:first-child {
	font-size: 1.15em;
	/*     font-weight:bold; */
}
/*アコーディオンを四角にする*/
a.list-group-item.square, .well.square {
    border-radius: 0 0 0 0;
}

/*stay point btn*/
a.list-group-item.point_list {
	/* line-height: 5em; */
	background-color: #fdd9d5;
	border: solid 2px #fdd9d5;
	text-decoration: none !important;
	padding: 12px 30px 12px 12px;
	font-family: "Rounded Mplus 1c";
	font-weight: 500;
}

/* a.list-group-item.point_list:first-letter {
    font-size: 1em;
} */
a.list-group-item.point_list:hover {
    color: inherit;
    border: solid 2px #fbb4ab;
    background-color: #fbb4ab;
}
.well.point_comment {
    padding-left: 1em;
    padding-top: 1em;
    background-color: #F5F5F5;
	margin-bottom: 2px;
}
/*document_btn上部*/
#document_btn {
/*    padding: 27px 0 10px;*/
}
@media (max-width: 768px) {
    a.list-group-item.point_list {
        /*         line-height: 1.5em; */ /*         margin-bottom: 0.5em; */
    }
    /*     a.list-group-item.point_list:first-letter {
        font-size: 1.2em;
    } */
    #document_btn {
/*        padding-top: 15px;*/
    }
    div.caption.flow_caption {
        margin: 0px;
    }
    .faq_list {
        line-height: 1.5em;
        padding: 15px 70px 15px 15px;
    }
    .faq_comment {
        padding: 20px 15px;
    }
    .faq_list:before {
        content: "";
        color: #3498DB;
        margin-right: 0em;
        /*   line-height: 2em; */
        font-size: 1.5em;
    }
}
.panel-title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 16px;
    color: inherit;
}
@media screen and (max-width: 768px){
	.panel-title {
		font-size: 14.5px;
	}
}
.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
}

/* -------------------------------------------------- *
 * 追加
 * -------------------------------------------------- */
/*btnのpadding修正*/
.btn.padding_s{
	padding: 5px 10px;
}
/*labelのpadding修正*/
.label.padding_m {
	padding: 5px 10px;
}
h4 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 500;
}
h5 {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
}
h5.leftline {
	font-size: 17px;
	padding: 0.4em 0 0.4em 0.7em;
	border-left: 4px solid #005b9f;
	border-bottom: 1px solid #B0ACAC;
}
p.label{
	word-break: normal;
}
#content p.alert.padding_m {
	padding: 8px;
	margin: 3px 0;
	line-height: 1.7;
}
.nav.nav-tabs > li > a {
	margin-left: 5px;
	margin-right: 0px;
	background-color: #EFEFEF;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}

.nav.nav-tabs > li > a:hover {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
}

.nav.nav-tabs > li > a.active:hover {
	border-top: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
	border-left: solid 1px #EFEFEF;
}



/* -------------------------------------------------- *
 * リストの数字変更
 * -------------------------------------------------- */
#content ul.ex01, #content ol.ex01 {
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:0;
	padding:0;
}
.ex01 li {
	line-height: 2;
	margin-bottom: 0.7em;
	text-indent:-1.5em;
	padding-left:1.5em;
}
.ex01 li:before {
	counter-increment: number;
	content: counter(number);
	background: #FBB4AD;
	display: inline-block;
	width: 1.7em;
	height: 1.7em;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	margin-right: .3em;
	text-indent: -1.5em; 
	padding-left:1.5em;
}


