﻿@charset "utf-8";
/* =======================================
共通
======================================= */
body {
	width: 100%;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	min-width: 1200px;
	color: #333;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text_c {
	text-align: center;
}
.inbox {
	width: 980px;
	margin: auto;
}
a:hover {
	opacity: 0.9;
}
.cmn_dl dt, .cmn_dl dd {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
}
.y_gs {
	font-weight: bold;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*header
--------------------------------------------*/
#header>div {
	padding: 15px 0px 12px;
}
#header h1 {
	color: #fff;
	font-size: 12px;
	text-align: right;
	padding: 4px 0px;
	background-color: #f27d37;
}
#header h1 span {
	display: block;
}
#header .hf_day dt {
	background-color: #f2f2f2;
}
#header .hf_tel p:first-child {
	color: #0c6aaa;
	background-image: url(../img/common/tel_icon01.png);
}
#header .hf_tel p:last-child span {
	color: #0c6aaa;
}
/*header footer cmn*/
.hf_logo, .hf_right li {
}
.hf_logo {
	margin-top: 5px;
}
.hf_right {
	margin: 0 2%;
}
.hf_right li {
	margin-bottom: 10px;
}
.hf_right li:last-child {
	margin-right: 0px;
	width: 50%;
	margin: 0 auto;
}
.hf_tel p:first-child {
	margin-top: 20px;
	font-size: 10vw;
	line-height: 100%;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	text-align: center;
}
.hf_tel p:last-child {
	margin-top: 5px;
	letter-spacing: 1px;
	font-size: 6vw;
}
.hf_day dl:first-child {
	margin-bottom: 10px;
}
.hf_day dt {
	width: 60px;
	padding: 1px 0px;
	text-align: center;
}
.hf_day dd {
	padding-left: 10px;
}
/*mainvis
--------------------------------------------*/
#slider {
	text-align: center;
}
.bx01 {
	background: url(../img/main_img01.jpg) no-repeat center;
}
.bx02 {
	background: url(../img/main_img02.jpg) no-repeat center;
}
/*nav
--------------------------------------------*/
#nav {
	text-align: center;
	border-top: 5px solid #f27c37;
	border-bottom: 1px solid #e6e6e6;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#nav li {
	width: 194px;
	font-size: 16px;
	float: left;
	border-left: 1px solid #e6e6e6;
}
#nav li:last-child {
	border-right: 1px solid #e6e6e6;
}
#nav li a {
	color: #666;
	display: block;
	padding: 19px 0px;
}
#nav li a:hover {
	color: #fff;
	background-color: #f27d37;
	-webkit-transition: all .5s;
	transition: all .5s;
}
/*top
--------------------------------------------*/
.tp_ttl {
	font-size: 38px;
	text-align: center;
	margin-bottom: 25px;
}
.tp_ttl span {
	color: #0c6aaa;
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.tp_line {
	padding-top: 40px;
	background: url(../img/common/line01.png) repeat-x center top;
}
/*section01============*/
#section1 {
	padding: 80px 0px 90px;
	background-image: url(../img/top/section1_ltbk.png), url(../img/top/section1_rtbk.png);
	background-repeat: no-repeat;
	background-position: center left, center right;
}
.sec01_txt {
	padding: 5px 0px 15px;
	background: url(../img/top/sec01_img.png) no-repeat top right;
}
/*section02============*/
#section2 {
}
#section2 ul {
	width: 100%;
	min-width: 1200px;
	height: 310px;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
}
#section2 ul li {
	display: table-cell;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#section2 ul li a {
	padding-top: 191px;
	display: block;
}
#section2 ul:first-child {
	border-top: 5px solid #f27d37;
	border-bottom: 5px solid #f27d37;
}
#section2 ul:first-child>li:nth-child(1) {
	background-image: url(../img/top/sec02_img01.jpg);
}
#section2 ul:first-child>li:nth-child(2) {
	background-image: url(../img/top/sec02_img02.jpg);
}
#section2 ul:first-child>li:nth-child(3) {
	background-image: url(../img/top/sec02_img03.jpg);
}
#section2 ul:first-child>li:nth-child(4) {
	background-image: url(../img/top/sec02_img04.jpg);
}
#section2 ul:last-child>li:nth-child(1) {
	background-image: url(../img/top/sec02_img05.jpg);
}
#section2 ul:last-child>li:nth-child(2) {
	background-image: url(../img/top/sec02_img06.jpg);
}
#section2 ul:last-child>li:nth-child(3) {
	background-image: url(../img/top/sec02_img07.jpg);
}
.sec02_box {
	padding: 20px 0px;
	background-color: rgba(255, 255, 255, 0.7);
}
.sec02_txt {
	font-size: 24px;
	margin-bottom: 10px;
}
.sec02_btn {
	color: #fff;
	width: 202px;
	margin: auto;
	font-size: 12px;
	border-radius: 16px;
	padding: 6px 0px 6px 20px;
	background: url(../img/common/arrow01.png) no-repeat center left 80px #f27d37;
}
@media screen and (max-width:1680px) {
#section2 ul:first-child li .sec02_txt {
	font-size: 21px;
}
}
 @media screen and (max-width:1400px) {
#section2 ul:first-child li {
	display: block;
	float: left;
	width: 50%;
}
/*section03============*/
#section3 {
	padding: 80px 0px 100px;
	background-image: url("../img/top/sec3_bk.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#section3>div {
	position: relative;
}
#section3 h3 {
	margin-bottom: 40px;
}
.tp_case{margin: 0 2%;}

.tp_case li {
}
.tp_case li:last-child {
	margin-right: 0px;
}
.tp_case li a {
	display: block;
}
.tp_case-img, .tp_case-txt {
	background-color: rgba(255, 255, 255, 0.8);
}
.tp_case-img {
	padding: 10px;
}
.tp_case-txt {
	height: 62px;
	padding: 10px;
	margin-top: 5px;
	box-sizing: border-box;
}
.tp_case-txt span {
	display: block;
	padding-left: 10px;
	border-left: 5px solid #64c7e2;
}
.tp_case-more {
	color: #fff;
	width: 80%;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	background: url(../img/common/arrow02.png) no-repeat center left 12px #0c6aaa;
	margin: 20px auto;
}
.sec03_btn, .sec04_btn {
	font-size: 12px;
	position: absolute;
	text-align: center;
}
.sec03_btn a, .sec04_btn a {
	color: #fff;
	display: block;
	background: url(../img/top/btn_line.png), url(../img/common/arrow03.png);
	background-repeat: repeat-y, no-repeat;
}
.sec03_btn {
	top: 80px;
	right: 0;
}
.sec03_btn a {
	width: 130px;
	padding: 4px 8px 4px 0px;
	background-color: #f27d37;
	background-position: center left, center right 12px;
}
/*section04============*/
#section4 {
	padding: 80px 0px 90px;
}
#section4 h3 {
	margin-bottom: 40px;
}
.tp_news {
	width: 560px;
	padding: 40px;
	float: left;
	position: relative;
	box-sizing: border-box;
	background: url(../img/top/tp_news-rt.png) no-repeat right top #f2f2f2;
}
.tp_news-ttl {
	padding: 5px 0px 5px 10px;
	border-left: 8px solid #64c7e2;
}
.tp_news-ttl dt {
	font-size: 30px;
	margin-bottom: 7px;
	line-height: 120%;
	border-bottom: 1px dotted #ccc;
}
.tp_news-ttl dd {
	font-size: 12px;
}
.tp_news-list {
	padding: 0px 18px;
	margin-top: 20px;
	box-sizing: border-box;
	background-color: #fff;
}
.tp_news-list li {
	border-bottom: 1px dotted #ccc;
}
.tp_news-list li:last-child {
	border-bottom: none;
}
.tp_news-list li a {
	padding: 16px 0px;
	display: block;
}
.tp_news-list dt {
	color: #f27d37;
	margin-bottom: 5px;
	padding-left: 18px;
	background: url(../img/common/arrow04.png) no-repeat center left;
}
.tp_news-list dd span {
	color: #f27d37;
}
.sec04_btn {
	top: 80px;
	right: 30px;
	width: 104px;
}
.sec04_btn a {
	padding: 3px 8px 3px 0px;
	background-color: #64c7e2;
	background-position: center left, center right 5px;
}
.sec04_face {
}
/*ページトップ----------------*/
#page-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	cursor: pointer;
	z-index: 9999;
}
/*footer
--------------------------------------------*/
#footer {
	color: #fff;
	overflow: hidden;
	background-color: #f27d37;
}
.footer_in {
	overflow: hidden;
	padding: 30px 0px 15px;
}
.f_navi {
	font-size: 12px;
	padding: 10px 25px;
	margin-bottom: 20px;
	background-color: #fff;
}
.f_navi li {
	float: left;
	margin-right: 45px;
}
.f_navi li:last-child {
	margin-right: 0px;
}
.f_navi li a {
	display: block;
	padding-left: 15px;
	background: url(../img/common/arrow05.png) no-repeat center left;
}
#footer .hf_day dt {
	color: #333;
	background-color: #fff;
}
#footer .hf_tel p:first-child {
	background-image: url(../img/common/tel_icon02.png);
	background-position: 10%;
}
#copyright {
	padding: 3px 0px;
	text-align: center;
	border-top: 1px solid #fff;
}
#copyright a {
	color: #fff;
}
/*下層
--------------------------------------------*/
/*下層共通--------------------*/
#main_area {
	text-align: center;
	padding: 55px 0px;
	background: url(../img/common/main_bk.jpg) no-repeat center;
}
#main_area h2 {
	padding: 40px 0px;
	background: url(../img/common/main_ttlbk.png) no-repeat center;
	background-size: contain;
	width: 80%;
	margin: 0 auto;
}
#bread {
	margin-top: 15px;
}
#bread li {
	color: #b3b3b3;
	float: left;
	font-size: 12px;
	margin-right: 3px;
	padding-right: 15px;
	background: url(../img/common/bread_arrow.png) no-repeat center right;
}
#bread li:last-child {
	background: none;
}
#bread li a {
	color: #b3b3b3;
}
#content {
	padding: 60px 2% 80px !important;
}
.title01 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 15px;
	padding: 9px 0px 8px 10px;
	background: url(../img/common/line03.png) repeat-y center right 1px #f27d37;
}
.title01 span {
	padding: 2px 0px 3px 15px;
	background: url(../img/common/line02.png) no-repeat left top;
}
.title02 {
	color: #0c6aaa;
	font-size: 18px;
	margin-bottom: 15px;
	padding: 0px 0px 10px 20px;
	background: url(../img/common/ttl_img.png), url(../img/common/line01.png);
	background-repeat: no-repeat, repeat-x;
	background-position: left top 7px, left bottom;
}
.sec_mb01 {
	margin-bottom: 80px;
}
.sec_mb02 {
	margin-bottom: 60px;
}
/*site_map
--------------------------------------------*/
.site_list li {
	color: #0c6aaa;
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
}
.site_list li a {
	color: #0c6aaa;
	display: block;
	padding: 10px 25px;
	background: url(../img/site_map/arrow.png) no-repeat center left;
}
/*privacy
--------------------------------------------*/
.privacy_box {
	margin-bottom: 40px;
}
/*contact
--------------------------------------------*/
.cont_tel {
	margin-top: 20px;
}
.cont_tel li {
	float: left;
}
.cont_tel li:first-child {
	margin-right: 40px;
}
.cont_tel dt {
	color: #fff;
	width: 100px;
	font-size: 25px;
	vertical-align: middle;
	text-align: center;
	background-color: #64c7e2;
}
.cont_tel dd {
	width: 370px;
	height: 100px;
	font-size: 32px;
	color: #0c6aaa;
	line-height: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 15px 0px 10px 70px;
	border: 4px solid #64c7e2;
}
.tel_mobile {
	font-size: 22px;
}
.tel_mobile span {
	color: #444;
	font-size: 14px;
	font-weight: normal;
}
#contact dl {
	border-top: 1px dotted #999;
}
#contact dl:last-child {
	border-bottom: 1px dotted #999;
}
#contact dt {
	width: 260px;
	padding: 18px 0px 18px 20px;
	background: url(../img/common/ttl_img.png) no-repeat left top 23px;
}
#contact dt span {
	color: #f27d37;
	font-size: 12px;
	padding-left: 5px;
}
#contact dd {
	width: 720px;
	padding: 15px 0px;
}
#contact dd li {
	float: left;
	margin: 4px 20px 4px 0px;
}
textarea, input#tel, #contact dd input[type=text] {
	width: 98%;
	padding: 7px;
	border: none;
	background-color: rgba(153, 153, 153, 0.2);
}
textarea {
	height: 105px;
}
.contact_btn ul {
	margin-top: 30px;
	text-align: center;
}
.contact_btn li {
	padding: 0px 10px;
	display: inline-block;
}
.error-text {
	color: #f44336;
}
#form_btn {
	color: #fff;
	border: none;
	font-size: 16px;
	padding: 18px 73px;
	cursor: pointer;
	background: url(../img/contact/arrow.png) no-repeat center right 30px #64c7e2;
}
/*company
--------------------------------------------*/
.greeting {
	padding: 30px;
	background: url(../img/company/comp_bk.jpg) no-repeat center;
}
.greeting p:first-child {
	width: 600px;
	float: left;
	font-size: 16px;
	margin-right: 25px;
}
.comp_date dl {
	border-top: 1px dotted #ccc;
}
.comp_date dl:last-child {
	border-bottom: 1px dotted #ccc;
}
.comp_date dt {
	width: 230px;
	padding: 12px 18px;
	background-color: #f2f2f2;
}
.comp_date dd {
	padding: 12px 18px;
}
/*works
--------------------------------------------*/

.wks_link{
}

.wks_link li {
	float: left;
	margin-bottom:20px !important;
	text-align: center;
}

.wks_link li img{
	width: 90%;

}

.wks_link li:nth-child(4n) {
	margin-right: 0px;
}
.wks_txtlt {
	width: 608px;
	float: left;
	margin-right: 32px;
	letter-spacing: -0.5px;
}
.wks_txtbox {
	margin-bottom: 50px;
}
.nayami_list {
	padding: 10px 2%;
	background: url(../img/works/masu.jpg) repeat center;
	margin-bottom: 20px;
}
.nayami_list ul{
}


.nayami_list>ul>li {
}
.nayami_list>ul>li:first-child {
	background: url(../img/works/arrow.png) no-repeat center bottom;
	margin-bottom: 20px;
	padding-bottom: 60px;
}
.nayami_list ul li li {
	font-size: 18px;
	padding: 8px 0px 8px 30px;
	background: url(../img/works/check.png) no-repeat center left;
}
.wks_point li {
	box-sizing: border-box;
	background-color: #f2f2f2;
	padding: 10px 2%;
}
.wks_point li:nth-child(2n) {
	margin-right: 0px;
}
.wks_point li:nth-last-child(-n+2) {
	margin-bottom: 0px;
}
.wks_point li:nth-child(1) dt {
	background-image: url(../img/works/point01.png);
	background-size: contain;
}
.wks_point li:nth-child(2) dt {
	background-image: url(../img/works/point02.png);
	background-size: contain;
}
.wks_point li:nth-child(3) dt {
	background-image: url(../img/works/point03.png);
	background-size: contain;
}
.wks_point li:nth-child(4) dt {
	background-image: url(../img/works/point04.png);
	background-size: contain;
}
.wks_point li dt {
	color: #fff;
	text-align: center;
	padding: 9px 0px;
	border-radius: 6px 6px 0px 0px;
	background-repeat: no-repeat;
	background-position: center left;
	background-color: #64c7e2;
}
.wks_point li dd {
	margin-top: 15px;
	letter-spacing: -0.6px;
	box-sizing: border-box;
}
.wks_list li {
	float: left;
	margin-right: 20px;
	text-align: center;
}
.wks_list li:last-child {
	margin-right: 0px;
}
.wks_list li p:last-child {
	color: #fff;
	font-size: 18px;
	padding: 10px 0px;
	background-color: #64c7e2;
}
.flow_list li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../img/works/arrow02.png) no-repeat center bottom;
}
.flow_list li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background: none;
}
.flow_box {
	padding: 20px 15px;
	margin-right: 30px;
	border: 4px solid #f2f2f2;
}
.flow_txt {
	width: 670px;
	float: left;
	letter-spacing: -0.4px;
	margin-right: 15px;
}
.flow_txt dt {
	color: #f27d37;
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../img/works/line.png) repeat-x bottom left;
}
.flow_txt dt span {
	color: #fff;
	width: 28px;
	height: 28px;
	font-size: 18px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	background-color: #f27d37;
}
.flow_txt dd {
	margin-bottom: 15px;
}
#wks_wall .wks_txtbox {
	margin-bottom: 60px;
}
/*更新項目
--------------------------------------------*/
ul.pagenation {
	margin-top: 15px;
	text-align: center;
}
.pagenation li {
	padding: 0px 5px;
	display: inline-block;
	border: 1px solid #f27d37;
}
li.current {
	color: #fff;
	background-color: #f27d37;
}
.single_txt {
	word-wrap: break-word;
}
.single_txt img {
	max-width: 100%;
	height: auto;
}
.page_btn {
	margin-top: 15px;
}
.page_btn a {
	color: #333;
}
.page_btn .left a {
	padding-left: 20px;
	background: url(../img/common/arrow_l.png) no-repeat center left;
}
.page_btn .right a {
	padding-right: 20px;
	background: url(../img/common/arrow_r.png) no-repeat center right;
}
/*news---------------------*/
.news_w {
	padding: 15px;
	border: 5px solid #f2f2f2;
}
.news_day {
	color: #f27d37;
	font-size: 12px;
}
.news_list li {
	margin-bottom: 40px;
}
.news_list li:last-child {
	margin-bottom: 0px;
}
.news_txt {
	margin-bottom: 10px;
}
.news_list .news_day {
	float: left;
	margin-top: 10px;
}
.news_btn {
	float: right;
	width: 125px;
	text-align: center;
	background: url(../img/common/btn_line.png) repeat-y center left #64c7e2;
}
.news_btn a {
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 6px 10px 6px 0px;
	background: url(../img/common/arrow03.png) no-repeat center right 14px;
}
/*case-------------------*/
.case_list li {
	width: 300px;
	float: left;
	margin: 40px 40px 0px 0px;
}
.case_list li a {
	display: block;
}
.case_list li:nth-child(3n) {
	margin-right: 0px;
}
.case_list li:nth-child(-n+3) {
	margin-top: 0px;
}
.case_img {
	padding: 10px;
	background-color: #f2f2f2;
}
.case_txt {
	padding: 9px;
	background-color: #64c7e2;
}
.case_txt div {
	color: #fff;
	padding-left: 10px;
	border-left: 5px solid #fff;
}
.case_more {
	padding-left: 20px;
	background: url(../img/common/arrow01.png) no-repeat center left;
}
.s_case-w {
	padding-bottom: 20px;
	background: url(../img/common/line01.png) left bottom repeat-x;
}
/*画像サイズ設定===========*/
.tp_case-img span {
}
.case_img .thumb {
}
 @media screen and (max-width: 1400px) {
.case_img .thumb {
 width: 100%;
}
}
.thumb {
}
.thumb img {
	width: 100%;
}
@media screen and (max-width:450px) {
* {
	box-sizing: border-box;
}
body {
	min-width: 0;
}
img {
	width: 100%;
}
#header h1 span {
	text-align: center;
}
.inbox {
	width: 100%;
}
.hf_logo {
	width: 80%;
	margin: 0 auto;
}
.hf_logo a {
	border-bottom: 5px solid #f27d37;
	padding: 5px;
}
.hf_tel, .hf_day {
}
#nav {
	background: #f27d37;
}
#nav li {
	width: 50%;
	border-left: none;
	border-right: 1px solid #e6e6e6;
}
#nav p {
	color: #fff;
	text-align: center;
	padding: 10px 0;
	position: relative;
	cursor: pointer;
	font-size: 1.8rem;
}
#nav p:after {
	content: '';
	position: absolute;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 6px solid transparent;
	top: 35%;
	right: 3%;
}
#nav li a {
	color: #fff;
}
#section1 {
	padding: 20px 0 30px;
}
.sec01_txt {
	padding: 5px 20px 15px;
	background-position: center bottom;
	background-size: 90%;
	height: 60em;
}
.sec01_txt p {
	width: 580px;
	font-size: 16px;
}
.sec01_txt p {
	width: 100%;
}
#section2 ul {
	min-width: 0;
}
.sec02_txt {
	font-size: 16px;
}
.sec02_btn {
	padding: 6px 0px 6px 0px;
	background-position: center left 10px;
}
.sec02_btn {
	width: 80%;
}
#section2 ul:first-child li {
	display: block;
	float: none;
	width: 100%;
}
#section2 ul:first-child li .sec02_txt {
	font-size: 18px;
}
#section3, #section4 {
	padding: 20px 0 30px;
}
#section4 h3 {
	margin-bottom: 10px;
}
.tp_line {
	padding-top: 15px;
}
.tp_ttl {
	font-size: 28px;
	margin-bottom: 10px;
}
.tp_case li {
}
.sec03_btn {
	top: 84px;
}
.tp_news {
	width: 100%
}
.sec04_face {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.f_navi li {
	font-size: 12px;
	width: 50%;
	margin-right: 0;
	padding: 10px 0;
}
#content {
	padding: 10px 0px 10px;
}
.title01 {
	font-size: 20px;
}
.site_list li {
	padding-left: 20px;
}
.cont_tel li:first-child {
	margin-right: 0;
}
.cont_tel dd {
	width: 100%;
	padding-left: 25px
}
.greeting p:first-child {
	width: 100%;
}
.sec_mb01 {
	margin-bottom: 0;
}
.sec04_btn {
	top: 106px;
}
.comp_date dt {
	width: 100px;
	padding: 10px 18px;
}
.wks_link li {
	float: left;
	margin: 0;
	width: 50%;
}
.wks_txtlt {
	width: 100%;
	margin-right: 0px;
	padding: 20px;
}
.wks_point li {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.wks_list li {
	margin-right: 0px;
	width: 50%;
}
.wks_list li p:last-child {
	font-size: 16px;
}
.flow_list li {
	margin-bottom: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.flow_list li:last-child {
	margin-bottom: 15px;
}
.flow_box {
	width: 100%;
	margin-right: 0;
}
.flow_txt {
	width: 100%;
	margin-right: 0px;
}
.case_list li {
	width: 100%;
	margin: 0;
}
#privacy .privacy_box {
	padding: 0 20px;
}
#contact_tp p {
	padding: 0 20px;
}
}
