
body{
    font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

@media (min-width: 769px) {
    body{
        font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
}

h1{
    font-size: 1.4em;
    font-weight: 500;
  	position:absolute;
  	top: 50%;
  	left: 30%;
  	transform: translateY(-50%, -50%);
}

@media (min-width: 769px) {
    h1{
        font-size: 1.8em;
        font-weight: 550;
        left: 40%;
  	  	margin: 0 auto;
    }
}

.title {
    background-image: url(../images/background-image/u768-topimage-otoiawase.jpg);
  	background-size: cover;
  	height: 300px;
    margin-top: -20px;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 1px;
    color: #eeeeee;
    box-shadow;
	  position: relative;
	  width: 100%;
}

@media (min-width: 769px) {
    .title {
        background-image: url(../images/background-image/topimage-otoiawase.jpg);
		    height: 600px;
		    margin-top: -20px;
        margin-bottom: 60px;
        padding-top: 30px;
        padding-bottom: 1px;
        color: #eeeeee;
        box-shadow;

    }
}


input button textarea select{
    border:0;
    padding:0px;
    font-size:1.3em;
    color:#aaa;
    border:solid 1px #ccc;
    margin:0 0 20px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

textarea:focus {
  box-shadow: 0 0 7px #666666;
  border: 1px solid #666666;
}

.label {
  display: inline-block;
  width: 120px;
  text-align: left;
}

@media (min-width: 769px){
    .label {
      display: inline-block;
      width: 180px;
      text-align: left;
      margin-left: 10%;
    }
}

.label2 {
  display: inline-block;
  width: 100px;
  text-align: left;
}

@media (min-width: 769px){
    .label2 {
      display: inline-block;
      width: 180px;
      text-align: left;
      margin-left: 10%;
    }
}

.bt{
    margin-left: 180px;
}

.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #777777;/*ボタン色*/
  color: #FFF;
  border: solid 4px #777777;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
  border-radius: 3px;
  width: 120px;
  margin-top: 50px;
  height: 40px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.btn-square2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #777777;/*ボタン色*/
  color: #FFF;
  border: solid 4px #777777;
  border-radius: 3px;
  width: 120px;
  margin-top: 50px;
}
.btn-square2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.conf {
    margin-left: 50px;
}

.label{
    font-weight: 650;
}

.label2{
    font-weight: 650;
}

.bikou-text{
	margin-left: 150px;
	width: 600px;
}

@media (max-width: 769px){
    .bikou-text{
        margin-left: 15%;
		width: 300px;
	}
}

@media (min-width: 769px){
    textarea {
    width: 600px;
    }
}

.all {
	margin-left: 10px;
}

@media (min-width: 769px){
	.all {
		margin-left: 200px;
	}
}

.direction{
	margin-left: 3%;
	font-weight: 650;
}