@charset 'UTF-8';

@font-face {
	font-family: 'Tsukuardgothic-std';
	font-style: normal;
	font-weight: bold;
	src: url("/iikoto/dm/delish/assets/font/TsukushiAMaruGothic002.ttf") format('opentype'), url("/iikoto/dm/delish/assets/font/TsukushiAMaruGothic002.woff") format('woff');
	font-display: swap;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img{
  image-rendering: -webkit-optimize-contrast;
}
img,
video {
  line-height: 0;
  font-size: 0;
}
figure {
  font-size: 0;
  line-height: 0;
}
html {
  font-size: 10px;
  height: 100%;
}
@media screen and (max-width: 959px) {
  html {
    font-size: 3.125vw;
  }
}
body {
  height: 100%;
  width: 100%;
  font-family: Tsukuardgothic-std, sans-serif;
  font-size: 1.3rem;
  line-height: 1.692307692307692;
  font-feature-settings : "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 15px;
    line-height: 1.533333333333333;
    letter-spacing: 0.09em;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}
picture {
  display: block;
}
span {
  display: block;
}
a {
  display: block;
}
.l-main {
  width: 100%;
  overflow: hidden;
}
.header {
  background: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
}
.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  max-width: 100%;
  padding: 0 20px;
  width: 1000px;
}
@media screen and (min-width: 960px) {
  .header__inner {
    max-width: 1000px;
  }
}
.header__inner > a {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.header__inner > a:hover {
  opacity: 0.8;
}
.header__logo {
  width: 61px;
}
.header__text {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
}
.footer {
  width: 100%;
  background: #231815;
  padding: 20px 0;
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: -0.02em;
}
.footer__inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .footer__inner {
    width: 90.625%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  .footer__link {
    width: 100%;
  }
}
.footer__link > a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .footer__link > a {
    font-size: 1.2rem;
  }
}
.footer__link > a + a {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .footer__link > a + a {
    margin-left: 25px;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer__sns {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.448275862068965%;
  }
}
.footer__sns > a {
  width: 13.793103448275861%;
  height: 13.793103448275861%;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .footer__sns > a {
    padding: 3.45% 0;
  }
}
@media screen and (min-width: 960px) {
  .footer__sns > a {
    width: 40px;
    height: 40px;
  }
}
.footer__sns > a.facebook > img {
  -webkit-transform: translateX(0.9%);
  transform: translateX(0.9%);
}
@media screen and (min-width: 960px) {
  .footer__sns > a.facebook > img {
    -webkit-transform: translate(0.9%, 50%);
    transform: translate(0.9%, 50%);
  }
}
@media screen and (max-width: 959px) {
  .footer__sns > a.youtube {
    padding: 4.425% 0;
  }
}
@media screen and (min-width: 960px) {
  .footer__sns > a.youtube > img {
    -webkit-transform: translateY(95%);
    transform: translateY(95%);
  }
}
.footer__sns > a > img {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .footer__sns > a > img {
    width: 20px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.footer__sns > a + a {
  margin-left: 10px;
}
@media screen and (min-width: 960px) {
  .footer__sns > a + a {
    margin-left: 6px;
  }
}
.footer__copyright {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
  margin-top: 17px;
  padding-top: 17px;
  letter-spacing: 0.02em;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 959px) {
  .footer__copyright {
    width: 90.625%;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .header {
    height: 60px;
  }
  .header__inner {
    padding: 0;
  }
  .header__logo {
    width: 65px;
  }
  .header__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
  .footer__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////
　コンテンツ部分ここから
/////////////////////////////////////////////////////////////////////////////////////////// */

.l-main{
  background: #f7f4e6;
  display: block;
}

.l-main a:hover{
  opacity: 0.7;
}

@media screen and (min-width: 960px) {
  .l-main section {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
}

#top_section ul{
  display: flex;
}

@media screen and (min-width: 960px) {
  #top_section ul.visual_sp{
    display: none;
  }

  #top_section ul{
    justify-content: center;
    padding: 28px 0 34px;
  }

  #top_section ul li{
    width: 33%;
  }

  #top_section ul li:first-child{
    padding: 70px 10px 0 186px;
  }

  
  #top_section ul li:nth-child(2){
    padding:8px 35px 0;
  }

  #top_section ul li:last-child{
    padding: 93px 72px 0 4px;
  }

}

@media screen and (max-width: 959px) {
  #top_section ul{
    flex-wrap: wrap;
    padding: 6vw 3vw;
  }

  #top_section ul li{
    width: 50%;
  }
  #top_section ul li:nth-child(2){
    width: 50%;
  }
  #top_section ul li:nth-child(2) img{
    padding: 14vw 9vw 0 11vw;
  }
  #top_section ul li:last-child{
    width: 100%;
    margin: 6.8vw 17vw 0;
  }

  #top_section p:last-child{
    padding: 0 3vw;
  }

}

@media screen and (max-width: 959px) {
  #top_section ul.visual_pc{
    display: none;
  }
}

#present_section{
  margin: 2px auto 28px;
  /* border:#dd2116 solid 4px;
  border-radius: 10px; */
}
.flex-wrap {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
.flex-wrap_btn {
  width: 37%;
}
.flex-wrap_fig {
  width: 60%;
}
@media screen and (max-width: 959px) {
  .flex-wrap {
    display: block;
  }
  .flex-wrap_btn {
    width: 100%;
  }
  .flex-wrap_fig {
    width: 100%;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 959px) {
  #present_section{
    width: 94.134vw;
    margin: 1vw auto 4.8vw;
    /* padding: 5vw;
    border: #dd2116 solid 2px; */
  }
}

@media screen and (min-width: 960px) {
  .present_wrap,
  .present_prize ul{
    display: flex;
  }
}

.present_wrap{
  color: #565656;
}

.present_text span{
  display: inline;
}
@media screen and (min-width: 960px) {
  .present_text{
    width: 305px;
    padding: 35px 0 35px 35px;
  }
  .present_text span.sp{
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .present_text span.pc{
    display: none;
  }
}


.present_text p:first-child{
  color: #dd2116;
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 14px;
}

@media screen and (max-width: 959px) {
  .present_text p:first-child{
    font-size: 7vw;
  }
}

@media screen and (min-width: 960px) {
  .present_text p:last-child{
    font-size: 18px;
    line-height: 1.5em;
  }

  .present_prize{
    padding: 22px 0;
  }
}

@media screen and (min-width: 960px) {
  .present_prize ul{
    width: 615px;
  }
}

@media screen and (min-width: 960px) {
  .present_prize ul li{
    padding: 0 18px;
  }
}

@media screen and (max-width: 960px) {
  .present_prize ul li:first-child{
    padding: 0 0 4vw;
  }
}

.present_prize p{
  font-size: 13px;
  margin-top: 1em;
}


@media screen and (max-width: 959px) {
  .present_prize p{
    font-size: 3vw;
    letter-spacing: normal;
    margin-top: 1em;
  }
}


#main_section{
  background-image: url("/iikoto/postquestion/assets/img/pc/back.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
}

@media screen and (min-width: 960px) {
  #main_section{
    width: 100%;
    max-width: 1080px;
  }
}

@media screen and (max-width: 959px) {
  #main_section{
    width: 100%;
    background-image: url("/iikoto/postquestion/assets/img/sp/back_sp.png");
  }
}

.result_text{
  padding: 0 20px;
  margin-top: -40px;
}

@media screen and (max-width: 959px) {
  .result_text{
    padding: 0 20px;
    margin-top: 0;
  }  
}

.result_text p{
  margin: 0 auto;
}

.result_text p span{
   display: inline;
}

@media screen and (max-width: 959px) {
  .result_text p span.pc{
    display: none;
  }
}

.result_text p:first-child{
  color: #dd2116;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .result_text p:first-child{
    font-size: 8vw;
    line-height: 1.25em;
  }
}

.result_text p:nth-child(2){
  font-size: 24px;
  text-align: center;
  margin: 24px auto 16px;
}

@media screen and (max-width: 959px) {
  .result_text p:nth-child(2){
    font-size: 4.5vw;
    color: #565656;
    margin: 3vw auto 10vw;
  }
}

.result_text p:last-child{
  color: #272727;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .result_text p:last-child{
    font-size: 4vw;
    color: #565656;
  }
}

.ranking_box{
  /* 3段 */ padding: 0 20px 490px;
  /* 2段  padding: 0 20px 450px;*/
  /* 1段 padding: 0 20px 398px; */
  position: relative;
}
@media screen and (min-width: 960px) {
.ranking_box.wide_box{
  /* 2段  padding: 0 20px 482px;*/
  /* 3段 */ padding: 0 20px 552px;
}
}

@media screen and (max-width: 959px) {
  .ranking_box{
    padding: 0 6vw;
  }
}

.ranking_box>p:first-child{
  width: 800px;
  margin: 40px auto 40px;
}

@media screen and (max-width: 959px) {
  .ranking_box>p:first-child{
    width: 100%;
    margin: 4vw auto 6vw;
  }
}

.ranking_box>p:first-child .ques_caution{
  color: #272727;
  font-size: 1.2em;
  text-align: right;
}

@media screen and (max-width: 959px) {
  .ranking_box>p:first-child .ques_caution{
    font-size: 0.8em;
  }
}


.ranking_box ul{
  display: flex;
  width: 842px;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .ranking_box ul{
    width: 100%;
    margin: 0 auto;
    align-items: unset;
    justify-content: unset;
    flex-flow: column;
  }
}

/*
.ranking_box ul.ranking_list01 li{
  width: 30%;
}
*/

@media screen and (min-width: 960px) {
  .ranking_box ul.ranking_list01 li:first-child{
    padding: 0 0px 0 48px;
    order: 0;
  }

  .ranking_box ul.ranking_list01 li:nth-child(2){
    padding: 0px 90px 0 90px;
    order: 1;
  }

  .ranking_box ul.ranking_list01 li:nth-child(3){
    padding: 0 48px 0 0px;
    order: 2;
  }

  .ranking_box ul.ranking_list01 li:nth-child(4){
    padding:0px 4px 0 66px;
    order: 3;
  }
}

@media screen and (max-width: 959px) {
  .ranking_box ul li{
    margin-bottom: 10vw;
  }
}

.ranking_stl{
  width: 915px;
  margin:60px auto 40px;
}

@media screen and (max-width: 959px) {
  .ranking_stl{
    width: 100%;
    margin:12vw auto 10vw;
  }
}

.ranking_box ul.ranking_list02{
  /*justify-content: center;*/
  /*margin-top: 16vw;*/
}

@media screen and (min-width: 960px) {
  .ranking_box ul.ranking_list02{
    /*width: 840px;*/
    width: 865px;
    margin-top: 80px;
  }
}

.ranking_box ul.ranking_list02 li{
  padding: 0 0px;
}

@media screen and (min-width: 960px) {
  .ranking_box ul.ranking_list02 li:first-child {
    padding: 0px 0px 0 48px;
  }
  .ranking_box ul.ranking_list02 li:nth-child(2) {
    padding: 0 62px 0 62px;
  }
  .ranking_box ul.ranking_list02 li:last-child {
    padding: 0px 48px 0 0px;
  }
}

.graph_wrap{
  display: flex;
  padding: 0 4%;
}

@media screen and (max-width: 959px) {
  .graph_wrap{
    display: block;
  }
}

.graph_wrap .left{
  width: 50%;
  padding-right: 5%;
  box-sizing: border-box;
}


.graph_wrap .left p:nth-child(2){
  padding: 5%;
}

.graph_wrap .right{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  padding-left: 5%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 960px) {
  .graph_wrap .right::before{
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/iikoto/postquestion/assets/img/pc/ques-line.png") top left repeat-y;
    background-size: 2px auto;
  }
}

.graph_wrap .right dt{
  margin-bottom: 4%;
}

.graph_wrap .right dd{
  display: flex;
  justify-content: space-between;
}

.graph_wrap .right dd div{
  width: 26%;
}

.graph_wrap .right dl:first-child dd div:nth-child(1){
  width: 21%;
}
.graph_wrap .right dl:first-child dd div:nth-child(2){
  width: 26%;
}
.graph_wrap .right dl:first-child dd div:nth-child(3){
  width: 31%;
}

@media screen and (max-width: 959px) {
  .graph_wrap .left,
  .graph_wrap .right{
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
    border-left: none;
  }

  .graph_wrap .right dt{
    margin: 8% 0;
    padding: 0 12%;
  }

  .graph_wrap .right dd{
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5% 10%;
  }

  .graph_wrap .right dd div:first-child{
    width: 60%;
    margin: 0 20% 10%;
  }

  .graph_wrap .right dl:first-child dd div:nth-child(1){
    width: 50%;
  }

  .graph_wrap .right dl:first-child dd div:nth-child(2){
    width: 37%;
  }
  .graph_wrap .right dl:first-child dd div:nth-child(3){
    width: 43%;
  }

  
  .graph_wrap .right dl:last-child dd div:nth-child(2){
    width: 35%;
  }
  .graph_wrap .right dl:last-child dd div:nth-child(3){
    width: 45%;
  }
  
}


/*linkbox*/
/*縦組み*/
/*
@media screen and (min-width: 960px) {
  .link_box{
    width: 598px;
    height: 339px;
    position: absolute;
    bottom: -80px;
    left: 66px;
    background-image: url("/iikoto/postquestion/assets/img/pc/linkback.png");
    background-size: cover;
  }
  .link_box p{
    width: 445px;
    margin: 40px auto 10px;
  }

  .link_box .link_box-wrap{
    display: flex;
    margin-top: 40px;
  }
  
  .link_box dl{
    width: 25%;
    margin: 0 auto;
    padding: 10px 0;
    align-items: center;
    border-right: 2px dotted #dd2116;
  }
  
  .link_box dl:nth-child(4){
    border-right:none;
  }
  
  .link_box dl dt,
  .link_box dl dd{
    padding: 0 20px;
    text-align: center;
  }

  .link_box dl dt{
    margin-bottom: 15px;
  }

  .link_box dl dt img{
    width: auto;
    height: 20px;
    display: inline;
  }

  .link_box dl dd picture{
    padding: 0 10%;
  }

  .link_box dl dd p{
    font-size: 15px;
    color: #000000;
    width: 100%;
    margin: 10px auto ;
  }

  .link_box dl dd p span{
    font-size: 22px;
    display: inline;
  }
}

@media screen and (max-width: 959px) {
  .link_box{
    display: flex;
    flex-wrap: wrap;
    background: #f4ffd6;
    border: 2px solid #dd2116;
    box-sizing: border-box;
    border-radius: 1em;
    overflow: hidden;
  }

  .link_box .link_box-wrap{
    width: 100%;
  }

  .link_box p{
    width: 100%;
  }

  .link_box dl{
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #dd2116;
    position: relative;

  }

  .link_box dl:nth-child(4){
    border-bottom: none;
  }

  .link_box dl dt{
    text-align: center;
    margin-bottom: 0vw;
    position: absolute;
    top: 4vw;
    right: 0;
    width: 70%;
  }

  .link_box dl dt img{
    width: auto;
    height: 6vw;
    display: inline;
    vertical-align: bottom;
  }


  .link_box .link_box-wrap dl:first-child dd a.u-is-sp{
    display: flex !important;
  }
  .link_box dl dd a{
    display: flex ;
    align-items: flex-end;
    justify-content: space-between;
  }

  .link_box dl dd a picture:first-child{
    width: 25%;
  }
  .link_box dl dd a picture:last-child{
    width: 70%;
  }
}
*/
/*縦組み*/


/*横組み*/
@media screen and (min-width: 960px) {
  .link_box{
/*  width: 597px;
    height: 223px;*/
    width: 600px;
    height: 342px;
    position: absolute;
    bottom: -66px;
    left: 66px;
    /* 1段 background-image: url("/iikoto/postquestion/assets/img/pc/link-back_r1.png?221101"); */
    background-size: cover;
  }
  .link_box.wide_box{
    width: 656px;
  }
  .link_box.link-3{
    background-image: url("/iikoto/postquestion/assets/img/pc/link-back.png?221101");
    height: 472px;
    bottom: -78px;
  }
  .link_box.link-2{
    background-image: url("/iikoto/postquestion/assets/img/pc/link-back_r2.png?221101");
    height: 344px;
    bottom: 0px;
  }
  .link_box.link-2.wide_box{
    height: 376px;
  }
  .link_box.link-3.wide_box{
    height: 516px;
  }
  .link_box p{
    width: 512px;
    margin: 30px auto 20px;
  }
  .link_box.wide_box p{
    width: 564px;
  }
  .link_box.link-3 p{
    margin: 30px auto 20px;
  }
  .link_box.wide_box.link-3 p{
    margin: 40px auto 25px;
  }
  .link_box.link-2 p{
    margin: 30px auto 13px;
  }
  .link_box.wide_box.link-2 p{
    margin: 30px auto 30px;
  }
  
  .link_box dl{
    display: flex;
    width: 564px;
    margin: 0 auto;
    padding: 11px 0;
    align-items: center;
  }
  
  /* 2段 */
  .link_box dl:nth-child(2){
    width: 520px;
    border-bottom: 2px dotted #dd2116;
  }
  .link_box.wide_box dl:nth-child(2){
    width: 576px;
  }
  .link_box.link-3.wide_box dl:nth-child(2){
    padding-bottom: 20px;
  }
  
  
  /* 3段 */
  .link_box.link-3 dl:nth-child(3){
    border-bottom: 2px dotted #dd2116;
  }
  

  .link_box dl:nth-child(3){
    width: 520px;
  }
  .link_box.wide_box dl:nth-child(3){
    width: 576px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link_box dl:nth-child(4){
    width: 520px;
  }
  
  .link_box.wide_box dl:nth-child(4){
    width: 576px;
    padding-top: 20px;
  }
  
  .link_box dl dt,
  .link_box dl dd{
    padding: 0 15px;
  }

  .link_box dl dt{
    width: 78%;
    padding: 0 50px;
  }

  .link_box dl dd{
    width: 22%;
    padding: 0 0 0 20px;
  }
  
  .link_box.wide_box dl dd{
    padding: 0 0 0 31px;
  }
  
  .link_box dl dd.half{
    width: 24%;
    padding: 0 0 0 16px;
  }

  .link_box dl:nth-child(2) dt{
    padding: 0 50px;
  }

  .link_box dl:nth-child(3) dt{
    padding: 0 50px;
  }

  .link_box dl:nth-child(4) dt{
    padding: 0 50px;
  }
}

@media screen and (max-width: 959px) {
  .link_box{
    display: flex;
    flex-wrap: wrap;
    background: #f4ffd6;
    border: 2px solid #dd2116;
    box-sizing: border-box;
    border-radius: 1em;
    overflow: hidden;
  }

  .link_box p{
    width: 100%;
  }

  .link_box>p:first-child{
    padding: 1.5em 1.6em;
    background: #dd2116;
  }

  .link_box dl{
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
    box-sizing: border-box;
  }

  .link_box dl:nth-child(3){
    border-top: 1px dotted #dd2116;
  }
  .link_box dl:nth-child(4){
    border-top: 1px dotted #dd2116;
  }


  .link_box dl dt{
    margin-bottom: 5vw;
  }
  
  .link_box dl:nth-child(2) dt{
    padding: 0 11vw;
  }

  .link_box dl:nth-child(3) dt{
    padding: 0 13vw;
  }

  .link_box dl:nth-child(4) dt{
    padding: 0 3vw;
  }
  
  .link_box dl:nth-child(4) dd:nth-child(3){
    margin-top: 5vw;
  }

}
/*横組み*/

.balloons{
  width: 323px;
  position: absolute;
  bottom: -182px;
  right: 5%;
}
.balloons.wide_box{
  right: 6%;
}

@media screen and (max-width: 1080px) {
  .balloons{
    width: 24%;
    bottom: -17vw;
    right: 4%;
  }
}

@media screen and (max-width: 959px) {
  .balloons{
    width: 88%;
    position: static;
    margin: 6vw auto 0vw;
  }
}

.archive-btn {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .archive-btn {
  margin-top: 0;
}
}
.archive-btn-link {
  position: absolute;
  max-width: 62vw;
  top: 8vw;
  left: 6.667vw;
}
.research-box-text {
  max-width: 81.466vw;
  margin: 5.333vw auto 2.667vw;
}
.research-box-btn {
  max-width: 89.333vw;
  margin: 0 auto 6vw;
}

@media screen and (min-width: 960px) {
  .archive-btn {
    /*margin-top: 30px;*/
  }
  .archive-btn-link {
    top: 97px;
    left: 68px;
    max-width: 393px;
  }
  .research-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto 25px;
  }
  .research-box-text {
    max-width: 478px;
    margin: 0 0 8px 39px;
  }
  .research-box-btn {
    max-width: 488px;
    margin: 0 -5px 0 0;
  }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////
　コンテンツ部分ここまで
/////////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width: 960px) {
  .p-iikoto {
    margin: -42px auto 50px;
    max-width: 1000px;
  }
}
.u-is-pc {
  display: block !important;
}
@media screen and (max-width: 959px) {
  .u-is-pc {
    display: none !important;
  }
}
.u-is-sp {
  display: none !important;
}
@media screen and (max-width: 959px) {
  .u-is-sp {
    display: block !important;
  }
}
.u-inner {
  width: 90.625%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .u-inner {
    width: 100%;
    max-width: 1000px;
  }
}
.u-hdg {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  letter-spacing: 0;
}
.u-hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.u-hover:hover {
  opacity: 0.8;
}