@charset "UTF-8";

.swy-pager::after,
.swy-entry::after,
.swy-list::after,
.swy-well::after,
.swy-meta::after,
.swy-column::after,
.section::after,
section::after{
	content: "";
	display: block;
	clear: both;
}

.swy-pager,
.swy-entry,
.swy-list,
.swy-well,
section,
.swy-block1,
.swy-block2,
.swy-block3,
.swy-block4,
.swy-block5,
.swy-block6{
	zoom: 1;
}

.swy-edit h1,
.swy-edit h2,
.swy-edit h3,
.swy-edit h4,
.swy-edit h5,
.swy-edit h6{
	clear: both;
}


/* margin */
.swy-margin-bottom-xl {
	margin-bottom: 40px !important;
}
.swy-margin-bottom-lg {
	margin-bottom: 30px !important;
}
.swy-margin-bottom-xm {
	margin-bottom: 20px !important;
}
.swy-margin-bottom-md {
	margin-bottom: 12px !important;
}
.swy-margin-bottom-sm {
	margin-bottom: 6px !important;
}
.swy-margin-bottom-xs {
	margin-bottom: 3px !important;
}

.swy-margin-tb-40 {
	margin: 40px 0 40px 0 !important;
}
.swy-padding-tb-20 {
	padding: 20px 0 20px 0 !important;
}
.swy-padding-tb-30 {
	padding: 30px 0 30px 0 !important;
}
.swy-padding-tb-40 {
	padding: 40px 0 40px 0 !important;
}
.swy-padding-tb-50 {
	padding: 50px 0 50px 0 !important;
}
.swy-padding-tb-60 {
	padding: 60px 0 60px 0 !important;
}

.swy-padding-tb-45_40 {
	padding: 45px 0 40px 0 !important;
}
.swy-padding-tb-40_20 {
	padding: 40px 0 20px 0 !important;
}

/* font size */
.swy-text-xxlg {
	font-size: 2.5em !important; /* 40px */
}
.swy-text-xlg {
	font-size: 2.0em !important; /* 32px */
}
.swy-text-lg {
	font-size: 1.750em !important; /* 28px */
}
.swy-text-xmd {
	font-size: 1.375em !important; /* 22px */
}
.swy-text-md {
	font-size: 1.125em !important; /* 18px */
}
.swy-text-nml {
	font-size: 1.0em !important; /* 16px */
}
.swy-text-sm {
	font-size: 0.875em !important; /* 14px */
	line-height: 170% !important;
}
.swy-text-xsm {
	font-size: 0.750em !important; /* 12x */
}

/* text position */
.swy-text-center{
	text-align: center;
}
.swy-text-right{
	text-align: right;
}
.swy-text-left{
	text-align: left;
}

.swy-text-space1{
	letter-spacing: 1px;
}
.swy-text-space2{
	letter-spacing: 2px;
}
.swy-text-space3{
	letter-spacing: 3px;
}

.swy-text-strong{
	font-weight: 900;
}
.swy-text-strong600{
	font-weight: 600;
}

.swy-text-strong700{
	font-weight: 700;
}

span.text-em{
	border-bottom: 2px solid #EFEFEF;
	padding-bottom: 2px;
}
span.text-em-orange{
	border-bottom: 2px solid #898989;
	padding-bottom: 6px;
}

/* text highlight */
span.text-em{
	border-bottom: 2px solid #EFEFEF;
	padding-bottom: 2px;
}
span.text-em-yellow{
	padding-bottom: 2px;
	border-bottom: 4px solid #FFFF00;
	padding-bottom: 6px;
}


span.marker-yellow{
	background: linear-gradient(transparent 60%, #fff4c9 60%);
}



/* text link */
a {
	color:#333;
	text-decoration: underline;
}
a:hover {
	color: #898989;
	text-decoration: none;
}

a.swy-line-none {
	color:#333 !important;
	text-decoration: none !important;
}
a:hover.swy-line-none{
	color:#898989 !important;
	text-decoration: underline !important;
}

a.swy-color-theme{
	color:#898989 !important;
	text-decoration: underline !important;
}
a:hover.swy-color-theme{
	color:#111 !important;
	text-decoration: none !important;
}
a.swy-color-theme-line-none{
	color:#898989 !important;
	text-decoration: none !important;
}
a:hover.swy-color-theme-line-none{
	color:#111 !important;
	text-decoration: underline !important;
}
a.swy-color-black-line-none{
	color:#000 !important;
	text-decoration: none !important;
}
a:hover.swy-black-theme-line-none{
	color:#898989 !important;
	text-decoration: underline !important;
}

a.swy-color-white{
	color:#FFF !important;
	text-decoration: underline !important;
}
a:hover.swy-color-white{
	color:#FFF !important;
	text-decoration: none !important;
}
a.swy-color-black{
	color:#000 !important;
	text-decoration: underline !important;
}
a:hover.swy-color-black{
	color:#898989 !important;
	text-decoration: none !important;
}

.swy-text-theme{
	color: #898989 !important;
}
.swy-text-white{
	color: #FFF !important;
}
.swy-text-black{
	color: #000 !important;
}
.swy-text-grayl{
	color: #999 !important;
}
.swy-text-grayd{
	color: #666 !important;
}
.swy-text-blue{
	color: #62B3DE !important;
}
.swy-text-line{
	color: #06C755 !important;
}
.swy-text-twitter{
	color: #00acee !important;
}


.swy-bg-theme{
	background-color:#898989;
}
.swy-bg-blue{
	background-color:#62B3DE;
}
.swy-bg-lightgreen{
	background-color:#898989;
}
.swy-bg-gray{
	background-color:#efefef;
}
.swy-bg-glayh {
	background-color: #222;
}
.swy-bg-glayl {
	background-color: #efefef;
}
.swy-bg-white {
	background-color: #FFF;
}
.swy-bg-mint {
	background-color: #5dbda9;
}
.swy-bg-beige{
	background-color: #edece6;
}



/* image */
img[class*="wp-image-"] {
	height: auto;
}

.swy-img-round-corners img{
	border-radius: 5px;
}
.swy-img-round-circle img{
	border-radius: 50%;
}

.swy-img-over {
	transition: 0.2s ease-in-out;
}
.swy-img-over:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}





/* Rule */
hr{
	clear: both;
	width: 100%;
	height: 0;
	border: 0;
	border-bottom:1px solid #CCC;
	margin: 24px 0;
}

/* button */
.btn-group-center{
	clear: both;
	text-align: center;
}

.btn-group-break div{
	display: block;
	margin-bottom: 5px;
}

/* button */
.swy-btn{
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;

}
.swy-btn a{
	border:1px solid #DEDEDE;
	border-radius: 3px;
	padding: 10px 16px 10px 16px;
	display: block;
	color: #333;
	transition: background 0.4s;
	text-decoration: none;
}
.swy-btn a:hover{
	border-radius: 3px;
	padding: 10px 16px 10px 16px;
	display: block;
	color: #111;
	transition: background 0.4s;
	text-decoration: none;
}


button.btn {
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	padding: 8px 12px 8px 12px;
	transition: background 0.4s;
}
button.btn:hover{
	border-radius: 3px;
	padding: 8px 12px 8px 12px;
	transition: background 0.4s;
}



.swy-btn-xsm{
	font-size: 0.75em;
	line-height: 160%;
	padding: 6px 8px;
}
.swy-btn-xsm a{
	padding: 6px 8px;
}
.swy-btn-xsm a:hover{
	padding: 6px 8px;
}


.swy-btn-sm{
	font-size: 0.875em;
	line-height: 160%;
	padding: 8px 12px 8px 12px;
}
.swy-btn-sm a{
	padding: 8px 12px 8px 12px;
}
.swy-btn-sm a:hover{
	padding: 8px 12px 8px 12px;
}

.swy-btn-md{
	font-size: 1.25em;
	line-height: 160%;
}
.swy-btn-md a{
	padding: 14px 28px 14px 28px;
}
.swy-btn-md a:hover{
	padding: 14px 28px 14px 28px;
}

.swy-btn-lg{
	font-size: 1.8em;
	line-height: 180%;
}
.swy-btn-lg a{
	padding: 20px 40px 20px 40px;
}
.swy-btn-lg a:hover{
	padding: 20px 40px 20px 40px;
}

.swy-btn-full{
	width: 100%;
}

.swy-btn-half{
	width: 50%;
}
.swy-btn-adjust{
	display: inline-block;
}
.swy-btn-white a{
	background: #FFF;
	border:1px solid #FFF;
	color: #333;
}
.swy-btn-white a:hover{
	background: #DEDEDE;
	border:1px solid #FFF;
	color: #333;
}
.swy-btn-orange a{
	background: #f75d00 !important;
	border:1px solid #f75d00 !important;
	color: #FFF;
}
.swy-btn-orange a:hover{
	background: #CCC !important;
	border:1px solid #CCC !important;
	color: #666;
}
.swy-btn-theme a,
button.btn-theme {
	background: #FFF !important;
	border:1px solid #BBB;
	color: #555 !important;
}
.swy-btn-theme a:hover,
button.btn-theme:hover{
	background: #EFEFEF !important;
	border:1px solid #000;
	color: #000 !important;
}

.swy-btn-round-circle a,
.swy-btn-round-circle a:hover{
	border-radius: 90px;
}


.swy-btnType1,
.swy-btnType2{
	border-radius: 5px;
	color: #166a5d;
	text-align: center;
	text-decoration: none;
	transition: background 0.4s
}
/* ボタン（グレーシャドウ） */

.swy-btnType1 a{
	display: inline-block;
	border-radius: 60px;
	padding: 20px 36px 20px 36px;
	background-color: #898989;
	border:none !important;
	color: #FFF !important;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	transition: background 0.4s
}
.swy-btnType1 a:hover{
	display: inline-block;
	background-color: #CCC;
	border-radius: 60px;
	padding: 20px 36px 20px 36px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	transition: background 0.4s
}

.swy-btnType2{
	border:5px solid #47ada2;
	background-color: #f6f6f6;
	font-size: 1.0em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;

	transition: background 0.4s
}
.swy-btnType2 a{
	padding: 26px 26px 26px 26px;
	display: block;
	color: #000;
	background-color: #f6f6f6;
	text-decoration: none;
}
.swy-btnType2 a:hover{
	padding: 26px 26px 26px 26px;
	display: block;
	color: #666;
	background-color: #FFF;
	text-decoration: none;
}



/* column */
.swy-well {
	padding: 20px 30px 20px 30px;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	box-sizing: border-box;
}

.swy-well-border-no {
	border: none;
}

.swy-well-border-strong {
	border: 3px solid #DEDEDE;
}

.swy-well-lg {
	padding: 36px 36px 36px 36px;
	border-radius: 3px;
}
.swy-well-sm {
	padding: 12px;
	border-radius: 3px;
}

.swy-well-white {
	background-color: #FFF;
}

.swy-well-grayl {
	background-color: #EFEFEF;
}


.swy-well-green {
	background-color: #d0efef;
}
.swy-well-white-alpha {
	background-color: rgba(255,255,255,0.6);
	border: none;
}


.swy-well-border-no {
	border: none;
}

.swy-well-border-theme {
	border: 1px solid #898989;
}

.swy-well-border-caution {
	border: 1px solid #FF6600 !important;
}



.swy-well p:last-child {
	margin-bottom: 0 !important;
}



.swy-divider{
	border-bottom:1px solid #DEDEDE;
	color: #DEDEDE;
	padding: 0;
	margin: 0;
}
.swy-divider-sm{
	margin: 10px 0 10px 0;
}
.swy-divider-md{
	margin: 20px 0 20px 0;
}
.swy-divider-md{
	margin: 50px 0 50px 0;
}


/* 共通 */
.swy-balloon {
	display:inline-block;
	position: relative;
	border-radius:3px;
}
.swy-balloon:before {
	position: absolute;
	content: " ";
	height: 20px;
	width: 20px;
	transform: rotate(45deg);
}
.swy-balloon-inner {
	padding:1.2em 1.5em 0.6em 1.5em;
	background:#fff;
	border-radius:2px;
	/* transform z-index hack */
	transform: rotate(0deg);
}
.swy-shadow, .shadow:before {
 box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
 background:#fff;
}
/* 下中央（ぼかしなし） */
.swy-balloon-bottom:before {
 bottom: -7px;
 left: 50%;
 margin-left: -10px;
}
/* 上中央（ぼかしなし） */
.swy-balloon-top:before {
 top: -7px;
 left: 50%;
 margin-left: -10px;
}
/* 左中央（ぼかしなし） */
.swy-balloon-left:before {
 left: -7px;
 top: 50%;
 margin-top: -10px;
}
/* 右中央（ぼかしなし） */
.swy-balloon-right:before {
 right: -7px;
 top: 50%;
 margin-top: -10px;
}
/* 水平垂直距離0（ぼかし） */
.swy-shadow2, .shadow2:before {
 box-shadow: 0 0 4px rgba(0,0,0,0.2);
 background:#fff;
}
/* 下方向（ぼかしなし） */
.swy-shadow3 {
	box-shadow: 0 3px #CCC;
	background:#fff;
}
.swy-shadow3:before {
	box-shadow: 3px 3px #CCC;
	background:#fff;
	position: absolute;
	left: 4.0em;
}
/* add */
.swy-line-under-double{
}
.swy-line-under-double span{
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
	padding-bottom: 12px;
}
.swy-line-under-double span::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 2px solid #000;
}
.swy-line-under-double span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #000;
	bottom: -5px;
}


.swy-line-title-double{
	position: relative;
	clear: both;
	text-align: center;
}
.swy-line-title-double:before {
	content: "";
	display: block;
	border-top: solid 1px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 40%;
	z-index: 1;
}
.swy-line-title-double::after {
	content: "";
	display: block;
	border-top: solid 1px #000;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 60%;
	z-index: 1;
}


.swy-line-title-single{
	position: relative;
	clear: both;
	text-align: center;
}
.swy-line-title-single:before {
	content: "";
	display: block;
	border-top: solid 1px #999;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}


.swy-line-title-single span.white {
	background-color: #FFF;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.swy-line-title-single span.beige {
	background-color: #efe7e0;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.swy-line-title-single span.grayl {
	background-color: #f8f8f8;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}



/* add */


/* スクロールバー本体 */
.swy-scrollbar::-webkit-scrollbar{
	width: 5px;
	background: #9aadfc;
}
/* 横方向のスクロールバー本体 */
.swy-scrollbar::-webkit-scrollbar:horizontal{
	width: 5px;
	background: #9aadfc;
}
/* スクロールバーの動く部分 */
.swy-scrollbar::-webkit-scrollbar-thumb{
	background: #459e94;
	border-radius: 2px;
}
/* 横方向のスクロールバーの動く部分 */
.swy-scrollbar::-webkit-scrollbar-thumb:horizontal{
	background: #435295;
	border-radius: 2px;
}
/* スクロールバーの動く部分の前 */
.swy-scrollbar::-webkit-scrollbar-track-piece:start{
	background: #DDD;
}
/* スクロールバーの動く部分の後ろ */
.swy-scrollbar::-webkit-scrollbar-track-piece:end{
	background: #DDD;
}
/* スクロールバー角 */
.swy-scrollbar::-webkit-scrollbar-corner{
	background: transparent;
}


input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
input[type="button"] {
	box-sizing: border-box;
	border-radius: 0;
	padding: 6px 8px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #FFFFF5;
	border:1px solid #459e94;
	box-shadow:0px 0px 6px 3px #EFEFEF;
	border-radius:4px;
}


.swy-checkbox-input{
	display: none;
}
.swy-checkbox-label{
	padding-left: 22px;
	position:relative;
	margin-right: 20px;
}
.swy-checkbox-label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #898989;
	background-color: #898989;
	border-radius: 3px;
}
.swy-checkbox-input:checked + .checkbox-label{
	color: #898989;
}
.swy-checkbox-input:checked + .checkbox-label::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}


select.select-box {
	background-color: #EFEFEF;
	background-image: none;
	border: medium none;
	display: inline-block;
	font-size: 1.0em;
	height: 38px;
	padding: 0 24px;
	vertical-align: middle;
}




.swy-alphanumeric,
span.alphanumeric {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
}
.swy-mincho,
span.mincho {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 500 !important;
}

.swy-gothic,
span.gothic {
	font-family: 'Noto Sans JP', serif;
	font-weight: 400;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.swy-img-normal{
	max-width: 100% !important;
	height: auto !important;
}

.swy-hide_pc{
	display: none;
}

span.swy-break_pc{
	display: block;
}

/* background */
.swy-bg {
	min-width: 1140px;
}
.swy-inner-1000{
	width: 1000px;
	margin: auto; 
}
.swy-inner{
	width: 1140px;
	margin: auto; 
}
.swy-inner-900{
	width: 900px;
	margin: auto; 
}
.swy-inner-800{
	width: 800px;
	margin: auto; 
}
.swy-inner-700{
	width: 700px;
	margin: auto; 
}
.swy-inner-600{
	width: 600px;
	margin: auto; 
}
.swy-inner-500{
	width: 500px;
	margin: auto; 
}







#badge{
	position: fixed;
	top: 64%;
	right: 0px;
	z-index:999;
	text-align:right;
}





/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;
}

#main{
	position: relative;
	margin-bottom:60px;
}
#main-column1{
	width: 100%;
	position: relative;
}
#main-column2{
	float: left;
	width: 860px !important;
	position: relative;
}
#main-iframe{
	padding:20px 100px; 
	position: relative;
}
#main-column2.main-column-left{
	float: left;
	position: relative;
}
#main-column2.main-column-right{
	float: right;
	position: relative;
}



#aside{
	width: 260px;
	position: relative;
}
#aside.side-left{
	float: left;
}
#aside.side-right{
	float: right;
}

/* エディター Class
-------------------------------------------- */

.swy-edit h1{
	font-size: 2.50em;

	font-weight: 700;
	color: #333;
	letter-spacing: 2px;
	margin-bottom: 30px;
}


.swy-edit h2 {
	font-size: 2.25em;

	font-weight: 700;
	color: #333;
	line-height: 170%;
	letter-spacing: 2px;

}

.swy-edit h3 {
	font-size: 1.625em;

	color: #333;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.swy-edit h4 {
	font-size: 1.375em;
	font-weight: 700;
	color: #333;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.swy-edit h5 {
	font-size: 1.250em;
	font-weight: 700;
	color: #333;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.swy-edit h6 {
	font-size: 1.125em;
	font-weight: 700;
	color: #333;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.swy-edit p {
	font-size: 1.063em;
	color: #333;
	line-height: 190% !important;
	margin-bottom: 24px;
}

.swy-edit p.caption {
	font-size: 0.750em;
	line-height: 160%;
}

.swy-edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.swy-edit ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 16px;
}


.swy-edit ol li,
.swy-edit ul li{
	font-size: 1.063em;
	font-weight: 500;
	line-height: 170%;
	margin-bottom: 16px;
}
.swy-edit ol li:last-child,
.swy-edit ul li:last-child {
	margin-bottom: 0 !important;
}



.swy-edit dt,
.swy-edit dd{
	font-size: 1.0em;
	line-height: 190% !important;
}

.swy-edit table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
.swy-edit table th{
	padding: 12px 8px 12px 8px;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;

}
.swy-edit table td{
	padding: 12px 8px 12px 8px;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}


.swy-edit table.swy-stripe tr:nth-child(odd){
	background: #EFEFEF;
}
.swy-edit table.swy-stripe th{
	padding: 20px 15px 20px 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: top;
	font-size: 1.0em;
	font-weight: normal;
	line-height:170%;
}
.swy-edit table.swy-stripe td{
	padding: 20px 20px 20px 15px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}


.swy-edit table.swy-border{
	border: 1px solid #ddd;
}
.swy-edit table.swy-border th{
	border: 1px solid #ddd;
}
.swy-edit table.swy-border td{
	border: 1px solid #ddd;
}

.swy-edit table.swy-table-samewidth {
	table-layout: fixed !important;
}

.swy-edit table td ul li{
	font-size: 1.0em;
}

.swy-edit table p{
	font-size: 1.063em;
	margin-bottom: 18px;
	line-height:170%;
	margin-bottom: 0;
}

.swy-edit p a,
.swy-edit ol li a,
.swy-edit ul li a{
	color:#333;
	text-decoration: underline;
}
.swy-edit p a:hover,
.swy-edit ol li a:hover,
.swy-edit ul li a:hover{
	color:#898989;
	text-decoration: none;
}
.swy-edit table td a{
	color:#898989;
	text-decoration: underline;
}
.swy-edit table td a:hover{
	color:#333;
	text-decoration: none;
}

.swy-edit blockquote{
	background-color:#EFEFEF;
	padding:2.0em 1.8em 1.2em 4em;
	position:relative;
}
.swy-edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Noto Serif JP', serif;
	color:#999;
	position:absolute;
	left:8px;
	top:4px;
}
.swy-edit blockquote p{

}
.swy-edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
}
.swy-edit em{
	border: none;
	font-style: italic;
	font-weight: normal;
}

.swy-edit p.category{
	font-size: 1.3em;
	color: #529EC4;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}
.swy-edit p.category a{
	color: #529EC4;
	text-decoration: underline;
}
.swy-edit p.category a:hover{
	color: #529EC4;
	text-decoration: none;
}


/* レイアウト
-------------------------------------------- */

.swy-block1 .swy-box{
	width: 100%;
}

.swy-block2 .swy-box{
	float: left;
	width: 46%;
}
.swy-block2 .swy-box:nth-child(odd){
	clear: both;
}
.swy-block2 .swy-box:nth-child(even){
	float: right;
}

.swy-block3 .swy-box{
	float: left;
	width: 30%;
	margin-right: 4.6%;
}
.swy-block3 .swy-box:nth-child(3n) {
	float: right;
	margin-right: 0;
}
.swy-block3 .swy-box:nth-child(3n+1) {
	clear: both;
}

.swy-block4 .swy-box{
	float: left;
	width: 22%;
	margin-right: 4%;
}
.swy-block4 .swy-box:nth-child(4n) {
	float: right;
	margin-right: 0;
}
.swy-block4 .swy-box:nth-child(4n+1) {
	clear: both;
}


.swy-block5 .swy-box{
	float: left;
	width: 17%;
	margin-right: 3.7%;
}
.swy-block5 .swy-box:nth-child(5n) {
	float: right;
	margin-right: 0;
}
.swy-block5 .swy-box:nth-child(5n+1) {
	clear: both;
}

.swy-block6 .swy-box{
	float: left;
	width: 15%;
	margin-right: 2.0%;
}
.swy-block6 .swy-box:nth-child(6n) {
	float: right;
	margin-right: 0;
}
.swy-block6 .swy-box:nth-child(6n+1) {
	clear: both;
}
.swy-block60-40 .swy-box{
	float: left;
}

.swy-block80-20 .swy-box:nth-child(odd){
	clear: both;
	width: 60%;
}
.swy-block80-20 .swy-box:nth-child(even){
	float: right;
	width: 18%;
}


.swy-block60-40 .swy-box:nth-child(odd){
	clear: both;
	width: 56%;
}
.swy-block60-40 .swy-box:nth-child(even){
	float: right;
	width: 38%;
}

.swy-block50-50 .swy-box{
	float: left;
}
.swy-block50-50 .swy-box:nth-child(odd){
	clear: both;
	width: 47%;
}
.swy-block50-50 .swy-box:nth-child(even){
	float: right;
	width: 47%;
}


.swy-flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


.swy-flex .swy-box{
	box-sizing: border-box;
	position: relative;
}



.swy-flex-block1 .swy-box{
	width: 100%;
}
.swy-flex-block2 .swy-box{
	flex-basis: calc(50% - 4%);
}
.swy-flex-block3 .swy-box{
	flex-basis: calc(33% - 4%);
}
.swy-flex-block4 .swy-box{
	flex-basis: calc(25.0% - 2%);
}
.swy-flex-block5 .swy-box{
	flex-basis: calc(20% - 2%);
}
.swy-flex-block6 .swy-box{
	flex-basis: calc(16.6% - 2%);

}




.swy-column .swy-box{
	border-radius: 5px;
	background-color:rgba(244, 238, 236, 0.7) !important;
	border-radius: 10px;
}
.swy-column .swy-entry .image{
	height: 180px;
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0px 0px;
}
.swy-column .swy-entry .text{
	padding: 18px 26px 20px 26px;
}
.swy-column .swy-entry .text-middle{
	padding: 18px 26px 20px 26px;
}

.swy-column a.swy-entry-link{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.6s ease-in-out;
}
.swy-column a.swy-entry-link:hover {
	border-radius: 5px;
	background-color:rgba(204, 204, 204, 0.5) !important;
	transition: 0.6s ease-in-out;
	border-radius: 10px;
}




.swy-entry {
	position: relative;
}

.swy-entry .image{
	position: relative;
}
.swy-entry .image span.icon_genre{
	position: absolute;
	top: 0;
	left:0;
	background-color: #166A5D;
	padding: 6px 8px;
	font-size: 0.75em;
	color: #FFF;
	letter-spacing: 1px;
}
.swy-entry p:last-child{
	margin-bottom: 0 !important;
}


.swy-entry .image{
}
.swy-entry .image img{
	max-width: 100%;
	height: auto;
}

.swy-entry .image-left{
	float: left;
}

.swy-entry-image-l-10{
}
.swy-entry-image-l-10 .image{
	float: left;
	width: 12%;
}
.swy-entry-image-l-10 .text{
	float: right;
	width: 84%;
}
.swy-entry-image-r-10{
}
.swy-entry-image-r-10 .image{
	float: right;
	width: 12%;
}
.swy-entry-image-r-10 .text{
	float: left;
	width: 84%;
}

.swy-entry-image-l-20{
}
.swy-entry-image-l-20 .image{
	float: left;
	width: 16%;
}
.swy-entry-image-l-20 .text{
	float: right;
	width: 78%;
}
.swy-entry-image-r-20{
}
.swy-entry-image-r-20 .image{
	float: right;
	width: 16%;
}
.swy-entry-image-r-20 .text{
	float: left;
	width: 78%;
}

.swy-entry-image-l-30{
}
.swy-entry-image-l-30 .image{
	float: left;
	width: 26%;
}
.swy-entry-image-l-30 .text{
	float: right;
	width: 68%;
}
.swy-entry-image-r-30{
}
.swy-entry-image-r-30 .image{
	float: right;
	width: 26%;
}
.swy-entry-image-r-30 .text{
	float: left;
	width: 68%;
}

.swy-entry-image-l-40{
}
.swy-entry-image-l-40 .image{
	float: left;
	width: 36%;
}
.swy-entry-image-l-40 .text{
	float: right;
	width: 58%;
}
.swy-entry-image-r-40{
}
.swy-entry-image-r-40 .image{
	float: right;
	width: 36%;
}
.swy-entry-image-r-40 .text{
	float: left;
	width: 58%;
}

.swy-entry-image-l-50{
}
.swy-entry-image-l-50 .image{
	float: left;
	width: 48%;
}
.swy-entry-image-l-50 .text{
	float: right;
	width: 48%;
}
.swy-entry-image-r-50{
}
.swy-entry-image-r-50 .image{
	float: right;
	width: 47.5%;
}
.swy-entry-image-r-50 .text{
	float: left;
	width: 47.5%;
}




.swy-offset-95{
	width: 95%;
	margin: auto;
}
.swy-offset-90{
	width: 90%;
	margin: auto;
}
.swy-offset-80{
	width: 80%;
	margin: auto;
}
.swy-offset-70{
	width: 70%;
	margin: auto;
}
.swy-offset-60{
	width: 60%;
	margin: auto;
}
.swy-offset-50{
	width: 50%;
	margin: auto;
}
.swy-offset-40{
	width: 40%;
	margin: auto;
}
.swy-offset-30{
	width: 30%;
	margin: auto;
}
.swy-offset-20{
	width: 20%;
	margin: auto;
}
.swy-offset-10{
	width: 10%;
	margin: auto;
}

.swy-image-w-10 img{
	width: 10% !important;
	height: auto;
}
.swy-image-w-20 img{
	width: 20% !important;
	height: auto;
}
.swy-image-w-30 img{
	width: 30% !important;
	height: auto;
}
.swy-image-w-40 img{
	width: 40% !important;
	height: auto;
}
.swy-image-w-50 img{
	width: 50% !important;
	height: auto;
}
.swy-image-w-60 img{
	width: 60% !important;
	height: auto;
}
.swy-image-w-70 img{
	width: 70% !important;
	height: auto;
}
.swy-image-w-80 img{
	width: 80% !important;
	height: auto;
}
.swy-image-w-90 img{
	width: 90% !important;
	height: auto;
}


.swy-entry p.title{
	font-size: 1.125em !important;
	font-weight: 500;
	line-height: 170%;
	margin-bottom: 8px !important;
}
p.archiveTitle{
	font-size: 1.25em !important;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 170%;
	margin-bottom: 24px !important;
}




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


label{
	font-weight: bold;
	font-size:1.0em;
	letter-spacing: 1px;
	line-height: 100%;
}

.form-group{
	margin-bottom: 35px; 
}
.form-group-title{
	margin-bottom: 30px; 
	border-left: 3px solid #121212;
}
.form-title{
	font-size: 1.0em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 6px !important;
}

.field{
	width:99% !important;
	font-size:1.0em;
	height:50px !important;
	border:1px solid #CCC;

	color:#333;
}
.field-lg{
	width:96% !important;
	font-size:1.0em;
	height:50px !important;
	border:1px solid #CCC;

	color:#333;
}
.field-md{
	width:80% !important;
	font-size:1.0em !important;
	height:50px !important;
	border:1px solid #CCC !important;
	color:#333 !important;
}
.field-sm{
	width:50% !important;
	font-size:1.0em !important;
	height:50px !important;
	border:1px solid #CCC !important;
	color:#333 !important;
}
.field-xsm{
	width:24% !important;
	font-size:1.0em !important;
	height:50px !important;
	border:1px solid #CCC !important;
	color:#333 !important;
}

.field-00_140{
	width:99%;
	height:140px;
	border:1px solid #CCC;
	font-size:1.0em;
	color:#333;
}
.field-00_60{
	width:99%;
	height:60px;
	border:1px solid #CCC;
	font-size:1.0em;
	color:#333;
}

.field-number{
	width:24% !important;
	font-size:1.0em !important;
	height:34px !important;
	border:1px solid #CCC !important;
	color:#333 !important;
}



span.must {
	color:#FF3300;
	font-size:0.875em;
}




/* 記事送り
-------------------------------------------- */
.swy-entryNav{
	border-top: 1px solid #DDD;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 30px;
	text-align: center;
}




}











/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

img{
	max-width: 100%;
	height: auto;
}

.swy-hide_mob{
	display: none;
}

span.swy-break_mob{
	display: block;
}

.swy-padding-top-120-sp{
	padding-top: 120px;
}

#badge{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:9999;
}
#badge img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.swy-ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.swy-ggmap iframe,
.swy-ggmap object,
.swy-ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* パンくず
-------------------------------------------- */
#breadcrumb{
	display: none;

}



/* フレーム
-------------------------------------------- */
#contents{
	width: 100%;
	margin: auto;

}

#main{


}
#main-column1{
	width: 100%;
	position: relative;
	margin-bottom:60px;
}
#main-column2{
	width: 100%;
	position: relative;
	margin-bottom:60px;
}





/* カバー画像
-------------------------------------------- */


/* サイドカラム
-------------------------------------------- */


/* エディター Class
-------------------------------------------- */



.swy-edit h1{
	font-size: 1.625em !important;
	font-weight: 700;
	color: #333;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.swy-edit h2{
	font-size: 1.625em;
	font-weight: 700;
	color: #333;
	line-height: 170%;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.swy-edit h3 {
	font-size: 1.375em;
	font-weight: 600;
	color: #333;
	line-height: 170%;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.swy-edit h4 {
	font-size: 1.250em;
	font-weight: 600;
	color: #333;
	line-height: 170%;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.swy-edit h5 {
	font-size: 1.125em;
	font-weight: 600;
	color: #333;
	line-height: 170%;
	letter-spacing: 1px;
	margin-bottom: 14px;
}

.swy-edit h6 {
	font-size: 1.125em;
	font-weight: 600;
	color: #333;
	letter-spacing: 1px;
}

.swy-edit p {
	font-size: 1.063em;
	color: #333;
	line-height: 180% !important;
	margin-bottom: 24px;
}
.swy-edit p.no-margin {
	margin-bottom: 0 !important;
}


.swy-edit p.caption {
	font-size: 0.750em;
	line-height: 160%;
}

.swy-edit ol{
	list-style: decimal;
	padding-left: 40px;
	margin-bottom: 16px;
}
.swy-edit ul{
	margin-bottom: 16px;
}
.swy-edit ol li,
.swy-edit ul li{
	font-size: 1.063em;
	font-weight: 500;
	line-height: 170%;
	margin-bottom: 16px;
}
.swy-edit ol li:last-child,
.swy-edit ul li:last-child {
	margin-bottom: 0 !important;
}


.swy-edit table{
	width: 99%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	margin-bottom: 20px;
}
.swy-edit table th{
	padding: 10px 6px 12px 8px;
	border-bottom: 1px solid #bfbfbf;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}
.swy-edit table td{
	padding: 12px 6px 12px 8px;
	border-bottom: 1px solid #bfbfbf;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}

.swy-edit table.swy-stripe tr:nth-child(odd){
	background: #EFEFEF;
}
.swy-edit table.swy-stripe th{
	padding: 20px 15px 20px 20px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	vertical-align: top;
	font-size: 1.0em;
	font-weight: normal;
	line-height:170%;
}
.swy-edit table.swy-stripe td{
	padding: 20px 20px 20px 15px;
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
}

.swy-edit table.swy-border{
	border: 1px solid #ddd;
}
.swy-edit table.swy-border th{
	border: 1px solid #ddd;
}
.swy-edit table.swy-border td{
	border: 1px solid #ddd;
}

.swy-edit .swy-table-scroll {
  	width: 100%;
    overflow-x: auto;
   -webkit-overflow-scrolling: touch;
}
.swy-edit table.swy-fix {
}
.swy-edit table.swy-fix th{
	white-space: nowrap;
}


.swy-edit table td ul li{
	font-size: 1.063em;
}

.swy-edit table p{
	font-size: 1.063em;
	margin-bottom: 16px;
	line-height: 170%;
	margin-bottom: 0;
}

.swy-edit p a,
.swy-edit ol li a,
.swy-edit ul li a{
	color:#333;
	text-decoration: underline;
}
.swy-edit p a:hover,
.swy-edit ol li a:hover,
.swy-edit ul li a:hover{
	color:#898989;
	text-decoration: none;
}
.swy-edit table td a{
	color:#898989;
	text-decoration: underline;
}
.swy-edit table td a:hover{
	color:#333;
	text-decoration: none;
}

.swy-edit blockquote{
	background-color:#EFEFEF;
	padding:2.0em 1.8em 1.2em 4em;
	position:relative;
}
.swy-edit blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1.0em;
	font-family: 'Noto Serif JP', serif;
	color:#999;
	position:absolute;
	left:8px;
	top:4px;
}
.swy-edit blockquote p{

}
.swy-edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
}
.swy-edit em{
	border: none;
	font-style: italic;
	font-weight: normal;
}

.swy-edit p.category{
	font-size: 1.3em;
	color: #529EC4;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
}
.swy-edit p.category a{
	color: #529EC4;
	text-decoration: underline;
}
.swy-edit p.category a:hover{
	color: #529EC4;
	text-decoration: none;
}


/* レイアウト
-------------------------------------------- */


.swy-flex{
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.swy-flex .swy-box{
	box-sizing: border-box;
	position: relative;
}

.swy-flex-block1-sp .swy-box{
	width: 100%;
}
.swy-flex-block2-sp .swy-box{
	flex-basis: calc(46% - 4%);
}
.swy-flex-block3-sp .swy-box{
	flex-basis: calc(30% - 4%);
}
.swy-flex-block4-sp .swy-box{
	flex-basis: calc(26.5% - 4%);
}
.swy-flex-block5-sp .swy-box{
	flex-basis: calc(17% - 4%);
}
.swy-flex-block6-sp .swy-box{
	flex-basis: calc(15% - 2%);

}

.swy-column .swy-box{
	border-radius: 5px;
	background-color: #f5f5f5;
}
.swy-column .swy-entry .image{
	overflow: hidden;
	position: relative;
}

.swy-column .swy-entry .text .content{
	padding: 20px 24px 20px 0;
}

.swy-column a.swy-entry-link{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.6s ease-in-out;
}
.swy-column a.swy-entry-link:hover {
	border-radius: 5px;
	background-color:rgba(204, 204, 204, 0.5) !important;
	transition: 0.6s ease-in-out;
}




.swy-block1-sp .swy-box{
	width: 100% !important;
}

.swy-block2-sp .swy-box{
	float: left;
	width: 48%;
}
.swy-block2-sp .swy-box:nth-child(odd){
	clear: both;
}
.swy-block2-sp .swy-box:nth-child(even){
	float: right;
}

.swy-block3-sp .swy-box{
	float: left !important;
	width: 30% !important;
	margin-right: 4.6%;
}
.swy-block3-sp .swy-box:nth-child(3n) {
	float: right !important;
	margin-right: 0;
}

.swy-block5 .swy-box{
}
.swy-block5 .swy-box:nth-child(5n) {
}

.swy-block6-sp .swy-box{
	float: left;
	width: 47%;
}
.swy-block6-sp .swy-box:nth-child(odd){
	clear: both;
}
.swy-block6-sp .swy-box:nth-child(even){
	float: right;
}


.swy-entry .image img{
	width: 100%;
	height: auto;
}

.swy-entry-image-100-sp{
	width: 100% !important;
}
.swy-entry-image-100-sp .image{
	float: left;
	width: 26%;
}
.swy-entry-image-100-sp .text{
	float: right;
	width: 68%;
}

.swy-entry-image-l-10-sp{
}
.swy-entry-image-l-10-sp .image{
	float: left;
	width: 12%;
}
.swy-entry-image-l-10-sp .text{
	float: right;
	width: 84%;
}
.swy-entry-image-r-10-sp{
}
.swy-entry-image-r-10-sp .image{
	float: right;
	width: 12%;
}
.swy-entry-image-r-10-sp .text{
	float: left;
	width: 84%;
}

.swy-entry-image-l-20-sp{
}
.swy-entry-image-l-20-sp .image{
	float: left;
	width: 16%;
}
.swy-entry-image-l-20-sp .text{
	float: right;
	width: 78%;
}
.swy-entry-image-r-20-sp{
}
.swy-entry-image-r-20-sp .image{
	float: right;
	width: 16%;
}
.swy-entry-image-r-20-sp .text{
	float: left;
	width: 78%;
}

.swy-entry-image-l-30-sp{
	margin-bottom: 2.0em;
}
.swy-entry-image-l-30-sp .image{
	float: left;
	width: 26%;
}
.swy-entry-image-l-30-sp .text{
	float: right;
	width: 68%;
}
.swy-entry-image-r-30-sp{
}
.swy-entry-image-r-30-sp .image{
	float: right;
	width: 26%;
}
.swy-entry-image-r-30-sp .text{
	float: left;
	width: 68%;
}

.swy-entry-image-l-40-sp{
	margin-bottom: 2.0em;
}
.swy-entry-image-l-40-sp .image{
	float: left;
	width: 36%;
}
.swy-entry-image-l-40-sp .text{
	float: right;
	width: 58%;
}
.swy-entry-image-r-40-sp{
}
.swy-entry-image-r-40-sp .image{
	float: right;
	width: 36%;
}
.swy-entry-image-r-40-sp .text{
	float: left;
	width: 58%;
}

.swy-entry-image-l-50-sp{
	margin-bottom: 2.0em;
}
.swy-entry-image-l-50-sp .image{
	float: left;
	width: 48%;
}
.swy-entry-image-l-50-sp .text{
	float: right;
	width: 48%;
}
.swy-entry-image-r-50-sp{
}
.swy-entry-image-r-50-sp .image{
	float: right;
	width: 48%;
}
.swy-entry-image-r-50-sp .text{
	float: left;
	width: 48%;
}



.swy-no-offset-sp{
	width: 100%;
	margin: auto;
}
.swy-offset-90-sp{
	width: 90%;
	margin: auto;
}
.swy-offset-80-sp{
	width: 80%;
	margin: auto;
}
.swy-offset-70-sp{
	width: 70%;
	margin: auto;
}
.swy-offset-60-sp{
	width: 60%;
	margin: auto;
}
.swy-offset-50-sp{
	width: 50%;
	margin: auto;
}
.swy-offset-40-sp{
	width: 40%;
	margin: auto;
}
.swy-offset-30-sp{
	width: 30%;
	margin: auto;
}
.swy-offset-20-sp{
	width: 20%;
	margin: auto;
}
.swy-offset-10-sp{
	width: 10%;
	margin: auto;
}



.swy-image-w-10-sp img{
	width: 10% !important;
	height: auto;
}
.swy-image-w-20-sp img{
	width: 20% !important;
	height: auto;
}
.swy-image-w-30-sp img{
	width: 30% !important;
	height: auto;
}
.swy-image-w-40-sp img{
	width: 40% !important;
	height: auto;
}
.swy-image-w-50-sp img{
	width: 50% !important;
	height: auto;
}
.swy-image-w-60-sp img{
	width: 60% !important;
	height: auto;
}
.swy-image-w-70-sp img{
	width: 70% !important;
	height: auto;
}
.swy-image-w-80-sp img{
	width: 80% !important;
	height: auto;
}
.swy-image-w-90-sp img{
	width: 90% !important;
	height: auto;
}


.swy-entry p.title{
	font-size: 1.125em !important;
	font-weight: 500;
	line-height: 170%;
	margin-bottom: 8px !important;
}
p.archiveTitle{
	font-size: 1.375em !important;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 170%;
	margin-bottom: 24px !important;
}





/* 記事送り
-------------------------------------------- */
.swy-entryNav{
	border-top: 1px solid #DDD;
	margin-top: 50px;
	padding-top: 40px;
}





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

.swy-inner-sp{
	width: 88%;
	margin: auto; 
}

label{
	font-weight: bold;
	margin-bottom: 0; 
	font-size:1.0em;
	letter-spacing: 1px;
	line-height: 120%;
}



.form-group{
	margin-bottom: 30px; 
}
.form-group-title{
	margin-bottom: 30px; 
	border-left: 3px solid #121212;
}
.form-title{
	font-size: 1.0em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 6px !important;
}


.field{
	width:99% !important;
	font-size:1.0em !important;
	height:46px !important;
	border:1px solid #CCC !important;

	color:#333;
}
.field-lg{
	width:96% !important;
	font-size:1.0em !important;
	height:46px !important;
	border:1px solid #CCC !important;

	color:#333;
}
.field-md{
	width:80% !important;
	font-size:1.0em !important;
	height:46px !important;
	border:1px solid #CCC !important;
;
	color:#333;
}
.field-sm{
	width:50% !important;
	font-size:1.0em !important;
	height:46px !important;
	border:1px solid #CCC !important;

	color:#333;
}
.field-xsm{
	width:24% !important;
	font-size:1.0em !important;
	height:46px !important;
	border:1px solid #CCC !important;

	color:#333;
}

.field-00_140{
	width:99%;
	height:140px;
	border:1px solid #CCC;
	font-size:1.0em;
	color:#333;
}
.field-00_60{
	width:99%;
	height:60px;
	border:1px solid #CCC;
	font-size:1.0em;
	color:#333;
}

.field-number{
	width:24% !important;
	font-size:1.0em !important;
	height:34px !important;
	border:1px solid #CCC !important;
	color:#333 !important;
}






}




/*----------------------------------------
　WP
-------------------------------------------*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 6px;
	margin-bottom: 24px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-top: 6px;
	margin-bottom: 20px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
	margin-bottom: 20px;
}
img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0.5em;
}
.wp-caption {
	border: none;
	margin-bottom: 1.625em;
	font-size: 0.8em;
}
.wp-caption img {
	display: block;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	margin: 5px 0 2px 0 !important;
	position: relative;
	text-align: left;
	line-height:120%;
}

a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #efefef;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}
/* Images */
img[class*="wp-image-"] {
	height: auto;
}



.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}

.padding-bottom-2 {
	padding-bottom: 2px !important;
}
.padding-bottom-3 {
	padding-bottom: 3px !important;
}
.padding-bottom-4 {
	padding-bottom: 4px !important;
}
.padding-bottom-5 {
	padding-bottom: 5px !important;
}
.padding-bottom-6 {
	padding-bottom: 6px !important;
}
.padding-bottom-8 {
	padding-bottom: 8px !important;
}
.padding-bottom-10 {
	padding-bottom: 10px !important;
}
.padding-bottom-15 {
	padding-bottom: 15px !important;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-bottom-25 {
	padding-bottom: 20px !important;
}
.padding-bottom-35 {
	padding-bottom: 35px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
.padding-bottom-45 {
	padding-bottom: 45px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
.padding-bottom-70 {
	padding-bottom: 70px !important;
}
.padding-bottom-80 {
	padding-bottom: 80px !important;
}
.padding-bottom-90 {
	padding-bottom: 90px !important;
}
.padding-bottom-100 {
	padding-bottom: 100px !important;
}

.padding-top-2 {
	padding-top: 2px !important;
}
.padding-top-3 {
	padding-top: 3px !important;
}
.padding-top-4 {
	padding-top: 4px !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-6 {
	padding-top: 6px !important;
}
.padding-top-8 {
	padding-top: 8px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 20px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}
.padding-top-70 {
	padding-top: 70px !important;
}
.padding-top-80 {
	padding-top: 80px !important;
}
.padding-top-90 {
	padding-top: 90px !important;
}
.padding-top-100 {
	padding-top: 100px !important;
}

.padding-right-2 {
	padding-right: 2px !important;
}
.padding-right-3 {
	padding-right: 3px !important;
}
.padding-right-4 {
	padding-right: 4px !important;
}
.padding-right-5 {
	padding-right: 5px !important;
}
.padding-right-6 {
	padding-right: 6px !important;
}
.padding-right-8 {
	padding-right: 8px !important;
}
.padding-right-10 {
	padding-right: 10px !important;
}
.padding-right-15 {
	padding-right: 15px !important;
}
.padding-right-20 {
	padding-right: 20px !important;
}
.padding-right-25 {
	padding-right: 20px !important;
}
.padding-right-35 {
	padding-right: 35px !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.padding-right-40 {
	padding-right: 40px !important;
}
.padding-right-45 {
	padding-right: 45px !important;
}
.padding-right-50 {
	padding-right: 50px !important;
}
.padding-right-60 {
	padding-right: 60px !important;
}
.padding-right-70 {
	padding-right: 70px !important;
}
.padding-right-80 {
	padding-right: 80px !important;
}
.padding-right-90 {
	padding-right: 90px !important;
}
.padding-right-100 {
	padding-right: 100px !important;
}

.padding-left-2 {
	padding-left: 2px !important;
}
.padding-left-3 {
	padding-left: 3px !important;
}
.padding-left-4 {
	padding-left: 4px !important;
}
.padding-left-5 {
	padding-left: 5px !important;
}
.padding-left-6 {
	padding-left: 6px !important;
}
.padding-left-8 {
	padding-left: 8px !important;
}
.padding-left-10 {
	padding-left: 10px !important;
}
.padding-left-15 {
	padding-left: 15px !important;
}
.padding-left-20 {
	padding-left: 20px !important;
}
.padding-left-25 {
	padding-left: 20px !important;
}
.padding-left-35 {
	padding-left: 35px !important;
}
.padding-left-30 {
	padding-left: 30px !important;
}
.padding-left-40 {
	padding-left: 40px !important;
}
.padding-left-45 {
	padding-left: 45px !important;
}
.padding-left-50 {
	padding-left: 50px !important;
}
.padding-left-60 {
	padding-left: 60px !important;
}
.padding-left-70 {
	padding-left: 70px !important;
}
.padding-left-80 {
	padding-left: 80px !important;
}
.padding-left-90 {
	padding-left: 90px !important;
}
.padding-left-100 {
	padding-left: 100px !important;
}



.margin-top-2 {
	margin-top: 2px !important;
}
.margin-top-3 {
	margin-top: 3px !important;
}
.margin-top-4 {
	margin-top: 4px !important;
}
.margin-top-5 {
	margin-top: 5px !important;
}
.margin-top-6 {
	margin-top: 6px !important;
}
.margin-top-8 {
	margin-top: 8px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-12 {
	margin-top: 15px !important;
}
.margin-top-15 {
	margin-top: 15px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-25 {
	margin-top: 20px !important;
}
.margin-top-35 {
	margin-top: 35px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-top-45 {
	margin-top: 45px !important;
}
.margin-top-50 {
	margin-top: 50px !important;
}
.margin-top-60 {
	margin-top: 60px !important;
}
.margin-top-70 {
	margin-top: 70px !important;
}
.margin-top-80 {
	margin-top: 80px !important;
}
.margin-top-90 {
	margin-top: 90px !important;
}
.margin-top-100 {
	margin-top: 100px !important;
}

.margin-bottom-2 {
	margin-bottom: 2px !important;
}
.margin-bottom-3 {
	margin-bottom: 3px !important;
}
.margin-bottom-4 {
	margin-bottom: 4px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-6 {
	margin-bottom: 6px !important;
}
.margin-bottom-8 {
	margin-bottom: 8px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 20px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-45 {
	margin-bottom: 45px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-70 {
	margin-bottom: 70px !important;
}
.margin-bottom-80 {
	margin-bottom: 80px !important;
}
.margin-bottom-90 {
	margin-bottom: 90px !important;
}
.margin-bottom-100 {
	margin-bottom: 100px !important;
}


.margin-right-2 {
	margin-right: 2px !important;
}
.margin-right-3 {
	margin-right: 3px !important;
}
.margin-right-4 {
	margin-right: 4px !important;
}
.margin-right-5 {
	margin-right: 5px !important;
}
.margin-right-6 {
	margin-right: 6px !important;
}
.margin-right-8 {
	margin-right: 8px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-right-15 {
	margin-right: 15px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-right-25 {
	margin-right: 20px !important;
}
.margin-right-35 {
	margin-right: 35px !important;
}
.margin-right-30 {
	margin-right: 30px !important;
}
.margin-right-40 {
	margin-right: 40px !important;
}
.margin-right-45 {
	margin-right: 45px !important;
}
.margin-right-50 {
	margin-right: 50px !important;
}
.margin-right-60 {
	margin-right: 60px !important;
}
.margin-right-70 {
	margin-right: 70px !important;
}
.margin-right-80 {
	margin-right: 80px !important;
}
.margin-right-90 {
	margin-right: 90px !important;
}
.margin-right-100 {
	margin-right: 100px !important;
}


.margin-left-2 {
	margin-left: 2px !important;
}
.margin-left-3 {
	margin-left: 3px !important;
}
.margin-left-4 {
	margin-left: 4px !important;
}
.margin-left-5 {
	margin-left: 5px !important;
}
.margin-left-6 {
	margin-left: 6px !important;
}
.margin-left-8 {
	margin-left: 8px !important;
}
.margin-left-10 {
	margin-left: 10px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-left-25 {
	margin-left: 20px !important;
}
.margin-left-35 {
	margin-left: 35px !important;
}
.margin-left-30 {
	margin-left: 30px !important;
}
.margin-left-40 {
	margin-left: 40px !important;
}
.margin-left-45 {
	margin-left: 45px !important;
}
.margin-left-50 {
	margin-left: 50px !important;
}
.margin-left-60 {
	margin-left: 60px !important;
}
.margin-left-70 {
	margin-left: 70px !important;
}
.margin-left-80 {
	margin-left: 80px !important;
}
.margin-left-90 {
	margin-left: 90px !important;
}
.margin-left-100 {
	margin-left: 100px !important;
}



.mw_wp_form input.submit{
	text-align:center;
	background-color: #898989;
	border:1px solid #898989;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	font-size: 1.125em;
	color: #fff;
	cursor:pointer;
}
.mw_wp_form input.submit:hover {
	border:1px solid #CCC;
	border-radius: 3px;
	background-color: #CCC;
	color: #000;
}
.mw_wp_form input.non-submit{
	background-color: #DDD;
	border:1px solid #DDD;
	border-radius: 3px;
	padding: 1.0em 1.4em;
	margin: auto;
	font-size: 1.125em;
	color: #000;
	cursor:pointer;
}
.mw_wp_form input.non-submit:hover {
	border:1px solid #DDD;
	border-radius: 3px;
	background-color: #999;
	color: #FFF;
}

p.error_text{
	font-size: 1.0;
	font-weight: bold;
	color: #FF3300;

}
