@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
/* 一般・共通設定 */

html, body {
		width: 100%;
}
img {
		max-width : 100%;
		height : auto;
		margin-right: auto;
		margin-left: auto;
}
body {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    background-color: #000000;
    line-height: 1.8em;
    text-justify: inter-ideograph;
    text-align: justify;
 
    -webkit-text-size-adjust: 100%;
}
input[type="submit"] {
  -webkit-appearance: none;
}

*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
}
.sp_no {
	display: none !important;
}
.flex_c {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-justify-content: center;/*--- safari��PC�臥畑 ---*/
	justify-content: center;
}
/*--- ヘッダーメニュー ---*/
header {
	display: none;
}

/*--------------------------------
スマホのメニュー
---------------------------------*/
ul.head_menu_sp {
	margin: 0;
	padding:0;
	width: 100%;
	overflow: hidden;
	display: flex;

}

ul.head_menu_sp .fm01 {
    margin: 0;
   
  display: flex;
  align-items: center;

    list-style-type: none;
    font-size: 13px;
    width: 80%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-color: #FF4D00;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9999;
}

ul.head_menu_sp .fm03 {
    width: 20%;
    background-color: #000;
   
}

ul.head_menu_sp li a {
	border: none;
	display: block;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
.head_menu_sp {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	
}
.head_menu_sp .fm01 img {
    height: 50px;
	width: auto;
    margin-left: 5%;
}
/*ハンバーガー*/


#nav-open {
    height: 40px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    padding-top: 24px;  

}

#nav-open.active {
   
    background-color: transparent;
	
    
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  transition: all 0.4s;
  height: 3px;/*線の太さ*/
  width: 24px;/*長さ*/
  border-radius: 3px;
  background: #FFF;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
}
#nav-open.active span, #nav-open.active span:before, #nav-open.active span:after {
  position: absolute;
  transition: all 0.4s;
  height: 3px;/*線の太さ*/
  width: 24px;/*長さ*/
  border-radius: 3px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
  z-index: 9999;/*最前面*/
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}


/*中身*/
#nav-content {
	display: none;
	position: fixed;
	top: 0;
	transition: .3s ease-in-out;
	color: #000;
	right: 0;
     left: 0;
}
#nav-content a {
    color: #000;
}
#nav-content a:hover {
    color: #FFF;
}
#nav-content.open {
	overflow: auto;
	position: fixed;
    top: 0;
	right: 0;
    left: 0;	
    width: 100%;
	background: rgba(255, 77, 0, 1);/*背景色*/
    padding-top: 80px;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
    z-index: 999;
}


/*:beforeにぼかし効果を設定する*/
#nav-content.open:before {
  content: '';
  overflow: hidden;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;/*重なり順序を一番下にしておく*/
}


/*チェックが入ったら表示する内容*/

.hamburger-top {
  height: 40px;/*×ボタンと被らないように*/
}

.head_menu {

    position: relative;
    overflow: hidden;
}
.h_menu {
    border-top: 1px dotted #333;
}


ul.head_menu_sp .h_menu li a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #333;
    text-align: left;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.head_menu_sp .h_menu li a :hover {
    color: #FFF;
}
ul.head_menu_sp .h_menu li ul {
    margin-left: 15px;
    	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}



/*三本線を動かす*/
#nav-open.active span {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}



#nav-open.active span:before {
  -webkit-transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  transform: translateY(-8px) rotate(45deg);/*打ち消す*/
  opacity: 0;
}

#nav-open.active span:after {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(90deg);
}



/*ハンバーガー*/

#sc0 {
    margin-top: 70px;
}
.box_mn {
    position: relative;
    display: flex;
  justify-content: center;
  align-items: center;
}
img {
	height: auto;
	width: 100%;
}
.box_mn h2 {
    position: absolute;
  max-width: 80%;
  z-index: 9;
}
#sc1 {
    background-color: #FFF;
    padding-top: 48px;
    padding-bottom: 48px;
}
.box_1280sc {
   display: block;
    margin-left: 3%;
    margin-right: 3%;
}
.top_box1 {
     text-align: left;
}
.top_box1 ul {

}

.top_box1 ul li {
    
}
.top_box1 ul li.left {
    
}
.title00t2 {
    font-size: 18px;
    line-height: 18px;
    color: #FF4D00;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-bottom: 16px;
    font-style: italic;
}
.title00t3 {
    font-family: octin-college, sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #FF4D00;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.top_box1 ul li.right {
  
}
.top_box1 h4 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 900;
     text-align: center;
}
.top_box1 p {
    font-size: 15px;
    line-height: 1.8em;
    text-justify: inter-ideograph;
    text-align: justify;
    margin-top: 16px;
}
.b50x li {
    
    margin-top: 16px;
    
}

#sc2 {
    background-color: #FF4D00;
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: url(../img/sc/bk2.png);
    background-repeat: no-repeat;
    background-position: center center;   
    
    }
.sctl {
     font-family: octin-college, sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
}
.sctls {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 32px;
}
.co_w {
    color: #FFF;
}
.co_bk {
    color: #000;
}
.co_og {
    color: #FF4D00;
}
.co_gd1 {
    color: #FBC93E;
}
.co_gd2 {
    color: #B18700;
}
.b30x li {
    background-color: #FFF;
    position: relative;
    text-align: center;
    margin-top: 24px;
}
.b30x li i {
    font-size: 35px;
    font-weight: 700;
    font-family: octin-college, sans-serif;
    color: #000;
    margin-bottom: 14px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FF4D00;
    padding-top: 10px;
    padding-right: 18px;
    padding-left: 10px;
    padding-bottom: 18px;
    font-style: normal;
}
.b30x li h5 {
    display: block;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
    padding: 24px;
}
#sc3 {
    background-color: #000;
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: url(../img/sc/bk3.png);
    background-repeat: no-repeat;
    background-position: center center;   
    background-size:cover;
    }
.cl_box {
    background-color: #FFF;
    border: 8px solid #FF4D00;
    padding: 16px;
}
.cl_box h4 i {
  display: block;
  float: left;
  width: auto;
  margin: 0px;
  height: 40px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 0px;
  line-height: 0px;
}
.cl_box h4 i img {
    height: 40px;
	width: auto;
}
.cl_box h4  {
    padding: 0px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #333;
}
.cl_box {
    margin-top: 24px;
}
.cl_box ul .left {
    
      
}
.cl_box ul .right {
     
    
}
.box20 p {
  font-size: 14px;
    line-height: 1.8em;
  margin-top: 15px;
  margin-right: 0;
margin-left: 1rem;
  margin-bottom: 15px;
}
.box20 p::before {
  content: '▶︎';
  margin-left: -1rem;
}

.bo_gd {
    border: 8px solid #B18700 !important;
}
#sc4 {
    background-color: #FF4D00;
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: url(../img/sc/bk1.png);
    background-repeat: no-repeat;
    background-position: center center;   
    
    }
.price_box {
margin-top: 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2em;
}
.price_box .left {
      display: flex;
  justify-content: center;
  align-items: center;
    
padding-top: 48px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 48px;
    color: #FF4D00;
    background-color:  #FBC93E;
}
.price_box .right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 48px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 48px;
    background-color: #FFF;
}
#sc5 {
    background-color: #F2F2F2;
    padding-top: 64px;
    padding-bottom: 64px;
   
    
    }
.venu_mn li {
	width: 31.3333%;
	display: block;
	margin-left: 1%;
	margin-right: 1%;
}
.venu_mn li a{
    display: block;
    border: 1px solid #000;
    padding-top: 24px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 24px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-weight: 500;
    background-color: #FFF;
}
.venu_mn li a:hover {
    color: #FF4D00;
    background-color: #000;
}
.venu_tl {
    background-color: #000;
    display: block;
    overflow: hidden;
    padding-top: 16px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 16px;
	margin-top: 32px;
}
.venu_tl h4 {
    float: left;
    display: inline-block;
    color: #FF4D00;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.free_b {
    float: right;
}
.free_b a {
    color: #FFF !important;
    display: block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    margin-left: auto;
    background-color: #B18700;
    text-align: center;
    padding-right: 20px;
    padding-left: 10px;
}

.free_b a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #FF4D00;
    color: #FFF;
  
}
.free_b a::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: transparent transparent #FFF #FFF;
	transform: rotate(-135deg);
	transition: .3s;
}
.free_b a:hover::after {
	right: 5px;
	border-color: transparent transparent #FFF #FFF;
}

.venu_box {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
    background-color: #FFF;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 8px solid #000;
    border-top: 2px solid #000;
    padding-top: 8px;
    display: block;
    overflow: hidden;
}
.venu_box dl {
    margin-top: 8px;
    display: block;
    overflow: hidden;
}
.venu_box dt {
   
    font-size: 16px;
    padding: 12px;
    color:  #FF4D00;
    background-color: #000;
 padding-left: 12px;
    text-align: left;
    display: block;
    overflow: hidden;
    font-weight: 500;
}
.venu_box dd {
     
    
}
.venu_mm {
    padding-top: 12px;
   padding-bottom: 12px;
    font-size: 15px;
    display: block;
    overflow: hidden;
    font-weight: 500;
}
.co_50 {
	
}
.co_50 .co_pr {
   
    border-left: 1px solid #000;
    border-right: 8px solid #FF4D00;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.co_50_in {
		display: -webkit-box;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari��PC�臥畑 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari��PC�臥畑 ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.co_50_in li {
	width: 48%;
	  display: flex;
  align-items: center;
}
.name_pp {
	padding-right: 12px;
}
.co_n_1{
	display: block;
	font-weight: 500;
	line-height: 1.4em;
	font-size: 12px;
}
.co_n_2{
	display: block;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	color: #FF4D00;
}
.co_n_3{
	display: block;
	font-size: 12px;
	font-weight: 600;
	font-family: octin-college, sans-serif;
}

.day_sc {
	
}
.scsc {
	width: 100%;
	background-color: #FFF;
	font-size: 11px;
	line-height: 1.3em;
}
.scsc tr td {
    border: 1px dotted #999;
    vertical-align: middle;    
}
.scsc .cl_tbl td {
    background-color: #F9D8BB;
    font-weight: 500;
}
.scsc .cl_tbl td p {
		
	font-weight: 500 !important;
}
.scsc tr td p {
		padding: 5px;
		margin: 0px;
}

#sc6 {
    background-color: #FFF;
    padding-top: 64px;
    padding-bottom: 64px;
   
    
    }
.coh_box {
    	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.coh_box li {
	width: 48%;
	border-bottom: 5px solid #FF4D00;
	margin-top: 32px;
	padding-bottom: 8px;
}
.name_pp2 {
	padding-top: 24px;
	padding-bottom: 24px;
}
.co_n_11{
    display: block;
    font-weight: 500;
    line-height: 1.4em;
    font-size: 13px;
}
.co_n_22{
    display: block;
    font-size: 20px;
    line-height: 42px;
    font-weight: 700;
    color: #FF4D00;
}
.co_n_33{
    display: block;
    font-size: 13px;
    font-weight: 600;
    font-family: octin-college, sans-serif;
}
.co_n_44{
    display: block;
    line-height: 1.4em;
    font-size: 12px;
    margin-top: 8px;
}
.name_pp3 {
	border-top: 5px solid #FF4D00;
	padding-top: 16px;
	
}
.name_pp3 dl {
	display: block;
}
.name_pp3 dt {
	display: block;
	background-color: #F9D8BB;
	padding-left: 0.5em;
	font-weight: 500;
      font-size: 12px;
}
.name_pp3 dd {
	display: block;
	margin-bottom: 8px;
	padding-left: 0.5em;
    font-size: 12px;
    line-height: 1.8em;
}
#sc7 {
    background-color: #1A1A1A;
    padding-top: 64px;
    padding-bottom: 64px;
    }
.faq_box {
	margin-top: 32px;
	display: block;
	overflow: hidden;
	padding:16px;
	background-color: #FFF;
	border: 5px solid #FF4D00;
}
.faq_box dl {
	display: block;
	font-size: 14px;
}
.faq_box dt {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #000;
	font-weight: 500;
}
.faq_box dd {
	display: block;
}
.faq_og {
	color: #FF4D00;
	font-weight: 500;
}

.tikn_btn {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 200px;
	z-index: 999;
}

footer {
    padding-top: 48px;
    padding-bottom: 48px;
    color: #FFF;
    text-align: center;
    border-top: 2px solid #FF4D00;
}
footer a {
    color: #FFF !important;
}
footer .sc_foot {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;

}
footer .sc_foot .left {

}
footer .sc_foot .left .f1 {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}
footer .sc_foot .left .f2 {
padding-top: 24px;
    text-align: center;
    

}
footer .sc_foot .right ul {
    	  display: -webkit-box !important; 
  display: -ms-flexbox !important; 
  display: -webkit-flex !important; 
  display: flex !important;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .sc_foot .right ul li {
     width: 130px;
    padding-top: 24px;
     text-align: center;
    margin-left: 1%;
    margin-right: 1%;
      display: flex;
  align-items: center;

}
footer .sc_foot .right img {
    
 
    
}
footer h1 {
    
   
}
footer h2 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
 font-family: 'Roboto', sans-serif;
}
footer h3 {
    color: #FFF;
    font-size: 14px;
   font-weight: 500;
     margin-top: 7px;
}

footer h4 {
    color: #FFF;
    font-size: 14px;
 margin-top: 14px;
}

footer h5 {
    color: #FFF;
    font-size: 15px;
     font-weight: 500;
 margin-top: 14px;
}
footer h6 {
    color: #FFF;
    font-size: 14px;
}
.cpyl{
    color: #000;
     text-align: center;
    font-size: 13px;
    line-height: 48px;
    background-color: #FF4D00;
    margin-bottom: 64px;
}
.mm14 {
    font-size: 13px;
}
.cl_cc {
    display: block;
    margin-left: 18px;
}
.cl_cc2 {
    display: block;
}
.jtf {
    text-justify: inter-ideograph;
	text-align: justify;
}

#sc00 {
    margin-top: 70px;
}
.box_mn2 {
    position: relative;
    display: flex;
  justify-content: center;
  align-items: center;
    
}
.box_mn2 img {
	height: 200px;
	width: 100%;
    object-fit: cover; 
    object-position: 50% 20%;
}
.box_mn2 h2 {
    position: absolute;
    z-index: 9;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}
.info_scm {
    font-size: 14px;
    text-align: left;
    margin-bottom: 48px;
}
.info_scm p {
    margin-top: 0;
 margin-bottom: 24px;

}
.v1_box h5 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 24px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-left: 5px solid #FF4D00;
    border-right: 1px solid #FF4D00;
    border-bottom: 1px solid #FF4D00;
    border-top: 1px solid #FF4D00;
}

.po {
    line-height: 1.7em;
    color: #333333;
    text-align: left;
    white-space: normal;
    padding: 16px;
    height: 200px;
    width: 100%;
    overflow: auto;
    border: 1px solid #999999;
    margin-bottom: 35px;
    font-size: 13px !important;
}
.po p {
    font-size: 13px !important;
	}
	
.orenge_moji {
		color: #FF4D00;
		font-weight: 500;
}
.tablec3 {
    display: block;
	clear: both;
	overflow: hidden;
	line-height: 1.5em;
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 35px;
    border-top:1px dotted #666;
}
.tablec3 dl {
	display: block;
}
.tablec3 dl dt {
   display: block;
    vertical-align: middle;
    text-align: left;
    background-color: #F9D8BB;
    color: #333;
    line-height: 20px;
    padding: 8px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
   
}
.tablec3 dl dd {
    display: block;
    vertical-align: middle;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
}
.tablec3 .tablec2 {
	
}
.must {
	display: block;
	background-color: #fff;
	padding: 5px;
	font-size: 10px;
	color: #9A001B;
	float: left;
	vertical-align: middle;
	margin-right: 15px;
	margin-left: 5px;
	line-height: 10px;
}
.must00 {
		display: block;
		background-color: #F9D8BB;
		padding: 5px;
		font-size: 10px;
		color: #F9D8BB;
		float: left;
		vertical-align: middle;
		margin-right: 15px;
		margin-left: 5px;
		line-height: 10px;
		width: 20px;
		height: 10px;
}


/*---フォーム---*/


input[type="text"], input[type="email"], input[type="tel"], input[type="url"] {
		border: 0;
		padding: 10px;
		font-size: 16px;
		border: solid 1px #ccc;
		margin: 0;
		width: 100%;
}
textarea {
		width: 100%;
		height: 13em;
		font-size: 16px;
		border: 1px solid #CCC;
}
input[type="submit"] {
    display: inline;
    text-align: center;
    width: 70%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    color: #FF4D00;
    line-height: 54px;
    background-color: #333333;
    margin-top: 24px;
    font-weight: 700;
}
input[type="submit"]:hover {
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: #FF4D00;
	color: #FFF;
}
.wpcf7-form .wpcf7-select, select {
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	padding: 10px;
}
.wpcf7-form-control-wrap {
		margin: 0;
}


.wpcf7-list-item-label {
	padding-right: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}





.wpcf7-form-control-wrap {
	clear: both;
	display: block;
}
.info_mm2 {
	text-align: center;
	display: block;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 16px;
	clear: both;
	line-height: 1.8em;
}
.wpcf7 input[type="checkbox"] {
	transform: scale(1.3);
	margin: 0px;
	padding: 0px;
    margin-left: 10px;
}


.mfp_buttons {
    margin-bottom: 64px;
    display: block;
    overflow: hidden;
}
.cyui {
	font-size: 12px;
	display: block;
	clear: both;
	padding-top: 5px;
	padding-left: 50px;
}

/*---フォーム---*/
.kuji05 {
    margin-bottom: 32px;
}
.kuji05 p {
    display: block;
    margin-top: 24px;
    margin-bottom: 12px;
   line-height: 1.8em;
}
.kuji05 img {
    height: 20px;
    width: auto !important;
}
.box_900sc {
    max-width: 900px;
    margin-left: 3%;
    margin-right: 3%;
}
/* 1) ネイティブ装飾をオフ */
.wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 10px;
  padding-right: 2em;      /* 矢印分のスペース */
  font-size: 16px;
  width: 100%;
  /* 2) 自前矢印を background-image で描画 */
  background-image:
    url("data:image/svg+xml;charset=UTF-8,\
      <svg xmlns='http://www.w3.org/2000/svg' width='12' height='7'>\
        <path d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/>\
      </svg>");
  background-repeat: no-repeat;
  background-position: right 1em center;
    color: #333 !important;
}

/* 3) ラッパーの position はこのままでOK */
.wpcf7-form-control-wrap {
  position: relative;
  clear: both;
  display: block;
}
.mm12 {
    font-size: 11px;
    color: #FFF;
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 16px;
}
.c_right {
    display: block;
    text-align: right;
    color: #FFF;
}
.w_moji {
    margin-top: 24px;
    color: #FFF;
    font-size: 14px;
}