@charset "utf-8";

body {
	font-family: "Noto-SansCJKjp","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.kyoutyou {
	color: #FA783D;
}
.formTable select {
    padding: 6px;
}
/* 見出しのサイドの画像用 */
.tableSide{
	width: 23%;
}
.tableSide_02{
	width: 17%;
}
.tableSide img{
	width: 100%!important;
}
.leftbox{
	float: left;
}
.rightbox{
	float: right;
}
select {
	font-size: 16px;
}
input {
	font-size: 16px;
}

/*---------------------------
 こんな方はぜひご応募してください！
---------------------------*/
.osusume table h2 {
	font-size: 30px;
	font-weight: 600;
}
.osusume table img {
	font-size: 30px;
	width: 1.4em;
}
div.desire_wrap p {
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	text-align: center;
	background-image: url(/audition/star_fukuoka/img/bd_chance.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	font-weight: 600;
	font-size: 30px;
}
div.desire_wrap div {
	background-image: url(/audition/star_fukuoka/img/bg_blue_shasen_2.jpg);
	width: 49.25%;
	margin-right: 1.5%;
	border-radius: 5px;
	margin-bottom: 1.5%;
	height: 4em;
	text-align: center;
	float: left;
	color: #fff;
	position: relative;
	font-size: 30px;
}
div.desire_wrap div h3 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-weight: 600;
}
div.desire_wrap div span {
	color: #ffc704;
}
div.desire_wrap div:nth-child(even){
	margin-right: 0;
}

/*---------------------------
 芸能人になるには？
---------------------------*/
div.process_headline {
	background-color: #FA6B2C;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.process_headline h2 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}

div.process_box h3 {
	color: #fa6726;
	padding-bottom: 5px;
	border-bottom: 1px solid #fa6726;
	font-size: 25px;
	text-align: center;
	margin-bottom: 15px;
}
div.process.glay {
	background-color: #F2F2F2;
}
.sankaku {
	position: relative;
	display: inline-block;
	height: 40px;
}
.sankaku:after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    border-style: solid;
    border-width: 40px;
    z-index: 1;
    right: -40px;
}
.sankaku.white:after {
	border-color: #fff transparent transparent transparent;
}
.sankaku.glay:after {
	border-color: #F2F2F2 transparent transparent transparent;
}
.sankaku.aqua {
	height: 30px;
}
.sankaku.aqua:after {
	border-color: #35A6D2 transparent transparent transparent;
	border-width: 30px;
	right: -30px;
}
/*----------------
 STEP１
----------------*/
h5.midashi_genjitu {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #30A3D0;
	border-top: 1px solid #30A3D0;
	border-bottom: 1px solid #30A3D0;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
}
ul.genjitu_list li {
	text-align: center;
	display: block;
	width: 23.875%;
	margin-right: 1.5%;
	float: left;
	background-color: #30A3D0;
	color: #fff;
	font-size: 20px;
	height: 6em;
	position: relative;
	-webkit-background-size: auto 80%;
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: center center;
}
ul.genjitu_list li:last-child {
	margin-right: 0;
}
ul.genjitu_list li span {
	/* 親要素にrelativeをあてる */
	display: block;
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-weight: 600;
}
.lookup_yellow {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	background-color: #FFC603;
	padding-top: 4px;
	padding-bottom: 4px;
	padding: 4px 6px;
}

ul.genjitu_list li.bg_lesson {
	background-image: url(/audition/star_fukuoka/img/step1_money.png);
}
ul.genjitu_list li.bg_looks {
	background-image: url(/audition/star_fukuoka/img/step1_audition.png);
}
ul.genjitu_list li.bg_audition {
	background-image: url(/audition/star_fukuoka/img/step1_looks.png);
}
ul.genjitu_list li.bg_schedule {
	background-image: url(/audition/star_fukuoka/img/step1_ryouritu.png);
}
.bd_shihou {
	border: 1px solid #aaaaaa;
	padding: 1em;
}
/*----------------
 STEP２
----------------*/
div.katudou_box {
	text-align: center;
	border: 1px solid #929292;
	padding: 10px;
	float: left;
	width: 32%;
	margin-right: 2%;
}
div.katudou_box:last-of-type {
	margin-right: 0px;
}
div.katudou_box h5 {
	text-align: center;
	font-size: 1.3em;
	color: #32A2D2;
	font-weight: 600;
}
div.katudou_box img {
	margin-top: 10px;
	width: auto;
	height: 4em;
	margin-bottom: 10px;
}
div.katudou_box p {
	text-align: left;
}

/*----------------
 STEP見出し
----------------*/
div.process table span {
    position: relative;
    padding: 0.5em 0.5em 0.5em 1em;
    background-color: #30A3D0;
    height: 2em;
    display: block;
    font-size: 30px;
    line-height: 30px;
	color: #fff;
	margin-right: 1.2em;
}

div.process table h4 {
	font-size: 30px;
}

/*---------------------------
 アスタークプロモーションの強み
---------------------------*/
div.strong_wrap h2 {
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 1em;
	text-align: center;
	background-image: url(/audition/star_fukuoka/img/bd_chance.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	font-weight: 600;
	font-size: 30px;
}

.circle {	
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #FB6727;
}

.circle p {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width :80px;
  	text-align:center;
	line-height: 1;
	color: #fff;
}
.circle p span {
	font-size: 1.8em;
	font-weight: 600;
}

div.strong_box {
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #959595;
}
div.strong_box:last-child {
	border-bottom: none;
}
div.strong_box th {
	padding-right: 1em;
}
div.strong_box h3 {
	font-weight: 600;
	font-size: 1.3em;
}

/*---------------------------
 養成所に通わずに、芸能プロダクションに入れるの？
---------------------------*/
div.yousei_wrap {
	padding: 20px;
	background-image: url(/audition/star_fukuoka/img/bg_hougan.jpg);
	-webkit-background-size: 8px;
	background-size: 8px;
}
div.yousei_wrap div.cont {
	background-image: url(/audition/star_fukuoka/img/bg_youseijo.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto 90%;
	background-size: auto 90%;
	background-position: center center;
}
div.yousei_wrap h2 {
	font-size: 30px;
	color: #3FA6D0;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
div.yousei_wrap h3 {
	font-weight: 600;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 10px;
}

/*---------------------------
 オーディション概要
---------------------------*/
div.gaiyou_headline {
	background-color: #37B4FD;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.gaiyou_headline h2 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}
div.gaiyou_wrap table img {
	font-size: 30px;
	height: 1.7em;
	width: auto;
}
table td.center {
	padding-left: 1em;
	padding-right: 1em;
}

/*----------------
 オーディションの流れ
----------------*/
div.step_box {
	width: 32.33%;
	margin-right: 1.5%;
	float: left;
}
div.flow h3 {
	font-size: 30px;
	text-align: center;
	padding-bottom: 7px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	font-weight: 600;
}
p.caution {
	color: #C90D0B;
	font-size: 0.8em;
}
div.start {
	text-align: center;
}
div.start h4 {
	background-color: #33A6D2;
	padding: 5px;
	color: #fff;
	font-size: 30px;
}
div.tokuten img {
	max-width: 550px;
	margin-bottom: 10px;
	width: 100%;
}

/*----------------
 合格者特典
----------------*/
.tokuten_wrap {
	padding: 10px 0;
}
.tokuten_wrap h3 , .tokuten_desc h3 {
    color: #fa6726;
    padding-bottom: 5px;
    border-bottom: 2px solid #fa6726;
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
	font-weight: 600;
}
.tokuten {
	text-align: center;
	margin: auto;
}
.tokuten h4 {
	background-color: #fa6726;
	color: #fff;
	padding: 0.3em 1em;
	font-size: 40px;
	text-align: center;
	display: inline-block;
}
.tokuten_desc {
	padding: 15px 25px;
	background-color: #FAEBE4;
}
/*---------------------------
 応募ボタン 
---------------------------*/
.side_oubo {
	position: fixed;
	right: -8px;
	top: 30%;
	z-index: 999998;
	max-width: 100%;
	transition-duration: 1s;
}
.side_oubo img {
    height: 300px;
}
.side_oubo:hover{
	right: 0px;
	opacity: 1!important;
}
.side_oubo img:hover{
	opacity: 1!important;
}

/*---------------------------
 共通パーツ
---------------------------*/
h2.pagetitle {
	padding: 1em 0;
	font-size: 28px;
	color: #fff;
	background-color: #29ABE2;
	font-weight: 600;
	text-align: center;
}
/*---------------------------
 ヘッダー
---------------------------*/
.header_contents {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header_logo_box img {
	max-width: 300px;
	height: auto;
}
h1 {
	font-size: 11px;
	border-left: 5px solid #0C4578;
	padding-left: 5px;
}
a {
	text-decoration: none;
	color: inherit;
}
.header_nav_sp_lp{
	background-color: #2898bd;
	border-bottom: 1px solid #ffffff;
}
.nav_sp_lp ul{
	width: 100%;
}
.nav_sp_lp li{
    float: left;
    border-left: 1px solid #ffffff;
    text-align: center;
    width: 20%;
    height: 60px;
    line-height: 0.9;
}
.nav_sp_lp li:first-child{
	border: none;
}
.nav_sp_lp a{
	color: #ffffff;
	font-size: 12px;
}
.nav_sp_lp img {
	margin-top: 5px;
    width: auto;
    height: 20px;
}
.fixedHeader {
	position: fixed;
	top:0;
	z-index: 99;
}
#header_sp_lp.fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
header.fix {
	padding-top: 60px!important;
}
.nav_emphasis{
	background-color: #FF6C05;
}
.hide_side {
	right: -100%!important;
}
/*---------------------------
 FAQ
---------------------------*/
/* 見出し */
.qa_headline{
	background-image: url(/audition/star_fukuoka/img/bg_blue_shasen_1.jpg);
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.qa_headline table {
	margin:auto;
}
.faq_box .tenkai {
	cursor: pointer;
}
.faq_wrap img {
	max-width: 100%;
	width: auto;
}
.faq_box h3 {
	margin-bottom: 15px;
}
.faq_contact .tel {
	border-bottom: 1px dashed #BDBDBD;	
}
.faq_contact .tel img {
	width: 1.5em;
}
.setumei p {
	margin-bottom: 15px;
}

/*----------------
 展開式見出し
----------------*/
.faq_wrap h3{
	padding:10px 0 10px 80px;
	background-color: #EEEEEE;
	border-radius: 5px;
	background-image: url(/audition/shortfilm_fukuoka/img/icon_q.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 45px center;
}
.tenkai {
	position: relative;
}
.tenkai .icon {
	position: absolute;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	left: 15px;
	max-height: 1.5em;
	width: auto!important;
	transition: 0.2s
}
.tenkai_kaiten {
	transform-origin: 100% 31.25%!important;
	transform: rotate(90deg)!important;
}
.setumei {
	display: none;
}
.setumei p{
	padding-left:40px;
	background-image: url(/audition/shortfilm_fukuoka/img/icon_a.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left center;
}
.tenkai img {
	width: 100%;
}
/* 問い合わせ */
.faq_contact{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.faq_contact .tel{
	font-size: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}

/* 応募 */
#form h2 {
	position: relative;
	padding: 10px;
	background: #FF6C05;
	text-align: center;
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 30px;
}

#form h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 15px solid transparent;
	border-top: 15px solid #FF6C05;
	width: 0;
	height: 0;
}

/*---------------------------
 応募フォーム
---------------------------*/
.uketuke_msg_wrap {
	text-align: center;
}
.uketuke_msg {
	padding: 5px 10px;
	background-color: orange;	
	border-radius: 10px;
	display: inline-block;
	margin: auto;
	color: #fff;
	margin-bottom: 5px;
}

/*---------------------------
 フッター
---------------------------*/
footer {
	border-top: 1px solid #00A0EA;
}
footer p{
	font-size: 13px;
}
.copyright {
	background-color: #00A0E9;		
	color: #fff;
}
.footer_left {
	float: left;
	width: 62%;
}
.footer_right {
	float: right;
	width: 38%;
}
.footer_logo {
	float: left;
	margin-right: 20px;
}
.footer_right .rightbox img {
	margin-right: 5px;
	vertical-align: middle;
	width: 1em;
}
.footer_right .rightbox a {
	color: #019EE9;
	font-weight: 600;
	font-size: 25px;
}
.footer_right .rightbox .tel_info {
	margin-top: 8px;
	color: #4B4B4B;
}
.footer_right .rightbox .tel_info span {
	padding: 5px 10px;
	background-color: #30A3D0;
	margin-right: 8px;
}
a.btn_cv {
	display: block;	
	text-align: center;
}
.btn_cv img {
    max-width: 600px;
}


/*---------------------------
 監督紹介
---------------------------*/
.kantoku_headline{
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
	background-color: #FF6E2E;
}
.kantoku_headline table{
	text-align: center;
	margin: auto;
}

.kantoku_contents {
	margin-bottom: 20px;
}
.kantoku_contents .leftbox{
	width: 35%;
	float: left;
}
.kantoku_contents .rightbox{
	width: 63%;
	float: right;
}
.kantoku_contents h3{
	font-size: 25px;
	margin-bottom: 10px;
}
.kantoku_contents h3 span{
	font-size: 18px;
}
.kantoku_contents h4{
	font-size: 18px;
	font-weight: 600;
	border-bottom: 2px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.kantoku_keireki{
	border: 5px solid #f6b37f;
	font-weight: 600;
	padding: 5px 0;
	text-align: center;
	color: #f6b37f;
	font-size: 35px;
	margin-bottom: 20px;
}
table.keireki_table{
	width: 100%;
	margin-bottom: 30px;
}
table.keireki_table th,table.keireki_table td{
	border: 1px solid #aaaaaa;
	padding: 10px;
}
table.keireki_table th{
	background-color: #e5e5e5;
	font-weight: 600;
	width: 30%;
}
table.keireki_table td{
	width: 70%;
}

.movie_box{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	float: left;
}
.movie_box:nth-child(2n){
	margin-right: 0;
}
.movie_box p{
	font-size: 13px;
}
/*===========================
 【375px以下】※iphone6縦以下
 ===========================*/
@media screen and (max-width:767px){
}

/*===========================
 【767px以下】※タブレット未満
 ===========================*/
@media screen and (max-width:767px){
	.btn_cv img {
		width: 100%;
	}
}
/*===========================
 【800px以下】※タブレット縦以下
  800pxはNexus10の縦
　※2017年時点でipadProを除いてタブレット縦最大
 ===========================*/
@media screen and (max-width:800px){
}
/*===========================
 【567px以下】
★iPhone5横未満まで適用されるCSS
===========================*/
@media screen and (max-width:567px){
}
@media screen and (max-width:666px){
	.pc_cvbtn {
		display: none;
	}
}
@media screen and (min-width:667px){
	.sp_cvbtn {
		display: none;
	}	
}

/*===========================
 【667px以下】
★iPhone7横未満まで適用されるCSS
===========================*/
@media screen and (max-width:667px){
	p {
		font-size: 15px;
	}
	div.desire_wrap p , div.strong_wrap h2{
		padding:0 0.7em 0.7em 0.7em;
		font-size: 20px;
	}

	.sankaku {
		height: 25px;
	}
	
	.sankaku:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		top: 0px;
		border-style: solid;
		border-width: 25px;
		z-index: 1;
		right: -25px;
	}
	
	.osusume table h2 {
		font-size: 22px;
	}
	
	div.desire_wrap div {
		height: 2.5em;
	}
	
	div.desire_wrap div h3 {
		font-size: 14px;
		font-weight: 600;
	}
	
	div.process_headline h2 {
		font-size: 20px;
	}
	
	/*---------------------------
	 芸能人になるには？
	---------------------------*/
	div.process_box table {
		width: 100%;
	}
	div.process_box table td {
		display: block;
		width: 100%;
	}
	div.process table span {
		text-align: center;
		margin-right: 0;
	}
	
	div.process table td h4 {
		font-size: 20px;
		text-align: center;
		margin-top: 7px;
		font-weight: 600;
		border-bottom: 2px solid black;
		padding-bottom: 2px;
	}
	h5.midashi_genjitu {
		font-size: 15px;
	}
	.lookup_yellow {
		font-size: 15px;
	}
	ul.genjitu_list li {
		width: 49.25%;
		margin-bottom: 1.5%;
	}
	ul.genjitu_list li span {
		font-size: 15px;
	}
	ul.genjitu_list li:nth-child(even) {
		margin-right: 0;
	}
	
	div.katudou_box {
		margin-right: 0;
		width: 100%;
		font: none;
		margin-bottom: 10px;
	}
	div.strong_box h3 {
		border: 1px solid black;
		padding-bottom: 2px;
		margin-bottom: 10px;
		text-align: center;
		font-size: 1em;
	}
	
	/*---------------------------
	 アスプロの強み
	---------------------------*/
	.strong_box th , .strong_box td {
		display: block;
		width: 100%;
	}
	.strong_box th {
		text-align: center;
	}
	
	/*---------------------------
	 養成所に通わずに、芸能プロダクションに入れるの？
	---------------------------*/
	div.yousei_wrap div.cont {
		-webkit-background-size: 90%;
		background-size: 90%;
	}
	div.yousei_wrap h2 {
		font-size: 22px;
	}
	div.yousei_wrap h3 {
		font-size: 18px;
	}
	
	/*---------------------------
	 オーディション概要
	---------------------------*/
	div.gaiyou_headline h2 {
		font-size: 25px;
	}
	div.flow h3 {
		font-size: 19px;
	}
	div.step_box {
		width: 76%;
		margin-right: 0;
		margin: auto;
		float: none;
		margin-bottom: 11px;
	}
	.tokuten h4 {
		font-size: 22px;
	}
	/*---------------------------
	 FAQ
	---------------------------*/
	/*----------------
	 展開式見出し
	----------------*/
	.faq_wrap h3{
		padding:10px 15px 10px 65px;
		background-color: #EEEEEE;
		border-radius: 5px;
		background-position: 40px center;
	}
	/* 問い合わせ */
	.faq_contact{
		font-size: 18px;
	}
	/* 応募 */
	#form h2:after {
		left: 45%;
	}
	.qa_headline {
		font-size: 25px;
	}
	
	/*---------------------------
	 監督紹介
	---------------------------*/
	.kantoku_contents .leftbox {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.kantoku_contents .rightbox {
		width: 100%;
	}
	.kantoku_headline {
		font-size: 24px;
	}
	.movie_box {
		width: 100%;
		margin-right: 0%;
	}
	table.keireki_table th {
		width: 20%;
	}
	table.keireki_table td {
		width: 80%;
	}
	/*---------------------------
	 フッター
	---------------------------*/
	footer p{
		font-size: 13px;
	}
	.footer_left {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.footer_right {
		float: rignoneht;
		width: 100%;
		text-align: center;
	}
	.footer_logo {
		float: none;
		margin-right: 0;
	}
	.footer_right .rightbox img {
		margin-right: 0;
		vertical-align: middle;
	}
	.footer_right .rightbox a {
		color: #019EE9;
		font-weight: 600;
		font-size: 25px;
	}
	.footer_right .rightbox .tel_info {
		margin-top: 8px;
		color: #4B4B4B;
	}
	.footer_right .rightbox .tel_info span {
		padding: 5px 10px;
		background-color: #DBDBDB;
		margin-right: 8px;
	}
	.footer_right .rightbox {
		float: none;
		text-align: center;
	}
}
/*===========================
 【668px以上】※スマホ横以上
 ===========================*/
@media screen and (min-width:668px){
	div.process table span:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		bottom: 0;
		border-style: solid;
		border-color: transparent transparent transparent #30A3D0;
		border-width: 1em 1em 1em 1em;
		z-index: 1;
		right: -2em;
	}
	
	div.katudou_box_wrap {
		display: flex;
	}
	div.step_box:last-of-type {
		margin-right: 0;	
	}
}

/*===========================
 【801px以上】※タブレット縦より大きい
 ===========================*/
@media screen and (min-width:801px){
}
/*===========================
 【1023px以下】※PCサイズ未満
 ===========================*/
@media screen and (max-width:1023px){
	header {
		padding-top: 0px!important;
	}
	.disp_pc_miman h1 {
		margin: 5px 10px;
	}
	
}
/*===========================
 【1024px以上】※PCサイズ以上
 ===========================*/
@media screen and (min-width:1024px){
	/*----------------
	 ヘッダー
	----------------*/
	a.heder_pc_tel {
		color: #30A3D0;
		font-size: 20px;
		font-weight: 600;
	}
	a.heder_pc_tel img {
		max-width: 30px;
		margin-right: 3px;
	}
	nav.disp_pc_over {
		width: 100%;
		clear: both;
		background-color: #F9F9F9;
		font-weight: 600;
		padding: 10px;
		border-bottom: 1px solid #DCDCDC;
	}
	nav.disp_pc_over li {
		float: left;
		width: 16.6%;
		padding-left: 1%;
		padding-right: 1%;
		text-align: center;
		display: block;
		padding-bottom: 5px;
		border-right: 2px solid #BEBEBE;
		font-size: 15px;
	}
	nav.disp_pc_over li.nav_tel_pc {
		color: #30A3D0;
	}	
	nav.disp_pc_over li.nav_oubo_pc {
		color: #F86724;
	}
	nav.disp_pc_over li:first-child {
		border-left: 2px solid #BEBEBE;
	}

	nav.disp_pc_over li a {
		display: block;
	}
	.btn_oubo {
		max-width: 80%;
		display: block;
		margin: auto;
	}
	p.tel_info {
		margin-top: 5px;
	}
	p.tel_info span {
		background-color: #30A3D0;
		color: #fff;
		padding: 5px;
	}
	.pc_center {
		text-align: center;
	}
}

.btn_back, .btn_submit {
    padding: 8px 20px;
    color: #fff;
    font-weight: 600;
    border: none;
    font-size: 22px;
}
.btn_back {
	background-color: #838D94;
}
.btn_submit {
	background-color: #FF6C05!important;
}

.col_skyblue{
	color:#2898bd;
}
#page_top {
	width: 50px;
}