@media only screen and (min-width:769px){
/*--------------------------------------------------
	パソコンのみ適応
--------------------------------------------------*/
body {
  min-width: 1000px; }

.dsp_tbs, .dsp_smt { display: none; }

/* 背景固定 */
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* End hide from IE-mac */ 


/* ヘッダ */
#header {
}
  #header #nav {
    width: 100%;
    background: url(../images/bg_nav.png) repeat-x 100%;
    position: relative;
    box-shadow: 0 1px 3px #c2971e; }
  #header #header_in {
    width: 980px;
    margin: 0 auto;
    padding: 1em;
    position: relative; }

  #header .logo {
    float: left;
    margin-top: 0.5em; }
  #header .fix_head_nav {
    position: absolute;
    right: 0;
    top: 10px;
    height: 74px;
    padding: 1em 0.5em; }
    #header .fix_head_nav ul {
      list-style: none; }
      #header .fix_head_nav ul li {
        float: left;
        margin-left: 2px;
        margin-right: 8px; }
        #header .fix_head_nav ul li:nth-child(2) {
          margin-left: 0;
          margin-right: 0; }
    #header #nav ul {
      width: 980px;
      margin: 0 auto; 
	  display: block !important;
	}
    #header #nav li {
      border-right: 1px solid #fff;
      float: left;
      height: 50px;
      text-indent: -9999px; }
      #header #nav li a {
        display: block;
        width: 100%;
        height: 50px; }
      #header #nav li:first-child {
        border-left: 1px solid #fff; }
    #header #nav .nav_top {
      background: url(../images/nav_top.png) no-repeat;
      width: 163px; }
    #header #nav .nav_item {
      background: url(../images/nav_item.png) no-repeat;
      width: 162px; }
    #header #nav .nav_flow {
      background: url(../images/nav_flow.png) no-repeat;
      width: 162px; }
    #header #nav .nav_faq {
      background: url(../images/nav_faq.png) no-repeat;
      width: 162px; }
    #header #nav .nav_company {
      background: url(../images/nav_company.png) no-repeat;
      width: 162px; }
    #header #nav .nav_contact {
      background: url(../images/nav_contact.png) no-repeat;
      width: 162px; }
    #header #nav .nav_top,
    #header #nav .nav_item,
    #header #nav .nav_flow,
    #header #nav .nav_faq,
    #header #nav .nav_company,
    #header #nav .nav_contact {
      -webkit-background-size: 100%;
      -o-background-size: 100%;
      background-size: 100%; }
      #header #nav .nav_top:hover,
      #header #nav .nav_item:hover,
      #header #nav .nav_flow:hover,
      #header #nav .nav_faq:hover,
      #header #nav .nav_company:hover,
      #header #nav .nav_contact:hover {
        background-position: 0 -50px; }
		
	
/* メニュー */
#menu {
}
/* コンテナ */
#container {
}
#page {
  width: 980px;
  margin: 1em auto; }

/* メイン */
#content {
  width: 740px;
  float: left; }
  #content .label_title {
    margin-left: -35px;}
  #main .inner {
    width: 980px;
    margin: 0 auto;
    padding: 5em 0 3.5em; }
/* フッター */
/*#footer {
	position: relative;
	min-height: 345px;
	margin-top: -360px;
}*/
  #footer #footer_in {
    width: 980px;
    margin: 0 auto;
    padding: 1em; }

#sidebar {
  width: 210px;
  float: right; }

  #breadcrumb .breadcrumb {
    width: 980px;
    margin: 0 auto;
    padding: 0.5em; }

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
#content .point_content .column2 .column2_inner div p {
    padding-left: 107px;
}
.item_camera .item_box .function li:nth-child(5n) {
	margin-right: 0;
}
/*--------------------------------------------------
  商品一覧
--------------------------------------------------*/
/*tab切り替え用20160225*/
.tab_area{
    #display:flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-align-items: flex-end; /* Safari */
	align-items:         flex-end;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap:         nowrap;
    margin-bottom: 10px;
	width: 740px;
	height:1650px;
    }
.tab_area li{
	/*Tabの装飾*/
	position: relative;
	width: 740px;
	height: 380px;
	background:#fff;
	text-align: left;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	border: 1px solid #ccc;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: normal;
	margin-bottom:30px;
}
.product_right{
	float: right;
	margin-right: 20px;
	width: 460px;
	height: 150px;
	
}
.tab_area li.select{
    /*アクティブタブの装飾*/
	/*Tabの装飾*/
	position: relative;
	width: 740px;
	height: 380px;
	text-align: left;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	border: 1px solid #ccc;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: normal;
	margin-bottom:30px;
}
.tab_area li.select h4 {
	padding-left: 20px;
	
}
.tab_area li select h5  {
	padding-left: 250px;
	
}
/*--------------------------------------------------
  ご利用の流れ
--------------------------------------------------*/
  .flow_content div {
    width: 445px; }
      .flow_caption .step > div .txt {
        width: 515px;
        float: left; }
/*--------------------------------------------------
  防犯カメラ選びのポイント
--------------------------------------------------*/
    .point_page .flow_caption .item_type .border div {
      padding: 10px;
      width: 530px; }
/*--------------------------------------------------
  お問い合わせページ
--------------------------------------------------*/
.contact_form {
  width: 740px;
  margin-bottom: 50px; }
.contact_form textarea {
  border: 1px solid #cdcfce;
  padding: 5px;
  width: 550px; }
.contact_form input {
  border: 1px solid #cdcfce;
  width: 250px;
  padding: 5px; }
.contact_form table {
  width: 740px;
  margin-bottom: 2em; }
.contact_form .zip_area {
  width: 225px; }
.contact_form .checkbox label {
  width: 50%;
  display: block;
  float: left;
}

/*--------------------------------------------------
  会社概要
--------------------------------------------------*/
.company_page table {
  width: 740px;
  margin-bottom: 100px;
}
/*------------------------------------------------*/
}


/*=========================================
	2017.05.31 add style
===========================================*/
#nav .dd_tab li span {
	display:none;
}
#page.index {
	padding-top: 20px;
}
* header:after,
* footer:after,
* main,
* section:after,
* article:after,
* div:after,
* ul:after,
* ol:after,
* dl:after{
	content: "";
	clear: both;
	display: block;
}
.text-center {
	text-align: center;
}
.column2 {
	width: 100%;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .point_content,
.camrea_choice, .flow_caption .step > div {
	padding: 0;
}
#content .point_content {
	background: none;
	border: none;
	border-bottom: none;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	margin-bottom: 0;
}
#content .point_content .column2 {
	background: url(../images/index/bg01.jpg) repeat;
	border: none;
	border-bottom: 3px solid #eee;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	margin-bottom: 20px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
}
#content .point_content .column2 h3,
#content .point_content .column2 .column2_inner div {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
#content .point_content .column2 .column2_inner div {
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .point_content .column2 .column2_inner {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #D6D6D6;
}
#content .point_content .column2 .column2_inner div h4 {
	font-size: 1.25rem;
	font-weight: 900;
	margin-bottom: 10px;
	color: #fff;
	background: #2C6CAC;
	border-bottom: 2px solid #132E48;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .point_content .column2 .column2_inner div p {
	font-size: 1rem;
}
#content .point_content .column2 .column2_inner div p span.red {
	color: #D80000;
}
#content h3 {
	background: none;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0;
	border-left: none;
	line-height: 0;
}
.item_camera {
	background: url(../images/index/bg02.jpg) repeat;
	padding: 20px;
}
.item_camera .item_box {
	background: #fff;
	border-radius: 8px;
}
#content .item_box .in {
	background:none;
}
.item_camera .item_box h4 {
	border-top: none;
	background: none;
	text-align: left;
	color: #B88B38;
	font-weight: 900;
	padding: 0.25em;
	font-size: 1.25rem;
}
.item_camera .item_box h4 a {
	color: #B88B38;
}
.item_camera .item_box .set_price {
	float: none;
}
.item_camera .item_box>img {
	float: left;
}
.item_camera .item_box .in {
	float: left;
}
.gold,
.silver,
.bronz {
	position: relative;
	margin-right: 0;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.15);
}
.gold:before,
.silver:before,
.bronz:before {
	content: '';
	position: absolute;
	width: 102px;
	height: 126px;
	top: -20px;
	right: -20px;
	z-index: 9999;
}
.webp .gold:before {
	background: url(../images/index/item05.webp) no-repeat right top;
}
.no-webp .gold:before {
	background: url(../images/index/item05.png) no-repeat right top;
}
.webp .silver:before {
	background: url(../images/index/item06.webp) no-repeat right top;
}
.no-webp .silver:before {
	background: url(../images/index/item06.png) no-repeat right top;
}
.webp .bronz:before {
	background: url(../images/index/item07.webp) no-repeat right top;
}
.no-webp .bronz:before {
	background: url(../images/index/item07.png) no-repeat right top;
}
.gold {
	border: 2px solid #DAB96F;
	border-radius: 8px;
}
.silver {
	border: 2px solid #CDCDCC;
	border-radius: 8px;
}
.bronz {
	border: 2px solid #CEA387;
	border-radius: 8px;
	margin-bottom: 0;
}
.silver .item_box h4 a {
	color: #999;
}
.bronz .item_box h4 a {
	color: #CEA387;
}
.item_camera .item_box .lead_set {
	color: #1F1F1F;
	font-size: 1.375rem;
}
.item_camera .item_box h6 {
	font-size: 0.875rem;
}
.item_camera .item_box .set_price {
	margin-left: 0;
	color: #D80000;
	font-size: 2.25rem;
	font-weight: 900;
}
.item_camera .item_box .set_price span {
	background: #D90000;
	color: #fff;
	font-size: 1rem;
	padding: 3px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: -5px;
}
.item_camera .item_box .set_price span.yen {
	background: none;
	color: #D80000;
	padding: 0;
	font-weight: 900;
	font-size: 1.375rem;
}
#content .title01 {
	color: #fff;
	border: 1px solid #fff;
	background: #6090c1;
	background: -moz-linear-gradient(top, #6090c1 0%, #2c6cac 100%);
	background: -webkit-linear-gradient(top, #6090c1 0%,#2c6cac 100%);
	background: linear-gradient(to bottom, #6090c1 0%,#2c6cac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6090c1', endColorstr='#2c6cac',GradientType=0 );
	padding: 15px 15px 15px 120px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.15);
	position: relative;
}
#content .title02 {
	font-weight: 900;
	font-size: 1.125rem;
}
#content .title03 {
	background: url(../images/index/bg03.jpg) repeat;
	font-size: 1.625rem;
	padding: 15px 20px;
	text-align: center;
	margin-top: 30px;
	line-height: 1;
}
#content .title04 {
	color: #3875B1;
	font-size: 1.625rem;
	font-weight: 900;
	border-bottom: 1px solid #2C6CAC;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 30px;
	line-height: 1;
}
#content .title05 span {
	color: #FF7F00;
	font-weight: 900;
}
#content .icon_camera01:before {
	content: '';
	position: absolute;
	background: url(../images/index/icon01.png) no-repeat left center;
	width: 97px;
	height: 87px;
	top: 0;
	bottom: 0;
	left: 20px;
	z-index: 9999;
	margin: auto 0;
}
#content .icon_camera02:before {
	content: '';
	position: absolute;
	background: url(../images/index/icon02.png) no-repeat left center;
	width: 87px;
	height: 87px;
	top: 0;
	bottom: 0;
	left: 20px;
	z-index: 9999;
	margin: auto 0;
}
.index_list01 {
	margin-top: 20px;
}
.index_list01 li {
	float: left;
	list-style: none;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}
.index_list01 li:nth-of-type(4n) {
	margin-right: 0;
}
.index_list01 li .caption {
	position: absolute;
	background: rgba(0,0,0,0.7);
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.0625rem;
	padding: 5px 0;
}
.index_box01 {
	background: #FFFFF2;
	padding: 20px;
	font-size: 1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #417AB4;
	border-radius: 5px;
	margin-bottom: 40px;
}
#content .sec {
	margin: 30px 0 0 0;
	background: url(../images/index/bar01.jpg) repeat-x left bottom;
}
#content .sec .title02 {
	margin-bottom: 10px;
}
#content .sec p {
	font-size: 1rem;
}
#content .in {
	background: #F6F7F9;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .index_list02 li {
	float: left;
	width: 340px;
	border: 1px solid #2C6CAC;
	list-style: none;
	margin-right: 20px;
}
#content .index_list02 li:last-of-type {
	margin-right: 0;
}
#content .index_list02 li .box {
	background: #fff;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .index_list02 li h4 {
	color: #fff;
	text-align: center;
	background: #3480cb;
	background: -moz-linear-gradient(top, #3480cb 1%, #2e72b9 99%);
	background: -webkit-linear-gradient(top, #3480cb 1%,#2e72b9 99%);
	background: linear-gradient(to bottom, #3480cb 1%,#2e72b9 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3480cb', endColorstr='#2e72b9',GradientType=0 );
	font-size: 1.25rem;
	font-weight: 900;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .index_list02 li p {
	font-size: 1rem;
}
#content .index_list02 li .btn {
	text-align: right;
	margin-top: 5px;
}
#content .index_list02 li .btn a {
	text-decoration: none;
	display: inline-block;
	background: #FF9326;
	border: 2px solid #FF8000;
	padding: 3px 10px;
	color: #fff;
	font-size: 0.785rem;
	border-radius: 5px;
}
#content .index-box {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
}
#content .index-box {
	border: 1px dashed #2C6CAC;
	border-radius: 5px;
	margin-bottom: 40px;
}
#content .index-box .in {
	background: #fff;
}
#content .index-box .in {
	display: table-cell;
	vertical-align: middle;
}
#content .index-box .in .text p {
	font-size: 1rem;
}
#content .index-box02 {
	padding: 20px;
	border: 1px solid #D6D6D6;
}
#content .index-box02 .sec {
	background: none;
	margin-top: 0;
	margin-bottom: 20px;
}
#content .index-box02 .sec:last-of-type {
	margin-bottom: 0;
}
#content .index-box02 .sec .icon_caution {
	font-size: 1.5rem;
	font-weight: 900;
	background: url(../images/index/icon03.png) no-repeat left center;
	padding-left: 50px;
}
#content .index-box02 .sec .index-column {
	margin-top: 20px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #D6D6D6;
}
#content .index-box02 .sec .index-column .in{
	background: none;
	display: table-cell;
	vertical-align: top;
	padding: 0;
}
#content .index-box02 .sec .index-column .in.text {
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .sec02 {
	margin-bottom: 0;
	background: none;
}
#content .sec02 p {
	padding: 20px 0;
}
#content .sec02 .text_out{
	position: relative;
}
#content .sec02 .text_out .item {
	position: absolute;
	right: 0;
	top: -100px;
	padding: 0;
}
#content .sec02 .text_left {
	width: 65%;
	padding: 20px 0 0 0;
}
#footer_contact.footer_contact_index {
	margin-top: 0;
}
@media only screen and (min-width:769px){
	#content .label_title {
		margin: 0;
	}
	#content .point_content .column2 .column2_inner div p {
		padding: 0;
	}
	#header #nav {
    box-shadow: 0 0 0 rgba(255,255,255,0);
		background: #2C6CAC;
	}
	#header .fix_head_nav {
	}
	#header .fix_head_nav ul {
		list-style: none;
	}
	#header .fix_head_nav ul li {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
	#header .fix_head_nav ul li:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	#header #nav ul {
		width: 980px;
		margin: 0 auto; 
		display: block !important;
	}
	#header #nav li {
		border-right: none;
		float: left;
		height: 50px;
		text-indent:inherit;
	}
	#header #nav li:first-child {
		border-left: none;
	}
	#header #nav .nav_top,
	#header #nav .nav_item,
	#header #nav .nav_flow,
	#header #nav .nav_faq,
	#header #nav .nav_company,
	#header #nav .nav_contact {
		background: none;
		width: auto;
	}
}
/* main visual */
@media only screen and (min-width:769px){
/*webp対応*/
.webp #main {
	width: 100%;
	background: url(../images/index/visual_bg.webp) no-repeat left top;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 600px;
}
/*webp非対応*/
.no-webp #main {
	width: 100%;
	background: url(../images/index/visual_bg.jpg) no-repeat left top;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 600px;
}
}
#main .inner {
	padding: 0;
}
/* index formarea */
#mailformpro {
	background: rgba(46,114,185,0.8);
	border-radius: 0;
	width: auto;
	max-width: 320px;
	height: auto;
	top: 20px;
	right: 0;
	padding: 20px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mailformpro .title img {
	width: 100%;
}
#mailformpro input,
#mailformpro select,
#mailformpro .ui-multiselect {
	display: block;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 0;
	font-size: 16px;
	padding: 10px 10px 10px 60px;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mailformpro .location .ui-multiselect {
	background: #fff url("../images/index/form_item01.jpg") no-repeat 5px center;
}
#mailformpro .number {
	background: #fff url("../images/index/form_item02.jpg") no-repeat 5px center;
}
#mailformpro .schedule .ui-multiselect {
	background: #fff url("../images/index/form_item03.jpg") no-repeat 5px center;
}
#mailformpro .company {
	background: #fff url("../images/index/form_item04.jpg") no-repeat 5px center;
}
#mailformpro .name {
	background: #fff url("../images/index/form_item05.jpg") no-repeat 5px center;
}
#mailformpro .tel {
	background: #fff url("../images/index/form_item06.jpg") no-repeat 5px center;
}
#mailformpro .email {
	background: #fff url("../images/index/form_item07.jpg") no-repeat 5px center;
}
#mailformpro .select_container:before {
	content: url(../images/index/form_item06.png);
	position: absolute;
	width: 34px;
	height: 34px;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	pointer-events: none;
}
#mailformpro button[type="submit"] {
	border: none;
	background: transparent;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	padding: 0;
	width: auto;
	height: auto;
}
#mailformpro button[type="submit"] img {
	width: 100%;
	max-width: 287px;
}




/* サンクスページ */
#thanks {
	background: rgba(46,114,185,0.8);
	border-radius: 0;
	width: auto;
	max-width: 320px;
	height: auto;
	top: 20px;
	right: 0;
	padding: 20px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#thanks p {
	padding:15px;
	background:#fff;
}

@media only screen and (max-width:769px){
	
#thanks {
    position: static;
    height: auto;
    margin: 0 auto;
}
}




.index_pagetop {
	text-align:right;
	max-width:980px;
	margin:0 auto;
}

.index_pagetop a {
	text-decoration:none;
	color:#333;
}


.sp_contact_area {
	display:none;
}

.pc_contact_area {
	display:block;
}


.top_banner02 {
	padding-top:20px;
}

#pagetop_pc {
    position: fixed;
    right: 20px;
    bottom: 20px;
	text-align: center;
	z-index: 9999;
}
#pagetop_pc img{
	width:250px;
}
#pagetop_pc .pagetop img{
	width: 100px;
}
#pagetop_pc .totop{
}

@media only screen and (max-width:767px){
	.pc { display: none;}
	.keni { width: 90%; margin: -20px 5% 20px;}
	
	.nayami { background: url("../images/index/nayami.png") top left no-repeat; padding: 20px; position: relative; height: 430px; margin-bottom: 40px;}
	.nayami .in_in { position: absolute; top: 50px; left: 4%; width: 92%; background: rgba(255,255,255,0.9); padding: 4%; }
	#content .nayami .in_in h3 { font-size: 1.2rem; font-weight: bold; margin-bottom: 10px; color: #fff; background:#2C6CAC; text-align: center; padding: 10px 10px; line-height: 1.0;}
	#content .nayami .in_in ul li { list-style: none; margin-bottom: 10px; font-size: 1.0rem; font-weight: bold; background: url("../images/index/check-icon.png") 0 0 no-repeat; padding-left: 30px; background-size: 20px;}
}
@media only screen and (min-width:768px){
	.keni { text-align: center; margin-top: -50px; }
	.new-header-css { min-height: 800px !important;}
	.sp { display: none;}
	
	.nayami { background: url("../images/index/nayami.png") top left no-repeat; padding: 20px; position: relative; height: 380px; margin-bottom: 40px;}
	.nayami .in_in { position: absolute; top: 20px; left: 25%; width: 72%; background: rgba(255,255,255,0.9); padding: 20px; }
	#content .nayami .in_in h3 { font-size: 1.5rem; font-weight: bold; margin-bottom: 10px; color: #fff; background:#2C6CAC; text-align: center; padding: 10px 10px; line-height: 1.0;}
	#content .nayami .in_in ul li { list-style: none; margin-bottom: 10px; font-size: 1.2rem; font-weight: bold; background: url("../images/index/check-icon.png") 0 0 no-repeat; padding-left: 40px; background-size: 30px;}
}
@media only screen and (min-width:768px) and (max-width:960px){
	.keni { text-align: center; margin-top: -50px; margin-bottom: 20px; }
}














