@charset "utf-8";
@import url("style_mobile.css");
/* CSS Document */

@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff') format('woff'), /* Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; }

body {
	font-weight: 400;
	/*font-family: "Noto Sans Japanese";*/
    font-family: 'Noto Sans JP', sans-serif;
	height: auto;
	margin: 0;
	position: relative;
}

dl,dt,dd { margin: 0; }

#loader {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
}

#load {
	width: 100%;
	height: 100%;
}

#warpper {
	margin: auto;
	padding: 0 auto;
}

/* header */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0;
	z-index: 10;
}

header .logo { width: 340px; margin: 0 0 0 60px;  }
header .logo img{ width: 100%;  }
header .logo a {
	font-size: .8em;
    color: #fff;
    text-decoration: none;
    letter-spacing: .1em;
}
header .logo a span {
	display: block;
	font-size: .58em;
	letter-spacing: .1em;
}

header #pc_nav { display: block; width: 38%; margin-right: 60px; }
header #pc_nav .menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
    flex-direction: row-reverse;
}
header #pc_nav .menu ul {
	width: 75%;
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 500;
}
header #pc_nav .menu ul li a { position: relative; color: #fff; text-decoration: none; }
header #pc_nav .menu ul li a::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #fff;
	transform: scale(0,1);
	transform-origin: left top;
	transition: transform .3s;
}
header #pc_nav .menu ul li a:hover::after {
	transform: scale(1,1);
}

header #pc_nav .menu .sns { width: 10%; display: flex; }
header #pc_nav .menu .sns .sns-icon01 { width: 50px; height: 50px; margin-right: 20px; }
header #pc_nav .menu .sns .sns-icon01 a {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../image/common/instagram_icon_01.png") no-repeat;
	transition: .5s;
}
header #pc_nav .menu .sns .sns-icon01 a:hover { background: url("../image/common/instagram_icon_02.png") no-repeat; }
header #pc_nav .menu .sns .sns-icon02 { width: 50px; height: 50px; }
header #pc_nav .menu .sns .sns-icon02 a {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../image/common/mail_icon_01.png") no-repeat;
	transition: .5s;
}
header #pc_nav .menu .sns .sns-icon02 a:hover { background: url("../image/common/mail_icon_02.png") no-repeat; }



/* space */
.space01 { width: 100%; height: 10px; }
.short_space { width: 100%; height: 40px; }



/* ※SMARTPHONE MENU */
.button_container { display: none; }
.overlay { display: none; }



/* content */
#content { width: 90%; width: 1400px; margin: 0 auto; margin-bottom: 100px; }



/* home_content */
.home_comment { width: 100%; height: auto; margin: 0 auto; text-align: center; }
.home_comment h1 { color: #111; font-size: calc(90.5% + 0.8vw); }
.home_comment p { font-size: calc(80.5% + 0.2vw); }



/* slide */
#vegas {
    width: 100%;
    height: 100vh;
	margin: auto;
	position: relative;
}
#vegas .bg { background-color: rgba(0,0,0,0.2); width: 100%; height: 100%; }
#vegas .caption {
	position: absolute;
  	top: 60%;
  	left: 10%;
  	transform: translateY(-60%);
  	-webkit- transform: translateY(-60%);
  	margin: auto;
	font-size: 4em;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif; 
	font-weight: 600; 
	font-style: normal; 
	line-height: 1.3em;
	color: #fff;
	padding-left: 60px;
}
#vegas .caption::before {
	content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: transform 1s cubic-bezier(0.6,0.25,0,1);
    transition: transform 1s cubic-bezier(0.6,0.25,0,1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
	-webkit-transform: scaleY(1);
    transform: scaleY(1);
    background-color: #fff;
}
#vegas .caption p { margin: 0; margin-top: -15px; }
#vegas .caption span {
	display: block;
	font-size: .3em;
	font-weight: 400;
	line-height: 1.6em;
	letter-spacing: .1em;
	margin-top: 20px;
	margin-bottom: -5px;
}
#vegas .caption .sp-br { display: none; }



/* scroll */
.scroll-Block { position: absolute; bottom: 3rem; right: 0px; z-index: 5; }
.scroll-Block .Txt {
    display: block;
    font-size: .8em;
	font-weight: bold;
    line-height: 1;
	position: relative;
	bottom: 1.7rem;
	right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.scroll-Block .Txt a { color: #fff; text-decoration: none; letter-spacing: .1em; }
.scroll-Block .Line {
    position: relative;
    margin: 50px 0 0 55px;
    width: 2px;
    height: 60px;
    overflow: hidden;
    z-index: 10;
}
.scroll-Block .Line:after, .scroll-Block .Line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 2px;
    height: 100%;
}
.scroll-Block .Line:before {
    background: #FFF;
    z-index: 10;
    -webkit-animation: scroll 2s infinite normal;
    animation: scroll 2s infinite normal;
}
.scroll-Block .Line:after {
    background: transparent;
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate3d(0,-100%,0);
	}
	15% {
		-webkit-transform: translate3d(0,-98%,0);
	}
	85% {
		-webkit-transform: translate3d(0,98%,0);
	}
	100% {
		-webkit-transform: translate3d(0,100%,0);
	}
}

/*新着情報*/

.topics_wrapper{
    width: 70%;
    margin: 0 auto;
}

.topics_content{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px; 
    margin-bottom: 120px;
    background: #F7F7F7;
    background-image: url("../image/background_text.png") ;
    background-repeat: no-repeat;
    background-size: cover;
}

.topics_tit{
    width: 100%;
    margin: 0 auto;
}

.topics_box{ 
    background: #FFFFFF;
    width: 100%; 
    margin: 0 auto; 
    padding-top: 30px; 
    padding-bottom: 30px;
}

#news{ color: #004EA2; }

.topics_ul{
  width: 90%;
}
.topics_li{
  display: flex;
  padding:15px;
  border-bottom:1px solid #1E1E1E;
}

.day{
  margin-right: 10px;
}
.text{
  color: #004EA2;
}

.text a{
    color: #1E1E1E;
    text-decoration: none;
}

.text a:hover{
    color: #004EA2;
}

.topics_content h2 {
	font-size: 1.7em;
	color: #004EA2;
	margin: 60px 0 40px 30px;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px solid #004EA2;
}
.topics_content h2::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    border-left: 10px solid #004EA2;
    height: 100%;
    height: calc(100% + 1px);
}

.topics_button_box{
    width: 45%;
    margin: 60px auto 0px auto;
}

.topics_button{
    width: 32%;
    margin: 30px auto 0 auto;
    text-align: center;
}

.topics_button a{
    display: block;
	padding: 1em;
	font-size: .9em;
	font-weight: bold;
	color: #004EA2;
	border: 1px #004EA2 solid;
	box-sizing: border-box;
	transition: .3s;
    text-decoration: none;
}

.topics_button a:hover{
    color: #fff; background: #004EA2;
}

/*新着情報 詳細*/

.topics_day{
    font-size: 0.8em;
    color: #1E1E1E;
    font-weight: lighter;
}

.topics_nav{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

a.topics_nav_mae{
    padding: 0.5em;
    display: block;
    text-decoration: none;
    font-size: 1.1em;
    color: #004EA2;
    margin-right: 40px;
}

a.topics_nav_mae:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 5px;
    background: url("../image/topics_mae.png")no-repeat;
    background-size: contain;
    vertical-align: middle;
}

a.topics_nav_tugi{
    padding: 0.5em;
    display: block;
    text-decoration: none;
    font-size: 1.1em;
    color: #004EA2;
    margin-left: 40px;
}

a.topics_nav_tugi:after{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 5px;
    background: url("../image/topics_tugi.png")no-repeat;
    background-size: contain;
    vertical-align: middle;
}

a.topics_nav_itiran{
    padding: 0.5em;
    display: block;
    text-decoration: none;
    font-size: 1.1em;
    color: #004EA2;
}

/*.content_mess_box { position: relative; padding-top: 80px; }
.content_mess_box::before {
    content: "";
    display: block;
    width: 15%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
	margin: auto;
	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
	background-color: #91919B;
}
.content_mess_box h2 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 2em;
	color: #0f214e;
	line-height: 1.6em;
	letter-spacing: .05em;
	text-align: center;
}
.content_mess_box p { margin-bottom: 150px; line-height: 2.5em; text-align: center; }*/

.content_float_box { width: 100%; height: auto; margin: 0 auto; display: flex; justify-content: space-between; }

.content_left_box { width:26%; height: auto; text-align: center; position: relative; }
.content_left_box .no {
	position: absolute;
	top: -30px;
	right: -40px;
	font-size: 3.5em;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #004EA2;
	padding: .2em .3em;
	background: #fff;
	z-index: 20;
}
.content_left_box figure { width: 100%; margin: 0 auto 40px auto; position: relative; line-height: 0; }
.content_left_box figure::before {
	content: "";
	position: absolute;
	top: 15px;
	left: -15px;
	width: 100%;
	height: 100%;
	background: #004EA2;
	z-index: -10;
}
.content_left_box a {
	width: 100%;
	text-decoration: none;
	font-size: calc(95.5% + 0.2vw);
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #222;
	margin-top: 25px;
	transition: .3s;
}
.content_left_box a:hover { color: #004EA2; }
.content_left_box span { display: block; font-weight: 500; color: #004EA2; }
.content_left_box p { color: #222; font-size: calc(80.5% + 0.2vw); }
.content_left_box .button { width: 70%; margin: 30px auto 0 auto; }
.content_left_box .button a {
	display: block;
	padding: 1em;
	font-size: .9em;
	font-weight: normal;
	color: #004EA2;
	border: 1px #004EA2 solid;
	box-sizing: border-box;
	transition: .3s;
}
.content_left_box .button a:hover { color: #fff; background: #004EA2; }


/* common */
.page-head {
    overflow: hidden;
    padding: 230px 0 130px;
	background: url("../image/company/page_head_back01.jpg")no-repeat;
	background-position: right;
}
.page-head-ttl {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
    position: relative;
}
.page-head-ttl__main {
	position: relative;
    display: block;
    margin: 0 0 10px;
    font-size: 2.3em;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 800;
    font-style: normal;
	color: #fff;
    z-index: 1;
}
.page-head-ttl__sub {
	position: relative;
    display: block;
    font-size: .9em;
    color: #fff;
    letter-spacing: .1em;
    z-index: 1;
}

/* about */
.company-box {}
.company-box { width: auto; height: auto; }
.company-box h1 { color: #111; }
.company-box h2 {
	font-size: 1.7em;
	color: #004EA2;
	margin: 60px 0 50px 30px;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px solid #004EA2;
}
.company-box h2::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    border-left: 10px solid #004EA2;
    height: 100%;
    height: calc(100% + 1px);
}
.company-box h3 { font-size: 1.3em; color: #0f214e; margin: 50px 0 30px 30px; position: relative; }
.company-box h3::before {
	content: "";
    position: absolute;
    left: -30px;
    top: 0;
    border-left: 5px solid #0f214e;
    height: 100%;
    height: calc(100% + 1px);
}
.company-box dl { display: flex; line-height: 2em; font-size: .9em;  }
.company-box dt { width: 15%; padding: 1em; font-weight: 600; text-align: left; background: #f0f1f2; border-bottom: 3px #fff solid; }
.company-box dd { padding: 1em 1.5em; text-align: left; border-bottom: 3px #fff solid;width: 85%; }
.company-box dd ul { list-style: none; padding: 0; margin: 0; }
.company-box dd li { width: 100%; }
.company-box p { box-sizing: border-box; line-height: 2em; }

.company-box .works-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.company-box .works-list li {
	width: 50%;
	padding: .6em 0 .6em 1.3em;
	position: relative;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}
.company-box .works-list li::before {
	content: "●";
	position: absolute;
	top: 5px;
	left: -3px;
	font-size: 1.4em;
	color: #0f214e;
}

h2.anchor {
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*社是*/
.syaze_list li {
	width: 100%;
	padding: .6em 0 .6em 1.3em;
	position: relative;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
    color: #1E1E1E;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.6em;
}
/*.syaze_list li::before {
	content: "●";
	position: absolute;
	top: 12px;
	left: -6px;
	font-size: 1.5em;
	color: #004EA2;
	
}*/
.syaze_content{
    width: 100%;
}

.syaze_box{
    margin: 0 auto;
}

.syaze_box ul{
    padding-left: 0px;
}

.syaze_box li{
    list-style: none;
    border-bottom: 1px #ccc solid;
}

.span01{ margin-right: 3em; }

.TEl00{ margin-left: 2.3em; }
.TEl02{ margin-left: 1em;}
.TEl03{margin-left: 3em;}
.TEl04{ margin-left: 3.4em;}



/*事業内容*/

.service_container{
    widows: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_item{
    margin-bottom: 80px;
    width: calc(33.3333333% - 160px / 3);
}

.service_img {
  width: 100%;
}

.service_item img{
    width: 100%;
}

.service_img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.service_text01{
   margin-top: 20px;
   background: #F7F7F7;
   width: 100%;
   text-align: left;
}

.text_inner{
    width: 85%;
    margin: 0 auto;
}

.service_text01 p{
    font-size: 1.3em;
    padding: 12px;
}

.service_content_img{
    width: calc(45% - 90px/2);
}

.service_content_img img{
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.service_text02{
    width: calc(55% - 90px/2);
    position: relative;
}

.service_text02 h4{
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.service_text02 p{
    margin-bottom: 30px;
}

.service_text02 h5{
    font-size: 1.1em;
    margin-bottom: 5px;
    margin-top: 0px;
}

.zigyou a{
    text-decoration: none;
    color: #000000;
}

.zigyou a:hover{
    color: #004EA2;
}

.kigou::before {
    content: "●";
    font-size: 1.1em;
    color: #004EA2;
    margin-right: 3px;
}

.bold{
    margin-right: 5px;
}

.shikaku{
     white-space: nowrap;
}



/*事業内容 消防設備の設計*/

.service_button{
    width: 60%;
    margin:20px auto 0 auto;
    text-align: center;
}

.service_button a {
	display: block;
    padding: 1em;
    font-size: .9em;
    font-weight: normal;
    color: #004EA2;
    border: 1px #004EA2 solid;
    box-sizing: border-box;
    transition: .3s;
    text-decoration: none;
}

.service_button a:hover { color: #fff; background: #004EA2; }

.service_no_button{
    width: 60%;
    margin:20px auto 0 auto;
    text-align: center;
}

.service_no_button a{
    display: block;
    padding: 1em;
    font-size: .9em;
    font-weight: normal;
    color: #004EA2;
    border: 1px #004EA2 solid;
    box-sizing: border-box;
    transition: .3s;
    text-decoration: none;
}

.service_banner{
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.service_banner a{
    display: block;
    padding: 1em;
    font-size: .9em;
    font-weight: normal;
    color: #004EA2;
    border: 1px #004EA2 solid;
    box-sizing: border-box;
    transition: .3s;
    text-decoration: none;
}

.service_banner a:hover{
    opacity: 0.5;
}

.service_banner img{
    width: 100%;
}



/* footer */
#footer {
	background: #004EA2;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 50px 0;
	text-align: center;
	color: #FFF;
}

#footer p { box-sizing: border-box; font-size: 100%; font-weight: 400; margin: 0px; }
#footer .company-name {
	margin-bottom: 30px;
}

#footer .company-name a {
	font-size: 1.5em;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	letter-spacing: .1em;
}
#footer .company-name a span {
	display: block;
	font-size: .55em;
	letter-spacing: .1em;
}

.footer-inner{
    max-width: 630px;
    width: 90%;
    margin: 0 auto;
}

.shimada{margin-right: 1.1em;}
.shimada span{margin-right: 3em;}
.shizuoka,.huzieda,.seibu{margin-right: 1em;}

.tel01{ margin-left: 2.4em; }
.tel02{ margin-left: 1em; }
.tel03{ margin-left: 3.1em; }
.tel04{ margin-left: 3.5em; }

#footer .add {text-align: left;margin-bottom: 10px; }
#footer .add span {  letter-spacing: .05em; }

#footer .copy { font-weight: 200; font-size: .8em; padding: 10px; margin-top: 40px; letter-spacing: .05em; }

.footer_nav ul {
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.footer_nav li {
	padding: 10px;
	margin: 0 5px;
	display: inline-block;
	font-size: 1em;
	font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 500;
	letter-spacing: .05em;
}

.footer_nav li a {
	text-decoration: none;
	padding_bottom: 3px;
	display: block;
	position: relative;
	font-weight: 400;
	color: #fff;
}

.footer_nav li a:hover {
	color: #B5B5B5;
}

.company-name img{ width: 300px;}



/* Page Top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	z-index: 80;
}
#page-top a {
	display: block;
	width: 120px;
	padding: 12px 0px;
	color: #004EA2;
	border-radius: 5px;
	text-decoration: none;
	transition: .3s;
	background-color: #fff;
}
#page-top a:hover { color: #fff; background-color: #004EA2; }



/* ※BREADCRUMB LIST */
#bread {
	width: 100%;
	margin: 0 auto;
	padding: 12px 0px;
	font-size: 80%;
	text-align: left;
	background: #f5f5f5;
}
#bread a {
	text-decoration: none;
	position: relative;
	font-weight: 500;
	color: #353535;
}
#bread a:hover {
	color: #868686;
}

#bread-box { width: 90%; max-width: 1200px; margin: 0px auto; }

#bread-box .list-item {
	display: inline;
	position: relative;
	margin-left: 25px;
    line-height: 1.2;
	list-style-type: none;
}
#bread-box .list-item::before {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%) skew(-20deg);
    background: #282828;
}



/* ※slide */
#wideslider_box1 {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	z-index: 15;
	line-height: 0px;
	padding-bottom: 0px;
}

.wideslider { width: 100%; text-align: left; position: relative; overflow: hidden; }
.wideslider ul,.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
.wideslider ul li img { display: none; width: 100%; text-align: center; }
.wideslider_base { top: 0; position: absolute; }
.wideslider_wrap { top: 0; position: absolute; overflow: hidden; }

.slider_prev,.slider_next { top: 0; overflow: hidden; position: absolute; z-index: 100px; cursor: pointer; }
.slider_prev { background: #222 url(../image/prev.jpg) no-repeat right center; }
.slider_next { background: #222 url(../image/next.jpg) no-repeat left center; }

.pagination { bottom: 30px; left: 0; width: 100%; height: 15px; text-align: center; position: absolute; z-index: 10; }
.pagination a { margin: 0 5px; width: 15px; height: 15px; display: inline-block; overflow: hidden; border: 2px solid #ddd; }
.pagination a.active { filter:alpha(opacity=100)!important; -moz-opacity: 1!important; opacity: 1!important; background: #316055; }

/* ClearFixElements */

.wideslider ul:after { content: "."; height: 0; clear: both; display: block; visibility: hidden; }
.wideslider ul { display: inline-block; overflow: hidden; }



/* ※CONTACT */
.contact-box {}
.contact-box h2 {
	font-size: 1.7em;
	color: #004EA2;
	margin: 60px 0 50px 30px;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px solid #004EA2;
}
.contact-box h2::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    border-left: 10px solid #004EA2;
    height: 100%;
    height: calc(100% + 1px);
}

.toi_sub_tit01 { font-size: 1em; line-height: 1.6em; color: #222; margin-bottom: 30px; }

.toi_m_tit01 {
	font-size: 40px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: 400;
	border-left: 5px rgba(69,177,199,1) solid;
	line-height: 45px;
}
.toi_m_tit02 {
	font-size: 18px;
	padding-left: 15px;
	color: rgba(69,177,199,1);
	border-left: 5px rgba(69,177,199,1) solid;
	margin-bottom: 30px;
}

.toi_box01 { background: rgba(255,255,255,1); }
.toi_box01 a { text-align: center; color: #009964; }

.toi_tit01 { width: 100%; padding-bottom: 5px; text-align: center; }
.toi_tit01 h1 { margin: 0px; font-size: 28px; font-weight: 600; line-height: 35px; color: #444; }

.toi_txt01 { line-height: 22px; text-align: justify; padding-bottom: 20px; }
.toi_txt02 { font-size: 18px; font-weight: 500; color: #009964; line-height: 28px; margin-bottom: 30px; }
.toi_txt02 br { display: none; }

.toi_btn_l { text-align: center; margin-left: 40%; float: left; }
.toi_btn_l input { width: 80px; }

.toi_btn_r { width: 100px; text-align: center; margin-left: 20px; float: left; }
.toi_btn_r input { width: 80px; }

.toi_td1 { padding: 15px 0px 5px 0px; color: #222; font-weight: 400; }
.toi_td1 span { color: #666; font-size: 12px; }

.toi_td2 { padding: 0px; color: #222; }
.toi_td3 { clear: both; height: 20px; border-bottom: 1px #AAA dashed; }

.toi_txt1 { font-size: 13px; font-weight: 400; margin-bottom: 20px; }
.toi_tel1 { font-size: 17px; color: #3578D9; font-weight: bold; }
.toi_input1 { height: 25px; float: left; border-color: #999; border-width: 0px 0px 1px 0px; border-style: dotted; }

.t_from_text { padding: 5px; border: 1px #CCC solid; }

.from_text01 { padding: 5px; border: 1px #CCC solid; }
.from_text02 { padding: 5px; border: 1px #CCC solid; }
.from_text03 { padding: 5px; border: 1px #CCC solid; }

.t_from_text { padding: 5px; border: 1px #CCC solid; }

.toi_space_40_01 { clear: both; height: 40px; }

/* TOPに戻る項目 */

.toi_box01_topback { padding: 25px; background: rgba(255,255,255,1); }
.toi_box01_topback a { text-align: center; color: #5E4A3F; }



/* curtain */
.color-curtain {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}
.scroll-pos.on-02 .color-curtain {
	-webkit-animation: scroll-pos-out 600ms cubic-bezier(0.77, 0, 0.175, 1) both;
	animation: scroll-pos-out 600ms cubic-bezier(0.77, 0, 0.175, 1) both;
}
.scroll-pos.on-01 .color-curtain:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #0b8767;
	-webkit-animation: scroll-pos-in 500ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
	animation: scroll-pos-in 500ms cubic-bezier(0.77, 0, 0.175, 1) forwards;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

@-webkit-keyframes scroll-pos-in {
	0% {
		-webkit-transform: translate(-102%, 0);
		transform: translate(-102%, 0);
	}
	100% {
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
}
@keyframes scroll-pos-in {
	0% {
		-webkit-transform: translate(-102%, 0);
		transform: translate(-102%, 0);
	}
	100% {
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
}
@-webkit-keyframes scroll-pos-out {
	0% {
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
	100% {
		-webkit-transform: translate(102%, 0);
		transform: translate(102%, 0);
	}
}
@keyframes scroll-pos-out {
	0% {
		-webkit-transform: translate(0%, 0);
		transform: translate(0%, 0);
	}
	100% {
		-webkit-transform: translate(102%, 0);
		transform: translate(102%, 0);
	}
    
}

/* 改行調整 */
@media screen and (min-width: 480px){
	.br-pc { display: block; }
	.br-sp { display: none; }
}
@media screen and (max-width: 480px){
	.br-pc { display: none; }
	.br-sp { display: block; }
}


