@charset "utf-8";

.htr-col-left {
	width: 65%;
	float: left;
/*	margin-top: 20px;*/
	padding-right: 20px;
	box-sizing: border-box;
	    margin-bottom: 30px;
}
.htr-col-right {
	width: 35%;
	float: left;
	box-sizing: border-box;
}
.htr-col-right img{
	width: 100%;
    height: auto;
}

.gallery-img-style1{
width:100%;
height:auto;
float:left;	
}

.gallery-img-style1 .gl-one-element{
width:32%;
height:auto;
float:left;	
box-sizing:border-box;
margin-right: 2%;
}

.gallery-img-style1 .gl-frame-img{
	width:100%;
	height:auto;
	margin-bottom:5px;
	float:left;
}

.gallery-img-style1 .gl-frame-img img{
	width:100%;
	height:auto;
}

.gallery-img-style1 .gl-one-element .gl-name{
/*	color:#fff;*/
	font-size:1.6em;
	line-height:160%;
	font-weight:bold;
	width:100%;
	height:auto;
	margin-bottom:10px;
	text-align:center;
	float:left;
}
.gallery-img-style1 .gl-one-element2{
width:3%;
height:auto;
float:left;	
box-sizing:border-box;
}

.gallery-img-style1 .gl-one-element2 .gl-name {
/*	color:#fff;*/
	font-size:2.0em;
	line-height:160%;
	font-weight:bold;
	width:100%;
	text-align:center;
	float:left;
    margin-top:65px;
}
.cnt{
/*    margin-bottom: 30px;*/
}
.cnt span.red{color: red;}
.cnt ul{    padding-left: 20px;}
.cnt ul li{
    list-style: disc;
    padding-bottom: 7px;
}


.cnt ul.square li{    list-style: square;}

.cnt a{
    color: #64c1ae;
    color: #42A793;
    text-decoration: none;
    font-size: 18px;
}
.cnt a:hover{
    text-decoration: underline;
    opacity: 0.7;
}

.form_link a {
    width: 50%;
    padding: 0.5%;
    padding: 1%;
    border-radius: 10px;
    color: #fff;
    margin: auto;
    display: block;
    /* display: inline-block; */
    text-align: center;
    /* margin-top: 20px; */
    font-size: 24px;
    background: #FADAE9;
    background: #FAF8D0;
    color: #d71b6f;
    border: 2px solid #d71b6f;
    text-decoration: none;
        font-weight: bold;
}
.form_link a:hover {
        background: #FAF8D0;
        
    background: #FADAE9;
}

@media screen and (max-width:768px) {
.list-left {
    width: 36%;
 }

.list-right {
    width: 61%;
 }
 .gallery-img-style2 .gl-one-element{
     width: 31%;
     margin-bottom: 0px;
 }

.htr-col-left {
	width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
}
.htr-col-right {
	width: 100%;
	padding-bottom: 40px;
}
}
@media screen and (max-width:670px) {
.list-left {
    width: 42%;
 }

.list-right {
    width: 55%;
 }

	.gallery-img-style1 .gl-one-element{
	 width:100%;
	}
	.gallery-img-style1 .gl-one-element2{
	width: 100%;
	
	}
 .gallery-img-style1 .gl-one-element2 .gl-name{
 transform: rotate(90deg);
     margin-top: 0;
}
.form_link a{
    width: 60%;
}
}

@media screen and (max-width:480px) {
.list-left {
    width: 100%;
    margin-right: 0%;
 }

.list-right {
    width: 100%;
    float: left;
    margin-top: 15px;

 }
.gallery-img-style2 .gl-one-element{
    width: 100%;
    margin-bottom: 20px;
}
.form_link a {
    width: 80%;
    padding: 3%;
    font-size: 20px;
}
}