@font-face {
    font-family: 'FontAwesome';
    src: url('../../fonts/fontawesome-webfont.eot');
    src: url('../../fonts/fontawesome-webfont.eot?iefix') format('eot'),
         url('../../fonts/fontawesome-webfont.woff') format('woff'),
         url('../../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../../fonts/fontawesome-webfont.svg#webfontjSpbZQRv') format('svg');
  font-weight: normal;
  font-style: normal;
}

.row::before,.row::after {
      display: none;
  }
*, *::before, *::after {
  box-sizing: border-box;
}


body {
    font-size: 16px;
    line-height: 1.6;
    font-family: 游ゴシック体,'Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-feature-settings: "palt";
    color: #4d4d4d;
    font-weight: 500;
	background: #FFEFEF;
	position: relative;
	letter-spacing: 0.5px;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #4d4d4d;
 text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
	color: #4d4d4d;
}
img{
max-width:100%;
vertical-align: bottom;
	height: auto;
}

.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}
.row-10>div {
    padding-right:5px;
    padding-left:5px;
}

*:focus {
  outline: none;
}
a , button{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
a:hover{
	text-decoration:none;
}

.sp{
	display:none;
}
input[type="radio"]{
	cursor: pointer;
}

.error-message {
  color: red;
 font-size: 90%;
}
dd[data-property-error] {
  color: red;
  font-size: 90%;
}


header {
  background: #FFB2AF;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

h1 {
  font-size: 24px;
  margin: 0;
}

.en-index-btn {
    background: #008678;
    color: #fff;
    font-size: 20px;
    padding: 13px 35px;
    border-radius: 15px;
}

.en-index-btn:hover {
    background: #015850;
    color: #fff;
    font-size: 20px;
    padding: 13px 35px;
    border-radius: 15px;
}

.index-h2{
	font-size: 17px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-bottom: 2px dotted #666;
  color: #666;
  margin-bottom: 10px;
  line-height: 1.2;
  min-height: 32px;
  letter-spacing: -0.5px;
}

.h2-leaf {
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-bottom: 2px dotted #666;
  color: #666;
  padding-left: 40px;
  background: url("../../img/en/leaf_h2.svg") no-repeat left bottom;
  background-size: auto;
  background-size: 30px 30px;
  margin-bottom: 10px;
  line-height: 1.2;
  min-height: 32px;
}
.bg-white {
  background: #fff;
  border-radius: 8px;
}
.kansyu-wrap {
  border-radius: 8px;
  background: #fff;
  border: 3px solid #FFB2AF;
  padding: 20px;
}
.kansyu-name {
  background: #C64411;
  padding: 5px 20px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  margin: 0 0 10px;
}
.kansyu-wrap img {
  max-width: 230px;
  width: 100%;
}
ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cl-red {
  color: #C72E36;
}
small, .small {
	font-size: 90%;
}

footer p {
  margin-bottom: 5px;
  text-align: right;
  font-size: 12px;
}

.btn-pink a {
  min-width: 300px;
  background: #FF847E;
  display: inline-block;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 3px;
  border-radius: 50px;
	font-size: 18px;
}
.btn-pink a:hover {
	background: #E7564E;
}
footer {
  margin-top: 60px;
}
h2 {
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-bottom: 2px dotted #666;
  color: #666;
  border-top: 2px dotted #666;
  padding: 7px 0;
  text-align: center;
}
dl.form dt {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #666;
	font-weight: 500;
}
select, input[type="text"], input[type="email"] {
  border: 1px solid #ccc;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	height: 40px;
	padding: 5px 10px;
	color:#666;
}
::placeholder {
  color: #E0BB97;
}

.inline-radio {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
	margin-bottom: 0;
}

 .inline-radio div {
    position: relative;
    flex: 1;
	 height: 40px;
  }

 .inline-radio input {
    width: 100%;
    height: 40px;
    opacity: 0;
  }

 .inline-radio label {
    position: absolute;
    top: 0; left: 0;
    color: #9a9a9a;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border-right: 1px solid #ccc;
	 margin: 0;
  }

 .inline-radio div:last-child label {
    border-right: 0;
  }

  .inline-radio input:checked + label {
    background: #FF847E;
    font-weight: 500;
    color: #fff;
  }

.inline-radio-q {
  display: flex;
  margin-bottom: 0;
	border-radius: 8px;
	overflow: hidden;
  border: 2px solid #FF847E;
}
.inline-radio-q02 {
  display: flex;
  margin-bottom: 0;
	overflow: hidden;
}

.inline-radio-q02 .blue-area {
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  border: 2px solid #23c8ff;
}
.inline-radio-q02 .yellow-area {
  overflow: hidden;
  border: 2px solid #ffc720;
}
.inline-radio-q02 .pink-area {
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  border: 2px solid #ff8ac5;
}
 .inline-radio-q div {
    position: relative;
    flex: 1;
	 height: 60px;
  }

 .inline-radio-q input {
    width: 100%;
    height: 60px;
    opacity: 0;
  }
 .inline-radio-q02 div {
    position: relative;
    flex: 1;
	 height: 60px;
  }

 .inline-radio-q02 input {
    width: 100%;
    height: 60px;
    opacity: 0;
  }

.inline-radio-q label {
  position: absolute;
  top: 0;
  left: 0;
  color: #FF847E;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #FF847E;
  margin: 0;
  font-weight: 600;
  text-align: center;
  padding: 0px 10px;
}

 .inline-radio-q02 .blue-area label {
  position: absolute;
  top: 0;
  left: 0;
  color: #00bfff;
  width: 100%;
  height: 100%;
  background: #dbf6ff;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #00bfff;
  margin: 0;
  font-weight: 600;
  z-index: 2;
	 text-align: center;
  line-height: 1.4;
}
.inline-radio-q02 .yellow-area label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffc720;
  width: 100%;
  height: 100%;
  background: #fdfaeb;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-right: 1px solid #ffc720;
	border-left: 1px solid #ffc720;
  margin: 0;
  font-weight: 600;
  z-index: 2;
	text-align: center;
  line-height: 1.4;
}
.inline-radio-q02 .pink-area label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff8ac5;
  width: 100%;
  height: 100%;
  background: #ffe8f3;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border-left: 1px solid #ff8ac5;
  margin: 0;
  font-weight: 600;
  z-index: 2;
	text-align: center;
  line-height: 1.4;
}

 .inline-radio-q div:last-child label {
    border-right: 0;
  }
 .inline-radio-q02 div:last-child label {
    border-right: 0;
  }
.inline-radio-q input:checked + label {
  background: #FF847E;
  font-weight: 600;
  color: #fff;
}
  .inline-radio-q02 .blue-area input:checked + label {
    background: #5bd4fd;
    font-weight: 600;
    color: #fff;
  }
  .inline-radio-q02 .yellow-area input:checked + label {
    background: #ffd045;
    font-weight: 600;
    color: #fff;
  }
  .inline-radio-q02 .pink-area input:checked + label {
    background: #ff9ecf;
    font-weight: 600;
    color: #fff;
  }


.inline-radio-q05 {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid #FF847E;
	margin-bottom: 0;
}

 .inline-radio-q05 div {
    position: relative;
    flex: 1;
	 height: 120px;
  }

 .inline-radio-q05 input {
    width: 100%;
    height: 120px;
    opacity: 0;
	 margin-top: -50px;
  }

 .inline-radio-q05 label {
	  position: absolute;
	  top: 0%;
	  left: 0;
	  color: #FF847E;
	  width: 100%;
	  height: 100%;
	  background: #fff;
	  pointer-events: none;
	  border-right: 1px solid #FF847E;
	  margin: 0;
	  font-weight: 600;
	  text-align: center;
	  padding-top: 45px;
	  line-height: 1.3;
	}

 .inline-radio-q05 div:last-child label {
    border-right: 0;
  }

  .inline-radio-q05 input:checked + label {
    background: #FF847E;
    font-weight: 600;
    color: #fff;
  }

div.gr-01 {
  height: 30px;
  width: 80%;
  background: linear-gradient(90deg, #FAF9ED 0%, #F4F0D3 100%);
  z-index: 10;
  margin: 10px auto;
	border-radius: 20px;
}
div.gr-02 {
  height: 30px;
  width: 80%;
  background: linear-gradient(90deg, #FAF4DB 0%, #EFDC8F 100%);
  z-index: 10;
  margin: 10px auto;
	border-radius: 20px;
}
div.gr-03 {
  height: 30px;
  width: 80%;
  background: linear-gradient(90deg, #DEDA8D 0%, #A6D388 100%);
  z-index: 10;
  margin: 10px auto;
	border-radius: 20px;
}
span.kara {
  transform: rotate( -90deg );
  display: block;
}


.h2-quest {
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  border-bottom: 2px dotted #FF847E;
  margin-bottom: 10px;
}
.h2-quest span{
	color:#FF847E;
	margin-right: 10px;
}
.link-back a {
  font-size: 90%;
}
.link-back a i {
	margin-right: 5px;
}

.reault-back {
  background-image: url("../../img/en/result.svg");
  background-repeat: no-repeat;
  background-position: top 10px right 30px;
  background-size: contain;
}

.result-txt {
  font-weight: 600;
  font-size: 110%;
}
.result-txt span {
  font-size: 120%;
}
.jyushin-txt {
  font-size: 120%;
  color: #FF847E;
  font-weight: 600;
  margin-top: 10px;
}
.reault-back img {
  max-width: 160px;
	width: 100%;
}
.point {
  background: #F46D74;
  display: inline-block;
  padding: 0 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 120%;
  font-weight: 600;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.point small {
  font-size: 75%;
  margin-right: 5px;
	line-height: 1.5;
}
.point-txt {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #F46D74;
  margin-top: 7px;
  margin-bottom: 7px;
}

.pro-name {
  font-size: 120%;
  color: #43B0A1;
  font-weight: bold;
}
.pro-name small {
	color: #666;
  font-weight: normal;
	padding-bottom: 5px;
  display: block;
}
.pro-name i{
	margin-left:7px;
}
.cl-green {
  font-size: 120%;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #43B0A1;
  margin-bottom: 20px;
}

.btn-green a {
  min-width: 300px;
  background: #fff;
  display: inline-block;
  color: #43B0A1;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 1px;
  border-radius: 50px;
	font-size: 120%;
	border: 2px solid #43B0A1;
}
.btn-green a:hover {
	background: #43B0A1;
	color:#fff;
}
.pp-wrap {
  height: 140px;
  overflow: auto;
  border: 1px solid #ccc;
  font-size: 13px;
	background: #f2f2f2;
	padding: 10px;
}
.pp-wrap h2 {
  font-size: 14px;
  border: none;
  text-align: left;
  margin: 0;
  font-weight: 500;
  font-family: 游ゴシック体,'Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 0;
	margin-bottom: 5px;
	font-weight: bold;
}

.pp-wrap h3 {
  font-size: 13px;
  border: none;
  text-align: left;
  margin: 0;
  font-weight: 500;
  font-family: 游ゴシック体,'Yu Gothic',YuGothic,'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 0;
}
input[type="checkbox"] {
  margin-right: 5px;
}
.link-bnr {
  max-width: 500px;
}
.little-big {
  padding-right: 10px;
  font-size: 130%;
  font-weight: bold;
	display: block;
}

.item-list a {
  display: inline-block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #666;
  border: 2px solid #666;
  padding: 15px;
  min-width: 400px;
  border-radius: 2px;
}
.item-list a:hover{
	background:#fff;
}


.pro-link {
  border-bottom: 1px dotted #666;
}
.pro-link::after{
	content:'\f077';
	font-family: FontAwesome;
	margin-left: 7px;
}
.pro-link.collapsed::after{
	content:'\f078';
	font-family: FontAwesome;
	margin-left: 7px;
}
.card {
  background-color: transparent;
  border: none;
}
.card-body {
  padding: 15px 10px 0;
  border: 1px dotted #999;
  margin-bottom: 10px;
}


@media (max-width: 991px) {
	.pro-name {
	  font-size: 100%;
	}
	.kansyu-wrap img {
	  width: 90%;
	}

  .inline-radio-q05 >div.en {
    height: 140px;
}

.inline-radio-q05 input {
    height: 140px;
}
}

@media (max-width: 767px) {
	ul {
	  padding-left: 1rem;
	}
	.reault-back img {
	  max-width: 130px;
	  width: 100%;
	}


}

@media (max-width: 575px) {
	.result-txt span {
	  font-size: 110%;
	}
	.jyushin-txt {
	  font-size: 110%;
	  letter-spacing: 0;
		margin-top: 0;
	}
	.reault-back {
	  background-position: top 20px right 0px;
	}
	.pro-name {
	  font-size: 90%;
		line-height: 1.4;
		letter-spacing: -0.5px;
	}
	.cl-green{
		font-size: 110%;
	}
	.item-list a {
		min-width: auto;
	}


	.inline-radio-q05 label {
    font-size: 15px;
}

}


@media (max-width: 430px) {
.inline-radio-q02 .blue-area label,.inline-radio-q02 .yellow-area label,.inline-radio-q02 .pink-area label {
  font-size: 15px;
}
}