@charset "UTF-8";

@media (min-width: 641px){	
	
#contents .contentsBoxl,#contents .contentsBoxr {
    width: 280px;
    float: left
}
#contents .contentsBoxr {
    float: right;
	margin-right: 50px;
}
#contents .btnType03 {
    text-align: right;
}
#contents .btnType03.center {
clear: both;
    text-align: center;
}
#contents .btnType03 a {
  position: relative;
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 30px 15px;
  background-color: #6c6c6c;
  font-size: 14px;
  line-height: 1.2;
  line-color: #ccc;
  color: #fff;
  text-decoration: none;
  text-align: center;
	border: 1px solid #ccc;
	font-weight: 400;
}
.btn-arrow-right ::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  box-sizing: border-box;
}
	
#contents .btnType03 a:hover {
    background-color: #ccc;
	color: #666;
}
.btn-arrow-right a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-color: #666;
  transform: rotate(45deg);
  box-sizing: border-box;
}

#contents .btnType04.center {
clear: both;
    text-align: center;
}
#contents .btnType04 a {
  position: relative;
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 30px 15px;
  background-color: #6c6c6c;
  font-size: 14px;
  line-height: 1.2;
  line-color: #ccc;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ccc;
	font-weight: 400;
}
#contents .btnType04 ::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.mfont {
    font-size: 20px;
    line-height: 1.4;
}
.sfont {
    font-size: 14px;
}

#contents .btnType04 a:hover {
    background-color: #ccc;
	color: #666;
}
.btn-arrow-right2 a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
	color: #666;
  border-color: #666;
  transform: rotate(45deg);
  box-sizing: border-box;
}
	
#contents .btnType05 {
    text-align: right;
}
#contents .btnType05.center {
clear: both;
    text-align: center;
}
#contents .btnType05 a {
  position: relative;
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 22px 45px;
  background-color: #6c6c6c;
  font-size: 14px;
  line-height: 1.2;
  line-color: #ccc;
  color: #fff;
  text-decoration: none;
  text-align: center;
	border: 1px solid #ccc;
	font-weight: 400;
}
#contents .btnType05 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
	
#contents .btnType05 a:hover {
    background-color: #ccc;
	color: #666;
}
#contents .btnType05 a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-color: #666;
  transform: rotate(45deg);
  box-sizing: border-box;
}
	
.pc_none {
display: none;
}
.sp_none {
display: block;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #5070e3;
  border-right: solid 2px #5070e3;
  position: absolute;
  left: 10px;
  top: 8px;
	}
.arrow.arrow-right::before {
  transform: rotate(45deg);
}
}
@media screen and (max-width: 640px) {
#contents .contentsBoxl,#contents .contentsBoxr {
    width: 100%;
    float: center;
}
#contents .contentsBoxr {
    float: center;
}
#contents .btnType03 {
    text-align: right;
}
#contents .btnType03.center {
clear: both;
    text-align: center;
}
#contents .btnType03 a {
	position: relative;
    display: inline-block;
	width: 90%;
    margin: 0 20px 30px;
    padding: 30px 0;
	font-weight: 400;
    line-height: 1.2;
	line-color: #ccc;
    text-align: center;
    background-color: #6c6c6c;
	box-shadow: 0px 4px #565656;
    transition: all 0.3s ease;
	color: #FFFFFF;
	border-radius: 5px;
	text-decoration:none;
}
#contents .btnType03 ::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 18px;
  width: 12px;
  margin: auto;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.btn-arrow-right  ::after {
  content: "";
  background-image: url(../images/ic_blank.svg);
  width: 16px;
  height: 13px;
  background-size: cover;
  display: block;
  margin-left: 12px;
}

#contents .btnType04 {
    text-align: right;
}
#contents .btnType04.center {
clear: both;
    text-align: center;
}
#contents .btnType04 a {
	width: 90%;
	position: relative;
    display: inline-block;
    margin: 0 20 0 20;
    padding: 30px 0;
	font-weight: 400;
    line-height: 1.2;
	line-color: #ccc;
    text-align: center;
    background-color: #6c6c6c;
	box-shadow: 0px 4px #565656;
    transition: all 0.3s ease;
	color: #FFFFFF;
	border-radius: 5px;
	text-decoration:none;
}
#contents .btnType04 ::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 18px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#contents .btnType04 a:hover {
    margin: 4px 0 0 0;
    box-shadow: 0px 0 #a6a6a6;
	color: fff;
}
.sp {margin-bottom: 10px;
}

.pertnermb,.pertner_lead_text{
margin-bottom: 20px;	
}	
.sp_none {
display: none;
}
.pc_none {
display: block;
}
.mfont {
    font-size: 20px;
}
.sfont {
    font-size: 14px;
}

}	
	


@media screen and (max-width: 640px) {


#contents .btnType03 {
    text-align: right;
}

/* ボタンのスタイル */
.btn a {
  position: relative;
  display: block;
  width: 280px;
  margin: 0 auto;
  padding: 22px 45px;
  background-color: #6c6c6c;
  font-size: 14px;
  line-height: 1.2;
  line-color: #ccc;
  color: #fff;
  text-decoration: none;
  text-align: center;
	border: 1px solid #ccc;
}

/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn a:hover {
    background-color: #fff;
	color: #666;
}
.center{
text-align : center ;
	}
.example{
    display: inline-block;
    border: 1px solid #999;
}
.arrow03{
        display: inline-block;
	    padding-left: 3em;
}	}

.colAf{
    color: red;
	margin: 10 0 0 0;
}

.colAfm{
    color: red;
	margin: 10 0 0 0;
	font-size: 110%;
}
.ml10{
	padding-left: 10px;
}
.ml20{
	padding-left: 20px;
}
.mb12{
	padding-bottom: 12px;
}
.mb20{
	padding-bottom: 20px;
}
.att02{
    font-size: 107.9%;
    line-height: 1.5;
}
.att02 li{
	padding-left: 15px;
}
.formmain{
	font-size: 110%;
}



