@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #F6F6F6;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 1.8;
	font-size: 16px;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	filter: brightness(120%);
}

li {
	list-style-type: none;
}

a {
	color: #00B5B5;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #00D7D7;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

table.table_02 {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

table.table_02 th {
	border: 2px solid #FFF;
	letter-spacing: 1px;
	font-weight: normal;
	color: #111;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

table.table_02 td {
	border: 2px solid #E8E8E8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.fixed {
	background-color: rgba(0,32,64,0.85);
}


header h1 a img {
	display: block;
	position: absolute;
}


/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: absolute;
	right: 10px;
	top: 20px;
	width: auto;
	display: block !important;
	z-index: 1000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

header.fixed #g_navi {
	top:10px;
}

#g_navi ul li{
	display: inline;
}

#g_navi li a {
	width: auto;
	line-height: 30px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	position: relative;
	float: left;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: bold;
}

#g_navi li.contact a {
	background-color: #E50112;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -2px;
	margin-left: 30px;
}

#g_navi li.contact a:hover {
	background-color: #FFF;
	color: #E50112;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #F3F3F3;
	color: #111;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.sankaku {
	position: absolute;
	top: -25px;
	width: 100%;
	text-align: center;
}

.cont_box {
	max-width: 900px;
	background-color: #F6F6F6;
	padding: 40px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.cont_box p {
	letter-spacing: 0.05em;
	line-height: 2.2;
}

.content.cl_2 {
	background-color: #E7E7E7;
}

.content.cl_3 {
	background-color: #223D58;
}

.cont_wrap {
	max-width: 1400px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

#index_top {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-attachment: fixed;
	background-image: url(../img/index_top.jpg);
	background-position: center center;
	background-size: cover;
}


#index_top #top_catch {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 900px;
	height: 510px;
	margin-top: -255px;
	margin-left: -450px;
	color: #FFF;
	background-color: #002040;
	background-color: rgba(0,32,64,0.85);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#index_top #top_catch img {
	margin-top: -40px;
}

.content h2 {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	letter-spacing: 1px;
	color: #000;
	text-align: center;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	clear: both;
	font-weight: normal;
}

.content h2.h2_st {
	font-weight: bold;
	line-height:2.2;
}

.content h2.h2_st span {
	color: #DA1849;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DA1849;
}

.content h2.h2_st strong {
	font-size: 250%;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.content h2 i {
	padding: 10px;
	color: #AAA;
	font-size: 24px;
}

.content h2 span.eng {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 34px;
	color: #111;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #111;
}

.content h2 strong {
	font-size: 130%;
	font-weight: normal;
}

.content.cl_3 h2 {
	color: #FFF;
	border-bottom: none;
}

.content.cl_3 h2.h2_st span {
	color: #FFFF4C;
	border-bottom-color: #FFFF4C;
	font-size: 150%;
	line-height: 1;
}


.content h3 {
	font-size: 24px;
	line-height: 30px;
	position: relative;
	clear: both;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 70px;
	margin: 30px;
	padding-top: 10px;
}

.content h3 strong {
	color: #F52146;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F52146;
}

.content h3 .h3_num {
	position: absolute;
	font-size: 44px;
	color: #FFF;
	padding: 20px;
	display: inline-block;
	background-color: #F52146;
	top: -10px;
	left: -40px;
}

.content h4 {
	font-size: 20px;
	color: #008E8E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	letter-spacing: 0.1em;
	font-weight: bold;
	clear: both;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.content p {
	font-size: 18px;
	line-height: 2;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	font-weight: 500;
}

.content.cp p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
}

.img_left,
.img_right {
	float: left;
	margin: 30px;
	background-color: #FFF;
	padding: 10px;
	max-width: 50%;
	border: 1px solid #EEE;
}

.img_right {
	float: right;
}

.img_left img,
.img_right img {
	width: 100%;
}

.content .img_left p,
.content .img_right p {
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

a.ap {
	padding-top: 50px;
	margin-top: -50px;
}

/*
悩み
-------------------------------------------*/

.content.nayami {
	background-color: #E7E7E7;
	background-attachment: fixed;
	background-image: url(../img/nayami_bg.jpg);
	background-position: center center;
	background-size: cover;
	color: #FFF;
	padding-top: 100px;
	padding-bottom: 100px;
}

.content.nayami h2 {
	color: #FFF;
	font-size: 38px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0px;
	border-bottom: none;
}

.content.nayami h2 i {
	color: #DDD;
}

.content.nayami h2 span.eng {
	color: #EEE;
	border-bottom-color: #DDD;
}


.content.nayami ul {
	display: block;
	padding: 50px;
	border-radius: 10px;
	margin: auto;
	width: 90%;
	max-width: 760px;
	background-color: rgba(0,32,64,0.55);
}
.content.nayami ul li {
	font-size: 24px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
}

.content.nayami ul li strong {
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}

.content.nayami ul li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 10px;
	color: #DDD;
}

/*
コンテンツ大ボタン
-------------------------------------------*/
.btn_cnt a {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 240px;
	background-color: #E50112;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	font-weight: bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.btn_cnt a i {
	padding-right: 10px;
}
.btn_cnt a:hover {
	color: #E50112;
	background-color: #FFF;
}

.btn_cnt.rt a {
	float: right;
	max-width: 220px;
	margin-right: 10px;
}


/*
トップへ戻るボタン
-------------------------------------------*/
.to_top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 800;
}
.to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #222;
	color: #CCC;
	text-align: center;
	font-size: 32px;
	line-height: 60px
}
.to_top a:hover {
	background-color: #CCC;
	color: #222;
}

/*
フッター
-------------------------------------------*/

footer {
	background-color: #222;
	color: #DDD;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}

footer .cont_wrap .f_box {
	display: inline-block;
	padding: 20px;
	margin-bottom: 10px;
}

footer .cont_wrap .f_box.sns {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555;
}

footer .cont_wrap p {
	font-size: 12px;
	line-height: 2;
	margin: 10px;
}

footer .cont_wrap p strong {
	font-size: 14px;
	letter-spacing: 1px;
}

footer .cont_wrap ul {
	padding: 20px;
}

footer .cont_wrap ul li {
	display: inline;
}

footer .cont_wrap ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	color: #CCC;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

footer .cont_wrap ul li a:hover {
	color: #222;
	background-color: #FFF;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	text-align: right;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 10px;
}



/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	padding: 20px;
}
.content table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 1px;
	width: 33%;
}
.content table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #FFF;
}

.small {
	font-size: smaller;
	color: #666;
}
.chui {
	color: #F03600;
}

.table_01 caption {
	font-size: 14px;
	line-height: 30px;
	background-color: #E5E5E5;
	color: #111;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 2px 0px;
}
.table_01 th span {
	font-size: 12px;
	color: #CCC;
}



@media screen and (min-width:960px){

/*
ヘッダー
-------------------------------------------*/
header {
	height: 90px;
}

header.fixed {
	height: 70px;
}


header h1 a img {
	top: 20px;
	left: 10px;
}

header.fixed h1 a img {
	top: 10px;
	height: 50px;
}

header.fixed #g_navi {
	top: 10px;
}


header.fixed #g_navi img {
	height: 50px;
}

header.fixed #g_navi li a {
	line-height: 20px;
}

#index_top {
	min-height: 850px;
}

.no_pc {
	display: none !important;
}

}
/*-- /960px～ --*/

@media screen and (min-width:1200px){

header h1 a img {
	left: 50%;
	margin-left: -590px;
}

header #g_navi {
	right: 50%;
	margin-right: -590px;
}

}


/*
トップピックアップ
-------------------------------------------*/
.pick_up {
	background-color: #E7E7E7;
}

.pick_up h2 {
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.pick_up h2 strong {
	color: #E50112;
}

.pick_up ul {
	padding: 15px;
}

.pick_up p {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: rgba(0,32,64,0.85);
	color: #FFF;
	padding: 15px;
	display: block;
	text-align: center;
}

.pick_up p strong {
	color: #FFFF4C;
}

.pick_up li {
	width: 16%;
	margin-bottom: 10px;
}

.pick_up li img {
	width: 100%;
}


/*
フォーム
-------------------------------------------*/
.top_form {
	width: 100%;
	background-color: #EEE;
	background-attachment: fixed;
	background-image: url(../img/form_bg.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}

.top_form_in {
	margin: auto;
	max-width: 1300px;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}


.top_form_in .form_staff {
	position: absolute;
	left: 0;
	bottom: 0;
}

.top_form h2 {
	margin-top: 0px;
	padding-top: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	border-radius: 10px 10px 0 0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-color: #CC0000;
	 background: rgb(227,31,45);
background: -moz-linear-gradient(330deg, rgba(227,31,45,1) 0%, rgba(229,1,18,1) 50%);
background: -webkit-linear-gradient(330deg, rgba(227,31,45,1) 0%, rgba(229,1,18,1) 50%);
background: linear-gradient(330deg, rgba(227,31,45,1) 0%, rgba(229,1,18,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e31f2d",endColorstr="#e50112",GradientType=1); 
	color: #FFF;
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.top_form h2 span{
	color: #FF3;
}

.top_form h2 strong {
	color: #FFF;
	font-size: 150%;
	padding-left: 5px;
	padding-right: 5px;
}

.top_form form.contact_form {
	width: 100%;
	display: block;
	margin: auto;
	max-width: 1000px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F9F9F9;
	background-position: center top;
	border: 1px solid #CCC;
	padding-bottom: 20px;
}

form.contact_form table.form_table {
	width: 90%;
	display: block;
	margin: auto;
}

form.contact_form input {
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 28px;
	padding: 10px;
}

form.contact_form input[type="text"] {
	width: 80%;
	font-size: 18px;
}


td.check label {
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


table.form_table th {
	white-space: nowrap;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #888;
	padding: 15px;
	min-width: 33%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #888;
	color: #333;
}
table.form_table td {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #888;
}

table.form_table th.hissu span {
	font-size: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	background-color: #F33;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
}

form.contact_form input:focus {
	border-color: #F90;
	background-color: #FFFCEE;
}

form input.form_btn {
	background-color: #E50112;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 5px solid #F6F6F6;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	text-align: center;
	width: 300px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-decoration: none;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #E50112;
	border-top-color: #E50112;
	border-right-color: #E50112;
	border-bottom-color: #E50112;
	border-left-color: #E50112;
	cursor: pointer;
}

/*
施工事例一覧
-------------------------------------------*/


.list_base {
	max-width: 1340px;
	width: 100%;
	margin: auto;
}
.list_box {
	padding: 20px;
	float: left;
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	text-align: center;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	position: relative;
	background-color: #FFF;
	border: 1px solid #D6D6D6;
}

.list_box:hover {
	border: 1px solid #E50112;
}

.list_box .i_jirei {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	background-color: #F52146;
	color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	z-index: 10;
	font-weight: bold;
	font-size: 14px;
}

.list_box img {
	width: 100%;
}

.list_box .list_title {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.list_box .list_comment {
	text-align: left;
	color: #111;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width:960px){


body.fixed {
	overflow: hidden;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

#index_top #top_catch {
	top: 20%;
	left: 2%;
	width: 96%;
	height: auto;
	min-height: 40%;
	margin-top: 0px;
	margin-left: 0px;
	padding: 25px;
}

#index_top #top_catch img {
	margin-top: 0px;
}

.top_form_in {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.top_form_in .form_staff {
	width: 200px;
}

.content h3 {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}


.pick_up li {
	width: 31%;
}

.list_box {
	width: 48%;
}

/*
ヘッダー
-------------------------------------------*/

header {
	height: 60px;
}

header h1 a img {
	top: 10px;
	left: 10px;
	height: 40px;
}

#g_navi {
	top: 10px;
}

#g_navi li a img {
	height: 40px;
}

#g_navi li.contact a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 20px;
	font-size: 14px;
}

/*
フォーム
-------------------------------------------*/
.top_form h2 {
	line-height: 1.5;
}

.content table.table_01 th,
.content table.table_01 td,
table.form_table th,
table.form_table td,
.content table.table_02 th,
.content table.table_02 td {
	display: block;
	width: 100%;
}

table.form_table th {
	text-align: left;
	border-right-style: none;
	padding-top: 20px;
}

table.form_table td {
	border-bottom-style: solid;
	padding-bottom: 20px;
}


/*
フッター
-------------------------------------------*/

footer .cont_wrap .f_box {
	width: 100% !important;
	text-align: center;
}

footer .cont_wrap .f_box.sns {
	border-top-width: 1px;
	border-top-style: dashed;
	border-left-style: none;
	border-top-color: #555;
}

.no_sp {
	display: none;
}

}
/*-- /～960px --*/


/*
追伸
-------------------------------------------*/
.ps_box {
	background-color: #E3E3E3;
}

.ps_box .cont_box {
	max-width: 1100px;
}

.ps_box .cont_box .img_right {
	background-color: #F6F6F6;
	padding-left: 20px;
	border: none;
}

.content.ps_box h2 {
	border: none;
	padding-bottom: 0px;
}

.content.ps_box p {
	background-color: #F6F6F6;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #F6F6F6 50%, #F6F6F6 100%), /* 点線1の色 */
                    linear-gradient(180deg, #BBB 1px, transparent 1px); /* 点線2の色と太さ */
	background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
	line-height: 2.5em;
	padding: 1px;
	margin-top: 2.2em;
	margin-bottom: 0px;
}



@media screen and (max-width:640px){

header {
	height: 52px;
}

header h1 a img {
	top: 8px;
	left: 5px;
	height: 36px;
}

#g_navi {
	top: 8px !important;
	right: 0px;
}


#g_navi li.contact a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 10px;
	font-size: 18px;
	margin-top: -8px;	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	line-height: 40px;
	margin-left: 5px;
}

#g_navi li.contact a span {
	display: none;
}

#g_navi li a img {
	height: 38px;
}

.top_form_in .form_staff {
	display: none;
}

.content h3 {
	font-size: 20px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}

.ps_box .cont_box .img_right {
	padding-left: 10px;
}

.content.nayami {
	padding-top: 20px;
	padding-bottom: 40px;
}

.content.nayami h2 {
	font-size: 24px;
	padding-bottom: 0px;
}

.content.nayami ul {
	padding: 20px;
	border-radius: 0px;
	width: 100%;
}

.content.nayami ul li {
	font-size: 18px;
}

.cont_box {
	padding: 20px;
	margin-bottom: 30px;
}

}

@media screen and (max-width:460px){


input,
textarea {
	max-width: 300px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	width: 100% !important;
	display: block;
}

#index_top #top_catch {
	padding-right: 10px;
	padding-left: 10px;
}

.content table.table_01 th {
	background-color: #F6F6F6;
}

}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_01 {
transition-delay:0.1s;
-webkit-transition-delay:0.1s;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_03 {
transition-delay:0.3s;
-webkit-transition-delay:0.3s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_05 {
transition-delay:0.5s;
-webkit-transition-delay:0.5s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}

.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

/*
フレックスボックス
-------------------------------------------*/

.box_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.box_01 {
	border: 2px dashed #111;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.box_01 .box_title {
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	margin-top: -20px;
}
.box_01 .box_title span {
	padding: 10px;
	background-color: #F6F6F6;
}

.check_list li {
	font-size: 20px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 20px;
}

.check_list li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 10px;
	color: #111;
}


