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

.event-title {
    font-size: 180%;
    color: #202321;
    font-weight: normal;
    padding: 22px 10px;
    margin: 0 0 60px;
    line-height: 1;
    border-bottom: #CCC 1px solid;
}

.main-page {
    margin: 0 30px;
    color: #333;
    line-height: 1.6;
}

.main-page a {
    text-decoration: none; 
}

.result-background {
    padding: 200px 0 110px;
    text-align: center;
    font-size: 150%;
    background: #ffc187;
}

.wrap-title {
    padding: 12% 0 0;
    position: relative;
}

.wrap-title::before{
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    background-color: #ffc187;
    left: 0;
    top: -1px;
}

.wrap-title-wave {
    padding: 12% 0 0;
    position: relative;
}

.wrap-title-wave::before {
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    background-color: #fab8c2;
    left: 0;
    top: -1px;
}

.wrap-title-natural {
    padding: 120px 0 0;
    position: relative;
}

.wrap-title-natural::before {
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
    background-color: #c5e0c2;
    left: 0;
    top: -1px;
}

.main-page h1 {
    margin: 0 0 50px;
    font-weight: 600;
    border: none;
}

h1.type-title {
    margin-bottom: 0;
    text-align: center;
    font-size: 300%;
}

.title-jp {
    font-size: 50%;
}

.main-page h2 {
    margin-left: 15px;
    padding: 5px 20px;
    font-weight: 600;
    border-left: 1px solid #333;
}

.main-page h3 {
    margin-bottom: 30px;
    padding: 0 0 20px 0;
    font-weight: 600;
}

.main-page h4 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
}

/* INDEX */

.wrap-index {
    margin: 80px 0;
    padding: 30px;
    border: 1px solid #d5d5d5;
}

.wrap-index li {
    margin-bottom: 30px;
}

.wrap-index h3 {
    border-bottom: 1px solid #d5d5d5;
}

.app-anchorlink {
    padding: 2% 0;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    background: #fffc27;
    border-radius: 100px;
}

/* 監修者情報 */

.wrap-supervisor {
    margin: 80px 30px;
    padding: 40px 30px 70px;
    background-color: #f7f7f7;
}

.supervisor-flex {
    display: flex;
    align-items: center;
    font-size: 90%;
}

h3.title-supervisor {
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 90%;
    border-left: 1px solid #333;
    border-bottom: none;
}

.wrap-supervisor-img {
    text-align: center;
}


/* 各骨格説明 */

.type-point {
    display: flex;
    align-items: center;
}

.type-point ul {
    border-bottom: 1px solid #333;
}

.point {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    background: #333;
    border-radius: 100px;
}

.point::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 125px;
    width: 520px;
    height: 1px;
    background-color: #333;
}

.type-img {
    width: 30%;
}

.type-text {
    width: 100%;
}

.material-size {
    text-align: center;
    font-size: 120%;
    color: #fff;
    background: #333;
    border-radius: 100px;
}

/* コンテンツ */

.wrap-content {
    margin: 80px 0 0;
}

.wrap-content:first-child {
    margin-top: 0;
}

.main-text {
    margin: 30px 15px;
}

.type-btn {
    width: 80%;
    display: block;
    margin: 5% auto 15%;
    padding: 2% 0;
    font-size: 3.5vw;
    text-align: center;
    border: 1px solid #333;
}

.color-marker {
    background: linear-gradient(transparent 50%, #ffeb55 50%);
}

.wrap-type img {
    max-width: 80%;
}

.flex-02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 80px;
    margin: 50px 0;
}

.flex-02 ul {
    width: 45%;
}

.wrap-circle_02 {
    width: 300px;
    height: 300px;
    padding: 60px;
    text-align: center;
    border-radius: 50%;
    background: #fffc27;
}

.circle_02 {
    padding-top: 40px;
    line-height: 1.2;
    text-align: center;
}

.circle_02 img {
    max-width: 25%;
    margin-bottom: 20px;
}

.height-title {
    font-size: 200%;
    font-weight: 600;
}

.other-type img {
    max-width: 70%;
}

/* 各骨格リンク */

.wrap-type {
    display: flex;
    justify-content: center;
    gap: 3%;
    margin: 5% 0;
    text-align: center;
}

.wrap-circle {
    width: 180px;
    height: 180px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #333;
    margin: 20px auto 0;
}

.circle{
    display: inline-block;
    width: 180px;
    height: 180px;
    text-align: center;
    border-radius: 50%;
    padding-top: 40px;
  }

.check-btn {
    position: relative;
    margin: 4% 12% 0;
    color: #fff;
    background: #333;
    border-radius: 100px;
}

.check-btn::after {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

/* トピックス */

.other-topics {
    padding: 5%;
    text-align: center;
    background: #f7f7f7;
}

/* シェルパス */

.other-content {
    margin: 80px 0;
    padding: 50px;
    background-color: #f7f7f7;
}

.flex-contents {
    display: flex;
    justify-content: center;
    gap: 3%;
}

.wrap-app-img {
    text-align: center;
}

.wrap-app-img img {
    max-width: 80%;
}

/* 矢印ボタン */

.right-arrow  {
    display: block;
    position: relative;
    margin: 50px 0 0;
    padding: 20px;
    text-align: center;
    color: #fff;
    background: #333;
}

.right-arrow::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.right-arrow-ye {
    display: block;
    position: relative;
    padding: 20px;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    color: #333;
    background: #fffc27;
}

.right-arrow-ye::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

.right-arrow-wh  {
    display: block;
    position: relative;
    margin: 50px 0;
    padding: 20px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
}

.right-arrow-wh::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

.mach-item-arrow {
    display: block;
    position: relative;
    padding: 20px;
    text-align: center;
}

.mach-item-arrow::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 50px;
    content: '';
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

.anchor-btn {
    display: block;
    position: relative;
}

.anchor-btn::after {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

/* common */

html {
    scroll-behavior: smooth;
}

.up-date-day {
    margin: 50px 0;
    text-align: right;
    font-weight: 600;
}

.contents_inner {
    padding-top: 70px;
    margin-top: -70px;
}

.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;

}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

.item-result .coordinate-list {
    margin: 40px 0 40px 30px!important;
}

/* 設問ページ */

h2.question-title {
    position: relative;
    overflow: hidden;
    margin: 50px 0;
    padding: 20px 0 15px 380px;
    border-top: 1px solid #333;
}

.question-title:before {
    position: absolute;
    top: -200px;
    left: -500px;
    width: 75%;
    height: 300px;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #333;
  }
  
.q-number {
    font-size: 120%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 13px;
    padding-left: 39px;
    color: #fff;
  }

.wrap-question {
    display: flex;
    margin-bottom: 5%;
}

.radio-text {
    margin-bottom: 10px;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 18px;
}

.chose-radio {
    margin: 8% 3% 0;
}

.wrap-obi-bnr a {
    display: block;
    border: 1px solid #333;
    margin-bottom: 5px;
}

.wrap-obi-bnr img {
    vertical-align: middle;
}

}