			.site-header {
			background: url(../img/2020/03/cropped-top4.jpg) no-repeat scroll top;
			background-size: 1600px auto;
		}
		@media (max-width: 767px) {
			.site-header {
				background-size: 768px auto;
			}
		}
		@media (max-width: 359px) {
			.site-header {
				background-size: 360px auto;
			}
		}
			.site-title,
		.site-description {
			color: #01916d;
		}


/* 全固定ページで非表示 */
.page .entry-title {
    display: none;
}
a:active
{
	text-decoration: underline !important;
}

body
{
	height: 100%;
}

.custom-background-container
{
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	z-index: -1;
}

.site
{
	background-color: transparent;
	max-width: 100%;
}

.btn
{
	color: #ffffff !important;
}
*:focus{
  outline: hidden;
}

#main
{
	background-color: #ffffff;
}

#masthead
{
	background-size: cover;
	background-position: bottom center;
	height: 160px;
	position: relative;
}

#masthead .home-link
{
	color: #ffffff;
	display: block;
	text-shadow: 2px 2px 1px #01916D,
				-2px 2px 1px #01916D,
				2px -2px 1px #01916D,
				-2px -2px 1px #01916D;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    width: 100%;
	height: auto;
	min-height: auto;
	overflow: hidden;
}

#masthead .home-link h1,
#masthead .home-link h2
{
	text-align: center;
	text-decoration:none;
	color: #fff;
	font-weight: bold;
}

#navbar
{
	position: fixed;
	top: 0px;
	margin: 0;
	z-index: 9999;
	background-color: rgba(250, 250, 250, 0.8);
	border-bottom: 1px solid #dedede;
	max-width: 100%;
}

.nav-menu .sub-menu,
.nav-menu .children
{
	border: none;
	left: 0;
	box-shadow: 1px 1px 1px 1px rgba( 255, 255, 255, 0.1 );
}

.site-content
{
}

.archive-title,
.page-title
{
	width: 750px;
	max-width: 90%;
	color: #ffffff;
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
}

.site-content .archive-title,
.site-content .page-title,
.site-content article
{
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.page-header
{
	margin-top: 0;
}

.page-wrapper
{
	background-color: #ffffff;
}

.page-content
{
	max-width: 750px;
}

.entry-content h2
{
	border-bottom: 3px solid #16a085;
	padding-bottom: 5px;
	margin: 1.5em 0 1em 0;
}

#secondary
{
	background: none;
	margin: 0;
	padding: 0;
}

#colophon
{
	background-color: transparent;
}

#colophon .widget-area
{
    width: 100% !important;
    max-width: 100% !important;
	box-sizing: border-box;
	padding: 0;
}

#colophon .widget
{
	padding: 0;
	width: 100%;
	position: static !important;
	margin: 0;
	float: none;
	overflow: auto;
	background-color: #2e3037;
}

#colophon .widget:nth-child(even)
{
	background-color: rgba( 0, 51, 102, 0.8);
}

#colophon .widget-container
{
	width: 750px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0;
}

#colophon .widget_sp_image
{
    text-align: center;
}

.site-info
{
	background-color: #01916d;
	max-width: 100%;
}

.entry-content *
{
	/*font-size: 18px;*/
	line-height: 1.8em;
}

.entry-content p
{
	margin-bottom: 1em;
}

#site-logo
{
	max-width:100%;
	height:auto;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


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

	.custom-background-container {
		background-attachment: scroll !important;
	}

	.site-description
	{
		font-size: 18px;
		color: #fff;
	}

	.archive-title,
	.page-title
	{
		font-size: 14px;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * add custom-css 180329
 * 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.site-title{
	padding-top: 0;
	font-size: 38px;
	line-height: 1.4;
}
.h1_ttle {
font-weight:bold;
font-size:32px;
	color: #ffffff;
}
.site-description{
	color: #fff;
}
.entry-content h2 {
	margin-bottom: 20px;
    padding: 10px 15px;
    text-align: center;
    background: #01916d;
    font-size: 25px;
    color: #fff;
    border-bottom: none;
    border-radius: 10px;
    font-weight: bold;
}
.entry-content h3 {
    color: #432f2f;/* A83837;*/
    font-size: 22px;
    text-align: center;
    font-weight: bold;
	background: #badcad;
	padding: .5rem 1rem
}
.entry-content h3.noline {
    color: #A83837;
	background: none;
}
.entry-content h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 5px solid #f39800;
    font-weight: bold;
}
.entry-content h5 {
	margin-bottom: 10px;
    padding: 10px 15px;
    text-align: center;
	background: #01916d;
	font-size: 25px;
	color: #fff;
    border-bottom: none;
    border-radius: 10px;
	font-weight: bold;
}
a:hover img {
	filter: Alpha(opacity=80);
    opacity: 0.8;
}
header, section, article, footer {
    display: block;
}
p {
    line-height: 180%;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 3px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img, a {
    border: none;
}
img a:hover {
	filter: Alpha(opacity=70);
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }
.site-title{
    padding-top: 0;
    font-size: 40px;
    line-height: 1.4;
}
.h1_ttle {
font-weight:bold;
font-size:36px;
}
.entry-content * {
    font-size: 100%;
	line-height: 1.6;}

.entry-content h2 {
    margin-bottom: 20px;
    padding: 10px 15px;
    text-align: center;
    background: #01916d;
    font-size: 100%;
    color: #fff;
    border-bottom: none;
    border-radius: 10px;
    font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.entry-content h2 a {
    margin-bottom: 20px;
    padding: 10px 15px;
    text-align: center;
    background: #01916d;
    font-size: 100%;
    color: #fff;
    border-bottom: none;
    border-radius: 10px;
    font-weight: bold;
}
.entry-content h3 {
    /*color: #A83837;*/
    font-size: 100%;
    text-align: left;
    font-weight: bold;
	border-left:5px solid #01916d;
	border-bottom:2px solid #01916d;
	padding:10px 0 10px 10px;	/* Tab up right bottom left*/
	line-height: 1.4;
	/*margin-top:30px;*/
	margin-bottom:0px;
}
.entry-content h4 {
   /* margin-bottom: 10px;*/
    padding: 0 5px 5px 5px;
    font-size: 100%;
    border-bottom: 5px solid #f39800;
    font-weight: bold;
	line-height: 1.6;
}
.entry-content h5 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}
	.entry-content .box-contact {
		padding: 0rem 0;	/* ここでTabの問い合わせボタン余白大きさ */
	}
}

a:hover img {
	filter: Alpha(opacity=80);
    opacity: 0.8;
}
header, section, article, footer {
    display: block;
}
p {
    line-height: 180%;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 3px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img, a {
    border: none;
}
img a:hover {
    filter: Alpha(opacity=70);
    opacity: 0.7;
}/*ここまで*/
/*Org
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media screen and (min-width: 768px) {
    #why {
   /* background:linear-gradient(90deg, rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.3)) ,url(../img/2018/04/wrapping_img_02-e1523259305524.png) no-repeat bottom right;*/
    }
    #monitor{
        background:linear-gradient(90deg, rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,.3)) ,url(../img/2018/04/sample-img2-1.jpg) no-repeat bottom right;
    }
}/*一旦ここで終わり*/
#contact{
    padding-top:30px;
}
#reason{
	padding-bottom:0px;	
}
#gallery{
	padding-bottom:0px;
}
/*フッター~~~~~~~~~~~~~*/
div#globalFooterAssistNav:after{
    content: "";
    display: block;
    clear: both;
}
div#globalFooterAssistNav ul{
	float: right;
}
div#globalFooterAssistNav ul:after{
    content: "";
    display: block;
    clear: both;
}
div#globalFooterAssistNav ul li {
	float: right;color:
    font-size: 85%;
	padding-right: 14px;
}
div#globalFooterAssistNav ul li a{
    background: url(../img/2018/04/gFooter_ico_01.gif) no-repeat left center;
    padding-left: 10px;
	color:#01916d;
}
@media screen and (max-width: 767px) {
/*フッター~~~~~~~~~~~~~*/
}/*一旦終わり*/

/*フォーム部品~~~~~~~~~~~~~*/
div.wpcf7{
    background: #f3f3f3;
    padding: 10px;
}
/*placeholder*/
.wpcf7-form-control::-webkit-input-placeholder {
    color: #ccc;
}
.wpcf7-form-control::-moz-placeholder {
    color: #ccc;
}
.wpcf7-form-control:-ms-input-placeholder {
    color: #ccc;
}
/*テキストエリア*/
.wpcf7-textarea{
    height: 5em;
	width: 100%;
}
/*個人情報の取り扱い*/
.l-ph-max{
    height: 10em;
	width:200%;
	padding: 10px 50px; 
	font-size:12px;
}
@media screen and (max-width: 767px) {
.l-ph-max{

	width:100%;
	padding: 0 10px; 
	/*font-size:12px;*/
}
}

/*プルダウン*/
select.wpcf7-select{
    padding: 6px 1px;
}
/*checkbox、radio*/
span.wpcf7-list-item{
    display: block;
}
/*checkbox*/
.checkbox{
    display: inline-block !important;
}
/*ボタン*/
 input[type=submit]{
    width: 30%;
	padding: 10px 15px;
    border-radius: 5px;
	border: 1px solid #ccc;
	background-color:#f39800;
	color:#fff;
}
/*チェックしていないときに非表示に*/
.wpcf7-form input[type="submit"][disabled]{
    background-color: #999;
}
form.sent .wpcf7-submit{
    display:none;
}

.wpcf7-form #your-clinic,#your-name,#your-kana{
	/* 日本語をオン */
   ime-mode:active;
}
.wpcf7-form #your-zip{
	/* 日本語をオフ*/
   ime-mode:disabled;	
	}

.wpcf7-form input[type=email],
.wpcf7-form input[type=tel]{	
	/* 日本語をオフ*/
   ime-mode:disabled;	
}

/*input幅*/
@media screen and (max-width: 767px) {
    .wpcf7-form input[type=text],
    .wpcf7-form input[type=email],
    .wpcf7-form input[type=tel],
    .wpcf7-form input[type=submit],
    .wpcf7-form select,
    .wpcf7-form textarea
	{width: 100%;}
	.wpcf7-form #your-zip{
	width: 30%;	
		
	}
}
/*各未入力エラー*/
.wpcf7 .wpcf7-not-valid-tip{
    display:none;
}
/*各未入力エラー checkboxのみこちらを利用*/
.wpcf7 .wpcf7-checkbox.wpcf7-validates-as-required+.wpcf7-not-valid-tip{
    display: inline-block;
    border-radius: 3px;
    padding: 4px 10px 4px 10px;
    color: #ee0101;
    background:#ffe8e8;
    font-size: 12px;
    box-shadow: 1px 1px 1px #aaa;
    -moz-box-shadow: 1px 1px 1px #aaa;
    -webkit-box-shadow: 1px 1px 1px #aaa;
    -o-box-shadow: 1px 1px 1px #aaa;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/*フォーム未入力エラー*/
.wpcf7 .wpcf7-response-output {
    margin: 1em 3px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}
/*Validation<<jQuery-Validation-Engine>>*/
.formError{
    opacity:1 !important;
}
.formError .formErrorContent {
    border: 0 !important;
    border-radius: 3px !important;
    color: #ee0101 !important;
    background:#ffe8e8 !important;
    font-size: 12px !important;
    box-shadow: 1px 1px 1px #aaa !important;
    -moz-box-shadow: 1px 1px 1px #aaa !important;
    -webkit-box-shadow: 1px 1px 1px #aaa !important;
    -o-box-shadow: 1px 1px 1px #aaa !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    padding-bottom: 0 !important ;

}
/*Validation checkboxグループは wpcf7を利用
  未入力の時のスクロールアップは使用したいので非表示にするのみ
*/
.wpcf7-checkbox .formError{
    display: none !important;
}

/*box
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.entry-content .box-contact {
    margin-bottom: 0;
	margin-top:50px;	/* お問い合わせ資料請求はこちら　BOXの上の余白  */
    color: #fff;
	background: #f39800  /*url(../img/2018/04/model.png) no-repeat bottom right*/;
    background-size: auto 100%;
	border:2px solid #e57429;
	position:relative;
	text-align: center;
	transition-duration: .2s;
}
.entry-content .box-contact a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    white-space: nowrap;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	padding: 0px 15px;	/* お問い合わせ資料請求はこちら　BOXの内の余白  */
}
.entry-content .box-contact:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.entry-content .box-contact a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 40px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}
.entry-content .box-contact a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 35px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #f39800;
}
.entry-content .box-contact a:hover:after {
	background: #f39800;
}

@media screen and (max-width: 595px) {
   /* .entry-content .box-contact {
        background: linear-gradient(90deg, rgba(168,56,55,1),rgba(168,56,55,1),rgba(168,56,55,3),url(wp/wp-content/uploads/2018/04/sample-img3.jpg) no-repeat bottom right;
        padding-top: 30px;
        padding-bottom: 30px;
    }*/
	 .entry-content .box-contact {
        background: none;
		padding: 0rem 0;	/* ここでスマホの問い合わせボタンの高さの余白 */
		background-color:#f39800;
    }
    .entry-content .box-contact a {
        line-height: 1.8;
        font-size: 115%;	/* ここでスマホの問い合わせボタン文字大きさ */
        white-space: normal;
		font-weight:bold;
    }
	
.site-title{
    padding-top: 0;
    font-size: 150%;
    line-height: 1.4;
}
.h1_ttle {
font-weight:bold;
font-size:150%;
}
.entry-content h2 {
    font-size: 100%;
	line-height: 1.4;
}
.entry-content h2 a {
    
}
.entry-content h3 {
  
}
.entry-content h4 {
 
}
.entry-content h5 {
  
}
.pconly {
display:none;
}
a:hover img {
    filter: Alpha(opacity=80);
    opacity: 0.8;
}
header, section, article, footer {
    display: block;
}
p {
    line-height: 180%;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 3px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img, a {
    border: none;
}
img a:hover {
    filter: Alpha(opacity=70);
    opacity: 0.7;
}	
}/*ここで一旦終わり*/
/* Over column */
.box-flexbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
}
.box-flexbox__item {
    -webkit-box-flex: 1;
    margin-left: 15px;
    width: 100%;
}
.box-flexbox .box-flexbox__item:first-of-type {
    -webkit-box-flex: 1;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .box-flexbox {
        display: block;
        width: 100%;
    }
    .box-flexbox__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}
/* Over column wrap*/
.box-column--wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
}
.box-column--wrap__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 10px;
    width: 48%;
    border: 1px solid #eee;
}
.box-column--wrap .box-column--wrap__item:first-of-type {
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .box-column--wrap__item {
        width: 100%;
        margin-left: 0;
    }
}
/*box 背景
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bg-gray {
    background: #eee;
}
/*枠 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bd-main {
    border: 1px solid #A83837;
}
.bd-gray {
    border: 1px solid #eee;
}
/*text
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.text01 {
}
.text02 {
}
.text03 {
}
.text04 {
}
.text05 {
}
.text-arert {
    color: red;
}
/*マーク
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*disc*/
.mark01 {
    position: relative;
}
.mark01::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    background: #333;
    vertical-align: middle;
}
/*check*/
.mark02 {
    position: relative;
    padding-left: 30px;
}
.mark02::after, .mark02::before {
    content: '';
    height: 24px;
    width: 6px;
    display: block;
    position: absolute;
    top: 0;
    left: 14px;
    background: #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.mark02:before {
    height: 12px;
    top: 10px;
    left: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*dia*/
.mark03 {
    position: relative;
    padding-left: 30px;
}
.mark03:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 4px;
    top: 0;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #333;
}
/*arrow*/
.mark04 {
    position: relative;
    padding-left: 1.5rem;
}
.mark04:before {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 5px solid #333;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*exclamation*/
.mark05 {
}
.mark05:before {
    content: "!";
    font-size: 2em;
    font-weight: bold;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
}
/*必須*/
.mark-required:before{
    content: "必須";
    display: inline-block;
    padding: 3px;
    top: 2px;
    color: #fff;
    font-size: 12px;
    background: red;
    border-radius: 5px;
    vertical-align: text-top;
    line-height: 1;
}
/*number*/
.list-number {
    list-style: decimal;
    padding: 0 0 0 1.5em;
}
/*step*/
.list-encircled-number {
    counter-reset: my-counter;
}
.list-encircled-number h3 {
    padding-left: 64px;
}
.list-encircled-number__item {
    position: relative;
}
.list-encircled-number__item::before {
    position: absolute;
    content: "STEP";
    top: 15px;
    left: 10px;
    line-height: 3;
    width: 50px;
    height: 50px;
    font-size: 10px;
    color: #fff;
    background-color: #A83837;
    border-radius: 25px;
    text-align: center;
}
.list-encircled-number__item::after {
    content: counter(my-counter);
    counter-increment: my-counter;
    display: block;
    position: absolute;
    top: 35px;
    left: 18px;
    width: 32px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    line-height: 22px;
    text-align: center;
}

/*dl 横並び
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.list-side {
    margin: 0;
}
.list-side:after {
    content: "";
    display: block;
    clear: both;
}
.list-side--ttl {
    float: left;
    max-width:75px;
    padding-top: 3px;
    font-weight: bold;
}
.list-side--txt {
    float: left;
    min-width: 85px;
    margin-left: 15px;
    margin-bottom: 0;
    padding-top: 3px;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .list-side--txt {
    margin-left: 5px;
	min-width: 65px;
}
	
}

/*table 横線のみ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.table-bordered-h{
    padding-left:0;
    padding-right:0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table-bordered-h>tbody>tr{
    border-bottom: 1px solid #ddd;
}
.table-bordered-h>tbody>tr>th,
.table-bordered-h>tbody>tr>td{
    padding-left:0;
    padding-right:0;
    border-top:0;
}
@media screen and (max-width: 767px) {
    .table{width:100%;}
    .table>tbody>tr>th,.table>tbody>tr>td{
        width: 100%;
        float: left;
    }
}
/*ユーティリティ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.p_10 {
    padding: 10px;
}
.p_b0 {
    padding: 0px !important;
}
.p_b10 {
    padding-bottom: 10px;
}
.p_t10 {
    padding-top: 10px;
}
.p_t20 {
    padding-top: 20px;
}
.mg_l0 {
    margin-left: 0px !important;
}
.mg_r0 {
    margin-right: 0px !important;
}
.mg_t2 {
    margin-top: 2px;
}
.mg_t5 {
    margin-top: 5px;
}
.mg_b5 {
    margin-bottom: 5px !important;
}
.mg_b10 {
    margin-bottom: 10px;
}
.mg_b15 {
    margin-bottom: 15px;
}
.mg_b20 {
    margin-bottom: 20px !important;
}
.mg_b25 {
    margin-bottom: 25px;
}
.mg_b30 {
    margin-bottom: 30px;
}
.mg_b35 {
    margin-bottom: 35px;
}
.mg_b60 {
    margin-bottom: 60px;
}
.mg_r20 {
    margin-right: 20px;
}
.mg_l20 {
    margin-left: 20px;
}
.t10 {
    font-size: 10px;
    line-height: 120%;
}
.t12 {
    font-size: 12px;
    line-height: 140%;
}
.t14{
    font-size: 14px;
}
.t16 {
    font-size: 16px;
    margin-bottom: 10px;
}
.t18 {
    font-size: 18px;
}
.t20 {
    font-size: 20px;
}
.t24 {
    font-size: 24px;
}
.w150 {
    width: 150px;
}
.w230 {
    width: 230px;
}
.w360 {
    width: 360px;
}
.w380 {
    width: 380px;
}
.w400 {
    width: 400px;
}
.w450 {
    width: 450px;
}
@media screen and (max-width: 767px) {
    .w150,.w230,.w360,.w380,.W400,.w450 {width: 100%;}
	.t10,.t12,.t16,.t18,.t20,.t24 {
    font-size: 100%;
    line-height: 1.4;
}
	
	#reason{
		background:none;
	    padding-bottom:0;
	}
	#gallery{
	background:none;
	    padding-bottom:0;		
   }
	.float-r{
	    float:right;
		width: 100%;
	}
}/*一旦終わり*/

.float:after {
    content: "";
    display: block;
    clear: both;
}
.float-l{
    float:left;
}
.float-r{
    float:right;
}
.clr {
    clear: both;
}
.align-l {
    text-align: left !important;
}
.align-r {
    text-align: right !important;
}
.align-center {
    text-align: center !important;
}

.model{
position:absolute;
	top:-32px;
	left:570px;
}
.noline{
border-bottom: none !important;
border-left:none !important;
margin-top: 20px !important;
margin-bottom:10px !important;	
}
img.tb{
vertical-align:text-bottom;	

}

@media screen and (max-width: 767px) {
	.float-r{
	    float:right;
		width: 40% !important;
	}
}

.btn_nav{
	width: 100%;
	display: table;
	margin: 1rem auto 1rem;
}
.btn_nav li{
	display: table-cell;
	width: 33%;
	text-align: center;
}
.btn_nav li:after{
    content: "";
    display: block;
    clear: both;
}
.btn_nav li a{
	width: 98%;
	display:block;
	padding: 1rem 0;
	margin: 0 auto;
	text-align: center;
	background: #f39800;
	color: #fff;
	border:2px solid #e57429;
	transition-duration: .2s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	text-decoration: none;
}
.btn_nav li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.btn_nav ul{
		display: block;
	}
	.btn_nav li{
		display: block;
		width: 100%;
		margin-bottom: .5rem;
	}
	.btn_nav li a{
		width: 100%;
	}
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

