@charset "UTF-8";

/*
Theme Name: 賢威6.2 コーポレート版
Theme URI: http://www.seo-keni.jp/
Description: 賢威6.2 コーポレート版テンプレートです。
Version: 1.0
Author: 株式会社ウェブライダー
Author URI: http://www.web-rider.jp/
*/

/* Clearfix
--------------------------------------------------------*/
* html .clearfix,
* html .ui-helper-clearfix {
    height: 1%; /* IE5-6 */
}

.clearfix,
.ui-helper-clearfix {
    display: inline-block; /* IE7xhtml*/
}

html .clearfix,
html .ui-helper-clearfix {
    display: block; /* O */
}

.clearfix:after,
.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    font-size: 1px;
    overflow: hidden;
}
.clear {clear: both;}

/*--------------------------------------------------------
ヘッダー
-------------------------------------------------------*/
h1#site_title {
    font-size: 12.5px;
    color: #35bc28;
}

h1#site_title a {
    color: #35bc28;
    text-decoration: none;
}

div#top {
    border-bottom: 1px solid #35bc28;
}

.header-left {
    float: left;
    width: 64%;
}

.header-right {
    float: right;
    width: 26%;
}

div#header-in.clearfix {
    padding: 17px 0;
}

@media screen and (max-width: 376px) {
	.header-left {
		float: none;
		width: 100%;
	}

	.header-right {
		float: none;
		width: 70%;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------
グローバル　ナビ
-------------------------------------------------------*/
div#global-nav {
    background-color: #35bc28;
}

/*--------------------------------------------------------
TOP本文
-------------------------------------------------------*/

.jirei img {
    margin: 18px auto;
}


/*--------------------------------------------------------
フッター
-------------------------------------------------------*/
p.bold {
    font-weight: bold;
    font-size: 15px;
}


/*--------------------------------------------------------
スマホ非表示
-------------------------------------------------------*/
@media screen and (max-width: 640px) {
	.sp_none {
	display: none;
}
}



/*--------------------------------------------------------
LP	CSS
-------------------------------------------------------*/

.main-in {
    width: 950px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 5%;
    max-width: 100%;
}

#main-contents h2.lp_head {
    text-align: center;
    margin-bottom: 2%;
    border: none !important;
	margin-top: 1.5em;
}

.lp.contents {
    font-size: 18px;
}

.main-in p {
    margin-bottom: 3em;
}

p.bold_p {
    font-weight: bold;
}

span.under_bold {
    text-decoration: underline;
    font-weight: bold;
}

#main-contents h2.lp_head.bgblue {
    background-color: #1c68b4;
    color: #fff;
    font-weight: bold;
    font-size: 2.3em;
    box-sizing: border-box;
    padding: 3%;
    margin: 5% 0;
}

span.red.under {
    text-decoration: underline;
    font-weight: bold;
}
span.red.bold {
    font-weight: bold;
}
#main-contents h3.lp_head3 {
    padding: 1px 10px;
    border-left: 4px solid #1c68b4;
    border-bottom: 2px solid #1c68b4;
    font-size: 20px;
    background: none;
    font-weight: bold;
    margin-bottom: 2%;
    border-top: none;
    box-shadow: none;
    border-right: none;
}

div#main-and-sub.lp100 {
    float: none;
    width: 100%;
}

div#global-nav.lp_under {
    border-bottom: 2px solid #1c68b4;
    margin-bottom: 1%;
}

.lp_text_area {
    box-sizing: border-box;
    padding: 0 6%;
    font-size: 19px;
}

#main-contents table.lp_table th {
    width: 29%;
    box-sizing: border-box;
    padding: 2%;
text-align: center;
}

#main-contents table.lp_table td {
	padding: 2%;
	box-sizing: border-box;
}

#main-contents table.lp_table {
    font-size: 28px;
}

.lp_text_area.clearfix div {
    float: left;
    width: 30%;
}

#main-contents .lp_text_area.clearfix div h4 {
    border: 6px solid #3CB1FF;
    color: #3CB1FF;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin: 4%;
}

#main-contents .lp_text_area.clearfix div h5 {
    margin-top: 10%;
    border: 1px solid #ABABAB;
    padding: 6%;
    text-align: center;
    margin: 15% 11%;
    color: #3CB1FF;
}

#main-contents .lp_text_area.clearfix div .nagare_text {
    float: none;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ABABAB;
    box-sizing: border-box;
    padding: 12px;
}

.v-wrap.mgnb {
    margin-bottom: 6%;
}

#main-contents table.access_lp th {
    width: 24%;
    box-sizing: border-box;
    padding: 1.54%;
}
#main-contents table.access_lp td {
    padding: 1.54%;
    box-sizing: border-box;
}
#main-contents p.tc {
    text-align: center;
}

/*--------------------------------------
  コンタクトフォームスマホ
--------------------------------------*/

/* 相対要素の指定 */
section {
    position:relative;
}
  
/* 表示・非表示する要素の指定 */
#aaa {
    position: fixed;
    width: 100%;
    height: 13%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #FFF;
    display: none;
}

a.btn.ui-btn.ui-btn-primary-ocean-clear {
    display: block;
}
span.tel_number,
span.ui-btn-text.ui-fs13 {
    color: #fff;
    display: block;
}

li.tel_number {
    float: left;
    width: 49%;
}

li.top_back {
    float: right;
    width: 38%;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #0070C0;
    list-style: none;
}

.top_back a {
    color: #0070C0;
    text-decoration: none;
}

span.ui-btn-text.ui-fs13 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 6px;
}
span.tel_number {
    font-size: 20px;
    font-weight: bold;
    margin-top: -5px;
}

#aaa ul.clearfix {
    padding: 10px 3px;
    box-sizing: border-box;
}

li.f_sp_contact a {
    box-sizing: border-box;
}

li.f_sp_contact {
    list-style: none;
    float: right;
    max-width: 100%;
    width: 50%;
}

@media screen and (max-width: 640px) {
#main-contents h2.lp_head.bgblue {
    font-size: 20px;
}
.lp_text_area {
    font-size: 16px;
    padding: 0;
}
#main-contents table.lp_table {
    font-size: 17px;
}
#main-contents h2.lp_head.bgblue.fontsize20 {
    font-size: 20px;
}
}

@media screen and (max-width: 320px) {
	span.tel_number {
		font-size: 17px;
	}

	span.ui-btn-text.ui-fs13 {
		font-size: 10px;
		margin-top: 4px;
	}
	a.btn.ui-btn.ui-btn-primary-ocean-clear {
		background-position: 5px;
	}
	li.f_sp_contact a {
		max-width: 100%;
		width: 22px;
		font-size: 15px;
		padding: 13px 4px;
	}
}
