@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
	text-decoration: none;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
li {
	list-style-type: none;
}
address {
	font-style: normal;
}
/* ↓↓↓　スマホ入力時のフォーカスを防ぐ*/
input, select {
	font-size: 16px;
	vertical-align: middle;
}
textarea {
	font-size: 16px;
}
/* =============================================================================
   基本設定
   ========================================================================== */
*, *:before, *:after {
	box-sizing: border-box;
	-webkit-appearance: none;
}

html {
	overflow-y: scroll;
}
body {
	color: #333;
	line-height: 1.6;
	font-size: 14px;
	font-family: /*"BIZ UDGothic",*/-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;/* min-width: 1044px; */
}
#overwrap {
	overflow: hidden;
	position: relative;
}

p {
	font-size: 16px;
}
a {
	color: #333;
	text-decoration: none;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #0068b7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:active {
	color: #333;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
em {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul {
	list-style: none;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
/* ========================================================================== */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	-o-transform: rotate(0.028deg);
	-ms-transform: rotate(0.028deg);
	-moz-transform: rotate(0.028deg);
	-webkit-transform: rotate(0.028deg);
	transform: rotate(0.028deg);
}
.shadow {
	text-shadow: #fff 2px 0px, #fff -2px 0px,  #fff 0px -2px, #fff -2px 0px,  #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;
}
.btn1 a {
	display: inline-block;
	width: 310px;
	height: 60px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-size: 20px;
}
.btn1 a:hover {
	background-color: #80c7c4;
	transition: all .5s ease;
}
.btn1 a:before {
	position: absolute;
	width: 13px;
	height: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: 12px;
	margin: 0;
	padding: 0;
	content: "";
	background-image: url(../images/top/btnArrow.png);
}

/* @media screen and (max-width: 769px) {
    body {
        min-width: initial;
    }
} */

@media screen and (min-width: 768px) {
/*	body {background: #ccc; }*/

.wrap {
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
}

 .pankuzu_box {
    line-height: 35px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 50px;
}
 .pankuzu {
    line-height: 35px;
    display: block;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
}
}

@media screen and (max-width: 767px) {
/*body {background: #000;}*/
/*     body {
        min-width: initial;
    }*/

.wrap {
	width: 100%;
	padding: 0 10px;
}
 .pankuzu_box {
    line-height: 35px;
    background-color: #f1ece7;
    width: 100%;
    margin-bottom: 50px;
}
.pankuzu {
    font-size: 12px;
    line-height: 28px;
	text-align: center;
}
}
/* =============================================================================
	header
   ========================================================================== */



@media screen and (min-width: 768px) {
	#wrapper {
		background-color: #012d66;
	}
	header {
		max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 0;
	
	position: relative;
	z-index: 99999;
	height: 160px;
}
header .headerTop {
	/*padding: 0 90px;*/
}
header .siteTitle a {
	padding: 43px 0;
	display: inline-block;
	font-size: 2.5em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
header .pc {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}
header .pc li {
	padding: 0 20px;
	display: inline;
}
header .pc li:first-child {
	border-right: 1px solid #000;
}
.navDrawr {
	width: 938px;
	position: absolute;
	top: 0;
	right: 0;
}
.navDrawr>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.navDrawr>ul>.service {
	bottom: -80px;
}
.navDrawr>ul>li {
	float: right;
	width: 20%;
	position: relative;
}
.navDrawr>ul>li.sp {
	display: none;
}
.navDrawr a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 10px 28px;
	height: 80px;
}
.navDrawr>ul>li>a {
	font-size: 16px;
	text-align: center;
}
.navDrawr>ul>li:last-child >a {
	border-right: none;
}
.navDrawr>ul>li>a:hover {
	background: #f5f5f5;
	color: #012d66;
}
.navDrawr>ul>li>a span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #80c7c4;
}
.navDrawr .sub {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}
.navDrawr .sub a {
	background: #80c7c4;
	border-bottom: 1px solid #fff;
	padding: 30px 0;
	color: #012d66;
	text-align: center;
}
.navDrawr .sub a:hover {
	background: #f5f5f5;
}
#contents {
	padding-top: 20px;
}

.navDrawr>ul>li.contact {
	width: 27%;
	position: absolute;
    right: 27%;
    background: #fff;
    text-align: left;
	height: 80px;
	padding: 5px;
}
.navDrawr>ul>li.contact .tel-cont {
	position: relative;
	padding-left: 48px;
}
	p.head {
		text-align: center;
	}
.navDrawr>ul>li.contact .tel-cont:before {
	position: absolute;
	content: "";
	background: url(../images/global/iconTel1.png) no-repeat;
	width: 23px;
	height: 23px;
	top: 50%;
	transform: translateY(-50%);
	left: 13px;
}
.navDrawr>ul>li.contact p {
	font-size: 12px;
	color: #012d66;
}
.navDrawr>ul>li.contact p.tel {
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.0em;
}
	.navDrawr>ul>li.contact p.tel:first-child {
	margin-top: 10px;
}
	.navDrawr>ul>li.contact p.tel span{
		font-size: 13px;
	}

.navDrawr>ul>li.contact-sp {
		display: none;
	}
	.navDrawr>ul>li.contact2 {
		width: 27%;
		position: absolute;
		right: 0;
		height: 80px;
	}
	.navDrawr>ul>li.contact2 a {
		background: #fff;
    color: #012d66;
	padding: 25px 0;
	position: relative;
	padding-left: 30px;
	}
	.line_h {
    width: 2px;
    height: 55px;
    background-color: #cbcacb;
    position: absolute;
    top: 13px;
    right: 27%;
}
	
	.navDrawr>ul>li.contact2 a:hover {
		background: #80c7c4;
	}
	.navDrawr>ul>li.contact2 a:before {
		position: absolute;
		content: "";
		background: url(../images/global/icon-mailB.png) no-repeat;
		background-size: contain;
    display: inline-block;
		width: 24px;
		height: 20px;
		top: 50%;
		transform: translateY(-50%);
		left: 40px;
	}
header .headerTop h1 {
    position: absolute;
    top: 0;
    left: 30px;	
	z-index: 999;
}
}
@media screen and (max-width: 996px) {
	
header .pc {
	display: none;
}
#wrapper {
	overflow: hidden;
}
.navDrawr {
	background-color: #666;
	position: fixed;
	width: 270px;
	top: 60px;
	bottom: 0;
	right: -270px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999;
}
.navDrawr>ul>li.contact-sp {
		display: block;
}
.navDrawr>ul>li.contact {
		display: none;
}

body.menuOpen #wrapper {
	padding-top: 60px;
}
.overlay {
	display: none;
	background-color: rgba(0,0,0,0.49);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
header {
	margin: 0 auto;
	padding-bottom: 0;
	background-color: #012d66;
	z-index: 99999;
	position: relative;
	height: 60px;
	padding: 0;
}
body.menuOpen header {
	position: fixed;
	top: 0;
	width: 100%;
}
header .headerTop {
	padding: inherit;
}
header .siteTitle a {
	margin-left: 10px;
	line-height: 60px;
	padding: 0;
	font-size: 25px;
	color: #fff;
}
.navDrawrBtn {
	text-align: right;
}
.navDrawrBtn span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.navDrawrBtn span::before {
	font-family: FontAwesome;
	content: "\f0c9";
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 60px;
}
body.menuOpen .navDrawrBtn span::before {
	content: "\f00d";
}
.navDrawr a {
	position: relative;
	padding: 10px;
}
.navDrawr a::after {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	font-family: FontAwesome;
	content: "\f054";
}
.navDrawr>ul>li.business > a::after {
	content: none;
}
.navDrawr>ul>li {
	float: none;
	width: auto;
	position: relative;
}
.navDrawr>ul>li.sp {
	display: block;
}
.navDrawr>ul>li>a {
	font-weight: bold;
	text-align: left;
	border-right: none;
	border-bottom: 1px solid #0068b7;
	font-size: 16px;
	display: block;
	background: #fff;
}
.navDrawr>ul>li.business>a {
	border-bottom: 1px solid #ccc;
}
.navDrawr > ul > li > a span {
	display: inline-block;
	margin-left: 1em;
}
.navDrawr .sub {
	position: static;
	display: block!important;
}
.navDrawr .sub a {
	border-bottom: 1px solid #ccc;
	background: #fff;
    display: block;
}
.navDrawr>ul>li.business > .sub li:last-child a {
	border-bottom: 1px solid #0068b7;
}
ul.imgList {
}
ul.imgList::after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}
ul.imgList li {
	float: left;
	width: 31.33333333%;
	margin: 1%;
}
ul.imgList li .thumbnail {
	background-color: #FFF;
	padding: 20px;
	border: solid 1px #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
ul.imgList li img {
	margin-bottom: 10px;
}
ul.imgList li .caption {
}
ul.imgList li .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.siteTitle img {
	height: 40px;
	width: 60%;
	object-fit: contain;
	vertical-align: middle;
}
}
/*@media screen and (max-width: 1080px) {
	header .siteTitle a {
	padding: 12px 0;
	display: inline-block;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
}*/
/*@media screen and (min-width: 1280px) {

header {
	margin: 0 auto;
	padding-bottom: 0;
	background-color: #012d66;
	position: relative;
	z-index: 99999;
	height: 80px;
}
header .headerTop {
	padding: 0 90px;
}
header .siteTitle a {
	padding: 12px 0;
	display: inline-block;
	font-size: 2.5em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
header .pc {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}
header .pc li {
	padding: 0 20px;
	display: inline;
}
header .pc li:first-child {
	border-right: 1px solid #000;
}
.navDrawr {
	width: 938px;
	position: absolute;
	top: 0;
	right: 0;
}
.navDrawr>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.navDrawr>ul>li {
	float: left;
	width: 15%;
	position: relative;
}
.navDrawr>ul>li.sp {
	display: none;
}
.navDrawr a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 10px 28px;
	height: 80px;
}
.navDrawr>ul>li>a {
	font-size: 16px;
	text-align: center;
}
.navDrawr>ul>li:last-child >a {
	border-right: none;
}
.navDrawr>ul>li>a:hover {
	background: #f5f5f5;
	color: #012d66;
}
.navDrawr>ul>li>a span {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #80c7c4;
}
.navDrawr>ul>.service {
	bottom: 0;
}
.navDrawr .sub {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}
.navDrawr .sub a {
	background: #80c7c4;
	border-bottom: 1px solid #fff;
	padding: 30px;
	color: #012d66;
	text-align: center;
}
.navDrawr .sub a:hover {
	background: #f5f5f5;
}
#contents {
	padding-top: 20px;
}


.navDrawr>ul>li.contact {
	width: 55%;
	bottom: 0;
}
header .headerTop h1 {
    position: absolute;
    top: 0;
    left: 30px;	
}

/*@media screen and (min-width: 1280px) {
	header .siteTitle a {
	font-size: 2em;
}
}*/
/* =============================================================================
    Footer
   ========================================================================== */
#page-top {
	background-color: #093977;
	text-align: center;
}
#page-top a {
	display: block;
	padding: 20px 0;
	text-align: center;
}
#page-top a:hover {
	background-color: #80c7c4;
	transition: all .5s ease;
}
footer {
	background-color: #535353;
}
footer .wrap .cont {
	color: #fff;
}
footer .wrap .cont a {
	color: #fff;
}
footer .wrap .cont li {
	color: #fff;
}
footer .wrap .cont .siteMap {
	display: flex;
}
footer .wrap .cont .siteMap .listBox {
	width: 25%;
	padding: 0 10px;
}
footer .wrap .cont .siteMap .listBox .pd20 {
	padding-bottom: 20px;
}
footer .copy {
	padding: 20px 0;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
}
footer #sp {
	display: none;
}
footer #sp .sp_foot .sp_img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
footer .cont {
	display: table;
	width: 100%;
	padding: 80px 0;
}
footer dt, footer .add, footer nav {
	display: table-cell;
	vertical-align: top;
}
footer dt {
	width: 30%;
	font-size: 28px;
	color: #fff;
	padding-bottom: 20px;
}
footer nav {
	width: 65%;
}
footer nav .mark {
	color: #80c7c4;
	font-size: 16px;
}
footer nav li {
	line-height: 2em;
	font-weight: bold;
}
footer nav ul li > ul {
	padding-left: 1em;
}
footer nav li > ul li {
	font-weight: normal;
}

}

@media screen and (max-width: 767px) {
#page-top img {
	width: 30px;
}
footer h1 {
	text-align: center;
	padding: 20px 0;
}
footer .cont {
	padding: 10px 0;
}
footer .cont dl {
	text-align: center;
}
footer .cont dl dt {
	font-size: 16px;
}
footer .cont dl dd {
	display: none;
}
footer nav {
	display: none;
}
footer .add dt span {
	font-size: 12px;
}
footer #sp {
	display: block;
}
footer #sp .sp_foot {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}

footer #sp .sp_foot .sp_foot01 {
	display: block;
	float: left;
	width: 50%;
}
footer #sp .sp_foot .sp_foot02 {
	display: block;
	float: right;
	width: 50%;
}





#pc {
	display: none;
}
}

/* contactSec */
#contactSec {
	background: url(../images/top/imgContact-bk.jpg) no-repeat 50% 100%;
	background-size: cover;
	background-position: center;
	text-align: center;
	color: #fff;
	padding: 80px 0;
}
#contactSec .wrap {
	width: 100%;
}
#contactSec h2 {
	font-size: 7em;
}
#contactSec p {
	font-size: 33px;
	margin-top: -30px;
}
#contactSec small {
	padding-bottom: 30px;
}
#contactSec small .sp {
	display: block;
}
#contactSec .tel_container {
	margin: 0 auto;
	padding-top: 50px;
	/* margin-left: 15em; */
}
#contactSec .tel_container .tel {
	font-size: 30px;
    font-weight: bold;
	padding-bottom: 10px;
	margin-top: 0;
}
#contactSec .tel_container .tel a {
	color: #fff;
	letter-spacing: 0.08em;
}
#contactSec .tel_container .tel span {
	/*padding-right: 10px;*/
}
#contactSec .tel_container .tel span.p_d {
	font-size: 21px;
}
#contactSec .wrap .tel_container li .txt {
	font-size: 20px;
	padding-top: 20px;
	color: #fff;
	/*text-align: left;
	padding-left: 80px;*/
}
	p.contact {
		margin-top: 20px;
	}
/*#contactSec .wrap .tel_container li .txt::before,#contactSec .wrap .tel_container li .txt::after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
}
#contactSec .wrap .tel_container li .txt::before {
	margin-right: 1rem;
}
#contactSec .wrap .tel_container li .txt::after {
	margin-left: 1rem;
}*/
#contactSec .c_forms{
		
}
#contactSec p.c_02{
	margin-top: 15px
}

#contactSec p.c_01{
	font-size: 20px;
	margin-top: 0px
}
#contactSec p.c_02 a{
	margin-top: 30px;
		color: #fff;
		font-size: 20px;
		padding: 20px;
		padding-left: 80px;
    border: 1px solid;
	position: relative;
	}
#contactSec p.c_02 a:hover{
		color: #012d66;
		background: #fff;
	}

	#contactSec p.c_02 a:before {
		position: absolute;
		content: "";
		background: url(../images/global/icon-mail.png) no-repeat;
		width: 30px;
		height: 20px;
		top: 24px;
		left: 25px;
	}
	#contactSec p.c_02 a:hover:before {
		position: absolute;
		content: "";
		background: url(../images/global/icon-mailB.png) no-repeat;
		width: 30px;
		height: 20px;
		top: 24px;
		left: 25px;
	}
@media screen and (min-width: 768px) {
/*お問い合わせ*/
#contactSec .tel_container {
	display: flex;
	justify-content: center;
	/* width: 800px; */
}
#contactSec .tel_container li {
	/* padding: 10px; */
	width: 50%;
}
#contactSec .tel_container .flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
#contactSec .wrap .tel_container li .txt {
	border: 1px solid #fff;
    padding: 10px 20px;
    margin-right: 50px;
}
 	#contactSec .tel_container .tel {
		padding-bottom: 28px;
		text-align: left;
		letter-spacing: 0.08em;
	}
#contactSec .tel_container .tel span {
	font-size: 30px;
	font-weight: bold;
}
	#contactSec .tel_container .tel span.p_d {
	font-size: 22px;
	font-weight: bold;
}
	#contactSec table th {
		padding-right: 15px;
		vertical-align: middle
	}
	#contactSec table td a{
		color: #fff;
		font-size: 35px;
	}
#contactSec .tel_container .tel small {
	font-size: 14px;
	display: inline-block;
}
#contactSec .tel_container .line {
	width: 1px;
	height: 135px;
	background-color: #fff;
}


	#contactSec small .sp {
	display: none;
}
}

@media screen and (max-width: 767px) {
/*お問い合わせ*/
#contactSec {
	padding: 60px 0;
}
/*#contactSec .pc {
	display: none;
}*/
#contactSec h2 {
	font-size: 3em;
}
#contactSec p {
	font-size: 20px;
	margin-top: 0;
}
#contactSec .tel {
	/*padding-top: 20px;*/
}
#contactSec .tel span {
	padding-right: 5px;
}
#contactSec .tel a span img {
	width: 50px;
}
#contactSec .tel small {
	font-size: 12px;
	display: inline-block;
}
	#contactSec table {
		width: 90%;
		margin: 0 auto;
	}
	#contactSec table th {
		padding-right: 15px;
		vertical-align: middle
	}
	#contactSec table td a{
		color: #fff;
		font-size: 35px;
	}
#contactSec .tel_container .tel {
		padding-bottom: 28px;
	}
#contactSec .wrap .tel_container li .txt {
	padding-top: 0;
    /*padding-left: 105px;*/
	}
#contactSec .tel_container .line {
	/*width: 300px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;*/
	display: none;
}
		
#contactSec .tel_container {
    margin: 0 auto;
    padding-top: 50px;
    margin-left: 0; 
}
#contactSec .tel_container .tel {
	font-size: 24px;
	text-align: left;
	margin-left: 30px;
}
#contactSec p.c_02 a {
	font-size: 16px;
	padding: 20px 20px;
	padding-left: 80px;
}
#contactSec p.c_02 a:before {
	top: 22px;
}
#contactSec .tel_container .tel span.p_d {
	font-size: 15px;
}
}



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

@media screen and (max-width: 767px) {

}

/* =============================================================================
    お問い合わせ
   ========================================================================== */

/* =============================================================================
    個人情報保護方針
   ========================================================================== */
/*#policy {
	max-width: 800px;
	margin: 0 auto;
}
#policy p {
	margin-bottom: 2em;
}
#policy dl {
	margin-bottom: 2em;
}
#policy dt {
	font-weight: bold;
	font-size: 18px;
}
#policy ol {
	margin-left: 1em;
}
#policy li {
	list-style: decimal inside;
}*/

/* =============================================================================

   ========================================================================== */

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

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

/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}

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

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