@charset "utf-8";

/*google font */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');

@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);

body,
section,
div,
nav,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  margin: 0;
  padding: 0;
}

body {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

section {
  padding: 50px 0;
}

h2 {
  text-align: center;
  margin-bottom: 50px;
}

h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
  padding: 10px;
  background: #e81a4c;
}

h3.keiken {
	background-color: transparent; /* 背景なし */
  color: #e81a4c;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
}

h4 {
  color: #e81a4c;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

h1.form {
  color: #e81a4c;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

a:hover {
  opacity: 0.7;
}

.pc-del{
    display:none;    
    }


.wrap {
  width: 1145px;
  margin: 0 auto;
}

.bgColor {
  background: #fff0ff;
}

.mobile {
  display: none !important;
}

header {
  padding: 20px 60px;
}

#kensyu,#noruma{

    }

#lpEnvironment .kaizen{

    }

#lpMain {
	padding: 0;
	margin: 0;
}

#lpMain img {
  width: 100%;
	padding: 0;
	margin: 0;
}

#lpContact,#lpContact2 {
  text-align: center;
}

#lpContact .btns,#lpContact2 .btns {
  display: flex;
  justify-content: space-evenly;
	margin-top: 30px;
  margin-bottom: 50px;
}

#lpContact .btns p,#lpContact2 .btns p {
  font-size: 18px;
  margin-bottom: 20px;
}

#lpContact .tel,#lpContact2 .tel{
  margin-top: 30px;
}

.telhead {
  width: auto;
	margin-right: auto;
	margin-left: auto;
  margin-top: 20px;
  display: table;
	text-align: center;
}

.telhead span {
  display: table-cell;
	vertical-align: top;
	text-align: center;
}

.telhead .headtel {
  width: auto;
	height: 70px;
	vertical-align: top;
}

.telhead .headtel img {
  width: auto;
	height: 100%;
}

.telhead .headtime {
  width: auto;
	height: 70px;
	padding-top: 45px;
	padding-left: 10px;
	vertical-align: top;
}

#lpContact .tel .footertelbox,#lpContact2 .tel .footertelbox {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
#lpContact .tel .footertelbox div,#lpContact2 .tel .footertelbox div {
  display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
#lpContact .tel .footertelbox .footerlogo img,
#lpContact .tel .footertelbox .footertel img,
#lpContact2 .tel .footertelbox .footerlogo img,
#lpContact2 .tel .footertelbox .footertel img{
    height: 50px;
}
#lpContact .tel .footertelbox .footertime,
#lpContact2 .tel .footertelbox .footertime{
  padding-top: 13px;
}


.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}
.clone-nav .text,
.clone-nav .tel{
    display: none;
}
.clone-nav section{
        background: #fffff0;
    padding: 10px 0 0 0;
}
.clone-nav section img{
    height: 75px;
}
.clone-nav .wrap {
    width: 800px;
}


#lpVoice {
	padding-top: 100px;
	padding-bottom: 0;
}

#lpVoice ul {
  display: flex;
  justify-content: space-between;
}
#lpVoice ul.pc-del {
  display: none;
}

#lpVoice ul li {
  list-style-type: none;
}
#lpVoice ul li.voice1{
    background: url("../img/img_voice01.png") no-repeat left top;
    line-height: 0;
}
#lpVoice ul li.voice1 a{
    display: block;
    margin:160px 90px 100px 80px;
}
#lpVoice ul li.voice2{
    background: url("../img/img_voice02.png") no-repeat left top;
    line-height: 0;
}
#lpVoice ul li.voice2 a{
    display: block;
    margin:180px 100px 80px 100px;
}
#lpVoice ul li.voice2 .adj{
    margin-left:40px; 
}
#lpVoice ul li.voice3{
    background: url("../img/img_voice03.png") no-repeat 25px top;
    line-height: 0;
}
#lpVoice ul li.voice3 a{
    display: block;
    margin:180px 100px 80px 110px;
}

.voice4{
	width: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.voice4 div{
	width: auto;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

#lpSupport {
  padding-top: 100px;
}

#lpSupport .imagesofkidsroom {
  margin: 50px 0;
  display: flex;
}

#lpSupport .abouttraining {
  margin-top: 50px;
}


#lpSupport .abouttraining p {
  text-align: center;
 font-size:24px;
}

#lpSupport .priceofkidsroom .price p {
  color: #333;
  font-size: 24px;
}


#lpSupport .checkList p {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 30px;
  }


.checkList p {
  color: #e50038;
  font-size: 30px;
  margin-bottom: 30px;
}

.checkList .icoCheck {
  font-size: 24px;
  padding-left: 30px;
  background: url(../img/ico_check.png) no-repeat 0 7px;
  background-size: 20px;
  list-style-type: none;
}

.checkList li + li {
  margin-top: 10px;
}

.checkList .imagesofkidsroom {
  margin: 50px 0;
  display: flex;
}

.priceofkidsroom {
  display: flex;
}


.priceofkidsroom .price table {
  border-collapse: collapse;
}

.priceofkidsroom .price table th, .priceofkidsroom .price table td {
  padding: 10px;
  border: 1px solid #231815;
}

.priceofkidsroom .price table th {
  font-weight: normal;
  text-align: left;
}

.priceofkidsroom .price table tr:first-child th {
  background: #E1EDC4;
}

.priceofkidsroom .price table tr:nth-last-child(2) th {
  background: #FBE4DE;
}

.priceofkidsroom .price table tr:last-child th {
	background: #ffffff;
	border: none;
	text-align: right;
	padding: 0;
}


.priceofkidsroom .price table td {
  background: #FFFBDA;
    text-align: right;
}

.priceofkidsroom .price table td:last-child {
  background: #FFF;
}

.priceofkidsroom .order {
    margin-top: 20px;
}

.priceofkidsroom .order ol {
  margin: 0;
    padding-left: 20px;
}

.priceofkidsroom .order ol li {
  list-style-type: disc;
}

.priceofkidsroom + img {
  margin: 50px auto 0;
  display: block;
}




.dayflow {
  margin-top: 50px;
    margin-left: 72px;
    margin-right: 73px;
}

.dayflow .day {
  display: flex;
}

.dayflow .day img.sp-del {
  height: 100%;
}
.dayflow .day .flowimg img {
	width: 340px;
	height: auto;
    margin-left: 20px;
}

.dayflow .day div {
  margin-left: 30px;
}

.dayflow .day div ul {
  margin-bottom: 15px;
}
.dayflow .day div li {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
padding-left:1.3em;
text-indent:-1.3em;
}
.dayflow .day div ul.adj li {
  display:block;
}
.dayflow .day div li:before {
  margin-left: 20px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #FF74A6;
  position: relative;
  top: -5px;
  left: -13px;
  display: inline-block;
}

.dayflow .day div span {
  font-size: 16px;
    text-align: justify;
}

.dayflow li:nth-child(even) li:before {
  background: #E81A4C;
}

.dayflow-w1 {
  margin-top: 50px;
	border : solid 2px #E81A4C;
    margin-left: 72px;
    margin-right: 73px;
	padding: 20px;
	font-size: 0;
}

.dayflow-w1-txt {
	width: 65%;
	display: inline-block;
	font-size: 16px;
	vertical-align:top;

}

.dayflow-w1-txt span {
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #E81A4C;
	margin-bottom: 10px;
}

.dayflow-w1-img {
	width: 35%;
	display: inline-block;
}

.dayflow-w1-img img {
	width: 95%;
	display: block;
	margin-right: 0;
	margin-left: auto;
}

.dayflow-w2 {
  margin-top: 50px;
	padding: 30px;
	font-size: 0;
	background-color: #fffbd0;
}

.dayflow-w2-txt {
	width: 65%;
	display: inline-block;
	font-size: 16px;
	vertical-align:top;

}

.dayflow-w2-txt span {
	display: block;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}

.dayflow-w2-img {
	width: 35%;
	display: inline-block;
}

.dayflow-w2-img img {
	width: 95%;
	display: block;
	margin-right: 0;
	margin-left: auto;
}



#lpReview .reviews {
  display: flex;
  justify-content: space-between;
}

#lpReview .reviews li {
  list-style-type: none;
}
#lpReview p{
  line-height: 2;
}

.voice{
	margin-bottom: 100px;
	}



.message {
  margin: 50px 0;
  display: flex;
}
.message .left{
    text-align: center;
}

.message div + div {
  margin-left: 50px;
}

.message .ttlMessage {
	font-size: 18px;
	font-weight: 400;
	color: #e50038;
	margin-bottom: 30px;
}

.message .me_text{
	margin-bottom: 50px;
}

.message .me_sub{
	font-weight: 400;
}


#lpEnvironment{
	padding-top: 100px;
}

#lpEnvironment p {
  margin-bottom: 50px;
    text-align: justify;
    line-height: 2;
}
#lpEnvironment .lead {
    font-size: 24px;
	font-weight: 400;
    text-align: center;
    color: #e50038;
  margin-bottom: 30px;
}
#lpEnvironment .leadsub {
    text-align: center;
}

#lpEnvironment .environment2{
    display: flex;
    padding-bottom: 80px;
}
#lpEnvironment .environment2 .left{
    margin-right: 40px;
}
#lpEnvironment .environment2 .right{
    margin-right: 20px;
}

#lpEnvironment .pc {
    text-align: center;
}
#lpEnvironment .benefitstext{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}


/*
#lpEnvironment ul {
  display: flex;
  justify-content: space-between;
}
*/

#lpEnvironment ul li {
  margin-bottom: 30px;
  list-style-type: none;
}



#lpEnvironment .strong {
  color: #e50038;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px !important;
}


#lpEnvironment .carRent{
  padding-bottom: 100px;
}
#lpEnvironment .carRent .aboutRent {
  color: #e50038;
  text-align: center;
  width: 400px;
  margin: 0 auto 50px;
  padding: 10px;
  border: 1px solid #e50038;
  border-radius: 20px;
}

#lpEnvironment .carRent p + div {
  display: flex;
}

#lpEnvironment .carRent p + div img {
  width: 480px;
}

#lpEnvironment .carRent .mainList {
  margin-right: 50px;
  display: block !important;
}

#lpEnvironment .carRent .mainList li {
  margin-bottom: 10px !important;
text-indent:-2rem;
padding-left:2rem;

}

#lpEnvironment .carRent .mainList li:before {
  margin-left: 20px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #e50038;
  position: relative;
  left: -13px;
  display: inline-block;
}

#lpEnvironment .carRent .smallList {
  margin-right: 50px;
  display: block !important;
}

#lpEnvironment .carRent .smallList li {
  font-size: 12px;
  margin-bottom: 10px !important;
text-indent:-1rem;
padding-left:1rem;
}

#lpEnvironment .carRent .smallList li:before {
  margin-left: 20px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #333;
  position: relative;
  left: -10px;
  top: -2px;
  display: inline-block;
}


.fukuri{
	text-align:center;
}

#lpEnvironment ul.fuku_li li {
display: -webkit-inline-flex;
display: inline-flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;	
  }


.circle {
	position: relative;
	display: inline-block;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	border: solid 1px #e81a4c;
	margin: auto 5px;
}

.circle span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :190px;
	text-align:center;
	font-size: 30px;
	font-weight: 400;
	color: #e81a4c;	
}




#lpEnvironment2{
    margin-top: 50px;
}
#lpEnvironment2 .lead{
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
#lpEnvironment2 ul{
    width:800px;
    padding: 60px 0;
    display: block;
    margin: 0 auto;
}
#lpEnvironment2 ul li{
    display: flex;
    margin-bottom: 0;
}
#lpEnvironment2 ul li:nth-child(2n){
    flex-direction: row-reverse;
}

#lpEnvironment2 ul li div{
    width: 400px;
}

#lpEnvironment2 ul li.day5 div{
    width: 100%;
}

#lpEnvironment2 ul li div p{
    text-align: center;
    line-height: 1.7;
}
#lpEnvironment2 ul li div p.flowtitle{
    font-size: 24px;
	font-weight: 400;
    color: #e50038;
    padding-bottom: 20px;
    padding-top: 70px;
    border-bottom:1px solid #333;
}
#lpEnvironment2 ul li div p.flowtitle span{
    font-size: 18px;
    display: block;
    color:#333;
}
#lpEnvironment2 ul li div p.flowtext{
    font-size: 20px;
    padding-top: 35px;
}
#lpEnvironment2 ul li div p.flowtext2{
    font-size: 15px;
    padding-top: 30px;
}
#lpEnvironment2 ul li img{
    width: 400px;
    height: 490px;
}


#faq {
padding-top: 100px;
padding-bottom: 100px;
background: url("../img/bg_stripe.png");
}

#faq .list {
background: #fff; }
#faq .list > ul {
  margin-top: 0;
}

#faq .faqSolution {
  width: 100%;
  display: table;
}

#faq .faqSolution div {
  display: table-cell;
}
#faq .faqSolution .right {
line-height: 0;
}

#faq .faqSolution div:first-child {
  font-size: 24px;
  vertical-align: middle;
}

#faq .flowBox {
	text-align: center;
	padding: 50px;
	background: #fff;
	margin-top: 70px;
}

#faq .flowBox ul {
	width: 750px;
	margin: 50px 0;
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}

#faq .flowBox ul li {
  list-style-type: none;
}

#faq .flowBox ul li.arrow {
  height: 206px;
  line-height: 206px;
}

#faq .flowBox ul + p {
  color: #e50038;
  font-size: 24px;
 font-weight: 400;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #e50038;
}

.circle2 {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
/*	border: solid 1px #e81a4c;*/
	margin: auto 5px;
	background: #e81a4c;
}

.circle2 span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :200px;
	text-align:center;
	font-size: 30px;
	font-weight: 400;
	line-height:1.2;
	color: #ffffff;	
}



.grad-wrap {
    padding-bottom: 50px
}
.grad-btn {
    background:#e50038;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px 200px;
    margin-left: 310px;
    line-height: 1;
      cursor: pointer;
}
.grad-btn::before {
  content: "もっと見る";
}
.grad-btn:hover {
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.grad-btn {
 
}
.grad-item {
  position: relative;
  overflow: hidden;
    margin-top: 10px;
  height: 0px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "　閉じる　" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


.list ul {
  margin: 50px 0 0 0;
  padding: 50px;
  background: #fff;
}
.list ul.adj {
  margin: 0 0 0 0;
  padding: 50px 50px 0 50px;
  background: #fff;
}

.list ul li {
  list-style-type: none;
      font-size: 18px;

}

.list ul li .topic {
color: #e50038;
font-size: 24px;
font-weight: 400;
margin-bottom: 10px;
}

.list ul li + li {
  margin-top: 50px;
}

#about {
	padding-top: 100px;
	padding-bottom: 100px;
    background: #fffff0;
}

#about .list ul {
  margin: 0;
  padding: 0;
    background: none;
}

#about .list ul ol {
  padding: 0;
}

#about .list ul ol li {
	font-size: 18px;
	font-weight: 400;
	margin-left: 30px;
	list-style-type: decimal !important;
}

#about .list ul ol li span {
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px;
	display: block;
}
#about h4{
    padding-top: 50px;
    margin-bottom: 20px;
}


#interview{
	padding-top: 100px;
}

#interview .wrap {
  padding: 189px 0;
}


#interview .case.case01 {
  background: url(../img/bg_case01.png) no-repeat center;
	-moz-background-size:cover;
	background-size:cover;
}

#interview .case.case02 {
  background: url(../img/bg_case02.png) no-repeat center;
	-moz-background-size:cover;
	background-size:cover;
}

#interview .case.case03 {
  background: url(../img/bg_case03_2.jpg) no-repeat center;
	-moz-background-size:cover;
	background-size:cover;
}

#interview .case.case04 {
  background: url(../img/bg_case04_2.jpg) no-repeat center;
	-moz-background-size:cover;
	background-size:cover;
}

#interview .case.case05 {
  background: url(../img/bg_case05_2.jpg) no-repeat center;
	-moz-background-size:cover;
	background-size:cover;
}

#interview .case .text {
  color: #e50038;
  font-size: 35px;
font-weight: 500;
  width: 50%;
}

#interview .case .detail {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  padding: 21px 0;
  width: 50%;
  background: #E81A4C;
  opacity: 0.8;
}

#interview .case .detail .name {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}
#interview .case .detail .location{
	font-size: 30px;
	font-weight: 400;
}
#interview .case .detail .period{
  font-size: 24px;
	font-weight: 400;
}


#interview .even .text, #interview .even .detail {
  margin-left: auto;
}

#interview .even .description p {
  margin-right: 50px;
  line-height:2;
}

#interview .description .wrap {
  padding: 50px 0 !important;
  display: flex;
}

#interview .description .wrap p {
  margin-left: 50px;
  margin-left: 50px;
  line-height: 2.5;
}

#questionnaire {
	padding-top: 100px;
  background: #FFFFF0;
}

#questionnaire .SmallTtl {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

#questionnaire .SmallTtl + p {
  text-align: center;
}

#questionnaire .questions {
    margin-top: 50px;
    padding-bottom: 40px;
    display: flex;
    margin-left: 72px;
}
#questionnaire .questions.adj {
    margin-top: 50px;
    padding-bottom: 40px;
    display: block;
    margin-left: 0px;
    text-align: center;
}
#questionnaire .questions .left1{
    margin-right: 250px;
}
#questionnaire .questions .right1 img{
    margin-left: -30px;
}
#questionnaire .questions .left2{
    margin-right: 57px;
}
#questionnaire .questions .center3{
    margin-left: 170px;
}
#questionnaire .questions .left3{
    margin-right: 110px;
}


#questionnaire .questions .question {
  margin-bottom: 50px;
    font-size: 24px;
	font-weight: 400;
}

#questionnaire .questions ul {
  padding-top: 20px;
  padding-left: 20px;
}
#questionnaire .questions.adj ul {
  padding-top: 20px;
  padding-left: 20px;
    padding-left: 320px;
}
#questionnaire .questions ul p{
  padding-bottom: 30px;
}
#questionnaire .questions ul li {
  margin-bottom: 10px;
  list-style-type:disc;
    margin-left: 25px;
}
#questionnaire .questions.adj ul li {
  text-align: left;
}



#questionnaire .questions .topAnswer li {
  color: #e50038;
  font-size: 18px;
}

#questionnaire .questions .topAnswer li:before {
  display: none;
}

#questionnaire .questions ul + ul {
  margin-top: 30px;
}

#questionnaire .questions .reason li {
  font-size: 12px;
}

#questionnaire .questions .columns {
  display: flex;
}

#questionnaire .questions .columns ul {
  margin-top: 50px;
  margin-left: 50px;
}

#questionnaire .questions .columns p{
	font-weight: 400;
}


#point {
  background: url("../img/bg_dot.png");
	padding-top: 100px;
    padding-bottom: 100px;
}

#point .checkList {
  padding: 50px 50px 80px 50px;
  display: table;
  background: #fff;
    width: 1040px;
}

#point .checkList ul {
  display: table-cell;
}

#point .aboutus {
    margin-left: 180px;
    line-height: 0;
}
#point .checkList p{
	font-weight: 400;
}

#info{
	padding-top: 100px;
	padding-bottom: 100px;
}

#info h5{
    color: #e50038;
    font-size: 40px;
    text-align: center;
    font-weight: normal;
}

#info h6{
    color: #e50038;
	font-size: 30px;
    text-align: center;
    font-weight: normal;
	margin-top: 20px;
}

sup{
	display: block;
    font-size: 50%;
}
#info dl{
    padding-top: 20px;
	padding-bottom: 30px;
}
#info dt{
    position: absolute;
    color: #e50038;
	font-weight: 400;
    padding: 15px;
}
#info dd{
    border-bottom: 1px solid #999;
    margin: 0;
    padding: 15px 0 15px 230px;
}
#info .btncenter{
    background: #e50038;
    font-size: 24px;
    text-align: center;
    width: 520px;
    margin:50px auto 0;
    line-height: 1;
}
#info .btncenter a{
    color: #fff;
    text-decoration: none;
    display:  block;
    width: 520px;
    padding: 12px 0;
    margin:0 auto;
}
#info .btncenter:hover{
     filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#campaign{
	padding-top: 100px; 
}

#campaign .campaign {
    background: url("../img/img_campaign2.png") no-repeat left top;
    line-height: 0;
}
#campaign .campaign .btn{
    display: block;
    padding: 410px 0 70px 510px;
}
#campaign p {
  color: #e50038;
  font-size: 40px;
	font-weight: 600;
  text-align: center;
  margin-top: 50px;
}

.campaign_kikan{
	padding-top: 100px;
    width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.campaign_kikan2{
	padding-top: 50px;
    width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.campaign_kikan img,
.campaign_kikan2 img{
    width: 100%;
}

.copyright {
	font-size: 14px;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background: #e50038;
}

/* 201009追記 */

#r01,
#r02,
#r03,
#r04,
#r05,
#r06,
#r07{
  margin-top:-120px;
  padding-top:120px;
}

.ts-back3 {
	padding: 0;
	margin: 0;
}

.button01kyujin {
	width: 100%;
	display: block;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.button01kyujin ul {
	width: 100%;
	display: block;
	font-size: 0;
	padding: 0;
	margin: 0;
}

.button01kyujin li {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 19.9%;
	font-size: 16px;
	line-height: 1.4;
	display: inline-block;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

/* 下線追加の項目 */
.button01kyujin li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.button01kyujin li:last-child {
	border-right-width: 0px;
	border-right-style: none;
}

.button01kyujin li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.button01kyujin li:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}


@media screen and (max-width:1200px) {
	
.button01kyujin li {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}

}

@media screen and (max-width:992px) {
	
.button01kyujin li {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
}

}

@media screen and (max-width:768px) {
	
.button01kyujin li {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	width: 100%;
	display: block;
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
	
.button01kyujin li:first-child {
  width: 100%;
	display: block;
}
	
}
