/* ################### 共通設定 ####################### */
*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
    visibility: hidden;
	}
html.wf-active{
    visibility: visible;
}

body{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	color: #333;
	line-height: 1.75;
	text-align: left;
	font-size: 14px;
	position: relative;
	}

ul{
	list-style-type: none;
	padding: 0;
	}
ul.disc{
    list-style: disc;
    margin-left: 1.5rem;
}


h1,h2,h3,h4,h5,h6{
	font-size: 14px;
	font-weight: normal;
	}

p{
	margin-bottom: 1rem;
	}

em,address{
	font-weight: normal;
	font-style: normal;
	text-align: center;
	}

table{
	border-collapse: collapse;
	width: 100%;
	}
	td,th{
		border: none;
		padding: 10px 10px;
		vertical-align: top;
		text-align: left;
	}
	th{
		white-space: nowrap;
		font-weight: normal;
	}

a{
	outline: none;
	color: #333;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}

img{
	border: 0;
	vertical-align: middle;
	}

blockquote{
	margin: 20px;
	padding: 20px;
	background: #efefef;
	color: #333;
	}

.chikushi{
    font-family: fot-tsukuardgothic-std, sans-serif !important; 
    font-weight: 400;
}

/* ---- element ---- */
.block{display: block;}
.f_left{float: left;}
.f_right{float: right;}
.t_ind{text-indent: 1em;}

.clear{clear: both;}
.cf:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;overflow: hidden;}
* html .cf{ zoom: 1; } /* ie6 */
*:first-child+html .cf { zoom: 1; } /* ie7 */

.sh{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

.img_wrap{
    width: 100%;
    height: 0;
    position: relative;
}
.img_wrap img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    font-family: 'object-fit: cover;';
}

/* ---- text ---- */
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.bold{font-weight: bold;}
.big{font-size: 18px;}
.fs14{font-size: 14px;}
.small{font-size: 12px;}
.small2,small{font-size: 10px;}
.red{color: #dc143c;}
.lh1{line-height: 1;}

/* ---- space ---- */
.mt0{margin-top: 0;}.mt5{margin-top: 5px;}.mt10{margin-top: 10px;}.mt15{margin-top: 15px;}.mt20{margin-top: 20px;}.mt25{margin-top: 25px;}.mt30{margin-top: 30px;}.mt35{margin-top: 35px;}.mt40{margin-top: 40px;}.mt45{margin-top: 45px;}.mt50{margin-top: 50px;}.mt100{margin-top: 100px;}
.mr0{margin-right: 0;}.mr5{margin-right: 5px;}.mr10{margin-right: 10px;}.mr15{margin-right: 15px;}.mr20{margin-right: 20px;}.mr25{margin-right: 25px;}.mr30{margin-right: 30px;}.mr35{margin-right: 35px;}.mr40{margin-right: 40px;}.mr45{margin-right: 45px;}.mr50{margin-right: 50px;}.mr100{margin-right: 100px;}
.mb0{margin-bottom: 0;}.mb5{margin-bottom: 5px;}.mb10{margin-bottom: 10px;}.mb15{margin-bottom: 15px;}.mb20{margin-bottom: 20px;}.mb25{margin-bottom: 25px;}.mb30{margin-bottom: 30px;}.mb35{margin-bottom: 35px;}.mb40{margin-bottom: 40px;}.mb45{margin-bottom: 45px;}.mb50{margin-bottom: 50px;}.mb100{margin-bottom: 100px;}.ml0{margin-left: 0;}
.ml5{margin-left: 5px;}.ml10{margin-left: 10px;}.ml15{margin-left: 15px;}.ml20{margin-left: 20px;}.ml25{margin-left: 25px;}.ml30{margin-left: 30px;}.ml35{margin-left: 35px;}.ml40{margin-left: 40px;}.ml45{margin-left: 45px;}.ml50{margin-left: 50px;}.ml100{margin-left: 100px;}.pt0{padding-top: 0;}
.pt5{padding-top: 5px;}.pt10{padding-top: 10px;}.pt15{padding-top: 15px;}.pt20{padding-top: 20px;}.pt25{padding-top: 25px;}.pt30{padding-top: 30px;}.pt35{padding-top: 35px;}.pt40{padding-top: 40px;}.pt45{padding-top: 45px;}.pt50{padding-top: 50px;}.pt100{padding-top: 100px;}
.pr0{padding-right: 0;}.pr5{padding-right: 5px;}.pr10{padding-right: 10px;}.pr15{padding-right: 15px;}.pr20{padding-right: 20px;}.pr25{padding-right: 25px;}.pr30{padding-right: 30px;}.pr35{padding-right: 35px;}.pr40{padding-right: 40px;}.pr45{padding-right: 45px;}.pr50{padding-right: 50px;}.pr100{padding-right: 100px;}
.pb0{padding-bottom: 0;}.pb5{padding-bottom: 5px;}.pb10{padding-bottom: 10px;}.pb15{padding-bottom: 15px;}.pb20{padding-bottom: 20px;}.pb25{padding-bottom: 25px;}.pb30{padding-bottom: 30px;}.pb35{padding-bottom: 35px;}.pb40{padding-bottom: 40px;}.pb45{padding-bottom: 45px;}.pb50{padding-bottom: 50px;}.pb100{padding-bottom: 100px;}.pl0{padding-left: 0;}
.pl5{padding-left: 5px;}.pl10{padding-left: 10px;}.pl15{padding-left: 15px;}.pl20{padding-left: 20px;}.pl25{padding-left: 25px;}.pl30{padding-left: 30px;}.pl35{padding-left: 35px;}.pl40{padding-left: 40px;}.pl45{padding-left: 45px;}.pl50{padding-left: 50px;}.pl100{padding-left: 100px;}
.mb1e{margin-bottom: 1rem;}

/* -------------------------------------------------------------header */
#header{
	margin-bottom: 2rem;
}

.header_catch{
    background-color: #f4a899;
}
.header_catch p{
    font-size: 11px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0;
}

.header_contents{
    display: table;
    padding: 1rem 0;
    position: relative;
}
#logo{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: left;
}
#logo a{
	text-indent: -9999px;
	display: block;
	width: 244px;
	height: 60px;
	background: url("img/logo.png") center no-repeat;
    background-size: 100% auto;
}

#info{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
}
#info a{
    pointer-events: none;
}
#info img{
    width: 357px;
    height: auto;
}

.header_nav{
    background-color: #f7f3ec;
}
#nav_button{display: none;}
#g_nav{display: flex;}
#g_nav li{width: calc(100% / 5);}
#g_nav li a{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    transition: all .5s;
    text-decoration: none;
}
#g_nav li a:hover{
    color: #fff;
    background-color: #f4a899;
}

@media screen and (max-width: 600px) {
    .header_catch{text-align: center;}
    .header_contents{
        display: block;
        padding: 2rem 0;
        border-bottom: 1px solid #ccc;
    }
    #logo{
        display: block;
        width: auto;
        margin-bottom: 2rem;
    }
    #logo a{margin: 0 auto;}
    #info{
        display: block;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    #info a{pointer-events: auto;}
    #info img{
        width: 100%;
        height: auto;
    }
    .header_nav{
        background-color: transparent;
        position: absolute;
        top: calc(1rem + 24px);
        right: 1rem;
    }
    #nav_button{
        display: block;
        width: 32px;
        height: 26px;
        position: relative;
        z-index: 11;
    }
    #nav_button.active{
        position: fixed;
        top: calc(1rem + 24px);
        right: 1rem;
    }
    #nav_button span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #333;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    #nav_button span:nth-of-type(1){top: 0;}
    #nav_button.active span:nth-of-type(1){
        -webkit-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-45deg);
    }
    #nav_button span:nth-of-type(2){
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #nav_button.active span:nth-of-type(2){opacity: 0;}
    #nav_button span:nth-of-type(3){bottom: 0;}
    #nav_button.active span:nth-of-type(3){
        -webkit-transform: translateY(-12px) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
    }
    #nav{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        padding: calc(24px + 1rem + 26px) 1rem 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #nav.open{
        display: block;
        animation-name: fadeIn;
        animation-duration: 0.4s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
    }
    #nav.close{
        animation-name: fadeOut;
        animation-duration: 0.4s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
    }
    #nav.open #g_nav{
        height: auto;
        display: block;
    }
    #nav.open #g_nav > li{
        display: block;
        width: 100%;
        height: auto;
        float: none;
        font-weight: normal;
        margin-left: 0;
        padding: 0;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
    }
    #nav.open #g_nav > li:last-child{margin-bottom: 0;}
    #nav.open #g_nav > li > a{
        font-size: 14px;
        height: auto;
        line-height: inherit;
        text-align: left;
        color: #fff;
        padding: 1rem;
        border: none !important;
    }
    #nav.open #g_nav > li > a:hover{background-color: transparent;}
    header #nav_button.active span{background-color: #fff;}
}

/* -------------------------------------------------------------content */
#content > :last-child{margin-bottom: 0 !important;}
.s_wrap{margin-bottom: 2rem;}
.s_wrap:last-child{margin-bottom: 0;}
.c_wrap{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.w_wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.c_box{
    padding: 2rem;
    box-sizing: border-box;
    background-color: #f7f2eb;
}
.text_left{
    float: left;
    width: 65%;
    padding-right: 1.5rem;
    box-sizing: border-box;
}
.img_right{
    float: right;
    width: 35%;
}
.img_right .img_wrap{
    padding-top: 50%;
}

#content{
    padding-bottom: 2rem;
}
#main_visual{
    margin-bottom: 2rem;
}
#main_visual #visual_slider{
    margin-bottom: 0;
    padding-bottom: 54px;
}
.visual_slider_item .img_wrap{
    padding-top: 56%;
}
.visual_slider_item .slider_text{
    width: 100%;
    text-align: center;
    font-size: 52px;
    font-weight: bold;
    line-height: 1.25;
    padding: 1rem 0;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main_visual #visual_slider .slick-dots{
    height: 38px;
    bottom: 0;
}
#main_visual #visual_slider .slick-dots li{
    width: 38px;
    height: 38px;
}
#main_visual #visual_slider .slick-dots li .img_wrap{
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
}
#main_visual #visual_slider .slick-dots li.slick-active .img_wrap img{
    opacity: 0.5;
}

.page_visual{margin-bottom: 2rem;}
.page_visual .img_wrap{padding-top: 35%;}
.page_title{
    text-align: center;
    margin-bottom: 2rem;
}
.page_title h2,
.page_title h3{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid #f4a899;
}

.sub_title{
    font-size: 20px;
    margin-bottom: 0.5rem;
}


#main{
	float: left;
	width: 700px;
	margin-right: 20px;
	}

.main_img{
	position: relative;
	margin-bottom: 20px;
	background-color: #222;
    border: 1px solid #444;
	}

.img_b{border: 1px solid #444;}
	
.list_carousel{
	width: 938px;
	}
	
.list_carousel li{
	position: relative;
	width: 938px;
	float: left;
	}
	
.list_carousel li div{
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: 350px;
	color: #eee;
	padding: 10px 20px;
	font-size: 15px;
	}

#c_nav{
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 140px;
	text-align: center;
	font-size: 12px;
	}

.pagination a{
	width: 28px;
	height: 24px;
	display: inline-block;
	text-decoration: none;
	margin-right: 5px;
	background: url("img/s_btn.png") left top no-repeat;
	color: #fff;
	padding: 6px 0 0 2px;
	font-weight: bold;
	}
.pagination a:hover,.pagination a.selected{background: url("img/s_btn.png") left bottom no-repeat;}
	
#pare_box{
	padding: 10px 24px 20px;/* 10px 25px */
	background-color: #1c1c1c;/* url("img/mb_bg.png") 0 0 no-repeat */
	margin-bottom: 20px;
	border: 1px solid #444;
	}
	
.main_box{
	width: 280px;
	float: left;
	height: 300px;
	position: relative;
	}
	
.main_box .mlink{
	position: absolute;
	bottom: -5px;
	right: 0;
	}
#content .main_box h3,#content h3.c_title,#content div.c_title{
	color: #fff;
	padding-left: 28px;
	margin-bottom: 0;
	background: url("img/ctitle_bg.png") 0 0 no-repeat;
	}
#content div.c_title{
	font-size: 18px;
    font-weight: bold;
	}
	
.banner{
	display: block;
	text-indent: -9999px;
	}
.banner:hover,.course img:hover,#side a img:hover{opacity: 0.9;}

#o_course{
	}
	
#oc_menu{
	margin-bottom: 12px;
	font-size: 14px;
	}

#oc_menu li{
	display: inline-block;
	width: 229px;
	margin: 0 8px 8px 0;
	*display: inline;
    *zoom: 1;
	}

#oc_menu li.last_0{margin: 0 0 8px;}
	
#oc_menu li a{
	padding-top: 1px;
    text-align: center;
    border: 1px solid #444444;
    display: inline-block;
	width: 229px;
	}
	
#oc_menu li a.selected,#oc_menu li a:hover{
	font-weight: bold;
	color: #fc418c;
	background-color: #1c1c1c;
	text-decoration: none;
	}
	
#o_course .in_panel{
	margin-bottom: 5px;
	}
	
.dic{
	padding: 20px;
	border: 1px solid #444;
	font-size: 14px;
	}
	
.dic_title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.dic_pt{
	margin-bottom: 20px;
    padding-left: 10px;
	}
	
.dic ul{
	margin-left: 20px;
	list-style-type: square;
	}
	
.dic ul li{margin-bottom: 10px;}
.dic ul li.last{margin-bottom: 0;}
.dic ul li span{font-weight: bold;}
	
#effort_ban{
	float: left;
	width: 220px;
	height: 80px;
	background: url("img/sb_e.jpg") 0 0 no-repeat;
	}
#recruit_ban{
	float: left;
	margin-left: 20px;
	width: 220px;
	height: 80px;
	background: url("img/sb_r.jpg") 0 0 no-repeat;
	}
#contact_ban{
	float: left;
	margin-left: 20px;
	width: 220px;
	height: 80px;
	background: url("img/sb_c.jpg") 0 0 no-repeat;
	}
	
#fb_box{
	background: #222;
	float: right;
	}	

table tr.even{
	background-color: #333;
	}

.t_style th{
	width: 100px;
	}

.fil{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
	}
	
.fir{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	position: relative;
	}
	
.one_b{
	border: 1px solid #444444;
    padding: 20px;
	}

.c_st{
	font-size: 14px;
	border: 1px solid #444;
	padding: 20px;
	}
	
#recruit_btn{
	width: 200px;
	height: 40px;
	background: url("img/recruit_btn.png") 0 top no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	}
#recruit_btn:hover{background-position: 0 bottom;}


@media screen and (max-width: 600px) {
    .c_wrap{
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }
    .c_box{padding: 1rem;}
    .text_left{
        float: none;
        width: auto;
        padding-right: 0;
        margin-bottom: 1rem
    }
    .img_right{
        float: none;
        width: auto;
    }
    
    .visual_slider_item .slider_text{
        font-size: 22px;
        padding: 0.5rem 0;
    }
}

/* -----------------------------ホーム */
#top_banner{
    margin-bottom: 2rem;
}
#top_banner img{
    width: 100%;
    max-width: 1000px;
    height: auto;
}
#top_contents .img_right .img_wrap{
    padding-top: 85%;
}

/* -----------------------------about */
#message .text_left{width: 80%;}
#message .img_right{width: 20%;}
#message .img_right .img_wrap{padding-top: 125%;}
#about_sign{
    width: 150px;
    height: auto;
}
.about_left{
    float: left;
    width: calc(50% + 1.5rem);
    padding-right: 1.5rem;
    box-sizing: border-box;
}
.about_table th,
.about_table td{padding: 0 0 1rem;}
.about_table tr:last-child th,
.about_table tr:last-child td{padding: 0;}
.about_table th{width: 25%}
.about_table td{width: 75%}

.about_right{
    float: right;
    width: calc(50% - 1.5rem);
    box-sizing: border-box;
}
.map_wrap{
    height: 0;
    padding-top: 57%;
    overflow: hidden;
    position: relative;
}
.map_wrap iframe{
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

@media screen and (max-width: 600px) {
    #message .text_left{width: 100%;}
    #message .img_right{
        width: 50%;
        margin: 0 auto;
    }
    .about_left{
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 1rem;
    }
    .about_right{
        float: none;
        width: 100%;
    }
}

/* -----------------------------観光タクシー */
#course_tab{
    display: flex;
    margin: 0 -0.5rem 1rem;
}
#course_tab li{
    width: calc(100% / 4);
    padding: 0 0.5rem;
    box-sizing: border-box;
}
#course_tab li a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0.5rem;
    border: 1px solid #ccc;
}
#course_tab li a.selected,
#course_tab li a:hover{
    color: #fff;
    background-color: #eda697;
}

#course_wrap .img_wrap{padding-top: 70%;}

.course_other.mb2e{
    margin-bottom: 2rem;
}
.course_other li{
    margin-bottom: 1.5rem;
}
.course_other li:last-child{
    margin-bottom: 0;
}
.course_other li .root{
    padding: 0.5rem 1rem;
    border: 2px solid #eda697;
}

@media screen and (max-width: 600px) {
    #course_tab{
        margin: 0 -0.25rem 1rem;
        flex-wrap: wrap;
    }
    #course_tab li{
        display: flex;
        width: calc(100% / 2);
        padding: 0 0.25rem;
        margin-top: 0.5rem;
    }
    #course_tab li:nth-child(-n+2){margin-top: 0;}
    #course_tab li a{
        display: flex;
        width: 100%;
        font-size: 12px;
        align-items: center;
        justify-content: center;
    }
    #course_wrap .img_right{margin-bottom: 1rem;}
    #course_wrap .text_left{margin-bottom: 0;}
}

/* -----------------------------乗務員募集 */
.voice_left{
    width: 35%;
    float: left;
}
.voice_left .img_wrap{
    padding-top: 50%;
    margin-bottom: 1rem;
}
.voice_right{
    width: 65%;
    float: right;
    padding-left: 1.5rem;
    box-sizing: border-box;
}
.voice_list{
    list-style: disc;
    margin-left: 1.5rem;
}
.voice_list li{
    margin-bottom: 0.5rem;
}
.voice_list li:last-child{
    margin-bottom: 0;
}

.recruit_table th,
.recruit_table td{
    padding: 1rem;
    border: 1px solid #ccc;
}
.recruit_table th{
    width: 20%;
    text-align: center;
    background-color: #efefef;
}
.recruit_table td{
    width: 80%;
}

.strengths_bg{
    padding: 2rem 0;
    background-color: #ece3d2;
}
.strengths_list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #fff;
    padding-left: 2rem;
    padding-right: 2rem;
}
.strengths_list li:nth-child(even){
    flex-flow: row-reverse;
}
.strengths_list li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.strengths_list li .strengths_img,
.strengths_list li .strengths_box{
    width: 50%;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.strengths_list li .strengths_img img{
    width: 100%;
    height: auto;
}

.entry_btn{
    display: block;
    max-width: 800px;
    margin: 0 auto;
}
.entry_btn img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 600px) {
    .voice_left{
        width: 100%;
        float: none;
        margin-bottom: 1rem;
    }
    .voice_right{
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .recruit_table th{width: 25%;}
    .recruit_table td{width: 75%;}
    .strengths_list li{
        display: block;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .strengths_list li .strengths_img,
    .strengths_list li .strengths_box{
        width: auto;
        padding: 0;
    }
}

/* -------------------------------------------------------------footer */
#footer{
    color: #fff;
    font-size: 12px;
}
.footer_bg{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.footer_bg::before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 9.6%;
    background: url("img/footer_bg.png") 0 0 no-repeat;
    background-size: 100% auto;
}
.footer_wrap{
    background-color: #eda697;
    padding: 1rem 0 0.5rem;
}
#f_add{
    float: left;
    margin-bottom: 1rem;
}
#f_add span{
    font-size: 18px;
}
#f_add a{
    color: #fff;
    text-decoration: none;
    pointer-events: none;
}

#f_nav{
    float: right;
    margin-bottom: 1rem;
}
#f_nav li{
    float: left;
    margin-left: 1rem;
}
#f_nav li:first-child{
    margin-left: 0;
}
#f_nav li a{
    color: #fff;
    text-decoration: none;
}

address{
    text-align: center;
}

@media screen and (max-width: 600px) {
    #f_add{
        float: none;
        text-align: center;
    }
    #f_add span{font-size: 16px;}
    #f_add a{
        pointer-events: auto;
    }
    #f_nav{
        float: none;
        margin-bottom: 0;
    }
    #f_nav ul{text-align: center;}
    #f_nav li{
        display: inline-block;
        float: none;
        margin: 0 0.5rem 1rem;
    }
    #f_nav li:first-child{
        margin: 0 0.5rem 1rem;
    }
}

/* ----------------------------------------------------------form */
.entry_left{
    float: left;
    width: 50%;
    padding-right: 0.75rem;
    box-sizing: border-box;
}

.entry_right{
    float: right;
    width: 50%;
    padding-left: 0.75rem;
    box-sizing: border-box;
}

.form_box{
    margin-bottom: 1rem;
}
.ft{
    width: 30%;
    padding: 0.25rem 1rem 0.25rem 0;
    float: left;
    box-sizing: border-box;
}
.fc{
    width: 70%;
    float: right;
}
.fc.radio_wrap{
    padding: 0.25rem 0;
}

.fmtitle{
	display: block;
	text-indent: 6px;
	float: left;
	width: 150px;
	margin-right: 20px;
	line-height: 24px;
	padding-top: 1px;
}

#submit_box{
    text-align: center;
	padding-top: 1rem;
}

.forbtn{
	background: url("img/submit_btn.png") left top no-repeat;
    background-size: 100% auto;
	border: none;
	cursor: pointer;
    color: #f4a899;
    font-size: 20px;
    font-weight: bold;
	height: 44px;
    line-height: 44px;
	width: 156px;
}
.forbtn:hover{
    opacity: 0.7;
}

input[type="text"],input[type="tel"],input[type="email"],textarea{
    width: 100%;
    font-size: 100%;
    line-height: 1.75;
    color: #333;
    border: none;
    background-color: #dfd6b8;
    padding: 0.25rem;
    box-sizing: border-box;
}

input[type="text"]#year{width: 4.5rem;}
input[type="text"]#month,
input[type="text"]#day,
input[type="text"]#c_year{width: 2.5rem;}
input[type="text"]#zip{
    width: 8.5rem;
    margin-bottom: 0.5rem;
}

.con_check{
    margin-bottom: 1rem;
}
.con_check th,
.con_check td{
    padding: 0 0 0.5rem;
}
.con_check tr:last-child th,
.con_check tr:last-child td{
    padding: 0;
}
.con_check th{
    width: 25%;
}
.con_check td{
    width: 75%;
}

@media screen and (max-width: 600px) {
    .entry_left{
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 2rem;
    }
    .entry_right{
        float: none;
        width: 100%;
        padding-left: 0;
    }
}
