@charset "utf-8";

body {
	font-size: 16px;
	color: #000;
	font-family: 'klavika-web' , 'noto sans jp', sans-serif;
	font-optical-sizing: auto;
  	font-weight: <weight>;
  	font-style: normal;
	background-color: #fff;
}

html { scroll-behavior: smooth;}

/* ヘッダー下固定タイトルCSS --------------------------------------- */

#header-title_height {
    display: flex;
    width: 100%;
    height: 78px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

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

  #header-title_height {
    	width: 100%;
		height: 60px;
    	flex-wrap: wrap;
    	flex-direction: column;
    	justify-content: center;
  	}

}

/* サイト内リンク位置調整 ----------------------- */

a.anchor{
    margin-top: -150px;
}

/* デフォルトの幅固定サイズ(1400px)を上書きするクラス ----------------------- */
.width-org {
    max-width: 1400px;
}

/* メインビジュアルCSS ------------------------------------------ */

#mv-area {
	padding: 5% 0% 3% 0%;
	background-color: rgba(242, 101, 34, 0.8);
}

.wrapper-mv {
    max-width: 1400px;
    margin: 0 auto;
}

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

	#mv-area {
		padding: 3% 3% 3% 3%;
	}
}



/* セクションごとの設定 */
#desc-area {
	max-width: 1400px;
	margin: 0 auto;
	padding:0px 0px 0px 0px ;
	background:rgba(255,99,71,0.5)
}

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

	#desc-area {
		padding:10px 0;

}
}


/* ディスクレーマー */

#desc-area ul {
	font-size: 1.4rem;
}

#desc-area li {
	list-style-type: square;
	margin-left: 40px;
	line-height: 2.0;
}

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

	#desc-area ul {
		font-size: 1.2rem;
	}

	#desc-area li {
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 20px;
		line-height: 1.5;
	}

}


/* デフォルトフッター：下に固定のフッターを表示させる場合は、padding-bottomを調整すること */

#footer-area {
	padding-bottom: 30px;
}



/* 固定フッター */

.wrapper-footer {
	max-width: 1400px;
	margin: 0 auto;
}

#footer-bg {
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
}

/* 基本枠CSS----- */

.main_mt{
	padding-top: 80px;
}

.centertext{
	text-align: center;
}

.amd_full_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.amd_95_area {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_90_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_90_area02 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_80_area {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_70_area {
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_60_area {
	width: 60%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_50_area {
	width: 50%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	height: fit-content;
}

.amd_50_area02 {
	width: 50%;
	margin: 1 auto;
	display: flex;
	flex-wrap: wrap;
	height: fit-content;
}

.amd_40_area {
	width: 40%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_40_area02 {
	width: 40%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_30_area {
	width: 30%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_20_area {
	width: 20%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_10_area {
	width: 10%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

/*--基本画像100％--*/

.amd_full_area img{
	width: 100%;
}

.amd_95_area img{
	width: 100%;
}

.amd_90_area img{
	width: 100%;
}

.amd_90_area02 img{
	width: 100%;
}

.amd_80_area img{
	width: 100%;
}

.amd_70_area img{
	width: 100%;
}

.amd_60_area img{
	width: 100%;
}

.amd_50_area img{
	width: 100%;
}

.amd_50_area02 img{
	width: 100%;
margin: 1% 1% 3% 0 ;
}

.amd_40_area img{
	width: 100%;
}

.amd_40_area02 img{
	width: 100%;
}

.amd_30_area img{
	width: 100%;
}

.amd_20_area img{
	width: 100%;
}

.amd_10_area img{
	width: 100%;
}

/* ちょいとスペース----- */

.space1{
	padding-top: 1%;
}

.space2{
	padding-top: 2%;
}

.space3{
	padding-top: 3%;
}

.space4{
	padding-top: 4%;
}

.space5{
	padding-top: 5%;
}

.space10{
	padding-top: 10%;
}

.space15{
	padding-top: 15%;
}

/* 最下部版権表記----- */

.copy_box {
	width : 100%;
	color: #fff;
	background-color:#000 ;
	margin: 0% 0% 0% 0%;
	padding: 2% 3% 2% 3%;
}

.copy_box ul{
	padding-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
  }

.copy_box li{
	font-size: 0.8em;
	font-family:"Arial", "メイリオ" !important ;
	line-height: 1.5;
  }

/*上付き文字*/
.upstext{
	font-size: 40%;
	vertical-align: super;
}

/*スマホのみの改行*/

@media screen and (min-width: 768px){
	.br-sp {display: none; }
	}
/*記述はこちら	<br class="br-sp"> */

/*PCのみの改行*/

@media screen and (max-width: 768px){
	.br-pc {display: none; }
	}
/*記述はこちら	<br class="br-pc"> */

a{
	text-decoration: none;
}

/*------------------------基本設定ここまで---------------------------*/

/*TOPメニュー*/
.menu{
	position: fixed;
	width: 100%;
	height: 80px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 1% 0 ;
	z-index: 999;
}

.rogomark01{
	width: 200px;
	height: auto;
	align-content: center;
}

.rogomark02{
	width: 150px;
	height: auto;
	align-content: center;
	margin-left: 5%;
}

.rogomark img{
	width: 100%;
}

.text_right{
	width: 750px;
	height: ;
	white-space: nowrap;
	display: flex;
	margin: 0 0 0 auto;
}

.menu_detail01{
	width: fit-content;
	padding: 0.5% 2%;
	font-size: 1em;
	color: #000;
	text-decoration: none;
}

.menu_detail{
	width: fit-content;
	padding: 0.5% 2%;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	border-left: #155dfc solid 2px ;
}

/*LPごとのCSSはこちらから*/
.top_main{
	width: 1600px;
	margin: 0 auto;
}

.main_title{
	width: 1600px;
	padding: 2% 0;
	margin: 0 auto;
	font-size: 2em;
	font-weight: 700;
	color: #000;
}

.main_title:after {
  content: '';
  left: 0%;
  margin-top: 10px;
  display: block;
  width: 100px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*位置調整*/
  background-color: #155dfc;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.bg_black{
	background-color: #000;
}

.bg_white{
	background-color: #fff;	
}

.bg_001{
	position: relative;
	background-color: #000;
	background-image: url(../images/bg001.webp);
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /*--背景画像の位置--*/
	z-index: 2;
}

.bg_002{
	position: relative;
	background-color: #000;
	background-image: url(../images/bg002.webp);
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /*--背景画像の位置--*/
	z-index: 2;
	padding-bottom: 5%;
}

.detail01{
	width: 100%;	
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
}

.detail02{
	width: 100%;
	margin: 2% 0 7% 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
}

.detail03{
	position: relative;
	top: 0;
	width: 100%;
	height: 250px;
	margin-top: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
}

.period{
	width: 100%;
}

.period_bg{
	width: 1000px;
	border-radius: 50px;
	padding: 2%;
	background-color: #c0d4fd;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.period_title{
	width: 150px;
	padding: 1.2% 0 2% 0;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	background-color: #155dfc;
	color: #fff;
}

.period_detail{
	width: 1000px;
	margin-left: 2%;
	font-size: 1.8em;
	font-weight: 400;
	
	line-height: 1em;
	color: #000;
}

.entry-link{
	width: 380px;
	height: 90px;
	font-size: 1.8em;
	font-weight: 400;
	text-align: center;
	padding: 30px 0 20px 0;
	color: #fff;
	border-radius: 20px;
	background-color: red;
	box-shadow: 10px 8px 10px #d1d1d1;
	transition: 0.5s;
	margin-bottom: 50px;

}

.entry-link:hover{
	width: 420px;
	border-radius: 10px;
	box-shadow: 20px 16px 20px #d1d1d1;


}
.container{
    display: flex;
    flex-wrap: wrap;

}
.four_contents{
	width: 24%;
	margin: 1% 1% 3% 0 ;
	padding: 2%;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;

}
.five_contents{
	width: 19%;
	margin: 1% 1% 3% 0 ;
	padding: 2%;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;

}

.product_ph{
	width: 100%;
	overflow: hidden;
}

.product_ph img{
	width: 100%;
	transition: transform .6s ease; /* ゆっくり変化させる */
}

.product_ph:hover img{
	transform: scale(1.1); /* 拡大 */
}

.product_title{
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
}

.product_detail{
	margin: 2% 0 0 0 ;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
}

.product_link{
	width: 70%;
	margin: 10% auto 0 auto;
	background-color: #155dfc;
	padding: 3%;
	text-align: center;
	border-radius: 20px;
	transition: 0.5s;
}

.product_link p{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff !important;
}

.product_link02{
	width: 49%;
	margin: 10% 1% 0 auto;
	background-color: #155dfc;
	padding: 3%;
	text-align: center;
	border-radius: 20px;
	transition: 0.5s;
}

.product_link02 p{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff !important;
}

.product_link03{
	width: 300px;
	margin: 0 0 2% 0;
	background-color: #155dfc;
	padding: 1%;
	text-align: center;
	border-radius: 10px;
	transition: 0.5s;
}

.product_link03 p{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff !important;
}

.product_link:hover{
	width: 100%;
}
.product_link02:hover{
	border-radius: 5px;
}
.product_link03:hover{
	width: 350px;
}

.subtitle{
	width: 100%;
	height: fit-content;
	padding-bottom: 0.5%;
	margin-right: 1%;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
	color: #000;
	border-bottom: #000 solid 2px;
}

.corptitle{
	width: 95%;
	height: fit-content;
	padding: 1% 0 0.5% 0;
	margin-right: 5%;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
	color: #000;
	border-bottom: #000 solid 2px;
}

.pdleft{
	padding-right: 1%;
}

.pdleft02{
	padding-top: 2%;
	padding-right: 5%;
}

.pdleft03{
	padding-right: 5%;
	align-content: center;
}
.pdright{
	padding-left: 5%;
}

.pdright02{
	padding-left: 3%;
}

.steptitle{
	width: 100%;
	height: fit-content;
	margin: 1.5% 0 1% 0%;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
	color: #000;
}

.icon_area{
	width: 5%;
	margin-left: 3%;

}

.icon_area img{
	width: 100%;
}

.boxshadow{
	border: #d1d1d1 solid 1px;
	border-radius: 20px;
	box-shadow: 10px 8px 10px #d1d1d1;
}

.pd2{
	padding: 2% 0 1% 0;
}

.in_detail{
	margin: 1% 0;
	border-left: #4881fa solid 5px;
	padding-left: 2%;
	line-height: 1.8em;
}

.in_detail_coution{
	color: red;
	font-size: 0.8em;
}

.mb10{
	padding-bottom: 10%;
}

.email{
	width: 840px;
	padding: 5px 20px;
	display: flex;
	flex-wrap: wrap;
	background-color: #c0d4fd;
	border-radius: 10px;
}

.email p{
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
	color: #000;
}

.email_ph{
	width: 38px;
	padding-top: 0px;
}

.email_ph img{
	width: 100%;
}

.email_ad{
	font-size: 1.2em;
	margin-left: 20px;
}

.email_ad a{
	color: #155dfc;
	text-decoration: none;
}

.videosize{
	width :100%;
	height :450px;
}


/*スマホ表示ここから*/

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

/* サイト内リンク位置調整 ----------------------- */

a.anchor{
    margin-top: -250px;
}

.videosize{
	width :100%;
	height :auto;
}


.main_mt{
	padding-top: 180px;
}


.amd_full_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.amd_95_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_90_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_90_area02 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_80_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_70_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_60_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_50_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_50_area02 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_40_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_40_area02 {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_30_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.amd_20_area {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.copy_box {
	width : 100%;
	color: #fff;
	background-color:#000 ;
	margin: 0% 0% 0% 0%;
	padding: 5% 3% 5% 3%;
}

.copy_box li{
	font-size: 10px;
}

/* ちょいとスペース----- */

.space1{
	padding-top: 1%;
}

.space2{
	padding-top: 8%;
}

.space3{
	padding-top: 8%;
}

.space4{
	padding-top: 4%;
}

.space5{
	padding-top: 5%;
}

.space10{
	padding-top: 10%;
}

.space15{
	padding-top: 15%;
}



/*TOPメニュー*/
.menu{
	position: fixed;
	width: 100%;
	height: 180px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 1% 0 ;
	z-index: 999;
}

.rogomark01{
	width: 50%;
	height: auto;
	align-content: center;
}

.rogomark02{
	width: 50%;
	padding: 3% 2% 3% 7%;
	height: auto;
	align-content: center;
	margin-left: 0%;
}

.rogomark img{
	width: 100%;
}

.text_right{
	width: 100%;
	height: ;
	white-space: none;
	display: flex;
	flex-wrap: wrap;
	margin: -5% auto 0 auto;
}

.menu_detail01{
	width: 50%;
	padding: 0.5% 2%;
	margin-bottom: 1%;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	border-left: #155dfc solid 2px ;
}

.menu_detail{
	width: 50%;
	padding: 0.5% 2%;
	margin-bottom: 1%;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	border-left: #155dfc solid 2px ;
}

/*LPごとのCSSはこちらから*/
.top_main{
	width: 1600px;
	margin: 0 auto;
}

.main_title{
	width: 1600px;
	padding: 2% 0;
	margin: 0 auto;
	font-size: 1.5em;
	font-weight: 700;
	color: #000;
}

.main_title:after {
  content: '';
  left: 0%;
  margin-top: 10px;
  display: block;
  width: 100px;/*線の長さ*/
  height: 5px;/*線の太さ*/
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*位置調整*/
  background-color: #155dfc;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.bg_black{
	background-color: #000;
}

.bg_white{
	background-color: #fff;	
}

.bg_001{
	position: relative;
	background-color: #000;
	background-image: url(../images/bg001.webp);
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /*--背景画像の位置--*/
	z-index: 2;
}

.bg_002{
	position: relative;
	background-color: #000;
	background-image: url(../images/bg002.webp);
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /*--背景画像の位置--*/
	z-index: 2;
	padding-top: 5%;
	padding-bottom: 5%;
}

.detail01{
	width: 100%;	
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
}

.detail02{
	width: 100%;
	margin: 2% 0 7% 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
}

.detail03{
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
	margin-top: 0;
	font-size: 1em;
	line-height: 1.2em;
	color: #000;
}

.period{
	width: 100%;
}

.period_bg{
	width: 100%;
	border-radius: 50px;
	background-color: #fff;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.period_title{
	width: 150px;
	padding: 3% 0 2% 0;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
	background-color: #155dfc;
	color: #fff;
}

.period_detail{
	width: 100%;
	margin-top: 2%;
	margin-left: 2%;
	font-size: 1.2em;
	font-weight: 400;
	
	line-height: 1.5em;
	color: #000;
}

.entry-link{
	width: 100%;
	height: auto;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	padding: 20px 20px 20px 20px;
	color: #fff;
	border-radius: 20px;
	background-color: red;
	box-shadow: 10px 8px 10px #d1d1d1;
	transition: 0.5s;
	margin-bottom: 50px;

}

.entry-link:hover{
	width: 100%;
	border-radius: 10px;
	box-shadow: 20px 16px 20px #d1d1d1;
}

.five_contents{
	width: 100%;
	margin: 3% 0 3% 0 ;
	padding: 2%;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;

}

.product_ph{
	width: 100%;
	overflow: hidden;
}

.product_ph img{
	width: 100%;
	transition: transform .6s ease; /* ゆっくり変化させる */
}

.product_ph:hover img{
	transform: scale(1.1); /* 拡大 */
}

.product_title{
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
}

.product_detail{
	margin: 2% 0 0 0 ;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
}

.product_link{
	width: 70%;
	margin: 10% auto 3% auto;
	background-color: #155dfc;
	padding: 3%;
	text-align: center;
	border-radius: 20px;
	transition: 0.5s;
}

.product_link p{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff !important;
}

.product_link02{
	width: 49%;
	margin: 10% 1% 3% auto;
	background-color: #155dfc;
	padding: 3%;
	text-align: center;
	border-radius: 20px;
	transition: 0.5s;
}

.product_link02 p{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff !important;
}

.product_link03{
	width: 300px;
	margin: 0 0 2% 0;
	background-color: #155dfc;
	padding: 1%;
	text-align: center;
	border-radius: 10px;
	transition: 0.5s;
}

.product_link03 p{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff !important;
}

.product_link:hover{
	width: 100%;
}
.product_link02:hover{
	border-radius: 5px;
}
.product_link03:hover{
	width: 350px;
}

.subtitle{
	width: 100%;
	height: fit-content;
	padding-bottom: 0.5%;
	margin-right: 1%;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1em;
	color: #000;
	border-bottom: #000 solid 2px;
}

.corptitle{
	width: 95%;
	height: fit-content;
	padding: 1% 0 0.5% 0;
	margin-right: 5%;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1em;
	color: #000;
	border-bottom: #000 solid 2px;
}

.pdleft{
	padding-right: 0%;
}

.pdleft02{
	padding-top: 2%;
	padding-right: 0%;
}

.pdleft03{
	padding-right: 0%;
	align-content: center;
}
.pdright{
	padding-left: 0%;
}

.pdright02{
	padding-left: 0%;
}

.pdtop{
	padding-top: 5%;
}

.steptitle{
	width: 100%;
	height: fit-content;
	margin: 0% 0 1% 0%;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.5em;
	color: #000;
}

.icon_area{
	width: 15%;
	margin-left: 3%;

}

.icon_area img{
	width: 100%;
}

.boxshadow{
	border: #d1d1d1 solid 1px;
	border-radius: 20px;
	box-shadow: 10px 8px 10px #d1d1d1;
}

.pd2{
	padding: 3% 0 5% 0;
	margin-bottom: 3%;
}

.in_detail{
	margin: 1% 0;
	border-left: #4881fa solid 5px;
	padding-left: 2%;
	line-height: 1.8em;
}

.in_detail_coution{
	color: red;
	font-size: 0.8em;
}

.mb10{
	padding-bottom: 10%;
}

.email{
	width: 840px;
	padding: 5px 20px;
	display: flex;
	flex-wrap: wrap;
	background-color: #c0d4fd;
	border-radius: 10px;
}

.email p{
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
	color: #000;
}

.email_ph{
	width: 10%;
	padding-top: 0px;
}

.email_ph img{
	width: 100%;
}

.email_ad{
	width: 88%;
	font-size: 1.2em;
	margin-left: 2%;
}

.email_ad a{
	color: #155dfc;
	text-decoration: none;
}




}