@charset "utf-8";

/* =============================================================================
   Base
   ========================================================================== */

body {
	margin: 0;
	padding:0;
	position:relative;
}

h1, h2, h3, h4, h5, p {
	margin-top:0;
}

h1, h2, h3, h4, h5 {
	width:100%;
	flex-basis: 100%;
}

hr {
	border-top: 2px solid #CCCCCC;
	border-bottom:none;
	border-left:none;
	border-right:none;
}

.mincho {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#hiro {
	vertical-align:baseline;
}

.text_red {
	color: #F00;
}
.text_blue {
	color: #06C;
}
.text_white {
	color: #FFF;
}
.text_green {
	color: green;
}

.underline1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.underline2  {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.pm5 {
	margin-bottom:5px;
	padding-bottom:5px;
}

.mgn_btm10 {
	margin-bottom: 10px;
}

/* =============================================================================
   Images
   ========================================================================== */

img, object, embed, video {
	max-width: 100%;
}
img {
	border: 0;
	vertical-align: middle;
	height:auto !important;
}

/* class 'parts' only */
.parts a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* =============================================================================
   Links
   ========================================================================== */


/* a button */
.btn_link_red {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 40px;
}
.btn_link_red_s {
	font-size: 14px;
	font-weight: normal;
	padding: 9px 20px;
}
.btn_link_red, .btn_link_red_s {
	display: inline-block;
	background-color: #E53131;
	color:#FFF !important;
	line-height   : 1em;
	text-align: center;
	text-decoration: none;
	transition    : .3s;
	outline: none;
	border-radius : 5px;
	border:none;
	margin-bottom:10px;
}
.btn_link_red:hover, .btn_link_red_s:hover {
	background-color: #EC4949;
	color: #fff;
}
.btn_link_red:visited, .btn_link_red:active, .btn_link_red_s:visited, .btn_link_red_s:active {
	color: #fff;
}



.btn_link_gray {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 40px;
}
.btn_link_gray_s {
	font-size: 14px;
	font-weight: normal;
	padding: 9px 20px;
}
.btn_link_gray, .btn_link_gray_s {
	display: inline-block;
	background-color: #999999;
	color: #fff !important;
	line-height   : 1em;
	text-align: center;
	text-decoration: none;
	transition    : .3s;
	outline: none;
	border-radius : 5px;
	border:none;
	margin-bottom:10px;
}
.btn_link_gray:hover, .btn_link_gray_s:hover {
	background-color: #ABABAB;
	color: #fff;
}
.btn_link_gray:visited, .btn_link_gray:active, .btn_link_gray_s:visited, .btn_link_gray_s:active {
	color: #fff;
}


.btn_link_black {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 40px;
}
.btn_link_black_s {
	font-size: 14px;
	font-weight: normal;
	padding: 9px 20px;
}
.btn_link_black, .btn_link_black_s {
	display: inline-block;
	background-color: #555555;
	color: #fff;
	line-height   : 1em;
	text-align: center;
	text-decoration: none;
	transition    : .3s;
	outline: none;
	border-radius : 5px;
	border:none;
	margin-bottom:10px;
}
.btn_link_black:hover, .btn_link_black_s:hover {
	background-color: #888888;
	color: #fff;
}
.btn_link_black:visited, .btn_link_black:active, .btn_link_black_s:visited, .btn_link_black_s:active {
	color: #fff;
}


.btn_link_color1 {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 40px;
}
.btn_link_color1_s {
	font-size: 14px;
	font-weight: normal;
	padding: 9px 20px;
}
.btn_link_color1, .btn_link_color1_s {
	display: inline-block;
	background-color: #343434;
	color: #fff;
	line-height   : 1em;
	text-align: center;
	text-decoration: none;
	transition    : .3s;
	outline: none;
	border-radius : 5px;
	border:none;
	margin-bottom:10px;
}
.btn_link_color1:hover, .btn_link_color1_s:hover {
	background-color: #343434;
	color: #fff;
}
.btn_link_color1:visited, .btn_link_color1:active, .btn_link_color1_s:visited, .btn_link_color1_s:active {
	color: #fff;
}





/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	padding-right: 0px;
	padding-top: 0px;
}


/* =============================================================================
   Menu
   ========================================================================== */

/* Main Contents */
#bg {
  z-index: 20;
}

#menu_btn {
	cursor:pointer;
}



/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0px;
	padding: 0px;
}


/* input button */

.button_red {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 18px;
	line-height   : 1em;
	font-weight: bold;
	text-align    : center;
	cursor        : pointer;
	padding       : 20px 40px;
	background    : #E53131;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}

.button_red_s {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 14px;
	line-height   : 1em;
	font-weight: normal;
	text-align    : center;
	cursor        : pointer;
	padding       : 9px 20px;
	background    : #E53131;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}
.button_red_s:hover, .button_red:hover {
	background: #EC4949;
	color: #fff;
}


.button_gray {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 18px;
	line-height   : 1em;
	font-weight: bold;
	text-align    : center;
	cursor        : pointer;
	padding       : 20px 40px;
	background    : #999999;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}
.button_gray_s {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 14px;
	line-height   : 1em;
	font-weight: normal;
	text-align    : center;
	cursor        : pointer;
	padding       : 9px 20px;
	background    : #999999;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}
.button_gray:hover, .button_gray_s:hover {
	background: #ABABAB;
	color: #fff;
}


.button_black_s {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 14px;
	line-height   : 1em;
	font-weight: normal;
	text-align    : center;
	cursor        : pointer;
	padding       : 9px 20px;
	background    : #555555;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}
.button_black_s:hover{
	background: #888888;
	color: #fff;
}


.button_color1 {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 18px;
	line-height   : 1em;
	font-weight: bold;
	text-align    : center;
	cursor        : pointer;
	padding       : 20px 40px;
	background    : #343434;
	color         : #ffffff;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}
.button_color1_s {
	display       : inline-block;
	border-radius : 5px;
	font-size     : 16px;
	font-weight: normal;
	text-align    : center;
	cursor        : pointer;
	padding       : 12px 24px;
	background    : #343434;
	color         : #ffffff;
	line-height   : 1em;
	transition    : .3s;
	border: none;
	margin-bottom:10px;
}
.button_color1:hover, .button_color1_s:hover {
	background: #343434;
	color: #fff;
}


.errormsg {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	margin: 0px;
}

label.error {
	display: none;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 2px;
	margin: 0px 0px 0px 10px;
}
.checkbox_block {
	display: block;
	padding: 2px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
dt {
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 3px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCC;
}
dd {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


textarea, input[type="text"], input[type="tel"], input[type="time"], input[type="number"], input[type="password"], select {
	font-family: inherit;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAA;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #AAA;
	font-size: 16px;
	line-height: 1.2;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	max-width:98%;
}

input[type="checkbox"], input[type="radio"] {
	height: 16px;
	width: 16px;
	margin-right: 5px;
	margin-bottom: 8px;
}

.form_a input[type="image"] {
	max-width:100%;
}

.form_a input[type="text"] , .form_a textarea {

}
.w30 {
	width: 30%;
}

.w40 {
	width: 60%;
}
.w60 {
	width: 70%;
}
.w80 {
	width: 75%;
}


/* =============================================================================
   Tables
   ========================================================================== */

.table1 {
	border-collapse: collapse;
	border: 1px solid #8e8e8e;
}
.table1 th {
	background-image: none;
	border: 1px solid #8e8e8e;
}
.table1 td {
	border: 1px solid #8e8e8e;
}


.table_green {
	color:#FFF;
}
.table_green th, .table_green td {
	background-color:#006837;
}

.table_gray {
	border-collapse: collapse;
	border: 1px solid #CCC;
}
.table_gray th {
	background-color: #eeeeee;
	background-image: none;
	border: 1px solid #CCC;
}
.table_gray td {
	border: 1px solid #CCC;
}



/* =============================================================================
   System
   ========================================================================== */

.page_on {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 18px;
	background-color: #343434;
}
.page_off {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border:1px solid #343434;
}
.page_off a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #343434;
	font-size: 18px;
	text-decoration: none;
}
.page_more {
	display:inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	text-align: center;
	color: #343434;
	font-size: 14px;
}


/* =============================================================================
   Layout
   ========================================================================== */
.parts {
}
.container {
  -js-display: flex;
  display: flex;
  width:97%;
  max-width:1080px;
  margin-left:auto;
  margin-right:auto;
  flex-wrap: wrap;
  justify-content:space-between;
}

.container .com {
	flex-basis: 100%;
}

.item {
}

.justify_left {
	justify-content:flex-start;
}
.justify_left .item {
	margin-left:2%;
}

.justify_center {
	justify-content:center !important;
}
.justify_center .item {
	margin-right:1%;
	margin-left:1%;
}

.justify_right {
	justify-content:flex-end;
}
.justify_right .item {
	margin-left:2%;
}

.space_around {
	justify-content:space-around !important;
}
.space_around .item {
	margin-right:1%;
	margin-left:1%;
}

.space_between {
	justify-content:space-between;
}
.space_between .item {
/*	margin-right:1%;
	margin-left:1%;*/
}



  
.edit_box {
	clear:both;
  -js-display: flex;
  display: flex;
  width:calc(97% - 20px);
  max-width:calc(1080px - 20px);
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  flex-wrap: wrap;
  padding:10px;
  color:#FFF;
  background-color:#999999;
  justify-content:space-between;
  z-index:21;
}
.edit_box .item {
	text-align:center;
	margin-bottom:0;
}


/* layout_option */

.faq {
	border-color:#cccccc;
	border-width:1px;
	border-style:solid;
	padding:15px;
}
/* for Smart Phone */
@media print, screen and (max-width:767px) {
.faq {
	width:calc(97% - 32px) !important;

}
}
/* for Tablet & PC */
@media print, screen and (min-width:768px) {
.faq {
	max-width:calc(1080px - 32px) !important;
}
}
.faq h2:first-of-type, .faq h3:first-of-type, .faq h4:first-of-type {
	background-image:url(images/faq_q.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	border:none;
	padding-left:50px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:15px;
	text-align:left;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	width:calc(100% - 70px);
	display:block;
}
.faq .com:first-of-type {
	background-image:url(images/faq_a.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	padding-left:50px;
	padding-right:20px;
	margin-bottom:15px;
	width:calc(100% - 70px);
}

.voice {
	border-color:#3E3E3E;
	background-color:#FBFFE7;
	border-width:5px;
	border-style:solid;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
}
.voice {
	background-image:url(images/voice_bg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
/* for Smart Phone */
@media print, screen and (max-width:767px) {
.voice {
	width:calc(97% - 40px) !important;
}
}
/* for Tablet & PC */
@media print, screen and (min-width:768px) {
.voice {
	max-width:calc(1080px - 40px) !important;
}
}



/* for Smart Phone */
@media print, screen and (max-width:767px) {

h2 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
h4 {
	font-size:14px;
	line-height:16px;
}

.box42 .item {
	flex-basis: 48.5%;
}
.box44 .item {
	flex-basis: 23.5%;
}

.box31 .item {
	flex-basis: 100%;
}
.box33 .item {
	flex-basis: 31%;
}

.box21 .item {
	flex-basis: 100%;
}
.box22 .item {
	flex-basis: 48%;
}

.box11 .item {
	flex-basis: 100%;
}

.photo_left .left {
	flex-basis: 100%;

}
.photo_left .right {
	flex-basis: 100%;
}

.photo_right .left {
	flex-basis: 100%;
}
.photo_right .right {
	flex-basis: 100%;
}

.card21 .left {
	flex-basis: 30%;
}
.card21 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.card11 .left {
	flex-basis: 30%;
}
.card11 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.mailform .form_q {
	flex-basis: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}
.mailform .form_a {
	flex-basis: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
}

#admin_panel {
	display: none;
}
#pagetop {
	display:none;
	height: 45px;
	width: 45px;
	right: 5px;
	position:fixed;
	bottom: 90px;
	z-index: 29;
}
#menu_foot {
	display:none;
}

.hide_sp {
	display:none;
}


.table_responsive table, .table_responsive tbody, .table_responsive tr {
	display:block;
	width:100%;
}

.table_responsive th {
	display:block;
	width:97%;
	padding:1.5%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	background-color:#eeeeee;
}
.table_responsive td {
	display:block;
	width:97%;
	padding:1.5%;
	vertical-align:top;
}

.table_responsive_2 table, .table_responsive_2 tbody, .table_responsive_2 tr {
	display:block;
	width:100%;
}

.table_responsive_2 th {
	display:block;
	width:97%;
	padding:1.5%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	background-color:#f2f2f2;
}
.table_responsive_2 td {
	display:block;
	width:97%;
	padding:1.5%;
	vertical-align:top;
}

.fltbox3 {
	float: left;
	width: 46%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.fltbox4 {
	float: left;
	width: 46%;
	margin-right: 3%;
	margin-bottom: 10px;
}

}

/* for Tablet & PC */
@media print, screen and (min-width:768px) {

.box42 .item {
	flex-basis: 23.5%;
}
.box44 .item {
	flex-basis: 23.5%;
}

.box31 .item {
	flex-basis: 31%;
}
.box33 .item {
	flex-basis: 31%;
}

.box21 .item {
	flex-basis: 48%;
}
.box22 .item {
	flex-basis: 48%;
}

.box11 .item {
	flex-basis: 100%;
}

.photo_left .left {
	flex-basis: 29%;
}
.photo_left .right {
	flex-basis: 69%;
}

.photo_right .left {
	flex-basis: 69%;
}
.photo_right .right {
	flex-basis: 29%;
}

.card21 .left {
	flex-basis: 15%;
}
.card21 .right {
	flex-basis: 30%;
	padding-right:2%;
}
.card11 .left {
	flex-basis: 30%;
}
.card11 .right {
	flex-basis: 65%;
	padding-right:2%;
}

.mailform .form_q {
	flex-basis: 30%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
	background-color: #F0F0F0;
}
.mailform .form_a {
	flex-basis: 64%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	margin-bottom: 10px;
}

.hide_pc {
	display:none;
}



#pagetop {
	display:none;
	height: 50px;
	width: 50px;
	right: 15px;
	position:fixed;
	bottom: 60px;
	z-index: 29;
}
#menu_foot {
	display:none;
}

#admin_panel {
	display: block;
	width: 100%;
	height: 50px;
	z-index: 99999;
	position: fixed;
	background-color: #666600;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}
#admin_panel .menu_on a {
	background-color: #999999;
	border: 1px solid #999;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a {
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
#admin_panel .menu_off a:hover {
	background-color: #669933;
	border: 1px solid #FFF;
	color: #FFF;
}


.table_responsive table {
	display:table;
	width:100%;
	border-collapse:collapse;
}
.table_responsive tbody {
	display:table-row-group;
	width:100%;
	border-collapse:collapse;
}
.table_responsive tr {
	display:table-row;
	width:100%;
}
.table_responsive th {
	display: table-cell;
	padding: 6px;
	width: 15%;
	vertical-align: top;
	text-align: left;
	font-weight:normal;
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
}
.table_responsive td {
	display:table-cell;
	padding:6px;
	vertical-align:top;
	border: 1px solid #CCCCCC;
}


.table_responsive_2 table {
	display:table;
	width:100%;
	border-collapse:collapse;
}
.table_responsive_2 tbody {
	display:table-row-group;
	width:100%;
	border-collapse:collapse;
}
.table_responsive_2 tr {
	display:table-row;
	width:100%;
}
.table_responsive_2 th {
	display: table-cell;
	padding: 6px;
	width: 35%;
	vertical-align: top;
	text-align: left;
	font-weight:normal;
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
}
.table_responsive_2 td {
	display:table-cell;
	padding:6px;
	vertical-align:top;
	border: 1px solid #CCCCCC;
}


.fltbox3 {
	float: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.fltbox4 {
	float: left;
	width: 22%;
	margin-right: 2%;
	margin-bottom: 10px;
}


}
