@charset "utf-8";
.main-img {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	z-index: 11;
}
.main-img p {
	margin: 0px;
	padding: 0px;
}



.main .main-contents {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 700px;
}
.main .main-contents .h2-bg {
	background-color: #003366;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
	clear: both;
}
.main .main-contents .h2-bg h2 {
	font-size: 32px;
	text-shadow: 2px 4px 7px #003;
	background-color: #003366;
	color: #FFF;
	font-weight: normal;
	/* [disabled]-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2); */	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	/* [disabled]box-shadow: 1px 1px 2px rgba(0,0,0,0.2); */			/*同上*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 96%;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
}
#maypage .main .main-contents .h2-bg h2 {
	font-size: 24px;
}
.main .main-contents .h2-bg h2 span {
	font-size: 60%;
	display: block;
	line-height: 1.2em;
}

.main .main-contents h3 {
	font-size: 28px;
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);	/*同上*/
	font-weight: normal;
	padding: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	clear: both;
}
.main .main-contents h3 a {
	display: block;
	text-decoration: none;
}
.main .main-contents h3 a:link {
	color: #666;
}
.main .main-contents h3 a:visited {
	color: #666;
}
.main .main-contents h3 a:hover {
	color: #069;
	text-decoration: underline;
}
.main .main-contents h3 a:active {
	color: #666;
}
.main .main-contents h4 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	color: #036;
	font-weight: normal;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.main .main-contents h5 {
	font-size: 20px;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #036;
}
.main .main-contents p {
	font-size: 18px;
}
.main .main-contents .bt-more {
}
.main .main-contents .bt-more a {
	display: block;
	background-image: url(/media/documents/img/bt_more01.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#main-one .main-contents .main-contents-in h3 .bt-contact a {
	padding: 8px;
}

.main .main-contents .contact {
	border: 1px solid #CCCCCC;
	border-radius: 10px;			/*同上*/
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	overflow: hidden;
}
.main .main-contents .contact h4 {
	text-align: center;
}
.main .main-contents .contact .bt-contact {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
.main .main-contents .contact p {
	text-align: center;
}



.main .main-contents .bt-contact {
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 50%;
}
.main .main-contents .column-two .column-in .bt-contact {
	width: 90%;
}
.main .main-contents .bt-contact a {
	text-align: center;
	display: block;
	background-color: #FF9933;
	width: 96%;
	border: 1px solid #FFFFFF;
	margin: 0px;
	border-radius: 10px;		/*角丸のサイズ。この行削除すれば通常の長方形になる。*/
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);			/*同上*/
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
}
.main .main-contents .bt-contact a:link {
	color: #FFF;
}
.main .main-contents .bt-contact a:visited {
	color: #FFF;
}
.main .main-contents .bt-contact a:hover {
	text-decoration: underline;
	background-color: #FC0;
}
.main .main-contents .bt-contact a:active {
	color: #FFF;
	text-decoration: underline;
	background-color: #FC0;
}

.main .main-contents #bt-gray a {
	background-color: #C9C9C9;
	border: 1px solid #FFFFFF;
}
.main .main-contents #bt-gray a:hover {
	background-color: #CCC;
}
.main .main-contents #bt-gray a:active {
	background-color: #CCC;
}

.main .main-contents .bt-contact button {
	text-align: center;
	display: block;
	background-color: #FF9933;
	width: 96%;
	border: 1px solid #FFFFFF;
	margin: 0px;
	border-radius: 10px;		/*角丸のサイズ。この行削除すれば通常の長方形になる。*/
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);			/*同上*/
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
}
.main .main-contents .bt-contact button:link {
	color: #FFF;
}
.main .main-contents .bt-contact button:visited {
	color: #FFF;
}
.main .main-contents .bt-contact button:hover {
	text-decoration: underline;
	background-color: #FC0;
}
.main .main-contents .bt-contact button:active {
	color: #FFF;
	text-decoration: underline;
	background-color: #FC0;
}



.main .main-contents .main-contents-in .bt-contact button {
	text-align: center;
	display: block;
	background-color: #FF9933;
	width: 96%;
	border: 1px solid #FFFFFF;
	margin: 0px;
	border-radius: 10px;		/*角丸のサイズ。この行削除すれば通常の長方形になる。*/
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);			/*同上*/
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 2%;
	padding-bottom: 15px;
	padding-left: 2%;
}
.main .main-contents .main-contents-in .bt-contact button:link {
	color: #FFF;
}
.main .main-contents .main-contents-in .bt-contact button:visited {
	color: #FFF;
}
.main .main-contents .main-contents-in .bt-contact button:hover {
	text-decoration: underline;
	background-color: #FC0;
}
.main .main-contents .main-contents-in .bt-contact button:active {
	color: #FFF;
	text-decoration: underline;
	background-color: #FC0;
}


.main .main-contents ul {
}
.main .main-contents ul li {
	font-size: 18px;
}
.main .main-contents ol {
	margin-left: 20px;
}
.main .main-contents ol li {
	font-size: 18px;
}
.main .main-contents ol li ol li {
	list-style-type: upper-roman;
}

.main .main-contents dl {
}
.main .main-contents dl dt {
	padding-top: 13px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/media/documents/img/dl_dt_back.gif);
	background-repeat: repeat-x;
	text-align: right;
	font-weight: normal;
	width: 26%;
	font-size: 18px;
}
.main .main-contents dl dd {
	background-image: url(/media/documents/img/dl_dd_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 13px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 70%;
	margin-left: 0px;
	font-size: 18px;
}
.main .main-contents dl .last {
	height: 1px;
	padding-top: 3px;
	padding-bottom: 0px;
}

.main .main-contents table {
	border-collapse: separate;
	margin: 10px;
	border-spacing: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main .main-contents table tr {
}
.main .main-contents table tr th {
	padding: 8px;
	font-size: 18px;
	background-color: #003399;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
	white-space: normal;
}
.main .main-contents table tr td {
	padding: 8px;
	font-size: 18px;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
}

.main .main-contents strong {
	font-size: 120%;
	font-weight: normal;
	color: #FE1D00;
	padding-right: 2px;
	padding-left: 2px;
}
.main .main-contents em {
	font-size: 110%;
	font-weight: normal;
	color: #0033FF;
	font-style: normal;
	padding-right: 2px;
	padding-left: 2px;
}
.main .main-contents .crumb {
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 5px;
}
.main .attention {
	margin: 10px;
	padding: 10px;
	border: 1px solid #FE1D00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url(/media/documents/img/attention_bk_top.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.main .main-contents .attention h3 {
	margin-top: 5px;
}

.main .supplement {
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.main .main-contents .supplement h3 {
	margin-top: 5px;
	margin-left: 5px;
}
.main .main-contents .supplement p {
	font-size: 90%;
}
.main .main-contents .supplement ul li {
	font-size: 90%;
}



.main .main-contents  {
}
.main .main-contents article {
	width: 100%;
}

.main .main-contents .column-two {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.main .main-contents .column-two .column-in {
	padding: 1%;
	width: 48%;
	float: left;
}
.main .main-contents .column-two #wide-center {
	width: 48%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.main .main-contents .column-two .column-in .cts-in {
	width: 96%;
	border: 1px solid #FFFFFF;
	padding: 2%;
	margin: 0px;
	border-radius: 6px;		/*角丸のサイズ。この行削除すれば通常の長方形になる。*/
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);			/*同上*/
}
.main .main-contents .column-two .column-in .cts-in h3 {
	margin-top: 5px;
	margin-left: 5px;
}
.main .main-contents .column-three {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main .main-contents .column-three .column-in {
	width: 31%;
	float: left;
	padding: 1%;
}
.main .main-contents .column-three .column-in .cts-in {
	width: 96%;
	border: 1px solid #FFFFFF;
	padding: 2%;
	margin: 0px;
	border-radius: 6px;		/*角丸のサイズ。この行削除すれば通常の長方形になる。*/
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);			/*同上*/
}
.main .main-contents .column-three .column-in .cts-in h3 {
	margin-top: 5px;
	margin-left: 5px;
}
.main .main-contents .contents-in {
	border: 1px solid #FFFFFF;
	width: 93%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	border-radius: 15px;		/*角丸のサイズ。この行削除すれば通常の長方形になる。*/
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);			/*同上*/
	overflow: hidden;
}
.main .main-contents .contents-in h3 {
	margin-top: 5px;
}
.main .main-contents .contents-in h4 {
	margin-top: 5px;
}
.main .main-contents .attention {
	width: 93%;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	font-size: 120%;
}
.main .main-contents .supplement {
	width: 93%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
}
.main .main-contents .faq {
	width: 100%;
}
.main .main-contents .faq .contents-in h4 {
	background-image: url(/media/documents/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
}
.main .main-contents .faq .contents-in .answer {
	background-image: url(/media/documents/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.main .main-contents .table-compare {
	width: 100%;
}
.main .main-contents .table-compare table {
	width: 98%;
}
.main .main-contents .table-compare table tr td {
	text-align: center;
	width: 40%;
}







.main .img-float {
	float: right;
	width: 49%;
	padding-top: 1%;
	padding-right: 0%;
	padding-bottom: 1%;
	padding-left: 1%;
}
.main .img-float25 {
	float: right;
	padding: 1%;
	width: 23%;
}
.main .main-contents .float-clear {
	clear: both;
}

.main .main-contents .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
  clear: both;
  margin-top: 5px;
}

.main .main-contents .movie iframe {
	position: absolute;
	top: 0;
	right: 2px;
	width: 100% !important;
	height: 100% !important;
}
.main .main-contents .movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.main .main-contents .gallery {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main .main-contents .gallery ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
.main .main-contents .gallery ul li {
	margin: 0px;
	padding: 1%;
	list-style-type: none;
	width: 48%;
	float: left;
	font-size: 90%;
	text-align: center;
}
.main .main-contents .gallery ul li img {
	height: auto;
	max-width: 100%;
}
.main .main-contents .gallery .gallery-fin {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main .main-contents .flow {
	width: 100%;
}
.main .main-contents .flow p {
	font-size: 150%;
	background-image: url(../../junior/image/flow_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.main .main-contents .flow p span {
	font-size: 90%;
	padding-right: 10px;
}
.main .main-contents .price {
	width: 100%;
}
.main .main-contents .price table {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
.main .main-contents .price table tr td {
	text-align: center;
}
.main .main-contents .table-full {
	width: 100%;
}
.main .main-contents .table-full table {
	width: 99%;
}
.main .main-contents .table-full table tr td {
	text-align: center;
}
.main .main-contents .table-full table .tr-total th {
	background-color: #001F5E;
}
.main .main-contents .table-full table .tr-total td {
	background-color: #F0F5FF;
	color: #333;
}
.main .main-contents .table-full table .tr-attention th {
	background-color: #0C316D;
}
.main .main-contents .table-full table .tr-attention td {
	color: #333;
	background-color: #FFFFE6;
}



.main .main-contents iframe {
	border: 1px solid #CCC;
	height: 300px;
	width: 100%;
}

.main .main-contents .bt-tab {
	width: 100%;
	display: block;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}
.main .main-contents .bt-tab ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.main .main-contents .bt-tab ul li {
	list-style-type: none;
	margin: 0px;
	width: 24.5%;
	float: left;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0.5%;
}
.main .main-contents .bt-tab ul li a {
	display: block;
	width: 96%;
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px 5px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下。*/
	background-color: #036;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #036;
	box-sizing: border-box;}
.main .main-contents .bt-tab ul li a:link {
}
.main .main-contents .bt-tab ul li a:visited {
}
.main .main-contents .bt-tab ul li a:hover {
	background-color: #0060BF;
}
.main .main-contents .bt-tab ul li a:active {
}
.main .main-contents .bt-tab ul .active a {
	background-color: #0060BF;
}






#main-one {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
#main-one .main-contents {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
#main-one .main-contents .h2-bg h2 {
	width: 960px;
}
#main-one .main-contents .main-contents-in {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.rule-text {
	padding: 10px;
}
.rule-text h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
.rule-text h4 {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 15px;
	margin-bottom: 10px;
}
.rule-text p {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.rule-text ol {
	margin-top: 10px;
	margin-bottom: 10px;
}
.rule-text ol li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
.rule-text ol li ol li {
	list-style-type: upper-roman;
}






.main .main-side {
	width: 230px;
	float: left;
}
.main .main-side h3 {
	font-size: 18px;
	padding: 5px;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
}
.main .main-side h3::first-letter {
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0033FF;
}
.main .main-side h4 {
	font-size: 16px;
	font-weight: normal;
}
.main .main-side p {
	font-size: 14px;
}
.main .main-side ul {
}
.main .main-side ul li {
	font-size: 14px;
	margin-right: 0px;
}
.main .main-side .side-column {
	width: 100%;
}

.main .main-side .side-in {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 2px;
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	box-shadow: 0px 0px 1px 1px #fff inset;
	overflow: hidden;
	width: 94%;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
}
.main .main-side .side-in h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.main .main-side #profile {
}
.main .main-side #profile .logo {
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.main .main-side #profile .logo img {
	width: auto;
	max-width: 100%;
}
.main .main-side #profile .name {
	display: block;
}
.main .main-side #profile .address {
	display: block;
}
.main .main-side #profile ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
}
.main .main-side #profile ul li {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
.main .main-side #profile ul li a {
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	height: auto;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.9);	/*背景色。rgbaは色設定で255,255,255は白。0.9は透明度90%の事。*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-decoration: none;
}
.main .main-side #profile ul li a:link {
	color: #666;
	background-image: url(/media/documents/img/bt_more02.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.main .main-side #profile ul li a:visited {
	color: #666;
	background-image: url(/media/documents/img/bt_more02.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.main .main-side #profile ul li a:hover {
	color: #666;
	text-decoration: underline;
	background-color: #FFF;
	background-image: url(/media/documents/img/bt_more02.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.main .main-side #profile ul li a:active {
	color: #666;
	text-decoration: underline;
	background-image: url(/media/documents/img/bt_more02.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.main .main-side .banner {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.main .main-side .banner h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.main .main-side .banner ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
.main .main-side .banner ul li {
	margin: 0px;
	list-style-type: none;
	width: 100%;
	float: left;
	font-size: 80%;
	text-align: center;
	padding: 0;
}
.main .main-side .banner ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.main .main-side .banner ul li img {
	height: auto;
	max-width: 100%;
}
.main .main-contents .inquiry-table {
	width: 100%;
}
.main .main-contents .inquiry-table dl dt {
	width: 25%;
	text-align: center;
}
.main .main-contents .inquiry-table dl dd {
	width: 70%;
}
.main .main-contents .inquiry-table dl dd .supplement {
	margin-right: 0px;
	margin-left: 0px;
}

.main .main-contents .inquiry-table dl dd .supplement h4 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 18px;
}
.main .main-contents .inquiry-table dl dd .supplement h5 {
	font-size: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.main .main-contents .inquiry-table dl dd .supplement p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
}
.main .main-contents .inquiry-table dl dd .supplement ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
.main .main-contents .inquiry-table dl dd .supplement ul li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 1ex;
	padding: 0px;
	font-size: 16px;
}
.main .main-contents .inquiry-table input{
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
	width: 60%;
	max-width: 600px;
}
#mypage .main .main-contents .inquiry-table input{
	width: 90%;
	max-width: 800px;
}
.main .main-contents .inquiry-table .input-wide {
	width: 96%;
}
.main .main-contents .inquiry-table .input-one-third {
	width: 28%;
}
#mypage .main .main-contents .inquiry-table .input-wide {
	width: 96%;
}
#mypage .main .main-contents .inquiry-table .input-one-third {
	width: 28%;
}


#mypage .main .main-contents .inquiry-table #radio {
	width: auto;
}
#mypage .main .main-contents .inquiry-table #checkbox {
	width: auto;
}
.main .main-contents .inquiry-table #radio {
	width: auto;
}
.main .main-contents .inquiry-table #checkbox {
	width: auto;
}

.main .main-contents .inquiry-table select{
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-width: 400px;
	padding: 5px;
}
.main .main-contents .inquiry-table textarea{
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-width: 600px;
	padding: 5px;
	width: 96%;
}
.main .main-contents .inquiry-table .bt-inquiry {
	text-align: center;
}
.main .main-contents .inquiry-table .bt-inquiry input {
	width: auto;
	margin: 10px;
	font-size: 16px;
}
#mypage .main .main-contents .inquiry-table .bt-inquiry input {
	width: auto;
}
