@charset "utf-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);



.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}



a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);}

.gototop{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	height: 50px;
	width: 36px;
}


.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:35px 0;
    padding:0;
}

/*----------------------------------------
文字装飾
------------------------------------------*/

.red {
	color:#cb1f1f;
	font-weight:bold;
}


.blue {
	color:#244fc9;
	font-weight:bold;
}

.red21 {
	font-size:21px;
	color:#d62525;
	font-weight:bold;
}

.f22 {
	font-size:21px;
	line-height:1.5em;
	font-weight:bold;
}

.f27 {
	font-size:27px;
	line-height:1.5em;
	font-weight:bold;
}

.yel {
	background:#FF0;
}


/*----------------------------------------
body
------------------------------------------*/

html, body {
  height: 100%;
  margin: 0;
}

body {
	font-family:'Noto Sans Japanese', sans-serif;;
	margin: 0px;
	height: 100%;
	background:url(../img/bg_body.jpg);
	background-size:cover;
	background-attachment:fixed;
}

body.under {
	font-family: 'Noto Sans Japanese', sans-serif;
	margin: 0px;
	background:#fff;
	height: 100%;
}


/*----------------------------------------
link
------------------------------------------*/

a {
	color: #028BE7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}




/*----------------------------------------
wrap
------------------------------------------*/
#wrap {
	width: 100%;
	overflow: hidden;

}

#wrap p {
}

/*----------------------------------------
余白
------------------------------------------*/

.pad-t20 {
	padding-top: 20px;
}

.pad-tb20 {
	padding: 30px 0;
}

.pad-tb30 {
	padding: 30px 0;
}

.pad-tb40 {
	padding: 40px 0 30px;
}

.pad-tb90 {
	padding: 90px 0;
}

.pad-t50 {
	padding-top: 50px;
}

.pad-b40 {
	padding-bottom: 40px;
}

.pad-b50 {
	padding-bottom: 50px;
}

.ma-b20	{
	margin-bottom: 20px
}

.ma-b30	{
	margin-bottom: 30px
}

.ma-b50	{
	margin-bottom: 50px
}

.ma-t20	{
	margin-top: 20px;
}

.ma-t30	{
	margin-top: 30px;
}

.ma-tb30	{
	margin-top: 30px;
	padding-bottom: 40px;
}

/**********************************************************
animationBtn
**********************************************************/

.animationBtn{

/*デザイン*/
width:95%;
padding:0px;
margin:0 auto;
color:#000;
text-decoration:none;
border-radius:5px;
margin:0 auto;
text-align:center;

/*アニメーション*/
animation: animScale 1s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state:running;

}
@keyframes animScale {
  from {transform: scale3d(1.1, 1.1, 1);}
  50% {transform: scale3d(0.95, 0.95, 1);}
  to {transform: scale3d(1.1, 1.1, 1);}
}


.fx_shiny {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.fx_shiny::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 255, 255, 0) 0%
  );

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

#form {
	text-align: center;
	padding: 30px 0;
}

/**********************************************************
背景
**********************************************************/

.bg_ptn1 {
	background: url("../img/bg_ptn1.gif");
	width: 100%;
	height: auto;
}

.bg_ptn3 {
	background: url("../img/bg_voice.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: auto;
}



@media only screen and (min-width: 769px) {
/* PC */

.sp {
	display:none;
}

/*----------------------------------------
header
------------------------------------------*/

header {
	width: 100%;
	text-align: center;
	position: relative;
}


.head {
	background:url("../img/fv-bg.jpg") no-repeat center top;
	width: 100%;
	height: 597px;

}

.head-in {
	width: 960px;
	margin: 0 auto;
}

.head-in .logo {
	float: left;
	margin-top: 7px;
}

.head-in .btn {
	float: right;
	margin-top: 15px;
}

.head-fv {
	background:url("../img/fv_bg.gif") no-repeat center;
	width: 100%;
	padding: 15px 0;
}

.pc-fv-img {
	padding-top: 10px;
}


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

#form {
	padding: 60px 0;
	text-align: center;
	margin: 0 auto;
	color: #000;
	width: 100%;
	background: #0a9fbf;
}

#form p{
	color: #fff;
}


#form .in_text {
	width: 100%;
	margin-bottom: 20px;
}

#form span {
	font-size: 13px;
	color: yellow;
}

#form label {
	font-size: 25px;
	font-weight: normal;
	color: #393939;
}

#form .form_title {
	font-size: 24px;
	line-height: 1.5em;
	color: #393939;
}

#form .contact-table {
	width: 100%;
	color: #fff;
}

#form .contact-body input {
	width: 700px;
	font-size: 20px;
	padding: 18px 0px 18px 15px;
	margin: 5px auto;
	border: 5px solid #d1d1d1;
	background: #fff;
}

#form .contact-body input.mail {
	background:#fff url(../img/icon.png) no-repeat;
	background-position: left;
}

#form .form_in {
	width: 800px;
	padding: 30px 0 0px;
	margin: 0px auto;
}

#form .form_text {
	width: 780px;
	text-align: left;
	margin: 20px auto 0;
}

#form .btn_submit {
	background:url("../img/fv-cv-btn.png") no-repeat center bottom;
	width: 668px;
	height: 102px;
	border: none;
	margin: 0 auto;
	cursor: pointer;
	font-size: 0px;
}

/**********************************************************
下部フォーム
**********************************************************/

#form2 {
	background:url("../img/cv-bg.jpg") no-repeat center;
	background-size: cover;
	padding: 40px 0 20px;
	text-align: center;
	margin: 0 auto;
	color: #393939;
	width: 100%;
}

#form2 p{
	color: #fff;
}


#form2 .in_text {
	width: 100%;
	margin-bottom: 20px;
}

#form2 span {
	font-size: 13px;
	color: yellow;
}

#form2 label {
	font-size: 25px;
	font-weight: normal;
	color: #393939;
}

#form2 .form_title {
	font-size: 24px;
	line-height: 1.5em;
	color: #393939;
}

#form2 .contact-table {
	width: 100%;
	color: #fff;
}


#form2 .contact-body input {
	width: 92%;
	font-size: 18px;
	padding: 15px 4% 15px 4%;
	margin: 5px auto;
	border: 5px solid #d1d1d1;
	background: #fff;
}

#form2 .contact-body input.mail {
	background:#fff url(../img/icon.png) no-repeat;
	background-position: left;
}

#form2 .form_in {
	width: 700px;
	padding: 0px;
	margin: 30px auto;
}



#form2 .btn_submit {
	background:url("../img/fv-cv-btn.png") no-repeat center bottom;
	width: 668px;
	height: 102px;
	border: none;
	margin: 0 auto;
	cursor: pointer;
	font-size: 0px;
	margin-bottom: 20px;
}


/**********************************************************
各コンテンツ
**********************************************************/

.part1 {
	background:url("../img/part1-bg.gif") ;
	width: 100%;
	padding: 80px 0;
	text-align: center;
}


.part2 {
	padding: 90px 0 50px;
	margin: 0px;
	width: 100%;
}

.part2 h2 {
	text-align: center;
	margin-bottom: 80px;
}

.part2 .contents {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.part2 .contents p {
	font-size:17px;
	line-height: 1.7em;
	margin-bottom: 2em;
}

.part2 .image {
	width: 100%;
	height: 310px;
	background:url("../img/part2-img.jpg") no-repeat center;
	background-size: cover;
	margin:20px 0 50px;
}

.part2 .image2 {
	width: 100%;
	height: 310px;
	background:url("../img/part2-img2.jpg") no-repeat center;
	background-size: cover;
	margin:20px 0 50px;
}

.part3 {
	background:#e7e7e7;
	background-size: cover;
	padding: 90px 0;
	text-align: center;	
}

.part3 h3 {
	font-size: 25px;
	font-weight: bold;
	margin: 50px 0 30px;
}

.data {
	width:700px;
	height:600px;
	margin: 50px auto 0;
	overflow:scroll;
}

.data img {
	width: 100%;
}

/**********************************************************
購入部分
**********************************************************/

#cv {
	margin-bottom:30px;
	padding-bottom: 30px;
	position: relative;
}

#cv .botan {
	position: absolute;
	bottom:-1%;
	left: 2%;
}

/*----------------------------------------
コンテンツ共通
------------------------------------------*/



/*----------------------------------------
about
------------------------------------------*/

#about .box-l {
	width:900px;
	margin:0 auto;
}

#about .box-r {
	width:480px;
	float:right;
}

#about {
	font-size:15px;
	line-height:1.5em;
	color:#151515;
}

#about h2 {
	font-size:40px;
	line-height:2em;
	text-align:center;
	font-weight:600;
	height:80px;
}

#about h3 {
	font-size:19px;
	font-weight:bold;
	margin:1em 0;
	color:#9e0000;
}

#about h4 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:1em;
}

#about li {
	list-style-type:disc;
	margin-left:2em;
}

#about p {
	font-size:15px;
	line-height:1.5em;
	margin:0 0 2em 0;
}

#about dl,
dt,
dd {
  box-sizing: border-box;
}
#about dl {
	border-bottom:1px solid #bfbfbf;
	text-align:left;
	padding-top:20px;
	margin-bottom:100px;
}
#about dt,
dd {
  padding: 0px;
}
#about dt {
  width: 30%;
  float: left;
  padding: 20px 10px 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
#about dd {
  margin-left: 30%;
  padding: 20px 10px 10px;
  border-top: 1px solid #ccc;
  background: #fff;
}
#about dd:after {
  content: '';
  display: block;
  clear: both;
}





/*----------------------------------------
footer
------------------------------------------*/

#footer {
	width:100%;
	margin:0 auto;
	padding:40px 0px;
	text-align:center;
}

#footer a {
	color:#000;
}

#footer ul{
	width:700px;
	margin-left:30%;
	display:table;
	padding:35px 0 20px;
	margin:0 auto;
}

#footer li{
	display:table-cell;
	padding:10px 10px;
	font-size:17px;
}


} 


@media only screen and (max-width: 768px) {
/* SP TABLET */


body {
	font-family:OpenSans-Light,Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin: 0px;
}

.pc {
	display:none;
}

img {
	width: 100%;
}


/*----------------------------------------
header
------------------------------------------*/


header img {
	width: 100%;
}

header {
	width: 100%;
	text-align: center;
	position: relative;
}

.head {
	width: 100%;
	padding: 0px;
}


.head-fv {
	padding-top: 0px;
}

.pc-fv-img {
	padding-top: 10px;
}

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

#form {
	background: #0a9fbf;
	padding: 20px 4% 20px;
	text-align: center;
	margin: 0 auto;
	color: #393939;
}

#form p{
	color: #fff;
}


#form .in_text {
	width: 100%;
	margin-bottom: 0px;
}

#form span {
	font-size: 13px;
	color: yellow;
}

#form label {
	font-size: 25px;
	font-weight: normal;
	color: #393939;
}

#form .contact-table {
	width: 100%;
	color: #fff;
}

#form .contact-table th,
#form .contact-table td{
    display: block;
    width: 100%;
}

#form .contact-body input {
	width: 92%;
	font-size: 17px;
	padding: 15px 4% 15px 4%;
	margin: 0 auto 7px;
	border: 5% solid #d1d1d1;
	background: #fff;
}

#form .contact-body input.mail {
	background:#fff url(../img/icon.png) no-repeat;
	background-position: left;
}

#form .form_in {
	padding: 0px 0 0px;
	margin: 15px auto 0px ;
}

#form .form_text {
	text-align: left;
	margin: 15px auto 0;
}

#form .btn_submit {
	background:url("../img/fv-cv-btn.png") no-repeat center bottom;
	background-size:contain;
	width: 100%;
	height: 60px;
	border: none;
	margin: 0 auto;
	cursor: pointer;
	font-size: 0px;
}

#form p{
	font-size: 13px;
	margin: 5px 0;
	line-height: 1.2em;
}

/*----------------------------------------
wrap
------------------------------------------*/
#wrap {
	width: 100%;
	margin-top:0px;
	overflow: hidden;
}


/*----------------------------------------
コンテンツ共通
------------------------------------------*/

.part1 {
	background:url("../img/part1-bg.gif") ;
	padding: 30px 4%;
	text-align: center;
}

.part1 img {
	width: 100%;
}



.part2 {
	padding: 40px 0 15px;
	margin: 0px;
	width: 100%;
}

.part2 h2 {
	padding: 0 4%;
	margin-bottom: 40px;
}

.part2 .contents {
	padding: 0 4%;
}

.part2 .contents p {
	font-size:17px;
	line-height: 1.7em;
	margin-bottom: 2em;
}

.part2 .image {
	width: 100%;
	height: 310px;
	background:url("../img/part-img-sp.jpg") no-repeat center;
	background-size: cover;
	margin:20px 0 50px;
}

.part3 {
	background:#e7e7e7;
	background-size: cover;
	padding: 10px 4%;
	text-align: center;	
}

.part3 h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0 20px;
}

.data {
	width:100%;
	height:300px;
	margin: 40px auto 40px;
	overflow:scroll;
}

.data img {
	width: 100%;
}

/**********************************************************
下部フォーム
**********************************************************/

#form2 {
	background:url("../img/cv-bg.jpg") no-repeat center;
	background-size: cover;
	padding: 40px 4% 20px;
	text-align: center;
	margin: 0 auto;
	color: #393939;
}

#form2 p{
	color: #fff;
}


#form2 .in_text {
	width: 100%;
	margin-bottom: 10px;
}

#form2 span {
	font-size: 13px;
	color: yellow;
}

#form2 label {
	font-size: 25px;
	font-weight: normal;
	color: #393939;
}

#form2 .form_title {
	font-size: 24px;
	line-height: 1.5em;
	color: #393939;
}

#form2 .contact-table {
	width: 100%;
	color: #fff;
}

#form2 .contact-table th,
#form2 .contact-table td{
    display: block;
    width: 100%;
}

#form2 .contact-body input {
	width: 92%;
	font-size: 17px;
	padding: 15px 4% 15px 4%;
	margin: 0 auto;
	border: 5% solid #d1d1d1;
	background: #fff;
}


#form2 .contact-body input.mail {
	background:#fff url(../img/icon.png) no-repeat;
	background-position: left;
}

#form2 .form_in {
	padding: 4%;
	margin: 0px auto;
}

#form2 .form_text {
	text-align: left;
	margin: 0px auto 0;
}

#form2 .btn_submit {
	background:url("../img/fv-cv-btn.png") no-repeat center bottom;
	background-size:contain;
	width: 100%;
	height: 60px;
	border: none;
	margin: 0 auto 20px;
	cursor: pointer;
	font-size: 0px;
}

#form2 p{
	font-size: 11px;
	margin: 5px 0;
	line-height: 1.2em;
}


/*----------------------------------------
about
------------------------------------------*/

#about .box-l {
	padding:0 4%;
}

#about .box-r {
	width:100%;
}

#about {
	font-size:15px;
	line-height:1.5em;
	color:#151515;
}

#about h2 {
	font-size:30px;
	line-height:2em;
	text-align:center;
	font-weight:600;
	height:80px;
}

#about h3 {
	font-size:19px;
	font-weight:bold;
	margin:1em 0;
	color:#9e0000;
}

#about h4 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:1em;
}

#about li {
	list-style-type:disc;
	margin-left:2em;
}

#about p {
	font-size:15px;
	line-height:1.5em;
	margin-bottom:2em;
}


#about dl,
dt,
dd {
  box-sizing: border-box;
}
#about dl {
	text-align:left;
	padding-top:0px;
}
#about dt,
dd {
  padding: 0px;
}
#about dt {
  width: 30%;
  float: left;
  padding: 20px 10px 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
#about dd {
  margin-left: 30%;
  padding: 20px 10px 10px;
  border-top: 1px solid #ccc;
  background: #fff;
}
#about dd:after {
  content: '';
  display: block;
  clear: both;
}



/*----------------------------------------
footer
------------------------------------------*/

#footer {
	width:100%;
	margin:0 auto;
	padding:20px 0px;
	text-align:center;
}

#footer a {
	color:#000;
}

#footer ul{
	display:none;
}

#footer p {
	margin-bottom:1em;
}


} 
