.mgb20{margin-bottom: 20px!important;}
.mgb0{margin-bottom: 0!important;}
.mgt20{margin-top: 20px!important;}
.mgt40{margin-top: 40px!important;}
.mgt0{margin-top: 0!important;}
.align-right{text-align: right;}
.align-center{text-align: center;}
.fs08{font-size: 0.8em;}
h1 {
    margin: 0 auto;
}
h3 {
    border-left: 4px solid #f00;
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px 0 20px 0;
    text-align: left;
    padding: 0.3rem 1rem;
}
h4 {
        font-size: 1.15em;
        font-weight: 800;
	margin: 25px 0 15px 0;
    }
.maindesign .title_inner {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
    line-height: 1.4;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    height: 60%;
    text-align: center;
    white-space: nowrap;
}
#main .title_inner {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
}
#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 10px;
	   /* padding-left: 10px;*/
}
#main .breadcrumb a {
    color: #83838f !important;
    text-decoration: none;
}

.maindesign .orange-btn, .maindesign .default-btn {
    color: #fff!important;
}
#main .tab-menu-nav li a {
    display: flex;
	align-items: center;
}

#main .h2comment {
    line-height: 1.5;
    margin: 15px 0;
}
#main .text-indent{
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5em;
}
.maindesign p{
	line-height: 1.5em;
}
.maindesign .type-h4 {
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
    margin: calc(50px - 0.6rem) 0 20px;
}
.maindesign table.table01 {
    border: 1px solid #333;
    box-sizing: border-box;
    width: 100%;
    max-width: 870px;
    margin: auto;
}
.maindesign table.table01 tr th {
    background: #ccc;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #333;
    box-sizing: border-box;
}
.maindesign table.table01 tr td {
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
}
.maindesign .thumbnail{
	width: 24%;
	margin-bottom: 10px;
	margin-right: 20px;
}
.maindesign .thumbnail2{
	width: 70%;
}

.maindesign .default-btn {
        background: #979797;
    }
.maindesign .default-btn{
	display: flex!important;
}
.maindesign .flex_container2 {
	        display: flex;
        flex-wrap: wrap;
        margin-bottom: 80px;
	justify-content: space-around;
}
.maindesign .flex_container3 {
	        display: flex;
        flex-wrap: wrap;
	justify-content: space-around;
}
.maindesign .image-box {
	width: 95%;
	margin: auto;
}
.maindesign .image-box img {
	border: 1px solid #ccc;
	width: 95%;
    padding: 2.5%;
}
@media screen and (min-width:768px){
.sp-only {
    display: none!important;
}	
	#main .cols2-2 div{
		width: 48%;
	}
/*.maindesign .flex_container .img_container{
	width: 48%;
}*/
.maindesign .flex_container2 .img_container{
	width: 48%;
}
}
@media screen and (max-width:767px){
.maindesign .thumbnail2{
	width: 70%;
	font-size: 0.8em;
}

	.maindesign .nav{
		/*padding: 0 5px;*/
	}
/*	#main .flex_container3 div{
		width: 100%;
	}*/
.maindesign table.table01 tr th,.maindesign table.table01 tr td {
	font-size: 0.8em;
}
.maindesign .flex_container3 div{
	width: 48%;
}
}

