/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ブラウザ由来CSSリセット */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1.8;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

ul, menu, dir {
    display: inline;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

img {
	vertical-align: bottom;
	display:block;
	margin: 0 auto;
}


.grecaptcha-badge { visibility: hidden; }




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* color */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




body {
	background-color: #d6d6d6;
}


a,
a:link,
a:visited,
#nav-open span:hover::before,
.site-main a:hover,
.site-header_nav-content_menu-site a:hover,
h2::before,
h3::before,
h4::before,
.entry-content_faq-contents .contents-faq > ul > li::before,
.entry-content_faq-contents_index ul li a::before,
.entry-content_faq-list ul li a::before,
.entry-content_faq-list ul li a i,
.entry-content_faq-contents_index ul li i {
	color: #236ab1;
	transition: all 0.4s;
}


.site-main a:hover,
.site-header_nav-content_menu .site-header_nav-content_menu-list a:hover,
.site-header_nav-content_menu-site a:hover,
.site-main_mainMenu div div:first-child,
.site-main_mainMenu div div:first-child a,
.entry-summary_search-wrap .entry-content_faq-contents ul li:first-child a:hover,
.page-links a:hover,
.page-links span {
	color: #ffffff;
	background-color: #236ab1;
}


.site-header_menu a,
#nav-open span,
.site-footer a,
.entry-content_faq-contents_index ul li a:hover::before,
.entry-content_faq-list ul li a:hover::before,
.entry-content_faq-list ul li a:hover i {
	color: #ffffff;
}


h2,
.site-header_nav-content_menu-list ul li:first-child a {
	background-color: #eaf2f9;
}


#nav-open {
	background-color: #236ab1;
}


#nav-open span:hover {
	background-color: #ffffff;
}


.site-footer_menu a:hover,
.site-footer_site a:hover,
.site-footer p a:hover,
.site-main_mainMenu div div:first-child a:hover {
	color: #236ab1;
	background-color: #ffffff;
}


.site-header_menu a:hover,
.site-footer_pageTop a:hover {
	color: #99ccff;
	background-color: unset;
}


.site-header > div:first-child::before {
	background: linear-gradient(0deg, rgba(46,140,187,1) 0%, rgba(0,90,153,1) 100%);
	box-shadow: 0 1px 5px #898989;
}


.site-header_menu ul li::before {
	color: #0f4c89;
}


.site-footer {
	background: linear-gradient(0deg, rgba(0,90,153,1) 0%, rgba(46,140,187,1) 80%);
	box-shadow: 1px -1px 5px #898989;
}


.site-footer hr {
	background: linear-gradient(90deg, rgba(46,140,187,1) 0%, rgba(0,90,153,1) 50%, rgba(46,140,187,1) 100%);
}


.answer-att {
	margin-top: 2em;
	color: #ff3232;
}


/* home */


.contents-head {
	margin: 2em 0 4em 0;
}


.contents-head div img {
	display: inline;
	float: left;
	margin: 0 0.2em 0.2em 0;
}


.contents-head div p {
	width: 100%;
	margin-bottom: 1em;
	font-size: 0.9em;
	line-height: 1.5em;
	clear:both;
}


.contents-head div p a,
.entry-content_faq-list a,
.entry-content_faq-contents_index a {
	display: block;
	color: #404040;
}


.contents-head > p {
	margin: 2em 0;
}



.site-main_mainMenu > div {
	border-top-color: #236ab1;
	border-right-color: #236ab1;
	border-bottom-color: #236ab1;
	border-left-color: #236ab1;
}




/* content */


h2,
h2.entry-title,
.breadcrumbs-tags {
	border-bottom: 1px solid #236ab1;
}


.entry-content_faq-list {
	border-top-color: #c7d5e2;
	border-left-color: #c7d5e2;
}


.page-links .page-numbers {
	border: 1px solid #236ab1;
}






/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* summary */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




body, html, main {
	height: 100%;
	word-break: break-all;
	scroll-behavior: smooth;
	transition: 0.4s;
}


#page {
	position: relative;
	margin: 0;
}


a,
a:link,
a:visited {
	text-decoration: none;
	transition: all 0.4s;
}


a:hover {
	transition: all 0.4s;
}


a:link img,
a:visited img {
	transition: all 0.4s;
}


a:hover img {
	background-color: transparent !important;
	opacity: 0.7;
	transition: all 0.4s;
}


ul {
	display: block;
	list-style: none;
}


hr {
	margin: 2em auto;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* header */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




.site-header {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}


.site-header > div:first-child::before {
	display: block;
	content: "";
	position: relative;
	height: 110px;
	transform: skewY(-2deg);
	transform-origin: top left;
}


.site-header > div:last-child {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*
.site-header > div:first-child::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 200px;
	transform: skewY(5deg);
	transform-origin: top left;
	top: -170px;
	z-index: -1;
	background-color: #ffffff;
	background: linear-gradient(0deg, rgba(46,140,187,1) 0%, rgba(0,90,153,1) 100%);
	box-shadow: 0 1px 5px #898989;
}
*/






.site-header_logo {
	width: 100%;
	text-align: center;
}


.site-header_logo a {
	font-size: 0.8em;
	color: #ffffff;
}


.site-header_menu ul {
	display: none;
}


.site-header_search {
	display: none;
}


#ajaxsearchlite1 .probox, div.asl_w .probox {
	border: 1px solid #236ab1 !important;
}


div.asl_w .probox .promagnifier .innericon svg {
	fill: #236ab1 !important;
}


#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	font-family: initial !important;
	font-size: initial !important;
}


#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input input[type="search"] {
	width: 80% !important;
}


.site-footer_sp_search div.asl_m,
.site-footer_sp_search div.asl_m .probox .promagnifier {
	z-index: 0 !important;
}

/*
#masthead div.asl_m .probox,
.site-footer_sp_search {
	width: 90% !important;
}
*/

/* nav-menu */


#nav-drawer {
	position: fixed;
	top: 5%;
	right: 0;
	z-index: 1000;
	border-radius: 8px 0 0 8px;
}


.nav-unshown {
	display:none;
}


#nav-open {
	display: inline-block;
	vertical-align: middle;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 0 5px #898989;
}


#nav-open span {
	transition: 0.4s;
	border-radius: 8px 0 0 8px;
	cursor : pointer;
}




#nav-open span,
#nav-open span::before {
	display: block;
	font-family: "Font Awesome 6 Free";
	content: "\f0c9";
	font-size: 1.2em;
	font-weight: 900;
	line-height: 2em;
	padding: 0 0.1em;
}


#nav-open span::before {
	bottom: -8px;
	transition: 0.4s;
}


#nav-open span::after {
	bottom: -16px;
}


#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0;
}


#site-header_nav-content {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	overscroll-behavior: contain;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 90%;
	max-width: 400px;
	height: 100%;
	background-color: #ffffff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
}


#nav-input:checked ~ #nav-close {
	display: block;
	opacity: 0.5;
}


#nav-input:checked ~ #site-header_nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


.site-header_nav-content_menu {
	width: 100%;
}


.site-header_nav-content_menu-list ul li:last-child {
	margin-bottom: 1.5em;
}


.site-header_nav-content_menu-list ul li a {
	display: block;
	padding-left: 1em;
	font-size: 0.9em;
}


.site-header_nav-content_menu-list ul li:first-child {
	line-height: 3em;
}


.site-header_nav-content_menu-list ul li:first-child a {
	padding-left: 0;
}


.site-header_nav-content_menu-list ul li:first-child a::before {
	content: "";
}


.site-header_nav-content_menu-list ul li i {
	margin-right: 0.5em;
}


.site-header_nav-content_menu-site {
	width: fit-content;
	margin: 2em auto;
	font-size: 0.9em;
}


.site-header_nav-content_menu-site ul {
	margin: 0;
}


.site-header_nav-content_menu-site > li {
	margin-bottom: 1em;
}


.site-header_nav-content_menu-site > li:last-child {
	margin-bottom: 0;
}


.site-header_nav-content_menu-site a {
	display: flex;
	flex-wrap: nowrap;
	line-height: 1.2em;
}


.site-header_nav-content_menu-site li ul li:first-child {
	margin-right: 0.5em;
}


.tag-list {
	display: none;
}



/* nav-menu_end */






/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* body */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




.site-main {
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 160px 1em 4em;;
	background-color: #ffffff;
	box-shadow: 0 0 5px #898989;
}


h2 {
	font-size: 1em;
	margin-bottom: 2em;
	padding-left: 0.5em;
}


h3 {
	font-size: 1em;
	margin-bottom: 1em;
}



.page-header,
p.none {
	margin-bottom: 2em;
}


.entry-content_faq-contents i {
	display: inline;
}




/* home */


.site-main_mainMenu,
.site-main_mainMenu > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}



.site-main_mainMenu > div {
	overflow: hidden;
	margin-bottom: 4em;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-radius: 8px;
	transition: all 0.4s;
}


.site-main_mainMenu > div:last-child {
	margin-bottom: 0;
}


.site-main_mainMenu > div:last-child > div:last-child ul li {
	text-indent: 0;
}


.site-main_mainMenu div div:first-child {
	display: table;
	width: 100%;
	height: 80px;
}


.site-main_mainMenu div div:first-child a,
.site-main_mainMenu div div:first-child p {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	margin: 1em;
	padding: 1em 0;
	text-align: center;
}


.site-main_mainMenu div div:first-child i {
	margin-bottom: 0.2em;
	font-size: 3em;
}


.site-main_mainMenu div div:last-child {
	position: relative;
	display: table;
	overflow: hidden;
	width: 100%;
	padding: 0.5em;
	font-size: 0.9em;
	transition: all 0.4s;
}


.site-main_mainMenu div div:last-child a {
	display: block;
}


.site-main_mainMenu div div:last-child ul {
	position: relative;
	display: table-cell;
	z-index: 1;
}


.site-main_mainMenu div div:last-child ul li {
	text-indent: 1em;
}


.site-main_mainMenu div div:last-child ul li:first-child {
	text-indent: 0;
}


.site-main_mainMenu div div:last-child::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 0.5em;
	font-size: 15em;;
	line-height: 1.1em;
	color: #f4f4f4;
	opacity: 0.8;
}


.site-main_mainMenu div:first-child div:last-child::before {
	content: "\f0ad";
}


.site-main_mainMenu div:nth-of-type(2) div:last-child::before {
	content: "\f2b5";
}


.site-main_mainMenu div:nth-of-type(3) div:last-child::before {
	content: "\f157";
}

.site-main_mainMenu div:nth-of-type(4) div:last-child::before {
	content: "\f1ec";
}


.site-main_mainMenu div:nth-of-type(5) div:last-child::before {
	content: "\f474";
}


.site-main_mainMenu div:nth-of-type(6) div:last-child::before {
	content: "\f0d1";
}


.site-main_mainMenu div:nth-of-type(7) div:last-child::before {
	content: "\f275";
}


.site-main_mainMenu div:nth-of-type(8) div:last-child::before {
	content: "\f070";
}


.site-main_mainMenu div:nth-of-type(9) div:last-child::before {
	content: "\f0e0";
}


.site-main_mainMenu div:nth-of-type(10) div:last-child::before {
	content: "\3f";
}


.site-main_mainMenu div:last-child div:last-child::before {
	content: "\f03a";
}






.site-header_nav-content_menu-list ul li a::before,
.site-main_mainMenu div div:last-child ul li a::before,
.entry-content_faq-contents_index ul li a::before,
.entry-content_faq-list ul li a::before,
.entry-summary_search-wrap .entry-content_faq-contents ul li:first-child a::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f105";
	margin-right: 0.5em;
}





/* content */


p {
	margin-bottom: 1em;
}


.breadcrumbs-tags > span:last-child::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 0.5em;
	content: "\f02b";
}


h2::before,
h3::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 1.5em;
	margin-right: 0.5em;
}


h3::before {
	font-size: 1em;
}


#home-top h2::before,
#home-top h3::before {
	content: "\f06a";
}


#service h2::before,
#service h3::before {
	content: "\f0ad";
}


#handle h2::before,
#handle h3::before {
	content: "\f05a";
}


#company-info h2::before,
#company-info h3::before {
	content: "\f275";
}

#inq h2::before,
#inq h3::before {
	content: "\f0e0";
}


h4 {
	margin-bottom: 0.5em;
}


h4::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 1em;
	margin-right: 0.5em;
	content: "\f111";
}


#home-top,
#service,
#handle,
#company-info {
	margin-bottom: 8em;
}


.breadcrumbs {
	font-size: 0.8em;
}


.breadcrumbs > span:first-child > a::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f015";
	margin-right: 0.5em
}


.breadcrumbs > span:last-child {
	font-weight: bold;
}


.post-navigation .nav-links {
	flex-wrap: wrap;
	font-size: 0.9em;
	margin-top: 2em;
	padding-top: 1em;
	border-top: solid 1px #cccccc;
}


div.img {
	margin-bottom: 2em;
	text-align: center;
	font-size: 0.8em;
	color: #7f7f7f;
}


div.flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 3em;
}


div.flex > div {
	width: 100%
}


#company-info div ul {
	margin-bottom: 2em;
}


#company-info .su-spoiler-title {
	margin-top: 1em;
	font-size: 1em;
}


#company-info .su-spoiler-content {
	padding: 1em 0;
}


.entry-content ul  {
	margin: 0.5em 0;
}


#home-top ul li,
#service ul li,
#handle ul li,
#inq ul li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	color: #ff3f00;
}


#home-top ul li::before,
#service ul li::before,
#handle ul li::before,
#inq ul li::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f101";
	margin-right: 0.5em;
}


#home-top ul li i::before,
#service ul li i::before,
#handle ul li i::before,
#inq ul li i::before {
	padding-left: 1.3em;
}


.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1 0 100%;
}


.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}


.post-navigation .nav-previous a::before {
	content:"\f100";
	margin-right: 0.5em;
}


.post-navigation .nav-next a::after {
	content:"\f101";
	margin-left: 0.5em;
}


span.possibility {
	font-size: 0.8em;
	color: #ffffff;
	background-color: #236ab1;
	margin-left: 1em;
	padding: 0 0.5em;
	font-weight: normal;
	border-radius: 6px;
	transition: all 0.4s;
}


span.possibility-detail {
	display: block;
	width: fit-content;
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0.2em 0.5em;
}


a:hover span.possibility {
	color: #236ab1;
	background-color: #ffffff;
}


span.possibility-br::before {
	content: "\A";
	white-space: pre;
}


span.tel-number::before {
	content: "011-881-4468";
}


span.fax-number::before {
	content: "011-881-4465";
}


span.mail-address::before {
	content: "info-radi@radiator.jp";
}


.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7 input[type="email"],
.wpcf7 select {
	width: 100%;
	background-color: #eaf2f9;
}


.wpcf7 input[type="submit"] {
	display: block;
	margin: 2em auto;
	background-color: #eaf2f9;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* footer */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




.site-footer_pageTop {
	font-size: 3em;
	text-align: center;
	margin: 1em auto;
}


.site-footer {
	position: relative;
	width: 100%;
	padding: 4em 0;
	color: #ffffff;
	z-index: 1;
}


.site-footer p {
	text-align: center;
	font-size: 0.8em;
}


.site-footer hr {
	width: 80%;
}


.site-footer_menu a,
.site-footer_site a,
.site-footer p a {
	padding: 0 1em;
}


.site-footer img {
	display: inline;
}


.site-footer_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0.9em;
}


.site-footer_logo,
.site-footer_menu {
	width: 100%;
}


.site-footer_logo a {
	display: block;
	text-align: center;
}


.site-footer_logo ul {
	margin-top: 1em;
	font-size: 0.9em;
	text-align: center;
}


.site-footer_logo span::before {
	content: "Tel.011-881-4468 / Fax.011-881-4465";
}


.site-footer_site > ul {
	width: 100%;
}


.site-footer_menu ul li,
.site-footer_site ul li {
	margin-bottom: 0.5em;
}


.site-footer_site ul li:last-child {
	margin-bottom: 0;
}


.site-footer_menu ul li a i.fa-angle-right,
.site-footer_site ul li a i.fa-angle-right {
	transform: translateX(-0.9em);
	transition: 0.4s;
}


.site-footer_menu ul li a:hover i.fa-angle-right,
.site-footer_site ul li a:hover i.fa-angle-right {
	transform: translateX(-0.5em);
}


.site-footer_menu {
	width: fit-content;
	margin: 2em auto;
}


.site-footer_menu,
.site-footer_site {
	display: none;
}









/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* @media →769px（タブレットサイズ開始） */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 768px) {




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* header */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




.site-header > div:first-child::before {
	height: 160px;
}


.site-header > div:last-child {
	width: 95%;
}


.site-header_logo {
	width: fit-content;
	margin-right: 5%;
}


.site-header_search {
	display: block;
	width: 40%;
	margin-right: 5%;
	text-align: right;
}


.site-header_menu {
	width: 60%;
	margin-left: 2%;
	font-size: 0.9em;
}


.site-header_menu a {
	display: block;
	padding: 1em 0;
	font-weight: bold;
}


.site-header_menu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}


.site-header_menu ul li {
	width: 100%;
	line-height: 1em;
}


.site-header_menu ul li::before {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "Font Awesome 6 Free";
	font-size: 3.5em;
	font-weight: 900;
	z-index: -1;
	transition: 0.4s;
}


.site-header_menu ul li:hover::before {
	opacity: 0.5;
}


.site-header_menu ul li:first-child::before {
	content: "\f0ad";
}


.site-header_menu ul li:nth-of-type(2)::before {
	content: "\f05a";
}


.site-header_menu ul li:nth-of-type(3)::before {
	content: "\f275";
}


.site-header_menu ul li:last-child::before {
	content: "\f0e0";
}


.site-header_menu ul li a i {
	transform: translateY(-4px);
	transition: 0.4s;
}


.site-header_menu ul li a:hover i {
	transform: translateY(0);
}


.site-header_nav-content_menu-site {
	font-size: 1em;
}


#nav-drawer {
	top: 10%;
}


#nav-open span,
#nav-open span::before {
	font-size: 1.5em;
	line-height: 2em;
	padding: 0 0.3em;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* body */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




.site-main {
	padding: 240px 2em 4em;;
}


/* home */


.site-main_mainMenu > div {
	width: calc(100% / 2.1);
}


.site-main_mainMenu > div:last-child {
	width: 100%;
}




/* content */


h2.entry-title {
	font-size: 1.5em;
}


span.possibility-br::before {
	content: "";
	white-space: normal;
}


.nav-links {
	flex-wrap: nowrap;
}


.entry-content_sp_search-home,
.entry-content_sp_search {
	display: none;
}


.tag-list {
	display: block;
}


.tag-list span {
	margin-right: 1em;
}


.tag-list span a::before {
	content: "#" !important;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* footer */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




.site-footer_site {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 auto;
	font-size: 0.9em;
}


.site-footer_site img {
	margin-right: 0.5em;
}


.site-footer_menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
	margin: 2em auto;
}


.site-footer_menu ul {
	margin: 3em;
}






}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* @media 1200px← */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */











/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* @media →1201px（PCサイズ開始） */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 1201px) {




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* header */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




.site-header > div:last-child {
	width: 80%;
}


.site-header_menu {
	width: 50%;
	margin-left: 5%;
}


.site-header > div:last-child {
	width: 80%;
}


#nav-drawer {
	top: 30%;
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* body */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




.site-main {
	position: relative;
	width: 70%;
}


h2 {
	font-size: 1.5em;
}


h3 {
	font-size: 1.2em;
}


/* home */


.contents-head div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.contents-head div p:first-child {
	font-size: 1em;
}


.contents-head div p {
	width: calc(100% / 2.1);
}


.contents-head div img {
	margin: 0 0.5em 0 0;
}


.site-main_mainMenu div div:first-child {
	width: 200px;
	height: initial;
	font-size: 0.9em;
}


.site-main_mainMenu div div:first-child i {
	font-size: 4em;
}


.site-main_mainMenu div div:last-child {
	width: calc(100% - 200px);
	padding: 1em;
}


.site-main_mainMenu div div:last-child ul {
	vertical-align: middle;
}


.site-main_mainMenu > div:last-child > div:last-child ul li ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}


.site-main_mainMenu > div:last-child > div:last-child ul li ul li {
	width: calc(100% / 2.1);
}



/* content */



div.flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
}


div.flex > div {
	width: 48%
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* footer */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */




.site-footer_wrap {
	flex-wrap: nowrap;
	width: 80%;
	margin: 0 auto;
}


.site-footer_logo {
	width: 30%;
}


.site-footer_menu {
	width: 50%;
}


.site-footer_logo a {
	display: inline;
	text-align: left;
}


.site-footer_logo ul {
	font-size: 1em;
	text-align: left;
}


.site-footer_menu {
	margin: 0;
}


.site-footer_menu ul {
	margin: 0 1em;
}


.site-footer_site {
	flex-wrap: nowrap;
}


.site-footer_site ul {
	width: max-content;
}




}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* @media 1201px← */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


