/*==========================================
 gloval
===========================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*==========================================
 gloval
===========================================*/

body {
	margin: 0 auto;
	font-family: "Hiragino Kaku Gothic ProN", "meiryo", "メイリオ", "ms pgothic", "ms pゴシック", "osaka", sans-serif, "TakaoPGothic", "Sazanami Gothic";
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	-webkit-text-size-adjust: 100%;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #333;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}
h1, h2, h3 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p, li, dt, dl {
	line-height: 1.6;
}
.clear {
	clear:both;
}
/*==========================================
 layout
===========================================*/
#wrapper {
	background: #E9E9E9;
}
#content {
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
section {
	margin-bottom:100px;
}
section h1 {
	font-size:2.7rem;
	line-height:1.8;
	text-align: left;
	margin: 30px 60px 30px;
}
.wrap {
width:1000px; 
	margin:0 auto;
	background:#fff;
}
.inner {
	line-height: 0;
	text-align: left;
	overflow: hidden;
	padding: 60px 20px 20px;
}
.inner p {
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 0 60px 30px;
	text-align: left;
}
 @media screen and (max-width:768px) {
 #content {
}
section {
	margin-bottom:60px;
}

 section h1 {
 font-size: 2.4rem;
 margin: 30px 30px 30px;
}
.wrap {
width:auto; 
	margin:0 auto;
}
 .inner {
 width:auto;
 margin: 0;
 line-height: 0;
 text-align: left;
 overflow: hidden;
 padding: 30px 20px;
}
 .inner p {
 font-size: 1.7rem;
 line-height: 1.8;
 padding: 0 20px 20px;
 text-align: left;
}
 .inner p br {
 display: inline;
}
}
@media screen and (max-width:640px) {
 #content {
}
section {
	margin-bottom:50px;
}

 section h1 {
 font-size: 2.5rem;
 line-height: 1.6;
 margin: 30px 20px 20px;
}
 .inner {
 margin: 0;
 line-height: 0;
 text-align: left;
 overflow: hidden;
 padding: 20px 10px;
}
 .inner p {
 font-size: 1.5rem;
 line-height: 1.8;
 padding: 0 15px 10px;
 text-align: left;
}
 .inner p br {
 display: none;
}
}
/*==========================================
 header
===========================================*/
.jambotron {
	background:#000 url(../../images/header_bg.jpg) no-repeat center top;
	height: 600px;
	margin: 0;
	padding: 0;
}
header h1 {
	display:none;
}
.playBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 770px;
}
.playBtnInner {
}
.playBtn a {
	outline:none;
}
.playBtn a img {
	background:none!important;
	outline:none;
}
.playBtn a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background:none!important;
}
.anchorBtn {
	margin:0 20px;
	position:relative;
}
.anchorBtn a {
	position:absolute;
	top:20px;
	right:0;
	background:#FFEA01;
	border-radius:5px;
	padding:15px 25px;
	font-size:2.0rem;
	font-weight:bold;
/* box-shadow */
box-shadow:0px 7px 0px 0px #c7a900;
}
.anchorBtn a:hover {
	position:absolute;
	top:27px;
/* box-shadow */
box-shadow:none;
color:#405EC0;
}
.playBtnSp {
display:none;
}
@media screen and (max-width:1024px) {
.jambotron {
	background:#000 url(../../images/header_bg_1024.jpg) no-repeat center top;
 background-size: cover;
}
.anchorBtn {
	width:1000px;
	margin:0 auto;
	position:relative;
}

}
@media screen and (max-width:768px) {
 .jambotron {
 background:none;
 padding-top:0;
 height:0;
}
.playBtnSp {
display:block;
}
.playBtn {
display:none;
}
 .playBtnSp a {
 display:block;
 background:#000 url(../../images/header_bg_tb.jpg) no-repeat center top;
 background-size: contain;
 height:0;
 padding-top:78.125%;
 text-align:center;
}
 .playBtnSp a img {
 display:none;
}
.anchorBtn {
width:auto;
}
.anchorBtn a {
top:15px;
right:10px;
}
}
@media screen and (max-width:640px) {
 .playBtnSp a {
 display:block;
 background:#013A65 url(../../images/header_bg_sp.jpg) no-repeat center top;
 background-size: contain;
 height:0;
 padding-top:93.75%;
 text-align:center;
}
.anchorBtn {
height:35px;
 background:#989A99;
 padding-top:10px;
}
.anchorBtn a {
width:70%;
margin: 0 auto;
display:block;
position: static;
right:none;
text-align:center;
}
}
@media screen and (max-width:375px) {
.anchorBtn {
height:40px;
}
.anchorBtn a {
width:80%;
margin: 0 auto;
display:block;
position: static;
right:none;
text-align:center;
	padding:15px 15px;
	font-size:1.8rem;
}
}
/*==========================================
 intro
===========================================*/
.intro {
}
.intro p {
	text-align:center;
	background:url(../../images/wrap01.png) repeat;
	border-top:10px solid #062486;
	color:#fff;
	padding:40px 20px 50px;
	font-size:3.0rem;
}
.introArrow {
width:96px;
margin:0 auto;
height:60px;
position:relative;
}
.introArrow img {
position:absolute;
top:-4px;
}


.kakugo {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	}
.serif {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", source-han-serif-japanese, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fontG {
color:#86F1A1;
}
.fontY {
	color:#FDF200;
}
.fontBl {
color:#0486FE;
}
.intro h1 br {
	display:none;
}
@media screen and (max-width:768px) {
.intro p {
	padding:40px 20px 50px;
	font-size:2.4rem;
}
}
@media screen and (max-width:640px) {
.intro p {
	padding:30px 20px;
	font-size:2.0rem;
}
}

/*==========================================
 wish
===========================================*/
section.wish {
}
.wish h1 {
text-align:center;
margin:0;
}
.subTtl {
text-align:center;
padding:30px 20px 40px;
font-size:2.8rem;
}
.wishList {
width:860px;
margin:0 auto 60px;
background: url(../../images/wrap02.png) repeat;
border:5px solid #0486FE;
border-radius:5px;
/* box-shadow */
box-shadow:0px 0px 6px 2px #bdbdbd inset;
}
.wishList ul {
padding:40px 40px;
}
.wishList ul li {
margin:0 0 5px 20px;
font-size:2.6rem;
line-height:1.6;
font-weight:bold;
}
.wishIcon {
color:#0486FE;
font-weight:bold;
font-size:130%;
}

@media screen and (max-width:768px) {
.subTtl {
font-size:2.4rem;
}
.wishList {
width:90%;
margin:0 auto;
background: url(../../images/wrap02.png) repeat;
border:5px solid #0486FE;
border-radius:5px;
/* box-shadow */
box-shadow:0px 0px 6px 2px #bdbdbd inset;
}
.wishList ul {
padding:20px;
}
.wishList ul li {
margin:0 0 5px 20px;
font-size:2.4rem;
line-height:1.6;
font-weight:bold;
}
}
@media screen and (max-width:768px) {
.subTtl {
font-size:2.0rem;
}
.wishList ul {
padding:20px 10px;
}
.wishList ul li {
margin:0 0 5px 10px;
font-size:1.8rem;
line-height:1.6;
font-weight:bold;
}
}
/*==========================================
 letter
===========================================*/
.pointList {
width:840px;
margin:0 auto 60px;
background:url(../../images/wrap02.png) repeat;
/* box-shadow */
box-shadow:0px 0px 6px 2px #adadad inset;
padding-top:20px;
}
.pointList h2 {
text-align:center;
padding:25px 0;
font-size:3.2rem;
font-weight:bold;
line-height:1.6;
background: url(../../images/wrap04.png) repeat;
/* box-shadow */
box-shadow:0px 0px 6px 2px #c7a900 inset;
}

.pointList ul {
padding:30px 50px 20px;
}
.pointList ul li {
margin:0 0 15px;
font-size:2.6rem;
line-height:1.6;
font-weight:bold;
background:#fff url(../../images/point_list_icon.png) no-repeat 30px 20px;
padding:15px 15px 15px 70px;
border-radius:5px;
}
.block p {
display:block;
width:55%;
border:3px solid #FDD900;
border-radius:10px;
padding: 15px 30px ;
margin:0 60px 20px;
font-size:160%;
}
.fontO {
	color:#FD6E06;
}

@media screen and (max-width:768px) {
.pointList {
width:90%;
margin:0 auto 30px;
background:url(../../images/wrap02.png) repeat;
/* box-shadow */
box-shadow:0px 0px 6px 2px #adadad inset;
padding-top:20px;
}
.pointList h2 {
padding:15px 0;
font-size:2.8rem;
}
.pointList ul {
padding:30px 30px 20px;
}
.pointList ul li {
margin:0 0 15px;
font-size:2.2rem;
padding:15px 15px 15px 70px;
}
.block p {
display:block;
width:80%;
padding: 15px 30px ;
margin:0 20px 20px;
font-size:160%;
}
}
@media screen and (max-width:768px) {
.pointList h2 {
padding:15px 10px;
font-size:2.2rem;
}
.pointList ul {
padding:15px;
}
.pointList ul li {
background:#fff url(../../images/point_list_icon.png) no-repeat 10px 25px;
margin:0 0 15px;
font-size:1.8rem;
padding:15px 15px 15px 40px;
}
.block p {
display:block;
width:auto;
padding: 10px 20px ;
margin:0 20px 20px;
font-size:130%;
}
}

/*==========================================
 profile
===========================================*/
section.profile h1 {
    text-align: left;
}
.profileInner {
background:url(../../images/profile_bg.jpg) no-repeat right top;
}
.profileThumb {
	margin:20px 0 0;
}
section.profile .book h2 {
margin: 0 60px;
}
section.profile .book p {
width:72%;
border-top:4px solid #0066DF;
margin: 0 60px 30px;
padding:20px 0 0 0;
}
.imgRC, p.imgRC {
	float:right;
	margin-left: 10px;
}
.col-sm-4 {
	padding-left: 5px;
	padding-right: 5px;
}
@media screen and (max-width:768px) {
section.profile h1 {
margin:0 10px 0;
}
.profileInner {
background:url(../../images/profile_bg.jpg) no-repeat right top;
background-size:50% auto;
}
section.profile .book h2 {
margin: 0 20px;
}
section.profile .book p {
width:auto;
margin: 0 20px;
}
}
@media screen and (max-width:640px) {
.profileInner {
background:none;
}
 .profileThumb {
margin:0 0;
}
.profileThumb li {
text-align:center;
padding-bottom:10px;
}
.imgRC, p.imgRC {
 float:none;
 width:80%;
 display:block;
 margin:0 auto 20px;
}
.profileImg {
text-align:center;
margin-bottom:20px;
}
p.aiba {
padding: 20px 15px 20px;
}
section.profile .book {
margin-bottom:20px;
}
}
p.btn_appli a img {
	background:none!important;
}
p.btn_appli a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
}
/*==========================================
 youtube
===========================================*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* Styles for dialog window */
 .movie {
	background: white;
	padding: 40px 30px 20px;
	text-align: left;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
}
.movieTtl {
	padding: 10px 20px;
	font-size:1.8rem;
	background:#E9E9E9;
}

@media screen and (max-width:640px) {
 .movie {
	background: white;
	padding: 40px 15px 10px;
	text-align: left;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
}
}

/**
       * Fade-zoom animation for first dialog
       */
      
      /* start state */
      .my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
      .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
      .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
      .my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
      .my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
      .my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
       * Fade-move animation for second dialog
       */
      
      /* at start */
      .my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
/* animate in */
      .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}
/* animate out */
      .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}
/* Dark overlay, start state */
      .my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
      .my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
      .my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/*==========================================
form
===========================================*/
.mailform {
	padding-bottom:60px;
	margin-bottom:0;
}
#mailform1 h1 {
	padding:20px;
	text-align:center;
	margin:0 0 10px 0;
}
section#mailform2 {
    border-top: 10px solid #062486;
	background:url(../../images/wrap01.png) repeat;
}
#mailform2 h1 {
text-align:center;
background:url(../../images/wrap01.png) repeat;
color:#fff;
padding:40px 0;
font-size:2.4rem;
margin:0;
}

.mailformWrap {
width:1000px;
margin:0 auto;
background:#fff url(../../images/form_bg.png) no-repeat left top;
padding-top:50px;
margin-bottom:40px;
}
.mailformInner {
}
.mailform h2 {
	text-align:right;
	width:880px;
	margin:0 auto 40px;
	color:#fff;
	}
.mailformttl2 {
font-weight: bold;
    font-size: 150%;
}
.formWrap {
	width:900px;
	margin:0 auto 10px;
	border-radius:3px;
background:url(../../images/wrap03.png);
}
.formInner {
/* box-shadow */
box-shadow:0px 0px 5px 4px #3465e5 inset;
	border-bottom:4px solid #062486;
	padding:50px 50px;
}
.pub_form {
	margin-bottom:20px;
	zoom: 1;
	overflow:hidden;
}
.pub_form:after {
	content: ".";
	display:block;
	clear:both;
	height:0;
}
.pub_form dt {
	width: 35%;
	float:left;
	padding: 0;
	clear: left;
	margin-bottom: 20px;
	font-size:2.4rem;
	color:#fff;
}
.pub_form dd {
	width: 65%;
	float:left;
	display: block;
	margin: 0 0 20px;
}
.pub_form .fbox {
	height: 50px;
	width: 100%;
	font-size:2.2rem;
	font-weight:bold;
	padding:10px 10px 10px 20px;
	display: block;
	border-radius: 2px;
	margin: 0 auto;
	background:#fff;
	color: #A3A4A6;
	border:1px solid #016BBF;
	font-weight:normal;
	/* box-shadow */
box-shadow:2px -2px 2px 0px #7d7d7c inset;

}
.alertBtn {
	background:url(../../images/form_send_btn_on.png) center no-repeat;
	width:663px;
	height:132px;
	margin:0 auto;
	text-align: center;
}
.submit:hover {
	opacity:0;
}
.submit {
	width:auto;
}
.attention {
	width:900px;
	margin:0 auto;
}
.attention ul {
	padding:20px 20px 30px;
	text-align:left;
}
.attention ul li {
	margin:0 0 2px 15px;
	text-indent: -15px;
	font-size:1.5rem;
	font-weight:normal;
}
.information {
	width:800px;
	padding:20px;
	margin:20px auto 50px;
	text-align:center;
	border:2px solid #b41301;
}
.ttlInner br {
	display:none;
}
 @media screen and (max-width:768px) {
.mailform {
	padding-bottom:30px;
}
.mailformWrap {
width:auto;
margin:0 20px;
background:#fff url(../../images/form_bg.png) no-repeat left top;
padding-top:20px;
margin-bottom:40px;
}
.mailformInner {
 padding:30px 20px;
}
.mailform h2 {
	text-align:right;
	width:auto;
	margin:0 auto 40px;
	color:#fff;
}
.mailformttl2 {
font-weight: bold;
    font-size: 120%;
}
.formWrap {
 width:auto;
 margin:0 auto 40px;
}
.formInner {
padding:40px;
}
.pub_form dt {
 width: auto;
 padding: 0;
 clear:both;
 margin-bottom: 20px;
 font-size:2.4rem;
 font-weight:bold;
}
.pub_form dd {
 width: 100%;
 clear:both;
 display: block;
 color:#FFFFFF;
 margin: 0 0 20px;
}
.pub_form .fbox {
 height: 50px;
 width:100%;
 margin:0 auto;
 font-size:20px;
 font-weight:bold;
 padding:5px 5px 5px 10px;
 border:0px;
 margin: 0;
 display: block;
 color: #1C5F00;
 font-weight:normal;
}
.attention, .information {
 width:auto;
}
.attention ul {
padding:0 10px;
}
.attention ul li {
 font-size:1.3rem;
}
.alertBtn {
background:none;
 text-align: center;
 padding:0 10px;
 height:auto;
 margin-bottom:20px;
 width:auto;
}
.submit {
 width:100%;
}
.submit:hover {
}
}
@media screen and (max-width:640px) {
.mailform h1 {
font-size:1.8rem;
}
.mailform h2 {
    margin: 0 auto 20px;
}
#mailform2 h1 {
padding:40px 20px;
font-size:2.0rem;
}

 .mailform {
margin-bottom:20px;
}
#mailform1.mailform {
    padding-bottom: 0;
}
.mailformWrap {
width:auto;
margin:0 20px;
background:#fff url(../../images/form_bg.png) no-repeat left top;
background-size:50% auto;
margin-bottom:40px;
padding:0 5px;
}
.mailformInner {
padding:20px 10px;
}
 .formWrap {
margin-bottom:20px;
}
.formInner {
 padding: 20px 0 10px;
}
.pub_form {
padding:0 15px;
}
.pub_form dt {
width:100%;
text-align:center;
font-size:1.8rem;
}
.pub_form dd {
 margin: 0 0 20px;
}
.pub_form .fbox {
font-size:1.6rem;
}
.alertBtn {
    padding: 0 15px;
}
input:focus {
 background-color: #FEFDAB;
}
.attention ul li {
 font-size:1.2rem;
}
}
 @media screen and (max-width:375px) {

}
/*==========================================
popupForm
===========================================*/
.popupForm {
	background: url(../../images/wrap01.png) repeat;
	border-top: 6px solid #062486;
}
.popupForm h1 {
	padding:20px;
	text-align:center;
	font-size:2.2rem;
	line-height:1.5;
	color:#fff;
}
.popupForm .pub_form {
	overflow:hidden;
	margin-bottom:0;
}
.popupForm .pub_form dt {
	width: 35%;
	float:left;
	clear: left;
	margin-bottom: 20px;
	font-size:1.8rem;
	color:#fff;
	padding-left:40px;
}
.popupForm .pub_form dd {
	width: 65%;
	float:left;
	display: block;
	padding-right:20px;
	margin: 0 0 20px;
}
.popupForm .pub_form .fbox {
	height: 40px;
	width: 100%;
	font-size:1.6rem;
	font-weight:bold;
	padding:5px 5px 5px 10px;
	margin: 0;
	display: block;
	color: #0068B7;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 auto;
	display: block;
	color: #0068B7;
	/* box-shadow */
box-shadow:0px 0px 2px -1px #6f6f6f inset;
	-moz-box-shadow:0px 0px 2px -1px #6f6f6f inset;
	-webkit-box-shadow:0px 0px 2px -1px #6f6f6f inset;
}
.popupForm .alertBtn {
	background:url(../../images/popup_form_send_btn_on.png) center no-repeat;
	width:543px;
	height:91px;
	margin:0 auto;
	text-align: center;
}
.popupForm .formBtn:hover {
	opacity:0;
}
.popupForm .formBtn {
	width:auto;
}
.popupForm .attention {
	width:auto;
	margin:0;
}
.popupForm .attention ul {
	padding:20px;
	text-align:left;
}
.popupForm .attention ul li {
	margin:0 0 2px 15px;
	text-indent: -15px;
	color:#fff;
	font-size:1.3rem;
	line-height:1.2;
	font-weight:normal;
}
.popupForm h1 br {
    display: none;
}

 @media screen and (max-width:768px) {
.popupForm h1 {
	font-size:2.0rem;
}
.popupForm .pub_form dt {
display:none;
}
.popupForm .pub_form dd {
 width: 100%;
 float:none;
 padding:0 20px;
}
.popupForm .pub_form .fbox {
	font-size:2.0rem;
}
.popupForm .alertBtn {
 background:none;
}
}
@media screen and (max-width:640px) {
 .movie {
	background: white;
	padding: 40px 15px 15px;
	text-align: left;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
}
.popupForm h1 {
font-size:1.8rem;
}
.popupForm .pub_form dt {
font-weight:normal;
font-size:1.6rem;
}

.popupForm h1 span.ttlInner:before {
	content:"";
	background:url(../../images/arrow02.png) no-repeat;
	background-size:contain;
	display:block;
	width:37px;
	height:26px;
	position:absolute;
	top:2px;
	left:-35px;
}
.popupForm h1 span.ttlInner:after {
	content:"";
	background:url(../../images/arrow02.png) no-repeat;
	background-size:contain;
	display:block;
	width:37px;
	height:26px;
	position:absolute;
	top:2px;
	right:-35px;
}
.popupForm .alertBtn {
width:auto;
height:auto;
}
.popupForm .alertBtn input {
width:100%;
}
.popupForm .attention ul li {
	margin:0 0 2px 15px;
	text-indent: -15px;
	color:#fff;
	font-size:1.2rem;
	font-weight:normal;
	line-height:1.4;
}

}
@media screen and (max-width:375px) {
.popupForm h1 br {
    display: block;
}
.popupForm h1 span.ttlInner:before,
.popupForm h1 span.ttlInner:after {
display:none;
}
}

/*==========================================
footer
===========================================*/
footer {
	padding:20px 0;
	text-align: center;
	background:#FFFFFF;
}
footer p {
	color:#666666;
	padding-bottom: 10px;
	font-size: 1.3rem;
	line-height: 1.6;
	padding: 0;
	text-align: center;
}
.footerLink {
width:700px;
margin:0 auto;
}
footer ul {
	margin-bottom: 20px;
}
footer ul li {
	width:25%;
	display: inline;
	padding: 0 10px 0 50px;
	border-left: 1px solid #888;
	border-right: none;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
footer ul li:last-child {
	border-right: 1px solid #888;
}
footer a {
	color:#666666;
}
footer a:link {
	color:#666666;
	text-decoration: none;
}
footer a:hover {
	color:#666666;
	text-decoration: underline;
}
.copy {
padding:20px 0;
}
 @media screen and (max-width:768px) {
 footer .inner p {
 color: #ccc;
 padding-bottom: 10px;
 font-size: 1.4rem;
 line-height: 1.6;
 padding: 0 10px 10px;
 text-align: left;
}
 footer ul {
 margin-bottom: 20px;
}
}
@media screen and (max-width:640px) {
.footerLink {
width:auto;
margin:0 auto;
}
 footer ul {
 margin-bottom: 20px;
 padding: 15px 10px 10px;
}
 footer ul li {
 padding: 5px 10px;
 border: 1px solid #888;
 margin: 0 0 10px;
 font-size: 1.3rem;
 
}
}
/*==========================================
font
===========================================*/

.fontR {
	color: #FF0000;
	font-weight: bold;
}
.fontB {
	font-weight: bold;
}
.fontB110 {
	font-weight: bold;
	font-size: 110%;
}
.fontB120 {
	font-weight: bold;
	font-size: 120%;
}
.fontB130 {
	font-weight: bold;
	font-size: 130%;
}
.fontB150 {
	font-weight: bold;
	font-size: 150%;
}
.fontB180 {
	font-weight: bold;
	font-size: 180%;
}
.fontU {
	text-decoration: underline;
}
.fontS {
	font-size: 65%;
	color: #666;
}
.txtC {
	text-align: center;
}
.txtR {
	text-align:right;
}
.imgR {
	float: right;
	width: auto;
	display: inline;
	margin: 0 0 0 20px;
}
