@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 1 solid #999;
}

body {
    line-height:1;
	position: relative;
    left: 0;
    overflow-x: hidden;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

input,
textarea,
select {
    font-size: 16px;
}

img { 
	max-width: 100%; 
	height:auto;
}

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}
.cf{
	zoom: 1;
}

/*__________________________*/

html {
  font-size: 68%;
}
body{
	line-height: 1.6;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	color:#222222;
}
.font_red{
	color: red;
}


/*--------------------------------------------------------------------------
   GlobalHeader
---------------------------------------------------------------------------*/
h1{
	font-weight:normal;
	font-size:11px;
	font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	line-height: 1.2;
}
#GlobalHeader{
	display:none;
}
/*#main_bg{
	height:62px;
}*/
#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    /*#top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		z-index:999;
    }*/
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 60px;
		padding-top:16px;
		text-align:center;
        z-index: 99999;
        position: relative;
		border-bottom:1px solid #f1eaea;
    }
    /*#top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        top: 18px;
		text-align:center;
    }*/
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #054516;
        width: 100%;
        text-align: center;
		padding:10px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
		border-bottom:1px solid #336b42;
		font-weight:bold;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 12px;
    top: 22px;
    width: 27px;
    height: 40px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #054516;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*--------------------------------------------------------------------------
   menu　下に固定
---------------------------------------------------------------------------*/
.layer{
    position: fixed;
    top: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
/*body.open{
    position: fixed;
}
*/

.footer_nav{
	position:fixed;
	bottom:0px;
	left:0px;
	background-color:#fff;
	text-align:center;
	width:100%;
	line-height:1.3;
	font-size:9px;
	color:#600e10;
	border-top:1px solid #f1eaea;
}
.footer_nav_inner{
	width:96%;
	margin:0 auto;
}
.footer_nav01,.footer_nav02,.footer_nav03{
	display:inline-block;
	width:30%;
	padding:8px 0 2px;;
	border-right:1px solid #f1eaea;
}
.footer_nav01{
	border-left:1px solid #f1eaea;
}
#slide_menu{
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    background: #600e10;
	color:#fff;
}
#slide_menu a{
	color:#fff;
	font-size:14px;
	display:block;
    padding: 18px 0;
	border-bottom:1px solid #803e40;
}
button#button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
		vertical-align:top;
		color:#600e10;
		font-size:9px;
		line-height:1.3;
		padding-top:8px;
		padding-bottom:2px;
		border-right:1px solid #f1eaea;
}


/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/
footer a{
	color:#fff;
}
.margintop0{
	margin-top:0px;
	border-top:20px solid #f5f4f4;
}
footer #footer nav ul li a,
footer .footer_logo a{
	color:#fff;
}
footer{
	background-color:#600e10;
	color:#fff;
	margin-top:60px;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:41px;
}
footer nav{
	display:none;
}
footer .footer_logo{
	font-size:20px;
	padding-top:17px;
	padding-bottom:17px;
	font-weight:bold;
	font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}
footer .footer_logo span{
	font-size: 14px;
}
footer .footer_add,
footer .footer_tel,
footer .footer_fax{
	font-size:14px;
	padding:0 15px 2px;
	}
footer .footer_fax{
	padding-bottom:18px;
}
footer small{
	font-size:11px;
}
span.copy_m{
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
}

/* mv
-----------------------------------------------------------------*/
.mainVisual {
	width:100%;
	height:220px;
	background:url(images/mv_sp.jpg) no-repeat center 50%;
	-webkit-background-size:cover;
	background-size:cover;
}

/* mv_info
-----------------------------------------------------------------*/
#mv_info{
	width:96%;
	background:url(images/mv_info_bg_sp.jpg) no-repeat center 50%;
	-webkit-background-size:cover;
	background-size:cover;
	padding-top:5px;
	padding:2%;
}
.mv_info_inner{
	width: 100%;
	height:auto;
	margin: 0 auto;
	font-size:13px;
}
.mv_info_tit{
	width:25%;
	padding-right:5px;
	height:auto;
	float:left;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
}
.mv_info_txt{
	float:right;
	width:72%;
	color:#600e10;

}

/* section servicemenu
-----------------------------------------------------------------*/
#top_servicemenu01 .top_icon_pc,
#top_servicemenu01 .top_dtbtn_pc{
	display:none;
}
#top_servicemenu01 .top_icon_number{
	background:#600e10;
	color:#fff;
	border: solid 2px #fff;
	box-shadow: 0 0 0 2px #600e10;
	-webkit-box-shadow: 0 0 0 2px #600e10;
	-moz-box-shadow: 0 0 0 2px #600e10;
	font-size:20px;
	font-weight:normal;
	display:inline-block;
	width:45px;
	height:45px;
	line-height:45px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	}

#top_servicemenu01 ul li{
	width:100%;
	border-bottom:1px solid #f1eaea;
	text-align:center;
	list-style:none;
}
#top_servicemenu01 ul li a{
	text-align:center;
	color:#600e10;
	font-size:18px;
	line-height:22px;
	padding-top:40px;
	text-decoration:none;
	display:block;
}
#top_servicemenu01 ul li .top_servicelist_tit{
	padding-top:25px;
	font-weight:bold;
	text-align:center;
	font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	
}
#top_servicemenu01 ul li .ruby{
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
}
#top_servicemenu01 ul li .top_servicelist_text{
	font-size:14px;
	padding:25px 0 40px;
	color:#222;
	line-height:19px;
	text-align:center;
}
#top_servicemenu01 li a:hover{
	opacity:0.5;
}

/*__　矢印 __*/
.arrow{
position: relative;
display: inline-block;
vertical-align:middle;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.arrow_1::before{
right:15px;
width: 10px;
height: 10px;
border-top: 3px solid #600e10;
border-right: 3px solid #600e10;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.arrow_2::before{
left: 55px;
width: 12px;
height: 2px;
background: #fff;
}
.arrow_2::after{
left: 55px;
width: 9px;
height: 9px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/* section subnav
-----------------------------------------------------------------*/
.top_subnav01_btn_pc,
.top_subnav02_btn_pc{
	display:none;
}
#top_subnav01{
	text-align:left;
	border-bottom:1px solid #f1eaea;
}
#top_subnav01 section{
	width:100%;
	height:256px;
	border-bottom:1px solid #f1eaea;
}
#top_subnav01 section p.top_subnavli_tit{
	padding:25px 0 20px 25px;
	font-size:19px;
	color:#600e10;
	line-height:23px;
	text-align:left;
	font-weight:bold;
	font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}
#top_subnav01 section p.top_subnavli_tit .ruby{
	font-size:15px;
	font-weight:normal;
	letter-spacing:1px;
}
#top_subnav01 section p.top_subnavli_text{
	font-size:14px;
	padding-left:25px;
	padding-bottom:20px;
	color:#222;
	text-align:left;
}
#top_subnav01 section img{
	padding-left:25px;
}
#top_subnav01 .top_subnavli01{
	background:url(images/top_subnav_bg01_sp.png) no-repeat top right;
	background-size:278px auto;
}
#top_subnav01 .top_subnavli02{
	background:url(images/top_subnav_bg02_sp.png) no-repeat top right;
	background-size:278px auto;
}
#top_subnav01 section a:hover{
	opacity:0.7;
}

/* top_information
-----------------------------------------------------------------*/
#top_info .top_info_icon{
	display:none;
}
section.top_info{
	padding-top:60px;
	text-align:center;
}
section.top_info img{
	width:40px;
	height:auro;
}
section.top_info .top_info_tit{
	font-size:20px;
	color:#600e10;
	padding-top:15px;
	line-height:20px;
	padding-bottom:25px;
	font-weight:bold;
	font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}
section.top_info .top_info_tit .ruby{
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
}
ul.recentinfo{
	text-align:left;
	font-size:14px;
}
ul.recentinfo li{
	list-style:none;
	border-top:1px dashed #f1eaea;
	padding:0 3%;
	padding-top:15px;
}
ul.recentinfo li.first{
	border-top:none;
}

ul.recentinfo li div.catenam{
	float:left;
	font-size:10px;
	color:#fff;
	width:63px;
	height:18px;
	line-height:18px;
	background-color:#600e10;
	text-align:center;
}
ul.recentinfo li time{
	float:left;
	padding-left:10px;
}
ul.recentinfo li div.info_detail{
	float:left;
	width:100%;
	padding-bottom:15px;
}
ul.recentinfo li div.info_detail a{
	color:#388bd7;
	text-decoration:underline;
}
ul.recentinfo li div.info_detail a:hover{
	color:#e5ece7;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
   subpage
---------------------------------------------------------------------------*/
.subpage_mainVisual h2.aboutus_tit,
.subpage_mainVisual h2.introduction_tit{
	font-size:21px;
	color:#fff;
	background:#600e10;
	text-align:center;
	padding:40px 0 30px;
	line-height:22px;
	font-weight:bold;
	font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}
.subpage_mainVisual h2.aboutus_tit .ruby,
.subpage_mainVisual h2.introduction_tit .ruby{
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
}
.pankuzu{
	width:96%;
	font-size:12px;
	color:#600e10;
	padding:14px 2%;
	line-height:none;
}
.pankuzuouter{
	border-bottom:1px solid #f1eaea;
}
.pankuzu a{
	color:#600e10;
}

/*--------------------------------------------------------------------------
   about_us
---------------------------------------------------------------------------*/

section.subpage_bg_green{
	width:100%;
	background-color:#f5f4f4;
	padding-bottom:50px;
}
h3.h3_pc{
	display:none;
}
section h3.h3_sp{
	font-size:20px;
	text-align:center;
	line-height:34px;
	padding-bottom:25px;
	padding-top:50px;
	color:#600e10;
	font-weight:bold;
	font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}
#about_us section{
	width:100%;
	font-size:1.3em;
}
#about_us .aboutus_section01,
#about_us .aboutus_section02,
#introduction .introduction_section02,
#contact .contact_section02{
	width:94%;
	padding:0 3%;
}
#about_us .aboutus_section_txt01{
	padding-bottom:50px;
}

/*
 about_us　事務所紹介
---------------------------------------------------------------------------*/
ul.aboutoffice{
	text-align:left;
	margin-bottom:25px;
}
ul.aboutoffice li{
	padding:15px 0;
	list-style:none;
	border-bottom:1px dashed #f1eaea;
}
ul.aboutoffice li.first{
	border-top:1px dashed #f1eaea;
}

ul.aboutoffice li div.aboutoffice_tit{
	float:left;
	width:25%;
	padding-left:3%;
	font-size:13px;
	font-weight:bold;
}
ul.aboutoffice li div.aboutoffice_txt{
	float: right;
	width: 72%;
	margin-left: -28%;
	padding-left: 28%px;
	box-sizing:border-box;
}

.aboutus_photoarea{
	width:100%;
}
.aboutus_photoarea .aboutus_photo01,
.aboutus_photoarea .aboutus_photo02,
.aboutus_photoarea .aboutus_photo03{
	text-align:center;
	width:90%;
	margin:0 5%;
	padding-bottom:15px;
}

/*
 about_us　アクセス
---------------------------------------------------------------------------*/
#about_us .aboutus_section_txt03{
	width:100%;
	text-align:center;
}
#about_us .aboutus_section_txt03 p{
	padding-bottom:10px;
}
#about_us iframe{
	padding-top:30px;
	width:90%;
	margin:0 5%;
	height:280px;
}

/*--------------------------------------------------------------------------
   introduction
---------------------------------------------------------------------------*/
#introduction section{
	width:100%;
	font-size:1.3em;
}
#introduction .introduction_section_txt01{
	width:94%;
	padding:0 3%;
	padding-bottom:50px;
}
#introduction .introduction_section_txt02{
}
#introduction .intro_photo01,
#introduction .intro_photo02,
#introduction .intro_photo03{
	text-align:center;
	padding-bottom:25px;
	width:180px;
	height:auto;
	margin:0 auto;
}
#introduction .intro_photo03{
	padding-top:40px;
}
/*--------------------------------------------------------------------------
   our_service
---------------------------------------------------------------------------*/
h3.service_h3{
	text-align:center;
	padding-bottom:25px;
	padding-top:50px;
}
span.h3_number{
	background:#600e10;
	color:#fff;
	border: solid 3px #fff;
	box-shadow: 0 0 0 3px #600e10;
	-webkit-box-shadow: 0 0 0 3px #600e10;
	-moz-box-shadow: 0 0 0 3px #600e10;
	font-size:23px;
	font-weight:normal;
	display:inline-block;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
span.h3_title{
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#600e10;
	padding-top:20px;
}
#our_service h4.ourservice_h4{
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	margin-bottom: 15px;
}
#our_service section{
	width:100%;
	font-size:1.3em;
}
#our_service .ourservice_section_txt01{
	width:94%;
	padding:0 3%;
	padding-bottom:50px;
}
#our_service .ourservice_section_txt02{
	width:94%;
	padding:0 3%;
}




#our_service .ourservice_ill03,
#our_service .ourservice_ill06,
#our_service .ourservice_ill08{
	margin-bottom: 30px;
}


#our_service .ourservice_001{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
#our_service .ourservice_002{
	width: 92%;
	padding: 4%;
	/*border: 2px solid #600e10;*/
	background-color: #f1eaea;
	margin-bottom: 30px;
}

#our_service .ourservice_003{
	background: url(images/dot_05_black.png) no-repeat left 8px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#our_service .ourservice_004{
	background: url(images/dot_05_black.png) no-repeat left 8px;
	padding-left: 15px;
}

#our_service .ourservice_005{
	font-size: 17px;
	padding-bottom: 5px;
}
#our_service .ourservice_006{
	width: 92%;
	padding: 4%;
	background-color: #f1eaea;
	margin-bottom: 50px;
}
#our_service .ourservice_007{
	text-align: center;
	font-size: 19px;
	padding-bottom: 30px;
	line-height: 1.3;
	font-weight:bold;
	font-family:"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}
#our_service .ourservice_008{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	text-align: center;
}
#our_service .ourservice_009{
	padding-bottom: 20px;
	font-size: 16px;
	text-align: center;
}
#our_service .ourservice_010,
#our_service .ourservice_013{
	font-size: 16px;
	text-align: center;
}
#our_service .ourservice_011{
	font-size: 18px;
	color: #0b77b4;
	padding-top: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}
#our_service .ourservice_012{
	padding-bottom: 5px;
}
#our_service .ourservice_014{
	font-size: 17px;
	padding: 20px 0 10px;
	font-weight: bold;
}
#our_service .ourservice_015{
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 15px;
}
#our_service .ourservice_016{
	padding-bottom: 10px;
}
#our_service .ourservice_017{
	margin-bottom: 7px;
}
#our_service .ourservice_018{
	font-weight: bold;
	float: left;
	width: 150px;
}
#our_service .ourservice_019{
	float: right;
	width: 100%;
	margin-left: -150px;
	padding-left: 150px;
	box-sizing: border-box;
}
#our_service .ourservice_020{
	background: url(images/dot_05_black.png) no-repeat 150px 8px;
	padding-left: 165px;
	padding-bottom: 5px;
}
#our_service .ourservice_020_l{
	background: url(images/dot_05_black.png) no-repeat 150px 8px;
	padding-left: 165px;
}
#our_service .ourservice_021{
	background-color: #f1eaea;
	padding: 20px;
}
#our_service .ourservice_022{
	background: url(images/dot_05_black.png) no-repeat left 8px;
	padding-left: 15px;
	padding-bottom: 7px;
}
#our_service .ourservice_022_l{
	background: url(images/dot_05_black.png) no-repeat left 8px;
	padding-left: 15px;
}

#our_service .ourservice_023,
#our_service .ourservice_024,
#our_service .ourservice_025,
#our_service .ourservice_035{
	padding-bottom: 20px;
	font-size: 16px;
	text-align: center;
}
#our_service .ourservice_026{}
#our_service .ourservice_027{
	width: 200px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#our_service .ourservice_028{
	background-color: #f1eaea;
	padding: 20px;
}
#our_service .ourservice_029{
	font-weight: bold;
	background: url(images/dot_05_black.png) no-repeat left 8px;
	padding-left: 15px;
}
#our_service .ourservice_030{
	padding-left: 15px;
}
#our_service .ourservice_031{
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
}
#our_service .ourservice_032{
	padding-left: 17px;
}
#our_service ul.ourservice_032 li{
	padding-bottom: 7px;
}
#our_service .ourservice_033{
	padding-top: 10px;
}
#our_service .ourservice_034{
	padding-bottom: 40px;
}
#our_service .ourservice_035{
	padding-bottom: 20px;
}
#our_service .ourservice_036{
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding-top: 40px;
}
#our_service .ourservice_037{
	padding-bottom: 7px;
}





/*--------------------------------------------------------------------------
   contact
---------------------------------------------------------------------------*/
#contact .contact_section_txt01{
	display:none;
}
#contact .contact_section_txt01_sp{
	font-size:28px;
	text-align:center;
	padding-bottom:50px;
}
#contact .contact_section_txt01_sp a{
	color:#222;
}
#contact .contact_section_txt01_sp span.small{
	font-size:12px;
	display:block;
}
#contact form .mailform_tit01 span{
	color:red;
	font-size:12px;
}
#contact p.mailform_notes{
	font-size:1.3em;
	text-align:center;
}
#contact p.mailform_notes_02{
	font-size:1.3em;
	text-align:center;
	padding-bottom: 15px;
}
#contact .contact_section_txt02{
	font-size:1.3em;
	color:#600e10;
}
#contact .mailform01{
	padding:12px 0;
}
#contact .contact_section_txt02 .mailform_tit01{
	padding-bottom:4px;
	font-weight:bold;
}
input,textarea{
	font-size:12px;
}
.form_b{
	display:none;
}
.form_b_sp{
	text-align:center;
}

#name,
#telefon,
#company{
	width:60%;
	border:solid 1px #803e40;
	padding:7px;
	}
#ad,
#Email,
#Inquiry{
	width:96%;
	border:solid 1px #803e40;
	padding:7px;
	}
#type,
#employee,
#prefectures{
	height:25px;
	width:180px;
	font-size:14px;
}
/*form placeholdeのfontcolor
__________________________________________________*/
input::-webkit-input-placeholder {
 color: #999;
 font-size:12px;
}
input:-moz-placeholder {
 color: #999;
 font-size:12px;
}

/*--------------------------------------------------------------------------
   policy
---------------------------------------------------------------------------*/
.policy_section_txt01,
.policy_section_txtl{
	width:96%;
	margin:0 3%;
	font-size:1.3em;
	padding-bottom:25px;
}
.policy_section_txtl{
	padding-bottom: 0px;
}
.policy_section_txt01 p.title,
.policy_section_txtl p.title{
	font-weight: bold;
	padding-bottom: 5px;
}
.policy_section_txt01 p.li,
.policy_section_txtl p.li{
	float:left;
	width:40px;
}
.policy_section_txt01 p.li_txt,
.policy_section_txtl p.li_txt{
	float:right;
	width:100%;
	margin-left:-40px;
	padding-left:40px;
	box-sizing:border-box;
}

.policy_section_sign{
	width:96%;
	margin:0 3%;
	text-align:right;
	font-size:1.3em;
}