@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* html5 reset*/
html{overflow-y:scroll;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var,span{font-style:normal;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
img{vertical-align:bottom;}

/* original reset */
li{
	list-style:none;
}
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/* html5 reset +alpha */
html{
	line-height:1.0;
}
/* items */
img {
	max-width:100%;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	height: auto;
}

a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
/* body style */
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-style: normal;
	color: #000000;
	animation: fadeIn 3.5s ease 0s 1 normal;
	-webkit-animation: fadeIn 3.5s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
@media screen and (min-width:768px) {
.drawer--navbarTopGutter {
    padding-top:0;
}
}
@media screen and (max-width:768px) {
	.drawer--navbarTopGutter {
    padding-top:50px;
}
}
/*----------------------------------------
	common
*/
h1, h2, h3, h4, h5, h6,p {
	line-height: 1.5;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
	line-height: 1; 
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 12px;
    vertical-align: baseline;
    background: transparent;
}
p{
	line-height: 1.5;
}
hr {
    margin-top: 0;
    margin-bottom: 60px;
    border: 0;
    border-top: 1px dotted #666;
}
.content img {
	max-width: 100%;
	height: auto;
}
/*その他*/
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width:768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}
/*----------------------------------------
	ヘッダー関連
-----------------------------------------*/
header h1 {
        text-indent: -9999px;
        display:none;
}
/*----------------------------------------
	PC用ヘッダー
*/
#pc_header{
	height: 100px;
	background-color: #ffffff;
}
#pc_header .logo{
	margin: 10px;
	float: left;
	width: 180px;
}
#pc_header #gbl{
	width: 40%;
	float: right;
}
#pc_header .sns{
	width: 70px;
	line-height: 120px;
	height: 100px;
	float: right;
	display: block;
	padding: 10px;
}
#pc_header .tel{
	float: right;
	background-color: #fff600;
	line-height: 100px;
	height: 100px;
	width: 200px;
	padding: 20px;
	display: block;
}
#pc_header .tel p{
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width:1018px) {
#pc_header .logo{
	margin: 20px;
	float: left;
	width: 150px;
}
#pc_header #gbl{
	width: 50%;
	float: right;
}
}
@media screen and (max-width:970px) {
#pc_header .logo{
	margin: 20px;
	float: left;
	width: 20%;
	box-sizing: border-box;
}
#pc_header #gbl{
	width: 70%;
	float: right;
}
#pc_header .sns{
	display: none;
}
#pc_header .tel{
	display: none
}
}
/*----------------------------------------
	PC用グローバルナビ
*/
#gbl ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}
#gbl li {
	padding: 0;
	display: table-cell;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 100px;
	position:relative;
	/*border-left: dotted 1px #000000;*/
}
/*#gbl li:last-of-type {
	border-right: dotted 1px #000000;
}*/

#gbl li a {
	display: table;
	width: 100%;
	text-decoration: none;
	-webkit-transition:all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all .4s ease;
	height: 100px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
	padding-top: 30px;
	color: #000000;
	font-size: 16px;
}
#gbl li span{
	font-size: 10px;
	color: #999999;
}
#gbl li a:hover {
	background-color: #fdd200;
	color: #000000;
}
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
#pc_header.clone-nav{
	height: 100px;
	background-color: rgba(255,255,255,0.90);
}
#pc_header.clone-nav .logo{
	margin: 10px;
	float: left;
	width: 180px;
}
#pc_header.clone-nav .sns{
	line-height: 115px;
	height: 100px;
}
#pc_header.clone-nav .tel{
	line-height: 100px;
	height: 100px;
}
#pc_header.clone-nav #gbl li {
	height: 100px;
}
#pc_header.clone-nav #gbl li a {
	height: 100px;
	padding-top: 30px;
}

.is-show {
  transform: translateY(0);
}
@media screen and (max-width:984px) {

}
@media screen and (max-width:768px) {
#pc_header.clone-nav {
	display: none;
}
}
@media print {
#pc_header.clone-nav {
	display: none;
}
}
/*----------------------------------------
	SP用ヘッダー(細かいスタイルはdrawer.min.css)

*/
.drawer-hamburger {
    position: fixed;
    z-index: 100;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding: 15px .75rem 30px;
    -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
    transition: all .6s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
}
.drawer-navbar-header {
    text-align: left;
	height: 50px;
}
.drawer-menu-item {
    font-size: 14px;
    display: block;
    padding: 1rem;
    text-decoration: none;
    color: #222;
	border-bottom: 1px dotted #242424;
}
.drawer-navbar .drawer-brand {
    line-height: 1;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 0;
    text-decoration: none;
	height: 50px;
	max-width: 60%;
}
.drawer-navbar .drawer-brand img{
	height: 35px;
	width: auto;
}
.drawer-brand {
    /* line-height: 1; */
    padding-right: 0;
    padding-left: 0;
    text-decoration: none;
    color: #222;
}
/*===================================================
	footer info
===================================================*/
#footer_info{
	background-color: #F0FAFF;
	border-radius: 20px;
}
#footer_info h2{
	 background: linear-gradient(#6AD4FF, #1CA1E3);
	text-align: center;
	margin: 0 0 20px 0;
	padding: 15px;
	font-size: 150%;
	color: #FFFFFF;
	border-radius: 20px 20px 0 0;
}
#footer_info h2 br{
	display: none;
}
#footer_info .footer_info_link{
	text-align: right;
	font-size: 100%;
	margin-bottom: 0;
}
#footer_info .footer_info_link a{
	color: #000000;
	text-decoration: none;
}
#footer_info .footer_info_link a:hover {
	color: #000000;
	text-decoration: underline;
}
@media screen and (max-width:768px) {
	#footer_info h2{
	font-size: 100%;
}
	#footer_info h2 br{
	display: block;
}
	#footer_info .footer_info_link{
	text-align: right;
	font-size: 90%;
}
}
/*===================================================
	footer
===================================================*/
footer {
}
.f_copy {
	background-color: #434343;
	text-align: center;
	margin: 0;
	padding: 5px 0 ;
	color: #FFFFFF;
}
.f_copy p{
	font-size: 12px;
}
#toPagetop .topagetop_btn {
	position: fixed;
	right: 5%;
	width: 80px;
	height: 80px;
}
@media screen and (max-width:768px) {

}
/*===================================================
	共通
===================================================*/

/*----------------------------------------
	ボタン
-----------------------------------------*/
.button {
	display: inline-block;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-image: url(../images/ico_arrow-w.png);
	background-position: 97%;
	background-repeat: no-repeat;
	border-radius: 30px;
}
.bt_gray{
	background-color: #000000;
}
.bt_orange{
	background-color: #fdd200;
	border: 2px solid #000000;
}
.bt_blue{
	background-color: #0062B2;
}
.bt_gray:hover{
	background-color: #535353;;
}
.bt_orange:hover{
	background-color: #FD7D00;
}
.bt_blue:hover{
	background-color: #00B0EC;
}
.bt_size_s{
	width: 200px;
}
.bt_size_m{
	width: 300px;
}
.bt_size_l{
	width: 100%;
}
.button:hover {
	text-decoration: none;
	background-position: 98%;
}
a:link.button, a:active.button, a:visited.button {
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width:768px) {
.bt_size_s,
.bt_size_m,
.bt_size_l{
	width: 100%;;
}
}
/*----------------------------------------
	見出し
-----------------------------------------*/
.midashi {
border-bottom: solid 3px #eeeeee;
position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.midashi span{
	font-size: 14px;
	font-weight: 300;
	font-family: 'Quicksand', sans-serif;
}
.midashi:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #fdd200;
bottom: -3px;
width: 20%;
}
.midashi02 {
	border-left: solid 2px #fdd200;
	color: #000000;
	padding: 0.5em;
	margin-bottom: 20px;
	font-size: 18px;
	background-color: #fafafa;
}
@media screen and (max-width:768px) {
.midashi,
.midashi02,
.midashi03,
.midashi04	{
	font-size: 18px;
}
}
/*----------------------------------------
	その他スタイル
-----------------------------------------*/
.w550{
	max-width: 550px;
	margin: 0 auto;
}
.w650{
	max-width: 650px;
	margin: 0 auto;
}
.w800{
	max-width: 800px;
	margin: 0 auto;
}
.txt_blue{
	color: #0062B2;
}
.txt_blue2{
	color: #00B0EC;
}
.dotline_blue{
	border: 1px dotted #0062B2;
}
.line_blue{
	border: 1px solid #0062B2;
}
.line_black{
	border: 1px solid #000000;
}
/*=========================================
	TOP
=========================================*/
#top .section{
	padding-top: 60px;
	padding-bottom: 60px;
}
/*----------------------------------------
	メインビジュアル
*/
#main_img{
	background-color: #fdd200;
	padding-top: 10px;
	line-height: 0;
}
#main_img img{
	margin: 0;
}
ul.ban_list li{
	margin-bottom: 10px;
	text-align: center;
}
ul.ban_list :last-of-type {
	margin-bottom: 0;
}
#sp_main img{
	width: 100%;
}
@media screen and (max-width:768px) {
#main_img{
	padding-top: 60px;
}
}
/*--------------------------------
	top_info
*/
#top_info{
	background-image: url(../images/bg_top.jpg);
	background-size: cover;
	background-position: center;
}
#top_info h2{
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
#top_info p{
	line-height: 2;
}
/*--------------------------------
	top_info02
*/
#top_info02 {
	width: 100%;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
}
 
#top_info02 .w650 {
    z-index: 2;
    position: absolute;
   top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
 #top_info02 .w650 .info_box{
	background-color: rgba(255,255,255,0.87);
	 padding: 30px;
}
#top_info02 video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}
#top_info02 h2{
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
#top_info02 p{
	line-height: 2;
}
@media screen and (max-width:768px) {
#top_info02 {
	background: rgba(173,214,217,1.00);
}	
#top_info02 .w650 {
	max-width: 80%;
	width: 100%;
}
#top_info-sp{
	padding: 40px 0;
	background: rgba(173,214,217,1.00);
}
	#top_info-sp h2{
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
#top_info-sp p{
	line-height: 2;
}
}
/*--------------------------------
	top_access
*/
#top_access{
}
#top_access h2{
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
#top_access .top_access_ttl{
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}
#top_access .top_access_txt{
	border-left: 1px solid #000000;
	padding-left: 20px;
}
#top_access p{
	line-height: 2;
}
@media screen and (max-width:768px) {
#top_info h2,
	#top_access h2{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}	
#top_access .top_access_ttl{
	text-align: left;
}
}
/*=========================================
	下層ページj共通
=========================================*/

 #sub_ttl {
	 height: 150px;
	 padding-top: 40px;
	 box-sizing: border-box;
	 background-color: #fdd200;
	 margin-bottom: 60px;
}
 #sub_ttl h2{
	 color: #000000;
	text-align: center;
	font-size: 36px;
	font-weight:300;
	font-family: 'Quicksand', sans-serif;
	position: relative;
	margin-bottom: 10px;
}
 #sub_ttl h2::after{
	 content: "";
	 position: absolute;
	 width: 50px;
	 height: 1px;
	 bottom: 0;
	 left: 50%;
	 margin-left: -25px;
	 background-color: #000000;
}
 #sub_ttl p{
	 color: #000;
	text-align: center;
	font-size: 12px;
}
 #sub{
	 /*padding-top: 20px;*/
	 padding-bottom: 20px;
}
 #sub .section{
	 padding-bottom: 60px;
}
 #sub section p{
	 margin-bottom: 20px;
	 line-height: 1.7;
}
@media screen and (max-width:768px) {

}
/*=========================================
	サービス
=========================================*/
a.bt_dl {
	display: block;
	padding: 0.7em 20px 0.7em 0.5em;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 30px;
	background-color: #E9474D;
	width: 100%;
	font-size: 18px;
	position: relative;
	border: 2px solid #E9474D;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	
}
a.bt_dl:after{
	content: "\f019";
	position:absolute;
	top:50%;
	right:20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
}
a.bt_dl:hover {
	text-decoration: none;
	border: 2px solid #E9474D;
	background: #fff;
	color: #E9474D;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

#service01 .bg_service01,
#service02 .bg_service02,
#service03 .bg_service03,
#service04 .bg_service04,
#service05 .bg_service05{
	border-radius: 20px;
	padding: 20px;
}
#service01 .cap_ttl,
#service02 .cap_ttl,
#service03 .cap_ttl,
#service04 .cap_ttl,
#service05 .cap_ttl{
	font-size: 12px;
	margin-bottom: 5px;
}
#service01 h2,
#service02 h2,
#service03 h2,
#service04 h2,
#service05 h2{
	margin-bottom: 20px;
	font-size: 20px;
}
#service01 h3,
#service02 h3,
#service03 h3,
#service04 h3,
#service05 h3{
	padding: 0.5em;
	margin-bottom: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
#service01 .service_dtl,
#service02 .service_dtl,
#service03 .service_dtl,
#service04 .service_dtl,
#service05 .service_dtl{
	padding-left: 20px;
}
#service01 .service_dtl h4,
#service02 .service_dtl h4,
#service03 .service_dtl h4,
#service04 .service_dtl h4,
#service05 .service_dtl h4{
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
#service01 .service_list dt,
#service02 .service_list dt,
#service03 .service_list dt,
#service04 .service_list dt,
#service05 .service_list dt{
	padding: 0.5em;
	font-weight: bold;
	font-size: 14px;
}
#service01 .service_list dd,
#service02 .service_list dd,
#service03 .service_list dd,
#service04 .service_list dd,
#service05 .service_list dd{
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.7;
}
.bt_dwld {
	display: inline-block;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	color: #fbf77f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 10px;
	width: 100%;
}
.bt_dwld:hover {
	text-decoration: none;
}
a:link.bt_dwld, a:active.bt_dwld, a:visited.bt_dwld {
	text-decoration: none;
}
@media screen and (max-width:768px) {
a.bt_dl {
	font-size: 14px;
}
a.bt_dl:after{
	content: "\f019";
	position:absolute;
	top:50%;
	right:10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
	font-family: FontAwesome;
	font-size: 14px;
}	
#service01 h2,
#service02 h2,
#service03 h2,
#service04 h2,
#service05 h2{
	font-size: 18px;
}	
#service01 h3,
#service02 h3,
#service03 h3,
#service04 h3,
#service05 h3{
	font-size: 14px;
}
}
/*----------------------------------------
	service01 （はたらくカタチ01）
*/
#service01 .bg_service01{
	background-color: #f7f8ff;
}
#service01 h3{
	background-color: #714f9d;
}
#service01 .cap_ttl{
	color: #714f9d;
}
#service01 .service_dtl{
	border-left: 4px solid  #714f9d;
}
#service01 .service_list dt{
	background-color: #ebedfb;
}
#service01 .bt_dwld{
	background-color: #714f9d;
	border: 2px solid #714f9d;
}
#service01 .bt_dwld:hover{
	background-color: #FFFFFF;
	border: 2px solid #714f9d;
	color: #714f9d;
}
/*----------------------------------------
	service02 （はたらくカタチ02）
*/
#service02 .bg_service02{
	background-color: #f2fcff;
}
#service02 h3{
	background-color: #008db7;
}
#service02 .cap_ttl{
	color: #008db7;
}
#service02 .service_dtl{
	border-left: 4px solid  #008db7;
}
#service02 .service_list dt{
	background-color: #def5fc;
}
#service02 .bt_dwld{
	background-color: #008db7;
}
#service02 .bt_dwld:hover{
	background-color: #FFFFFF;
	border: 2px solid #008db7;
	color: #008db7;
}
/*----------------------------------------
	service03 （はたらくカタチweb）
*/
#service03 .bg_service03{
	background-color: #fdfff7;
}
#service03 h3{
	background-color: #00aa6e;
}
#service03 .cap_ttl{
	color: #00aa6e;
}
#service03 .service_dtl{
	border-left: 4px solid  #00aa6e;
}
#service03 .service_list dt{
	background-color: #f5fae9;
}
#service03 .bt_dwld{
	background-color: #00aa6e;
}
#service03 .bt_dwld:hover{
	background-color: #FFFFFF;
	border: 2px solid #00aa6e;
	color: #00aa6e;
}
/*----------------------------------------
	service04 （頑張るママのカタチ）
*/
#service04 .bg_service04{
	background-color: #fff8f9;
}
#service04 h3{
	background-color: #e83f5f;
}
#service04 .cap_ttl{
	color:  #e83f5f;
}
#service04 .service_dtl{
	border-left: 4px solid  #e83f5f;
}
#service04 .service_list dt{
	background-color: #ffeff2;
}
#service04 .bt_dwld{
	background-color: #e83f5f;
}
#service04 .bt_dwld:hover{
	background-color: #FFFFFF;
	border: 2px solid #e83f5f;
	color: #e83f5f;
}
/*----------------------------------------
	service05（はたらくカタチ松山）
*/
#service05 .bg_service05{
	background-color:#FFF5E4;
}
#service05 h3{
	background-color:#F4A51F;
}
#service05 .cap_ttl{
	color: #F4A51F;
}
#service05 .service_dtl{
	border-left: 4px solid #F4A51F
}
#service05 .service_list dt{
	background-color:#FDE2B5;
}

/*=========================================
	会社案内
=========================================*/
/* テーブル */
table.gaiyo {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom:40px;
	margin-left: auto;
	background-color:#f9f9f9;
	/*border-bottom: 1px solid #999!important;*/
}
table.gaiyo td,table.gaiyo th {
	/*border-top: 1px solid #999!important;*/
	padding: 15px;
}
table.gaiyo td {
	width: 70%;
}
table.gaiyo th {
	width: 30%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width:768px) {
table.gaiyo {
	width: 100%;
	border-top: none!important;
	/*border-bottom: 1px solid #999!important;*/
}
 table.gaiyo td, table.gaiyo th {
	border: none!important;
}
table.gaiyo th {
	width: 100%;
	display: block;
	/*border-top: 1px solid #999!important;*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
		padding:5px;
		/*background-color:#f9f9f9;*/
}
table.gaiyo td {
	margin-bottom: 0px;
	width: 100%;
	display: block;
	border: none;
	margin-right: auto;
	margin-left: auto;
		padding:10px 5px 10px 5px;
		background-color:#fff;
}
}

/*=========================================
	お問い合わせ
=========================================*/
table.contact {
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top: 1px solid #666666;
}
table.contact td, table.contact th {
	border-bottom: 1px solid  #666666!important;
	padding: 15px;
}
table.contact td {
	width: 70%;
}
table.contact th {
	width: 30%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #def5fc;
	font-size: 14px;
}
.privacy_check_wrap{
	text-align: center;
	background: #EEEEEE;
	font-size: 80%;
	padding: 20px;
	margin-bottom: 40px;
}
/* テキストエリアの設定 */
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact input[type="number"],.contact textarea, select {
	border: 1px solid #c0c0c0;
	background-color: #fafafa;
	border-radius: 5px;
	padding: 5px;
	margin: 3px;
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact input[type="number"],select {
	height: 35px;
}
.contact input[type="checkbox"],
.privacy_check_wrap input[type="checkbox"]{
	height: 15px;
	width: 15px;
	margin:0;
	vertical-align: middle;
}
.wll {
	width: 100%;
}
.wl {
	width: 80%;
}
.wm {
	width: 50%;
}
.ws {
	width: 20%;
}
.wss {
	width: 10%;
}

@media screen and (max-width:768px) {

.contact tbody tr {
	width: 100%;
	display: block;
	list-style: none;
	border-bottom: 1px solid #000000!important;
}
.contact tbody td {
	width: 100%;
	display: list-item;
	padding: 20px 5px 20px 5px;
	border: none!important;
}
.contact tbody th {
	width: 100%;
	display: list-item;
	padding: 10px 5px 10px 5px;
	border: none!important;
}
/* テキストエリアの設定 */
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"], .contact textarea, select {
	/*width: 100%;*/
	padding: 5px;
	/*margin: 10px 0;*/
	border: 1px solid #999;
}
label{
	font-size: 80%;
}	
.wll {
	width: 100%;
}
.wl {
	width: 100%;
}
.wm {
	width: 100%;
}
.ws {
	width: 50%;
}
.wss {
	width: 20%;
}
}


/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top;}
.middleAdjust{vertical-align:middle;}
.bottomAdjust{vertical-align:bottom;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }

/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.f08{ font-size: 8px; font-size: 0.8rem; }
.f09{ font-size: 9px; font-size: 0.9rem; }
.f10{ font-size: 10px; font-size: 1.0rem; }
.f11{ font-size: 11px; font-size: 1.1rem; }
.f12{ font-size: 12px; font-size: 1.2rem; }
.f13{ font-size: 13px; font-size: 1.3rem; }
.f14{ font-size: 14px; font-size: 1.4rem; }
.f15{ font-size: 15px; font-size: 1.5rem; }
.f16{ font-size: 16px; font-size: 1.6rem; }
.f17{ font-size: 17px; font-size: 1.7rem; }
.f18{ font-size: 18px; font-size: 1.8rem; }
.f19{ font-size: 19px; font-size: 1.9rem; }
.f20{ font-size: 20px; font-size: 2.0rem; }
.f21{ font-size: 21px; font-size: 2.1rem; }
.f22{ font-size: 22px; font-size: 2.2rem; }
.f23{ font-size: 23px; font-size: 2.3rem; }
.f24{ font-size: 24px; font-size: 2.4rem; }
.f25{ font-size: 25px; font-size: 2.5rem; }
.f26{ font-size: 26px; font-size: 2.6rem; }
.f27{ font-size: 27px; font-size: 2.7rem; }
.f28{ font-size: 28px; font-size: 2.8rem; }
.f29{ font-size: 29px; font-size: 2.9rem; }
.f30{ font-size: 30px; font-size: 3.0rem; }
.f31{ font-size: 31px; font-size: 3.1rem; }
.f32{ font-size: 32px; font-size: 3.2rem; }
.f33{ font-size: 33px; font-size: 3.3rem; }
.f34{ font-size: 34px; font-size: 3.4rem; }
.f35{ font-size: 35px; font-size: 3.5rem; }
.f36{ font-size: 36px; font-size: 3.6rem; }


/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/

.red{ color: #CC0000!important; }
.maroon{ color: #800000!important; }
.fuchsia{ color: #ff00ff!important; }
.purple{ color: #660099!important; }
.lime{ color: #00ff00!important; }
.green{ color: #008000!important; }
.yellow{ color: #ffff00!important; }
.olive{ color: #808000!important; }
.blue{ color: #0000dd!important; }
.navy{ color: #000080!important; }
.aqua{ color: #00ffff!important; }
.teal{ color: #008080!important; }
.white{ color: #fff!important; }
.silver{ color: #c0c0c0!important; }
.gray{ color: #808080!important; }
.black{ color: #000!important; }
.orange{ color: #ffa500!important; }
.pink{ color: #ffc0c8!important; }


/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/

.glow-red{ padding:2px; background-color: #ff0000!important; }
.glow-lime{ padding:2px; background-color: #00ff00!important; }
.glow-yellow{ padding:2px; background-color: #ffff00!important; }
.glow-aqua{ padding:2px; background-color: #00ffff!important; }
.glow-gray{ padding:2px; background-color: #808080!important; }
.glow-black{ padding:2px; background-color: #000!important; }


/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/

.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }


/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/

.underline{ text-decoration: underline!important; }
.del{ text-decoration:line-through;}


/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/

.al-c{ text-align: center; }
.al-r{ text-align: right; }
.al-l{ text-align: left; }


/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/

.radius1 { border-radius: 1px; }
.radius2 { border-radius: 2px; }
.radius3 { border-radius: 3px; }
.radius4 { border-radius: 4px; }
.radius5 { border-radius: 5px; }
.radius6 { border-radius: 6px; }
.radius7 { border-radius: 7px; }
.radius8 { border-radius: 8px; }
.radius9 { border-radius: 9px; }
.radius10 { border-radius: 10px; }


/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/

.box-bd2 { border-width: 2px; }
.box-bd3 { border-width: 3px; }
.box-bd4 { border-width: 4px; }
.box-bd5 { border-width: 5px; }


/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/

.box-c-black { border-color: #000; }
.box-c-red { border-color: #ff0000; }
.box-c-blue { border-color: #0000ff; }
.box-c-yellow { border-color: #ffff00; }
.box-c-white { border-color: #fff; }


/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/

.m0{ margin: 0!important; }
.m0-t{ margin-top: 0!important; }
.m0-r{ margin-right: 0!important; }
.m0-b{ margin-bottom: 0!important; }
.m0-l{ margin-left: 0!important; }

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35{ margin: 35px!important; }
.m35-t{ margin-top: 35px!important; }
.m35-r{ margin-right: 35px!important; }
.m35-b{ margin-bottom: 35px!important; }
.m35-l{ margin-left: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m45{ margin: 45px!important; }
.m45-t{ margin-top: 45px!important; }
.m45-r{ margin-right: 45px!important; }
.m45-b{ margin-bottom: 45px!important; }
.m45-l{ margin-left: 45px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m55{ margin: 55px!important; }
.m55-t{ margin-top: 55px!important; }
.m55-r{ margin-right: 55px!important; }
.m55-b{ margin-bottom: 55px!important; }
.m55-l{ margin-left: 55px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }


/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p35{ padding: 35px!important; }
.p35-t{ padding-top: 35px!important; }
.p35-r{ padding-right: 35px!important; }
.p35-b{ padding-bottom: 35px!important; }
.p35-l{ padding-left: 35px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p45{ padding: 45px!important; }
.p45-t{ padding-top: 45px!important; }
.p45-r{ padding-right: 45px!important; }
.p45-b{ padding-bottom: 45px!important; }
.p45-l{ padding-left: 45px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p55{ padding: 55px!important; }
.p55-t{ padding-top: 55px!important; }
.p55-r{ padding-right: 55px!important; }
.p55-b{ padding-bottom: 55px!important; }
.p55-l{ padding-left: 55px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }
