/*-----------------------------------------------
Airdesigns basic style

@charset "utf-8";

----------------------------------------------- */


@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


/*----------------------------------------------*/
/*  html and body				 
/*----------------------------------------------*/
html {
	font-size: 100%;
}


body {
	margin:0;
	padding:0;
	font: 16px "Zen Maru Gothic", sans-serif;
	line-height: 1.8;
	padding:0;
	vertical-align:text-top;
	background-size: auto 100% ;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
}

h1 {
	line-height: 1.25;
	margin: 0;
	padding: 0;
}

#title h1 {
	text-align: center;
	font-size: 38px;
	color: #000000;
	position: absolute;
	top: 80px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 100%;
	padding-top: 110px;
}

#title h1 .sub {
	font-weight: normal;
	font-size: 25px;
}

h2 {
	font-size: 84px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: 0;
}

h2 small {
	font-size: 32px;
	display: block;
}

h3 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 25px;
	margin-top: 30px;
	color: #000000;
	font-weight: 700;
	text-align: center;
}

body.index h3, body.Requirement h3 {
	color: #000000;
}

h3:first-child {
	margin-top: 0;
}

h4 {
	margin-bottom: 10px;
	font-size: 24px;
	margin-top: 0;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

.margin_none {
	margin-top: 0;
}

p {
	margin:0 0 1em 0;
}

p.right {
	text-align: right;
}


img{
     vertical-align: bottom;
	margin: 0;
}

a {
	text-decoration: none;
	color: #0082da;
	transition:all 0.3s ease;
}

a:hover {
	color:rgba(211,56,28,0.7);
}

a.link {
	background: url(images/link_arrow.png) no-repeat left center;
	background-size: 7px auto;
	padding-left: 1em;
}

a.link:hover {
	color: #000000;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.pc_1000 {
	display: block;
}

.tel {
	font-size:18px;
}

.white {
	margin: 36px 48px 0 48px;
	width : -webkit-calc(100% - 96px) ;
	width : calc(100% - 96px) ;
}

.white_inner {
	background: #FFFFFF;
	margin: 0 auto 48px auto;
	width: auto;
	padding: 20px 37px 25px 37px;
	border-radius: 30px;
}

.w800 {
	margin: 0 auto;
	width: 800px;
}

.w1000 {
	margin: 0 auto;
	width: 1000px;
}

.column_2 {
	margin: -24px 0 48px 48px;
    width: -webkit-calc(100% - 96px);
    width: calc(100% - 96px);
	padding-bottom: 48px;
}


.column_2_inner {
	width : -webkit-calc((100% - 104px) / 2) ;
	width : calc((100% - 104px) / 2) ;
	float: left;
	background: #FFFFFF;
	border-radius: 30px;
	padding:32px 20px; 
}

.column_2_inner:first-child {
	margin-right:24px;
}



#wrap {
    zoom: 100%;
}

#content {
}


.Block, .Block_wrap {
	zoom: 100%;
}

.Block:after, .Block_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.gray .dl_wrap {
	background: #FFFFFF;
	padding: 50px 100px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.white .dl_wrap {
	background: #F5F5F5;
	padding: 50px 100px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

dt {
	width: 4em;
	position: absolute;
	left: 0;
	padding: 0 0 0 5px;
	font-weight: normal;
	margin: 0;
	text-align:justify;
	text-align-last:justify;
}

dd:before {
    content: "：";
}



dd {
    width: auto;
	padding: 0 0 0 5.5em;
	margin: 0;
	text-indent: -1em;
}


table {
	margin: 1em 0 1.625em;
	border: #DBDBDB 1px solid;
	border-collapse: collapse;
	text-align: center;
}

table th {
	padding: 10px 20px;
	border: #DBDBDB 1px solid;
	color: #FFFFFF;
	background: #666666;
}

table td {
	border: #DBDBDB 1px solid;
	padding: 10px 20px;
	line-height: 1.4;
}

ol, ul {
	padding-top: 0;
}

.size_s {
	font-size: 90%;
	margin-bottom: 1em;
}

hr.border {
	border-top:1px solid #CCCCCC;
	border-bottom: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-top: 30px;
}

.none {
	margin-bottom: 0;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.sp_1000 {
	display: none;
}

.sp_780 {
	display: block;
}

/*.btn {
	color:#FFFFFF;
	width:600px;
	text-align:center;
	font-size:24px;
	margin:50px auto 0 auto;
}*/


.btn_info_pc {
	color:#0082da;
	width:600px;
	text-align:center;
	font-size:18px;
	line-height: 1.5;
	margin:50px auto 0 auto;
	background: #FFFFFF;
	border:1px solid #0082da;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 15px 0;
}

.btn_info_pc .tel {
	font-weight: bold;
	font-size: 24px;
}


.btn_info_sp {
	font-size:18px;
}

.btn_info_sp a {
	background: #FFFFFF;
	color:#0082da;
	display:block;
	padding:15px 0;
	border:1px solid #0082da;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	width:600px;
	text-align: center;
	margin:50px auto 0 auto;
}

.btn_info_sp a:hover {
	background:#0082da;
	color: #FFFFFF;
}


.btn_info_sp .tel {
	font-weight: bold;
	font-size: 24px;
}


/*.btn a {
	background: #0082da;
	color:#FFFFFF;
	display:block;
	padding:15px 0;
	border:1px solid #0082da;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius:5px;
}

.btn a:hover {
	background:#FFFFFF;
	color: #0082da;
}*/



/*----------------------------------------------*/
/*  head
/*----------------------------------------------*/
#head_wrap {
	width: 840px;
	position: fixed;
	top:0;
	z-index:999999;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#head_wrap.open {
	height: 100%;
}

#head_inner {
	border-radius: 9999px;
	transition: all 1s;
	padding-top: 30px;
	padding-bottom: 30px;
}


#head_inner.ha-header-show {
	background-color: rgba(255,255,255,0.9);
	width: 840px;
	margin: 50px auto 0 auto;
	box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, 0.1);
}

#head #logo {
	position: relative;
	text-align: center;
}

#head #logo img {
	width: auto;
	height: 40px;
}



/*----------------------------------------------*/
/*  mv
/*----------------------------------------------*/

#mv video {
    /*margin: 0 auto;
    z-index: 1;
    width: 100%;*/
}

.covervid-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#main_photo {
  z-index: 9;
  position: relative;
  line-height: 1;
  background: url(images/mv.jpg) no-repeat center;
    background-size: auto;
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-size: cover;
  -ms-behavior: url(backgroundsize.min.htc);
}

#mv_bg {
	background:none ;
	position:absolute;
	bottom:0;
	top:0;
	right:0;
	left:0;
	width:100%;
	margin:0 auto;
}

#fade {
	position: absolute;
	top: 150px;
	width: 5px;
	height: 5px;
}

#mv_txt {
	position:absolute;
	bottom:60px;
	left: 100px;
}

#mv_txt img {
	width: 500px;
	height: auto;
}

#mv_arrow {
	position:absolute;
	bottom:20px;
	text-align:center;
	z-index:9;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

#mv_arrow img {
	width: 70px;
	height: auto;
}



/*----------------------------------------------*/
/*  footer
/*----------------------------------------------*/



#footer {
	width: 1180px;
	margin: 46px auto 80px auto;
	zoom: 100%;
	text-align: center;
}
#footer:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


#footer_logo img {
	width: 355px;
	height: auto;
	text-align: center;
}

#footer_menu {
	font-size:14px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 25px;
}

#footer_menu a {
	color:#000000;
}


#footer_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer_menu ul li {
	display:inline-block;
}

#footer_menu ul li:after {
	content:"　｜　";
}

#footer_menu ul li:last-child:after {
	content:none;
}

#footer_copy {
	font-size:12px;
	
}



/*----------------------------------------------*/
/*  top
/*----------------------------------------------*/


.blue {
	background: #eff5f8;
	width: 1180px;
	margin: 40px auto 0 auto;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.blue_inner {
	padding:48px;
}

.blue .Block {
	display: table;
}

.blue .Block .img {
	width:500px;
	display: table-cell;
	margin-right: 45px;
}

.blue .Block .img img {
	width: 100%;
	height: auto;
	border-top-left-radius: 30px;
}

.blue .Block .txt {
	padding-left: 45px;
	padding-right: 50px;
	display: table-cell;
	vertical-align: bottom;
}

.item {
	font-size:18px;
	color: #0082da;
	font-weight: 700;
	margin-bottom: 0;
}


#service .Block .seimei {
	width: 405px;
	float: left;
	text-align: center;
}

#service .Block .songai {
	width : -webkit-calc(100% - 406px) ;
	width : calc(100% - 406px) ;
	float: right;
	border-left: 1px #000000 solid;
}

#service .Block .seimei ul, #service .Block .songai ul {
	list-style:none;
	padding-left: 0;
	padding-right: 0;
}

#service .Block .songai ul {
	margin-left: 30px;
}

#service .Block .songai ul li {
	display: inline-block;
    vertical-align: middle;
	text-align: center;
	width: 58%;
}

#service .Block .songai ul li:nth-child(2n) {
	margin-right:0;
	width: 40%;
}

#service .Block .seimei .aflac {
	margin-bottom:30px;
}

#service .Block .seimei .aflac img {
	width: 130px;
}

#service .Block .seimei .tkas img {
	width: 363px;
}

#service .Block .songai .aioi img {
	width: 290px;
}

#service .Block .songai .mitsui {
}

#service .Block .songai .tkn:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#service .Block .songai .mitsui img {
	width: 228px;
}

#service .Block .songai .tkn img {
	width: 245px;
}

#service .Block .songai .sompo img {
	width: 216px;
}

#service .Block .songai .aioi, #service .Block .songai .mitsui, #service .Block .songai .tkn, #service .Block .songai .sompo {
	text-align:center;
}

#profile.blue .title {
	width: 100%;
}

#profile.blue .Block .txt {
}

#profile.blue .Block .img {
	margin-right:0;
}

#profile.blue .Block .img img {
	border-top-left-radius: 0;
	border-top-right-radius: 30px;
	margin-right:0;

}

#profile h3, #office h3 {
	text-align:left;
}



profile .dl {
	width : -webkit-calc(100% - 450px) ;
	width : calc(100% - 450px) ;
	float: left;
}

#profile .white_inner {
	position:relative;
	width: auto;
}

#profile .white {
	width: 1084px;
	margin: 38px auto 0 auto;
}

#profile .gmap {
}

#profile .gmap_inner {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 450px;
}

#profile .gmap_inner iframe {
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}

#profile .column_2 ul {
	margin:0;
	padding: 0;
}


.column_2 ul {
	list-style:none;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.column_2 ul li {
	line-height:2.3;
}

.column_2 ul.other li {
	line-height:3.6;
}


.column_2 ul li img {
	height:23px;
	width: auto;
}

#office .white_inner {
	padding-bottom:48px;
}

#office .aflac {
	width:auto;
	margin: 25px auto 0 auto;
}

#office .aflac:first-of-type{
	margin-bottom:60px;
}
#office .aflac:last-of-type {
	margin-bottom:0;
}

#office .aflac .img {
	width: 180px;
	float: left;
	margin-right: 40px;
	display: block;
}

#office .aflac img {
	width:180px;
	height: auto;
	border-top-left-radius: 0;
}

#office .aflac .txt {
	text-align:left;
	width : -webkit-calc(100% - 220px) ;
	width : calc(100% - 220px) ;
	float: left;
	padding-left: 0;
	padding-right: 0;
}

#office .aflac h4 {
	font-size:20px;
	margin-top: 0;
	padding-top: 0;
	text-align: left;
}

#office .aflac dd, #office .aflac dt {
	line-height:1.7;
}

#office .column_2_inner h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

#office .column_2_inner dl {
	width:310px;
	margin: 0 auto 45px auto;
}

#office .column_2_inner .o_aflac {
	text-align:center;
}

#office .column_2_inner .o_aflac img {
	width: 130px;
}

ul.s_hoken {
	margin:0;
	padding: 0;
}

ul.s_hoken li {
	display: inline-block;
}

ul.s_hoken li:first-of-type {
	margin-right: 30px;
}

.s_hoken img {
	vertical-align:middle;
}

.s_hoken .tkn img {
	width: 222px;
	height: auto;
}

.s_hoken .mitsui img {
	width: 194px;
	height: auto;
}

.s_hoken .aioi img {
	width: 253px;
	height: auto;
}

.s_hoken .sompo img {
	width: 187px;
	height: auto;
}

.s_hoken .tkas img {
	width: 316px;
	height: auto;
}

.Privacy .blue, .solicitation .blue, .antisocial .blue {
	margin-top:120px;
}

.Privacy .blue h1, .solicitation .blue h1, .antisocial .blue h1 {
	font-size: 32px;
	font-weight: 700;
	color: #023371;
	margin-bottom: 35px;
}

.Privacy .blue h2 {
	font-size: 24px;
	font-weight: 700;
	color: #023371;
	margin-top: 30px;
	margin-bottom: 10px;
}

#privacy_content {
	padding-right:55px;
	padding-left:55px;
}

/*----------------------------------------------*/
/*  1280px以下
/*----------------------------------------------*/

@media screen and (max-width:1280px){
	
	#service .Block .songai {
	}
	
	#profile .white {
		width:100%;
	}
	
	
	#service .Block .songai ul li, #service .Block .songai ul li:nth-child(2n) {
    display: inline-block;
		text-align: center;
		width:100%; 
}
	
	#service .Block .songai ul {
    	margin-left: 0;
	}
	
	
	#footer {
		width:100%;
	}
	
	#head_wrap {
	}
	
}

/*----------------------------------------------*/
/*  1200px以下
/*----------------------------------------------*/

@media screen and (max-width:1200px){
	img {
		width: 100%;
		height: auto;
	}
	
	
	.blue {
		width: auto;
		margin-left:30px;
		margin-right: 30px;
}
	
	#profile .column_2_inner {
		float: none;
		width: auto;
	}
	
	#profile .column_2_inner:first-of-type {
		margin-bottom: 24px;
		margin-right: 0;
	}
	
	.column_2 ul.other li {
		line-height:1.5;
		margin: 15px 0;
	}
	
	
	
	#menu {
		padding: 50px 30px;
		width: auto;
	}


	.column_2 .Block_wrap .Block {
		width : -webkit-calc((100% - 20px ) / 2) ;
		width : calc((100% - 20px ) / 2) ;
		margin-right: 20px;
	}
	
	#footer #info {
		margin-right: 50px;
	}




/*----------------------------------------------*/
/*  environment
/*----------------------------------------------*/

	.blue .Block .img, .blue .Block .txt {
		width:auto;
		display: Block;
		margin-right: 0;
	}
	
	.blue .Block .img img {
     border-top-right-radius: 30px;
}
	.blue .Block .aflac img {
     border-top-right-radius: 0;
}
	.blue .Block {
		display:block;
	}
		
	#profile.blue .Block .img img {
		border-top-right-radius: 0;
	}
	
	#profile .white_inner {
		width:auto;
		padding: 0;
		margin-left: 48px;
		margin-right: 48px;
	}
	
	#profile .dl {
		padding-top: 24px;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	#profile .dl dd br {
		display: none;
	}	

	#profile .gmap {
		margin-top:20px;
	}

	#profile .gmap_inner iframe {
		border-top-right-radius: 0;
		border-bottom-left-radius: 30px;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#profile .gmap_inner {
		float:none;
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
		line-height: 1;
	}
	

	.column_2 ul li img {
		height:20px;
		
	}


}


/*----------------------------------------------*/
/*  1000px以下
/*----------------------------------------------*/

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

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}


}


/*----------------------------------------------*/
/*  1000px以下
/*----------------------------------------------*/

@media screen and (max-width:1000px){
	.pc_1000 {
		display: none;
	}
	.sp_1000 {
		display: block;
	}

	#footer #info, #footer_menu {
		float: none;
		width: 100%;
	}

	#footer #info {
		zoom: 100%;
		margin-bottom: 40px;
	}

	#footer #info:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
	}

	#footer #info .pc {
		display: none;
	}

	#footer #info .sp {
		display: block;
	}

	#footer #info .sp {
		width: 350px;
		float: left;
		margin-right: 30px;
	}

	#footer #info p {
		width: 350px;
		float: left;
		margin-top: 1em;
	}

	#footer #info {
		display: block;
	}

	#footer #info img {
		width: 350px;
	}

	#footer_menu .Block {
		width : 20% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc((100% - 90px) / 4) ;
		width : calc((100% - 90px) / 4)  ;
		margin-right: 30px;
	}


/*----------------------------------------------*/
/*  Voice
/*----------------------------------------------*/

	#service .Block .seimei, #service .Block .songai {
		width:100%;
		float: none;
		display: block;
	}
	
	#service .Block .songai {
		border-top:1px solid #000000;
		border-left: none;
		padding-left: 0;
		padding-top: 30px;
	}

	#service .white_inner {
		margin-bottom:0;
	}
	
	#service.blue {
		padding-bottom: 48px;
	}
	
	#office .column_2_inner {
		width:auto;
		float: none;
		margin-right: 0;
	}
	
	#office .column_2_inner:first-of-type {
		margin-bottom:24px;
	}
	
	#mv_txt {
		left:50px;
		bottom: 30px;
	}
	
	#mv_txt img {
		width: 400px;
	}

}
/*----------------------------------------------*/
/*  
/*----------------------------------------------*/



/*----------------------------------------------*/
/*  850px以下
/*----------------------------------------------*/
@media screen and (max-width:900px){
	
	#head_inner.ha-header-show {
		width:auto;
		margin-right: 20px;
		margin-left: 20px;
		margin-top:25px;
	}
	
	#head_wrap {
		width:auto;
	}
	
	#head #logo img {
		height:30px;
	}
	#head #logo {
		margin: 0;
		padding: 0;
	}

	
	
	
	.blue {
		margin-left:10px;
		margin-right: 10px;
	}
	
	.blue .Block .txt {
		padding-left:15px;
		padding-right: 15px;
	}
	
	.white {
		width:auto;
		margin: 10px 15px 0 15px;
	}
	
	#service.blue {
		padding-bottom:15px;
	}
	
	#profile .white_inner {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.column_2 {
		margin-left:15px;
		margin-right:15px;
		width: auto;
		padding-bottom: 15px;
	}
	
	#profile .column_2_inner:first-of-type {
		margin-bottom:15px;
	}
	
	#office .aflac .txt, #office .aflac .img {
		width:100%;
		float: none;
	}
	
	#office .aflac .img img {
		width:100%;
	}
	
	#office .aflac h4 {
		margin-top:10px;
	}
	
	#office .column_2_inner dl {
		width:90%;
		text-align: center;
	}

	#office .column_2_inner dt {
		text-align:center;
	}

	#office .column_2_inner dd:before {
		content:none;
	}
	
}


/*----------------------------------------------*/
/*  600px以下
/*----------------------------------------------*/
@media screen and (max-width:600px){
	#content.Voice .voice_title h2 img {
		width: 100
	}
}



/*----------------------------------------------*/
/*  780px以下
/*----------------------------------------------*/
@media screen and (max-width:780px){

html {
	font-size: 62.5%;
}


body {
	font-size: 1.6rem;
	min-width:100%;
}

	#privacy_content {
		padding-left:0;
		padding-right:0;
	}
	
	.blue_inner {
		padding-left:15px;
		padding-right:15px;
	}
	
	#service .Block .seimei .tkas img {
		max-width:100%;
		height: auto;
	}
	
	.column_2 ul li img {
		width:auto;
		height: 20px;
		max-width: 100%;
	}
	
	
	.item {
		font-size:1.8rem;
	}
	
	#menu {
		padding: 0 10px;
	}

	.column_2 .Block_wrap .Block {
		width : 100% ;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.column_2 .Block_wrap .Block:last-child {
		margin-bottom: 0;
	}

	#title h1 {
		font-size: 3rem;
	}

	#title h1 .sub {
		ont-size: 2rem;
	}

	h2 {
		font-size: 4rem;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	h2 small {
		font-size: 1.72rem;
	}
	
	#profile h2 {
		padding-top:24px;
	}

	h3 {
		font-size: 1.8rem;
	}
	
	
	#office h3.aflac:first-child {
		margin-bottom: 24px;
	}
	
	#service h3:first-child {
		padding-top:24px;
	}

	h4 {
		font-size: 2.0rem;
		margin-top: 10px;
	}

	
	a.link {
		border: 2px solid #0082da;
		width: auto;
		display: block;
		text-align: center;
		padding: 10px 0;
		background: none;
		font-size: 1.6rem;
	}
	
	a:hover.link {
		background: #0082da;
		color: #FFFFFF;
	}
	
	.sp {
		display: block;
	}
	
	.sp_780 {
		display: none;
	}
	
	.pc {
		display: none;
	}

	dt {
		width:auto;
		position: relative;
		padding-left: 0;
		font-size: 1.8rem;
		text-align: left;
	    text-align-last: inherit;
	}
	
	dd {
		padding: 0;
		width: auto;
		margin: 0 0 10px 0;
		text-indent:0;
	}
	
	dd:before {
		content:none;
	}

	.dl_wrap {
		padding: 0 20px;
	}
	
	table {
		width: 100%;
	}
	
	
#footer_menu ul li {
    display: block;
}
	
	#footer_menu ul li:after {
		content:none;
	}
	
	#profile .dl {
		padding-left:15px;
		padding-right:15px;
	}
	

/*----------------------------------------------*/


/*----------------------------------------------*/

	#head #logo img {
		height: auto;
		width: 320px;
	}
	
	#head_inner {
		padding-top:15px;
		padding-bottom:20px;
	}
	
	#mv_txt img {
		width : -webkit-calc(100% - 60px) ;
		width : calc(100% - 60px) ;
		height: auto;
		padding: 0 30px;
	}


    #mv_txt {
        left: 0;
        bottom: auto;
		top:120px;
    }
	
	#main_photo {
    background: url(images/mv_sp.jpg) no-repeat center right;
		    background-size: auto;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-size: cover;
	}
	
	

	
/*----------------------------------------------*/

	
	#footer #info {
		text-align: center;
	}
	
	#footer #info p {
		padding-left: 0;
	}
	
	#footer #info .sp, #footer #info p {
		width: 100%;
		margin-right: 0;
	}
	
	#footer #info img {
		width: 240px;
	}


	
}



/*----------------------------------------------*/
/*  480px以下
/*----------------------------------------------*/

@media screen and (max-width:480px){
	
	#footer_copy_wrap {
		height: auto;
		text-align: center;
	}
	
	#footer_copy #sns, #footer_copy #copy {
		position: relative;
		left: auto;
		right: auto;

	}
	
	#footer_copy #copy {
		
	}
}



