@charset "utf-8";
.bg_color01 {
  background: #093;
}
.bg_color02 {
  background: #cfc;
}
.bg_color03 {
  background: #060;
}
.bg_color04 {
  background: #fff;
}
.bg_color05 {
  background-image: linear-gradient(-45deg, #fe7f2b, #f60);
}
.bg_color06 {
  background: url("../images/top/bg_sec1.jpg")repeat-x;
  background-position: top center;
}
@media screen and (min-width:340px) and (max-width:480px) {
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
  }
  .br1 {
    display: block;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
	.sec_in05 {
    margin: 0 auto;
    padding: .5em 0;
    width: 97%;
    height: auto;
  }
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
 .flex_bet {
  }
.flex_bet2 {
	display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
	.box40 {
    margin: 0 0 1em;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
  }
	.box60 {
    margin: 0;
    padding: .5em;
    width: 100% !important;
    box-sizing: border-box;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		background: #fff;
  }
	.box48 {
    margin: 0;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 {
    margin: 0;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50in{
		padding: 1em;
	}
	.box50in2{
		margin: 0;
		padding: 0;
		width: 100%;
		height: 200px;
		background:url("../images/top/img05.jpg") no-repeat;
		background-size: cover;
		
	}
	.news_ti{
		position: relative;
		top:0;
		left: 5%;
		width: 250px;
		height: 50px;
		background: #cfc;
		z-index: 1;
		margin-bottom: 30px;
	}
	.news_ti2{
		position: absolute;
		top: 20px;
		right: 5%;
		width: 250px;
		height: 50px;
		border: 3px solid #cfc;
		z-index: 0;
	}
	.news_ti h3{
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		white-space: nowrap
	}
	dl.area{
		margin: 0;
		padding: 0;
		width: 100%;
		line-height: 1.5em;
		display: flex;
	}
	dl.area dt{
		margin: 0;
		padding: 0;
		width: 5em!important;
		text-align: right;
		white-space: nowrap
	}
	dl.area dd{
		margin: 0;
		padding: 0;
		width: auto;
		text-align: left;
	}
	.box49{
		margin: .5%;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
	position: relative;
	}

	.box33{
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
	box-sizing: border-box;
		border: 1px solid #666;
		position: relative
  }
	.box33 h3{
top:10px;
		left: 2.5%;
    transform: translateX(-50%);
		font-size: 4vw;
    line-height: 2em;
   background-color:rgba(255,255,255,0.9);
		display: block;
		width: 95%;
		height: auto;
		text-align: center;
		position: absolute;
		z-index: 1;
	}
	
	.box33 p{
		position: absolute;
		bottom:0;
		width: 95%;
		height: 70px;
		padding: 2.5% 2.5% 5%;
		text-align: left; 
		background-color:rgba(255,255,255,0.9);
	}
	.btn-05{
		position: absolute;
		margin-bottom:-20px!important; 
		width: 90%!important;
		z-index: 2;
	}

  .box450 {
    margin: 0 auto;
    padding: 3em 0;
    width: 300px;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #090;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #060;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #060;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
			.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 1vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		text-align: left;
		line-height: 1.5em;
		font-size: 4vw;
		height: auto;
	}
	.vw_h2{
		text-align: center;
		line-height: 1.5em;
		font-size: 6vw;
		height: auto;
		font-weight: bold;
	}
	.vw_h2r{
		text-align: center;
		line-height: 1.5em;
		font-size: 5vw;
		height: auto;
		font-weight: bold;
		color:#fff
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.2vw;
		height: auto;
	}
  .sec_in100 {
    margin: 0 auto;
    padding: 3em 0 1em;
    width: 100%;
    height: auto;
	 
  }	
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
	 
  }	
	.picbox{
		 position: relative;
		height: auto;
	}
	.picbox img{
		 width: 100%;
		height: auto;
	}
	.h01{
		position: absolute;
		top:10%;
		left:20px;
		padding: .5em 1em;
		background: #99ccff;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 4vw;
	}
	.h02{
		position: absolute;
		top:40%;
		left:40%;
		padding: .5em 1em;
		background: #cc99ff;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 4vw;
	}
	.h03{
		position: absolute;
		top:60%;
		left:30px;
		padding: .5em 1em;
		background: #cfc;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 4vw;
	}
	.h04{
		position: absolute;
		bottom:0;
		padding: .3em 0;
		width: 100%;
		background-color:rgba(255,255,255,0.8);
		line-height: 1.5em;
		font-size: 4vw;
		text-align: center;
	}
	.h05{
		position: absolute;
		top:30px;
		right:30px;
		padding: 1em;
		background: #fc0;
		-moz-border-radius: 400px;    /* Firefox */
-webkit-border-radius: 400px; /* Safari,Chrome */
border-radius: 400px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 4vw;
		font-weight: bold;
	}
	.h06{
		position: absolute;
		top:20%;
		left: 50%;
		width: 80%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		padding: .5em;
		background: #36f;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 5vw;
		font-weight: bold;
		text-align: center;
		color:#fff;
	}
	.fuki{
  position: relative;
  background: #f00;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
  padding: 1em;
}
	.fuki:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f00 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
	.come{
		margin: 1em auto 3em;
		padding: 0;
		width: 97%;
	}
	.com_box1{
  width: 30%;
		height: auto;
}
	.com_box2{
  width: 68%;
		height: auto;
}
	.com_box3{
  position: relative;
  background: #fde7d1;
  padding: 1em 2em;
		width: 53%;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
}
.com_box3:after{
   content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -15px;
  margin-left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #fde7d1;
}
}
@media screen and (min-width:481px) and (max-width:768px) {
	article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 2em 0;
    width: 97%;
    height: auto;
  }
	.sec_in05 {
    margin: 0 auto;
    padding: .5em 0;
    width: 97%;
    height: auto;
  }
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet {
  }
.flex_bet2 {
	display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
	.box48 {
    margin: 0;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 {
    margin: 0;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50in{
		padding: 1em;
	}
	.box50in2{
		margin: 0;
		padding: 0;
		width: 100%;
		height: 200px;
		background:url("../images/top/img05.jpg") no-repeat;
		background-size: cover;
		
	}
	.news_ti{
		position: relative;
		top:0;
		left: 5%;
		width: 250px;
		height: 50px;
		background: #cfc;
		z-index: 1;
		margin-bottom: 30px;
	}
	.news_ti2{
		position: absolute;
		top: 20px;
		right: 5%;
		width: 250px;
		height: 50px;
		border: 3px solid #cfc;
		z-index: 0;
	}
	.news_ti h3{
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		white-space: nowrap
	}
	dl.area{
		margin: 0;
		padding: 0;
		width: 100%;
		line-height: 1.5em;
		display: flex;
	}
	dl.area dt{
		margin: 0;
		padding: 0;
		width: 5em!important;
		text-align: right;
		white-space: nowrap
	}
	dl.area dd{
		margin: 0;
		padding: 0;
		width: auto;
		text-align: left;
	}
	.box49{
		margin: .5%;
    padding: 0;
    width: 100% !important;
    box-sizing: border-box;
	position: relative;
	}

	.box33{
    margin: 0 0 50px;
    padding: 0;
    width: 100%;
	box-sizing: border-box;
		border: 1px solid #666;
		position: relative
  }
	.box33 h3{
top:10px;
		left: 2.5%;
    transform: translateX(-50%);
		font-size: 4vw;
    line-height: 2em;
   background-color:rgba(255,255,255,0.9);
		display: block;
		width: 95%;
		height: auto;
		text-align: center;
		position: absolute;
		z-index: 1;
	}
	
	.box33 p{
		position: absolute;
		bottom:0;
		width: 95%;
		height: 70px;
		padding: 2.5% 2.5% 5%;
		text-align: left; 
		background-color:rgba(255,255,255,0.9);
	}
	.btn-05{
		position: absolute;
		margin-bottom:-20px!important; 
		width: 90%!important;
		z-index: 2;
	}

  .box450 {
    margin: 0 auto;
    padding: 3em 0;
    width: 300px;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #090;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #060;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #060;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
		.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 1vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		text-align: left;
		line-height: 1.5em;
		font-size: 3vw;
		height: auto;
	}
	.vw_h2{
		text-align: center;
		line-height: 1.5em;
		font-size: 5vw;
		height: auto;
		font-weight: bold;
	}
	.vw_h2r{
		text-align: center;
		line-height: 1.5em;
		font-size: 4vw;
		height: auto;
		font-weight: bold;
		color:#fff
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.2vw;
		height: auto;
	}
  .sec_in100 {
    margin: 0 auto;
    padding: 3em 0 1em;
    width: 100%;
    height: auto;
	 
  }	
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
	 
  }	
	.picbox{
		 position: relative;
		height: auto;
	}
	.picbox img{
		 width: 100%;
		height: auto;
	}
	.h01{
		position: absolute;
		top:10%;
		left:20px;
		padding: .5em 1em;
		background: #99ccff;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 3.5vw;
	}
	.h02{
		position: absolute;
		top:40%;
		left:250px;
		padding: .5em 1em;
		background: #cc99ff;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 3.5vw;
	}
	.h03{
		position: absolute;
		top:60%;
		left:30px;
		padding: .5em 1em;
		background: #cfc;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 3.5vw;
	}
	.h04{
		position: absolute;
		bottom:0;
		padding: .3em 0;
		width: 100%;
		background-color:rgba(255,255,255,0.8);
		line-height: 1.5em;
		font-size: 3.5vw;
		text-align: center;
	}
	.h05{
		position: absolute;
		top:30px;
		right:30px;
		padding: 1em;
		background: #fc0;
		-moz-border-radius: 400px;    /* Firefox */
-webkit-border-radius: 400px; /* Safari,Chrome */
border-radius: 400px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 3vw;
		font-weight: bold;
	}
	.h06{
		position: absolute;
		top:20%;
		left: 50%;
		width: 80%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		padding: .5em;
		background: #36f;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 3vw;
		font-weight: bold;
		text-align: center;
		color:#fff;
	}
	.fuki{
  position: relative;
  background: #f00;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
  padding: 1em;
}
	.fuki:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f00 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
	.come{
		margin: 1em auto 3em;
		padding: 0;
		width: 97%;
	}
	.com_box1{
  width: 20%;
		height: auto;
}
	.com_box2{
  width: 78%;
		height: auto;
}
	.com_box3{
  position: relative;
  background: #fde7d1;
  padding: 1em 2em;
		width: 73%;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
}
.com_box3:after{
   content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -15px;
  margin-left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #fde7d1;
}
}
@media screen and (min-width:769px) and (max-width:1024px) {

  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
	.sec_in05 {
    margin: 0 auto;
    padding: .5em 0;
    width: 97%;
    height: auto;
  }
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet,.flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
	.box40 {
    margin: 0;
    padding: 0;
    width: 38% !important;
    box-sizing: border-box;
  }
	.box60 {
    margin: 0;
    padding: .5em;
    width: 55% !important;
    box-sizing: border-box;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		background: #fff;
  }
	.box48 {
    margin: 0;
    padding: 0;
    width: 48% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 {
    margin: 0;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50in{
		padding: 1em;
	}
	.box50in2{
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		background:url("../images/top/img05.jpg") no-repeat;
		background-size: cover;
		
	}
	.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 4vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		text-align: left;
		line-height: 1.7em;
		font-size: 1.6vw;
		height: auto;
	}
	.vw2{
		text-align: center;
		line-height: 1.5em;
		font-size: 3vw;
		height: auto;
		font-weight: bold;
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 2vw;
		height: auto;
	}
	.news_ti{
		position: absolute;
		top:30px;
		left: 5%;
		width: 250px;
		height: 100px;
		background: #cfc;
		z-index: 1;
	}
	.news_ti2{
		position: absolute;
		top:80px;
		right: 5%;
		width: 250px;
		height: 100px;
		border: 3px solid #cfc;
		z-index: 0;
	}
	.news_ti h3{
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		white-space: nowrap
	}
	dl.area{
		margin: 0;
		padding: 0;
		width: 100%;
		line-height: 1.5em;
		display: flex;
	}
	dl.area dt{
		margin: 0;
		padding: 0;
		width: 5em!important;
		text-align: right;
		white-space: nowrap
	}
	dl.area dd{
		margin: 0;
		padding: 0;
		width: auto;
		text-align: left;
	}
	.box49{
		margin: .5%;
    padding: 0;
    width: 49.5% !important;
    box-sizing: border-box;
	position: relative;
	}

	.box33{
    margin: 0;
    padding: 0;
    width: 31%;
	box-sizing: border-box;
		border: 1px solid #666;
		position: relative
  }
	.box33 h3{
top:10px;
		left: 2.5%;
    transform: translateX(-50%);
		font-size: 1.5vw;
    line-height: 2em;
   background-color:rgba(255,255,255,0.9);
		display: block;
		width: 95%;
		height: auto;
		text-align: center;
		position: absolute;
		z-index: 1;
	}
	
	.box33 p{
		position: absolute;
		bottom:0;
		width: 95%;
		height: 70px;
		padding: 2.5% 2.5% 5%;
		text-align: left; 
		background-color:rgba(255,255,255,0.9);
	}
	.btn-05{
		position: absolute;
		margin-bottom:-20px!important; 
		width: 90%!important;
		z-index: 2;
	}

  .box450 {
    margin: 0 auto;
    padding: 3em 0;
    width: 450px;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #090;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #060;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #060;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
	.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 1vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		text-align: left;
		line-height: 1.5em;
		font-size: 2.1vw;
		height: auto;
	}
	.vw_h2{
		text-align: center;
		line-height: 1.5em;
		font-size: 2.7vw;
		height: auto;
		font-weight: bold;
	}
	.vw_h2r{
		text-align: center;
		line-height: 1.5em;
		font-size: 3vw;
		height: auto;
		font-weight: bold;
		color:#fff
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.2vw;
		height: auto;
	}
  .sec_in100 {
    margin: 0 auto;
    padding: 3em 0 1em;
    width: 100%;
    height: auto;
	 
  }	
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
	 
  }	
	.picbox{
		 position: relative;
		height: auto;
	}
	.picbox img{
		 width: 100%;
		height: auto;
	}
	.h01{
		position: absolute;
		top:10%;
		left:20px;
		padding: .5em 1em;
		background: #99ccff;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2.3vw;
	}
	.h02{
		position: absolute;
		top:40%;
		left:250px;
		padding: .5em 1em;
		background: #cc99ff;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2.3vw;
	}
	.h03{
		position: absolute;
		top:60%;
		left:30px;
		padding: .5em 1em;
		background: #cfc;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2.3vw;
	}
	.h04{
		position: absolute;
		bottom:0;
		padding: .3em 0;
		width: 100%;
		background-color:rgba(255,255,255,0.8);
		line-height: 1.5em;
		font-size: 2.3vw;
		text-align: center;
	}
	.h05{
		position: absolute;
		top:30px;
		right:30px;
		padding: 1em;
		background: #fc0;
		-moz-border-radius: 400px;    /* Firefox */
-webkit-border-radius: 400px; /* Safari,Chrome */
border-radius: 400px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2.3vw;
		font-weight: bold;
	}
	.h06{
		position: absolute;
		top:20%;
		left: 50%;
		width: 80%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		padding: .5em;
		background: #36f;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2.3vw;
		font-weight: bold;
		text-align: center;
		color:#fff;
	}
	.fuki{
  position: relative;
  background: #f00;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
  padding: 1em;
}
	.fuki:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f00 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
	.come{
		margin: 1em auto 3em;
		padding: 0;
		width: 80%;
	}
	.com_box1{
  width: 20%;
		height: auto;
}
	.com_box2{
  width: 78%;
		height: auto;
}
	.com_box3{
  position: relative;
  background: #fde7d1;
  padding: 1em 2em;
		width: 73%;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
}
.com_box3:after{
   content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -15px;
  margin-left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #fde7d1;
}
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
		.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 97%;
    height: auto;
  }
	.sec_in05 {
    margin: 0 auto;
    padding: .5em 0;
    width: 97%;
    height: auto;
  }
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 97%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet,.flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
	.box40 {
    margin: 0;
    padding: 0;
    width: 35% !important;
    box-sizing: border-box;
  }
	.box60 {
    margin: 0;
    padding: .5em 2em;
    width: 55% !important;
    box-sizing: border-box;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		background: #fff;
  }
	.box48 {
    margin: 0;
    padding: 0;
    width: 48% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 {
    margin: 0;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50in{
		padding: 1em;
	}
	.box50in2{
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		background:url("../images/top/img05.jpg") no-repeat;
		background-size: cover;
		
	}
	.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 4vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		text-align: left;
		line-height: 1.7em;
		font-size: 1.5vw;
		height: auto;
	}
	.vw2{
		text-align: center;
		line-height: 1.5em;
		font-size: 2.7vw;
		height: auto;
		font-weight: bold;
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.7vw;
		height: auto;
	}
	.news_ti{
		position: absolute;
		top:30px;
		left: 10%;
		width: 290px;
		height: 100px;
		background: #cfc;
		z-index: 1;
	}
	.news_ti2{
		position: absolute;
		top:80px;
		right: 10%;
		width: 290px;
		height: 100px;
		border: 3px solid #cfc;
		z-index: 0;
	}
	.news_ti h3{
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}
	dl.area{
		margin: 0;
		padding: 0;
		width: 100%;
		line-height: 1.5em;
		display: flex;
	}
	dl.area dt{
		margin: 0;
		padding: 0;
		width: 5em;
		text-align: right;
	}
	dl.area dd{
		margin: 0;
		padding: 0;
		width: auto;
		text-align: left;
	}
	.box49{
		margin: .5%;
    padding: 0;
    width: 49.5% !important;
    box-sizing: border-box;
	position: relative;
	}

	.box33{
    margin: 0;
    padding: 0;
    width: 31%;
	box-sizing: border-box;
		border: 1px solid #666;
		position: relative
  }
	.box33 h3{
top:10px;
		left: 2.5%;
    transform: translateX(-50%);
		font-size: 1.5vw;
    line-height: 2em;
   background-color:rgba(255,255,255,0.9);
		display: block;
		width: 95%;
		height: auto;
		text-align: center;
		position: absolute;
		z-index: 1;
	}
	
	.box33 p{
		position: absolute;
		bottom:0;
		width: 95%;
		height: 70px;
		padding: 2.5% 2.5% 5%;
		text-align: left; 
		background-color:rgba(255,255,255,0.9);
	}
	.btn-05{
		position: absolute;
		margin-bottom:-20px!important; 
		width: 90%!important;
		z-index: 2;
	}

  .box450 {
    margin: 0 auto;
    padding: 3em 0;
    width: 450px;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #090;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #060;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #060;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
	.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 1vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		text-align: left;
		line-height: 1.5em;
		font-size: 1.6vw;
		height: auto;
	}
	.vw_h2{
		text-align: center;
		line-height: 1.5em;
		font-size: 2.7vw;
		height: auto;
		font-weight: bold;
	}
	.vw_h2r{
		text-align: center;
		line-height: 1.5em;
		font-size: 3vw;
		height: auto;
		font-weight: bold;
		color:#fff
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.2vw;
		height: auto;
	}
  .sec_in100 {
    margin: 0 auto;
    padding: 3em 0 1em;
    width: 100%;
    height: auto;
	 
  }	
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
	 
  }	
	.picbox{
		 position: relative;
		height: auto;
	}
	.picbox img{
		 width: 100%;
		height: auto;
	}
	.h01{
		position: absolute;
		top:10%;
		left:20px;
		padding: .5em 1em;
		background: #99ccff;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2vw;
	}
	.h02{
		position: absolute;
		top:40%;
		left:250px;
		padding: .5em 1em;
		background: #cc99ff;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2vw;
	}
	.h03{
		position: absolute;
		top:60%;
		left:30px;
		padding: .5em 1em;
		background: #cfc;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2vw;
	}
	.h04{
		position: absolute;
		bottom:0;
		padding: .3em 0;
		width: 100%;
		background-color:rgba(255,255,255,0.8);
		line-height: 1.5em;
		font-size: 2vw;
		text-align: center;
	}
	.h05{
		position: absolute;
		top:30px;
		right:30px;
		padding: 1em;
		background: #fc0;
		-moz-border-radius: 400px;    /* Firefox */
-webkit-border-radius: 400px; /* Safari,Chrome */
border-radius: 400px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 1.8vw;
		font-weight: bold;
	}
	.h06{
		position: absolute;
		top:20%;
		left: 50%;
		width: 80%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		padding: .5em;
		background: #36f;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2vw;
		font-weight: bold;
		text-align: center;
		color:#fff;
	}
	.fuki{
  position: relative;
  background: #f00;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
  padding: 1em;
}
	.fuki:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f00 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
	.come{
		margin: 1em auto 3em;
		padding: 0;
		width: 80%;
	}
	.com_box1{
  width: 10%;
		height: auto;
}
	.com_box2{
  width: 88%;
		height: auto;
}
	.com_box3{
  position: relative;
  background: #fde7d1;
  padding: 1em 2em;
		width: 83%;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
}
.com_box3:after{
   content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -15px;
  margin-left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #fde7d1;
}	
}
@media screen and (min-width:1441px) {
  
  article {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
	.article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti.jpg") no-repeat;
    background-position: top center;
    position: relative;
  }
  .article h1 {
    position: absolute;
	  top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: .5em 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 1.5em;
    line-height: 2em;
    color: #000;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 3em 0;
    width: 80%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet,.flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
	.flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  }
	.box48 {
    margin: 0;
    padding: 0;
    width: 48% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 {
    margin: 0;
    padding: 0;
    width: 50% !important;
    box-sizing: border-box;
	position: relative;
  }
	.box50 img{
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: auto;
  }
	.box450 {
    margin: 0 auto;
    padding: 3em 0;
    width: 450px;
  }
  .btn-click {
    width: 100%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0;
    background: #090;
    position: relative;
  }
  .btn-click a {
    font-size: 1.1rem;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none;
    font-weight: normal;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    display: block;
  }
  .eff-click {
    width: 100%;
    height: 50px;
    border: 50px solid #060;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
    display: block;
  }
  .btn-click:hover .eff-click {
    border: 0 solid #060;
    display: block;
  }
  .btn-click:hover a {
    color: #fff !important;
    display: block;
  }
	.vw0{
		text-align: center;
		line-height: 1.5em;
		font-size: 1vw;
		height: auto;
		color:#f00;
		font-weight: bold;
		padding-bottom: .3em;
	}
	.vw1{
		text-align: left;
		line-height: 1.5em;
		font-size: 1.3vw;
		height: auto;
	}
	.vw_h2{
		text-align: center;
		line-height: 1.5em;
		font-size: 2.7vw;
		height: auto;
		font-weight: bold;
	}
	.vw_h2r{
		text-align: center;
		line-height: 1.5em;
		font-size: 3vw;
		height: auto;
		font-weight: bold;
		color:#fff
	}
	.vw3{
		margin-top: 1em;
		text-align: left;
		line-height: 1.5em;
		font-size: 1.2vw;
		height: auto;
	}
  .sec_in100 {
    margin: 0 auto;
    padding: 3em 0 1em;
    width: 100%;
    height: auto;
	 
  }	
	.sec_in0 {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
	 
  }	
	.picbox{
		 position: relative;
		height: auto;
	}
	.picbox img{
		 width: 100%;
		height: auto;
	}
	.h01{
		position: absolute;
		top:10%;
		left:20px;
		padding: .5em 1em;
		background: #99ccff;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2vw;
	}
	.h02{
		position: absolute;
		top:40%;
		left:250px;
		padding: .5em 1em;
		background: #cc99ff;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2vw;
	}
	.h03{
		position: absolute;
		top:60%;
		left:30px;
		padding: .5em 1em;
		background: #cfc;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2vw;
	}
	.h04{
		position: absolute;
		bottom:0;
		padding: .3em 0;
		width: 100%;
		background-color:rgba(255,255,255,0.8);
		line-height: 1.5em;
		font-size: 1.5vw;
		text-align: center;
	}
	.h05{
		position: absolute;
		top:30px;
		right:30px;
		padding: 1em;
		background: #fc0;
		-moz-border-radius: 400px;    /* Firefox */
-webkit-border-radius: 400px; /* Safari,Chrome */
border-radius: 400px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 1.3vw;
		font-weight: bold;
	}
	.h06{
		position: absolute;
		top:20%;
		left: 50%;
		width: 80%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		padding: .5em;
		background: #36f;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
		line-height: 1.5em;
		font-size: 2vw;
		font-weight: bold;
		text-align: center;
		color:#fff;
	}
	.fuki{
  position: relative;
  background: #f00;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
  padding: 1em;
}
	.fuki:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #f00 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
	.come{
		margin: 1em auto 3em;
		padding: 0;
		width: 80%;
	}
	.com_box1{
  width: 10%;
		height: auto;
}
	.com_box2{
  width: 88%;
		height: auto;
}
	.com_box3{
  position: relative;
  background: #fde7d1;
  padding: 1em 2em;
		width: 83%;
		-moz-border-radius: 12px;    /* Firefox */
-webkit-border-radius: 12px; /* Safari,Chrome */
border-radius: 12px;         /* CSS3 */
}
.com_box3:after{
   content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -15px;
  margin-left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #fde7d1;
}
}