@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
タグに値を設定

タグ自体に設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	margin: 0;
}
body, textarea {
	font-size: 14px;
    line-height: 1.6;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }

ul, li {
	list-style:none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html,body {
  height:100%;
}
h1 {
	font-size:10px;
	font-weight:normal;
	line-height:100%;
}
a, a:link, a:visited {
	text-decoration:underline;
	color: #212121;
}
a:hover, a:active {
	text-decoration:underline;
	color:#757575;
}
a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

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

.mincho {
	font-family :"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", YuMincho, '游明朝', serif;
	font-weight:bold;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様

　※ここでの設定は、ＩＤ・ＣＬＡＳＳは固定名
　※設定する値は任意

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．フレーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#wrapper.toppage {
	background: url("../images/main_01.jpg") no-repeat center top;
	background-size: cover;	
	position: relative;
	overflow: hidden;
	clear: both
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
	color: #333;
	background: #fff;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
}

#seo h1 {
	width:1150px;
	margin:0 auto;
	padding:5px;
	font-size:10px;
}
#header .header{
	position:relative;
	width:1150px;
	margin:0 auto;
	line-height:1.5;
}
#header #logo {
	display:inline;
	float:left;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．ナビゲーション（横型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#h_navi {
	clear: both;
}
#h_navi ul {
	margin-top: 8px;
	border-right: 1px solid #ccc;
	
}

#h_navi ul li {
	text-align: center;
		width: 229px;
	float: left;

}

#h_navi ul li a{
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 5px;
	border-left: 1px solid #ccc;
	width: 100%;

}




#h_navi ul li a:hover{
	/*border-bottom: 3px solid #f492b1;*/
	color: #f492b1;
}

.head_right {
	/*float: right;*/
	width: 1150px;
}


.mt_40 {
	margin-top: 20px;
}

.pd_0 {
	padding: 0 !important;
}

.tel {
	float: right;
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #f492b1;
	font-weight: bold;

}

.tel span{
	font-size: 12px;
/*font-family: 'Dancing Script', cursive;	*/
}


.txt_sub {
	font-size: 18px;
}



.nav2 {
	margin: 30px auto;
	width: 1150px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content:space-around;

	
}

.nav2 li{
	margin:0 20px;
}

.nav2 li a{
	text-decoration: none;
	position: relative;
	padding: 0 0 0 16px;
}

.nav2 li a:before{
	content: "";
	position: absolute;
	top: 50%;   /* 縦軸をセンタリングする */ 
	left: 0;
	transform: translateY(-50%);   /* 縦軸をセンタリングする */  
	border: 5px solid transparent;
	border-left: 8px solid #f492b1;;   /* 好みで色を変えてください */ 
	font-size: 10px;
	color: #f492b1;
	padding-right: 10px;
	
}


hr {
	background: #eee;
	border: none !important;
}


.box3 {
	margin: 30px auto;
	width: 1150px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content:space-around;
	
}

.box3 li{
    box-shadow: 0 0 3px #eee;	
	border: 1px solid #eee;
	padding: 20px;
	margin: 0 10px;
	text-align: center;
	
}

.box3 li img{
	margin-bottom: 10px;

}
.box3 li p{
	text-align: left;
}



.tit_box {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center !important;
	color: #f492b1;
	
}

.fl_l li{
	float:left;
	margin-right: 20px;
}

.slide_wrap {
	position: relative;
}

.txt_inner {
  font-size: 36px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 520px;
  z-index: 100;
  text-align: center;
  text-shadow: 0 0 2px #ccc;
  padding: 20px 0;
  background: rgba(255,255,255,0.9);
  border-radius: 10px 0 10px 0;
}


.back_img_wrap {
	background: #000;
	overflow: hidden;

}
.back_img_wrap a{
	color:#fff;
	font-size: 24px;
	display: block;
	padding: 70px 0;
	width: 100%;
	text-decoration: none;
	text-shadow: 0 0 5px #333;
	
}

.back_img_wrap a span{
	font-size: 14px;
}

.back_img_wrap a:hover{
	background: #f492b1;
	opacity: 0.9;
}



.back_01 {
	text-align: center;
	background: url("../images/main_2_01.jpg") no-repeat;
	background-attachment:fixed;
	background-blend-mode:hard-light;
}
.back_02 {
	text-align: center;

	background: url("../images/main_2_02.jpg") no-repeat;
	background-attachment:fixed;
}

.back_03 {
	text-align: center;
	background: url("../images/main_2_03.jpg") no-repeat;
	background-attachment:fixed;
}

.back_04 {
	text-align: center;
	background: url("../images/main_2_04.jpg") no-repeat;
	background-attachment:fixed;
}

.back_06 {
	text-align: center;
	background: url("../images/main_2_05.jpg") no-repeat;
	background-attachment:fixed;
}

.back_05 {
	padding: 100px 0;
	text-align: center;
	background: url("../images/main_02_1500.jpg") no-repeat;
	background-attachment:fixed;
	background-size: auto 1500px;
	font-size: 36px;
	text-shadow: 0 0 5px #ccc;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.back_tit {
font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.marker {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.marker span{
	margin-left: 20px;
	
}


.dropdwn_menu{
    width: 229px;
    display: none;
    position: absolute;
    padding: 0;
    background: #f492b1;
	z-index: 110;
	margin-top: 0 !important;
	border-right: none  !important;
	
}
.dropdwn_menu.company-menu {
  width: 136px;
}
.dropdwn_menu li{
	display: block;
    width: 100%;
	border-bottom: 1px solid #840000 !important;
}

.dropdwn_menu li a{
    padding: 10px 0 !important;
	text-align: center;
    display: block !important;
    color: #fff;
	border-left: none  !important;
}

.dropdwn_menu li a:hover{
	opacity: 0.9;
    color: #fff !important;
	border-bottom: none !important;
}

.label-optional {
	font-size: 12px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-４．コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main {
	width:1150px;
	margin:0 auto 50px;
}
.container {
	width: 1150px;
	margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-５．コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#content {
	display:inline;
	width:1150px;
	padding:0 0 60px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-６．ナビゲーション（縦型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side {
	display:inline;
	float:right;
	width:230px;
}
#side a:link, #side a:visited {
}
#side a:hover, #side a:active {
}
#side .side_bloc {
	margin:0 auto 20px;
}
#side .side_bloc p{
	padding:0 5px;
}
#side .head {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
}
.btn a{
	position:relative;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	line-height:36px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .btn_login a {
	margin:0 20px 5px;
	background:#1c3c6f;
}
#side .btn_regist a {
	margin:0 20px;
	background: #D88B00;
}
#side .btn_contact a {
	margin:0 0 5px;
	background:#68a98b;
	font-size: 14px;
}
#side .btn_contact a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .bnr {
	margin:0 auto 35px;
}
#side .bnr ul li {
	margin:0 0 20px;
}
#side .bnr ul li:last-child {
	margin:0;
}
#side .bnr ul li img{
	vertical-align:top;
}
#side .side_content {
	margin:0 auto 20px;
}
#side .side_content ul  {
	padding:0 0 5px 0;
}
#side .side_content ul li {
	margin:0 5px 5px;
}
#side .side_content ul li a{
	position: relative;
	display:block;
	padding:7px 0 7px 15px;
	text-decoration:none;
	color:#212121; 
	border: 1px dotted #ccc;
}
#side .side_content ul li a::before{
	position: absolute;
	content: '';
	display: block;
	top: 15px;
	left: 5px;
	width: 5px;
	height: 5px;
	background: #1c3c6f;
}
#side .side_content ul li a:hover{
	background: #f4f4f4;
	color: #1c3c6f;
}

#side .side_bnr {
	margin:0 auto 30px;
}
#side .side_bnr ul  {
}
#side .side_bnr ul li {
	margin:0 0 5px;
}

#side .smenu {
	margin-bottom: 20px;
}
#side .smenu dl  {
	padding:10px;
	line-height: 1.5;
}
#side .smenu dl dt {
	position: relative;
	font-size: 12px;
	color: #1c3c6f;
	padding-left: 15px;
}
#side .smenu dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #1c3c6f;
}
#side .smenu dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .smenu dl dd a{
	display:block;
	text-decoration:none;
}
#side .smenu dl dd a:hover {
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会員登録
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .side_regist {
	background:#e6f9ff;
	padding:20px 0;
}
#side .side_regist .head {
    border: none;
    text-align: center;
    font-size: 18px;
}
#side .side_regist .head_ttl{
	border:none;
	font-size:18px;
}
#side .side_regist .sub_ttl{
	padding: 10px;
	background:#f39800;
	margin:0 0 10px;
	text-align: center;
}
#side .side_regist .item_num {
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 12px;
}
#side .side_regist .item_num li {
	border-bottom: 1px solid #ccc;
}
#side .side_regist .item_num span {
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px;
}
#side .side_regist .head::before {
	display:none;
}
#side .side_regist a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


#side .side_blog {
	margin-bottom: 20px;
}
#side .side_blog dl  {
	padding:10px;
	line-height: 1.5;
}
#side .side_blog dl dt {
	position: relative;
	font-size: 12px;
	color: #1c3c6f;
	padding-left: 15px;
}
#side .side_blog dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #1c3c6f;
}
#side .side_blog dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .side_blog dl dd a{
	display:block;
	text-decoration:none;
}
#side .side_blog dl dd a:hover {
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .link {
	margin:0 auto 10px;
}

#side .link a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#side .link .head{
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin:0 auto 5px;
}
#side .link ul{
	padding:0 0 0 0;
}
#side .link ul li{
	margin:0;
	border-bottom:1px dotted #ccc;
	text-align: center;
}
#side .link ul li.marker a{
	position: relative;
	display:block;
	padding:2px 0 2px 15px;
	text-decoration:none;
	text-align: left;
}
#side .link ul li.marker a::before{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #de7a10;
	
}
#side .link ul li.marker a:hover {
}

#side .link ul li img{
	max-width:280px;
	vertical-align:top;
	padding:2px 0 2px 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会社情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#company_info {
	margin:0 auto 30px;
	line-height:150%;
	padding: 10px;
	border: 1px solid #333;
}
/*#company_info .head {
	margin:0 0 10px;
}*/
#company_info .photo {
	margin:10px 0 10px;
	text-align:center;
}
#company_info .upper {
	/*background:#fff url(../images/side_company_top.jpg) no-repeat top;*/
}
#company_info .bottom {
	padding: 0 10px;
}
#company_info h3 {
	font-size:16px;
	margin:0 0 5px;
	border-bottom:1px solid #ccc;
}
#company_info h3 a{
}
#company_info .addr {
	margin:0 0 5px;
}
#company_info .side_tel {
	border: 1px solid #ddd;
	background: #fbfbfb;
	margin:0 0 10px;
	padding: 10px;
	color: #377f8e;	
}
#company_info .side_tel .tel_num {
	font-size: 21px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .fax_num {
	font-size: 16px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .tel_num span {
	font-size: 14px;
	color: #333;
}
#company_info .side_tel .fax_num span {
	font-size: 12px;
	color: #333;
}
#company_info .side_tel .acceptance {
	font-size: 13px;
	color: #333;
}
#company_info .btn {
	margin:0 0 5px;
	text-align:center;
}
#company_info .licence {
	font-size:11px;
	padding:0 0 0 10px;
}
 .facebook {
	 width:280px;
	margin:0 auto 10px;
}
 .facebook a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-６．お問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side_contact {

}
#side_contact .tel{
	font-size: 26px;
	padding: 0  0 0 60px;
	font-family:"Times New Roman", serif;
	background:url(../images/free_number.png) no-repeat 20px center;
	background-size: 38px auto;
}

#side_contact .acceptance {
	font-size:14px;
	padding: 10px 0 0 55px;
	margin: 0 0 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#crumb {
	margin-bottom: 10px;
}
#crumb ul {
	margin: 0 auto;
}
#crumb ul li {
	float: left;
	font-size: 12px;
}
#crumb ul li a {
	position: relative;
	margin-right: 2.5em;
	color: #dd3c4e;
}
#crumb ul li a::after {
	position: absolute;
	content: '';
	top: .5em;
	right: -1.5em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #4c4b49;
	border-bottom: 1px solid #4c4b49;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
div.page-up {
	padding:10px;
	text-align:right;
}
p.page-up {
	padding:10px 0;
	text-align:right;
}
.page-up a {
	font-size:12px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-８．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {
	background: #111;
	color:#fff;
	padding-top: 30px;
	position: absolute;
    width: 100%;
}
#footer .footer {
	width: 1140px;
	margin: 0 auto;
}
#footer div.left ul li a {
	color:#fff;
	text-decoration: none;
}
#footer div.left ul li a:hover {
	text-decoration: underline;
}

/*#footer ul#f_navi {
	padding: 25px 0 25px;
}
#footer ul#f_navi li {
	padding: 0 0 0 20px;
}
#footer ul li {
	display:inline;
	float:left;
	margin:0 10px 0 0;
}*/
#footer .f_company_info {
	width: 1140px;
	margin: 0 0 15px;
}

#footer .f_company_info .left {
	font-size: 13px;
	line-height: 24px;
}

#footer .f_company_info .left ul li a{
text-decoration: none;
}
#footer .f_company_info .left ul li a:hover{
text-decoration:underline;
}



#footer .f_company_info .right_side {
	width: 555px;
	float: right;
}

#footer .f_company_info .right_side .company_name{
	font-size: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 13px;
}

#footer .f_company_info .right_side .addr{
	font-size: 13px;
	line-height: 24px;
}
#footer address {
	display:inline;
	float:right;
	text-align:right;
}
#footer2 address {
	display:inline;
	float:right;
	text-align:right;
}
#footer address a {
	color:#fff;
}
#footer address a:hover {
	color:#000;
}
#footer ul#ico li {
	display:inline;
	float:right;
	margin:0 0 0 5px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．対複数設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*赤字*/
.red {
	color:#c00;
}
.blue {
	color:#36c;
}
/*太字*/
.bold {
	font-weight:bold;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*フロート・クリアーボックス*/
.clear {
	clear:both;
	display:block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.left {
	float:left;
	display:inline
}
.right {
	float:right;
	display:inline
}
.text_r {
	text-align:right;
}
.center {
	text-align:center;
}
.img_l {
	float:left;
	margin-right:10px;
}
.img_r {
	float:right;
	margin-left:20px;
}
.btn_r {
	text-align:right;
}



.fa{
	margin-right:5px;
}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
	margin 
-------------------------------------------------- */ 
.m00 {
	margin: 0px !important;
}
.m05 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !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;
}
.mt33 {
	margin-top: 33px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 30px !important;
}
.mt45 {
	margin-top: 35px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !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;
}
.mb55 {
	margin-bottom: 55px !important;
}
.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	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;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}
/* 
--------------------------------------------------
	padding
-------------------------------------------------- */
.p00 {
	padding-top: 0px !important;
}
.p05 {
	padding-top: 5px !important;
}
.p10 {
	padding-top: 10px !important;
}
.p15 {
	padding-top: 15px !important;
}
.p20 {
	padding-top: 20px !important;
}
.p25 {
	padding-top: 25px !important;
}
.p30 {
	padding-top: 30px !important;
}
.p35 {
	padding-top: 35px !important;
}
.p40 {
	padding-top: 40px !important;
}
.p45 {
	padding-top: 45px !important;
}
.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !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;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	padding-bottom: 5px !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;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}

/*--------------------------------------------------
	width
-------------------------------------------------- */
.w14 {
	width:14px !important;
}
.w21 {
	width:21px !important;
}
.w28 {
	width:28px !important;
}
.w42 {
	width:42px !important;
}
.w49 {
	width:49px !important;
}
.w56 {
	width:56px !important;
}
.w63 {
	width:63px !important;
}
.w70 {
	width:70px !important;
}
.w77 {
	width:77px !important;
}
.w84 {
	width:84px !important;
}
.w91 {
	width:91px !important;
}
.w98 {
	width:98px !important;
}
.w105 {
	width:105px !important;
}
.w20per {
	width: 20% !important;
}
.w40per {
  width: 40% !important;
}
.w45per {
  width: 45% !important;
  display: inline-block;
}
.w80per {
	width: 80% !important;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-crumb {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.c-crumb li {
  position: relative;
  margin-left: 2em;
  float: left;
}
.c-crumb li ::after {
  position: absolute;
  content: '';
  top: .5em;
  right: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #4c4b49;
  border-bottom: 1px solid #4c4b49;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-crumb li:first-child {
  font-weight: bold;
  margin-left: 0;
}
.c-crumb li:last-child::before {
  display: none;
}
.c-crumb li > a {
  text-decoration: none;
}
.c-crumb li > a:hover {
  text-decoration: underline;
}
.c-crumb ul li a::after {}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ページトップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
}
.c-pagetop a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background-color: #ebbf73;
  color: #ffffff;
  border: 2px solid #fff;
  font-weight: bold;
}
.c-pagetop a::before {
  position: absolute;
  content: '';
  display: block;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
[class*="c-btn"] {
  text-align: center;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  border-radius: 5px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
[class*="c-btn"]:hover {
  opacity: 0.75;
}
.c-btn, .c-btn--arrow, .c-btn--arrow--before, .c-btn--arrow--after {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  cursor: pointer;
}
.c-btn--arrow--before::before {
  -webkit-transform: rotate(135deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.c-btn--arrow--after::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.c-btn--general {
  display: inline-block;
  padding: 2px 10px;
  background: #f492b1;
  color: #fff;
  border: 1px solid #f492b1;
}
.c-btn--login {
  width: 100%;
  height: 30px;
  background: #f492b1;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #f492b1;
  line-height: 26px;
}
.c-btn--regist {
  width: 100%;
  height: 30px;
  background: #FD0909;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #FD0909;
  line-height: 26px;
}
#font-en .c-btn--regist {
  font-size: 1.3rem;
}
.c-btn--submit {
  width: 200px;
  height: 40px;
  background: #f492b1;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #f492b1;
}
.c-btn--reset {
  width: 200px;
  height: 40px;
  background: #fff;
  color: #f492b1;
  margin-left: 10px;
  border: 2px solid #f492b1;
}
.c-btn--reset:hover {
  background: rgba(253, 141, 10, 0.30);
  color: #f492b1;
}
#mfp_button_send,
.c-btn--submit {
  width: 200px;
  background: #f492b1;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #f492b1;
}
#mfp_button_send:hover,
.c-btn--submit:hover {
  background: rgba(253, 141, 10, 0.70);
}
#mfp_button_cancel,
.c-btn--reset {
  width: 200px;
  background: #fff;
  color: #f492b1;
  margin-left: 10px;
  border: 2px solid #f492b1;
}
#mfp_button_cancel:hover,
.c-btn--reset:hover {
  background: rgba(253, 141, 10, 0.30);
  color: #f492b1;
}
.c-btn--reset:hover {
  background: rgba(253, 141, 10, 0.30);
  color: #f492b1;
}
.c-btn--open {
  background-color: #ebbf73;
  font-size: 12px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
}
.c-btn--search {
  width: 100%;
  height: 40px;
  background: #f492b1;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #f492b1;
}
.c-btn--detail {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  background-color: #f492b1;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
	text-decoration: none !important;
}
.c-btn--detail::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ページネーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-pager {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　モーダル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.c-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.c-modal__content {
  background: #fff;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-modal--close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.c-modal--close::before, .c-modal--close::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal--close::after {
  width: 2px;
  height: 24px;
}
.c-modal__lead {
  margin-bottom: 15px;
}
.c-modal__heading {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px !important;
  border-left: 4px solid #f492b1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ラジオボタン・チェックボックス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-checkbox, .c-radio {
  display: none;
}
.c-checkbox + label, .c-radio + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #E8F1FD;
  padding: 5px 10px;
  border: 1px solid #1162d8;
  border-radius: 3px;
  cursor: pointer;
}
.c-checkbox + label::after, .c-radio + label::after {
  position: relative;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1162d8;
  border-right: 2px solid #1162d8;
  transform: rotate(45deg);
  margin-left: 5px;
}
.c-checkbox:checked + label, .c-radio:checked + label {
  background-color: #1162d8;
  color: #ffffff;
}
.c-checkbox:checked + label::after, .c-radio:checked + label::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　その他
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-jsng {
  margin: 0 0 10px;
  text-align: center;
  border: 5px solid #ffaaaa;
  padding: 10px;
}
.c-label {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
	margin-left: 10px;
}

.label-must {
	color: #f492b1;
}

.bg_gray {
  background-color: #f8f8f8;
}

.mx-auto {
  margin: 0 auto;
}

.tit-message {
  font-size: 26px;
}

.btn_gr {
	display: block;
	background:#f492b1;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px;
	text-align: center;
	width: 200px;
	margin: 6% auto;
}

