@charaset "UTF-8";

/***** 全体 *****/

html {
    -webkit-text-size-adjust:none;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
}

* {
-webkit-touch-callout : none;
}

#signeture {
	display:none;
}



body {
    margin: 1em 0 0 0;
	font-size:10pt;
	line-height: 16pt;
	text-align:left;
	color : #000 ;
	background-color: #fff ;
	}

section img {
	border: none;
	max-width: 100%;
	}

/*****　グリッド　*****/

.grid-row {
	margin-bottom: 0px;
	}

 .grid-2.ratio3 img {
	 width: 80%;
	 }

.grid-row + p {
	margin-top: 0.8em;
	}

section {
	margin: 0em 0.8em 2em 0.8em;
	/*background-color: #EFE9B4;*/
	}
h1 + section {
	border-top: none;
	}

section.postscript {
	border-top: solid 2px #ddd;
	color: #888;
	font-size: 90%;
	padding-top: 20px;
	}
section .grid-2.width703:first-child {
	margin-bottom: 1em;
	}
	
article {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}
article + article:last-child ,
.grid-2 + .grid-2 article:last-child,
.no-boder {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	}
.grid-2 + .grid-2 article:last-child.border480 {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}
.border-top,
.border-top480 {
	border-top: dotted 1px #ccc;
	padding-top: 1em;
	margin-top: 1em;
	}
.dt-border-top dt {
	border-top: dotted 1px #ccc;
	padding-top: 1em;
	/*margin-top: 1em;*/
	}
h2 + dl.dt-border-top dt:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
	}

footer {
	border-top: solid 3px #ededed;
	text-align: center;
	color: #bbb;
	font-size: 90%;
	padding: 0.8em 0.8em 1em 0.8em;
	}


/***** 見出し *****/

h1 {
	display: none;
	}

h2 {
	font-size:120%;
	line-height: 100%;
	background-color: #637998;
	background-image: url(../topics/images/light.png);
	color: #fff;
	padding: 10px;
	margin: 0 0 15px 0;
	
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius: 4px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	}


h3 {
	font-size:110%;
	line-height: 100%;
	padding: 0;
	margin: 0 0 0.5em 0;
	}
article h3 {
	margin-left : 0 ;
	margin-right : 0 ;
	}

h4 {
	font-size:110%;
	line-height: 100%;
	font-weight:bold;
	margin:0em 0em 0.5em 0em;
	}

/***** iOS7 *****/

#headerspace, #headerspace_side {
	height:44px;
	display:none;
	}


/***** ナビ用ボタン *****/

.navibutton {
	font-size: 12px;
	line-height: 32px;
	height: 32px;
	color: #333;
	padding: 0 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#ffffff));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #aaa;
}

.navibutton img {
	width: 12px;
	margin: 0;
	}

#backBtn img,
#datepicker img {
	width: 18px;
	margin-bottom: -4px;
	}

/***** ボタンタイプのチェックボックス、ラジオボタン *****/

/* チェックボックス
============================== */
div.check-group {
	font-size:95%;
	color: #709dcd;
}
div.check-group input {
	display: none;
}
div.check-group label {
	cursor: pointer;
	padding: 3px 10px;
	float: left;
	border: solid 1px #709dcd;
	margin-left: -1px;
	background: #fff;
}
div.check-group div:first-child label {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
}
div.check-group div:last-child label {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
}
div.check-group input:checked+label {
	color: #fff;
	background: #709dcd;
}

div.check-group label::-moz-selection,
div.check-group label::selection {
	background: transparent;
}

/* ラジオボタン
============================== */
div.radio-group {
	font-size:95%;
	color: #709dcd;
}
div.radio-group input {
	/*
	opacity: 0;
     filter: alpha(opacity=0);
	*/
}
div.radio-group div {
	position: relative;
}
div.radio-group input {
	position: absolute;
	left: 0px;
	outline:none;
}
div.radio-group label {
	cursor: pointer;
	padding: 3px 10px;
	float: left;
	border: solid 1px #709dcd;
	margin-left: -1px;
	background: #fff;
}
div.radio-group div:first-child label {
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
}
div.radio-group div:last-child label {
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
}
div.radio-group label.checked  {
	color: #fff;
	background: #709dcd;
}


/***** 本文 *****/

p {
	padding : 0;
	margin: 0;
	margin-bottom: 0.8em;
	-webkit-touch-callout:none;
	}
section p:last-child {
	margin-bottom : 0 ;
	}

ul,
ol {
	padding: 0;
	margin: 0 0 0 0 ;
	}
li {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	}
li:last-child {
	margin-bottom: 0;
	}
	
ul.normal,
ol.normal {
	margin: 0 0 0 1.5em ;
	}
ul.normal li {
	list-style: disc;
	margin-bottom: 0.5em;
	}
ol.normal li {
	list-style: decimal;
	margin-bottom: 0.5em;
	}
ul.normal li:last-child,
ol.normal li:last-child {
	margin-bottom: 0;
	}

ul.row2 li:nth-child(odd) {
	float: left;
	width: 7em;
	}
ul.row2 li.row2-wide {
	float: none;
	width: 100%;
	}

dl {
	padding :0;
	margin : 0 ;
	-webkit-touch-callout:none;
	}
dt {
	font-size:110%;
	line-height: 100%;
	font-weight:bold;
	margin:0em 0em 0.5em 0em;
	}
dd {
	padding-bottom: 0.8em;
	margin-left: 1em;
	}
dd:last-child {
	padding-bottom: 0;
	}
dt.first {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	}

ruby rt {
	font-weight: normal;
	}


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

.position-center {
	text-align: center;
	}


/*　ポイント　*/

.point {
	border: solid 1px #ddd;
	border: solid 1px rgba(0,0,0,0.25);
	background-color: #e5eff9;
	padding: 0.8em;
	margin-bottom: 0.8em;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
.point:last-child {
	margin-bottom: 0;
	}
.point h3 {
	font-size: 100%;
	}
.point p {
	margin-bottom: 10px;
	}
.point p:last-child {
	margin-bottom: 0;
	}
.point.margin {
	margin-bottom:0.8em;
	}

.point-upgrade {
	background-color:#ffddbe;
	}
	
/*****　改行　*****/

.nextline480 {
	display: block;
	}

/*****　表示・非表示　*****/

.away480 {
	display: none;
	}
.appear480,
.appear568,
.appear703,
.appear768,
.appear600 {
	display: none;
	}


/*****　テーブル　*****/

table {
	width: 100%;
	border: solid 1px #b2b2b2;
	border: solid 1px rgba(0,0,0,0.3);
	margin-bottom: 0.8em;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
table:last-child {
	margin-bottom: 0;
	}
caption {
	font-weight: bold;
	margin-bottom: 5px;
	}

th,
td {
	border-bottom: solid 1px #d9d9d9;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	padding: 0.5em;
	vertical-align:middle;
	line-height: 160%;
	}
th {
	background-color: #e5eff9;
	background-color: rgba(149,185,226,0.25);
	}
tbody tr:first-child th:first-child {
	-moz-border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
	}
tbody tr:first-child th:last-child {
	-moz-border-radius: 0 4px 0 0;
	-webkit-border-radius: 0 4px 0 0;
	border-radius: 0 4px0 0;
	}
tbody tr:last-child th{
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
	}
tbody tr:last-child td{
	-moz-border-radius: 0 0 4px 0;
	-webkit-border-radius: 0 0 4px 0;
	border-radius: 0 0 4px 0;
	}

tbody tr:first-child th:first-child.single {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	}
tbody tr:last-child th.th-border {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	}
tbody tr:first-child th:last-child.cell-wide {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	}
	
.cell-mult th {
	-moz-border-radius: 0 0 0 4px;
	-webkit-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
	border-bottom: none;
	}

th + td,
td + td {
	/*vertical-align: top;*/
	border-left: dotted 1px #b2b2b2;
	border-left: dotted 1px rgba(0,0,0,0.3);
	}

.table-partition {
	border-left: dotted 1px #b2b2b2;
	border-left: dotted 1px rgba(0,0,0,0.3);
	}
	
.table-no-partition {
	border-left: none;
	}
	
tbody tr:last-child th,
tbody tr:last-child td {
	border-bottom: none
	}
	
.table-striped tbody tr:nth-child(even) td {
	background-color:#f7f7f7;
	background-color: rgba(218,218,218,0.25);
	}
.table-striped tbody tr:nth-child(even) th {
	background-color:#d6e5f1;
	background-color: rgba(107,149,192,0.25);
	}

/*　テーブル変形　*/

table.break480 th,
table.break480 td {
	display: block;
	width: auto;
	}
/*table.break480 thead th {
	border-bottom: solid 1px rgba(0,0,0,0.3);
	} */
table.break480 tbody th {
	border-bottom: none;
	border-top: dotted 1px rgba(0,0,0,0.3);
	}
table.break480 tbody tr:first-child th {
	border-top: none;
	}
table.break480 tbody tr:last-child th {
	-webkit-border-radius : 0px 0px 0px 0px;
	}
table.break480 td {
	border-left: none;
	border-bottom: none;
	}
.break480 tbody tr:nth-child(even) td {
	background-color:#ff3;
	background-color: rgba(255,255,255,1);
	-webkit-border-radius : 0 0 4px 4px;
	}
.break480 tbody tr:nth-child(even) th {
	background-color: #e5eff9;
	background-color: rgba(149,185,226,0.25);
	}


/***** 画像配置 *****/

.img-fit {
	text-align: center;
	}
.img-fit img {
	width: 440px;
	}

.inline-left {
	float : left ;
	margin : 0 1em 0 0 ;
	}
.inline-right {
	float : right ;
	margin : 0 0 0 1em ;
	}

.inline-top {
	margin : 0 0 0.8em 0;
	}

figure {
	text-align: center;
	padding: 0;
	margin: 0;
	/*border: solid 1px #f33;*/
	}
figure img {
	display: block;
	margin: 0 auto;
	}

figucaption {
	display: block;
	color: #666;
	line-height: 120%;
	padding: 0;
	margin: 10px 0 0 0;
	}


/* float解除用 */

.clearfix{
	*zoom:1
	}
.clearfix:before,
.clearfix:after {
	display:table;
	line-height:0;
	content:""
	}
.clearfix:after {
	clear:both
	}
.hide-text {
	font:0/0 a;
	}


/*****　マージン調整　*****/

ul + p,
dl + p,
ul + table,
ol + table,
.margin-top480  {
	margin-top: 0.8em ;
	}



/*****　テキスト　*****/

.font-small {
	font-size: 90%;
	}
h2 .font-small {
	font-size: 80%;
	}

.font-plain {
	font-weight: normal;
	}

.notice {
	color: #06C;
	font-weight: bold;
	}
.notice-title {
	color: #ffffcc;
	font-weight: bold;
	}
.timestamp {
	text-align: right;
	}

.caution {
	color: #f33;
	}

.yomi {
	color:#666;
	font-size:90%;
	font-weight: normal;
	line-height: 120%;
	}
th .yomi,
li .yomi {
	margin-bottom:0.5em;
	}

.imi {
	color: #083E9C;
	font-size:90%;
	}

/*****　ボタン　*****/

.icon-topic,
.icon-web,
.icon-store,
.icon-map,
.icon-tel,
.icon-upgrade,
.icon-close {
	text-align: center;
	width: 100%;
	/*background-color: #ddd;*/
	}
.icon-topic a,
.icon-web a,
.icon-store a,
.icon-map a,
.icon-tel a,
.icon-upgrade a,
.icon-close a,
.icon-topic button {
	display: inline-block;
	line-height: 20px;
	font-size: 120%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #F60;
	background-image: url(../topics/images/light.png);
	padding: 7px 10px 7px  25px;
	/*margin: 0 20px;*/
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	}

.icon-topic a {
	/*font-size: 100%;
	padding: 4px 0px 4px  20px;*/
	/*margin: 0 20px;*/
	}
.icon-web span,
.icon-topic span,
.icon-store span,
.icon-map span,
.icon-tel span,
.icon-upgrade span,
.icon-close span {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 0 30px;
	}
/*.icon-topic span {
	padding: 0 25px;
	}*/
.icon-web a, {
	background-color: #3191f5;
	}
.icon-web span {
	background-image: url(../topics/images/icon_web.png);
	}
.icon-topic a,
.icon-topic button {
	background-color: #63a2d0;
	}
.icon-topic span {
	background-image: url(../topics/images/icon_topic.png);
	background-size: 16px;
	}
.icon-store a {
	background-color: #222;
	}
.icon-store span {
	background-image: url(../topics/images/icon_store.png);
	}
.icon-map a {
	background-color: #81c94a;
	}
.icon-map span {
	background-image: url(../topics/images/icon_map.png);
	}
.icon-tel a {
	background-color: #d5ad3d;
	}
.icon-tel span {
	background-image: url(../topics/images/icon_tel.png);
	}
p.icon-tel {
	letter-spacing: 0.3em;
	}
.icon-upgrade span {
	background-image: url(../topics/images/icon_upgrade.png);
	}
.icon-close a {
	background-color: #6da670;
	}
.icon-close span {
	background-image: url(../topics/images/icon_close.png);
	}


/*　ボタンサイズ　*/

.btn-w400 a,
.btn-w250 a {
	width: 80%;
	}
	
/*　ミニ　*/

.icon-web.mini a {
	line-height: 20px;
	font-size: 100%;
	text-align: center;
	background-image: url(../topics/images/light.png);
	padding: 10px 5px 10px  5px;
	margin: 0 0px;
	}
.icon-web.mini span {
	background-size: 13px;
	padding: 0 18px;
	}
	
	
/*　戻るボタン　*/

.btn-back {
	background-color: rgba(235,235,235,0.9);
	width: 20px;
	position: fixed;
	left: 0;
	top: 1em;
	z-index: 10;
	padding: 10px 10px 10px 8px;
	
	-moz-border-radius: 0 20px 20px 0;
	-webkit-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	}
.btn-back img {
	display: block;
	width: 17px;
	}

	
	
input:focus, select:focus, textarea:focus, button:focus {
	outline:none;
}
	
	

.pay {
	/*font-size: 90%;*/
	font-weight: normal;
	color: #CC5D08;
	padding-left: 1em;
	}
	
	
/*******************************/
/*******************************/


@media (max-width: 480px) {
	
.img-fit img {
	width: 100%;
	}

}

@media (min-width: 480px) {


dd {
	margin-left: 2em;
	}

.li-block2 li {
	display: block;
	float: left;
	width: 50%;
	}

/*****　ボタン　*****/

/*.icon-web a,
.icon-topic a,
.icon-map a,
.icon-tel a {
	margin: 0 40px;
	}*/

/*　ミニ　*/

.icon-web.mini a {
	margin: 0 40px;
	}

	
}


/*******************************/
/*******************************/


@media (min-width: 568px) {


.grid-2.width568 {
	float: left;
	width: 50%;
	}
.grid-2:first-child.width568{
	margin-left: 0;
	}
section .grid-2.width568:first-child {
	width: 48.5%;
	}
section .grid-2.width568:last-child {
	width: 48.5%;
	margin-left: 3%;
	}
section .grid-2.width568:last-child.left {
	margin-left: 0;
	}
	
article.grid-2 {
	border: none;
	padding: 0;
	margin:0; 
	}

/*****　表示・非表示　*****/

.appear568 {
	display: block;
	}
.away568 {
	display: none;
	}



}



/*******************************/
/*******************************/


@media (min-width: 600px) {
	
	
 .grid-2.ratio3 img {
	 width: 50%;
	 }

.grid-2.width600 {
	float: left;
	width: 50%;
	}
.grid-2:first-child.width600 {
	margin-left: 0;
	}
section .grid-2.width600:first-child {
	width: 48.5%;
	}
section .grid-2.width600:last-child {
	width: 48.5%;
	margin-left: 3%;
	}
section .grid-2.width600:last-child.left {
	margin-left: 0;
	}


/*****　表示・非表示　*****/

.away480,
.appear600 {
	display: inline;
	}
.away600 {
	display: none;
	}

/*****　改行　*****/

.nextline480 {
	display: inline;
	}
th .nextline480 {
	margin-left: 10px;
	}

.inline600 {
	float: left;
	}

	
/*　テーブル変形　解除　*/

table.break480 tbody th,
table.break480 tbody td {
	display: table-cell;
	border-top: none;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	}
table.break480 td {
	border-left: dotted 1px rgba(0,0,0,0.3);
	}
table.break480 tbody tr:last-child th,
table.break480 tbody tr:last-child td {
	border-bottom: none;
	}
.break480 tbody tr:nth-child(even) td {
	background-color:#f7f7f7;
	background-color: rgba(218,218,218,0.25);
	-webkit-border-radius : 0 0 0 0;
	}
.break480 tbody tr:nth-child(even) th {
	background-color:#d6e5f1;
	background-color: rgba(107,149,192,0.25);
	}


/*****　ボタン　*****/

/*　ボタンサイズ　*/

.btn-w400 a {
	width: 300px;
	}
.btn-w250 a {
	width: 220px;
	}



}



/* AQUOS PHONE - Galaxy */

@media (orientation: portrait) and (min-width: 360px), (orientation: landscape) and (min-width: 598px)  {
	
body {
	font-size:10.5pt;
	line-height:17pt;
	}

}


/* Nexsu7 - */
@media (orientation: portrait) and (min-width: 600px), (orientation: landscape) and (min-width: 900px) {
	
body {
	font-size:12pt;
	line-height:19pt;
	}



}



@media (min-width: 768px) {
	

/*****　グリッド　*****/

.grid-2 {
	float: left;
	/*margin-left: 2.32%;*/
	}
.grid-2.right {
	float: right;
	}
.grid-2 {
	/*width: 48.83%;*/
	width: 50%;
	/*background-color: #eee;*/
	}
.grid-2:first-child {
	margin-left: 0;
	}
.grid-2 p:last-child {
	margin-bottom : 0 ;
	}

.grid-2 + .grid-2 {
	margin-top : 0 ;
	}
.grid-2.no-child article {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	}
.grid-2 + .grid-2 article:last-child.border480 {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	}
.grid-row.border-bottom768 {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}
section .grid-2:first-child {
	width: 48.5%;
	}
section .grid-2:last-child {
	width: 48.5%;
	margin-left: 3%;
	}
section .grid-2:last-child.left {
	margin-left: 0;
	}
section .grid-2:first-child.no-child,
section .grid-2:last-child.no-child {
	margin-left: 0;
	}

section .grid-2.ratio3 {
	width: 32.3%;
	}
section .grid-2.ratio6 {
	width: 64.6%;
	}
 .grid-2.ratio3 img {
	 width: 100%;
	 max-width: 100%;
	 }

article:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	}

.border-top480 {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
	}

/*****　ボタン　*****/

/*.icon-web a,
.icon-topic a,
.icon-map a,
.icon-tel a {
	margin: 0 80px;
	}*/


/*　ポイント　*/

.point.margin {
	margin-bottom:0;
	}
.margin + .margin {
	margin-top: 0.8em;
	}

/*****　表示・非表示　*****/

.appear768 {
	display: block;
	}
.away768 {
	display: none;
	}


/*****　マージン調整　*****/

.margin-top480  {
	margin-top: 0 ;
	}


}

@media (min-width: 900px) {
	

 .grid-2.ratio3 img {
	 width: 80%;
	 }
	
}

@media (min-width: 703px) {
	
	
.grid-2.width703 {
	float: left;
	width: 50%;
	}
.grid-2:first-child.width703 {
	margin-left: 0;
	}
.grid-2.width703:first-child {
	width: 48.5%;
	}
.grid-2.width703:last-child {
	width: 48.5%;
	margin-left: 3%;
	}
.grid-2.width703:last-child.left {
	margin-left: 0;
	}
.grid-2.width703 article:last-child {
	border-bottom: none;
	}

/*****　表示・非表示　*****/

.appear703 {
	display: block;
	}
.away703 {
	display: none;
	}


}