@charset "utf-8";

/* --------------
 reset
-------------- */
input,select,textarea {max-width:100% !important;}
h1,h2,h3,h4 {font-size:100%;}
body * {
	box-sizing: border-box;
}

/* --------------
 base
-------------- */
html {-webkit-text-size-adjust: none;}
body {font-size: 16px;}
.ifpc {display: none !important;}

@media screen and (max-width: 320px) { /*以下の時*/
}
@media screen and (min-width: 321px) { /*以上の時*/
}

/* --------------
 modules css
-------------- */

/* ----- base width */
#siteHeader, 
#container, 
#siteFooter {
	width: 100%;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
}
@media screen and (min-width: 501px) { /*以上の時*/
#siteFooter {
/*	width: 85%;*/
	margin: 0 auto;
}
}

.in {
	padding: 0 3px;
	/*max-width: 520px;*/
	margin: auto;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
.in {
	padding: 0 3px;
/*	max-width: 70%;*/
	margin: auto;
}
}


.contents input,
.contents select {
	box-sizing: border-box;
}

.contents input[type=submit] {
	width: auto;
}

.imgL, .imgR {
	display: block;
	margin: .5em auto;
}


.btnSearch {
	padding: 4px .5em;
}


/* ---------- font size */

.spfs08 { font-size: 0.8em; }
.spfs09 { font-size: 0.9em; }
.spfs10 { font-size: 1.0em; }
.spfs11 { font-size: 1.1em; }
.spfs12 { font-size: 1.2em; }
.spfs13 { font-size: 1.3em; }
.spfs14 { font-size: 1.4em; }
.spfs15 { font-size: 1.5em; }


/* ---------- width */

.spwd60 { width: 60%; }
.spwd80 { width: 80%; }
.spwd90 { width: 90%; }


/* ---------- order */

.order-box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-ms-flex-flow: column;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.order1 {
	-webkit-order:1;
	order:1;
}
.order2 {
	-webkit-order:2;
	order:2;
}
.order3 {
	-webkit-order:3;
	order:3;
}
.order4 {
	-webkit-order:4;
	order:4;
}
.order5 {
	-webkit-order:5;
	order:5;
}
.order6 {
	-webkit-order:6;
	order:6;
}
.order7 {
	-webkit-order:7;
	order:7;
}
.order8 {
	-webkit-order:8;
	order:8;
}
.order9 {
	-webkit-order:9;
	order:9;
}
.order10 {
	-webkit-order:10;
	order:10;
}


/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/
#header {
}

@media screen and (min-width: 501px) { /*以上の時*/

}

#siteHeader .logo {
	float: left;
	width: 50%;
}

#siteHeader .subHeader {
	text-align: right;
}


/* =siteHeader
---------------------------------------------------- */


/* =container
-------------------------------------------------------------- **/

.contents {
	width: 100%;
	padding: 10px 5px;
	position: relative;
}

.spclm2, .spclm3, .spclm4, .spclm5, .spclm6 {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	margin-left: -10px;
}
.spclm2 > * {
	width: calc((100% / 2) - 10px );
}
.spclm3 > * {
	width: calc((100% / 3) - 10px );
}
.spclm4 > * {
	width: calc((100% / 4) - 10px );
}
.spclm5 > * {
	width: calc((100% / 5) - 10px );
}
.spclm6 > * {
	width: calc((100% / 6) - 10px );
}

*::-ms-backdrop, .spclm2 > * {
  width: calc(50% - 10px); /* IE11 */
}
*::-ms-backdrop, .spclm3 > * {
  width: calc(33.33% - 10px); /* IE11 */
}
*::-ms-backdrop, .spclm4 > * {
  width: calc(25% - 10px); /* IE11 */
}
*::-ms-backdrop, .spclm5 > * {
  width: calc(20% - 10px); /* IE11 */
}
*::-ms-backdrop, .spclm6 > * {
  width: calc(16.66% - 10px); /* IE11 */
}
.spclm2 > *, .spclm3 > *, .spclm4 > *, .spclm5 > *, .spclm6 > * {
	margin-left: 10px;
}

.spclm2 > * >a, .spclm3 > * >a, .spclm4 > * >a, .spclm5 > * >a, .spclm6 > * >a {
	position: relative;
	display: block;
	height: 100%;
}



/* =breadcrumb
---------------------------------------------------- */
#breadcrumb {
}
#breadcrumb li:last-child {
}
#breadcrumb ul {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
#breadcrumb ul li {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

#breadcrumbBox {
}
/* =headline / titles
---------------------------------------------------- */
.contents {
}
.contents h1 {
	font-size: 1.5em;
}
.contents h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}

/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */
/* =sidebar
---------------------------------------------------- */

/* =bnrarea
-------------------------------------------------------------- **/

/* =footer
-------------------------------------------------------------- **/

/* =siteFooter
---------------------------------------------------- */

#copyright {
	padding-bottom: 5px;
}


@media screen and (min-width: 501px) { /*以上の時*/

}
/* =copyright
---------------------------------------------------- */

/* =pageTop
-------------------------------------------------------------- **/


/* --------------
 page contents
-------------- */

/* =XXX
---------------------------------------------------- */

input[name="zip1"] {
	min-width: 3em;
}
input[name="zip2"] {
	min-width: 4em;
}


/* = index
---------------------------------------------------- */
.front_in > div {
	margin: 2em 0;
	width: 100%;
    display: inline-block;
}

/*
.front_in > div:first-child {
    margin: 0 auto 10%;
}
*/


.quesBox dd {
    margin-top: 1em;
    margin-bottom: 1em;
}


/* = mypage login
---------------------------------------------------- */

.login_form .btn_Red {
	width: 150px;
}
.login_form .btn_Lemon {
	width: 150px;
}


/* =application.php
---------------------------------------------------- */

.app_use dt {
    font-weight: 800;
}

.app_use dd {
    float: right;
    margin: 1em 0;
    padding: 0.5em;
    border-radius: 4px;
    background: #EEEEEE;
}

/* = mypage menu
---------------------------------------------------- */
.tbl_anketo td.wd70{width:70%;}
.tbl_anketo td.wd65{width:65%;}
.tbl_anketo td.wd30{width:30%;}
.tbl_anketo td.wd20{width:20%;}
.tbl_anketo td.wd15{width:15%;}
.tbl_anketo td.wd10{width:10%;}
.tbl_anketo td.wd5{width:5%;}


/* = reserve form
---------------------------------------------------- */
.form-table th,
.form-table td {
  display: block;
  width: 100%;
  /*border-bottom: none;*/
}

.form-table input,
.form-table select
{
  margin-top:5px;
}

.form-table input.cnt,
{
  width:30%;
}

.form-table input:not(.cnt),
.form-table select
{
  width:95%;
}

.select2-container--default .select2-selection--single {
	width:95%  !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	width:95%  !important;
}

