@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴシック", sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input,
fieldset,
legend {
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
img{
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.container{
	max-width:1000px;
	margin:0 auto;
	background:#FF6800;
	padding-bottom: 60px;
}
h2{
	font-size: 1.5em ;
	font-weight: bolder;
}
h3{
	font-size: 1.17em;
	font-weight: bolder;
}
p {
    font-size: 15px;
    margin-bottom: 10px;
}
p.normal_txt {
    font-size: 28px;
    font-weight: bold;
}
p.big_txt,
span.big_txt
{
	font-size: 62px;
	font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px darkgrey;
}
#tmp_wrap{
	background: url("../images/bg.jpg")repeat ;
	background-size:100% auto;
	width: 100%;
	overflow: hidden;
}
#tmp_checkservice{
	text-align: center;
	padding-bottom: 30px;
}
#tmp_checkservice .checkser_ttl{
	margin-bottom: 20px;
}
.checkser_contact{
   margin-top: 20px;
}
.checkser_contact p.big_txt {
    font-size: 53px;
    color: #ffff00;
    font-weight: bold;
    text-shadow: 1px 1px 1px lightyellow;
	position: relative;
}
.checkser_contact span {
    font-size: 35px;
}
.checkser_contact p.big_txt::before{
	top: 26px;
    left: 37px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 35px solid #ffff00;	
}
.checkser_contact p.big_txt::after{
	top: 26px;
    right: 37px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 35px solid #ffff00;	
}
.image_hover{
	position: relative;
    display: inline-block;
}
.image_hover .img_bottom {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
.image_hover:hover .img_bottom {
        display: inline;
    }
/*==========================tmp_about==============================*/
#tmp_about{
	text-align: center;
	padding-bottom: 30px;
}
#tmp_about .about_ttl h2{
	margin-bottom: 40px;
}
#tmp_about p.biggest_txt{
	font-size: 98px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px darkgrey;
	line-height: 60px;
}
#tmp_about span.biggest_txt{
    color: #ebde00;
    text-shadow: 1px 1px 1px #fff;
}
#tmp_about .about_boxImg{
	padding: 10px 75px;
	margin-bottom: 30px;
}
#tmp_about .about_boxImg .boxImg_warp{
	box-shadow: 0px 0px 10px #333;
	background: rgba(255,255,255,0.7);
	border: 5px #000 solid;
	padding: 20px;
}
#tmp_about .boxImg_list ul {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}
#tmp_about .boxImg_list ul li{
	width: 50%;
}	
#tmp_about .boxImg_list ul li .boxImg_item{
	border-bottom: #000 1px dotted;
	margin: 12px 10px;
}	
.boxImg_list .boxImg_item img {
    margin-bottom: 15px;
}
#tmp_about .about_rule{
	padding: 10px 75px;
}
#tmp_about .aboutRule_txt{
	box-shadow: 0px 0px 10px #333;
    background: rgba(255,255,255,0.7);
    border: 5px #000 solid;
    padding: 20px;
}
/*==========================tmp_about==============================*/
#tmp_discuss{
	text-align: center;
	padding-bottom: 30px;
}
h2.stroke {
    font-size: 62px;
    font-weight: bolder;
    -webkit-text-stroke: 2.7px black;
	color: #ebde00;
    text-shadow: 3px 3px 7px #1d1d1d;
}
h2.stroke span {
    font-size: 45px;
}
.discuss_solution{
    padding: 10px 75px;
}
.discuss_solution .solution_box{
	background-color:#ce0000;
	padding: 10px;
	margin-bottom: 20px;
}
.discuss_solution .solution_box h3{
	font-size: 30px;
    font-weight: bolder;
	color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.discuss_solution .solution_box p{
	background-color:#fff;
	padding: 30px 0 30px 0;
}
/*==========================tmp_price==============================*/
#tmp_price{
	text-align: center;
	padding-bottom: 30px;
}
#tmp_price .price_cnt{
	 padding: 10px 75px;
}
.price_cnt .price_cnt_warp{
	box-shadow: 0px 0px 10px #333;
    background: rgba(255,255,255,0.7);
    border: 5px #000 solid;
    padding: 20px;
}
.price_cnt_warp .price_option{
	display: flex;
}
.price_option p{
	padding: 0 30px;
}
.price_option p.price_box{
	width: 45%;
    background-color: #e7430d;
    box-shadow: 8px 7px 10px #000;
    padding: 20px;
    color: #fff100;
    font-size: 27px;
    font-weight: bold;
}
.price_option p.price_txt{
	width: 55%;
    padding: 5px 20px 0 23px;
    color: #000;
    font-size: 18px;
    text-align: left;
	font-weight: bold;
}
.priceDiscuss_txt {
	 padding: 10px 75px;
}
.priceDiscuss_txt p {
	color: #fff;
    padding: 10px 20px;
    font-size: 24px;
	background-color: #231815;
}
/*==========================#tmp_step==============================*/
#tmp_step{
	text-align: center;
	padding-bottom: 30px;
}
#tmp_step .step_cnt img{
	margin-bottom: 30px;
}
span.big_txt
{
	font-size: 62px;
	font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px darkgrey;
}
/*==========================#tmp_form==============================*/
#tmp_form{
	text-align: center;
	padding-bottom: 30px;
}
#tmp_form a{
	color: #000;
}
#tmp_form .contactForm{
	 padding: 10px 75px;
}
#tmp_form .contactForm form{
	box-shadow: 0px 0px 10px #333;
    background: rgba(255,255,255,0.7);
    border: 5px #000 solid;
}
.contactForm_warp{
	width: 50%;
	margin: 0 auto;
}
label, input, textarea{
    font-size: 12pt;
    line-height: 24pt;
	text-align: left;
}
input.block{
    display: block!important;
	width: 100%;
}
textarea{
	width: 100%;
}
form#mailformpro label {
	display: block!important; 
}
button.mfp_element_submit.mfp_element_all {
    background: none!important;
    border: none!important;
}
button {
    border: 0;
    overflow: hidden;
    background: none;
}
footer{
	height: 200px;
}
#tmp_footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
	background-color: #5c473d;
}
footer .footer_warp{
	position: relative;
}
footer .pagetop{
	position: absolute;
    top: -45px;
    right: 0;
}
nav.nav_footer{
	text-align: center;
	padding: 20px;
}
.nav_footer.container{
	background-color: #5c473d;
}
nav.nav_footer h2{
    color: #fff;
	text-align: center;
}
.nav_warp{
    display: flex;

}
.copyright {
    background: #000;
    color: #fff;
    padding: 10px;
}
.copyright a {
    background: #000;
    color: #FF6800;
    padding: 10px;
}
/*=====================tmp_parallax================================*/
h2.stroke.parallax{
    transform: translateY(150px);
    opacity: 0;
}
p.biggest_txt.parallax{
	transform: translateX(150px);
    opacity: 0;	
}
p.big_txt.parallax{
	transform: translateX(-150px);
    opacity: 0;	
}
h2.stroke.css_show{
    transform: translateY(0);
    opacity: 1;
	transition: all 0.6s linear;
	transition-delay: 0.2s;
}
p.big_txt.css_show,
p.biggest_txt.css_show{
	transform: translateX(0);
	opacity: 1;
	transition: all 0.6s linear;
	transition-delay: 0.2s;
}
/*=====================company================================*/
.table {
    padding: 10px 75px;
}
table.companytbl {
    padding: 20px;
    width: 100%
}
td a{
	color: #FF6800;
}
.banner a {
    color: #000;
	margin-bottom: 20px;
	display: block;
}
.banner a:hover {
    color: #000;
    text-decoration: underline!important;
}
#tmp_thanks{
	text-align: center;
	padding-bottom: 30px;
}
#tmp_thanks .thanks_cnt{
	 padding: 10px 75px;
}
#tmp_thanks .thanks_cnt_warp{
	box-shadow: 0px 0px 10px #333;
    background: rgba(255,255,255,0.7);
    border: 5px #000 solid;
    padding: 20px;
}