@charset "utf-8";
/* CSS Document */


body {
	word-wrap : break-word;
	overflow-wrap : break-word;
	min-width:980px;
	-webkit-text-size-adjust: 100%;
}

body {
min-width:1020px;
}

p {
	font-size: 16px;
	line-height: 1.5;
}

.opacity70 {
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}
.opacity70:hover {
	opacity: 0.7;
	filter: alpha(opacity=60);
}

.pc-hide {
display:none;	
	}

/* ▼以下、個別のスタイル▼ */

/* ▼上部ヘッダー▼ */

.header {
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px 2px #000000;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.50);
    position: relative;
}

.header-wrap {
	width:980px;
	margin:0 auto;
	padding-top:15px;
	padding-bottom:15px;
	}

.header-first, .header-second, .header-third {
    display: inline-block;
}

.header-first {
    padding-right: 14px;
    border-right: 1px solid #656565;
    float: left;
}

.header-second p {
    font-size: 16px;
    line-height: 1.3;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding-left: 14px;
    padding-top: 4px;
}

.header-third {
	float:right;
	}
	
.header-third li a {
	
	font-size:15px;
	font-weight:bold;
}	



.header-third li {
    display: inline-block;
    vertical-align: bottom;
}

.header-third li:first-child {
    margin-right:14px;
}

.header-third ul {
    margin-top: 13px;
}

/* ▲上部ヘッダー▲ */


/* ▼トップ▼ */

.top {
    background-image: url(../img/sky.jpg);
	    background-size: cover;
    background-position: center center;
		padding-top: 190px;
		
	}

.top-wrap {
    position: relative;
}

.top-wrap-character {
    position: absolute;
    z-index: 5;
    top: -191px;
    left: 63px;
}

.top-box-character {
    position: absolute;
}
	
.top-box {
    background-image: url(../img/top-board-right.png);
    background-repeat: repeat-x;
}	

.top-box:before {
    width: 50%;
    height: 100%;
    background-image: url(../img/top-board-left.png);
    background-repeat: repeat-x;
    background-size: inherit;
    content: "";
    position: absolute;
    right: 50%;
}

.top-wrap {
	width:980px;
	margin:0 auto;
	}


.accept-number {
        position: absolute;
    top: 205px;
    left: 420px;
    z-index: 10;
    font-family: 'Noto Sans JP', sans-serif;

}

.accept-number p {
    font-size: 86px;
    font-weight: bold;
    font-style: oblique;
}


.accept-number-date {
position: absolute;
top: 371px;
    left: 648px;
    z-index: 10;
    /* font-size: 30px; */
}

.accept-number-date p {
    font-size: 18px;
	font-weight:bold;
}

/* ▲トップ▲ */

/* ▼コンバージョンボタン▼ */

.conversion {
    background-color: #fcd80d;
}

.conversion-wrap {
    width: 980px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}

.conversion-wrap a{
display: block;
}

.conversion-wrap img{
display:block;
margin:0 auto;
}

/* ▲コンバージョンボタン▲ */

/* ▼コンバージョンボタン▼ */

.remain {
    background-color: #fcd80d;
}

.remain-wrap {
    width: 980px;
    margin: 0 auto;
}



.remain-wrap img{
display:block;
margin:0 auto;
    width: 83%;
}

/* ▲コンバージョンボタン▲ */

/* ▼問題▼ */

.problem {
    background-color: #444;
}


.problem-wrap-text p {
    margin-bottom: 25px;
	color:#fff;
}

.problem-wrap-text p:last-child {
    margin-bottom: 0px;
}

.problem-wrap-text span {
    color: blanchedalmond;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight:bold;	
	color: #FCD80D;
	font-size: 145%;
}

.problem-wrap {
    position: relative;
    width: 980px;
    margin: 0 auto;
    height: 380px;
    background-image: url(../img/problem.png);
    background-position: center center;
    background-size: cover;
}

.problem-wrap-text {
    position: absolute;
    margin-top: 6.5%;
}


/* ▲問題▲ */


/* ▼そこで登場したのが、現場ポータルRだ！▼ */


.concentrate-yellow-header {
    background-color: #FCD80D;
}

.concentrate-yellow-header-wrap {
    width: 980px;
    margin: 0 auto;
    position: relative;
    height: 156px;
}
	
.concentrate-yellow-header-wrap img {
    position: absolute;
    top: -28px;
    margin-left: 0%;
    left: 18%;
}

/* ▲そこで登場したのが、現場ポータルRだ！▲ */



/* ▼ただし、一味違います▼ */

.capture-yellow {
	  background-color: #FCD80D;
	}
	
.capture-yellow-wrap {
    width: 980px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
	
.capture-yellow-wrap img{
	display:block;
	margin:0 auto;
}

/* ▲ただし、一味違います▲ */

/* ▼ベネフィット部分▼ */

.benefit {
    background-image: url(../img/background-slash.png);
    background-repeat: repeat;
}

.benefit-wrap {
	width:980px;
	margin:0 auto;
	background-color:#fff;
	padding-top:35px;
	}

.benefit-wrap img {
    display: block;
    margin: 0 auto;
    width: 83%;
}




/* ▲ベネフィット部分▲ */

/*　▼黄色背景・黒字ボールドのヘッダー▼ */

.yellow-header {
    background-color: #FCD80D;

}
	
.yellow-header h3 {
    padding: 35px;
    text-align: center;
}

yellow-header-wrap {
	width:980px;
	margin:0 auto;
	}

/*　▲黄色背景・黒字ボールドのヘッダー▲ */


/*　▼キャプチャ画像部分▼ */

.screen-capture-wrap {
		width:980px;
	margin:0 auto;
	
	}

.screen-capture-wrap img {
    margin-bottom: 35px;
}	

/*　▲キャプチャ画像部分▲ */

/*　▼フッターイエロー▼ */

.footer-yellow {
    background-color: #FCD80D;	
	}
	
.footer-yellow-wrap {
    width: 980px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
}	


/*　▲フッターイエロー▲ */

/*　▼フッターブラック▼ */

.footer {
    background-color: #444;
}

.footer p{
    color:#fff;
	text-align:center;
	padding:20px;
}

/*　▲フッターブラック▲ */


/* ▼単純なキャプチャ画像上乗せのフォーマット▼  */
.capture-wrap {
    width: 980px;
    margin: 0 auto;
}

/* ▲単純なキャプチャ画像上乗せのフォーマット▲  */



/* ▼お問い合わせフォーム▼  */

.box table {
    width: 900px;
    margin: 0 auto 40px;
    margin-bottom: 27px;
}

.box table tr th {
    font-size: 16px;
    line-height: 22px;
    width: 204px;
    padding: 24px 0 20px 10px;
    border-bottom: dotted 1px #cccccc;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
}

.box table tr td {
    width: 696px;
    padding: 20px 0 20px 20px;
    border-bottom: dotted 1px #cccccc;
    text-align: left;
    box-sizing: border-box;
}

.box table tr td input[type="text"] {
    width: 100%;
    height: 30px;
    border: solid 2px #d5d5d5;
    box-sizing: border-box;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
}

input[type="text"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.box table tr td textarea {
    width: 100%;
    height: 266px;
    border: solid 2px #d5d5d5;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 16px;
    line-height: 26px;
    resize: none;
}

.box table tr td {
    width: 696px;
    padding: 20px 0 20px 20px;
    border-bottom: dotted 1px #cccccc;
    text-align: left;
    box-sizing: border-box;
}

.box table tr p {
padding-top:3px;
}



.box table tr th {
    font-size: 16px;
    line-height: 22px;
    width: 204px;
    padding: 24px 0 20px 10px;
    border-bottom: dotted 1px #cccccc;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
    vertical-align: top;
}

.box table tr th span {
    width: 49px;
    display: block;
    text-align: center;
    background-color: #b74a46;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    float: right;
}

.box h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 23px;
    text-align: center;
}

.box .sbox {
    width: 900px;
    height: 292px;
    margin: 0 auto 30px;
    padding: 30px 20px;
    box-sizing: border-box;
    border: solid 1px #d5d5d5;
    text-align: left;
    overflow: auto;
}

.box #agree {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
}



.box #submit input.send {
    line-height: 60px;
    font-size: 18px;
    width: 300px;
    font-weight: bold;
    border: 0px;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea7270+0,b52d2b+100 */
background: #ea7270; /* Old browsers */
background: -moz-linear-gradient(top,  #ea7270 0%, #b52d2b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ea7270 0%,#b52d2b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ea7270 0%,#b52d2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7270', endColorstr='#b52d2b',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 47px;
    margin-bottom: 35px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

.box #submit input.back {
    line-height: 60px;
    font-size: 18px;
    width: 300px;
    font-weight: bold;
    border: 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aaaaaa+1,686868+99 */
background: #aaaaaa; /* Old browsers */
background: -moz-linear-gradient(top,  #aaaaaa 1%, #686868 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #aaaaaa 1%,#686868 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #aaaaaa 1%,#686868 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#686868',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    display: inline-block;
    margin-top: 47px;
    margin-bottom: 35px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}


.box #submit input:hover {	
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;

  cursor:pointer;	
}

.box #submit {
	margin-bottom:65px;
	    text-align: center;
	}

.box .radio-box {
    position: relative;
    margin-top: 6px;
}

/* ▲お問い合わせフォーム▲  */


/* ▼お問い合わせフォーム-確認画面▼  */

.contact-check-discription {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 24px;
}

/* ▲お問い合わせフォーム-確認画面▲  */

/* ▼お問い合わせフォーム-完了画面▼  */

.contact-send-discription {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 24px;
}

.contact-send-discription-a {
    text-align: center;
    display: block;
    text-decoration: underline !important;
    padding-top: 60px;
    padding-bottom: 100px;
}

.contact-send-discription span {
    font-size: 16px;
    line-height: 1.6;
    display: inline-block;
    margin-top: 15px;
    padding: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* ▲お問い合わせフォーム-完了画面▲  */


/*▼横幅1020に修正▼*/

.capture {
    background-color: #fff;
}

.screen-capture {
    background-color: #fff;
}

.screen-capture-wrap {
    padding-top: 30px;
}

a#page-top {
	display: block;
	position: fixed;
	bottom: 60px;
	right: 40px;
	width: 79px;
	height: 80px;
	text-indent:100%; white-space:nowrap; overflow:hidden; /* text hidden set */
	background: url(../img/btn_pagetop.png) no-repeat;
	background-size: 79px 80px;
	z-index: 9999;
}

a#page-top:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/* ▼コンバージョンボタン修正 */

.conversion-fixed1 {
	
	background-color: #fcd80d;
    padding-top: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
	
}

.conversion-fixed1 ul li {
	display:inline-block;
	}
	
.conversion-fixed1 ul li a{
	display:inline-block;
	}	
	
/*	
.conversion-fixed1 ul li a img:first-child{
	margin-right:20px;
	}	

.conversion-fixed1 ul li a img:last-child{
	margin-left:20px;
	}
	*/
	
.conversion-fixed1 ul li:first-child {
	margin-right:20px;
	}		
	
.conversion-fixed1 ul li:last-child {
	margin-left:20px;
	}			
	
	
.conversion-fixed2 {
    background-color: #fcd80d;
	padding-top:10px;

}	

.conversion-fixed2 img{
margin:0 auto;
display:block;

}

/* ▲コンバージョンボタン修正 */


/* ▼ 20170403キャンペーンバナー追加 */


.campaign-banner-wrap {
    background-color: #fcd80d;
	text-align:center;
    padding-top: 50px;
}

.campaign-banner-wrap a{
	display: inline-block;
	margin:0 auto;
}


.campaign-banner-wrap img{
	display:block;
	margin:0 auto;
	

}

.campaign-describe-wrap {
		text-align:center;
    padding-top: 50px;
	}
	
.campaign-describe-wrap img{
	display:block;
	margin:0 auto;
}	


.campaign-banner-wrap-marginfix {
    margin-top: -40px;
    padding-bottom: 18px;
}

.privacy_text ul {
	list-style-type: disc;
	padding-left: 20px;
}

.privacy_text li {
	padding-top: 15px;
}



/* ▼SEO対策検証 */

div.seo-head {
padding: 14px 0px 2px 0px;
    width: 980px;
    margin: 0 auto;
}

h1.h1-seo {
    font-size: 12px;
    font-weight: bold;
}

/* ▲SEO対策検証 */