@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@font-face {
  src: local("Yu Gothic Medium");
  font-family: "YuGothic M";
}

body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: #333333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "YuGothic M", "メイリオ",Meiryo,Arial,sans-serif;
  font-size: 100%;
	background: #ffffff;
}

.form-section {
	position: relative;
    padding: 30px 2.5vw;
    background: url(../img/bg-img-form.png);
    background-position: 0 0;
    background-repeat: no-repeat;
		background-size: auto;
}
.form-callout {
  background: #fff;
  border: 1px solid #109CAA;
  border-radius: 8px;
  width: 132px;
  height: 34px;
  color: #25A7B4;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 11px 12px 0 1px;
}
.form-callout:before,
.form-callout:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.form-callout:before{
  bottom: -10px;
  border-style: solid;
  border-color: #109CAA transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.form-callout:after{
  bottom: -8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 9px 9px 0px 9px;
  z-index: 10;
}
.form-deconum{
  font-size: 25px;
  position: absolute;
  top: 10px;
  left: 15px;
  background:linear-gradient(transparent 70%, #FBF665 60%);
}
.form-decotxt{
  font-size: 14px;
  padding-left: 55px;
  line-height: 1.8em;
}
.form-section-inner {
		position: relative;
    margin: 0 auto;
    padding: 30px 6.5vw 30px;
    max-width: 900px;
    background-color: #fff;
    box-sizing: border-box;
		border-radius: 8px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
		z-index: 1;
}
.form-title-box {
	position:relative;
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
		z-index: 1;
}
.form-title-box .form-title {
    margin: 0 auto 5px;
    padding: 16px 0 10px; 
    width: 90%;
    font-size: 29px;
    font-weight: 700;
		color: #ffffff;
		text-align: center;
    position: relative;
}

.form-title-box .form-txt {
    font-size: 13px;
		text-align: center;
		color: #ffffff;
}

.privacy-txt {
    padding: 0 1.0vw!important;
    font-size: 11px;
		text-align: center;
    margin-bottom: 15px!important;
}

.privacy-txt a {
    color: #2680EB;
    text-decoration: none;
    border-bottom: 1px solid #2680EB;
}

.privacy-txt a:hover{
    border-bottom: none;
}

.information-box {
    padding: 20px 0!important;
		background-color: #F2F7FC;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.information-txt {
    margin-bottom: 15px!important;
    font-size: 14px;
    font-weight: 700;
		letter-spacing: 0.01em;
}

.information-data {
    text-align: left;
}

.information-data__head {
    margin-bottom: 10px!important;
    font-size: 30px;
    line-height: 1;
}

.information-data__head a {
    text-decoration: none;
    color: #333333;
    font-weight: 700;
}

.information-data__head span {
    margin-right: 10px!important;
    width: 25px;
    display: inline-block;
}

.information-data__body {
    font-size: 13px;
    padding-left: 30px!important;
}
.bold{
  font-weight: bold;
}
.submit-button {
    width: 400px;
}

@media screen and ( min-width: 1000px ) {

    .pb-20 {
        padding-bottom: 20px!important;
    }

		.form-section {
      padding: 100px 2.5vw;
		}

    .form-section::before{
      display: none;
    }

		.form-section-inner {
      padding: 60px 5vw 30px;
      margin: 70px auto 0;
    }

    .form-section-inner::before{
      position: absolute;
      content: '';
      background-image: url(../img/img_callout01.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 149px;
      height: 149px;
      top: -9%;
      left: 6%;
    }
    .form-callout{
      display: none;
    }
    .form-title-box {
			margin: 0 auto 40px;
    }

    .form-title {
    	width: 96%;
    }

		.form-title-box .form-title {
			font-size: 40px;
		}
    .form-txt {
			width: 96%;
			font-size: 16px;
			margin: 0 auto;
    }
		.form-title-box .form-txt {
			font-size: 18px;
		}

/*    #contents {
        height: 160px!important;
    }*/

    .privacy-txt {
        text-align: center;
        font-size: 13px;
    }

    .information-box {
        margin: 0 auto!important;
        width: 95%;
        max-width: 600px;
    }
		.information-txt {
			font-size: 18px;
			letter-spacing: 0.02em;
		}

		.information-data__head {
			margin-bottom: 5px!important;
			font-size: 40px;
			line-height: 1;
		}
		.information-data__head span {
			width: 30px;
		}
}