@charset "utf-8";

/*====================
    PC-Base
    2022.05.17 - mkr -

 - 769px〜：PC
 - 〜768px：タブレット
 - 〜480px：sp-縦
====================*/

html {
    font-size: 62.5%;
    }
    /* bodyのフォントサイズを1.6em（16px）に設定 */
    body {
    font-size: 1.6em;
    }
    
@media(min-width:768px){
    .sp{ display: none !important; }
}
@media only screen and (max-width: 768px){
    .pc { display: none !important; }
}

/* PC用 */
body {
	background-color: #EEE;
	text-align: center;
}

.wrapper{
    background-color: #fff;
    /* position: relative; */
    box-sizing: border-box;
    background-color: #fff;
    /* max-width: 1000px; */
    /* width: 96%; */
    max-width: 34%;
    width: 100%;
    height: auto;
    /* margin: 30px auto 0 !important; */
    padding: 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #777777 0px 0px 4px;
    -moz-box-shadow: #777777 0px 0px 4px;
    box-shadow: #777777 0px 0px 4px;
}
@media only screen and (max-width: 768px){
    .wrapper{
        max-width: 100%;
    }
}
h1 {
    color: #335793;
    font-size: 22px;
    font-weight: bold;
    /* margin-bottom: 10px; */
    line-height: 1.2;
}



#formWrap {
/*	width:1000px;   */
	margin:0 auto;
	color:#555;
	line-height:2;
	font-size:90%;
}
@media only screen and (max-width: 1000px){
    #formWrap {
            font-size:70%;
        }
}
table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td {
    background: #FFF;
    font-size: 1.2rem;
    padding: 5px 8px;
    border: solid 1px #CCC;
    text-align: left;
}
table.formTable th {
    background: #edfaf9;
    border: 1px solid #ddd;
    padding: 12px 8px;
    vertical-align: middle;
    /* max-width: 200px;
    width: 100%; */
    text-align: left;
}

.require {
	color:#F00;	
}

#formWrap > form > table > tbody > tr:nth-child(1) > td > input[type=text],
#formWrap > form > table > tbody > tr:nth-child(2) > td > input[type=tel],
#formWrap > form > table > tbody > tr:nth-child(3) > td > input[type=text],
#formWrap > form > table > tbody > tr:nth-child(4) > td > input[type=text],
#formWrap > form > table > tbody > tr:nth-child(6) > td > input[type=email],
#formWrap > form > table > tbody > tr:nth-child(7) > td > input[type=tel] { 
    width:85%; 
    border: solid 1px #CCC;
    border-radius: 3px;
    padding: 5px 8px;
    margin: 2px;
    vertical-align: middle;
}
#formWrap > form > table > tbody > tr:nth-child(5) > td > input[type=text] { 
    width: 85%; 
    border: solid 1px #CCC;
    border-radius: 3px;
    padding: 5px 8px;
    margin: 2px;
    vertical-align: middle;
}
@media screen and (max-width: 768px){
    #formWrap > form > table > tbody > tr:nth-child(1) > td > input[type=text],
#formWrap > form > table > tbody > tr:nth-child(2) > td > input[type=tel],
#formWrap > form > table > tbody > tr:nth-child(3) > td > input[type=text],
#formWrap > form > table > tbody > tr:nth-child(4) > td > input[type=text],
#formWrap > form > table > tbody > tr:nth-child(6) > td > input[type=email],
#formWrap > form > table > tbody > tr:nth-child(7) > td > input[type=tel] { 
    width:95%; 
}
}
input[type=tel]:placeholder-shown {
    background-color:rgb(255, 223, 223);
}
input[type=tel]:not(:placeholder-shown)  {
    background-color: #fff;
}
#formWrap > form > p > input[type=submit] {
    max-width: 280px;
    width: 100%;
    background: #335793;
    border: none;
    border-radius: none;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    padding: 14px 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-shadow: none;
    margin: 0 auto;
}


.w50per { width: 50%; }
.w100per { width: 100%; }

footer {
    margin-top: 40px;
    width: 100%;
    background: #332C2C;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer{
    font-size: 1.2rem;
    letter-spacing: .2rem;
    padding:10px 0;
    text-align:center;
    color: #fff;
}

@media screen and (max-width: 768px) {
	/* 768px以下（タブレット用） */
    #formWrap {
        width:95%;
        margin:0 auto;
    }
    table.formTable th, table.formTable td {
        max-width:none;
        display:block;
    }
    table.formTable th {
        margin-top:5px;
        border-bottom:0;
        box-sizing: border-box;
    }
    form input[type="text"], form textarea {
        width:95%;
        padding:5px;
        font-size:110%;
        display:block;
    }
    form input[type="submit"], form input[type="reset"], form input[type="button"] {
        display:block;
        width:100%;
        height:40px;
    }
    #formWrap > form > table > tbody > tr:nth-child(5) > td > input[type=text]
    #formWrap > form > table > tbody > tr:nth-child(1) > td > input[type=text],
    #formWrap > form > table > tbody > tr:nth-child(3) > td > input[type=text],
    #formWrap > form > table > tbody > tr:nth-child(4) > td > input[type=text],
    #formWrap > form > table > tbody > tr:nth-child(6) > td > input[type=email] { 
        width: 95%; 
        border: solid 1px #CCC;
        border-radius: 3px;
        padding: 5px 8px;
        margin: 2px;
        vertical-align: middle;
    }
    #formWrap > form > table > tbody > tr:nth-child(5) > td > input[type=text] { 
        width: 95%; 
        border: solid 1px #CCC;
        border-radius: 3px;
        padding: 5px 8px;
        margin: 2px;
        vertical-align: middle;
    }
    

    }

@media screen and (max-width: 480px) {
	/* 480px以下（スマホ用） */
}

/* 1014後藤 */
    .u-align-center{
        text-align: center;
    }
    .u-margin1{
        margin-left: 4%;
    }
    @media screen and (max-width: 768px) {
        .u-margin1{
            margin-left: 16px;
        }
    }
    .u-margin2{
        margin: 2vh 0;
    }
    .form-div{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .form-img{
        max-width: 70px;
    }
    @media screen and (max-width: 768px) {
        .form-img{
            max-width: 20%;
        }
    }
/* /1014後藤 */
/* 221115後藤 */
.container {
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    width: 96%;
    margin: 0 auto;
    padding: 3vh 0;
    height: auto;
    background-color: #ededed;
}
@media screen and (max-width: 768px) {
    .container {
        display: block;
    }
}
.container-img-wrap {
    max-width: 62%;
    width: 100%;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .container-img-wrap {
   display: none;
    }
}
.container-img {
    box-shadow: #777777 0px 0px 4px;
    width: 100%;
    height: auto;
}
.u-inlineb{
    display: inline-block;
}
