@charset "utf-8";
/*----------------------------------------------------
　SP common レスポンシブ設定767以下
----------------------------------------------------*/
@media screen and (max-width: 767px) {

/*----------------------------------------------------
見出し
----------------------------------------------------*/


#contents01 h2 p::before{
    background-image: url(../img/h2_1_sp.png);
}

#contents02 h2 p::before{
	background-image: url(../img/h2_2_sp.png);
}
#contents03 h2 p::before{
	background-image: url(../img/h2_3_sp.png);
}
#contents04 h2 p::before{
	background-image: url(../img/h2_4_sp.png);
}
#contents05 h2 p::before{
	background-image: url(../img/h2_5_sp.png);
}

/*----------------------------------------------------
　contents01
----------------------------------------------------*/
#contents01{}


#contents01 .flex>div{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0.3rem;
}
#contents01 .flex>div .txt_area{
    padding-top: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.25rem;
}

#contents01 .flex>div h5{
    font-size: 150%;
}
#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{
    max-width: 80%;
    margin-bottom: 0.5rem;
}
#contents02 .area_01 .flex{
    margin-bottom: 0.3rem;
}
#contents02 .area_01 .flex .txt_area{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
#contents02 .area_01 .flex div h5{
    color: #F9B11A;
    font-weight: 700;
    font-size: 170%;
    margin-bottom: 0.1rem;
    line-height: 1.6em;
}
#contents02 .area_01 .flex:nth-child(1){
    display: flex;
    margin-bottom: 0.5rem;
}	
	
#contents02 .area_01 .flex:nth-child(1) .img{
    order: -1;
}	
	
#contents02 .area_01 .flex .img{
    width: 120%;
    margin-left: -10%;
}
#contents02 .area_02{
    max-width: 80%;
    padding-top: 0rem;
    padding-right: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.3rem;
	display: flex;
}
#contents02 .area_02 .flex{
	display: flex;
}
	
#contents02 .area_02 .txt_area{
    width: 100%;
    order: 3;
}
#contents02 .area_02 .flex > img{
    max-width: 140%;
    margin-left: -20%;
    order: 1;
    margin-top: -5%;
}
	
#contents02 .area_02 .img{
    order: 2;
    width: 100%;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

/*----------------------------------------------------
　contents03
----------------------------------------------------*/
#contents03{}
#contents03 .area_01{
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    margin-top: 1.2rem;
    border: none;
}
#contents03 .contents_inner {
    width: 86%;
}
	
#contents03 .area_01::before{
    height: 1.2rem;
    top: -0.8rem;
    left: 0%;
    width: 120%;
    margin-left: -10%;
}

#contents03 #navi_03{
    padding-top: 0.2rem;
    width: 100%;
}
#contents03 #navi_03 div{
    height: 3.3rem;
    text-align: center;
    background-size: 100% 3.1rem;
}
#contents03 #navi_03 > div:nth-child(1){
    width: 29%;
	margin-right: 4%;
}
#contents03 #navi_03 > div:nth-child(2){
    width: 29%;
}
#contents03 #navi_03 > div:nth-child(3){
    width: 38%;
}
#contents03 #navi_03 div div h5{
    text-align: center;
    font-size: 80%;
    line-height: 1.1em;
    margin-bottom: 0.05rem;
}
#contents03 #navi_03 div div p{
    text-align: center;
    font-size: 80%;
    line-height: 1.1em;
}
#contents03 #navi_03 > div:nth-child(1){
    background-image: url(../img/03_01_sp.png);
}
#contents03 #navi_03 > div:nth-child(2){
    background-image: url(../img/03_02_sp.png);
}
#contents03 #navi_03 > div:nth-child(3){
    background-image: url(../img/03_03_sp.png);
}

#contents03 .area_02{
    border-left: 6px solid #FDF3D9;
    border-right: 6px solid #FDF3D9;
    border-bottom: 6px solid #FDF3D9;
    border-top: 6px none #FDF3D9;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    padding-right: 0.15rem;
    padding-left: 0.15rem;
    margin-top: -0.5rem;
    padding-top: 0.5rem;
}
#contents03 .area_02 div{
    margin-bottom: 0.3rem;
    position: relative;
}
#contents03 .area_02 div:nth-child(6){
    margin-bottom: 0.2rem;
}
#contents03 .area_02 div p{
    position: absolute;
    width: 2.5rem;
    top: 3rem;
    left: 0.15rem !important;
    line-height: 1.6em;
}
#contents03 .area_02 div:nth-child(2) p{
    right: auto;
}

#contents03 .area_02 div:nth-child(4) p{
    right: auto;
}

#contents03 .area_02 div:nth-child(6) p{
    top: 3.3rem;
    right: auto;
}
	
	
/*----------------------------------------------------
　contents04
----------------------------------------------------*/
#contents04{
}
#contents04 .contents_inner {
    width: 100%;
}
#contents04 .area_01{
    background-image: none;
}
#contents04 .area_01 > div{
    margin-bottom: 0rem;
    margin-right: 0px;
    padding-right: 7%;
    padding-left: 7%;
    padding-bottom: 0.3rem;
}
#contents04 .area_01 > div:nth-child(odd){
    margin-left: 0%;
    background-image: url(../img/04_back01_sp.png);
    background-repeat: no-repeat;
    background-size: 55% auto;
    background-position: left 3% bottom 2%;
}
#contents04 .area_01 > div:nth-child(even){
    background-image: url(../img/04_back02_sp.png);
    margin-left: 0%;
    background-repeat: no-repeat;
    background-size: 55% auto;
    background-position: right 3% bottom 2%;
}

#contents04 .area_01 > div:last-child{
    background-image: url(../img/04_back03_sp.png);
}
	
	
#contents04 .area_01 .txt_area{
    width: 100%;
	order: 1;
    margin-bottom: 0.2rem;
}
#contents04 .area_01 .txt_area::before{
    width: 0.8rem;
}
#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);
}


#contents04 .area_01 div:nth-child(1) .illust {
    position: absolute;
    right: -0.2rem;
    top: -0.55rem;
    width: 1rem;
}
#contents04 .area_01 div:nth-child(5) .illust {
    left: 0.2rem;
    top: 2.8rem;
    width: 0.4rem;
}

#contents04 .area_01 .txt_area h5{
    padding-left: 1rem;
    margin-bottom: 0.2rem;
    font-size: 200%;
    line-height: 1.4em;
    margin-top: 0.08rem;
    text-align: justify;
}
#contents04 .area_01 .txt_area p{
    font-size: 120%;
    padding-left: 0rem;
}

#contents04 .area_01 .img{
    width: 100%;
    order: 2;
}
#contents04 .area_01 > div:nth-child(odd) .img{
    position: relative;
    right: -20%;
}
#contents04 .area_01 > div:nth-child(even) .img{
    margin-left:-15%;
}
	
/*----------------------------------------------------
　contents05
----------------------------------------------------*/
#contents05{
}
#contents05 h3{
	margin-bottom: 0.5rem;
}
#contents05 .flex{
}
#contents05 .area_01 > div{
    width: 100%;
    border: 5px solid rgba(255,255,255,0.5); /* #880000 ⇒ rgba(128,0,0,0.7)に変更*/
    padding-bottom: 0.3rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    margin-bottom: 0.3rem;
}
#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;
    width: 30%;
}
#contents05 .area_01 > div:nth-child(2){
    top: auto;
}
#contents05 .area_01 > div:nth-child(4){
    top: auto;
}
#contents05 .area_01 > div:nth-child(6){
    top: auto;
}
#contents05 .area_01 > div h5 {
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

#contents05 .area_01 > div h5 span{
    font-size: 190%;
    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_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom 33%;
    background-size: contain;
}
/*----------------------------------------------------
ページリンク
----------------------------------------------------*/
.page_link li:nth-child(2) {
    width: 100%;
    background-image: url(../img/page_link.png);
    height: 1.1rem;
    background-size: 100% 100%;
}
.page_link .page_link_on:nth-child(2) {
    background-image: url(../img/page_link_on.png);
}

}