/* **************************************************

  		　　　　下層ページ見出し

************************************************** */
#page_bg {
    aspect-ratio: 3840 / 960;
}
#page_bg_img img {
    width:100%;
    height:auto;
}

/* ****************************************************

		 　    　　各ページロゴ

***************************************************** */
#page_logo {
	width:auto;
	height:80%;
    margin:0rem 0 0 1rem;

}

/* ****************************************************

		 　    　　各ページタイトル

***************************************************** */
section#page_title {
    padding:0rem 0 0rem;
}
section#page_title p {
    margin-right:16rem;
}

/* -----------------------------------------------------
　　　　　　　　　　　　枠のみ吹き出し
----------------------------------------------------- */
h1.frame_baloon {
    padding: 1.2rem 2rem 0.8rem;
    top:-4rem;
    right:0;
}
h1.frame_baloon::before {
    bottom: -2rem;
    left: 50%;
    margin-left: calc((1rem - 1px) * -1);
    border: 1rem solid transparent;
    border-top: calc(1rem + 1px) solid #000;
}
h1.frame_baloon::after {
    bottom: calc((2rem + 5px) * -1);
    left: 50%;
    margin-left: calc((1rem + 1px) * -1);
    border: calc(1rem + 2px) solid transparent;
    border-top: calc(1rem + 2px) solid #fff;
}
h1.frame_baloon img {
    height:2rem;
    width:auto;
}
h1.frame_baloon span {
    font-size:0.6rem;
    line-height:2em;
}

/* -----------------------------------------------------
　　　　　　　　　導入文
----------------------------------------------------- */
.intro {
    padding:1rem 16rem 0rem 0;
}

/* -----------------------------------------------------
　　　　　　　　　中央・左右ボーダー見出し
----------------------------------------------------- */
h2.border_title span {
    line-height:1em;
    letter-spacing:0.1rem;
    padding:0 1em;
}
body.page h2.border_title span {
    font-size:1.8rem;
}
body.home h2.border_title span {
    font-size:2.4rem;
}

/* **************************************************

  		　        　コンテンツ

************************************************** */
article {
    margin:6rem 0;
}

/* **************************************************

  		　        　フッター

************************************************** */
section#sns h2 img {
    height:3rem;
}
ul.sns_list {
    margin:2rem 0 0 0;
}
ul.sns_list li {
    width:5rem;
    height:5rem;
    margin:0 1rem;
}

section#footer_menu .inner ul li a {
    font-size:1rem;
    
}