@charset "UTF-8";

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


.sw-block1::after,
.sw-block2::after,
.sw-block3::after,
.sw-block4::after,
.sw-block5::after,
.sw-block6::after,
.sw-block7::after,
.sw-block12::after,
.sw-block50-50::after,
.sw-block60-40::after {
	content: "";
	display: block;
	clear: both;
}

.sw-block1-sp::after,
.sw-block2-sp::after,
.sw-block3-sp::after,
.sw-block4-sp::after,
.sw-block5-sp::after,
.sw-block6-sp::after,
.sw-block60-40-sp::after {
	content: "";
	display: block;
	clear: both;
}

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



/* margin（上下） */


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

.sw-padding-tb-30_10 {
	padding: 30px 0 10px 0 !important;
}
.sw-padding-tb-10_30 {
	padding: 10px 0 30px 0 !important;
}

.sw-padding-tb-40_10 {
	padding: 40px 0 10px 0 !important;
}
.sw-padding-tb-40_20 {
	padding: 40px 0 20px 0 !important;
}

.sw-padding-tb-10_40 {
	padding: 10px 0 40px 0 !important;
}
.sw-padding-tb-20_40 {
	padding: 20px 0 40px 0 !important;
}


.sw-padding-lg {
	padding: 18px 28px !important;
}
.sw-padding-md {
	padding: 14px 22px !important;
}
.sw-padding-sm {
	padding: 6px 16px !important;
}



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

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

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

.sw-text-strong{
	font-weight: bold;
}
.sw-text-strong100{
	font-weight: 100;
}
.sw-text-strong300{
	font-weight: 300;
}
.sw-text-strong400{
	font-weight: 400;
}
.sw-text-strong500{
	font-weight: 500;
}
.sw-text-strong700{
	font-weight: 700;
}
.sw-text-strong900{
	font-weight: 900;
}

/* text highlight */
span.text-em{
	border-bottom: 2px solid #849fcd;
	padding-bottom: 2px;
}
span.text-em-yellow{
	padding-bottom: 2px;
	border-bottom: 4px solid #FFFF00;
	padding-bottom: 5px;
}
span.text-marker-yellow{
	background: linear-gradient(transparent 60%, #fff4c9 60%);
}


/* text link */
.sw-edit a {
	color:#849fcd !important;
	text-decoration: none !important;
	transition : all 0.5s ease 0s !important;
}
.sw-edit a:hover {
	color: #293064 !important;
	text-decoration: underline !important;
}


/* text link */
a {
	color:#293064;
	text-decoration: underline;
	transition : all 0.5s ease 0s;
}
a:hover {
	color: #849fcd;
	text-decoration: none;
}

a.sw-line-none {
	color:#333 !important;
	text-decoration: none !important;
}
a:hover.sw-line-none{
	color: #849fcd !important;
	text-decoration: underline !important;
}

a.sw-line-dot{
	text-decoration:none !important;
	border-bottom:1px dotted #333;
	padding-bottom: 3px;
}
a:hover.sw-line-dot{
	border-bottom:1px solid #849fcd;
	text-decoration:none !important;
}

a.sw-color-theme{
	color:#293064 !important;
	text-decoration: none !important;
}
a:hover.sw-color-theme{
	color:#293064 !important;
	text-decoration: underline !important;
}

a.sw-color-accent{
	color:#849fcd !important;
	text-decoration: none !important;
}
a:hover.sw-color-accent{
	color:#293064 !important;
	text-decoration: underline !important;
}


a.sw-color-black{
	color:#000 !important;
	text-decoration: none;
}
a:hover.sw-color-black{
	color:#849fcd !important;
	text-decoration: none;
}

a.sw-color-white{
	color:#FFF !important;
	text-decoration: none;
}
a:hover.sw-color-white{
	color:#849fcd !important;
	text-decoration: none;
}

/* background color */
.sw-text-theme{
	color: #849fcd !important;
}
.sw-text-accent:{
	color: #999900 !important;
}
.sw-text-white{
	color: #FFF !important;
}
.sw-text-black{
	color: #000 !important;
}
.sw-text-gray{
	color: #777 !important;
}
.sw-text-grayh{
	color: #333 !important;
}
.sw-text-grayl{
	color: #EFEFEF !important;
}


.sw-bg-theme{
	background-color:#849fcd;
}
.sw-bg-gray{
	background-color:#CCC;
}
.sw-bg-grayh {
	background-color: #333;
}
.sw-bg-grayl {
	background-color: #F8F8F8;
}
.sw-bg-white {
	background-color: #FFF;
}
.sw-bg-beige{
	background-color: #fff6ec;
}

.sw-bg-dot {
	background-image:url(/images/common/bg_dot.png);
	width: 100%;
	position: relative;
}

.sw-bg-layer{
	position: relative;
	z-index: 0;
}
.sw-bg-layer-black10:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
}
.sw-bg-layer-black20:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.sw-bg-layer-black30:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.sw-bg-layer-black40:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.sw-bg-layer-black50:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.sw-bg-layer-black60:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.sw-bg-layer-black70:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.sw-bg-layer-black80:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
}
.sw-bg-layer-black90:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}

.sw-bg-layer-white10:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
}
.sw-bg-layer-white20:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
}
.sw-bg-layer-white30:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.3);
}
.sw-bg-layer-white40:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
}
.sw-bg-layer-white50:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}
.sw-bg-layer-white60:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
}
.sw-bg-layer-white70:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
}
.sw-bg-layer-white80:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
}
.sw-bg-layer-white90:after{
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
}






.sw-bg-layer .sw-box{
	position: relative;
	z-index: 100;
}

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

.sw-img-round-corners img{
	border-radius: 5px;
}
.sw-img-round-corners10 img{
	border-radius: 10px;
}
.sw-img-round-corners-10 img{
	border-radius: 10px;
}
.sw-img-round-corners-15 img{
	border-radius: 15px;
}
.s
.sw-img-round-corners-20 img{
	border-radius: 20px;
}
.sw-img-round-corners-30 img{
	border-radius: 30px;
}
.sw-img-round-circle img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.sw-img-over {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.sw-img-over:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.sw-img-border {
	border:1px solid #EFEFEF;
}

.sw-img-blur {
	-webkit-filter: blur(10px);
	filter: blur(30px);
	margin: -10px;
	width: calc(100% + 20px);
}

.sw-img-wrap{
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}
.sw-img-wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.sw-img-wrap:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}


.sw-img-frame {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}

.sw-img-frame:before,
.sw-img-frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 77px;
	height: 30px;
	background: #fff; /* 背景色 */
	transform: rotate(-45deg);
}
/* 左上 */
.sw-img-frame:before {

	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
/* 右下 */
.sw-img-frame:after {

	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}



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


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

.sw-btn{
	font-size: 1.0em;
	line-height: 160%;
	text-align: center;
	display: inline-block;
}
.sw-btn a{
	display: block;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 22px;
	color: #333 !important;
	text-decoration: none !important;
}
.sw-btn a:hover{
	display: block;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	background-color: #EFEFEF;
	padding: 10px 22px;
	color: #000 !important;
	text-decoration: none !important;
}

.sw-btn-xxsm{
	font-size: 0.75em;
	line-height: 160%;
}
.sw-btn-xxsm a{
	padding: 3px 8px;
}
.sw-btn-xxsm a:hover{
	padding: 3px 8px;
}


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

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

.sw-btn-md{
	font-size: 1.125em;
	line-height: 160%;
}
.sw-btn-md a{
	padding: 14px 30px;
}
.sw-btn-md a:hover{
	padding: 14px 30px;
}

.sw-btn-lg{
	font-size: 1.375em;
	line-height: 180%;
}
.sw-btn-lg a{
	padding: 18px 50px;
}
.sw-btn-lg a:hover{
	padding: 18px 50px;
}


.sw-btn-xlg{
	font-size: 1.75em;
	line-height: 180%;
}
.sw-btn-xlg a{
	padding: 24px 64px;
}
.sw-btn-xlg a:hover{
	padding: 24px 64px;
}



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

.sw-btn-half{
	width: 50%;
}




.sw-btn-theme a,
.sw-inputbtn-theme{
	background: #849fcd !important;
	border:1px solid #849fcd !important;
	color: #FFF !important;
}
.sw-btn-theme a:hover,
.sw-inputbtn-theme:hover{
	background: #EFEFEF !important;
	border:1px solid #EFEFEF !important;
	color: #333 !important;
}

.sw-btn-accent a,
.sw-inputbtn-accent{
	background: #293064 !important;
	border:1px solid #293064 !important;
	color: #FFF !important;
}
.sw-btn-accent a:hover,
.sw-inputbtn-accent:hover{
	background: #EFEFEF !important;
	border:1px solid #EFEFEF !important;
	color: #333 !important;
}

.sw-btn-white a,
.sw-inputbtn-white{
	background: #fff;
	border:1px solid #DEDEDE;
	color: #333;
}
.sw-btn-white a:hover,
.sw-inputbtn-white:hover{
	background: #EFEFEF;
	border:1px solid #EFEFEF;
	color: #333;
}
.sw-btn-black a,
.sw-inputbtn-black{
	background: #222;
	border:1px solid #222;
	color: #FFF;
}
.sw-btn-black a:hover,
.sw-inputbtn-black:hover{
	background: #EFEFEF;
	border:1px solid #EFEFEF;
	color: #333;
}
.sw-btn-red a,
.sw-inputbtn-red{
	background: #da4a37;
	border:1px solid #da4a37;
	color: #FFF;
}
.sw-btn-red a:hover,
.sw-inputbtn-red:hover{
	background: #EFEFEF;
	border:1px solid #EFEFEF;
	color: #333;
}
.sw-btn-orange a,
.sw-inputbtn-orange{
	background: #f75d00 !important;
	border:1px solid #f75d00 !important;
	color: #FFF;
}
.sw-btn-orange a:hover,
.sw-inputbtn-orange:hover{
	background: #EFEFEF !important;
	border:1px solid #EFEFEF !important;
	color: #333;
}

.sw-btn-orange a:hover,
.sw-inputbtn-orange:hover{
	background: #EFEFEF !important;
	border:1px solid #EFEFEF !important;
	color: #333;
}



button.sw-inputbtn {
	font-size: 1.0em;
	line-height: 160%;
	text-align: center;
	cursor: pointer;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	padding: 10px 22px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
button.sw-inputbtn:hover{
	border:1px solid #DEDEDE;
	background-color: #F8F8F8;
	border-radius: 3px;
	padding: 10px 22px;
	color: #000;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}




.sw-inputbtn-xsm{
	font-size: 0.75em !important;
	padding: 6px 16px !important;
}
.sw-inputbtn-xsm:hover{
	padding: 6px 16px !important;
}

.sw-inputbtn-sm{
	font-size: 0.875em !important;
	padding: 8px 20px !important;
}
.sw-inputbtn-sm:hover{
	padding: 8px 20px !important;
}

.sw-inputbtn-md{
	font-size: 1.125em !important;
	padding: 14px 30px !important;
}
.sw-inputbtn-md:hover{
	padding: 14px 30px !important;
}

.sw-inputbtn-lg{
	font-size: 1.375em !important;
	padding: 18px 50px !important;
}
.sw-inputbtn-lg:hover{
	padding: 18px 50px !important;
}



.sw-btnType1,
.sw-btnType2{
	display: inline-block;
	color: #333;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s
}
.sw-btnType1 a{
	display: block;
	background-color:#849fcd;
	border-radius: 3px;
	padding: 20px 30px;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s
}
.sw-btnType1 a:hover{
	display: block;
	background:#F8F8F8;
	border-radius: 3px;
	padding: 20px 30px;
	color: #000;
	text-decoration: none;
}
.sw-btnType2 a{
	display: block;
	background-color: #FFF;
	border:2px solid #000;
	padding: 20px 30px;
	color: #000;
	text-decoration: none;
}
.sw-btnType2 a:hover{
	display: block;
	background-color: #F8F8F8;
	border:2px solid #849fcd;
	padding: 20px 30px;
	color: #849fcd;
	text-decoration: none;
}



/* column */
.sw-well {
	padding: 22px 28px 22px 28px;
	border: 1px solid #DEDEDE;
	border-radius: 3px;

}

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

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

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

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



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

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

.sw-well-border-top {
	border-top: 3px solid #849fcd;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}


.sw-well-border-orange {
	border: 1px solid #849fcd;
}

.sw-well-border-grey {
	border: 1px solid #CCC;
}


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



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


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


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

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


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



.sw-bg-title-theme span.theme {
	color: #FFF !important;
	background-color: #849fcd;
	padding: 14px 20px;
	position: relative;
	z-index: 1;
}

.sw-bg-title-black span.black {
	color: #FFF !important;
	background-color: #3F3F3F;
	padding: 14px 20px;
	position: relative;
	z-index: 1;
}





ul.sw-meta li{
	font-size: 0.813em !important;
	color: #AAA;
}

ul.sw-meta li a{
	color: #AAA !important;
	text-decoration: none !important;
}
ul.sw-meta li a:hover{
	color: #849fcd !important;
	text-decoration: underline !important;
}



ul.sw-meta.sw-meta-horizon li{
	float: left;
	margin-right: 20px;
}
ul.sw-meta.sw-meta-vertical li{
	margin-bottom: 12px !important;
}


ul.sw-liststyle-circle{

}

ul.sw-liststyle-circle li:before{
	font-family: FontAwesome;
	content : "\f111";
	padding-right: 8px;
	color: #849fcd;
}



.sw-divider{
	border-bottom:1px solid #DEDEDE;
	color: #DEDEDE;
}
.sw-divider-sm{
	margin: 10px 0 10px 0 !important;
}
.sw-divider-md{
	margin: 18px 0 18px 0 !important;
}
.sw-divider-lg{
	margin: 36px 0 36px 0 !important;
}


/* add */



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


input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
input[type="button"] {

	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
input[type="text"]:focus,
input[type="tel"]: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;
}


.sw-checkbox-input{
	display: none;
}
.sw-checkbox-label{
	padding-left: 22px;
	position:relative;
	margin-right: 20px;
}
.sw-checkbox-label::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #849fcd;
	background-color: #849fcd;
	border-radius: 3px;
}
.sw-checkbox-input:checked + .checkbox-label{
	color: #849fcd;
}
.sw-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;
	width: 100%;
	font-size: 1.0em;
	height: 40px;
	padding: 0 12px;
	vertical-align: middle;
}

#form select,
.form-group select {
	background-color: #EFEFEF;
	background-image: none;
	border: medium none;
	display: inline-block;
	width: 100%;
	font-size: 1.0em;
	height: 40px;
	padding: 0 12px;
	vertical-align: middle;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form input[type="date"],
#form input[type="number"] {
	width:90% !important;
	font-size:1.0em !important;
	height:40px !important;
	border:1px solid #CCC !important;
	background-color: #EFEFEF !important;
	color:#333 !important;
}
#form textarea {
	width:99% !important;
	height:140px !important;
	border:1px solid #CCC !important;
	font-size:1.0em !important;
	color:#333 !important;
}


:placeholder-shown {
	font-size: 0.938em;
	color: #999; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	font-size: 1.0em;
	color: #999999; }
/* Firefox 18- */
:-moz-placeholder {
	font-size: 1.0em;
	color: #999; opacity: 1; }
/* Firefox 19+ */
::-moz-placeholder {
	font-size: 1.0em;
	color: #999; opacity: 1; }
/* IE 10+ */
:-ms-input-placeholder {
	font-size: 1.0em;
	color: #999; }




.sw-alphanumeric,
span.sw-alphanumeric {
	font-family: 'Cormorant Garamond', serif !important;

}
.sw-mincho,
span.sw-mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.sw-gothic,
span.sw-gothic {
	font-family: 'Noto Sans JP' !important;
	font-weight: 400;
}

.sw-capitalize,
span.sw-capitalize {
	text-transform: capitalize;
}
.sw-uppercase,
span.sw-uppercase {
	text-transform: uppercase;
}
.sw-lowercase,
span.sw-lowercase {
	text-transform: lowercase;
}

span.icon_category{
	background-color: #849fcd;
	padding: 4px 8px;
	font-size: 0.625em;
	color: #FFF;
	line-height: 160%;
}


.sw-float-left{
	float: left;
}
.sw-float-right{
	float: right;
}



.pager:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager {
	zoom: 1;
}
.pager {
	width: 100% !important;
	text-align: center;
	padding: 0 0 0 0;
}
.pager .current,
.pager .pages{
	font-size: 1.0em;
	color: #000;
	padding: 10px 14px 10px 14px;
	border: none;
	margin-right: 6px;
	line-height: 500%;
}
	@media screen and (max-width: 768px){
		.pager {
			zoom: 82%;
			white-space: nowrap;
		}

		.pager span.pages{
			display: block;
			line-height: 100% !important;
		}
	}
@media screen and (max-width: 768px){
	.pager span.pages{
		display: block;
		line-height: 100% !important;
	}
}
.pager span.current{
	border: #849fcd solid 1px !important;
	background-color:#849fcd !important;
	color: #FFF;
}
.pager a{
	padding: 10px 14px 10px 14px !important;
	border: #DDD solid 1px;
	margin-right: 6px;
	text-decoration: none !important;
}
.pager a:hover{
	padding: 10px 14px 10px 14px !important;
	color: #FFF;
	text-decoration: none;
	border: #849fcd solid 1px !important;
	background-color:#849fcd;
}




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

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

.sw-hide_pc{
	display: none;
}

span.sw-break_pc{
	display: block;
}

/* background */
.sw-bg {
	min-width: 1140px;
}

.sw-inner{
	width: 1200px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	margin: auto; 
}

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


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






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

#main{
	position: relative;

}
#main-column1{
	width: 100%;
	position: relative;

}
#main-column2{
	float: left;
	width: 780px !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: 220px;
	position: relative;
}
#aside.side-left{
	float: left;
}
#aside.side-right{
	float: right;
}





/* エディター Class
-------------------------------------------- */
.sw-line-title-underline h2 {
	position: relative;
	padding: 0 0 0.3em 0;
	font-size: 2.125em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #000;
	line-height: 160%;
	text-align: center;
	letter-spacing: 2px !important;
	text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}


.sw-line-title-underline h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	bottom: 0;
	width: 6%;
	height: 6px;
	box-sizing: border-box;
}

.sw-line-title-underline h2::after {
	bottom: 0;
	border-bottom: 3px solid #849fcd;
}

.sw-edit h1{
	font-size: 1.8em;
	font-weight: 700;
	color: #000;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.sw-edit h2 {
	font-size: 1.750em;
	color: #000;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 3px;
	border-left: solid 8px #849fcd;
	padding-left: 12px;
	margin-bottom: 20px;
}

.sw-edit h3 {
	font-size: 1.5em;
	font-weight: 600;
	color: #000;
	line-height: 170%;
	letter-spacing: 3px;
	border-left: solid 8px #849fcd;
	padding-left: 12px;
	background-color: #EEE;
	padding: 10px 0 10px 18px;
	margin-bottom: 24px;
	box-sizing: content-box;
	margin-top: 30px;
}

.sw-edit h4 {
	font-size: 1.313em;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	margin-top: 30px;
	border-bottom: solid 3px #849fcd;
	position: relative;
}
.sw-edit h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 6px #ffc778;
	bottom: -3px;
	width: 18%;
}



.sw-edit h5 {
	font-size: 1.250em;
	font-weight: 600;
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
	border-left: solid 6px #849fcd;
	padding-left: 14px;
	margin-bottom: 14px;
}

.sw-edit h6 {
	font-size: 1.188em;
	font-weight: 600;
	color: #000;
	margin-bottom: 4px;
}

.sw-edit p {
	font-size: 1.0em;
	color: #333;
	line-height: 170% !important;
	margin-bottom: 24px;
}
.sw-edit .sw-entry p {
	margin-bottom: 0 !important;
}

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

.sw-edit ol{
	list-style: decimal;
	padding-left: 30px;
	margin-bottom: 16px;
}
.sw-edit ul{
	list-style: square;
	padding-left: 0px;
	padding-left: 30px;
	margin-bottom: 16px;
}

.sw-edit ol li,
.sw-edit ul li{
	font-size: 1.0em;
	margin-bottom: 5px;
}

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

.sw-edit table{
	width: 100% !important;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}

.sw-edit table th{
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	vertical-align: top;
	font-size: 1.0em;
	font-weight: normal;
	line-height:170%;
	padding:10px 10px; 
}
.sw-edit table td{
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
	padding:10px 10px; 
}


.sw-edit table.stripe tr:nth-child(odd){
	background: #EFEFEF;
}
.sw-edit table.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%;
}
.sw-edit table.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%;
}



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

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

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

.sw-edit blockquote{
	background-color:#F6F6F6;
	padding:2.2em 1.8em 1.6em 3.2em;
	position:relative;
	margin-bottom: 40px; 
}
.sw-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;
}
.sw-edit blockquote p{
	margin-bottom:0px !important;
}
.sw-edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
}
.sw-edit em{
	border: none;
	font-style: italic;
	font-weight: normal;
}

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



/* レイアウト
-------------------------------------------- */
.sw-block1 .sw-box{
	width: 100%;
}

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

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

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


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

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

}


.sw-block70-30 .sw-box:nth-child(odd){
	clear: both;
	width: 70%;
}
.sw-block70-30 .sw-box:nth-child(even){
	float: right;
	width: 18%;
}
.sw-block80-20 .sw-box:nth-child(odd){
	clear: both;
	width: 70%;
}
.sw-block80-20 .sw-box:nth-child(even){
	float: right;
	width: 18%;
}
.sw-block60-40 .sw-box:nth-child(odd){
	float: left;
	width: 56%;
}
.sw-block60-40 .sw-box:nth-child(even){
	float: right;
	width: 38%;
}

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

.sw-entry {
	position: relative;
}
.sw-entry p:last-child {
	margin-bottom: 0 !important;
}
.sw-entry a.sw-entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.sw-entry a.sw-entry-link:hover {
	background-color: #EFEFEF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.sw-entry .image{
	position: relative;
}
.sw-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;
}
.sw-entry p:last-child{
	margin-bottom: 0 !important;
}


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

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


.sw-entry .image span.icon_category{
	position: absolute;
	top: 0;
	left:0;
	background-color: #849fcd;
	padding: 6px 8px;
	font-size: 0.625em;
	color: #FFF;
	line-height: 160%;
}
.sw-data span.icon_category{
	background-color: #849fcd;
	padding: 6px 8px;
	font-size: 0.625em;
	color: #FFF;
	line-height: 160%;
}


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

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


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

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





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




.sw-entry-image-l-80{
}
.sw-entry-image-l-80 .image{
	float: left;
	width: 76.5%;
}
.sw-entry-image-l-80 .text{
	float: right;
	width: 23%;
}


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


.sw-column{
	display:flex;
	flex-wrap: wrap;

}
.sw-block2.sw-column .sw-box{
	display: flex;
	align-items: center;
	width: 48.2% !important;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	border-top: 3px solid #849fcd;
	position: relative;
	margin-bottom: 28px; 
}
.sw-block2.sw-column .sw-box:nth-child(even){
	float: right !important;

	margin-left: 1.5em; 
}

.sw-block2.sw-column .sw-entry{
	display: flex;
	flex-direction: column;
}
.sw-column .sw-entry .image{
	max-height: 190px;
	overflow: hidden;
	margin-bottom: 24px !important;
	position: relative;
}
.sw-column .sw-entry .image img{
	width:100%;
	height: auto;
}
.sw-column .sw-entry .text{
	padding: 0 28px 28px 28px;
}
.sw-column .sw-entry .text-middle{
	padding: 24px 28px 28px 28px;
}

.sw-box a.sw-entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
}
.sw-box a.sw-entry-link:hover {
	background-color: #EFEFEF;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.sw-box a.sw-entry-link:hover {
	background-color: #DDD !important;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border-border-bottom-left-radius: 3px;
	border-border-bottom-right-radius: 3px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}





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

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


.sw-entry p.title{
	font-size: 0.938em !important;
	font-weight: 600;

	line-height: 155%;
	margin-bottom: 6px !important;
}
.relate .sw-entry p.title{
	font-size: 0.875em !important;
	line-height: 150% !important;

}

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




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

input[type="text"], input[type="email"], input[type="tel"], textarea {
	font-size: 1.0em;
	color: #111;
	height: 46px;
	padding: 6px 10px;
	background: #F5F5F5;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #FFF #FFF #CCC;
	margin: 4px 4px;
}

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

.form-group{
	margin-bottom: 30px; 
}
.form-group-title{
	margin-bottom: 30px; 
	border-left: 3px solid #849fcd;
}

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

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

	color:#333;
}
.field-md{
	width:80% !important;
	font-size:1.0em !important;
	height:40px !important;
	border:1px solid #CCC !important;
	color:#333 !important;
}
.field-sm{
	width:50% !important;
	font-size:1.0em !important;
	height:40px !important;
	border:1px solid #CCC !important;
	color:#333 !important;
}
.field-xsm{
	width:24% !important;
	font-size:1.0em !important;
	height:40px !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;
}



}











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

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

.sw-hide_mob{
	display: none;
}

span.sw-break_mob{
	display: block;
}

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

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

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

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





/* パンくず
-------------------------------------------- */


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

#main{
	position: relative;

}
#main-column1{
	width: 100%;
	position: relative;

}
#main-column2{

	position: relative;
}
#main-iframe{
	padding:20px 100px; 
	position: relative;
}
#main-column2.main-column-left{

	position: relative;
}
#main-column2.main-column-right{

	position: relative;
}




#aside h3{
	font-size: 1.0em;
	letter-spacing: 1px;
	padding: 0.6em 0.7em;
	border-top: 2px solid #085696;
	border-bottom: 1px solid #DDD;
	margin-bottom: 18px;
	background-color: #F8F8F8;
}

#aside .boxNews{
	margin-bottom: 30px;
}
#aside .boxNews .entry{
	padding: 0 2px 0 2px;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom:1px solid #EFEFEF;
}
#aside .boxNews .entry .image {
	float: left;
	margin-right: 16px;
}
#aside .boxNews .entry .image img{
	max-width: 70px;
	height:auto;
}
#aside .boxNews .entry h4{
	font-size: 0.875em !important;
	font-weight: 500
	line-height: 160%;
}
#aside .boxNews .entry .date{
	font-size: 0.75em;
	color: #999;
	margin-bottom: 2px;
}

#aside .boxCategory{
	margin-bottom: 30px;
}
#aside .boxCategory ul{
	padding-left: 10px;
	margin: 6px 0 10px 0;
}
#aside .boxCategory ul li{
	font-size: 0.875em;
	margin-bottom: 6px;
	background:url("/images/common/arrow_right.png") left 0.6em / 5px no-repeat;
	padding-left:12px;
	margin-bottom: 6px;
}
#aside .boxCategory ul li a{
	color: #333;
	text-decoration: none;
}
#aside .boxCategory ul li a:hover{
	color: #47ADA2;
	text-decoration: underline;
}
#aside .boxCategory ul li li{
	font-size: 1.0em;
}

#aside .boxArchive{
	margin-bottom: 30px;
}

#aside .boxSearch{
	padding-left: 10px;
	margin-bottom: 36px;
}

#aside .boxTag{
}



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


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




/* エディター Class
-------------------------------------------- */
.sw-line-title-underline h2 {
	position: relative;
	padding: 0 0 0.3em 0;
	font-size: 1.875em !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #000;
	line-height: 150% !important;
	text-align: center;
	letter-spacing: 2px !important;
	text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
}
.sw-line-title-underline h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 46%;
	bottom: 0;
	width: 10%;
	height: 6px;
	box-sizing: border-box;
}
.sw-line-title-underline h2::after {
	bottom: 0;
	border-bottom: 3px solid #849fcd;
}



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

.sw-edit h2 {
	font-size: 1.625em;
	color: #000;
	font-weight: 700;
	line-height: 170%;
	letter-spacing: 2px;
	border-left: solid 6px #849fcd;
	padding-left: 10px;
	margin-bottom: 20px;
}

.sw-edit h3 {
	font-size: 1.375em;
	font-weight: 600;
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
	border-left: solid 6px #849fcd;
	padding-left: 10px;
	background-color: #EEE;
	padding: 8px 0 8px 18px;
	margin-bottom: 20px;
	box-sizing: content-box;
}

.sw-edit h4 {
	font-size: 1.250em;
	font-weight: 600;
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
	border-bottom: solid 3px #849fcd;
	padding-bottom: 6px;
	margin-bottom: 16px;
	margin-top: 30px;
	position: relative;
}
.sw-edit h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #FFCC00;
	bottom: -3px;
	width: 18%;
}


.sw-edit h5 {
	font-size: 1.125em;
	font-weight: 600;
	color: #000;
	line-height: 170%;
	letter-spacing: 1px;
	border-left: solid 6px #849fcd;
	padding-left: 14px;
	margin-bottom: 14px;
}

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

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


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

.sw-edit ol{
	list-style: decimal;
	padding-left: 30px;
	margin-bottom: 16px;
}
.sw-edit ul{
	list-style: square;
	padding-top:0 !important;
	padding-left: 0px;
	padding-left: 30px;
	margin-bottom: 16px;
}

.sw-edit ol li,
.sw-edit ul li{
	font-size: 1.0em;
	margin-bottom: 10px;
}


.sw-edit table{
	width: 99%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
	margin-bottom: 20px;
}
.sw-edit table th{
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	vertical-align: top;
	font-size: 1.0em;
	font-weight: normal;
	line-height:170%;
	padding:8px 8px; 
}
.sw-edit table td{
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	vertical-align: top;
	font-size: 1.0em;
	line-height:170%;
	padding:8px 8px;

}

.sw-edit table.stripe tr:nth-child(odd){
	background: #EFEFEF;
}
.sw-edit table.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%;
}
.sw-edit table.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%;
}

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

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

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

.sw-edit blockquote{
	background-color:#F6F6F6;
	padding:2.0em 1.8em 1.6em 4em;
	position:relative;
	margin-bottom:30px;
}
.sw-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;
}
.sw-edit blockquote p{
	margin-bottom:0px !important;
}
.sw-edit hr{
	clear: both;
	background-color: #DEDEDE;
	border: 0;
	height: 1px;
}
.sw-edit em{
	border: none;
	font-style: italic;
	font-weight: normal;
}

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

/* レイアウト
-------------------------------------------- */
.sw-block1-sp .sw-box{
	width: 100%;
}



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





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

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


.sw-block5-sp .sw-box{
	float: left !important;
	width: 19% !important;
	margin-right: 1.2%;
}
.sw-block5-sp .sw-box:nth-child(5n) {
	float: right !important;
	margin-right: 0 !important;
}
.sw-block5-sp .sw-box:nth-child(5n+1) {
	clear: both !important;
}







.sw-entry a.sw-entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.sw-entry a.sw-entry-link:hover {
	background-color: #EFEFEF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.sw-entry .image{
	margin-bottom: 1.5em;
	position: relative;
}
.sw-entry .image span.icon_genre{
	position: absolute;
	top: 0;
	left:0;
	background-color: #166A5D;
	padding: 3px 8px;
	font-size: 0.75em;
	color: #FFF;
	letter-spacing: 1px;
}


.sw-entry .image span.icon_category{
	position: absolute;
	top: 0;
	left:0;
	background-color: #849fcd;
	padding: 3px 8px;
	font-size: 0.75em;
	color: #FFF;
}
.sw-data span.icon_category{
	background-color: #849fcd;
	padding: 3px 8px;
	font-size: 0.75em;
	color: #FFF;
	letter-spacing: 1px;
}

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


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

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

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



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

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

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





.sw-column{
	display:flex;
	flex-wrap: wrap;

}



.sw-column .sw-box h3{
	font-weight: 600;
}
.sw-column .sw-box ul.sw-meta{
	margin-bottom: 6px;
}
.sw-column .sw-box .image{
	order: 3;
}
.sw-column .sw-box .sw-text-sm{
	order: 4;
	width: 100% !important;
}



.sw-block2.sw-column .sw-box{
	width: 100%;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	border-top: 4px solid #849fcd;
	position: relative;
	margin-bottom: 30px; 
}
.sw-block2.sw-column .sw-entry{
}
.sw-column .sw-entry .image{
	max-height: 160px;
	overflow: hidden;
	margin-bottom: 16px !important;
	position: relative;
}
.sw-column .sw-entry .image img{
	width:100%;
	height: auto;
}
.sw-column .sw-entry .text{
	padding: 20px 24px 10px 24px;
}
.sw-column .sw-entry .text-middle{
	padding: 20px 24px 10px 24px;
}

.sw-box a.sw-entry-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	z-index:0;
}
.sw-box a.sw-entry-link:hover {
	background-color: #EFEFEF;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.sw-box a.sw-entry-link:hover {
	background-color: #DDD !important;
	opacity: 0.3;
	filter: alpha(opacity=30);
	border-border-bottom-left-radius: 3px;
	border-border-bottom-right-radius: 3px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}




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



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


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





/* 記事送り
-------------------------------------------- */
.sw-entryNav{
	border-top: 1px solid #EFEFEF;
	margin-top: 50px;
	padding-top: 40px;
}
.sw-entryNav p{
	width:42%;

	font-size: 1.2em;
}
.sw-entryNav p a{
	display: block;
	text-decoration: none;
}
.sw-entryNav p a:hover{
	text-decoration: underline;
}
.sw-entryNav p.pre{
	float: left;
	background:url("/images/common/arrow_left.png") left center / 10px no-repeat;
	padding-left:24px;
}
.sw-entryNav p.next{
	float: right;
	background:url("/images/common/arrow_right.png") right center / 10px no-repeat;
	padding-right:24px;
	text-align: right;
}






/* 記事送り
-------------------------------------------- */
.entryNav{
	border-top: 1px solid #EFEFEF;
	margin-top: 50px;
	padding-top: 40px;
}
.entryNav p{
	width:42%;

	font-size: 1.2em;
}
.entryNav p a{
	display: block;
	text-decoration: none;
}
.entryNav p a:hover{
	text-decoration: underline;
}
.entryNav p.pre{
	float: left;
	background:url("/images/common/arrow_left.png") left center / 10px no-repeat;
	padding-left:24px;
}
.entryNav p.next{
	float: right;
	background:url("/images/common/arrow_right.png") right center / 10px no-repeat;
	padding-right:24px;
	text-align: right;
}



/* お問い合わせ
-------------------------------------------- */
input[type="text"], input[type="email"], input[type="tel"], textarea {
	font-size: 1.0em;
	color: #111;
	width: 96%;
	height: 46px;
	padding: 6px 10px;
	background: #F5F5F5;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC #FFF #FFF #CCC;
	margin: 0px 6px 12px 5px;
}

.sw-inner-sp{
	width: 90%;
	margin: auto; 
}

label{
	display: block;
	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 #849fcd;
}

.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;
}

span.must {
	color:#5F9EA0;
	font-size:80%;
}

#contact-form .wpcf7-radio .wpcf7-list-item {
	margin-top:5px;
	display: block;
}



}




/*----------------------------------------
　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: 25px !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: #111;
	border:1px solid #111;
	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-color: #DDD;
	border:2px solid #666;
	border-radius: 3px;
	background-color: #999;
	color: #000;
}

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

}

#contact-form .wpcf7-checkbox .wpcf7-list-item {
	margin-top:5px;
	display: block;
}
#contact-form .wpcf7-checkbox .wpcf7-list-item label,
#contact-form .wpcf7-radio .wpcf7-list-item label{
	font-weight: normal;
	margin-bottom: 10px;
}
