/* 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%;
 }
 ------------------------------------------------------------*/
html {
  height: 100%;
}
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;
	height: 100%;
}

a:link {
	color: #595757;
	text-decoration:none;
}

a:visited {
  color: #000;
}

a:hover,a:active {
	color: #595757;
	/*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: #231815;
	letter-spacing: 1px;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* 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;
}

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

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

#header {

}

* {
  margin:0; padding:0;
}

#header hr {
  border-color: #DBDCDC;
  border-style: solid 2px;
}

#head-menu1 {
  text-align: right;
  padding: 5px 0;
}

.head-tel, .head-con {
  display: inline-block;
  vertical-align: middle;
}

.head-con {
  padding: 5px 0 0 20px;
}

.head-con img {
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
}

.head-tel p {
  font-size: 30px;
  font-weight: bold;
  font-family: "Shin Go Regular","typesquare" !important;
  color: #231815;
}

.icon-tel1, .p-tel1 {
  display: inline-block;
  vertical-align: middle;
}

#head-menu2 {
  width: 980px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

#header-inner{
  width: 980px;
  display: block;
  margin: 0 auto;
}

.nav-list {
  text-align: center;
  padding: 8px 0;
  margin: 0 auto;
}

.nav-list-item {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.bg-red {
  padding: 20px 30px;
}

.bg-red:hover,.bg-red:active {
  background-color: #F4D2D5;
}

.b-right {
  border-right: 2px solid #DBDCDC;
  padding-right: 5px;
}

.s-p {
  color: #D40E19;
  font-size: 10px;
}

.l-logo {
  padding: 20px 103px 20px 0px
}

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

.main-bg {
  background-color: #EEEEEF;
  margin-top: 50px;
}

.menu-area {
  padding: 50px 0 80px 0;
}

.service-area {
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
}

.menu-box {
  background-color: #fff;
  height: 180px;
  text-align: left;
  margin-top: 30px;
}

.menu-box2 {
  margin-top: 40px;
}


.serv1-number p {
  font-size: 35px;
  text-align: left;
  font-weight: bold;
  color: #C71A1E;
  font-family: 'arial black';
}
.serv-1 {
  display: inline-block;
  /*border: solid 1px #595858;*/
  /*background-color: #fff;*/
  vertical-align: top;
  width: 20%;
  /*height: 200px;*/
  /*margin: 7px;*/
  padding: 20px 20px;
}
.serv1-p {
  padding-top: 20px;
}
.serv1-p p{
  text-align: left;
  font-family: "Shin Go Regular","typesquare" !important;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}
.right-space {
  margin-right: 4px;
}

.menu-img, .menu-p{
  display: inline-block;
  vertical-align: middle;
}

.m-p1, .m-p2 {
  display: inline-block;
  vertical-align: top;
}

.menu-p {
  width: 750px;
  /*padding: 30px 0;*/
}

.menu-p p {
  line-height: 35px;
}

.m-p1 {
  padding-left: 30px;
}

.m-p2 {
  padding-left: 100px;
}

.menu-btn-top {
  text-align: right;
  padding: 40px 0px 0 0;
}

.menu-btn-top img {
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
}

.hover3 img {
  color: #fff;
  cursor: pointer;
}

.hover3 img:hover {
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
}

.whatsnew {
  width: 980px;
  text-align: center;
  margin: 0 auto;
  display: block; 
  padding: 50px 0 80px 0;

}

.sub-title {
  text-align: left !important;
  border-left: 5px solid #8fc31f;
  /*padding-left: 20px;*/
}

.s-t1, .s-t2 {
  display: inline-block;
  vertical-align: middle;
}

.s-t1 {
  font-family: "Shin Go Regular","typesquare" !important;
  letter-spacing: 3px;
  font-size: 25px;
  padding-left: 10px;
}

.s-t2{
  font-size: 14px;
  color: #595757;
  padding-left: 25px;
}

.news-inner {
  padding-top: 30px;
}

.text-news {
  border-top: solid 2px #dcdddd;
  border-bottom: solid 2px #dcdddd; 
  padding: 20px 0;
  text-align: center;
}

.text-news span {
  font-weight: bold;
}

.text-news p {
  font-family: "Shin Go Regular","typesquare" !important;
  font-size: 14px;
  line-height: 30px;
}

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

.top-image img {
  width: 100%;
}
.greeting {
  padding: 30px 0 30px 0;
}
.g-p {
  padding: 20px 0;
}
.g-p p {
  text-align: left;
  line-height: 30px;
}
.overview {
  padding: 0px 0 100px 0;

}
.overview table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 20px;
}
.overview table th{
  /*border-bottom: solid 2px #8DC21F;*/
  padding: 5px 0;
  width: 30%;
  background-color: #ddd;
  background:linear-gradient(90deg,#C71A1E 0%,#C71A1E 13%,#ddd 13%,#ddd 100%);
}
.overview table td{
  border-bottom: dotted 2px #ddd;
  text-align: left;
  padding-left: 25px;
}

/*ここからaccess.html --------------------*/
.access {
  padding: 30px 0 30px 0;
}
.g-map {
  padding: 30px 0;
}
.map {
  padding-bottom: 100px;
}
.access-p{
  text-align: left;
  line-height: 30px;
}

/*ここからservice.html --------------------*/
/*.service {
  padding: 150px 0;
  text-align: center;
  background-image: url(../images/bg-comingsoon.png);
  background-repeat: no-repeat;  
  background-position: center;
}
.serv-bg {

}
.service p{
  font-weight: bold;
  line-height: 40px;
}
.service a{
  color: #C71A1E;
  border-bottom: solid 2px #3a3a3a;
}
.service a:hover {
  color: #C71A1E;
}
.service a:visited {
  color: #C71A1E;
}
.service span {
  font-size: 16px;
}*/


#body-inside {
  overflow-x: hidden;
}
.service-box1 {
  position: relative;
  text-align: left;
  padding: 80px 0;
}
.serv-number1 {
  position: absolute;
  top: 15px;
}
.serv-number1 p,.serv-number2 p {
  font-size: 80px;
  text-align: left;
  font-weight: bold;
  color: #C71A1E;
  font-family: 'arial black';
}
.serv-contents {
  background-color: #eee;
  padding: 50px;
}
.serv-icon,.serv-p {
  display: inline-block;
  vertical-align: middle;
}
.serv-p {
  font-size: 25px;
  font-weight: bold;
}
.serv-icon {
  padding-right: 20px;
}
.con-left,.con-right {
  display: inline-block;
  vertical-align: middle;
}
.con-left {
  width: 345px;
}
.con-right {
  width: 500px;
  padding-left: 30px;
}
.f-weight {
  font-weight: bold;
}
.f-red {
  color: #C71A1E;

}

.service-box2 {
  position: relative;
  text-align: left;
  padding: 80px 0;
}
.serv-number2 {
  position: absolute;
  top: 15px;
  right: 0px;
}
.serv-contents {
  background-color: #eee;
  padding: 50px;
}
.serv-icon,.serv-p {
  display: inline-block;
  vertical-align: middle;
}
.serv-p {
  font-size: 25px;
  font-weight: bold;
}
.serv-icon {
  padding-right: 20px;
}

/*ここからcontact.php --------------------*/
.hissu {
  font-size: 14px;
}

.hissu span {
  color: #d50f19;
}

.contact-area {
  padding-top: 50px;
}

.contact-t {
  padding-top: 50px;
}

.contact_p {
  width: 960px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contact_p p{
  text-align: left;
  font-weight: bold;
}

.contact_tel{
  font-weight: bold;
  font-size: 25px;
}

.telimg{
  padding-left: 124px;
  padding-bottom: 27px;
      padding-top: 30px;
}

.telp{
  padding-left: 181px;
}

.contact_table {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 100px;
}

#myform table {
    width: 100%;
    border-collapse: collapse;
}

#myform th {
    width: 270px;
    border-bottom: solid 7px #ffffff;
    border-top: solid 7px #ffffff;
    border-right: solid 7px #ffffff;
    background-color: #f9ddbc;
    font-weight: normal;
    font-size: 16px;
    height: 39px;
    padding-left: 17px;
}

#myform td {
    border: solid:1px #aaaaaa;
    padding: 0px;
    width: 373px;
}

.kakunin{
    display: inline;
    color: #f13737;
}

/*#name, #address, #mail, #mail2{
    width: 373px;
    height: 34px;
}
*/
#com{
  width: 373px;
  border-color:  #aaaaaa;
  height: 187px;
}

.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: 16px;
    letter-spacing: 1px;
}

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

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

#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;
    color: #515151;
    font-size: 16px;
}

#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 #ddd;
    background-color: #ddd;
    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: 12px;
    font-weight: normal;
    margin-right: 3%;
    padding: 4px 8px;
}

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

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



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


.kakunin {
    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));
}

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

.goback {
    display: inline-block !important;
    background-color: #595757;
    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-bottom: 25px;
}

.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_send input[type="submit"] {
    background-color: #ac0606;
    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;
}*/

.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: 50%;
}

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

.preparation {
    padding: 150px 0;
    text-align: center;
    background-image: url(../images/bg-comingsoon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.pre-bg p {
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}
.pre-bg a {
    color: #C71A1E;
}


/*ここからフッター --------------------*/

#footer {
  background:linear-gradient(90deg,#3a3a3a 0%,#3a3a3a 42%,#C71A1E 30%,#C71A1E 100%);
}

#footer hr{
  border-color: #DBDDDD;
  border-style: solid 1px !important;
}

.foot-bg {
  
  /*background-size: auto;*/
}

.rt-inner {
  width: 980px;
  height: 35px;
  text-align: right;
  margin: 0 auto;
  display: block;
}

.foot {
  width: 980px;
  text-align: left;
  margin: 0 auto;
  display: block;
  background:linear-gradient(90deg,#3a3a3a 0%,#3a3a3a 42%,#C71A1E 30%,#C71A1E 100%);
}

.foot p {
  font-size: 15px;
  color: #fff;
}

.foot-inner {
  padding: 60px 0;
}

.foot-address {
  padding: 10px 0;
  line-height: 25px;
}

.foot-left, .foot-center, .foot-right {
  display: inline-block;
  vertical-align: top;
}

.foot-left {
  text-align: left;
}

.icon-tel2, .p-tel2 {
  display: inline-block;
  vertical-align: bottom;
}

.p-tel2 p {
  font-size: 27px;
  font-weight: bold;
  font-family: "Shin Go Regular","typesquare" !important;
  color: #fff;
}

.btn-tel img {
  filter: drop-shadow(4px 6px 4px rgba(0,0,0,0.3));
}

.foot-list {
  font-size: 14px;
  color: #fff;
}

.foot-list {
  text-align: left;
}

.foot-list-item {
  list-style: none;
  line-height: 40px;
}

.foot-list-item a{
  color: #fff !important;
}

.foot-center {
    padding: 0 100px 0 200px;
}

.copy {
  width: 980px;
  text-align: right;
  margin: 0 auto;
  display: block;
  padding: 5px 0;
  background:linear-gradient(90deg,#3a3a3a 0%,#3a3a3a 42%,#C71A1E 30%,#C71A1E 100%);
}

.copy p{
  font-size: 12px;
  color: #DBDDDD;
}



@media screen and (max-width:980px) { 
    /*　画面サイズが480pxからはここを読み込む　*/

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

    #header-inner {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    *, *: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: #039be5;
    }
    .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: #8fc31f;
    }
    /* 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;
    }

    /* 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: #ddd;
    }
    .cp_offcm03 li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #ffffff;
    }
    .cp_offcm03 a {
    padding: 30px;
    font-size: 2.3rem;
    font-weight: bold;
    }
    /* menu toggle */
    .cp_mobilebar {
    display: block;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 25px;
    width: 100%;
    height: 100px;
    background-color: #595858;
    }
    .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: #C71A1E;
    -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: #eeeeee;
    -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;
    }


    #main, .rt-inner, .foot, .whatsnew{
      width: auto;
      margin: 0 30px;
    }


    /*ここからindex.html*/
    ul.bxslider {
      padding-top: 100px;
    }
    .sub-title p{
      font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
    }
    .s-t1 {
      font-size: 2.3rem;
      font-weight: bold;
      padding-left: 20px;
    }
    .s-t2 {
      font-size: 1.1em;
    }
    .menu-box {
      background-color: #fff;
      height: auto;
      text-align: left;
      margin-top: 30px;
    }  
    .menu-p {
      width: 100%;
      padding: 35px 0;
    }
    .menu-p p{
      font-size: 1.7rem;
      line-height: 50px;
    }
    .m-p1, .m-p2 {
        display: inline-block;
        vertical-align: top;
        padding-left: 15px;
    }
    .menu-title-sp {
      background: linear-gradient(90deg,#88bc27 5%,#88bc27 5%,#595858 0%,#595858 100%);    
      padding: 5px;
    }
    .menu-title-sp p{
      color: #fff;
      font-weight: bold;
      font-size: 1.7rem;
      padding-left: 50px;
    }
    .menu-btn-top img {
      width: 60%;
    }
    .text-news {
      text-align: left;
      padding: 20px;
    }
    .text-news p{
      font-size: 1.3rem;
      line-height: 40px;
    }

    /*ここからcompany.html*/
    .top-image {
      padding-top: 100px;
    }
    .g-p p {
      font-size: 1.3rem;
      line-height: 35px;
    }
    .overview table td {
      border: none;
      font-size: 1.3rem;
    }
    .overview table th {
      font-size: 1.3rem;
      font-weight: normal;
    }

    /*ここからservice.html*/
    .service {
      padding: 30px 0 0 0;
    }
    .service p{
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 40px;
    }
    .service span {
      font-size: 1.2rem;
    }
    .serv-number1 {
        position: none;
        top: 0px;
    }
    .serv-number1 p, .serv-number2 p {
        font-size: 80px;
        text-align: left;
        font-weight: bold;
        color: #C71A1E;
        font-family: 'arial black';
    }
    .serv-number2 {
        position: none;
        top: 0px;
        right: 0px;
    }
    .con-left,.con-right {
      display: block;
    }
    .con-left {
      width: 100%;
    }
    .con-right {
      width: 100%;
      padding-left: 0px;
      padding-top: 30px;
    }
    .con-left p {
      font-weight: bold;
    }
    .f-weight {
      font-size: 1.5rem !important;
    }
    .serv-img img{
      width: 100%;
    }

    /*ここからaccess.html*/
    .access-p {
      font-size: 1.3rem;
      line-height: 40px;
    }    

    /*ここからcontact.php*/
    .hissu {
      font-size: 1.1rem;
    }
    .contact_table {
      width: auto;
      padding-bottom: 50px;
    }
    #contactForm table th {
      font-size: 1.3rem;
      width: 30%;
    }
    #contactForm input[type="text"], #contactForm select, #contactForm textarea {
      font-size: 1.3rem;
      letter-spacing: 2px;
    }

    /*ここからconfirm.php*/
/*    .goback, .send {
      width: 30%;
    }*/

    /*ここからthanks.php*/
    .tel-bg {
      width: auto;
      padding: 30px 10px;
    }
    .tel-box {
      padding: 20px 0 50px 0;
    }
    .tel-box p {
      font-size: 1.3rem;
    }
    .tel-box img {
      width: 65%;
    }   


    /*ここからfooter*/
    #footer,.foot, .copy {
      background: #666;
    }
    #footer a {
      color: #fff;
    }

    .foot {
      text-align: center;
    }
    .foot-center {
        padding: 0px;
    }
    .foot-address {
      padding: 10px 0;
    }
    .foot-address p{
      line-height: 35px;
      font-size: 1.5rem;
    }    
    .copy {
      background-color: #C71A1E;
      width: auto;
      border-top: 1px solid #fff;
    }
    .copy p {
        font-size: 1.0rem;
        color: #fff;
        text-align: center;
    }
    .p-tel2 p{
      font-size: 3.0rem;
    }
    .icon-tel2, .p-tel2{
      vertical-align: top;
    }
    .logo-sp {
      width: 60%;
    }


}

