@charset "UTF-8";

.contactTop__title {
    width: 327px;
    display: block;
    background-size: 100%;
    animation: fadeIn 1s ease-in-out;
    margin: -162px auto;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.contact {
    padding-top: 76px;
    width: 100%;
    height: 292px;
    overflow: hidden;
}    

.contactTop__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;   
}

.contact__txt {
    padding: 32px 24px 50px;
    margin: 0 auto;
}



/* form */

input,
select {
    width: 306px;
    height: 28px;
    border: 1px solid var(--text, #233360);
    background: #FFF;       
}

textarea {
    width: 306px;
    height: 156px;
    border: 1px solid var(--text, #233360);
    background: #FFF;
    font-size: 14px;
}

textarea::placeholder {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 175%;
    padding: 4px;
   }

.btn--form {
    display: flex;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #F18801;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FEFEFE;
    font-size: 24px;
    font-weight: 600;
    border: none;
    height: auto;
}

.form {
    display: flex;
    padding: 0 34px 50px;
    flex-direction: column;
    align-items: center;
}

.must {
    display: flex;
    width: 34px;
    height: 20px;
    padding: 2px 0px 3px;
    margin-top: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FF543E;
    color: #FFF;
    font-size: 12px;
    line-height: 170%;
}

.topics {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-32 {
    margin-top: 32px;
}

.mail__case {
    display: flex;
    width: 72px;
    height: 20px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFC23E;  
    color: #FFF;
    font-size: 14px;
    line-height: 170%;      
}

.mail__ok {
    font-size: 14px;
    font-weight: 300;    
}

.trial {
    display: flex;
}

.trial__case {
    margin: 7px 0 0 8px;
    display: flex;
    width: 142px;
    height: 20px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFC23E;  
    color: #FFF;
    font-size: 14px;
    line-height: 170%;  
}

.group--text {
    margin-top: 10px;
}

.form__parts {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

@media screen and (min-width: 769px) {
    .contact {
        width: 100%;
        height: 612px;
        overflow: hidden;
    }    

    .contactTop__bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;   
    }

    .contactTop__title {
        width: 644px;
        margin: -380px auto;
    }

    .contact__txt {
        text-align: justify;
        width: 500px;
        font-size: 20px;
        line-height: 200%;   
    }

    .form {
        padding: 0 30%;
    }

    input,
    select,
    textarea {
        width: 500px;
    }
}

/* php */

.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}