@charset "UTF-8";



/* 追加 */
#content .tab-pane ul {
	margin-block-start: 0.5em;
	padding-inline-start: 15px;
}



@media all and (max-width: 520px) {

#content .tab-content ul.cometime li {
	font-size: 0.7rem!important;
}

}



.row {
	margin-right: -7px;
	margin-left: -7px;
}


.row::before,
.row::after {
	display: table;
	content: " ";
}


.row::after {
	clear: both;
}

h3 {
	font-size: 1.8em;
	color: #005b9f;
	line-height: 1.5em;
	border-bottom: solid 3px #E1E2E1;
}
#container h4[id] {
	margin-top: 10px;
	padding-top: 9px;
}
h4.gray {
	color: #808080;
	font-size: 2.2rem;
	padding: 5px 10px;
	border-bottom: solid 2px #e1f0fa;
}
h5 {
	font-size: 1.1em;
	padding: 0.7em 0 0.7em 0.7em;
	border-left: 6px solid #217dbb;
}


@media screen and (max-width: 480px){
	.content_full{
		margin: 0 -10px;
	}
}



.contact {
	padding: 0.8em 0.8em;
}
#content .rev_ind a.link_aqua {
text-indent: 0em;
}

/* accordion customize
------------------------*/

.faq_comment {
    padding: 30px;
}
a.list-group-item.faq_list2:hover {
	background-color: #E1F0FA;
}
.faq_list2 {
	/*line-height: 4em;*/
	font-weight: bold;
	margin-top: -1px;
	text-indent: -2.2em;
	padding: 15px 60px 20px 3.2em;
}

.faq_list2:before {
	content: "\f044";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: #3498DB;
	margin-right: 0.5em;
	/* line-height: 2em; */
	font-size: 1.5em;
}


@media only screen and (max-width: 768px) {
	.faq_comment {
		padding: 5px;
	}
	.faq_list2 {
		/*line-height: 4em;*/
		font-weight: bold;
		margin-top: -1px;
		text-indent: -2.7em;
		padding: 10px 40px 10px 3.5em;
	}
}




.btn {
white-space: normal;
}

.top_btnmenu .btn{
 height: 70px;
 padding: 5px;
}

.top_btnmenu{
display: table;
width: 100%;
}

.top_btnmenu .row_center{
display: table-cell;
vertical-align: middle;
}

@media (max-width: 768px) {
.top_btnmenu .btn{
 height: 45px;
}
}



/** 02. thumbnail関連
 **************************************************************** **/
#tiles {
	padding:0;
	margin-left: -5px !important;
	margin-right: -5px !important;
}
#tiles > .row {
}
#tiles .tile {
	padding-left: 10px;
	padding-right: 5px;
}
#tiles {
	padding-left: 15px;
	padding-right: 10px;
}
@media (max-width: 768px) {
	#tiles .tile {
		padding-left: 5px;
		padding-right: 5px;
	}
}
#tiles .btn {
    padding: 9px 5px;
}


@media (max-width: 768px) {
span.indent3,.indent3 {
	display: block;
	padding: 0 0 0 3em;
	text-indent: -3em;
}
#content .res_table table.tblFull td.indent3 {
	display: block;
	padding: 0 0 0 3.8em;
	text-indent: -3.2em;
}
span.indent4,.indent4 {
	display: block;
	padding: 0 0 0 4em;
	text-indent: -4em;
}
span.indent5 {
	display: block;
	padding: 0 0 0 5em;
	text-indent: -5em;
}
td span.ind2 {
	padding: 0 0 0 2.2em;
}
td span.ind3 {
	padding: 0 0 0 3.2em;
}
td span.ind4 {
	padding: 0 0 0 4.2em;
}
}


/** 03. Letter in circle
 **************************************************************** **/
.circle {
	font-family: 'YakuHanJP',kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column; 
	vertical-align: middle;
	margin-right: 5px;
	text-indent: 0em;
}

/* Add indent */
.ind_35px {
	text-indent: -35px;
	padding-left: 35px;
}

.ind_35px a {
	text-indent: 0em;
}

/* Size of circle */
.size_30 {
	width: 30px;
	height: 30px;
}

/* Font size */
.letter18 {
	font-size: 18px;
	line-height: 1.5;
}

/* Circle and letter color */
.yellow01 {
	background-color: #ffee00;
	color: #0097cf;
}



/** 04. order_btn
 **************************************************************** **/




.order_btn {
	position: fixed;
	bottom: 180px;
	right: 0;
	font-size:1.1em;
	z-index:5;
}


.order_btn.bottom2 {
	bottom: 100px;
}

.order_btn.bottom3 {
	bottom: 20px;
}


.order_btn a {
	background: rgba(0,0,128,0.90);
	text-decoration: none;
	color: #fff;
	width: 200px;
	padding: 15px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}


.order_btn a:hover {
	text-decoration: none;
	background: #3131B1;
}
@media (max-width: 768px) {
	.order_btn {
		position: fixed;
		bottom: 200px;
		right: 0px;
		font-size: 0.8em;
	}
	

	.order_btn.bottom2 {
	bottom: 150px;
	}
	
	.order_btn.bottom3 {
	bottom: 100px;
	}
	.order_btn a {
		background: #000080;
		text-decoration: none;
		border: 0px solid #fff;
		color: #fff;
		width: 100px;
		height: auto;
		padding: 10px;
		text-align: center;
		display: block;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px 0 0 10px;
	}
	.order_btn a:hover {
		text-decoration: none;
		background: #000080;
	}
	.menu-button {
	position: absolute;
	right: 0px;
	top: 0px;
	}
}









.section {
  margin-left: -10px;
  margin-right: -10px;
}
