@charset "UTF-8";

body {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color:#333;
    background-color: #fff;
    margin: 0;
    display: block;
}

.container{
	max-width: 770px;
	margin: 0 auto;
	padding: 15px 15px 25px 15px;
}

.header{
	width: 100%;
	padding: 15px 0;
	margin-bottom: 10px;
}

.header-icon {
	display: block !important;
	height: 64px;
}

.header-icon img {
	height: auto;
	width: 224px;
	margin: 19px 0 8px 10px;
}

.header-text {
	width: 100%;
	text-align: center;
	background-color: #ee6b03;
	height: 1.5em;
	padding: 0.5em 0;
	margin-top: 10px;
}

.header-text p {
	color: white;
	font-size: 16px;
	letter-spacing: 0.15em;
	margin: 0;
}

strong {
	font-weight: 700;
}

.contents {
	font-size: 16px;
	width: 100%;
}

.conA {
  text-align: center;
  margin: 45px 0 60px 0;
  width: 100%;
}

.conA p .Notes {
  font-size: 12px;
}

.conB {
  text-align: center;
  margin: 50px 0;
}

.conB a{
  display: inline-block;
  padding:10px;
  border: solid 3px #ee6b03;
  border-radius: 6px;
  background-color: #ee6b03;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.conB a:hover{
  background-image: linear-gradient(
    rgba(255,255,255,0.2),
    rgba(255,255,255,0.2)
    );
}


.green {
  background-color: #64AD53;
}

.blue {
  background-color: #2C718B;
}

.red {
  background-color: #c4302b;
}

.conC {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: -30px;
}

.conC-two-Contents {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 100px;
  margin-top: -30px;
}

.conC-item {
  width: 30%;
  background-color: #f3f3f3;
  padding: 10px 10px 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.conC-item.wid-40 {
  width: 40%;
}

.conC-head {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin: 0 0 10px;
  border-radius: 4px;
  letter-spacing: 0.15em;
  box-sizing: border-box;
  width: 100%;
}

.conC-text {
  margin: 0 0 15px;
  box-sizing: border-box;
  width: 100%;
}

.conC-button-area {
  text-align: center;
  margin-top: auto;
  box-sizing: border-box;
  width: 100%;
}

a.conC-button {
  font-size : 12px;
  font-weight: 550;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  padding: 5px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
}

a.green-cubic {
  border-bottom: 5px solid #00662d;
}

a.green-cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

.blue-cubic {
  border-bottom: 5px solid #202e4d;
}

.blue-cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #202e4d;
}

.red-cubic {
  border-bottom: 5px solid #661916;
}

.red-cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #661916;
}

.survey-frame {
  max-width: 100%;
  margin: -50px auto 0;
  /*padding: 1.5em;*/
  border: solid 1px #c3c3c3;
  border-radius: 4px;
}

.survey-frame .survey-frame-text {
  margin: 10px 10px 0;
  padding: 0 15px;
  text-align: left;
}

.survey-frame iframe {
  height: 470px;
}

.sns-content {
  width: 100%;
}

.sns-content ul {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sns-content ul li {
  margin: 0 10px 10px;
}

.sns-content ul li .sns-icon {
  width: 40px;
}

.footer {
    width: 100%;
    text-align: center;
    font-size:12px;
}

.loading {
  margin-top: 30%;
  text-align: center;
  color: #ed6b03;
  font-weight: bold;
  font-size: 2em;
}

.loading img {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .pc_br{
    display: none;
  }

  .conC {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .conC-two-Contents {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  
  .contents .conC-item {
    width: 90%;
    margin: 10px auto;
    display: block;
  }

}
@media screen and (max-width: 445px) {
  .survey-frame iframe {
    height: 730px;
  }
  .survey-frame .survey-frame-text {
    margin: 10px 0 0;
  }
}