@charset "UTF-8";

h5.tt{
	margin-bottom: 1em;
	margin-left: -13px;
	margin-right: -13px;
	padding: 3px 6px;
	background: #eeb256;
	width: auto;
}
}

h4 {
    line-height: 1.5;
}

#content ul.point {
	margin: 0px;
}

#content ul.point li {
	display: inline-block;
	width: auto;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0 8px;
	font-size: 0.9em;
	border-radius: 5px;
	background: #ddd;
	border: none;
	list-style: none;
}

.box5 {
  background : #F5A629;
  left : 0px;
  top : 0px;
  width : 100%;
  height :90px;
  position: relative;
  color: #fff;
  font-size:1.6em;
  font-weight: 500;
  padding: 0.2em 0.5em;
  margin: 0 0 0.5em 0;
}
.box5 .border_b{
  padding-bottom: 5px;
  border-bottom: 3px solid #F7F476;
}
.box5:hover,.box5:active {
  background : #ff671c;
}


@media only screen and (max-width: 768px) {
.box5 {
  font-size :1em;
  height :57px;
}
.box5 .border_b{
  padding-bottom: 1px;
  border-bottom: 3px solid #F7F476;
}
}

.box:nth-child(2) { background: #f8c82d; }
.box:nth-child(3) { background: #0aba58; }

   
.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  background: #fff;
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }
.delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }
.delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }
.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }
.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }
.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }
.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }

.delighter .foo {
  display: block; transition: all 1s ease-out; opacity: 1;
  width: 1px; 
  overflow: hidden;
}

@media (max-width: 768px) {
.delighter .foo {
  display: block; transition: all 2s ease-out; opacity: 1;
  width: 1px; 
  overflow: hidden;
}
}

.delighter.started .foo {
  max-width: 99999px; width: 100%; opacity: 1;
}
.delighter .box5 { transition: all 0.5s ease-out; margin:0 0 0.5em 0 ; }
.delighter .box5:nth-child(1) { transform: translate(-200%, 0);}
.delighter.started .box5:nth-child(1) {transform: translate(0, 0);}



#content a {
    text-decoration: none;
}

.btn {
	margin-top: 5px;
	margin-bottom: 5px;
}


.contact.gray a.btn.btn-outline.btn-info{
	color: #5bc0de;
}

.contact.gray a.btn.btn-outline.btn-info:hover,
.contact.gray a.btn.btn-outline.btn-info:active   {color:#FFF;background:#5bc0de;border-color:#5bc0de;}

/* カラー
---------------------------------------------------- */
.turquoise, .turquoise a { color: #08BDBD; } 			/* レッド系 */




.label.inlineblock {
    display: inline-block;
}







.btn.link-btn {
	margin: 10px 0;
}

.btn.link-btn {
	display: inline-block;
	background: #db3561;
	color: #fff;
	border-radius: 50px;
	padding: 1em;
	text-align: center;
	font-size: 17px;
	border: 3px solid #db3561;
}

.btn.link-btn.btn-yellow {
	background: #f4d631;
	border: 3px solid #f4d631;
	color: #333;
}

.btn.link-btn.btn-aqua {
	background: #2f98b7;
	border: 3px solid #2f98b7;
}

.btn.link-btn:hover,.btn.btn-default.link-btn.disabled:hover {
	opacity: 0.8;
}

.btn-default.disabled.link-btn, .btn-default.link-btn.disabled:hover, .btn-default.link-btn.disabled:focus, .btn-default.link-btn.disabled.focus, .btn-default.link-btn.disabled:active, .btn-default.link-btn.disabled.active, .btn-default.link-btn[disabled], .btn-default.link-btn[disabled]:hover, .btn-default.link-btn[disabled]:focus, .btn-default.link-btn[disabled].focus, .btn-default.link-btn[disabled]:active, .btn-default.link-btn[disabled].active, fieldset[disabled] .btn-default.link-btn, fieldset[disabled] .btn-default.link-btn:hover, fieldset[disabled] .btn-default.link-btn:focus, fieldset[disabled] .btn-default.link-btn.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.link-btn.active {
  background: #db3561;
  border-color: #db3561;
	color: #fff;
}
.btn.link-btn:hover{
	opacity: 0.8;
}

@media (max-width: 768px) {
.btn.link-btn {
	font-size: 2vw;
}
}

@media (max-width: 650px) {
.btn.link-btn {
	font-size: 2.5vw;
}
}

@media (max-width: 480px) {
.btn.link-btn {
	font-size: 3.5vw;
}
}


.darkred, .darkred a {
	color: #c00102;
}





/** 01. panel
 **************************************************************** **/
.panel-title .section_list {
	color: #fff;
	margin-top: 0;
	font-size: 1.1em;
	margin-bottom: 0;
}

/*===== orange =====*/
.panel-title.accordion-toggle.orange_toggle .section_list {
	color: #fff;
	margin-top: 0;
	font-size: 1.1em;
	background-color: #ef8200;
	margin-bottom: 0;
}

/*===== red =====*/
.panel-title.accordion-toggle.red_toggle .section_list {
	color: #fff;
	margin-top: 0;
	font-size: 1.1em;
	background-color: #c00102;
	margin-bottom: 0;
}

.panel-title.accordion-toggle.red_toggle .list-group-item {
	border: 2px solid #c00102;
	background-color: #c00102;
}

/*===== yellow =====*/
.panel-title.accordion-toggle.yellow_toggle .section_list {
	color: #fff;
	margin-top: 5px;
	font-size: 1.1em;
	background-color: #ffbd0b;
	margin-bottom: 0;
}

.panel-title.accordion-toggle.yellow_toggle .list-group-item {
	border: 2px solid #ffbd0b;
	background-color: #ffbd0b;
}

.panel-title.accordion-toggle.yellow_toggle .list-group-item:hover {
	border: 2px solid #DEA200;
	background-color: #DEA200;
}

.panel-title.accordion-toggle.orange_toggle,
.panel-title.accordion-toggle.red_toggle{
	margin-top: 5px;
}

/*accordion-toggle icon*/
.accordion-toggle a.section_list::after {
	font-family: 'Font Awesome 5 Free';
	content: " \f078";
	content: " 	\f0d8";
	margin-top: -23px;
	position: absolute;
	right: 40px;
	top: 50%;
	width: 22px;
	text-indent: 1em;
	font-weight: 600;
	font-size: 1.5em;
}

.accordion-toggle a.section_list.collapsed::after {
	font-family: 'Font Awesome 5 Free';
	/*content: " \f077";*/
	content: " \f0d7";
	/*     color: blue; */
	margin-top: -23px;
	position: absolute;
	right: 40px;
	top: 50%;
	width: 22px;
	text-indent: 1em;
	font-weight: 600;
	font-size: 1.5em;
}

a.list-group-item.section_list,
button.list-group-item.section_list {
	color: #fff;
}

a.list-group-item.section_list .list-group-item-heading,
button.list-group-item.section_list .list-group-item-heading {
	color: #ef8200;
}

a.list-group-item.section_list:hover, a.list-group-item.section_list:focus,
button.list-group-item.section_list:hover,
button.list-group-item.section_list:focus {
	color: #fff;
	text-decoration: none;
	background-color: #ef8200;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 35px 10px 10px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 2px solid #ef8200;
}



.list-group-item.merit_list:first-child {
}

.list-group-item.merit_list:last-child {
	margin-bottom: -2px;
}
.well.square.merit_comment{
	background: none;
}


a.list-group-item,
button.list-group-item {
	color: #ef8200;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #ef8200;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
	color: #F79928;
	text-decoration: none;
	background-color: #FFF4E8;
}

.accordion-toggle a.collapsed:after {
		margin-top: -13px;
}

.accordion-toggle a:after {
	margin-top: -13px;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 0px;
	background-color: #fff;
	border: 0px solid #e3e3e3;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.points {
	padding: .5em 3em;
}
.maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column wrap; 
	vertical-align: top;
	width: 100px;
	height: 100px;
	color: #F5C343;
	border: 3px solid #F5C343;
}
.letter1 {
	font-size: 1.3em;
	line-height: .5em;
	margin-top: .8em;
}
.letter2 {
	font-size: 2.5em;
	line-height: 1.5em;
}
.point {
	
}




.text-line {
    height: 24px;
    margin: 0px auto 3px auto;
    border-bottom: 2px solid #F879D7;
}

.text-line.yellowline {
    border-bottom: 2px solid #F7EA3C;
}

.text-line.orangeline {
    border-bottom: 2px solid #F78A3C;
}


.lead {
  margin-bottom: 19px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .lead {
    font-size: 16px;
  }
}


.fukidashi_left {
	position: relative;
	display: inline-block;
	padding: 15px 18px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border: solid 1px #333;
	margin-left: 20px;

}
.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -23px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 15px solid #fff;
	z-index: 2;
}
.fukidashi_left:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 15px solid #333;
	z-index: 1;
}

.title_space {
	margin: 1em 0 1em;
}


.btn_space {
	margin: 2em 0;
}



/* 括弧
---------------------------------------------------- */

.parenthesis {
  position: relative;
  width: 100%;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 50px;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 3px solid #555;
}
.parenthesis::after {
  right: 0;
  border-right: 3px solid #555;
}



