@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 00.base style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	font-size: 13px;
}
p, li, dd {
	line-height: 1.7em;
	color : #232323;
}
p {
	margin-bottom: 15px;
}
li {
	list-style: none;
}
em, strong, h1, h2, h3 {
	font-weight: bolder;
}
.clear {
	clear: both;
}
h1 {
	font-size: 18px;
	color : #232323;
}
h2 {
	font-size: 16px;
	color : #232323;
	clear: both;
}
h3 {
	font-size: 14px;
	color : #232323;
	clear: both;
}
h4 {
	font-size: 14px;
	color : #232323;
	clear: both;
}
h5 {
	clear: both;
}
hr {
	border-style: solid;
	border-color: #999999;
}
a {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.english {
	font-family: "Myriad Pro", "Verdana", "Arial", "Helvetica", "sans-serif";
	line-height: normal;
}
.sec {
	clear: both;
	margin-bottom: 20px;
}
.f80 {
	font-size: 80%;
}
em {
	font-style: normal;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.home-tokucho li {
	margin-bottom: 15px;
}
	#header .home {
    font-size: 34px;
    line-height: 90px;
    margin-top: -4px;
    text-align: center;
	}
.sonpojapan {
	text-align: right;
}

div#header {
	border-top: 3px solid #E40530;
	border-bottom: 2px solid #ccc;
	height: 90px;
}
div#header h1 {
	color: #d0032b;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.go_create {
	font-size: 11px;
}

#header h1 a {
	text-decoration: none;
}
#header .sonpojapan {
}
img {
	border: 0pt none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	image-rendering: -o-crisp-edges;            /* Opera               */
	image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
	image-rendering: optimize-contrast;         /* CSS3 Proposed       */
}
#header h2 {
	position: absolute;
	top: 25px;
	left: 200px;
	font-size: 11px;
	font-weight: normal;
}
div#header .tpA {
	position: absolute;
	font-size: 12px;
	top: 5px;
	left: 18px;
}
div#header .tpB {
	position: absolute;
	font-size: 12px;
	top: 10px;
	right: 122px
}
div#header ul {
	float: right;
}
div#header ul li {
	white-space: nowrap;
	float: left;
	padding-left: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrapper {
}
#inner {
	margin-top: 20px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigator style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigator {
	clear: both;
}
div#navigator ul {
}
div#navigator ul li {
	float: left;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
}
hr#eof {
	clear: both;
	height: 1px;
	border: #cccccc 1px solid;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	padding-bottom: 20px;
}
div#contents.taisaku {
	float: none!important;
	margin: 0 auto;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	clear: both;
	font-size: 12px;
	color: #555555;
	line-height: 1.73em;
	border-top: 1px solid #cccccc;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	color: #555555;
	clear: both;
	font-size: 11px;
	padding: 10px 0;
}
div#copyright p {
	font-size: 10px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.other class style                                                   */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul.main_menu {
	padding-left: 5px;
}
ul.main_menu li {
	float: left;
	line-height: normal;
	padding: 3px 3px 0px 3px;
}
ul.main_menu li a {
	display: block;
	padding-left: 10px;
	background-image: url(../images/li_footer_main_menu.gif);
	background-repeat: no-repeat;
}
ul.sub_menu {
	clear: both;
	padding-left: 5px;
}
ul.sub_menu li {
	height: 12px;
	float: left;
	line-height: normal;
	padding: 0px 3px 3px 3px;
}
ul.sub_menu li a {
	font-size: 12px;
	display: block;
	padding-left: 8px;
	background-image: url(../images/li_footer_sub_menu.gif);
	background-repeat: no-repeat;
}
.btmmenu {
	width: 740px;
	text-align: center;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #E7E7E7;
}
.address {
	margin: 10px 0 20px;
	font-size: 10px;
}
.address span {
	border: 1px solid #bbbbbb;
	padding: 3px;
	margin-left: 5px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tcenter {
	text-align: center;
}
.home-tokucho li img {
}
.w100pjoken {
	padding-bottom: 10px;
	border-bottom: 1px dashed #5CC2F2;
}
.w100pjoken li {
	margin-bottom: 7px;
	position: relative;
	padding-left: 50px;
	font-size: 11px;
}
.w100pjoken em {
	color: orange;
	position: absolute;
	left: 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.shounin                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.comA {
	clear: both;
	font-size: 12px;
	margin: 0 0 10px 0;
}
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06 {
}
.osusume .planimg {
	float: left;
	margin-bottom: 20px;
}
.osusume .planimg img {
	float: left;
	margin-right: 5px;
}
.rbox {
	background-image: url(../images/grad_bg.png);
	background-position: 100% 100%;
	padding: 0 0 10px 0;
	margin: 0 0 25px 0;
	border:#c51c6f 3px solid;
	-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.rbox dl {
	padding: 5px;
    margin-bottom: 0;
}
.rbox dt {
	background: #F8EAEF;
	padding: 8px;
}
.rbox dd {
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.rbox em {
	color: #ff3300;
	font-style: normal;
}
.attn {
	background: url("../images/point004.gif") no-repeat 10px 10px #F7E0E0;
	padding: 10px 10px 10px 40px;
	clear: left;
	border: 1px solid red;
	line-height: 1.8em;
}
dl.img-typeA {
	margin-bottom: 20px;
}

dl.img-Base dt {
	float: left
}
dl.img-Base dd {
	float: right;
	line-height: 200%;
}
.ex {
	background: #F1E6F2;
	border: 2px solid #C596C9;
	clear: left;
	margin-bottom: 20px;
}
.ex .exin {
	padding: 10px 10px 10px 95px;
	background: url("../images/tatoeba.png") no-repeat 10px 10px;
}
.ex p {
	margin-bottom: 0;
}
.ex img {
	border: 0pt none;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.imgcenter {
	margin: 0 auto;
}
ul.ul-attntype {
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.ul-attntype li em {
	margin-right: 0.5em;
	font-style: normal;
	font-weight: normal;
}
ul.ul-attntype-min {
	text-indent: -1.3em;
	padding-left: 1.3em;
}
ul.ul-attntype-min li {
	margin-bottom: 5px;
	font-size: 11px;
}
.ul-attntype-min li em {
	margin-right: 0.5em;
	font-style: normal;
	font-weight: normal;
}
ul.li-typeA {
	text-indent: -1.5em;
	padding: 1.5em 0 1.5em 1.5em;
}
ul.small {
	font-size: 11px;
}
.li-typeA li em {
	margin-right: 0.5em;
	font-style: normal;
	font-weight: normal;
}
.li-typeB, .li-typeB2 {
	margin-bottom: 25px;
	clear: left;
}
ul.li-typeB li {
background: url(../images/poi10.gif) no-repeat 0 3px;
    padding: 0 0 0 20px;
    margin-bottom: 12px;
    line-height: 1.6;
}
ul.li-typeB2 li {
	background: url("../images/arrow_down.png") no-repeat;
	padding: 0 0 0 20px;
	line-height: 13px;
	margin-bottom: 12px;
}
ul.li-typeC li {
	background: url("../images/pencil.png") no-repeat 0 2px;
	padding: 0 0 0 25px;
	line-height: 22px;
	margin: 0 0 5px 10px;
}
ul.li-typeD li {
	background: url("../images/arr267.gif") no-repeat 0 5px;
	padding: 0 0 0 20px;
	line-height: 20px;
}
/*---------------------------------------------
menu��{
---------------------------------------------*/

#menu-box {
}
#menu-navi {
	padding: 0;
}
#menu-navi .inbox {
	padding: 10px;
	border:2px solid #d73535;
	min-height: 150px;
	position: relative;
	background: url(../images/grad_bg.png) repeat-x 100% 100%;
}
@media screen and (min-width: 768px) {
.home #menu-navi .inbox {
    min-height: 267px;
}
	.home #menu-navi .inbox .btnbox {
position: absolute;
		bottom: 10px;
		right: 10px;
	}
}
@media screen and (max-width: 768px) {
	#menu-navi .inbox {
	min-height:120px;	
	}
	#menu-navi .Box {
		margin-bottom: 15px;
	}
	.MTit {
		width: 50%;
	}
}
#menu-navi .inbox .btnbox {
	display: block;
	text-align: right;
}
#menu-navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu-navi ul li {
	margin-bottom: 10px;
}
#menu-naviB {
}
#menu-naviB ul {
}
#menu-naviB li {
}
#menu-naviB li span, #menu-naviB li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background: url(../images/osusumeplan.gif) no-repeat;
	padding-right: 0px;
}
#menu-naviB #gn01 a {
	background-position: 0px -292px;
}
#menu-naviB #gn02 a {
	background-position: -360px -292px;
}
#menu-naviB #gn01 a:hover {
	background-position: 0px -146px;
}
#menu-naviB #gn02 a:hover {
	background-position: -360px -146px;
}
#menu-naviB #gn01 span.here {
	background-position: 0px 0px;
}
#menu-naviB #gn02 span.here {
	background-position: -360px 0px;
}
/*
---------------------------------------------------------------------*/

.tokuchou {
	background: url("../images/imageA.jpg") no-repeat;
	width: 720px;
	height: 186px;
	float: left;
	margin-top: 15px;
}
.tokuchou a {
	display: block;
	width: 143px;
	height: 29px;
	text-indent: -999em;
	margin: 150px 0 0 85px;
}
#shounin {
	background: #E7E7E7 repeat scroll 0 0;
	padding: 10px;
	clear: both;
	font-size: 12px;
	text-align: right;
	color: #666;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#shounin a {
	color: #999999;
}
.ifrm {
	overflow: hidden;
}
.fix {
	clear: both;
}
#off-service {
}
.joken em {
	color: orange;
}
.joken-inA, .joken-inB {
}
.joken-inA {
}
.joken-inA ul {
	float: left;
	width: 50%;
	font-size: 12px;
}
.joken-inA li {
	background: url("../images/li_footer_main_menu.gif") no-repeat 0 6px;
	padding: 0 0 0 20px;
	display: block;
	line-height: 23px;
}
.joken-inB {
	clear: both;
	font-size: 11px;
}
.joken-inB ul {
	text-indent: -2.1em;
	padding-left: 2.1em;
}
.joken-inB li {
	margin: 0 0 5px;
	line-height: 1.8em;
	list-style-position: outside;
}
.joken-inB li em {
	margin-right: 0.5em;
}
ul.stepA {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
ul.stepA li {
	margin: 0 0 5px;
	line-height: 1.8em;
	list-style-position: outside;
}
ul.stepA li em {
	margin-right: 0.5em;
	font-size: 12px;
	font-style: normal;
	color: #C75050;
}
ul.stepA ul {
	margin-left: 1.5em;
}
.keiyaku {
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
	float: left;
}
.keiyaku img {
	margin: 0 auto;
}
.kihon {
	font-size: 12px;
	text-align: left;
	letter-spacing: 1px;
  padding: 10px 0;
}
.kihon-inA {
	margin-bottom: 10px;
	clear: both;
}
.kihon-inA img {
	float: left;
}
.kihon-inA p {
	float: right;
	margin: 22px 0 0 0;
	width: 180px;
}
.kihon-inB {
	font-size: 12px;
	line-height: 1.7em;
}
.hokenryou {
	background: url("../images/image-hokenryou-bg.jpg") repeat-y;
}
.hokenryou dt {
	background: url("../images/image-hokenryou.jpg") no-repeat;
	display: block;
	width: 720px;
	height: 204px;
	text-indent: -999em;
}
.hokenryou dd {
	float: left;
	width: 720px;
}
.hokenryou dd.btm {
	background: url("../images/image-hokenryou-btm.jpg") no-repeat;
	display: block;
	width: 720px;
	height: 16px;
	text-indent: -999em;
}
.kantan {
}
.kantan input, .kantan select {
	vertical-align: middle;
}
table.tableA {
	width: 600px;
}
.tableA th {
	width: 130px;
	background-color: #BCEFFF;
}
.tableB th img {
	margin: 10px auto;
}
table.tableA, table.tableB, table.type-Setsumei {
	width: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	border-collapse : collapse;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-spacing: 0;
	margin: 0px auto 20px auto;
}
.tableA th, .tableB th, .type-Setsumei th {
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	white-space: nowrap;
}
.tableA td, .tableB td, .type-Setsumei td {
	padding: 5px 5px 5px 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
	vertical-align: middle;
}
.tcenter img {
	margin: 0 auto;
}
table.tcenter td, .tcenter {
	text-align: center;
}
.tleft {
	text-align: left !important;
}
.tright {
	text-align: right !important;
}
.tred {
	color: #D8043E;
}
.boldnone {
	font-weight: normal !important;
}
.tbold {
	font-weight: bold;
}
table.tleft td {
	text-align: left !important;
}
.bgwhite {
	background-color: #FFFFFF;
}
.bggpink {
	background: url("../images/tbgA.png") repeat-x;
}
.bgdpink {
	background-color: #FFD7D7;
}
.bgpink {
	background-color: #FFE9E9;
}
.bglgray, .bglgray th {
	background-color: #EEEEEE;
}
.bgred {
	background-color: #D8043E !important;
	color: #FFFFFF;
}
.bglred {
	background-color: #FEECEC;
	color: #D8043E;
	font-weight: bold;
}
.bgblue {
	background: #B3EFEF;
}
.bglblue {
	background: #CEFFFF;
}
.bggreen {
	background: #D3EFC2;
}
.bglgreen {
	background: #E0F2D5;
}
.bgorange {
	background: #FFAA71;
}
.bglorange {
	background: #FFDFCA;
}
.bgyellow {
	background: #FFF8E3;
}
h2.barB {
border-radius: 3px;
    background: #41bfb4;
    color: #FFF;
    font-size: 20px;
    padding: 9px;
}
h2.barB:before {
	content: "\f02e";
	font-family: FontAwesome;
padding-right:10px;
color:#FFF;
}
.listA {
	background: url("../images/smenu-bg.gif") repeat-y;
	width: 200px;
	float: left;
}
.listA dt.A {
	background: url("../images/smenuhead.jpg");
	text-indent: -999em;
	height: 50px;
}
.listA dt.B {
	background: url("../images/smenuheadB.jpg");
	text-indent: -999em;
	height: 50px;
}
.listA dt.mobile {
	background: url("../images/smenuhead_mobile.png");
	text-indent: -999em;
	height: 80px;
}
.listA dd {
	background: url("../images/menu-bg.gif") no-repeat;
	width: 165px;
	margin: 0 10px;
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	overflow: hidden;
}
.listA dd.none {
	background: none;
	height: auto;
	padding: 0;
	width: 180px;
	padding: 0 10px;
	margin: 0;
}
.listA dd.none img {
	margin: 0 auto;
}
.listA dd.none p {
	font-size: x-small;
	margin-bottom: 0;
}
.listA dd.BB {
	background: none;
	padding: 0 1px 0 1px;
	margin: 0;
	width: auto;
	height: auto;
}

.boxA.Lblue {
    padding: 15px;
    background: #f1f1f1;
    border: 3px solid #009bfc;
    border-radius: 6px;
}
.boxA p {
	margin-top: 10px;
}

.listA dd.last {
	background: url("../images/menu-last.gif") no-repeat;
	width: 200px;
	height: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h2.barA {
    width: 100%;
    /* background: #f00; */
    /* border-left: 3px solid #f00; */
    padding: 5px 7px;
    border-bottom: 2px solid #e04949;
    border-top: 2px solid #e40530;
    margin-bottom: 20px;
    font-size: 200%;
    background: #f5f5f5;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
	h2.barA {
		font-size: 20px;
	}
}
h2 .fa {
	color: #c00;
	padding-right: 7px;
}
h3.barA {
    font-size: 19px;
    margin: 0 0 10px;
    padding: 5px 10px 3px 10px;
    position: relative;
    border-bottom: 2px solid #e04949;
}

h3.barA:before {
background: #c00;
    content: "";
    display: block;
    height: 26px;
    left: 0px;
    position: absolute;
    top: 5px;
    width: 5px;
}

h3.barB {
	background: url("../images/titbar_h3_B.jpg") no-repeat;
	height: 45px;
	display: block;
	line-height: 50px;
	padding: 0 0 20px 50px;
	color: #FFFFFF;
}
h4.barA {
	background: url("../images/titbar_h4_A.gif") no-repeat;
	height: 36px;
	display: block;
	margin: 0 auto 20px auto !important;
	line-height: 36px;
	padding-left: 30px;
}
h4.barB {
    border-bottom: 1px solid #CCC;
    padding-left: 0px;
    margin-bottom: 20px;
    font-size: 17px;
}
h4.barB:before {
	content: "\f072";
	font-family: FontAwesome;
padding-right:10px;
color:#c00;
}
h5.barA {
	font-size: 15px;
	margin-bottom: 20px;
}
.page {
	font-size: 12px;
	letter-spacing: 1px;
}
.icon_ini {
	padding: 10px;
	background: #FFFFE7;
	border: 1px solid #cccccc;
	line-height: 160%;
}
/* wide
---------------------------------------------------------------------*/

.secbox {

}
.w600 {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 600px !important;
}
.btm10 {
	margin-bottom: 10px !important;
}
.btm20 {
	margin-bottom: 20px !important;
}
.btm00 {
	margin-bottom: 0px !important;
}
.textAreaA {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #E0EFF7;
	line-height: 180%;
}
.unmenu {
	border-top: 1px dotted #336699;
	margin-top: 10px;
	padding: 25px 0 0 0;
	float: left;
	width: 100%;
}
sup {
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	color: #C75050;
}
dl.dl-Basetype {
	margin-top: 20px;
}
.dl-Basetype dt {
	font-weight: bold;
	margin-bottom: 7px;
}
.dl-Basetype dd {
	margin-bottom: 15px;
}
.pageup {
	float: left;
	width: 720px;
	margin-bottom: 30px;
}
.pageup a {
	width: 88px;
	height: 20px;
	background: url("../images/btn-pageup.png") no-repeat;
	display: block;
	text-indent: -999em;
	float: right;
}
.bookmark {
	top: 24px;
	right: 226px;
	font-size: 80%;
	position: absolute;
}
.bookmark a {
	background: url("../images/bookmark-new.png") no-repeat;
	display: block;
	height: 16px;
	line-height: 16px;
	padding-left: 27px;
}
.yahoobookmark {
	top: 24px;
	right: 175px;
	position: absolute;
}
.tblnth tr:nth-child(2n) {
	background: #EFEFEF;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.font11 {
	font-size: 11px;
}
.fixed {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 100%;
}
.dnone {
	display: none;
}
.tcenter {
	text-align: center;
}
.posi_rt {
	position: relative;
}
.posi_ab {
	position: absolute;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
.w200 {
	width: 200px;
}
.w230 {
	width: 230px;
}
.w250 {
	width: 250px;
}
.w280 {
	width: 280px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w380 {
	width: 380px;
}
.bs05 {
	clear: both;
	width: 100%;
	height: 5px;
	_font-size: 5px;
}
.bs07 {
	clear: both;
	width: 100%;
	height: 7px;
	_font-size: 7px;
}
.bs10 {
	clear: both;
	width: 100%;
	height: 10px;
	_font-size: 10px;
}
.bs15 {
	clear: both;
	width: 100%;
	height: 15px;
	_font-size: 15px;
}
.bs20 {
	clear: both;
	width: 100%;
	height: 20px;
	_font-size: 20px;
}
.bs25 {
	clear: both;
	width: 100%;
	height: 25px;
	_font-size: 25px;
}
.bs30 {
	clear: both;
	width: 100%;
	height: 30px;
	_font-size: 30px;
}
.bs40 {
	clear: both;
	width: 100%;
	height: 40px;
	_font-size: 40px;
}
.bs50 {
	clear: both;
	width: 100%;
	height: 50px;
	_font-size: 50px;
}
.bstop {
	clear: both;
	width: 100%;
	height: 100px;
	_font-size: 50px;
}
.bstopB {
	clear: both;
	width: 100%;
	height: 78px;
	_font-size: 50px;
}
.bstopC {
	clear: both;
	width: 100%;
	height: 20px;
	_font-size: 20px;
}
.mbt00 {
	margin-bottom: 0px !important;
}
.mbt10 {
	margin-bottom: 10px !important;
}
.mbt20 {
	margin-bottom: 20px !important;
}
.mbt30 {
	margin-bottom: 30px !important;
}
.mbt50 {
	margin-bottom: 50px !important;
}
.mbt70 {
	margin-bottom: 70px !important;
}
.mbt100 {
	margin-bottom: 100px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.pt10 {
padding-top:10px;
}
.pt20 {
padding-top:20px;
}
.plt10 {
padding-left:10px;
}
.prt10 {
padding-right:10px;
}
/* ------------------------------------------------------------
font size
------------------------------------------------------------ */

.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font18 {
	font-size: 18px !important;
}
.font20 {
	font-size: 20px !important;
}
.font26 {
	font-size: 26px !important;
}
.font30 {
	font-size: 30px !important;
}
.font35 {
	font-size: 35px !important;
}
/* ------------------------------------------------------------
font family
------------------------------------------------------------ */
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* ------------------------------------------------------------
画像位置
------------------------------------------------------------ */
.imgrt {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}
.imglt {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
.img50 {
	width: 50%;
	height: auto;
}
.img30 {
	width: 30%;
	height: auto;
}
.red {
	color: #980B0D;
}
.treatshop {
	    text-align: right;
    font-size: 11px;
    padding-bottom: 6px;
}v
#header .home {
    font-size: 34px;
    line-height: 90px;
    margin-top: -4px;
    text-align: center;
	}
#sidebar {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.ST01 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.panel-default > .panel-heading {
	font-weight: 700;
}
.chou-kantan {
	font-size: 16px;
}
.Vmiddle th,
.Vmiddle td {
	vertical-align:middle !important;
}
.THTD-Tcenter th,
.THTD-Tcenter td {
	text-align:center;
}
.bread {
    line-height: 2;
    padding: 5px 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.bread span {
	padding-right:7px;
}
.bread span:after {
	content: "\f105";
font-family: FontAwesome;
padding-left:7px;
}
.Eri li {
	font-size:18px;
	font-weight:bold;
}
.Eri li:before {
font-family: FontAwesome;
content: "\f046";
padding-right:7px;
color:orange;
}
.PlanTit01 {
font-size:18px;
font-weight:bold;
color:#000;
}
.wakuH01 {
font-weight: bold;
    background: #FFF;
    padding: 4px;
    margin-bottom: 5px;
    font-size: 16px;
    border-radius: 4px;
    color: #000;
}
.wakuH01:before {
content: "\f0f6";
font-family: FontAwesome;
padding-right:10px;
    color: #009227;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
		.sonpojapan img {
		width: 300px;
		margin-top: 7px;
	}
	div#header {
		height: auto;
	}
	#header h1 a {
		color: #FFF;
		font-size: 16px;
	}
}

@media screen and (min-width: 769px) and (max-width:991px ) {
		#header h1 {
    margin-top: 28px;
    font-size: 18px;
	}
}
@media screen and (min-width: 992px) {
	.sonpojapan img {
		width: 240px;
		margin-top: 7px;
	}
	#header h1 {
    margin-top: 25px;
    font-size: 22px;
	}
}
.mainimg {
    text-align: center;
    background-image: url(../images/mainbg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 10px 6px 20px 6px;
}
#slide_menu {
display: none;
visibility: hidden;
opacity: 0;
	border-top:3px solid #E40530;
}
@media screen and (max-width:768px ) {

	.Inmenu {
		padding-top: 7px;
		color: #881119;
	}

.is-globalNavOpen #slide_menu {
	display: block;
	visibility: visible;
	opacity: 1;
	position: fixed;
	top:0;
	left: 0;
	z-index: 200;
	width: 100%;
  height: 100%;
	animation: fadeIn 0.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
	background: #F5F5F5;
	}
#slide_menu #SM_Scrllbox {
  width: 100%;
    height: 100%;
    overflow-y: scroll;
	padding-bottom: 70px;
    -webkit-overflow-scrolling: touch;
}
	#SM_Scrllbox li {
		position: relative;
	}
	#SM_Scrllbox li:after {
position: absolute;
    right: 0;
    bottom: 0;
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    color: #c6152c;
    font-size: 23px;
	}
#slide_menu ul {
	padding-top: 7px;
	padding-bottom: 20px;
	}
	#slide_menu ul ul {
		padding-left: 20px;
		padding-bottom: 10px;
		overflow-x: hidden;
		overflow-y: hidden;
}
#slide_menu li {
	line-height: 40px;
	border-bottom: 1px solid #bbb;
	position: relative;
}
	#slide_menu ul ul li:last-child {
		border-bottom: 0;
	}
#slide_menu li span {
	position: absolute;
	right: 36px;
	font-size: 11px;
	color: #9c4392;
}
#slide_menu li a {
	display: block;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
	.hbtn {
		margin-top: 7px;
	}
#slide_menu #SM_header {
	
}
#slide_menu #SM_header #sublogo {

}
	.imglogo,
	#slide_menu #SM_header #sublogo img {
    width: 198px;
	}
	.toparea {
   background: #c6152c;
	height: 60px;
	}
	.hbtn {
		color: #FFF;
	}
	.imglogo {
		max-width: 250px;
	}
	#btn_close img,
	#btn_open img {
    width: 46px;
    float: right;
	}
}

.qaArea {
padding: 15px;
background-color: antiquewhite;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
border:1px solid #ccc;
}
.qaArea:after {
  content: "";
  display: table;
  clear: both;
}
.qaArea .qaTitle {
  background: url(../images/iconQ.png) no-repeat left top;
  padding: 5px 0 0 35px;
  zoom: 1;
  font-weight: bold;
  font-size: 120%;
  margin: 0 0 10px;
}
.qaArea .qaAnswer {
  background: url(../images/iconA.png) no-repeat left top;
  padding: 0 0 0 35px;
  zoom: 1;
  font-size: 100%;
  margin: 0 0 10px;
}