
@charset "utf-8";

/*
基本設定
-------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #FFFFFF;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	word-wrap: break-word;
	height: 100%;
}

b {
	font-weight: bold;
	color: #B70127;	
}

u {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #B70127;	
}

.obi strong {
	color: #B70127;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_garamond {
	font-family: 'Cormorant Garamond', serif;
}
.font_raleway {
	font-family: 'Raleway', sans-serif;
}

section,
article {
	display: block;
}

img,
video {
	vertical-align: top;
	max-width: 100%;
}

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 {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


li {
	list-style-type: none;
}

a {
	color: #008445;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #009999;
	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;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 1px 0px;
}

header h1 a img {
	display: block;
	position: absolute;
	z-index: 1500;
}

header .h_btn a {
	display: block;
	position: absolute;
	z-index: 1500;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 220px;
	height: 50px;
	background-color: #008445;
	line-height: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	font-weight: bold;
	overflow: hidden;
}
header .h_btn a:hover {
	background-color: #00AA5E;
}
header .h_btn a:hover .btn_txt {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
header .h_btn a .icon {
	background-color: #006C3B;
	height: 50px;
	width: 50px;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
header .h_btn a:hover .icon {
	background-color: #00AA5E;
	width: 220px;
}
#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}


/*
パンくず
-------------------------------------------*/
.pankuzu {
	background-color: #F6F6F6;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
}

.pankuzu li a {
	text-decoration: none;
	color: #999;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	color: #111;
}

.pankuzu li i {
	padding-right: 5px;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	width: 100%;
	background-color: #FFF;
    padding: 0px 0px 50px 0px;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.content h2 {
	font-size: 40px;
	margin-bottom: 50px;
	text-align: center;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	clear: both;
	background-image: url(../img/h2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 1.2;
	margin-top: 50px;
	position: relative;
}

.content h2.h2_clm {
	padding-top: 75px;
	background-image: url(../img/h2_clm.png);
	padding-bottom: 70px;
	margin-bottom: 0px;
}

.content h2.h2_clm::before {
	content: "";
	display: block;
	width: 60px;
	height: 70px;
	margin-left: -30px;
	background-image: url(../img/h2_clm_h.png);
	position: absolute;
	left: 50%;
	top: 0px;
}

.content h2 .h2_jirei {
	position: absolute;
	left: 50%;
	margin-left: -280px;
}

.content .obi h2 {
	background-image: url(../img/obi_h2.png);
}

.content h2.h2_top {
	margin-top: 0px;
}

.content h2 strong.big_txt {
	font-size: 150%;
}


.content .line_title {
	display: flex;
	align-items: center;
}
.content .line_title::before,
.content .line_title::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #DDD;
	display: block;
}
.content .line_title::before {
	margin-right: .4em;
}
.content .line_title::after {
	margin-left: .4em;
}


.content h2 i {
	font-size: 30px;
	padding-right: 10px;
	color: #00803F;
}

.content h2 img {
	margin-top: -50px;
}

.content h2 span {
	font-size: 14px;
	letter-spacing: 0.1em;
}

.content h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	color: #111;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #349784;
	border-bottom-color: #349784;
}

.content h3::before {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #349784;
	content: '';
}

.content h3 span {
	font-size: 16px;
	color: #888;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	color: #099;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.content .img_left p {
	font-size: 12px;
	margin: 0px;
}

/*
トップスライダー
-------------------------------------------*/

.top_image {
	height: 700px;
	position: relative;
}

.main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite;
}


.main_img.n_02 {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }

.main_img.n_03 {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }


@keyframes anime {
  0% {
        opacity: 0;
    }
    16% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    50% {
		opacity: 0;
        transform: scale(1.2) ;
         z-index:9;
    }
    100% { opacity: 0 }
}


.content p.check {
	color: #D50000;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}

/*
コンテンツボタン
-------------------------------------------*/
.content .btn_001 a {
	font-size: 20px;
	color: #FFF;
	text-align: center;
	border: 3px solid #008445;
	text-decoration: none;
	display: block;
	width: 320px;
	background-color: #008445;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 64px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	font-weight: bold;
}
.content .btn_001 a i {
	padding-right: 10px;
}
.content .btn_001 a:hover i {
	padding-right: 8px;
}
.content .btn_001 a:hover {
	color: #008445;
	background-color: #FFF;
}


/*
ポイント
-------------------------------------------*/

.point_box {
	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;
}

.point_cont {
	width: 74%;
}

.point_img {
	width: 26%;
}
.point_img img {
	max-width: 100%;
}
.content .arrow {
	text-align: center;
	margin-top: -50px;
}
.top_staff_01 {
	position: absolute;
	left: -50px;
	top: -300px;
}

.top_staff_02 {
	position: absolute;
	right: -100px;
	bottom: -200px;
}

.top_staff_03 {
	position: absolute;
	left: -40px;
	top: -320px;
}


.obi .obi_hr {
	background-image: url(../img/obi_hr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px;
	clear: both;
}



/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	font-size: 10px;
	background-color: #008445;
	padding: 20px;
	height: 30px;
	width: 30px;
}
.to_top a:hover,
.to_top a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*
フッター
-------------------------------------------*/

footer {
	background-color: #008445;
	color: #FFF;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 50px;
	padding-bottom: 30px;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #EEE;
}


footer a {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
}
footer a:hover {
	color: #008445;
	background-color: #FFF;
}


footer nav {
	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;
}


footer nav ul.f_list {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #4EC976;
}

footer nav ul.f_list:last-child {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #4EC976;
}

footer .f_list li a {
	display: block;
	position: relative;
	padding-left: 20px;
}

footer .f_list li a::before {
	content: "・";
	position: absolute;
	top: 5px;
	left: 5px;
}

footer .f_list li {
	font-weight: bold;
	margin: 1px;
	font-size: 14px;
}
footer .f_list li li {
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
}


address {
	font-size: 10px;
	font-style: normal;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	clear: both;
}


/*
各種テーブル・フォーム
-------------------------------------------*/
.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: 1px solid #DDD;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.content table.table_01 th {
	color:#000;
	background-color: #EEE;
	font-weight: normal;
}
.content table.table_01 th.th_2 {
	background-color: #DAEDC2;
    font-weight: bold; 
}
.content table.table_01 th.th_3 {
	background-color: #FFF9E6;
    font-weight: bold; 
}
.content table.table_01 td.td_2 {
	background-color: #F3FCEB;
    font-weight: bold; 
}


/*
３列ボックス・コラム
-------------------------------------------*/
.flex_box {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

.box_3 {
	width: 29%;
	text-align: center;
}

.box_3 .select_txt {
	color: #008445;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.1em;
	margin-top: -20px;
}

.box_3 .select {
	border: 10px solid #008445;
}

.box_3 .select .box_3_title {
	background-color: #008445;
	color: #FFF;
}

.box_3 .box_3_title {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 10px;
	line-height: 1.3;
}
.box_3 .box_3_title strong {
	font-size: 165%;
}

.box_3 .select .box_3_title strong {
	color: #FF0;
}

.box_3 .box_3_title span {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #FFF;
	font-size: 165%;
	width: 40px;
	display: block;
	line-height: 40px;
	background-color: #111;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.box_3 .select .box_3_title span {
	background-color: #FFF;
	color: #008445;
}

.box_3 p {
	text-align: left;
}

.box_3_x {
	width: 5%;
	text-align: center;
	color: #008445;
	font-weight: bold;
}

.box_clm {
	width: 32%;
	margin-bottom: 20px;

	background-color: #FFF;
}

.box_clm a {
	text-decoration: none;
	color: #000;
}

.box_clm a {
	text-decoration: none;
	color: #000;
}

.box_clm a:hover {
	color: #008445;
}

.box_clm img {
	width: 100%;
}

.box_clm .box_title {
	font-size: 22px;
	font-weight: bold;
	padding: 15px;
}
.box_clm p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


/*
目次
-------------------------------------------*/
	 
.content .mokuji {
	background-color: #F9F9F9;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 49%;
}
.content .mokuji.clm_1 {
	width: 100%;
}
.content .mokuji h3 {
	margin-top: 2px;
	margin-bottom: 20px;
	padding-left: 10px;
	color: #008445;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #008445;
	background-color: #FFF;
	padding-right: 10px;
}
.content .mokuji h3::before {
	display: none;
}

.content .mokuji h3 i {
	padding-right: 10px;
	color: #31BD82;
}
.content .mokuji ul li {
	margin-left: 10px;
	padding-left: 10px;
	line-height: 26px;
}

.content .mokuji ul li a {
	display: block;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 8px;
	text-decoration: none;
}

.content .mokuji ul li a::before {
	content: "・";
}

.content .mokuji ul li a:hover {
	background-color: #FFF;
	color: #111;
}



/*
帯
-------------------------------------------*/

.obi {
	background-color: #DFF3C5;
	background-image: url(../img/obi_foot.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-bottom: 50px;
}

.obi_yl {
	background-color: #FFED4C;
	background-image: url(../img/obi_yl.png);
	padding-top: 80px;
	padding-bottom: 50px;
}

.obi .cont_wrap,
.obi_yl .cont_wrap {
	position: relative;
}

.obi_gr {
	background-color: #EEE;
	padding-top: 5px;
	padding-bottom: 30px;
	margin-top: 30px;
}

ul.ul_rs {
	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;
	padding-bottom: 20px;
}
ul.ul_rs li {
	width: 16%;
	text-align: center;
}

@media screen and (min-width:960px){
body {
	font-size: 16px;
}


/*
ヘッダー
-------------------------------------------*/
header {
	height: 90px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


header h1 a img {
	top: 15px;
	left: 10px;
}

header .h_btn a {
	top: 15px;
	right: 10px;
}

header.fixed {
	height: 60px;
}

header.fixed h1 a img {
	height: 44px;
	top:5px;
}

header.fixed .h_btn a {
	top: 7px;
	line-height: 44px;
	height: 44px;
}

header.fixed .h_btn a .icon {
	height: 44px;
}

.menu_btn,
.btn_close {
	display: none;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 90px;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	top: 0px;
	font-weight: bold;
}

#g_navi ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#g_navi ul.navi_base {
	width: 550px;
	padding-left: 300px;
	padding-right: 250px;
	margin-left: auto;
	margin-right: auto;
}

#g_navi ul li{
	display: flex;
}


#g_navi ul li a::before {
	content: "";
	position: absolute;
	width: 1px;
	top: 20%;
	left: 0px;
	height: 60%;
	background-color: rgba(0, 0, 0, 0.15) ;
}

#g_navi ul li:last-child a::after {
	content: "";
	position: absolute;
	width: 1px;
	top: 20%;
	right: 0px;
	height: 60%;
	background-color: rgba(0, 0, 0, 0.15) ;
}

#g_navi li a {
	font-size: 12px;
	height: 35px;
	display: flex;
	align-items: center;
	color: #111;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
	position: relative;
	height: 90px;
	width: 110px;
	justify-content: center;
}

#g_navi li a strong,
#g_navi li a span  {
	display: inline !important;
}

#g_navi li a:hover,
#g_navi li a.active,
#g_navi ul li:hover > a {
	background-color: #EEE;
}

#g_navi ul li:hover > a.ac_menu,
#g_navi li a.ac_menu:hover {
	position: relative;
}

#g_navi li a.ac_menu::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
 	margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #FFF;
  border-left: 15px solid transparent;
 	z-index: 100;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi ul li:hover > a.ac_menu::after,
#g_navi li a.ac_menu:hover::after {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #008445;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 90px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: auto;
	background-color: #008445;
}
#g_navi ul li ul{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#g_navi li ul li {
	width: 25%;
}

#g_navi li ul li a {
	height: 90px;
	color: #FFF;
	text-align: left;
	width: 100%;
}

#g_navi ul li ul li a:hover{
	background-color: #006C3B;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}


#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}


header.fixed #g_navi {
	height: 60px;
}

header.fixed #g_navi ul li div {
	top: 60px;
}

header.fixed #g_navi li a {
	height: 60px;
}


.no_pc {
	display: none!important;
}

}

/*---------------------
 960px～
-----------------------*/


.main_img_mask {
	overflow: hidden;
	height: 700px;
	position: relative;
}

.top_staff {
	position: absolute;
	bottom: -50px;
	right: 50%;
	margin-right: -650px;
	z-index: 20;
}

.top_img_foot {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 15;
	width: 100%;
}

.top_img_foot img {
	width: 100%;
	min-width: 1000px;
}


@media screen and (min-width:1200px){

header h1 a img {
	left: 50%;
	margin-left: -600px;
}

header .h_btn a {
	right: 50%;
	margin-right: -600px;
}

#g_navi ul.navi_base {
	width: 650px;
}

#g_navi li a {
	font-size: 14px;
	width: 130px;
}

.top_catch {
	position: absolute;
	top:300px;
	left: 50%;
	margin-left: -600px;
	z-index: 20;
}


}
/*---------------------
 1200px～
-----------------------*/

@media screen and (max-width:1200px){
	

.top_staff {
	right: 0px;
	margin-right: 0px;
}

.top_staff_01 {
	width: 280px;
	left: -20px;
	top: -280px;
}

.top_staff_02 {
	width: 360px;
	right: 0px;
	bottom: -100px;
}

.top_staff_03 {
	width: 150px;
	left: -20px;
	top: -180px;
}

.top_catch {
	position: relative;
	padding-top: 130px;
	padding-left: 10px;
	z-index: 20;
}


}
/*---------------------
 ～1200px
-----------------------*/

@media screen and (max-width:960px){

body {
	font-size: 16px;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}

.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}


/*
トップ　メインイメージ
-------------------------------------------*/

.top_catch {
	text-align: center;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
}


.top_image {
	height: 500px;
}

.main_img_mask {
	height: 500px;
}

.top_staff {
	width: 320px;
	bottom: -30px;
}


/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.menu_btn:hover {
	cursor: pointer;
}

.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -14px;
	background-color: #555;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 80%;
	height: 100%;
	top: 0px;
	left: 100%;
	padding-top: 50px;
	overflow: auto;
	z-index: 3000;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}

#g_navi ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}

#g_navi ul li a {
	color: #111;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 20px;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi ul li a:hover {
	color: #999;
}

.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #555;
}
#g_navi ul li a.ac_menu.active {
	color: #999;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}
#g_navi ul li ul li {
	border-bottom: none;
}
#g_navi ul li li:first-child {
	border-top: none;
}
#g_navi ul li ul li a {
	border-bottom: none;
}
#g_navi ul li ul li a::before {
	content: "・";
	padding-right: 5px;
	color: #999;
}

#g_navi ul li ul li a:hover {
	color: #999;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/

header {
	height: 52px;
}

header h1 a img {
	top: 5px;
	left:5px;
	height: 40px;
}

header .h_btn a {
	top: 5px;
	right: 50px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	width: 200px;
}

header .h_btn a .icon {
	width: 40px;
	height: 40px;
}

header .h_btn a:hover .icon {
	width: 200px;
}

header .h_menu {
	display: none;
}

header #info {
	display: none;
}

.pankuzu {
	padding-top: 65px;

}

}
/*---------------------
 ～960px
 -----------------------*/
 
 
@media screen and (min-width:640px){
.point_box.rr {
	flex-flow: row-reverse;
}

.box_3_x {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 50px;
}

.box_3_x span {
	padding-top: 10px;
}
}
/*---------------------
 640px～
 -----------------------*/


.loop_event {
	width: 100%;
	height: 300px;
	overflow: hidden;
	-moz-animation: loop 60s linear infinite;
	animation: loop 60s linear infinite;
	background-image: url(../img/loop_jirei.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1755px 0;
  }
}


.loop_event-oote {
	width: 100%;
	height: 300px;
	overflow: hidden;
	-moz-animation: loop 60s linear infinite;
	animation: loop 60s linear infinite;
	background-image: url(../img/loop_jirei-oote.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2350px 0;
  }
}




@media screen and (max-width:640px){

header .h_btn a {
	width: 40px;
	background-color: #FFF;
}

header .h_btn a:hover {
	background-color: #FFF;
}

header .h_btn a .btn_txt {
	display: none;
}

header .h_btn a:hover .icon {
	width: 40px;
}

header .h_btn a .icon {
	font-size: 26px;
	background-color: #FFF;
	color: #008445;
}

header .h_btn a:hover .icon {
	color: #00AA5E;
	background-color: #FFF;
}

.obi_yl {
	padding-top: 50px;
}

.box_clm .box_title {
	font-size: 18px;
	padding: 10px;
}

.box_clm p {
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.box_3 {
	width: 100%;
}

.box_3_x {
	width: 100%;
	height: 120px;
	position: relative;
}

.box_3_x img {
	display: block;
	transform: rotate( 90deg );
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -25px;
}

.loop_event {
	height: 120px;
	background-size: cover;
}
    
.loop_event-oote {
	height: 120px;
	background-size: cover;
}

.content h2 {
	font-size: 30px;
}

.content h2 .h2_jirei {
	width: 100px;
	margin-left: -180px;
}

.top_staff_01,
.top_staff_02,
.top_staff_03 {
	display: none;
}

.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;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
}

.content table.table_01 th,
.content table.table_01 td {
	padding: 5px;
	font-size: 12px;
}


ul.ul_rs {
	padding-bottom: 0px;
}
ul.ul_rs li {
	width: 32%;
	margin-bottom: 10px;
}



footer .f_list li {
	font-size: 12px;
	line-height: 1.2;
}
footer .f_list li li {
	margin-left: 10px;
	font-size: 10px;
}

footer nav ul.f_list {
	width: 50%;
}

.content .mokuji ul li {
	margin-left: 10px;
	padding-left: 5px;
}


.point_cont {
	width: 100%;
}

.point_img {
	width: 100%;
	text-align: center;
}

.no_sp {
	display: none;
}


}

/*---------------------
 ～640px
 -----------------------*/

@media screen and (max-width:460px){
	
.top_image {
	height: 350px;
}
.main_img_mask {
	height: 350px;
}

.top_catch {
	padding-top: 80px;
}

.top_staff {
	width: 260px;
}

input,
textarea {
	max-width: 300px !important;
}

.content h2 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}
.content h2 span {
	font-size: 12px;
}

.box_3 img {
	max-width: 260px !important;
}

.content table.table_01 th,
.content table.table_01 td {
	padding: 3px;
	font-size: 10px;
}


}

/*---------------------
～460px
-----------------------*/

/*
エフェクト
-------------------------------------------*/
.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_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

/*
更新情報
-------------------------------------------*/

ul.ul_news {
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

ul.ul_news li {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAA;
}

ul.ul_news li .date {
	padding-right: 10px;
	margin-right: 10px;
	color: #888;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #AAA;
}


/*
サービス
-------------------------------------------*/

.flex_box .box_service {
	text-align: center;
	width: 48%;
	position: relative;
	margin-bottom: 30px;
}
.flex_box .box_service a {
	display: block;
}

.flex_box .box_service a img {
	width: 100%;
}
.flex_box .box_service a span {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	left: 0px;
	bottom: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

/*
FAQ
-------------------------------------------*/

.faq_box {
	clear: both;
	margin-bottom: 30px;
	border: 1px solid #FFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FDFDFD;
}
.faq_box::after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.flex_box .faq_2l {
	text-align: center;
	width: 49%;
}
.flex_box .faq_2l img {
	width: 90%;
}

.flex_box.img_5l img {
	width: 20%;
}
.flex_box.img_4l img {
	width: 25%;
}

/*
施工事例
-------------------------------------------*/

.works_list .list_box {
	width: 21%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 30px;
	float: left;
}

.works_list .list_box p {
	padding: 10px;
	margin: 0px;
	font-size: 14px;
}

.works_list .list_box p .new {
	font-weight: bold;
	color: #F90;
	padding-right: 10px;
}

.works_list .list_box a span.mask {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.works_list .list_box a span.mask img {
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
}

.works_list .list_box a:hover span.mask img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
	-webkit-filter:brightness(1);
    -moz-filter:brightness(1);
    -ms-filter:brightness(1);
    filter:brightness(1);
}


.works_list .list_box a {
	text-decoration: none;
	color: #333;
	display: block;
	padding-bottom: 5px;
	background-color: #FFF;
	position: relative;
}

.works_list .list_box a:hover {
	box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
}

/*
ページャー
-------------------------------------------*/

.pager {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}


.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	color: #FFF;
	text-decoration: none;
	background-color: #26334B;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000;
  background-color: #EEE;
}

@media only screen and (max-width: 767px){
.pager {
	padding-bottom: 0px;
}

  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}


@media screen and (max-width:640px){
.content .mokuji {
	width: 100%;
}
.flex_box .faq_2l {
	width: 100%;
}
.flex_box.img_5l img,
.flex_box.img_4l img {
	width: 50%;
	margin-bottom: 20px;
}

.works_list .list_box {
	width: 48% !important;
	margin-left: 1% !important;
	margin-right: 1% !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB;
}
}



/*
地図検索
-------------------------------------------*/
.search_map_base,
.search_list_base {
	position: relative;
	clear: both;
}
.search_map_base .search_map {
	float: left;
	max-width: 760px;
	width: 64%;
	padding-bottom: 20px;
}
.area_list {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.area_list li {
	display: inline;
}
.area_list li a {
	display: inline-block;
	background-color: #008445;
	color: #FFF;
	text-decoration: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 1px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	border: 1px solid #FFF;
}

.area_list.hokkaido li a {
	background-color: #0AABD3;
}

.search_map_base .area_list {
	width: 36%;
	padding-left: 10px;
}

.search_list_base .area_list {
	width: 16.6%;
	padding-left: 10px;
	padding-right: 10px;
}

.content .area_list h4 {
	font-size: 18px;
	line-height: 22px;
	margin-left: 0px;
	margin-right: 0px;
	color: #111;
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #008445;
	border-bottom-color: #008445;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content .area_list.hokkaido h4 {
	border-top-color: #0AABD3;
	border-bottom-color: #0AABD3;
}

.area_list.hokkaido li a {
	background-color: #0AABD3;
}

.area_list.hokkaido li a:hover {
	background-color: #FFF;
	color: #0AABD3;
	border-color: #0AABD3;
}

.content .area_list.tohoku h4 {
	border-top-color: #3382C8;
	border-bottom-color: #3382C8;
}

.area_list.tohoku li a {
	background-color: #3382C8;
}

.area_list.tohoku li a:hover {
	background-color: #FFF;
	color: #3382C8;
	border-color: #3382C8;
}


.content .area_list.hokuriku h4 {
	border-top-color: #645FCF;
	border-bottom-color: #645FCF;
}

.area_list.hokuriku li a {
	background-color: #645FCF;
}

.area_list.hokuriku li a:hover {
	background-color: #FFF;
	color: #645FCF;
	border-color: #645FCF;
}


.content .area_list.kanto h4 {
	border-top-color: #35AE54;
	border-bottom-color: #35AE54;
}

.area_list.kanto li a {
	background-color: #35AE54;
}

.area_list.kanto li a:hover {
	background-color: #FFF;
	color: #35AE54;
	border-color: #35AE54;
}


.content .area_list.chubu h4 {
	border-top-color: #80BA38;
	border-bottom-color: #80BA38;
}

.area_list.chubu li a {
	background-color: #80BA38;
}

.area_list.chubu li a:hover {
	background-color: #FFF;
	color: #80BA38;
	border-color: #80BA38;
}


.content .area_list.kinki h4 {
	border-top-color: #AA72D3;
	border-bottom-color: #AA72D3;
}

.area_list.kinki li a {
	background-color: #AA72D3;
}

.area_list.kinki li a:hover {
	background-color: #FFF;
	color: #AA72D3;
	border-color: #AA72D3;
}


.content .area_list.chugoku h4 {
	border-top-color: #FFA600;
	border-bottom-color: #FFA600;
}

.area_list.chugoku li a {
	background-color: #FFA600;
}

.area_list.chugoku li a:hover {
	background-color: #FFF;
	color: #FFA600;
	border-color: #FFA600;
}


.content .area_list.shikoku h4 {
	border-top-color: #FF7B1A;
	border-bottom-color: #FF7B1A;
}

.area_list.shikoku li a {
	background-color: #FF7B1A;
}

.area_list.shikoku li a:hover {
	background-color: #FFF;
	color: #FF7B1A;
	border-color: #FF7B1A;
}


.content .area_list.kyusyu h4 {
	border-top-color: #FF5151;
	border-bottom-color: #FF5151;
}

.area_list.kyusyu li a {
	background-color: #FF5151;
}

.area_list.kyusyu li a:hover {
	background-color: #FFF;
	color: #FF5151;
	border-color: #FF5151;
}


@media screen and (max-width:760px){
	
.search_map_base .search_map {
	float: none;
	width: 100%;
}

.search_map_base .area_list,
.search_list_base .area_list {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}


}


dl.search_box{
    	position:relative;
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
}
dl.search_box dt{
    	margin-right:105px;
    	padding:5px;
}
dl.search_box dt input{
    width:99%;
	padding-left: 1%;
    height:40px;
    line-height:40px;
    background:none;
    border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #DDD;
	background-color: #F6F6F6;
	font-size: 16px;
}

dl.search_box dt input:focus {
	border: 1px solid #CCC;
	background-color: #FFF;
}
dl.search_box dd{
    position:absolute;
    top:0;
    right:0;
}
dl.search_box dd button{
	display: block;
	width: 100px;
	height: 40px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #F90;
	background-color: #F90;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin: 5px;
	font-size: 16px;
}
dl.search_box dd button i {
	padding-right: 5px;
}
dl.search_box dd button:hover {
	border: 2px solid #FFF;
	background-color: #FFB900;
	cursor: pointer;
}


/*
リストボックス
-------------------------------------------*/

.content .cont_list {
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
.content .cont_list li {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFF;
	margin-bottom: 20px;
	border: 1px solid #DDD;
}
.content .cont_list li:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content .cont_list li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list li p {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content .cont_list li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	padding-bottom: 10px;
	font-weight: bold;
}
.btn_syousai a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 240px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 4px solid #EEE;
	font-size: 16px;
	float: right;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #008445;
}

.btn_syousai a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: 900;
	padding-right: 10px;
}
.btn_syousai a:hover {
	background-color: #FFF;
	border-top-color: #008445;
	border-right-color: #008445;
	border-bottom-color: #008445;
	border-left-color: #008445;
	color: #008445;
}

.cont_list2 .btn_syousai a {
	max-width: 240px;
	width: 100%;
}

.content .cont_list2 {
	margin-bottom: 30px;
}

.content .cont_list2 li {
	display: inline-block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 47%;
	margin-left: 2%;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #FFF;
}

.content .cont_list2 li::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.content .cont_list2 li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list2 li p {
	font-size: 15px;
	margin: 0px;
}
.content .cont_list2 li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	padding-bottom: 10px;
	font-weight: bold;
}


/*
200225追記　診断ページ
-------------------------------------------*/

.diag_base {
	background-color: #EDD1A3;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	position: relative;
	padding-top: 70px;
	padding-right: 5%;
	padding-bottom: 70px;
	padding-left: 5%;
	max-width: 960px;
	margin: auto;
}
.diag_base .diag_top {
	text-align: center;
	position: absolute;
	top: 26px;
	width: 90%;
}

.diag_in {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px 0px;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 100px;
	padding-left: 20px;
}
.diag_in ul {
	padding: 20px;
}

.diag_in ul li {
	padding: 10px;
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAA;
	font-weight: bold;
	color: #333;
}
.diag_in dl {
	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;
	margin: auto;
	width: 90%;
	max-width: 500px;
	-webkit-align-items: center;
	align-items: center;
}

.diag_in dl dt,
.diag_in dl dd {
	margin-top: 20px;
	text-align: left;
}

.diag_in dl dt {
	width: 67%;
	font-size: 18px;
	font-weight: bold;
	color: #393939;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAA;
}

.diag_in dl dt span {
	font-size: 85%;
	font-weight: normal;
	padding-left: 10px;
}

.diag_in dl dd {
	width: 30%;
}

.diag_a {
	background-color: #00803F;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.diag_a strong {
	font-size: 120%;
	color: #FE0;
}
@media screen and (max-width:760px){

.diag_a {
	font-size: 20px;
}

}

.bg_nandashi {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../img/bg_nandashi.png);
}

.bg_nandashi h2{
	text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}

/*220613 追加*/

.video_wrap{
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
}

.video_wrap h5{
	font-size: 20px;
	border-left: 4px solid #666;
	margin-bottom: 10px;
	padding-left: 10px;
}



