@charset "utf-8";

/*----------------------------------------------------
テスト用
----------------------------------------------------*/
#main_area,
#lead_copy,
#contents_index,
#contents01,
#contents02,
#contents03,
#contents04,
#contents05
{
}
#main_area,
#lead_copy,
#contents_index,
#contents01,
#contents02,
#contents03,
#contents04,
#contents05
{
}



/*----------------------------------------------------
見出し
----------------------------------------------------*/
h2::before,h2::after{
	background-image: url(../img/h2_line.png);
}

#contents01 h2 p::before{
	background-image: url(../img/h2_1.png);
}

#contents02 h2 p::before{
	background-image: url(../img/h2_2.png);
}
#contents03 h2 p::before{
	background-image: url(../img/h2_3.png);
}
#contents04 h2 p::before{
	background-image: url(../img/h2_4.png);
}
#contents05 h2 p::before{
	background-image: url(../img/h2_5.png);
}
.txt_indent {
    text-align: left;
    text-indent: -1em;
}
/*----------------------------------------------------
　MV
----------------------------------------------------*/

#main_area {/*--メイン背景----*/
	background-image: url(../img/main_back.png);
    padding-top: 0em;
}
#main_copy {
    left: 25%;
}

/*----------------------------------------------------
　contents01
----------------------------------------------------*/
#contents01{}

#contents01 .flex{
	justify-content: center;
}

#contents01 .flex>div{
    width: 5rem;
    margin-right: 0.15rem;
    margin-left: 0.15rem;
}
#contents01 .flex>div img{
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border: 1px solid #FFFFFF;
}
#contents01 .flex>div .txt_area{
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    background-color: #FFFFFF;
    padding-top: 0.4rem;
    padding-right: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.4rem;
}

#contents01 .flex>div h5{
    color: #F9B11A;
    font-weight: 700;
    font-size: 170%;
    text-align: center;
    margin-bottom: 0.15rem;
}
#contents01 .flex>div h5 span{
    position: relative;
}

#contents01 .flex>div h5 span::before{
    content: '';
    position: absolute;
    top: -0.15rem;
    left: -0.25rem;
    width: 0.4rem;
    height: 0.4rem;
    margin: auto;
    background-image: url(../img/01_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
}
#contents01 .flex>div p{
    font-weight: 600;
    font-size: 110%;
    min-height: 14em;
}


/*----------------------------------------------------
　contents02
----------------------------------------------------*/
#contents02{}

#contents02 .area_01{
    width: 11.5rem;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}
#contents02 .area_01 .flex{
    margin-bottom: 1rem;
}
#contents02 .area_01 .flex .img{
    width: 55%;
}
#contents02 .area_01 .flex .txt_area{
    width: 41%;
}
#contents02 .area_01 .flex div h5{
    color: #F9B11A;
    font-weight: 700;
    font-size: 200%;
    margin-bottom: 0.15rem;
    line-height: 1.7em;
}
#contents02 .area_01 .flex div p{
}

#contents02 .area_02{
    background-color: #fccb3b;
    border-radius: 1em;
    width: 11.5rem;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.5rem;
    padding-right: 0.7rem;
    padding-bottom: 0.5rem;
    padding-left: 0.7rem;
}
#contents02 .area_02 .txt_area{
    width: 55%;
    position: relative;
}
#contents02 .area_02 .txt_area img{
    margin-top: -0.9rem;
    margin-bottom: 0.3rem;
}
#contents02 .area_02 .img{
    width: 41%;
}

/*----------------------------------------------------
　contents03
----------------------------------------------------*/
#contents03{}
#contents03 .area_01{
    border: 6px solid #FDF3D9;
    border-radius: 2em;
    padding-top: 0.8rem;
    padding-right: 0.8rem;
    padding-bottom: 0.3rem;
    padding-left: 0.8rem;
    position: relative;
    margin-top: 1.2rem;
}
#contents03 .area_01::before{
    content: "";
    background-image: url(../img/03_title.png);
    display: block;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.2rem;
    top: -0.8rem;
    left: 29%;
}

#contents03 #navi_03{
}

#contents03 #navi_03 div{
    width: 31%;
    background-repeat: no-repeat;
    height: 5rem;
    text-align: center;
    background-size: 100% auto;
	transition: 0.3s;
}
#contents03 #navi_03 div:hover{
	opacity: 0.5;
}
#contents03 #navi_03 div a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#contents03 #navi_03 div div{
    width: 100%;
    height: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #828282;
    font-size: 160%;
    font-weight: 800;
    line-height: 1.6em;
}
#contents03 #navi_03 div div h5{
    color: #EBAF30;
}

#contents03 #navi_03 > div:nth-child(1){
    background-image: url(../img/03_01.png);
}
#contents03 #navi_03 > div:nth-child(2){
    background-image: url(../img/03_02.png);
}
#contents03 #navi_03 > div:nth-child(3){
    background-image: url(../img/03_03.png);
}

#contents03 .area_02 div{
    margin-bottom: 0.5rem;
    position: relative;
}
#contents03 .area_02 div p{
    position: absolute;
    width: 5.2rem;
    top: 2.5rem;
}
#contents03 .area_02 div:nth-child(2) p{
    right: 0.4rem;
}

#contents03 .area_02 div:nth-child(4) p{
    left: 0.4rem;
}

#contents03 .area_02 div:nth-child(6) p{
    top: 3.2rem;
    right: 0.4rem;
}


/*----------------------------------------------------
　contents04
----------------------------------------------------*/
#contents04{
}

#contents04 .area_01{
    background-image: url(../img/04_back.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
#contents04 .area_01 > div{
    margin-bottom: 1rem;
    width: 94%;
    position: relative;
}
#contents04 .area_01 > div:nth-child(odd){
    margin-left: 6%;
	
}
#contents04 .area_01 > div:nth-child(even){
    margin-right: 6%;
}

#contents04 .area_01 .txt_area{
    position: relative;
    width: 48%;
}
#contents04 .area_01 .txt_area::before{
    content: "";
    background-image: url(../img/04_step1.png);
    display: block;
    width: 1rem;
    height: 2rem;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
#contents04 .area_01 div:nth-child(2) .txt_area::before {
    background-image: url(../img/04_step2.png);
}
#contents04 .area_01 div:nth-child(3) .txt_area::before {
    background-image: url(../img/04_step3.png);
}
#contents04 .area_01 div:nth-child(4) .txt_area::before {
    background-image: url(../img/04_step4.png);
}
#contents04 .area_01 div:nth-child(5) .txt_area::before {
    background-image: url(../img/04_step5.png);
    background-position: 0 0.2px;
}


#contents04 .area_01 div:nth-child(2) .illust {
    position: absolute;
    right: -1rem;
	width: 2rem;
}
#contents04 .area_01 div:nth-child(5) .illust {
    position: absolute;
    left: -0.5rem;
    top: 1.3rem;
	width: 0.9rem;
}

#contents04 .area_01 .txt_area h5{
    padding-left: 1.2rem;
    margin-bottom: 0.2rem;
    color: #F9B11A;
    font-weight: 700;
    font-size: 300%;
    line-height: 1.4em;
}
#contents04 .area_01 .txt_area p{
    font-size: 120%;
    padding-left: 1.2rem;
}

#contents04 .area_01 .img{
    width: 48%;
}

#contents04 .area_01 .img img{
    border-radius: 0.1rem;
}


/*----------------------------------------------------
　contents05
----------------------------------------------------*/
#contents05{
}
#contents05 .flex{
    width: 80%;
    align-items: baseline;
}
#contents05 .area_01 > div{
    width: 46%;
    border-radius: 0.3rem;
    border: 6px solid rgba(255,255,255,0.5); /* #880000 ⇒ rgba(128,0,0,0.7)に変更*/
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 2%;
    margin-left: 2%;
    position: relative;
}
#contents05 .area_01 > div .number{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 0rem;
}
#contents05 .area_01 > div:nth-child(2){
    top: 0.6rem;
}
#contents05 .area_01 > div:nth-child(4){
    top: 0.6rem;
}
#contents05 .area_01 > div:nth-child(6){
    top: 0.6rem;
}
#contents05 .area_01 > div h5 {
    text-align: center;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

#contents05 .area_01 > div h5 span{
    font-size: 200%;
    font-weight: 600;
    background-color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-bottom: 0.1em;
    color: #EBAF30;
    border: 2px solid #EBAF30;
    box-shadow: 3px 3px rgba(235, 175, 48);
}


/*----------------------------------------------------
まとめ
----------------------------------------------------*/
#matome {
    background-image: url(../img/matome_back.png);
}
/*----------------------------------------------------
ページリンク
----------------------------------------------------*/
.page_link li:nth-child(2) {
    width: 36%;
    background-image: url(../img/page_link02.png);
}
.page_link .page_link_on:nth-child(2) {
    background-image: url(../img/page_link02_on.png);
}


