@charset "UTF-8";


/*** 事業案内 ***/
@media (max-width: 640px) {
#merit-frame {
	width: 100%;
	background-color: #00349c;
}
#merit-group {
}




#merit-group #merit-head {
	display: inline-block;
	width: 100%;
	margin: 60px auto 20px;
}

#merit-group #merit-head #client_hold {
	display: block;
	text-align: center;
	line-height: 10px;
	margin: 4px 0px 0px 0px;
}

#merit-group #merit-head #men{
	display: block;
	background: url(../images/common/men2.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	margin: 0px auto;
}

#merit-group #merit-head #tv{
	display: block;
	background: url(../images/common/tv.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	margin: 0px auto;
}

#merit-group #merit-head #client {
	display: block;
	text-align: center;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
}

#merit-group #merit-head #client_hold .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 8px solid #fff;
}

#merit-group #merit-head #client p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;

}

#merit-group #merit-head #tvchara_hold {
	display: block;
	text-align: center;
	line-height: 7px;
	margin: 20px 0px 6px 0px;
}

#merit-group #merit-head #tvchara {
	display: block;
	text-align: center;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
	font-size: 0px;
	vertical-align: bottom;	
}

#merit-group #merit-head #tvchara_hold .arrow2 {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0px 0px 0px 0px;
	border: 5px solid transparent;
	border-bottom: 0 solid transparent;
	border-top: 8px solid #fff;
	vertical-align: bottom;  
}

#merit-group #merit-head #tvchara p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;
	vertical-align: bottom;
}





#merit-group #merit-head-inner {
	display: block;
	width: 100%;
	height: 80px;
	text-align: center;
	margin: 35px auto 0px;
}

#merit-group #merit-head-inner h2 {
	display: block;
	font-weight: normal;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 5rem;
	line-height: 50px;
	color: #fff;
	margin: 0 auto 5px;
}

#merit-group #merit-head-inner p {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#merit-group #merit-catch {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

#merit-group #merit-catch h3 {
	display: block;
	background-color: #ffea00;
	font-size: 0.9rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #000;
	padding: 4px 0px 2px 0px;
	margin: 10px 20px 20px 20px;
}





#merit-group .work-record-box {
    height: 100%
}

#merit-group .work-record-box ul {
	display: inline-block;
	margin: 0px 0px 40px 0px;

}
#merit-group .work-record-box ul li {
	background-color: rgba(0,0,0,0.2);
	border-radius: 20px;
	float: left;
	margin: 10px 20px 20px 20px;
	text-align: center;
}
#merit-group .work-record-box ul li img {
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
}
#merit-group .work-record-box ul li p {
	display: inline-block;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: left;
	margin: 20px 10px 20px 14px;
}




}



@media (min-width: 641px) {
#merit-frame {
	width: 100%;
	background: linear-gradient(90deg, #002e73 0%, #002e73 10%, #00349c 10%, #00349c 90%, #002e73 90%, #002e73 100%);
	padding: 0 0 100px;
}
#merit-group {
}
#merit-group #merit-head {
	height: 200px;
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 1100px;
	margin: 0 auto 20px;
}

#merit-group #merit-head #client {
	background: url(../images/common/men2.png) no-repeat 0 0;
	background-size:contain;
	float: left;
	display: block;
	background-color: #87CEFA;
	width: 110px;
	height: 110px;
	border-radius: 60px;
	margin: 50px 11px 10px 110px;
}

#merit-group #merit-head #client p {
	float: left;
	display: inline-block;
	font-size: 1.0rem;
	background-color: #fff;
	color: #000;
	width: 260px;
	height: 56px;
	line-height: 24px;
	padding: 11px 12px 0px 20px;
	margin: 25px 20px 0px 130px;
	font-weight:  bold;
	border-radius: 40px;
}

#merit-group #merit-head #client p:after {
    content: "";
    position: relative;
    left: -155px;
    right: 0;
    bottom: 35px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 17px 8px 8px;
    border-color: transparent #fff transparent transparent;
}

#merit-group #merit-head #tvchara {
    float: right;
	display: block;
	background: url(../images/common/tv.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 110px;
	height: 110px;
	margin: 50px 110px 10px 0px;
	border-radius: 60px;
}

#merit-group #merit-head #tvchara p {
	float: right;
	display: inline-block;
	font-size: 1.0rem;
	background-color: #fff;
	color: #000;
	width: 260px;
	height: 56px;
	line-height: 24px;
	padding: 11px 12px 0px 20px;
	margin: 25px 130px 0px 20px;
	font-weight:  bold;
	border-radius: 40px;
}

#merit-group #merit-head #tvchara p:after {
    content: "";
    position: relative;
    left: 147px;
    right: 0px;
    bottom: 12px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 8px 8px 17px;
    border-color: transparent transparent transparent #fff;
}

#merit-group #merit-head-inner {
	width: 1100px;
	height: 110px;
	text-align: center;
	margin: 0px auto 0px;
}

#merit-group #merit-head-inner h2 {
	display: block;
	font-size: 6.5rem;
	font-weight: normal;
	line-height: 70px;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#merit-group #merit-head-inner p {
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#merit-group #merit-catch {
	width: 1000px;
	text-align: center;
	margin: 0px auto 40px;
}

#merit-group #merit-catch h3 {
	background-color: #ffea00;
	font-size: 1.6rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #000;
	padding: 4px 200px 0px 200px;

}



#merit-group .work-record-box {
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
	width: 1100px;
	margin: 0 auto;
}

#merit-group .work-record-box ul {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 930px;
	margin: 0 auto;
}
#merit-group .work-record-box ul li {
	background-color: rgba(0,0,0,0.2);
	border-radius: 20px;
	float: left;
	width: 280px;
	height: 250px;
	margin: 0px 15px 25px 15px;
}
#merit-group .work-record-box ul li img {
	margin: 0 0 14px;
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
}
#merit-group .work-record-box ul li p {
	width: 250px;
	color: #fff;
	font-size: 0.92rem;
	font-weight: bold;
	margin: 0 0 0 20px;
}

}

/*** cmの種類 ***/
@media (max-width: 640px) {

#cmtype-frame {
	width: 100%;
	background-color: #255bc8;

}
#cmtype-group {
}





#cmtype-group #cmtype-head {
	display: inline-block;
	width: 100%;
	margin: 60px auto 20px;
}

#cmtype-group #cmtype-head #client_hold {
	display: block;
	text-align: center;
	line-height: 10px;
	margin: 4px 0px 0px 0px;
}

#cmtype-group #cmtype-head #men{
	display: block;
	background: url(../images/common/men2.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	margin: 0px auto;
}

#cmtype-group #cmtype-head #tv{
	display: block;
	background: url(../images/common/tv.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	margin: 0px auto;
}

#cmtype-group #cmtype-head #client {
	display: block;
	text-align: center;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
}

#cmtype-group #cmtype-head #client_hold .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 8px solid #fff;
}

#cmtype-group #cmtype-head #client p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;

}

#cmtype-group #cmtype-head #tvchara_hold {
	display: block;
	text-align: center;
	line-height: 7px;
	margin: 20px 0px 6px 0px;
}


#cmtype-group #cmtype-head #tvchara {
	display: block;
	text-align: center;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
	font-size: 0px;
	vertical-align: bottom;		
}

#cmtype-group #cmtype-head #tvchara_hold .arrow2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 8px solid #fff;
  vertical-align: bottom;	  
}

#cmtype-group #cmtype-head #tvchara p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;
}







#cmtype-group #cmtype-head-inner {
	display: block;
	width: 100%;
	text-align: center;
	margin: 35px auto 0px;
}

#cmtype-group #cmtype-head-inner h2 {
	display: block;
	font-weight: normal;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 5rem;
	line-height: 50px;
	color: #fff;
	margin: 0 auto 5px;
}

#cmtype-group #cmtype-head-inner p {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#cmtype-group #cmtype-catch {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

#cmtype-group #cmtype-catch h3 {
	display: block;
	background-color: #ffea00;
	font-size: 0.9rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #000;
	padding: 4px 0px 2px 0px;
	margin: 10px 20px 20px 20px;
}








#cmtype-group #cmtype-box {
	display: inline-block;
    height: 100%
}

#cmtype-group .cmtype-box1 {
	display: block;
	float: left;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 0px 20px 40px 20px;
	padding: 25px 10px;

}

#cmtype-group .cmtype-box1 h4 {
	display: inline-block;
	float: left;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #fff;
	background-color: #00349c;
	border-radius: 5px;
	margin: 0 8px 0 0;
	padding: 2px 10px 0px 8px;
}

#cmtype-group .cmtype-box1 span {
	display: inline-block;
	float: left;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #fff;
	background-color: #0068b7;
	border-radius: 15px;
	margin: 5px 4px;
	padding: 2px 8px 0px 8px;
}

#cmtype-group .cmtype-box1 p {
	display: inline-block;
	text-align:left;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 10px 0px 0px 8px;
}

#cmtype-group .cmtype-box1 .cmtype-list {
	display: inline-block;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 0.8rem;
	padding: 6px 0px 4px 5px;
	margin: 4px 0px 12px 0px;
	font-weight: bold;


}

#cmtype-group .cmtype-box1 .cmtype-list h5{
	text-align:left;
	font-size: 0.9rem;
	display: inline-block;
	background-color: #7ecef4;
	margin: 5px 12px 5px 0px;
	padding: 4px 10px 2px 10px;
	border-radius: 5px;

}

#cmtype-group .cmtype-box1 .merit{
	display: inline-block;
	font-size: 0.9rem;
	line-height: 28px;
	color: #000;
    background-color: #00349c;
	border-radius: 5px;
}

#cmtype-group .cmtype-box1 .merit h6{
	background-color: #f3de25;
	font-size: 1.0rem;
	line-height: 26px;
	color: #000;
	margin: 20px 0px 12px 0px;
	padding: 2px 0px 0px 0px;

}

#cmtype-group .cmtype-box1 .merit p{
	display: inline-block;
	font-size: 0.8rem;
	padding: 0px 12px 10px 18px;
	color: #fff;

}

#cmtype-group .cmtype-box2 {
	display: block;
	float: right;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 0px 20px 60px 20px;
	padding: 25px 10px;

}

#cmtype-group .cmtype-box2 h4 {
	display: inline-block;
	float: left;
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #fff;
	background-color: #00349c;
	border-radius: 5px;
	margin: 0 8px 0 0;
	padding: 2px 10px 0px 8px;
}

#cmtype-group .cmtype-box2 span {
	display: inline-block;
	float: left;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #fff;
	background-color: #0068b7;
	border-radius: 15px;
	margin: 5px 4px;
	padding: 2px 8px 0px 8px;
}

#cmtype-group .cmtype-box2 p {
	display: inline-block;
	text-align:left;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 10px 0px 0px 8px;
}

#cmtype-group .cmtype-box2 .cmtype-list {
	display: inline-block;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 0.8rem;
	padding: 6px 0px 4px 5px;
	margin: 0px 0px 12px 0px;
	font-weight: bold;


}

#cmtype-group .cmtype-box2 .cmtype-list h5{
	text-align:left;
	font-size: 0.9rem;
	display: inline-block;
	background-color: #7ecef4;
	margin: 5px 12px 5px 0px;
	padding: 4px 10px 2px 10px;
	border-radius: 5px;

}

#cmtype-group .cmtype-box2 .merit{
	display: inline-block;
	font-size: 0.9rem;
	line-height: 28px;
	color: #000;
    background-color: #00349c;
	border-radius: 5px;
}

#cmtype-group .cmtype-box2 .merit h6{
	background-color: #f3de25;
	font-size: 1.0rem;
	line-height: 26px;
	color: #000;
	margin: 20px 0px 12px 0px;
	padding: 2px 0px 0px 0px;

}

#cmtype-group .cmtype-box2 .merit p{
	display: inline-block;
	font-size: 0.8rem;
	padding: 0px 12px 10px 18px;
	color: #fff;

}

}









@media (min-width: 641px) {

#cmtype-frame {
	width: 100%;
	height: 900px;
	background: linear-gradient(90deg, #002e73 0%, #002e73 10%, #255bc8 10%, #255bc8 90%, #002e73 90%, #002e73 100%);
	padding: 0 0 160px;
}
#cmtype-group {
}
#cmtype-group #cmtype-head {
	height: 200px;
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 1100px;
	margin: 0 auto 20px;
}

#cmtype-group #cmtype-head #client {
	background: url(../images/common/men2.png) no-repeat 0 0;
	background-size:contain;
	float: left;
	display: block;
	background-color: #87CEFA;
	width: 110px;
	height: 110px;
	border-radius: 60px;
	margin: 50px 11px 10px 110px;
}

#cmtype-group #cmtype-head #client p {
	float: left;
	display: inline-block;
	font-size: 1.0rem;
	background-color: #fff;
	color: #000;
	width: 260px;
	height: 56px;
	line-height: 24px;
	padding: 11px 12px 0px 20px;
	margin: 25px 20px 0px 130px;
	font-weight:  bold;
	border-radius: 40px;
}

#cmtype-group #cmtype-head #client p:after {
    content: "";
    position: relative;
    left: -155px;
    right: 0;
    bottom: 35px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 17px 8px 8px;
    border-color: transparent #fff transparent transparent;
}

#cmtype-group #cmtype-head #tvchara {
	background: url(../images/common/tv.png) no-repeat 0 0;
	background-size:contain;
	float: right;
	display: block;
	background-color: #87CEFA;
	width: 110px;
	height: 110px;
	margin: 50px 110px 10px 0px;
	border-radius: 60px;
}

#cmtype-group #cmtype-head #tvchara p {
	float: right;
	display: inline-block;
	font-size: 1.0rem;
	background-color: #fff;
	color: #000;
	width: 260px;
	height: 56px;
	line-height: 24px;
	padding: 11px 12px 0px 20px;
	margin: 25px 130px 0px 0px;
	font-weight:  bold;
	border-radius: 40px;
}

#cmtype-group #cmtype-head #tvchara p:after {
    content: "";
    position: relative;
    left: 148px;
    right: 0;
    bottom: 35px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 8px 8px 17px;
    border-color: transparent transparent transparent #fff;
}

#cmtype-group #cmtype-head-inner {
	width: 1100px;
	height: 110px;
	text-align: center;
	margin: 0px auto 0px;
}

#cmtype-group #cmtype-head-inner h2 {
	display: block;
	font-size: 6.5rem;
	font-weight: normal;
	line-height: 70px;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#cmtype-group #cmtype-head-inner p {
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#cmtype-group #cmtype-catch {
	width: 1000px;
	text-align: center;
	margin: 0px auto 40px;
}

#cmtype-group #cmtype-catch h3 {
	background-color: #ffea00;
	font-size: 1.6rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #000;
	padding: 4px 200px 0px 200px;

}

#cmtype-group #cmtype-box {
	height: 800px;
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 1100px;
	margin: 0 auto;
}

#cmtype-group .cmtype-box1 {
	display: block;
	float: left;
	width: 400px;
	height: 450px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 0 0px 0 80px;
	padding: 20px 25px;

}

#cmtype-group .cmtype-box1 h4 {
	display: inline-block;
	float: left;
	font-size: 1.2rem;
	line-height: 28px;
	color: #fff;
	background-color: #00349c;
	border-radius: 5px;
	margin: 0 8px 0 0;
	padding: 4px 10px 0px 8px;
}

#cmtype-group .cmtype-box1 span {
	display: inline-block;
	float: left;
	font-size: 0.8rem;
	line-height: 20px;
	color: #fff;
	background-color: #0068b7;
	border-radius: 15px;
	margin: 5px 4px;
	padding: 3px 8px 0px 8px;
}

#cmtype-group .cmtype-box1 p {
	display: inline-block;
	text-align:left;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 10px 0px 0px 8px;
}

#cmtype-group .cmtype-box1 .cmtype-list {
	display: inline-block;
	width: 390px;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 0.9rem;
	padding: 6px 0px 4px 16px;
	margin: 4px 0px 12px 0px;
	font-weight: bold;


}

#cmtype-group .cmtype-box1 .cmtype-list h5{
	text-align:left;
	font-size: 1rem;
	display: inline-block;
	background-color: #7ecef4;
	margin: 5px 12px 5px 6px;
	padding: 4px 10px 2px 10px;
	border-radius: 5px;

}

#cmtype-group .cmtype-box1 .merit{
	display: inline-block;
	height: 150px;
	font-size: 0.9rem;
	line-height: 28px;
	color: #000;
    background-color: #00349c;
	border-radius: 5px;
}

#cmtype-group .cmtype-box1 .merit h6{
	background-color: #f3de25;
	font-size: 1.0rem;
	line-height: 26px;
	color: #000;
	margin: 20px 0px 12px 0px;
	padding: 2px 0px 0px 0px;

}

#cmtype-group .cmtype-box1 .merit p{
	display: inline-block;
	font-size: 0.9rem;
	padding: 0px 16px 0px 20px;
	color: #fff;

}

#cmtype-group .cmtype-box2 {
	display: block;
	float: right;
	width: 400px;
	height: 450px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 0 80px 0 0px;
	padding: 20px 25px;

}

#cmtype-group .cmtype-box2 h4 {
	display: inline-block;
	float: left;
	font-size: 1.2rem;
	line-height: 28px;
	color: #fff;
	background-color: #00349c;
	border-radius: 5px;
	margin: 0 8px 0 0;
	padding: 4px 10px 0px 8px;
}

#cmtype-group .cmtype-box2 span {
	display: inline-block;
	float: left;
	font-size: 0.8rem;
	line-height: 20px;
	color: #fff;
	background-color: #0068b7;
	border-radius: 15px;
	margin: 5px 4px;
	padding: 3px 8px 0px 8px;
}

#cmtype-group .cmtype-box2 p {
	display: inline-block;
	text-align:left;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 10px 0px 0px 8px;
}

#cmtype-group .cmtype-box2 .cmtype-list {
	display: inline-block;
	width: 390px;
	line-height: 20px;
	float: left;
	text-align: left;
	font-size: 0.9rem;
	padding: 6px 0px 4px 16px;
	margin: 29px 0px 12px 0px;
	font-weight: bold;


}

#cmtype-group .cmtype-box2 .cmtype-list h5{
	text-align:left;
	font-size: 1rem;
	display: inline-block;
	background-color: #7ecef4;
	margin: 5px 12px 5px 6px;
	padding: 4px 10px 2px 10px;
	border-radius: 5px;

}

#cmtype-group .cmtype-box2 .merit{
	display: inline-block;
	height: 150px;
	font-size: 0.9rem;
	line-height: 28px;
	color: #000;
    background-color: #00349c;
	border-radius: 5px;
}

#cmtype-group .cmtype-box2 .merit h6{
	background-color: #f3de25;
	font-size: 1.0rem;
	line-height: 26px;
	color: #000;
	margin: 20px 0px 12px 0px;
	padding: 2px 0px 0px 0px;

}

#cmtype-group .cmtype-box2 .merit p{
	display: inline-block;
	font-size: 0.9rem;
	padding: 0px 16px 0px 20px;
	color: #fff;

}

}






/*** 放送の流れ ***/
@media (max-width: 640px) {


#flow-frame {
	width: 100%;
	background-color: #00349c;
}
#flow-group {
}


#flow-group #flow-head {
	display: inline-block;
	width: 100%;
	margin: 60px auto 20px;
}


#flow-group #flow-head #client_hold {
	display: block;
	text-align: center;
	line-height: 10px;
	margin: 4px 0px 0px 0px;
}


#flow-group #flow-head #men{
	display: block;
	background: url(../images/common/men2.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	margin: 0px auto;
}

#flow-group #flow-head #tv{
	display: block;
	background: url(../images/common/tv.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	margin: 0px auto;
}


#flow-group #flow-head #client {
	display: block;
	text-align: center;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
}



 
#flow-group #flow-head #client_hold .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 8px solid #fff;
}


#flow-group #flow-head #client p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;

}


#flow-group #flow-head #tvchara_hold {
	display: block;
	text-align: center;
	line-height: 7px;
	margin: 20px 0px 6px 0px;
}


#flow-group #flow-head #tvchara {
	display: block;
	text-align: center;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
}

#flow-group #flow-head #tvchara_hold .arrow2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 8px solid #fff;
  vertical-align: bottom;
}



#flow-group #flow-head #tvchara p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;
}






#flow-group #flow-head-inner {
	display: block;
	width: 100%;
	text-align: center;
	margin: 35px auto 0px;
}

#flow-group #flow-head-inner h2 {
	display: block;
	font-weight: normal;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 5rem;
	line-height: 50px;
	color: #fff;
	margin: 0 auto 5px;
}

#flow-group #flow-head-inner p {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#flow-group #flow-catch {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

#flow-group #flow-catch h3 {
	display: block;
	background-color: #ffea00;
	font-size: 0.8rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #000;
	padding: 4px 10px 2px 10px;
	margin: 10px 20px 20px 20px;
}






#flow-group #flow-box {
	display: inline-block;
	

}

#flow-group .flow-box1,#flow-group .flow-box2,#flow-group .flow-box3,#flow-group .flow-box4,#flow-group .flow-box5,#flow-group .flow-box6,#flow-group .flow-box7 {
	display: block;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 0 20px 20px 20px;
	padding: 6px 14px 0px 14px;

}

#flow-group .flow-box1 h5,#flow-group .flow-box2 h5,#flow-group .flow-box3 h5,#flow-group .flow-box4 h5,#flow-group .flow-box5 h5,#flow-group .flow-box6 h5,#flow-group .flow-box7 h5 {
	display: block;
	font-size: 1.3rem;
	line-height: 1.2rem;
	margin: 0px auto 5px;
	color: #000;
}

#flow-group .flow-box1 img,#flow-group .flow-box2 img,#flow-group .flow-box3 img,#flow-group .flow-box4 img,#flow-group .flow-box5 img,#flow-group .flow-box6 img,#flow-group .flow-box7 img {
	display: inline-block;
	width: 52px;
	height: 52px;
	background: #ffcc00;
	margin: 0px 0px;
}

#flow-group .flow-box1 p,#flow-group .flow-box2 p,#flow-group .flow-box3 p,#flow-group .flow-box4 p,#flow-group .flow-box5 p,#flow-group .flow-box6 p,#flow-group .flow-box7 p {
	display: block;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 20px;
	border-radius: 5px;
	padding: 0px 10px 8px 10px;
}

#flow-group .flow-box1 span,#flow-group .flow-box2 span,#flow-group .flow-box3 span,#flow-group .flow-box4 span,#flow-group .flow-box5 span,#flow-group .flow-box6 span,#flow-group .flow-box7 span {
	display: inline-block;
	background: url(../images/common/flow-y.jpg) no-repeat center ;
	background-color: #c9c9c9;
	border-radius: 50px;
	width: 42px;
	height: 42px;

}

#flow-group .flow-box1 .day,#flow-group .flow-box2 .day,#flow-group .flow-box3 .day,#flow-group .flow-box4 .day,#flow-group .flow-box5 .day,#flow-group .flow-box6 .day,#flow-group .flow-box7 .day {
	background-color: #ffcc00;
	height: 24px;
	margin: 10px 0px 10px 0px;
}

#flow-group .flow-box1 .day .circle1, #flow-group .flow-box2 .day .circle1, #flow-group .flow-box3 .day .circle1, #flow-group .flow-box4 .day .circle1, #flow-group .flow-box5 .day .circle1, #flow-group .flow-box6 .day .circle1, #flow-group .flow-box7 .day .circle1 {
  float: right;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 7px 10px 0 10px;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #000;

}

#flow-group .flow-box1 .day .circle2,#flow-group .flow-box2 .day .circle2,#flow-group .flow-box3 .day .circle2,#flow-group .flow-box4 .day .circle2,#flow-group .flow-box5 .day .circle2,#flow-group .flow-box6 .day .circle2,#flow-group .flow-box7 .day .circle2 {
  float: left;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 7px 10px 0 10px;
  border: 5px solid transparent;
  border-left: 0 solid transparent;
  border-right: 8px solid #000;

}

#flow-group .flow-box1 h4,#flow-group .flow-box2 h4, #flow-group .flow-box3 h4, #flow-group .flow-box4 h4, #flow-group .flow-box5 h4, #flow-group .flow-box6 h4, #flow-group .flow-box7 h4 {
	display: inline-block;
	font-size: 0.8rem;
	background-color: #ffcc00;
	font-weight: bold;
	line-height: 10px;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 0px 0px;

}








#flow-group #flow-box #flow-end  {
	text-align: center;
	margin: 20px auto 60px;
}

#flow-group #flow-box #flow-end h6 {
	background-color: #fff;
	font-size: 0.9rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #002e73;
	padding: 4px 10px 2px 10px;
	margin: 10px 20px 20px 20px;

}



}


@media (min-width: 641px) {

#flow-frame {
	width: 100%;
	height: 1800px;
	background: linear-gradient(90deg, #002e73 0%, #002e73 10%, #00349c 10%, #00349c 90%, #002e73 90%, #002e73 100%);
	padding: 0 0 160px;
}
#flow-group {
}
#flow-group #flow-head {
	height: 200px;
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 1100px;
	margin: 0 auto 20px;
}

#flow-group #flow-head #client {
	background: url(../images/common/men2.png) no-repeat 0 0;
	background-size:contain;
	float: left;
	display: block;
	background-color: #87CEFA;
	width: 110px;
	height: 110px;
	border-radius: 60px;
	margin: 50px 11px 10px 110px;
}

#flow-group #flow-head #client p {
	float: left;
	display: inline-block;
	font-size: 1.0rem;
	background-color: #fff;
	color: #000;
	width: 260px;
	height: 56px;
	line-height: 24px;
	padding: 11px 12px 0px 20px;
	margin: 25px 20px 0px 130px;
	font-weight:  bold;
	border-radius: 40px;
}

#flow-group #flow-head #client p:after {
    content: "";
    position: relative;
    left: -155px;
    right: 0;
    bottom: 35px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 17px 8px 8px;
    border-color: transparent #fff transparent transparent;
}

#flow-group #flow-head #tvchara {
	background: url(../images/common/tv.png) no-repeat 0 0;
	background-size:contain;
	float: right;
	display: block;
	background-color: #87CEFA;
	width: 110px;
	height: 110px;
	margin: 50px 110px 10px 0px;
	border-radius: 60px;
}

#flow-group #flow-head #tvchara p {
	float: right;
	display: inline-block;
	font-size: 1.0rem;
	background-color: #fff;
	color: #000;
	width: 260px;
	height: 56px;
	line-height: 24px;
	padding: 11px 12px 0px 20px;
	margin: 25px 130px 0px 0px;
	font-weight:  bold;
	border-radius: 40px;
}

#flow-group #flow-head #tvchara p:after {
    content: "";
    position: relative;
    left: 148px;
    right: 0;
    bottom: 35px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 8px 8px 17px;
    border-color: transparent transparent transparent #fff;
}

#flow-group #flow-head-inner {
	width: 1100px;
	height: 110px;
	text-align: center;
	margin: 0px auto 0px;
}

#flow-group #flow-head-inner h2 {
	display: block;
	font-size: 6.5rem;
	font-weight: normal;
	line-height: 70px;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#flow-group #flow-head-inner p {
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#flow-group #flow-catch {
	width: 1000px;
	text-align: center;
	margin: 0px auto 60px;
}

#flow-group #flow-catch h3 {
	background-color: #ffea00;
	font-size: 1.6rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #000;
	padding: 4px 0px 0px 0px;

}

#flow-group #flow-box {
	width: 1100px;
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin: 0 auto;
}

#flow-group .flow-box1 {
	display: block;
	width: 900px;
	height: 120px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 0 auto;
	padding: 0px 25px;

}

#flow-group .flow-box1 h5 {
	display: block;
	float: right;
	width: 700px;
	text-align:center;
	font-size: 1.8rem;
	margin: 20px 0px 0px 0px;
	color: #000;
}

#flow-group .flow-box1 img {
	display: block;
	float: left;
	width: 78px;
	height: 78px;
	background: #ffcc00;
	margin: 21px 11px;
}

#flow-group .flow-box1 p {
	display: block;
	float: left;
	width: 700px;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 0px 0px 8px 0px;
}

#flow-group .flow-box1 span {
	display: inline-block;
	background: url(../images/common/flow-y.jpg) no-repeat center ;
	background-color: #c9c9c9;
	border-radius: 50px;
	width: 49px;
	height: 49px;

}

#flow-group .flow-box1 .day{
	display: block;
	float: right;
	width: 100px;
	height: 120px;
	background: linear-gradient(90deg, #fff 0px, #fff 47px, #ffcc00 47px, #ffcc00 53px, #fff 53px, #fff 100px);
}


#flow-group .flow-box1 h4 {
	display: inline-block;
	font-size: 1rem;
	background-color: #ffcc00;
	font-weight: bold;
	line-height: 26px;
	margin: 45px 0px 0px 0px;
	padding: 2px 10px 0px 8px;

}

#flow-group .flow-box1 .circle1 {
	position: relative;
	top: -82px;
	left: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}

#flow-group .flow-box1 .circle2 {
	position: relative;
	top: 38px;
	right: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}




#flow-group .flow-box2 {
	display: block;
	width: 900px;
	height: 146px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 60px auto;
	padding: 0px 25px;

}

#flow-group .flow-box2 h5 {
	display: block;
	float: right;
	width: 700px;
	text-align:center;
	font-size: 1.8rem;
	margin: 20px 0px 0px 0px;
	color: #000;
}

#flow-group .flow-box2 img {
	display: block;
	float: left;
	width: 78px;
	height: 78px;
	background: #ffcc00;
	margin: 34px 11px;
}

#flow-group .flow-box2 p {
	display: block;
	float: left;
	width: 650px;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 0px 25px 8px 25px;
}

#flow-group .flow-box2 span {
	display: inline-block;
	background: url(../images/common/flow-y.jpg) no-repeat center ;
	background-color: #c9c9c9;
	border-radius: 50px;
	width: 49px;
	height: 49px;

}

#flow-group .flow-box2 .day{
	display: block;
	float: right;
	width: 100px;
	height: 146px;
	background: linear-gradient(90deg, #fff 0px, #fff 47px, #ffcc00 47px, #ffcc00 53px, #fff 53px, #fff 100px);
}


#flow-group .flow-box2 h4 {
	display: inline-block;
	font-size: 1rem;
	background-color: #ffcc00;
	font-weight: bold;
	line-height: 26px;
	margin: 58px 0px 0px 0px;
	padding: 2px 10px 0px 8px;

}

#flow-group .flow-box2 .circle1 {
	position: relative;
	top: -95px;
	left: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}

#flow-group .flow-box2 .circle2 {
	position: relative;
	top: 50px;
	right: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}




#flow-group .flow-box3 {
	display: block;
	width: 900px;
	height: 120px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 60px auto;
	padding: 0px 25px;

}

#flow-group .flow-box3 h5 {
	display: block;
	float: right;
	width: 700px;
	text-align:center;
	font-size: 1.8rem;
	margin: 20px 0px 0px 0px;
	color: #000;
}

#flow-group .flow-box3 img {
	display: block;
	float: left;
	width: 78px;
	height: 78px;
	background: #ffcc00;
	margin: 21px 11px;
}

#flow-group .flow-box3 p {
	display: block;
	float: left;
	width: 700px;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 0px 0px 8px 0px;
}

#flow-group .flow-box3 span {
	display: inline-block;
	background: url(../images/common/flow-y.jpg) no-repeat center ;
	background-color: #c9c9c9;
	border-radius: 50px;
	width: 49px;
	height: 49px;

}

#flow-group .flow-box3 .day{
	display: block;
	float: right;
	width: 100px;
	height: 120px;
	background: linear-gradient(90deg, #fff 0px, #fff 47px, #ffcc00 47px, #ffcc00 53px, #fff 53px, #fff 100px);
}


#flow-group .flow-box3 h4 {
	display: inline-block;
	font-size: 1rem;
	background-color: #ffcc00;
	font-weight: bold;
	line-height: 26px;
	margin: 45px 0px 0px 0px;
	padding: 2px 10px 0px 8px;

}

#flow-group .flow-box3 .circle1 {
	position: relative;
	top: -82px;
	left: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}

#flow-group .flow-box3 .circle2 {
	position: relative;
	top: 38px;
	right: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}





#flow-group .flow-box4 {
	display: block;
	width: 900px;
	height: 120px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 60px auto;
	padding: 0px 25px;

}

#flow-group .flow-box4 h5 {
	display: block;
	float: right;
	width: 700px;
	text-align:center;
	font-size: 1.8rem;
	margin: 20px 0px 0px 0px;
	color: #000;
}

#flow-group .flow-box4 img {
	display: block;
	float: left;
	width: 78px;
	height: 78px;
	background: #ffcc00;
	margin: 21px 11px;
}

#flow-group .flow-box4 p {
	display: block;
	float: left;
	width: 700px;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 0px 0px 8px 0px;
}

#flow-group .flow-box4 span {
	display: inline-block;
	background: url(../images/common/flow-y.jpg) no-repeat center ;
	background-color: #c9c9c9;
	border-radius: 50px;
	width: 49px;
	height: 49px;

}

#flow-group .flow-box4 .day{
	display: block;
	float: right;
	width: 100px;
	height: 120px;
	background: linear-gradient(90deg, #fff 0px, #fff 47px, #ffcc00 47px, #ffcc00 53px, #fff 53px, #fff 100px);
}


#flow-group .flow-box4 h4 {
	display: inline-block;
	font-size: 1rem;
	background-color: #ffcc00;
	font-weight: bold;
	line-height: 26px;
	margin: 45px 0px 0px 0px;
	padding: 2px 10px 0px 8px;

}

#flow-group .flow-box4 .circle1 {
	position: relative;
	top: -82px;
	left: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}

#flow-group .flow-box4 .circle2 {
	position: relative;
	top: 38px;
	right: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}



#flow-group .flow-box5 {
	display: block;
	width: 900px;
	height: 146px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 60px auto;
	padding: 0px 25px;

}

#flow-group .flow-box5 h5 {
	display: block;
	float: right;
	width: 700px;
	text-align:center;
	font-size: 1.8rem;
	margin: 20px 0px 0px 0px;
	color: #000;
}

#flow-group .flow-box5 img {
	display: block;
	float: left;
	width: 78px;
	height: 78px;
	background: #ffcc00;
	margin: 34px 11px;
}

#flow-group .flow-box5 p {
	display: block;
	float: left;
	width: 620px;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 0px 40px 8px 40px;
}

#flow-group .flow-box5 span {
	display: inline-block;
	background: url(../images/common/flow-y.jpg) no-repeat center ;
	background-color: #c9c9c9;
	border-radius: 50px;
	width: 49px;
	height: 49px;

}

#flow-group .flow-box5 .day{
	display: block;
	float: right;
	width: 100px;
	height: 146px;
	background: linear-gradient(90deg, #fff 0px, #fff 47px, #ffcc00 47px, #ffcc00 53px, #fff 53px, #fff 100px);
}


#flow-group .flow-box5 h4 {
	display: inline-block;
	font-size: 1rem;
	background-color: #ffcc00;
	font-weight: bold;
	line-height: 26px;
	margin: 58px 0px 0px 0px;
	padding: 2px 10px 0px 8px;

}

#flow-group .flow-box5 .circle1 {
	position: relative;
	top: -95px;
	left: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}

#flow-group .flow-box5 .circle2 {
	position: relative;
	top: 50px;
	right: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}




#flow-group .flow-box6 {
	display: block;
	width: 900px;
	height: 120px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 60px auto;
	padding: 0px 25px;

}

#flow-group .flow-box6 h5 {
	display: block;
	float: right;
	width: 700px;
	text-align:center;
	font-size: 1.8rem;
	margin: 20px 0px 0px 0px;
	color: #000;
}

#flow-group .flow-box6 img {
	display: block;
	float: left;
	width: 78px;
	height: 78px;
	background: #ffcc00;
	margin: 21px 11px;
}

#flow-group .flow-box6 p {
	display: block;
	float: left;
	width: 700px;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 0px 0px 8px 0px;
}

#flow-group .flow-box6 span {
	display: inline-block;
	background: url(../images/common/flow-y.jpg) no-repeat center ;
	background-color: #c9c9c9;
	border-radius: 50px;
	width: 49px;
	height: 49px;

}

#flow-group .flow-box6 .day{
	display: block;
	float: right;
	width: 100px;
	height: 120px;
	background: linear-gradient(90deg, #fff 0px, #fff 47px, #ffcc00 47px, #ffcc00 53px, #fff 53px, #fff 100px);
}


#flow-group .flow-box6 h4 {
	display: inline-block;
	font-size: 1rem;
	background-color: #ffcc00;
	font-weight: bold;
	line-height: 26px;
	margin: 45px 0px 0px 0px;
	padding: 2px 10px 0px 8px;

}

#flow-group .flow-box6 .circle1 {
	position: relative;
	top: -82px;
	left: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}

#flow-group .flow-box6 .circle2 {
	position: relative;
	top: 38px;
	right: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}




#flow-group .flow-box7 {
	display: block;
	width: 900px;
	height: 120px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin: 60px auto;
	padding: 0px 25px;

}

#flow-group .flow-box7 h5 {
	display: block;
	float: right;
	width: 700px;
	text-align:center;
	font-size: 1.8rem;
	margin: 20px 0px 0px 0px;
	color: #000;
}

#flow-group .flow-box7 img {
	display: block;
	float: left;
	width: 78px;
	height: 78px;
	background: #ffcc00;
	margin: 21px 11px;
}

#flow-group .flow-box7 p {
	display: block;
	float: left;
	width: 700px;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 26px;
	border-radius: 5px;
	padding: 0px 0px 8px 0px;
}

#flow-group .flow-box7 span {
	display: inline-block;
	background: url(../images/common/flow-y.jpg) no-repeat center ;
	background-color: #c9c9c9;
	border-radius: 50px;
	width: 49px;
	height: 49px;

}

#flow-group .flow-box7 .day{
	display: block;
	float: right;
	width: 100px;
	height: 120px;
	background: linear-gradient(90deg, #fff 0px, #fff 47px, #ffcc00 47px, #ffcc00 53px, #fff 53px, #fff 100px);
}


#flow-group .flow-box7 h4 {
	display: inline-block;
	font-size: 1rem;
	background-color: #ffcc00;
	font-weight: bold;
	line-height: 26px;
	margin: 45px 0px 0px 0px;
	padding: 2px 10px 0px 8px;

}

#flow-group .flow-box7 .circle1 {
	position: relative;
	top: -82px;
	left: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}

#flow-group .flow-box7 .circle2 {
	position: relative;
	top: 38px;
	right: 13px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ffcc00;
	border-radius: 50px;

}


#flow-group #flow-box #flow-end  {
	width: 1000px;
	text-align: center;
	margin: 80px auto ;
}

#flow-group #flow-box #flow-end h6 {
	background-color: #fff;
	font-size: 1.6rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #002e73;
	padding: 4px 0px 0px 0px;

}



}











/*** サービス[start] ***/
@media (max-width: 640px) {
#service-frame {
	width: 100%;
	background-color: #255bc8;
}
#service-group {
}




#service-group #service-head {
	display: inline-block;
	width: 100%;
	margin: 60px auto 20px;
}

#service-group #service-head #client_hold {
	display: block;
	text-align: center;
	line-height: 10px;
	margin: 4px 0px 0px 0px;
}

#service-group #service-head #men{
	display: block;
	background: url(../images/common/men2.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	margin: 0px auto;
}

#service-group #service-head #tv{
	display: block;
	background: url(../images/common/tv.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	margin: 0px auto;
}

#service-group #service-head #client {
	display: block;
	text-align: center;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
}

#service-group #service-head #client_hold .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 8px solid #fff;
}

#service-group #service-head #client p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;

}

#service-group #service-head #tvchara_hold {
	display: block;
	text-align: center;
	line-height: 7px;
	margin: 20px 0px 6px 0px;
}

#service-group #service-head #tvchara {
	display: block;
	text-align: center;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
}

#service-group #service-head #tvchara_hold .arrow2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 8px solid #fff;
  vertical-align: bottom;
}

#service-group #service-head #tvchara p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;
}





#service-group #service-head-inner {
	display: block;
	width: 100%;
	text-align: center;
	margin: 35px auto 0px;
}

#service-group #service-head-inner h2 {
	display: block;
	font-weight: normal;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 5rem;
	line-height: 50px;
	color: #fff;
	margin: 0 auto 5px;
}

#service-group #service-head-inner p {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#service-group #service-catch {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

#service-group #service-catch h3 {
	display: block;
	background-color: #ffea00;
	font-size: 0.9rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #000;
	padding: 4px 0px 2px 0px;
	margin: 10px 20px 20px 20px;
}





#service-group .work-record-box {
    height: 100%
}

#service-group .work-record-box ul {
	display: inline-block;
	margin: 0px 0px 40px 0px;

}
#service-group .work-record-box ul li {
	background-color: rgba(0,0,0,0.2);
	border-radius: 20px;
	float: left;
	margin: 10px 20px 20px 20px;
	text-align: center;
}
#service-group .work-record-box ul li img {
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
}

#service-group .work-record-box ul li h4 {
	font-size: 1rem;
	display: block;
	text-align: center;
	color: #000;
	background-color: #ffea00;
	border-radius: 20px;
	padding: 0px 0px 0px 0px;
	margin: 15px 15px 0px 15px;
}




#service-group .work-record-box ul li p {
	display: inline-block;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: left;
	margin: 15px 10px 20px 14px;
}




}







@media (min-width: 641px) {


#service-frame {
	width: 100%;
	background: linear-gradient(90deg, #002e73 0%, #002e73 10%, #255bc8 10%, #255bc8 90%, #002e73 90%, #002e73 100%);
	padding: 0 0 70px;
}
#service-group {
}
#service-group #service-head {
	height: 200px;
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 1100px;
	margin: 0 auto 20px;
}

#service-group #service-head #client {
	background: url(../images/common/men2.png) no-repeat 0 0;
	background-size:contain;
	float: left;
	display: block;
	background-color: #87CEFA;
	width: 110px;
	height: 110px;
	border-radius: 60px;
	margin: 50px 11px 10px 110px;
}

#service-group #service-head #client p {
	float: left;
	display: inline-block;
	font-size: 1.0rem;
	background-color: #fff;
	color: #000;
	width: 260px;
	height: 56px;
	line-height: 24px;
	padding: 11px 12px 0px 20px;
	margin: 25px 20px 0px 130px;
	font-weight:  bold;
	border-radius: 40px;
}

#service-group #service-head #client p:after {
    content: "";
    position: relative;
    left: -155px;
    right: 0;
    bottom: 35px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 17px 8px 8px;
    border-color: transparent #fff transparent transparent;
}

#service-group #service-head #tvchara {
	background: url(../images/common/tv.png) no-repeat 0 0;
	background-size:contain;
	float: right;
	display: block;
	background-color: #87CEFA;
	width: 110px;
	height: 110px;
	margin: 50px 110px 10px 0px;
	border-radius: 60px;
}

#service-group #service-head #tvchara p {
	float: right;
	display: inline-block;
	font-size: 1.0rem;
	background-color: #fff;
	color: #000;
	width: 260px;
	height: 56px;
	line-height: 24px;
	padding: 11px 12px 0px 20px;
	margin: 25px 130px 0px 0px;
	font-weight:  bold;
	border-radius: 40px;
}

#service-group #service-head #tvchara p:after {
    content: "";
    position: relative;
    left: 148px;
    right: 0;
    bottom: 35px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 8px 8px 17px;
    border-color: transparent transparent transparent #fff;
}

#service-group #service-head-inner {
	width: 1100px;
	height: 110px;
	text-align: center;
	margin: 0px auto 0px;
}

#service-group #service-head-inner h2 {
	display: block;
	font-size: 6.5rem;
	font-weight: normal;
	line-height: 70px;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#service-group #service-head-inner p {
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#service-group #service-catch {
	width: 1000px;
	text-align: center;
	margin: 0px auto 40px;
}

#service-group #service-catch h3 {
	background-color: #ffea00;
	font-size: 1.6rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #000;
	padding: 4px 200px 0px 200px;

}



#service-group .work-record-box {
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
	width: 980px;
	margin: 0 auto;
}

#service-group .work-record-box ul {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 1010px;
	margin: 0 auto;
}
#service-group .work-record-box ul li {
	background-color: rgba(0,0,0,0.2);
	float: left;
	width: 322px;
	height: 320px;
	margin: 0px 8px 25px 0px;
	border-radius: 20px;
}
#service-group .work-record-box ul li img {
	margin: 0 0 15px;
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
}

#service-group .work-record-box ul li h4 {
	display: block;
	text-align: center;
	width: 250px;
	color: #000;
	background-color: #ffea00;
	border-radius: 20px;
	padding: 4px 0px 1px 0px;
	margin: 0 0px 0 35px;
}



#service-group .work-record-box ul li p {
	font-weight: bold;
	font-size: 0.92em;
	color: #fff;
	width: 270px;
	margin: 10px 0 0 26px;
}


}


/*** 制作実績 ***/
@media (max-width: 640px) {
#work-frame {
	width: 100%;
	background-color: #00349c;
}
#work-group {
}




#work-group #work-head {
	display: inline-block;
	width: 100%;
	margin: 60px auto 20px;
}

#work-group #work-head #client_hold {
	display: block;
	text-align: center;
	line-height: 10px;
	margin: 4px 0px 0px 0px;
}

#work-group #work-head span{
	display: block;
	background-color: #12a8e2;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin: 0px auto;
}

#work-group #work-head #client {
	display: block;
	text-align: center;
	background-color: #ffea00;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
}

#work-group #work-head #client_hold .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 8px solid #ffea00;
}

#work-group #work-head #client p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;

}

#work-group #work-head #tvchara_hold {
	display: block;
	text-align: center;
	line-height: 7px;
	margin: 20px 0px 6px 0px;
}

#work-group #work-head span {
	display: block;
	background-color: #12a8e2;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin: 0px auto;
}

#work-group #work-head #tvchara {
	display: block;
	text-align: center;
	background-color: #ffea00;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
}

#work-group #work-head #tvchara_hold .arrow2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 8px solid #ffea00;
  vertical-align: bottom;   
}

#work-group #work-head #tvchara p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;
}





#work-group #work-head-inner {
	display: block;
	width: 100%;
	text-align: center;
	padding: 60px 0px 10px 0px;
	margin: 0px auto 0px;
}

#work-group #work-head-inner h2 {
	display: block;
	font-weight: normal;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 5rem;
	line-height: 50px;
	color: #fff;
	margin: 0 auto 5px;
}

#work-group #work-head-inner p {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#work-group #work-catch {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

#work-group #work-catch h3 {
	display: block;
	background-color: #fff;
	font-size: 0.9rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #002e73;
	padding: 4px 0px 2px 0px;
	margin: 10px 20px 20px 20px;
}





#work-group .work-record-box {
    height: 100%
}

#work-group .work-record-box ul {
	padding: 0px 0px 60px 0px;

}
#work-group .work-record-box ul li {
	background-color: rgba(0,0,0,0.2);
	border-radius: 20px;
	margin: 10px 20px 20px 20px;
	text-align: center;
}
#work-group .work-record-box ul li img {
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
}

#work-group .work-record-box iframe {
	height: 200px;
	border-radius: 20px 20px 0 0;

}

#work-group .work-record-box ul li h4 {
	display: block;
	text-align: center;
	color: #000;
	background-color: #ffea00;
	border-radius: 20px;
	padding: 0px 0px 0px 0px;
	margin: 15px 15px 0px 15px;
}




#work-group .work-record-box ul li p {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	margin: 15px 20px 15px 14px;
}

#work-group .work-record-box ul li a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	color: #fff;
	padding: 0px 0 10px 0px;
}


}







@media (min-width: 641px) {
#work-frame {
	width: 100%;
	background: linear-gradient(90deg, #002e73 0%, #002e73 10%, #00349c 10%, #00349c 90%, #002e73 90%, #002e73 100%);
	padding: 70px 0 70px;
}
#work-group {
}
#work-group #work-head {
	height: 200px;
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 1100px;
	margin: 0 auto;
}


#work-group #work-head-inner {
	width: 1100px;
	height: 110px;
	text-align: center;
	margin: 0px auto 0px;
}

#work-group #work-head-inner h2 {
	display: block;
	font-size: 6.5rem;
	font-weight: normal;
	line-height: 70px;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#work-group #work-head-inner p {
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}


#work-group .work-record-box {
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
	width: 980px;
	margin: 0 auto;
}

#work-group .work-record-box ul {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 1010px;
	margin: 0 auto;
}


#work-group .work-record-box ul li {
	background-color: rgba(0,0,0,0.2);
	float: left;
	width: 322px;
	height: 270px;
	margin: 0px 8px 25px 0px;
	border-radius: 20px;
}

#work-group .work-record-box ul li img {
	margin: 0 0 15px;
	border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0 / 20px 20px 0 0;
}

#work-group .work-record-box iframe {
	border-radius: 20px 20px 0 0;
	margin: 0px 0px 10px 0px;
	height: 170px;

}

#work-group .work-record-box ul li h4 {
	display: block;
	text-align: center;
	width: 250px;
	color: #000;
	background-color: #ffea00;
	border-radius: 20px;
	padding: 4px 0px 1px 0px;
	margin: 0 0px 0 30px;
}



#work-group .work-record-box ul li p {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	color: #fff;
	margin: 10px 10px 0 0px;

}

#work-group .work-record-box ul li a {
	font-weight: bold;
	font-size: 0.8em;
	color: #fff;
	width: 250px;
	margin: 0px 0 0 56px;
}



}




/*** お問い合わせ ***/
@media (max-width: 640px) {

#contact-frame {
	width: 100%;
	background-color: #255bc8;

}

#contact-group {
}




#contact-group #contact-head {
	display: inline-block;
	width: 100%;
	margin: 60px auto 20px;
}

#contact-group #contact-head #client_hold {
	display: block;
	text-align: center;
	line-height: 10px;
	margin: 4px 0px 0px 0px;
}

#contact-group #contact-head #men{
	display: block;
	background: url(../images/common/men2.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	margin: 0px auto;
}

#contact-group #contact-head #tv{
	display: block;
	background: url(../images/common/tv.png) no-repeat 0 0;
	background-size:contain;
	background-color: #87CEFA;
	width: 80px;
	height: 80px;
	border-radius: 60px;
	margin: 0px auto;
}

#contact-group #contact-head #client {
	display: block;
	text-align: center;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
}

#contact-group #contact-head #client_hold .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 8px solid #fff;
}

#contact-group #contact-head #client p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;

}

#contact-group #contact-head #tvchara_hold {
	display: block;
	text-align: center;
	line-height: 7px;
	margin: 20px 0px 6px 0px;
}

#contact-group #contact-head #tvchara {
	display: block;
	text-align: center;
	background-color: #fff;
	margin: 0px 20px 0px 20px;
	border-radius: 8px;
}

#contact-group #contact-head #tvchara_hold .arrow2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 0px;
  border: 5px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 8px solid #fff;
  vertical-align: bottom;
}

#contact-group #contact-head #tvchara p {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0px 10px 0px;
	padding: 0px 4px 0px 4px;
}



#contact-group #contact-head-inner {
	display: block;
	width: 100%;
	text-align: center;
	margin: 35px auto 0px;
}

#contact-group #contact-head-inner h2 {
	display: block;
	font-weight: normal;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 5rem;
	line-height: 50px;
	color: #fff;
	margin: 0 auto 5px;
}

#contact-group #contact-head-inner p {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}






#contact-group #contact-list {
	display: block;
	background: #fff;
	margin: 20px 20px;
	padding: 15px 15px 10px 15px;
	border-radius: 15px;
	text-align: center;
}

#contact-group #contact-list #contact-list-hold {
	display: inline-block;
}


#contact-group #contact-list #contact-list-hold ul {
	display: inline-block;
	text-align: left;
	margin: 0px auto 0px;
}



#contact-group #contact-list #contact-list-hold li {
	font-size: 0.8rem;
	line-height: 20px;
	display: block;
	font-weight: bold;
	padding: 5px 0px 5px 13px;
	border-radius: 15px;
	text-indent: -1.1em;
}


#contact-group #contact-list p {
	display: block;

	font-weight: bold;	
	font-size: 1rem;
	color: #002e73;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#contact-group #contact-list span {
	display: block;

	font-weight: bold;	
	font-size: 0.8rem;
	color: #000;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}


#contact-group #contact-catch {
	width: 900px;
	text-align: center;
	margin: 0px auto 40px;
}

#contact-group #contact-catch h3 {
	background-color: #fff;
	font-size: 1.6rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #002e73;
	padding: 4px 100px 0px 100px;

}





#contact-group #contact-detail {
	margin: 0 20px;
	padding: 0 0 70px;
}
#contact-group #contact-detail h3 {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px dotted #bababa;
	padding: 30px 0 40px;
	margin: 20px 0 ;
}

#contact-group #contact-inquiry {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 3em 0em 3em 0em;
}


#contact-group #contact-inquiry #inquiry-web h4 {
	display: block;
	background: #ffea00;
	font-size: 1rem;
	line-height: 1.0;
	color: #000;
	padding: 0.4em 1.2em 0.2em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 1.3em;
}

#contact-group #contact-inquiry #inquiry-web {

	padding: 0em 0 0em;
}









#contact-group #contact-inquiry .inquiry-web-box {

	width: 100%;
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
	margin: 0 auto;
}

#contact-group #contact-inquiry .inquiry-web-box ul {
	position: relative;
	margin: 0 auto;
}
#contact-group #contact-inquiry .inquiry-web-box ul li {
	background-color: rgba(0,0,0,0.2);
	padding: 5px 0px 10px 0px;
}

#contact-group #contact-inquiry .inquiry-web-box .triangle {	
  display: inline-block;
  width: 0;
  height: 0;
  margin: 10px 0px 10px 0px;
  border: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 16px solid #fff;
  vertical-align: bottom;

}

#contact-group #contact-inquiry .inquiry-web-box .triangle2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 10px 0px 10px 0px;
  border: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 16px solid #fff;
  vertical-align: bottom;

}


#contact-group #contact-inquiry .inquiry-web-box ul li h5 {
	font-size: 1rem;
	display: block;
	text-align: center;
	color: #000;
	background-color: #fff;
	border-radius: 20px;
	padding: 0px 0px 0px 0px;
	margin: 10px 60px 0px;
}



#contact-group #contact-inquiry .inquiry-web-box ul li h6 {
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	margin: 10px auto 0px;
}

#contact-group #contact-inquiry .inquiry-web-box ul li p {
	font-size: 0.7em;
	color: #fff;

	margin: 5px auto;
}





















#contact-group #contact-inquiry #inquiry-tel,
#contact-group #contact-inquiry #inquiry-mail {
}
#contact-group #contact-inquiry #inquiry-tel {
	display: inline-block;
	width: 100%;
	padding: 3em 0 0em;
}
#contact-group #contact-inquiry #inquiry-mail {
	display: inline-block;
	width: 100%;
	padding: 3em 0 0em;	
}
#contact-group #contact-inquiry #inquiry-tel h4,
#contact-group #contact-inquiry #inquiry-mail h4 {
	display: block;
	background: #ffea00;
	font-size: 1rem;
	line-height: 1.0;
	color: #000;
	padding: 0.4em 1.2em 0.2em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 0.6em;
}
#contact-group #contact-inquiry #inquiry-tel h5 {
	line-height: 50px;
	font-size: 2rem;
}
#contact-group #contact-inquiry #inquiry-tel h5 a {
	color: #fff;
	text-decoration: none;
}
#contact-group #contact-inquiry #inquiry-tel p {
	color: #fff;
}

#contact-group #contact-inquiry #inquiry-tel span {
	color: #fff;
}




#contact-group #contact-inquiry #inquiry-mail h5 {
	line-height: 40px;
	color: #fff;
	font-size: 1.1rem;
	margin: 5px 0 5px 0px;
}
#contact-group #contact-inquiry #inquiry-mail p {
	color: #fff;
	font-size: 0.6rem;
	margin: 5px 0 0 0px;
}


/* お問い合わせフォーム */
#contact-group .contactFormBox {
}
#contact-group .contactFormTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: "Soft Gothic Bold",Meiryo,sans-serif;
	font-weight:normal;
	text-align: center;
}

#contact-group .contactFormTable .caution {
	font-size: 0.9375em;
	font-weight: normal;
	text-align: center;
	margin: 0 0 1.8em;
}

#contact-group .contactFormTable abbr {
	text-decoration: none;
	border: none;
}

#contact-group .contactFormTable dl {
	text-align: center;
	padding: 0 0 2.4em;
}
#contact-group .contactFormTable dt {
	letter-spacing: 0.1em;
	color: #fff;
}
#contact-group .contactFormTable dd {
	padding: 0.6em 0 0;
}

#contact-group .contactFormTable #radioboxArea {
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.1em;
	margin: 0 0 0.6em;
	color: #fff;
}
#contact-group .contactFormTable #radioboxArea input[type="radio"] {
	display: none;
}
#contact-group .contactFormTable #radioboxArea label.radio {
	width: 70%;
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 3px 12px 0 30px;
	vertical-align: text-bottom;
	cursor: pointer;
	margin: 2% 0 2% 20%;
}
#contact-group .contactFormTable #radioboxArea label.radio:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 3px;
	display: block;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	border: solid #cccccc;
		border-top-width: medium;
		border-right-width: medium;
		border-bottom-width: medium;
		border-left-width: medium;
	border-width: 2px;
	border-radius: 50%;
	content: "";
}
#contact-group .contactFormTable #radioboxArea label.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 8px;
	display: block;
	margin-top: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border-spacing: 0;
	background: #ffea00;
	content: "";
	opacity: 0;
}
#contact-group .contactFormTable #radioboxArea input[type="radio"]:checked + .radio::before {
	opacity: 1;
}

#contact-group .contactFormTable input,
#contact-group .contactFormTable textarea {
	width: 100%;
	background: #f5f5f5;
	font-family: "Soft Gothic Bold",Meiryo,sans-serif;
	font-weight:normal;
	border: 1px solid #a2a2a2;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0.5em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#contact-group .contactFormTable input {
}
#contact-group .contactFormTable textarea {
	overflow: auto;
}

#contact-group .contactFormTable input:hover,
#contact-group .contactFormTable textarea:hover {
	border: 1px solid #e60012;
}
#contact-group .contactFormTable input:focus,
#contact-group .contactFormTable textarea:focus {
	outline: 0 none;
	border: 1px solid #e60012;
}

#contact-group .contactFormTable input[type="submit"] {
	display: inline-block;
	width: auto;
	height: 50px;
	background: #ffea00;
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	border: 0px solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0 3.2em;
	cursor: pointer;
}



}




@media (min-width: 641px) {
#contact-frame {
	width: 100%;
	background: linear-gradient(90deg, #002e73 0%, #002e73 10%, #255bc8 10%, #255bc8 90%, #002e73 90%, #002e73 100%);
	padding: 0 0 100px;
}
#contact-group {
}
#contact-group #contact-head {
	height: 200px;
	display: block;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	width: 1100px;
	margin: 0 auto 20px;
}

#contact-group #contact-head #client {
	background: url(../images/common/men2.png) no-repeat 0 0;
	background-size:contain;
	float: left;
	display: block;
	background-color: #87CEFA;
	width: 110px;
	height: 110px;
	border-radius: 60px;
	margin: 50px 11px 10px 110px;
}

#contact-group #contact-head #client p {
	float: left;
	display: inline-block;
	font-size: 1.0rem;
	background-color: #fff;
	color: #000;
	width: 260px;
	height: 56px;
	line-height: 24px;
	padding: 11px 12px 0px 20px;
	margin: 25px 20px 0px 130px;
	font-weight:  bold;
	border-radius: 40px;
}

#contact-group #contact-head #client p:after {
    content: "";
    position: relative;
    left: -155px;
    right: 0;
    bottom: 35px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 17px 8px 8px;
    border-color: transparent #fff transparent transparent;
}

#contact-group #contact-head #tvchara {
	background: url(../images/common/tv.png) no-repeat 0 0;
	background-size:contain;
	float: right;
	display: block;
	background-color: #87CEFA;
	width: 110px;
	height: 110px;
	margin: 50px 110px 10px 0px;
	border-radius: 60px;
}

#contact-group #contact-head #tvchara p {
	float: right;
	display: inline-block;
	font-size: 1.0rem;
	background-color: #fff;
	color: #000;
	width: 260px;
	height: 56px;
	line-height: 24px;
	padding: 11px 12px 0px 20px;
	margin: 25px 130px 0px 0px;
	font-weight:  bold;
	border-radius: 40px;
}

#contact-group #contact-head #tvchara p:after {
    content: "";
    position: relative;
    left: 148px;
    right: 0;
    bottom: 35px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 8px 8px 17px;
    border-color: transparent transparent transparent #fff;
}

#contact-group #contact-head-inner {
	width: 1100px;
	height: 110px;
	text-align: center;
	margin: 0px auto 0px;
}

#contact-group #contact-head-inner h2 {
	display: block;
	font-size: 6.5rem;
	font-weight: normal;
	line-height: 70px;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#contact-group #contact-head-inner p {
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}


#contact-group #contact-list {
	display: block;
	background: #fff;
	width: 800px;
	margin: 25px auto 0px;
	padding: 15px 10px 10px 15px;
	border-radius: 15px;
}

#contact-group #contact-list #contact-list-hold {


}

#contact-group #contact-list ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style-type: none;
}



#contact-group #contact-list li {
	font-size: 1.2rem;
	width: 370px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 4px;
}


#contact-group #contact-list span {
	display: block;
	text-align: center;
	font-weight: bold;	
	font-size: 1rem;
	color: #000;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#contact-group #contact-list p {
	display: block;
	text-align: center;
	font-weight: bold;	
	font-size: 1.4rem;
	color: #002e73;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}



#contact-group #contact-catch {
	width: 900px;
	text-align: center;
	margin: 0px auto 40px;
}

#contact-group #contact-catch h3 {
	background-color: #fff;
	font-size: 1.6rem;
	font-weight:  bold;
	border-radius: 30px;
	color: #002e73;
	padding: 4px 100px 0px 100px;

}





#contact-group #contact-detail {
	width: 1220px;
	margin: 0 auto;
}
#contact-group #contact-detail h3 {
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
	line-height: 2em;
	color: #fff;
	width: 80%;
	margin: 40px auto ;
}

#contact-group #contact-inquiry {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 80%;
	text-align: center;
	margin: 0 auto 30px ;
}

#contact-group #contact-inquiry #inquiry-web {
	padding: 0em 0 2em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}




#contact-group #contact-inquiry #inquiry-web h4 {
	background: #ffea00;
	font-size: 1.25rem;
	line-height: 1.0;
	color: #000;
	padding: 0.4em 1.2em 0.2em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 3em 2em 1.2em;
}

#contact-group #contact-inquiry .inquiry-web-box {
	position:relative;
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
	margin: 0 auto;
}

#contact-group #contact-inquiry .inquiry-web-box ul {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 900px;
	margin: 0 auto;
}
#contact-group #contact-inquiry .inquiry-web-box ul li {
	background-color: rgba(0,0,0,0.2);
	float: left;
	width: 270px;
	height: 145px;
	margin: 10px 15px 10px 15px;
	border-radius: 20px;
}

#contact-group #contact-inquiry .inquiry-web-box .triangle {
	display: inline-block;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	top: 70px;
	left: 293px;
}

#contact-group #contact-inquiry .inquiry-web-box .triangle2 {
	display: inline-block;
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	top: 70px;
	left: 593px;
}


#contact-group #contact-inquiry .inquiry-web-box ul li h5 {
	font-size: 1.3rem;
	display: block;
	text-align: center;
	width: 230px;
	color: #000;
	background-color: #fff;
	border-radius: 20px;
	padding: 4px 0px 0px 0px;
	margin: 20px auto 15px;
}



#contact-group #contact-inquiry .inquiry-web-box ul li h6 {
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
	width: 190px;
	margin: 0px auto;
}

#contact-group #contact-inquiry .inquiry-web-box ul li p {
	font-size: 0.7em;
	color: #fff;
	width: 250px;
	margin: 5px auto;
}








#contact-group #contact-inquiry #inquiry-web {
	border-bottom: 1px dotted #bababa;
	margin: 0px auto 20px ;
}


#contact-group #contact-inquiry #inquiry-tel,
#contact-group #contact-inquiry #inquiry-mail {
	float: left;
	width: 50%;
	padding: 1.4em 0 1.4em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#contact-group #contact-inquiry #inquiry-tel {
	border-right: 1px dotted #bababa;
}
#contact-group #contact-inquiry #inquiry-mail {
	float: right;
}
#contact-group #contact-inquiry #inquiry-tel h4,
#contact-group #contact-inquiry #inquiry-mail h4 {
	background: #ffea00;
	font-size: 1.25rem;
	line-height: 1.0;
	color: #000;
	padding: 0.4em 1.2em 0.2em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 2em 0.8em;
}
#contact-group #contact-inquiry #inquiry-tel h5 {
	line-height: 50px;
	font-size: 2.5rem;
}
#contact-group #contact-inquiry #inquiry-tel h5 a {
	color: #fff;
	text-decoration: none;
}
#contact-group #contact-inquiry #inquiry-tel p {
	color: #fff;
}

#contact-group #contact-inquiry #inquiry-tel span {
	display: none;
}



#contact-group #contact-inquiry #inquiry-mail p {
	color: #fff;
	font-size: 0.6rem;
	text-align: left;
	margin: 4px 0 0 86px;
}


#contact-group #contact-inquiry #inquiry-mail h5 {
	color: #fff;
	font-size: 1.4rem;
	margin: 0px 0 0 0px;
}
#contact-group #contact-inquiry #inquiry-mail p {
	color: #fff;
	font-size: 0.6rem;
	text-align: left;
	margin: 4px 0 0 86px;
}


/* お問い合わせフォーム */
#contact-group .contactFormBox {
}
#contact-group .contactFormTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: "Soft Gothic Bold",Meiryo,sans-serif;
	font-weight:normal;
	text-align: center;
}

#contact-group .contactFormTable .caution {
	font-size: 1.0rem;
	font-weight:normal;
	text-align: center;
	margin: 0 0 1.8em;
}

#contact-group .contactFormTable .caution span {
	font-size: 1.0rem;
	font-weight:bold;
	text-align: center;
	margin: 0 0 1.8em;
	color: #0000FF;
}

#contact-group .contactFormTable abbr {
	text-decoration: none;
	border: none;
}

#contact-group .contactFormTable dl {
	text-align: center;
	padding: 0 0 2.4em;
}
#contact-group .contactFormTable dt {
	color: #fff;
	letter-spacing: 1px;
}
#contact-group .contactFormTable dd {
	padding: 0.6em 4em 0;
}

#contact-group .contactFormTable #radioboxArea {
	text-align: left;
	vertical-align: top;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 0 1.2em;
	color: #fff;
}
#contact-group .contactFormTable #radioboxArea input[type="radio"] {
	display: none;
}
#contact-group .contactFormTable #radioboxArea label.radio {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 3px 12px 0 30px;
	vertical-align: text-bottom;
	cursor: pointer;
}
#contact-group .contactFormTable #radioboxArea label.radio:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 3px;
	display: block;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	border: solid #cccccc;
		border-top-width: medium;
		border-right-width: medium;
		border-bottom-width: medium;
		border-left-width: medium;
	border-width: 2px;
	border-radius: 50%;
	content: "";
}
#contact-group .contactFormTable #radioboxArea label.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 8px;
	display: block;
	margin-top: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border-spacing: 0;
	background: #ffea00;
	content: "";
	opacity: 0;
}
#contact-group .contactFormTable #radioboxArea input[type="radio"]:checked + .radio::before {
	opacity: 1;
}

#contact-group .contactFormTable input,
#contact-group .contactFormTable textarea {
	width: 85%;
	background: #f5f5f5;
	font-family: "Soft Gothic Bold",Meiryo,sans-serif;
	font-weight:normal;
	border: 1px solid #a2a2a2;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0.5em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#contact-group .contactFormTable input {
	height: 48px;
}
#contact-group .contactFormTable textarea {
	overflow: auto;
}

#contact-group .contactFormTable input:hover,
#contact-group .contactFormTable textarea:hover {
	border: 1px solid #ffea00;
}
#contact-group .contactFormTable input:focus,
#contact-group .contactFormTable textarea:focus {
	outline: 0 none;
	border: 1px solid #ffea00;
}

#contact-group .contactFormTable input[type="submit"] {
	display: inline-block;
	width: auto;
	height: 50px;
	background: #ffea00;
	font-size: 1.25rem;
	font-weight: bold;
	color: #000;
	border: 0px solid;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0 3.2em;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden;
}
#contact-group .contactFormTable input[type="submit"]:hover {
	border: 0px solid;
	opacity: 0.6;
}
}






/*** アクセス ***/
@media (max-width: 640px) {

#access-frame {
	width: 100%;
	background-color: #00349c;
}
#access-group {
}




#access-group #access-head {
	display: inline-block;
	width: 100%;
	margin: 60px auto 20px;
}


#access-group #access-head-inner {
	display: block;
	width: 100%;
	text-align: center;
	margin: 35px auto 0px;
}

#access-group #access-head-inner h2 {
	display: block;
	font-weight: normal;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-size: 5rem;
	line-height: 50px;
	color: #fff;
	margin: 0 auto 5px;
}

#access-group #access-head-inner p {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}







#access-group #campus-map {
	background: #666;
	width: 100%;
	height: 360px;
}

#access-group #access-detail {
	display: block;
	text-align: center;
	padding: 20px 10px;
}

#access-group #access-detail p {
	font-size: 0.9rem;
	display: block;
	color: #fff;
	font-weight: bold;
	margin: 10px 0px;
}
#access-group #access-detail p span {
	color: #fd3e3e;

}
#access-group #access-detail a.googlelink {
	display: block;
	background: #ffea00;
	color: #000;
	line-height: 2.0;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden;
	padding: 4px 4px 2px 4px;
	margin: 30px 10px 60px;	
}
#access-group #access-detail a.googlelink:after {
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 1.0em;
	color: #000;
	padding: 0 0 0 0.4em;
}
#access-group #access-detail a:hover.googlelink {
	opacity: 0.6;
}

}

@media (min-width: 641px) {
#access-frame {
	background: linear-gradient(90deg, #002e73 0%, #002e73 10%, #00349c 10%, #00349c 90%, #002e73 90%, #002e73 100%);
	width: 100%;
	padding: 0 0 100px;
}
#access-group {
}


#access-group #access-head {
	width: 100%;
	height: 100px;
    display: block;
	margin: 0px auto 0px;
	padding: 70px 0px 20px;
}



#access-group #access-head-inner {
	display: block;
	width: 1100px;
	text-align: center;
	margin: 0px auto 0px;
}

#access-group #access-head-inner h2 {
	display: block;
	font-size: 6.5rem;
	font-weight: normal;
	line-height: 70px;
	font-family: 'Teko', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}

#access-group #access-head-inner p {
	font-size: 1rem;
	font-weight: bold;
	font-family: Agency FB,impact, 'Anton', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic';
	color: #fff;
}


#access-group #campus-map {
	background: #666;
	height: 400px;
	margin: 0 auto;
}

#access-group #access-detail {
	overflow: hidden;
	position: relative;
	zoom: 1;
	width: 850px;
	padding: 1.2em 0 0;
	margin: 0 auto;
}
#access-group #access-detail p {
	color: #fff;
	font-weight: bold;
	float: left;
	margin: 1px 20px 0 0;
}
#access-group #access-detail p span {
	color: #fd3e3e;
}
#access-group #access-detail a.googlelink {
	float: left;
	background: #ffea00;
	color: #000;
	line-height: 1.0;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 4px 2px 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden;
}
#access-group #access-detail a.googlelink:after {
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 1.0em;
	color: #000;
	padding: 0 0 0 0.4em;
}
#access-group #access-detail a:hover.googlelink {
	opacity: 0.6;
}
}

