@charset "utf-8";

/*--------------------------
	common
--------------------------*/


.btn.type08 {
    /* width: 93%; */
    max-width: 230px;
    padding: 25px 29px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    border: 2px solid;
    font-size: 19px;
    margin: 0px 0px 80px 6px;
    font-weight: bold;
}

/* --YouTubeサイズ調整-- */
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.text01 {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin: 30px auto 80px;
    letter-spacing: 0.1em;
}


.text02 {
    font-size: 24px;
    line-height: 2;
    text-align: center;
    margin: 50px auto 40px;
    letter-spacing: 0.1em;
	font-weight: bold;
}

.text03 {
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 9px;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-top: 80px;
}

.text04 {
    font-size: 38px;
    /* line-height: 2; */
    text-align: center;
    margin-bottom: 34px;
    letter-spacing: 0.1em;
    /* font-weight: bold; */
    margin-top: 10px;
}
.text05 {
    font-size: 17px;
    /* line-height: 2; */
    text-align: center;
    margin: 21px 0 11px;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
}

.text06 {
    font-size: 24px;
    line-height: 2;
    text-align: center;
    margin: 10px auto 2px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #f07f1c;
}

.text07 {
    font-size: 18px;
    line-height: 2;
    text-align: left;
    margin: 10px;
    letter-spacing: 0.1em;
    /* font-weight: bold; */
    color: #ffa200;
}

.text08 {
    font-size: 15px;
    line-height: 2;
    text-align: left;
    margin: 10px auto 40px;
    /* letter-spacing: 0.1em; */
    /* font-weight: bold; */
}

.text09 {
    font-size: 24px;
    text-align: center;
    margin: 10px auto 2px;
    font-weight: bold;
    color: #E14434;
	letter-spacing: 0.1em;
}

.example4 {
    width: 430px;
    margin: auto;
}


.example5 {
    width: 500px;
    margin: auto;
}


.example6 {
    width: 57%;
    margin: auto;
	text-align: center;
}


.box2 {
    border: 1px solid #e0e0e0;
    padding: 1.5em;
    line-height: 2;
    font-size: 13px;
}


space{
  　　margin-bottom: 30px;
}

/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
body {
    font-family: var(--font-family-base);
    font-size: 15px;
    font-size: 0.875rem;
    height: 100%;
    line-height: 1.7;
}	
/*--------------------------
	サイト内リンク
--------------------------*/
.btn.type08 {
    width: 121%;
    max-width: 80%;
    padding: 10px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.1em;
    border: 2px solid;
    font-size: 19px;
    margin: 10px;
    font-weight: bold;
}
	
.text01 {
    font-size: 15px;
    line-height: 2;
    text-align: left;
    margin: 19px auto 26px;
    letter-spacing: 0.1em;
}
.text02 {
    font-size: 25px;
    line-height: 2;
    text-align: center;
    margin: 40px auto 10px;
    /* letter-spacing: 0.1em; */
}
	
.text03 {
    font-size: 18px;
    /* line-height: 2; */
    text-align: center;
    margin-bottom: 0;
    /* letter-spacing: 0.1em; */
    /* font-weight: bold; */
    margin-top: 50px;
}
.text04 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    /* font-weight: bold; */
    /* letter-spacing: 0.1em; */
    margin: 4px auto 21px;
}	
.text05 {
    font-size: 16px;
    /* line-height: 2; */
    text-align: center;
    margin: 17px;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
}	

.text06 {
    font-size: 18px;
    line-height: 2;
    text-align: center;
    margin: 0px auto 9px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #f07f1c;
}	
.text07 {
    font-size: 15px;
    line-height: 2;
    text-align: left;
    /* margin: 10px; */
    letter-spacing: 0.1em;
    /* font-weight: bold; */
    color: #ffa200;
}
.text08 {
    font-size: 13px;
    line-height: 2;
    text-align: left;
    margin: 3px auto 18px;
    /* letter-spacing: 0.1em; */
    /* font-weight: bold; */
}	
.text09 {
    font-size: 20px;
}	
.example4 {
    width: 300px;
    margin: auto;
}
.example5 {
    width: 300px;
    margin: auto;
}	
.example6 {
    width: 100%;
    margin: auto;
}
.box2 {
    border: 1px solid #e0e0e0;
    padding: 1em;
    font-size: 12px;
    line-height: 2;
}	
}


