@charset "utf-8";

/*--------------------------------------------------------------------
webfont読込
--------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(notosansjp.css);

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	/*font-family: 'Noto Sans JP', YuGothic, Verdana, '游ゴシック', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing:border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing:border-box;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
	box-sizing:border-box;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	box-sizing:border-box;
}

input, textarea{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	cursor: pointer;
}

ol, ul{
    list-style:none;
	box-sizing:border-box;
}

table{
	width:100%;
    border-collapse: collapse; 
    border-spacing:0;
	box-sizing:border-box;
}

caption, th{
    text-align: left;
	box-sizing:border-box;
}

a:focus {
	outline:none;
}

br {
	letter-spacing:0;
}

img {
	width:100%;
	border: 0;
	vertical-align:bottom;
	box-sizing:border-box;
}

div#accesslog img {
	display:block;
	height:0;
}


/*共通使用部分*/

body {
	letter-spacing:0.1em;
	/* background:#EDFCE0; */
	background:#fff;
	font-size:0.95em;
	color:#222;
	line-height:1.8;
	/*文字サイズの自動調整を無効*/
	-webkit-text-size-adjust: 100%;
}

.mincho,.mincho strong {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (max-width: 880px){
body {
	font-size:1em;
}
}

.red {
	color:#BF0000;
}

.black {
	color: #222;
}

.clear {
	clear:both;
}

.left,.left02 {
	float:left;
}

.right,.right02 {
	float:right;
}

.m10 {
	margin:10px;
}

@media (max-width: 880px){
.m10 {
	margin:10px 0;
}

.left {
	float:none;
}

.right {
	float:none;
}
}

.p10 {
	padding: 0 10px;
}

.p20 {
	padding: 0;
}

.p20b {
	padding: 0 20px 20px 20px;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom25 {
	margin-bottom: 25px;
}

.bottom30 {
	margin-bottom: 30px;
}

.bottom35 {
	margin-bottom: 35px;
}

.bottom40 {
	margin-bottom: 40px;
}

.bottom50 {
	margin-bottom: 50px;
}

.bottom60 {
	margin-bottom: 60px;
}

.mt10 {
	margin-bottom: 0 !important;
	margin-top: 10px;
}

.mt40 {
	margin-top: 40px;
}

@media (max-width: 880px){
.bottom30 {
	margin-bottom: 20px;
}

.bottom35 {
	margin-bottom: 25px;
}

.bottom40 {
	margin-bottom: 30px;
}

.bottom50 {
	margin-bottom: 40px;
}

.bottom60 {
	margin-bottom: 40px;
}
	
.mt40 {
	margin-top: 20px;
}
}

/*文字色のスタイル*/

a:link,a:visited {
	text-decoration:none;
	overflow:hidden;
	color:#3f5b84;
	cursor: pointer;
}

a:hover {
	text-decoration:none;
	color:#222;
}

/*hoverのスタイル*/ 
.fade {
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	-ms-transition: 0s ease-in-out;
}

.fade:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*scaleのスタイル*/
.scale {
	overflow: hidden;
}
 
.scale img {
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
	-ms-transition: 0s ease-in-out;
}

.scale img:hover {
	webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*boxのスタイル*/
.box1200 {
	clear:both;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}

.box1200 img {
	max-width:1160px;
}

/*base*/

.base01 {
	clear:both;
	padding-top: 60px;
	padding-bottom: 60px;
}

.base02 {
	padding-bottom: 60px;
}

.base03 {
	clear:both;
	padding-top: 60px;
	padding-bottom: 40px;
}

.base04 {
	padding-bottom: 40px;
}

@media (max-width: 880px){
.base01 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.base02 {
	padding-bottom: 20px;
}
	
.base03 {
	padding-top: 20px;
	padding-bottom: 20px;
}
	
.base04 {
	padding-bottom: 20px;
}
}

/*titleのスタイル*/
.title01 {
	clear: both;
    padding: 50px 0;
	font-size:2em;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

.title02 {
	clear:both;
	padding: 0 15px;
	font-size:1.2em;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	border-left: 5px solid #34ccfe;
}

.title03 {
	clear: both;
	font-size:1.6em;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.title04 {
	clear: both;
	padding: 10px;
	font-size:1.1em;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #ecf9fb;
}

.title05 {
	clear:both;
	padding: 0 15px;
	font-size:1.1em;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	border-left: 5px solid #e9e9e9;
}

@media (max-width: 880px){
.title01 {
    padding: 20px 0;
	font-size:5vw;
}

.title02 {
	padding: 0 10px;
	font-size:4.5vw;
}

.title03 {
	font-size:5vw;
}
	
.title04 {
	font-size:1em;
}

.title05 {
	padding: 0 10px;
	font-size:4.5vw;
}
}

.big {
	font-size:1.4em;
}

@media (max-width: 880px){
.big {
	font-size:1.2em;
}
}

.small01 {
	font-size:0.9em;
}

.bold {
	font-weight:bold;
}

/*textleftのスタイル*/

.textleft {
	text-align:left !important;
}

.textcenter {
	text-align:center !important;
}

.textright {
	text-align:right !important;
}

.center {
	text-align:center !important;
}

@media (max-width: 880px){
.textcenter {
	text-align:left !important;
}
}

/*link01のスタイル*/
.link01 a {
	color: #b81b25;
}

/*buttonのスタイル*/

.button01 a {
	padding: 20px 40px;
	display: inline-block;
	font-weight:bold;
	text-decoration: none;
	border: 2px solid #1d1d1b;
	text-decoration: none !important;
}

.button01 a:hover {
	border: 2px solid #b81b25;
	background: #b81b25;
	color: #fff !important;
}

@media (max-width: 880px){
.button01 a {
	padding: 15px 20px;
	font-weight:normal;
}

}

/*img切り替えのスタイル*/
@media (min-width: 880px){
.smallimg {
	display:none;
}
}

@media (max-width: 880px){
.bigimg {
	display:none;
}
}

strong {
	font-weight:bold;
}

p.crumbs {
	clear:both;
	padding-top: 20px;
	font-size:0.9em;
}

@media (max-width: 880px){
p.crumbs {
	display:none;
}
}



/*mapのスタイル*/
.maps {
	position: relative;
	padding-bottom: 65%; // これが縦横比
	height: 0;
	overflow: hidden;
}

.maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*youtubeのスタイル*/
div.youtube01 {
    position: relative;
    width: 100%;
    padding: 54.3% 0 0 0;
}

div.youtube01 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*header*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

header#header {
	height: 150px;
	padding:15px 0;
	position: relative;
}

header#header02 {
	height: 90px;
	padding:15px 0;
	position: relative;
}

header#header h1 img,header#header02 h1 img {
	max-width: 240px;
    padding-top: 15px;
}

div.header-login {
	position:absolute;
	top:0;
	right:20px;
}

div.header-login p a {
	padding: 8px 35px;
	display: inline-block;
	background: #34ccfe;
	color: #fff;
	border-radius:25px;
	font-size:0.9em;
}

div.header-login p a:hover {
	background: #0072b1;
}

div#tuuchi {
	position: absolute;
	top: 0;
	right: 220px;
	cursor: pointer;
}

div#tuuchi img {
	max-width: 35px;
}

div#tuuchi span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	background-color: #e85653;
	position: absolute;
	top:10px;
	left:25px;
}

div#tuuchi-list {	
	clear:both;
}

div.tuuchi-list {
	width: 45%;
	max-width: 500px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
	font-size: 0.85em;
	background: #fff;
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 9999;
}

div.tuuchi-list h2 {
	padding: 10px 15px;
	color: #3b7b90;
}

div.tuuchi-list ul {
	max-height: 250px;
	overflow: auto;
}

div.tuuchi-list ul li {
	border-top: 1px solid #ccc;
}

div.tuuchi-list ul li a {
	padding: 10px 15px;
	display: block;
}

div.tuuchi-list ul li.unread a {
	background: #fff799;
}

div.header-nav {
	padding-top: 15px;
	font-size:0.9em;
}

#nav-title {
	width: 50%;
	max-width: 320px;
	padding: 8px 30px 8px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0e0e0), color-stop(0.00, #fdfdfd));
	background: -webkit-linear-gradient(#fdfdfd, #e0e0e0);
	background: -moz-linear-gradient(#fdfdfd, #e0e0e0);
	background: -ms-linear-gradient(#fdfdfd, #e0e0e0);
	background: linear-gradient(#fdfdfd, #e0e0e0);
	text-shadow:0px 2px 0px #fff;
	position: relative;
}

#nav-title:after {
	content:url(../images/header-arrow.png);
	position: absolute;
	top: 20%;
	right: 10px;
	-moz-transform: scale(0.5,0.5);
    -webkit-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
}

nav#nav-list {
	height:100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
	background: #fff;
	position:relative;
	top: 5px;
	z-index: 100;
	cursor:pointer;
}

div.nav-height {
	height:100%;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

nav#nav-list div.left {
	border-right: 1px solid #ccc;
}

nav#nav-list h3 {
	padding: 10px 15px;
	color: #3b7b90;
	border-bottom: 1px solid #ccc;
}

nav#nav-list ul li.login {
	border-top: 1px solid #ccc;
}

nav#nav-list ul li a {
	padding: 5px 15px;
	display: block;
}

nav#nav-list ul li:first-child  a {
	padding: 10px 15px 5px 15px;
}

nav#nav-list ul li:last-child  a {
	padding: 5px 15px 10px 15px;
}

nav#nav-list ul li.login a {
	padding: 10px 15px 8px 15px;
	display: block;
}

nav#nav-list ul li a:hover {
	background: #efefef;
}

div.header-lank {
	position: absolute;
	top: 10px;
	left: 210px;
}

div.header-lank strong {
	margin: 0 5px;
	font-weight: bold;
	font-size: 1.2em;
}

div.header-lank strong.silver {
	color: #B6B6B6;
}

div.header-lank strong.gold {
	color: #B79551;
}

div.header-lank strong.platinum {
	color: #5EA3C1;
}

div.header-point {
	position: absolute;
	top: 70px;
	right: 20px;
}

div.header-point strong {
	margin: 0 5px;
	color: #bf0000;
	font-size: 1.6em;
	font-weight: bold;
}

@media (max-width: 880px){
header#header,header#header02 {
	width: 100%;
	height: 100%;
	padding:10px 0;
	/* position: fixed;
	z-index: 9999;
	background:rgba(255,255,255,1); */
}

header#header h1 img,header#header02 h1 img {
	max-width: 160px;
    padding-top: 0;
}

div.header-login {
	display: none;
}

div#tuuchi {
	position: absolute;
	top: 0;
	left: 115px;
}

div#tuuchi img {
	width: 30px;
	max-width: 30px;
}

div#tuuchi span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	top:10px;
	left:20px;
}

div.tuuchi-list {
	width: 90%;
	max-width: 880px;
	top: 50px;
	left: 5%;
	z-index: 9999;
}

div.tuuchi-list h2 {
	padding: 15px;
	color: #3b7b90;
}

div.header-nav {
	padding-top: 8px;
	font-size:1em;
}

#nav-title {
	width: 100%;
	max-width: 250px;
	padding: 5px 100px 5px 10px;
	font-size: 0.8em;
	position: relative;
}

#nav-title:after {
	position: absolute;
	top: 15%;
	right: 10px;
}
	
div.tuuchi-list ul {
	max-height: 300px;
	overflow: auto;
}

nav#nav-list {
	width:100%;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	position:relative;
	top: 5px;
	z-index: 100;
}
	
nav#nav-list div.left {
	border-right: none;
	cursor:pointer;
}
	
nav#nav-list div.right {
	cursor:pointer;
}

nav#nav-list h3 {
	padding: 8px 15px;
	font-size: 0.9em;
	cursor:pointer;
}

nav#nav-list h3:nth-of-type(1) {
	border-right: none;
}

nav#nav-list ul li a {
	padding: 5px 15px;
	font-size: 0.9em;
	cursor:pointer;
}

nav#nav-list ul li:first-child  a {
	padding: 15px 15px 5px 15px;
}

nav#nav-list ul li:last-child  a {
	padding: 5px 15px 15px 15px;
}

nav#nav-list ul li.login a {
	padding: 8px 15px;
	font-size: 0.9em;
}
	
div.header-lank {
	clear: both;
	padding-top: 5px;
	font-size: 0.9em;
	position:static;
}

div.header-point {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 0.8em;
}

div.header-point strong {
	margin: 0 3px;
	font-size: 1.1em;
}
}

/*page-title*/
div#page-title {
	background: #34ccfe;
	padding: 20px 0;
}

div#page-title p.page-title-icon img {
	max-width: 80px;
	border-radius: 50%;
	border: 5px solid #fff;
}

div#page-title p.lank-icon {
	position: absolute;
	bottom:-15px;
	left: 45px;
}

div#page-title p.lank-icon img {
	max-width: 30px;
}

div#page-title h1 {
	padding-left: 30px;
	font-size: 1.2em;
	color: #fff;
}

@media (max-width: 880px){
div#page-title {
	/* padding: 105px 0 10px 0; */
	padding:10px 0;
}
	
div#page-title p.lank-icon {
	position: absolute;
	bottom:-15px;
	left: 44px;
}

div#page-title h1 {
	padding-left: 20px;
	font-size: 1em;
}
}

/*main*/
div#main {
	width:64%;
	float:left;
}

@media (max-width: 880px){
div#main {
	width:100%;
	float:none;
}
}


/*side*/
div#side {
	width:31%;
	float:right;
}

@media (max-width: 880px){
div#side {
	width:100%;
	padding:0;
	float:none;
}
}

/*footer*/
footer#footer {
	width: 100%;
	clear:both;
	padding: 30px 0;
	border-top: 1px solid #ddd;
	font-size: 0.9em;
	background: #fff;
}

footer#footer ul {
	display: flex;
}

footer#footer ul li {
	margin-right: 30px;
}

footer#footer div#small {
	clear: both;
	padding-top: 30px;
	text-align: center;
}

@media (max-width: 880px){
footer#footer {
	padding: 15px 0;
}

footer#footer ul li {
	font-size:3vw;
	margin-right: 10px;
}

footer#footer div#small {
	font-size:3vw;
	padding-top: 15px;
}
}

/*pagenav*/
.pagenav {
	clear:both;
	margin-bottom: 40px;
    text-align: center;
}

.pagenav a {
	text-decoration: none;
}
a.page-numbers,
.pagenav .current {
    background: #fff;
    border: solid 1px #ddd;
    padding:5px 10px;
    margin:5px 2px;
    text-decoration: none !important;
	cursor: pointer;
}
.pagenav .current {
    background: #1D1D1D;
    border: solid 1px #1D1D1D;
    color: #fff;
}

@media (max-width: 880px){
.pagenav {
	clear:both;
	margin-bottom: 30px;
    text-align: left;
}
}

/*flex*/
.flex {
	display: flex;
}

.flex01 {
	display: flex;
	align-items: center;
}

.flex02 {
	width: 100%;
	display : flex;
	flex-wrap : wrap;
 	justify-content:space-between;
}

.flex03 {
	width: 100%;
	display : flex;
	flex-wrap : wrap;
 	justify-content:space-between;
}

.flex03:before{
  content:"";
  display: block;
  width:21%;
  order:1;
}
.flex03:after{
  content:"";
  display: block;
  width:21%;
}

.flex04 {
	width: 100%;
	display : flex;
	flex-wrap : wrap;
 	justify-content:space-between;
	align-items: center;
}

@media (max-width: 880px){
.flex04 {
	display : block;
}
}

/*list*/

dl.list01 {
	width: 100%;
}

dl.list01 dt {
	width: 25%;
}

dl.list01 dd {
	width: 70%;
}

@media (max-width: 880px){
dl.list01 dt {
	width: 60%;
	margin: 0 20% 20px 20%;
}

dl.list01 dd {
	width: 100%;
}
}

p.notfound-txt {
	clear:both;
	padding:30px;
}

input.search-field {
	width:75%;
	margin:0 10px 0 0;
	padding:10px 5px;
	border:1px solid #ddd;
	background:#DDD;
}

input.search-submit {
	padding:8px 10px;
	border:none;
	background:#0A0A0A;
	color:#fff;
	font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor:pointer;
}

input.upload {
	padding:10px 15px;
	border:none;
	background:#f47e54;
	color:#fff;
	border-radius: 5px !important;
	font-size: 1em;
	cursor:pointer;
}

@media (max-width: 880px){
input.search-field {
	width:70%;
}
}

/*login*/
div#login {
	background: #34ccfe;
}

div.flex-login {
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch;
	justify-content: space-between;
}

div.login-block {
	width: 46%;
	padding: 60px;
	background: #fff;
	border-radius: 10px;
}

div.login-block h2 {
	width: 80%;
	margin: 0 10% 60px 10%;
}

div.member-block input {
	padding: 15px 10px;
	background: #f1f5f6;
	border: 1px solid #ccc;
	border-radius: 3px;
}

div.first-block {
	margin-bottom: 60px;
}

div.login-bt input {
	width: 100%;
	padding: 20px;
	color: #fff;
	font-size: 1.2em;
	border:none;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}

input.login-bt01 {
	background: #84b262;
}

input.login-bt02 {
	background: #e85653;
}

div.login-block02 {
	width: 46%;
	margin-left: 27%;
	margin-right: 27%;
	padding: 60px;
	background: #fff;
	border-radius: 10px;
}

div.login-block02 h2 {
	width: 80%;
	margin: 0 10% 60px 10%;
}


@media (max-width: 880px){
div.flex-login {
	display: block;
}

div.login-block {
	width: 100%;
	padding: 20px;
	border-radius: 5px;
}
	
div.login-block:nth-of-type(1) {
	margin-bottom: 20px;
}

div.login-block h2 {
	width: 80%;
	margin: 0 10% 20px 10%;
}

div.member-block input {
	padding: 15px 10px;
}

div.first-block {
	margin-bottom: 20px;
}

div.login-bt input {
	padding: 20px;
	font-size: 4.5vw;
}

div.login-block02 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding: 20px;
	border-radius: 5px;
}
}

/*user*/
div#user {
	background: #ECF9FB;
}

@media (max-width: 880px){
div#user {
	background: #fff;
}

div#user .flex01 .flex01 {
	display: flex;
}
}

/*index*/
div.member-menu-top {
	width: 30%;
	margin-bottom: 60px;
}

div.member-menu-icon {
	margin-bottom: 20px;
	padding: 40px;
	border-radius: 10px;
	background: #F47E54;
	text-align: center;
	position: relative;
}

div.member-menu-icon:hover {
	bottom: 5px;
}

div.member-menu-top:nth-of-type(2) div.member-menu-icon {
	background: #5ed3b6;
}

div.member-menu-top:nth-of-type(3) div.member-menu-icon  {
	background: #f7b238;
}

div.member-menu-icon p {
	margin-bottom: 20px;
}

div.member-menu-icon p img {
	max-width: 120px;
}

div.member-menu-icon h3 {
	font-size: 1.6em;
	color: #fff;
}

div.index-list dl {
	width: 21%;
	text-align: center;
	margin-bottom: 60px;
}

div.index-list dl dt {
	width: 80%;
	margin: 0 10%;
	position: relative;
}

div.index-list dl dt:hover {
	bottom: 5px;
}

div.index-list dl dd h3 {
	padding: 15px 0;
	font-size: 1.2em;
	font-weight: bold;
}

div.index-list dl dd p {
	text-align: left;
}

section.profile-menu {
	background: #ECF9FB;
}

@media (max-width: 880px){
div.member-menu-top {
	width: 100%;
	margin-bottom: 0;
}

div.member-menu-icon {
	padding: 20px;
}

div.member-menu-icon:hover {
	bottom: 0;
}
	
div.member-menu-icon p {
	margin-bottom: 10px;
}

div.member-menu-icon h3 {
	font-size: 5vw;
}
	
div.index-list dl {
	width: 47%;
	margin-bottom: 20px;
}
	
div.index-list dl dt {
	width: 60%;
	margin: 0 20%;
}

div.index-list dl dt:hover {
	bottom: 0;
}

div.index-list dl dd h3 {
	padding: 15px 0 0 0;
	font-size: 3.5vw;
}

div.index-list dl dd p {
	display: none;
}
}

@media (max-width: 680px){
div.index-list dl dt {
	width: 100%;
	margin: 0;
}
}

/*tableのスタイル*/

.table01,.table02,.table03 {
	clear:both;
	width:100%;
}

.table01 tr th,.table01 tr td {
	padding:20px;
	border:1px solid #ddd;
	vertical-align:top;
	text-align:left;
}

.table01 tr th {
	width:25%;
	background: #f1f5f6;
}

.table01 tr td {
	width:75%;
	background: #fff;
}

.table02 tr th,.table02 tr td,.table03 tr th {
	padding:20px;
	border:1px solid #ddd;
	vertical-align:middle;
	text-align:left;
}

#side .table02 tr th,#side .table02 tr td,#side .table03 tr th {
	padding:10px 15px;
	vertical-align:top;
	font-size: 0.9em;
}

.table02 tr th {
	width:35%;
	background: #f1f5f6;
}

.table02 tr td {
	width:65%;
	background: #fff;
}

.table-cell .table02 tr th {
	width:17%;
	background: #f1f5f6;
}

.table-cell .table02 tr td {
	width:33%;
}

.table03 tr th {
	width:35%;
}

.table03 tr td {
	width:65%;
	padding:10px 15px;
	border:1px solid #ddd;
	vertical-align:top;
	text-align:center;
	background: #fff;
}

.table-cell .table03 {
	width: 50%;
}

.table-cell .table03 tr th {
	width:17%;
	background: #f1f5f6;
}

.table-cell .table03 tr td {
	padding: 15px;
	width:33%;
}

.table03 tr td img {
	width: 50%;
}

table tr.soukei th {
	background: #34ccfe !important;
	color: #fff !important;
}

table tr.soukei td {
	background: #f9f9f9 !important;
}

@media (max-width: 880px){
.table01,.table02,.table03 {
	width:100%;
}

.table01 tr:nth-child(2n) {
	background:none;
}
	
.table-cell .table03 {
	width: 100%;
}

.table01 tr th,.table02 tr th,#side .table02 tr th,.table-cell .table02 tr th,.table03 tr th,.table-cell .table03 tr th {
	width: calc(100% + 40px);
	margin-left: -20px;
	padding:15px 20px;
	display:block;
	border:none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.table01 tr td,.table02 tr td,#side .table02 tr td,.table-cell .table02 tr td,.table03 tr td,.table-cell .table03 tr td {
	width:100%;
	padding:15px 0;
	display:block;
	border:none;
}
	
#side .table02 tr th,#side .table02 tr td,#side .table03 tr th {
	font-size: 1em;
}
}

.table04 {
	clear: both;
	width: 100%;
}

.table04 tbody tr {
	cursor: pointer;
}

.table04 tbody tr:hover {
	background: #ecf9fb;
}

.table04 tbody tr.error {
	background: #fff799 !important;
}

.table04 tr th,.table04 tr td {
	padding:15px 20px;
	border:1px solid #ddd;
	vertical-align:top;
	text-align:left;
}

.table04 tr th {
	background: #f1f5f6;
}

td.approval {
	width: 30%;
	background: #fff799;
}

td.approval input {
	margin-right: 10px;
}

td.approval02 {
	background: #fff799 !important;
}

td.approval02 input {
	margin-right: 10px;
}

@media (max-width: 880px){
.table04 {
	width: calc(100% + 40px);
	margin-left: -20px;
	font-size: 0.8em;
}
.table04 tr th,.table04 tr td {
	padding:10px 0 10px 10px;
	border:none;
	text-align: center;
	vertical-align: middle;
}
.table04 th.first,.table04 td.first {
	padding:10px 0 10px 20px;
}

.table04 th.last ,.table04 td.last {
	padding:10px 20px 10px 20px;
}

td.approval {
	width: 20%;
}
	
td.approval input {
	margin-right: 0;
}
	
td.approval02 {
	width: calc(100% + 40px) !important;
	margin-left: -20px;
	padding:15px 20px !important;
	display:block;
	border-bottom:1px solid #ddd !important;
}
}

/*contact form*/
/*追記*/
input[type=text],input[type=number],input[type=tel],input[type=email],input[type=password],input[type=file],input[type=date] {
/*追記ここまで*/
	font-size : 16px;
	border : 1px solid #ddd;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	appearance: none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}

input[type=checkbox] {
	font-size : 16px;
	margin-right: 5px;
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}


.size {
	width: 20%;
}

.contact-form {
	margin-bottom: 40px;
}

.contact-form p {
	margin-bottom: 10px;
}

.contact-form th {
	clear: both;
}

.required {
	margin-top: 3px;
	padding: 0 5px;
	color: #fff;
	font-size: 0.8em;
	background: #e85653;
	border-radius: 3px;
	float: right;
}

.input30 {
	width: 30%;
}

.input100 {
	width: 100%;
}

@media (max-width: 880px){
input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

/*追記*/
input[type="button"] {
   -webkit-appearance: none;
   border-radius: 0;
}
/*追記ここまで*/

input[type="file"] {
   -webkit-appearance: none;
   border-radius: 0;
}
	
.contact-form {
	margin-bottom: 0;
}
	
.contact-form .flex01 {
	display: block;
}
	
.size {
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

.input30 {
	width: 100%;
}
}

.contact-form select{
	margin-right: 5px;
	padding: 12px 20px;
	font-size: 1em;
	border : 1px solid #ddd;
	border-radius : 5px;
	-webkit-appearance : none;
	appearance: none;
	background: #fff;
	cursor: pointer;
}

.pickup-day {
	width: 30%;
	margin-right: 15px;
}

.pickup-day select {
	width: 100%;
}

/*追記*/
.contact-form input[type=text],input[type=number],input[type=tel],input[type=email],input[type=password],input[type=date],.contact-form textarea,.contact-form input[type=file] {
/*追記ここまで*/
	padding: 12px 20px;
	font-size: 16px;
	border : 1px solid #ddd;
	border-radius : 5px;
	-webkit-appearance : none;
	appearance: none;
	background: #fff;
}

.contact-form textarea {
	width: 100%;
	height: 180px;
}

.contact-form input[type=radio] {
	margin-right: 10px;
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);	
}

.contact-form label {
	margin-right: 10px;
}

.contact-bt-center {
	clear: both;
	text-align: center;
}

input.contact-bt01,input.contact-bt02,input.contact-bt03 {
	padding: 20px 80px;
	color: #fff;
	font-size: 1.2em;
	border:none;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
}

input.contact-bt01 {
	background: #84b262;
}

input.contact-bt02 {
	margin-bottom: 20px;
	background: #e85653;
}

input.contact-bt03 {
	color: #222;
	background: #efeeec;
}

@media (max-width: 880px){
.pickup-day {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.contact-form textarea {
	height: 120px;
}

.contact-form label {
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
}

input.contact-bt01,input.contact-bt02,input.contact-bt03 {
	width: 100%;
	padding: 20px;
	font-size: 4.5vw;
	display: block;
}

input.contact-bt02 {
}
}

/*new*/
.message-bg {
	width: 100%;
	padding: 0 0 30px 30px;
	background: #efeeec;
}

.message-comment {
	max-height: 820px;
	padding-top: 30px;
	padding-right: 30px;
	overflow: auto;
}

.message {
	clear: both;
	margin-bottom: 30px;
}

.message-block {
	width: 84%;
}

.message-icon {
	width: 12%;
}

.message-icon img {
	border-radius: 50%;
	border: 5px solid #fff;
}

.comment01,.comment02 {
	padding: 20px 20px 1px 20px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

.comment01:after {
	right: 100%;
	top: 35px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 13px;
	margin-top: -13px;
}

.comment02:after {
	left: 100%;
	top: 35px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 13px;
	margin-top: -13px;
}

.comment01 p,.comment02 p {
	margin-bottom: 20px;
}

.comment01 p img,.comment02 p img {
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
	border-radius: 5px;
	display: block;
}

p.time {
	padding: 10px 0;
	font-size: 0.9em;
	color: #5e5f56;
}

.message-send-bg {
	padding-top: 30px;
	padding-right: 30px;
}

.message-send {
	padding: 20px;
	background: #f9f9f9;
}

.input-group textarea {
	width: 100%;
	height: 100px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	overflow: auto;
	border:none;
	font-size: 1em;
}

.send-bt-center {
	clear: both;
	padding: 25px 0 15px 0;
	text-align: center;
}

.input-photo01 {
	width: 14%;
}

.input-photo02 {
	width: 85%;
}

.btn-default {
	width: 100%;
	padding: 13px 13px 14px 13px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0e0e0), color-stop(0.00, #fdfdfd));
	background: -webkit-linear-gradient(#fdfdfd, #e0e0e0);
	background: -moz-linear-gradient(#fdfdfd, #e0e0e0);
	background: linear-gradient(#fdfdfd, #e0e0e0);
	cursor: pointer;
}

.btn-default i {
	color: #34ccfe;
}

input.form-control {
 width: 100%;
 padding: 15px !important;
 border: none !important;
 background: none !importanrt;
 cursor: default;
}


@media (max-width: 880px){
.message-bg {
	padding: 0;
	background: #fff;
}
	
.message-comment {
	max-height: 600px;
	margin-right: -20px;
	padding-top: 0;
	padding-right: 20px;
}

.message {
	margin-bottom: 20px;
	font-size:0.9em;
}
	
.message-block {
	width: 80%;
}

.message-icon {
	width: 14%;
}
	
.message-icon img {
	border-radius: 50%;
	border: none;
}

.comment01,.comment02 {
	padding: 15px 15px 1px 15px;
	background: #efeeec;
	border-radius: 5px;
}
	
.comment01:after {
	top: 30px;
	border-color: rgba(239, 238, 236, 0);
	border-right-color: #efeeec;
	border-width: 10px;
	margin-top: -10px;
}

.comment02:after {
	top: 30px;
	border-color: rgba(239, 238, 236, 0);
	border-left-color: #efeeec;
	border-width: 10px;
	margin-top: -10px;
}

.comment01 p,.comment02 p {
	margin-bottom: 15px;
}
	
.comment01 p img,.comment02 p img {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
	
.message-send-bg {
	padding-top: 20px;
	padding-right: 0;
}

p.time {
	font-size: 0.85em;
}

.input-group textarea {
	padding: 10px;
	border-radius: 5px;
}

.send-bt-center {
	padding: 15px 0 0 0;
}
	
.input-photo01 {
	width: 18%;
}

.input-photo02 {
	width: 80%;
}
}

/*satei*/
.radio-list {
	padding: 20px 30px;
	border: 1px solid #ddd;
}

.radio-list ul li {
	padding: 10px 0;
}

.radio-list input[type=radio] {
	margin-right: 10px;
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);	
}

.point-label input[type=radio] {
	margin-right: 10px;
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);	
}

.point-label input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

input.point-input{
	margin-right: 5px;
	padding: 12px 20px;
	font-size: 1em;
	border : 1px solid #ddd;
	border-radius : 5px;
	-webkit-appearance : none;
	appearance: none;
	background: #fff;
	cursor: pointer;
}

.price {
	font-size: 1.4em;
}

.price strong {
	font-size: 1.3em;
}

@media (max-width: 880px){
.radio-list {
	padding: 0;
	border: none;
}

.radio-list ul li {
	padding: 5px 0;
}
	
.price {
	font-size: 1.2em;
}
}

/*jisseki*/
.jisseki-select select {
	padding: 12px 20px;
	font-size: 1.2em;
	border : 1px solid #ddd;
	border-radius : 5px;
	-webkit-appearance : none;
	appearance: none;
	background: #fff;
	cursor: pointer;
}

.jisseki-time {
	margin-top: 15px;
}

@media (max-width: 880px){
.jisseki-time {
	margin-top: 0;
}
}

#lank strong {
	margin: 0 5px;
	font-weight: bold;
	font-size: 1.2em;
}

#lank .silver {
	color: #B6B6B6;
}

#lank .gold {
	color: #B79551;
}

#lank .platinum {
	color: #5EA3C1;
}

.lank-block01 {
	border: 2px solid #ddd;
}

.lank-block01 h3 {
	padding: 10px;
	border-bottom: 2px solid #ddd;
	background: #F7F4ED;
	font-size: 1.2em;
}

.lank-block02 p {
	padding: 20px;
}

.lank-block02 dl {
	border-top: 2px solid #ddd;
}

.lank-block02 dl dt {
	width: 22%;
	padding: 20px;
	text-align: center;
	border-right: 2px solid #ddd;
}

.lank-block02 dl dt img {
	max-width: 30px;
	margin: 0 auto 10px auto;
	display: block;
	text-align: center;
}

.lank-block02 dl dd {
	width: 78%;
	padding: 20px;
}

@media (max-width: 880px){
.lank-block01 {
	border: 1px solid #ddd;
}

.lank-block01 h3 {
	border-bottom: 1px solid #ddd;
	font-size: 1em;
}

.lank-block02 p {
	padding: 10px;
}

.lank-block02 dl {
	border-top: 1px solid #ddd;
}
	
.lank-block02 dl.flex01 {
	display: block;
}

.lank-block02 dl dt {
	width: 100%;
	padding: 15px 10px 10px 10px;
	border-right: none;
	border-bottom: 1px solid #ddd;
}

.lank-block02 dl dd {
	width: 100%;
	padding: 10px;
}
}

/*profile*/
.profile-name {
	width: 40%;
}
.profile-block {
	width: 20%;
	margin-right: 5px;
	padding: 7px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0e0e0), color-stop(0.00, #fdfdfd));
	background: -webkit-linear-gradient(#fdfdfd, #e0e0e0);
	background: -moz-linear-gradient(#fdfdfd, #e0e0e0);
	background: linear-gradient(#fdfdfd, #e0e0e0);
}

.profile-photo img {
	max-width: 80px;
	border-radius: 50%;
	border: 5px solid #fff;
}

@media (max-width: 880px){
.profile-name {
	width:100%;
	margin-bottom: 5px;
}
	
.profile .flex01 .flex01 {
	display: flex;
}
	
.profile-block {
	width: 15%;
}
	
.profile-photo img {
	max-width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}
}

/*souba*/
.btn-group {
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-lg {
	padding: 15px 30px;
	font-size: 1.4em;
	border: 1px solid #ccc;
	border-radius: 5px 0 0 5px;
	text-align: center;
	cursor: pointer;
}

.btn-lg:nth-child(2) {
	margin-left: -5px;
	padding: 15px 30px 15px 35px;
	border-left: none;
	border-radius: 0 5px 5px 0;
}

.active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #5ab8e9), color-stop(0.00, #34ccfe));
	background: -webkit-linear-gradient(#34ccfe, #5ab8e9);
	background: -moz-linear-gradient(#34ccfe, #5ab8e9);
	background: -ms-linear-gradient(#34ccfe, #5ab8e9);
	background: linear-gradient(#34ccfe, #5ab8e9);
}

.active:hover {
	color: #fff;
}

.notactive {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0e0e0), color-stop(0.00, #fdfdfd));
	background: -webkit-linear-gradient(#fdfdfd, #e0e0e0);
	background: -moz-linear-gradient(#fdfdfd, #e0e0e0);
	background: linear-gradient(#fdfdfd, #e0e0e0);
}

.message-bg02 {
	width: 100%;
	padding: 30px;
	background: #efeeec;
}

.btn-group input[type=radio] {
	margin-right: 10px;
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);	
}

.btn-group label {
	margin-right: 10px;
}

@media (max-width: 880px){
.btn-group {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
	
.btn-lg {
	font-size: 1.1em;
}

.message-bg02 {
	padding: 0;
	background: #fff;
}
}

/*mibun*/
.mibun .message-bg02 {
	padding-bottom: 10px;
}

ul.tag li {
	margin: 0 20px 20px 0;
	padding:15px 20px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
}

.mibun-photo img {
	max-width: 100px;
}

@media (max-width: 880px){
.mibun .message-bg02 {
	padding-bottom: 0;
}

ul.tag li {
	margin: 0 5px 10px 0;
	padding:10px 10px;
	background: #EFEEEC;
	font-size: 0.9em;
}
	
.mibun-photo img {
	width: 50%;
	max-width: 880px;
	margin-left: 25%;
	margin-right: 25%;
}
}

/*kiyaku*/
#ajax-wrap {
	width: 80%;
	margin:20px 10%;
	background: #fff;
	padding: 40px;
	position: relative;
	z-index: 99999 !important;
	border-radius: 10px;
}

@media (max-width: 880px){
#ajax-wrap {
	width: 90%;
	margin:20px 5%;
	padding: 20px;
	border-radius: 5px;
	font-size: 0.9em;
}
}

/*history-detail*/
p.soukei {
	padding:20px 0 10px 0;
	display:inline-block;
	font-size:1.1em;
	border-bottom:2px solid #ddd;
}

@media (max-width: 880px){
p.soukei {
	padding:0 0 10px 0;
	font-size:1em;
}
}

/*company*/
.w70 {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

@media (max-width: 880px){
.w70 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
}

/*error-block*/
.error-block {
	clear: both;
	margin: 20px 0;
	padding: 15px;
	background: #fff;
	border: 2px solid #f00;
}

.error-block p {
	margin: 0 !important;
	color: #f00 !important;
	font-size: 1.1em;
	font-weight: bold;
}

/*bank*/
.more {
	padding-bottom: 60px;
	cursor: pointer;
}
