@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
}


a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link      { color: #00BBFF; text-decoration: underline }
a:visited   { color: #9900FF; text-decoration: underline }
a:hover     { color: #9900FF; text-decoration: none }

body {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
/*    width:auto;*/
}

header,footer,main,nav,aside {
    box-sizing: border-box;
	padding: 0;
/*	padding: 0px 10px 0px 10px;
/*	padding: 0px 50px 0px 50px;*/
}
header {
    background-color: #FFFFFF;
}
footer {
    background-color: #008c00;
}
main {
    background-color: #FFFFFF;
}
nav {
    background-color: #FFFFFF;
}
aside {
    background-color: #FFFFFF;
}

h1 {
	font-size: 14px;
	color: #ffffff;
	float: left;
	margin:-1px 0 0 0;
	padding: 4px 0px 4px 0;
    background-color:#008c00;
	height:20px;
    width:100%;
}

.grid_container {
	display: grid;/* グリッドコンテナであることを定義 */
    grid-template-areas: "header header header"/* 1行目 */
                         "nav main aside"/* 2行目 */
                         "footer footer footer";/* 3行目 */
    grid-template-rows: 642px 1fr auto; /* 行の高さ */
    grid-template-columns: 2% 1fr 2%; /* 列の幅 */
/*	grid-template-columns: 340px 1fr 1px; /* 列の幅 */
/*    grid-template-columns: 340px 640px 10px; /* 列の幅 */
    grid-row-gap: 0px;/* 行と行の間の余白 */
    grid-column-gap: 0px;/* 列と列の間の余白 */
    grid-gap: 10px 10px;
    height: 100vh;/* フッタの位置を最下部に */
}
.grid_header {
    grid-area: header;
}
.grid_footer {
    grid-area: footer;
}
.grid_main {
    grid-area: main;
}
.grid_nav {
    grid-area: nav;
    padding-left:10%;
}
.grid_aside {
    grid-area: aside;
}

.col_yellow {
	background-color: #FFFFCF;
}
.menu_pos {
	padding-top:10px;
	padding-left:10px;
	text-align:center;
}

.col_pos {
 padding: 1.4em  0;
}

.col_pos_c {
 padding: 0.5em  0;
}

.col_h_pos {
 padding-bottom: 1.4em;
}

.mitem_pos {
  padding-top:10px;
  text-align: center;
}

.text_p {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:24px;
line-height:28px;
padding:0px 160px;	
}

.text_pp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:28px;
line-height:28px;
}

.text_ppj {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:23px;
line-height:28px;
}

.text_lp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:26px;
line-height:36px;
text-align:left;
margin:0 2% 0 2%;
padding: 0.5em 0.3em 0.5em 1.0em;
}

.text_lpb {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:30px;
line-height:40px;
text-align:left;
}

.text_lplj {
width: calc(100% / 1.5);
margin-left: calc(100% / 1.5);
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:20px;
line-height:30px;
text-align:left;
color:orange;
}

.text_blp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:40px;
line-height:52px;
margin-left:1.0em;
font-weight:bold;
text-align:left;
}

.text_bcp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:40px;
line-height:52px;
margin-left:1.0em;
font-weight:bold;
text-align:center;
}

.text_bcp5 {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:52px;
line-height:64px;
margin-top:1.0em;
margin-left:1.0em;
font-weight:bold;
text-align:center;
}

.text_bp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:34px;
line-height:46px;
font-weight:bold;
text-align:center;
}

.text_bpl {
margin-left:1.5em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:36px;
line-height:48px;
font-weight:bold;
text-align:left;
}

.text_mp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:20px;
line-height:30px;
text-align:left;
}

.text_mpp {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:20px;
line-height:30px;
padding-left:160px; /*360px;*/
padding-right:100px;
text-align:left;
}

.text_mpl {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:20px;
line-height:30px;
padding-left:30px;
padding-right:100px;
text-align:left;
}

.text_red{
 color: red;
}

.flex_cont {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:left;
/* text-align:center;*/
}

.flex_cont_s {
 display: flex;
 flex-direction: row;
 justify-content:center;
/* text-align:center;*/
align-content:center;
/*padding-left:100px;	*/
}

.flex_cont_l {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:baseline;
 align-content:left;
/* height:84px;
 padding-left:100px;	*/
}

.flex_cont_lb {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:baseline;
 align-content:left;
 padding-left:100px;	
}

.flex_cont_lc {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:baseline;
 align-content:center;
 height:280px;
}

.flex_cont_m {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:baseline;
 align-content:center;
 height:18px;
}

.flex_cont_oy {
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 text-align:left;
 margin-top:-10px;
 width:50%;
 padding-left:25%;	
}

.main_contents {
    margin-left:340px;
}

.blk_contents {
    margin-left:340px;
    padding-top:20px;
}

#footer_link {
   text-align:center;
}

#footer_link a {
   text-decoration: none;
   color:grey;
}

.com_name{
   font-size:18px;
   padding-left:60px;
}

.nav_listim{
    margin-bottom:-15px;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;	
    padding-right:20px;
}

.center{
	text-align: center;
}

.centerp{
	text-align: center;
    padding-top:20px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width:90px;
    height:90px;
    border:solid 6px #3770AD;
}
#page-top a {
    background: #ffffff;
    text-decoration: none;
    color: #3770AD;
    width: 90px;
    padding: 31px 0;
    text-align: center;
	display: block;
}
#page-top a:hover {
    text-decoration: none;
    background:#F8EFEF;
}

#page-top i {
	margin-top:-20px;
}

hr {
  width:85%;	
}

ul {
/*  border: solid 2px skyblue;*/
/*  border-radius: 5px;*/
  margin:0 2% 0 15%;
  padding: 0.5em 0.3em 0.5em 1.5em;
  position: relative;
}

ul li {
  line-height: 1.0em;
  padding: 0.3em 0.3em 0.3em 1.5em;
  list-style-type: none!important;
}

ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f185";
  position: absolute;
  left : 1em;
  color: #000000;
}

.footer_copy {
	width:99%;
	margin-top:20px;
	background:#008c00;
    text-align: center;
	color:#FFFFFF;
    padding:4px;
}

.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;
}

.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
/*    color: #ffba47;*/
    font-weight: bold;
    background: #ffffff;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:before {
/*    font-family: "Font Awesome 5 Solid";
	content: "\f1570";*/
    padding-right: 8px;
	color:#79796a;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffffff;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    opacity: 0;
    transition: 0.8s;
	overflow: hidden;
    width:100%;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #ffffff;
    opacity: 1;
}

.accbox .accshow p {
	padding-left: 5px;
	padding-top:2px;
	line-height: 21px;
	color: #000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
/*    content: "\f078";*/
	color: #79796a;
}

.box28 {
    position: relative;
/*    margin: 2em 0;*/
/*    padding: 25px 10px 7px;*/
    height: 26px;
    border: solid 2px #FFC107;
    background: #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 26px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    border: solid 2px #FFC107;
    background: #FFFFFF;
    color: #FFC107;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

.box282 {
    position: relative;
/*    margin: 2em 0;*/
/*    padding: 25px 10px 7px;*/
    height: 52px;
    border: solid 2px #FFC107;
    background: #FFC107;
}
.box282 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 52px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    border: solid 2px #FFC107;
    background: #FFFFFF;
    color: #FFC107;
    font-weight: bold;
}
.box282 p {
    margin: 0; 
    padding: 0;
}

.box283{
position: relative;
padding: 0.5em;
background: #FFC107;
color: white;
width:80%;
margin-left:100px;
text-align: center;
font-size:32px;
font-weight:bold;
}

.box283::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}

.box3 {
    width:70%;
	margin: 2em 15%;
    padding: 0.5em 1em;
    color: #000000;
    background: #FFFF00;
}
.box3 p {
    margin: 0; 
    padding: 0;
}

.line_silver {
    border-top:  solid 1px silver;
	border-bottom: solid 1px silver;
}

.text_mp_o {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:20px;
line-height:30px;
padding:10px 10px 10px 30px;
text-align:left;
width:30%;
}

.text_mp_oy {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:20px;
line-height:30px;
padding:10px 40px 10px 30px;
text-align:left;
width:70%;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: -1.0em auto 1em auto;
}
.cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 20%;
	margin:0 50%;
	padding: 0.3em 0.5em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #da3c41;
	border: 2px solid #da3c41;
	border-radius: 3px;
}
.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #da3c41;
}
.cp_box label::after {
/*	font-family: 'FontAwesome';
	content: ' \f067';*/
	color: #da3c41;
}
.cp_box label:hover::after {
	color: #ffffff;
}
.cp_box input:checked ~ label::after {
/*	font-family: 'FontAwesome';
	content: ' \f068';*/
	color: #da3c41;
}
.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
/*background: rgba(255, 255, 255, 0.5);*/
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: 860px;
}

.box_wrap {
  max-width: 94%;
  margin:0 3%;
  padding: 0.8rem;
  position: relative;
  background: linear-gradient(to right, #F0E7C3, #D5BB58);
/*  padding: 3px;*/
}

.box_mod {
  background: #FFFFE2;
  color: #000000;
  padding: 2rem;
}

.career_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.6em;
line-height:1.3em;
font-weight:bold;
text-align:center;
margin:-0.5em -0.6em;
}

.ban_cte {
margin:0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.4em;
line-height:1.3em;
font-weight:bold;
text-align:center;
}

.h_box {
    width:60%;
    margin: 1em 20%;
	padding: 0.5em 0em;
    border: double 6px #FF9326;
    background: -moz-linear-gradient(#FEFCF9, #F6CF9C);
    background: -webkit-linear-gradient(#FEFCF9c, #F6CF9C);
    background: linear-gradient(to bottom, #FEFCF9, #F6CF9C);
    }

.h_box p {
    margin: 0; 
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:2.8em;
	line-height: 1.1em;
    font-weight:bold;
	text-align: center;
	color:#000000;
}

.pgte_l {
    width:70%;
    margin:0 15%;	
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align:left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:2.3em;
	line-height: 1.3em;
}

.phonehbox {
	width:968px;
	padding: 0.2em 0;
    margin: -0.5em calc((100% - 968px) / 2)  1.0em calc((100% - 968px) / 2);
	color: #000000;
    background: #FAC5CF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:2.6em;
    line-height:1.6em;
    text-align:center;
	font-weight:bold;
}

.phonehbox p {
    margin: 0; 
    padding: 0;
}

.phonebox {
	width:968px;
    margin: -1.6em calc((100% - 968px) / 2)  1.0em calc((100% - 968px) / 2);
    background: -moz-linear-gradient(#FEFDAC, #FDF55A);
    background: -webkit-linear-gradient(#FEFDAC, #FDF55A);
    background: linear-gradient(to bottom, #FEFDAC, #FDF55A);
    color: #000000;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
    font-size:1.6em;
    line-height:1.4em;
    text-align:left;
}

.phonebox p {
    margin: 0; 
    padding: 0.5em 0;
}

#nayami ul {
/*  border: solid 2px skyblue;*/
/*  border-radius: 5px;*/
  margin:0;
  padding: 0.5em 0.1em 0.5em 1.8em;
  position: relative;
}

#nayami ul li {
  padding: 0.3em 0.1em 0.3em 1.8em;
  list-style-type: none!important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
  font-size:3.0em;
  font-weight:bold;	
  line-height:1.0em;
  text-align:left;
}

#nayami ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight:400;
  position: absolute;
  left : 1em;
  color: #000000;
}

.develop_com {
border:solid 3px #008c00;
/*width:60%;*/
/*margin:1.5em 15% 0 20%;*/
}

.k1_3 {
background: #00B200;
box-shadow: 0px 0px 0px 5px #00B200;
/*border: dashed 1px #ffffff;*/
padding: 0.2em 0.5em;
color: #ffffff;
margin-top:-20px;
margin-right:0px;
font-size:2.6em;
font-weight:bold;	
text-align:center;
}

.info_h_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.2em;
line-height:1.4em;
text-align:center;
}

.info_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.0em;
line-height:1.4em;
text-align:left;
}

.prof_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.0em;
line-height:1.3em;
font-weight:bold;	
text-align:left;
}

.prof_h_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.4em;
line-height:1.2em;
text-align:center;
}

.prof_copy {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.8em;
line-height:1.3em;
text-align:left;
margin:0 2% 0 1%;
padding: 0.5em 0.3em 0.5em 0em;
}

.box6 {
    padding: 0.5em 1em;
    margin: 0.5em 2em 1.0em 2em;
    color: #FFFFFF;
    background: #00B200;
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.reason_h_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:3.0em;
font-weight:bold;
line-height:1.4em;
text-align:center;
}

.promo_te {
margin:-0.2em 0 1.0em 0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.6em;
line-height:1.3em;
font-weight:bold;
text-align:center;
}

.sikaku_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:1.4em;
line-height:1.2em;
text-align:center;
}

.c_voice_te {
margin-left:0em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.4em;
line-height:1.5em;
font-weight:bold;
text-align:left;
}

.name_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:2.0em;
line-height:1.5em;
text-align:left;
font-weight:400;	
}

.area_te {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;     
font-size:3.4em;
line-height:1.3em;
font-weight:bold;
text-align:left;
}

.kawaraimg {
/*border:solid 2px #E9DA94;	
border-radius: 10px;*/
padding:0.2em;	
border: double 5px #4ec4d3;background: #FCF9F0;
box-shadow:  -10px 10px 20px #d6d4cc, 
             10px -10px 20px #ffffff;
}
