@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------
border
----------------------------------------------------------*/
.border01{
position: relative;
}
.border01::before{
content: "";
width: 100%;
height: 40px;
background: url("../img/top/common_ico_01.png") repeat-x;
background-size: auto 100%;
position: absolute;
left: 0;
top: 0;
z-index: 2;
}
@media (max-width: 768px){
.border01::before{
height: 2.8rem;
}
}

/*----------------------------------------------------------
button
----------------------------------------------------------*/
[class^="btnTypeA0"]{
text-align: center;
margin: 60px 0 0;
}
[class^="btnTypeA0"] a{
padding: 10px;
display: inline-block;
}
[class^="btnTypeA0"] a span{
font-size: 3.2rem;
font-weight: 700;
line-height: 1.0;
padding: 30px 110px;
display: block;
}
[class^="btnTypeA0"] + [class^="login"]{
text-align: center;
margin: 10px 0 0;
}
[class^="btnTypeA0"] + [class^="login"] a{
font-size: 1.6rem;
padding: 0 0 0 20px;
display: inline-block;
position: relative;
}
[class^="btnTypeA0"] + [class^="login"] a::before{
content: "";
width: 10px;
height: 16px;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
position: absolute;
left: 5px;
top: 4px;
}

[class^="btnTypeA0"] + .login01 a{
color: #f15a24;
border-bottom: 1px solid #f15a24;
}
[class^="btnTypeA0"] + .login01 a::before{
background: #f15a24;
}
[class^="btnTypeA0"] + .login02 a{
color: #fff;
border-bottom: 1px solid #fff;
}
[class^="btnTypeA0"] + .login02 a::before{
background: #fff;
}
[class^="btnTypeA0"] + .login03 a{
color: #fff;
border-bottom: 1px solid #fff;
}
[class^="btnTypeA0"] + .login03 a::before{
background: #fff;
}
@media (min-width: 769px){
[class^="btnTypeA"] a:hover{
background: #ffe940;
border-bottom: 6px solid #f15a24;
}
[class^="btnTypeA"] a:hover span{
color: #f15a24;
border: 2px solid #f15a24;
}
}
.btnTypeA01 a{
background: #f15a24;
border-bottom: 6px solid #8d260a;
}
.btnTypeA01 a span{
color: #fcee21;
border: 2px solid #fff1ca;
}
.btnTypeA02 a{
background: #fff;
border-bottom: 6px solid #f15a24;
}
.btnTypeA02 a span{
color: #f15a24;
border: 2px solid #f15a24;
}
.btnTypeA03{
position: absolute;
right: 100px;
top: 72px;
}
.btnTypeA03 a{
background: #fff;
border-bottom: 6px solid #f15a24;
padding: 5px;
}
.btnTypeA03 a span{
color: #f15a24;
border: 2px solid #f15a24;
padding: 20px 80px;
}
@media (max-width: 768px){
[class^="btnTypeA0"]{
margin: 3.0rem 0 0;
}
[class^="btnTypeA0"] a{
padding: 0.5rem;
display: block;
}
[class^="btnTypeA0"] a span{
font-size: 2.7rem;
padding: 2.0rem 0;
}
[class^="btnTypeA0"] + [class^="login"]{
margin: 0.5rem 0 0;
}
[class^="btnTypeA0"] + [class^="login"] a{
font-size: 1.4rem;
padding: 0 0 0 1.7rem;
}
[class^="btnTypeA0"] + [class^="login"] a::before{
width: 0.7rem;
height: 1.2rem;
left: 0.5rem;
top: 0.6rem;
}
[class^="btnTypeA0"] + .login03 a{
color: #f15a24;
border-bottom: 1px solid #f15a24;
}
[class^="btnTypeA0"] + .login03 a::before{
background: #f15a24;
}

.btnTypeA01 a{
border-bottom: 0.5rem solid #8d260a;
}
.btnTypeA01 a span{
border: 0.2rem solid #fff1ca;
}
.btnTypeA02 a{
border-bottom: 0.5rem solid #f15a24;
}
.btnTypeA02 a span{
border: 0.2rem solid #f15a24;
}
.btnTypeA03{
margin: -1.5rem 0 0;
position: relative;
right: auto;
top: auto;
z-index: 2;
}
.btnTypeA03 a{
background: #f15a24;
border-bottom: 0.5rem solid #8d260a;
}
.btnTypeA03 a span{
color: #fcee21;
border: 0.2rem solid #fff1ca;
}
}

[class^="btnTypeB"]{
text-align: center;
margin: 40px 0 0;
}
[class^="btnTypeB"] a{
color: #fff;
font-size: 2.4rem;
font-weight: 900;
letter-spacing: 2px;
border-radius: 100px;
padding: 15px 120px;
display: inline-block;
position: relative;
transition: 0.3s;
}
[class^="btnTypeB"] a::before{
content: "";
width: 18px;
height: 20px;
background: #fff;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
position: absolute;
right: 40px;
top: 50%;
margin-top: -10px;
}
.btnTypeB01 a{
background: #ff9600;
border-bottom: 8px solid #c87600;
}
.btnTypeB02 a{
background: #36add4;
border-bottom: 8px solid #2188aa;
}
@media (min-width: 769px){
[class^="btnTypeB"] a:hover{
opacity: 0.6;
}
}
@media (max-width: 768px){
[class^="btnTypeB"]{
margin: 2.0rem 0 0;
}
[class^="btnTypeB"] a{
font-size: 1.8rem;
padding: 1.5rem 0;
display: block;
}
[class^="btnTypeB"] a::before{
width: 1.2rem;
height: 1.4rem;
right: 1.5rem;
margin-top: -0.7rem;
}
.btnTypeB01 a{
border-bottom: 0.5rem solid #c87600;
}
.btnTypeB012 a{
border-bottom: 0.5rem solid #2188aa;
}
}

[class^="btnTypeC"]{
text-align: center;
}
[class^="btnTypeC"] a{
background: #00b900;
color: #fff;
font-size: 2.4rem;
font-weight: 900;
letter-spacing: 2px;
border-radius: 100px;
border-bottom: 8px solid #058c2d;
display: inline-block;
position: relative;
transition: 0.3s;
}
[class^="btnTypeC"] a span{
padding: 20px 85px 22px 105px;
display: inline-block;
position: relative;
}
[class^="btnTypeC"] a::before{
content: "";
width: 18px;
height: 20px;
background: #fff;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
position: absolute;
right: 40px;
top: 50%;
margin-top: -10px;
}
[class^="btnTypeC"] a span::before{
content: "";
width: 44px;
height: 41px;
background: url("../img/result/line_ico_01.gif") no-repeat;
background-size: 100% auto;
position: absolute;
left: 40px;
top: 50%;
margin-top: -20px;
}
.btnTypeC01{
margin: 30px 0 0;
}
.btnTypeC01 a span{
padding: 15px 85px 17px 105px;
}
@media (min-width: 769px){
[class^="btnTypeC"] a:hover{
opacity: 0.6;
}
}
@media (max-width: 768px){
[class^="btnTypeC"] a{
font-size: 1.8rem;
letter-spacing: 0;
border-bottom: 0.5rem solid #058c2d;
display: block;
}
[class^="btnTypeC"] a span{
padding: 1.8rem 1.5rem 1.7rem 4.5rem;
}
[class^="btnTypeC"] a::before{
width: 1.2rem;
height: 1.4rem;
right: 1.5rem;
margin-top: -0.7rem;
}
[class^="btnTypeC"] a span::before{
content: "";
width: 3.2rem;
height: 3.0rem;
left: 0;
margin-top: -1.4rem;
}
.btnTypeC01{
margin: 3.0rem 1.0rem 0;
}
.btnTypeC01 a span{
padding: 1.8rem 1.5rem 1.7rem 4.5rem;
}
}

/*----------------------------------------------------------
block
----------------------------------------------------------*/
[class^="blockTypeA"]{
width: 700px;
}
[class^="blockTypeA"] .block{
display: flex;
flex-wrap: wrap;
align-items: center;
}
[class^="blockTypeA"] .block + .block{
margin-top: 40px;
}
[class^="blockTypeA"] .block .icon{
width: 130px;
padding: 0 20px 0 0;
}
[class^="blockTypeA"] .block .txt{
width: 570px;
background: #f8f1df;
font-size: 2.0rem;
border-radius: 20px;
padding: 25px 10px 25px 30px;
position: relative;
}
[class^="blockTypeA"] .block .txt::before{
content: "";
width: 15px;
height: 20px;
background: #f8f1df;
clip-path: polygon(100% 0, 0 50%, 100% 100%);
position: absolute;
left: -14px;
top: 50%;
margin-top: -10px;
}

.blockTypeA01{
margin: 0 auto 100px;
}
.blockTypeA01 .block .icon{
width: 130px;
}
.blockTypeA01 .block:nth-child(even) .icon{
order: 2;
padding: 0 0 0 20px;
}
.blockTypeA01 .block:nth-child(even) .icon img{
transform: scale(-1,1);
}
.blockTypeA01 .block .txt{
width: 570px;
}
.blockTypeA01 .block:nth-child(even) .txt{
order: 1;
}
.blockTypeA01 .block:nth-child(even) .txt::before{
clip-path: polygon(0 0, 100% 50%, 0 100%);
left: auto;
right: -14px;
}

.blockTypeA02{
margin: 0 auto 60px;
}
.blockTypeA02 .block + .block{
margin-top: 20px;
}
.blockTypeA02 .block .txt{
padding: 25px 40px;
}
@media (max-width: 768px){
[class^="blockTypeA"]{
width: 100%;
}
[class^="blockTypeA"] .block + .block{
margin-top: 3.0rem;
}
[class^="blockTypeA"] .block .icon{
width: 25%;
padding: 0 1.0rem 0 0;
}
[class^="blockTypeA"] .block .txt{
width: 75%;
font-size: 1.6rem;
border-radius: 2.0rem;
padding: 1.5rem 1.0rem 1.5rem 2.0rem;
}
[class^="blockTypeA"] .block .txt::before{
width: 0.8rem;
height: 1.2rem;
left: -0.7rem;
margin-top: -0.6rem;
}

.blockTypeA01{
margin: 0 auto 6.0rem;
}
.blockTypeA01 .block:nth-child(even) .icon{
padding: 0 0 0 1.0rem;
}
.blockTypeA01 .block:nth-child(even) .txt::before{
right: -0.7rem;
}

.blockTypeA02{
margin: 0 auto 2.0rem;
padding: 0 1.0rem;
}
.blockTypeA02 .block + .block{
margin-top: 2.0rem;
}
.blockTypeA02 .block .txt{
padding: 1.5rem 2.0rem;
}
}

[class^="blockTypeB"]{
color: #fff;
}
[class^="blockTypeB"] .blockInner{
width: 1000px;
margin: 0 auto;
}
[class^="blockTypeB"] .titleBlock{
width: 600px;
text-align: center;
margin: 0 auto 60px;
}
[class^="blockTypeB"] .titleBlock .title{
font-size: 3.0rem;
font-weight: 900;
margin: 0 0 15px;
padding: 30px 0;
position: relative;
}
[class^="blockTypeB"] .titleBlock .title::before{
content: "";
width: 100%;
height: 40px;
background: url("../img/common/bB_ico_01.png") no-repeat;
background-size: 100% 100%;
position: absolute;
left: 0;
top: 0;
}
[class^="blockTypeB"] .titleBlock .title::after{
content: "";
width: 100%;
height: 40px;
background: url("../img/common/bB_ico_02.png") no-repeat;
background-size: 100% 100%;
position: absolute;
left: 0;
bottom: 0;
}
[class^="blockTypeB"] .titleBlock .name{
font-size: 1.4rem;
text-align: right;
}
[class^="blockTypeB"] .block{
display: flex;
flex-wrap: wrap;
}
[class^="blockTypeB"] .block .image{
width: 350px;
}
[class^="blockTypeB"] .block .profileBlock{
width: 650px;
padding: 0 0 0 40px;
}
[class^="blockTypeB"] .block .profileBlock .title{
width: 240px;
margin: 0 auto 20px;
}
[class^="blockTypeB"] .block .profileBlock .text{
font-size: 1.6rem;
line-height: 1.8;
}

.blockTypeB01{
padding: 0 0 80px;
}
.blockTypeB02{
padding: 90px 0 140px;
}
@media (max-width: 768px){
[class^="blockTypeB"] .blockInner{
width: 100%;
padding: 0 1.0rem;
}
[class^="blockTypeB"] .titleBlock{
width: 100%;
margin: 0 auto 3.0rem;
}
[class^="blockTypeB"] .titleBlock .title{
font-size: 2.0rem;
margin: 0 0 0.75rem;
padding: 2.0rem 0;
}
[class^="blockTypeB"] .titleBlock .title::before{
height: 2.0rem;
}
[class^="blockTypeB"] .titleBlock .title::after{
height: 2.0rem;
}
[class^="blockTypeB"] .block{
display: block;
}
[class^="blockTypeB"] .block .image{
width: 100%;
margin: 0 0 3.0rem;
}
[class^="blockTypeB"] .block .profileBlock{
width: 100%;
padding: 0;
}
[class^="blockTypeB"] .block .profileBlock .title{
width: auto;
margin: 0 7.0rem 2.0rem;
}
[class^="blockTypeB"] .block .profileBlock .text{
font-size: 1.4rem;
}

.blockTypeB01{
padding: 0 0 6.0rem;
}
.blockTypeB02{
padding: 4.0rem 0;
}
}

/*----------------------------------------------------------
slider
----------------------------------------------------------*/
[class^="sliderBlock"]{
width: 800px;
margin: 0 auto 10px;
}
[class^="sliderBlock"] .slider{
opacity: 0;
transition: 0.3s;
}
[class^="sliderBlock"] .slider.slick-initialized{
opacity: 1;
}
[class^="sliderBlock"] .slider .slide{
margin: 0 5px;
position: relative;
z-index: 1;
}

.sliderBlock01{
width: 700px;
margin: 0 auto;
}
.sliderBlock01 .slick-prev,
.sliderBlock01 .slick-next{
width: 20px;
height: 30px;
background: #18472c;	
}
.sliderBlock01 .slider .slide{
display: flex;
align-items: center;
}
.sliderBlock01 .slider .slide .image{
width: 10%;
margin: 0 2.5%;
}
.sliderBlock01 .slider .slide .inner{
width: 85%;
background: #fff;
border-right: 6px solid #18472c;
border-bottom: 6px solid #18472c;
border-radius: 20px;
padding: 20px 40px;
position: relative;
}
.sliderBlock01 .slider .slide .inner::before{
content: "";
width: 10px;
height: 20px;
background: #fff;
clip-path: polygon(0 50%, 100% 100%, 100% 0);
position: absolute;
left: -9px;
top: 50%;
margin-top: -10px;
}
.sliderBlock01 .slider .slide .inner .txt{
font-size: 1.8rem;
}

.sliderBlock02 .slick-prev,
.sliderBlock02 .slick-next{
width: 20px;
height: 60px;
background: #0d9851;
}
.sliderBlock02 .slider .slide .inner{
min-height: 195px;
background: #fff;
border: 1px solid #0d9851;
border-bottom: 6px solid #0d9851;
border-radius: 20px;
padding: 20px 15px;
}
.sliderBlock02 .slider .slide .inner [class^="level"]{
line-height: 1.0;
margin: 0 0 15px;
display: flex;
align-items: center;
justify-content: center;
}
.sliderBlock02 .slider .slide .inner [class^="level"] b{
font-size: 1.8rem;
font-weight: 700;
margin: 0 10px 0 0;
}
.sliderBlock02 .slider .slide .inner [class^="level"] span{
width: 120px;
position: relative;
overflow: hidden;
z-index: 1;
}
.sliderBlock02 .slider .slide .inner [class^="level"] span::before{
content: "";
height: 100%;
background: #ffc808;
box-sizing: border-box;
border-left: 2px solid #fff;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
position: absolute;
left: 0;
top: 0;
z-index: -2;
}
.sliderBlock02 .slider .slide .inner .level01 span::before{
width: 91.5%;
}
.sliderBlock02 .slider .slide .inner .level02 span::before{
width: 95.2%;
}
.sliderBlock02 .slider .slide .inner .level03 span::before{
width: 80%;
}
.sliderBlock02 .slider .slide .inner [class^="level"] span img{
width: 100%;
height: auto;
display: block;
}
.sliderBlock02 .slider .slide .inner .txt{
font-size: 1.4rem;
text-align: left;
}
@media (max-width: 768px){
[class^="sliderBlock"]{
width: auto;
margin: -1.5rem 2.0rem 0.5rem;
}
[class^="sliderBlock"] .slider .slide{
margin: 0 1.0rem 0.5rem;
}

.sliderBlock01{
width: auto;
margin: 0 2.0rem;
}
.sliderBlock01 .slick-prev,
.sliderBlock01 .slick-next{
width: 1.5rem;
height: 2.5rem;
}
.sliderBlock01 .slider .slide .image{
width: 16%;
margin: 0 4% 0 0;
}
.sliderBlock01 .slider .slide .inner{
width: 80%;
border-right: 0.6rem solid #18472c;
border-bottom: 0.6rem solid #18472c;
border-radius: 1.0rem;
padding: 1.5rem 1.0rem;
}
.sliderBlock01 .slider .slide .inner::before{
width: 0.8rem;
height: 1.4rem;
left: -0.7rem;
margin-top: -0.7rem;
}
.sliderBlock01 .slider .slide .inner .txt{
font-size: 1.4rem;
}

.sliderBlock02 .slick-prev,
.sliderBlock02 .slick-next{
width: 1.5rem;
height: 4.8rem;
}
.sliderBlock02 .slider .slide .inner{
min-height: 20.0rem;
border-bottom: 0.6rem solid #0d9851;
border-radius: 1.0rem;
padding: 3.0rem 1.5rem 1.5rem;
}
.sliderBlock02 .slider .slide .inner [class^="level"]{
margin: 0 0 1.5rem;
}
.sliderBlock02 .slider .slide .inner [class^="level"] b{
margin: 0 1.0rem 0 0;
}
.sliderBlock02 .slider .slide .inner [class^="level"] span{
width: 12.0rem;
}
.sliderBlock02 .slider .slide .inner .txt{
font-size: 1.4rem;
}
}

/*----------------------------------------------------------
contents
----------------------------------------------------------*/
.contents01.level1{
background: url("../img/result/level1/mv_bg_01.jpg"), url("../img/common/common_bg_01.jpg");
background-size: 100% 1550px, auto auto;
background-position: top center, top center;
background-repeat: no-repeat, repeat;
}
.contents01.level2{
background: url("../img/result/level2/mv_bg_01.jpg"), url("../img/common/common_bg_01.jpg");
background-size: 100% 1550px, auto auto;
background-position: top center, top center;
background-repeat: no-repeat, repeat;
}
.contents01.level3{
background: url("../img/result/level3/mv_bg_01.jpg"), url("../img/common/common_bg_01.jpg");
background-size: 100% 1550px, auto auto;
background-position: top center, top center;
background-repeat: no-repeat, repeat;
}
.contents01.level4{
background: url("../img/result/level4/mv_bg_01.jpg"), url("../img/common/common_bg_01.jpg");
background-size: 100% 1550px, auto auto;
background-position: top center, top center;
background-repeat: no-repeat, repeat;
}
.contents01.level5{
background: url("../img/result/level5/mv_bg_01.jpg"), url("../img/common/common_bg_01.jpg");
background-size: 100% 1300px, auto auto;
background-position: top center, top center;
background-repeat: no-repeat, repeat;
}
.contents01 .lead{
color: #795037;
font-size: 2.0rem;
font-weight: 900;
text-align: center;
line-height: 2.0;
padding: 0 0 100px;
}
.contents01 .lead strong{
font-size: 3.2rem;
font-weight: 900;
}
@media (max-width: 768px){
.contents01.level1{
background: url("../img/result/level1/mv_bg_01.jpg"), url("../img/common/common_bg_01.jpg");
background-size: 100% 110.0rem, auto auto;
background-position: top center, top center;
background-repeat: no-repeat, repeat;
}
.contents01.level2{
background: url("../img/result/level2/mv_bg_01.jpg"), url("../img/common/common_bg_01.jpg");
background-size: 100% 110.0rem, auto auto;
background-position: top center, top center;
background-repeat: no-repeat, repeat;
}
.contents01.level3{
background: url("../img/result/level3/mv_bg_01.jpg"), url("../img/common/common_bg_01.jpg");
background-size: 100% 110.0rem, auto auto;
background-position: top center, top center;
background-repeat: no-repeat, repeat;
}
.contents01.level4{
background: url("../img/result/level4/mv_bg_01.jpg"), url("../img/common/common_bg_01.jpg");
background-size: 100% 110.0rem, auto auto;
background-position: top center, top center;
background-repeat: no-repeat, repeat;
}
.contents01.level5{
background: url("../img/result/level5/mv_bg_01.jpg"), url("../img/common/common_bg_01.jpg");
background-size: 100% 90.0rem, auto auto;
background-position: top center, top center;
background-repeat: no-repeat, repeat;
}
.contents01 .lead{
font-size: 1.8rem;
padding: 0 0 4.0rem;
}
.contents01 .lead strong{
font-size: 2.2rem;
display: block;
}
}

.contents02{
background: url("../img/common/bB_bg_02.jpg");
}

.contents03{
background: url("../img/result/sec04_bg_02.png");
}

.contents04{
background: #07b53b;
padding: 80px 0 0;
position: relative;
}
.contents04::before{
content: "";
width: 55%;
height: 80px;
background: #07b53b;
clip-path: polygon(0 0, 0% 100%, 100% 100%);
position: absolute;
left: 0;
top: -79px;
}
.contents04::after{
content: "";
width: 55%;
height: 80px;
background: #07b53b;
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
position: absolute;
right: 0;
top: -79px;
}
@media (max-width: 768px){
.contents04{
padding: 4.0rem 0 0;
}
.contents04::before{
height: 3.5rem;
top: -3.4rem;
}
.contents04::after{
height: 3.5rem;
top: -3.4rem;
}
}

/*----------------------------------------------------------
mainVisual
----------------------------------------------------------*/
.top .mainVisual{
background: url("../img/top/mv_bg_01_pc.jpg") no-repeat;
background-size: cover;
background-position: bottom center;
position: relative;
}
.top .mainVisual .title{
width: 1440px;
margin: 0 auto;
}
.top .mainVisual .btn{
width: 465px;
position: absolute;
left: 50%;
margin-left: -232.5px;
bottom: 70px;
z-index: 2;
}
.top .mainVisual .login{
width: 400px;
text-align: center;
position: absolute;
left: 50%;
bottom: 30px;
margin-left: -200px;
z-index: 2;
}
.top .mainVisual .login a{
color: #f15a24;
font-size: 1.8rem;
border-bottom: 1px solid #f15a24;
padding: 0 0 0 20px;
display: inline-block;
position: relative;
}
.top .mainVisual .login a::before{
content: "";
width: 10px;
height: 16px;
background: #f15a24;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
position: absolute;
left: 5px;
top: 7px;
}
@media (max-width: 768px){
.top .mainVisual{
background: none;
}
.top .mainVisual .title{
width: 100%;
}
.top .mainVisual .btn{
width: 29.5rem;
margin-left: -14.75rem;
bottom: 4.0rem;
}
}

.result .mainVisual{
padding: 60px 0 0;
}
.result .mainVisual .inner{
width: 1000px;
margin: 0 auto 60px;
}
.result .mainVisual .inner .text{
color: #fff;
font-size: 2.8rem;
font-weight: 700;
text-align: center;
margin: 0 auto 15px;
}
@media (max-width: 768px){
.result .mainVisual{
padding: 3.0rem 0 0;
}
.result .mainVisual .inner{
width: 100%;
margin: 0 auto 3.0rem;
padding: 0 1.0rem;
}
.result .mainVisual .inner .text{
font-size: 1.8rem;
margin: 0 auto 1.0rem;
}
.top .mainVisual .login{
width: 100%;
left: 0;
bottom: 1.2rem;
margin-left: 0;
}
.top .mainVisual .login a{
font-size: 1.5rem;
padding: 0 0 0 1.7rem;
}
.top .mainVisual .login a::before{
width: 0.7rem;
height: 1.2rem;
left: 0.5rem;
top: 0.6rem;
}
}

.result .mainVisual02{
background: url("../img/result/mv02_bg_01_pc.jpg") no-repeat;
background-position: 50% 20%;
background-size: cover;
}
.result .mainVisual02 .inner{
width: 1000px;
margin: 0 auto;
padding: 80px 0;
}
.result .mainVisual02 .inner .title{
color: #fff;
font-size: 2.8rem;
font-weight: 900;
-moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
-webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
-ms-text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
margin: 0 0 40px;
}
.result .mainVisual02 .inner .title span{
font-size: 4.8rem;
display: block;
}
.result .mainVisual02 .inner .title span strong{
color: #ffea00;
}
.result .mainVisual02 .inner .text{
color: #fff;
font-size: 2.2rem;
font-weight: 900;
-moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
-webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
-ms-text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px){
.result .mainVisual02{
background: url("../img/result/mv02_bg_01_sp.jpg") no-repeat;
background-position: 50% 50%;
background-size: cover;
}
.result .mainVisual02 .inner{
width: 100%;
padding: 5.0rem 1.0rem 2.0rem;
}
.result .mainVisual02 .inner .title{
font-size: 1.6rem;
margin: 0 0 3.5rem;
}
.result .mainVisual02 .inner .title span{
font-size: 2.5rem;
}
.result .mainVisual02 .inner .text{
font-size: 1.4rem;
}
}

/*----------------------------------------------------------
sectionA - top -
----------------------------------------------------------*/
.secInner01{
width: 1000px;
margin: 0 auto;
}
@media (max-width: 768px){
.secInner01{
width: 100%;
padding: 0 1.0rem;
}
}

.sectionA01{
background: url("../img/top/sec01_bg_01.jpg");
padding: 120px 0 80px;
}
.sectionA01 .title01{
width: 800px;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
text-align: center;
border-top: 8px solid #fff;
border-bottom: 8px solid #fff;
margin: 0 auto 60px;
padding: 0 0 20px;
}
.sectionA01 .title01 strong{
font-size: 3.0rem;
font-weight: 900;
letter-spacing: 3px;
border-bottom: 2px solid #fff;
margin: 0 0 20px;
padding: 20px 0;
display: block;
}
.sectionA01 .title02{
width: 620px;
text-align: center;
margin: 0 auto 40px;
}
.sectionA01 .text{
color: #fff;
font-size: 2.0rem;
text-align: center;
line-height: 2.0;
}
@media (max-width: 768px){
.sectionA01{
background: url("../img/top/sec01_bg_01.jpg");
background-size: 10.1rem 14.0rem;
padding: 6.0rem 0 4.0rem;
}
.sectionA01 .title01{
width: 100%;
font-size: 1.6rem;
border-top: 0.6rem solid #fff;
border-bottom: 0.6rem solid #fff;
margin: 0 auto 3.0rem;
padding: 0 0 1.5rem;
}
.sectionA01 .title01 strong{
font-size: 2.2rem;
letter-spacing: 0;
border-bottom: 0.1rem solid #fff;
margin: 0 0 1.5rem;
padding: 1.5rem;
}
.sectionA01 .title02{
width: auto;
margin: 0 auto 2.5rem;
}
.sectionA01 .text{
font-size: 1.6rem;
}
}

.sectionA02{
background: url("../img/common/common_bg_01.jpg");
padding: 120px 0 80px;
}
.sectionA02 .title{
width: 480px;
margin: 0 auto 60px;
}
.sectionA02 .block{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.sectionA02 .block .box{
width: 480px;
background: #fff;
text-align: center;
border-radius: 40px;
padding: 40px 0 0;
position: relative;
}
.sectionA02 .block .box .ttl{
color: #e03f00;
font-size: 2.8rem;
font-weight: 900;
margin: 0 0 20px;
}
.sectionA02 .block .box .txt{
font-size: 1.8rem;
line-height: 1.8;
}
.sectionA02 .block .box .txt b{
color: #e03f00;
font-weight: 900;
}
@media (min-width: 769px){
.sectionA02 .block .box:nth-child(1),
.sectionA02 .block .box:nth-child(2){
min-height: 430px;
}
.sectionA02 .block .box:nth-child(3),
.sectionA02 .block .box:nth-child(4){
min-height: 475px;
margin-top: 40px;
}
.sectionA02 .block .box .image{
width: 100%;
position: absolute;
left: 0;
}
.sectionA02 .block .box:nth-child(1) .image,
.sectionA02 .block .box:nth-child(2) .image{
bottom: 40px;
}
.sectionA02 .block .box:nth-child(3) .image,
.sectionA02 .block .box:nth-child(4) .image{
bottom: 30px;
}
.sectionA02 .block .box .image img{
width: auto;
}
}
@media (max-width: 768px){
.sectionA02{
padding: 6.0rem 0 3.0rem;
}
.sectionA02 .title{
width: auto;
margin: 0 2.0rem 2.0rem;
}
.sectionA02 .block{
display: block;
}
.sectionA02 .block .box{
width: 100%;
border-radius: 2.0rem;
padding: 3.0rem 0 2.0rem;
}
.sectionA02 .block .box + .box{
margin-top: 2.0rem;
}
.sectionA02 .block .box .ttl{
font-size: 2.4rem;
margin: 0 0 2.0rem;
}
.sectionA02 .block .box .txt{
font-size: 1.6rem;
margin: 0 0 2.0rem;
}
.sectionA02 .block .box .image{
width: 100%;
padding: 0 2.0rem;
}
}

.sectionA03{
background: url("../img/common/bB_bg_01.jpg");
background-size: cover;
padding: 120px 0 100px;
}
.sectionA03 .title02{
width: 365px;
margin: 0 auto 25px;
}
@media (max-width: 768px){
.sectionA03{
padding: 6.0rem 0 4.0rem;
}
.sectionA03 .title02{
width: auto;
margin: 0 4.0rem 2.0rem;
}
}

.sectionA04{
background: url("../img/top/sec04_bg_01_pc.jpg") no-repeat;
background-size: cover;
background-position: top center;
padding: 180px 0 60px;
position: relative;
}
.sectionA04::after{
content: "";
width: 100%;
height: 60px;
background: url("../img/top/sec04_ico_01.png") repeat-x;
background-size: auto 100%;
position: absolute;
left: 0;
top: 20px;
}
.sectionA04 .text{
color: #fff;
font-size: 2.0rem;
text-align: center;
line-height: 2.4;
}
.sectionA04 .text b{
color: #e03f00;
font-size: 2.4rem;
font-weight: 900;
margin: 0 5px;
display: inline-block;
}
.sectionA04 .text + .text{
margin-top: 40px;
}
.sectionA04 .imageBlock{
margin: 60px 0 0;
position: relative;
}
@media (max-width: 768px){
.sectionA04{
background: url("../img/top/sec04_bg_01_sp.jpg") no-repeat;
background-size: cover;
background-position: top center;
padding: 9.0rem 0 2.0rem;
}
.sectionA04::after{
height: 5.0rem;
top: 1.0rem;
}
.sectionA04 .text{
font-size: 1.6rem;
line-height: 2.0;
}
.sectionA04 .text b{
font-size: 2.0rem;
margin: 0 0.5rem;
}
.sectionA04 .text + .text{
margin-top: 4.5rem;
}
.sectionA04 .imageBlock{
margin: 5.0rem 0 0;
}
.sectionA04 .imageBlock .image{
width: 100%;
}
}

/*----------------------------------------------------------
sectionB - setsumon -
----------------------------------------------------------*/
.sectionB01{
padding: 60px 0 0;
}
.sectionB01 .number{
width: 300px;
color: #fef9e8;
font-size: 2.8rem;
font-weight: 700;
text-align: center;
margin: 0 auto 20px;
padding: 0 0 15px;
position: relative;
}
.sectionB01 .number::before{
content: "";
width: 300px;
height: 30px;
background: url("../img/setsumon/sec01_ico_01.png") no-repeat;
background-size: 100% 100%;
position: absolute;
left: 0;
bottom: 0;
}
.sectionB01 .questionBlock{
width: 800px;
background: url("../img/common/common_bg_01.jpg");
border-radius: 40px;
margin: 0 auto;
padding: 40px 60px;
}
.sectionB01 .questionBlock .meter{
width: 400px;
height: 20px;
background: linear-gradient(to right, #f08f05, #d75233);
border-radius: 100px;
margin: 0 auto 30px;
overflow: hidden;
position: relative;
}
.sectionB01 .questionBlock .meter::before{
content: "";
width: 100%;
height: 100%;
background: #d6d4ce;
transition: 0.3s;
position: absolute;
right: 0;
top: 0;
}
.sectionB01 .questionBlock .meter.count02::before{
width: 94.2%;
}
.sectionB01 .questionBlock .meter.count03::before{
width: 88.4%;
}
.sectionB01 .questionBlock .meter.count04::before{
width: 82.6%;
}
.sectionB01 .questionBlock .meter.count05::before{
width: 76.8%;
}
.sectionB01 .questionBlock .meter.count06::before{
width: 71%;
}
.sectionB01 .questionBlock .meter.count07::before{
width: 65.2%;
}
.sectionB01 .questionBlock .meter.count08::before{
width: 59.4%;
}
.sectionB01 .questionBlock .meter.count09::before{
width: 53.6%;
}
.sectionB01 .questionBlock .meter.count10::before{
width: 47.8%;
}
.sectionB01 .questionBlock .meter.count11::before{
width: 42%;
}
.sectionB01 .questionBlock .meter.count12::before{
width: 36.2%;
}
.sectionB01 .questionBlock .meter.count13::before{
width: 30.4%;
}
.sectionB01 .questionBlock .meter.count14::before{
width: 24.6%;
}
.sectionB01 .questionBlock .meter.count15::before{
width: 18.8%;
}
.sectionB01 .questionBlock .meter.count16::before{
width: 13%;
}
.sectionB01 .questionBlock .meter.count17::before{
width: 7.2%;
}
.sectionB01 .questionBlock .title{
color: #615749;
font-size: 2.6rem;
font-weight: 700;
text-align: center;
margin: 0 0 40px;
}
.sectionB01 .questionBlock .qList{
margin: 0 0 60px;
display: flex;
justify-content: space-between;
}
.sectionB01 .questionBlock .qList input[type="radio"]{
display: none;
}
.sectionB01 .questionBlock .qList label{
width: 32%;
background: #fff;
color: #353434;
font-size: 2.4rem;
font-weight: 700;
text-align: center;
border-radius: 20px;
-moz-box-shadow: 0 8px 0 0 #d3d3d3;
-webkit-box-shadow: 0 8px 0 0 #d3d3d3;
-ms-box-shadow: 0 8px 0 0 #d3d3d3;
box-shadow: 0 8px 0 0 #d3d3d3;
padding: 20px 0;
cursor: pointer;
}
.sectionB01 .questionBlock .qList input[type="radio"]:checked + label{
background: #ffa1a1;
color: #fff;
font-weight: 900;
-moz-box-shadow: 0 8px 0 0 #e47e7e;
-webkit-box-shadow: 0 8px 0 0 #e47e7e;
-ms-box-shadow: 0 8px 0 0 #e47e7e;
box-shadow: 0 8px 0 0 #e47e7e;
}
.sectionB01 .questionBlock #nextButton{
width: 500px;
background: #d6d4ce;
color: #fff;
font-size: 2.4rem;
font-weight: normal;
text-align: center;
border-bottom: 6px solid #b3b1aa;
margin: 0 auto;
padding: 5px;
pointer-events: none;
opacity: 0.6;
}
.sectionB01 .questionBlock #nextButton span{
border: 2px solid #fff;
padding: 10px 0;
display: block;
}
.sectionB01 .questionBlock #nextButton.on{
background: #f15a24;
color: #fcee21;
font-weight: 700;
border-bottom: 6px solid #8d260a;
pointer-events: all;
cursor: pointer;
opacity: 1;
}
.sectionB01 .questionBlock #nextButton.on span{
border: 2px solid #fff1ca;
}
@media (max-width: 768px){
.sectionB01{
padding: 4.0rem 0 0;
}
.sectionB01 .number{
width: 100%;
font-size: 2.4rem;
margin: 0 auto 1.5rem;
padding: 0 0 2.0rem;
}
.sectionB01 .number::before{
width: 100%;
height: 3.5rem;
}
.sectionB01 .questionBlock{
width: 100%;
border-radius: 2.0rem;
padding: 3.0rem 2.0rem;
}
.sectionB01 .questionBlock .meter{
width: auto;
height: 1.5rem;
margin: 0 3.0rem 3.0rem;
}
.sectionB01 .questionBlock .title{
font-size: 2.0rem;
margin: 0 0 3.0rem;
}
.sectionB01 .questionBlock .qList{
margin: 0 0 3.0rem;
}
.sectionB01 .questionBlock .qList label{
font-size: 1.6rem;
border-radius: 1.0rem;
-moz-box-shadow: 0 0.5rem 0 0 #d3d3d3;
-webkit-box-shadow: 0 0.5rem 0 0 #d3d3d3;
-ms-box-shadow: 0 0.5rem 0 0 #d3d3d3;
box-shadow: 0 0.5rem 0 0 #d3d3d3;
padding: 1.0rem 0;
}
.sectionB01 .questionBlock .qList input[type="radio"]:checked + label{
-moz-box-shadow: 0 0.5rem 0 0 #e47e7e;
-webkit-box-shadow: 0 0.5rem 0 0 #e47e7e;
-ms-box-shadow: 0 0.5rem 0 0 #e47e7e;
box-shadow: 0 0.5rem 0 0 #e47e7e;
}
.sectionB01 .questionBlock #nextButton{
width: 100%;
font-size: 2.0rem;
border-bottom: 0.5rem solid #b3b1aa;
padding: 0.5rem;
}
.sectionB01 .questionBlock #nextButton span{
border: 0.2rem solid #fff;
padding: 0.75rem 0;
}
.sectionB01 .questionBlock #nextButton.on{
border-bottom: 0.5rem solid #8d260a;
}
.sectionB01 .questionBlock #nextButton.on span{
border: 0.2rem solid #fff1ca;
}
}

/*----------------------------------------------------------
sectionC - result -
----------------------------------------------------------*/
.sectionC01{
padding: 0 0 80px;
}
.sectionC01 .title01{
width: 460px;
margin: 0 auto 15px;
}
.sectionC01 .title02{
width: 800px;
margin: 0 auto 40px;
}
.sectionC01 .title03{
font-size: 3.6rem;
font-weight: 900;
text-align: center;
margin: 100px auto 20px;
}
.sectionC01 .title04{
width: 800px;
text-align: center;
margin: 100px auto 40px;
}
.sectionC01 .title04 span{
border-top: 6px solid #966f58;
border-bottom: 6px solid #966f58;
padding: 10px 0 10px;
display: block;
}
.sectionC01 .title04 span img{
width: 250px;
}
.sectionC01 .title04 strong{
color: #795037;
font-size: 3.6rem;
font-weight: 900;
border-top: 2px solid #966f58;
margin: 10px 0 0;
padding: 10px 0 0;
display: block;
}
.sectionC01 .title05{
width: 800px;
color: #795037;
font-size: 2.4rem;
font-weight: 900;
text-align: center;
border-top: 6px solid #966f58;
border-bottom: 6px solid #966f58;
margin: 100px auto 40px;
padding: 20px 0;
}
.sectionC01 .text{
width: 800px;
font-size: 1.8rem;
line-height: 1.8;
margin: 0 auto;
}
.sectionC01 .text + .text{
margin-top: 30px;
}
.sectionC01 .text b{
background: linear-gradient(transparent 70%, #ffa1ac 70%);
font-weight: 900;
}
.sectionC01 .courseBlock{
width: 800px;
margin: 0 auto 40px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.sectionC01 .courseBlock .image{
width: 430px;
}
.sectionC01 .courseBlock .detailBlock{
width: 340px;
background: #fff;
text-align: center;
border-radius: 10px;
overflow: hidden;
}
.sectionC01 .courseBlock .detailBlock > .ttl{
background: #966f58;
color: #fff;
font-size: 1.8rem;
font-weight: 900;
line-height: 1.0;
letter-spacing: 2px;
padding: 10px 0;
}
.sectionC01 .courseBlock .detailBlock .list{
text-align: left;
display: inline-block;
position: relative;
}
.sectionC01 .courseBlock .detailBlock .list::before{
content: "";
width: 200%;
height: 1px;
background: #eeeae8;
position: absolute;
left: -50%;
top: 33%;
}
.sectionC01 .courseBlock .detailBlock .list::after{
content: "";
width: 200%;
height: 1px;
background: #eeeae8;
position: absolute;
left: -50%;
bottom: 33%;
}
.sectionC01 .courseBlock .detailBlock .list > li{
font-size: 1.6rem;
font-weight: 700;
padding: 12px 0;
}
.sectionC01 .voiceBlock{
margin: 60px auto 0;
}
.sectionC01 .voiceBlock > .ttl{
width: 305px;
margin: 0 auto 30px;
}
.sectionC01 .voiceBlock .block{
width: 690px;
margin: 0 auto;
padding: 0 60px 0 0;
}
.sectionC01 .voiceBlock .block .box{
display: flex;
align-items: center;
}
.sectionC01 .voiceBlock .block .box + .box{
margin-top: 20px;
}
.sectionC01 .voiceBlock .block .box .icon{
width: 70px;
}
.sectionC01 .voiceBlock .block .box .txt{
width: 510px;
background: #fff;
font-size: 1.6rem;
border-radius: 10px;
margin: 0 0 0 20px;
padding: 20px;
position: relative;
}
.sectionC01 .voiceBlock .block .box .txt::before{
content: "";
width: 12px;
height: 20px;
background: #fff;
clip-path: polygon(100% 0, 0 50%, 100% 100%);
position: absolute;
left: -11px;
top: 50%;
margin-top: -10px;
}
@media (max-width: 768px){
.sectionC01{
padding: 0 0 4.0rem;
}
.sectionC01 .title01{
width: 100%;
margin: 0 auto 1.5rem;
}
.sectionC01 .title02{
width: 100%;
margin: 0 auto 3.0rem;
}
.sectionC01 .title03{
font-size: 2.0rem;
margin: 6.0rem auto 2.0rem;
}
.sectionC01 .title04{
width: 100%;
margin: 6.0rem auto 2.0rem;
}
.sectionC01 .title04 span{
border-top: 0.4rem solid #966f58;
border-bottom: 0.4rem solid #966f58;
padding: 0.5rem 0 1.5rem;
}
.sectionC01 .title04 span img{
width: 19.2rem;
}
.sectionC01 .title04 strong{
font-size: 2.0rem;
border-top: 0.2rem solid #966f58;
margin: 0.7rem 0 0;
padding: 1.5rem 0 0;
}
.sectionC01 .title05{
width: 100%;
font-size: 1.8rem;
border-top: 0.4rem solid #966f58;
border-bottom: 0.4rem solid #966f58;
margin: 6.0rem auto 2.0rem;
padding: 1.5rem 0;
}
.sectionC01 .text{
width: 100%;
font-size: 1.6rem;
}
.sectionC01 .text + .text{
margin-top: 2.5rem;
}
.sectionC01 .courseBlock{
width: 100%;
margin: 0 auto 3.0rem;
display: block;
}
.sectionC01 .courseBlock .image{
width: 100%;
margin: 0 0 1.0rem;
}
.sectionC01 .courseBlock .detailBlock{
width: 100%;
border-radius: 1.0rem;
}
.sectionC01 .courseBlock .detailBlock > .ttl{
font-size: 1.6rem;
padding: 1.0rem 0;
}
.sectionC01 .courseBlock .detailBlock .list > li{
font-size: 1.6rem;
padding: 1.2rem 0;
}
.sectionC01 .voiceBlock{
margin: 3.0rem auto 0;
}
.sectionC01 .voiceBlock > .ttl{
width: 24.5rem;
margin: 0 auto 2.0rem;
}
.sectionC01 .voiceBlock .block{
width: 100%;
padding: 0;
}
.sectionC01 .voiceBlock .block .box + .box{
margin-top: 1.0rem;
}
.sectionC01 .voiceBlock .block .box .icon{
width: 13%;
}
.sectionC01 .voiceBlock .block .box .txt{
width: 82%;
font-size: 1.3rem;
border-radius: 1.0rem;
margin: 0 0 0 5%;
padding: 1.5rem;
}
.sectionC01 .voiceBlock .block .box .txt::before{
width: 1.2rem;
height: 2.0rem;
left: -1.1rem;
margin-top: -1.0rem;
}
}

.sectionC02{
padding: 0 0 80px;
}
.sectionC02 .title{
text-align: center;
margin: 0 0 40px;
}
.sectionC02 .title span{
color: #fff;
font-size: 2.0rem;
font-weight: 900;
text-align: left;
padding: 0 0 0 130px;
display: inline-block;
position: relative;
}
.sectionC02 .title span::before{
content: "";
width: 110px;
height: 110px;
background: url("../img/result/sec02_ico_01.png") no-repeat;
background-size: 100% auto;
position: absolute;
left: 0;
top: 50%;
margin-top: -55px;
}
.sectionC02 .title span strong{
font-size: 3.0rem;
display: block;
}
.sectionC02 .accBlock{
width: 800px;
margin: 0 auto;
}
.sectionC02 .accBlock .block + .block{
margin-top: 13px;
}
.sectionC02 .accBlock .block .question{
background: #f5fdff;
font-size: 2.0rem;
font-weight: 700;
border-radius: 20px;
-moz-box-shadow: 0 8px 0 0 #1b5b88;
-webkit-box-shadow: 0 8px 0 0 #1b5b88;
-ms-box-shadow: 0 8px 0 0 #1b5b88;
box-shadow: 0 8px 0 0 #1b5b88;
padding: 10px 40px 10px 85px;
position: relative;
cursor: pointer;
}
.sectionC02 .accBlock .block .question::before{
content: "";
width: 30px;
height: 30px;
background: url("../img/result/sec02_ico_02.png") no-repeat;
background-size: 100% auto;
position: absolute;
left: 40px;
top: 50%;
margin-top: -15px;
}
.sectionC02 .accBlock .block .question::after{
content: "";
width: 20px;
height: 18px;
background: #1b5b88;
clip-path: polygon(50% 100%, 0 0, 100% 0);
position: absolute;
right: 20px;
top: 50%;
margin-top: -9px;
transition: 0.5s;
}
.sectionC02 .accBlock .block .question.active::after{
transform: rotate(180deg);
}
.sectionC02 .accBlock .block .answer{
background: #fff1f1;
font-size: 2.0rem;
font-weight: 700;
padding: 15px 40px 15px 85px;
position: relative;
}
.sectionC02 .accBlock .block .answer::before{
content: "";
width: 40px;
width: 30px;
height: 30px;
background: url("../img/result/sec02_ico_03.png") no-repeat;
background-size: 100% auto;
position: absolute;
left: 40px;
top: 50%;
margin-top: -15px;
}
.sectionC02 .accBlock .block .box{
background: #fff;
border-radius: 20px;
margin: 13px 0 40px;
overflow: hidden;
display: none;
}
.sectionC02 .accBlock .block .box .textBlock{
padding: 30px 85px 40px;
}
.sectionC02 .accBlock .block .box .textBlock .text{
font-size: 1.6rem;
line-height: 1.8;
}
.sectionC02 .accBlock .block .box .textBlock .list{
margin: 15px 0;
}
.sectionC02 .accBlock .block .box .textBlock .list > li{
font-size: 1.6rem;
margin: 0 0 5px;
padding: 0 0 0 15px;
position: relative;
}
.sectionC02 .accBlock .block .box .textBlock .list > li:last-child{
margin-bottom: 0;
}
.sectionC02 .accBlock .block .box .textBlock .list > li::before{
content: "";
width: 5px;
height: 5px;
background: #ffa1ac;
border-radius: 1000px;
position: absolute;
left: 0;
top: 10px;
}
.sectionC02 .accBlock .block .box .textBlock .text + .text{
margin-top: 20px;
}
.sectionC02 .accBlock .block .box .textBlock .text b{
background: linear-gradient(transparent 70%, #ffa1ac 70%);
font-weight: 900;
}
.sectionC02 .accBlock .block .box .textBlock .link{
text-align: right;
margin: 10px 0 0;
}
.sectionC02 .accBlock .block .box .textBlock .link a{
color: #00a3f3;
font-size: 1.6rem;
border-bottom: 1px solid #00a3f3;
padding: 0 0 0 20px;
position: relative;
}
.sectionC02 .accBlock .block .box .textBlock .link a::before{
content: "";
width: 10px;
height: 14px;
background: #00a3f3;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
position: absolute;
left: 0;
top: 50%;
margin-top: -7px;
}
.sectionC02 .link{
margin: 40px 0 0;
text-align: center;
}
.sectionC02 .link a{
color: #fff;
font-size: 1.6rem;
border-bottom: 1px solid #fff;
padding: 0 0 0 20px;
position: relative;
}
.sectionC02 .link a::before{
content: "";
width: 10px;
height: 14px;
background: #fff;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
position: absolute;
left: 4px;
top: 50%;
margin-top: -7px;
}
@media (min-width: 769px){
.sectionC02 .accBlock .block .box .textBlock .link a:hover{
color: #ff9600;
border-bottom: 1px solid #ff9600;
}
.sectionC02 .accBlock .block .box .textBlock .link a:hover::before{
background: #ff9600;
}
}
.sectionC02 .accBlock .block .box .textBlock .graph{
width: 100%;
margin: 20px 0;
}
.sectionC02 .accBlock .block .box .textBlock .graph .inner{
border: 1px solid #ffa1ac;
padding: 10px;
}
.sectionC02 .accBlock .block .box .textBlock .graph .inner .image figcaption{
color: #656565;
font-size: 1.2rem;
}
@media (max-width: 768px){
.sectionC02{
padding: 0 0 3.0rem;
}
.sectionC02 .title{
margin: 0 0 2.5rem;
}
.sectionC02 .title span{
font-size: 1.6rem;
padding: 0 0 0 10.0rem;
display: block;
}
.sectionC02 .title span::before{
width: 9.0rem;
height: 9.0rem;
margin-top: -4.5rem;
}
.sectionC02 .title span strong{
font-size: 2.2rem;
}
.sectionC02 .accBlock{
width: 100%;
}
.sectionC02 .accBlock .block + .block{
margin-top: 1.0rem;
}
.sectionC02 .accBlock .block .question{
font-size: 1.5rem;
border-radius: 1.0rem;
-moz-box-shadow: 0 0.5rem 0 0 #1b5b88;
-webkit-box-shadow: 0 0.5rem 0 0 #1b5b88;
-ms-box-shadow: 0 0.5rem 0 0 #1b5b88;
box-shadow: 0 0.5rem 0 0 #1b5b88;
padding: 1.0rem 4.0rem 1.0rem 5.0rem;
}
.sectionC02 .accBlock .block .question::before{
width: 3.0rem;
height: 3.0rem;
left: 1.0rem;
margin-top: -1.5rem;
}
.sectionC02 .accBlock .block .question::after{
width: 1.2rem;
height: 1.0rem;
right: 1.0rem;
margin-top: -0.6rem;
}
.sectionC02 .accBlock .block .answer{
font-size: 1.5rem;
font-weight: 700;
padding: 1.0rem 1.0rem 1.0rem 5.0rem;
}
.sectionC02 .accBlock .block .answer::before{
width: 3.0rem;
height: 3.0rem;
left: 1.0rem;
margin-top: -1.5rem;
}
.sectionC02 .accBlock .block .box{
border-radius: 1.0rem;
margin: 1.0rem 0 3.0rem;
}
.sectionC02 .accBlock .block .box .textBlock{
padding: 1.5rem 1.0rem;
}
.sectionC02 .accBlock .block .box .textBlock .text{
font-size: 1.4rem;
}
.sectionC02 .accBlock .block .box .textBlock .text + .text{
margin-top: 1.5rem;
}
.sectionC02 .accBlock .block .box .textBlock .link{
margin: 1.0rem 0 0;
}
.sectionC02 .accBlock .block .box .textBlock .link a{
font-size: 1.4rem;
padding: 0 0 0 1.5rem;
}
.sectionC02 .accBlock .block .box .textBlock .link a::before{
width: 0.8rem;
height: 1.2rem;
margin-top: -0.6rem;
}
.sectionC02 .accBlock .block .box .textBlock .list{
margin: 1.5rem 0;
}
.sectionC02 .accBlock .block .box .textBlock .list > li{
font-size: 1.4rem;
margin: 0 0 0.5rem;
padding: 0 0 0 1.5rem;
}
.sectionC02 .accBlock .block .box .textBlock .list > li::before{
width: 0.5rem;
height: 0.5rem;
top: 0.9rem;
}
.sectionC02 .accBlock .block .box .textBlock .graph{
width: 100%;
margin: 1.5rem 0;
}
.sectionC02 .accBlock .block .box .textBlock .graph .inner{
padding: 1.0rem;
overflow-x: scroll;
}
.sectionC02 .accBlock .block .box .textBlock .graph .inner .image img{
width: auto;
height: 23.0rem;
}
.sectionC02 .accBlock .block .box .textBlock .graph .inner .image figcaption{
font-size: 1.0rem;
}
.sectionC02 .accBlock .block .box .textBlock .graph .notes{
font-size: 1.2rem;
text-align: right;
margin: 0.5rem 0 0;
}
.sectionC02 .link{
margin: 2.0rem 0 0;
}
.sectionC02 .link a{
font-size: 1.2rem;
padding: 0 0 0 1.5rem;
}
.sectionC02 .link a::before{
width: 0.8rem;
height: 1.2rem;
left: -0.4rem;
margin-top: -0.6rem;
}
}

.sectionC03{
background: url("../img/result/sec03_bg_01.jpg") no-repeat;
background-position: top center;
background-size: cover;
padding: 50px 0;
}
.sectionC03 .title{
text-align: center;
margin: 0 0 -25px;
}
.sectionC03 .title span{
background: #0d9851;
color: #fff;
font-size: 1.8rem;
font-weight: 900;
line-height: 1.0;
border-radius: 100px;
padding: 12px 30px 14px 57px;
display: inline-block;
position: relative;
}
.sectionC03 .title span::before{
content: "";
width: 80px;
height: 80px;
background: url("../img/result/sec03_ico_01.png") no-repeat;
background-size: 100% auto;
position: absolute;
left: -40px;
top: 50%;
margin-top: -40px;
}
.sectionC03 .list{
width: 800px;
background: #fff;
text-align: center;
border-radius: 20px;
-moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
margin: 0 auto;
padding: 55px 40px 40px 40px;
}
.sectionC03 .list ul{
text-align: left;
display: inline-block;
}
.sectionC03 .list ul > li{
font-size: 1.8rem;
margin: 0 0 15px;
padding: 0 0 0 28px;
position: relative;
}
.sectionC03 .list ul > li:last-child{
margin-bottom: 0;
}
.sectionC03 .list ul > li::before{
content: "";
width: 22px;
height: 22px;
background: url("../img/result/sec03_ico_02.gif") no-repeat;
background-size: 100%;
position: absolute;
left: 0;
top: 3px;
}
.sectionC03 .list ul > li b{
background: linear-gradient(transparent 60%, #fff690 60%);
font-weight: 900;
}
@media (max-width: 768px){
.sectionC03{
padding: 2.5rem 0;
}
.sectionC03 .title{
margin: 0 0 -2.2rem;
}
.sectionC03 .title span{
font-size: 1.4rem;
padding: 1.0rem 2.0rem 1.0rem 6.0rem;
}
.sectionC03 .title span::before{
width: 5.0rem;
height: 5.0rem;
left: -0.3rem;
margin-top:  -2.5rem;
}
.sectionC03 .list{
width: 100%;
border-radius: 1.0rem;
padding: 4.0rem 0 2.0rem;
}
.sectionC03 .list ul > li{
font-size: 1.4rem;
margin: 0 0 1.5rem;
padding: 0 0 0 2.2rem;
}
.sectionC03 .list ul > li::before{
width: 1.6rem;
height: 1.5rem;
top: 0.4rem;
}
}

.sectionC04{
padding: 0 0 80px;
}
.sectionC04 .title{
background: url("../img/result/sec04_bg_01.jpg") repeat-x;
background-size: auto 100%;
color: #fff;
font-size: 2.4rem;
font-weight: 900;
text-align: center;
letter-spacing: 2px;
margin: 0 0 60px;
padding: 20px 0;
}
.sectionC04 .block{
width: 800px;
margin: 0 auto;
}
.sectionC04 .block .box{
background: #fff;
border-radius: 20px;
-moz-box-shadow: 0 0 10px 5px rgba(0, 5, 103, 0.05);
-webkit-box-shadow: 0 0 10px 5px rgba(0, 5, 103, 0.05);
-ms-box-shadow: 0 0 10px 5px rgba(0, 5, 103, 0.05);
box-shadow: 0 0 10px 5px rgba(0, 5, 103, 0.05);
padding: 20px 40px 20px 0;
display: flex;
justify-content: center;
align-items: center;
}
.sectionC04 .block .box + .box{
margin-top: 30px;
}
.sectionC04 .block .box .image{
width: 280px;
padding: 0 60px;
}
.sectionC04 .block .box .textBlock{
width: 520px;
}
.sectionC04 .block .box .textBlock .ttl{
color: #0d9851;
font-size: 2.0rem;
font-weight: 900;
margin: 0 0 10px;
}
.sectionC04 .block .box .textBlock .txt{
font-size: 1.4rem;
}
@media (max-width: 768px){
.sectionC04{
padding: 0 0 4.0rem;
}
.sectionC04 .title{
font-size: 1.6rem;
margin: 0 0 2.0rem;
padding: 1.0rem 0;
}
.sectionC04 .block{
width: 100%;
}
.sectionC04 .block .box{
border-radius: 1.0rem;
padding: 1.5rem 1.0rem 1.5rem 0;
}
.sectionC04 .block .box + .box{
margin-top: 1.5rem;
}
.sectionC04 .block .box .image{
width: 34%;
padding: 0 1.5rem;
}
.sectionC04 .block .box .textBlock{
width: 66%;
}
.sectionC04 .block .box .textBlock .ttl{
font-size: 1.2rem;
margin: 0 0 0.75rem;
}
.sectionC04 .block .box .textBlock .txt{
font-size: 1.2rem;
}
}

.sectionC05{
padding: 0 0 60px;
}
.sectionC05 .title01{
color: #0d9851;
font-size: 2.4rem;
font-weight: 900;
text-align: center;
margin: 0 0 20px;
}
.sectionC05 .title01 span{
font-size: 2.0rem;
font-weight: 700;
padding: 0 40px;
display: inline-block;
position: relative;
}
.sectionC05 .title01 span::before{
content: "";
width: 25px;
height: 3px;
background: #0d9851;
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
}
.sectionC05 .title01 span::after{
content: "";
width: 25px;
height: 3px;
background: #0d9851;
position: absolute;
right: 0;
top: 50%;
margin-top: -1px;
}
.sectionC05 .title02{
text-align: center;
margin: 0 0 30px;
}
.sectionC05 .title02 span{
background: #0d9851;
color: #fff;
font-size: 1.8rem;
font-weight: 900;
line-height: 1.0;
border-radius: 100px;
padding: 12px 30px 14px 57px;
display: inline-block;
position: relative;
}
.sectionC05 .title02 span::before{
content: "";
width: 80px;
height: 80px;
background: url(../img/result/sec03_ico_01.png) no-repeat;
background-size: 100% auto;
position: absolute;
left: -40px;
top: 50%;
margin-top: -40px;
}
.sectionC05 .text{
font-size: 1.8rem;
text-align: center;
margin: 0 0 60px;
}
.sectionC05 .form{
width: 800px;
background: #fff;
margin: 0 auto 10px;
border: 2px solid #0d9851;
}
.sectionC05 .form iframe{
height: 420px;
}
.sectionC05 .notes{
text-align: center;
}
.sectionC05 .notes span{
font-size: 1.4rem;
padding: 0 0 0 15px;
display: inline-block;
position: relative;
}
.sectionC05 .notes span::before{
content: "※";
position: absolute;
left: 0;
}
@media (max-width: 768px){
.sectionC05{
padding: 0 0 4.0rem;
}
.sectionC05 .title01{
font-size: 1.8rem;
margin: 0 0 1.5rem;
}
.sectionC05 .title01 span{
font-size: 1.4rem;
padding: 0 2.5rem;
}
.sectionC05 .title01 span::before{
width: 1.5rem;
height: 0.15rem;
margin-top: -0.075rem;
}
.sectionC05 .title01 span::after{
width: 1.5rem;
height: 0.15rem;
margin-top: -0.075rem;
}
.sectionC05 .title02{
margin: 0 0 1.5rem;
}
.sectionC05 .title02 span{
font-size: 1.4rem;
padding: 1.0rem 2.0rem 1.0rem 6.0rem;
}
.sectionC05 .title02 span::before{
width: 5.0rem;
height: 5.0rem;
left: -0.3rem;
margin-top: -2.5rem;
}
.sectionC05 .text{
font-size: 1.4rem;
margin: 0 0 4.0rem;
}
.sectionC05 .form{
width: 100%;
margin: 0 auto 1.0rem;
border: 1px solid #0d9851;
}
.sectionC05 .form iframe{
height: 34.0rem;
}
.sectionC05 .notes span{
font-size: 1.2rem;
padding: 0 0 0 1.3rem;
}
}

.sectionC06{
padding: 0 0 60px;
}
.sectionC06 .title{
text-align: center;
margin: 0 0 25px;
}
.sectionC06 .title span{
background: #0d9851;
color: #fff;
font-size: 1.8rem;
font-weight: 900;
line-height: 1.0;
border-radius: 100px;
padding: 12px 30px;
display: inline-block;
position: relative;
}
.sectionC06 .title span::before{
content: "";
width: 20px;
height: 10px;
background: #0d9851;
clip-path: polygon(50% 100%, 0 0, 100% 0);
position: absolute;
left: 50%;
bottom: -9px;
margin-left: -10px;
}
.sectionC06 .notes{
font-size: 1.4rem;
text-align: center;
}
@media (max-width: 768px){
.sectionC06{
padding: 0 0 3.0rem;
}
.sectionC06 .title{
margin: 0;
}
.sectionC06 .title span{
font-size: 1.4rem;
padding: 1.0rem 2.0rem;
z-index: 2;
}
.sectionC06 .title span::before{
width: 1.0rem;
height: 0.6rem;
bottom: -0.5rem;
margin-left: -0.5rem;
}
.sectionC06 .notes{
font-size: 1.0rem;
}
}

.sectionC07{
padding: 0 0 90px;
}
.sectionC07 .movieBlock{
width: 800px;
margin: 0 auto 40px;
}
.sectionC07 .movieBlock .inner{
width: 100%;
padding-top: 56.25%;
position: relative;
}
.sectionC07 .movieBlock .inner iframe{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.sectionC07 .chapter{
width: 800px;
background: #fff;
text-align: center;
border-radius: 20px;
margin: 0 auto;
overflow: hidden;
}
.sectionC07 .chapter .title{
background: #0d9851;
color: #fff;
font-size: 2.0rem;
font-weight: 900;
padding: 5px 0;
}
.sectionC07 .chapter .list{
text-align: left;
display: inline-block;
}
.sectionC07 .chapter .list > li a{
width: 100%;
padding: 15px 40px;
border-bottom: 2px dashed #ececec;
display: flex;
align-items: center;
}
.sectionC07 .chapter .list > li:last-child a{
border-bottom: none;
}
.sectionC07 .chapter .list > li a .time{
background: #0d9851;
color: #fff;
font-size: 1.6rem;
line-height: 1.0;
border-radius: 5px;
margin: 0 20px 0 0;
padding: 5px 10px 6px 28px;;
position: relative;
}
.sectionC07 .chapter .list > li a .time::before{
content: "";
width: 10px;
height: 12px;
background: #fff;
clip-path: polygon(100% 50%, 0 0, 0 100%);
position: absolute;
left: 10px;
top: 8px;
}
.sectionC07 .chapter .list > li a .ttl{
font-size: 1.8rem;
}
@media (min-width: 769px){
.sectionC07 .chapter .list > li a:hover .time{
background: #ff9600;
}
.sectionC07 .chapter .list > li a:hover .ttl{
color: #ff9600;
}
}
@media (max-width: 768px){
.sectionC07{
padding: 0 0 5.0rem;
}
.sectionC07 .movieBlock{
width: 100%;
margin: 0 auto 2.0rem;
}
.sectionC07 .chapter{
width: 100%;
border-radius: 1.0rem;
}
.sectionC07 .chapter .title{
font-size: 1.2rem;
padding: 0.5rem 0;
}
.sectionC07 .chapter .list > li a{
padding: 1.0rem 2.0rem;
border-bottom: 0.2rem dashed #ececec;
display: flex;
align-items: flex-start;
}
.sectionC07 .chapter .list > li a .time{
font-size: 1.2rem;
border-radius: 0.5rem;
margin: 0 1.0rem 0 0;
padding: 0.4rem 0.5rem 0.5rem 1.7rem;
}
.sectionC07 .chapter .list > li a .time::before{
width: 0.7rem;
height: 1.0rem;
left: 0.7rem;
top: 0.6rem;
}
.sectionC07 .chapter .list > li a .ttl{
font-size: 1.2rem;
}
}

.sectionC08{
padding: 0 0 80px;
}
.sectionC08 .title{
color: #fff;
font-size: 2.4rem;
font-weight: 900;
text-align: center;
line-height: 1.6;
-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
text-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
margin: 0 0 30px;
}
.sectionC08 .title strong{
font-size: 4.2rem;
font-weight: 900;
display: block;
}
.sectionC08 .block{
width: 620px;
background: #fff;
text-align: center;
border-radius: 20px;
border-bottom: 8px solid #008a29;
margin: 0 auto;
padding: 30px 0;
}
.sectionC08 .block .list{
text-align: left;
display: inline-block;
}
.sectionC08 .block .list > li{
font-size: 2.2rem;
font-weight: 700;
margin: 0 0 15px;
padding: 0 0 0 30px;
position: relative;
}
.sectionC08 .block .list > li:last-child{
margin-bottom: 0;
}
.sectionC08 .block .list > li::before{
content: "";
width: 22px;
height: 22px;
background: url("../img/result/sec08_ico_01.gif") no-repeat;
background-size: 100% auto;
position: absolute;
left: 0;
top: 50%;
margin-top: -11px;
}
.sectionC08 .block .list > li b{
background: linear-gradient(transparent 70%, #ffa1ac 70%);
font-weight: 900;
}
@media (max-width: 768px){
.sectionC08{
padding: 0 0 4.0rem;
}
.sectionC08 .title{
font-size: 1.8rem;
margin: 0 0 3.0rem;
}
.sectionC08 .title strong{
font-size: 2.2rem;
}
.sectionC08 .block{
width: 100%;
border-radius: 1.0rem;
border-bottom: 0.8rem solid #008a29;
padding: 3.0rem 0;
}
.sectionC08 .block .list > li{
font-size: 1.6rem;
margin: 0 0 1.5rem;
padding: 0 0 0 3.0rem;
}
.sectionC08 .block .list > li::before{
width: 1.9rem;
height: 1.9rem;
margin-top: -0.95rem;
}
}

.sectionC09{
position: relative;
}
.sectionC09 + .sectionC09{
padding: 100px 0 0;
}
.sectionC09 + .sectionC09::before{
content: "";
width: 100%;
height: 100px;
background: url("../img/result/sec09_bg_01_pc.png") no-repeat;
background-size: 100% 100%;
position: absolute;
left: 0;
top: -1px;
}
.sectionC09 .titleBlock{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.sectionC09 .titleBlock .image01{
width: 340px;
margin: 0 40px 0 0;
order: 1;
}
.sectionC09 .titleBlock .title{
width: 620px;
color: #fff;
font-size: 2.4rem;
font-weight: 900;
-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
order: 2;
}
.sectionC09 .titleBlock .title strong{
font-size: 4.2rem;
font-weight: 900;
display: block;
}
.sectionC09 .block{
width: 100%;
background: #d6f2de;
padding: 40px 0 60px;
}
.sectionC09 .block [class^="box"]{
width: 680px;
background: #fff;
border-radius: 20px;
border: 2px solid #008a29;
border-bottom: 8px solid #008a29;
margin: 0 auto 40px;
overflow: hidden;
}
.sectionC09 .block .box01{
padding: 0 0 40px;
}
.sectionC09 .block .box01 .ttl{
background: url("../img/result/sec09_bg_02.gif") no-repeat;
background-size: cover;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
text-align: center;
line-height: 1.8;
letter-spacing: 2px;
margin: 0 0 40px;
padding: 25px 0;
}
.sectionC09 .block .box01 .ttl strong{
font-size: 3.2rem;
font-weight: 900;
display: block;
}
.sectionC09 .block .box01 .text{
font-size: 1.6rem;
line-height: 2.0;
margin: 0 0 40px;
padding: 0 40px;
}
.sectionC09 .block .box01 .text b{
background: linear-gradient(transparent 60%, #fff690 60%);
font-weight: 900;
}
.sectionC09 .block .box01 .image02{
width: 450px;
margin: 0 auto;
display: block;
}
.sectionC09 .block .box02{
padding: 40px;
}
.sectionC09 .block .box02 .ttl{
font-size: 1.8rem;
font-weight: 900;
text-align: center;
line-height: 1.4;
margin: 0 0 20px;
}
.sectionC09 .block .box02 .ttl strong{
background: linear-gradient(transparent 60%, #ffea00 60%);
font-size: 2.2rem;
font-weight: 900;
}
.sectionC09 .block .box02 .text{
font-size: 1.8rem;
text-align: center;
}
.sectionC09 .block .notes{
font-size: 1.2rem;
text-align: center;
margin: 10px 0 0;
}
@media (max-width: 768px){
.sectionC09 + .sectionC09{
padding: 8.5rem 0 0;
}
.sectionC09 + .sectionC09::before{
height: 5.0rem;
background: url("../img/result/sec09_bg_01_sp.png") no-repeat;
background-size: 100% 100%;
}
.sectionC09 .titleBlock{
width: 100%;
text-align: center;
display: block;
}
.sectionC09 .titleBlock .image01{
width: 28.2rem;
margin: 0;
}
.sectionC09 .titleBlock .title{
width: 100%;
font-size: 1.6rem;
margin: 0 0 2.5rem;
}
.sectionC09 .titleBlock .title strong{
font-size: 2.2rem;
}
.sectionC09 .block{
padding: 2.0rem 1.0rem;
}
.sectionC09 .block [class^="box"]{
width: 100%;
border-radius: 1.0rem;
border: 0.2rem solid #008a29;
border-bottom: 0.8rem solid #008a29;
margin: 0 auto 2.0rem;
}
.sectionC09 .block .box01{
padding: 0 0 2.5rem;
}
.sectionC09 .block .box01 .ttl{
font-size: 1.4rem;
margin: 0 0 2.5rem;
padding: 2.5rem 0;
}
.sectionC09 .block .box01 .ttl strong{
font-size: 2.0rem;
}
.sectionC09 .block .box01 .text{
font-size: 1.4rem;
margin: 0 0 2.5rem;
padding: 0 1.0rem;
}
.sectionC09 .block .box01 .image02{
width: 32.8rem;
}
.sectionC09 .block .box02{
padding: 2.5rem 0;
}
.sectionC09 .block .box02 .ttl{
font-size: 1.6rem;
margin: 0 0 2.0rem;
}
.sectionC09 .block .box02 .ttl strong{
font-size: 1.8rem;
}
.sectionC09 .block .box02 .text{
font-size: 1.2rem;
}
.sectionC09 .block .notes{
font-size: 1.0rem;
margin: 1.0rem;
}
}

/*----------------------------------------------------------
floatBlock
----------------------------------------------------------*/
.floatBlock{
background: rgba(0,0,0,0.6);
border-radius: 15px 0 0 0;
padding: 15px;
display: flex;
position: fixed;
right: 0;
bottom: 0;
z-index: 10;
}
.floatBlock [class^="btn"]{
width: 330px;
}
.floatBlock [class^="btn"] + [class^="btn"]{
margin-left: 15px;
}
.floatBlock [class^="btn"] a{
color: #fff;
font-size: 1.8rem;
font-weight: 900;
text-align: center;
border-radius: 10px;
padding: 20px 0;
display: block;
position: relative;
}
.floatBlock [class^="btn"] a::before{
content: "";
width: 10px;
height: 16px;
background: #fff;
clip-path: polygon(0 0, 0% 100%, 100% 50%);
position: absolute;
right: 20px;
top: 50%;
margin-top: -8px;
}
.floatBlock .btn01 a{
background: #ff9600;
border-bottom: 8px solid #c87600;
}
.floatBlock .btn02 a{
background: #0d9851;
border-bottom: 8px solid #087b40;
}
@media (max-width: 768px){
.floatBlock{
width: 100%;
border-radius: 0;
padding: 1.0rem;
}
.floatBlock [class^="btn"]{
width: 100%;
}
.floatBlock [class^="btn"] + [class^="btn"]{
margin-left: 3%;
}
.floatBlock [class^="btn"] a{
font-size: 1.8rem;
border-radius: 1.0rem;
padding: 1.2rem 0;
}
.floatBlock [class^="btn"] a::before{
width: 1.2rem;
height: 1.4rem;
right: 1.5rem;
margin-top: -0.7rem;
}
.floatBlock .btn01 a{
border-bottom: 0.6rem solid #c87600;
}
.floatBlock .btn02 a{
border-bottom: 0.6rem solid #087b40;
}
}

/*----------------------------------------------------------
loading
----------------------------------------------------------*/
#loading{
width: 100%;
height: 100%;
background: #fff;
position: fixed!important;
left: 0;
top: 0;
z-index: 100;
}
#loading .progressbar-text{
font-size: 2.4rem;
font-weight: 900;
margin-top: -30px!important;
}
#loading svg{
width: 500px!important;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 768px){
#loading svg{
width: 90%!important;
}
}