@charset "UTF-8";
@media only screen and (max-width: 864px) {
  .mincho {font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
.contact_info ul li .btn1{margin: 0 auto !important;}
	@media only screen and (max-width: 480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
  .sp_mt20 {
    margin-top: 20px;
  }
  .fixed {
    padding-top: 0px;
  }
  .scroll table {
    width: 640px;
  }
  .wp-login-head {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  #nav-drawer {
    position: relative;
    background: #0059B2;
    text-align: center;
  }
  .second_logo {
    text-align: left;
  }
  .second_logo img {
    max-width: 100%;
  }
  .ttl .top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
  .ttl .top .right {
    position: static;
    width: 100%;
  }
  .nav-unshown {
    display: none;
  }
  .contact_info ul {
    max-width: 100%;
    width: 100%;
    margin: 10px auto 20px;
  }
  .contact_info ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact_info ul li .btn {
    padding: 20px 0px;
    width: 180px;
  }
  .voice__block .box {
    width: 100%;
	  padding: 10px;
    margin-bottom: 20px;
  }
  .welfare .sub_ttl {
    margin-bottom: 20px;
  }
  .welfare .box {
    padding: 10px;
  }
  .welfare .box article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .welfare .box article .group:first-child {
    width: 100%;
  }
  .welfare .box article .group:last-child {
    width: 100%;
    padding-top: 15px;
  }
  .welfare .box article .group:last-child ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .welfare .box article .group:last-child ul li {
    width: 48%;
  }
  .welfare .box article .group:last-child ul li img {
    width: 100%;
  }
  .welfare .box article .group:last-child ul li p {
    padding-top: 10px;
  }
  .main_product .btn {
    margin: 0 auto;
    display: block;
    background: #00A99D;
    box-shadow: 2px 2px 4px gray;
    padding: 20px 0px;
    width: 230px;
    color: #FFF;
    text-align: center;
    transition: .5s all;
  }
  .main_product .btn:hover {
    opacity: 0.7;
  }
  .main_product table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  .main_product table tr {
    width: 100%;
  }
  .main_product table th, .main_product table td {
    box-sizing: border-box;
    padding: 20px;
    text-align: left;
    font-size: 94%;
    border: 1px solid #CCC;
    width: 100%;
    display: block;
  }
  .main_product table th {
    text-align: left;
    width: 100%;
    vertical-align: middle;
    border: none;
  }
  .process {
    padding: 10px 10px 0px 10px;
    background: url("../img/pro_bg.png") no-repeat bottom right;
  }
  .process .sub_ttl {
    font-size: 134%;
    margin-bottom: 10px;
    color: #3E516D;
  }
  .process ul li:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -15px;
    width: 13px;
    height: 28px;
    background: url("../img/icon4.png") no-repeat 0px 0px;
  }
  .top__slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__slide .left {
    width: 100%;
  }
  .top__slide .left .app_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
  }
  .top__slide .left .app_nav li {
    width: 48%;
    margin-bottom: 15px;
  }
  .top__slide .left .app_nav li:hover {
    opacity: 0.7;
  }
  .top__slide .left .app_nav li a {
    color: #3E526C;
    display: block;
    padding: 13px 12px;
    box-sizing: border-box;
    font-size: 84%;
    width: 100%;
    height: 100%;
  }
  .top__slide .left .app_nav li:before {
    content: "";
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    color: white;
    top: 8px;
    font-size: 144%;
    left: 8px;
  }
  .top__slide .left .box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .top__slide .left .box .thum {
    width: 100%;
  }
  .top__slide .left .box .thum ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .top__slide .left .box .thum ul li {
    display: block;
    width: 85px;
    height: 85px;
    overflow: hidden;
  }
  .top__slide .left .box .sp-slides {
    width: 100% !important;
  }
  .top__slide .left .box .sp-slides img {
    width: 100% !important;
  }
  .top__slide .right {
    width: 100%;
  }
  .top__slide .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
  }
  .top__slide .right ul li {
    border-bottom: 1px solid #CCC;
    padding-bottom: 11px;
    margin-bottom: 11px;
    width: 22%;
  }
  .top__slide .right ul li .inner {
    box-shadow: 2px 2px 4px gray;
    background: #667784;
    text-align: center;
    transition: .5s all;
  }
  .top__slide .right ul li .inner:hover {
    opacity: 0.7;
  }
  .top__slide .right ul li a {
    padding: 20px 0px;
    display: block;
    color: #FFF;
  }
  header {
    height: 350px;
  }
  header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    left: 0px;
    top: 0px;
  }
  header:after {
    content: "";
    position: absolute;
    width: 80%;
    top: 165px;
    left: 0px;
    height: 1px;
    background: #FFF;
  }
  header .main_visual .en {
    display: none;
  }
  header .main_visual .sub_ttl {
    left: 50px;
    top: 180px;
    font-size: 124%;
  }
  header .main_visual img {
    max-width: 70%;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
    padding: 10px;
    right: 0px;
    top: 0px;
    z-index: 1001;
    background: #1C58AF;
  }
  #nav-open span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    background: #FFF;
    display: block;
    content: '';
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #nav-open span:nth-of-type(1) {
    top: 13px;
  }
  #nav-open span:nth-of-type(2) {
    top: 23px;
  }
  #nav-open span:nth-of-type(3) {
    top: 33px;
  }
  #nav-open span:active:nth-of-type(1):active {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-open span:active:nth-of-type(2) {
    opacity: 0;
  }
  #nav-open span:active:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #000;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
    -webkit-overflow-scrolling: touch;
  }
  #nav-content .box {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    text-align: left;
  }
  #nav-content .box a {
    color: #fff;
  }
  #nav-content .box ul {
    margin-bottom: 15px;
  }
  #nav-content .box ul li {
    font-size: 104%;
    font-weight: bold;
    padding: 5px 0;
  }
  #nav-content .box ul li ul li {
    position: relative;
    padding-left: 20px;
    font-size: 94%;
  }
  #nav-content .box ul li ul li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 13px;
    width: 10px;
    height: 2px;
    background: #fff;
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .news_box {
    padding: 10px 10px 10px 10px;
  }
  .news_box dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 15px;
  }
  .news_box dl dt {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    font-size: 124%;
  }
  .news_box dl dd {
    color: #333333;
    width: 100%;
    box-sizing: border-box;
  }
  .news_box dl dd a {
    color: #1C58AF;
    text-decoration: none;
    position: relative;
  }
  .news_box .img_wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  footer {
    padding-top: 60px;
  }
  footer .link {
    padding-top: 30px;
  }
  footer .link .wrap {
    flex-wrap: wrap;
  }
  footer .link .wrap div {
    width: 100%;
    padding-left: 0px;
  }
  footer .link .wrap div .box {
    border-left: none;
    padding-bottom: 30px;
  }
  footer .copy {
    background: #3E516D;
    padding: 20px 0px;
    color: #FFF;
    font-size: 94%;
  }
  footer .copy .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .copy .wrap div {
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
  }
  footer .copy .wrap div ul {
    justify-content: center;
    color: #FFF;
    margin-bottom: 10px;
  }
  footer .copy .wrap div ul li {
    margin-right: 20px;
  }
  footer .copy .wrap div ul li a {
    color: #FFF;
    font-size: 94%;
  }
  footer .copy .wrap div p {
    font-size: 84%;
    text-align: center;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  /*/////////// サイトマップ ////////////*/
  .sitemap ul {
    flex-direction: column;
  }
  .sitemap ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap ul li:last-child {
    margin-bottom: 0px;
  }
  .sitemap ul li span {
    color: #1C58AF;
  }
  /*/////////// header ////////////*/
  .content_block {
    padding: 20px 0px;
  }
  /*/////////// nav ////////////*/
  .nav {
    padding-bottom: 0px;
  }
  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  .sp_tel {
    position: fixed;
    z-index: 1001;
    right: 50px;
    top: 0px;
    font-size: 200%;
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #468C00;
    line-height: 50px;
    text-align: center;
  }
  .sp_tel a {
    color: #FFF;
    display: block;
  }
  .top__company {
    display: flex;
    flex-wrap: wrap;
  }
  .top__company .box {
    width: 100%;
  }
  .top__company .box .sub_ttl {
    border-bottom: 1px solid #CCC;
    padding: 0px 0px 7px 15px;
    font-size: 114%;
    margin-bottom: 20px;
  }
  .top__company .box table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  .top__company .box table tr {
    width: 100%;
  }
  .top__company .box table th, .top__company .box table td {
    box-sizing: border-box;
    padding: 8px;
    text-align: left;
    font-size: 94%;
    width: 100%;
    display: block;
  }
  .top__company .box table th {
    text-align: left;
    width: 100%;
  }
  .top__map .border_bottom {
    border-bottom: 1px solid #CCC;
  }
  .top__map .box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .top__map .box .sub_ttl {
    color: #808080;
    font-size: 114%;
    margin-bottom: 10px;
  }
  .top__map .box .sm_ttl {
    color: #4D4D4D;
    font-size: 104%;
    margin-bottom: 10px;
  }
  .top__map .box .img__align {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  /*.top__map .box .img__align li {
    width: 48%;
  }*/
	
  .top__map .box .img__align li img {
    width: 100%;
  }
  .top__map .box:nth-child(odd) {
    border-right: none;
  }
  .voice {
    background: none;
    padding-top: 30px;
  }
  .voice .box {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
  .voice .box .ttl__box {
    margin-bottom: 15px;
  }
  .voice .box .ttl__box li:last-child {
    padding-left: 15px;
    width: 80%;
  }
  .voice .box .ttl__box .copy span {
    font-size: 104%;
  }
	
	span.pc_none {
    color: black !important;
    display: inline !important;
}
}

@media screen and (max-width: 640px) {
  #page-top {
    font-size: 200%;
  }
  #page-top a {
    padding: 0px 5px;
    line-height: 0;
  }
  .middle_ttl {
    margin-bottom: 20px;
    position: relative;
    font-size: 114%;
    padding: 5px 0px 5px 25px;
    color: #786C59;
    border-left: 7px solid #FF8000;
  }
  .process ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .process ul li {
    width: 32%;
    position: relative;
    margin-bottom: 20px;
  }
  .process ul li:after {
    display: none;
  }
  .process ul li:nth-child(4n):after, .process ul li:last-child:after {
    display: none;
  }
  .top__message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__message .left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .top__message .right {
    width: 100%;
  }
  .scroll table {
    width: 640px;
  }
  .middle_ttl {
    font-size: 140%;
  }
  header {
    height: 320px;
  }
  header:after {
    content: "";
    position: absolute;
    width: 95%;
    top: 165px;
  }
  header .main_visual .en {
    display: none;
  }
  header .main_visual .sub_ttl {
    font-size: 114%;
  }
  /*/////////// 会社概要 ////////////*/
  .company_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .company_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .company_tbl table th, .company_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .company_tbl table thead {
    display: none;
  }
  .company_tbl table tbody {
    text-align: left;
  }
  .company_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .company_tbl table tbody td {
    background: white;
  }
  /*/////////// お問い合わせ ////////////*/
  .contact {
    padding: 10px;
  }
  form table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  form table th, form table td {
    display: block;
    box-sizing: border-box;
    padding: 25px 10px;
  }
  form table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px !important;
  }
  form table td {
    width: 100%;
    padding-top: 0px !important;
  }
  form table .normal_txt {
    width: 100%;
  }
  form table .small_txt {
    width: 50%;
  }
  /*/////////// プライバシーポリシー ////////////*/
  .policy article {
    margin-bottom: 30px;
    background: #EEEEEE;
    padding: 15px;
    box-sizing: border-box;
  }
  .policy article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .policy article ul li:first-child {
    min-width: auto;
    min-width: initial;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .policy article ul li:last-child {
    padding-left: 0px;
    line-height: 1.7;
  }
  .quality .facility {
    padding: 10px;
  }
  .quality .facility ul li {
    width: 48%;
  }
  .quality .facility ul li p {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 84%;
  }
  .quality .img_box ul li {
    width: 48%;
    position: relative;
    margin-bottom: 30px;
  }
  .quality .img_box ul li img {
    width: 100%;
  }
  .quality .img_box ul li .inner {
    width: 100%;
    height: 56px;
    font-size: 84%;
  }
	
	/****メニュー全体****/
#menu{
	/*配置*/
	display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
	padding: 10px;
    right: 0px;
    top: 0px;
    z-index: 1001;
    background: #1C58AF;
}


/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 30px;
	height: 30px;
	/*配置*/
	overflow: hidden;
	top: 0;
	right: 0;
}

#menu .menuopen{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

#menu .menuclose{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background:#0059B2;
	width: 400px;
	/*配置*/
	position: absolute;
	top: 50px;
	right: 0;
}

#menu li{
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	/*デザイン*/
	padding: 0 10px;
	color: rgba(0,0,0,1);
	border-bottom: 0px rgba(255,255,255,1) solid;
	height: 0;
	/*配置*/
	overflow: hidden;
	pointer-events: auto;
}

/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

#menu:target .menuclose{
	/*配置*/
	display: block;
}

#menu:target li{
	/*デザイン*/
	padding: 10px;
	height: 40px;
	border-bottom: 1px rgba(255,255,255,1) solid;
}
a.menuopen1 {
    color: white;
}
/*** メインエフェクト ***/
#nav-open .close{
  background: transparent;
}
#nav-open .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#nav-open .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#nav-open .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.top__company .box .sub__img1 {
    text-align: right;
    padding: 5px 0px;
}

.pd204 {
    margin-left: 30px;
    margin-top: 0px !important;
}
}

@media screen and (max-width: 480px) {
  .br-sp {
    display: block;
  }
  .logo img {
    max-width: 100%;
  }
  .process ul li {
    width: 48%;
  }
  .use {
    margin-top: 30px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
  }
  .use article {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    position: relative;
    min-height: 240px;
  }
  .use article .content {
    width: 100%;
    padding: 45px 0px 0px 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }
  .use article .content .example {
    font-size: 104%;
    margin-bottom: 10px;
  }
  .use article .content p {
    margin-bottom: 20px;
  }
  .use article .content img {
    width: 100%;
    margin-bottom: 30px;
  }
  .use article .sub_ttl_box {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 140px;
  }
  .use article .sub_ttl_box .sub_ttl {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .use article .sub_ttl_box .sub_ttl h2 {
    font-size: 84%;
  }
  .use article:first-child {
    padding-top: 20px;
  }
  .top__slide .left .app_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
  }
  .top__slide .left .app_nav li {
    width: 49%;
    margin-bottom: 15px;
  }
  .top__slide .left .app_nav li:hover {
    opacity: 0.7;
  }
  .top__slide .left .app_nav li a {
    color: #3E526C;
    display: block;
    padding: 13px 12px;
    box-sizing: border-box;
   font-size: 75%;
    width: 100%;
    height: 100%;
  }
  .top__slide .left .app_nav li:before {
    content: "";
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    color: white;
    top: 14px;
    font-size: 144%;
    left: 5px;
  }
  .top__slide .left .flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__slide .left .flow ul .left_icon:after {
    left: -10px;
  }
  .top__slide .left .flow ul .right_icon:after {
    right: -25px;
  }
  .top__slide .right ul li {
    width: 49%;
  }
  .top__slide .right ul li .inner:hover {
    opacity: 0.7;
  }
  .top__slide .right ul li a {
    padding: 15px 0px;
  }
  .ttl {
    font-size: 114%;
    margin-bottom: 20px;
    border-left: 7px solid #3E516D;
  }
  .ttl .top .left .sub_ttl {
    width: 210px;
  }
	.left1 {
    width: 100%;
}
.sub_ttl3 {
		width:100%;
	}
	
  .ttl .top .right {
    font-size: 124%;
  }
  .ttl .copy {
    font-size: 94%;
    color: #3E516D;
    font-weight: normal;
    padding: 10px;
  }
  .common_btn {
    width: 80%;
    max-width: 300px;
  }
  .contact_info ul {
    max-width: 100%;
    width: 100%;
    margin: 10px auto 20px;
    flex-wrap: wrap;
  }
  .contact_info ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact_info ul li span {
    display: none;
  }
  .contact_info ul li:last-child {
    width: 100%;
  }
  .contact_info ul li .btn {
    padding: 10px 0px;
    width: 100%;
  }
	 .contact_info ul li .btn1 {
    padding: 20px 0px;
    width: 100%;
  }
  header {
    height: 220px;
  }
  header:after {
    content: "";
    position: absolute;
    width: 95%;
    top: 135px;
  }
  header .main_visual .main__logo {
    position: absolute;
    left: 10px;
    top: 40px;
  }
  header .main_visual .main__logo ul {
    display: flex;
    flex-wrap: nowrap;
  }
  header .main_visual .main__logo ul li {
    margin-right: 0px;
  }
  header .main_visual .main__logo ul li img {
    max-width: 75%;
  }
  header .main_visual .main__logo img {
    width: 70%;
  }
  header .main_visual .en {
    display: none;
  }
  header .main_visual .sub_ttl {
    font-size: 84%;
    top: 145px;
    left: 10px;
    max-width: 95%;
  }
	header .main_visual {
		background: url(../img/sp_main.jpg) no-repeat 0px 0px;
	}
	img.pc_none {
		width: 60% !important;
	}	
	ul.fl1 {
    display: flex;
    background: #F1F1F1;
    flex-wrap: wrap;
    width: 100%;
}
	li.wd50 {
    width: 100%;
}
	.pd201 {
   margin:0;
    padding: 5px;
}
	img.img1 {
    padding: 5px;
}
	p.mt20 {
    margin-top: 25px;
}
	
	  .use article .content img.img1 {
    width: 97%;
    margin-bottom: 30px;
  }
	form table td input {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #CCC;
     width: 100%; 
}
	li.wd80 {
    width: 90% !important;
		margin-left:0 !important;
		margin-right:0 !important;
		
}
	li.wd80 {
    padding-left: 20px;
}
	
}
