@charset "UTF-8";

/*結果ページ MV調整*/
#lv {
width: calc(100% - 50px);
max-width: 1600px;
padding-top: 0 !important;
background: #fffaf0;
height: 500px;
padding-bottom: 0;
box-shadow: none !important;
z-index: 2;
min-width: 100%;
box-sizing: border-box;
}
#lv div {
    opacity: 1;
}
#lv p{
transform: rotate(-2deg);
}
#lv p span {
    display: inline-block;
    font-size: 10.0rem;
    color: #333;
    text-align: center;
    letter-spacing: 0.2rem;
    padding: 0 60px;
    position: relative;
    word-break: break-all;
    line-height: 1.2;
font-family: donguri-kana, sans-serif;
font-weight: 400;
font-style: normal;
background: linear-gradient(transparent 60%, #ffdc00 60%);
display: inline;
}

/*スマホ版 内容ページmv*/
@media screen and (max-width: 900px){
#lv.blur0 .parallax_img {
background-image: none !important;
background: #29b6f6ad;
}
#lv{
height: auto;
}
#lv p{
background: #fff;
padding: 5% 2%;
margin: 10%;
}
#lv p span{
font-size: 5.0rem;
padding: 0;
}
}


/*見出し マステ風*/
.heading.block_header_2{
margin-bottom: 0px;
text-align: center;
}
.heading.block_header_2 .h{
 display: inline-block;
font-weight: bold;
font-size: 2.1rem;
line-height: 1.5;
position: relative;
border-bottom: none;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 0px;
background: url(/common/upload_data/nairecojp/image/20210113191330.png) no-repeat;
width: 308px;
height: 69px;
margin: 0 auto;
}
#box_even + .contents_box01 .heading.block_header_2 .h{
 display: inline-block;
font-weight: bold;
font-size: 2.1rem;
line-height: 1.5;
position: relative;
border-bottom: none;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 0px;
background: url(/common/upload_data/nairecojp/image/20210113191329.png) no-repeat;
width: 308px;
height: 69px;
margin: 0 auto;
}

#box_even + .contents_box01 .heading.block_header_2 .h::before,
.heading.block_header_2 .h::before {
 background:transparent;
}

@media screen and (max-width: 900px){
.heading.block_header_2 .h{
margin: 15px 0 0 15px;
}
}


/*ノート風*/
.note4_ans{
  color: #000;
  margin: 2em auto;
  border: solid 1px #e6e6e6;
  padding: 0.3em 1em 2em 1em;
  box-shadow:2px 2px 0 rgba(0,0,0,.1);
background: #fff;
width: 70%;
position: relative;
}
.note4_ans:before{
content: "";
display: block;
width: 100%;
height: auto;
background: url(/common/upload_data/nairecojp/image/20210113183657.png) 100% 0 repeat-y;
background-size: cover;
position: absolute;
top: 23px;
left: 20px;
right: 0;
z-index: 3;
pointer-events: none;
}


.sen4_ans{
  background-color: #fff;
  background-size: 8px 100%,100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
font-family: heisei-maru-gothic-std, sans-serif;
font-weight: normal;
font-style: normal;
color: #333;
line-height: 36px;
background: url(/common/upload_data/nairecojp/image/3.png) bottom;
}
.sen4_ans span{
background: linear-gradient(transparent 50%, #efb61e 55%);
display: inline;
}
@media screen and (max-width: 900px){
.note4_ans{
width: 90%;
}
.sen4_ans{
line-height: 36px;
}
}

#content_img + .composite_box01 .inner_item_img {
    text-align: center;
    margin: 30px auto 10px;
    width: 90%;
    padding: 2%;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 2px 2px #eee;
position: relative;
}

@media screen and (max-width: 640px){
#content_img + .composite_box01 .inner_item_img{
    margin: 10px auto;
}
}

#content_img + .composite_box01 .inner_item_img::before{
    content: "";
    display: block;
    background: url(/common/upload_data/nairecojp/image/20210113174833.png) 100% 0 no-repeat;
background-size: contain;
position: absolute;
top: 5%;
right: 25%;
z-index: 3;
width: 97px;
height: 52px;
margin-top: -30px;
}

/*flex*/
.flex-sys-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.btn-hand-01 {
position: relative;
background: url(/common/upload_data/nairecojp/image/20210115153137.png) center 1px no-repeat;
text-align: center;
margin: 0 auto;
padding-top: 20px;
}

.btn-hand-01 a{
text-decoration: none;
padding: 1.2em 1em;
background: #ffcc00;
border-radius: 10px 50px/50px 10px;
border: solid 3px #333;
display: block;
width: 300px;
text-align: center;
margin: 10px 20px;
font-family: donguri-kana, 'Nico Moji', sans-serif;
font-weight: bold;
font-style: normal;
font-size: 25px;
}

.btn-hand-01 a:hover{
text-decoration: none;
padding: 1.2em 1em;
background: #fff;
border-radius: 10px 50px/50px 10px;
border: solid 3px #ffcc00;
display: block;
width: 300px;
text-align: center;
margin: 10px 20px;
color: #ffa500;
}

.btn-hand-02 {
position: relative;
background: url(/common/upload_data/nairecojp/image/20210115153456.png) center 1px no-repeat;
text-align: center;
margin: 0 auto;
padding-top: 20px;
}

.btn-hand-02 a{
text-decoration: none;
padding: 1.2em 1em;
background: #29b6f6;
border-radius: 10px 50px/50px 10px;
border: solid 3px #333;
display: block;
width: 300px;
text-align: center;
margin: 10px 20px;
font-family: donguri-kana, 'Nico Moji', sans-serif;
font-weight: bold;
font-style: normal;
font-size: 25px;
}
.btn-hand-02 a:hover{
text-decoration: none;
padding: 1.2em 1em;
background: #fff;
border-radius: 10px 50px/50px 10px;
border: solid 3px #29b6f6;
display: block;
width: 300px;
text-align: center;
margin: 10px 20px;
color:#29b6f6;
}