@charset "utf-8";

/* ===============================
base
=============================== */

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    color: rgb(62, 58, 57);
    margin: 0px;
}

.mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.goth {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd,
figure {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #000
}

p {
    line-height: 1.7em;
    word-break: break-all;
}

.fo_bold {
    font-weight: bold;
}

li {
    list-style: none;
}

.fl-l {
    float: left;
    width: 70%;
}

.fl-r {
    float: right;
}

.center {
    text-align: center;
}

.img {
    width: 100%;
}

a:hover {
    opacity: 0.7;
}


.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}


.wrapper .wrapper-in {
    width: 80%;
    padding: 0 10%;
}

.cl:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}



.wrap {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
/* ===============================
style
=============================== */

#page header{
    padding: 30px;
    background: #042846;
    display: block;
    margin: auto;
    color: #fff;
}

#page header h1{
   font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    padding-left: 25px;
    color: #fff;
    background-size: 26px;
    background: url(/imag/marker02.png) left top no-repeat;

}

#thnks header{
    padding: 30px;
    background: #042846;
    display: block;
    margin: auto;
    color: #fff;
}
#thnks header h1{
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    padding-left: 30px;
    color: #fff;
    background: url(/imag/marker02.png) left top no-repeat;
    background-size: 26px;
}

#thnks p.txt{
    padding-top: 30px;
    font-size: 18px;
}



#header {
    position: relative;
    height: 32px;
    padding: 2% 0;
}

#header .logo {
    width: 15%;
    position: absolute;
    top: 26%;
    left: 3%;
}

#header .logo img {
    width: 60%;
}

#footer{
    background: #042846;
    padding: 3% 0;
    margin-top: 20px;
    
}
#footer div img {
    width: 65%;
}
#footer ul li {
    color: #fff;
    font-size: 16px;
    margin: 0 0 5% 0;
}

#page p.check{
    padding-top: 20px;

    
}

#thnks #footer{
    background: #042846;
    padding: 3% 0;
    margin-top: 459px;
}
    
}






@media(min-width: 1px) and (max-width: 940px){
    
    #header .logo {
    width: 30%;
    }
    
    #header .logo img {
    width: 100%;
}
    
    #thnks p.txt {
    font-size: 20px;
}
    
   #thnks header h1 {
    font-size: 25px;
    }
    
    
}


@media screen and (max-width: 1282px) {
    
    #header .logo img {
    width: 100%;
}
}





@media(min-width: 1px) and (max-width: 640px){
    
#header .logo {
    width: 30%;
    position: absolute;
    top: 23%;
    left: 3%;
}
    
    #header01 .logo {
    width: 40%;
    }
    
    
    #page header {
    padding: 10px;
    }
    
    
    #thnks header h1{
        font-size: 20px;
        background:none;
    }
    
    #thnks #footer {
    margin-top: 250px;
}
    
    
    
    #header .logo img {
    width: 95%;
}
    #header {
    height: 40px
    }
    
    #page.in.form h1 {
    padding-left: 20px;
    }
    
	#page.in.form form table tr td,
	#page.in.form form table tr th{
		display: block;
		width: auto;
	}
	#page.in.form form table tr th{
		border-right: none;
		border-bottom: 1px solid #bbbcbc;
	}
	#page.in.form form table tr td{
		padding-left: 10px;
		padding-right: 10px;
	}
	#page.in.form form table tr td input[type="text"]{
		width: 100%;
	}
	#page.in.form.briefing form table tr th{
		width: auto;
	}

    #page.in.form form table tr td input[type="text"]{
	border: 1px solid #c7c8c8;
	padding: 3px;
	box-sizing: border-box;
	font-size: 20px;

}
    #page.in.form .contact ul li {
    display: block;
    width: auto;
    border-right: 3px solid #DD051A;
    border-bottom: 3px solid #DD051A;
    text-align: center;
        vertical-align: middle;
    }
    
    #page.in.form p.check {
    font-size: 15px;
    }
    
#page.in.form p.blake {
   font-size: 13px;
    padding: 10px;
    }
    #page.in.form p.blake span{
    font-size: 14px;
    }

}

