@charset "utf-8";
/* CSS Document */

body {
	margin:0 0;
	line-height:1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-feature-settings : "palt";
    letter-spacing: 0.1em;
}
#loader{
            width: 40px;
            height: 40px;
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            margin-top: -20px;       /* heightの半分のマイナス値 */
            margin-left: -20px;      /* widthの半分のマイナス値 */
            z-index: 999;             /* #fadeより多い値を入れて下さい */
    filter: alpha(opacity=20);
    opacity: 0.5;
}
#fade{
            width: 100%;
            height: 100%;
            display: none;
            background-color: #fff;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 980;              /* #loaderより少ない値を入れて下さい */
}
.center {
	text-align: center;
}
.red {
    color:#CE0000;
}
.indent {
    padding-left:1em;
    text-indent:-1em;
}
p {
    line-height: 100%;
}
.border {
    border:solid 1px #ddd;
    margin:40px 0;
    text-align: center;
    padding:40px 0;
}
.small {
    font-size:small;
}
.underline {
	text-decoration: underline;
}
.pc-hide {
    display: block;
}
.sp-hide {
    display: none;
}
@media screen and (min-width: 750px) {
.pc-hide {
    display: none;
}
.sp-hide {
    display: block;
}
}
a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}
.marb100 {margin-bottom:100px;}
.marb80 {margin-bottom:80px;}
.marb60 {margin-bottom:60px;}
.marb40 {margin-bottom:40px;}
.marb20 {margin-bottom:20px;}
.mart100 {margin-top:100px;}
.mart80 {margin-top:80px;}
.bold {font-weight: bold;}
.text-120 {font-size: 120%;}

.caution {
	font-size:90%;
}
h3 {
	font-weight: normal;
    line-height: 1.3;
}
table {  
    border-collapse:collapse;   
    border-spacing:0; 
	width:100%;
    font-size:90%;
    border-width: 1px;
}

table th {
	padding: 15px 4px 15px 0;
	border-top:solid 1px #E7E7E7;
	border-bottom:solid 1px #E7E7E7;
	color:#000;
	width:20%;
	font-weight:bold;
	text-align: left;
    vertical-align: text-top;
}
table td {
	padding: 15px 4px 15px 20px;
	border-top:solid 1px #E7E7E7;
	border-bottom:solid 1px #E7E7E7;
}
table td p{
    margin-bottom:0!important;
}

@media screen and (max-width: 750px) {

table th, table td {
    display: block;
    width: 100%;
  }
table th {
	padding: 15px 0;
	border-top:solid 1px #E7E7E7;
	border-bottom:solid 1px #E7E7E7;
	color:#000;
	font-weight:bold;
	text-align: left;
}
table td {
	padding: 15px 0;
	border-top:solid 1px #E7E7E7;
	border-bottom:solid 1px #E7E7E7;
}
table td p{
    margin-bottom:0;
}
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:80px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.q{
	color:#2390BD;
	margin-bottom:40px;
    font-size:140%;
}
.a{
	margin-bottom:80px;
}

@media screen and (min-width: 750px) {
#wrapper {
	width:100%;
	position:relative;
}
.contents{
	width:980px;
	margin:0 auto ;
	padding:100px 0;
}
#page-top {
    position: fixed;
    top:140px;
	right:0px;
	background-color:rgba(0,0,0,0.2);
	width:284px;
	text-align: center;
	padding-top: 26px;

	border-radius: 10px 0 0 10px;
	
}
#page-top img{
	margin-bottom: 26px;
}
footer {
	background-color: #000;
	width:100%;
	padding:80px 0;
}
footer #wrap{
	width:90%;
	margin:0 auto;
    display: flex;
    justify-content: center;
}
footer #wrap .adress{
	width:30%;
	color:#ECECEC;
	font-size: 100%;
	float:left;
	text-align: center;
}

footer #wrap .adress a {
	color:#ECECEC;
	text-decoration: none;
}
footer #copyright{
	width:980px;
	color:#ECECEC;
	font-size: 70%;
	text-align: center;
	margin:80px auto 0;
}
#heading {
	margin:100px 0;
}
.title {
	width:980px;
	height:80px;
	border-left: solid 5px #000;
	padding-left:30px;
	font-weight: normal;
	font-size:180%;
	top:40px;
	line-height:80px;
	margin: 0 auto;
}
.title-w {
	width:980px;
	height:80px;
	border-left: solid 5px #fff;
	padding-left:30px;
	font-weight: normal;
	font-size:180%;
	top:40px;
	line-height:80px;
	margin: 0 auto;
    color:#fff;
}
.subtitle {
	font-size:140%;
	text-align:left;
	width:980px;
	margin-top:40px;
	margin-bottom:40px;
	padding:30px 0 0;
    border-bottom: 4px solid #e4e4e6;
    line-height: 160%;
}
.subtitle .heading__inner {
    display: inline-block;
    position: relative;
    padding-bottom: 0.75em;
}
.subtitle .heading__inner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2390BD;
}
.text150{
	font-size:130%;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
}

.text{
	margin:40px 0 80px;
}
.text p{
	margin:0 0 40px;
    line-height: 180%;
}
.text img{
	width:100%;
    height:auto;
    margin-bottom: 40px;
}
.text80{
	margin:40px auto 80px;
	width:980px;
}
.text80 p{
	margin:0 0 40px;
    line-height: 180%;
}
.text80 img{
	width:100%;
    height:auto;
}
.image {
	width:100%;
}
.image img{
	width:100%;
	height:auto;
}
#subcontents {
	width:980px;
	margin:80px 0;
	border-top:1px solid #000000;
	padding:40px 0;

}
.column3 {
	width:308px;
	float:left;
	position: relative;
	font-size:90%;
}
.margin{
	margin:0 28px;
}
.column3 img{
	width:308px;
	height:auto;
}
.column3 .column-title{
	width:308px;
	text-align: center;
	margin:20px 0;
	font-size:120%;
	font-weight: bold;
}
.column3 a{
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}
.column3 a:hover{
  filter:alpha(opacity=70);/* IE 6,7*/
  -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
  -moz-opacity:0.7;/* FF , Netscape */
  -khtml-opacity: 0.7;/* Safari 1.x */
  opacity:0.7;
  zoom:1;/*IE*/
}
}


@media screen and (max-width: 750px) {
#pc-menu {
	display: none;
	}
#page-top{
	display: none;
	}
header {
	padding-bottom:50px;
	}
#wrapper {
	width:100%;
}
.bold {
    font-weight: bold;
    font-size:100%;
    display: block;
    margin-bottom:0px;
}
.contents{
	width:90%;
	margin:40px 5%;
	z-index: 9999;
}
.contents img{
	width:100%;
	height:auto;
}
.text{
	margin:40px 0 80px;
}
.text p{
	margin:0 0 40px;
    line-height: 180%;
}
.text150{
	font-size:130%;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
}
#page-top {
    position: fixed;
    bottom: -20px;
	background-color: #EEEEEE;
	width:90%;
	text-align: center;
	padding:5% 0;
    background-color:rgba(0,0,0,0.2);
	box-shadow:0px 0px 10px #666;
	z-index: 2;
}
#page-top img{
	width:40%;
	height:auto;
	margin:0 10px;

}
footer {
	background-color: #000;
	width:100%;
	padding:60px 0 80px;
}
footer #wrap{
}
footer #wrap .adress{
	width:90%;
	margin:20px auto 40px;
	color:#ECECEC;
	font-size: 70%;
	text-align: center;
}
footer #wrap .adress p{
	line-height: 0.7em;
    margin-bottom:10px;
}
footer #wrap .adress a {
	color:#ECECEC;
}
footer #copyright{
	width:90%;
	margin:0 auto;
	color:#ECECEC;
	font-size: 70%;
	text-align: center;
}
#heading {
	margin:40px 0;
}
h3 {
	font-weight: normal;
    line-height: 1.3;
}
.image {
	width:100%;
}
.image img{
	width:100%;
	height:auto;
}
.title {
	width:100%;
	height:60px;
	border-left: solid 5px #000;
	padding-left:20px;
	font-weight: bold;
	font-size:120%;
	display: table-cell;
	vertical-align: middle;
	margin-bottom:80px;
}
.subtitle {
	font-size:120%;
	text-align:left;
	width:100%;
	margin:40px auto 40px;
	padding:30px 0 0;
    border-bottom: 4px solid #e4e4e6;
}
.subtitle .heading__inner {
    display: inline-block;
    position: relative;
    padding-bottom: 0.75em;
}
.subtitle .heading__inner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #2390BD;
}
.title-w {
	width:100%;
	height:60px;
	border-left: solid 5px #fff;
	padding-left:20px;
	font-weight: bold;
	font-size:110%;
	display: table-cell;
	vertical-align: middle;
	margin-bottom:80px;
    color:#fff;
}

.text{
	margin-top:40px;
	margin-bottom:80px;
}

#subcontents {
	width:100%;
	border-top:1px solid #000000;
	padding:40px 0;

}
#subcontents img {
	width:100%;
	height:auto;
}
.column3 {
	width:100%;
	position: relative;
	margin-bottom:40px;
	
}
.margin{
}
.column3 img{
	width:100%;
	height:auto;
	font-size:90%;
}
.column3 .column-title{
	width:100%;
	text-align: center;
	margin:20px 0;
	font-size:100%;
	font-weight: bold;
}
.column3 a{
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;
}
.column3 a:hover{
  filter:alpha(opacity=70);/* IE 6,7*/
  -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
  -moz-opacity:0.7;/* FF , Netscape */
  -khtml-opacity: 0.7;/* Safari 1.x */
  opacity:0.7;
  zoom:1;/*IE*/
}	
}
.sns {
    width:100%;
    text-align: center;
    margin:0 0 30px;
    
}
.sns .icon {
    width:30px;
    margin:0 5px;
    display: inline-block;
}
.sns .icon img{
    width:100%;
    height:auto;
}
@media screen and (max-width: 750px) {
.sns {
    width:100%;
    text-align: center;
    margin:0 0 30px;
    
}
.sns .icon {
    width:60px;
    margin:0 10px;
    display: inline-block;
}
.sns .icon img{
    width:100%;
    height:auto;
}
}
/* wrap */
.hero {
  position: relative;
}

/* video */
.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 65vh;
    background-color: #000;
}
.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.5;    
}
.video before{
    background-color: rgba(0,0,0,0.8);
}

/* overlay */

.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0);
}
/* text */

.text-box {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

h1 {
    font-size: 1vw;
    padding: 0 50px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-weight: normal;
    line-height: 3em;
    
}
h1 span{
    font-size:3vw;
    font-weight: 100;
}
@media screen and (max-width: 750px) {
.text-box {
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}
h1 {
    font-size:2.5vw;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-weight: normal;
    line-height: 3em;
    white-space: nowrap;
    
}
h1 span{
    font-size:5vw;
    font-weight: 100;
    display: block;
    margin-bottom:20px;
}
}
.youtube-wrapper{
    width:100%;
    padding:100px 0;
    background-color: #000;
}
.youtube-wrap {
    width:980px;
    margin:0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    margin-top:10vh;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 750px) {
.youtube-wrapper{
    width:90%;
    padding:40px 5%;
    background-color: #000;
    margin-bottom:40px;
}
.youtube-wrap {
    width:100%;
    margin:0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    margin-top:0;
    margin-top: 40px;
}
}
.container {
  display: flex;
  flex-direction: row;
    width:100%;
    margin-bottom:100px;
}
.container a{
    text-decoration: none;
    color:#000;
}
.left-column {

    padding-bottom:10px;
}

.center-column {

    padding-bottom:10px;
border-right:solid 1px #fff;
    border-left:solid 1px #fff;
}

.right-column {

    padding-bottom:10px;
}
.container img {
    width:100%;
    height:auto;
    vertical-align: bottom;
}
.container .column-title {
    width:100%;
    padding:10px 0;
    text-align: center;
    color:#fff;
    background-color: #000;
    margin-bottom:10px;
}
.container .column-txt {
    width:80%;
    margin:0 auto;
    font-size:90%;
}
@media screen and (max-width: 750px) {
.container {
  flex-direction: column;
    display:grid;
    width:90%;
    margin:0 auto 80px;
}
.left-column {
    width:100%;
    padding-bottom:10px;

}

.center-column {
    width:100%;
    padding-bottom:10px;

}

.right-column {
    width:100%;
    padding-bottom:10px;

}
.container .column-txt {
    width:100%;
    font-size:100%;
    margin:0 auto;
}
}
.top-recruit-wrapper{
    width:100%;
    padding:100px 0;
    background-color: #eee;
}
.top-recruit-wrap {
    width:980px;
    margin:0 auto;
}
.top-recruit-wrap .btn-wrapper{
    width:460px;
    margin-bottom:40px;
    font-size:90%;
    height:120px;
}
.top-recruit-wrap .btn-wrapper a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 10px;
  padding: 1em 40px;
  width: 380px;
  color: #333;
  background-color: #fff;
    border:solid 1px #444;
    text-decoration: none;
}
.top-recruit-wrap .btn-wrapper a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.top-recruit-wrap .btn-wrapper a:hover {
  background-color: #eee;
  background-color: #eee;
}

.top-recruit-wrap .btn-wrapper:nth-child(2n){
	float: right;
}
.top-recruit-wrap .btn-wrapper:nth-child(2n+1){
	float: left;
}
@media screen and (max-width: 750px) {
.top-recruit-wrapper{
    width:90%;
    padding:80px 5%;
    background-color: #eee;
}
.top-recruit-wrap {
    width:100%;
    margin:0 auto;
}
.top-recruit-wrap .btn-wrapper{
    width:100%;
    margin-bottom:40px;
    font-size:90%;
}
.top-recruit-wrap .btn-wrapper a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 10px;
  padding: 1em 5%;
  width: 90%;
  color: #333;
  background-color: #fff;
    border:solid 1px #444;
    text-decoration: none;
}
.top-recruit-wrap .btn-wrapper a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.top-recruit-wrap .btn-wrapper a:hover {
  background-color: #eee;
  background-color: #eee;
}

.top-recruit-wrap .btn-wrapper:nth-child(2n){
	float: none;
}
.top-recruit-wrap .btn-wrapper:nth-child(2n+1){
	float: none;
}
}
.banner-wrapper {
    width:100%;
    background-color: #eee;
}
.banner {
    width:980px;
    margin:0 auto;
}
.banner img{
    width:100%;
    height:auto;
    vertical-align: bottom;
    margin:40px 0;
}
@media screen and (max-width: 750px) {
.banner-wrapper {
    width:100%;
    background-color: #eee;
}
.banner {
    width:90%;
    margin:0 auto;
}
.banner img{
    width:100%;
    height:auto;
    vertical-align: bottom;
    margin:40px 0;
}
}

.ambassador-proflie {
    width:980px;
    margin:60px 0;
} 
.ambassador-photo {
    float:left;
    width:200px;
    margin-right:20px;
}
.ambassador-photo img{
    width:100%;
    height:auto;
}
.ambassador-name {
     width:600px;
     float:left;
    margin-bottom:20px;
    font-size:2vw;
}
.ambassador-position {
     float:left;
    width:600px;
    margin-bottom:20px;
    font-size:0.8vw;
}
.ambassador-detail {
     float:left;
    width:760px;
    margin-bottom:20px;
    font-size:0.8vw;
}
@media screen and (max-width: 750px) {
.ambassador-proflie {
    width:100%;
    margin:60px 0;
    text-align: center;
} 
.ambassador-photo {
    float:none;
    width:100%;
    margin-right:0;
    text-align: center;
}
.ambassador-photo img{
    width:50%;
    height:auto;
    margin-bottom: 40px;
}
.ambassador-name {
     width:100%;
     float:none;
    margin-bottom:20px;
    font-size:140%;
    text-align: none;
}
.ambassador-position {
     float:none;
    width:100%;
    margin-bottom:20px;
    font-size:100%;
}
.ambassador-position span{
        line-height: 160%;
    display: block;
    text-align: left;
    margin-top:10px;
    }
.ambassador-detail {
     float:none;
    width:100%;
    margin-bottom:20px;
    font-size:80%;
    text-align: left
}
}
.back-btn{
    width:100%;
    margin-bottom:40px;
    font-size:90%;
}
.back-btn a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 10px;
  padding: 1em 5%;
  width: 350px;
  color: #333;
  background-color: #fff;
    border:solid 1px #444;
    text-decoration: none;
    text-align: center;
}
.back-btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.back-btn a:hover {
  background-color: #eee;
  background-color: #eee;
}
@media screen and (max-width: 750px) {
.back-btn{
    width:100%;
    margin-bottom:40px;
    font-size:90%;
}
.back-btn a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 10px;
  padding: 1em 5%;
  width: 90%;
  color: #333;
  background-color: #fff;
    border:solid 1px #444;
    text-decoration: none;
    text-align: center;
}
.back-btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.back-btn a:hover {
  background-color: #eee;
  background-color: #eee;
}
}
.ambassador-wrapper{
    width:980px;
    padding:100px 0;
    margin:0 auto;
}

.ambassador-wrapper .ambassador{
    width:380px;
    margin-bottom:40px;
    text-align: center;

    padding:0 40px 0;
}
.ambassador-wrapper .ambassador:nth-child(2n){
	float: right;
}
.ambassador-wrapper .ambassador:nth-child(2n+1){
	float: left;
}
.ambassador-wrapper .ambassador img{
    margin-bottom:15px;
    width:100%;
    height:auto;
}
.ambassador-wrapper .ambassador-frame {
    width:90%;
    margin:0 auto;
    position: relative;
    top:-30px;
}
.ambassador-wrapper .ambassador .name{
    margin-bottom:10px;
    text-align: center;
    width:100%;
    line-height: 160%;
    font-size: 140%;
}
.ambassador-wrapper .ambassador .position{
    margin-bottom:15px;
    text-align: center;
    width:100%;
    line-height: 160%;
    font-size: 80%;
    height:40px;
}
.ambassador-wrapper .ambassador .txt{
    margin-bottom:30px;
    text-align: left;
    width:100%;
    line-height: 160%;
    font-weight: bold;
    height:80px;
}
.ambassador-wrapper .ambassador .link{
    text-align: center;
    width:100%;
}
@media screen and (max-width: 750px){
.ambassador-wrapper{
    width:90%;
    padding:100px 0;
    margin:0 auto;
}

.ambassador-wrapper .ambassador{
    width:100%;
    margin-bottom:40px;
    text-align: center;
    padding:0 0;
}
.ambassador-wrapper .ambassador:nth-child(2n){
	float: none;
}
.ambassador-wrapper .ambassador:nth-child(2n+1){
	float: none;
}
.ambassador-wrapper .ambassador img{
    margin-bottom:30px;
    width:100%;
    height:auto;
}
.ambassador-wrapper .ambassador .txt{
    margin-bottom:30px;
    text-align: center;
    width:100%;
    line-height: 160%;
    font-size: 140%;
}
.ambassador-wrapper .ambassador .txt{
    margin-bottom:30px;
    text-align: center;
    width:100%;
    line-height: 160%;
    font-size: 80%;
}
.ambassador-wrapper .ambassador .txt{
    margin-bottom:30px;
    text-align: left;
    width:100%;
    line-height: 160%;
    font-weight: bold;
}
.ambassador-wrapper .ambassador .link{
    text-align: center;
    width:100%;
}
}
.recruit-image {
    float:left;
    width:150px;
}
.recruit-image img{
    height:auto;
    width:150px;
}
.recruit-txt {
    float:right;
    width:750px;
    line-height:180%;
}
@media screen and (max-width: 750px) {
.recruit-image {
    float:none;
    width:100%;
    text-align: center;
}
.recruit-image img{
    height:auto;
    width:50%;
}
.recruit-txt {
    float:none;
    width:100%;
    line-height:180%;
}
}
.button {
  display       : inline-block;
  font-size     : 80%;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 22px;   /* 余白       */
  background    : #000000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
    margin:30px 0 0;
}


input[type="text"],
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}
input[type="submit"]{
    background-color: #000;
    color:#fff;
    box-shadow: none;
    outline: none;
    border: none;
    width:30%;
    padding:20px;
}
input[type="reset"], input[type="button"]{
    background-color: #ccc;
    color:#333;
    box-shadow: none;
    outline: none;
    border: none;
    width:30%;
    padding:20px;
}
 select {
    box-shadow: none;
    border: none;
    background: #ffecea;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%x;
    transition: 0.8s;
    border-radius: 0;
}
select:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type="text"],
textarea {
    background: #e9f5fb;
    display: block;
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
    transition: 0.8s;
    border-radius: 0;
}
 
input[type="text"]:focus,
textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
    display: inline-block;
    width: 100%;
    height: 200px;
}
 
input::placeholder,
textarea::placeholder {
    color: #ccc;
}
 
::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}
 
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
 
:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
}
.access-howto{
    margin-bottom: 40px;
}
.access-howto p{
    margin-bottom:10px;
}
.background-eee {
    background-color: #eee;
}
.book-container {
    width:100%;
    margin-bottom:20px;
}
.book-container .image{
    width:30%;
    float:left;
}
.book-container .image img{
    width:100%;
    height:auto;
}
.book-container .book-txt{
    width:65%;
    float:right;
}
@media screen and (max-width: 750px) {
.book-container .image{
    width:100%;
    float:none;
    margin-bottom:20px;
}
.book-container .image img{
    width:100%;
    height:auto;
}
.book-container .book-txt{
    width:100%;
    float:none;
}
}

.profile-containter{
    width:100%;
    margin-bottom:20px;
}
.profile-containter .profile-photo{
    width:35%;
    float:right;
}
.profile-containter .profile-photo img{
    width:100%;
    height:auto;
}
.profile-containter .profile-txt{
    width:60%;
    float:left;
}
@media screen and (max-width: 750px) {
.profile-containter .profile-photo{
    width:100%;
    float:none;
    margin-bottom:20px;
}

.profile-containter .profile-txt{
    width:100%;
    float:none;
}
}
.right {
    text-align: right!important;
    width:100%;
}
.poem {
    width:100%;
    margin-bottom:40px;
}
.poem img{
    width:100%;
    height:auto;
}