@charset "utf-8";

#sub_mainv{
	background: url(../img/guide/mainv.jpg) no-repeat 0 0/cover;
}

#sub_mainv_local{
	height: 300px;
}

#sub_mainv_local h2 {
    text-align: center;
    background-color: transparent !important; /* 背景色を透明にする */
    height: 300px; /* 親要素と同じ高さでOK */

    /* ロゴ画像に置き換えるための設定 */
    background-image: url('../img/explanation2/title.jpg');
    background-repeat: no-repeat;
    background-position: center center; /* 画像を中央に配置 */
    background-size: contain; /* 画像を要素内に収まるように調整 */

    /* テキストを非表示にする */
    text-indent: -9999px; /* テキストを画面外へ追いやる */
    overflow: hidden; /* 画面外のテキストがはみ出ないようにする */

    /* padding-top の削除 */
    /* テキスト用の余白なので不要になります */
    padding-top: 0; 
}

/*------------------------------------------------------*/
#sec1{
    padding: 43px 0;
}

#sec1 a {
    text-decoration: underline;
}
/*-----------------------------------------------------*/

.title1{
	font-size: 19px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 40px 0;
}
.title1 span{
    display: block;
    border-left: 4px solid #00ac98;
    line-height: 50px;
    font-weight: 500;
    padding: 0 30px;
}

.kome{
	font-size: 12px;
}

.explanation_img1{
	text-align: center;
	padding: 39px 0;
	margin: 0 0 29px;
}

.explanation_drawing{
	text-align: center;
	padding: 0 0 0 0;
}

.explanation_img2{
	text-align: left;
	padding: 20px 0;
	margin: 0 0 29px;
	max-width: 400px;
}

.youtube_ifreme{
	text-align: center;
	padding: 39px 0;
	margin: 0 0 29px;
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}

.sec1_linkbox li{
	margin-bottom: 10px;
	margin-left: 20px;
	position: relative;
	z-index: 1;
}
.sec1_linkbox li a{
	text-decoration: underline;
}
.sec1_linkbox li:before{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	background: url(../img/guide/maru02.png) no-repeat 0 0;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
　　z-index:2;
}

.bottom_box{
    margin-bottom: 39px !important;
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
	
#sec1{
	padding: 0;
}

.title1{
    font-size: 17px;
    margin: 30px 0 20px;
}
.title1 span{
    border-left: 3px solid #00ac98;
    line-height: 30px;
    padding: 0 20px;
}

.kome{
	font-size: 9px;
}

.explanation_img1{
    padding: 24px 0;
    margin: 0 0 15px;
}

.explanation_img2{
    padding: 24px 0;
    margin: 0 0 15px;
}

.youtube_ifreme{
    padding: 10px 0;
    margin: 0 0 15px;
}