body{
margin: 20px 0 0;
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", Yu Gothic Medium, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*font-family:  "游ゴシック", "Yu Gothic","游ゴシック体", YuGothic, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
color: #424242;
background-color: #ffffff;
box-sizing: border-box;
}

.header_area{
display: table;
position: fixed;
width: 100%;
height:70px;
top: 0;
background: #fff;
-webkit-transition: 0.3s;
transition: 0.3s;
border-bottom:1px #ccc solid;
}

.header_logo {
display: table-cell;
vertical-align: middle;
max-width: 310px;
width: 25%;
padding-left: 20px;
}

.fs-l-main {
margin-top:0;
}

.form-title{
display:none;
}

/* 上部コンテンツ用 */

.fs-c-heading--page{
border-bottom:none;
}

/* フォント */


.fr_fnt18{
font-size:18px;
}

.fr_fnt24{
font-size:24px;
}

.fr_fnt24b{
font-size:24px;
}

.fr_fnt30{
font-size:30px;
}

.fr_fnt36{
font-size:36px;
}


.fnt_red01{
color:#c00;
}

.fr_fnt_b{
font-weight:bold;
}

h2.font_title01{
font-size:28px;
font-weight:bold;
margin:0 auto;
line-height:1.3;
}

h2.font_title01{
font-size:20px;
font-weight:normal;
margin:0 auto;
line-height:1.6;
}

.font_title02{
font-size:14px;
line-height:1.0;
}

/* PC/SMP オンオフ */

.pc_none{
display:none;
}

/* マージン */

.mgn_top30{
margin-top:30px;
}

.mgn_top50{
margin-top:50px;
}

.mgn_btm0{
margin-bottom:0px;
}

/* display */
.img_icon{
text-align:center;
}

.contents1{
margin:100px auto;
border-radius: 0.35rem;
border:1px #ccc solid;
max-width:720px;
width:100%;
}

#fr_article1{
margin:200px auto;
width:1200px;
color:#333;
padding-bottom:100px;
}

#fr_contact_title{
width:96%;
height:100px;
margin:0 auto;
padding-bottom:30px;
border-bottom:1px #ccc solid;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
}

#fr_txt01{
width:380px;
margin:100px auto;
font-size:20px;
line-height:1.8;
}

#fr_txt02{
width:710px;
margin:0 auto 100px;
font-size:18px;
line-height:1.8;
}

#fr_linkcont{
width:800px;
margin:0 auto 100px;
padding:50px 0 100px;
background-color:#f0eeea;
text-align:center;
}

.fr_linkimg{
margin:50px auto 0;
}

.fr_sec1{
width:1200px;
text-align:left;
margin:20px auto 0;
}

.font_title02 br{
display:none;
}

.font_title03 br{
display:none;
}

.font_title03{
font-size:24px;
}


.form_title {
background: #333;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
font-size: 22px;
font-weight: bold;
padding-left: 35px;
margin-bottom:50px;
}

#form{
width: 96%;
margin: 20px auto 0;
}

#form th {
max-width: 311px;
width: 30%;
font-size: 16px;
font-weight: bold;
padding: 10px 0;
text-align: left;
}


#form th .required {
font-size: 12px;
color: #fff;
font-weight: bold;
background: #862224;
border-radius: 3px;
padding: 1px 6px;
margin-left: 5px;
}

#form td {
width: 70%;
padding: 10px 0;
}

#form td input.input_name {
max-width:500px;
width:100%;
}

#form td input.input_name.last {
margin-left:10px;
}

#form td input{
border: 1px solid #bababa;
font-size: 16px;
padding: 12px 20px;
border-radius: 5px;
}

#form td textarea{
border: 1px solid #bababa;
font-size: 16px;
padding: 12px 20px;
border-radius: 5px;
}

#form td input.input_email {
max-width:500px;
width: 100%;
}

#form td input.input_phone {
max-width:500px;
width: 100%;
}

#form td input.input_post {
max-width:300px;
width: 100%;
}

#form td input.input_add {
max-width:600px;
width: 100%;
}

#form td textarea.input_txt {
max-width:600px;
height:200px;
width: 100%;
}

.submit_btn {
background: #862224 url(https://www.curtain-mart.com/sample/common/img/sample/submit_btn.png);
background-repeat: no-repeat;
background-size: 14px 24px;
background-position: 90% center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 70px;
max-width: 370px;
width: 100%;
margin: 65px auto 20px;
color: #fff;
font-size: 26px;
font-weight: bold;
border-radius: 40px;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.reset_btn {
    background: #898989 url(https://www.curtain-mart.com/sample/common/img/item_list/btn_arrow_r.png);
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: 4% center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    max-width: 370px;
    width: 100%;
    margin: 20px auto 80px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-radius: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.btn {
border: 0px solid #eeeeee;
padding: 3px;
outline: 0px solid #eeeeee;
-moz-appearance: menulist;
-webkit-appearance: menulist;
}




/* SSL表示 */
.ssl_box{
width:760px;
margin:30px auto 100px;
line-height:1.7;
display:flex;
font-size:15px;
}

.ssl_seal{
width:130px;
}

.ssl_text{
width:630px;
margin:0 auto 0;
}


@media screen and (max-width:760px){

body{
margin:20px 0;
padding:0;
width:100%;
}


/* フォント */

.fr_fnt18{
font-size:1.0em;
}

.fr_fnt24{
font-size:1.0em;
}

.fr_fnt24{
font-size:1.0em;
}

.fr_fnt30{
font-size:1.0em;
}


.fr_fnt36{
font-size:1.2em;
}

.fr_fnt_left{
text-align:left;
}

.fr_96{
width:96%;
}

/* PC/SMP オンオフ */

.pc_none{
display:block;
}

.smp_none{
display:none;
}



.contents1{
margin:30px auto;
}

.header_area{
height:45px;
}

.header_logo {
max-width: 175px;
padding-left: 15px;
}

.header_logo_img {
max-width: 175px;
margin-top:2%;
}



#fr_article1{
width:100%;
margin-top:100px;
}

.fr_sec1{
width:96%;
}

.fr_mainimg{
width:100%;
}


.font_title02 br{
display:inline;
}

.font_title03 br{
display:inline;
}

.font_title03{
font-size:18px;
}


#fr_txt01{
width:96%;
margin:50px auto;
font-size:18px;
line-height:1.8;
}

#fr_txt02{
width:96%;
margin:0 auto 50px;
font-size:1.0em;
line-height:1.8;
}

#fr_linkcont{
width:96%;
margin:0 auto 100px;
padding:20px 0 100px;
background-color:#f0eeea;
text-align:center;
}

.fr_linkimg{
width:90%;
margin:20px auto 0;
}



.form_title{
font-size: 17px;
padding-left: 20px;
}

#form th{
display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 15px;
	}
	
#form td {
display:block;
width: 85%;
max-width:90%;
padding: 10px 0;
margin-bottom:10px;
}

#form td input.input_name {
max-width:100%;
width:100%;

}

#form td input.input_email {
max-width:100%;
width: 100%;
}

#form td input.input_phone {
max-width:100%;
width: 100%;
}

#form td input.input_post {
max-width:100%;
width: 100%;
}

#form td input.input_add {
max-width:100%;
width: 100%;
}

.submit_btn {
max-width:90%;
}

.reset_btn {
max-width:90%;
}

/*プライバシーポリシー部分*/
.privacy_text{
width:100% !important;
max-width:100% !important;
}

/* SSL表示 */

.ssl_box{
width:96%;
display:block;
}

.ssl_seal{
width:100%;
margin-bottom:20px;
}

.ssl_text{
width:100%;
}

}