@charset "utf-8";

/*=========================================
 base
=========================================*/
/*
html,body{
     height: 100%;
}
*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	color: #333;
}

.clearfix {
	clear: both;
}

a {
	color: #3c6ad3;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
/*
a > img {
	vertical-align: bottom;
}
*/
ul,li {
	list-style: none;
}

p {
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
}

.ib {
	display: inline-block !important;
}

.yuMin {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.hide {
	display: none;
}

.fixed {
	width: 100%;
	position: fixed;
	top: 0;
}

.fixOnly {
	position: fixed;
}

#container.fixed #main {
	padding-top: 20px;
}

/*=========================================
 main_layout
=========================================*/
/* margin */

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt7 {
	margin-top: 7px !important;
}

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

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb18 {
	margin-bottom: 18px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

/* padding */

.pt0 {
	padding-top: 0 !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt7 {
	padding-top: 7px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}


.pb0 {
	padding-bottom: 0 !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb7 {
	padding-bottom: 7px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl1em {
	padding-left: 1em !important;
}

.pl2em {
	padding-left: 2em !important;
}

.ml2em {
	margin-left: 2em !important;
}

.ml3em {
	margin-left: 3em !important;
}

/* font */

.font10 {
	font-size: 10px !important;
}

.font11 {
	font-size: 11px !important;
}

.font12 {
	font-size: 12px !important;
}

.font13 {
	font-size: 13px !important;
}

.font14 {
	font-size: 14px !important;
}

.font15 {
	font-size: 15px !important;
}

.font16 {
	font-size: 16px !important;
}

.red {
	color: #cc0000;
}

.red2 {
	color: #fad1cb;
}

.bold {
	font-weight: bold;
}

/* line-height */

.lh180 {
	line-height: 180% !important;
}

/* letter-spacing */

.ls05em {
	letter-spacing: 0.5em !important;
}

.ls1em {
	letter-spacing: 1em !important;
}

.ls2em {
	letter-spacing: 2em !important;
}

.ls3em {
	letter-spacing: 3em !important;
}

.ls4em {
	letter-spacing: 4em !important;
}

/* text-align */

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

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

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

/* vertical-align */

.vat {
	vertical-align: top;
}

.vam {
	vertical-align: middle;
}

.vab {
	vertical-align: bottom;
}

/* width */

.w10p {
	width: 10%;
}

.w20p {
	width: 20%;
}

.w25p {
	width: 25%;
}

.w30p {
	width: 30%;
}

.w35p {
	width: 35%;
}

.w40p {
	width: 40%;
}

.w50p {
	width: 50%;
}

.w60p {
	width: 60%;
}

.w70p {
	width: 70%;
}

.w80p {
	width: 80%;
}

.w90p {
	width: 90%;
}

.w100p {
	width: 100%;
}

/*=========================================
 table
=========================================*/
table th {
	background: #ddd;
	font-weight: bold;
}

table th,
table td {
	padding: 7px 10px;
	border: 1px solid #aaa;
}

table .v_long {
	width: 70%;
	margin-right: 5px;
}

table .long {
	width: 60%;
	margin-right: 5px;
}

table .middle {
	width: 40%;
	margin-right: 5px;
}

table .middle_short {
	width: 30%;
	margin-right: 5px;
}

table .short {
	width: 20%;
	margin-right: 5px;
}

table .v_short {
	width: 10%;
	margin-right: 5px;
}

/* other */
.cp {
	cursor: pointer;
}

.arrow {
	background: url(../img/top/arrow.png) no-repeat 0 7px;
	padding-left: 10px;
}
/*
img {
	vertical-align: bottom;
}
*/
.disable {
	color: #aaa;
}

.red {
	color: #cc0000;
}

.frame {
	border: 1px solid #ccc;
	padding: 15px !important;
	border-radius: 6px;
}

.secondDesc {
	display: inline-block;
	margin-left: 10px;
}

/*=========================================
 footer
=========================================*/
#footer {
	width: 1000px;
	padding: 8px;
	margin: 0 auto;
	text-align: center;
}

/*-----------------------------------------------
flex
-----------------------------------------------*/
.flex {
	-js-display: flex;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.flexHorizontal {
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flexVertical {
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flexVerticalReverse {
	-webkit-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

/* 均等配置 */
.flexEqual { 
	-webkit-justify-content: space-between !important;
	-ms-justify-content: space-between !important;
	justify-content: space-between !important;
}

/* 横配置 */
.flexLeft {  
	-webkit-justify-content: flex-start !important;
	-ms-justify-content: flex-start !important;
	justify-content: flex-start !important;
}

.flexCenter {  
	-webkit-justify-content: center !important;
	-ms-justify-content: center !important;
	justify-content: center !important;
}

.flexRight { 
	-webkit-justify-content: flex-end !important;
	-ms-justify-content: flex-end !important;
	justify-content: flex-end !important;
}

/* 縦配置 */
.flexTop {  
	-webkit-align-items: flex-start !important;
	-ms-align-items: flex-start !important;
	align-items: flex-start !important;
}

.flexMiddle {  
	-webkit-align-items: center !important;
	-ms-align-items: center !important;
	align-items: center !important;
}

.flexBottom {  
	-webkit-align-items: flex-end !important;
	-ms-align-items: flex-end !important;
	align-items: flex-end !important;
}

.flexGrow {
	-webkit-flex: flex-grow !important;
	flex: flex-grow !important;
	-ms-flex: flex-grow !important;
}

.flexWrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

/*=========================================
 button
=========================================*/
.btn {
	cursor: pointer;
	outline: none;
	font-size: 14px;
	font-weight: bold;
}

a.btn {
	text-decoration: none;
}

input[type="submit"],
.btn {
	margin-left: 3px;
	padding: 6px 10px 5px 10px;
	border: 1px solid #aaa;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.3);
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'sans-serif';
	-webkit-appearance: none;
}

input[type="submit"]:hover,
.btn:hover {
	background: #eee;
}

.btnS {
	padding: 3px 5px !important;
}

.btnL {
	padding: 8px 17px !important;
	font-size: 0.9rem;
}

.btnWhite {
	background: #fff;
    border: 1px solid #aaa !important;
    color: #444;
}

.btnWhite:hover {
	background: #eee;
}

/*--------------------------------------
 form
--------------------------------------*/
.focus {
	box-shadow: 0 0 5px #92cbff !important;
	border: 1px solid #92cbff !important;
}

input[type="text"],textarea,select,button {
	 border: 1px solid #ccc;
	 outline: none;
}

textarea {
	resize: vertical;
	line-height: 1.2;
}

label {
	cursor: pointer;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
		padding: 2px 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #FAFAFA;
  -webkit-box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.3) inset;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #FAFAFA;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 0 #FAFAFA;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus{
  border-color: #8fb8fa;
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #cde0ff;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 3px;
	cursor: pointer;
}

input[type="submit"],
input[type="button"] {
	border: 0;
	outline: none;
	cursor: pointer;
}

textarea {
	resize: vertical;
}

/* icon color */
a span.icon {
	display: inline-block;
	margin-right: 3px;
	vertical-align: -10%;
}

span.iconWhite {
	color: #fff;
}

span.iconGray {
  color: #999;
}

span.iconRed {
	color: #ff5e72;
}

span.iconOrange {
	color: #f0930e;
}

span.iconYellow {
	color: #f1d300;
}

span.iconGreen {
	color: #84a819;
}

span.iconBlue {
	color: #02b3d0;
}

span.iconNavy {
	color: #708cda;
}

span.iconPurple {
	color: #be8fff;
}

.icon-map-pin-fill {
	vertical-align: -20% !important;
}

.icon-printer,
.icon-squared-plus,
.icon-squared-minus {
	margin-right: 5px!important;
}

/* background */
.bgWhite {
	background: #fff !important;
}

.accordionBody {
	display: none;
}

.accordion a {
	text-align: left;
}

.accordion a .mark {
	display: inline-block;
	width: 3.5em !important;
	text-align: center;
}

.openTime {
	margin-left: 8px;
}