/*--------------------------------------------
	lp-box
--------------------------------------------*/



.box1{
	width:100%;
	height:auto;
	margin: 40px 20px 40px 20px;
	padding:10px;
	text-align:center;
	clear: both;
	}

.box1_2{
	width:auto;
	height:auto;
	margin: 50px;
	padding:50px;
	text-align:center;
	clear: both;
	}	




.box2{
	width:auto;
	margin: 0px;
	padding:0px;
	border:0px dotted #000000;
	text-align:center;
	vertical-align: middle;
	clear: both;
	height: 25em;
	position: relative;
}


.box2 p {
	
	font-size:14px;
  	line-height:2em;
 	letter-spacing:0.2em;
  	font-family: 'Fahkwang', sans-serif;
  	font-weight: 200;
  	text-decoration: none;
  	color: #fff;
	
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}


.p-box2 {
	font-size:30px;
	font-weight: 400;
	line-height:1.5em;
}


.box3{
	width:auto;
	margin: 20px 0px 20px 0px;
	padding:10px;
	border:1px dotted #000000;
	background-color: #FDFDFD;
	vertical-align: middle;
	clear: both;
	position: relative;
}

.box1 a{
	text-decoration:none;
}




/*--------レスポンシブボックス50X50-----------*/

.box50X50{
	width:100%;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:center;
	display:table;
	padding:0px;
	table-layout: fixed;
	}



.box50X50_left_wrapper {
	float: left;
	margin: 0 auto;
	width: 48%;
	margin-right: -0px;
	margin-bottom:0;
	table-layout: fixed;
	}
 
.box50X50_left {
	position: relative;
	table-layout: fixed;
	}

.box50X50_left img {
	table-layout: fixed;
	width: 100%;
	}

.box50X50_right_wrapper {
	float: right;
	width: 48%;
	vertical-align:middle;	 
	table-layout: fixed;
	
	}


.box50X50_right {
	padding:30px;
	table-layout: fixed;
	background-color:#FFFFFF;
	}
	
	
.box50X50_right_img {
	padding:0px;
	table-layout: fixed;
	}

.box50X50 img {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


.box50X50_right p { 
	padding: 0px !important;
	text-align:left;
	}
	

/* ie用　imgはみ出し防止 */
.hamidashikaihi {   width: 100%;  /* 横幅(親ボックスの横幅に合わせる) */
   padding: 0px;  /* 内側の余白 */
   /* ▼横幅に枠線まで含める */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;}





 
@media screen and (max-width: 800px) {
	.box50X50_left_wrapper, .box50X50_left, .box50X50_right_wrapper, .box50X50_right {
		float: none;
        margin: 0;
        width: auto;
		height:auto;
		}
	.box50X50_left img {
		height: auto;}
		 
	.box50X50_right {
		padding-left:0px;
		padding-top:50px;}
		
	.box50X50_right_img {
		padding-top:50px;}
		
}



/*--------40X60-----------*/

.box40X60{
	width:100%;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align:center;
	display:table;
	padding:0px;
	table-layout: fixed;
	}



.box40X60_left_wrapper {
	float: left;
	margin: 0 auto;
	width: 35%;
	margin-right: -0px;
	margin-bottom:0;

	table-layout: fixed;
	}
 
.box40X60_left {
	position: relative;
	table-layout: fixed;
	}

.box40X60_left img {
	table-layout: fixed;
	width: 100%;
	}

.box40X60_right_wrapper {
	float: right;
	width: 63%;
	vertical-align:middle;	 
	table-layout: fixed;
	
	}


.box40X60_right {
	padding:30px;
	table-layout: fixed;
	background-color:#FFFFFF;
	}
	
	
.box40X60_right_img {
	padding:0px;
	table-layout: fixed;
	}

.box40X60 img {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


.box40X60_right p { 
	padding: 0px !important;
	text-align:left;
	}
	

 
@media screen and (max-width: 800px) {
	.box40X60_left_wrapper, .box40X60_left, .box40X60_right_wrapper, .box40X60_right {
		float: none;
        margin: 0;
        width: auto;
		height:auto;
		}
	.box40X60_left img {
		height: auto;
		margin-bottom:50px;
		}
		 
	.box40X60_right {
		padding-left:0px;
		padding-top:50px;
		}	
		
}

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







.box1_border{
	border:2px solid #FFF;

	width:auto;
	height:auto;
	margin: 10px 30px 20px 30px;
	padding:30px;
	text-align:center;
	clear: both;
	box-sizing: border-box;
	}

.box1_border2{
	border:1px solid #000;
	background-color: #FDFDFD;
	vertical-align: middle;
	position: relative;
	width:auto;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding:2px 10px 2px 10px;
	text-align:center;
	clear: both;
	box-sizing: border-box;
	}

.box1_border3{
	border:1px solid #555555;

	width:auto;
	height:auto;
	margin: 0px;
	padding:20px;
	text-align:center;
	clear: both;
	box-sizing: border-box;
	}

.box1_white{
	border:0px solid #ffffff;
	width:100%;
	height:auto;
	margin: 0px;
	padding:30px 20px 30px 20px;
	text-align:center;
	clear: both;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.50);
	}

@media screen and (min-width: 768px) {
.box1_white{
	padding:30px 40px 30px 40px;
	}
	
}


.box1_line_green2{
	border:1px solid rgba(130,130,100,1.00);
	width:100%;
	height:auto;
	padding:20px;
	text-align:center;
	clear: both;
	box-sizing: border-box;
	border-radius: 10px;
	}


@media screen and (min-width: 768px) {
.box1_line_green2{
	padding:30px 40px 30px 40px;
	}		
}


.box1_line_black{
	border:1px solid rgba(0,0,0,0.50);
	width:100%;
	height:auto;
	padding:20px;
	text-align:center;
	clear: both;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.0);
	}


@media screen and (min-width: 768px) {
.box1_line_black{
	padding:30px 40px 30px 40px;
	}		
}


.box1_orange{
	border:0px solid #FFF5EE;
	width:100%;
	height:auto;
	margin: 0px;
	padding:30px 20px 30px 20px;
	text-align:center;
	clear: both;
	box-sizing: border-box;
	background-color: #FFF5EE;
	}

@media screen and (min-width: 768px) {
.box1_orange{
	padding:30px 40px 30px 40px;
	}
	
}

.box1_border4{
	border:0mm solid #555555;
	width:auto;
	height:auto;
	margin: 0px;
	padding:20px;
	text-align:center;
	clear: both;
	box-sizing: border-box;
	background-color:#F5F0EF;
	}


@media screen and (min-width: 768px) {
	.box2{
	padding:0px 50px 0px 50px;
	}
	
}



.box_border {
	 border:1px solid #000000;
	 padding:20px;
	 margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
.box_border{
	padding:20px 40px 30px 40px;
	}
	
}




/*--------レスポンシブボックス20X80-----------*/

.box20X80{
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	display:table;
	padding:0px;
	table-layout: fixed;
	}
	
	



.box20X80_left {
	float: left;
	margin: 0 auto;
	width: 20%;
	margin-right: -0px;
	margin-bottom:0;
	
	table-layout: fixed;
	}
 

.box20X80_left p { 
	padding: 0px !important;
	text-align:left;
	}

.box20X80_right {
	float: right;
	width: 80%;
	vertical-align:middle;	 
	table-layout: fixed;
	}


.box20X80_right p { 
	padding: 0px !important;
	text-align:left;
	}



/*　画面サイズが500pxまでこのファイルのスタイルが適用される。*/
@media screen and (min-width: 0px) and (max-width: 500px) {
.box20X80_left {
	width: 30%;
	}
	
.box20X80_right {
	width: 70%;
	}		
}






/*--------flex-box 上下左右中央寄せ-----------*/
.layout-center {
  width: 100%;
  height: 70vh;

  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout-center div {
  width: 100%;
  max-width: 1400px;
  height: 70vh;
  background: rgba(255,255,255,.0);
}

/*--------snapwidget-----------*/
.snapwidget-widget{
  border:none; 
  overflow:hidden;
  width: 100%;
  height: 300px;
}

/*　画面サイズが500pxまでこのファイルのスタイルが適用される。*/
@media screen and (min-width: 0px) and (max-width: 500px) {
.snapwidget-widget{
  height: 100px;
}	
}

/*　画面サイズが500pxまでこのファイルのスタイルが適用される。*/
@media screen and (min-width: 501px) and (max-width: 900px) {
.snapwidget-widget{
  height: 150px;
}	
}


/*--------上下真ん中揃え-----------*/
div.container1 {
   height: 6em;
   position: relative }
div.container1 p {
   margin: 0;
   position: absolute;
   top: 50%;
   transform: translate(0, -50%) }

@media screen and (min-width: 0px) and (max-width: 500px) {
div.container1 {
   height: 7em;}		
}

/*--------縦横真ん中揃え-----------*/
div.container2 {
    height: 8em;
    position: relative }
div.container2 p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }

@media screen and (min-width: 0px) and (max-width: 800px) {
div.container2 {
   height: 12em;}		
}
