@charset "UTF-8";
/*
 ============================================================
  ファイル名：common.css
 ============================================================
*/
/* ------------------------------------------------------------
	
	
	
	
	
	
	
	以下は適宜変更する
	
	
	
	
	
	
	
   ------------------------------------------------------------ */

/* ------------------------------------------------------------
	SITE SETTING CSS
   ------------------------------------------------------------ */

:root * p {
    line-height: 1.7;
}
:root * img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
}


.s_modalwindow_detail{
    padding: 20px;
}

.hd__h2 {
	position: relative;
	padding: 0 20px;
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
.hd__h2:before {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 1.2em;
	left: 0;
	top: .25em;
}
	.hd__h1, .hd__h2:before, #gNav .gNav__btn, #aside, .pagetop_in a {
		background-color: #00AE68;
	}

.hd__h3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
	
.hd__h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.btn_closetop {
    display: block;
    position: relative;
    padding: 10px 0 10px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.btn_closetop a {
    display: inline-block;
    width: 100%;
}

.btn_closetop span:before {
    content: "×";
    font-size: 14px;
    margin-right: 10px;
    line-height: 1;
}

.btn__style05 {
    display: inline-block;
}
.btn__style05 a,
.btn__style05 > span {
    display: inline-block;
    position: relative;
    padding: 10px 0 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.8;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
}

