/* ----------------------------------------------------------------header*/
header {
	text-align: left;
}
#header {
	position: relative;
}
h1 {
	height: 20px;
	padding: 5px 15px 0;
	line-height: 1.1;
	text-align: center;
	font-size: 10px;
}
.header_logo {
	position: absolute;
	top: 25px;
	left: 15px;
}
.header_logo img {
	width: auto;
	height: 36px;
}
.header_contact {
	position: fixed;
	top: 25px;
	right: 15px;
}
.header_contact h2, .header_contact ul li span, .header_contact ul li .time {
	display: none;
}
.header_contact ul {
	display: flex;
	align-items: center;
}
.header_contact ul li:first-child {
	margin-right: 5px;
}
.header_contact .tel, .header_contact .mail .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffcc33;
}
.header_contact .tel img, .header_contact .mail img {
	display: block;
	width: auto;
	height: auto;
	max-width: 22px;
	max-height: 22px;
}
@media print, screen and (min-width:576px) {
h1 {
	text-align: left;
}
}
@media print, screen and (min-width:768px) {
h1 {
	position: absolute;
	top: 16px;
	left: 50px;
	font-size: 12px;
}
.header_logo {
	position: absolute;
	top: 45px;
	left: 50px;
}
.header_logo img {
	width: auto;
	height: auto;
}
.header_contact {
	position: absolute;
	top: 16px;
	right: 50px;
	text-align: left;
}
.header_contact h2, .header_contact ul li span, .header_contact ul li .time {
	display: block;
}
.header_contact h2 {
	display: block;
	height: 41px;
	margin-bottom: 5px;
	line-height: 0;
	background: url("../img/common_img/line02.png") left -2px bottom repeat-x;
}
.header_contact ul li:first-child {
	margin-right: 15px;
}
.header_contact .tel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: auto;
	line-height: 40px;
	color: #467474;
	border-radius: 0;
	background: none;
}
.header_contact .tel img {
	width: 28px;
	height: 30px;
	max-width: 28px;
	max-height: 30px;
	margin-right: 15px;
}
.header_contact .tel span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: auto;
	font-family: 'Roboto', sans-serif;
	font-size:40px;
	font-weight: 700;
	letter-spacing: -0.075rem;
	border-radius: 0;
	background: none;
}
.header_contact .time {
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	letter-spacing: -0.05rem;
	color: #fff;
	border-radius: 5px;
	background: #467474;
}
.header_contact .mail {
	display: flex;
	align-items: center;
	width: 244px;
	height: 64px;
	padding-left: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -0.05rem;
	color: #fff;
	border-radius: 50px;
	background: #e36619;
	transition: all 0.5s;
}
.header_contact .mail:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.header_contact .mail .icon {
	width: 36px;
	height: 36px;
	margin-right: 5px;
	background: #ffcc33;
}
}

/* ----------------------------------------------------------------footer*/
footer {
	text-align: center;
	padding: 40px 0 0;
	background: url("../img/common_img/bg_cloth03.jpg") center top #dad0bc;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
footer h2 {
	margin-bottom: 20px;
	line-height: 0;
}
footer h2 img {
	width: auto;
	height: 40px;
}
footer a {
	text-decoration: none;
	color: #392d26;
}
footer .flexbox div {
	margin-top: 15px;
}
footer .flexbox div a img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
@media print, screen and (min-width:768px) {
footer {
	padding: 70px 0 0;
}
footer h2 {
	margin-bottom: 30px;
}
footer h2 img {
	width: auto;
	height: auto;
}
footer .flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .flexbox p {
	margin-right: 40px;
	text-align: left;
}
footer .flexbox div {
	margin-top: 0;
}
footer .flexbox div a {
	transition: all 0.5s;
}
footer .flexbox div a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
footer .flexbox div a img {
	max-width: 440px;
}
}

footer small {
	display: block;
	margin-top: 40px;
	padding-top: 35px;
	height: 70px;
	line-height: 1.1;
	text-align: center;
	font-size:11px;
	background: url("../img/common_img/bg_jaggy.png") center top repeat-x;
}
@media print, screen and (min-width:768px) {
footer small {
	margin-top: 70px;
	font-size:12px;
}
}

/* ----------------------------------------------------------------rayout*/
.center {
	display: block;
	margin: auto;
}
/*------------------------------------------------------------table*/
.sheet_basic {
	width: 100%;
	border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
	border: 1px dotted #6D6D6D;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	display: block;
}

@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
	display: table-cell;
}
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
	margin-bottom: 20px;
	text-align: center;
}
.title01 h3 {
	padding: 20px 0 24px;
	display: inline-block;
	line-height: 1.4;
	text-align: left;
	font-family: "NotoSerifBold";
	font-size: 23px;
	letter-spacing: -0.12rem;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
	background: url("../img/common_img/line01.png") center top repeat-x,  url("../img/common_img/line01.png") center bottom repeat-x;
}
.title01.green h3 {
	background: url("../img/common_img/line02.png") center top repeat-x,  url("../img/common_img/line02.png") center bottom repeat-x;
}
.title01 h3 strong {
	background: linear-gradient(transparent 75%, #f3a32b 75%);
}
.title01 h3 span {
}
@media print, screen and (min-width:768px) {
.title01 {
	margin-bottom: 36px;
}
.title01 h3 {
	padding: 25px 0 35px;
	display: inline-block;
	line-height: 1.25;
	font-family: "NotoSerifBold";
	font-size: 50px;
	letter-spacing: -0.12rem;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
	background: url("../img/common_img/line01.png") center top repeat-x,  url("../img/common_img/line01.png") center bottom repeat-x;
}
.title01.green h3 {
	background: url("../img/common_img/line02.png") center top repeat-x,  url("../img/common_img/line02.png") center bottom repeat-x;
}
.title01 h3 strong {
	background: linear-gradient(transparent 75%, #f3a32b 75%);
}
.title01 h3 span {
}
}

/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 10px;
	line-height: 130%;
	margin: 5px 0;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*phbox*/
.phbox_right {
	text-align: center;
}
.phbox_right img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.phbox_left {
	text-align: center;
}
.phbox_left img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.ov_hidden {
	overflow: hidden;
}

@media print, screen and (min-width:768px) {
.phbox_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
}
.phbox_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
	margin-bottom: 10px;
}

@media print, screen and (min-width:768px) {
.margin-xs-b10 {
	margin-bottom: 0px;
}
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#pagetop img {
	width: 44px;
	height: 44px;
}
@media print, screen and (min-width:768px) {
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
}
#pagetop img {
	width: auto;
	height: auto;
}
}


.sp_nowrap {
	display: none;
}
@media print, screen and (min-width:768px) {
.sp_nowrap {
	display: inline;
}
}
