@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Merriweather:400,700italic,400italic,300,900italic,700,900,300italic|Roboto:400,700,500,300|Lato:400,700,900,300,400italic,700italic,900italic,300italic|Revalia|Raleway:400,700);
/*========================================================
                      Main Styles
											
											メニュー　オレンジ　#003567
											赤　#02c6de;
										紺	  background: #003567;
=========================================================*/

@font-face {
    font-family: 'NotoSansCJKjp-Thin';
    font-style: normal;
    font-weight: 100;
    src: url('../font/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
    src: url('../font/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
    url('../font/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'NotoSansCJKjp-Light';
    font-style: normal;
    font-weight: 200;
    src: url('../font/NotoSansCJKjp-Light.eot');
    src: url('../font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Light.woff') format('woff'),
    url('../font/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'NotoSansCJKjp-DemiLight';
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSansCJKjp-DemiLight.eot');
    src: url('../font/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('../font/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
    font-family: 'NotoSansCJKjp-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.eot');
    src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../font/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'NotoSansCJKjp-Medium';
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSansCJKjp-Medium.eot');
    src: url('../font/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('../font/NotoSansCJKjp-Medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'NotoSansCJKjp-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.eot');
    src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../font/NotoSansCJKjp-Bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'NotoSansCJKjp-Black';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Black.eot');
    src: url('../font/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Black.woff') format('woff'),
    url('../font/NotoSansCJKjp-Black.ttf')  format('truetype');
}



body {
  color: #003567;
/*  font: 400 14px/20px "Lato", sans-serif;*/
	font:14px/21px  'NotoSansCJKjp-Regular', Arial, Helvetica, sans-serif ;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #02c6de;
}

h1, h2, h3 {
  font-family:  'NotoSansCJKjp-Black',"Merriweather", serif;
	
}

h4, h5, h6 {
  font-family:  'NotoSansCJKjp-Regular',"Merriweather", serif;
  color: #02c6de;
}

h1 {
  font-size: 50px;
}

h2 {
/*  font-size: 48px;*/
  font-size: 28px;
}

h3 {
  font-size: 30px;
  color: #003567;
  font-weight: 900;
/*  font-style: italic;*/
}
h3 a:hover {
/*  color: #02c6de;*/
  color: #003567;
}

h4 {
  font-size: 16px;
	line-height: 1.5;
/*  font-weight:bold;*/
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
  font-weight: 900;
  color: #02c6de;
}
h6 a:hover {
  color: #003567;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
  text-align:left;
}
p .fa, .marked-list .fa, .list .fa {
  /*text-decoration: none;*/
  text-decoration: underline;
}

p a:hover, .icon-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .icon-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 900;
}

em {
  font-style: italic;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

.centerimg {
	display: block;
	margin: 0 auto;
}

@media (max-width: 991px) {
  .center_sm {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .center_xs {
    text-align: center;
  }
  .center_xs img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .center_xxs {
    text-align: center;
  }

}

/*=======================================================
                       Main Layout
=========================================================*/
* + h4 {
  /*margin-top: 21px;*/
  margin-top:12px;
}

* + h6 {
  margin-top: 16px;
}

* + .btn-link {
  margin-top: 21px;
}

* + .btn {
  margin-top: 34px;
}

* + .badge {
  margin-top: 0;
}

* + .marked-list {
  margin-top: 29px;
}

* + .icon-list {
  margin-top: 29px;
}

* + .terms-list {
  margin-top: 47px;
}

h3 + .p_mod {
  margin-top: 14px;
}

h3 + .row {
  margin-top: 16px;
}

h3 + .index-list {
  margin-top: 11px;
}

h4 + p {
  margin-top: 7px;
	color:#003567;
}

h6 + p.l-height {
  margin-top: 14px;
}

img + .badge + h6 + p.l-height {
  margin-top: 0;
}

img + h6 {
  margin-top: 29px;
}

* + .off {
  margin-top: 12px;
}

* + .off2 {
  margin-top: 55px;
}

* + .off3 {
  margin-top: 20px;
  text-align:left;
}

* + .off4 {
  margin-top: 10px;
  text-align:left;
}

h3 + .off5 {
  margin-top: 9px;
}

* + .off6 {
  margin-top: 4px;
}

* + .off7 {
  margin-top: 30px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_img {
  display: inline-block;
  float: left;
  margin-top: -5px;
}
.brand_name {
/*  font-size: 46px;
  line-height: 43px;*/
   font-size: 12px;
  line-height: 14px;
  color: #473816;
  display: inline-block;
  position: relative;
/*  font-weight: 900;*/
  margin-left: 11px;
/*  margin-top: -7px;*/
  margin-top: 25px;
  letter-spacing: -1px;
  /*background:#F00;*/
}

@media (max-width: 479px) {
.brand_name {
/*  font-size: 46px;*/
  font-size: 10px;
  line-height:10px;
  margin-top:10px;
  letter-spacing: -1px;
}
}
@media (max-width: 359px) {
.brand_name {
/*  font-size: 46px;*/
  font-size: 10px;
  line-height:10px;
  margin-top:10px;
  letter-spacing: -1px;
}
}
.brand_slogan {
  color: #473816;
  font-size: 12px;
  line-height: 8px;
  font-weight: 500;
/*  text-transform: uppercase;*/
/*  font-family: "Roboto", sans-serif;*/
/*  margin-left: 112px;
  margin-top: 10px;*/
  margin-left: 0px;
  margin-top: 3px;
}
.brand .brand_cnt {
	display: inline-block;
	/*display:block;*/
}

/*==================  Color  ======================*/
.clr-default {
  /*color: #473816;*/
  color: #473816;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
               0px 8px 13px rgba(0,0,0,0.1),
               0px 18px 23px rgba(0,0,0,0.1);
	
}
.default-kon {
  color:#003567;
}
.default-shadow {
/*    text-shadow:
        0 1px 0 #fff,
        1px 0 0 #fff,
        0 -1px 0 #fff,
        -1px 0 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff
        ;*/

/*
    text-shadow:
        0 1px 0 #003567,
        1px 0 0 #003567,
        0 -1px 0 #003567,
        -1px 0 0 #003567,
        -1px -1px 0 #003567,
        1px -1px 0 #003567,
        -1px 1px 0 #003567,
        1px 1px 0 #003567
        ;
*/
	text-shadow: 1px 2px 3px #fff;
	
}
/*==================  Backgrounds  ======================*/
.bg-white {
  background: #fff;
}

.bg-secondary {
  background: #003567;
  color: #fff;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6, .bg-secondary .marked-list li:before, .icon-list li:before, .bg-secondary .btn-link {
  color: #fff;
}

 .staffvoice-list  {
	 background:url(../images/cource_01_banner.png) no-repeat top left ;
	 display:inline-block;
}
 .staffvoice-list p {
	 padding-top:60px;
	 
}

.bg-secondary .btn-link:hover {
  color: #473816;
}

.bg-secondary2 {
  background: #f7f0e3;
}

.bg-secondary3 {
  background: #efe0c6;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1;
/*  text-transform: uppercase;*/
  padding: 21px 10px;
  background: #02c6de;
  color: #fff;
  min-width: 170px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: #02c6de;

}
.btn:active {
  background: #02c6de;
}

.btn_crl {
  background: #003567;
}
.btn_center {
	margin:0 aut;
	text-align:center;
}

.btn-link {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
/*  text-transform: uppercase;*/
  color: #02c6de;
  font-weight: 600;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-link:hover {
  color: #02c6de;
}
.btn-link:active {
  color: #02c6de;
}


/*==================    Buttons    ======================*/
.btn2 {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	padding: 5px 0px;
	background:rgba(255,255,255,0.3);
	color: #314c82;
	min-width: 100%;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border:#314c82 thick double;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	margin:2%;
}
.btn2:hover {
  background: #314c82;
  color: #FF6;
}
.btn2:active {
  background: #ba7614;
  color: #FF6;
}

/*==================    Buttons    ======================*/
.btn3 {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	padding: 10px 0px;
	background:#314c82;
	color:#FF9;
	min-width: 100%;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	margin:2%;
}
.btn3:hover {
  background: #314c82;
  color: #FF6;
}
.btn3:active {
  background: #ba7614;
  color: #FF6;
}

/*==================    Buttons    ======================*/
.btn4 {
	display:block;
	overflow:hidden;
	float:right;
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	padding:3%;
	background:#314c82;
	color:#FF9;
	width: 92%;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	margin:10% 0 0 0;
	text-align:center;
}
.btn4:hover {
  background: #314c82;
  color: #FF6;
}
.btn4:active {
  background: #ba7614;
  color: #FF6;
}


.btn5 {
	display:block;
	overflow:hidden;
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	padding:3%;
	background:#314c82;
	color:#FF9;
	width:60%;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	margin:5% auto;
}
.btn5:hover {
  background: #314c82;
  color: #FF6;
}
.btn5:active {
  background: #ba7614;
  color: #FF6;
}


/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-left: 114px;
  text-align: left;
}
.index-list li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  position: absolute;
  top: -11px;
  left: 15px;
  width: 80px;
  height: 80px;
  display: inline-block;
  background: #003567;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 50px;
  line-height: 76px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px;
}
.index-list li p {
  padding-right: 20px;
}
.index-list li h4 {
  font-weight: 400;
}
.index-list li * + p {
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  .index-list li {
    padding-left: 15px;
    padding-top: 100px;
    text-align: center;
  }
  .index-list li:before {
    left: 50%;
    margin-left: -40px;
  }
  .index-list li p {
    padding-right: 0;
  }
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-left: 42px;
  padding-right: 23px;
  text-align: center;
}
.flex-list li {
  display: table-cell;
}
.flex-list li img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.flex-list li a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .flex-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .flex-list {
    display: block;
  }
  .flex-list li {
    display: inline-block;
    width: 25%;
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  .flex-list li {
    width: 49%;
  }
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li .fa {
/*  width: 87px;
  height: 87px;*/
  width: 52px;
  height:52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
/*  background: #473816;*/
  background: #02c6de;
  display: block;
  color: #fff;
  font-size: 28px;
  line-height:52px;
  text-align: center;
}
.inline-list li a.fa:hover {
/*  background: #02c6de;*/
  background: #02c6de;
  color: #003567;
}
.inline-list li + li {
  margin-left: 72px;
}
@media (max-width: 479px) {
  .inline-list li + li {
    margin-left: 11px;
  }
}

/*==================  about List  ======================*/
.about-list li {
  position: relative;
  padding-left: 0px;
/*	text-decoration:underline;*/
	text-align:left;
}
.about-list li:before {
  /*content: '\f061';*/
/*  position: absolute;*/
  left: 0;
  top: 0;
  color: #02c6de;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.about-list li:hover:before {
  left: 0px;
}
.about-list li + li {
  margin-top:6px;
}


/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 20px;
  text-align:left;

}
.marked-list li:before {
/*  content: '\f061';*/
  content: '\f046';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "FontAwesome";
  color: #003567;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;


}
.marked-list li:hover:before {
  left: 3px;
}
.marked-list li + li {
  margin-top: 10px;

}

/*==================  Marked List  ======================*/
.icon-list li {
  position: relative;
  padding-left: 20px;
  text-align:left;
}
.icon-list li:before {
/*  content: '\f061';*/
  content: '\f017';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "FontAwesome";
  color: #003567;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-list li:hover:before {
  left: 3px;
}
.icon-list li + li {
  margin-top: 10px;
}

/*==================  Terms List  ======================*/
.terms-list dt {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
}
.terms-list dt + dd {
  margin-top: 13px;
}
.terms-list dd + dt {
  margin-top: 32px;
}
.terms-list + a {
  margin-top: 19px;
  display: inline-block;
  color: #02c6de;
}
.terms-list + a:hover {
  text-decoration: underline;
}


/*==================  icon List  ======================*/
.icon-list li {
  position: relative;
  padding-left: 20px;
}
.icon-list li:before {
/*  content: '\f061';*/
  content: '\f017';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 18px;
  font-family: "FontAwesome";
  color: #003567;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-list li:hover:before {
  left: 3px;
}
.icon-list li + li {
  margin-top: 10px;
}


/*==================      Box      ======================*/
.box {
  position: relative;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside [class*="fa-"] {
  font-size: 60px;
  line-height: 1;
  color: #473816;
  position: absolute;
  top: 0;
  left: 11px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_cnt__no-flow {
  padding-left: 99px;
}
.box_cnt__no-flow h2, .box_cnt__no-flow h3, .box_cnt__no-flow h4, .box_cnt__no-flow h5, .box_cnt__no-flow h6, .box_cnt__no-flow p {
  font-family: "Raleway", sans-serif;
}
.box_cnt__no-flow h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.box_cnt__no-flow * + p {
  margin-top: 10px;
}
.box_cnt__no-flow .btn-link {
  color: #fff;
}
.box_cnt__no-flow .btn-link:hover {
  color: #473816;
}
.box_cnt__no-flow .h5_mod {
  margin-top: -5px;
}
.box:hover_aside [class*="fa-"] {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*==================      Blockquote Panel      ======================*/
.blockquote-panel p {
  font-size: 18px;
  background: #003567;
  color: #fff;
  padding: 21px 15px 28px 32px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-style: italic;
  line-height: 21px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.blockquote-panel p span {
  position: absolute;
  top: 48px;
  left: -34px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: rgba(82, 82, 82, 0.24);
  font-size: 140px;
  z-index: -1;
}
.blockquote-panel p:before {
  content: '';
  position: absolute;
  bottom: -39px;
 /* left: 60px;*/
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40.5px 0 40.5px 39px;
  border-color: transparent transparent transparent #003567;
}
.blockquote-panel p q {
  z-index: 2;
  position: relative;
}
.blockquote-panel cite {
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  color: #473816;
  display: inline-block;
}
.blockquote-panel * + cite {
  margin-left: 18px;
  margin-top: 5px;
}

/*==================   Contact-info-List  ===========*/
.contact-info-list address {
  font-size: 14px;
  line-height: 18px;
  font-weight: 900;
  color: #02c6de;
  text-transform: uppercase;
}
.contact-info-list li .contact-info-list_cnt {
  max-width: 283px;
}
.contact-info-list li dl:before, .contact-info-list li dl:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info-list li dl:after {
  clear: both;
}
.contact-info-list li dl dt {
  float: left;
}
.contact-info-list li dl dd {
  float: right;
  margin-left: 4px;
}
.contact-info-list li dl dd, .contact-info-list li dl dt {
  font-size: 14px;
  line-height: 18px;
}
.contact-info-list li dl .mail {
  float: left;
  color: #02c6de;
}
.contact-info-list li dl a:hover {
  text-decoration: underline;
}
.contact-info-list li dt + dd {
  margin-top: 0;
}
.contact-info-list li dd + dt {
  clear: both;
  margin-top: 0;
}
.contact-info-list * + dl {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .contact-info-list {
    text-align: center;
  }
  .contact-info-list li .contact-info-list_cnt {
    margin-left: auto;
    margin-right: auto;
  }

 
}
@media (max-width: 479px) {

}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;

}
.sf-menu > li + li {
  margin-left: 1px;
}
.sf-menu a {
  display: block;

}

.sf-menu > li > a {
  color: #FFF;
  padding: 22px 20px 19px 19px;
  background: #003567;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
/*  text-transform: uppercase;*/

 /* font-family: "Merriweather", serif;*/
}
@media (max-width: 991px) {
  .sf-menu > li > a {
    padding: 22px 11px 19px 11px;
    font-size: 13px;
  }
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #02c6de;


}
.sf-menu > li.active > a {
  color: #fff;
  background: #02c6de;

}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  /*width: 235px;*/
  width: 235px;
  padding: 19px 0 20px;
  z-index: 2;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #473816;
}

.sf-menu ul > li > a {
  color: #fff;
  background: #473816;
  font-size: 14px;
  line-height: 16px;
  /*padding: 11px 31px 10px;*/
  padding: 11px 15px 10px;	

}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #02c6de;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);


}
.sf-menu ul .sf-with-ul {
  position: relative;
	
}

.sf-menu ul ul {
  position: absolute;
  top: 41.6%;
  left: 250px;
  background: #473816;
  width: 200px;
  z-index: 4;
  padding: 0;
	

}

.sf-menu ul ul > li > a {
  color: #fff;
  background: #473816;
  font-size: 12px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #02c6de;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);


}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul > li.active {
  background: #003567;
  color: #FFF;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #003567;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
content:url(../images/logo2.png);
display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px; 

}

/*.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}*/

/*.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
*/

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  background:#FFF;		
  border:#1b305b solid 2px;		
  box-shadow: 0 1px 0 rgba(136,136,136,1);
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  background: #003567;
}

.isStuck {
  z-index: 999;
  -webkit-box-shadow: 0px 3px 10px -3px #000;
  -moz-box-shadow: 0px 3px 10px -3px #000;
  box-shadow: 0px 3px 10px -3px #000;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #02c6de;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  position: fixed;
  right: 40px;
  bottom: 40px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #003567;
  text-decoration: none;
}
.toTop.active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax .marked-list li:before .icon-list li:before {
/*  color: #fff;*/
  color: #003567;
}
.parallax h3 {
  font-weight:bold;
}
.parallax h4 {
  font-weight:bold;
}
.parallax h2 {
  font-weight: 900;
  font-style: italic;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
                     HEADER  Section
=========================================================*/

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url("../images/bg_cnt.png") repeat #efe0c6;
}
header .brand {
  float: left;
}
header .nav {
  float: left;
}
header .info-box {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav, header .brand_img {
    float: none;
  }
  header * + .info-box {
    margin-top: 10px;
  }
}
header .header_container {
  /*padding: 28px 0 22px 0;*/
   padding:10px 0 22px 0;
}
header .header_container:before, header .header_container:after {
  display: table;
  content: "";
  line-height: 0;
}
header .header_container:after {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header_container {
    /*padding: 28px 10px 23px;*/
    padding: 10px 10px 23px;
  }
}
@media (max-width: 767px) {
  header .header_container {
    text-align: center;
  }
  header .header_container .info-box, header .header_container .brand {
    display: block;
    float: none;
  }
}
header .info-box {
/*  color: #886e36;*/
  color: #314c82;
  text-align:center;
}
header .info-box .fa-phone, header .info-box .fa-map-marker {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
/*  font-family: "Merriweather", serif;*/
}



/*header .info-box {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Merriweather", serif;
}

header .fa-phone {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Merriweather", serif;
}

header .fa-map-marker {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 0;
  font-family: "Merriweather", serif;
}
*/


header .info-box .fa-phone:before, header .info-box .fa-map-marker:before {
  position: absolute;
  color: #314c82;

}
header .info-box .fa-phone a:hover, header .info-box .fa-map-marker a:hover {
  color: #314c82;
}
header .info-box .fa-phone {
  /*padding: 18px 16px 0 27px;*/
  padding: 6px 16px 0 27px;
}
header .info-box .fa-phone:before {
 font-size: 42px;
/*  top: 20px;*/
/*  left: 0;*/
  left:-10px;
}
header .info-box .fa-phone span {
  /*text-transform: uppercase;*/

}
header .info-box .fa-map-marker {
  padding: 6px 0 10px 43px;
}
header .info-box .fa-map-marker:before {
  font-size: 40px;
  left: 15px;
  top: 2px;
}
header .info-box .fa-phone + .fa-map-marker {
  border-left: 1px solid #314c82;
}
@media (min-width: 480px) and (max-width: 767px) {
  header .info-box .fa-phone {
    /*padding: 18px 3px 0 27px;*/
    padding: 0px 3px 0 27px;
  }
  header .header_container {
display: none;
  }
}
@media (max-width: 479px) {
/*  header .header_container {
    	display: none;
  }*/
/*2017*/
.brand {
 display: none;
}
.brand_img {
display: none;
}
.brand_name {
display: none;}

  header .header_container {
display: none;
  }
  header .info-box .fa-phone, header .info-box .fa-map-marker {
    display: block;
/*    padding-left: 0;
    padding-right: 0;*/
	margin:0 auto 0;
	padding:0% 0%;
	width:50%;
	float:left;
	display: none;

  }


  header .info-box {
    position: relative;
    left: 0;
/*    top: -2px;*/
  }
  header .fa-phone:before, 
  header .fa-map-marker:before {
    position: relative;
    left: 0;
	display: none;
  }

  header .info-box .fa-phone + .fa-map-marker {
    border-left: none;
    /*margin-top: 20px;*/
    margin-top:0px;
	display: none;
  }

}
 


@media (max-width: 767px) {
  header {
    border-bottom: 2px solid #473816;
  }
}


/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: url("../images/bg_cnt.png") repeat #efe0c6;
}
main .mg_add {
  margin-top: 84px;
}
@media (max-width: 991px) {
  main .mg_add {
    margin-top: 30px;
  }
}
main .p_mod {
  font-size: 16px;
}
main .h5_mod {
  font-size: 18px;
  font-weight: 600;
}
main .l-height {
  line-height: 24px;
text-align: left;
}
main .badge {
  background: #003567;
  padding: 3px 6px 4px 3px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
}

br.br_md {
  display: none;
}
@media (min-width: 992px) {
  br.br_md {
    display: block;
  }
}

.col-3_mod div:nth-child(n+5) {
  margin-top: 51px;
}
.col-3_mod div:nth-child(4n+5) {
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-3_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-3_mod div:nth-child(n+3) {
    margin-top: 51px;
  }
  .col-3_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .col-3_mod div:nth-child(n+2) {
    margin-top: 60px;
  }
  .col-3_mod div:nth-child(n+1) {
    float: none;
    text-align: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.col-4_mod div:nth-child(n+4) {
  margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-4_mod div:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-4_mod div:nth-child(n+3) {
    margin-top: 30px;
  }
  .col-4_mod div:nth-child(2n+3) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .col-4_mod div:nth-child(n+2) {
    margin-top: 40px;
  }
  .col-4_mod div:nth-child(n+1) {
    float: none;
    text-align: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.col-6_mod_list li:nth-child(n+3):nth-child(-n+4) {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .col-6_mod_list li + li {
    margin-top: 52px;
  }
}

@media (min-width: 768px) {
  .col-6_mod > div:nth-child(n+3):nth-child(-n+4) {
    margin-top: 66px;
  }
}
@media (max-width: 767px) {
  .col-6_mod > div + div {
    margin-top: 55px;
    display: block;
  }
}

.mg_add1 {
  /*margin-top: 5px;*/
  margin-top: 0px;
}
.mg_add5 {
  /*margin-top: 5px;*/
  margin-top:5px;
}
.mg_add10 {
  /*margin-top: 5px;*/
  margin-top:10px;
  text-align:left;
}
.mg_add10red {
  /*margin-top: 5px;*/
  margin-top:10px;
	color:rgba(153,51,102,1);
}
.mg_add2 {
  margin-top: -12px;
}




/*========================================================
                   Additional 
=========================================================*/

.picture_rotete_left {
  /*margin-top: 5px;*/
  margin-top: 0px;
  border:5px #FFFFFF solid;
	-webkit-transform: rotate(1.5deg);
	-moz-transform: rotate(1.5deg);
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}
.picture_rotete_right {
  /*margin-top: 5px;*/
  margin-top: 0px;
  border:5px #FFFFFF solid;
	-webkit-transform: rotate(-1.5deg);
	-moz-transform: rotate(-1.5deg);
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}


 .staffvoice-list  {
	 background:url(../images/cource_01_banner.png) no-repeat top left ;
	 display:inline-block;
}
 .staffvoice-list p {
	 padding-top:70px;
	 text-align:left;
}



/*==================      Well     ======================*/
.well {
  padding-top: 113px;
 /* padding-bottom: 107px;*/
   padding-bottom:35px;
}

.well__ins {
 /* padding-top: 102px;*/
  padding-top:35px;
}


.well__ins {
  /*padding-top: 102px;*/
  padding-top: 25px;
}

.well1 {
  padding-top: 56px;
  padding-bottom: 68px;
}

.well2 {
  padding-top: 95px;
  padding-bottom: 94px;
}

.well2__ins {
  padding-bottom: 112px;
}

.well3 {
  padding-top: 185px;
  padding-bottom: 170px;
}

.well4 {
/*  padding-top: 105px;
  padding-bottom: 105px;*/
  padding-top: 35px;
  padding-bottom: 35px;
}
.well5 {
/*  padding-top: 105px;
  padding-bottom: 105px;*/
  padding-top: 105px;
  padding-bottom: 105px;
}
.well4__ins {
  padding-bottom:35px;
}
.well5__ins {
  padding-bottom:75px;
}
.well5 {
  padding-top: 77px;
  padding-bottom: 67px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #003567;
  border-top: 3px solid #02c6de;
  text-align: center;
/*  padding-top: 110px;
  padding-bottom: 88px;*/
  padding-top:25px;
  padding-bottom:25px;
}
footer hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #473816;
}
footer h5 {
  text-transform: none;
}
footer .copyright {
  font-weight: 400;
	color:#FFFFFF;
/*  font-family: "Lato", sans-serif;*/
}
footer .copyright span {
  text-transform: uppercase;
}

footer .footermenu {
	padding:20px  20px 0px;
  font-weight: 400;
	color:#FFFFFF;
}
footer .footermenu span {
	text-decoration:underline;
}

footer * + hr {
  margin-top: 84px;
}
footer * + .copyright {
/*  margin-top: 77px;*/
  margin-top:30px;
}


.boxes {
    width: 60%;
  }
.boxes2 {
    width: 100%;
  }
.fusen{
	position:relative;
	margin:-3% 0% 0% 0%;
	padding:2% 2% 0 2%;
	font-size:24px;
	letter-spacing:2;
	color:#003567;
	text-shadow:1px 1px 1px #696;
	background:#ffc;
	box-shadow:
		12px 0 0 0 #ffc,
		0 12px 0 0 #ffc,
		1px 15px 4px -3px rgba(0,0,0,0.2);
		-webkit-transform: rotate(-1.5deg);
	-moz-transform: rotate(-1.5deg);
	-o-transform: rotate(-1.5deg);
	transform: rotate(-1.5deg);
/*	width:50%;*/
}
.fusen:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}


.pictureframe{
	display: block;
	margin: 0 auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #bfbfbf;
}


/*	<br class="pc" /> */
@media screen and (max-width:769px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}s
}
@media screen and (min-width:768px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}
