/* CSS Document */
/*-----------------------------------------------------------
 フォントサイズの指定はYUI Fontsに基づき
 下記テーブルで指定します
 |px|%|
 |10|77|
 |11|85|
 |12|93|
 |13|100|
 |14|108|
 |15|116|
 |16|123.1|
 |17|131|
 |18|138.5|
 |19|146.5|
 |20|153.9|
 |21|161.6|
 |22|167|
 |23|174|
 |24|182|
 |25|189|
 |26|197|
 ex) 12px
 element {
 	font-size: 93%;
 }
 ------------------------------------------------------------*/
body {
	/*background-image: url(../images/bk_img.png);*/
	margin:0;
	padding:0;
	color:#333333;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.6;
	
}

a:link,a:visited {
	color: #c30d23;
	text-decoration:none;
}

a:hover,a:active {
	color: #f8b62d;
	/*text-decoration:underline;*/
}

/*a:hover img{*/
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

p {
	color: #595757;
	letter-spacing: 1px;
}

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

img {
  border-style: none;
}

a img {
  border-style: none;
}

#main {
  /*width: 980px;*/
  text-align: center;
  margin: 0 auto;
  display: block;
}
.head-top0,.head-top {
  padding-top: 166px;
}

.sp-area {
  display: none;
}
.pc-area {
  display: block;
}

.w980 {
  width: 1000px;
  margin: 0 auto;
}

/*ここからヘッダー --------------------*/

* {
  margin:0; padding:0;
}

#header {
  position: fixed;
  z-index: 9999;
  justify-content: space-between;
  width: 100%;
}
#head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-tel {
  font-size: 2.1em;
  font-weight: bold;
  font-family: "Shin Go Regular","typesquare" !important;
  color: #1e5ea2;
  display: block;
  text-align: center;
  height: 46px;
}

.tel-time {
  font-weight: bold;
}
.head-mail {
  margin: 3px 0;
}
#head p {
  color: #fff;
  text-align: right;
  font-size: 15px;
  letter-spacing: 2px;
}
#head-menu {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

#head-menu img:hover {
  background-color: #c30d23;
}

.head-outer {
 background-color: #c30d23;
}
#header-inner{
  width: 1000px;
  margin: 0 auto;

}
.nav-list {
  text-align: center;
  margin: 0 auto;
}
.nav-list-item {
  list-style: none;
  display: inline-block;
}
.nav-list-item img{
  padding: 20px 21px;
}

/*ここからindex.html --------------------*/

.whatsnew {
  background-color: #f8b62d;
}
.news-inner {
  padding: 25px 0;
  text-align: left !important; 
}

.title-news, .text-news {
  display: inline-block;
  vertical-align: middle;
}
.title-news {
  border-right: dotted 2px #fff;
  padding: 30px 153px;
  text-align: center;
}
.title-news p {
  font-family: "Toppan Bunkyu Midashi Gothic","凸版文久見出しゴシック";
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
}
.title-news span {
  font-size: 16px;
  color: #fff;
}
.text-news {
  padding-left: 20px;
  line-height: 35px;
}
.text-news p {
  font-family: "Shin Go Regular","typesquare" !important;
  font-size: 15px;
}

.about-top {
  background-color: #c30d23;
  padding: 30px;
}
.about-inner {
  background-color: #fff;
  padding: 40px 0;
  border-radius: 15px;
}
.img-top-about,.p-top-about {
  display: inline-block;
  vertical-align: middle;
}
.img-top-about {
  padding-right: 50px;
}
.p-top-about {
  width: 50%;
  border-left: dotted 5px #c30d23;
  padding-left: 50px;
}
.p-top-about p {
  padding-bottom: 30px;
  font-size: 15px;
}
.sub-t {
  font-family: "Toppan Bunkyu Midashi Gothic","凸版文久見出しゴシック";
  font-weight: bold;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 2px;
}
.sub-t span {
  font-size: 18px;
  color: #f8b62d;
}

.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 4rem;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  font-family: "Toppan Bunkyu Midashi Gothic","凸版文久見出しゴシック";
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #f8b62d;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #c30d23;
}
a.btn--radius {
  border-radius: 100vh;
}

.sub-t2 {
  font-family: "Toppan Bunkyu Midashi Gothic","凸版文久見出しゴシック";
  font-weight: bold;
  font-size: 20px !important;
  line-height: 23px;
  letter-spacing: 2px;
  color: #231815 !important;
}
.sub-t2 span {
  font-size: 18px;
  color: #f8b62d;
}
.menu {
  background-image: url(../img/bg-menu.png);
  background-repeat: repeat;
  padding: 60px 0;
}
.menu0 {
  background-image: url(../img/bg-menu.png);
  background-repeat: repeat;
  padding-top: 60px;
}
.menu-area {
  display: inline-block;
  vertical-align: middle;
}
.mr35 {
  margin-right: 35px;
}
.menu-title {
  padding-bottom: 15px;
}
.menu-btn {
  border: solid 5px #b81c25;
  border-radius: 5px 20px 20px 20px;
  position: relative;
  width: 470px;
  height: 300px;
  background: #fff;
}
.menu-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 30px solid #b81c25;
  border-right: 30px solid transparent;
}
.menu-btn2 {
  border: solid 5px #b81c25;
  border-radius: 5px 20px 20px 20px;
  position: relative;
  margin-top: 80px;
  width: 980px;
  height: 200px;
  background: #fff;
}
.menu-btn2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 30px solid #b81c25;
  border-right: 30px solid transparent;
}
.outer{
  display: table;
}
.inner{
  display: table-cell;
  vertical-align: middle;
}
.menu-top {
  padding: 30px;
}
.menu-p {
  font-weight: bold;
  color: #595757;
  font-size: 18px;
}
.line-con {
  display: inline-block;
  vertical-align: middle;
}
.line-p {
  padding: 0 30px;
}
.map {
  padding: 80px 0;
}
.g-map, .map-p {
  display: inline-block;
  vertical-align: middle;
}
.map-p {
  padding-left: 120px;
}
.map-p p{
  text-align: left;
  font-size: 15px;
}
.map-p span {
  font-weight: bold;
  font-size: 20px;
}

/*ここからふわっとするCSS --------------------*/

 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


/*ここからアクセス --------------------*/
.top-image {
  text-align: center;
  background-color: #e2f0f1;
  height: 150px;
}
.access p {
}
.sub-title {
  width: 200px;
  margin: 0 auto;  
  text-align: center;
  padding: 30px 0 30px 0;
}
.sub-title img {
  width: 18%;
}
.s-t1 {
  font-size: 25px;
  padding-bottom: 5px;
  border-bottom: solid 2px #1e5ea2;
  font-weight: bold;
}
.s-t2 {
  font-size: 14px;
  padding-top: 12px;
  letter-spacing: 3px;
}
.address,.gmap {
  text-align: left;
  padding-bottom: 40px;
}
.address p {
  font-size: 15px;
  padding: 0 25px;
}
.sub-title2 {
  margin: 20px 0;
  padding: 3px 0;
  background: linear-gradient(70deg,#e2f0f1 0%,#e2f0f1 50%,#B5DADC 30%,#B5DADC 100%);
  border-radius: 5px;
  text-align: left;
}
.s-t3,.s-t4 {
  display: inline-block;
  vertical-align: middle;
}
.s-t3 {
  font-size: 22px;
  font-weight: bold;
}
.s-t3 span {
  padding-right: 5px;
  font-weight: bold;
  color: #1e5ea2;
}
.s-t4 {
  font-size: 12px;
  letter-spacing: 3px;
  padding-left: 20px;
}

/*ここから会社概要 --------------------*/
table {
  width: 900px;
  margin: auto;
  text-align: left;
  border-collapse:collapse;
}
th,td {
  vertical-align: top;
  padding: 15px 15px 15px 50px;
}
th {
  font-weight: bold;
  width: 200px;
}
.tr1,.tr2 {
  /*border-bottom: dotted 1px #cfcfcf;*/
}
.tr2 {
    /*background: #f3f3f3;*/
}
.overview {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 50px;
  border: solid 2px #c30d23;
}
.overview span {
  /*color: #1e5ea2;*/
}

.about-com {
  background-color: #c30d23;
  padding: 30px;
}
.img-com-about {
  padding-bottom: 30px;
}
.p-com-about p {
  line-height: 35px;
}
.left-com,.right-com {
  display: inline-block;
  vertical-align: middle;
}
.p-com {
  font-size: 20px;
  font-weight: bold;
}
.name {
  padding-top: 50px;
}
.name p{
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.name span {
  font-size: 23px;
}

/*ここから事業内容 --------------------*/
.service h2 {
  text-align: left;
  border-left: solid 10px #c30d23;
  padding-left: 10px;
  margin-bottom: 20px;
}
.service h2 span {
  font-size: 18px;
  color: #f8b62d;
}
.serv-img,.serv-text {
  display: inline-block;
  vertical-align: middle;
}
.serv-text {
  width: 50%;
}
.serv-p {
  text-align: left;
  line-height: 30px;
}
.p40 {
  padding-left: 40px;
}

.menu-box img {
  margin: 12px;
}
.sub-title3 {
  /*padding-top: 30px;*/
  text-align:left;
  width: 405px;
}
.s-t5 {
  font-size: 25px;
  /*padding-bottom: 5px;*/
  padding-left: 15px;
  font-weight: bold;
}
.s-t, .st-icon {
  display: inline-block;
  vertical-align: middle;
}
.sub-title3, .serv-box {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.s-t6 {
  font-size: 12px;
  letter-spacing: 3px;
  padding-left: 20px;
}
.serv-image {
  padding: 20px 0px;
  margin-top: 30px;
}
.serv-image img{
  padding:10px;
  margin: 10px;
  background-color: #e8e8e8;
}
.service-box {
  text-align: left;
  padding: 20px 0;
}
.serv-box {
  border-left: 1px solid; 
  width: 504px;
}
.serv-box span {
  color: #1F5EA2;
  font-size: 19px;
  font-weight: bold;
}
.serv-box p {
  line-height: 28px;
}

.s-flow {
  text-align: center;
  padding-top: 50px;
}
.s-flow img{
  padding: 30px 0;
  width: 100%;
}

/*ここから催事のご紹介 --------------------*/
.works1, .works2 {
  display: inline-block;
  vertical-align: top;
}
.works-img {
  padding-bottom: 20px;
}
.works-img p{
  font-weight: bold;
}
.w-t2 {
  color: #8b8b8b;
}
.ex-p {
  text-align: left;
  padding-bottom: 10px;
}

/*ここから取引実績 --------------------*/
.achi-p {
  padding-bottom: 30px;
}
.achi-li ul {
  list-style: none;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
}
.achi-li span,.w-t1 {
  color: #c30d23;
  font-size: 16px;
}

/*ここからcontact.php --------------------*/
.hissu {
  color: #fff;
  font-weight: bold;
  background-color: #f8b62d;
  padding: 2px;
}
.contact {
  margin-bottom: 30px;
  padding: 40px;
  background-image: url(../img/bg-menu.png);
}
.con-p {
}
.con-p p {
  font-size: 15px;
  text-align: center;
}
.tsuiki {
  padding: 20px 0px;
}
.tsuiki p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 25px;
  color: #909090;
}
.tsuiki span {
  font-weight: bold;
  color: #c30d23;
}

.com_th{
  height: 192px;
}

.telp_p{
  padding-bottom: 51px !important;
}


.submit{
  text-align: center;
  padding-top: 26px;
  padding-bottom: 150px;
}

.lab2 {
  background: none;
  color: #000;
  font-size: 18px;
  margin-left: 30px;
  text-align: left;
}


/*--------------------------------------------------------
 フォームテーブル
---------------------------------------------------------*/
#contactForm table {
    box-sizing: border-box;
    border-collapse: collapse;
    margin-top: -1px;
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%;
    font-size: 14px;
}

#contactForm table th,
#contactForm table td {
    border: none;
    padding: 16px;
    vertical-align: top;
    text-align: left;
}

#contactForm table th {
    border-right: none;
    font-weight: normal;
    text-align: left;
    width: 208px;
    font-size: 15px;
    letter-spacing: 1px;
    /*border-right: dotted 1px #c30d23;*/
    /*background-color: #c30d23;*/
    background: linear-gradient(90deg,#c30d23 5%,#c30d23 5%,#fff 5%,#fff 100%);
}

#contactForm table th span {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
}

#contactForm table td {
    border-left: none;
}

#contactForm tr {
  /*border: dotted 1px #c30d23;*/
}

#contactForm table td .address {
    margin: 8px 0;
    color: #000;
    font-size: 16px;
    text-align: left;
    margin-left: 30px;
}

#contactForm table td .address .ttl {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100px;
}
.ttl {
  font-weight: bold;
  background-color: 
}
.blue-line {
  color: #fff;
  font-size: 20px;
  padding-right: 5px;
  font-weight: bold;
}
#contactForm table td .address .input {
    display: inline-block;
    vertical-align: middle;
    width: 73%;
}

#pc_version .section {
overflow: scroll;   /* スクロール表示 */ 
  width: 70%;
  /*height: 100px;*/
  border: 1px solid #ccc;
}

.textarea {
overflow: scroll;   /* スクロール表示 */ 
  width: 70%;
  border: 1px solid #ccc;
}


/*--------------------------------------------------------
 フォームスタイル
---------------------------------------------------------*/
#contactForm input[type="text"],
#contactForm select,
#contactForm textarea {
    border: solid 1px #595757;
    background-color: #fff !important;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    color: #515151;
    font-size: 16px;
}

.yuubin {
  width: 100px !important;
}

/*--------------------------------------------------------
 必須・任意アイコン【必ず設定してください】
---------------------------------------------------------*/
#contactForm .req,
#contactForm .fre {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    margin-right: 3%;
    padding: 1px 4px;
}

#contactForm .req {
    background-color: #f8b62d;
}

#contactForm .fre {
    background-color: #395bff;
}



/*--------------------------------------------------------
 確認・修正・送信ボタン【必ず設定してください】
---------------------------------------------------------*/
.mail_send {
    margin: 60px 0;
    text-align: center !important;
}


.kakunin {
    background-color: #f8b62d;
    border-radius: 35px;    
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 300px;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "YuGothic,'Yu Gothic', sans-serif";
    font-weight: bold;
    text-align: center;
    filter: drop-shadow(0px 10px 0px rgba(255,123,0,1));
}

.kakunin:hover {
  background-color: #ffcb5e;
  transform: translateY(0.1875em);
}

.goback {
    display: inline-block !important;
    background-color: #898989;
    border-radius: 35px;    
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 300px;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "YuGothic,'Yu Gothic', sans-serif";
    text-align: center;
    filter: drop-shadow(0px 10px 0px rgba(100,100,100,1));
    margin-bottom: 30px;
}

.goback:hover {
    background-color: #888888;
    transform: translateY(0.1875em); 
}

.send {
    display: inline-block !important;
    background-color: #d50f19;
    border-radius: 5px;    
    border: none;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    width: 300px;
    color: #ffffff;
    font-size: 1.5em;
    font-family: "YuGothic,'Yu Gothic', sans-serif";
    text-align: center;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
    margin-left: 10px;
}

.send:hover {
  background-color: #dc767b;
  transform: translateY(0.1875em);
}

.mail_check {
    max-width: 420px;
    overflow: hidden;
    margin: 40px auto;
}

.mail_check #contactform {
    float: right;
    text-align: center;
    width: 200px;
}

.mail_check .form_box1 {
    float: left;
    text-align: center;
    width: 200px;
}

.mail_check button {
    border: none;
    cursor: pointer;
    padding: 16px 0;
    width: 100%;
}

/*ここからthanks.php*/
.tel-t {
  background-color: #585757;
  width: 800px;
  text-align: center;
  margin: 0 auto;
}
.tel-t p{
  color: #fff;
}
.tel-box {
  text-align: center;
  padding: 20px 0 100px 0;
  text-align: center;
  
}
.tel-bg {
  background-color: #f5f5f5;
  padding: 30px 0;
  width: 800px;
  margin: 0 auto;
}
.tel-box p{
  font-size: 21px;
}
.tel-box img{
  padding: 15px 0;
  width: 65%;
}

/*ここからrecruit.html*/
.recruit-img-box {
  text-align: center;
  padding-bottom: 50px;
}
.rec-img,.rec-p {
  display: inline-block;
  vertical-align: middle;
}
.rec-p {
  width: 564px;
}
.rec-p p{
  text-align: left;
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
  color: #1e5ea2;
}
.rec-p span {
  background: linear-gradient(transparent 35%, #e2f0f1 0%);
}
.rec-img {
  text-align: right;
  width: 395px;
}
.rec-img img{
  width: 98%;
  box-shadow: 25px 25px 0px 0 #1f5ea2;
}

.sub-title5 {
  text-align: left;
  padding: 40px 0 20px 0;
}
.sub-title5 p {
  font-size: 19px;
  font-weight: bold;
}
.recruit-box1 {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  height: 300px;
  /*background: #e2f0f1;*/
  border: solid 5px #1e5ea2;
  box-shadow: 20px 20px 0px 0 #b7dadb;
}
.rec-box1 {
  padding: 30px;
}
.rec-t {
  font-size: 25px;
  font-weight: bold;
  background-color: #1e5ea2;
  color: #fff;
  padding: 5px 0; 
  border-radius: 30px;
  margin-bottom: 20px;
}
.recruit-box0 {
  padding: 80px 0;
}
.rec-box1 img{
  margin-top: 20px;
}
.rec-tel {
  background-color: #e2f0f1;
  padding: 10px;
  margin-top: 10px;
}
.rec-tel p{
  font-size: 25px;
  font-family: "Shin Go Regular","typesquare" !important;
  font-weight: bold;
  line-height: 30px;
}
.rec-tel span {
  font-size: 18px;
}
.rec-tel1 {
  text-align: right;
  font-size: 12px;
}
.rec-left {
  margin-right: 40px;
}
.rec-right {
  margin-left: 40px;
}


/*ここから準備中*/
.preparation span{
    color: #c30d23;
    font-weight: bold;
}

/*ここからフッター --------------------*/
#footer {
  background-color: #c30d23;
}
.foot {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	display: block;	
}
.foot p {
  color: #fff;
}

.foot-inner {
	padding: 40px 0;	
}
.foot-name {
  font-weight: bold;
  font-size: 18px;
}
.foot-address {
	padding: 10px 0;
	line-height: 25px;
  font-size: 14px;
}
.foot-left, .foot-center, .foot-right {
  display: inline-block;
  vertical-align: top;
}
}
.foot-left {
  text-align: left;
}
.foot-center {
	padding: 0 150px;
  line-height: 40px;
}
.foot-right {
  line-height: 40px;
}
.p-tel p {
  font-size: 18px;
  font-weight: bold;
  font-family: "Shin Go Regular","typesquare" !important;
  color: #fff;
}
.btn-tel {
  padding-top: 20px;
}
.foot-list {
  font-size: 0.875em;
  color: #595757;
}
.foot-list {
  text-align: left;
  list-style: none;
}
.foot-list-item a,.foot-list-item2 a {
  color: #fff !important;
}
.foot-list-item2 {
  text-indent: 2em;
}
.copy-right {
  border-top: solid 1px#fff;
}
.copy-right p {
	font-family: "Shin Go Regular","typesquare" !important;
	font-size: 0.750em;
	font-weight:bold;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}



@media screen and (max-width:980px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
    .pc-area {
      display: none;
    }
    .sp-area {
      display: block;
    }

    #header-inner {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #head-menu1 {
      display: none;
    }
    #head-menu2 {
        width: 100%;
        margin: 0 auto;
        text-align: left; 
        background-color: #1e5ea2;
    }
    #main {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    /*スマホメニュー*/
    *, *:before, *:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    }
    ol, ul {
    list-style: none;
    }
    a {
    text-decoration: none;
    color: inherit;
    }
    .cp_cont {
    height: auto;
    }
    /* menu */
    .cp_offcm03 {
    position: relative;
    z-index: 5;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    -webkit-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    text-align: center;
    color: #ffffff;
    background-color: #fff;
    }
    .cp_offcm03 nav,
    .cp_offcm03 ul {
    height: 100%;
    }
    .cp_offcm03 li {
    display: inline-block;
    margin-right: -6px;
    border: none;
    }
    .cp_offcm03 a {
    display: block;
    padding: 12px 45px;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    }
    .cp_offcm03 a:hover {
    background-color: #f8b62d;
    }
    /* menu toggle */
    #cp_toggle03 {
    display: none;
    }
    #cp_toggle03:checked ~ .cp_offcm03 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    #cp_toggle03:checked ~ .cp_container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    .cp_mobilebar {
    display: none;
    }
    /* content */
    .cp_container {
    position: relative;
    top: 0;
    padding: 35px auto;
    -webkit-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    }
    .cp_content {
    margin: 0 auto;
    padding: 20px;
    height: 65vh;
    text-align: center;
    }

    @media (max-width: 980px) {
      .w980 {
        width: 100%;
      }
      .head-top0 {
        padding-top: 0px;
      }
      .head-top {
        padding-top: 100px;
      }
    /* menu */
    .cp_offcm03 {
    position: fixed;
    left: -500px;
    overflow-y: hidden;
    width: 500px;
    height: 100%;
    padding-top: 60px;
    color: #ffffff;
    background-color: #595858;
    }
    .cp_offcm03 nav {
    background: #fff;
    }
    .cp_offcm03 li {
    display: block;
    margin-right: 0;
    border-bottom: 3px dotted #f8b62d;
    }
    .cp_offcm03 a {
    padding: 30px;
    font-size: 2.3rem;
    font-weight: bold;
    color: #b81c25;
    }
    /* menu toggle */
    .cp_mobilebar {
    display: block;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 25px;
    width: 100%;
    height: 100px;
    background-color: #c30d23;
    }
    .cp_menuicon {
    display: block;
    position: relative;
    width: 60px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    }
    .cp_menuicon > span {
    display: block;
    position: absolute;
    top: 55%;
    margin-top: -0.3em;
    width: 100%;
    height: 0.3em;
    border-radius: 1px;
    background-color: #f8b62d;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    }
    .cp_menuicon > span:before,
    .cp_menuicon > span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background-color: #fff;
    -webkit-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
    }
    .cp_menuicon > span:before {
    -webkit-transform: translateY(-0.6em);
    transform: translateY(-0.6em);
    }
    .cp_menuicon > span:after {
    -webkit-transform: translateY(0.6em);
    transform: translateY(0.6em);
    }
    #cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    #cp_toggle03:checked + .cp_mobilebar span:before,
    #cp_toggle03:checked + .cp_mobilebar span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    }
    #cp_toggle03:checked ~ .cp_offcm03 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    }
    #cp_toggle03:checked ~ .cp_container {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    }
    /* content */
    .cp_container {
    top: 60px;
    height: 92vh;
    }
    }

    ul.bxslider {
        padding-top: 100px;
    }

    /*ここからindex.html*/
    .img-top-about, .p-top-about {
      display: block;
    }
    .img-top-about {
        padding-right: 0px;
    }
    .p-top-about {
        width: 100%; 
        border-left: none;
        padding-top: 20px;
        padding-left: 0px;
        margin: 0 auto;
    }
    .menu-area {
        display: block;
        vertical-align: middle;
    }
    .mr35 {
      margin-right: 0px;
    }
    .menu0 {
      padding: 80px 30px 0 30px; 
    }
    .menu {
      padding: 80px 30px;
    }
    .menu-btn {
      width: 100%;
      height: 280px;
      margin: 0 auto;
      margin-bottom: 30px
    }
    .menu-btn2 {
      margin-top: 30px;
      width: 100%;
      height: 280px;
      margin: 0 auto;
    }
    .whatsnew {

    }
    .news-inner {
    	padding: 0px;
    }
	.title-news, .text-news {
	    display: block;
	}
	.title-news {
	  border-right: none;
	  border-bottom: dotted 3px #fff;
    padding: 30px 0 25px 0;
    margin: 0 20px;
	}
	.sp-news-title {
	  text-align: center;
	}
	.sp-news-title p {
	  font-size: 1.8rem;
	  font-weight: bold;
	  color: #1e5ea2;
	  line-height: 25px;
	  padding: 20px 0 15px 0;
	}
	.sp-news-title span {
	  font-size: 1.2rem;
	}
	.text-news {
	  padding-left: 0px;
	  padding: 20px 30px 30px 30px;
	}
    .text-news p {
      font-size:1.0rem;
      line-height: 30px;
      font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
    }

    .map {
      padding: 80px 30px 50px 30px;
    }
    .g-map, .map-p {
        display: block;
        vertical-align: middle;
    }
    .map-p {
        padding-left: 0px;
        padding-top: 30px;
    }
    .map-p p {
      text-align: center;
    }


    /*ここからcompany.html*/
    .top-image {
      padding-top: 100px;
      background-color: #fff;
      height: auto;
    }
    .top-image img {
      width: 100%;
    }
    .sub-title img { 
    	width: 30%;
    }
    .about-inner {
      padding: 40px 30px;
    }
    .overview {
      margin: 0 0px 50px 0px;
      padding: 40px 30px;
    }
    .overview2, .overview3 {
      padding: 30px 20px;
    }
    table {
      width: 100%;
      margin: auto;
      text-align: left;
      border-collapse: collapse;
    }
    .overview th, .overview td {
      font-size: 1.1rem;
      display: block;
    }
   .overview th {
   	padding: 15px 0 5px 0;
    width: 100%;
   }
   .overview td {
   	padding: 10px 0 15px 20px;
   }
   .ov-box p {
    text-align: left;
    font-size: 1.3rem;
  }
    .s-t1 {
        font-size: 2rem;
        padding-bottom: 5px;
        border-bottom: solid 2px #1e5ea2;
        font-weight: bold;
    }
    .s-t2 {
      font-size: 1rem;
    }   
    .s-t3 {
        font-size: 2rem;
        font-weight: bold;
    }
    .s-t4 {
        display: none;
    }

    /*ここからaccess*/
    .access {
      padding: 0 30px 50px 30px;
    }
    .address p {
      font-size: 1.3rem;
    }

    /*ここからservice*/
    .p40 {
      padding-left: 0px;
    }
    .serv-text {
      width: 100%;
    }
    .serv-img img {
      width: 100%;
    }

    /*ここから取引実績*/
    .achi-li ul {
      font-size: 16px;
    }

    /*ここからcontact*/
    .con-p p {
    	font-size: 1.0rem;
    	text-align: left;
    }
    .tsuiki p {
    	font-size: 1.0rem;
    	line-height: 30px;
      text-align: left;
    }
    #contactForm table th {
    	font-size: 1.4rem;
    	width: 100%;
    	display: block;
      background: none;
      border-left: solid 10px #c30d23;
    }
	#contactForm table th {
		padding: 10px 16px;
	}
    #contactForm table td {
    	display: block;
    }
    #contactForm table {
    	width: 95%;
    }

    /*ここから準備中*/
    .preparation {
    	padding: 80px 20px;
    }
    .preparation p {
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 35px;
    }

    /*ここからrecruit.html*/
    .sub-title5 {
      padding: 20px 0 20px 0;
    }
    .sub-title5 p {
      font-size: 1.5rem;
      font-weight: bold;
    }
    .tr1 span {
      color: #1e5ea2;
      font-weight: bold;
    }
    .rec-p {
      width: 90%;
      padding-bottom: 30px;
    }
    .rec-p p {
      font-size: 1.3rem;
    }
    .rec-img {
      width: 60%;
    }
    .rec-img, .rec-p {
      display: block;
      margin: 0 auto;
    }
    .rec-left {
      margin-right: 0px;
      margin-bottom: 50px;
    }
    .rec-right {
      margin-left: 0px;
    }
    .recruit-box1 {
      display: inline-block;
      vertical-align: top;
      width: 80%;
      height: auto;
    }
    .rec-box1 img {
      width: 50%;
    }
    .rec-p2 {
      font-size: 1.3rem;
    }
    .rec-tel {
      padding: 15px;
    }
    .rec-tel span {
      font-size: 1.5rem;
    }
    .rec-tel p {
      font-size: 2.0rem;
      font-family: "Shin Go Regular","typesquare" !important;
      font-weight: bold;
      line-height: 35px;
    }
    .rec-tel1 {
      font-size: 1rem;
    }

    /*ここからfooter*/
    #footer {
    }
    #footer, .foot, .copy {
        background: ;
    }
    .logo-sp {
        width: 100%;
    }
    .foot {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .foot p {
      font-size: 1.0rem;
      line-height: 30px;
      font-weight: normal;
    }
    .foot-inner {
      background-size: 100%;
    }
    .foot-left, .foot-center, .foot-right {
        display: block;
    }
    .foot-center {
        padding: 0 30px;
        text-align: left;
    }
    .p-tel2 p {
        font-size: 1.1rem;
        font-weight: normal;
        font-family: "Shin Go Regular","typesquare" !important;
    }
    .copy {
      text-align: center;
      background-color: #c30d23;
      border-top: solid 1px #fff;
      font-size: 0.8rem;
      font-weight: normal;
    }
    .copy p {
      color: #fff;
    }

}

