@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
#nav_global{
	background-color: #6abcd3!important;
}

.temptxt {
	color: rgb(255, 0, 0);
}


.title_02 h2{
	border-left: 5px solid #fd9e4f!important;
}


.title_04 {
	font-family: "fot-tsukuardgothic-std", sans-serif;
	padding: 5px;
	position: relative;
	background: #f2f2f2;
}

.title_04 h2 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 10px;
	position: relative;
	font-weight: 700;
	color: #222;
	line-height: 1.7em;
	font-size: 25px;
	font-size: 2.5rem;
}
.top_instagram div.sns_list{
		flex-wrap: wrap;
	display: flex;
	flex-direction: row!important;
	    border:0!important;
}
.top_instagram div.sns_list div.sns_text{
	display: none;
}
.top_instagram div.sns_list div.sns_photo{
	width: 100%!important;
	padding: 0!important;
}
.top_instagram div.sns_list > div{
	    width: 31.11111%!important;
	    margin: 0 0.5% 10px 0.5%;
	    	    border:0!important;
}
@media screen and (max-width: 640px) {
.top_instagram div.sns_list > div{
	    width:48%!important;
	    margin: 0 1% 10px 1%;
}
}
.top_instagram .sns_photo a{
	padding-top: 100%;
	display: block;
	position: relative;
}
.top_instagram .sns_photo img{
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	margin: auto;
}

.footer{
	background: #6abcd3!important;
}

.small_bg{
	background: #178f9b!important; 
}


@media screen and (max-width: 640px) {
	.title_04 h2 {
		font-size: 2.0rem;
	}
}

.title_04 h2:before {
	content: "";
	border-left: 5px solid #ff1b20;
	height: 20px;
	margin-right: 10px;
}

.waku2 {
	border: solid 1px #ecebde;
	border-radius: 5px;
	background-color: #fffef2;
	padding: 30px;
	font-size: 18px;
}

.mokuzi01 {
	padding: 0 50px 60px;
	border: 2px solid #3b81ca;
	background-color: #fff;
}

.mokuzi01 .ttl {
	width: 240px;
	margin: -12px auto 57px;
	padding: 0;
	color: #333;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	background-color: #fff;
	border: none;
}

.mokuzi01 .ttl div {
	font-weight: 700;
}

.mokuzi01 .continner ul li {
	margin-bottom: 10px;
	padding-left: 0px !important;
	float: none !important;
	width: 100%;
	color: #E31C24;
}

.anbox .cont.anbox-sub .box:nth-of-type(1){
width: 100%!important;
position: relative;
}
@media only screen and (max-width: 834px) {
	.mokuzi01 .continner ul li {
		width: 100%;
	}
}

.mokuzi01 .continner ul li a {
	text-decoration: none;
}

.title_05 {
	width: 100%;
}

.title_05 h2 {
	font-weight: 700;
	background: #f3f3f3;
	padding: 15px 0.5em 15px 1.5em;
	position: relative;
	font-size: 25px;
}

.title_05 h2:after {
	content: "";
	width: 5px;
	height: 20px;
	border-radius: 500px;
	background: #c6a10c;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.title_05 h3 {
	position: relative;
	padding: 0 0 0 24px;
	color: #333;
	font-size: 22px;
	line-height: 1.4545454545;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	background: none;
}

.title_05 h3:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 4px;
	height: 22px;
	background-color: #367ddc;
}

.midashi3 h3 {
	color: #333;
	font-weight: 700;
	border-bottom: solid 3px #333;
	padding-bottom: 15px;
	font-size: 20px;
}

@media only screen and (max-width: 834px) {
	.midashi3 h3 {
		font-size: 18px;
	}
}
.tablefix table {
    table-layout: fixed;
}
.temp_btn a{
	max-width: 100% !important;
}
/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px) {}

@media only screen and (max-width: 468px) {}


.index-news {
	max-height: 300px;
	overflow-x: auto;
}
.index-news dl {
	display: flex;
}
.index-news dt {
	background: none !important;
    border: none !important;
    border-bottom: 1px solid #6abcd3 !important;
    padding: 15px !important;
    display: flex;
    align-items: center !important;
    justify-content: flex-start !important;
    font-weight: bold;
}
.index-news dd {
	border: none !important;
	border-bottom: 1px solid #ccc !important;
	padding: 15px !important;
}
.index-news dd a {
	text-decoration: underline;
	color: #000;
}
@media only screen and (max-width: 1200px) {
	.index-news dl {
		flex-direction: column;
	}
	.index-news dt {
		width: 100% !important;
        border: none !important;
        background: #6abcd3 !important;
        align-items: flex-start !important;
        color: #fff
	}
	.index-news dd {
		width: 100% !important;
        border: none !important;
	}
}
.titlech h2 {
	font-weight: 900;
    line-height: 1.2em;
    font-size: 2em;
}