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

body{
    font: 1.3rem/1.61538 "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; 
   margin: 0em;
}
p{
  font-size: 20px;
  color: #353434;
}
/* ヘッダ */
header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color:  rgba(255,255,255,0.8);
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
/* サイトロゴ */
header .logo{
  float: left;
  width: 260px;
}
header #logo {
  margin-top: 10px; 
  line-height: 2;
  font-family: "Limelight", cursive;
  width: 260px;
  text-align: left;
  color: white;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menubar .logo_name{
  margin:-15px 0 0 5px;
  font-size: 14px 
}
.menubar .logo_name span{
  font-size: 3px
}
/* 縮小時のサイトロゴ_START*/
header.smaller #logo {
  margin-top: 10px; 
  width: 220px;
}
header.smaller .logo_name{
  font-size: 12px
}
/* ヘッダー無料ボタン*/
.header .btn_cv {
  display: inline-block;
  width: 150px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  border-radius: 10px;
  color: #F99C3F;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #F99C3F;
  color: #F99C3F;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: -10px !important;
}
.header .btn_cv:hover {
  color: #fff;
}
.header .btn_cv::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.header .btn_cv:hover::after {
  background: #F99C3F ;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.header .btn_cv::before,
.header .btn_cv::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.header .btn_cv,
.header .btn_cv::before,
.header .btn_cv::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main
    {
     margin-left:auto;   
     margin-right:auto;   
     text-align:left; 
     background-color: #fff;   
    }

.main .content .space{
    padding: 30px;
}

  .main .top_img{
    text-align:center;
    margin: 0 0 100px 0;
  }
h1{
  color: #474747;
  
}
h2{
  line-height: 100px;
  vertical-align: middle;
  font-size: 32px;
  color:#fff;
  font-weight: normal;
  margin:auto;
}
h3{
  font-size: 38px;
  color: #454545;
  font-weight: normal;
  margin:5px;
}
h4{
  color: #5C5C5C;
  font-size: 25px;
  border-bottom: 1px #2459A0 solid;
}

h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	margin: 30px 0;
}


a{
  color:#353434;
  text-decoration: none;
}
.main .top_img .img_pc{ 
  margin: 80px auto 50px auto;
  width: auto;  
    height: auto;  
  display: block;
  
}
.main .top_img .img_mobile{
  margin: 30px 0 0 0;
  display: none;
  width: 100%;
}
.main .top_img .arrow .marquee{
  margin-top:-300px;
  padding-bottom:40px;
  text-align: center;
}
.main .top_img .arrow{
  text-align: center; 
  margin:auto;
}
.main .top_img .arrow .marquee .arrow_img{
  width: 100px
}
.header .menubar{
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 20px 0 0;
}
.header .menubar .menu{
  float: right;
  margin:20px 0 0 0;
}
.header .menubar .menu a{
  margin:8px 0 0 20px;
  font-size: 13px
}
.main .content{
  text-align: center;
  margin-top: -43px;
}
.main .workstyle_bar{
  width: 100%;
  height: 110px;
  margin: auto;
  background-color: #357EAF;
}
.content .workstyle_bar .tittle{
  padding-top: 10px;
}
.main .darkblue_bar{
  height: 110px;
  margin: 0 0 60px 0;
  background-color: #055393;
}
.main .workstyle_content{
  max-width: 1200px;
  margin: auto;
  padding: 0 0 50px 0;
}
.main .conplete_content{
  max-width: 600px;
  margin: auto;
  padding: 0 0 50px 0;
}
.main .conplete_content img{
  margin-top: 100px;
}
.main .conplete_content h1{
  font-size: 25px;
  color: #7E7E7E;
}
.main .workstyle_content .img_pc{
  width: 100%;
  margin: 45px 0 0 0;
}
.main .workstyle_content p{
  text-align: left;
}
.main .map{
  max-width: 1040px;
  margin: auto;
  text-align: center;
  padding-bottom: 70px;
}
.main .map img{
  max-width: 500px;
  width: 100%;
  float: left; 
  margin-right: 0!important;

}
#booth{
  margin-right:20px;
}

#workstyle_last{
  height: 150px;
}
#workstyle_last h2{
  line-height: 60px;
  padding-top: 15px;
}
.main .photo{
  margin: 0 0 80px 0;
  width: 100%;
}
.main .photo img{
  max-width: 500px;
  width: 100%;
}
.main .photo .stage01{
  margin-right: 20px;
}
.img_mobile{
  margin: 30px 0 0 0;
  display: none;
}
.main .content .office_risk{
  margin:auto;
  max-width: 1200px;
  
}
.main .content .office_risk .circle{
  border-radius:400px;
  width: 65px;
  height: 65px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin: auto;
}
.main .content .office_risk .btn1{
  background-color: #e274be;
}
.main .content .office_risk .btn2{
  background-color: #e88149;
}
.main .content .office_risk .btn3{
  background-color: #65c65d;
}
.main .content .office_risk .img{
  float:right;
  width: 600px;
}
.main .content .office_risk .txt{
  margin-top:100px;
  line-height: 180%;
  text-align: left;
  max-width: 550px;
}

.main .content .office_risk .reference{
  text-align: left;
  font-size: 14px;
  max-width: 550px;
}
.main .content .kot_bar{
  background-color: #068491;
  height: 350px;
  margin-top: 30px;
  
}
.main .content .kot_bar .crealogo{
  position: relative;
  margin: 35px 0 0 0;
}
.main .content .kot_catchcopy{
  position: absolute;
  line-height: 200%;
  margin-top: 150px;
  width: 100%;
  text-align: center;

}
.main .content .kot_bar .kot_bar_content{
  margin: auto;
}
.main .content .kot_merit{
  margin-bottom: 100px;
}
.main .content .kot_merit .txt{
  margin: auto;
  padding: 30px 0 50px 0;
  max-width: 1000px;
  width: 100%;
}
.main .content .kot_merit .tittle{
  max-width: 500px;
  width: 100%;
  margin: auto;
  border-bottom:solid 3px #0A5FB9;
}
.main .content .kot_merit .capture{
  max-width: 1100px;
}
.main .content .faq{
  max-width: 780px;
  margin: auto;
  text-align: left;
  padding-bottom: 30px;
  height: auto;
}
.main .content .faq .img{
  width: 100%;
  text-align: left;
  margin:0 10px 0 0;
}
.main .content .faq .faq_q{
  font-size: 45px;
  color:#00C1B8;
  margin-right:10px;
  
}
.main .content .faq .faq_a{
  font-size: 45px;
  color:#CF2847;
  padding:0 10px 0 0;
}
.main .content .faq .txt_a{
  padding: 0 0 20px 0;
}

.main .conversion_btn{
  width: 960px;
  margin: auto;
  padding: 10px 0 0 0;
  font-size: 24px;
  font-weight: nomal;
}
.main .conversion_btn p{
  font-size: 26px;
  padding-top: 50px;
  color: #FFFFFF;
  margin: 15px 0;
}
/*見積もりシミュレーションボタン*/
.main .conversion_btn .btn {
    color: #fff;
  padding:5px;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    width: 300px;
    height: 300px;
  float: left;
}
 
.main .conversion_btn .btn::before {
    content: '';
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: -1;
    border-radius: 50%;
    box-shadow:
        0 0 0 0 #fff,
        0 0 0 0 #66be5a;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.main .conversion_btn .btn:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.main .conversion_btn .estimate::before {
    background-color: #4CAF50;
}
.main .conversion_btn .estimate:hover::before {
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 27px #4CAF50;
}
.main .conversion_btn .info::before {
    background-color: #F57C00;
}
.main .conversion_btn .info:hover::before {
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 27px #F57C00;
}
.main .conversion_btn .trial::before {
    background-color: #e53935;
}
.main .conversion_btn .trial:hover::before {
    box-shadow:
        0 0 0 25px #fff,
        0 0 0 27px #e53935;
}
.main .conversion_btn .btn .arrow_cv{
  width: 30px;
  background-color: #FFF; 
    border-radius: 50%;
  padding: 7px;
}

.main .footer{
  margin: 100px 0 0 0;
  padding:20px;
  height: 200px;
}
.main .footer .content{
  width: 1100px;
  margin: auto;
}
.main .footer .content .footer_logo{
  width: 250px;
}
.main .footer .content .col-md-1{
  float: left;
}
.main .footer .content .col-md-2 {
  float: left;
  text-align: left;
  font-size: 18px;
  margin: 0 0 0 30px;
}
.main .footer .content .col-md-3 {
  float: left;
  font-size: 18px;
  color: #626262;
  text-align: left;
  margin: 0 0 0 30px;
}
.main .footer .content .col-md-2 ul{
  margin-top: 0;
}
.main .footer .content .col-md-2 ul li{
  list-style: none;
  
}
.main .footer .content .col-md-2 ul li a{
  color:#008731;
  
}
.main .footer .content .col-md-3 .number_font{
  font-size: 20px;
}
.col-md-3 .text-holder address{
   font-style: normal;
}
.col-md-3 .text-holder h4{
  margin-bottom:0;
}
.number_font{
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1.2;
  color: #31384d;
  font-size: 100.01%;
}
#animation {
margin: 50px 0;
font-size: 40px;
font-weight: bold;
color: #ff0000;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

table.company {
    max-width: 500px;
  width: 100%;
    margin: 40px auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 20px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #4A7FA4;
    vertical-align: middle;
    text-align: left;
    width: 200px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}
/*table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #9ACDE9;
    border-width: 10px;
    margin-top: -10px;
}*/
/* firefox */

 
table.company td {
    background: #f8f8f8;
    width: 500px;
    padding-left: 20px;
}
/*#fsCell53838391 h3{
  font-size: 20px;
}
#fsPage2734338-1 label{
  text-align: left;
}
.main .exhibit_contents{
  text-align:left;
  max-width: 500px;
  width: 100%;
  margin: auto;
}*/
/*フォーム*/
/*#field53838384{
  max-width: 650px;
  width: 100%;
    float: left;
}
#fsForm2734338{
  max-width: 650px;
}
#field53838385{
  width: 150px;
    float: left;
}
#field53838388{
  width: 100%;
  max-width: 650px;
    float: left;
}
#field53839306{
  width: 350px;
    float: left;
}
#field53839404{
  width: 350px;
    float: left;
}
#field53839406{
  width: 200px;
  float: left;
}
#fsSubmitButton2734338{
  padding: 20px 100px;
}

#field53838386{
  width: 300px;
}
#field53838386{
  width: 300px;
}
#fsCell53838386{
  width: 300px;
}
#fsRow2734338-3{
  width: 300px;
  float: left;
  margin-right: 5px;
}
#fsCell53838387{
  width: 300px;
  margin-bottom: 0 !important;
}
＃#fsRow2734338-2{
  width: 300px;
}
#fsRow2734338-4{
  margin-bottom: 0 !important;
}
#fsRow2734338-3{
  margin-bottom: 0 !important;
}
#field53838388{
  max-width: 650px;
  width: 100%;
}
#fsCell53838388{
  max-width: 650px;
  width: 100%;
}
#field53839406{
  width: 100px;
}
#label53838392{
  max-width: 500px;

  width: 100%;
}
#fsRow2734338-1{
  max-width: 650px;
  width: 100%;
}
#label53838392{
  max-width: 500px;
  width: 100%;
}
#fsCell53838392{
  max-width: 500px;
  width: 100%;
}*/*/
.fsRowBody  .fsLabel .fsRequiredMarker{
  color: #FF0004;
}
.fsSupporting{
  padding-top: 5px; 
  text-align: left;
}
.main .form_btn {
  display: inline-block;
  width: 400px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
}
.main .form_btn::before,
.main .form_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.main .form_btn,
.main .form_btn::before,
.main .form_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.main .form_btn:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
table.type07 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border: 1px solid #ccc;
  margin: auto;
}
table.type07 thead {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #236E98;
}
table.type07 thead th {
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  color: #fff;
}
table.type07 tbody th {
  max-width: 510px;
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  background: #fff;
  font-size: 20px;
}
table.type07 td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}
table.type07 .company{
  max-width: 320px;
}
h5{
position: relative;
display: inline-block;
padding: 0 100px;
}

h5:before, h5:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 70px;
height: 1px;
background-color: #315AA0;
}

h5:before {left:0;}
h5:after {right: 0;}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.workstyle_content img{
  /*border: 2px #676767 solid;*/
}
/*ボタン_START*/
.kot_link {
  display: inline-block;
  width: 300px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #333;
  border: 2px solid #333;
  color: #fff;
  line-height: 50px;
  font-size: 17px;
  border-radius: 5px;
  margin: 15px 0;
}
.kot_link::before,
.kot_link::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.kot_link,
.kot_link::before,
.kot_link::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.kot_link:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.kot_merit img{
  max-width: 700px;
  width: 100%;
}
.basis{
  font-size: 15px;
}
.kot_merit iframe{
  margin: 30px 0 0 0;
  max-width: 900px;
  max-height: 500px;
  width: 100%;
  height: 500px;
  /*max-width: 800px;
  max-height: 420px;
  min-width: 100%;*/
}

.td_th{
	border-left: 1px solid #fff;
}
.seminar p{
	text-align: center !important;
	line-height: 20px;
	max-width: 600px;
	margin: auto;
	padding-bottom: 15px;
}
.seminar_txt{
	margin-bottom: 20px;
}
.cv_bt {
  display: inline-block;
  max-width: 600px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #F99C3F;
  border: 2px solid #F99C3F;
  color: #fff !important;
  line-height: 70px;
  margin:10px 0 30px 0;
  border-radius: 10px;
	font-size: 30px;
}
.cv_bt::before,
.cv_bt::after {
  position: absolute;

  z-index: -1;
  display: block;
  content: '';
}
.cv_bt,
.cv_bt::before,
.cv_bt::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cv_bt:hover {
  background-color: #fff;
  border-color: #F99C3F;
  color: #F99C3F !important;
}
h5{
	margin: 15px 0 5px 0;
	font-size: 25px;
}
.seminar_tittle{
	width: 300px;
}
.fsRequiredMarker{
	color:red !important;
}
.fsFieldHorizontal h3{
	font-size: 20px !important;
}
#fsSubmitButton3095763{
	padding: 15px 100px !important;
}
.img_pc alignnone size-full wp-image-5224 {
width:100%;
max-width:100%;
min-width:480px;
}

@media screen and (min-width:480px) { 
    .media { display:none;}
    .img_pc alignnone size-full wp-image-5224 { display:inline;}

}




#fsForm3095763{
 display: inline-block;
max-width:1000px;
margin:0 auto;
}

#fsRow3095763-13 h3 {
font-size:20px;
}

#fsRow3095763-14{
clear:both;
text-align:left;
}

.fsEmbed .fsPage {
    text-align:left;
}

@media screen and (max-width:480px) {
.fsForm .fsLabelHorizontal .fsLabel+.fieldset-content, .fsForm .fsLabelHorizontal .fsLabel+.fsFieldHorizontal {
width:100% !important;
}
.fsForm .fsLabelHorizontal legend.fsLabelHorizontal, .fsForm .fsLabelHorizontal>label, .fsForm .fsLabelHorizontal>legend, .fsForm .fsLabelHorizontal>span.fsLabel {
    width: 100% !important;
    margin-bottom:3px; !important
}
}

<!--  MAP　写真　-->

.map {
display: inline-flex;
flex-direction: column;
}

@media screen and (min-width: 480px)　{
display: flex;
flex-direction: column;
float:none;
 }



#map_img01,#img_01 {
max-width:510px;
width:100%;
height:auto;
float:left;
}

#map_img02,#img_02 {
max-width:510px;
width:100%;
height:auto;
float:right;
}

div.photo {
max-width:1040px !important;
margin:auto !important;
}




<!--  出展内容　-->

div#ol_tittle {
    background: #357EAF !important;
    padding: 2em 0;
    color: #fff;
    width: 100%;
    margin: 0;
    text-align: center !important;
  border-bottom:dashed 1px #4A7FA4;
}

#content_bar {
  width: 100% !important;
  height: 110px !important;
  margin: auto !important;
  background-color: #357EAF !important;
}

.content .content_bar .tittle {
  padding-top: 10px;
}

.main .content_content {
  max-width: 1200px;
  margin: auto;
  padding: 0 0 50px 0;
}


h2 {
    line-height: 100px;
    vertical-align: middle;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    margin: auto;
}


.workstyle_content ul{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
  border: solid 2px #4A7FA4;
  margin-top:50px!important;
  max-width:1000px;
  margin:auto;
text-align:left;
}
.workstyle_content ul li{
  border-bottom: dashed 1px #4A7FA4;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
  list-style-type: none!important; 
}

.workstyle_content ul li:last-of-type{
  border-bottom: none; /*最後のliの線だけ消す*/
}

.workstyle_content ol {
list-style-type: decimal!important;
}

@media only screen and (max-width: 1064px) {
  header {
  /*  width: 95%;
    margin: auto 2.5%;*/
    padding: 0;
  }
  body{
    margin:0;
  }
  .main .content{
    width: 100%;
  }
  .main .content .space{
    padding: 20px;
  }
  /* サイトロゴ */
  header #logo {
    width: 200px;
    text-align: left;
    margin-top:15px
  }
  header.smaller #logo {
    margin-top:15px;
    width: 190px;
  }
  header.smaller .logo_name{
    font-size: 10px;
  }
  .menubar .logo_name{
    margin:-10px 0 0 10px;
    font-size: 10px 
  }
  .menubar .logo_name span{
    font-size: 5px
  }
  .header .menubar .menu .display_none{
    display: none;
  }
  
  .main .top_img .arrow .marquee .arrow_img{
    width: 30px;
    display: none;
  }
  .main .top_img .arrow .marquee p{
    display: none;
    padding: 0 0 50px 0;
  }
  

  .main .header .top_img{
    width: 500px;
  }
  h1{
    color: #2A2A2A;
    font-size: 15px;
  }
  h2{
    font-size: 14px;
    line-height: 70px;
  }
  h3{
    font-size: 20px;
  }
  .main .workstyle_content{
    padding: 0;
  }
  .main .workstyle_bar{
    height: 70px;
  }
  
  .content .workstyle_bar .tittle{
    padding-top: 0;
  }
  .main .content .workstyle_content {
    margin: 60px 2.5%;
    width: 95%;
  }
  #booth,
  .main .photo .stage01 {
    margin-right: initial;
  }



  .img{
    width: 100%;
    height: auto;
  }
  .main .content .office_risk .img{
    width: 100%;  
  }
  .main .darkblue_bar{
    margin: 0 0 40px 0;
    height: 70px;
  }
  p{
    font-size: 16px;
  }
  .main .content .kot_bar .kot_bar_content{
    margin: auto;
  }
  .main .content .kot_bar{
    height: auto;
  }
  .main .content .kot_bar .kot_bar_content .crealogo {
    width: 120px;
    line-height: 150px;
  }
  .main .content .kot_catchcopy {
    position: absolute;
    line-height: 170%;
    padding-top: 90px;
    text-align: center;
    max-width: 800px;
    margin: auto;
  }
  .main .content .kot_bar .crealogo{
        margin: 20px 0 0 0;
  }
  .main .content .faq{
    padding: 30px 20px;
  }
  .main .content .faq img{
    width: 20px;
  }
  
  .main .content .faq .faq_q{
    font-size: 30px;

  }
  .main .content .faq .faq_a{
    font-size: 30px;
  }
  .main .content .faq .txt_a{
    padding: 0 0 5px 0;
  }
  /*コンバージョンボタン_START*/
  .main .conversion_btn{
    width: 360px;;
  }
  .main .conversion_btn p{
    font-size: 12px;
    padding-top: 10px;
    margin: 5px 0 2px 0;
    color: #FFFFFF;
  }
  .main .conversion_btn .btn {
    width: 110px;
    height: 110px;
  }
  .main .conversion_btn .btn::before {
    width: 110px;
    height: 110px;
    box-shadow: 0;
  }
  .main .conversion_btn .btn:hover::before {
    transform: none;
    -webkit-transform: none;
  }
  .main .conversion_btn .estimate:hover::before {
    box-shadow: none;
  }
  .main .conversion_btn .info:hover::before {
    box-shadow: none;
  }
  .main .conversion_btn .trial:hover::before {
    box-shadow: none;
  }
  .main .footer .content{
    width: 100%;
    padding:5px;
  }
  .main .conversion_btn .btn .arrow_cv{
    width: 9px;
  }
  /*コンバージョンボタン＿END*/
  .main .footer .content .col-md-4{
    float: left;
    margin: 20px 0 0 0;
  }
  .main .footer .content .col-md-2{
    margin: 0;
    width: 100%;
  }
  .main .footer .content .col-md-2 ul{
    padding: 0;
  }
  .main .footer .content .col-md-3 {
    margin: 0;
  }

  .main .footer {
    padding: 20px 0;
    margin: 50px 2.5% 0;
    width: 95%;
  }

  .main .content .office_risk .circle{
    width: 50px;
    height: 50px;
    font-size: 33px;
  }
  .main .top_img .img_pc{
    width: 100%;
  }
  .main .map img{
    margin: 10px auto;
  }
  .main .map img,
  .main .photo img {
    margin: 20px auto;
  }


}

@media only screen and (max-width: 640px) {
  .main {
    overflow: hidden;
  }
  .header .menubar {
   max-width: 1200px;
   width: 100%;
   margin: auto;
   padding: 0 0 0 0;
  }
  .main .content .kot_merit .txt{
    padding: 20px 0 10px 0; 
  }
  .main .content .kot_merit{
    margin-bottom:30px;
  }
  .main .top_img .img_pc{ 
    width: auto;  
    height: auto;  
    display: none;
  }
  .main .top_img .img_mobile{
    margin-top: 65px;
    display: block;
  }
  .main .top_img{
    text-align:center
  }
  .img_pc{ 
    width: auto;  
    display: none;
  }
  .img_mobile{
    display: block;
  }
  .basis{
    font-size: 7px;
  }
  .menubar .logo_name{
    width: 200px; 
  }
  .header .btn_cv{
    margin: 0 0 2px 0px !important;
    
  }
  header .logo{
    width: 200px;
    margin-left: 5px;
  }
  .kot_merit iframe{
    margin: 30px 0 0 0;
    width: 100%;
    height: 300px;
  /*max-width: 800px;
  max-height: 420px;
  min-width: 100%;*/
  }
  .header .btn_cv {
    width: 120px;
  }
  .header .menubar .menu {
    margin-top: 25px;
    margin-right: 5px;
  }
  .main .footer{
    height: 700px;
  }
  label{
    background-color: #fff !important;
    border: none !important;
  }
  
  h1{
    color: #2A2A2A;
    font-size: 15px;
  }
/*  .main .photo .stage01{
    margin-right: 0;
    margin-bottom: 30px;
  }*/
  .main .form_btn {
    width: 300px;
    font-size: 12px;
  }
  table.type07 {
    font-size: 12px;
    }
  table.type07 tbody th{
    font-size: 12px;
  }
  .header .menubar .menu {
    float: left;
    margin: 25px 0 0 20px;
  }
	.cv_bt{
		font-size: 16px;
	}

}

@media only screen and (max-width: 320px) {
  .menubar .logo_name {
    width: 150px;
    margin: -10px 0 0 16px;
    font-size: 7px;
  }
  header .logo{
    width: 150px;
    margin-left: 5px;
  }
  header #logo {
    width: 150px;
  }
}  


/********  	関西：展示会サイト　お申込みフォーム：桐生   ********/
#form_space {
	max-width: 1200px!important;
    margin: auto!important;
}


@media screen and (min-width:480px) { 
    .media { display:none;}
    .img_pc alignnone size-full wp-image-5224 { display:inline;}
	
	.square_btn{
    padding: 10px!important;
}

.square_btn:hover {
    background:#f7a63c;
    color: #FFF;
}

#fsSubmitButton3211598 {
    font-size:15px!important;
    display: inline-block!important;
    padding: 10px!important;
	border-radius: 25px!important;
    text-decoration: none!important;
    color: #FFF!important;
    background:#F18800!important;
    transition: .4s!important;
}

#fsSubmitButton3211598:hover {
    background:#f7a63c!important;
    color: #FFF!important;
}


}