@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***************************************************************************
fukidashi
****************************************************************************/

.fukidashi {
    background-color: #4EBACF;
    padding: 25px 30px 25px 30px;
	text-align: center;
	color: #FFFFFF;
}
.sankaku {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #4EBACF transparent transparent transparent;
    margin: 0px auto 25px auto;
}

/***************************************************************************
fukidashi_simple
****************************************************************************/

.fukidashi_simple {
	position: relative;
	background-color: #FFFFFF;
	border: 2px solid #8AC02C;
    border-radius: 5px;
    padding: 10px;
	width: 300px;
	margin: 0px auto 25px auto;
	background-color: gray;

}
.fukidashi_simple:after,.fukidashi_simple:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.fukidashi_simple:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: gray;
	border-width: 17px;
	margin-left: -17px;
}
.fukidashi_simple:before {
	border-color: rgba(138, 192, 44, 0);
	border-top-color: #8AC02C;
	border-width: 20px;
	margin-left: -20px;
}

/***************************************************************************
fukidashi_yoko
****************************************************************************/

.fukidashi_yoko .ttl {
	display: table;
	margin: 0px auto 25px auto;
	position: relative;
	border: 3px solid #009245;
	border-radius: 7px;
	text-align: center;
	font-size: 21px;
	line-height: 1.2;
}
.fukidashi_yoko .ttl h3 {
	padding: 10px;
}
.fukidashi_yoko .ttl:before,.fukidashi_yoko .ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -14px;
	width: 0;
	height: 0;
}
.fukidashi_yoko .ttl:before {
	left: -14px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 14px solid #009245;
}
.fukidashi_yoko .ttl:after {
	left: -10px;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 14px solid #FFFFFF;
}

/***************************************************************************
pick_up
****************************************************************************/

#pick_up .ttl {
	display: table;
	margin: 0px auto 25px auto;
	position: relative;
	border-bottom: 3px solid #009245;
	text-align: center;
	font-size: 21px;
}
#pick_up .ttl h3 {
	padding-bottom: 6px;
}
#pick_up .ttl:before,#pick_up .ttl:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -14px;
	width: 0;
	height: 0;
}
#pick_up .ttl:before {
	bottom: -14px;
	border-top: 14px solid #009245;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}
#pick_up .ttl:after {
	bottom: -10px;
	border-top: 14px solid #FFFFFF;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
}

/***************************************************************************
naname_ttl
****************************************************************************/

.naname_ttl {
	text-align: center;
	margin-bottom: 20px;
}
.naname_ttl .en_ttl {
	display: inline-block;
	margin: 0px auto 5px auto;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 27px;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #009944;
    transform: skewX(-45deg);
	overflow: hidden;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.naname_ttl .en_ttl span {
	display: inline-block;
	padding: 2px 3px 2px 3px;
	transform: skewX(45deg);
}

/***************************************************************************
bg_naname_ttl
****************************************************************************/

.bg_naname_ttl {
	background-image:
    linear-gradient(-45deg, #FFFFFF 25%, #DDDDDD 25%, #DDDDDD 50%, #FFFFFF 50%, #FFFFFF 75%, #DDDDDD 75%, #DDDDDD);/*薄・濃・濃・薄・薄・濃・濃*/
	background-size: 7px 7px;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 27px;
	letter-spacing: -0.02em;
	line-height: 1;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-bottom: 20px;
}

/***************************************************************************
kakko_ttl
****************************************************************************/

.kakko_ttl {
	display: table;
	margin: 0px auto 20px auto;
}
.kakko_ttl .inner {
	display: flex;
	text-align: center;
	align-items: center;

}
.kakko_ttl .inner span {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 27px;
	letter-spacing: -0.02em;
	line-height: 1;
	padding: 0px 10px 0px 10px;
}
.kakko_ttl .inner:before,.kakko_ttl .inner:after { 
    content:'　';	/*実体（日本語スペースを入れる）*/
    width: 8px;
}
.kakko_ttl .inner:before {
    border-left: solid 1px #000000;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
}
.kakko_ttl .inner:after {
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

/***************************************************************************
kasen_ttl
****************************************************************************/

.kasen_ttl {
    position: relative;
	margin-bottom: 25px;
}
.kasen_ttl:after,.kasen_ttl span:after { 
    content: ""; 
    position: absolute; 
    bottom: 0px;
	left: 0;
    width: 100%;
}
.kasen_ttl:after { 
    border-bottom: 2px solid #DDDDDD; 
}
.kasen_ttl span { 
	font-size: 27px;
	font-weight: bold;
    padding-bottom: 10px; 
    position: relative;
	display: inline-block;
	height: 100%;
}
.kasen_ttl span:after { 
    border-bottom: 2px solid #7ED1E6; 
	z-index: 5;
}

/***************************************************************************
kasen_kotei_ttl
****************************************************************************/

.kasen_kotei_ttl {
    border-bottom: 2px solid #DDDDDD;
	font-size: 27px;
	font-weight: bold;
    padding-bottom: 10px; 
	position: relative;
	margin-bottom: 25px;
}
.kasen_kotei_ttl:after {
    content: ""; 
    border-bottom: 2px solid #7ED1E6;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 300px;
	z-index: 1;
}

/***************************************************************************
midashi_ttl_line
****************************************************************************/

.midashi_ttl_line {
	position: relative;
	font-size: 27px;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 1.4em;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-bottom: 25px;
}
.midashi_ttl_line:after {
	position: absolute;
	top: 50%;
	left: 0.7em;
	transform: translateY(-50%);
	content: '';
	width: 5px;
	height: 25px;
	background-color: #446689;
}

/***************************************************************************
midashi_ttl_maru
****************************************************************************/

.midashi_ttl_maru {
	position: relative;
	font-size: 27px;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 1.4em;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-bottom: 25px;
}
.midashi_ttl_maru:after {
	position: absolute;
	top: 50%;
	left: 0.5em;
	transform: translateY(-50%);
	content: '';
	width: 10px;
	height: 10px;
	border: solid 4px #446689;
	border-radius: 100%;
}