@charset "utf-8";
* html body {
	overflow: hidden;
}
html {
	font-size: 55%;
	position: relative;
}
.pointer {
	cursor: pointer;
}
body {
   color: #333;
    font-family: Roboto, "Droid Sans", "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	width: 100%;
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 */
    background: #fff
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	color: #007FFF;
	text-decoration: underline;
}
.inner {
	max-width: 750px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
}
.clearfix {
	min-height: 1px;
	zoom: 1;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
#wrap {
	max-width: 750px;
	margin: 0 auto;
    background: #ffffff
}



 @media screen and (max-width:767px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.inner {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.cv_inner {
}
#wrap {
	max-width: 100%;
	margin: 0 auto;
}
h2 {
	background: url(../img/bg_ttl.jpg) center top no-repeat;
	height: 65px;
	position: relative;
	margin-top: 45px;
	text-align: center;
}
h2 img {
	height: 26px;
	padding-top: 19px;
}
}

/* main
------------------------------------------------------------------------------- */
#main {
}
#main p img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

/* cnt01
------------------------------------------------------------------------------- */
#cnt01 .pc .text {
    padding:20px 0;
}


#cnt03{
    background:#fff0f0;
    padding:20px 0 30px 0;
}


@media screen and (max-width:767px) {
#cnt03{
    padding:0;
}    
}

/* cntcp
------------------------------------------------------------------------------- */
#cntcp{position: relative;}
#cntcp .period{
    border:1px solid #ea9235;
    margin:auto ;
    width: 720px;
    text-align: center;
    margin-bottom: 20px
}
#cntcp .period img{
    padding:14px 0;}

#cntcp .method{
    border:1px solid #f32962;
    margin:auto;
    width: 720px;
    text-align: center;
    margin-bottom: 20px

}
#cntcp .method img{
    padding:14px 0;
    margin:auto;}


#cntcp .ttl01 {
  min-height:54px;
  background-image: url("../img/pc_step01.png");
  background-size: 100px 51px; /* 画像サイズ */
  background-repeat: no-repeat; /* 繰り返し表示オフ */
  padding: 0px 0px 0px 110px; /* 画像と重ならないように文字列を右に移動 */
  background-position :0  50%;
}
#cntcp .ttl02 {
  min-height:54px;
  background-image: url("../img/pc_step02.png");
  background-size: 100px 51px; /* 画像サイズ */
  background-repeat: no-repeat; /* 繰り返し表示オフ */
  padding: 0px 0px 0px 110px; /* 画像と重ならないように文字列を右に移動 */
  background-position :0  50%;
}
#cntcp .ttl03 {
  min-height:54px;
  background-image: url("../img/pc_step03.png");
  background-size: 100px 51px; /* 画像サイズ */
  background-repeat: no-repeat; /* 繰り返し表示オフ */
  padding: 0px 0px 0px 110px; /* 画像と重ならないように文字列を右に移動 */
  background-position :0  50%;
}
#cntcp dt{
  border-bottom: 2px #f32962 solid;
  width:100%;
  display:inline-block;
  vertical-align: middle;
  line-height:normal;
  font-size:19px;
  color:#f32962;
  padding-bottom:10px;
  font-weight: bold;
}
#cntcp dd{
    padding:10px 4px 30px 4px;
    font-size: 16px;
}


@media screen and (max-width:767px) {
 #cntcp .period, #cntcp .method{
    margin:auto ;
    max-width: 96%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px
}
#cntcp .period img{
    padding:10px;
    width:95%; margin:auto;   
    }          

#cntcp dd{
    padding:10px 4px 20px 4px;
    font-size: 16px;
}

#cntcp .step_box{padding:0 14px}
#cntcp .ttl03 {font-size:1.05em}

}

/* guidelines
------------------------------------------------------------------------------- */

#guidelines p.ttl{
    background:#f3eedf;
    padding:5px 12px;
    font-size:16px; 
    font-weight:bold;
    margin:20px 0 10px 0;
}

#guidelines　table { width: 100%;}
#guidelines th, #guidelines td  { padding: 8px; border: 1px solid #ddd;font-size:13px }
#guidelines th  {background: #f3eedf; }
#guidelines th { width: 20%; text-align: left; }
 
@media only screen and (max-width:480px){
#guidelines　.tbl { margin: 0 -10px; }
#guidelines　.tbl th,
#guidelines　.tbl td{
    width: 100%;
    display: block;
    border-top: none;
    }
#guidelines　.tbl tr:first-child th { border-top: 1px solid #ddd; }
}

#guidelines .cv_area{padding:30px 0;text-align: center;}
#guidelines .cv_area .btn{padding:24px 0;}

@media screen and (max-width:767px) {
    #guidelines{padding:0 10px;}    
    
    
}





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

footer {
	background-color:#fff /*#f6f6f6*/;
	padding: 30px 0;
	width: 100%;	font-size: 15px;
}
footer .company_name {
	text-align: center;
	font-size: 17px;
	border-bottom: #bfbfbf 1px solid;
	font-weight: bold;
	padding-bottom: 13px;
	margin-bottom: 20px;
}
footer .company_profile {
	margin: 0 auto;
	text-align: center;
}
footer .company_left {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}
footer .company_right {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
}
footer table {
}
footer table th {
	padding-right: 20px;
}
footer table td {
}
.cr {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 15px 0;
}
#banner_sp {
	display: none;
}
@media screen and (max-width:767px) {
footer {
	padding: 10px 0 20px;
}
footer .company_name {
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
footer .company_profile {
	margin: 0 auto;
	text-align: center;
}
footer .company_left {
	text-align: left;
	display: block;
	vertical-align: top;
	padding: 0 15px;
	font-size: 12px;
}
footer .company_right {
	text-align: left;
	display: block;
	vertical-align: top;
	padding: 0 15px;
	font-size: 12px;
}
footer table {
}
footer table th {
	width: 40%;
}
footer table td {
	width: 60%;
}
.cr {
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 15px 0 60px;
}
#banner_sp {
	display: block;
	width: 100%;
	bottom: 0;
	position: fixed;
}
#banner_sp ul {
	font-size: 0;
}
#banner_sp li {
	width: 50%;
	display: inline-block;
}
}
